UBUNTU: Rebase to v3.2.9
[linux-flexiantxendom0.git] / debian.master / changelog
1 linux (3.2.0-18.28) UNRELEASED; urgency=low
2
3   CHANGELOG: Do not edit directly. Autogenerated at release.
4   CHANGELOG: Use the printchanges target to see the curent changes.
5   CHANGELOG: Use the insertchanges target to create the final log.
6
7   [ Upstream Kernel Changes ]
8
9   * rebase to v3.2.9
10     - LP: #900802
11   * rebase to v3.2.8
12   * rebase to v3.2.7
13     - LP: #930842
14
15  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 24 Feb 2012 11:12:12 -0800
16
17 linux (3.2.0-17.27) precise; urgency=low
18
19   [ Eugeni Dodonov ]
20
21   * SAUCE: drm/i915: fix operator precedence when enabling RC6p
22
23  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 21 Feb 2012 06:31:42 -0800
24
25 linux (3.2.0-17.26) precise; urgency=low
26
27   [ Andy Whitcroft ]
28
29   * [Config] clean up the human consumable package descriptions
30   * [Config] fix generic flavour description
31   * [Config] clean up linux-tools package descriptions
32     - LP: #593107
33   * deviations -- note the source of the Hyper-V updates
34   * SAUCE: ata_piix: defer to the Hyper-V drivers by default
35     - LP: #929545
36
37   [ Eugeni Dodonov ]
38
39   * SAUCE: drm/i915: do not enable RC6p on Sandy Bridge
40
41   [ Kees Cook ]
42
43   * SAUCE: (drop after 3.3) security: create task_free security callback
44   * SAUCE: (drop after 3.3) security: Yama LSM
45   * SAUCE: (drop after 3.3) Yama: add PR_SET_PTRACER_ANY
46   * SAUCE: Yama: add link restrictions
47   * SAUCE: security: unconditionally chain to Yama LSM
48
49   [ Leann Ogasawara ]
50
51   * Drop ndiswrapper
52
53   [ Robert Hooker ]
54
55   * SAUCE: drm/i915: Enable RC6 by default on sandybridge.
56
57   [ Tim Gardner ]
58
59   * SAUCE: ipheth: Add iPhone 4S
60     - LP: #900802
61   * dropped hv_mouse
62   * [Config] CONFIG_X86_NUMACHIP=y
63
64   [ Upstream Kernel Changes ]
65
66   * Staging: hv: vmbus: Support building the vmbus driver as part of the
67     kernel
68   * hv: Add Kconfig menu entry
69   * Drivers: hv: Fix a memory leak
70   * Drivers: hv: Make the vmbus driver unloadable
71   * Drivers: hv: Get rid of an unnecessary check in hv.c
72   * Staging: hv: mousevsc: Make boolean states boolean
73   * Staging: hv: mousevsc: Inline the code for mousevsc_on_device_add()
74   * Staging: hv: mousevsc: Inline the code for reportdesc_callback()
75   * Staging: hv: mousevsc: Cleanup mousevsc_on_channel_callback()
76   * Staging: hv: mousevsc: Add a new line to a debug string
77   * Staging: hv: mousevsc: Get rid of unnecessary include files
78   * Staging: hv: mousevsc: Address some style issues
79   * Staging: hv: mousevsc: Add a check to prevent memory corruption
80   * Staging: hv: mousevsc: Use the KBUILD_MODNAME macro
81   * Staging: hv: storvsc: Use mempools to allocate struct
82     storvsc_cmd_request
83   * Staging: hv: storvsc: Cleanup error handling in the probe function
84   * Staging: hv: storvsc: Fixup the error when processing SET_WINDOW
85     command
86   * Staging: hv: storvsc: Fix error handling storvsc_host_reset()
87   * Staging: hv: storvsc: Use the accessor function shost_priv()
88   * Staging: hv: storvsc: Use the unlocked version queuecommand
89   * Staging: hv: storvsc: use the macro KBUILD_MODNAME
90   * Staging: hv: storvsc: Get rid of an unnecessary forward declaration
91   * Staging: hv: storvsc: Upgrade the vmstor protocol version
92   * Staging: hv: storvsc: Support hot add of scsi disks
93   * Staging: hv: storvsc: Support hot-removing of scsi devices
94   * staging: hv: Use kmemdup rather than duplicating its implementation
95   * staging: hv: move hv_netvsc out of staging area
96   * Staging: hv: mousevsc: Properly add the hid device
97   * Staging: hv: storvsc: Disable clustering
98   * Staging: hv: storvsc: Cleanup storvsc_device_alloc()
99   * Staging: hv: storvsc: Fix a bug in storvsc_command_completion()
100   * Staging: hv: storvsc: Fix a bug in copy_from_bounce_buffer()
101   * Staging: hv: storvsc: Implement per device memory pools
102   * Staging: hv: remove hv_mouse driver as it's now in the hid directory
103   * Staging: hv: update TODO file
104   * Staging: hv: storvsc: Fix a bug in create_bounce_buffer()
105   * net/hyperv: Fix long lines in netvsc.c
106   * net/hyperv: Add support for promiscuous mode setting
107   * net/hyperv: Fix the stop/wake queue mechanism
108   * net/hyperv: Remove unnecessary kmap_atomic in netvsc driver
109   * net/hyperv: Add NETVSP protocol version negotiation
110   * net/hyperv: Add support for jumbo frame up to 64KB
111   * net/hyperv: fix possible memory leak in do_set_multicast()
112   * net/hyperv: rx_bytes should account the ether header size
113   * net/hyperv: fix the issue that large packets be dropped under bridge
114   * net/hyperv: Use netif_tx_disable() instead of netif_stop_queue() when
115     necessary
116   * net/hyperv: Fix the page buffer when an RNDIS message goes beyond page
117     boundary
118   * HID: Move the hid-hyperv driver out of staging
119   * HID: hv_mouse: Properly add the hid device
120   * HID: hyperv: Properly disconnect the input device
121   * Staging: hv: storvsc: Cleanup some comments
122   * Staging: hv: storvsc: Cleanup storvsc_probe()
123   * Staging: hv: storvsc: Cleanup storvsc_queuecommand()
124   * Staging: hv: storvsc: Introduce defines for srb status codes
125   * Staging: hv: storvsc: Cleanup storvsc_host_reset_handler()
126   * Staging: hv: storvsc: Move and cleanup storvsc_remove()
127   * Staging: hv: storvsc: Add a comment to explain life-cycle management
128   * Staging: hv: storvsc: Get rid of the on_io_completion in
129     hv_storvsc_request
130   * Staging: hv: storvsc: Rename the context field in hv_storvsc_request
131   * Staging: hv: storvsc: Miscellaneous cleanup of storvsc driver
132   * Staging: hv: storvsc: Cleanup the code for generating protocol version
133   * Staging: hv: storvsc: Cleanup some protocol related constants
134   * Staging: hv: storvsc: Get rid of some unused defines
135   * Staging: hv: storvsc: Consolidate the request structure
136   * Staging: hv: storvsc: Consolidate all the wire protocol definitions
137   * Staging: hv: storvsc: Move the storage driver out of the staging area
138   * x86: Make flat_init_apic_ldr() available
139   * x86: Add x86_init platform override to fix up NUMA core numbering
140   * x86: Add NumaChip support
141   * x86/numachip: Drop unnecessary conflict with EDAC
142   * Input: bcm5974 - set BUTTONPAD property
143
144  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 17 Feb 2012 10:12:34 -0800
145
146 linux (3.2.0-16.25) precise; urgency=low
147
148   [ Andy Whitcroft ]
149
150   * d-i -- include the Hyper-V drivers in the virtio udeb
151     - LP: #917135
152
153   [ Felix Fietkau ]
154
155   * (pre-stable): ath9k_hw: fix a RTS/CTS timeout regression
156     - LP: #925602
157
158   [ Keith Packard ]
159
160   * SAUCE: drm/i915: Force explicit bpp selection for
161     intel_dp_link_required
162     - LP: #745112, #912387, #917330
163
164   [ Leann Ogasawara ]
165
166   * Fix typo in generic-pae description
167     - LP: #928448
168   * Rebase to v3.2.6
169
170   [ Upstream Kernel Changes ]
171
172   * procfs: parse mount options
173     - CVE-2011-4917
174   * procfs: add hidepid= and gid= mount options
175     - CVE-2011-4917
176   * proc: fix null pointer deref in proc_pid_permission()
177     - CVE-2011-4917
178   * xhci: Remove warnings about MSI and MSI-X capabilities.
179     - LP: #929656
180   * xhci: Remove scary warnings about transfer issues.
181     - LP: #929656
182   * x86, mce, therm_throt: Don't report power limit and package level
183     thermal throttle events in mcelog
184     - LP: #930288
185   * rebase to v3.2.6
186     - LP: #924320
187     - LP: #918254
188
189  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 13 Feb 2012 13:00:08 -0800
190
191 linux (3.2.0-15.24) precise; urgency=low
192
193   [ Leann Ogasawara ]
194
195   * Add CONFIG_THERM_ADT746X=y to config enforcer for powerpc and
196     powerpc-smp flavours
197     - LP: #923094
198
199   [ Merlin Schumacher ]
200
201   * SAUCE: acer-wmi: support for P key on TM8372
202     - LP: #865807
203
204   [ Tim Gardner ]
205
206   * [Config] Rebase to v3.2.5
207   * [Config] CONFIG_THERM_ADT746X=y
208     - LP: #923094
209
210   [ Upstream Kernel Changes ]
211
212   * rebase to v3.2.5
213
214  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 07 Feb 2012 11:47:43 -0800
215
216 linux (3.2.0-14.23) precise; urgency=low
217
218   [ Andy Whitcroft ]
219
220   * debian -- add usage help to insert-mainline-changes
221
222   [ Tim Gardner ]
223
224   * [Config] Rebase to v3.2.3
225
226   [ Upstream Kernel Changes ]
227
228   * Revert "ASoC: Don't go through cache when applying WM5100 rev A
229     updates"
230   * Revert "ASoC: Mark WM5100 register map cache only when going into
231     BIAS_OFF"
232   * rebase to v3.2.3
233
234  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 03 Feb 2012 12:12:25 -0800
235
236 linux (3.2.0-13.22) precise; urgency=low
237
238   [ Alex Deucher ]
239
240   * (pre-stable): drm/radeon/kms: move panel mode setup into encoder mode
241     set
242     - LP: #925538
243   * (pre-stable): drm/radeon/kms: rework modeset sequence for DCE41 and
244     DCE5
245     - LP: #925538
246
247   [ Andy Whitcroft ]
248
249   * [Config] review IPv6 configuration options and enable
250
251   [ David Henningsson ]
252
253   * SAUCE: ALSA: HDA: Remove quirk for Toshiba Qosmio G50
254     - LP: #923316
255   * SAUCE: ALSA: HDA: Fix jack creation for codecs with front and rear Line
256     In
257     - LP: #923409
258
259   [ James M. Leddy ]
260
261   * SAUCE: Bluetooth: Add support for BCM20702A0 [0a5c:21e6]
262     - LP: #906832
263
264   [ Manoj Iyer ]
265
266   * SAUCE: Bluetooth: Add support for BCM20702A0 [0a5c:21e1]
267     - LP: #906832
268   * SAUCE: Add vendor specific ID (0a5c 21f3) for BCM20702A0.
269     - LP: #925552
270
271   [ Seth Forshee ]
272
273   * (pre-stable): drm/radeon/kms: disable output polling when suspended
274     - LP: #925570
275
276   [ Tim Gardner ]
277
278   * [Config] CONFIG_BLK_DEV_PCIESSD_MTIP32XX=m
279     - LP: #922221
280   * [Config] Add mtip32xx to d-i block modules
281     - LP: #922221
282   * [Config] Enable USB3.0 in d-i
283
284   [ Upstream Kernel Changes ]
285
286   * block: Add driver for Micron RealSSD pcie flash cards
287     - LP: #922221
288   * mtip32xx: fix warnings/errors on 32-bit compiles
289     - LP: #922221
290   * mtip32xx: cleanup compat ioctl handling
291     - LP: #922221
292   * mtip32xx: ensure that all local functions are static
293     - LP: #922221
294   * mtip32xx: mark a few more items static
295     - LP: #922221
296   * mtip32xx: add module.h include to avoid conflict with moduleh tree
297     - LP: #922221
298   * mtip32xx: update to new ->make_request() API
299     - LP: #922221
300   * mtip32xx: updates based on feedback
301     - LP: #922221
302   * mtip32xx: uninitialized variable in mtip_quiesce_io()
303     - LP: #922221
304   * mtip32xx: do rebuild monitoring asynchronously
305     - LP: #922221
306   * watchdog: iTCO_wdt: add Intel Lynx Point DeviceIDs
307     - LP: #900119
308   * drm/i915: mask transcoder select bits before setting them on LVDS
309     - LP: #924989
310   * (pre-stable) USB: Realtek cr: fix autopm scheduling while atomic
311     - LP: #917962
312   * nouveau: properly check for _DSM function support
313     - LP: #925608
314   * nouveau: Support Optimus models for vga_switcheroo
315     - LP: #925608
316
317  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 02 Feb 2012 13:26:59 -0800
318
319 linux (3.2.0-12.21) precise; urgency=low
320
321   [ Upstream Kernel Changes ]
322
323   * Revert "ath9k_hw: fix interpretation of the rx KeyMiss flag"
324     - LP: #923512
325
326  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 30 Jan 2012 06:46:01 -0800
327
328 linux (3.2.0-12.20) precise; urgency=low
329
330   [ Andy Whitcroft ]
331
332   * switch to new style rebase marker with bug number
333
334   [ Leann Ogasawara ]
335
336   * Add CONFIG_GPIO_TWL4030=y for arm[el|hf] to the config enforcer
337     - LP: #921934
338
339   [ Paolo Pisati ]
340
341   * [Config] Switch CONFIG_GPIO_TWL4030=y back on arm[el|hf].
342     - LP: #921934
343
344   [ Tim Gardner ]
345
346   * Rebase to v3.2.2, CONFIG_SND_KCTL_JACK=y
347   * [Config] Add Hyper-V modules to virtual inclusion list
348     - LP: #922063
349
350   [ Upstream Kernel Changes ]
351
352   * Revert "CHROMIUM: enable CONFIG_SECCOMP_FILTER and
353     CONFIG_HAVE_SECCOMP_FILTER"
354   * Revert "CHROMIUM: Fix kref usage"
355   * Revert "CHROMIUM: Fix seccomp_t compile error"
356   * Revert "CHROMIUM: seccomp_filter: make inherited filters composable"
357   * Revert "CHROMIUM: seccomp_filter: inheritance documentation"
358   * Revert "CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of
359     execve"
360   * Revert "CHROMIUM: seccomp_filter: remove "skip" from copy and add drop
361     helper"
362   * Revert "CHROMIUM: seccomp_filters: clean up warnings; kref mistake"
363   * Revert "CHROMIUM: seccomp_filters: guard all ftrace wrapper code"
364   * Revert "CHROMIUM: seccomp_filter: kill NR_syscall references"
365   * Revert "CHROMIUM: enable CONFIG_BTREE"
366   * Revert "CHROMIUM: seccomp_filters: move to btrees"
367   * Revert "CHROMIUM: arm: select HAVE_SECCOMP_FILTER"
368   * Revert "CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve"
369   * Revert "CHROMIUM: seccomp_filter: Document what seccomp_filter is and
370     how it works."
371   * Revert "CHROMIUM: seccomp_filter: add process state reporting"
372   * Revert "CHROMIUM: seccomp_filter: new mode with configurable syscall
373     filters"
374   * rebase to v3.2.2
375     - LP: #795823
376     - LP: #909419
377     - LP: #724831
378
379  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 26 Jan 2012 02:54:56 +0000
380
381 linux (3.2.0-11.19) precise; urgency=low
382
383   [ Daniel Lezcano ]
384
385   * SAUCE: Add reboot_pid_ns to handle the reboot syscall
386     - LP: #914676
387
388   [ Upstream Kernel Changes ]
389
390   * ALSA: hda - Introduce snd_hda_get_pin_label()
391   * ALSA: hda - Cache the jack-detection value
392   * ALSA: hda - Create jack-detection kcontrols
393   * ALSA: hda - Manage unsol tags in hda_jack.c
394   * ALSA: Introduce common helper functions for jack-detection control
395   * ALSA: HDA: Jack: Export required functions from hda_jack.c
396   * ALSA: hda/jack - Fix NULL-dereference at probing
397   * ALSA: hda/jack - Fix the assignment of input jack-type
398   * ALSA: hda - Add missing initialization of kctl jack status
399   * ALSA: hda - Add missing inclusion of linux/export.h
400   * ALSA: hda - Give more unique names by snd_hda_get_pin_label()
401   * ALSA: hda - Fix a typo
402   * ALSA: hda - Don't add channel suffix for headphone pin labels
403   * ALSA: hda - Integrate input-jack stuff into kctl-jack
404   * ALSA: hda/realtek - Avoid conflict of unsol-events with static quirks
405   * ALSA: hda/realtek - Remove use_jack_tbl field
406
407  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 25 Jan 2012 06:57:19 -0800
408
409 linux (3.2.0-10.18) precise; urgency=low
410
411   [ Tim Gardner ]
412
413   * SAUCE: ecryptfs: Print inode on metadata error
414
415   [ Upstream Kernel Changes ]
416
417   * Revert "proc: enable writing to /proc/pid/mem"
418     - LP: #919115
419     - CVE-2012-0056
420   * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
421     - LP: #909419
422
423  -- Andy Whitcroft <apw@canonical.com>  Tue, 24 Jan 2012 10:15:12 +0000
424
425 linux (3.2.0-10.17) precise; urgency=low
426
427   [ Andy Whitcroft ]
428
429   * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
430   * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
431   * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
432   * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
433   * Revert "SAUCE: overlayfs -- overlay filesystem"
434   * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
435   * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
436   * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
437   * ensure debian/ is not excluded from git by default
438   * add new scripting to handle buglinks in rebases
439   * ubuntu: overlayfs -- overlayfs: add statfs support
440   * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
441     permissions to overlay files
442     - LP: #915941, #918212
443     - CVE-2012-0055
444
445   [ Erez Zadok ]
446
447   * ubuntu: overlayfs -- overlayfs: implement show_options
448
449   [ Leann Ogasawara ]
450
451   * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
452   * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
453     - LP: #907377, #911236
454   * [Config] Enable CONFIG_IRQ_REMAP
455
456   [ Miklos Szeredi ]
457
458   * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
459   * ubuntu: overlayfs -- vfs: add i_op->open()
460   * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
461   * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
462   * ubuntu: overlayfs -- overlay filesystem
463   * ubuntu: overlayfs -- fs: limit filesystem stacking depth
464
465   [ Neil Brown ]
466
467   * ubuntu: overlayfs -- overlay: overlay filesystem documentation
468
469   [ Upstream Kernel Changes ]
470
471   * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
472     - LP: #647043
473   * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
474     breaks USB
475     - LP: #647043
476
477  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 16 Jan 2012 07:10:08 -0800
478
479 linux (3.2.0-9.16) precise; urgency=low
480
481   [ Andy Whitcroft ]
482
483   * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
484   * [Config] pull ARM sound modules =m
485   * [Config] CONFIG_RTC_DRV_TEST is for testing only
486   * [Config] CONFIG_USB_DUMMY_HCD is testing only
487   * [Config] CONFIG_USB_FILE_STORAGE is deprecated
488
489   [ Leann Ogasawara ]
490
491   * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
492   * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
493   * [Config] Enable CONFIG_MMC_TMIO=m
494   * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
495   * [Config] Enable CONFIG_ISI=m
496   * [Config] Enable CONFIG_MMC=y
497   * [Config] Enable CONFIG_LIRC_PARALLEL=m
498   * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
499   * [Config] Enable CONFIG_CHR_DEV_SG=y
500   * [Config] Enable CONFIG_GPIO_PCA953X=m
501   * [Config] Enable CONFIG_GPIO_TWL4030=m
502   * [Config] Enable CONFIG_INET_DIAG=m
503   * [Config] Enable CONFIG_NLS_ISO8859_1=m
504   * [Config] Enable CONFIG_NVRAM=m
505   * [Config] Enable CONFIG_SLIP=m
506   * [Config] Enable CONFIG_PC300TOO=m
507   * [Config] Enable CONFIG_TUN=y
508   * [Config] Enable CONFIG_NET_CLS_CGROUP=m
509   * [Config] Enable CONFIG_THERMAL=y
510   * [Config] Enable CONFIG_PPP=y
511   * [Config] Enable CONFIG_PCI_STUB=m
512   * Rebase to v3.2.1
513   * [Config] Enable CONFIG_RTL8192E=m
514   * [Config] Enable CONFIG_RTS5139=m
515
516   [ Stefan Bader ]
517
518   * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
519
520   [ Upstream Kernel Changes ]
521
522   * ARM: restart: add restart hook to machine_desc record
523   * ARM: restart: allow platforms more flexibility specifying restart mode
524   * ARM: restart: move reboot failure handing into machine_restart()
525   * ARM: restart: remove argument to setup_mm_for_reboot()
526   * ARM: 7159/1: OMAP: Introduce local common.h files
527   * ARM: restart: only perform setup for restart when soft-restarting
528   * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
529     function
530   * ARM: idmap: populate identity map pgd at init time using .init.text
531   * ARM: suspend: use idmap_pgd instead of suspend_pgd
532   * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
533   * ARM: idmap: use idmap_pgd when setting up mm for reboot
534   * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
535   * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
536   * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
537     restart changes
538   * ARM: lib: add call_with_stack function for safely changing stack
539   * ARM: reset: implement soft_restart for jumping to a physical address
540   * ARM: stop: execute platform callback from cpu_stop code
541   * ARM: kexec: use soft_restart for branching to the reboot buffer
542   * ARM: restart: omap: use new restart hook
543   * topdown mmap support
544     - LP: #861296
545
546   [ Upstream Kernel Changes ]
547
548   * Rebase to v3.2.1
549
550  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 13 Jan 2012 20:32:08 +0100
551
552 linux (3.2.0-8.15) precise; urgency=low
553
554   [ Leann Ogasawara ]
555
556   * [Config] Disable CONFIG_ACPI_PROCFS
557   * Remove server from getabis
558   * Temporarily disable module check
559   * [Config] Disable CONFIG_MTD_TESTS
560   * [Config] Disable CONFIG_X86_E_POWERSAVER
561   * [Config] Set CONFIG_ARCNET=m
562   * [Config] Enable CONFIG_ATM_DUMMY=m
563   * [Config] Enable CONFIG_BLK_DEV_MD=y
564   * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
565   * [Config] Enable CONFIG_BLK_DEV_SD=y
566   * [Config] Enable CONFIG_BLK_DEV_SR=y
567   * [Config] Enable CONFIG_BLK_DEV_UB=m
568   * [Config] Enable CONFIG_COPS=m
569   * [Config] Enable CONFIG_DVB_USB_EC168=m
570   * [Config] Enable CONFIG_ENC28J60=m
571   * [Config] Enable CONFIG_FB_UVESA=m
572   * [Config] Enable CONFIG_FB_ATY=m
573   * [Config] Enable CONFIG_BROADCOM_PHY=y
574   * [Config] Enable CONFIG_CICADA_PHY=y
575   * [Config] Enable CONFIG_DAVICOM_PHY=y
576   * [Config] Enable CONFIG_ICPLUS_PHY=y
577   * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
578   * [Config] Enable CONFIG_LXT_PHY=y
579   * [Config] Enable CONFIG_MARVELL_PHY=y
580   * [Config] Enable CONFIG_NATIONAL_PHY=y
581   * [Config] Enable CONFIG_QSEMI_PHY=y
582   * [Config] Enable CONFIG_SMSC_PHY=y
583   * [Config] Enable CONFIG_VITESSE_PHY=y
584   * Add 3w-sas to scsi-modules
585     - LP: #776542
586
587   [ Mathieu Trudel-Lapierre ]
588
589   * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
590     to interface settings
591
592   [ Paolo Pisati ]
593
594   * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
595     - LP: #912199
596   * Revert "SAUCE: omap3: beagle: detect new xM revision B"
597     - LP: #912199
598   * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
599     - LP: #912199
600
601   [ Upstream Kernel Changes ]
602
603   * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
604     - LP: #906832
605
606  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 06 Jan 2012 10:02:03 -0800
607
608 linux (3.2.0-8.14) precise; urgency=low
609
610   [ Andy Whitcroft ]
611
612   * [Config] enable CONFIG_SND_USB_6FIRE
613     - LP: #912197
614   * rebase to mainline v3.2 final release
615   * updateconfigs following rebase to v3.2 final
616   * ubuntu: AUFS -- add BOM and automated update script
617   * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
618     - LP: #684666
619   * ubuntu: AUFS -- update aufs-update to track new locations of headers
620   * ubuntu: AUFS -- clean up the aufs updater and BOM
621   * ubuntu: AUFS -- documentation on updating aufs2
622   * ubuntu: AUFS -- aufs3-base.patch
623   * ubuntu: AUFS -- aufs3-standalone.patch
624   * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
625   * ubuntu: AUFS -- fix undefined security_path_link
626   * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
627   * ubuntu: AUFS -- updateconfigs following update
628   * ubuntu: AUFS -- suppress benign plink warning messages
629     - LP: #621195
630   * ubuntu: AUFS -- enable in config and makefile
631   * ubuntu: AUFS -- disable in favor of overlayfs
632   * [Config] linux-virtual -- should include the extX modules
633     - LP: #912308
634
635   [ Tyler Hicks ]
636
637   * SAUCE: eCryptfs: Improve statfs reporting
638     - LP: #885744
639
640   [ Upstream Kernel Changes ]
641
642   * rebase to upstream v3.2
643
644  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 26 Dec 2011 20:24:30 -0800
645
646 linux (3.2.0-7.13) precise; urgency=low
647
648   [ Upstream Kernel Changes ]
649
650   * rebase to upstream 3.2-rc7
651
652  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 19 Dec 2011 09:14:34 -0800
653
654 linux (3.2.0-6.12) precise; urgency=low
655
656   [ Upstream Kernel Changes ]
657
658   * rebase to upstream v3.2-rc6
659
660  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 16 Dec 2011 10:19:02 -0800
661
662 linux (3.2.0-5.11) precise; urgency=low
663
664   [ Andy Whitcroft ]
665
666   * enforcer -- allow arch and flavour predicates to take lists
667   * enforcer -- simplify armel/armhf specific options
668   * enforcer -- fix incorrectly specified flavour matches
669
670   [ Leann Ogasawara ]
671
672   * [Config] Disable IRQ_REMAP
673   * [Config] Enable CONFIG_SENSORS_LM95245=m
674   * [Config] Enable CONFIG_SENSORS_MAX1668=m
675   * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
676   * [Config] Enable CONFIG_SENSORS_MAX6639=m
677   * [Config] Enable CONFIG_SENSORS_MAX6642=m
678   * [Config] Enable CONFIG_SENSORS_LINEAGE=m
679   * [Config] Enable CONFIG_CRYPTO_SALSA20=m
680   * [Config] Enable CONFIG_PATA_TOSHIBA=m
681   * [Config] Enable CONFIG_POHMELFS=m
682   * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
683   * [Config] Enable CONFIG_PATA_OPTI=m
684   * add overlayfs to virtual inclusion list
685     - LP: #903897
686   * add veth to virtual inclusion list
687     - LP: #903897
688   * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
689
690   [ Paolo Pisati ]
691
692   * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
693     - LP: #903346
694
695   [ Tim Gardner ]
696
697   * [Config] CONFIG_LOCKUP_DETECTOR=y
698     - LP: #903615
699
700   [ Upstream Kernel Changes ]
701
702   * rebase to upstream 55b02d2f
703
704  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 12 Dec 2011 07:08:10 -0800
705
706 linux (3.2.0-4.10) precise; urgency=low
707
708   [ Kyle McMartin ]
709
710   * SAUCE: dmar: disable if ricoh multifunction detected
711     - LP: #894070
712
713   [ Seth Forshee ]
714
715   * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
716     - LP: #581312
717
718   [ Tim Gardner ]
719
720   * Start new release, Bump ABI, rebase to 3.2-rc5
721
722   [ Leann Ogasawara ]
723
724   * [Config] Enable CONFIG_SENSORS_AK8975=m
725
726  --  Tim Gardner <tim.gardner@canonical.com>  Sat, 10 Dec 2011 08:57:04 -0700
727
728 linux (3.2.0-3.9) precise; urgency=low
729
730   [ Andy Whitcroft ]
731
732   * SAUCE: ext4: correct partial write discard size calculation
733     - LP: #894768
734
735   [ Leann Ogasawara ]
736
737   * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
738     - LP: #892615
739
740   [ Matthew Garrett ]
741
742   * SAUCE: pci: Rework ASPM disable code
743
744   [ Upstream Kernel Changes ]
745
746   * x86: Fix boot failures on older AMD CPU's
747     - LP: #892615
748   * EHCI : Fix a regression in the ISO scheduler
749     - LP: #899165
750
751  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 05 Dec 2011 10:37:36 -0800
752
753 linux (3.2.0-3.8) precise; urgency=low
754
755   [ Andy Whitcroft ]
756
757   * armhf -- add d-i configuration
758   * armhf -- disable ABI checks for armhf
759   * armhf -- add arch to getabis config
760
761  -- Andy Whitcroft <apw@canonical.com>  Sat, 03 Dec 2011 14:22:52 +0000
762
763 linux (3.2.0-3.7) precise; urgency=low
764
765   [ Stefan Bader ]
766
767   * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
768     synchronous, regardless of lazy_mmu mode
769     - LP: #854050
770
771   [ Tim Gardner ]
772
773   * rebase to v3.2-rc4
774
775  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 02 Dec 2011 11:53:56 -0800
776
777 linux (3.2.0-2.6) precise; urgency=low
778
779   [ Andy Whitcroft ]
780
781   * armhf -- fix omap flavour to build on armhf
782   * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
783
784   [ Borislav Petkov ]
785
786   * SAUCE: x86, microcode, AMD: Restrict microcode reporting
787     - LP: #892615
788
789   [ Colin Watson ]
790
791   * Add pata_macio to pata-modules
792
793   [ Tim Gardner ]
794
795   * [Config] Prefer crda over wireless-crda
796   * [Config] Fix virtual inclusion list.
797     - LP: #897795
798
799  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 30 Nov 2011 06:09:35 -0800
800
801 linux (3.2.0-2.5) precise; urgency=low
802
803   [ Paolo Pisati ]
804
805   * [Config] PANEL_DVI=y
806
807  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 28 Nov 2011 09:13:24 -0800
808
809 linux (3.2.0-2.4) precise; urgency=low
810
811   [ Andy Whitcroft ]
812
813   * rebase to v3.2-rc3
814
815   [ Leann Ogasawara ]
816
817   * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
818   * Revert "fix ERROR: __devcgroup_inode_permission undefined"
819   * Revert "olpc_dcon_xo_1_5 needs delay.h"
820   * Revert "olpc_dcon_xo_1 needs delay.h"
821   * rebase to 6fe4c6d4
822   * [Config] updateconfigs after rebase to 6fe4c6d4
823
824   [ Tim Gardner ]
825
826   * [Config] Replace wireless-crda with crda,wireless-regdb
827     - LP: #856421
828   * [Config] Relax the dependencies on crda
829
830   [ Upstream Kernel Changes ]
831
832   * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
833     - LP: #724831
834   * Ubuntu: remove coreutils|fileutils package dependency
835     - LP: #892814
836   * iio: iio_event_getfd -- fix ev_int build failure
837
838   [ Upstream Kernel Changes ]
839
840   * Rebase to v3.2-rc3
841
842  -- Andy Whitcroft <apw@canonical.com>  Thu, 24 Nov 2011 16:20:45 +0000
843
844 linux (3.2.0-1.3) precise; urgency=low
845
846   [ Upstream Kernel Changes ]
847
848   * Ubuntu: Add ext2 to fs-core-modules
849     - LP: #893395
850
851  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 21 Nov 2011 20:42:33 -0800
852
853 linux (3.2.0-1.2) precise; urgency=low
854
855   [ Andy Whitcroft ]
856
857   * [Config] enable CONFIG_NFC and associated devices
858   * SAUCE: allow brcmsmac and b43 to both build
859
860   [ Soren Hansen ]
861
862   * Add ixgbe driver to d-i
863     - LP: #891969
864
865  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 21 Nov 2011 08:33:46 -0800
866
867 linux (3.2.0-1.1) precise; urgency=low
868   [ Andy Whitcroft ]
869
870   * armhf -- enable armhf and create the first flavours
871   * SAUCE: ensure root is ready before running usermodehelpers in it
872   * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
873
874   [ Leann Ogasawara ]
875
876   * Temporarily ignore module check
877   * [Config] Enable PCI_IOV on powerpc
878   * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
879   * rebase to v3.2-rc2
880   * SAUCE: include <linux/export.h> for cpuidle34xx arm build
881   * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
882   * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
883   * SAUCE: select ARM_AMBA if OMAP3_EMU
884   * [Config] updateconfigs after select ARM_AMBA
885   * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
886   * [Config] Enable CONFIG_EXT2_FS=m
887   * [Config] Build in CONFIG_SATA_AHCI=y
888   * Resolve linux-image-extra's install dependency
889
890   [ Seth Forshee ]
891
892   * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
893   * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
894     Documentation
895   * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
896     alps_model_info
897   * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
898     size
899   * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
900     3 and 4
901   * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
902     protocol
903   * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
904     versions 3 and 4
905
906   [ Stefan Bader ]
907
908   * [Config] Built-in xen-netfront and xen-blkfront
909   * Fix build of dm-raid45 and re-enable it
910
911   [ Tim Gardner ]
912
913   * [Config] CONFIG_USB_XHCI_HCD=y
914     - LP: #886167
915   * [Config] CONFIG_R6040=m
916     - LP: #650899
917   * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
918     - LP: #854399
919   * [Config] Consolidated amd64 server flavour into generic
920   * [Config] updateconfigs after rebase to 3.2-rc1
921   * [Config] Disabled dm-raid4-5
922   * [Config] Disabled ndiswrapper
923   * [Config] Disable vt6656
924   * [Config] exclude ppp-modules for virtual flavour
925   * [Config] CONFIG_MEMSTICK_R592=m
926     - LP: #238208
927
928   [ Upstream Kernel Changes ]
929
930   * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
931     - LP: #887780
932   * CHROMIUM: seccomp_filter: add process state reporting
933     - LP: #887780
934   * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
935     works.
936     - LP: #887780
937   * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
938     - LP: #887780
939   * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
940     - LP: #887780
941   * CHROMIUM: seccomp_filters: move to btrees
942   * CHROMIUM: enable CONFIG_BTREE
943   * CHROMIUM: seccomp_filter: kill NR_syscall references
944   * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
945   * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
946   * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
947   * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
948   * CHROMIUM: seccomp_filter: inheritance documentation
949   * CHROMIUM: seccomp_filter: make inherited filters composable
950   * CHROMIUM: Fix seccomp_t compile error
951     - LP: #887780
952   * CHROMIUM: Fix kref usage
953     - LP: #887780
954   * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
955   * rebase to v3.2-rc2
956
957  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 31 Oct 2011 09:24:39 -0400
958
959 linux (3.1.0-2.3) precise; urgency=low
960
961   [ Tim Gardner ]
962
963   * Add postinit and postrm scripts to the extras package
964     - LP: #882120
965
966  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 28 Oct 2011 12:48:33 -0700
967
968 linux (3.1.0-2.2) precise; urgency=low
969
970   [ Andy Whitcroft ]
971
972   * debian: add locking to protect debian/files from parallel update
973
974   [ Leann Ogasawara ]
975
976   * rebase to v3.1
977
978   [ Upstream Kernel Changes ]
979
980   * rebase to v3.1
981
982  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 19 Oct 2011 07:12:38 -0700
983
984 linux (3.1.0-1.1) precise; urgency=low
985
986   [ Andiry Xu ]
987
988   * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
989     - LP: #872811
990
991   [ Andy Whitcroft ]
992
993   * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
994     - LP: #832694
995   * Revert "ubuntu: compcache -- version 0.5.3"
996     - LP: #832694
997   * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
998   * [Config] Enable CONFIG_MACVTAP=m
999     - LP: #822601
1000   * record the compiler in the ABI and check for inconsistant builds
1001   * [Config] move ECRYPT_FS back to =y for all architectures
1002     - LP: #827197
1003   * [Config] enable CONFIG_DRM_VMWGFX=m
1004     - LP: #698009
1005   * [Config] re-fix ECRYPT_FS=y
1006     - LP: #827197
1007   * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
1008     - LP: #827197
1009   * [Config] dropping compcache configuration options
1010   * [Config] standardise on HZ=250
1011   * SAUCE: headers_install: fix #include "..." usage for userspace
1012     - LP: #824377
1013   * make module-inclusion selection retain the left overs
1014   * add a new linux-image-extras package for virtual
1015
1016   [ Colin Watson ]
1017
1018   * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
1019
1020   [ edwin_rong ]
1021
1022   * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
1023     - LP: #824273
1024
1025   [ Greg Kroah-Hartman ]
1026
1027   * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
1028     - LP: #824273
1029
1030   [ Jesse Sung ]
1031
1032   * SAUCE: Unregister input device only if it is registered
1033     - LP: #839238
1034
1035   [ Jiri Kosina ]
1036
1037   * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
1038
1039   [ Joshua V. Dillon ]
1040
1041   * SAUCE: HID: add support for MacBookAir4,2 keyboard.
1042
1043   [ Kees Cook ]
1044
1045   * [Config] enable and enforce SECCOMP_FILTER on x86
1046
1047   [ Keng-Yu Lin ]
1048
1049   * [Config] Enable CONFIG_RTS5139=m on i386/amd64
1050     - LP: #824273
1051
1052   [ Leann Ogasawara ]
1053
1054   * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
1055   * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
1056   * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
1057     readdir"
1058   * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
1059   * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
1060   * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
1061   * Revert "ubuntu: overlayfs -- overlay filesystem"
1062   * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
1063   * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
1064   * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
1065     than just revision"
1066   * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
1067   * Revert "ubuntu: fsam7400 disable driver"
1068     - LP: #876030
1069   * rebase to v3.1-rc1
1070   * [Config] updateconfigs after rebase to v3.1-rc1
1071   * rebase to v3.1-rc2
1072   * [Config] Updateconfigs after rebase to v3.1-rc2
1073   * ubuntu: Yama - update calls to generic_permission() and
1074     inode->i_op->permission()
1075   * ubuntu: ndiswrapper -- remove netdev_priv macro
1076   * ubuntu: aufs -- Temporarily disable due to build failure
1077   * [Config] Diable INTEL_MID_PTI on armel
1078   * [Config] Temporarily disable CONFIG_FTMAC100 on armel
1079   * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
1080   * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
1081   * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
1082   * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
1083   * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
1084   * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
1085   * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
1086   * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
1087   * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
1088   * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
1089   * [Config] Enable CONFIG_ECHO=m on powerpc
1090   * [Config] Enable CONFIG_ET131X=m on powerpc
1091   * [Config] Set CONFIG_FB_MATROX=m
1092   * [Config] Enable CONFIG_FB_UDL=m on powerpc
1093   * [Config] Set CONFIG_FB_VIRTUAL=n
1094   * [Config] Enable CONFIG_FB_VGA16=m on powerpc
1095   * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
1096   * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
1097   * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
1098   * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
1099   * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
1100   * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
1101   * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
1102   * [Config] Enable CONFIG_IBM_BSR=m on powerpc
1103   * [Config] Enable CONFIG_IBMVETH=m on powerpc
1104   * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
1105   * [Config] Enable CONFIG_IGB=m on powerpc
1106   * [Config] Enable CONFIG_IIO=m on powerpc
1107   * [Config] Enable CONFIG_INFINIBAND_NES=m
1108   * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
1109   * [Config] Enable CONFIG_IWL3945=m on powerpc
1110   * [Config] Disable CONFIG_KVM_BOOK3S_64
1111   * [Config] Enable CONFIG_LAPBETHER=m on arm
1112   * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
1113   * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
1114   * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
1115   * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
1116   * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
1117   * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
1118   * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
1119   * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
1120   * [Config] Enable CONFIG_MEMSTICK=m on arm
1121   * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
1122   * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
1123   * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
1124   * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
1125   * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
1126   * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
1127   * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
1128   * [Config] Enable CONFIG_MTD_IMPA7=m on arm
1129   * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
1130   * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
1131   * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
1132   * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
1133   * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
1134   * [Config] Enable CONFIG_MTD_SST25L=m on arm
1135   * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
1136   * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
1137   * [Config] Enable CONFIG_NET_CLS_U32=m on arm
1138   * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
1139   * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
1140   * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
1141   * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
1142   * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
1143   * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
1144   * [Config] Enable CONFIG_PANEL=m on powerpc
1145   * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
1146   * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
1147     - LP: #833705
1148   * [Config] Add CONFIG_EFI_VARS=y to the enforcer
1149     - LP: #837332
1150   * [Config] Update CONFIG_EFI_VARS enforcer check
1151   * [Config] Add aufs to virtual flavor inclusion list
1152     - LP: #844159
1153   * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
1154     - LP: #818933
1155   * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
1156     - LP: #768039
1157   * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
1158     - LP: #838402
1159   * [Config] Add igbvf to the virtual flavor inclusion list
1160     - LP: #794570
1161   * [Config] Add ixgbevf to the virtual inclusion list
1162     - LP: #872411
1163   * [Config] Transition -generic and -server to be identical
1164   * rebase to v3.1-rc10
1165
1166   [ Luke Yelavich ]
1167
1168   * [Config] Disable legacy IDE drivers on powerpc
1169
1170   [ Ming Lei ]
1171
1172   * SAUCE: fireware: add NO_MSI quirks for o2micro controller
1173     - LP: #801719
1174   * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
1175     Sandybridge chipsets(v2)
1176     - LP: #737388, #782389, #794642
1177
1178   [ Paolo Pisati ]
1179
1180   * [Config] Compile-in vfat support for armel
1181     - LP: #853783
1182
1183   [ Randy Dunlap ]
1184
1185   * SAUCE: staging: fix rts5139 depends & build
1186     - LP: #824273
1187
1188   [ Rene Bolldorf ]
1189
1190   * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
1191     power in 'ideapad_backlight_notify_power' to avoid a page fault
1192
1193   [ Seth Forshee ]
1194
1195   * SAUCE: (no-up) Input: elantech - Add v3 hardware support
1196     - LP: #681904
1197   * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
1198     - LP: #810020
1199
1200   [ Stefan Bader ]
1201
1202   * (config) Package macvlan and macvtap for virtual
1203   * [Config] Force perf to use libiberty for demangling
1204     - LP: #783660
1205   * SAUCE: xen: Do not use pv spinlocks on HVM
1206     - LP: #838026
1207
1208   [ Tim Gardner ]
1209
1210   * [Config] Clean up tools rules
1211   * [Config] Package x86_energy_perf_policy and turbostat
1212     - LP: #797556
1213   * rebase to v3.1-rc3
1214   * [Config] Simplify binary-udebs dependencies
1215   * [Config] kernel preparation cannot be parallelized
1216   * [Config] Linearize module/abi checks
1217   * [Config] Linearize and simplify tree preparation rules
1218   * [Config] Build kernel image in parallel with modules
1219   * [Config] Set concurrency for kmake invocations
1220   * [Config] Improve install-arch-headers speed
1221   * [Config] Fix binary-perarch dependencies
1222   * [Config] Removed stamp-flavours target
1223   * [Config] Serialize binary indep targets
1224   * [Config] Use build stamp directly
1225   * [Config] Restore prepare-% target
1226   * rebase to v3.1-rc4
1227   * rebase to v3.1-rc5
1228   * [Config] Disable makedumpfile for i386/amd64
1229   * rebase to v3.1-rc6
1230   * [Config] Fix binary-% build target
1231   * rebase to v3.1-rc7
1232   * rebase to v3.1-rc8
1233   * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
1234     - LP: #854399
1235   * [Config] Enable ftrace support in the mac80211 layer
1236     - LP: #865171
1237   * rebase to v3.1-rc9
1238   * SAUCE: usb/core/devio.c: Check for printer class specific request
1239     - LP: #872711
1240
1241   [ Upstream Kernel Changes ]
1242
1243   * overlay filesystem
1244   * overlayfs: add statfs support
1245   * overlayfs: implement show_options
1246   * overlay: overlay filesystem documentation
1247   * fs: limit filesystem stacking depth
1248
1249   [ Will Drewry ]
1250
1251   * SAUCE: seccomp_filter: new mode with configurable syscall filters
1252   * SAUCE: seccomp_filter: add process state reporting
1253   * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
1254     works.
1255   * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
1256
1257   [ Upstream Kernel Changes ]
1258
1259   * rebase to v3.1-rc1
1260   * rebase to v3.1-rc2
1261   * rebase to v3.1-rc3
1262     +CONFIG_BLK_DEV_BSGLIB=y
1263     +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
1264     -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
1265   * rebase to v3.1-rc4
1266   * rebase to v3.1-rc5
1267   * rebase to v3.1-rc6
1268   * rebase to v3.1-rc7
1269   * rebase to v3.1-rc8
1270   * rebase to v3.1-rc9
1271   * rebase to v3.1-rc10
1272
1273  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 10 Aug 2011 15:43:38 -0700
1274
1275 linux (3.1.0-1.0) oneiric; urgency=low
1276
1277   [ Leann Ogasawara ]
1278
1279   * Open P-series
1280
1281  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 10 Aug 2011 13:42:40 -0700
1282
1283 linux (3.0.0-8.10) oneiric; urgency=low
1284
1285   [ Adam Jackson ]
1286
1287   * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
1288     - LP: #753994
1289
1290   [ John Johansen ]
1291
1292   * [Config] Enable missing IPv6 options
1293
1294   [ Leann Ogasawara ]
1295
1296   * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
1297     - LP: #819925
1298   * Rebase to 3.0.1
1299
1300   [ Upstream Kernel Changes ]
1301
1302   * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
1303   * ALSA: hda - Turn on extra EAPDs on Conexant codecs
1304     - LP: #783582
1305   * KVM: Remove SMEP bit from CR4_RESERVED_BITS
1306     - LP: #796476
1307   * KVM: Add SMEP support when setting CR4
1308     - LP: #796476
1309   * KVM: Mask function7 ebx against host capability word9
1310     - LP: #796476
1311   * KVM: Add instruction fetch checking when walking guest page table
1312     - LP: #796476
1313
1314   [ Upstream Kernel Changes ]
1315
1316   * rebase to v3.0.1
1317
1318  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 05 Aug 2011 11:32:25 -0700
1319
1320 linux (3.0.0-7.9) oneiric; urgency=low
1321
1322   [ Andy Whitcroft ]
1323
1324   * Revert "[Upstream] add local prefix to oss local change_bits"
1325   * Revert "SAUCE: add tracing for user initiated readahead requests"
1326   * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
1327   * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
1328     Zhaoyang E47"
1329   * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
1330   * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
1331     (grub)"
1332   * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
1333     checks"
1334   * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
1335   * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
1336     vt switch"
1337   * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
1338     - LP: #816035
1339   * ubuntu: Yama: if an underlying filesystem provides a permissions op use
1340     it
1341   * SAUCE: (no-up) add tracing for user initiated readahead requests
1342   * SAUCE: vt -- maintain bootloader screen mode and content until vt
1343     switch
1344   * SAUCE: vt -- allow grub to request automatic vt_handoff
1345
1346   [ Arjan van de Ven ]
1347
1348   * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
1349
1350   [ Kees Cook ]
1351
1352   * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
1353   * [Config] enforce ACPI_CUSTOM_METHOD disabled
1354
1355   [ Keng-Yu Lin ]
1356
1357   * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
1358     Zhaoyang E47
1359     - LP: #632884, #803005
1360
1361   [ Leann Ogasawara ]
1362
1363   * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
1364     - LP: #513131
1365   * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
1366     - LP: #815064
1367
1368   [ Rezwanul Kabir ]
1369
1370   * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
1371     Dell E2 series Laptops
1372     - LP: #632884
1373
1374   [ Upstream Kernel Changes ]
1375
1376   * Revert "yama: if an underlying filesystem provides a permissions op use
1377     it"
1378   * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
1379     series Laptops"
1380   * Revert "tty: include linux/slab.h for kfree"
1381   * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
1382   * Revert "pch_dma: add include/slab.h for kfree"
1383   * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
1384     - LP: #773524
1385   * oss: rename local change_bits to avoid powerpc bitsops.h definition
1386
1387  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 25 Jul 2011 09:08:01 -0700
1388
1389 linux (3.0.0-7.8) oneiric; urgency=low
1390
1391   [ Andy Whitcroft ]
1392
1393   * ubuntu: overlayfs -- overlayfs: add statfs support
1394   * [Config] enable CONFIG_OVERLAYFS
1395
1396   [ Erez Zadok ]
1397
1398   * ubuntu: overlayfs -- overlayfs: implement show_options
1399
1400   [ Leann Ogasawara ]
1401
1402   * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
1403   * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
1404   * [Config] Disable CONFIG_ATM_DUMMY on arm
1405   * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
1406   * Temporarily disable module check on arm
1407   * Rebase to 3.0 final
1408   * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
1409   * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
1410   * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
1411   * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
1412   * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
1413   * [Config] Set CRYPTO_LZO=m on powerpc64-smp
1414   * [Config] Enable CONFIG_DM9000=m on arm
1415   * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
1416   * [Config] Enable CONFIG_DL2K=m on amd64 and i386
1417
1418   [ Miklos Szeredi ]
1419
1420   * ubuntu: overlayfs -- vfs: add i_op->open()
1421   * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
1422   * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
1423   * ubuntu: overlayfs -- overlay filesystem
1424   * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
1425   * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
1426   * ubuntu: overlayfs -- fs: limit filesystem stacking depth
1427   * ubuntu: overlayfs -- ovl: make lower mount read-only
1428
1429   [ Neil Brown ]
1430
1431   * ubuntu: overlayfs -- overlay: overlay filesystem documentation
1432
1433   [ Tim Gardner ]
1434
1435   * [Config] Add enic/fnic to udebs
1436     - LP: #801610
1437
1438   [ Upstream Kernel Changes ]
1439
1440   * yama: if an underlying filesystem provides a permissions op use it
1441
1442   [ Major Kernel Changes ]
1443
1444   * Rebase to 3.0 final
1445
1446  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 21 Jul 2011 07:01:32 -0700
1447
1448 linux (3.0.0-6.7) oneiric; urgency=low
1449
1450   [ Eagon Yager ]
1451
1452   * [Config] Fix misspelled 'skipmodule' in arm makefile.
1453
1454   [ Keng-Yu Lin ]
1455
1456   * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
1457     - LP: #632884, #803005
1458
1459   [ Leann Ogasawara ]
1460
1461   * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
1462   * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
1463   * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
1464   * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
1465   * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
1466   * [Config] Set CONFIG_ACPI_PCI_SLOT=m
1467   * [Config] Set CONFIG_ACPI_SBS=m
1468   * [Config] Set CONFIG_ACPI_WMI=m
1469   * [Config] Set CONFIG_AD7150=m on arm
1470   * [Config] Set CONFIG_AD7152=m on arm
1471   * [Config] Drop CONFIG_GPIO_S5PV210
1472   * [Config] Drop CONFIG_GPIO_S5PC100
1473   * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
1474   * [Config] Drop CONFIG_GPIO_EXYNOS4
1475
1476   [ Stefan Bader ]
1477
1478   * SAUCE: Re-enable RODATA for i386 virtual
1479     - LP: #809838
1480
1481   [ Upstream Kernel Changes ]
1482
1483   * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
1484   * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
1485     - LP: #771758
1486
1487  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 20 Jul 2011 06:36:02 -0700
1488
1489 linux (3.0.0-5.6) oneiric; urgency=low
1490
1491   [ Tim Gardner ]
1492
1493   * [Config] CONFIG_RTL8192CU=m
1494   * Rebase to -rc7
1495
1496  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 11 Jul 2011 22:13:50 +0100
1497
1498 linux (3.0.0-4.5) oneiric; urgency=low
1499
1500   [ Ming Lei ]
1501
1502   * SAUCE: fix yama_ptracer_del lockdep warning
1503     - LP: #791019
1504
1505   [ Seth Forshee ]
1506
1507   * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
1508   * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
1509   * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
1510   * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
1511     - LP: #805218
1512
1513   [ Tim Gardner ]
1514
1515   * [Config] updateconfigs after rebase to -rc6+
1516     Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
1517   * Adopt a 3 digit verion, e.g., 3.0.0-x.x
1518   * Revert "UBUNTU: add dependancies for module-init-tools"
1519     This dependency is no longer required for a 3 digit version.
1520
1521  --  Tim Gardner <tim.gardner@canonical.com>  Tue, 05 Jul 2011 14:03:04 +0100
1522
1523 linux (3.0-3.4) oneiric; urgency=low
1524
1525   [ Keng-Yu Lin ]
1526
1527   * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
1528     killswitch"
1529     - LP: #775281
1530
1531   [ Leann Ogasawara ]
1532
1533   * rebase to v3.0-rc5
1534   * [Config] updateconfigs after rebase to 3.0-rc5
1535
1536   [ Tim Gardner ]
1537
1538   * [Config] Remove ubuntu/rtl8192se
1539   * [Config] Added armel ABI files
1540   * [Config] Removed armel versatile flavour
1541   * [Config] CONFIG_INTEL_MEI=m
1542     - LP: #716867
1543
1544   [ Upstream Kernel Changes ]
1545
1546   * ALSA: hda - Enable auto-parser as default for Conexant codecs
1547
1548   [ Upstream Kernel Changes ]
1549
1550   * rebase to v3.0-rc5
1551
1552  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 30 Jun 2011 14:27:10 +0100
1553
1554 linux (3.0-2.3) oneiric; urgency=low
1555
1556   [ Andy Whitcroft ]
1557
1558   * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
1559
1560   [ Leann Ogasawara ]
1561
1562   * rebase to v3.0-rc4
1563   * [Config] updateconfigs after rebase to 3.0-rc4
1564   * fix ERROR: __devcgroup_inode_permission undefined
1565
1566   [ Stefan Bader ]
1567
1568   * SAUCE: iscsitarget: Remove driver from the kernel
1569
1570   [ Tim Gardner ]
1571
1572   * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
1573   * [Config] Add grub-efi as a recommended bootloader for server and
1574     generic
1575     - LP: #800910
1576
1577   [ Upstream Kernel Changes ]
1578
1579   * Fix node_start/end_pfn() definition for mm/page_cgroup.c
1580
1581   [ Leann Ogasawara ]
1582
1583   * rebase to v3.0-rc4
1584
1585  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 24 Jun 2011 11:51:12 -0700
1586
1587 linux (3.0-1.2) oneiric; urgency=low
1588
1589   [ Andy Whitcroft ]
1590
1591   * [Config] enable CONFIG_CAN_CALC_BITTIMING
1592
1593   [ Leann Ogasawara ]
1594
1595   * rebase to v3.0-rc3
1596   * [Config] updateconfigs after rebase to 3.0-rc3
1597
1598   [ Upstream Kernel Changes ]
1599
1600   * perf: clear out make flags when calling kernel make kernelver
1601
1602   [ Leann Ogasawara ]
1603
1604   * rebase to v3.0-rc3
1605
1606  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 14 Jun 2011 07:25:35 -0700
1607
1608 linux (3.0-0.1) oneiric; urgency=low
1609
1610   [ Andy Whitcroft ]
1611
1612   * use the packaging version in the kernel
1613   * use the kernels idea of its version for version_signature
1614   * add dependancies for module-init-tools
1615   * update control files to version 3
1616   * printchanges/insertchanges allow override of prev_release
1617   * correct Vcs-Git: to point to oneiric
1618
1619   [ Leann Ogasawara ]
1620
1621   * rebase to v3.0-rc1
1622   * [Config] updateconfigs after rebase to 3.0-rc1
1623   * ubuntu: dm-raid4-5 fix up build failure
1624   * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
1625   * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
1626   * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
1627   * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
1628   * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
1629   * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
1630   * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
1631   * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
1632   * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
1633   * rebase to v3.0-rc2
1634
1635   [ Manoj Iyer ]
1636
1637   * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
1638     - LP: #790754
1639
1640   [ Upstream Kernel Changes ]
1641
1642   * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
1643     demands it"
1644   * drm/i915: fix regression after clock gating init split
1645
1646   [ Major Kernel Changes ]
1647
1648   * rebase from v2.6.39 to v3.0-rc1
1649   * rebase from v3.0-rc1 to v3.0-rc2
1650
1651  -- Andy Whitcroft <apw@canonical.com>  Thu, 09 Jun 2011 15:18:33 +0100
1652
1653 linux (2.6.39-3.10) oneiric; urgency=low
1654
1655   [ Colin Ian King ]
1656
1657   * SAUCE: S3 early resume debug via keyboard LEDs
1658
1659   [ Ingo Molnar ]
1660
1661   * ubuntu: nx-emu - i386: NX emulation
1662   * ubuntu: nx-emu - i386: mmap randomization for executable mappings
1663
1664   [ Leann Ogasawara ]
1665
1666   * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
1667   * Revert "[Config] Disable CONFIG_DM_RAID45"
1668   * [Config] enable CONFIG_BRCMFMAC=y
1669   * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
1670   * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
1671
1672   [ Robert Nelson ]
1673
1674   * SAUCE: omap3: beagle: detect new xM revision B
1675     - LP: #770679
1676   * SAUCE: omap3: beagle: detect new xM revision C
1677     - LP: #770679
1678   * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
1679     - LP: #770679
1680
1681   [ Stefan Bader ]
1682
1683   * SAUCE: Convert dm-raid45 to new block plugging
1684
1685  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 23 May 2011 11:46:43 -0700
1686
1687 linux (2.6.39-3.9) oneiric; urgency=low
1688
1689   [ Leann Ogasawara ]
1690
1691   * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
1692   * rebase to v2.6.39
1693   * [Config] enable CONFIG_LLC2=m across all arch's and flavours
1694   * [Config] enable CONFIG_INPUT_APANEL=m
1695
1696   [ Thomas Schlichter ]
1697
1698   * SAUCE: vesafb: mtrr module parameter is uint, not bool
1699     - LP: #778043
1700   * SAUCE: vesafb: enable mtrr WC by default
1701     - LP: #778043
1702
1703   [ Major Kernel Changes ]
1704
1705   * rebase from v2.6.39-rc7 to v2.6.39
1706
1707  -- Andy Whitcroft <apw@canonical.com>  Fri, 20 May 2011 09:52:32 +0100
1708
1709 linux (2.6.39-2.8) oneiric; urgency=low
1710
1711   [ Andy Whitcroft ]
1712
1713   * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
1714   * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
1715   * Revert "[Config] Disable CONFIG_AUFS_FS"
1716   * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
1717   * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
1718   * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
1719   * ubuntu: AUFS -- clean up the aufs updater and BOM
1720   * ubuntu: AUFS -- documentation on updating aufs2
1721
1722   [ Kees Cook ]
1723
1724   * ubuntu: Yama - LSM hooks
1725   * ubuntu: Yama - create task_free security callback
1726   * ubuntu: Yama - add ptrace relationship tracking interface
1727   * ubuntu: Yama - unconditionally chain to Yama LSM
1728
1729   [ Leann Ogasawara ]
1730
1731   * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
1732   * Revert "[Config] Disable CONFIG_EASYCAP"
1733   * ubuntu: fsam7400 disable driver
1734   * ubuntu: omnibook disable driver
1735   * ubuntu: rfkill disable driver
1736
1737   [ Tim Gardner ]
1738
1739   * SAUCE: Fix extra reference in fb_open()
1740
1741  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 16 May 2011 09:23:56 -0700
1742
1743 linux (2.6.39-2.7) oneiric; urgency=low
1744
1745   [ Leann Ogasawara ]
1746
1747   * rebase to v2.6.39-rc7
1748
1749   [ Major Kernel Changes ]
1750
1751   * rebase from v2.6.39-rc6 to v2.6.39-rc7
1752
1753  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 10 May 2011 10:18:28 +0200
1754
1755 linux (2.6.39-1.6) oneiric; urgency=low
1756
1757   [ Leann Ogasawara ]
1758
1759   * rebase to v2.6.39-rc6
1760   * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
1761
1762   [ Tim Gardner ]
1763
1764   * [Config] updateconfigs after rebase to 2.6.39-rc6
1765
1766   [ Major Kernel Changes ]
1767
1768   * rebase from v2.6.39-rc5 to v2.6.39-rc6
1769     - LP: #740126
1770
1771  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 05 May 2011 09:46:12 -0700
1772
1773 linux (2.6.39-0.5) oneiric; urgency=low
1774
1775   [ Herton Ronaldo Krzesinski ]
1776
1777   * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
1778     - LP: #764758
1779
1780   [ Leann Ogasawara ]
1781
1782   * rebase to v2.6.39-rc5
1783   * [Config] updateconfigs following rebase to v2.6.39-rc5
1784
1785   [ Paolo Pisati ]
1786
1787   * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
1788     - LP: #759913
1789
1790   [ Stefan Bader ]
1791
1792   * Include nls_iso8859-1 for virtual images
1793     - LP: #732046
1794
1795   [ Major Kernel Changes ]
1796
1797   * rebase from v2.6.39-rc4 to v2.6.39-rc5
1798
1799  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 27 Apr 2011 06:39:42 -0700
1800
1801 linux (2.6.39-0.4) oneiric; urgency=low
1802
1803   [ Leann Ogasawara ]
1804
1805   * rebase to v2.6.39-rc4
1806   * [Config] updateconfigs following rebase to v2.6.39-rc4
1807   * fixup powerpc implicit declaration of function
1808     'crash_kexec_wait_realmode'
1809   * [Config] Disable CONFIG_FT1000 on powerpc64-smp
1810
1811   [ Tim Gardner ]
1812
1813   * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
1814     - LP: #769503
1815   * [Config] Add cachefiles.ko to virtual flavour
1816     - LP: #770430
1817
1818   [ Major Kernel Changes ]
1819
1820   * rebase from v2.6.39-rc3 to v2.6.39-rc4
1821
1822  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 19 Apr 2011 06:25:20 -0700
1823
1824 linux (2.6.39-0.3) oneiric; urgency=low
1825
1826   [ Leann Ogasawara ]
1827
1828   * rebase to v2.6.39-rc3
1829   * crash_kexec_wait_realmode() undefined when !SMP
1830
1831   [ Tim Gardner ]
1832
1833   * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
1834     - LP: #632327
1835
1836   [ Major Kernel Changes ]
1837
1838   * rebase from v2.6.39-rc2 to v2.6.39-rc3
1839
1840  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 12 Apr 2011 06:52:24 -0700
1841
1842 linux (2.6.39-0.2) oneiric; urgency=low
1843
1844   [ Gustavo F. Padovan ]
1845
1846   * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
1847     - LP: #720949
1848
1849   [ John Johansen ]
1850
1851   * AppArmor: Fix masking of capabilities in complain mode
1852     - LP: #748656
1853
1854   [ Leann Ogasawara ]
1855
1856   * rebase to v2.6.39-rc2
1857   * [Config] updateconfigs following rebase to v2.6.39-rc2
1858   * hv_mouse needs delay.h
1859   * olpc_dcon_xo_1 needs delay.h
1860   * olpc_dcon_xo_1_5 needs delay.h
1861   * Update dropped.txt for Oneiric
1862
1863   [ Steve Langasek ]
1864
1865   * [Config] Make linux-libc-dev coinstallable under multiarch
1866     - LP: #750585
1867
1868   [ Upstream Kernel Changes ]
1869
1870   * x86, hibernate: Initialize mmu_cr4_features during boot
1871     - LP: #752870
1872
1873   [ Major Kernel Changes ]
1874
1875   * rebase from v2.6.39-rc1 to v2.6.39-rc2
1876
1877  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 06 Apr 2011 11:04:15 -0700
1878
1879 linux (2.6.39-0.1) oneiric; urgency=low
1880
1881   [ Brad Figg ]
1882
1883   * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
1884     - LP: #737124
1885
1886   [ Henrik Rydberg ]
1887
1888   * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
1889   * SAUCE: HID: ntrig: fix suspend/resume on recent models
1890
1891   [ Herton Ronaldo Krzesinski ]
1892
1893   * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
1894     struct v4l2_subdev
1895     - LP: #745213
1896
1897   [ Kees Cook ]
1898
1899   * [Config] packaging: adjust perms on vmlinuz as well
1900   * SAUCE: nx-emu: further clarify dmesg reporting
1901     - LP: #745181
1902
1903   [ Leann Ogasawara ]
1904
1905   * rebase to v2.6.39-rc1
1906   * [Config] updateconfigs following rebase to v2.6.39-rc1
1907   * [Config] Disable CONFIG_DM_RAID45
1908   * [Config] Disable CONFIG_SCSI_ISCSITARGET
1909   * [Config] Disable CONFIG_EASYCAP
1910   * [Config] Disable CONFIG_AUFS_FS
1911   * update bnx2 firmware files in d-i/firmware/nic-modules
1912   * xhci-pci.c resolve implicit declaration of kzalloc
1913   * [Config] Enable CONFIG_DRM_PSB for only x86
1914   * [Config] Enable CONFIG_RTS_PSTOR for only x86
1915   * mfd/asic3: Fix typo, s/irq_data/data/
1916
1917   [ Luke Yelavich ]
1918
1919   * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
1920     - LP: #745358
1921   * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
1922   * [Config] Build some framebuffer drivers as modules for powerpc kernels.
1923
1924   [ Manoj Iyer ]
1925
1926   * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
1927     - LP: #745217
1928
1929   [ Tim Gardner ]
1930
1931   * SAUCE: INR_OPEN=4096
1932     - LP: #663090
1933   * SAUCE: Increase the default hard limit for open FDs to 4096
1934     - LP: #663090
1935
1936   [ Upstream Kernel Changes ]
1937
1938   * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
1939     namespace cleanup
1940   * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
1941   * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
1942
1943   [ Major Kernel Changes ]
1944
1945   * rebase from v2.6.38 to v2.6.39-rc1
1946
1947  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 31 Mar 2011 12:50:10 -0700
1948
1949 linux (2.6.39-0.0) oneiric; urgency=low
1950
1951   [ Leann Ogasawara ]
1952
1953   * Open Oneiric 
1954
1955  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 31 Mar 2011 12:29:23 -0700
1956
1957 linux (2.6.38-7.39) natty; urgency=low
1958
1959   [ Leann Ogasawara ]
1960
1961   * No change upload.  This is just to rebuild with gcc-4.5.2-7ubuntu1.
1962
1963  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 24 Mar 2011 09:27:45 -0700
1964
1965 linux (2.6.38-7.38) natty; urgency=low
1966
1967   [ Leann Ogasawara ]
1968
1969   * No change upload take 2.  2.6.38-7.37 was accidentally uploaded before
1970     gcc-4.5.2-6ubuntu5 finished building on all arches.
1971
1972  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 22 Mar 2011 06:12:47 -0700
1973
1974 linux (2.6.38-7.37) natty; urgency=low
1975
1976   [ Leann Ogasawara ]
1977
1978   * No change upload.  This is just to rebuild with gcc-4.5.2-6ubuntu5.
1979
1980  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Sun, 20 Mar 2011 16:02:48 -0700
1981
1982 linux (2.6.38-7.36) natty; urgency=low
1983
1984   [ Andy Whitcroft ]
1985
1986   * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
1987     optimisation"
1988   * purge last vestiges of maverick
1989   * [Config] switch CONFIG_FB_VESA back to module
1990
1991   [ Chris Wilson ]
1992
1993   * SAUCE: drm/i915: Fix pipelined fencing
1994     - LP: #717114
1995
1996   [ Loïc Minier ]
1997
1998   * Include nls_cp437 module in virtual for fat
1999     - LP: #732046
2000   * Support arch= cross-compilation for any arch
2001   * Fix couple of typos in 0-common-vars.mk
2002   * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
2003   * Add armhf to Debian -> Linux arch map
2004   * Add initial armhf.mk
2005   * Enable common packages for armhf
2006
2007   [ Upstream Kernel Changes ]
2008
2009   * Yama: fix default relationship to check thread group
2010     - LP: #737676
2011
2012  -- Andy Whitcroft <apw@canonical.com>  Fri, 18 Mar 2011 18:18:02 +0000
2013
2014 linux (2.6.38-7.35) natty; urgency=low
2015
2016   [ Andy Whitcroft ]
2017
2018   * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
2019   * rebase fixes bug #715330
2020   * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
2021   * rebase to v2.6.38 final
2022
2023   [ Herton Ronaldo Krzesinski ]
2024
2025   * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
2026     - LP: #636091
2027
2028   [ Tim Gardner ]
2029
2030   * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
2031
2032   [ Upstream Kernel Changes ]
2033
2034   * Yama: use thread group leader when creating match
2035     - LP: #729839
2036   * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
2037     RAID controller
2038     - LP: #735240
2039   * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
2040
2041   [ Major Kernel Changes ]
2042
2043   * rebase from v2.6.38-rc8 to v2.6.38 final
2044     - LP: #715330
2045
2046  -- Andy Whitcroft <apw@canonical.com>  Tue, 15 Mar 2011 19:04:19 +0000
2047
2048 linux (2.6.38-6.34) natty; urgency=low
2049
2050   [ Andy Whitcroft ]
2051
2052   * [Config] normalise CONFIG_INTEL_TXT
2053   * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
2054     - LP: #730860
2055   * rebase to mainline v2.6.38-rc8
2056
2057   [ Major Kernel Changes ]
2058
2059   * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
2060     to v2.6.38-rc8
2061
2062  -- Andy Whitcroft <apw@canonical.com>  Tue, 08 Mar 2011 11:54:48 +0000
2063
2064 linux (2.6.38-6.33) natty; urgency=low
2065
2066   [ Andy Whitcroft ]
2067
2068   * d-i -- enable speakup-modules udeb
2069     - LP: #672699
2070   * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
2071   * [Config] debian PPC64 configuration
2072   * [Config] cleanup powerpc config fixing unexpected inconsistancies
2073   * [Config] resync ppc64 configuration
2074   * SAUCE: match up ENTRY/END naming for 32/64 bit
2075   * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
2076   * [Config] update configs after rebase to
2077     fb62c00a6d8942775abc23d1621db1252e2d93d1
2078   * [Config] pps_gen_parport no longer built
2079
2080   [ Corentin Chary ]
2081
2082   * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
2083     - LP: #689393
2084   * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
2085     - LP: #689393
2086
2087   [ John Johansen ]
2088
2089   * SAUCE: Fix aufs calling of security_path_mknod
2090     - LP: #724456
2091
2092   [ Kees Cook ]
2093
2094   * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
2095
2096   [ Tim Gardner ]
2097
2098   * rebase to 2.6.38-rc7
2099
2100   [ Upstream Kernel Changes ]
2101
2102   * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
2103
2104   [ Major Kernel Changes ]
2105
2106   * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
2107     fb62c00a6d8942775abc23d1621db1252e2d93d1
2108     - LP: #721389
2109     - LP: #722925
2110     - LP: #723672
2111     - LP: #723676
2112     - LP: #715318
2113
2114  -- Andy Whitcroft <apw@canonical.com>  Mon, 07 Mar 2011 15:33:17 +0000
2115
2116 linux (2.6.38-5.32) natty; urgency=low
2117
2118   [ Andy Whitcroft ]
2119
2120   * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
2121   * [Config] updateconfigs following rebase to v2.6.38-rc6
2122   * [Config] enable CONFIG_DMAR
2123     - LP: #552311
2124
2125   [ Upstream Kernel Changes ]
2126
2127   * drm/i915: skip FDI & PCH enabling for DP_A
2128     - LP: #561802, #600453, #681877
2129
2130   [ Major Kernel Changes ]
2131
2132   * rebase from v2.6.38-rc5 to v2.6.38-rc6
2133     - LP: #718402
2134     - LP: #719524
2135     - LP: #721126
2136     - LP: #719691
2137     - LP: #722689
2138     - LP: #722310
2139
2140  -- Andy Whitcroft <apw@canonical.com>  Tue, 22 Feb 2011 13:28:39 +0000
2141
2142 linux (2.6.38-4.31) natty; urgency=low
2143
2144   [ Andy Whitcroft ]
2145
2146   * add in bugs closed by upstream patches pulled in by rebases
2147   * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
2148   * [Config] enable CONFIG_VSX to allow use of vector instuctions
2149   * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
2150   * rebase to mainline v2.6.38-rc5
2151   * SAUCE: ecryptfs: read on a directory should return EISDIR if not
2152     supported
2153     - LP: #719691
2154
2155   [ Colin Ian King ]
2156
2157   * SAUCE: Dell All-In-One: Remove need for Dell module alias
2158
2159   [ Manoj Iyer ]
2160
2161   * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
2162     - LP: #717435
2163
2164   [ Tim Gardner ]
2165
2166   * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
2167
2168   [ Upstream Kernel Changes ]
2169
2170   * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
2171     - LP: #702434
2172   * vfs: fix BUG_ON() in fs/namei.c:1461
2173
2174   [ Vladislav P ]
2175
2176   * SAUCE: Release BTM while sleeping to avoid deadlock.
2177     - LP: #713837
2178
2179   [ Major Kernel Changes ]
2180
2181   * rebase from v2.6.38-rc4 to v2.6.38-rc5
2182     - LP: #579276
2183     - LP: #715877
2184     - LP: #713769
2185     - LP: #716811
2186   * resync with Maverick Ubuntu-2.6.35-27.47
2187
2188  -- Andy Whitcroft <apw@canonical.com>  Fri, 11 Feb 2011 17:24:09 +0000
2189
2190 linux (2.6.38-3.30) natty; urgency=low
2191
2192   [ Andy Whitcroft ]
2193
2194   * rebase to v2.6.38-rc4
2195   * ppc64 -- add basic architecture
2196   * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
2197
2198   [ Colin Ian King ]
2199
2200   * SAUCE: Add WMI hotkeys support for Dell All-In-One series
2201     - LP: #676997
2202   * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
2203     - LP: #701530
2204   * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
2205     - LP: #701530
2206
2207   [ Dan Rosenberg ]
2208
2209   * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
2210
2211   [ Kees Cook ]
2212
2213   * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
2214     attacking"
2215   * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
2216
2217   [ Tim Gardner ]
2218
2219   * [Config] CONFIG_BLK_CGROUP=y
2220     - LP: #706394
2221   * [Config] CONFIG_DELL_WMI_AIO=m
2222
2223   [ Upstream Kernel Changes ]
2224
2225   * drm/i915/lvds: Restore dithering on native modes for gen2/3
2226     - LP: #711568
2227
2228   [ Upstream Kernel Changes ]
2229
2230   * rebase from v2.6.38-rc3 to v2.6.38-rc4.
2231     - LP: #701271
2232     - LP: #708521
2233     - LP: #710371
2234
2235  -- Andy Whitcroft <apw@canonical.com>  Tue, 08 Feb 2011 02:07:18 +0000
2236
2237 linux (2.6.38-2.29) natty; urgency=low
2238
2239   [ Andy Whitcroft ]
2240
2241   * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
2242   * [Config] updateconfigs following rebase to
2243     1f0324caefd39985e9fe052fac97da31694db31e
2244   * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
2245   * [Config] reenable HIBERNATE
2246     - LP: #710877
2247   * rebase to v2.6.38-rc3
2248   * [Config] reenable CONFIG_CRASH_DUMP
2249
2250   [ Kamal Mostafa ]
2251
2252   * SAUCE: rtl8192se: fix source file perms
2253   * SAUCE: rtl8192se: fix source file newline
2254   * SAUCE: omnibook: fix source file newline
2255
2256   [ Kees Cook ]
2257
2258   * [Config] packaging: really make System.map mode 0600
2259
2260   [ Ricardo Salveti de Araujo ]
2261
2262   * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
2263     PM34XX_ERRATUM
2264
2265   [ Soren Hansen ]
2266
2267   * SAUCE: nbd: Remove module-level ioctl mutex
2268
2269   [ Tim Gardner ]
2270
2271   * SAUCE: Disable building the ACPI debugfs source
2272
2273   [ Upstream Kernel Changes ]
2274
2275   * Set physical start and alignment 1M for virtual i386
2276     - LP: #710754
2277
2278   [ Upstream Kernel Changes ]
2279
2280   * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
2281     to v2.6.38-rc3
2282     - LP: #707902
2283
2284  -- Andy Whitcroft <apw@canonical.com>  Fri, 28 Jan 2011 16:30:32 +0000
2285
2286 linux (2.6.38-1.28) natty; urgency=low
2287
2288   [ Andy Whitcroft ]
2289
2290   * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
2291
2292   [ Ricardo Salveti de Araujo ]
2293
2294   * SAUCE: omap3: beaglexm: fix DVI initialization
2295   * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
2296     display work at Beagle
2297
2298  -- Andy Whitcroft <apw@canonical.com>  Fri, 28 Jan 2011 10:51:57 +0000
2299
2300 linux (2.6.38-1.27) natty; urgency=low
2301
2302   [ Andy Whitcroft ]
2303
2304   * ubuntu: AUFS -- update aufs-update to track new locations of headers
2305   * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
2306   * SAUCE: ensure root is ready before running usermodehelpers in it
2307   * correct the Vcs linkage to point to natty
2308   * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
2309   * [Config] update configs following rebase
2310     e78bf5e6cbe837daa6ab628a5f679548742994d3
2311   * SAUCE: Yama: follow changes to generic_permission
2312   * ubuntu: compcache -- follow changes to bd_claim/bd_release
2313   * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
2314   * ubuntu: ndiswrapper -- fix interaction between __packed and packed
2315   * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
2316   * update package version to match payload version
2317   * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
2318   * rebase to v2.6.38-rc1
2319   * [Config] updateconfigs following rebase to v2.6.38-rc1
2320   * SAUCE: x86 fix up jiffies/jiffies_64 handling
2321   * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
2322   * [Config] updateconfigs following rebase to
2323     2b1caf6ed7b888c95a1909d343799672731651a5
2324   * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
2325   * ubuntu: AUFS -- suppress benign plink warning messages
2326     - LP: #621195
2327   * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
2328   * rebase to v2.6.38-rc2
2329   * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
2330   * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
2331   * [Config] update configs following rebase to
2332     c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
2333   * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
2334   * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
2335   * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
2336   * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
2337
2338   [ Kees Cook ]
2339
2340   * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
2341
2342   [ Stefan Bader ]
2343
2344   * Temporarily disable RODATA for virtual i386
2345     - LP: #699828
2346
2347   [ Tim Gardner ]
2348
2349   * [Config] CONFIG_NLS_DEFAULT=utf8
2350     - LP: #683690
2351   * [Config] CONFIG_HIBERNATION=n
2352   * update bnx2 firmware files in d-i/firmware/nic-modules
2353
2354   [ Upstream Kernel Changes ]
2355
2356   * Revert "drm/radeon/bo: add some fallback placements for VRAM only
2357     objects."
2358   * packaging: make System.map mode 0600
2359   * thinkpad_acpi: Always report scancodes for hotkeys
2360     - LP: #702407
2361   * sched: tg->se->load should be initialised to tg->shares
2362   * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
2363   * brcm80211: include linux/slab.h for kfree
2364   * pch_dma: add include/slab.h for kfree
2365   * i2c-eg20t: include linux/slab.h for kfree
2366   * gpio/ml_ioh_gpio: include linux/slab.h for kfree
2367   * tty: include linux/slab.h for kfree
2368   * winbond: include linux/delay.h for mdelay et al
2369
2370   [ Upstream Kernel Changes ]
2371
2372   * mark the start of v2.6.38 versioning
2373   * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
2374     - LP: #689886
2375     - LP: #702125
2376     - LP: #608775
2377     - LP: #215802
2378     - LP: #686333
2379     - LP: #677830
2380     - LP: #677652
2381     - LP: #696493
2382     - LP: #697240
2383     - LP: #689036
2384     - LP: #705323
2385     - LP: #686692
2386
2387  -- Andy Whitcroft <apw@canonical.com>  Sun, 09 Jan 2011 13:44:52 +0000
2388
2389 linux (2.6.37-12.26) natty; urgency=low
2390
2391   [ Andy Whitcroft ]
2392
2393   * rebase to v2.6.37-rc8
2394   * [Config] armel -- reenable omap flavour
2395   * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
2396   * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
2397   * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
2398   * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
2399   * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
2400   * [Config] track missing modules
2401   * rebase to v2.6.37 final
2402
2403   [ Chase Douglas ]
2404
2405   * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
2406     Magic Trackpad
2407
2408   [ Stefan Bader ]
2409
2410   * Revert "SAUCE: blkfront: default to sd devices"
2411     - LP: #684875
2412
2413   [ Tim Gardner ]
2414
2415   * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
2416     - LP: #380138
2417   * [Config] Added autofs4.ko to -virtual flavour
2418     - LP: #692917
2419
2420   [ Upstream Kernel Changes ]
2421
2422   * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
2423     Laptops
2424     - LP: #632884
2425
2426   [ Upstream Kernel Changes ]
2427
2428   * rebase to v2.6.37-rc8
2429   * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
2430   * rebase to v2.6.37 final
2431
2432  -- Andy Whitcroft <apw@canonical.com>  Thu, 23 Dec 2010 18:34:13 +0000
2433
2434 linux (2.6.37-11.25) natty; urgency=low
2435
2436   [ Andy Whitcroft ]
2437
2438   * [Config] d-i -- add hpsa to the list of block devices
2439     - LP: #684304
2440   * [Config] add vmw-balloon driver to -virtual flavour
2441     - LP: #592039
2442   * rebase to v2.6.37-rc7
2443
2444   [ Upstream Kernel Changes ]
2445
2446   * rebase to v2.6.37-rc7
2447
2448  -- Andy Whitcroft <apw@canonical.com>  Tue, 21 Dec 2010 13:35:28 +0000
2449
2450 linux (2.6.37-10.24) natty; urgency=low
2451
2452   [ Andy Whitcroft ]
2453
2454   * rebase to v2.6.37-rc6
2455   * updateconfigs following rebase to v2.6.37-rc6
2456
2457   [ Upstream Kernel Changes ]
2458
2459   * rebase to v2.6.37-rc6
2460
2461  -- Andy Whitcroft <apw@canonical.com>  Thu, 16 Dec 2010 12:34:19 +0000
2462
2463 linux (2.6.37-9.23) natty; urgency=low
2464
2465   [ Andy Whitcroft ]
2466
2467   * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
2468     - LP: #689606
2469   * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
2470     - LP: #689606
2471
2472   [ Kees Cook ]
2473
2474   * SAUCE: RO/NX protection for loadable kernel, fix ftrace
2475     - LP: #690190
2476
2477  -- Andy Whitcroft <apw@canonical.com>  Wed, 15 Dec 2010 19:29:57 +0000
2478
2479 linux (2.6.37-9.22) natty; urgency=low
2480
2481   [ Andy Whitcroft ]
2482
2483   * rebase to v2.6.35-rc5
2484   * [Config] updateconfigs following rebase to v2.6.37-rc5
2485   * (no-up) add support for installed header files to ubuntu directory
2486     - LP: #684666
2487   * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
2488     - LP: #684666
2489   * ubuntu: dm-raid4-5 -- follow changes to bio flags
2490   * ubuntu: dm-raid4-5 -- re-enable
2491   * ubuntu: omnibook -- update BOM
2492   * ubuntu: ndiswrapper -- update BOM to match actual version
2493   * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
2494   * ubuntu: ndiswrapper -- re-enable
2495   * ubuntu: iscsitarget -- re-instate copy_io_context
2496   * ubuntu: iscsitarget -- follow changes to semaphore initialisation
2497   * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
2498   * ubuntu: iscsitarget -- re-enable
2499
2500   [ Kees Cook ]
2501
2502   * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
2503
2504   [ Manoj Iyer ]
2505
2506   * SAUCE: Enable jack sense for Thinkpad Edge 13
2507     - LP: #685015
2508
2509   [ Tim Gardner ]
2510
2511   * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
2512   * [Config] CONFIG_CRYPTO_CRC32C=y
2513     - LP: #681819
2514   * [Config] CONFIG_9P_FSCACHE=n
2515   * [Config] Add nfsd modules to -virtual flavour
2516     - LP: #688070
2517
2518   [ Upstream Kernel Changes ]
2519
2520   * Revert "Staging: zram: work around oops due to startup ordering snafu"
2521   * NFS: Fix panic after nfs_umount()
2522     - LP: #683938
2523   * x86: Add NX protection for kernel data
2524   * x86: Add RO/NX protection for loadable kernel modules
2525   * x86: Resume trampoline must be executable
2526   * x86: RO/NX protection for loadable kernel, jump_table fix
2527
2528   [ Upstream Kernel Changes ]
2529
2530   * rebase to v2.6.37-rc5
2531
2532  -- Andy Whitcroft <apw@canonical.com>  Thu, 09 Dec 2010 18:15:35 +0000
2533
2534 linux (2.6.37-8.21) natty; urgency=low
2535
2536   [ Andy Whitcroft ]
2537
2538   * Revert "ubuntu: AUFS -- include the aufs_types.h file in
2539     linux-libc-headers"
2540   * Revert "(no-up) add support for installed header files to ubuntu
2541     directory"
2542
2543  -- Andy Whitcroft <apw@canonical.com>  Sun, 05 Dec 2010 17:33:28 +0000
2544
2545 linux (2.6.37-8.20) natty; urgency=low
2546
2547   [ Andy Whitcroft ]
2548
2549   * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
2550   * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
2551   * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
2552   * Revert "SAUCE: i915 -- disable powersave by default"
2553   * SAUCE: enable Marvell 9128 PCIe SATA controller
2554     - LP: #658521
2555   * [Config] evtchn has been renamed
2556   * (no-up) add support for installed header files to ubuntu directory
2557     - LP: #684666
2558   * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
2559     - LP: #684666
2560
2561   [ Tim Gardner ]
2562
2563   * [Config] MISS: evtchn, NEW : xen-evtchn
2564   * rebase to v2.6.37-rc4
2565
2566   [ Upstream Kernel Changes ]
2567
2568   * drm/i915: Clean conflicting modesetting registers upon init
2569     - LP: #683775
2570   * rebase to v2.6.37-rc4
2571
2572  -- Andy Whitcroft <apw@canonical.com>  Fri, 03 Dec 2010 18:42:07 +0000
2573
2574 linux (2.6.37-7.19) natty; urgency=low
2575
2576   [ Tim Gardner ]
2577
2578   * [Config] Add bnx2 firmware to nic-modules udeb
2579     - LP: #676245
2580
2581  -- Andy Whitcroft <apw@canonical.com>  Fri, 26 Nov 2010 17:53:45 +0000
2582
2583 linux (2.6.37-7.18) natty; urgency=low
2584
2585   [ Andy Whitcroft ]
2586
2587   * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
2588   * Revert "SAUCE: Add extra headers to linux-libc-dev"
2589   * Revert "SAUCE: Enable speedstep for sonoma processors."
2590   * [Config] enable CONFIG_BT_HCIUART_ATH3K
2591   * [Config] enable CONFIG_IWLWIFI_DEBUGFS
2592   * [Config] standardise CONFIG_MII
2593   * [Config] standardise CONFIG_PRISM2_USB
2594   * [Config] standardise CONFIG_SCSI_QLA_ISCSI
2595   * [Config] build in CONFIG_AGP
2596   * [Config] build in CONFIG_AGP_INTEL
2597   * [Config] build in CONFIG_AGP_AMD
2598   * [Config] build in CONFIG_AGP_AMD64
2599   * [Config] build in CONFIG_AGP_NVIDIA
2600   * [Config] build in CONFIG_AGP_VIA
2601   * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
2602   * (no-up): document the new ## scheme
2603   * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
2604   * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
2605     - LP: #675453
2606
2607   [ Mathieu J. Poirier ]
2608
2609   * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
2610
2611   [ Upstream Kernel Changes ]
2612
2613   * nx-emu: fix inverted report of disable_nx
2614
2615  -- Andy Whitcroft <apw@canonical.com>  Tue, 23 Nov 2010 21:00:39 +0000
2616
2617 linux (2.6.37-6.17) natty; urgency=low
2618
2619   [ Andy Whitcroft ]
2620
2621   * Revert "ubuntu: AUFS -- aufs2-standalone.patch
2622     aufs2.1-36-UNRELEASED-20101103"
2623   * Revert "ubuntu: AUFS -- aufs2-base.patch
2624     aufs2.1-36-UNRELEASED-20101103"
2625   * [Config] standardise CONFIG_BT
2626   * [Config] standardise CONFIG_IRDA
2627   * [Config] standardise CONFIG_LAPB
2628   * [Config] standardise CONFIG_RDS
2629   * [Config] standardise CONFIG_RFKILL
2630   * [Config] standardise CONFIG_TIPC
2631   * [Config] standardise CONFIG_X25
2632   * [Config] standardise CONFIG_INPUT_EVDEV
2633   * [Config] standardise CONFIG_INPUT_JOYDEV
2634   * [Config] standardise CONFIG_INPUT_JOYSTICK
2635   * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
2636   * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
2637   * [Config] CONFIG_IRDA=n for FTBS (arm)
2638   * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
2639   * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
2640   * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
2641
2642   [ Tim Gardner ]
2643
2644   * SAUCE: Fix drivers/staging/easycap FTBS
2645   * [Config] CONFIG_EASYCAP=m after fixing FTBS
2646
2647   [ Upstream Kernel Changes ]
2648
2649   * Revert "x86: Add NX protection for kernel data"
2650
2651  -- Andy Whitcroft <apw@canonical.com>  Mon, 22 Nov 2010 18:09:10 +0000
2652
2653 linux (2.6.37-6.16) natty; urgency=low
2654
2655   [ Andy Whitcroft ]
2656
2657   * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
2658   * rebase to v2.6.37-rc3
2659
2660   [ Tim Gardner ]
2661
2662   * [Config] CONFIG_SCHED_AUTOGROUP=y
2663
2664   [ Upstream Kernel Changes ]
2665
2666   * Revert "x86: Add RO/NX protection for loadable kernel modules"
2667   * sched: automated per session task groups
2668   * rebase to v2.6.37-rc3
2669
2670  -- Andy Whitcroft <apw@canonical.com>  Mon, 22 Nov 2010 10:11:13 +0000
2671
2672 linux (2.6.37-6.15) natty; urgency=low
2673
2674   [ Andy Whitcroft ]
2675
2676   * [Config] standardise CONFIG_CEPH_FS
2677   * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
2678   * [Config] standardise CONFIG_SCSI_PROC_FS
2679   * [Config] standardise CONFIG_UBIFS_FS
2680   * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
2681
2682   [ Kees Cook ]
2683
2684   * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
2685
2686   [ Manoj Iyer ]
2687
2688   * SAUCE: Enable jack sense for Thinkpad Edge 11
2689     - LP: #677210
2690   * SAUCE: enable rfkill for rtl8192se driver
2691     - LP: #640992
2692
2693   [ Tim Gardner ]
2694
2695   * [Config] CONFIG_EASYCAP=n for FTBS
2696   * Rebase to v2.6.32-rc2+git
2697
2698   [ Upstream Kernel Changes ]
2699
2700   * x86: Fix improper large page preservation
2701   * x86: Add NX protection for kernel data
2702   * x86: Add RO/NX protection for loadable kernel modules
2703
2704   [ Upstream Kernel Changes ]
2705
2706   * Rebase to Linus 2.6.37-rc2+git
2707
2708  -- Andy Whitcroft <apw@canonical.com>  Sat, 20 Nov 2010 11:40:00 +0000
2709
2710 linux (2.6.37-5.14) natty; urgency=low
2711
2712   [ Upstream Kernel Changes ]
2713
2714   * PCI: fix offset check for sysfs mmapped files
2715     - LP: #676963
2716
2717  -- Andy Whitcroft <apw@canonical.com>  Thu, 18 Nov 2010 18:12:27 +0000
2718
2719 linux (2.6.37-5.13) natty; urgency=low
2720
2721   [ Andy Whitcroft ]
2722
2723   * rebased to v2.6.37-rc2
2724   * updateconfigs following rebase to v2.6.37-rc2
2725
2726   [ Tim Gardner ]
2727
2728   * [Config] Added NFS and related modules to virtual flavour
2729     - LP: #659084
2730
2731   [ Upstream Kernel Changes ]
2732
2733   * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
2734   * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
2735   * x86, cpu: Call verify_cpu during 32bit CPU startup
2736   * x86, cpu: Only CPU features determine NX capabilities
2737
2738   [ Upstream Changes ]
2739
2740   * rebased to v2.67.37-rc2
2741
2742  -- Andy Whitcroft <apw@canonical.com>  Tue, 16 Nov 2010 13:13:29 +0000
2743
2744 linux (2.6.37-4.12) natty; urgency=low
2745
2746   [ Andy Whitcroft ]
2747
2748   * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
2749   * Revert "[Upstream] HID: magicmouse: properly account for scroll
2750     movement in state"
2751   * Revert "[Upstream] HID: magicmouse: disable and add module param for
2752     scroll acceleration"
2753   * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
2754     middle of mouse"
2755
2756   [ Henrik Rydberg ]
2757
2758   * SAUCE: hid: ntrig: remove sysfs nodes
2759   * SAUCE: hid: ntrig: Setup input filtering manually
2760   * SAUCE: hid: ntrig: New ghost-filtering event logic
2761
2762   [ Manoj Iyer ]
2763
2764   * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
2765     - LP: #348861
2766
2767   [ Upstream Kernel Changes ]
2768
2769   * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
2770     suspend/resume"
2771   * Revert "[ARM] implement arch_randomize_brk()"
2772   * Revert "ARM: stack protector: change the canary value per task"
2773   * Revert "ARM: initial stack protector (-fstack-protector) support"
2774   * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
2775   * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
2776   * Revert "perf probe: Add kernel source path option"
2777   * hid: ntrig: Support single-touch devices
2778   * hid: ntrig: Mask pen switch events
2779   * net: rtnetlink.h -- only include linux/netdevice.h when used by the
2780     kernel
2781     - LP: #673073
2782   * Fix userspace build of linux/fs.h
2783
2784  -- Andy Whitcroft <apw@canonical.com>  Mon, 15 Nov 2010 19:31:44 +0000
2785
2786 linux (2.6.37-3.11) natty; urgency=low
2787
2788   [ Andy Whitcroft ]
2789
2790   * Revert "ubuntu: AUFS -- update to
2791     b37c575759dc4535ccc03241c584ad5fe69e3b25"
2792   * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
2793   * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
2794   * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
2795   * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
2796   * [Config] Disable intel_idle for -virtual kernels
2797     - LP: #651370
2798   * [Config] enforcer -- ensure we never enable CONFIG_IMA
2799   * debian -- pass the correct flavour name when checking configs
2800   * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
2801   * [Config] ensure CONFIG_IPV6=y for powerpc
2802   * [Config] enforcer -- ensure CONFIG_IPV6=y
2803   * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
2804   * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
2805   * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
2806   * ubuntu: AUFS -- re-enable
2807   * ubuntu: AUFS -- track changes to work queue initialisation
2808   * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
2809   * SAUCE: fbcon -- fix race between open and removal of framebuffers
2810   * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
2811     - LP: #614008
2812   * SAUCE: drm -- stop early access to drm devices
2813
2814   [ Jeremy Kerr ]
2815
2816   * [Config] Build-in powermac ZILOG serial driver
2817     - LP: #673346
2818
2819   [ Kees Cook ]
2820
2821   * SAUCE: nx-emu: use upstream ASLR when possible
2822
2823   [ Tim Gardner ]
2824
2825   * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
2826     - LP: #628776
2827
2828   [ Upstream Kernel Changes ]
2829
2830   * i386: NX emulation
2831   * nx-emu: drop exec-shield sysctl, merge with disable_nx
2832   * nx-emu: standardize boottime message prefix
2833   * mmap randomization for executable mappings on 32-bit
2834   * exec-randomization: brk away from exec rand area
2835
2836  -- Andy Whitcroft <apw@canonical.com>  Thu, 11 Nov 2010 23:46:37 +0000
2837
2838 linux (2.6.37-2.10) natty; urgency=low
2839
2840   [ Andy Whitcroft ]
2841
2842   * reinstate armel config changes:
2843    * [Config] CONFIG_GPIO_PCH=n for armel FTBS
2844    * [Config] CONFIG_GPIO_VX855=n for armel FTBS
2845
2846  -- Andy Whitcroft <apw@canonical.com>  Wed, 03 Nov 2010 22:20:35 +0000
2847
2848 linux (2.6.37-2.9) natty; urgency=low
2849
2850   [ Andy Whitcroft ]
2851
2852   * config -- fix genportsconfig
2853   * [Config] move powerpc over from ports to distro
2854   * bump master version number to match contained kernel
2855   * SAUCE: fix documentation strings for struct input_keymap_entry
2856   * usb: gadget: goku_udc: add registered flag bit
2857
2858  -- Andy Whitcroft <apw@canonical.com>  Tue, 02 Nov 2010 15:14:11 +0000
2859
2860 linux (2.6.36-2.8) natty; urgency=low
2861
2862   [ Tim Gardner ]
2863
2864   * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
2865   * [Config]: TWL4030_CORE=n for FTBS
2866   * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
2867   * [Config]: CONFIG_SOLO6X10=n for FTBS
2868   * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
2869   * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
2870   * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
2871   * [Config]: CONFIG_LINE6_USB=n for armel FTBS
2872   * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
2873   * [Config]: CONFIG_I2C_I801=n for armel FTBS
2874   * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
2875   * AppArmor: compatibility patch for v5 interface
2876   * AppArmor: compatibility patch for v5 network controll
2877   * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
2878   * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
2879   * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
2880   * Dropped: hid: 3m: Convert to MT slots
2881   * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
2882   * Dropped: HID: magicmouse: simplify touch data bit manipulation
2883   * Dropped: HID: magicmouse: simplify touch down logic
2884   * Dropped: HID: magicmouse: enable Magic Trackpad support
2885   * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
2886   * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
2887   * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
2888   * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
2889   * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
2890   * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
2891   * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
2892   * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
2893   * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
2894   * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
2895   * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
2896   * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
2897
2898   [ Upstream Kernel Changes ]
2899
2900   * rebased against 2.6.27-rc1
2901
2902  --  Tim Gardner <tim.gardner@canonical.com>  Fri, 22 Oct 2010 19:35:05 -0600
2903
2904 linux (2.6.36-1.7) natty; urgency=low
2905
2906   [ Andy Whitcroft ]
2907
2908   * rebased to v2.6.36 final
2909   * [Config] update configs following rebase to v2.6.36 final
2910   * [Config] update ports configs following rebase to v2.6.36 final
2911
2912   [ Upstream Kernel Changes ]
2913
2914   * rebased to v2.6.36 final
2915
2916  -- Andy Whitcroft <apw@canonical.com>  Thu, 21 Oct 2010 14:28:57 +0100
2917
2918 linux (2.6.36-1.6) natty; urgency=low
2919
2920   [ Upstream Kernel Changes ]
2921
2922   * drop broadcom staging driver preview:
2923    * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
2924      wireless LAN driver."
2925
2926  -- Andy Whitcroft <apw@canonical.com>  Wed, 20 Oct 2010 10:41:25 +0100
2927
2928 linux (2.6.36-1.5) natty; urgency=low
2929
2930   [ Andy Whitcroft ]
2931
2932   * rebase to v2.6.36-rc8
2933   * updateconfigs following rebase to v2.6.36-rc8
2934   * updateportsconfigs following rebase to v2.6.36-rc8
2935   * config -- simplify the kernelconfig interface
2936   * config -- add new config mode 'dumpconfigs'
2937
2938   [ Tim Gardner ]
2939
2940   * Simplify the use of CROSS_COMPILER
2941
2942   [ Upstream Kernel Changes ]
2943
2944   * drop broadcom staging driver preview:
2945    * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
2946      brcmfmac.ko mutually exclusive."
2947    * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
2948      set."
2949    * Revert "Staging: brcm80211: remove driver specific -W options"
2950    * Revert "Staging: brcm80211: clean up makefile cflag lines"
2951    * Revert "staging: brcm80211: add fullmac driver"
2952    * Revert "staging: brcm80211: use string native library"
2953    * Revert "staging: brcm80211: use native ctype library"
2954    * Revert "staging: brcm80211: fix remaining checkpatch errors."
2955    * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
2956    * Revert "staging: brcm80211: fix "ERROR: spaces required around that
2957      ...""
2958    * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
2959      ':' ...""
2960    * Revert "staging: brcm80211: fix "ERROR: space required before that
2961      ...""
2962    * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
2963    * Revert "staging: brcm80211: fix "ERROR: space required after that close
2964      brace""
2965    * Revert "staging: brcm80211: fix "ERROR: space prohibited before
2966      ...close square bracket""
2967    * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
2968      ...""
2969    * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
2970      '*'""
2971    * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
2972    * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
2973      do - while loop""
2974    * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
2975      parenthesis""
2976    * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
2977      or NULL""
2978    * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
2979     or NULL""
2980    * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
2981      '}'""
2982    * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
2983      line""
2984    * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
2985      on next line""
2986    * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
2987      condition""
2988    * Revert "staging: brcm80211: fix "ERROR: return is not a function,
2989      paren...""
2990    * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
2991      function dec...""
2992    * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
2993      *bar"'"
2994    * Revert "staging: brcm80211: Fix URLs for firmware files."
2995    * Revert "staging: brcm80211: use '%pM' format to print MAC address"
2996    * Revert "staging: brcm80211: Add contact info to TODO list."
2997    * Revert "staging: brcm80211: Fix some initialisation failure paths"
2998   * Export dump_{write,seek} to binary loader modules
2999   * rebase to v2.6.36-rc8.
3000
3001  -- Andy Whitcroft <apw@canonical.com>  Tue, 19 Oct 2010 18:58:11 +0100
3002
3003 linux (2.6.36-0.4) natty; urgency=low
3004
3005   [ Andy Whitcroft ]
3006
3007   * SAUCE: perf: increase stack footprint to avoid stack-protector warning
3008     (fixes FTBS on powerpc)
3009
3010  -- Andy Whitcroft <apw@canonical.com>  Thu, 14 Oct 2010 13:16:16 +0100
3011
3012 linux (2.6.36-0.3) natty; urgency=low
3013
3014   [ Andy Whitcroft ]
3015
3016   * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
3017
3018  -- Andy Whitcroft <apw@canonical.com>  Thu, 14 Oct 2010 03:01:30 +0100
3019
3020 linux (2.6.36-0.2) natty; urgency=low
3021
3022   [ Andy Whitcroft ]
3023
3024   * [Config] updateportsconfigs following rebase to 2.6.36-rc7
3025     (fix FTBS on powerpc)
3026
3027  -- Andy Whitcroft <apw@canonical.com>  Wed, 13 Oct 2010 23:25:12 +0100
3028
3029 linux (2.6.36-0.1) natty; urgency=low
3030
3031   [ Andy Whitcroft ]
3032
3033   * reduce disk usage during buildd builds
3034     - LP: #645653
3035   * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
3036   * [Config] armel -- drop omap flavour
3037
3038   [ Tim Gardner ]
3039
3040   * Added dropped patch list
3041   * more dropped patches
3042   * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
3043   * [Config] Add support for cross compiling armel
3044   * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
3045   * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
3046   * [Config]: updateconfigs after adding brcm80211
3047   * staging: brcm80211: Fix Makefile syntax error
3048   * rebased to v2.6.36-rc7
3049
3050   [ Upstream Kernel Changes ]
3051
3052   * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
3053   * (upstream) IPS driver: verify BIOS provided limits
3054   * intel_ips: Print MCP limit exceeded values.
3055   * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
3056     LAN driver.
3057   * staging: brcm80211: Fix some initialisation failure paths
3058   * staging: brcm80211: Add contact info to TODO list.
3059   * staging: brcm80211: use '%pM' format to print MAC address
3060   * staging: brcm80211: Fix URLs for firmware files.
3061   * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
3062   * staging: brcm80211: fix "ERROR: open brace '{' following function
3063     dec..."
3064   * staging: brcm80211: fix "ERROR: return is not a function, paren..."
3065   * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
3066   * staging: brcm80211: fix "ERROR: trailing statements should be on next
3067     line"
3068   * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
3069   * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
3070   * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
3071   * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
3072   * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
3073     parenthesis"
3074   * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
3075     while loop"
3076   * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
3077   * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
3078   * staging: brcm80211: fix "ERROR: space prohibited after that ..."
3079   * staging: brcm80211: fix "ERROR: space prohibited before ...close square
3080     bracket"
3081   * staging: brcm80211: fix "ERROR: space required after that close brace"
3082   * staging: brcm80211: fix "ERROR: space required after that ..."
3083   * staging: brcm80211: fix "ERROR: space required before that ..."
3084   * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
3085   * staging: brcm80211: fix "ERROR: spaces required around that ..."
3086   * staging: brcm80211: fix "ERROR: trailing whitespace."
3087   * staging: brcm80211: fix remaining checkpatch errors.
3088   * staging: brcm80211: use native ctype library
3089   * staging: brcm80211: use string native library
3090   * staging: brcm80211: add fullmac driver
3091   * Staging: brcm80211: clean up makefile cflag lines
3092   * Staging: brcm80211: remove driver specific -W options
3093   * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
3094   * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
3095     mutually exclusive.
3096
3097  -- Andy Whitcroft <apw@canonical.com>  Tue, 12 Oct 2010 16:00:27 +0100
3098
3099 linux (2.6.35-22.33) maverick; urgency=low
3100
3101   [ Andy Whitcroft ]
3102
3103   * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
3104     Dell E2 series Laptops"
3105     - LP: #641320
3106
3107   [ Brian Rogers ]
3108
3109   * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
3110     - LP: #624701
3111
3112   [ Christopher James Halse Rogers ]
3113
3114   * SAUCE: Nouveau: Add quirk framework to disable acceleration
3115     - LP: #544088, #546393
3116   * SAUCE: Nouveau: Disable acceleration on MacBook Pros
3117     - LP: #546393
3118
3119   [ John Johansen ]
3120
3121   * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
3122     kernels"
3123   * SAUCE: AppArmor: allow newer tools to load policy on older kernels
3124     - LP: #639758
3125
3126   [ Mathieu J. Poirier ]
3127
3128   * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
3129
3130   [ Upstream Kernel Changes ]
3131
3132   * ALSA: HDA: Enable internal speaker on Dell M101z
3133     - LP: #640254
3134
3135  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 17 Sep 2010 13:21:28 -0700
3136
3137 linux (2.6.35-22.32) maverick; urgency=low
3138
3139   [ Arjan van de Ven ]
3140
3141   * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
3142
3143   [ David Henningsson ]
3144
3145   * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
3146     - LP: #605047, #628961
3147
3148   [ John Johansen ]
3149
3150   * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
3151     and profile names
3152     - LP: #615947
3153   * [Upstream] AppArmor: Fix locking from removal of profile namespace
3154     - LP: #615947
3155   * SAUCE: AppArmor: allow newer tools to load policy on older kernels
3156     - LP: #639758
3157   * SAUCE: Improve Amazon EBS performance for EC2
3158     - LP: #634316
3159
3160   [ Leann Ogasawara ]
3161
3162   * Revert "SAUCE: i915 KMS -- blacklist i855"
3163   * Revert "SAUCE: i915 KMS -- blacklist i845g"
3164   * Revert "SAUCE: i915 KMS -- blacklist i830"
3165   * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
3166     devices"
3167   * execute module-inclusion within a subshell
3168     - LP: #621175
3169
3170   [ Upstream Kernel Changes ]
3171
3172   * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
3173     - LP: #633227
3174   * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
3175     - LP: #629711
3176   * (pre-stable) mm: Move vma_stack_continue into mm.h
3177   * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
3178     - LP: #601073
3179   * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
3180   * PM / Runtime: Add runtime PM statistics (v3)
3181   * compat: Make compat_alloc_user_space() incorporate the access_ok()
3182     - CVE-2010-3081
3183   * x86-64, compat: Test %rax for the syscall number, not %eax
3184     - CVE-2010-3301
3185   * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
3186     - CVE-2010-3301
3187
3188  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 14 Sep 2010 08:46:49 -0700
3189
3190 linux (2.6.35-21.31) maverick; urgency=low
3191
3192   [ Andy Whitcroft ]
3193
3194   * bodge linux-libc-dev package version due to ti-omap4 error
3195   * linux-libc-dev -- ensure we can only build this on debian.master
3196
3197  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 13 Sep 2010 09:54:31 -0700
3198
3199 linux (2.6.35-21.30) maverick; urgency=low
3200
3201   [ Andy Whitcroft ]
3202
3203   * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
3204     - LP: #614008
3205
3206   [ Daniel Lezcano ]
3207
3208   * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
3209
3210   [ Henrik Rydberg ]
3211
3212   * SAUCE: Input: wacom - add fuzz parameters to features
3213   * SAUCE: Input: wacom - collect device quirks into single function
3214   * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
3215   * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
3216   * SAUCE: hid: ntrig: Remove unused device ids
3217   * SAUCE: hid: ntrig: remove sysfs nodes
3218   * SAUCE: hid: ntrig: Correct logic for quirks
3219   * SAUCE: hid: ntrig: zero-initialize ntrig struct
3220   * SAUCE: hid: ntrig: Setup input filtering manually
3221   * SAUCE: hid: ntrig: New ghost-filtering event logic
3222
3223   [ Leann Ogasawara ]
3224
3225   * SAUCE: ndiswrapper: Initialize buffer index and check its value
3226     - LP: #613796
3227
3228   [ Manoj Iyer ]
3229
3230   * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
3231     series Laptops
3232     - LP: #632884
3233
3234   [ Ping Cheng ]
3235
3236   * SAUCE: Input: wacom - parse the Bamboo device family
3237
3238   [ Rafi Rubin ]
3239
3240   * SAUCE: hid: ntrig: identify firmware version (wiggled)
3241
3242   [ Tim Gardner ]
3243
3244   * [Config] CONFIG_NL80211_TESTMODE=n
3245
3246   [ Upstream Kernel Changes ]
3247
3248   * Revert "input: mt: Add support for the Bamboo Touch trackpad"
3249   * e1000e: initial support for 82579 LOMs
3250   * e1000e: correct MAC-PHY interconnect register offset for 82579
3251   * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
3252     tested on HP G60
3253     - LP: #587388
3254   * DSS2: Don't power off a panel twice
3255     - LP: #588243
3256   * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
3257   * Input: i8042 - reset keyboard controller wehen resuming from S2R
3258     - LP: #86820
3259   * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
3260     - LP: #414795
3261   * agp/intel: Support the extended physical addressing bits on
3262     Sandybridge.
3263     - LP: #632488
3264   * drm/i915,intel_agp: Add support for Sandybridge D0
3265     - LP: #632488
3266   * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
3267     - LP: #632488
3268   * mmc: omap: fix for bus width which improves SD card's peformance.
3269
3270  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 07 Sep 2010 09:58:52 -0700
3271
3272 linux (2.6.35-20.29) maverick; urgency=low
3273
3274   [ Andy Whitcroft ]
3275
3276   * SAUCE: i915 KMS -- support disabling KMS for known broken devices
3277     - LP: #563277
3278   * SAUCE: i915 KMS -- blacklist i830
3279     - LP: #542208, #563277
3280   * SAUCE: i915 KMS -- blacklist i845g
3281     - LP: #541492, #563277
3282   * SAUCE: i915 KMS -- blacklist i855
3283     - LP: #511001, #541511, #563277
3284
3285   [ Leann Ogasawara ]
3286
3287   * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
3288     - LP: #601073
3289   * ARM: Temporarily disable module check for armel
3290   * rebase to v2.6.35.4
3291   * [Config] update configs following rebase to v2.6.35.4
3292
3293   [ Ricardo Salveti de Araujo ]
3294
3295   * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
3296     in Omap
3297
3298   [ Tim Gardner ]
3299
3300   * [Config] Added be2net, be2scsi to udebs
3301     - LP: #628776
3302
3303   [ Upstream Kernel Changes ]
3304
3305   * x86, cpu: Package Level Thermal Control, Power Limit Notification
3306     definitions
3307     - LP: #601073
3308   * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
3309     - LP: #601073
3310   * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
3311     - LP: #601073
3312   * x86, hwmon: Package Level Thermal/Power: power limit
3313     - LP: #601073
3314   * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
3315     - LP: #601073
3316   * hid: 3m: Adjust to sequential MT HID protocol
3317   * hid: 3m: Convert to MT slots
3318   * hid: 3m: Correct touchscreen emulation
3319   * hid: 3m: Adjust major / minor axes to scale
3320   * input: bcm5974: Adjust major / minor to scale
3321   * HID: magicmouse: don't allow hidinput to initialize the device
3322   * HID: magicmouse: simplify multitouch feature request
3323   * HID: magicmouse: simplify touch data bit manipulation
3324   * HID: magicmouse: simplify touch down logic
3325   * HID: magicmouse: remove timestamp logic
3326   * HID: magicmouse: enable Magic Trackpad support
3327   * HID: magicmouse: Adjust major / minor axes to scale
3328   * mmc: fix all hangs related to mmc/sd card insert/removal during
3329     suspend/resume
3330     - LP: #477106
3331   * drm/i915: fix VGA plane disable for Ironlake+
3332     - LP: #602281
3333
3334  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 30 Aug 2010 08:38:01 -0700
3335
3336 linux (2.6.35-19.28) maverick; urgency=low
3337
3338   [ Leann Ogasawara ]
3339
3340   * No changes from 2.6.35-19.27.  Some armel udebs were accidentally deleted
3341     from the archive and a no-change rebuild was attempted.  However, the ABI
3342     did not get bumped and resulted in build failures for 2.6.35-19.27.  Fix
3343     up the ABI and re-upload.
3344
3345  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Sat, 28 Aug 2010 16:42:27 -0700
3346
3347 linux (2.6.35-19.27) maverick; urgency=low
3348
3349   [ Leann Ogasawara ]
3350
3351   * No changes from 2.6.35-19.26.  Some armel udebs were accidentally deleted
3352     from the archive.
3353
3354  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 27 Aug 2010 08:58:35 -0700
3355
3356 linux (2.6.35-19.26) maverick; urgency=low
3357
3358   [ Upstream Kernel Changes ]
3359
3360   * ARM: OMAP: Beagle: revision detection
3361   * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
3362   * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
3363
3364  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 26 Aug 2010 09:15:09 -0700
3365
3366 linux (2.6.35-19.25) maverick; urgency=low
3367
3368   [ Jarod Wilson ]
3369
3370   * SAUCE: Bring in staging/lirc from 2.6.36
3371     - LP: #609234
3372   * SAUCE: Update ir-core to linuxtv/other which should be merged for
3373     2.6.36.
3374     - LP: #609234
3375   * SAUCE: Fix memleaks in imon and mceusb drivers
3376     - LP: #609234
3377   * SAUCE: Bring in streamzap support from linuxtv/other
3378     - LP: #609234
3379
3380   [ Mario Limonciello ]
3381
3382   * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
3383     - LP: #609234
3384
3385   [ Mathieu J. Poirier ]
3386
3387   * SAUCE: ARM: adding i2c eeprom driver to read EDID
3388     - LP: #608279
3389
3390   [ Upstream Kernel Changes ]
3391
3392   * intel_idle: disable module support
3393     - LP: #615265
3394   * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
3395     correct codec ID
3396   * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
3397     - LP: #605101
3398   * (pre-stable) ALSA: HDA: Use model=auto for LG R510
3399     - LP: #495134
3400   * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
3401     - LP: #519066
3402   * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
3403     - LP: #519066
3404   * input: mt: Initialize slots to unused (rev2)
3405   * input: mt: Add support for the Bamboo Touch trackpad
3406   * hid: Add a hid quirk for input sync override
3407
3408  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 23 Aug 2010 12:42:52 -0700
3409
3410 linux (2.6.35-18.24) maverick; urgency=low
3411
3412   [ Colin Watson ]
3413
3414   * Pass DEB_MAINT_PARAMS to hook scripts
3415
3416   [ Leann Ogasawara ]
3417
3418   * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
3419     - LP: #584812
3420   * rebase to v2.6.35.3
3421
3422   [ Upstream Kernel Changes ]
3423
3424   * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
3425     - LP: #609234
3426   * can: add limit for nframes and clean up signed/unsigned variables
3427     - CVE-2010-2959
3428   * drm: Initialize ioctl struct when no user data is present
3429     - CVE-2010-2803
3430   * ARM: initial stack protector (-fstack-protector) support
3431   * ARM: stack protector: change the canary value per task
3432   * [ARM] implement arch_randomize_brk()
3433   * [ARM] add address randomization to mmap()
3434   * ARM: fix ASLR of PIE executables
3435
3436  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Sun, 22 Aug 2010 19:22:04 -0700
3437
3438 linux (2.6.35-17.23) maverick; urgency=low
3439
3440   [ Jeremy Kerr ]
3441
3442   * [Config] build-in uinput module
3443     - LP: #584812
3444
3445   [ Leann Ogasawara ]
3446
3447   * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
3448   * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
3449   * Revert "[Config] [FTBS] sparc: Temporarily disable
3450     CONFIG_MTD_NAND_DENALI"
3451   * Revert "[Config] [FTBS] sparc: Temporarily disable
3452     CONFIG_MFD_JANZ_CMODIO"
3453   * Revert "[Config] [FTBS] sparc: Temporarily disable
3454     CONFIG_INFINIBAND_QIB"
3455   * [Config] Enable INTEL_IPS
3456     - LP: #601057
3457   * Remove ia64 support
3458   * [Config] Update portsconfigs after removing ia64 support
3459   * Remove sparc support
3460   * [Config] Update portsconfigs after removing sparc support
3461
3462   [ Linus Torvalds ]
3463
3464   * (pre-stable) mm: fix page table unmap for stack guard page properly
3465
3466   [ Mathieu J. Poirier ]
3467
3468   * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
3469     - LP: #591941
3470
3471   [ Upstream Kernel Changes ]
3472
3473   * timer: add on-stack deferrable timer interfaces
3474     - LP: #601057
3475   * x86 platform driver: intelligent power sharing driver
3476     - LP: #601057
3477   * IPS driver: add GPU busy and turbo checking
3478     - LP: #601057
3479   * X86: intel_ips, check for kzalloc properly
3480     - LP: #601057
3481   * ips driver: make it less chatty
3482     - LP: #601057
3483
3484  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 17 Aug 2010 09:38:08 -0700
3485
3486 linux (2.6.35-16.22) maverick; urgency=low
3487
3488   [ Andy Whitcroft ]
3489
3490   * debian -- more agressivly clean up after depmod on purge
3491     - LP: #618591
3492
3493   [ Henrik Rydberg ]
3494
3495   * SAUCE: hid: 3m: Simplify touchsreen emulation logic
3496
3497   [ Leann Ogasawara ]
3498
3499   * ubuntu: iscsitarget -- version 1.4.20.2
3500   * ubuntu: rtl8192se -- update to version 0017.0507.2010
3501   * rebase to v2.6.35.2
3502   * [Config] update configs following rebase to v2.6.35.2
3503   * [Config] update ports configs following rebase to v2.6.35.2
3504
3505   [ Luke Yelavich ]
3506
3507   * [Config] Enable new firewire stack on powerpc
3508
3509   [ Mathieu J. Poirier ]
3510
3511   * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
3512     - LP: #608266
3513
3514  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 12 Aug 2010 09:58:01 -0700
3515
3516 linux (2.6.35-15.21) maverick; urgency=low
3517
3518   [ Luke Yelavich ]
3519
3520   * [Config] CONFIG_SND_USB_UA101=m for all architectures
3521
3522   [ Upstream Kernel Changes ]
3523
3524   * Input: introduce MT event slots
3525   * Input: document the MT event slot protocol
3526   * (pre-stable) sched: Revert nohz_ratelimit() for now
3527   * (pre-stable) drm/radeon/kms: add missing copy from user
3528     - LP: #606081
3529
3530   [ Leann Ogasawara ]
3531
3532   * rebase to v2.6.35.1
3533
3534  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 09 Aug 2010 09:24:04 -0700
3535
3536 linux (2.6.35-14.20) maverick; urgency=low
3537
3538   [ Andy Whitcroft ]
3539
3540   * update Vcs-Git to point to maverick repo
3541   * debian -- include the debian packaging in the -source package
3542     - LP: #608674
3543   * select debian source format 1.0
3544   * add support for building selected stages of kernel
3545     - LP: #603087
3546   * cleanup conditional dependancy handling
3547     - LP: #603087
3548
3549   [ Upstream Kernel Changes ]
3550
3551   * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
3552     - LP: #582199, #586418, #588031
3553   * ALSA: hda - Handle pin NID 0x1a on ALC259/269
3554     - LP: #582199, #586418, #588031
3555   * sched: Revert nohz_ratelimit() for now
3556
3557  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 03 Aug 2010 08:46:47 -0700
3558
3559 linux (2.6.35-14.19) maverick; urgency=low
3560
3561   [ Leann Ogasawara ]
3562
3563   * rebase to v2.6.35
3564
3565  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Sun, 01 Aug 2010 10:35:56 -0700
3566
3567 linux (2.6.35-13.18) maverick; urgency=low
3568
3569   [ Andy Whitcroft ]
3570
3571   * SAUCE: (no-up) Modularize vesafb -- fix initialisation
3572   * SAUCE: add tracing for user initiated readahead requests
3573   * SAUCE: vt -- maintain bootloader screen mode and content until vt
3574     switch
3575   * SAUCE: vt -- allow grub to request automatic vt_handoff
3576   * SAUCE: fbcon -- fix race between open and removal of framebuffers
3577   * SAUCE: drm -- stop early access to drm devices
3578
3579   [ Bryan Wu ]
3580
3581   * CONFIG: compile in OTG driver and Transceiver driver
3582     - LP: #566645
3583   * remove OTG modules from modules list file
3584
3585   [ John Johansen ]
3586
3587   * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
3588     - LP: #581525, #599450
3589   * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
3590   * SAUCE: AppArmor 2.4 compatibility patch
3591   * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
3592   * SAUCE: fix pv-ops for legacy Xen
3593   * SAUCE: blkfront: default to sd devices
3594   * [Config] Build in drivers required for Xen pv-ops
3595
3596   [ Leann Ogasawara ]
3597
3598   * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
3599     size."
3600
3601   [ Lee Jones ]
3602
3603   * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
3604     - LP: #608095
3605   * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
3606     just revision
3607     - LP: #608095
3608   * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
3609     - LP: #608095
3610   * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
3611     - LP: #608095
3612
3613   [ Upstream Kernel Changes ]
3614
3615   * agp/intel: Use the correct mask to detect i830 aperture size.
3616     - LP: #597075
3617
3618  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 30 Jul 2010 15:46:59 -0700
3619
3620 linux (2.6.35-12.17) maverick; urgency=low
3621
3622   [ Leann Ogasawara ]
3623
3624   * rebase to v2.6.35-rc6
3625   * [Config] update configs following rebase to v2.6.35-rc6
3626   * [Config] update ports configs following rebase to v2.6.35-rc6
3627   * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
3628
3629   [ Leann Ogasawara ]
3630
3631   * rebase to v2.6.35-rc6
3632
3633  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 23 Jul 2010 16:16:38 +0200
3634
3635 linux (2.6.35-11.16) maverick; urgency=low
3636
3637   [ Leann Ogasawara ]
3638
3639   * Bump ABI for new compiler update 
3640
3641  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 23 Jul 2010 10:24:58 +0200
3642
3643 linux (2.6.35-10.15) maverick; urgency=low
3644
3645   [ Leann Ogasawara ]
3646
3647   * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
3648     device"
3649   * [Config] Enable CONFIG_M686=y
3650     - LP: #592495
3651
3652   [ Upstream Kernel Changes ]
3653
3654   * tracing: Add alignment to syscall metadata declarations
3655
3656  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 20 Jul 2010 18:18:49 +0200
3657
3658 linux (2.6.35-9.14) maverick; urgency=low
3659
3660   [ Andy Whitcroft ]
3661
3662   * ubuntu: AUFS -- add BOM and automated update script
3663   * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
3664
3665   [ John Johansen ]
3666
3667   * [Config] Enable DRBD as a module
3668
3669   [ Kees Cook ]
3670
3671   * SAUCE: Yama: verify inode is symlink to avoid bind mounts
3672     - LP: #604407
3673
3674   [ Leann Ogasawara ]
3675
3676   * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
3677     - LP: #606139
3678   * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
3679     - LP: #606139
3680   * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
3681   * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
3682
3683   [ Lee Jones ]
3684
3685   * Stop ARM boards crashing when CUPS is loaded
3686     - LP: #601226
3687
3688   [ Upstream Kernel Changes ]
3689
3690   * perf probe: Support tracing an entry of array
3691   * perf probe: Support static and global variables
3692
3693  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 16 Jul 2010 14:38:17 -0700
3694
3695 linux (2.6.35-8.13) maverick; urgency=low
3696
3697   [ Kees Cook ]
3698
3699   * SAUCE: Yama: check PTRACE using thread group leader
3700   * SAUCE: Yama: search for PTRACE exceptions via thread group leader
3701     - LP: #603716
3702
3703   [ Leann Ogasawara ]
3704
3705   * rebase to v2.6.35-rc5
3706   * [Config] update configs following rebase to v2.6.35-rc5
3707
3708   [ Nicolas Pitre ]
3709
3710   * SAUCE: make ndiswrapper available on X86 only
3711
3712   [ Tim Gardner ]
3713
3714   * [Config] Added ums-cypress to udeb
3715     - LP: #576066
3716   * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
3717   * [Config] CONFIG_NDISWRAPPER=m across all configs
3718
3719   [ Upstream Kernel Changes ]
3720
3721   * HID: magicmouse: report last touch up
3722   * rebase to 2.6.35-rc5
3723
3724  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 13 Jul 2010 18:57:59 -0700
3725
3726 linux (2.6.35-7.12) maverick; urgency=low
3727
3728   [ Tim Gardner ]
3729
3730   * [Upstream] i915: Use the correct mask to detect i830 aperture size.
3731     - LP: #597075
3732
3733   [ Upstream Kernel Changes ]
3734
3735   * (drop after 2.6.35) drm/radeon/kms: add ioport register access
3736     (squashed)
3737
3738  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 08 Jul 2010 09:53:13 -0600
3739
3740 linux (2.6.35-7.11) maverick; urgency=low
3741
3742   [ Tim Gardner ]
3743
3744   * [Config] CONFIG_X86_MRST=n
3745
3746   [ Upstream Kernel Changes ]
3747
3748   * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
3749   * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
3750   * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
3751
3752  --  Tim Gardner <tim.gardner@canonical.com>  Tue, 06 Jul 2010 18:39:08 -0600
3753
3754 linux (2.6.35-7.10) maverick; urgency=low
3755
3756   [ Kees Cook ]
3757
3758   * SAUCE: security: create task_free security callback
3759   * SAUCE: Yama: add PTRACE exception tracking and interface
3760   * SAUCE: security: unconditionally chain to Yama LSM
3761   * Revert "SAUCE: ptrace: restrict ptrace scope to children"
3762   * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
3763   * Revert "SAUCE: fs: block cross-uid sticky symlinks"
3764   * [Upstream] security: Yama LSM
3765   * [Config] Enable CONFIG_SECURITY_YAMA=y
3766
3767   [ Tim Gardner ]
3768
3769   * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
3770
3771   [ Upstream Kernel Changes ]
3772
3773   * rebase to 2.6.35-rc4
3774
3775  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 01 Jul 2010 08:55:57 -0700
3776
3777 linux (2.6.35-6.9) maverick; urgency=low
3778
3779   [ Tim Gardner ]
3780
3781   * [Upstream] direct_splice_actor() should not use pos in sd
3782     - LP: #588861
3783
3784  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 28 Jun 2010 12:35:49 -0700
3785
3786 linux (2.6.35-6.8) maverick; urgency=low
3787
3788   [ Mathieu J. Poirier ]
3789
3790   * ARM: Adding regulator supply for vdds_sdi.
3791     - LP: #597904
3792
3793  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Sun, 27 Jun 2010 16:34:43 -0700
3794
3795 linux (2.6.35-6.7) maverick; urgency=low
3796
3797   [ Alberto Milone ]
3798
3799   * [Upstream] Add support for the ATIF ACPI method to the radeon driver
3800
3801   [ Chase Douglas ]
3802
3803   * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
3804     of mouse
3805   * [Upstream] HID: magicmouse: disable and add module param for scroll
3806     acceleration
3807   * [Upstream] HID: magicmouse: properly account for scroll movement in
3808     state
3809   * [Upstream] HID: magicmouse: add param for scroll speed
3810   * [Upstream] HID: magicmouse: enable horizontal scrolling
3811
3812   [ Henrik Rydberg ]
3813
3814   * [Upstream] Input: evdev - convert to dynamic event buffer
3815   * [Upstream] Input: evdev - use driver hint to compute size of event
3816     buffer
3817   * [Upstream] Input: bcm5974 - set the average number of events per MT
3818     event packet
3819   * [Upstream] Input: hid-input - use a larger event buffer for MT devices
3820   * [Upstream] Input: evdev - never leave the client buffer empty after
3821     write
3822
3823   [ John Johansen ]
3824
3825   * SAUCE: AppArmor: -- mainline 2010-06-23
3826   * SAUCE: AppArmor 2.4 compatibility patch
3827   * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
3828
3829   [ Leann Ogasawara ]
3830
3831   * [Config] Enable CONFIG_INTR_REMAP=y
3832     - LP: #597091
3833   * [Config] Enable CONFIG_X86_X2APIC
3834     - LP: #597091
3835
3836   [ Mathieu J. Poirier ]
3837
3838   * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
3839     - LP: #594382
3840
3841  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 24 Jun 2010 12:19:48 -0700
3842
3843 linux (2.6.35-5.6) maverick; urgency=low
3844
3845   [ Amit Kucheria ]
3846
3847   * [Config] update omap flavour description
3848
3849   [ Andy Whitcroft ]
3850
3851   * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
3852     - LP: #570500, #576274
3853   * SAUCE: add option to hand off all kernel parameters to init
3854     - LP: #586386
3855   * [Config] enable passing all kernel command line to init
3856     - LP: #586386
3857   * [Config] disable CONFIG_VMI
3858     - LP: #537601
3859   * [Config] enable CONFIG_IPV6_SIT_6RD
3860     - LP: #591869
3861   * [Config] enable CONFIG_VMWARE_BALOON as module
3862     - LP: #592039
3863
3864   [ Leann Ogasawara ]
3865
3866   * Revert "SAUCE: pm: Config option to disable handling of console during
3867     suspend/resume"
3868     - LP: #594885
3869   * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
3870   * [Config] ports: enable passing all kernel command line to init
3871     - LP: #586386
3872   * [Config] Enable CONFIG_FB_VESA=y for x86
3873   * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
3874   * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
3875   * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
3876     - LP: #493156
3877
3878   [ Mathieu Poirier ]
3879
3880   * ARM: Adding MosChip MCS7830 to nic-usb
3881     - LP: #584920
3882
3883   [ Upstream Kernel Changes ]
3884
3885   * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
3886   * docbook: need xmldoclinks for all doc types
3887   * perf probe: Add kernel source path option
3888
3889  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 17 Jun 2010 08:05:29 -0700
3890
3891 linux (2.6.35-4.5) maverick; urgency=low
3892
3893   [ Leann Ogasawara ]
3894
3895   * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
3896     size (rev2)"
3897   * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
3898   * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
3899     (rev4)"
3900   * Revert "SAUCE: drivers: Remove some duplicate device entries in various
3901     modules"
3902   * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
3903   * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
3904   * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
3905
3906   [ Tim Gardner ]
3907
3908   * [Config] CONFIG_NFS_FSCACHE=y
3909     - LP: #440522
3910   * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
3911     - LP: #440522
3912
3913  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 16 Jun 2010 08:43:07 -0700
3914
3915 linux (2.6.35-3.4) maverick; urgency=low
3916
3917   [ Andy Whitcroft ]
3918
3919   * debian -- ensure the version number is clean
3920
3921   [ Henrik Rydberg ]
3922
3923   * [Upstream] Introduce MT event slots (rev 5)
3924   * [Upstream] Document the MT event slot protocol (rev5)
3925   * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
3926   * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
3927   * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
3928     (rev2)
3929
3930   [ Leann Ogasawara ]
3931
3932   * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
3933   * Revert "SAUCE: hostap: send events on data interface as well as master
3934     interface"
3935   * Revert "Fix webcam having USB ID 0ac8:303b"
3936   * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
3937   * rebase to v2.6.35-rc3
3938
3939   [ Maxim Levitsky ]
3940
3941   * [Config] Enable new Smartmedia/xD translation layer
3942     - LP: #202490
3943
3944   [ Upstream Kernel Changes ]
3945
3946   * net: fix deliver_no_wcard regression on loopback device
3947
3948   [ Upstream changes ]
3949
3950   * rebased to v2.6.35-rc3
3951
3952  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 10 Jun 2010 16:15:22 -0700
3953
3954 linux (2.6.35-2.3) maverick; urgency=low
3955
3956   [ Bryan Wu ]
3957
3958   * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
3959
3960   [ Leann Ogasawara ]
3961
3962   * [Config] armel: Enable CONFIG_BNX2=m
3963   * [Config] ports: Enable CONFIG_BNX2X=m
3964   * SAUCE: armel: define get_dma_ops to fix FTBS
3965
3966   [ Tim Gardner ]
3967
3968   * [Upstream] net: Print num_rx_queues imbalance warning only when there
3969     are allocated queues
3970     - LP: #591416
3971
3972  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 09 Jun 2010 08:27:41 -0700
3973
3974 linux (2.6.35-2.2) maverick; urgency=low
3975
3976   [ Andy Whitcroft ]
3977
3978   * [Config] d-i: make armel configuration versatile flavour specific
3979     - LP: #588805
3980   * [Config] d-i: enable .udebs for omap flavour
3981     - LP: #588805
3982
3983   [ Kees Cook ]
3984
3985   * ptrace: limit scope to attach only (allow read)
3986     - LP: #589656
3987
3988   [ Leann Ogasawara ]
3989
3990   * rebase to v2.6.35-rc2
3991   * [Config] update configs following rebase to v2.6.35-rc2
3992   * [Config] update port configs following rebase to v2.6.35-rc2
3993
3994   [ Lee Jones ]
3995
3996   * Enable perf to be more helpful when perf_<version> does not exist.
3997     - LP: #570500
3998   * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
3999
4000   [ Tim Gardner ]
4001
4002   * [Config] Update bnx2 udeb firmware files
4003     - LP: #589304
4004
4005   [ Upstream changes ]
4006
4007   * rebased to v2.6.35-rc2
4008
4009  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Mon, 07 Jun 2010 09:45:04 -0700
4010
4011 linux (2.6.35-1.1) maverick; urgency=low
4012
4013   [ Andy Whitcroft ]
4014
4015   * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
4016     - LP: #587888
4017   * ubuntu: AUFS -- track changes to the arguements to fop fsync()
4018
4019   [ Leann Ogasawara ]
4020
4021   * rebase to v2.6.35-rc1
4022   * [Config] update configs following rebase to v2.6.35-rc1
4023   * [Config] update port configs following rebase to v2.6.35-rc1
4024   * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
4025   * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
4026   * SAUCE: ndiswrapper: convert multicast list to list_head
4027   * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
4028   * [Config] [FTBS] ia64: Temporarily disable gpiolib
4029   * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
4030   * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
4031   * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
4032   * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
4033   * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
4034   * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
4035   * [Config] [FTBS] armel: Temporarily disable bnx2
4036   * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
4037   * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
4038   * SAUCE: [FTBS] armel: include linux/dma-mapping.h
4039   * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
4040     gpio_set_debounce
4041
4042   [ Upstream Kernel Changes ]
4043
4044   * of/usb: fix build error due to of_node pointer move
4045   * n2_crypto: Fix build after of_device/of_platform_driver changes.
4046   * powerpc/fsl-booke: fix the case where we are not in the first page
4047   * powerpc/fsl-booke: Move the entry setup code into a seperate file
4048   * powerpc/kexec: Add support for FSL-BookE
4049   * greth: Fix build after OF device conversions.
4050
4051   [ Upstream changes ]
4052
4053   * rebased to v2.6.35-rc1
4054
4055  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 04 Jun 2010 23:01:52 -0700
4056
4057 linux (2.6.35-1.0) UNRELEASED; urgency=low
4058
4059   [ Leann Ogasawara ]
4060
4061   * Null entry.
4062
4063  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 02 Jun 2010 15:17:41 -0700
4064
4065 linux (2.6.34-5.14) maverick; urgency=low
4066
4067   [ Tim Gardner ]
4068
4069   * [Config] Added module inclusion support
4070   * [Config] Added virtual flavour module inclusion list and d-i package
4071     definitions
4072
4073  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 02 Jun 2010 12:58:14 -0700
4074
4075 linux (2.6.34-5.13) maverick; urgency=low
4076
4077   [ Andy Whitcroft ]
4078
4079   * Revert "ubuntu: AUFS -- aufs2 20091209"
4080   * Revert "ubuntu: AUFS -- export various core functions
4081     (aufs2-standalone.patch)"
4082   * Revert "ubuntu: AUFS -- export various core functions
4083     (aufs2-base.patch)"
4084   * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
4085     - LP: #587888
4086   * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
4087     - LP: #587888
4088   * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
4089     - LP: #587888
4090   * [Config] AUFS -- enable aufs options
4091     - LP: #587888
4092
4093  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 01 Jun 2010 08:56:43 -0700
4094
4095 linux (2.6.34-5.12) maverick; urgency=low
4096
4097   [ Andy Whitcroft ]
4098
4099   * enforce -- ensure SYSFS compatibility is disabled
4100
4101   [ Chase Douglas ]
4102
4103   * build with libdw-dev for perf probe symbol support
4104   * maverick ftrace configuration changes
4105
4106   [ Kees Cook ]
4107
4108   * Revert "SAUCE: x86: brk away from exec rand area"
4109   * Revert "SAUCE: [um] Don't use nx_enabled under UML"
4110   * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
4111   * SAUCE: x86: implement cs-limit nx-emulation for ia32
4112     - LP: #369978
4113   * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
4114   * SAUCE: x86: brk away from exec rand area
4115     - LP: #452175
4116   * SAUCE: ptrace: restrict ptrace scope to children
4117
4118   [ Leann Ogasawara ]
4119
4120   * Add new omap flavour to getabis
4121   * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
4122     - LP: #585490
4123   * build/modules: Temorarily add ignore.modules
4124   * ubuntu: iscsitarget -- version 1.4.20.1
4125
4126   [ Loïc Minier ]
4127
4128   * SAUCE: [um] Don't use nx_enabled under UML
4129     - LP: #524849
4130
4131  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 28 May 2010 08:27:17 -0700
4132
4133 linux (2.6.34-4.11) maverick; urgency=low
4134
4135   [ Amit Kucheria ]
4136
4137   * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
4138   * [Config] Add support for OMAP-mainline flavour
4139
4140   [ Andy Whitcroft ]
4141
4142   * SAUCE: powerpc: fix compile error when ptrace.h is included from
4143     userspace
4144     - LP: #583733
4145
4146   [ Chase Douglas ]
4147
4148   * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
4149     are present"
4150   * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
4151   * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
4152     load detect pipe"
4153
4154   [ Kees Cook ]
4155
4156   * SAUCE: fs: block cross-uid sticky symlinks
4157   * SAUCE: fs: block hardlinks to non-accessible sources
4158
4159   [ Koen Kooi ]
4160
4161   * SAUCE: board-omap3-beagle: add DSS2 support
4162
4163   [ Leann Ogasawara ]
4164
4165   * Revert "staging/go7007 -- disable"
4166   * Revert "[Config] staging/winbond -- disable"
4167   * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
4168   * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
4169   * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
4170     controller"
4171   * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
4172   * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
4173   * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
4174   * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
4175     chipsets."
4176   * Revert "[Upstream] b43: Declare all possible firmware files."
4177   * Revert "add Breaks: against hardy lvm2"
4178   * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
4179     id on Vmware ESX Server"
4180   * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
4181   * [Config] Enable CONFIG_ECRYPT_FS=y for ports
4182   * [Config] Enable CONFIG_USB=y for armel and sparc
4183   * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
4184   * [Config] Enable CONFIG_RFKILL=y for ports
4185   * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
4186   * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
4187   * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
4188   * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
4189   * [Config] Enable CONFIG_LIBERTAS_MESH=y
4190   * [Config] Enable CONFIG_MMC_RICOH_MMC=y
4191   * [Config] CONFIG_RT2800USB_UNKNOWN=y
4192   * [Config] Enable CONFIG_VGA_SWITCHEROO=y
4193   * [Config] Enable CONFIG_CEPH_FS=m
4194   * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
4195   * [Config] Enable CONFIG_EEEPC_WMI=m
4196   * [Config] Enable CONFIG_RT2800PCI=m
4197   * [Config] Enable CONFIG_SCSI_HPSA=m
4198   * [Config] Enable CONFIG_VHOST_NET=m
4199   * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
4200     - LP: #582350
4201   * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
4202     - LP: #579300
4203   * [Config] Enable CONFIG_PCIEASPM=y
4204     - LP: #333990
4205   * [Config] updateconfigs for OMAP flavour
4206
4207   [ Loïc Minier ]
4208
4209   * Enable perf tools on armel
4210
4211   [ Tim Gardner ]
4212
4213   * SAUCE: Updated ndiswrapper to 1.56
4214     - LP: #582555
4215   * [Config] Added virtual flavour
4216   * [Config] Remove support for sub-flavours
4217   * [Config] Removed amd64 preempt flavour
4218   * [Config] updateconfigs, updateportsconfigs after flavour munging
4219
4220  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 25 May 2010 09:34:55 -0700
4221
4222 linux (2.6.34-3.10) maverick; urgency=low
4223
4224   [ Leann Ogasawara ]
4225
4226   * rebase to v2.6.34
4227
4228   [ Upstream changes ]
4229
4230   * rebased to v2.6.34
4231
4232  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 18 May 2010 17:35:35 -0700
4233
4234 linux (2.6.34-2.9) maverick; urgency=low
4235
4236   [ Leann Ogasawara ]
4237
4238   * [Config] [FTBS] Disable comedi for armel
4239
4240  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 13 May 2010 23:20:55 +0200
4241
4242 linux (2.6.34-2.8) maverick; urgency=low
4243
4244   [ Leann Ogasawara ]
4245
4246   * Drop lpia
4247   * [Config] [FTBS] disable KVM
4248   * [Config] [FTBS] disable ipr for armel
4249
4250  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 13 May 2010 16:07:52 +0200
4251
4252 linux (2.6.34-2.7) maverick; urgency=low
4253
4254   [ Leann Ogasawara ]
4255
4256   * [Config] disable CONFIG_SCSI_IPR on powerpc
4257   * [Config] Remove 386 flavour per UDS discussion
4258
4259  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 12 May 2010 18:26:43 +0200
4260
4261 linux (2.6.34-1.6) maverick; urgency=low
4262
4263   [ Chase Douglas ]
4264
4265   * enforce CONFIG_TMPFS_POSIX_ACL=y
4266     - LP: #575940
4267   * don't force module dependency checking
4268     - LP: #577029
4269
4270   [ Kees Cook ]
4271
4272   * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
4273     - LP: #568844
4274
4275   [ Leann Ogasawara ]
4276
4277   * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
4278   * rebase to v2.6.34-rc7
4279   * [Config] update configs following rebase to v2.6.34-rc7
4280   * [Config] update port configs following rebase to v2.6.34-rc7
4281   * Add btrfs to the udebs
4282
4283   [ Tim Gardner ]
4284
4285   * [Config] Add atl1c to nic-modules udeb
4286     - LP: #557130
4287
4288   [ Upstream changes ]
4289
4290   * rebased to v2.6.34-rc7
4291
4292  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 11 May 2010 11:29:08 +0200
4293
4294 linux (2.6.34-1.5) UNRELEASED; urgency=low
4295
4296   [ Leann Ogasawara ]
4297
4298   * rebase to v2.6.34-rc6
4299   * [Config] update configs following rebase to v2.6.34-rc6
4300   * [Config] update port configs following rebase to v2.6.34-rc6
4301
4302   [ Upstream changes ]
4303
4304   * rebased to v2.6.34-rc6
4305
4306  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Fri, 30 Apr 2010 15:54:05 +0100
4307
4308 linux (2.6.34-1.4) UNRELEASED; urgency=low
4309
4310   [ Leann Ogasawara ]
4311
4312   * rebase to v2.6.34-rc5
4313   * [Config] update ports configs following rebase to v2.6.34-rc5
4314
4315   [ Upstream changes ]
4316
4317   * rebased to v2.6.34-rc5
4318
4319  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Thu, 22 Apr 2010 15:36:12 -0700
4320
4321 linux (2.6.34-1.3) UNRELEASED; urgency=low
4322
4323   [ Leann Ogasawara ]
4324
4325   * rebase to v2.6.34-rc4
4326   * [Config] update configs following rebase to v2.6.34-rc4
4327   * [Config] update port configs following rebase to v2.6.34-rc4
4328   * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
4329
4330   [ Upstream changes ]
4331
4332   * rebased to v2.6.34-rc4
4333
4334  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 13 Apr 2010 18:33:44 -0700
4335
4336 linux (2.6.34-1.2) UNRELEASED; urgency=low
4337
4338   [ Leann Ogasawara ]
4339
4340   * Temorarily disable building linux-doc
4341   * rebase to v2.6.34-rc3
4342   * [Config] update configs following rebase to v2.6.34-rc3
4343   * [Config] update port configs following rebase to v2.6.34-rc3
4344
4345   [ Upstream changes ]
4346
4347   * rebased to v2.6.34-rc3
4348
4349  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 30 Mar 2010 16:55:44 -0700
4350
4351 linux (2.6.34-1.1) UNRELEASED; urgency=low
4352
4353   [ Leann Ogasawara ]
4354
4355   * rebase to v2.6.34-rc2
4356   * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
4357   * [Config] update port configs following rebase to v2.6.34-rc2
4358   * [Config] update configs following rebase to v2.6.34-rc2
4359
4360   [ Upstream changes ]
4361
4362   * rebased to v2.6.34-rc2
4363
4364  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 24 Mar 2010 23:00:39 -0700
4365
4366 linux (2.6.33-1.1) UNRELEASED; urgency=low
4367
4368   [ Leann Ogasawara ]
4369
4370   * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
4371   * ubuntu: lirc -- drop explicit include of linux/autoconf.h
4372   * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
4373   * ubuntu: lirc -- rename kfifo_put and kfifo_get
4374   * ubuntu: iscsitarget -- rename daddr inet_sock field
4375   * rebased to v2.6.33
4376   * [Config] update configs following rebase to v2.6.33
4377   * [Config] update ports configs following rebase to v2.6.33
4378
4379   [ Upstream changes ]
4380
4381   * rebased to v2.6.33
4382
4383  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Tue, 23 Mar 2010 03:55:46 -0700
4384
4385 linux (2.6.33-0.0) UNRELEASED; urgency=low
4386
4387   [ Leann Ogasawara ]
4388
4389   * Null entry.
4390
4391  -- Leann Ogasawara <leann.ogasawara@canonical.com>  Wed, 17 Mar 2010 07:48:56 -0700
4392
4393 linux (2.6.32-16.25) lucid; urgency=low
4394
4395   [ Andy Whitcroft ]
4396
4397   * linux-tools -- move to Suggests: with explicit seeding
4398     - LP: #534635
4399
4400   [ Tim Gardner ]
4401
4402   * [Config] CONFIG_HID=m
4403
4404   [ Upstream Kernel Changes ]
4405
4406   * (pre-stable) sched: Fix SMT scheduler regression in
4407     find_busiest_queue()
4408   * KVM: introduce kvm_vcpu_on_spin
4409   * KVM: VMX: Add support for Pause-Loop Exiting
4410
4411  -- Andy Whitcroft <apw@canonical.com>  Tue, 09 Mar 2010 14:13:51 +0000
4412
4413 linux (2.6.32-16.24) lucid; urgency=low
4414
4415   [ Andy Whitcroft ]
4416
4417   * armel -- perf userspace does not support arm
4418   * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
4419
4420  -- Andy Whitcroft <apw@canonical.com>  Sat, 06 Mar 2010 11:42:12 +0000
4421
4422 linux (2.6.32-16.23) lucid; urgency=low
4423
4424   [ Andy Whitcroft ]
4425
4426   * SAUCE: PM report driver and device suspend/resume times -- move config
4427   * update to standards version 3.8.4.0
4428   * printenv -- expose all of the package selectors
4429   * source package -- cleanup source content control
4430   * doc package -- ensure we do build package content on buildd
4431   * lintian -- correct the address in the debian/copyright
4432   * lintian -- update debhelper package version dependancy
4433   * lintian -- fix ghostscript dependancy
4434   * lintian -- add required misc:Depends
4435   * lintian -- move our debhelper compat level to debian/compat
4436   * perf -- build the kernel carried tools
4437   * perf -- add linux-tools carrying the version switches and manuals
4438   * SAUCE: fix up Kconfig for staging drivers
4439   * [Config] enable NOUVEAU etc following drm backport
4440   * update DRM to mainline v2.6.33
4441   * [Config] Remove AppArmor config options that no longer exist (ports)
4442   * [Config] updateportsconfigs following drm update
4443
4444   [ John Johansen ]
4445
4446   * ubuntu: AppArmor -- update to mainline 2010-03-04
4447   * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
4448   * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
4449   * [Config] Remove AppArmor config options that no longer exist
4450
4451   [ Manoj Iyer ]
4452
4453   * ubuntu: rtl8192se -- version 2010-0115,0014
4454     - LP: #530275
4455   * [Config] added CONFIG_RTL8192SE module.
4456     - LP: #530275
4457
4458   [ Tim Gardner ]
4459
4460   * [Config] Added vmw_pvscsi to d-i/scsi-modules
4461     - LP: #531017
4462   * [Upstream] netfilter: xt_recent: Add an entry reaper
4463
4464   [ Upstream Kernel Changes ]
4465
4466   * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
4467     emulation"
4468   * Revert "KVM: x86 emulator: Fix popf emulation"
4469   * Revert "KVM: x86 emulator: Check IOPL level during io instruction
4470     emulation"
4471   * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
4472   * Revert "KVM: fix memory access during x86 emulation."
4473   * Add vlan (8021.Q) module package for d-i.
4474   * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
4475     Inspiron 700m
4476     - LP: #515246
4477   * [Upstream] docbook: need xmldoclinks for all doc types
4478   * x86: set_personality_ia32() misses force_personality32
4479   * lib: Introduce generic list_sort function
4480   * drm/nv50: Implement ctxprog/state generation.
4481   * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
4482   * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
4483     Inspiron 700m
4484     - LP: #515246
4485
4486  -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Mar 2010 15:40:38 +0000
4487
4488 linux (2.6.32-15.22) lucid; urgency=low
4489
4490   [ Andy Whitcroft ]
4491
4492   * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
4493   * Revert "SAUCE: PM report driver and device suspend/resume times."
4494   * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
4495
4496   [ Manoj Iyer ]
4497
4498   * SAUCE: PM report driver and device suspend/resume times.
4499
4500  -- Andy Whitcroft <apw@canonical.com>  Tue, 02 Mar 2010 01:35:37 +0000
4501
4502 linux (2.6.32-15.21) lucid; urgency=low
4503
4504   [ Andy Whitcroft ]
4505
4506   * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
4507   * Revert "[Config] lenovo-sl-laptop -- enable"
4508   * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
4509   * armel -- cramfs module will no longer be built
4510   * d-i -- make all modules optional
4511   * rename the debug packages to match archive standard
4512     - LP: #527837
4513   * lenovo-sl-laptop is no longer built
4514
4515   [ Colin Ian King ]
4516
4517   * Disable 4MB page tables for Atom, work around errata AAE44
4518     - LP: #523112
4519
4520   [ Colin Watson ]
4521
4522   * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
4523   * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
4524
4525   [ Jesse Barnes ]
4526
4527   * SAUCE: drm/i915: don't change DRM configuration when releasing load
4528     detect pipe
4529     - LP: #488328
4530
4531   [ Loïc Minier ]
4532
4533   * [Config] armel Update versatile initrd configs
4534     - LP: #524893
4535   * SAUCE: [um] Don't use nx_enabled under UML
4536     - LP: #524849
4537
4538   [ Manoj Iyer ]
4539
4540   * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
4541
4542   [ Mario Limonciello ]
4543
4544   * SAUCE: v3 - Add Dell Business Class Netbook LED driver
4545
4546   [ Rafael J. Wysocki ]
4547
4548   * SAUCE: PM report driver and device suspend/resume times.
4549
4550   [ Surbhi Palande ]
4551
4552   * Revert "[Upstream] e1000e: enhance frame fragment detection"
4553     - CVE-2009-4538
4554   * Revert "[Upstream] e1000: enhance frame fragment detection"
4555     - CVE-2009-4536
4556
4557   [ Tim Gardner ]
4558
4559   * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
4560   * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
4561   * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
4562
4563   [ Upstream Kernel Changes ]
4564
4565   * Revert "(pre-stable) eCryptfs: Add getattr function"
4566   * Fix potential crash with sys_move_pages
4567   * futex_lock_pi() key refcnt fix
4568   * futex: Handle user space corruption gracefully
4569   * futex: Handle futex value corruption gracefully
4570   * Fix race in tty_fasync() properly
4571   * hwmon: (w83781d) Request I/O ports individually for probing
4572   * hwmon: (lm78) Request I/O ports individually for probing
4573   * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
4574   * ALSA: ctxfi - fix PTP address initialization
4575   * drm/i915: disable hotplug detect before Ironlake CRT detect
4576   * drm/i915: enable self-refresh on 965
4577   * drm/i915: Disable SR when more than one pipe is enabled
4578   * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
4579   * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
4580   * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
4581   * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
4582   * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
4583   * i2c-tiny-usb: Fix on big-endian systems
4584   * drm/i915: handle FBC and self-refresh better
4585   * drm/i915: Increase fb alignment to 64k
4586   * drm/i915: Update write_domains on active list after flush.
4587   * regulator: Fix display of null constraints for regulators
4588   * ALSA: hda-intel: Avoid divide by zero crash
4589   * CPUFREQ: Fix use after free of struct powernow_k8_data
4590   * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
4591   * cciss: Make cciss_seq_show handle holes in the h->drv[] array
4592   * ioat: fix infinite timeout checking in ioat2_quiesce
4593   * resource: add helpers for fetching rlimits
4594   * fs/exec.c: restrict initial stack space expansion to rlimit
4595   * cifs: fix length calculation for converted unicode readdir names
4596   * NFS: Fix a reference leak in nfs_wb_cancel_page()
4597   * NFS: Try to commit unstable writes in nfs_release_page()
4598   * NFSv4: Don't allow posix locking against servers that don't support it
4599   * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
4600   * NFS: Fix an Oops when truncating a file
4601   * NFS: Fix a umount race
4602   * NFS: Fix a bug in nfs_fscache_release_page()
4603   * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
4604   * md: fix 'degraded' calculation when starting a reshape.
4605   * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
4606   * Export the symbol of getboottime and mmonotonic_to_bootbased
4607   * kvmclock: count total_sleep_time when updating guest clock
4608   * KVM: PIT: control word is write-only
4609   * tpm_infineon: fix suspend/resume handler for pnp_driver
4610   * amd64_edac: Do not falsely trigger kerneloops
4611   * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
4612   * netfilter: nf_conntrack: per netns nf_conntrack_cachep
4613   * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
4614   * netfilter: xtables: compat out of scope fix
4615   * netfilter: nf_conntrack: fix hash resizing with namespaces
4616   * drm/i915: remove full registers dump debug
4617   * drm/i915: add i915_lp_ring_sync helper
4618   * drm/i915: Don't wait interruptible for possible plane buffer flush
4619   * dasd: remove strings from s390dbf
4620   * crypto: padlock-sha - Add import/export support
4621   * wmi: Free the allocated acpi objects through wmi_get_event_data
4622   * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
4623   * /dev/mem: introduce size_inside_page()
4624   * devmem: check vmalloc address on kmem read/write
4625   * devmem: fix kmem write bug on memory holes
4626   * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
4627     of value 0.
4628   * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
4629   * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
4630   * dst: call cond_resched() in dst_gc_task()
4631   * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
4632   * befs: fix leak
4633   * rtc-fm3130: add missing braces
4634   * Call flush_dcache_page after PIO data transfers in libata-sff.c
4635   * ahci: add Acer G725 to broken suspend list
4636   * pktgen: Fix freezing problem
4637   * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
4638   * x86/amd-iommu: Fix deassignment of a device from the pt_domain
4639   * x86: Re-get cfg_new in case reuse/move irq_desc
4640   * Staging: fix rtl8187se compilation errors with mac80211
4641   * ALSA: usb-audio - Avoid Oops after disconnect
4642   * serial: 8250: add serial transmitter fully empty test
4643   * sysfs: sysfs_sd_setattr set iattrs unconditionally
4644   * class: Free the class private data in class_release
4645   * USB: usbfs: only copy the actual data received
4646   * USB: usbfs: properly clean up the as structure on error paths
4647   * rtl8187: Add new device ID
4648   * ACPI: Add NULL pointer check in acpi_bus_start
4649   * ACPI: fix High cpu temperature with 2.6.32
4650   * drm/radeon/kms: use udelay for short delays
4651   * NFS: Too many GETATTR and ACCESS calls after direct I/O
4652   * eCryptfs: Add getattr function
4653   * b43: Fix throughput regression
4654   * ath9k: Fix sequence numbers for PAE frames
4655   * mac80211: Fix probe request filtering in IBSS mode
4656   * iwlwifi: Fix to set correct ht configuration
4657   * dm stripe: avoid divide by zero with invalid stripe count
4658   * dm log: userspace fix overhead_size calcuations
4659   * Linux 2.6.32.9
4660   * sfc: Fix SFE4002 initialisation
4661   * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
4662   * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
4663   * (pre-stable) HID: handle joysticks with large number of buttons
4664     - LP: #492056
4665   * (pre-stable) HID: extend mask for BUTTON usage page
4666     - LP: #492056
4667   * PM: Measure device suspend and resume times
4668   * e1000: enhance frame fragment detection
4669     - CVE-2009-4536
4670   * e1000e: enhance frame fragment detection
4671     - CVE-2009-4538
4672   * KVM: fix memory access during x86 emulation.
4673     - CVE-2010-0306
4674   * KVM: x86 emulator: Add Virtual-8086 mode of emulation
4675     - CVE-2010-0306
4676   * KVM: x86 emulator: Check IOPL level during io instruction emulation
4677     - CVE-2010-0306
4678   * KVM: x86 emulator: Fix popf emulation
4679     - CVE-2010-0306
4680   * KVM: x86 emulator: Check CPL level during privilege instruction
4681     emulation
4682     - CVE-2010-0306
4683   * Input: wacom - ensure the device is initialized properly upon resume
4684   * Input: wacom - add defines for packet lengths of various devices
4685   * Input: wacom - add support for new LCD tablets
4686     - LP: #516777
4687
4688  -- Andy Whitcroft <apw@canonical.com>  Mon, 01 Mar 2010 22:56:28 +0000
4689
4690 linux (2.6.32-14.20) lucid; urgency=low
4691
4692   [ Andy Whitcroft ]
4693
4694   * rebuild following the GCC update to match compiler for out of tree modules
4695   * Revert "[Config] drbd -- enable"
4696   * Revert "ubuntu: drbd -- version 8.3.1"
4697   * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
4698     - LP: #510937
4699
4700  -- Andy Whitcroft <apw@canonical.com>  Fri, 19 Feb 2010 18:47:18 +0000
4701
4702 linux (2.6.32-14.19) lucid; urgency=low
4703
4704   [ Andy Whitcroft ]
4705
4706   * ensure we build the source package contents when enabled
4707     - LP: #522308
4708   * [Config] enable CONFIG_X86_MCE_XEON75XX
4709   * SAUCE: AppArmor -- add linux/kref.h for struct kref
4710   * [Config] enable CONFIG_HID_ORTEK
4711   * enable udeb generation for arm versatile flavour
4712     - LP: #522515
4713
4714   [ John Johansen ]
4715
4716   * ubuntu: AppArmor -- update to mainline 2010-02-18
4717     - LP: #439560, #496110, #507069
4718
4719   [ Johnathon Harris ]
4720
4721   * SAUCE: HID: add support for Ortek WKB-2000
4722     - LP: #405390
4723
4724   [ Upstream Kernel Changes ]
4725
4726   * tpm_tis: TPM_STS_DATA_EXPECT workaround
4727     - LP: #490487
4728   * x86, mce: Xeon75xx specific interface to get corrected memory error
4729     information
4730   * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
4731   * x86, mce: Make xeon75xx memory driver dependent on PCI
4732   * drm/edid: Unify detailed block parsing between base and extension
4733     blocks
4734     - LP: #500999
4735   * (pre-stable) eCryptfs: Add getattr function
4736     - LP: #390833
4737
4738  -- Andy Whitcroft <apw@canonical.com>  Thu, 18 Feb 2010 19:22:02 +0000
4739
4740 linux (2.6.32-13.18) lucid; urgency=low
4741
4742   [ Andy Whitcroft ]
4743
4744   * Revert "enforcer -- make the enforcement configuration common"
4745   * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
4746     (Dell E6x00 series)"
4747   * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
4748   * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
4749     0755"
4750   * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
4751   * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
4752   * Revert "SAUCE: make fc transport removal of target configurable"
4753   * enforcer -- make the enforcement configuration common
4754   * getabis -- add preempt flavour to the list
4755   * [Config] enforce DEVTMPFS options
4756   * [Config] armel -- cleanup to-be builtin modules
4757   * [Config] cleanup ports configs
4758   * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
4759     - LP: #485536
4760   * add printdebian target to find branch target
4761   * distclean -- do not remove debian.env
4762   * [Config] generic-pae switch to M586TSC
4763     - LP: #519448
4764   * git-ubuntu-log -- commonise duplicated log handling
4765   * git-ubuntu-log -- tighten up Bug: NNNN matching
4766   * git-ubuntu-log -- sort the bug numbers
4767
4768   [ Chris Wilson ]
4769
4770   * (pre-stable) drm/i915: Increase fb alignment to 64k
4771     - LP: #404064
4772
4773   [ Eric Miao ]
4774
4775   * arm -- enable ubuntu/ directory
4776
4777   [ Huang Ying ]
4778
4779   * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
4780   * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
4781
4782   [ Loïc Minier ]
4783
4784   * [Config] cleanup preempt configuration
4785   * [Config] versatile: Fix video output
4786     - LP: #517594
4787   * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
4788   * [Config] Large update to armel/versatile
4789   * [Config] versatile: Add RTC support
4790   * [Config] armel: Enable NEON
4791   * [Config] versatile: Builtin MMC support
4792   * [Config] versatile Builtin SCSI controller
4793   * [Config] armel Disable dma_cache_sync callers
4794   * [Config] armel Disable asm/time.h users
4795   * [Config] armel Disable out of range udelay()
4796   * [Config] armel Disable flush_cache_range() users
4797   * [Config] armel -- Enable ubuntu/ drivers
4798
4799   [ Steve Conklin ]
4800
4801   * SAUCE: drm/i915: Add display hotplug event on Ironlake
4802   * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
4803
4804   [ Upstream Kernel Changes ]
4805
4806   * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
4807   * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
4808     in IRQ handler""
4809   * clockevent: Don't remove broadcast device when cpu is dead
4810   * clockevents: Add missing include to pacify sparse
4811   * ACPI: don't cond_resched if irq is disabled
4812   * be2net: Add support for next generation of BladeEngine device.
4813   * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
4814   * mpt2sas: New device SAS2208 support is added
4815   * ar9170: Add support for D-Link DWA 160 A2
4816   * powerpc/fsl: Add PCI device ids for new QoirQ chips
4817   * davinci: dm646x: Add support for 3.x silicon revision
4818   * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
4819   * Driver-Core: devtmpfs - set root directory mode to 0755
4820   * driver-core: fix devtmpfs crash on s390
4821   * vfs: get_sb_single() - do not pass options twice
4822   * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
4823   * V4L/DVB (13569): smsusb: add autodetection support for five additional
4824     Hauppauge USB IDs
4825   * USB: mos7840: add device IDs for B&B electronics devices
4826   * USB: ftdi_sio: add USB device ID's for B&B Electronics line
4827   * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
4828     SubVendor ID: 0x1043 Device ID: 0x4847)
4829   * iTCO_wdt: Add support for Intel Ibex Peak
4830   * atl1c:use common_task instead of reset_task and link_chg_task
4831   * atl1e:disable NETIF_F_TSO6 for hardware limit
4832   * V4L/DVB (13680a): DocBook/media: copy images after building HTML
4833   * V4L/DVB (13680b): DocBook/media: create links for included sources
4834   * netfilter: xtables: fix conntrack match v1 ipt-save output
4835   * partitions: read whole sector with EFI GPT header
4836   * partitions: use sector size for EFI GPT
4837   * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
4838   * sched: Fix isolcpus boot option
4839   * sched: Fix missing sched tunable recalculation on cpu add/remove
4840   * nohz: Prevent clocksource wrapping during idle
4841   * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
4842   * timers, init: Limit the number of per cpu calibration bootup messages
4843   * PCI: Always set prefetchable base/limit upper32 registers
4844   * iscsi class: modify handling of replacement timeout
4845   * NFS: Revert default r/wsize behavior
4846   * HID: fixup quirk for NCR devices
4847   * scsi_devinfo: update Hitachi entries (v2)
4848   * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
4849   * scsi_transport_fc: remove invalid BUG_ON
4850   * lpfc: fix hang on SGI ia64 platform
4851   * libfc: fix typo in retry check on received PRLI
4852   * libfc: fix ddp in fc_fcp for 0 xid
4853   * fcoe: remove redundant checking of netdev->netdev_ops
4854   * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
4855   * libfc: lport: fix minor documentation errors
4856   * libfc: don't WARN_ON in lport_timeout for RESET state
4857   * fcoe: initialize return value in fcoe_destroy
4858   * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
4859   * libfc: fix memory corruption caused by double frees and bad error
4860     handling
4861   * libfc: fix free of fc_rport_priv with timer pending
4862   * libfc: remote port gets stuck in restart state without really
4863     restarting
4864   * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
4865   * fcoe: Fix checking san mac address
4866   * fcoe: Fix getting san mac for VLAN interface
4867   * qlge: Remove explicit setting of PCI Dev CTL reg.
4868   * qlge: Set PCIE max read request size.
4869   * qlge: Don't fail open when port is not initialized.
4870   * qlge: Add handler for DCBX firmware event.
4871   * qlge: Bonding fix for mode 6.
4872   * PCI: AER: fix aer inject result in kernel oops
4873   * DMI: allow omitting ident strings in DMI tables
4874   * Input: i8042 - remove identification strings from DMI tables
4875   * Input: i8042 - add Gigabyte M1022M to the noloop list
4876   * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
4877   * ALSA: hda - select IbexPeak handler for Calpella
4878   * ALSA: hda - Fix quirk for Maxdata obook4-1
4879   * ALSA: hda - Add missing Line-Out and PCM switches as slave
4880   * iTCO_wdt.c - cleanup chipset documentation
4881   * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
4882   * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
4883   * ahci: disable SNotification capability for ich8
4884   * ata_piix: fix MWDMA handling on PIIX3
4885   * md: fix small irregularity with start_ro module parameter
4886   * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
4887   * cio: fix double free in case of probe failure
4888   * cio: dont panic in non-fatal conditions
4889   * netiucv: displayed TX bytes value much too high
4890   * ipc ns: fix memory leak (idr)
4891   * ALSA: hda - Fix HP T5735 automute
4892   * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
4893   * UBI: fix memory leak in update path
4894   * UBI: initialise update marker
4895   * ASoC: fix a memory-leak in wm8903
4896   * mac80211: check that ieee80211_set_power_mgmt only handles STA
4897     interfaces.
4898   * cfg80211: fix channel setting for wext
4899   * KVM: S390: fix potential array overrun in intercept handling
4900   * KVM: only allow one gsi per fd
4901   * KVM: Fix race between APIC TMR and IRR
4902   * KVM: MMU: bail out pagewalk on kvm_read_guest error
4903   * KVM: x86: Fix host_mapping_level()
4904   * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
4905   * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
4906   * KVM: fix lock imbalance in kvm_*_irq_source_id()
4907   * KVM: only clear irq_source_id if irqchip is present
4908   * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
4909   * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
4910   * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
4911     - LP: #516325
4912   * iwlwifi: Fix throughput stall issue in HT mode for 5000
4913   * fnctl: f_modown should call write_lock_irqsave/restore
4914   * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
4915     CPUID drivers.
4916   * Linux 2.6.32.7
4917   * scsi_lib: Fix bug in completion of bidi commands
4918   * mptsas: Fix issue with chain pools allocation on katmai
4919   * mm: add new 'read_cache_page_gfp()' helper function
4920   * drm/i915: Selectively enable self-reclaim
4921   * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
4922   * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
4923   * x86: Set hotpluggable nodes in nodes_possible_map
4924   * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
4925   * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
4926   * zcrypt: Do not remove coprocessor for error 8/72
4927   * dasd: fix possible NULL pointer errors
4928   * ACPI: Add a generic API for _OSC -v2
4929   * ACPI: Add platform-wide _OSC support.
4930   * ACPI: fix OSC regression that caused aer and pciehp not to load
4931   * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
4932   * UBI: fix volume creation input checking
4933   * e1000/e1000e: don't use small hardware rx buffers
4934   * drm/i915: Reload hangcheck timer too for Ironlake
4935   * Fix a leak in affs_fill_super()
4936   * Fix failure exits in bfs_fill_super()
4937   * fix oops in fs/9p late mount failure
4938   * fix leak in romfs_fill_super()
4939   * Fix remount races with symlink handling in affs
4940   * fix affs parse_options()
4941   * Fix failure exit in ipathfs
4942   * mm: fix migratetype bug which slowed swapping
4943   * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
4944     NOMMU stack
4945   * Split 'flush_old_exec' into two functions
4946   * sparc: TIF_ABI_PENDING bit removal
4947   * x86: get rid of the insane TIF_ABI_PENDING bit
4948   * Input: winbond-cir - remove dmesg spam
4949   * x86: Disable HPET MSI on ATI SB700/SB800
4950   * iwlwifi: set default aggregation frame count limit to 31
4951   * drm/i915: only enable hotplug for detected outputs
4952   * firewire: core: add_descriptor size check
4953   * SECURITY: selinux, fix update_rlimit_cpu parameter
4954   * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
4955   * x86: Add Dell OptiPlex 760 reboot quirk
4956     - LP: #488319
4957   * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
4958   * x86/amd-iommu: Fix possible integer overflow
4959   * clocksource: fix compilation if no GENERIC_TIME
4960   * tcp: update the netstamp_needed counter when cloning sockets
4961   * sky2: Fix oops in sky2_xmit_frame() after TX timeout
4962   * net: restore ip source validation
4963   * af_packet: Don't use skb after dev_queue_xmit()
4964   * ax25: netrom: rose: Fix timer oopses
4965   * KVM: allow userspace to adjust kvmclock offset
4966   * oprofile/x86: add Xeon 7500 series support
4967   * oprofile/x86: fix crash when profiling more than 28 events
4968   * libata: retry link resume if necessary
4969   * mm: percpu-vmap fix RCU list walking
4970   * mm: purge fragmented percpu vmap blocks
4971   * block: fix bio_add_page for non trivial merge_bvec_fn case
4972   * Fix 'flush_old_exec()/setup_new_exec()' split
4973   * random: drop weird m_time/a_time manipulation
4974   * random: Remove unused inode variable
4975   * block: fix bugs in bio-integrity mempool usage
4976   * usb: r8a66597-hdc disable interrupts fix
4977   * connector: Delete buggy notification code.
4978   * be2net: Bug fix to support newer generation of BE ASIC
4979   * be2net: Fix memset() arg ordering.
4980   * mm: flush dcache before writing into page to avoid alias
4981   * mac80211: fix NULL pointer dereference when ftrace is enabled
4982   * imxfb: correct location of callbacks in suspend and resume
4983   * mx3fb: some debug and initialisation fixes
4984   * starfire: clean up properly if firmware loading fails
4985   * kernel/cred.c: use kmem_cache_free
4986   * uartlite: fix crash when using as console
4987   * pktcdvd: removing device does not remove its sysfs dir
4988   * ath9k: fix eeprom INI values override for 2GHz-only cards
4989   * ath9k: fix beacon slot/buffer leak
4990   * powerpc: TIF_ABI_PENDING bit removal
4991   * NET: fix oops at bootime in sysctl code
4992   * Linux 2.6.32.8
4993
4994  -- Andy Whitcroft <apw@canonical.com>  Wed, 10 Feb 2010 18:56:52 +0000
4995
4996 linux (2.6.32-12.17) lucid; urgency=low
4997
4998   [ Andy Whitcroft ]
4999
5000   * restore linux-image prefix -- master
5001   * enforce -- we require SELINUX enabled -- master
5002   * enforce -- ensure APPARMOR is our default LSM -- master
5003   * make doc package completely optional -- master
5004   * make source package completely optional -- master
5005   * make linux-libc-dev completly optional -- master
5006   * convert package disable to a deps list -- master
5007   * allow common headers to switch from indep to arch -- master
5008   * convert binary package disable to a deps list -- master
5009   * add configuration option for a full source build tree -- master
5010   * add support for uImage kernels in package control scripts
5011   * getabis -- cleanup and parameterise repository list -- master
5012   * getabis -- move configuration to etc/getabi -- master
5013   * kernelconfig -- move configuration to etc -- master
5014   * rules -- make debian/debian.env master for branch name
5015   * set the current branch name -- master
5016   * pull back common debian.master files into debian -- master
5017   * enforcer -- make the enforcement configuration common
5018   * insert-changes -- correctly link to debian/rules in DROOT
5019
5020   [ Colin Watson ]
5021
5022   * future-proof ddeb handling against buildd changes
5023
5024   [ Eric Miao ]
5025
5026   * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
5027     X86
5028
5029   [ Loïc Minier ]
5030
5031   * Add modules.builtin.bin to prerm rm list
5032     - LP: #516584
5033
5034   [ Tim Gardner ]
5035
5036   * [Config] Implement the amd64 preempt flavour
5037
5038   [ Upstream Kernel Changes ]
5039
5040   * syslog: distinguish between /proc/kmsg and syscalls
5041     - LP: #515623
5042   * sfc: Fix polling for slow MCDI operations
5043   * sfc: Fix conditions for MDIO self-test
5044   * sfc: QT202x: Remove unreliable MMD check at initialisation
5045   * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
5046   * sfc: Use fixed-size buffers for MCDI NVRAM requests
5047
5048  -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Feb 2010 07:09:31 +0000
5049
5050 linux (2.6.32-12.16) lucid; urgency=low
5051
5052   [ Andy Whitcroft ]
5053
5054   * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
5055     first use"
5056   * SAUCE: acpi battery -- move first lookup asynchronous
5057     - LP: #507211
5058   * [Config] update configs to cleanup generic configs
5059   * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
5060   * [Config] enable USER_NS
5061     - LP: #480739, #509808
5062
5063   [ Heiko Carstens ]
5064
5065   * (pre-stable) driver-core: fix devtmpfs crash on s390
5066     - LP: #512370
5067
5068   [ John Johansen ]
5069
5070   * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
5071     - LP: #494565
5072   * [Config] VIRTIO=y for server/virtual flavours
5073     - LP: #494565
5074
5075   [ Kay Sievers ]
5076
5077   * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
5078     - LP: #512370
5079
5080   [ Kees Cook ]
5081
5082   * SAUCE: x86: brk away from exec rand area
5083     - LP: #452175
5084
5085   [ Leann Ogasawara ]
5086
5087   * [Upstream] e1000: enhance frame fragment detection
5088     - CVE-2009-4536
5089   * [Upstream] e1000e: enhance frame fragment detection
5090     - CVE-2009-4538
5091
5092   [ Sebastian Kapfer ]
5093
5094   * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
5095     series)
5096     - LP: #296610
5097
5098   [ Upstream Kernel Changes ]
5099
5100   * inotify: do not reuse watch descriptors
5101     - LP: #485556
5102   * inotify: only warn once for inotify problems
5103   * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
5104     Framebuffer"
5105   * memcg: ensure list is empty at rmdir
5106   * drm/i915: remove loop in Ironlake interrupt handler
5107   * block: Fix incorrect reporting of partition alignment
5108   * x86, mce: Thermal monitoring depends on APIC being enabled
5109   * futexes: Remove rw parameter from get_futex_key()
5110   * page allocator: update NR_FREE_PAGES only when necessary
5111   * x86, apic: use physical mode for IBM summit platforms
5112   * edac: i5000_edac critical fix panic out of bounds
5113   * x86: SGI UV: Fix mapping of MMIO registers
5114   * mfd: WM835x GPIO direction register is not locked
5115   * mfd: Correct WM835x ISINK ramp time defines
5116   * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
5117   * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
5118   * reiserfs: truncate blocks not used by a write
5119   * HID: add device IDs for new model of Apple Wireless Keyboard
5120   * PCI/cardbus: Add a fixup hook and fix powerpc
5121   * Input: pmouse - move Sentelic probe down the list
5122   * asus-laptop: add Lenovo SL hotkey support
5123   * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
5124   * sparc64: Fix NMI programming when perf events are active.
5125   * sparc64: Fix Niagara2 perf event handling.
5126   * i2c: Do not use device name after device_unregister
5127   * i2c/pca: Don't use *_interruptible
5128   * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
5129   * sched: Fix task priority bug
5130   * vfs: Fix vmtruncate() regression
5131   * Linux 2.6.32.5
5132   * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
5133   * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
5134   * Staging: asus_oled: fix oops in 2.6.32.2
5135   * Staging: hv: fix smp problems in the hyperv core code
5136   * tty: fix race in tty_fasync
5137   * ecryptfs: use after free
5138   * ecryptfs: initialize private persistent file before dereferencing
5139     pointer
5140   * nozomi: quick fix for the close/close bug
5141   * serial: 8250_pnp: use wildcard for serial Wacom tablets
5142   * usb: serial: fix memory leak in generic driver
5143   * USB: fix bitmask merge error
5144   * USB: Don't use GFP_KERNEL while we cannot reset a storage device
5145   * USB: EHCI: fix handling of unusual interrupt intervals
5146   * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
5147   * USB: add missing delay during remote wakeup
5148   * USB: add speed values for USB 3.0 and wireless controllers
5149   * ACPI: EC: Accelerate query execution
5150   * ACPI: EC: Add wait for irq storm
5151   * SCSI: enclosure: fix oops while iterating enclosure_status array
5152   * drm/i915: Read the response after issuing DDC bus switch command
5153   * drm/i915: try another possible DDC bus for the SDVO device with
5154     multiple outputs
5155   * block: bdev_stack_limits wrapper
5156   * DM: Fix device mapper topology stacking
5157   * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
5158   * USB: fix usbstorage for 2770:915d delivers no FAT
5159   * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
5160   * perf timechart: Use tid not pid for COMM change
5161   * perf events: Dont report side-band events on each cpu for
5162     per-task-per-cpu events
5163   * perf: Honour event state for aux stream data
5164   * Linux 2.6.32.6
5165
5166  -- Andy Whitcroft <apw@canonical.com>  Wed, 27 Jan 2010 16:40:23 +0000
5167
5168 linux (2.6.32-11.15) lucid; urgency=low
5169
5170   [ Andy Whitcroft ]
5171
5172   * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
5173   * Revert "(pre-stable) sched: Fix balance vs hotplug race"
5174   * Revert "[Upstream] acerhdf: Limit modalias matching to supported
5175     boards"
5176   * Revert "[Upstream] mmc: prevent dangling block device from accessing
5177     stale queues"
5178   * Revert "SAUCE: Fix nx_enable reporting"
5179   * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
5180   * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
5181   * SAUCE: i915 -- disable powersave by default
5182     - LP: #492392
5183
5184   [ Kees Cook ]
5185
5186   * SAUCE: [x86] implement cs-limit nx-emulation for ia32
5187     - LP: #369978
5188   * SAUCE: [x86] fix report of cs-limit nx-emulation
5189     - LP: #454285
5190   * SAUCE: Fix nx_enable reporting
5191     - LP: #454285
5192
5193   [ Tim Gardner ]
5194
5195   * [Upstream] b43: Declare all possible firmware files.
5196     - LP: #488636
5197   * [Config] updateconfigs after adding pvscsi
5198     - LP: #497156
5199   * [Config] CONFIG_BT=m
5200
5201   [ Upstream Kernel Changes ]
5202
5203   * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
5204     for pre-Pentium"
5205   * SCSI: ipr: fix EEH recovery
5206   * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
5207   * SCSI: st: fix mdata->page_order handling
5208   * SCSI: fc class: fix fc_transport_init error handling
5209   * sched: Fix task_hot() test order
5210   * x86, cpuid: Add "volatile" to asm in native_cpuid()
5211   * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
5212   * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
5213   * pata_hpt3x2n: fix clock turnaround
5214   * pata_cmd64x: fix overclocking of UDMA0-2 modes
5215   * ASoC: wm8974: fix a wrong bit definition
5216   * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
5217   * ALSA: hda - Fix missing capsrc_nids for ALC88x
5218   * acerhdf: limit modalias matching to supported
5219     - LP: #435958
5220   * ACPI: EC: Fix MSI DMI detection
5221   * ACPI: Use the return result of ACPI lid notifier chain correctly
5222   * powerpc: Handle VSX alignment faults correctly in little-endian mode
5223   * ASoC: Do not write to invalid registers on the wm9712.
5224   * drm/radeon: fix build on 64-bit with some compilers.
5225   * USB: emi62: fix crash when trying to load EMI 6|2 firmware
5226   * USB: option: support hi speed for modem Haier CE100
5227   * USB: Fix a bug on appledisplay.c regarding signedness
5228   * USB: musb: gadget_ep0: avoid SetupEnd interrupt
5229   * Bluetooth: Prevent ill-timed autosuspend in USB driver
5230   * USB: rename usb_configure_device
5231   * USB: fix bugs in usb_(de)authorize_device
5232   * drivers/net/usb: Correct code taking the size of a pointer
5233   * x86: SGI UV: Fix writes to led registers on remote uv hubs
5234   * md: Fix unfortunate interaction with evms
5235   * dma: at_hdmac: correct incompatible type for argument 1 of
5236     'spin_lock_bh'
5237   * dma-debug: Do not add notifier when dma debugging is disabled.
5238   * dma-debug: Fix bug causing build warning
5239   * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
5240     referrals
5241   * x86/amd-iommu: Fix initialization failure panic
5242   * ioat3: fix p-disabled q-continuation
5243   * ioat2,3: put channel hardware in known state at init
5244   * KVM: MMU: remove prefault from invlpg handler
5245   * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
5246   * Libertas: fix buffer overflow in lbs_get_essid()
5247   * iwmc3200wifi: fix array out-of-boundary access
5248   * mac80211: fix propagation of failed hardware reconfigurations
5249   * mac80211: fix WMM AP settings application
5250   * mac80211: Fix IBSS merge
5251   * cfg80211: fix race between deauth and assoc response
5252   * ath5k: fix SWI calibration interrupt storm
5253   * ath9k: wake hardware for interface IBSS/AP/Mesh removal
5254   * ath9k: Fix TX queue draining
5255   * ath9k: fix missed error codes in the tx status check
5256   * ath9k: wake hardware during AMPDU TX actions
5257   * ath9k: fix suspend by waking device prior to stop
5258   * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
5259     64-bit
5260   * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
5261     in 0x4054
5262   * iwl3945: disable power save
5263   * iwl3945: fix panic in iwl3945 driver
5264   * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
5265   * iwlwifi: fix more eeprom endian bugs
5266   * iwlwifi: fix 40MHz operation setting on cards that do not allow it
5267   * mac80211: fix race with suspend and dynamic_ps_disable_work
5268   * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
5269   * 'sysctl_max_map_count' should be non-negative
5270   * kernel/sysctl.c: fix the incomplete part of
5271     sysctl_max_map_count-should-be-non-negative.patch
5272   * V4L/DVB (13596): ov511.c typo: lock => unlock
5273   * x86/ptrace: make genregs[32]_get/set more robust
5274   * memcg: avoid oom-killing innocent task in case of use_hierarchy
5275   * e100: Fix broken cbs accounting due to missing memset.
5276   * ipv6: reassembly: use seperate reassembly queues for conntrack and
5277     local delivery
5278   * netfilter: fix crashes in bridge netfilter caused by fragment jumps
5279   * hwmon: (sht15) Off-by-one error in array index + incorrect constants
5280   * b43: avoid PPC fault during resume
5281   * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
5282     support
5283   * sched: Fix balance vs hotplug race
5284   * drm/radeon/kms: fix crtc vblank update for r600
5285   * drm: disable all the possible outputs/crtcs before entering KMS mode
5286   * S390: dasd: support DIAG access for read-only devices
5287   * xen: fix is_disconnected_device/exists_disconnected_device
5288   * xen: improvement to wait_for_devices()
5289   * xen: wait up to 5 minutes for device connetion
5290   * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
5291   * udf: Try harder when looking for VAT inode
5292   * Add unlocked version of inode_add_bytes() function
5293   * quota: decouple fs reserved space from quota reservation
5294   * ext4: Convert to generic reserved quota's space management.
5295   * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
5296   * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
5297   * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
5298   * amd64_edac: unify MCGCTL ECC switching
5299   * x86, msr: Add support for non-contiguous cpumasks
5300   * x86, msr: msrs_alloc/free for CONFIG_SMP=n
5301   * amd64_edac: fix driver instance freeing
5302   * amd64_edac: make driver loading more robust
5303   * amd64_edac: fix forcing module load/unload
5304   * sched: Sched_rt_periodic_timer vs cpu hotplug
5305   * ext4: Update documentation to correct the inode_readahead_blks option
5306     name
5307   * lguest: fix bug in setting guest GDT entry
5308   * vmscan: do not evict inactive pages when skipping an active list scan
5309   * ksm: fix mlockfreed to munlocked
5310   * rt2x00: Disable powersaving for rt61pci and rt2800pci.
5311   * generic_permission: MAY_OPEN is not write access
5312   * Linux 2.6.32.3
5313   * untangle the do_mremap() mess
5314   * fasync: split 'fasync_helper()' into separate add/remove functions
5315   * ASoC: fix params_rate() macro use in several codecs
5316   * modules: Skip empty sections when exporting section notes
5317   * exofs: simple_write_end does not mark_inode_dirty
5318   * nfsd: make sure data is on disk before calling ->fsync
5319   * sunrpc: fix peername failed on closed listener
5320   * SUNRPC: Fix up an error return value in
5321     gss_import_sec_context_kerberos()
5322   * SUNRPC: Fix the return value in gss_import_sec_context()
5323   * sunrpc: on successful gss error pipe write, don't return error
5324   * drm/i915: Update LVDS connector status when receiving ACPI LID event
5325   * drm/i915: fix order of fence release wrt flushing
5326   * drm/i915: Permit pinning whilst the device is 'suspended'
5327   * drm: remove address mask param for drm_pci_alloc()
5328   * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
5329   * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
5330     pipeconf on Ironlake
5331   * drm/i915: Select the correct BPC for LVDS on Ironlake
5332   * drm/i915: fix unused var
5333   * rtc_cmos: convert shutdown to new pnp_driver->shutdown
5334   * drivers/cpuidle/governors/menu.c: fix undefined reference to
5335     `__udivdi3'
5336   * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
5337   * lib/rational.c needs module.h
5338   * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
5339     DMA_FROM_DEVICE and
5340   * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
5341   * mmc_block: add dev_t initialization check
5342   * mmc_block: fix probe error cleanup bug
5343   * mmc_block: fix queue cleanup
5344   * ALSA: hda - Fix ALC861-VD capture source mixer
5345   * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
5346     blacklist
5347   * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
5348     - LP: #498863
5349   * ASoC: Fix WM8350 DSP mode B configuration
5350   * netfilter: ebtables: enforce CAP_NET_ADMIN
5351   * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
5352   * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
5353   * hwmon: (adt7462) Fix pin 28 monitoring
5354   * quota: Fix dquot_transfer for filesystems different from ext4
5355   * xen: fix hang on suspend.
5356   * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
5357   * ath5k: Fix eeprom checksum check for custom sized eeproms
5358   * cfg80211: fix syntax error on user regulatory hints
5359   * iwl: off by one bug
5360   * mac80211: add missing sanity checks for action frames
5361   * drm/i915: remove render reclock support
5362   * libertas: Remove carrier signaling from the scan code
5363   * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
5364   * mac80211: fix skb buffering issue (and fixes to that)
5365   * fix braindamage in audit_tree.c untag_chunk()
5366   * fix more leaks in audit_tree.c tag_chunk()
5367   * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
5368   * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
5369   * agp/intel-agp: Clear entire GTT on startup
5370   * Linux 2.6.32.4
5371   * ethtool: Add reset operation
5372   * gro: Name the GRO result enumeration type
5373   * gro: Change all receive functions to return GRO result codes
5374   * sfc: 10Xpress: Initialise pause advertising flags
5375   * sfc: 10Xpress: Report support for pause frames
5376   * sfc: Remove redundant header gmii.h
5377   * sfc: Remove redundant hardware initialisation
5378   * sfc: Rename Falcon-specific board code and types
5379   * sfc: Remove boards.h, moving last remaining declaration to falcon.h
5380   * sfc: Remove versioned bitfield macros
5381   * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
5382   * sfc: Update hardware definitions for Siena
5383   * sfc: Rename register I/O header and functions used by both Falcon and
5384     Siena
5385   * sfc: Eliminate indirect lookups of queue size constants
5386   * sfc: Define DMA address mask explicitly in terms of descriptor field
5387     width
5388   * sfc: Move all TX DMA length limiting into tx.c
5389   * sfc: Change order of device removal to reverse of probe order
5390   * sfc: Remove declarations of nonexistent functions
5391   * sfc: Move efx_xmit_done() declaration into correct stanza
5392   * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
5393   * sfc: Maintain interrupt moderation values in ticks, not microseconds
5394   * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
5395   * sfc: Remove pointless abstraction of memory BAR number
5396   * sfc: Remove incorrect assertion from efx_pci_remove_main()
5397   * sfc: Remove unnecessary tests of efx->membase
5398   * sfc: Move MTD probe after netdev registration and name allocation
5399   * sfc: Remove unused code for non-autoneg speed/duplex switching
5400   * sfc: Rename 'xfp' file and functions to reflect reality
5401   * sfc: Really allow RX checksum offload to be disabled
5402   * sfc: Feed GRO result into RX allocation policy and interrupt moderation
5403   * sfc: Enable heuristic selection between page and skb RX buffers
5404   * sfc: Remove pointless abstraction of memory BAR number (2)
5405   * sfc: Remove redundant gotos from __efx_rx_packet()
5406   * sfc: Remove ridiculously paranoid assertions
5407   * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
5408   * sfc: Record RX queue number on GRO path
5409   * sfc: SFT9001: Reset LED configuration correctly after blinking
5410   * sfc: Use a single blink implementation
5411   * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
5412   * sfc: Make board information explicitly Falcon-specific
5413   * sfc: Move definition of struct falcon_nic_data into falcon.h
5414   * sfc: Move struct falcon_board into struct falcon_nic_data
5415   * sfc: Move all I2C stuff into struct falcon_board
5416   * sfc: Gather link state fields in struct efx_nic into new struct
5417     efx_link_state
5418   * sfc: Remove unnecessary casts to struct sk_buff *
5419   * sfc: Remove redundant efx_xmit() function
5420   * sfc: Combine high-level header files
5421   * sfc: Log interrupt and reset type names, not numbers
5422   * sfc: Fix descriptor cache sizes
5423   * sfc: Treat all MAC registers as 128-bit
5424   * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
5425   * sfc: Comment corrections
5426   * sfc: Remove unused constant
5427   * sfc: Clean up struct falcon_board and struct falcon_board_data
5428   * sfc: Fix bugs in RX queue flushing
5429   * sfc: Remove unused function efx_flush_queues()
5430   * sfc: Only switch Falcon MAC clocks as necessary
5431   * sfc: Hold MAC lock for longer in efx_init_port()
5432   * sfc: Split MAC stats DMA initiation and completion
5433   * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
5434   * sfc: Simplify XMAC link polling
5435   * sfc: Change MAC promiscuity and multicast hash at the same time
5436   * sfc: Move inline comment into kernel-doc
5437   * sfc: Do not set net_device::trans_start in self-test
5438   * sfc: Simplify PHY polling
5439   * sfc: QT202x: Reset before reading PHY id
5440   * sfc: Replace MDIO spinlock with mutex
5441   * sfc: Always start Falcon using the XMAC
5442   * sfc: Limit some hardware workarounds to Falcon
5443   * sfc: Remove EFX_WORKAROUND_9141 macro
5444   * sfc: Remove another unused workaround macro
5445   * sfc: Remove some redundant whitespace
5446   * sfc: Decouple NIC revision number from Falcon PCI revision number
5447   * sfc: Move descriptor cache base addresses to struct efx_nic_type
5448   * sfc: Clean up RX event handling
5449   * sfc: Remove redundant writes to INT_ADR_KER
5450   * sfc: Remove duplicate hardware structure definitions
5451   * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
5452   * sfc: Move Falcon NIC operations to efx_nic_type
5453   * sfc: Refactor link configuration
5454   * sfc: Generalise link state monitoring
5455   * sfc: Add power-management and wake-on-LAN support
5456   * sfc: Implement ethtool reset operation
5457   * sfc: Add efx_nic_type operation for register self-test
5458   * sfc: Add efx_nic_type operation for NVRAM self-test
5459   * sfc: Add efx_nic_type operation for identity LED control
5460   * sfc: Separate shared NIC code from Falcon-specific and rename
5461     accordingly
5462   * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
5463   * sfc: Extend loopback mode enumeration
5464   * sfc: Remove static PHY data and enumerations
5465   * sfc: Extend MTD driver for use with new NICs
5466   * sfc: Allow for additional checksum offload features
5467   * sfc: Rename falcon.h to nic.h
5468   * sfc: Move shared NIC code from falcon.c to new source file nic.c
5469   * sfc: Add firmware protocol definitions (MCDI)
5470   * sfc: Add support for SFC9000 family (1)
5471   * sfc: Add support for SFC9000 family (2)
5472   * sfc: Implement TSO for TCP/IPv6
5473   * sfc: Update version, copyright dates, authors
5474   * drivers/net/sfc: Correct code taking the size of a pointer
5475   * sfc: Move PHY software state initialisation from init() into probe()
5476   * sfc: Include XGXS in XMAC link status check except in XGMII loopback
5477   * sfc: Fix DMA mapping cleanup in case of an error in TSO
5478   * sfc: QT2025C: Work around PHY bug
5479   * sfc: QT2025C: Switch into self-configure mode when not in loopback
5480   * sfc: QT2025C: Work around PHY firmware initialisation bug
5481   * sfc: QT2025C: Add error message for suspected bad SFP+ cables
5482   * sfc: Disable TX descriptor prefetch watchdog
5483   * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
5484     - LP: #497156
5485
5486  -- Andy Whitcroft <apw@canonical.com>  Tue, 19 Jan 2010 16:12:47 +0000
5487
5488 linux (2.6.32-10.14) lucid; urgency=low
5489
5490   [ Alex Deucher ]
5491
5492   * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
5493     - LP: #493795
5494
5495   [ Andy Whitcroft ]
5496
5497   * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
5498     id is less than 0x0f."
5499   * config-check -- ensure the checks get run at build time
5500   * config-check -- check the processed config during updateconfigs
5501   * config-check -- CONFIG_SECCOMP may not be present
5502   * TUN is now built in ignore
5503   * SAUCE: acpi battery -- delay first lookup of the battery until first
5504     use
5505   * SAUCE: async_populate_rootfs: move rootfs init earlier
5506   * ubuntu: AppArmor -- update to mainline 2010-01-06
5507   * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
5508     - LP: #498525
5509
5510   [ Dave Airlie ]
5511
5512   * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
5513
5514   [ Leann Ogasawara ]
5515
5516   * Add asix to nic-usb-modules file
5517     - LP: #499785
5518
5519   [ Peter Zijlstra ]
5520
5521   * (pre-stable) sched: Fix balance vs hotplug race
5522
5523   [ Tim Gardner ]
5524
5525   * [Config] Enable CONFIG_FUNCTION_TRACER
5526     - LP: #497989
5527   * [Config] Drop lpia from getabis
5528   * [Config] Build in TUN/TAP driver
5529     - LP: #499491
5530   * [Config] DH_COMPAT=5
5531
5532   [ Upstream Kernel Changes ]
5533
5534   * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
5535     component_only tv_modes"
5536   * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
5537     turned off"
5538   * USB: usb-storage: fix bug in fill_inquiry
5539   * USB: option: add pid for ZTE
5540   * firewire: ohci: handle receive packets with a data length of zero
5541   * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
5542     of ->completed counter
5543   * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
5544     counter
5545   * rcu: Fix note_new_gpnum() uses of ->gpnum
5546   * rcu: Remove inline from forward-referenced functions
5547   * perf_event: Fix invalid type in ioctl definition
5548   * perf_event: Initialize data.period in perf_swevent_hrtimer()
5549   * perf: Don't free perf_mmap_data until work has been done
5550   * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
5551   * sched: Check for an idle shared cache in select_task_rq_fair()
5552   * sched: Fix affinity logic in select_task_rq_fair()
5553   * sched: Rate-limit newidle
5554   * sched: Fix and clean up rate-limit newidle code
5555   * x86/amd-iommu: attach devices to pre-allocated domains early
5556   * x86/amd-iommu: un__init iommu_setup_msi
5557   * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
5558     up the PCI tree
5559   * x86: Fix iommu=nodac parameter handling
5560   * x86: GART: pci-gart_64.c: Use correct length in strncmp
5561   * x86: ASUS P4S800 reboot=bios quirk
5562     - LP: #366682
5563   * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
5564   * ssb: Fix range check in sprom write
5565   * ath5k: allow setting txpower to 0
5566   * ath5k: enable EEPROM checksum check
5567   * hrtimer: Fix /proc/timer_list regression
5568   * ALSA: hrtimer - Fix lock-up
5569   * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
5570   * KVM: x86 emulator: limit instructions to 15 bytes
5571   * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
5572   * KVM: s390: Make psw available on all exits, not just a subset
5573   * KVM: fix irq_source_id size verification
5574   * KVM: x86: include pvclock MSRs in msrs_to_save
5575   * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
5576   * x86: Use -maccumulate-outgoing-args for sane mcount prologues
5577   * x86, mce: don't restart timer if disabled
5578   * x86/mce: Set up timer unconditionally
5579   * x86: SGI UV: Fix BAU initialization
5580   * x86: Fix duplicated UV BAU interrupt vector
5581   * x86: Add new Intel CPU cache size descriptors
5582   * x86: Fix typo in Intel CPU cache size descriptor
5583   * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
5584   * s390: clear high-order bits of registers after sam64
5585   * V4L/DVB: Fix test in copy_reg_bits()
5586   * bsdacct: fix uid/gid misreporting
5587   * UBI: flush wl before clearing update marker
5588   * jbd2: don't wipe the journal on a failed journal checksum
5589   * USB: xhci: Add correct email and files to MAINTAINERS entry.
5590   * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
5591   * USB: option.c: add support for D-Link DWM-162-U5
5592   * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
5593   * USB: usb-storage: add BAD_SENSE flag
5594   * USB: Close usb_find_interface race v3
5595   * pxa/em-x270: fix usb hub power up/reset sequence
5596   * hfs: fix a potential buffer overflow
5597   * SUNRPC: IS_ERR/PTR_ERR confusion
5598   * NFS: Fix nfs_migrate_page()
5599   * md/bitmap: protect against bitmap removal while being updated.
5600   * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
5601   * devpts_get_tty() should validate inode
5602   * debugfs: fix create mutex racy fops and private data
5603   * Driver core: fix race in dev_driver_string
5604   * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
5605   * mac80211: Fix bug in computing crc over dynamic IEs in beacon
5606   * mac80211: Fixed bug in mesh portal paths
5607   * mac80211: Revert 'Use correct sign for mesh active path refresh'
5608   * mac80211: fix scan abort sanity checks
5609   * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
5610   * rtl8187: Fix wrong rfkill switch mask for some models
5611   * x86: Fix bogus warning in apic_noop.apic_write()
5612   * mm: hugetlb: fix hugepage memory leak in mincore()
5613   * mm: hugetlb: fix hugepage memory leak in walk_page_range()
5614   * powerpc/windfarm: Add detection for second cpu pump
5615   * powerpc/therm_adt746x: Record pwm invert bit at module load time]
5616   * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
5617   * drm/radeon/kms: Add quirk for HIS X1300 board
5618   * drm/radeon/kms: handle vblanks properly with dpms on
5619   * drm/radeon/kms: fix legacy crtc2 dpms
5620   * drm/radeon/kms: fix vram setup on rs600
5621   * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
5622   * drm/ttm: Fix build failure due to missing struct page
5623   * drm/i915: Set the error code after failing to insert new offset into mm
5624     ht.
5625   * drm/i915: Add the missing clonemask for display port on Ironlake
5626   * xen/xenbus: make DEVICE_ATTR()s static
5627   * xen: re-register runstate area earlier on resume.
5628   * xen: restore runstate_info even if !have_vcpu_info_placement
5629   * xen: correctly restore pfn_to_mfn_list_list after resume
5630   * xen: register timer interrupt with IRQF_TIMER
5631   * xen: register runstate on secondary CPUs
5632   * xen: don't call dpm_resume_noirq() with interrupts disabled.
5633   * xen: register runstate info for boot CPU early
5634   * xen: call clock resume notifier on all CPUs
5635   * xen: improve error handling in do_suspend.
5636   * xen: don't leak IRQs over suspend/resume.
5637   * xen: use iret for return from 64b kernel to 32b usermode
5638   * xen: explicitly create/destroy stop_machine workqueues outside
5639     suspend/resume region.
5640   * Xen balloon: fix totalram_pages counting.
5641   * xen: try harder to balloon up under memory pressure.
5642   * dm exception store: free tmp_store on persistent flag error
5643   * dm snapshot: only take lock for statustype info not table
5644   * dm crypt: move private iv fields to structs
5645   * dm crypt: restructure essiv error path
5646   * dm: avoid _hash_lock deadlock
5647   * dm snapshot: cope with chunk size larger than origin
5648   * dm crypt: separate essiv allocation from initialisation
5649   * dm crypt: make wipe message also wipe essiv key
5650   * slc90e66: fix UDMA handling
5651   * tcp: Stalling connections: Fix timeout calculation routine
5652   * ip_fragment: also adjust skb->truesize for packets not owned by a
5653     socket
5654   * b44 WOL setup: one-bit-off stack corruption kernel panic fix
5655   * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
5656   * sparc64: Fix overly strict range type matching for PCI devices.
5657   * sparc64: Fix stack debugging IRQ stack regression.
5658   * sparc: Set UTS_MACHINE correctly.
5659   * b43legacy: avoid PPC fault during resume
5660   * tracing: Fix event format export
5661   * ath9k: Fix TX hang poll routine
5662   * ath9k: fix processing of TX PS null data frames
5663   * ath9k: Fix maximum tx fifo settings for single stream devices
5664   * ath9k: fix tx status reporting
5665   * mac80211: Fix dynamic power save for scanning.
5666   * drm/i915: Fix sync to vblank when VGA output is turned off
5667   * memcg: fix memory.memsw.usage_in_bytes for root cgroup
5668   * thinkpad-acpi: fix default brightness_mode for R50e/R51
5669   * thinkpad-acpi: preserve rfkill state across suspend/resume
5670   * ipw2100: fix rebooting hang with driver loaded
5671   * matroxfb: fix problems with display stability
5672   * acerhdf: add new BIOS versions
5673   * asus-laptop: change light sens default values.
5674   * vmalloc: conditionalize build of pcpu_get_vm_areas()
5675   * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
5676   * net: Fix userspace RTM_NEWLINK notifications.
5677   * ext3: Fix data / filesystem corruption when write fails to copy data
5678   * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
5679   * bcm63xx_enet: fix compilation failure after get_stats_count removal
5680   * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
5681   * drm/i915: Avoid NULL dereference with component_only tv_modes
5682   * drm/i915: PineView only has LVDS and CRT ports
5683   * drm/i915: Fix LVDS stability issue on Ironlake
5684   * mm: sigbus instead of abusing oom
5685   * ipvs: zero usvc and udest
5686   * jffs2: Fix long-standing bug with symlink garbage collection.
5687   * intel-iommu: Detect DMAR in hyperspace at probe time.
5688   * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
5689   * intel-iommu: Check for an RMRR which ends before it starts.
5690   * intel-iommu: Fix oops with intel_iommu=igfx_off
5691   * intel-iommu: ignore page table validation in pass through mode
5692   * netfilter: xtables: document minimal required version
5693   * perf_event: Fix incorrect range check on cpu number
5694   * implement early_io{re,un}map for ia64
5695   * Linux 2.6.32.2
5696
5697  -- Andy Whitcroft <apw@canonical.com>  Thu, 07 Jan 2010 15:28:43 +0000
5698
5699 linux (2.6.32-9.13) lucid; urgency=low
5700
5701   [ Andy Whitcroft ]
5702
5703   * [Config] enable CONFIG_B43_PHY_LP
5704     - LP: #493059
5705   * include modules.builtin in the binary debs
5706   * config-check -- add a configuration enforcer
5707   * config-check -- add a unit-test suite to the checker
5708   * [Config] Enable CONFIG_SYN_COOKIES for versatile
5709   * [Config] Enable CONFIG_SECURITY_SMACK for ports
5710   * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
5711   * [Config] Disable CONFIG_COMPAT_BRK for ports
5712   * getabis -- add armel versatile to the list
5713
5714   [ Brad Figg ]
5715
5716   * SAUCE: Increase the default prealloc buffer for HDA audio devices
5717     (non-modem)
5718
5719   [ Manoj Iyer ]
5720
5721   * ubuntu: onmibook -- Added missing BOM file
5722
5723   [ Tim Gardner ]
5724
5725   * ubuntu: fsam7400 -- Cleanup Makefile
5726
5727   [ Upstream Kernel Changes ]
5728
5729   * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
5730   * signal: Fix alternate signal stack check
5731   * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
5732   * SCSI: osd_protocol.h: Add missing #include
5733   * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
5734   * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
5735     ENOSPC
5736   * ext4: avoid divide by zero when trying to mount a corrupted file system
5737   * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
5738   * ext4: fix lock order problem in ext4_move_extents()
5739   * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
5740   * ext4: plug a buffer_head leak in an error path of ext4_iget()
5741   * ext4: make sure directory and symlink blocks are revoked
5742   * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
5743   * ext4: journal all modifications in ext4_xattr_set_handle
5744   * ext4: don't update the superblock in ext4_statfs()
5745   * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
5746     non-zero
5747   * ext4: fix block validity checks so they work correctly with meta_bg
5748   * ext4: avoid issuing unnecessary barriers
5749   * ext4: fix error handling in ext4_ind_get_blocks()
5750   * ext4: make trim/discard optional (and off by default)
5751   * ext4: make "norecovery" an alias for "noload"
5752   * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
5753   * ext4: initialize moved_len before calling ext4_move_extents()
5754   * ext4: move_extent_per_page() cleanup
5755   * jbd2: Add ENOMEM checking in and for
5756     jbd2_journal_write_metadata_buffer()
5757   * ext4: Return the PTR_ERR of the correct pointer in
5758     setup_new_group_blocks()
5759   * ext4: Avoid data / filesystem corruption when write fails to copy data
5760   * ext4: wait for log to commit when umounting
5761   * ext4: remove blocks from inode prealloc list on failure
5762   * ext4: ext4_get_reserved_space() must return bytes instead of blocks
5763   * ext4: quota macros cleanup
5764   * ext4: fix incorrect block reservation on quota transfer.
5765   * ext4: Wait for proper transaction commit on fsync
5766   * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
5767   * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
5768   * Linux 2.6.32.1
5769   * kbuild: generate modules.builtin
5770   * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
5771     - LP: #494461
5772   * (pre-stable) drm/i915: Avoid NULL dereference with component_only
5773     tv_modes
5774     - LP: #494045
5775
5776   [ Zhao Yakui ]
5777
5778   * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
5779     less than 0x0f.
5780     - LP: #481765
5781
5782  -- Andy Whitcroft <apw@canonical.com>  Thu, 17 Dec 2009 15:41:21 +0000
5783
5784 linux (2.6.32-8.12) lucid; urgency=low
5785
5786   [ Andy Whitcroft ]
5787
5788   * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
5789
5790  -- Andy Whitcroft <apw@canonical.com>  Sat, 12 Dec 2009 10:56:16 +0000
5791
5792 linux (2.6.32-8.11) lucid; urgency=low
5793
5794   [ Andy Whitcroft ]
5795
5796   * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
5797     up"
5798   * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
5799     transition."
5800   * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
5801   * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
5802   * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
5803   * Revert "SAUCE: AppArmor: Fix oops after profile removal"
5804   * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
5805   * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
5806   * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
5807     mem"
5808   * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
5809     denied"
5810   * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
5811   * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
5812     allocation"
5813   * Revert "SAUCE: AppArmor: Set error code after structure
5814     initialization."
5815   * Revert "AppArmor -- fix pstrace_may_access rename"
5816   * Revert "ubuntu: AppArmor security module"
5817   * Revert "SAUCE: Add config option to set a default LSM"
5818   * Revert "ubuntu: fsam7400 -- sw kill switch driver"
5819   * Revert "[Config] fsam7400 -- enable"
5820   * Revert "[Config] AUFS -- enable"
5821   * Revert "ubuntu: AUFS -- aufs2-30 20090727"
5822   * Revert "ubuntu: AUFS -- export various core functions -- fixes"
5823   * Revert "ubuntu: AUFS -- export various core functions"
5824   * Revert "[Config] ubuntu/iscsitarget -- disable"
5825   * Revert "[Config] iscsitarget -- enable"
5826   * Revert "ubuntu: iscsitarget -- SVN revision r214"
5827   * update Vcs-Git to point to the correct repository
5828     - LP: #493589
5829   * update build environment overrides to lucid
5830     - LP: #493589
5831   * [Config] enable CONFIG_DEVTMPFS
5832   * [Config] update all configs following AppArmor 2009-12-08 update
5833   * SAUCE: isapnp_init: make isa PNP scans occur async
5834   * [Config] fsam7400 -- enable
5835   * [Config] omnibook -- enable
5836   * [Config] cleanup CONFIG_AUDIT
5837   * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
5838   * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
5839   * ubuntu: AUFS -- aufs2 20091209
5840   * [Config] AUFS -- enable
5841   * [Config] iscsitarget -- enable
5842
5843   [ Arjan van de Ven ]
5844
5845   * SAUCE: KMS: cache the EDID information of the LVDS
5846
5847   [ Colin Watson ]
5848
5849   * bnx2: update d-i firmware filenames
5850     - LP: #494052
5851   * add cdc_ether to nic-usb-modules udeb
5852     - LP: #495060
5853
5854   [ John Johansen ]
5855
5856   * ubuntu: AppArmor -- mainline 2009-10-08
5857
5858   [ Manoj Iyer ]
5859
5860   * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
5861   * ubuntu: omnibook -- support Toshiba (HP) netbooks
5862   * ubuntu: iscsitarget --- version 1.4.19
5863     - LP: #494693
5864
5865   [ Surbhi Palande ]
5866
5867   * SAUCE: Make populate_rootfs asynchronous
5868
5869   [ Tim Gardner ]
5870
5871   * Parallelize flavour builds and packaging
5872   * [Config] Enable CONFIG_KSM
5873
5874   [ Upstream Kernel Changes ]
5875
5876   * Config option to set a default LSM
5877   * LSM: Add security_path_chroot().
5878   * LSM: Add security_path_chroot().
5879   * LSM: Move security_path_chmod()/security_path_chown() to after
5880     mutex_lock().
5881   * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
5882
5883  -- Andy Whitcroft <apw@canonical.com>  Fri, 11 Dec 2009 17:45:19 +0000
5884
5885 linux (2.6.32-7.10) lucid; urgency=low
5886
5887   [ Andy Whitcroft ]
5888
5889   * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
5890
5891  -- Andy Whitcroft <apw@canonical.com>  Sun, 06 Dec 2009 12:56:48 +0000
5892
5893 linux (2.6.32-7.9) lucid; urgency=low
5894
5895   [ Andy Whitcroft ]
5896
5897   * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
5898     - LP: #458982
5899   * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
5900   * [Config] update configs following versatile switch to V7
5901   * rebased to v2.6.32
5902   * [Config] update configs following rebase to v2.6.32
5903   * [Config] update ports configs following rebase to v2.6.32
5904   * SAUCE: default ATI Radeon KMS to off until userspace catches up
5905
5906   [ Arjan van de Ven ]
5907
5908   * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
5909
5910   [ Leann Ogasawara ]
5911
5912   * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
5913     permissions
5914     - CVE-2009-3939
5915
5916   [ Loic Minier ]
5917
5918   * SAUCE: select a v7 CPU for versatile
5919
5920   [ Takashi Iwai ]
5921
5922   * SAUCE: ALSA: hda - Add power on/off counter
5923
5924   [ Upstream changes ]
5925
5926   * rebased to v2.6.32
5927
5928  -- Andy Whitcroft <apw@canonical.com>  Fri, 04 Dec 2009 10:44:50 +0000
5929
5930 linux (2.6.32-6.8) lucid; urgency=low
5931
5932   [ Andy Whitcroft ]
5933
5934   * [Config] disable SSB devices for armel
5935
5936  -- Andy Whitcroft <apw@canonical.com>  Sat, 28 Nov 2009 12:16:40 +0000
5937
5938 linux (2.6.32-6.7) lucid; urgency=low
5939
5940   [ Andy Whitcroft ]
5941
5942   * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
5943   * Revert "SAUCE: Dell XPS710 reboot quirk"
5944   * Revert "SAUCE: Link acpi-cpufreq.o first"
5945   * Revert "SAUCE: LPIA  Logical reset of USB port on resume"
5946   * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
5947   * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
5948   * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
5949   * Revert "Add Dell Dimension 9200 reboot quirk"
5950   * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
5951   * Revert "SAUCE: tulip: Define ULI PCI ID's"
5952   * Revert "SAUCE: Lower warning level of some PCI messages"
5953   * Revert "mac80211: fix two issues in debugfs"
5954     Drop a number of known redundant commits as identified in the Ubuntu
5955     delta review blueprint.
5956
5957   * reenable armel versatile flavour
5958   * [Config] disable CONFIG_USB_DEVICEFS
5959
5960   [ Tim Gardner ]
5961
5962   * [Config] udeb: Add squashfs to fs-core-modules
5963     - LP: #352615
5964   * [Config] Create a real squashfs udeb
5965     - LP: #352615
5966
5967
5968  -- Andy Whitcroft <apw@canonical.com>  Fri, 27 Nov 2009 17:31:16 +0000
5969
5970 linux (2.6.32-5.6) lucid; urgency=low
5971
5972   [ Andy Whitcroft ]
5973
5974   * rebase to v2.6.32-rc8
5975   * update configs following rebase to v2.6.32-rc8
5976   * update ports configs since rebase to v2.6.32-rc8
5977   * [Config] enable cgroup options
5978     - LP: #480739
5979
5980   [ Upstream Kernel Changes ]
5981
5982   * rebase to v2.6.32-rc8
5983
5984  -- Andy Whitcroft <apw@canonical.com>  Mon, 23 Nov 2009 11:16:14 +0000
5985
5986 linux (2.6.32-4.5) lucid; urgency=low
5987
5988   [ Andy Whitcroft ]
5989
5990   * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
5991   * rebase to v2.6.32-rc7
5992   * resync with Karmic proposed
5993
5994   [ John Johansen ]
5995
5996   * SAUCE: AppArmor: Fix oops after profile removal
5997     - LP: #475619
5998   * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
5999     - LP: #437258
6000   * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
6001     - LP: #479102
6002   * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
6003     - LP: #479115
6004   * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
6005     transition.
6006     - LP: #480112
6007
6008   [ Ubuntu Changes ]
6009
6010   * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
6011
6012   [ Upstream Kernel Changes ]
6013
6014   * rebase to v2.6.32-rc7
6015
6016  -- Andy Whitcroft <apw@canonical.com>  Fri, 13 Nov 2009 11:35:13 +0000
6017
6018 linux (2.6.32-3.4) lucid; urgency=low
6019
6020   [ Andy Whitcroft ]
6021
6022   * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
6023   * [Upstream] add local prefix to oss local change_bits
6024
6025   [ Upstream Kernel Changes ]
6026
6027   * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
6028   * mtd/maps: gpio-addr-flash: depend on GPIO arch support
6029
6030  -- Andy Whitcroft <apw@canonical.com>  Wed, 11 Nov 2009 14:47:04 +0000
6031
6032 linux (2.6.32-3.3) lucid; urgency=low
6033
6034   [ Andy Whitcroft ]
6035
6036   * rebase to v2.6.32-rc6
6037   * [Config] update configs following rebase to v2.6.32-rc6
6038   * [Config] update ports configs following rebase to v2.6.32-rc6
6039   * resync with Karmic Ubuntu-2.6.31-15.49
6040   * [Config] add module ignores for broken drivers
6041
6042   [ John Johansen ]
6043
6044   * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
6045     - LP: #453335
6046   * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
6047     - LP: #458299
6048   * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
6049     - LP: #462824
6050   * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
6051     - LP: #451375
6052
6053   [ Kees Cook ]
6054
6055   * SAUCE: Fix nx_enable reporting
6056     - LP: #454285
6057
6058   [ Scott James Remnant ]
6059
6060   * Revert "SAUCE: trace: add trace_event for the open() syscall"
6061   * SAUCE: trace: add trace events for open(), exec() and uselib()
6062     - LP: #462111
6063
6064   [ Stefan Bader ]
6065
6066   * SAUCE: Fix sub-flavour script to not stop on missing directories
6067     - LP: #453073
6068
6069   [ Ubuntu Changes ]
6070
6071   * resync with Karmic Ubuntu-2.6.31-15.49
6072
6073   [ Upstream Kernel Changes ]
6074
6075   * rebase to v2.6.32-rc6
6076     - LP: #464552
6077
6078  -- Andy Whitcroft <apw@canonical.com>  Tue, 10 Nov 2009 15:00:57 +0000
6079
6080 linux (2.6.32-2.2) lucid; urgency=low
6081
6082   [ Andy Whitcroft ]
6083
6084   * install the full changelog with the binary package
6085   * changelog -- explicitly note rebases and clean history
6086   * reinstate armel.mk with no flavours
6087     - LP: #449637
6088   * [Upstream] block: silently error unsupported empty barriers too
6089     - LP: #420423
6090   * [Config] udate configs following karmic resync
6091   * [Config] update ports configs following karmic resync
6092   * [Upstream] lirc -- follow removal of .id element
6093
6094   [ Colin Watson ]
6095
6096   * Use section 'admin' rather than 'base'
6097   * Add more e100 firmware to nic-modules
6098     - LP: #451872
6099   * Add qla1280 firmware to scsi-modules
6100     - LP: #381037
6101
6102   [ John Johansen ]
6103
6104   * SAUCE: AppArmor: Set error code after structure initialization.
6105     - LP: #427948
6106   * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
6107     - LP: #446595
6108   * SAUCE: AppArmor: Fix mediation of "deleted" paths
6109
6110   [ Kees Cook ]
6111
6112   * SAUCE: [x86] fix report of cs-limit nx-emulation
6113     - LP: #454285
6114
6115   [ Leann Ogasawara ]
6116
6117   * SAUCE: (drop after 2.6.31) input: Add support for filtering input
6118     events
6119     - LP: #430809
6120   * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
6121     toggle switch press
6122     - LP: #430809
6123
6124   [ Luke Yelavich ]
6125
6126   * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
6127   * [Config] Add sd_mod to scsi-modules udeb for powerpc
6128
6129   [ Mario Limonciello ]
6130
6131   * SAUCE: Update to LIRC 0.8.6
6132     - LP: #432678
6133   * SAUCE: dell-laptop: Store the HW switch status internally rather than
6134     requerying every time
6135     - LP: #430809
6136   * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
6137     - LP: #430809
6138
6139   [ Stefan Bader ]
6140
6141   * [Upstream] acerhdf: Limit modalias matching to supported boards
6142     - LP: #435958
6143
6144   [ Tim Gardner ]
6145
6146   * [Upstream] i915: Fix i2c init message
6147     - LP: #409361
6148   * [Config] Add sym53c8xx.ko to virtual sub-flavour
6149     - LP: #439415
6150   * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
6151     - LP: #439456
6152   * [Config] Set default I/O scheduler back to CFQ for desktop flavours
6153     - LP: #381300
6154   * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
6155     - LP: #430694
6156   * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
6157     - LP: #430694
6158   * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
6159     - LP: #416325
6160   * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
6161     - LP: #430694
6162   * SAUCE: Raise the default console 'quiet' level to 2
6163   * [Config] CONFIG_X86_PAT=y
6164   * [Config] Add armel arch to linux-libc-dev arches.
6165     - LP: #449637
6166   * [Config] CONFIG_X86_MCE
6167   * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
6168     M300 to rate blacklist
6169     - LP: #433801
6170
6171   [ Upstream Kernel Changes ]
6172
6173   * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
6174   * drm/i915: Fix FDI M/N setting according with correct color depth
6175     - LP: #416792
6176
6177  -- Andy Whitcroft <apw@canonical.com>  Thu, 22 Oct 2009 16:53:33 +0100
6178
6179 linux (2.6.32-1.1) lucid; urgency=low
6180
6181   [ Andy Whitcroft ]
6182
6183   * rebase to v2.6.32-rc3
6184   * [Config] update configs following rebase to 2.6.32-rc3
6185   * [Config] update ports configs following rebase to 2.6.32-rc3
6186   * AppArmor -- fix pstrace_may_access rename
6187   * staging/android -- disable
6188   * ubuntu: dm-raid-45 -- update to compile with 2.6.32
6189   * ubuntu: drbd -- disable
6190   * staging/comdi -- disable
6191   * staging/go7007 -- disable
6192   * [Config] staging/winbond -- disable
6193   * [Config] ubuntu/iscsitarget -- disable
6194   * [d-i] cbc and ecb are builtin make them optional in udebs
6195   * rebase to v2.6.32-rc5
6196   * [Config] update configs following rebase to v2.6.32-rc5
6197   * [Config] update ports configs following rebase to v2.6.31-rc5
6198
6199   [ Tim Gardner ]
6200
6201   * [Config] Add cpio as a build dependency.
6202
6203   [ Upstream Kernel Changes ]
6204
6205   * rebase to v2.6.32-rc3
6206   * rebase to v2.6.32-rc5
6207
6208  -- Andy Whitcroft <apw@canonical.com>  Mon, 05 Oct 2009 15:48:58 +0100
6209
6210 linux (2.6.31-11.37) karmic; urgency=low
6211
6212   [ Tim Gardner ]
6213
6214   * [Config] Increase kernel log buffer to 256K for amd64 flavours
6215     - LP: #424810
6216   * [Config] Set HZ=100 for amd64 flavours
6217     - LP: #438234
6218   * [Upstream] e1000e: Emit notice instead of an error when
6219     pci_enable_pcie_error_reporting() fails
6220     - LP: #436370
6221
6222   [ Upstream Kernel Changes ]
6223
6224   * n_tty: honor opost flag for echoes
6225   * n_tty: move echoctl check and clean up logic
6226     - LP: #438310
6227
6228   * Revert "[Upstream] drm/i915: Check that the relocation points to within
6229     the target" - Use upstream cherry-pick.
6230   * drm/i915: Check that the relocation points to within the target
6231     - LP: #429241
6232
6233   * drm/i915: fix tiling on IGDNG
6234   * drm/i915: add B43 chipset support
6235   * agp/intel: Add B43 chipset support
6236     Intel request from kernel team mailing list.
6237
6238   * HID: completely remove apple mightymouse from blacklist
6239     - LP: #428111
6240
6241  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 28 Sep 2009 11:47:29 -0600
6242
6243 linux (2.6.31-11.36) karmic; urgency=low
6244
6245   [ Brian Rogers ]
6246
6247   * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
6248     persistent object
6249   * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
6250     persistent object
6251
6252   [ Takashi Iwai ]
6253
6254   * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
6255     - LP: #416482
6256
6257   [ Tyler Hicks ]
6258
6259   * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
6260     negative during unlink
6261
6262   [ Upstream Kernel Changes ]
6263
6264   * sg: fix oops in the error path in sg_build_indirect()
6265   * mpt2sas : Rescan topology from Interrupt context instead of work thread
6266   * mpt2sas: Prevent sending command to FW while Host Reset
6267   * mpt2sas: setting SDEV into RUNNING state from Interrupt context
6268   * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
6269   * SCSI: fix oops during scsi scanning
6270   * SCSI: libsrp: fix memory leak in srp_ring_free()
6271   * cfg80211: fix looping soft lockup in find_ie()
6272   * ath5k: write PCU registers on initial reset
6273   * binfmt_elf: fix PT_INTERP bss handling
6274   * TPM: Fixup boot probe timeout for tpm_tis driver
6275   * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
6276   * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
6277   * fix undefined reference to user_shm_unlock
6278   * perf_counter: Fix buffer overflow in perf_copy_attr()
6279   * perf_counter: Start counting time enabled when group leader gets
6280     enabled
6281   * powerpc/perf_counters: Reduce stack usage of power_check_constraints
6282   * powerpc: Fix bug where perf_counters breaks oprofile
6283   * powerpc/ps3: Workaround for flash memory I/O error
6284   * block: don't assume device has a request list backing in nr_requests
6285     store
6286   * agp/intel: remove restore in resume
6287   * ALSA: cs46xx - Fix minimum period size
6288   * ASoC: Fix WM835x Out4 capture enumeration
6289   * sound: oxygen: work around MCE when changing volume
6290   * mlx4_core: Allocate and map sufficient ICM memory for EQ context
6291   * perf stat: Change noise calculation to use stddev
6292   * x86: Fix x86_model test in es7000_apic_is_cluster()
6293   * x86/i386: Make sure stack-protector segment base is cache aligned
6294   * PCI: apply nv_msi_ht_cap_quirk on resume too
6295   * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
6296   * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
6297     with highmem
6298   * KVM guest: do not batch pte updates from interrupt context
6299   * KVM: Fix coalesced interrupt reporting in IOAPIC
6300   * KVM: VMX: Check cpl before emulating debug register access
6301   * KVM guest: fix bogus wallclock physical address calculation
6302   * KVM: x86: Disallow hypercalls for guest callers in rings > 0
6303   * KVM: VMX: Fix cr8 exiting control clobbering by EPT
6304   * KVM: x86 emulator: Implement zero-extended immediate decoding
6305   * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
6306   * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
6307   * KVM: limit lapic periodic timer frequency
6308   * libata: fix off-by-one error in ata_tf_read_block()
6309   * PCI quirk: update 82576 device ids in SR-IOV quirks list
6310   * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
6311   * powerpc/pseries: Fix to handle slb resize across migration
6312   * Linux 2.6.31.1
6313
6314  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 24 Sep 2009 13:04:28 -0600
6315
6316 linux (2.6.31-10.35) karmic; urgency=low
6317
6318   [ Amit Kucheria ]
6319
6320   * Disable CONFIG_UEVENT_HELPER_PATH
6321
6322   [ Andy Whitcroft ]
6323
6324   * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
6325   * remove the tlsup driver
6326   * remove lmpcm logitech driver support
6327
6328   [ Bryan Wu ]
6329
6330   * Add 3 missing files to prerm remove file list
6331     - LP: #345623, #415832
6332
6333   [ Chris Wilson ]
6334
6335   * [Upstream] drm/i915: Check that the relocation points to within the
6336     target
6337     - LP: #429241
6338
6339   [ Luke Yelavich ]
6340
6341   * [Config] Set CONFIG_EXT4_FS=y on ports architectures
6342
6343   [ Manoj Iyer ]
6344
6345   * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
6346     - LP: #348861
6347
6348   [ Tim Gardner ]
6349
6350   * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
6351   * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
6352   * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
6353   * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
6354   * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
6355     Upstream suggests that this is not the right approach.
6356
6357   * [Config] Set default I/O scheduler to DEADLINE
6358     CFQ seems to have some load related problems which are often exacerbated by sreadahead.
6359     - LP: #381300
6360
6361   [ ubuntu@tjworld.net ]
6362
6363   * SAUCE: ipw2200: Enable LED by default
6364     - LP: #21367
6365
6366   [ Upstream Kernel Changes ]
6367
6368   * ALSA: hda - Add support for new AMD HD audio devices
6369     - LP: #430564
6370
6371  -- Andy Whitcroft <apw@canonical.com>  Wed, 16 Sep 2009 15:37:49 +0100
6372
6373 linux (2.6.31-10.34) karmic; urgency=low
6374
6375   [ Ted Tso ]
6376
6377   * [Upstream] ext3: Don't update superblock write time when filesystem is
6378     read-only
6379     - LP: #427822
6380
6381  --  Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Sep 2009 16:00:45 -0600
6382
6383 linux (2.6.31-10.33) karmic; urgency=low
6384
6385   [ Leann Ogasawara ]
6386
6387   * [Upstream] dvb-usb: fix tuning with Cinergy T2
6388     - LP: #421258
6389
6390   [ Tim Gardner ]
6391
6392   * [Config] Unconditionally copy files from sub-flavours lists.
6393     (really, really fix it this time)
6394     - LP: #423426
6395   * [Config] Set CONFIG_CACHEFILES=m for all flavours
6396
6397   [ Upstream Kernel Changes ]
6398
6399   * ext4: Don't update superblock write time when filesystem is read-only
6400     - LP: #427822
6401
6402  --  Tim Gardner <tim.gardner@canonical.com>  Tue, 15 Sep 2009 07:50:21 -0600
6403
6404 linux (2.6.31-10.32) karmic; urgency=low
6405
6406   [ Eric Miao ]
6407
6408   * [Config] enable module support for memory stick
6409     - LP: #159951
6410
6411   [ Tim Gardner ]
6412
6413   * [Config] Unconditionally copy files from sub-flavours lists.
6414     - LP: #423426
6415
6416  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 10 Sep 2009 15:57:55 -0600
6417
6418 linux (2.6.31-10.31) karmic; urgency=low
6419
6420   [ Andy Whitcroft ]
6421
6422   * rebase to v2.6.31 final
6423
6424   [ Colin Watson ]
6425
6426   * [Config] Recommend grub-pc in linux-image
6427     - LP: #385741
6428
6429   [ Ike Panhc ]
6430
6431   * [Upstream] Pull latest update of lenovo-sl-laptop
6432
6433   [ Peter Feuerer ]
6434
6435   * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
6436     model
6437     - LP: #426691
6438
6439   [ Tim Gardner ]
6440
6441   * [Config] De-macro some package names.
6442
6443   [ Upstream Changes ]
6444
6445   * rebase to 2.6.31 final.
6446
6447  -- Andy Whitcroft <apw@canonical.com>  Thu, 10 Sep 2009 09:38:10 +0100
6448
6449 linux (2.6.31-10.30) karmic; urgency=low
6450
6451   [ Amit Kucheria ]
6452
6453   * [Config] Enable CONFIG_USB_DEVICEFS
6454     - LP: #417748
6455   * [Config] Populate the config-update template a bit more
6456
6457   [ Andy Whitcroft ]
6458
6459   * rebase to v2.6.31-rc9
6460   * [Config] update configs following rebase to v2.6.31-rc9
6461   * [Config] update ports configs following rebase to v2.6.31-rc9
6462
6463   [ Colin Ian King ]
6464
6465   * SAUCE: wireless: hostap, fix oops due to early probing interrupt
6466     - LP: #254837
6467
6468   [ Jerone Young ]
6469
6470   * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
6471     white-list
6472     - LP: #281732
6473   * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
6474     white-list
6475     - LP: #281732
6476   * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
6477     white-list
6478     - LP: #281732
6479   * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
6480     white-list
6481     - LP: #281732
6482   * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
6483     white-list
6484     - LP: #281732
6485
6486   [ John Johansen ]
6487
6488   * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
6489     - LP: #419308
6490   * SAUCE: AppArmor: Return the correct error codes on profile
6491     addition/removal
6492     - LP: #408473
6493   * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
6494     - LP: #408454
6495   * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
6496     - LP: #419222
6497   * SAUCE: AppArmor: Fix change_profile failure
6498     - LP: #401931
6499   * SAUCE: AppArmor: Tell git to ignore generated include files
6500     - LP: #419505
6501
6502   [ Stefan Bader ]
6503
6504   * [Upstream] acpi: video: Loosen strictness of video bus detection code
6505     - LP: #333386
6506   * SAUCE: Remove ov511 driver from ubuntu subdirectory
6507
6508   [ Tim Gardner ]
6509
6510   * [Config] Exclude char-modules from non-x86 udeb creation
6511   * SAUCE: Notify the ACPI call chain of AC events
6512   * [Config] CONFIG_SATA_VIA=m
6513     - LP: #403385
6514   * [Config] Build in all phylib support modules.
6515   * [Config] Don't fail when sub-flavour files are missing
6516     - LP: #423426
6517   * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
6518     - LP: #423513
6519
6520   [ Upstream ]
6521
6522   * Rebased against v2.6.31-rc9
6523
6524  -- Andy Whitcroft <apw@canonical.com>  Mon, 07 Sep 2009 11:33:45 +0100
6525
6526 linux (2.6.31-9.29) karmic; urgency=low
6527
6528   [ Leann Ogasawara ]
6529
6530   * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
6531     - LP: #419993
6532   * [Config] d-i/modules: Add new char-modules file, initialize with
6533     intel-agp
6534     - LP: #420605
6535
6536   [ Upstream ]
6537
6538   * Rebased against 2.6.31-rc8 plus some inotify regression patches:
6539     up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
6540     adda766193ea1cf3137484a9521972d080d0b7af.
6541
6542  --  Tim Gardner <tim.gardner@canonical.com>  Fri, 28 Aug 2009 06:31:30 -0600
6543
6544 linux (2.6.31-8.28) karmic; urgency=low
6545
6546   [ Ike Panhc ]
6547
6548   * [Config] Let nic-shared-modules depends on crypto-modules
6549     - LP: #360966
6550
6551   [ Leann Ogasawara ]
6552
6553   * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
6554     constant
6555     - LP: #412492
6556
6557   [ Mario Limonciello ]
6558
6559   * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
6560     status if HW switch is disabled
6561     - LP: #418721
6562   * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
6563     Compal made Dell laptops
6564   * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
6565     with rfkill support
6566
6567   [ Tim Gardner ]
6568
6569   * [Config] Add acpiphp to virtual sub-flavour
6570     - LP: #364916
6571   * Drop KSM patch set for now because of instabilities with encrypted swap.
6572     - LP: #418781
6573
6574  --  Tim Gardner <tim.gardner@canonical.com>  Wed, 26 Aug 2009 08:14:26 -0600
6575
6576 linux (2.6.31-7.27) karmic; urgency=low
6577
6578   [ Tim Gardner ]
6579
6580   * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
6581   * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
6582     Replaces previous ksm patches from 2.6.31-6.25
6583   * [Config] KSM=y
6584
6585   [ Upstream ]
6586
6587   * Rebased against v2.6.31-rc7
6588
6589  --  Tim Gardner <tim.gardner@canonical.com>  Sat, 22 Aug 2009 20:32:11 -0600
6590
6591 linux (2.6.31-6.26) karmic; urgency=low
6592
6593   [ Andy Whitcroft ]
6594
6595   * [Config] enable CONFIG_AUFS_BR_RAMFS
6596     - LP: #414738
6597   * split out debian directory ready for abstraction
6598   * add printdebian target to find branch target
6599   * abstracted debian -- debian/files is not abstracted
6600   * abstracted debian -- packages must be built in debian/<pkg>
6601   * abstracted debian -- kernel-wedge needs to work in debian/
6602   * abstracted debian -- ensure we install the copyright file
6603   * abstracted-debian -- drop the debian directories from headers
6604   * abstracted-debian -- drop the debian directories from headers part 2
6605   * SAUCE: ubuntu-insert-changes -- follow abstracted debian
6606   * [Upstream] aoe: ensure we initialise the request_queue correctly V2
6607     - LP: #410198
6608
6609   [ Luke Yelavich ]
6610
6611   * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
6612   * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
6613     - LP: #413150
6614   * [Config] Ports: Build all cpu frequency scaling governors into ports
6615     kernels
6616   * [Config] Ports: Build ext2 and ext3 modules into ports kernels
6617   * [Config] Ports: CONFIG_PACKET=y for all ports kernels
6618   * [Config] Ports: Enable PS3 network driver
6619
6620   [ Stefan Bader ]
6621
6622   * abstracted debian -- call $(DEBIAN)/rules using make
6623
6624   [ Tim Gardner ]
6625
6626   * [Config] Abstract the debian directory
6627   * SAUCE: Improve error reporting in postinst
6628     - LP: #358564
6629
6630  --  Tim Gardner <tim.gardner@canonical.com>  Sun, 16 Aug 2009 20:33:28 -0600
6631
6632 linux (2.6.31-6.25) karmic; urgency=low
6633
6634   [ Andy Whitcroft ]
6635
6636   * script to generate Ubuntu changes from changelog
6637   * [Config] standardise ANDROID options
6638   * [Config] standardise CONFIG_ATM as module
6639   * [Config] standardise CONFIG_LIB80211 as module
6640   * [Config] disable CONFIG_PRINT_QUOTA_WARNING
6641   * [Config] set CONFIG_CRAMFS as module
6642   * [Config] enable CONFIG_DAB and modules
6643   * [Config] set CONFIG_MAC80211_HWSIM as module
6644   * [Config] set CONFIG_NET_CLS_FLOW as module
6645   * [Config] set CONFIG_NF_CONNTRACK_SANE as module
6646   * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
6647   * [Config] set CONFIG_RTC_DRV_DS1511 as module
6648   * [Config] set CONFIG_RTC_DRV_R9701 as module
6649   * [Config] set CONFIG_RTC_DRV_S35390A as module
6650   * [Config] set CONFIG_TOIM3232_DONGLE as module
6651   * [Config] standardise CONFIG_USB_MIDI_GADGET as module
6652   * [Config] standardise CONFIG_USB_G_PRINTER as module
6653   * [Config] standardise CONFIG_USB_SERIAL_IR as module
6654   * [Config] set CONFIG_USB_SERIAL_IUU as module
6655   * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
6656   * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
6657   * cleanup remains of dm-loop
6658   * drop thinkpad ec and smapi support
6659   * drop appleir
6660   * [Config] update configs following rebase to v2.6.31-rc6
6661   * rebase to v2.6.31-rc6
6662
6663   [ Hugh Dickins ]
6664
6665   * SAUCE: ksm patch 1, drop after 2.6.31
6666   * SAUCE: ksm patch 2, drop after 2.6.31
6667   * SAUCE: ksm patch 3, drop after 2.6.31
6668   * SAUCE: ksm patch 4, drop after 2.6.31
6669   * SAUCE: ksm patch 5, drop after 2.6.31
6670   * SAUCE: ksm patch 7, drop after 2.6.31
6671
6672   [ Izik Eidus ]
6673
6674   * SAUCE: ksm patch 0, drop after 2.6.31
6675   * SAUCE: ksm patch 6, drop after 2.6.31
6676   * SAUCE: ksm patch 8, drop after 2.6.31
6677   * SAUCE: ksm patch 9, drop after 2.6.31
6678
6679   [ Luke Yelavich ]
6680
6681   * [Config] Ports: Re-add PS3 modules to udebs
6682
6683   [ Michael Casadevall ]
6684
6685   * [Config] Update SPARC config and d-i files to reflect what can be built
6686
6687   [ Tim Gardner ]
6688
6689   * [Config] Removed armel package support
6690   * [Config] Enabled CONFIG_KSM=y
6691
6692   [ Upstream Kernel Changes ]
6693
6694   * Rebased against v2.6.31-rc6
6695   * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
6696   * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
6697   * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
6698   * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
6699   * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
6700     changes"
6701   * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
6702   * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
6703     revision"
6704   * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
6705     by default"
6706   * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
6707   * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
6708     ARCH_MXC_CANONICAL"
6709   * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
6710     CONFIG_GPIOLIB"
6711   * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
6712     2.6.31"
6713   * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
6714   * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
6715   * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
6716     mxc_uart.h _everywhere_"
6717   * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
6718     correct location"
6719   * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
6720     snd_card_create"
6721   * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
6722   * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
6723   * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
6724   * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
6725     mxc_map_io."
6726   * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
6727   * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
6728   * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
6729     with snd_soc_card."
6730   * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
6731     structure"
6732   * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
6733     DMA_MODE_READ/WRITE/MASK"
6734   * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
6735     Freescale mx51 platform"
6736   * Driver core: add new device to bus's list before probing
6737   * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
6738     power-saving
6739     - LP: #381693, #399750, #380892
6740
6741  -- Andy Whitcroft <apw@canonical.com>  Fri, 14 Aug 2009 11:32:23 +0100
6742
6743 linux (2.6.31-5.24) karmic; urgency=low
6744
6745   [ Amit Kucheria ]
6746
6747   * ARM: IMX51: Make video capture drivers compile
6748   * [Config] IMX51: Config updates
6749
6750   [ Andy Whitcroft ]
6751
6752   * remove leftovers of dm-bbr
6753
6754   [ Leann Ogasawara ]
6755
6756   * Add pata_cs5535 to pata-modules
6757     - LP: #318805
6758
6759   [ Luke Yelavich ]
6760
6761   * [Config] CONFIG_PPC64=y for powerpc64-smp
6762   * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
6763   * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
6764   * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
6765   * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
6766   * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
6767   * [Config] Enable all PS3 drivers in powerpc64-smp
6768
6769   [ Mario Limonciello ]
6770
6771   * LIRC -- fix lirc-i2c 2.6.31 compilation
6772
6773   [ Matthew Garrett ]
6774
6775   * [Upstream] dell-laptop: Fix rfkill state queries
6776
6777   [ Tim Gardner ]
6778
6779   * [Config] Ignore armel ABI and module changes
6780   * [Config] Update configs after rebase against 2.6.31-rc5
6781
6782   [ Upstream ]
6783
6784   * Rebased to 2.6.31-rc5
6785
6786  -- Andy Whitcroft <apw@canonical.com>  Tue, 28 Jul 2009 10:10:09 +0100
6787
6788 linux (2.6.31-4.23) karmic; urgency=low
6789
6790   [ Andy Whitcroft ]
6791
6792   * AUFS -- update to aufs2-30 20090727
6793   * [Config] enable AUFS FUSE support
6794
6795   [ Luke Yelavich ]
6796
6797   * [Config] CONFIG_JFS_FS=m on sparc
6798
6799   [ Tim Gardner ]
6800
6801   * [Upstream] dell-laptop: Fix rfkill state setting.
6802
6803  -- Andy Whitcroft <apw@canonical.com>  Mon, 27 Jul 2009 11:11:47 +0100
6804
6805 linux (2.6.31-4.22) karmic; urgency=low
6806
6807   [ Amit Kucheria ]
6808
6809   * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
6810   * ARM: IMX51: Move board-mx51* header files to the correct location
6811   * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
6812   * ARM: IMX51: Make it compile.
6813   * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
6814   * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
6815   * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
6816   * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
6817   * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
6818   * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
6819   * ARM: staging: udlfb: Add vmalloc.h include
6820   * UBUNTU [Config]: Bring imx51 config upto date with other flavours
6821
6822   [ Brad Figg ]
6823
6824   * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
6825   * ARM: IMX51: codec structure was moved to the card structure
6826   * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
6827   * ARM: IMX51: Get to bus_id by calling dev_name.
6828   * ARM: IMX51: Get to bus_id by calling dev_name.
6829   * ARM: IMX51: Added external declaration for mxc_map_io.
6830   * ARM: IMX51: Removed the mxc_gpio_port structure.
6831   * ARM: IMX51: mxc_timer_init prototype
6832   * ARM: IMX51: Fix up merge error in Kconfig
6833   * ARM: IMX51: Changed from snd_card_new to snd_card_create
6834
6835   [ Dinh Nguyen ]
6836
6837   * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
6838   * ARM: IMX51: Minimal changes for USB to work on 2.6.31
6839   * ARM: IMX51: Babbage 2.5 needs a different system revision
6840   * ARM: IMX51: IPU irq handler deadlock fix
6841
6842   [ Tim Gardner ]
6843
6844   * [Config] Enabled CONFIG_CAN=m
6845     - LP: #327243
6846   * [Config] Enabled CONFIG_SERIAL=m
6847     - LP: #397189
6848
6849  --  Tim Gardner <tim.gardner@canonical.com>  Fri, 24 Jul 2009 06:19:10 -0600
6850
6851 linux (2.6.31-4.21) karmic; urgency=low
6852
6853   [ Amit Kucheria ]
6854
6855   * dm-raid-4-5: Add missing brackets around test_bit()
6856
6857   [ John Johansen ]
6858
6859   * AppArmor: Fix change_profile failing lpn401931
6860   * AppArmor: Fix determination of forced AUDIT messages.
6861   * AppArmor: Fix oops in auditing of the policy interface offset
6862
6863  -- Andy Whitcroft <apw@canonical.com>  Thu, 23 Jul 2009 19:18:30 +0100
6864
6865 linux (2.6.31-4.20) karmic; urgency=low
6866
6867   [ Andy Whitcroft ]
6868
6869   * SAUCE: iscsitarget -- update to SVN revision r214
6870   * SAUCE: iscsitarget -- renable driver
6871   * [Config] consolidate lpia/lpia and i386/generic configs
6872   * [Config] enable CRYPTO modules for all architectures
6873   * [Config] enable cryptoloop
6874   * [Config] enable various filesystems for armel
6875   * [Config] sync i386 generic and generic-pae
6876   * [Config] add the 386 (486 processors and above) flavour
6877   * [Config] re-set DEFAULT_MMAP_MIN_ADDR
6878     - LP: #399914
6879   * add genconfigs/genportsconfigs to extract the built configs
6880   * updateconfigs -- alter concatenation order allow easier updates
6881   * intelfb -- INTELFB now conflicts with DRM_I915
6882   * printchanges -- rebase tree does not have stable tags use changelog
6883   * AppArmor: fix argument size missmatch on 64 bit builds
6884
6885   [ Ike Panhc ]
6886
6887   * Ship bnx2x firmware in nic-modules udeb
6888     - LP: #360966
6889
6890   [ Jeff Mahoney ]
6891
6892   * AppArmor: fix build failure on ia64
6893
6894   [ John Johansen ]
6895
6896   * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
6897     initialize.
6898   * AppArmour: fix auditing of domain transitions to include target profile
6899     information
6900   * AppArmor: fix C99 violation
6901   * AppArmor: revert reporting of create to write permission.
6902   * SAUCE: Add config option to set a default LSM
6903   * [Config] enable AppArmor by default
6904   * AppArmor: Fix NULL pointer dereference oops in profile attachment.
6905
6906   [ Keith Packard ]
6907
6908   * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
6909     hardware
6910     - LP: #351756
6911
6912   [ Luke Yelavich ]
6913
6914   * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
6915     header packages
6916     - LP: #355344
6917
6918   [ Michael Casadevall ]
6919
6920   * [Config] update SPARC config files to allow success build
6921
6922   [ Scott James Remnant ]
6923
6924   * SAUCE: trace: add trace_event for the open() syscall
6925
6926   [ Stefan Bader ]
6927
6928   * SAUCE: jfs: Fix early release of acl in jfs_get_acl
6929     - LP: #396780
6930
6931   [ Tim Gardner ]
6932
6933   * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
6934     - LP: #397499
6935   * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
6936     refresh
6937     - LP: #365291
6938   * [Config] SSB/B44 are common across all arches/flavours.
6939
6940   [ Upstream ]
6941
6942   * Rebased to 2.6.31-rc4
6943
6944  -- Andy Whitcroft <apw@canonical.com>  Thu, 23 Jul 2009 08:41:39 +0100
6945
6946 linux (2.6.31-3.19) karmic; urgency=low
6947
6948   [ Andy Whitcroft ]
6949
6950   * Revert "[Config] Disabled NDISWRAPPER"
6951   * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
6952   * AUFS -- export various core functions
6953   * AUFS -- export various core functions -- fixes
6954   * AUFS -- core filesystem
6955   * AUFS -- track changes in v2.6.31
6956   * [Config] Enable AUFS
6957   * droppped 'iwl3945: do not send scan command if channel count zero' as it
6958     is already upstream but failed to auto-drop on rebase.
6959
6960   [ Eric Paris ]
6961
6962   * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
6963     choose
6964   * SAUCE: inotify: check filename before dropping repeat events
6965   * SAUCE: fsnotify: fix inotify tail drop check with path entries
6966
6967  -- Andy Whitcroft <apw@canonical.com>  Tue, 14 Jul 2009 12:52:55 +0100
6968
6969 linux (2.6.31-3.18) karmic; urgency=low
6970
6971   [ Andy Whitcroft ]
6972
6973   * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
6974     AUFS"
6975   * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
6976   * Revert "Add sec_perm-2.6.24.patch from AUFS - export
6977     security_inode_permission"
6978   * clear out left over AUFS files and modifications
6979
6980   [ Luke Yelavich ]
6981
6982   * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
6983   * SAUCE: Explicitly include header files to allow apparmor to build on
6984     powerpc
6985   * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
6986
6987   [ Tim Gardner ]
6988
6989   * [Config] Dropped ubuntu/misc/wireless/acx
6990   * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
6991
6992   [ Upstream ]
6993
6994   * Rebased to 2.6.31-rc3
6995
6996  -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jul 2009 18:59:33 +0100
6997
6998 linux (2.6.31-2.17) karmic; urgency=low
6999
7000   [ Andy Whitcroft ]
7001
7002   * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
7003   * compcache -- remove redundant Kconfig entries part 2
7004   * compcache -- clean up CCFLAGS declarations
7005   * [Config] enable AppArmor
7006   * AppArmor: fix operator precidence issue in as_path_link
7007
7008   [ John Johansen ]
7009
7010   * AppArmor security module
7011   * AppArmor: Correct mapping of file permissions.
7012   * AppArmor: Turn auditing of ptrace on
7013
7014   [ Luke Yelavich ]
7015
7016   * [Config] disable CONFIG_DM_RAID45 on powerpc
7017
7018  -- Andy Whitcroft <apw@canonical.com>  Fri, 10 Jul 2009 15:02:05 +0100
7019
7020 linux (2.6.31-2.16) karmic; urgency=low
7021
7022   [ Andy Whitcroft ]
7023
7024   * compcache -- remove redundant Kconfig entries
7025     added ignore and ignore.modules for all arches since the compcache update
7026     changes the modules names as well as some compcache ABI values.
7027
7028   [ Manoj Iyer ]
7029
7030   * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
7031   * SAUCE: update compcache version to 0.5.3
7032
7033   [ Tim Gardner ]
7034
7035   * [Config]: Fix sparc FTBS by adding ignore.modules
7036
7037  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 06 Jul 2009 13:35:29 -0600
7038
7039 linux (2.6.31-2.15) karmic; urgency=low
7040
7041   [ Andy Whitcroft ]
7042
7043   * SAUCE: default ATI Radeon KMS to off until userspace catches up
7044   * [Config] Update configs following rebase to 2.6.31-rc2
7045   * [Config] update ports configs following update to 2.6.31-rc2
7046
7047   [ Luke Yelavich ]
7048
7049   * [Config] powerpc - Disable CONFIG_RDS
7050
7051   [ Matt Zimmerman ]
7052
7053   * Rename linux-doc-PKGVER to linux-doc and clean up its description
7054     - LP: #382115
7055
7056   [ Upstream Kernel Changes ]
7057
7058   * rebased to mainline 2.6.31-rc2
7059
7060  -- Andy Whitcroft <apw@canonical.com>  Sat, 04 Jul 2009 17:39:13 +0100
7061
7062 linux (2.6.31-1.14) karmic; urgency=low
7063
7064   [ Andy Whitcroft ]
7065
7066   * update ndiswrapper to 1.55
7067   * remove leftovers of gfs
7068   * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
7069
7070   [ Luke Yelavich ]
7071
7072   * [Config] re-enable and build the ide-pmac driver into powerpc kernels
7073   * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
7074     kernel
7075
7076   [ Manoj Iyer ]
7077
7078   * Remove snd-bt-sco ubuntu driver
7079
7080   [ Michael Casadevall ]
7081
7082   * [Config] updates ia64 config and d-i folders to allow succesful build
7083   * [Config] Update powerpc and sparc for 2.6.31
7084
7085   [ Upstream Kernel Changes ]
7086
7087   * intel-iommu: fix Identity Mapping to be arch independent
7088     - LP: #384695
7089   * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
7090
7091  -- Andy Whitcroft <apw@canonical.com>  Tue, 30 Jun 2009 17:47:32 +0100
7092
7093 linux (2.6.31-1.13) karmic; urgency=low
7094
7095   [ Andy Whitcroft ]
7096
7097   * REBASE: rebased to mainline 2.6.31-rc1
7098     - "UBUNTU: SAUCE: UHCI USB quirk for resume"
7099       no longer applies, using deprecated interfaces, LPIA only, dropped
7100     - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
7101       changes now upstream, dropped
7102   * [Config] Update configs following rebase to 2.6.31-rc1
7103   * [Config] update ports configs following update to 2.6.31-rc1
7104
7105   * [Config] disable broken staging driver CONFIG_STLC45XX
7106   * SAUCE: fix compcache to use updates accessors
7107   * [Config] disable staging driver CONFIG_VT6655
7108   * SAUCE: fix DRDB to use updates accessors
7109   * [Disable] ndiswrapper needs update
7110   * [Disable] LIRC I2C needs update
7111   * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
7112   * [Config] disable I2C_DESIGNWARE does not compile
7113   * [Config] disable CONFIG_TLSUP for lpia
7114   * [Config] disable CONFIG_FB_UDL for arm
7115   * SAUCE: disable adding scsi headers to linux-libc-dev
7116
7117   [ Mario Limonciello ]
7118
7119   * SAUCE: Add LIRC drivers
7120
7121  -- Andy Whitcroft <apw@canonical.com>  Thu, 25 Jun 2009 12:06:22 +0100
7122
7123 linux (2.6.30-10.12) karmic; urgency=low
7124
7125   [ Andy Whitcroft ]
7126
7127   * [Config] split out the ports configs into their own family
7128   * [Config] update configs following introduction of ports family
7129
7130   [ Upstream Kernel Changes ]
7131
7132   * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
7133     description". Fixes linux-doc package name conflicts for now.
7134     - LP: #382115
7135
7136  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 22 Jun 2009 09:17:14 -0600
7137
7138 linux (2.6.30-10.11) karmic; urgency=low
7139
7140   [ Amit Kucheria ]
7141
7142   * [Config] Comment splitconfig.pl and misc cleanup
7143   * [Config] Rename all configs to the new naming scheme
7144   * [Config] Splitconfig rework
7145   * [Config] Rename scripts/misc/oldconfig to kernelconfig
7146   * [Config] Fix build system for new config split
7147   * [Config] Run updateconfigs after the splitconfig rework
7148
7149   [ Andy Whitcroft ]
7150
7151   * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
7152   * [Config] standardise CONFIG_STAGING=y
7153   * [Config] standardise CONFIG_RD_LZMA=y
7154   * [Config] CONFIG_PCI_IOV=y
7155   * [Config] CONFIG_PCI_STUB=m
7156   * [Config] merge kernel configs more agressively
7157
7158   [ Colin Watson ]
7159
7160   * [Config] Run kernel-wedge in $(builddir) rather than at the top level
7161   * [Config] Add support for including firmware in udebs
7162   * [Config] Ship bnx2 firmware in nic-modules udeb
7163     - LP: #384861
7164
7165   [ Luke Yelavich ]
7166
7167   * [Config] ports - Import of ports architectures into kernel packaging
7168     infrastructure
7169   * [Config] ports - Do not update ports kernel configurations by default
7170   * [Config] ports - Disable ABI checking for ports architectures
7171   * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
7172   * [Config] ports - Add control.d/vars.* files for ports architectures
7173   * [Config] ports - Add ports architectures for linux-libc-dev
7174   * [Config] ports - Create powerpc specific message-modules and
7175     block-modules udebs
7176   * [Config] ports - Add configuration files for ports architectures
7177
7178   [ Manoj Iyer ]
7179
7180   * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
7181     - LP: #329864
7182
7183   [ Michael Casadevall ]
7184
7185   * [Config] ports - Fix compression of kernels
7186
7187   [ Stefan Bader ]
7188
7189   * [Upstream] mmc: prevent dangling block device from accessing stale
7190     queues
7191     - LP: #383668
7192
7193   [ Tim Gardner ]
7194
7195   * [Config] Recommend grub-pc in linux-image
7196     - LP: #385741
7197   * [Config] Implement i386 generic and generic-pae flavours
7198   * [Config] ports - Add control info after integrating ports arches
7199   * [Config] Removed auto-generated files from git
7200   * [Config] Added netxen_nic to nic-modules
7201     - LP: #389603
7202
7203   [ Matt Zimmerman ]
7204
7205   * Rename linux-doc-PKGVER to linux-doc and clean up its description
7206     - LP: #382115
7207
7208  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 15 Jun 2009 14:38:26 -0600
7209
7210 linux (2.6.30-9.10) karmic; urgency=low
7211
7212   [ Andy Whitcroft ]
7213
7214   * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
7215   * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
7216   * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
7217   * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
7218   * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
7219   * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
7220
7221   [ Upstream Kernel Changes ]
7222
7223   * rebased to 2.6.30 final
7224
7225  -- Andy Whitcroft <apw@canonical.com>  Fri, 05 Jun 2009 11:42:53 +0100
7226
7227 linux (2.6.30-8.9) karmic; urgency=low
7228
7229   [ Andy Whitcroft ]
7230
7231   * Config update removed the following options:
7232         CONFIG_EDAC_AMD8111=m
7233         CONFIG_EDAC_AMD8131=m
7234
7235   [ Upstream Kernel Changes ]
7236
7237   * rebased to 2.6.30-rc8
7238
7239  -- Andy Whitcroft <apw@canonical.com>  Wed, 03 Jun 2009 09:21:13 +0100
7240
7241 linux (2.6.30-7.8) karmic; urgency=low
7242
7243   [ Andy Whitcroft ]
7244
7245   * Enabled NEW configration options:
7246       Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
7247       Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
7248
7249   [ Upstream Kernel Changes ]
7250
7251   * rebased to 2.6.30-rc7
7252
7253  -- Andy Whitcroft <apw@canonical.com>  Sat, 23 May 2009 23:47:24 +0100
7254
7255 linux (2.6.30-6.7) karmic; urgency=low
7256
7257   [ Andy Whitcroft ]
7258
7259   * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
7260     upstream)
7261
7262   [ Upstream Kernel Changes ]
7263
7264   * rebased to 2.6.30-rc6
7265
7266  -- Andy Whitcroft <apw@canonical.com>  Mon, 18 May 2009 18:05:54 +0100
7267
7268 linux (2.6.30-5.6) karmic; urgency=low
7269
7270   [ Tim Gardner ]
7271
7272   * [Config] Enable Keyspan USB serial device firmware in kernel module
7273     - LP: #334285
7274
7275   [ Upstream Kernel Changes ]
7276
7277   * rebased to 2.6.30-rc5
7278
7279  --  Tim Gardner <tim.gardner@canonical.com>  Mon, 11 May 2009 12:02:16 -0600
7280
7281 linux (2.6.30-4.5) karmic; urgency=low
7282
7283   [ Colin Watson ]
7284
7285   * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
7286     /usr/include/asm/* going missing
7287     - LP: #373214
7288
7289  -- Stefan Bader <stefan.bader@canonical.com>  Fri, 08 May 2009 11:09:08 +0200
7290
7291 linux (2.6.30-3.4) karmic; urgency=low
7292
7293   [ Kees Cook ]
7294
7295   * SAUCE: [x86] implement cs-limit nx-emulation for ia32
7296     - LP: #369978
7297
7298   [ Stefan Bader ]
7299
7300   * SAUCE: input: Blacklist digitizers from joydev.c
7301     - LP: #300143
7302
7303  --  Tim Gardner <tim.gardner@canonical.com>  Fri, 01 May 2009 14:00:42 -0600
7304
7305 linux (2.6.30-2.3) karmic; urgency=low
7306
7307   [ Tim Gardner ]
7308
7309   * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
7310     - LP: #369152
7311   * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
7312   * [Config] CONFIG_DRM_I915_KMS=y
7313   * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
7314     minimums
7315
7316   [ Upstream Kernel Changes ]
7317
7318   * rebased to 2.6.30-rc4
7319
7320  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 30 Apr 2009 09:17:05 -0600
7321
7322 linux (2.6.30-1.2) karmic; urgency=low
7323
7324   [ Tim Gardner ]
7325
7326   * [Config] armel: disable staging drivers, fixes FTBS
7327   * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
7328
7329   [ Upstream Kernel Changes ]
7330
7331   * mpt2sas: Change reset_type enum to avoid namespace collision.
7332     Submitted upstream.
7333
7334  --  Tim Gardner <tim.gardner@canonical.com>  Tue, 28 Apr 2009 16:54:41 -0600
7335
7336 linux (2.6.30-1.1) karmic; urgency=low
7337
7338   * Initial release after rebasing against v2.6.30-rc3
7339
7340  --  Tim Gardner <tim.gardner@canonical.com>  Thu, 12 Mar 2009 19:16:07 -0600