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