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