]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/changelog
UBUNTU: rebase to v4.9-rc8
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
1 linux (4.9.0-7.8) 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 v4.9-rc8
10
11 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
12
13 linux (4.9.0-6.7) zesty; urgency=low
14
15 * Miscellaneous Ubuntu changes
16 - Set build_arch=x86 for i386
17
18 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
19
20 linux (4.9.0-5.6) zesty; urgency=low
21
22 * Miscellaneous Ubuntu changes
23 - [Debian] restore tools build
24 - Set build_arch=x86 for amd64 and x32
25
26 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
27
28 linux (4.9.0-4.5) zesty; urgency=low
29
30 * linux: Staging modules should be unsigned (LP: #1642368)
31 - [Debian] Suppress module signing for staging drivers
32 - SAUCE: Add rtl drivers to signature inclusion list
33
34 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
35 host/NV kernel (LP: #1643652)
36 - [Config] CONFIG_IMA=y
37
38 * Miscellaneous Ubuntu changes
39 - [Debian] config-check -- Make it easier to find annotations syntax errors
40 - [Config] Enable various drivers for ARM platforms
41 - [Config] Fix s390x config carnage
42 - [Config] Set CONFIG_KEXEC=y for all architectures
43 - [Config] Fix up CONFIG_I2C_SLAVE values
44 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
45 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
46 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
47 - [Config] Update annotations
48 - [Config] CONFIG_NR_CPUS=8192 for amd64
49
50 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
51
52 linux (4.9.0-3.4) zesty; urgency=low
53
54 * Miscellaneous Ubuntu changes
55 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
56 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
57 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
58 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
59 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
60 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
61 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
62 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
63 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
64 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
65 - SAUCE: (namespace) fuse: Add support for pid namespaces
66 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
67 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
68 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
69 - SAUCE: (namespace) fuse: Allow user namespace mounts
70 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
71 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
72 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
73 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
74
75 * Miscellaneous upstream changes
76 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
77
78 [ Upstream Kernel Changes ]
79
80 * rebase to v4.9-rc7
81
82 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
83
84 linux (4.9.0-2.3) zesty; urgency=low
85
86 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
87 - SAUCE: ibmvscsis: Rearrange functions for future patches
88 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
89 - SAUCE: ibmvscsis: Synchronize cmds at remove time
90 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
91 - SAUCE: ibmvscsis: Return correct partition name/# to client
92 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
93
94 * Move some kernel modules to the main kernel package (LP: #1642228)
95 - [Config] Move some powerpc kernel modules to the main kernel package
96
97 * linux: Staging modules should be unsigned (LP: #1642368)
98 - [Debian] Suppress module signing for staging drivers
99
100 * Miscellaneous Ubuntu changes
101 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
102
103 [ Upstream Kernel Changes ]
104
105 * rebase to v4.9-rc6
106
107 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
108
109 linux (4.9.0-1.2) zesty; urgency=low
110
111 * hio: SSD data corruption under stress test (LP: #1638700)
112 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
113 - SAUCE: hio: splitting bio in the entry of .make_request_fn
114
115 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
116 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
117 - SAUCE: hio: bio_endio() no longer takes errors arg
118 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
119 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
120 - SAUCE: hio: fix mask maybe-uninitialized warning
121 - SAUCE: hio: port to v4.8 base
122 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
123 - SAUCE: hio: Makefile and Kconfig
124 - [Config] Enforce CONFIG_HIO
125
126 * Miscellaneous Ubuntu changes
127 - rebase to v4.9-rc5
128 - zfs: remove the never implemented aio_fsync file operation
129 - [Config] Disable powerpc64-emb for FTBS
130
131 [ Upstream Kernel Changes ]
132
133 * rebase to v4.9-rc5
134
135 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
136
137 linux (4.9.0-0.1) zesty; urgency=low
138
139 [ Upstream Kernel Changes ]
140
141 * rebase to v4.9-rc4
142 - LP: #1465724
143 - LP: #1535802
144
145 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
146
147 linux (4.9.0-0.0) yakkety; urgency=low
148
149 [ Seth Forshee ]
150
151 * Release Tracking Bug
152 - LP: #1632918
153
154 * Revert "If zone is so small that watermarks are the same, stop zone balance"
155 in yakkety (LP: #1632894)
156 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
157 same, stop zone balance."
158
159 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
160
161 linux (4.8.0-24.26) yakkety; urgency=low
162
163 [ Seth Forshee ]
164
165 * Release Tracking Bug
166 - LP: #1632749
167
168 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
169 - SAUCE: (no-up) dm raid: fix compat_features validation
170
171 * kswapd0 100% CPU usage (LP: #1518457)
172 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
173 balance.
174
175 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
176
177 linux (4.8.0-23.25) yakkety; urgency=low
178
179 [ Seth Forshee ]
180
181 * Release Tracking Bug
182 - LP: #1632484
183
184 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
185 __copy_tofrom_user (LP: #1632462)
186 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
187 __copy_tofrom_user
188
189 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
190 memory_stress_ng. (LP: #1628976)
191 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
192
193 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
194 ibmvfc) (LP: #1632116)
195 - scsi: ibmvfc: Fix I/O hang when port is not mapped
196
197 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
198 (LP: #1626983)
199 - [Config] Enable live patching on powerpc/ppc64el
200
201 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
202 - [Config] CONFIG_AUFS_XATTR=y
203
204 * Yakkety update to 4.8.1 stable release (LP: #1632445)
205 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
206 - Using BUG_ON() as an assert() is _never_ acceptable
207 - usb: misc: legousbtower: Fix NULL pointer deference
208 - Staging: fbtft: Fix bug in fbtft-core
209 - usb: usbip: vudc: fix left shift overflow
210 - USB: serial: cp210x: Add ID for a Juniper console
211 - Revert "usbtmc: convert to devm_kzalloc"
212 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
213 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
214 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
215 - Linux 4.8.1
216
217 * PSL data cache should be flushed before resetting CAPI adapter
218 (LP: #1632049)
219 - cxl: Flush PSL cache before resetting the adapter
220
221 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
222 - net: thunderx: Don't set RX_PACKET_DIS while initializing
223
224 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
225 - crypto: ghash-generic - move common definitions to a new header file
226 - crypto: vmx - Fix memory corruption caused by p8_ghash
227 - crypto: vmx - Ensure ghash-generic is enabled
228
229 * arm64: SPCR console not autodetected (LP: #1630311)
230 - of/serial: move earlycon early_param handling to serial
231 - [Config] CONFIG_ACPI_SPCR_TABLE=y
232 - ACPI: parse SPCR and enable matching console
233 - ARM64: ACPI: enable ACPI_SPCR_TABLE
234 - serial: pl011: add console matching function
235
236 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
237 (LP: #1630990)
238 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
239 CONFIG_SECURITYFS=n
240
241 * sha1-powerpc returning wrong results (LP: #1629977)
242 - crypto: sha1-powerpc - little-endian support
243
244 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
245
246 linux (4.8.0-22.24) yakkety; urgency=low
247
248 * CVE-2016-7039 (LP: #1631287)
249 - SAUCE: net: add recursion limit to GRO
250
251 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
252
253 linux (4.8.0-21.23) yakkety; urgency=low
254
255 [ Tim Gardner ]
256
257 * Release Tracking Bug
258 - LP: #1630279
259
260 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
261 - Revert "Revert "powerpc: Simplify module TOC handling""
262
263 * Regression tests can not detect binfmt_elf mmpa semantic change
264 (LP: #1630069)
265 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
266
267 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
268 (LP: #1629204)
269 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
270
271 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
272
273 linux (4.8.0-20.22) yakkety; urgency=low
274
275 [ Tim Gardner ]
276
277 * Release Tracking Bug
278 - LP: #1629730
279
280 [ Upstream Kernel Changes ]
281
282 * rebase to v4.8
283
284 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
285
286 linux (4.8.0-19.21) yakkety; urgency=low
287
288 [ Tim Gardner ]
289
290 * Release Tracking Bug
291 - LP: #1629057
292
293 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
294 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
295
296 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
297 - SAUCE: nbd: Only delay uevent until connected
298
299 * Support snaps inside of lxd containers (LP: #1611078)
300 - apparmor: add interface to be able to grab loaded policy
301 - securityfs: update interface to allow inode_ops, and setup from vfs fns
302 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
303 - apparmor: add __aa_find_ns fn
304 - apparmor: add mkdir/rmdir interface to manage policy namespaces
305 - apparmor: fix oops in pivot_root mediation
306 - apparmor: fix warning that fn build_pivotroot discards const
307 - apparmor: add interface to advertise status of current task stacking
308 - apparmor: update policy permissions to consider ns being viewed/managed
309 - apparmor: add per ns policy management interface
310 - apparmor: bump domain stacking version to 1.2
311
312 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
313 (LP: #1628523)
314 - [Config] CONFIG_ZONE_DMA=y for generic
315
316 * Yakkety - disable ARCH_ZX (LP: #1628503)
317 - [Config] armhf: disable ARCH_ZX
318
319 * Enable switchdev config parameter for Yakkety (LP: #1628241)
320 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
321
322 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
323 (LP: #1628009)
324 - firmware: Update bnx2x to 7.13.1.0
325
326 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
327 - [Config] Enable CONFIG_IBMVNIC=m
328
329 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
330 (LP: #1628112)
331 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
332
333 * Miscellaneous Ubuntu changes
334 - Rebase to v4.8-rc8
335 - [Config] skip Ubuntu-4.8.0-18.20
336 - [Config] missing modules in armhf/s390x
337
338 * Miscellaneous Ubuntu changes
339 - rebase to v4.8-rc8
340
341 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
342
343 linux (4.8.0-17.19) yakkety; urgency=low
344
345 * Release Tracking Bug
346 - LP: #1627387
347
348 * build squashfs into xenial kernels by default (LP: #1593134)
349 - Remove squashfs udeb
350
351 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
352 - Add d-i support for ata_generic
353
354 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
355 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
356
357 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
358 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
359
360 * Yakkety - USB drivers must be built in (LP: #1627323)
361 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
362
363 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
364 (LP: #1627052)
365 - [Config] CONFIG_GOLDFISH=n
366
367 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
368 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
369 time in more detail"
370
371 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
372 - SAUCE: Fix regression which breaks DFS mounting
373
374 * Miscellaneous Ubuntu changes
375 - [Config] apply xenial configuration annotations
376 - s390x -- DEBUG_RODATA is now valid
377 - [Config] s390x -- CONFIG_SQUASHFS=y
378 - [Config] s390x -- CONFIG_ECRYPT_FS=y
379 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
380 - [Config] Enable CONFIG_ACPI_HED=y for arm64
381 - [Config] Enable CONFIG_QUICC_ENGINE=y
382
383 * Miscellaneous upstream changes
384 - annotations: pull back to xenial
385
386 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
387
388 linux (4.8.0-16.17) yakkety; urgency=low
389
390 [ Tim Gardner ]
391
392 * Release Tracking Bug
393 - LP: #1626768
394
395 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
396 - [Config] CONFIG_ACPI_IORT=y
397 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
398 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
399 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
400 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
401 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
402 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
403 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
404 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
405
406 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
407 (LP: #1626394)
408 - [Config] CONFIG_ATA=y
409
410 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
411 - [Config] CONFIG_VMD=m
412 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
413 - [Config] CONFIG_OF=y for all arches
414 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
415 - [Config] Xenial device settings sync with amd64
416 - [Config] Xenial device settings sync with i386
417 - [Config] CONFIG_MTD_UBI_GLUEBI=m
418 - [Config] Xenial device settings sync with armhf
419 - [Config] Xenial device settings sync with arm64
420
421 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
422 - [Config] CONFIG_USERFAULTFD=y
423
424 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
425 - [Config] CONFIG_SLUB=y
426
427 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
428 (LP: #1626158)
429 - add nls_cp437 to the generic.inclusion-list
430
431 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
432
433 linux (4.8.0-15.16) yakkety; urgency=low
434
435 [ Tim Gardner ]
436
437 * Release Tracking Bug
438 - LP: #1626239
439
440 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
441 (LP: #1626158)
442 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
443 - [Config] CONFIG_NLS_CODEPAGE_437=y
444 - [Config] CONFIG_VFAT_FS=y
445
446 * Miscellaneous Ubuntu changes
447 - SAUCE: seccomp: log actions even when audit is disabled
448
449 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
450
451 linux (4.8.0-14.15) yakkety; urgency=low
452
453 * CVE-2016-1575 (LP: #1534961)
454 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
455 - SAUCE: overlayfs: Be more careful about copying up sxid files
456 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
457
458 * CVE-2016-1576 (LP: #1535150)
459 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
460 - SAUCE: overlayfs: Be more careful about copying up sxid files
461 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
462
463 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
464 (LP: #1531747)
465 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
466
467 * Miscellaneous Ubuntu changes
468 - [Config] CONFIG_PM_WAKELOCKS=y
469 - [Config] CONFIG_CLEANCACHE=y
470 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
471 - [Config] CONFIG_PROCESSOR_SELECT=y
472 - [Config] Enabled some networking options
473 - SAUCE: overlayfs: Enable user namespace mounts
474
475 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
476
477 linux (4.8.0-13.14) yakkety; urgency=low
478
479 [ Tim Gardner ]
480
481 * Release Tracking Bug
482 - LP: #1625733
483
484 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
485 - [Config] Add some CRC crypto modules to d-i
486
487 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
488 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
489
490 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
491 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
492 ThinkPads
493
494 * Option GE0301 3G modem doesn't work (LP: #348861)
495 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
496
497 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
498 (LP: #1625259)
499 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
500
501 * Miscellaneous Ubuntu changes
502 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
503 opened for writing
504 - SAUCE: fan: add VXLAN implementation
505 - [Config] CONFIG_VFIO=m for ppc64el
506
507 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
508
509 linux (4.8.0-12.13) yakkety; urgency=low
510
511 [ Tim Gardner ]
512
513 * Release Tracking Bug
514 - LP: #1625233
515
516 * Miscellaneous Ubuntu changes
517 - rebase to v4.8-rc7
518 - [Config] CONFIG_SCSI_DEBUG=m for all arches
519
520 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
521
522 linux (4.8.0-11.12) yakkety; urgency=low
523
524 * change_hat is logging failures during expected hat probing (LP: #1615893)
525 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
526
527 * deleted files outside of the namespace are not being treated as
528 disconnected
529 (LP: #1615892)
530 - SAUCE: apparmor: deleted dentries can be disconnected
531
532 * stacking to unconfined in a child namespace confuses mediation
533 (LP: #1615890)
534 - SAUCE: apparmor: special case unconfined when determining the mode
535
536 * apparmor module parameters can be changed after the policy is locked
537 (LP: #1615895)
538 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
539
540 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
541 #1579135)
542 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
543
544 * label vec reductions can result in reference labels instead of direct
545 access
546 to labels (LP: #1615889)
547 - SAUCE: apparmor: reduction of vec to single entry is just that entry
548
549 * profiles from different namespaces can block other namespaces from being
550 able to load a profile (LP: #1615887)
551 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
552
553 * The label build for onexec when stacking is wrong (LP: #1615881)
554 - SAUCE: apparmor: Fix label build for onexec stacking.
555
556 * The inherit check for new to old label comparison for domain transitions
557 is
558 wrong (LP: #1615880)
559 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
560
561 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
562 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
563
564 * __label_update proxy comparison test is wrong (LP: #1615878)
565 - SAUCE: apparmor: Fix __label_update proxy comparison test
566
567 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
568 (LP: #1560583)
569 - SAUCE: apparmor: Allow ns_root processes to open profiles file
570 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
571
572 * policy namespace stacking (LP: #1379535)
573 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
574 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
575
576 * Miscellaneous Ubuntu changes
577 - [Debian] Dynamically determine linux udebs package name
578 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
579 - SAUCE: apparmor: Fix FTBFS due to bad include path
580 - SAUCE: apparmor: add data query support
581 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
582
583 * Miscellaneous upstream changes
584 - fixup backout policy view capable for forward port
585 - apparmor: fix: Rework the iter loop for label_update
586 - apparmor: add more assertions for updates/merges to help catch errors
587 - apparmor: Make pivot root transitions work with stacking
588 - apparmor: convert delegating deleted files to mediate deleted files
589 - apparmor: add missing parens. not a bug fix but highly recommended
590 - apparmor: add a stack_version file to allow detection of bug fixes
591 - apparmor: push path lookup into mediation loop
592 - apparmor: default to allowing unprivileged userns policy
593 - apparmor: fix: permissions test to view and manage policy
594 - apparmor: Add Basic ns cross check condition for ipc
595
596 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
597
598 linux (4.8.0-10.11) yakkety; urgency=low
599
600 * Miscellaneous Ubuntu changes
601 - ubuntu: vbox -- update to 5.1.6-dfsg-1
602 - SAUCE: Enable vbox build
603
604 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
605
606 linux (4.8.0-9.10) yakkety; urgency=low
607
608 * Miscellaneous Ubuntu changes
609 - [Config] arm64: CONFIG_ARCH_THUNDER=y
610 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
611 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
612 - [Config] arm64: CONFIG_DRM_AST=m
613 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
614 - d-i: initrd needs ext4 and scsi modules
615 - SAUCE: AUFS aufs4.x-rcN 20160912
616 - [Config] Enable CONFIG_GPIO_XGENE*
617 - [Config] Disable CONFIG_POWER_RESET_XGENE
618 - [Config] CONFIG_EDAC_XGENE=m
619 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
620 - [Config] CONFIG_XGENE_DMA=m
621
622 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
623
624 linux (4.8.0-8.9) yakkety; urgency=low
625
626 * New device ID for Kabypoint (LP: #1622469)
627 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
628 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
629
630 * Miscellaneous Ubuntu changes
631 - rebase to v4.8-rc6
632 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
633
634 [ Upstream Kernel Changes ]
635
636 * rebase to v4.8-rc6
637 - LP: #1617900
638
639 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
640
641 linux (4.8.0-7.8) yakkety; urgency=low
642
643 * Miscellaneous Ubuntu changes
644 - [Debian] Use src_pkg_name when constructing udeb control files
645
646 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
647
648 linux (4.8.0-6.7) yakkety; urgency=low
649
650 * Enable virtual scsi server driver for Power (LP: #1615665)
651 - SAUCE: Ibmvscsis: Properly deregister target sessions
652 - SAUCE: Return TCMU-generated sense data to fabric module
653 - SAUCE: Ibmvscsis: Code cleanup of print statements
654 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
655
656 * Miscellaneous Ubuntu changes
657 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
658 - rebase to v4.8-rc5
659
660 [ Upstream Kernel Changes ]
661
662 * rebase to v4.8-rc5
663
664 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
665
666 linux (4.8.0-5.6) yakkety; urgency=low
667
668 * support compressed kernels on arm64 (LP: #1384955)
669 - [Config] Switch to compressed Image on arm64
670
671 * Miscellaneous Ubuntu changes
672 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
673 - SAUCE: (namespace) block_dev: Support checking inode permissions in
674 lookup_bdev()
675 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
676 when mounting
677 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
678 when mounting
679 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
680 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
681 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
682 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
683 security.* xattrs
684 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
685 filesystems
686 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
687 - SAUCE: (namespace) fuse: Add support for pid namespaces
688 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
689 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
690 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
691 or a descendant
692 - SAUCE: (namespace) fuse: Allow user namespace mounts
693 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
694 namespaces
695 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
696 mounts
697 - rebase to v4.8-rc4
698
699 [ Upstream Kernel Changes ]
700
701 * rebase to v4.8-rc4
702
703 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
704
705 linux (4.8.0-4.5) yakkety; urgency=low
706
707 * Miscellaneous Ubuntu changes
708 - [Config] CONFIG_AUFS_FS=m
709 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
710
711 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
712
713 linux (4.8.0-3.4) yakkety; urgency=low
714
715 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
716 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
717
718 * Miscellaneous Ubuntu changes
719 - rebase to v4.8-rc3
720
721 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
722
723 linux (4.8.0-2.3) yakkety; urgency=low
724
725 * Miscellaneous Ubuntu changes
726 - [Config] Add fuse to inclusion list
727 - SAUCE: update spl/zfs to support v4.8
728
729 * Miscellaneous upstream changes
730 - Revert "UBUNTU: [Debian] do_zfs=false"
731
732 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
733
734 linux (4.8.0-1.2) yakkety; urgency=low
735
736 * Miscellaneous Ubuntu changes
737 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
738 - [Config] Enabled enforcement for CONFIG_NVRAM
739 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
740 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
741 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
742 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
743 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
744 - [Config] Enabled enforcement for CONFIG_SECCOMP
745 - [Config] Enabled enforcement for
746 - rebase to v4.8-rc2
747 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
748 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
749 - SAUCE: security,perf: Allow further restriction of perf_event_open
750
751 [ Upstream Kernel Changes ]
752
753 * rebase to v4.8-rc2
754
755 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
756
757 linux (4.8.0-0.1) yakkety; urgency=low
758
759 [ Upstream Kernel Changes ]
760
761 * rebase to v4.8-rc1
762 - LP: #1607647
763 - LP: #1498667
764 - LP: #1592547
765 - LP: #1319984
766 - LP: #1268727
767 - LP: #1600623
768 - LP: #1465724
769 - LP: #1333569
770
771 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
772
773 linux (4.8.0-0.0) yakkety; urgency=low
774
775 * empty stanza
776
777 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
778
779 linux (4.7.0-0.2) yakkety; urgency=low
780
781 * Miscellaneous Ubuntu changes fixing various FTBS issues
782 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
783 - [Config] make powerpc udeb block modules optional
784 - [Config] CONFIG_PLIP=m
785 - [Config] CONFIG_IRDA=m armhf/arm64
786 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
787 - [Config] CONFIG_MOUSE_PS2=m
788 - [Config] remove ppc64el fb-modules
789
790 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
791
792 linux (4.7.0-0.1) yakkety; urgency=low
793
794 [ Upstream Kernel Changes ]
795
796 * rebase to v4.7
797 - LP: #972604
798
799 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
800
801 linux (4.7.0-0.0) yakkety; urgency=low
802
803 [ Tim Gardner ]
804
805 * Release Tracking Bug
806 - LP: #1588856
807
808 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
809 - scsi_dh_alua: do not fail for unknown VPD identification
810
811 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
812 - [Config] Install lsvmbus in cloud tools
813 - SAUCE: tools/hv/lsvmbus -- convert to python3
814 - SAUCE: tools/hv/lsvmbus -- add manual page
815
816 * boot stalls on USB detection errors (LP: #1437492)
817 - usb: core: hub: hub_port_init lock controller instead of bus
818
819 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
820 - kernek/fork.c: allocate idle task for a CPU always on its local node
821
822 * VirtIO (and probably other modules as well) is built-in, make it modular...
823 (LP: #1475078)
824 - [Config] CONFIG_VIRTIO_*=m for all but s390x
825 - [Config] CONFIG_USB=m
826 - [Config] CONFIG_BLK_DEV_*=m
827 - [Config] CONFIG_ATA=m
828 - [Config] CONFIG_SCSI=m
829 - [Config] CONFIG_DEVFREQ_GOV_*=m
830 - [Config] CONFIG_XEN_NETDEV_*=m
831 - [Config] CONFIG_AGP=m
832 - [Config] CONFIG_ECRYPT_FS=m
833 - [Config] CONFIG_ACPI_*=m
834 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
835 - [Config] Modularize some CRYPTO
836 - [Config] CONFIG_FDDI=m
837 - [Config] CONFIG_FIXED_PHY=m
838 - [Config] CONFIG_VFAT_FS=m for all but armhf
839 - [Config] CONFIG_TUN=m
840 - [Config] CONFIG_UNIX=m
841 - [Config] CONFIG_TRUSTED_KEYS=m
842 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
843
844 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
845 and "not a git repository" (LP: #1584890)
846 - [debian] getabis: Only git add $abidir if running in local repo
847 - [debian] getabis: Fix inconsistent compiler versions check
848
849 * conflicting modules in udebs - arc4.ko (LP: #1582991)
850 - [Config] Remove arc4 from nic-modules
851
852 * arm64: statically link rtc-efi (LP: #1583738)
853 - [Config] Link rtc-efi statically on arm64
854
855 * Miscellaneous Ubuntu changes
856 - [Debian] zfs: transform symlink into referent file/dir
857 - [Debian] Added tristate.sh
858 - [Config] CONFIG_FUSE_FS=m
859 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
860 - [Config] CONFIG_PSTORE_CONSOLE=y
861 - Added Snapcraft files
862 - [Config] Mark CONFIG_UNIX enforced
863
864 * Miscellaneous upstream changes
865 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
866
867 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
868
869 linux (4.6.0-6.7) yakkety; urgency=low
870
871 [ Tim Gardner ]
872
873 * Release Tracking Bug
874 - LP: #1582753
875
876 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
877 (LP: #1582378)
878 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
879 owns the ipc ns
880
881 * Miscellaneous Ubuntu changes
882 - [Config] Add Description to kernel-image udeb
883 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
884 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
885
886 * Miscellaneous upstream changes
887 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
888 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
889 - Drivers: hv: vmbus: Use the new virt_xx barrier code
890 - Drivers: hv: vmbus: Export the vmbus_set_event() API
891 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
892 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
893 - drivers:hv: Lock access to hyperv_mmio resource tree
894 - drivers:hv: Make a function to free mmio regions through vmbus
895 - drivers:hv: Reverse order of resources in hyperv_mmio
896 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
897 - drivers:hv: Record MMIO range in use by frame buffer
898 - drivers:hv: Separate out frame buffer logic when picking MMIO range
899 - Drivers: hv: kvp: fix IP Failover
900 - Drivers: hv: vmbus: handle various crash scenarios
901 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
902 - Drivers: hv: balloon: reset host_specified_ha_region
903
904 [ Tim Gardner ]
905
906 * Dropped hv SAUCE patches in favor of linux-next.
907
908 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
909
910 linux (4.6.0-5.6) yakkety; urgency=low
911
912 [ Tim Gardner ]
913
914 * Release Tracking Bug
915 - LP: #1582351
916
917 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
918 - [Config] enable CONFIG_AUFS_EXPORT
919
920 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
921 - [Config] Update inclusion list for CRIU
922
923 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
924 - [Debian] disable zfs module checks when cross-compiling
925
926 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
927 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
928
929 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
930 (LP: #1535150)
931 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
932
933 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
934 enabled, breaking serial support on normal systems (LP: #1580960)
935 - [Config] disable CONFIG_GOLDFISH
936
937 * Miscellaneous Ubuntu changes
938 - [Config] d-i -- update local configuration to new form
939 - [Config] kernel-wedge -- switch to explicit versions
940 - [Config] powerpc64-smp --> generic
941 - [Config] CONFIG_AUFS_FS=m
942 - SAUCE: AUFS
943 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
944 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
945 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
946 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
947 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
948 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
949 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
950 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
951 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
952 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
953 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
954 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
955 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
956 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
957 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
958 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
959 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
960 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
961 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
962 - SAUCE: (namespace) fuse: Add support for pid namespaces
963 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
964 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
965 - SAUCE: (namespace) fuse: Allow user namespace mounts
966 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
967 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
968 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
969 - SAUCE: (namespace) quota: Add support for user namespace mounts
970 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
971 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
972 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
973 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
974 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
975 - rebase to v4.6
976 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
977 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
978
979 * Miscellaneous upstream changes
980 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
981 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
982
983 [ Upstream Kernel Changes ]
984
985 * rebase to v4.6
986
987 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
988
989 linux (4.6.0-4.5) yakkety; urgency=low
990
991 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
992 upgrade -d (LP: #1573231)
993 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
994
995 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
996 IRC pointed out some leftover SAUCE patches that were causing issues.
997
998 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
999 has some issues.
1000
1001 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
1002
1003 linux (4.6.0-3.4) xenial; urgency=low
1004
1005 * Release Tracking Bug
1006 - LP: #1579594
1007
1008 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
1009 - [Config] Generate an -extras package for arm64 and powerpc
1010
1011 * Missing libunwind support in perf (LP: #1248289)
1012 - [Config] Add liblzma-dev to enable libunwind support in perf
1013
1014 * ZFS is confused by user namespaces (uid/gid mapping) when used with
1015 acltype=posixac (LP: #1567558)
1016 - zfs: Fix user namespaces uid/gid mapping
1017
1018 * Miscellaneous Ubuntu changes
1019 - rebase to v4.6-rc7
1020
1021 [ Upstream Kernel Changes ]
1022
1023 * rebase to v4.6-rc7
1024
1025 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
1026
1027 linux (4.6.0-2.3) yakkety; urgency=low
1028
1029 * Miscellaneous Ubuntu changes
1030 - [Config] CONFIG_AUFS_FS=m
1031 - SAUCE: AUFS
1032 - zfs: gcc build error: -Wbool-compare in metaslab.c
1033 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
1034 - zfs: Fix ZPL miswrite of default POSIX ACL
1035 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
1036 - SAUCE: Dropped ubuntu/i915
1037 - SAUCE: Dropped ubuntu/dm-raid4-5
1038
1039 * Miscellaneous upstream changes
1040 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
1041 kernel"
1042
1043 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
1044
1045 linux (4.6.0-1.2) yakkety; urgency=low
1046
1047 * Miscellaneous Ubuntu changes
1048 - [Config] CONFIG_NR_CPUS=8192 for amd64
1049
1050 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
1051
1052 linux (4.6.0-0.1) yakkety; urgency=low
1053
1054
1055 [ Upstream Kernel Changes ]
1056
1057 * rebase to v4.6-rc6
1058 - LP: #1564712
1059 - LP: #1555912
1060 - LP: #1552925
1061 - LP: #1546694
1062 - LP: #1549660
1063 - LP: #1549620
1064 - LP: #1542944
1065 - LP: #1542564
1066 - LP: #1533009
1067 - LP: #1533461
1068 - LP: #1529624
1069 - LP: #1522949
1070
1071 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
1072
1073 linux (4.6.0-0.0) yakkety; urgency=low
1074
1075 [ Kamal Mostafa ]
1076
1077 * Release Tracking Bug
1078 - LP: #1573817
1079
1080 * autoreconstruct: need to also generate extend-diff-ignore options for links
1081 (LP: #1574362)
1082 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
1083
1084 * tipc: missing linearization of sk_buff (LP: #1567064)
1085 - tipc: move linearization of buffers to generic code
1086
1087 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
1088 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
1089 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
1090 vmbus_mmio_allocate()
1091 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
1092 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
1093 private resource tree
1094 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
1095 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
1096 range
1097
1098 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
1099 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
1100
1101 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1102 - [Config] CONFIG_AUFS_XATTR=y
1103
1104 * CVE-2016-3672 (LP: #1568523)
1105 - x86/mm/32: Enable full randomization on i386 and X86_32
1106
1107 * CVE-2016-3955 (LP: #1572666)
1108 - USB: usbip: fix potential out-of-bounds write
1109
1110 * Xenial update to v4.4.8 stable release (LP: #1573034)
1111 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
1112 instantiated
1113 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
1114 - parisc: Avoid function pointers for kernel exception routines
1115 - parisc: Fix kernel crash with reversed copy_from_user()
1116 - parisc: Unbreak handling exceptions from kernel modules
1117 - ALSA: timer: Use mod_timer() for rearming the system timer
1118 - ALSA: hda - Asus N750JV external subwoofer fixup
1119 - ALSA: hda - Fix white noise on Asus N750JV headphone
1120 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
1121 - mm: fix invalid node in alloc_migrate_target()
1122 - powerpc/mm: Fixup preempt underflow with huge pages
1123 - libnvdimm: fix smart data retrieval
1124 - libnvdimm, pfn: fix uuid validation
1125 - compiler-gcc: disable -ftracer for __noclone functions
1126 - arm64: opcodes.h: Add arm big-endian config options before including arm
1127 header
1128 - drm/dp: move hw_mutex up the call stack
1129 - drm/udl: Use unlocked gem unreferencing
1130 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
1131 - drm/radeon: add another R7 370 quirk
1132 - drm/radeon: add a dpm quirk for all R7 370 parts
1133 - drm/amdgpu/gmc: move vram type fetching into sw_init
1134 - drm/amdgpu/gmc: use proper register for vram type on Fiji
1135 - xen/events: Mask a moving irq
1136 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
1137 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
1138 - net: jme: fix suspend/resume on JMC260
1139 - net: vrf: Remove direct access to skb->data
1140 - net: qca_spi: Don't clear IFF_BROADCAST
1141 - net: qca_spi: clear IFF_TX_SKB_SHARING
1142 - net: fix bridge multicast packet checksum validation
1143 - sctp: lack the check for ports in sctp_v6_cmp_addr
1144 - mld, igmp: Fix reserved tailroom calculation
1145 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
1146 - qmi_wwan: add Sierra Wireless EM74xx device ID
1147 - ipv6: re-enable fragment header matching in ipv6_find_hdr
1148 - vxlan: fix missing options_len update on RX with collect metadata
1149 - cdc_ncm: toggle altsetting to force reset before setup
1150 - udp6: fix UDP/IPv6 encap resubmit path
1151 - tcp: fix tcpi_segs_in after connection establishment
1152 - ppp: release rtnl mutex when interface creation fails
1153 - net: validate variable length ll headers
1154 - ax25: add link layer header validation function
1155 - packet: validate variable length ll headers
1156 - bpf: avoid copying junk bytes in bpf_get_current_comm()
1157 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
1158 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
1159 - qlcnic: Remove unnecessary usage of atomic_t
1160 - qlcnic: Fix mailbox completion handling during spurious interrupt
1161 - macvtap: always pass ethernet header in linear
1162 - mlxsw: spectrum: Check requested ageing time is valid
1163 - rocker: set FDB cleanup timer according to lowest ageing time
1164 - bridge: allow zero ageing time
1165 - ipv4: Don't do expensive useless work during inetdev destroy.
1166 - net: Fix use after free in the recvmmsg exit path
1167 - mlx4: add missing braces in verify_qp_parameters
1168 - farsync: fix off-by-one bug in fst_add_one
1169 - ath9k: fix buffer overrun for ar9287
1170 - ppp: ensure file->private_data can't be overridden
1171 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
1172 - qlge: Fix receive packets drop.
1173 - net: bcmgenet: fix dma api length mismatch
1174 - bonding: fix bond_get_stats()
1175 - ipv4: fix broadcast packets reception
1176 - ipv4: initialize flowi4_flags before calling fib_lookup()
1177 - ppp: take reference on channels netns
1178 - xfrm: Fix crash observed during device unregistration and decryption
1179 - qmi_wwan: add "D-Link DWM-221 B1" device id
1180 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
1181 - bridge: Allow set bridge ageing time when switchdev disabled
1182 - rtnl: fix msg size calculation in if_nlmsg_size()
1183 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
1184 - tuntap: restore default qdisc
1185 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
1186 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
1187 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
1188 - ipv6: Count in extension headers in skb->network_header
1189 - mpls: find_outdev: check for err ptr in addition to NULL check
1190 - USB: uas: Limit qdepth at the scsi-host level
1191 - USB: uas: Add a new NO_REPORT_LUNS quirk
1192 - cdc-acm: fix NULL pointer reference
1193 - KVM: x86: Inject pending interrupt even if pending nmi exist
1194 - KVM: x86: reduce default value of halt_poll_ns parameter
1195 - MIPS: Fix MSA ld unaligned failure cases
1196 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
1197 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
1198 - pinctrl: sunxi: Fix A33 external interrupts not working
1199 - pinctrl: nomadik: fix pull debug print inversion
1200 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
1201 - au0828: fix au0828_v4l2_close() dev_state race condition
1202 - au0828: Fix dev_state handling
1203 - coda: fix error path in case of missing pdata on non-DT platform
1204 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
1205 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
1206 - rbd: use GFP_NOIO consistently for request allocations
1207 - virtio: virtio 1.0 cs04 spec compliance for reset
1208 - mac80211: properly deal with station hashtable insert errors
1209 - mac80211: avoid excessive stack usage in sta_info
1210 - mac80211: fix ibss scan parameters
1211 - mac80211: fix unnecessary frame drops in mesh fwding
1212 - mac80211: fix txq queue related crashes
1213 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
1214 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
1215 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
1216 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
1217 - iio: accel: bmc150: fix endianness when reading axes
1218 - iio: gyro: bmg160: fix buffer read values
1219 - iio: gyro: bmg160: fix endianness when reading axes
1220 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
1221 bytes
1222 - fs: add file_dentry()
1223 - nfs: use file_dentry()
1224 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
1225 - ext4: add lockdep annotations for i_data_sem
1226 - ext4: ignore quota mount options if the quota feature is enabled
1227 - iommu: Don't overwrite domain pointer when there is no default_domain
1228 - Btrfs: fix file/data loss caused by fsync after rename and new inode
1229 - arm64: replace read_lock to rcu lock in call_step_hook
1230 - perf: Do not double free
1231 - perf: Cure event->pending_disable race
1232 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
1233 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1234 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
1235 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
1236 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
1237 - ALSA: usb-audio: Add a quirk for Plantronics BT300
1238 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
1239 - HID: wacom: fix Bamboo ONE oops
1240 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
1241 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
1242 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
1243 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
1244 - staging: android: ion: Set the length of the DMA sg entries in buffer
1245 - usbvision: fix crash on detecting device with invalid configuration
1246 - Revert "usb: hub: do not clear BOS field during reset device"
1247 - Linux 4.4.8
1248
1249 * Fix speaker volume on a Dell machine (LP: #1549660)
1250 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1251
1252 * Xenial update to v4.4.7 stable release (LP: #1572722)
1253 - regulator: core: avoid unused variable warning
1254 - regulator: core: Fix nested locking of supplies
1255 - ASoC: samsung: pass DMA channels as pointers
1256 - mmc: sh_mmcif: rework dma channel handling
1257 - mmc: sh_mmcif: Correct TX DMA channel allocation
1258 - x86/microcode/intel: Make early loader look for builtin microcode too
1259 - x86/microcode: Untangle from BLK_DEV_INITRD
1260 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
1261 - perf/x86/intel: Add definition for PT PMI bit
1262 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
1263 - KVM: i8254: change PIT discard tick policy
1264 - KVM: fix spin_lock_init order on x86
1265 - KVM: VMX: avoid guest hang on invalid invept instruction
1266 - KVM: VMX: avoid guest hang on invalid invvpid instruction
1267 - KVM: VMX: fix nested vpid for old KVM guests
1268 - perf/core: Fix perf_sched_count derailment
1269 - perf tools: Dont stop PMU parsing on alias parse error
1270 - perf tools: Fix checking asprintf return value
1271 - perf tools: Fix python extension build
1272 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
1273 - sched/preempt, sh: kmap_coherent relies on disabled preemption
1274 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
1275 - s390: fix floating pointer register corruption (again)
1276 - s390/cpumf: add missing lpp magic initialization
1277 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
1278 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
1279 - PCI: ACPI: IA64: fix IO port generic range check
1280 - x86/irq: Cure live lock in fixup_irqs()
1281 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
1282 - x86/iopl/64: Properly context-switch IOPL on Xen PV
1283 - x86/iopl: Fix iopl capability check on Xen PV
1284 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1285 - sg: fix dxferp in from_to case
1286 - aacraid: Fix RRQ overload
1287 - aacraid: Fix memory leak in aac_fib_map_free
1288 - aacraid: Set correct msix count for EEH recovery
1289 - sd: Fix discard granularity when LBPRZ=1
1290 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1291 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1292 - aic7xxx: Fix queue depth handling
1293 - libnvdimm: Fix security issue with DSM IOCTL.
1294 - dm snapshot: disallow the COW and origin devices from being identical
1295 - dm: fix excessive dm-mq context switching
1296 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1297 - dm cache: make sure every metadata function checks fail_io
1298 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1299 - usb: retry reset if a device times out
1300 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1301 - USB: uas: Reduce can_queue to MAX_CMNDS
1302 - USB: cdc-acm: more sanity checking
1303 - USB: iowarrior: fix oops with malicious USB descriptors
1304 - USB: usb_driver_claim_interface: add sanity checking
1305 - USB: mct_u232: add sanity checking in probe
1306 - USB: digi_acceleport: do sanity checking for the number of ports
1307 - USB: cypress_m8: add endpoint sanity check
1308 - USB: serial: cp210x: Adding GE Healthcare Device ID
1309 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1310 - USB: option: add "D-Link DWM-221 B1" device id
1311 - pwc: Add USB id for Philips Spc880nc webcam
1312 - Input: powermate - fix oops with malicious USB descriptors
1313 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1314 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1315 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1316 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1317 - ALSA: usb-audio: Fix double-free in error paths after
1318 snd_usb_add_audio_stream() call
1319 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1320 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1321 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1322 - crypto: ccp - Add hash state import and export support
1323 - crypto: ccp - Limit the amount of information exported
1324 - crypto: ccp - Don't assume export/import areas are aligned
1325 - crypto: ccp - memset request context to zero during import
1326 - crypto: keywrap - memzero the correct memory
1327 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1328 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1329 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1330 - X.509: Fix leap year handling again
1331 - mei: bus: check if the device is enabled before data transfer
1332 - HID: logitech: fix Dual Action gamepad support
1333 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1334 - HID: multitouch: force retrieving of Win8 signature blob
1335 - HID: fix hid_ignore_special_drivers module parameter
1336 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1337 - staging: android: ion_test: fix check of platform_device_register_simple()
1338 error code
1339 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1340 - tty: Fix GPF in flush_to_ldisc(), part 2
1341 - net: irda: Fix use-after-free in irtty_open()
1342 - 8250: use callbacks to access UART_DLL/UART_DLM
1343 - saa7134: Fix bytesperline not being set correctly for planar formats
1344 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1345 - bttv: Width must be a multiple of 16 when capturing planar formats
1346 - coda: fix first encoded frame payload
1347 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1348 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1349 - mtip32xx: Fix broken service thread handling
1350 - mtip32xx: Remove unwanted code from taskfile error handler
1351 - mtip32xx: Print exact time when an internal command is interrupted
1352 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1353 - mtip32xx: Handle safe removal during IO
1354 - mtip32xx: Handle FTL rebuild failure state during device initialization
1355 - mtip32xx: Implement timeout handler
1356 - mtip32xx: Cleanup queued requests after surprise removal
1357 - ALSA: pcm: Avoid "BUG:" string for warnings again
1358 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1359 - ALSA: hda - Don't handle ELD notify from invalid port
1360 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1361 - ALSA: hda - Fix unconditional GPIO toggle via automute
1362 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1363 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1364 - brd: Fix discard request processing
1365 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1366 - bcache: cleaned up error handling around register_cache()
1367 - bcache: fix race of writeback thread starting before complete initialization
1368 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1369 - mm: memcontrol: reclaim when shrinking memory.high below usage
1370 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1371 - ia64: define ioremap_uc()
1372 - watchdog: don't run proc_watchdog_update if new value is same as old
1373 - watchdog: rc32434_wdt: fix ioctl error handling
1374 - Bluetooth: Add new AR3012 ID 0489:e095
1375 - Bluetooth: Fix potential buffer overflow with Add Advertising
1376 - cgroup: ignore css_sets associated with dead cgroups during migration
1377 - net: mvneta: enable change MAC address when interface is up
1378 - of: alloc anywhere from memblock if range not specified
1379 - vfs: show_vfsstat: do not ignore errors from show_devname method
1380 - splice: handle zero nr_pages in splice_to_pipe()
1381 - xtensa: ISS: don't hang if stdin EOF is reached
1382 - xtensa: fix preemption in {clear,copy}_user_highpage
1383 - xtensa: clear all DBREAKC registers on start
1384 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1385 - ARC: bitops: Remove non relevant comments
1386 - quota: Fix possible GPF due to uninitialised pointers
1387 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1388 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1389 - md/raid5: Compare apples to apples (or sectors to sectors)
1390 - RAID5: check_reshape() shouldn't call mddev_suspend
1391 - RAID5: revert e9e4c377e2f563 to fix a livelock
1392 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1393 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1394 - md: multipath: don't hardcopy bio in .make_request path
1395 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1396 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1397 freed"
1398 - fuse: do not use iocb after it may have been freed
1399 - fuse: Add reference counting for fuse_io_priv
1400 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1401 - rapidio/rionet: fix deadlock on SMP
1402 - ipr: Fix out-of-bounds null overwrite
1403 - ipr: Fix regression when loading firmware
1404 - iwlwifi: mvm: Fix paging memory leak
1405 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1406 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1407 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1408 - drm/amdgpu: include the right version of gmc header files for iceland
1409 - IB/ipoib: fix for rare multicast join race condition
1410 - tracing: Have preempt(irqs)off trace preempt disabled functions
1411 - tracing: Fix crash from reading trace_pipe with sendfile
1412 - tracing: Fix trace_printk() to print when not using bprintk()
1413 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1414 - scripts/coccinelle: modernize &
1415 - scripts/kconfig: allow building with make 3.80 again
1416 - kbuild/mkspec: fix grub2 installkernel issue
1417 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1418 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1419 - mmc: block: fix ABI regression of mmc_blk_ioctl
1420 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1421 - mmc: sdhci: fix data timeout (part 1)
1422 - mmc: sdhci: fix data timeout (part 2)
1423 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1424 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1425 - clk: rockchip: rk3368: fix cpuclk core dividers
1426 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1427 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1428 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1429 - clk: bcm2835: Fix setting of PLL divider clock rates
1430 - target: Fix target_release_cmd_kref shutdown comp leak
1431 - iser-target: Fix identification of login rx descriptor type
1432 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1433 - iser-target: Separate flows for np listeners and connections cma events
1434 - iser-target: Rework connection termination
1435 - nfsd4: fix bad bounds checking
1436 - nfsd: fix deadlock secinfo+readdir compound
1437 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1438 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1439 - ACPI / PM: Runtime resume devices when waking from hibernate
1440 - writeback, cgroup: fix premature wb_put() in
1441 locked_inode_to_wb_and_lock_list()
1442 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1443 inode
1444 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1445 trackstick buttons, again"
1446 - Input: synaptics - handle spurious release of trackstick buttons, again
1447 - Input: ims-pcu - sanity check against missing interfaces
1448 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1449 - ocfs2/dlm: fix race between convert and recovery
1450 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1451 - mm/page_alloc: prevent merging between isolated and other pageblocks
1452 - mtd: onenand: fix deadlock in onenand_block_markbad
1453 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1454 - scsi_common: do not clobber fixed sense information
1455 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1456 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1457 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1458 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1459 - Linux 4.4.7
1460
1461 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1462 - Bluetooth: Add new AR3012 ID 0489:e095
1463
1464 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1465 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1466
1467 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1468 gl552jx (LP: #1552925)
1469 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1470
1471 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1472 (LP: #1546694)
1473 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1474
1475 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1476 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1477
1478 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1479 - s390/pci: add extra padding to function measurement block
1480
1481 * CVE-2016-3951 (LP: #1567191)
1482 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1483 - usbnet: cleanup after bind() in probe()
1484
1485 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1486 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1487 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1488 - efi: Add nonblocking option to efi_query_variable_store()
1489 - efi: Add NV memory attribute
1490 - efi: Reformat GUID tables to follow the format in UEFI spec
1491 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1492 - SAUCE: (noup) Add EFI signature data types
1493 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1494 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1495 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1496 - [Config] CONFIG_IMA_MOK_KEYRING=y
1497 - IMA: create machine owner and blacklist keyrings
1498 - KEYS: Add an alloc flag to convey the builtinness of a key
1499 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1500 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1501 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1502
1503 * Miscellaneous Ubuntu changes
1504 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1505
1506 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1507
1508 linux (4.4.0-21.37) xenial; urgency=low
1509
1510 [ Tim Gardner ]
1511
1512 * Release Tracking Bug
1513 - LP: #1571791
1514
1515 * linux: MokSBState is ignored (LP: #1571691)
1516 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1517 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1518 - SAUCE: (noup) Display MOKSBState when disabled
1519
1520 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
1521
1522 linux (4.4.0-20.36) xenial; urgency=low
1523
1524 [ Tim Gardner ]
1525
1526 * Release Tracking Bug
1527 - LP: #1571069
1528
1529 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
1530 - SAUCE: kernfs: Do not match superblock in another user namespace when
1531 mounting
1532
1533 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
1534 - x86/topology: Fix logical package mapping
1535 - x86/topology: Fix Intel HT disable
1536 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
1537 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
1538 - x86/topology: Fix AMD core count
1539
1540 * [regression]: Failed to call clock_adjtime(): Invalid argument
1541 (LP: #1566465)
1542 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
1543
1544 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
1545
1546 linux (4.4.0-19.35) xenial; urgency=low
1547
1548 [ Tim Gardner ]
1549
1550 * Release Tracking Bug
1551 - LP: #1570348
1552
1553 * CVE-2016-2847 (LP: #1554260)
1554 - pipe: limit the per-user amount of pages allocated in pipes
1555
1556 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
1557 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
1558
1559 * arm64: guest hangs when ntpd is running (LP: #1549494)
1560 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
1561
1562 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1563 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
1564
1565 * s390/cpumf: Fix lpp detection (LP: #1555344)
1566 - s390/facilities: use stfl mnemonic instead of insn magic
1567 - s390/facilities: always use lowcore's stfle field for storing facility bits
1568 - s390/cpumf: Fix lpp detection
1569
1570 * s390x kernel image needs weightwatchers (LP: #1536245)
1571 - [Config] s390x: Use compressed kernel bzImage
1572
1573 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
1574 upgrading to Ubuntu 16.04 (LP: #1567581)
1575 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
1576 device-tree properties"
1577
1578 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1579 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
1580 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
1581 - cpufreq: powernv: Add sysfs attributes to show throttle stats
1582
1583 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
1584 - [Config] Add ib_iser to generic inclusion list
1585
1586 * thunderx nic performance improvements (LP: #1567093)
1587 - net: thunderx: Set recevie buffer page usage count in bulk
1588 - net: thunderx: Adjust nicvf structure to reduce cache misses
1589
1590 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
1591 - net: thunderx: Fix for multiqset not configured upon interface toggle
1592 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
1593 - net: thunderx: Fix receive packet stats
1594
1595 * Miscellaneous Ubuntu changes
1596 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
1597
1598 * Miscellaneous upstream changes (LP: #1564901)
1599 - Input: xpad - correctly handle concurrent LED and FF requests
1600
1601 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
1602
1603 linux (4.4.0-18.34) xenial; urgency=low
1604
1605 [ Tim Gardner ]
1606
1607 * Release Tracking Bug
1608 - LP: #1566868
1609
1610 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
1611 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
1612 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
1613
1614 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
1615 - [Config] CONFIG_ARCH_ROCKCHIP=y
1616
1617 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
1618 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
1619 - perf/x86/cqm: Fix CQM memory leak and notifier leak
1620 - x86/cpufeature: Carve out X86_FEATURE_*
1621 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
1622 - x86/topology: Create logical package id
1623 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
1624 - perf/x86/mbm: Add memory bandwidth monitoring event management
1625 - perf/x86/mbm: Implement RMID recycling
1626 - perf/x86/mbm: Add support for MBM counter overflow handling
1627
1628 * User namespace mount updates (LP: #1566505)
1629 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
1630 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
1631 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
1632 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
1633 - SAUCE: fs: fix a posible leak of allocated superblock
1634
1635 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
1636 (LP: #1566518)
1637 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
1638 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
1639
1640 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
1641 for Alpine Ridge on SKL (LP: #1519623)
1642 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
1643 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
1644 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
1645 - usb: add device descriptor for usb 3.1 root hub
1646 - usb: Support USB 3.1 extended port status request
1647 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
1648 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
1649 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
1650 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
1651 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
1652 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
1653 - usb: Add USB 3.1 Precision time measurement capability descriptor support
1654 - xhci: refactor and cleanup endpoint initialization.
1655 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
1656 - xhci: cleanup isoc tranfers queuing code
1657 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
1658 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
1659
1660 * wrong/missing permissions for device file /dev/prandom (prng.ko)
1661 (LP: #1558275)
1662 - s390/crypto: provide correct file mode at device register.
1663
1664 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
1665 - ALSA: hda - fix front mic problem for a HP desktop
1666
1667 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
1668 (LP: #1556228)
1669 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
1670
1671 * please provide mmc-modules udeb (LP: #1565765)
1672 - [Config] Add mmc block drivers to d-i
1673
1674 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1675 - Add secure_modules() call
1676 - PCI: Lock down BAR access when module security is enabled
1677 - x86: Lock down IO port access when module security is enabled
1678 - ACPI: Limit access to custom_method
1679 - asus-wmi: Restrict debugfs interface when module loading is restricted
1680 - Restrict /dev/mem and /dev/kmem when module loading is restricted
1681 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
1682 - kexec: Disable at runtime if the kernel enforces module loading restrictions
1683 - x86: Restrict MSR access when module loading is restricted
1684 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
1685 - Add option to automatically enforce module signatures when in Secure Boot mode
1686 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
1687 - efi: Add EFI_SECURE_BOOT bit
1688 - hibernate: Disable in a signed modules environment
1689
1690 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
1691 - PCI: Add fwnode_handle to x86 pci_sysdata
1692 - PCI: Look up IRQ domain by fwnode_handle
1693 - [Config] CONFIG_PCI_HYPERV=m
1694 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
1695
1696 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
1697 (LP: #1559923)
1698 - ACPI / processor: Request native thermal interrupt handling via _OSC
1699
1700 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
1701 (LP: #1564591)
1702 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
1703
1704 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
1705 - atomics: Allow architectures to define their own __atomic_op_* helpers
1706 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
1707 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
1708 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
1709
1710 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
1711 - [Debian] cpupower uses non-standard CROSS
1712
1713 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
1714 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
1715
1716 * Unable to migrate container (LP: #1563921)
1717 - SAUCE: cgroup mount: ignore nsroot=
1718
1719 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
1720 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
1721
1722 * /proc/$pid/maps performance regression (LP: #1547231)
1723 - proc: revert /proc/<pid>/maps [stack:TID] annotation
1724
1725 * TPM2.0 trusted keys fixes (LP: #1398274)
1726 - tpm: remove unneeded include of actbl2.h
1727 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
1728 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
1729 - tpm_tis: Disable interrupt auto probing on a per-device basis
1730 - tpm_tis: Do not fall back to a hardcoded address for TPM2
1731 - tpm_tis: Use devm_ioremap_resource
1732 - tpm_tis: Clean up the force=1 module parameter
1733 - tpm_crb: Drop le32_to_cpu(ioread32(..))
1734 - tpm_crb: Use devm_ioremap_resource
1735 - tpm: fix the rollback in tpm_chip_register()
1736 - tpm: fix the cleanup of struct tpm_chip
1737 - tpm: fix: set continueSession attribute for the unseal operation
1738 - tpm: fix: return rc when devm_add_action() fails
1739 - tpm_eventlog.c: fix binary_bios_measurements
1740 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
1741 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
1742 - tpm_tis: fix build warning with tpm_tis_resume
1743
1744 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
1745 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
1746
1747 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
1748 Xenial (LP: #1563485)
1749 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
1750 - cxlflash: Increase cmd_per_lun for better throughput
1751 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
1752
1753 * Miscellaneous Ubuntu changes
1754 - [Config] do_zfs_powerpc64-smp = true
1755 - [Debian] fix linux_tools when cross-compiling
1756 - [Config] do_zfs_powerpc64-smp use default value
1757 - SAUCE: apparmor: Fix FTBFS due to bad include path
1758 - SAUCE: i915_bpo: Disable preliminary hw support
1759
1760 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
1761
1762 linux (4.4.0-17.33) xenial; urgency=low
1763
1764 [ Tim Gardner ]
1765
1766 * Release Tracking Bug
1767 - LP: #1563441
1768
1769 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
1770 (LP: #1560552)
1771 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
1772 about to hit.
1773
1774 * Predictable naming mechanism is leading to issues in DLPAR operations of
1775 NICs (LP: #1560514)
1776 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
1777 properties
1778
1779 * ThunderX: support alternative phy implementations (LP: #1562968)
1780 - net: thunderx: Cleanup PHY probing code.
1781 - [Config] CONFIG_MDIO_CAVIUM=m
1782 - phy: mdio-octeon: Refactor into two files/modules
1783 - [Config] CONFIG_MDIO_THUNDER=m
1784 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
1785 - phy: mdio-cavium: Add missing MODULE_* annotations.
1786 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
1787 - phy: mdio-thunder: Fix some Kconfig typos
1788 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
1789
1790 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
1791 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
1792 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
1793
1794 * lots of printk to serial console can hang system for long time
1795 (LP: #1534216)
1796 - printk: set may_schedule for some of console_trylock() callers
1797
1798 * [i915_bpo] Update i915 backport driver (LP: #1560395)
1799 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
1800 - PM / runtime: Add new helper for conditional usage count incrementation
1801 - drm/core: Add drm_for_each_encoder_mask, v2.
1802 - drm/atomic-helper: Implement subsystem-level suspend/resume
1803
1804 * [Hyper-V] VM Sockets (LP: #1541585)
1805 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
1806 - Drivers: hv: vmbus: Add vendor and device atttributes
1807 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
1808 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
1809 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
1810 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
1811 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
1812 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
1813 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
1814 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
1815 - Drivers: hv: vmbus: add a per-channel rescind callback
1816 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
1817 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
1818 - Drivers: hv: vmbus: Give control over how the ring access is serialized
1819 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
1820 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
1821 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
1822 - Drivers: hv: vmbus: remove code duplication in message handling
1823 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
1824 - Drivers: hv: util: Pass the channel information during the init call
1825 - Drivers: hv: utils: Remove util transport handler from list if registration fails
1826 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
1827 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1828
1829 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
1830 (LP: #1559918)
1831 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
1832
1833 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
1834 - net: add tc offload feature flag
1835 - net: tc: helper functions to query action types
1836 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
1837 - net: rework ndo tc op to consume additional qdisc handle parameter
1838 - net: rework setup_tc ndo op to consume general tc operand
1839 - net: sched: add cls_u32 offload hooks for netdevs
1840 - net: ixgbe: add support for tc_u32 offload
1841 - net: ixgbe: abort with cls u32 divisor groups greater than 1
1842
1843 * Bring fm10k up to Fortville SW5 (LP: #1562310)
1844 - net: add netif_is_team_master helper
1845 - net: add netif_is_team_port helper
1846 - net: add netif_is_lag_master helper
1847 - net: add netif_is_lag_port helper
1848 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
1849 - fm10k: don't reinitialize RSS flow table when RXFH configured
1850
1851 * [Feature]Always Running Timer (ART) to System Time translation
1852 (LP: #1519625)
1853 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
1854 - timekeeping: Provide internal function __ktime_get_real_seconds
1855 - timekeeping: Cap adjustments so they don't exceed the maxadj value
1856 - clocksource: Make clocksource validation work for all clocksources
1857 - time: Add cycles to nanoseconds translation
1858 - time: Add timekeeping snapshot code capturing system time and counter
1859 - time: Remove duplicated code in ktime_get_raw_and_real()
1860 - time: Add driver cross timestamp interface for higher precision time synchronization
1861 - time: Add history to cross timestamp interface supporting slower devices
1862 - time/timekeeping: Work around false positive GCC warning
1863 - x86/tsc: Always Running Timer (ART) correlated clocksource
1864 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
1865 - [Config] CONFIG_E1000E_HWTS=y
1866 - e1000e: Adds hardware supported cross timestamp on e1000e nic
1867
1868 * x-gene2: add SoC v2 support to clock (LP: #1561604)
1869 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
1870
1871 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
1872 - perf/x86: Move perf_event.c ............... => x86/events/core.c
1873 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
1874 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
1875 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
1876 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
1877 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
1878 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
1879 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
1880 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
1881 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
1882 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
1883 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
1884 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
1885 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
1886 x86/events/intel/uncore.[ch]
1887 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
1888 x86/events/intel/uncore_nmhex.c
1889 - perf/x86: Move perf_event_intel_uncore_snb.c =>
1890 x86/events/intel/uncore_snb.c
1891 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
1892 x86/events/intel/uncore_snbep.c
1893 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
1894 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
1895 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
1896 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
1897 - perf/x86: Move perf_event.h to its new home
1898 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
1899
1900 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
1901 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
1902
1903 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
1904
1905 linux (4.4.0-16.32) xenial; urgency=low
1906
1907 [ Tim Gardner ]
1908
1909 * Release Tracking Bug
1910 - LP: #1561727
1911
1912 * fix thermal throttling due to commit "Thermal: initialize thermal zone
1913 device correctly" (LP: #1561676)
1914 - Thermal: Ignore invalid trip points
1915
1916 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
1917 on press (LP: #1553811)
1918 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
1919 buttons, again
1920
1921 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1922 (LP: #1560583)
1923 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1924 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1925
1926 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
1927 - ubuntu: vbox -- update to 5.0.16-dfsg-2
1928
1929 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
1930 s390x (LP: #1557690)
1931 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
1932
1933 * spl/zfs fails to build on s390x (LP: #1519814)
1934 - [Config] s390x -- re-enable zfs
1935 - [Config] zfs -- disable powerpc until the test failures can be resolved
1936
1937 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
1938 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
1939
1940 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
1941 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
1942 - [Config] powerpc -- convert zfs configuration to custom_override
1943
1944 * Memory arena corruption with FUSE (was Memory allocation failure crashes
1945 kernel hard, presumably related to FUSE) (LP: #1505948)
1946 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
1947 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
1948
1949 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
1950 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
1951
1952 * linux packaging: clear remaining redundant delta (LP: #1560445)
1953 - [Debian] Remove generated intermediate files on clean
1954
1955 * arm64: guest hangs when ntpd is running (LP: #1549494)
1956 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
1957 - Revert "hrtimer: Catch illegal clockids"
1958 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
1959
1960 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
1961 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
1962 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
1963 ThunderX
1964
1965 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
1966 (LP: #1559609)
1967 - arcmsr: fixed getting wrong configuration data
1968 - arcmsr: fixes not release allocated resource
1969 - arcmsr: make code more readable
1970 - arcmsr: adds code to support new Areca adapter ARC1203
1971 - arcmsr: changes driver version number
1972 - arcmsr: more readability improvements
1973 - arcmsr: Split dma resource allocation to a new function
1974 - arcmsr: change driver version to v1.30.00.22-20151126
1975
1976 * server image has no keyboard, desktop image works (LP: #1559692)
1977 - [Config] Rework input-modules (d-i) list
1978
1979 * PMU support for Cavium ThunderX (LP: #1559349)
1980 - arm64: perf: Rename Cortex A57 events
1981 - arm64/perf: Add Cavium ThunderX PMU support
1982 - arm64: perf: Enable PMCR long cycle counter bit
1983 - arm64: perf: Extend event mask for ARMv8.1
1984 - arm64: dts: Add Cavium ThunderX specific PMU
1985
1986 * Show ARM PMU events in perf stat (LP: #1559350)
1987 - drivers/perf: kill armpmu_register
1988 - arm: perf: Convert event enums to #defines
1989 - arm: perf: Add event descriptions
1990 - arm64: perf: Convert event enums to #defines
1991 - arm64: perf: Add event descriptions
1992 - ARM: perf: add format entry to describe event -> config mapping
1993 - arm64: perf: add format entry to describe event -> config mapping
1994
1995 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
1996 - EDAC/sb_edac: Fix computation of channel address
1997
1998 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
1999 - [Config] disable CONFIG_IP_PNP
2000
2001 * Miscellaneous Ubuntu changes
2002 - [Debian] Silence the reconstruct script
2003
2004 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
2005
2006 linux (4.4.0-15.31) xenial; urgency=low
2007
2008 [ Tim Gardner ]
2009
2010 * Release Tracking Bug
2011 - LP: #1559252
2012
2013 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
2014 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
2015
2016 * policy namespace stacking (LP: #1379535)
2017 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
2018 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
2019 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
2020 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
2021 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
2022 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
2023 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
2024 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
2025 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
2026 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
2027 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
2028 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
2029 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
2030 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
2031 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
2032 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
2033 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
2034 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
2035 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
2036 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
2037 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
2038 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
2039 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
2040 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
2041 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
2042 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
2043 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
2044 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
2045 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
2046 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
2047 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
2048 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
2049 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
2050 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
2051 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
2052 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
2053 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
2054 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
2055 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
2056 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
2057 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
2058 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
2059 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
2060 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
2061 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
2062 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
2063 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
2064 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
2065 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
2066
2067 * Add arm64 NUMA support (LP: #1558765)
2068 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
2069 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
2070 - [Config] CONFIG_OF_NUMA=y
2071 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
2072 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
2073 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
2074 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
2075 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
2076
2077 * vivid/linux: total ADT test failures (LP: #1558447)
2078 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
2079
2080 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
2081 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2082 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
2083
2084 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
2085 - s390/pci: enforce fmb page boundary rule
2086
2087 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
2088 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
2089 - page_to_phys() always returns a multiple of PAGE_SIZE
2090 - s390/pci: provide ZPCI_ADDR macro
2091 - s390/pci: improve ZPCI_* macros
2092 - s390/pci: resize iomap
2093 - s390/pci: fix bar check
2094 - s390/pci: set error state for unusable functions
2095 - s390/pci: remove iomap sanity checks
2096 - s390/pci: remove pdev pointer from arch data
2097 - s390/pci: add ioctl interface for CLP
2098
2099 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
2100 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
2101 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
2102 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
2103 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
2104
2105 * skb_warn_bad_offload Crash (LP: #1558025)
2106 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
2107
2108 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
2109 - [Config] CONFIG_PCI_HOST_COMMON=y
2110 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
2111 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
2112 - PCI: generic: Move structure definitions to separate header file
2113 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
2114 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
2115 - PCI: thunder: Add PCIe host driver for ThunderX processors
2116 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
2117
2118 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
2119 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2120
2121 * Xenial update to v4.4.6 stable release (LP: #1558330)
2122 - arm64: account for sparsemem section alignment when choosing vmemmap offset
2123 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
2124 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
2125 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
2126 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
2127 - kvm: cap halt polling at exactly halt_poll_ns
2128 - KVM: VMX: disable PEBS before a guest entry
2129 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
2130 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
2131 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
2132 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
2133 - s390/dasd: fix diag 0x250 inline assembly
2134 - tracing: Fix check for cpu online when event is disabled
2135 - dmaengine: at_xdmac: fix residue computation
2136 - jffs2: reduce the breakage on recovery from halfway failed rename()
2137 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
2138 - ASoC: dapm: Fix ctl value accesses in a wrong type
2139 - ASoC: samsung: Use IRQ safe spin lock calls
2140 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
2141 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
2142 - ovl: ignore lower entries when checking purity of non-directory entries
2143 - ovl: fix working on distributed fs as lower layer
2144 - wext: fix message delay/ordering
2145 - cfg80211/wext: fix message ordering
2146 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
2147 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
2148 - mac80211: minstrel: Change expected throughput unit back to Kbps
2149 - mac80211: fix use of uninitialised values in RX aggregation
2150 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
2151 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
2152 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
2153 - mac80211: Fix Public Action frame RX in AP mode
2154 - gpu: ipu-v3: Do not bail out on missing optional port nodes
2155 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
2156 - drm/radeon: Fix error handling in radeon_flip_work_func.
2157 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
2158 - userfaultfd: don't block on the last VM updates at exit time
2159 - ovl: fix getcwd() failure after unsuccessful rmdir
2160 - MIPS: Fix build error when SMP is used without GIC
2161 - MIPS: smp.c: Fix uninitialised temp_foreign_map
2162 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
2163 - target: Drop incorrect ABORT_TASK put for completed commands
2164 - ld-version: Fix awk regex compile failure
2165 - Linux 4.4.6
2166
2167 * linux fails to load x.509 built-in certificate (LP: #1557250)
2168 - lib/mpi: Endianness fix
2169
2170 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
2171 - [Config] CONFIG_NET_9P=m for s390x
2172
2173 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
2174 (LP: #1557950)
2175 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
2176 - net/mlx5e: Don't modify CQ before it was created
2177
2178 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2179 - mmc: sdhci: Do not BUG on invalid vdd
2180 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
2181 - mmc: It is not an error for the card to be removed while suspended
2182
2183 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
2184 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
2185
2186 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
2187 - [Config] CONFIG_NUMA_EMU=y for s390x
2188
2189 * Miscellaneous Ubuntu changes
2190 - [Debian] git-ubuntu-log -- prevent bug references being split
2191 - [Debian] git-ubuntu-log -- git log output is UTF-8
2192
2193 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
2194
2195 linux (4.4.0-14.30) xenial; urgency=low
2196
2197 [ Tim Gardner ]
2198
2199 * Release Tracking Bug
2200 - LP: #1557508
2201
2202 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
2203 - powerpc: Fix dedotify for binutils >= 2.26
2204
2205 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
2206 - Illumos 6370 - ZFS send fails to transmit some holes
2207
2208 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
2209 camera (LP: #1557138)
2210 - UVC: Add support for ds4 depth camera
2211
2212 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
2213 - sched/numa: Fix use-after-free bug in the task_numa_compare
2214
2215 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
2216 files (LP: #1555997)
2217 - ovl: copy new uid/gid into overlayfs runtime inode
2218
2219 * Miscellaneous Ubuntu changes
2220 - SAUCE: Dump stack when X.509 certificates cannot be loaded
2221
2222 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
2223
2224 linux (4.4.0-13.29) xenial; urgency=low
2225
2226 [ Tim Gardner ]
2227
2228 * Release Tracking Bug
2229 - LP: #1556247
2230
2231 * s390/mm: four page table levels vs. fork (LP: #1556141)
2232 - s390/mm: four page table levels vs. fork
2233
2234 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
2235 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2236 - hv_netvsc: cleanup netdev feature flags for netvsc
2237
2238 * fails to boot on megaraid (LP: #1552903)
2239 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
2240 case of PD list DCMD failure
2241
2242 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
2243 - ALSA: hda - add codec support for Kabylake display audio codec
2244
2245 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2246 - cpufreq: powernv: Free 'chips' on module exit
2247 - cpufreq: powernv: Hot-plug safe the kworker thread
2248 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
2249 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
2250 - cpufreq: powernv: Replace pr_info with trace print for throttle event
2251 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
2252
2253 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2254 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
2255
2256 * integer overflow in xt_alloc_table_info (LP: #1555353)
2257 - SAUCE: (noup) netfilter: x_tables: check for size overflow
2258
2259 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
2260 - [Packaging] reconstruct -- automatically reconstruct against base tag
2261 - [Config] reconstruct -- update to autoreconstruct output
2262 - [Packaging] reconstruct -- update when inserting final changes
2263
2264 * Xenial update to v4.4.5 stable release (LP: #1555640)
2265 - use ->d_seq to get coherency between ->d_inode and ->d_flags
2266 - drivers: sh: Restore legacy clock domain on SuperH platforms
2267 - Btrfs: fix deadlock running delayed iputs at transaction commit time
2268 - btrfs: Fix no_space in write and rm loop
2269 - btrfs: async-thread: Fix a use-after-free error for trace
2270 - block: Initialize max_dev_sectors to 0
2271 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
2272 - parisc: Fix ptrace syscall number and return value modification
2273 - mips/kvm: fix ioctl error handling
2274 - kvm: x86: Update tsc multiplier on change.
2275 - fbcon: set a default value to blink interval
2276 - cifs: fix out-of-bounds access in lease parsing
2277 - CIFS: Fix SMB2+ interim response processing for read requests
2278 - Fix cifs_uniqueid_to_ino_t() function for s390x
2279 - vfio: fix ioctl error handling
2280 - KVM: x86: fix root cause for missed hardware breakpoints
2281 - arm/arm64: KVM: Fix ioctl error handling
2282 - iommu/amd: Apply workaround for ATS write permission check
2283 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
2284 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2285 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2286 - drm/ast: Fix incorrect register check for DRAM width
2287 - drm/radeon/pm: update current crtc info after setting the powerstate
2288 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2289 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2290 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2291 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2292 - libata: fix HDIO_GET_32BIT ioctl
2293 - libata: Align ata_device's id on a cacheline
2294 - block: bio: introduce helpers to get the 1st and last bvec
2295 - writeback: flush inode cgroup wb switches instead of pinning super_block
2296 - Adding Intel Lewisburg device IDs for SATA
2297 - arm64: vmemmap: use virtual projection of linear region
2298 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2299 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2300 - tracing: Do not have 'comm' filter override event 'comm' field
2301 - pata-rb532-cf: get rid of the irq_to_gpio() call
2302 - Btrfs: fix loading of orphan roots leading to BUG_ON
2303 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2304 - jffs2: Fix page lock / f->sem deadlock
2305 - Fix directory hardlinks from deleted directories
2306 - dmaengine: pxa_dma: fix cyclic transfers
2307 - adv7604: fix tx 5v detect regression
2308 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2309 - ALSA: ctl: Fix ioctls for X32 ABI
2310 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2311 - ALSA: rawmidi: Fix ioctls X32 ABI
2312 - ALSA: timer: Fix ioctls for X32 ABI
2313 - ALSA: pcm: Fix ioctls for X32 ABI
2314 - ALSA: seq: oss: Don't drain at closing a client
2315 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2316 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2317 - ALSA: hdspm: Fix zero-division
2318 - ALSA: timer: Fix broken compat timer user status ioctl
2319 - usb: chipidea: otg: change workqueue ci_otg as freezable
2320 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2321 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2322 - USB: qcserial: add Sierra Wireless EM74xx device ID
2323 - USB: serial: option: add support for Telit LE922 PID 0x1045
2324 - USB: serial: option: add support for Quectel UC20
2325 - MIPS: scache: Fix scache init with invalid line size.
2326 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2327 - ubi: Fix out of bounds write in volume update code
2328 - i2c: brcmstb: allocate correct amount of memory for regmap
2329 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2330 - block: check virt boundary in bio_will_gap()
2331 - block: get the 1st and last bvec via helpers
2332 - drm/i915: more virtual south bridge detection
2333 - drm/i915: refine qemu south bridge detection
2334 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2335 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2336 - Linux 4.4.5
2337
2338 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2339 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2340
2341 * TPM2.0 trusted keys fixes (LP: #1398274)
2342 - tpm_tis: further simplify calculation of ordinal duration
2343 - tpm_tis: Use devm_free_irq not free_irq
2344 - tpm_tis: Ensure interrupts are disabled when the driver starts
2345 - tpm: rework tpm_get_timeouts()
2346 - tpm_tis: Get rid of the duplicate IRQ probing code
2347 - tpm_tis: Refactor the interrupt setup
2348 - tpm_tis: Tighten IRQ auto-probing
2349 - tpm_ibmvtpm: properly handle interrupted packet receptions
2350
2351 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2352 - [Config] control.stub.in -- review versioned Build-Depends:
2353 - [Config] control.stub.in -- review versioned
2354 Depends/Breaks/Conflicts/Replaces
2355 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2356 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2357
2358 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2359
2360 linux (4.4.0-12.28) xenial; urgency=low
2361
2362 * Miscellaneous Ubuntu changes
2363 - reconstruct: Work around orig tarball packaging limitiations
2364 Fixes FTBS
2365
2366 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2367
2368 linux (4.4.0-12.27) xenial; urgency=low
2369
2370 [ Tim Gardner ]
2371
2372 * Release Tracking Bug
2373 - LP: #1554704
2374
2375 * Fails to detect (second) display (LP: #1543683)
2376 - drm/i915: Fix hpd live status bits for g4x
2377
2378 * s390x -- various configuration changes (LP: #1543165)
2379 - [Config] s390x -- enable CONFIG_NUMA
2380 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2381 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2382 - [Config] s390x -- disable CONFIG_NVMEM
2383 - [Config] s390x -- switch preempt mode to none
2384
2385 * Radeon hybrid graphics problem on resume (LP: #1554608)
2386 - Revert "drm/radeon: call hpd_irq_event on resume"
2387
2388 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2389 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2390 - drm/amdgpu: use $(src) in Makefile (v2)
2391 - drm/radeon: constify radeon_asic_ring structures
2392 - drm/amdgpu: add a callback for reading the bios from the rom directly
2393 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2394 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2395 - drm/amdgpu: Use new read bios from rom callback
2396 - drm/amdgpu: Use unlocked gem unreferencing
2397 - drm/radeon: Use unlocked gem unreferencing
2398 - drm/amd: add new gfx8 register definitions for EDC
2399 - drm/amdgpu: add EDC support for CZ (v3)
2400 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2401 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2402 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2403 - drm/amdgpu: update rev id register for VI
2404 - drm/amdgpu: add more debugging output for driver failures
2405 - drm/amdgpu: add entity only when first job come
2406 - drm/amdgpu: handle error case for ctx
2407 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2408 - drm/amdgpu: change default sched jobs to 32
2409 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2410 - drm/amdgpu: restrict the sched jobs number to power of two
2411 - drm/amdgpu: put VM page tables directly into duplicates list
2412 - drm/amdgpu: split VM PD and PT handling during CS
2413 - drm/amdgpu: keep the PTs validation list in the VM v2
2414 - drm/radeon: Update radeon_get_vblank_counter_kms()
2415 - drm/radeon: only increment sync_seq when a fence is really emitted
2416 - drm/fb-helper: Use proper plane mask for fb cleanup
2417 - drm/amdgpu: fix dp link rate selection (v2)
2418 - drm/radeon: fix dp link rate selection (v2)
2419 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2420 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2421 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2422 - drm/amdgpu: implement new cgs interface for acpi function
2423 - drm/amdgpu: implement cgs interface to query system info
2424 - drm/amdgpu: add new cgs interface to get display info (v2)
2425 - drm/amd/powerplay: add basic powerplay framework
2426 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2427 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2428 - drm/amd/powerplay: add SMU manager sub-component
2429 - drm/amd/powerplay: add hardware manager sub-component
2430 - SAUCE: amd: Include errno.h
2431 - drm/amd/powerplay: add Carrizo smu support
2432 - drm/amd/powerplay: add Carrizo dpm support
2433 - drm/amd/powerplay: add CG and PG support for carrizo
2434 - drm/amd/powerplay: add event manager sub-component
2435 - drm/amd/powerplay: implement functions of amd_powerplay_func
2436 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2437 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2438 - drm/amd/powerplay: add header file for tonga smu and dpm
2439 - drm/amd/powerplay: Add Tonga SMU support
2440 - drm/amd/powerplay: add Tonga dpm support (v3)
2441 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2442 - drm/amd/powerplay: update atomctrl for fiji
2443 - drm/amd/powerplay: add Fiji SMU support.
2444 - drm/amd/powerplay: add Fiji DPM support.
2445 - drm/amdgpu: add amdgpu.powerplay module option
2446 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2447 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2448 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2449 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2450 - drm/amdgpu/powerplay: program display gap for tonga.
2451 - drm/amdgpu: enable powerplay module by default for tonga.
2452 - drm/amdgpu: enable powerplay module by default for fiji.
2453 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2454 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2455 - drm/amd/powerplay: Add CG and PG support for tonga
2456 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2457 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2458 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2459 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2460 - drm/amdgpu/powerplay: implement thermal control for tonga.
2461 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2462 - drm/amdgpu: export fan control functions to amdgpu
2463 - drm/amdgpu: enable sysfs interface for powerplay
2464 - drm/amdgpu: support per device powerplay enablement (v2)
2465 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2466 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2467 - drm/amd/powerplay: refine the logic of whether need to update power state.
2468 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2469 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2470 - drm/amdgpu: extract pcie helpers to common header
2471 - drm: add drm_pcie_get_max_link_width helper (v2)
2472 - drm/amdgpu: store pcie gen mask and link width
2473 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2474 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2475 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2476 - drm/amd/powerplay: fix boolreturn.cocci warnings
2477 - drm/amd/powerplay/tonga: Add UVD DPM init
2478 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2479 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2480 - drm/amdgpu: add sdma clock gating support for Fiji.
2481 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2482 - drm/amd/powerplay: enable clock gating for Fiji.
2483 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2484 - drm/amd/powerplay: implement smc state upload for CZ
2485 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2486 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2487 - drm/amd/powerplay: add new function point in hwmgr.
2488 - drm/amd/powerplay: add smc msg for NB P-State switch
2489 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2490 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2491 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2492 - drm/amd/powerplay: Add PPLib debug print macro.
2493 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2494 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2495 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2496 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2497 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2498 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2499 - drm/amdgpu: Prepare DKMS build for powerplay module.
2500 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2501 - drm/amd/powerplay: Add thermal protection support for Fiji.
2502 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2503 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2504 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2505 - drm/amd/powerplay: fix boolreturn.cocci warnings
2506 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2507 - drm/amd/powerplay: check whether enable dpm in powerplay.
2508 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2509 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2510 - drm/amd/powerplay: display gpu load when print performance for tonga.
2511 - drm/powerplay: add debugging output to tonga_processpptables.c
2512 - drm/powerplay: add debugging output to processpptables.c
2513 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2514 - drm/amd/powerplay: Don't return an error if fan table is missing
2515 - amd\powerplay Implement get dal power level
2516 - amd/powerplay: Fix get dal power level
2517 - amd/powerplay: Add structures required to report configuration change
2518 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2519 - drm/amd/powerplay: add point check to avoid NULL point hang.
2520 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
2521 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
2522 - drm: powerplay: use div64_s64 instead of do_div
2523 - drm/amd/powerplay: fix a reversed condition
2524 - drm/amdgpu/cgs: cleanup some indenting
2525 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
2526 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
2527 - drm/amd/powerplay: fix bug that NULL checks are reversed.
2528 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
2529 - drm/amd/powerplay: fix Smatch static checker warnings
2530 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
2531 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
2532 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
2533 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
2534 - drm/amdgpu: fix hex/decimal bug when show gpu load.
2535 - drm/amd/powerplay: add thermal control task when resume.
2536 - drm/amd/powerplay: enable set boot state task
2537 - drm/amd/powerplay: enable power down asic task. (v2)
2538 - drm/amd/powerplay: implement power down asic task for CZ
2539 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
2540 - drm/amdgpu/cgs: add an interface to access PCI resources
2541 - drm/amdgpu: add irq domain support
2542 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
2543 - drm/sysfs: use kobj_to_dev()
2544 - drm/amd/powerplay: fix static checker warning for return meaningless value.
2545 - drm/amdgpu/cz: add code to enable forcing UVD clocks
2546 - drm/amdgpu/cz: add code to enable forcing VCE clocks
2547 - drm/amdgpu/cz: force uvd clocks when sclks are forced
2548 - drm/amdgpu/cz: force vce clocks when sclks are forced
2549 - drm/amdgpu: use kobj_to_dev()
2550 - drm/radeon: use kobj_to_dev()
2551 - drm/ttm: fix adding foreign BOs to the LRU during init v2
2552 - drm/ttm: fix adding foreign BOs to the swap LRU
2553 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
2554 - drm/amdgpu: move VM page tables to the LRU end on CS v2
2555 - drm/amdgpu: validate duplicates first
2556 - drm/amdgpu: add missing irq.h include
2557 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
2558 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
2559 - amdkfd: don't open-code memdup_user()
2560 - amdkfd: Copy from the proper user command pointer
2561 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
2562 - amd/powerplay: disable powerplay by default initially
2563 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
2564 - drm/atomic-helper: Export framebuffer_changed()
2565 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
2566 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
2567 - drm/amdgpu: fix next_rptr handling for debugfs
2568 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
2569 - drm/radeon: only init fbdev if we have connectors
2570 - drm/amdgpu: don't init fbdev if we don't have any connectors
2571 - drm/amd/powerplay: Update SMU firmware loading for Stoney
2572 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
2573 - drm/amdkfd: Remove unnecessary cast in kfree
2574 - drm/amdgpu: only move pt bos in LRU list on success
2575 - drm/amdgpu: mask out WC from BO on unsupported arches
2576 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
2577 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
2578 - drm/amdgpu: load MEC ucode manually on iceland
2579 - drm/amdgpu: disable uvd and vce clockgating on Fiji
2580 - drm/amdgpu: add pcie cap module parameters (v2)
2581 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
2582 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
2583 - drm/amdgpu: handle uvd pg flags properly
2584 - drm/amdgpu: handle vce pg flags properly
2585 - drm/amdgpu: clean up vce pg flags for cz/st
2586 - drm/amdgpu: be consistent with uvd cg flags
2587 - drm/amd/powerplay/cz: disable uvd pg
2588 - drm/amd/powerplay/cz: disable vce pg
2589 - drm/amd/powerplay/tonga: disable uvd pg
2590 - drm/amd/powerplay/tonga: disable vce pg
2591 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
2592 - drm/amdgpu: remove unused cg defines
2593 - drma/dmgpu: move cg and pg flags into shared headers
2594 - drm/amdgpu/tonga: plumb pg flags through to powerplay
2595 - drm/amdgpu/cz: plumb pg flags through to powerplay
2596 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
2597
2598 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
2599 #1552632)
2600 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
2601
2602 * Miscellaneous Ubuntu changes
2603 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
2604
2605 * Miscellaneous upstream changes
2606 - net: thunderx: Fix for Qset error due to CQ full
2607 - ahci: Workaround for ThunderX Errata#22536
2608 - arm64: Add workaround for Cavium erratum 27456
2609 - tipc: fix nullptr crash during subscription cancel
2610
2611 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
2612
2613 linux (4.4.0-11.26) xenial; urgency=low
2614
2615 [ Tim Gardner ]
2616
2617 * Release Tracking Bug
2618 - LP: #1553391
2619
2620 * Xenial update to v4.4.4 stable release (LP: #1553179)
2621 - af_iucv: Validate socket address length in iucv_sock_bind()
2622 - gro: Make GRO aware of lightweight tunnels.
2623 - net: dp83640: Fix tx timestamp overflow handling.
2624 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
2625 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
2626 - tcp: fix NULL deref in tcp_v4_send_ack()
2627 - af_unix: fix struct pid memory leak
2628 - pptp: fix illegal memory access caused by multiple bind()s
2629 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
2630 - net: dsa: fix mv88e6xxx switches
2631 - tipc: fix connection abort during subscription cancel
2632 - inet: frag: Always orphan skbs inside ip_defrag()
2633 - switchdev: Require RTNL mutex to be held when sending FDB notifications
2634 - tcp: beware of alignments in tcp_get_info()
2635 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
2636 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
2637 - ipv6: addrconf: Fix recursive spin lock call
2638 - ipv6: fix a lockdep splat
2639 - unix: correctly track in-flight fds in sending process user_struct
2640 - tcp: do not drop syn_recv on all icmp reports
2641 - net:Add sysctl_max_skb_frags
2642 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
2643 - enic: increment devcmd2 result ring in case of timeout
2644 - sctp: translate network order to host order when users get a hmacid
2645 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
2646 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
2647 eth_get_headlen
2648 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
2649 - bonding: Fix ARP monitor validation
2650 - ipv4: fix memory leaks in ip_cmsg_send() callers
2651 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
2652 - af_unix: Guard against other == sk in unix_dgram_sendmsg
2653 - tipc: fix premature addition of node to lookup table
2654 - tcp: md5: release request socket instead of listener
2655 - qmi_wwan: add "4G LTE usb-modem U901"
2656 - net/mlx4_en: Count HW buffer overrun only once
2657 - net/mlx4_en: Avoid changing dev->features directly in run-time
2658 - l2tp: Fix error creating L2TP tunnels
2659 - pppoe: fix reference counting in PPPoE proxy
2660 - net_sched fix: reclassification needs to consider ether protocol changes
2661 - route: check and remove route cache when we get route
2662 - tcp/dccp: fix another race at listener dismantle
2663 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
2664 - rtnl: RTM_GETNETCONF: fix wrong return value
2665 - tipc: unlock in error path
2666 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
2667 - sctp: Fix port hash table size computation
2668 - ext4: fix bh->b_state corruption
2669 - ARM: debug-ll: fix BCM63xx entry for multiplatform
2670 - arm64: errata: Add -mpc-relative-literal-loads to build flags
2671 - KVM: s390: fix guest fprs memory leak
2672 - devm_memremap: Fix error value when memremap failed
2673 - drm/gma500: Use correct unref in the gem bo create function
2674 - ARM: 8457/1: psci-smp is built only for SMP
2675 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
2676 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
2677 - efi: Do variable name validation tests in utf8
2678 - efi: Make our variable validation list include the guid
2679 - efi: Make efivarfs entries immutable by default
2680 - efi: Add pstore variables to the deletion whitelist
2681 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
2682 - bcache: fix a livelock when we cause a huge number of cache misses
2683 - bcache: Add a cond_resched() call to gc
2684 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
2685 - bcache: fix a leak in bch_cached_dev_run()
2686 - bcache: unregister reboot notifier if bcache fails to unregister device
2687 - bcache: allows use of register in udev to avoid "device_busy" error.
2688 - bcache: Change refill_dirty() to always scan entire disk if necessary
2689 - dm thin: fix race condition when destroying thin pool workqueue
2690 - can: ems_usb: Fix possible tx overflow
2691 - usb: dwc3: Fix assignment of EP transfer resources
2692 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
2693 - USB: option: add support for SIM7100E
2694 - USB: option: add "4G LTE usb-modem U901"
2695 - drivers: android: correct the size of struct binder_uintptr_t for
2696 BC_DEAD_BINDER_DONE
2697 - spi: omap2-mcspi: Prevent duplicate gpio_request
2698 - iw_cxgb3: Fix incorrectly returning error on success
2699 - drm/i915: shut up gen8+ SDE irq dmesg noise
2700 - ocfs2: unlock inode if deleting inode from orphan fails
2701 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
2702 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
2703 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
2704 - clocksource/drivers/vt8500: Increase the minimum delta
2705 - s390/kvm: remove dependency on struct save_area definition
2706 - KVM: s390: fix memory overwrites when vx is disabled
2707 - Btrfs: add missing brelse when superblock checksum fails
2708 - Btrfs: igrab inode in writepage
2709 - btrfs: statfs: report zero available if metadata are exhausted
2710 - Btrfs: send, don't BUG_ON() when an empty symlink is found
2711 - Btrfs: fix number of transaction units required to create symlink
2712 - Btrfs: fix transaction handle leak on failure to create hard link
2713 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
2714 subvolume roots
2715 - btrfs: initialize the seq counter in struct btrfs_device
2716 - s390: fix normalization bug in exception table sorting
2717 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
2718 - s390/dasd: fix refcount for PAV reassignment
2719 - s390/dasd: fix performance drop
2720 - uml: flush stdout before forking
2721 - uml: fix hostfs mknod()
2722 - um: link with -lpthread
2723 - locks: fix unlock when fcntl_setlk races with a close
2724 - rtlwifi: rtl_pci: Fix kernel panic
2725 - rtlwifi: rtl8192cu: Add missing parameter setup
2726 - rtlwifi: rtl8192ce: Fix handling of module parameters
2727 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
2728 - rtlwifi: rtl8723ae: Fix initialization of module parameters
2729 - rtlwifi: rtl8192se: Fix module parameter initialization
2730 - rtlwifi: rtl8188ee: Fix module parameter initialization
2731 - rtlwifi: rtl8723be: Fix module parameter initialization
2732 - mei: fix fasync return value on error
2733 - mei: validate request value in client notify request ioctl
2734 - namei: ->d_inode of a pinned dentry is stable only for positives
2735 - rc: sunxi-cir: Initialize the spinlock properly
2736 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
2737 - si2157: return -EINVAL if firmware blob is too big
2738 - gspca: ov534/topro: prevent a division by 0
2739 - vb2: fix a regression in poll() behavior for output,streams
2740 - tda1004x: only update the frontend properties if locked
2741 - dm space map metadata: remove unused variable in brb_pop()
2742 - dm snapshot: fix hung bios when copy error occurs
2743 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
2744 - coresight: checking for NULL string in coresight_name_match()
2745 - irqchip/omap-intc: Add support for spurious irq handling
2746 - irqchip/mxs: Add missing set_handle_irq()
2747 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
2748 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
2749 - posix-clock: Fix return code on the poll method's error path
2750 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
2751 - mmc: usdhi6rol0: handle NULL data in timeout
2752 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
2753 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
2754 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
2755 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
2756 - mmc: core: Enable tuning according to the actual timing
2757 - mmc: mmci: fix an ages old detection error
2758 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
2759 - mmc: pxamci: fix again read-only gpio detection polarity
2760 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
2761 - mmc: sdhci: Allow override of mmc host operations
2762 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
2763 - Bluetooth: Use continuous scanning when creating LE connections
2764 - Bluetooth: Add support of Toshiba Broadcom based devices
2765 - Bluetooth: Fix incorrect removing of IRKs
2766 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
2767 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
2768 - time: Avoid signed overflow in timekeeping_get_ns()
2769 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
2770 - Revert "MIPS: Fix PAGE_MASK definition"
2771 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
2772 - MIPS: hpet: Choose a safe value for the ETIME check
2773 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
2774 - MIPS: Fix buffer overflow in syscall_get_arguments()
2775 - EDAC: Robustify workqueues destruction
2776 - EDAC, mc_sysfs: Fix freeing bus' name
2777 - sparc64: fix incorrect sign extension in sys_sparc64_personality
2778 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
2779 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
2780 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2781 - virtio_balloon: fix race by fill and leak
2782 - virtio_balloon: fix race between migration and ballooning
2783 - virtio_pci: fix use after free on release
2784 - drm/vmwgfx: Fix an incorrect lock check
2785 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
2786 - drm/vmwgfx: respect 'nomodeset'
2787 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
2788 - drm/amdgpu: call hpd_irq_event on resume
2789 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
2790 - drm/amdgpu: fix tonga smu resume
2791 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
2792 - drm/amdgpu: no need to load MC firmware on fiji
2793 - drm/amdgpu: move gmc7 support out of CIK dependency
2794 - drm/amdgpu: iceland use CI based MC IP
2795 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
2796 - drm/amdgpu: pull topaz gmc bits into gmc_v7
2797 - drm/amdgpu: drop topaz support from gmc8 module
2798 - drm/amdgpu: don't load MEC2 on topaz
2799 - drm/amdgpu: remove exp hardware support from iceland
2800 - drm/amdgpu: fix s4 resume
2801 - drm/amdgpu: remove unnecessary forward declaration
2802 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
2803 - drm/amdgpu: fix issue with overlapping userptrs
2804 - drm/amdgpu: use post-decrement in error handling
2805 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
2806 - drm/amdgpu/pm: adjust display configuration after powerstate
2807 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
2808 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
2809 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
2810 training
2811 - drm/nouveau: platform: Fix deferred probe
2812 - drm/dp/mst: process broadcast messages correctly
2813 - drm/dp/mst: always send reply for UP request
2814 - drm/dp/mst: fix in MSTB RAD initialization
2815 - drm/dp/mst: fix in RAD element access
2816 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
2817 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
2818 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
2819 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
2820 - drm/dp/mst: deallocate payload on port destruction
2821 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
2822 - drm/radeon: call hpd_irq_event on resume
2823 - drm/radeon: Fix "slow" audio over DP on DCE8+
2824 - drm/radeon: clean up fujitsu quirks
2825 - drm/radeon: properly byte swap vce firmware setup
2826 - drm/radeon: cleaned up VCO output settings for DP audio
2827 - drm/radeon: Add a common function for DFS handling
2828 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
2829 - drm: add helper to check for wc memory support
2830 - drm/radeon: mask out WC from BO on unsupported arches
2831 - drm/radeon: hold reference to fences in radeon_sa_bo_new
2832 - drm: fix missing reference counting decrease
2833 - drm/i915: Restore inhibiting the load of the default context
2834 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
2835 - drm/i915: Init power domains early in driver load
2836 - drm/i915: Make sure DC writes are coherent on flush.
2837 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
2838 - drm/i915: Don't reject primary plane windowing with color keying enabled on
2839 SKL+
2840 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
2841 - drm/i915/dsi: defend gpio table against out of bounds access
2842 - drm/i915/dsi: don't pass arbitrary data to sideband
2843 - drm/i915: fix error path in intel_setup_gmbus()
2844 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
2845 - drm/radeon: use post-decrement in error handling
2846 - drm: No-Op redundant calls to drm_vblank_off() (v2)
2847 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
2848 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
2849 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
2850 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
2851 - drm/radeon/pm: adjust display configuration after powerstate
2852 - make sure that freeing shmem fast symlinks is RCU-delayed
2853 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
2854 supported
2855 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
2856 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
2857 - uapi: update install list after nvme.h rename
2858 - lib: sw842: select crc32
2859 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
2860 R700
2861 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
2862 R830
2863 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
2864 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
2865 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
2866 - dmaengine: dw: fix cyclic transfer setup
2867 - dmaengine: dw: fix cyclic transfer callbacks
2868 - dmaengine: at_xdmac: fix resume for cyclic transfers
2869 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
2870 - IB/cm: Fix a recently introduced deadlock
2871 - IB/qib: fix mcast detach when qp not attached
2872 - IB/qib: Support creating qps with GFP_NOIO flag
2873 - IB/mlx5: Expose correct maximum number of CQE capacity
2874 - Thermal: initialize thermal zone device correctly
2875 - Thermal: handle thermal zone device properly during system sleep
2876 - Thermal: do thermal zone update after a cooling device registered
2877 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
2878 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
2879 - hwmon: (ads1015) Handle negative conversion values correctly
2880 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
2881 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
2882 - seccomp: always propagate NO_NEW_PRIVS on tsync
2883 - libceph: fix ceph_msg_revoke()
2884 - libceph: don't bail early from try_read() when skipping a message
2885 - libceph: use the right footer size when skipping a message
2886 - libceph: don't spam dmesg with stray reply warnings
2887 - sd: Optimal I/O size is in bytes, not sectors
2888 - Staging: speakup: Fix getting port information
2889 - Revert "Staging: panel: usleep_range is preferred over udelay"
2890 - cdc-acm:exclude Samsung phone 04e8:685d
2891 - perf stat: Do not clean event's private stats
2892 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
2893 - rfkill: fix rfkill_fop_read wait_event usage
2894 - mac80211: Requeue work after scan complete for all VIF types.
2895 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
2896 - Revert "workqueue: make sure delayed work run in local cpu"
2897 - ALSA: hda - Apply clock gate workaround to Skylake, too
2898 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
2899 - target: Fix LUN_RESET active I/O handling for ACK_KREF
2900 - target: Fix LUN_RESET active TMR descriptor handling
2901 - target: Fix TAS handling for multi-session se_node_acls
2902 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
2903 - target: Fix race with SCF_SEND_DELAYED_TAS handling
2904 - spi: atmel: fix gpio chip-select in case of non-DT platform
2905 - libata: fix sff host state machine locking while polling
2906 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
2907 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
2908 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
2909 - cpuset: make mm migration asynchronous
2910 - cgroup: make sure a parent css isn't offlined before its children
2911 - writeback: keep superblock pinned during cgroup writeback association
2912 switches
2913 - phy: core: fix wrong err handle for phy_power_on
2914 - i2c: i801: Adding Intel Lewisburg support for iTCO
2915 - bio: return EINTR if copying to user space got interrupted
2916 - block: fix use-after-free in dio_bio_complete
2917 - nfs: fix nfs_size_to_loff_t
2918 - NFSv4: Fix a dentry leak on alias use
2919 - of/irq: Fix msi-map calculation for nonzero rid-base
2920 - KVM: async_pf: do not warn on page allocation failures
2921 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
2922 - KVM: x86: fix missed hardware breakpoints
2923 - KVM: x86: MMU: fix ubsan index-out-of-range warning
2924 - powerpc/eeh: Fix partial hotplug criterion
2925 - tracing: Fix showing function event in available_events
2926 - sunrpc/cache: fix off-by-one in qword_get()
2927 - kernel/resource.c: fix muxed resource handling in __request_region()
2928 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
2929 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
2930 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
2931 - xen/arm: correctly handle DMA mapping of compound pages
2932 - xen/scsiback: correct frontend counting
2933 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
2934 - xen/pciback: Save the number of MSI-X entries to be copied later.
2935 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
2936 extracted.
2937 - should_follow_link(): validate ->d_seq after having decided to follow
2938 - do_last(): ELOOP failure exit should be done after leaving RCU mode
2939 - hpfs: don't truncate the file when delete fails
2940 - x86/irq: Call chip->irq_set_affinity in proper context
2941 - x86/irq: Fix a race in x86_vector_free_irqs()
2942 - x86/irq: Validate that irq descriptor is still active
2943 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
2944 - x86/irq: Reorganize the return path in assign_irq_vector
2945 - x86/irq: Reorganize the search in assign_irq_vector
2946 - x86/irq: Check vector allocation early
2947 - x86/irq: Copy vectormask instead of an AND operation
2948 - x86/irq: Get rid of code duplication
2949 - x86/irq: Remove offline cpus from vector cleanup
2950 - x86/irq: Clear move_in_progress before sending cleanup IPI
2951 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
2952 - x86/irq: Remove outgoing CPU from vector cleanup mask
2953 - x86/irq: Call irq_force_move_complete with irq descriptor
2954 - x86/irq: Plug vector cleanup race
2955 - IB/cma: Fix RDMA port validation for iWarp
2956 - iwlwifi: dvm: fix WoWLAN
2957 - iwlwifi: pcie: properly configure the debug buffer size for 8000
2958 - iwlwifi: update and fix 7265 series PCI IDs
2959 - iwlwifi: mvm: don't allow sched scans without matches to be started
2960 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
2961 - bcache: prevent crash on changing writeback_running
2962 - Linux 4.4.4
2963
2964 * mlx4_en didn't choose time-stamping shift value according to HW frequency
2965 (LP: #1552627)
2966 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
2967
2968 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
2969 - target/transport: add flag to indicate CPU Affinity is observed
2970 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
2971 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
2972
2973 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
2974 - qla2xxx: Fix warning reported by static checker
2975 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
2976 - qla2xxx: Fix stale pointer access.
2977 - qla2xxx: Use ATIO type to send correct tmr response
2978 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
2979
2980 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
2981 - [Config] Add s390x zfcp to scsi-modules udeb
2982
2983 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
2984
2985 linux (4.4.0-10.25) xenial; urgency=low
2986
2987 [ Tim Gardner ]
2988
2989 * Release Tracking Bug
2990 - LP: #1552247
2991
2992 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
2993 - security: let security modules use PTRACE_MODE_* with bitmasks
2994
2995 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
2996 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
2997
2998 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2999 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
3000 - mmc: sdhci: Fix DMA descriptor with zero data length
3001
3002 * Miscellaneous Ubuntu changes
3003 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
3004
3005 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
3006
3007 linux (4.4.0-9.24) xenial; urgency=low
3008
3009 [ Tim Gardner ]
3010
3011 * Release Tracking Bug
3012 - LP: #1551319
3013
3014 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
3015 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
3016
3017 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
3018 #1448912)
3019 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
3020 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
3021 replacedby is not setup
3022 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
3023 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
3024 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
3025 replacedby
3026 - SAUCE: apparmor: Fix: label_vec_merge insertion
3027 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
3028 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
3029 merge path
3030 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
3031 labelset lock
3032 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
3033
3034 * apparmor kernel BUG kills firefox (LP: #1430546)
3035 - SAUCE: apparmor: Disallow update of cred when then subjective != the
3036 objective cred
3037 - SAUCE: apparmor: rework retrieval of the current label in the profile update
3038 case
3039
3040 * sleep from invalid context in aa_move_mount (LP: #1539349)
3041 - SAUCE: apparmor: fix sleep from invalid context
3042
3043 * s390x: correct restore of high gprs on signal return (LP: #1550468)
3044 - s390/compat: correct restore of high gprs on signal return
3045
3046 * missing SMAP support (LP: #1550517)
3047 - x86/entry/compat: Add missing CLAC to entry_INT80_32
3048
3049 * Floating-point exception handler receives empty Data-Exception Code in
3050 Floating Point Control register (LP: #1548414)
3051 - s390/fpu: signals vs. floating point control register
3052
3053 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
3054 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
3055
3056 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
3057 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
3058 build fips840/b1208b_1604.840 (LP: #1532914)
3059 - cxl: Fix PSL timebase synchronization detection
3060
3061 * [Feature]EDAC support for Knights Landing (LP: #1519631)
3062 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
3063
3064 * Various failures of kernel_security suite on Xenial kernel on s390x arch
3065 (LP: #1531327)
3066 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
3067
3068 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
3069 - [Config] Provides: virtualbox-guest-modules when appropriate
3070
3071 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
3072 #1507588)
3073 - [Config] Provides: virtualbox-guest-modules when appropriate
3074
3075 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
3076 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
3077 - SAUCE: i915_bpo: Update intel_ips.h file location
3078 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
3079 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
3080 - drm/i915: remove an extra level of indirection in PCI ID list
3081 - drm/i915/kbl: Add Kabylake PCI ID
3082 - drm/i915/kbl: Add Kabylake GT4 PCI ID
3083 - mm: Export nr_swap_pages
3084 - async: export current_is_async()
3085 - drm: fix potential dangling else problems in for_each_ macros
3086 - dp/mst: add SDP stream support
3087 - drm: Implement drm_modeset_lock_all_ctx()
3088 - drm: Add "prefix" parameter to drm_rect_debug_print()
3089 - drm/i915: Set connector_state->connector using the helper.
3090 - drm/atomic: add connector mask to drm_crtc_state.
3091 - drm/i915: Report context GTT size
3092 - drm/i915: Add get_eld audio component
3093 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
3094 - SAUCE: i915_bpo: Revert passing plane/encoder name
3095 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
3096 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
3097 - drm/i915/bxt: update list of PCIIDs
3098 - drm/i915/skl: Add missing SKL ids
3099 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
3100 driver isn't"
3101 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
3102 - drm/atomic: Do not unset crtc when an encoder is stolen
3103 - drm/i915: Update connector_mask during readout, v2.
3104 - drm/atomic: Add encoder_mask to crtc_state, v3.
3105 - SAUCE: drm/core: Add drm_encoder_index.
3106 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
3107 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
3108
3109 * arm64: guest hangs when ntpd is running (LP: #1549494)
3110 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
3111 - hrtimer: Catch illegal clockids
3112 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
3113
3114 * Miscellaneous Ubuntu changes
3115 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
3116 - [Config] CONFIG_ARM_SMMU=y on arm64
3117 - rebase to v4.4.3
3118 - [Debian] git-ubuntu-log -- ensure we get the last commit
3119 - [Config] fix up spelling of probably again
3120 - [Debian] perf -- build in the context of the full generated local headers
3121 - SAUCE: tools: lib/bpf -- add generated headers to search path
3122 - SAUCE: proc: Always set super block owner to init_user_ns
3123 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
3124 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
3125 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
3126 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
3127 needs locking
3128 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
3129 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
3130 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
3131 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
3132 of remove_and_insert
3133 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
3134 transitions ns
3135 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
3136 freed.
3137 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
3138 been removed
3139 - SAUCE: apparmor: Fix: query label file permission
3140 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
3141 - SAUCE: fixup: cleanup return handling of labels
3142 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
3143 destroyed
3144 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
3145 - SAUCE: fixup: 20/23 locking issue around in __label_update
3146 - SAUCE: fixup: get rid of unused var build warning
3147 - SAUCE: fixup: cast poison values to remove warnings
3148 - SAUCE: apparmor: fix refcount race when finding a child profile
3149 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
3150 - SAUCE: fix: audit "no_new_privs" case for exec failure
3151 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
3152 - SAUCE: Move replacedby allocation into label_alloc
3153 - [Debian] supply zfs dkms Provides: based on do_zfs
3154 - [Config] supply zfs dkms Provides: based on do_zfs
3155 - [Config] drop linux-image-3.0 provides
3156
3157 * Miscellaneous upstream changes
3158 - x86/mpx: Fix off-by-one comparison with nr_registers
3159
3160 [ Upstream Kernel Changes ]
3161
3162 * rebase to v4.4.3
3163
3164 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
3165
3166 linux (4.4.0-8.23) xenial; urgency=low
3167
3168 * cgroup namespace mounts broken in containers (LP: #1549398)
3169 - SAUCE: kernfs: Always set super block owner to init_user_ns
3170
3171 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
3172 - arm64: mm: avoid calling apply_to_page_range on empty range
3173 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
3174
3175 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
3176 - [Config] postinst -- handle recreating symlinks when a real file is present
3177
3178 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
3179 - SAUCE: cred: Add clone_cred() interface
3180 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3181 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3182 - SAUCE: overlayfs: Be more careful about copying up sxid files
3183 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3184
3185 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
3186 - SAUCE: cred: Add clone_cred() interface
3187 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3188 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3189 - SAUCE: overlayfs: Be more careful about copying up sxid files
3190 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3191
3192 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
3193 - SAUCE: cred: Add clone_cred() interface
3194 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3195 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3196
3197 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
3198 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
3199 - net: Add eth_platform_get_mac_address() helper.
3200 - i40e: Add mac_filter_element at the end of the list instead of HEAD
3201 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
3202 - i40e: Replace X722 mac check in ethtool get_settings
3203 - i40evf: allow channel bonding of VFs
3204 - i40e: define function capabilities in only one place
3205 - i40evf: null out ring pointers on free
3206 - i40e: Cleanup the code with respect to restarting autoneg
3207 - i40e: update features with right offload
3208 - i40e: bump version to 1.4.10
3209 - i40e: add new device IDs for X722
3210 - i40e: Extend ethtool RSS hooks for X722
3211 - i40e/i40evf: Fix for UDP/TCP RSS for X722
3212 - i40evf: add new write-back mode
3213 - i40e/i40evf: Use private workqueue
3214 - i40e: add new proxy-wol bit for X722
3215 - i40e: Limit DCB FW version checks to X710/XL710 devices
3216 - i40e: AQ Add Run PHY Activity struct
3217 - i40e: AQ Geneve cloud tunnel type
3218 - i40e: AQ Add external power class to get link status
3219 - i40e: add 100Mb ethtool reporting
3220 - ixgbe: bulk free SKBs during TX completion cleanup cycle
3221 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
3222 - igb: Unpair the queues when changing the number of queues
3223 - igb/igbvf: don't give up
3224 - igb: clean up code for setting MAC address
3225 - igb: Refactor VFTA configuration
3226 - igb: Allow asymmetric configuration of MTU versus Rx frame size
3227 - igb: Do not factor VLANs into RLPML calculation
3228 - igb: Always enable VLAN 0 even if 8021q is not loaded
3229 - igb: Merge VLVF configuration into igb_vfta_set
3230 - igb: Clean-up configuration of VF port VLANs
3231 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
3232 - igb: Drop unnecessary checks in transmit path
3233 - igb: Enable use of "bridge fdb add" to set unicast table entries
3234 - igb: Add workaround for VLAN tag stripping on 82576
3235 - i40e: AQ Shared resource flags
3236 - i40e: AQ Add set_switch_config
3237 - i40e: AQ Add VXLAN-GPE tunnel type
3238 - i40e: AQ thermal sensor control struct
3239 - i40e: Bump AQ minor version to 1.5 for new FW features
3240 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
3241 - i40e: fix write-back-on-itr to work with legacy itr
3242 - i40e: add counter for arq overflows
3243 - i40e: add 20G speed for Tx bandwidth calculations
3244 - i40e: refactor DCB function
3245 - i40e: add a little more to an NVM update debug message
3246 - i40evf: enable bus master after reset
3247 - i40e: add netdev info to VSI dump
3248 - i40e: remove VF device IDs from PF
3249 - i40e: trivial: remove unnecessary local var
3250 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
3251 - net: ixgbe: add minimal parser details for ixgbe
3252 - i40e: trivial: drop duplicate definition
3253 - i40e: trivial: fix missing space
3254 - i40e: fix bug in dma sync
3255 - i40e: do TSO only if CHECKSUM_PARTIAL is set
3256 - i40e: allocate memory safer
3257 - i40e: fix: do not sleep in netdev_ops
3258 - i40e: APIs to Add/remove port mirroring rules
3259 - i40e: negate PHY int mask bits
3260 - i40e: drop unused function
3261 - i40e: count allocation errors
3262 - i40e: avoid large memcpy by assigning struct
3263 - i40e/i40evf: bump version to 1.4.12/1.4.8
3264 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
3265 - i40e: add priv flag for automatic rule eviction
3266 - i40e: use eth_platform_get_mac_address()
3267 - i40e: move sync_vsi_filters up in service_task
3268 - i40e: Make the DCB firmware checks for X710/XL710 only
3269 - i40e: set shared bit for multicast filters
3270 - i40e: add VEB stat control and remove L2 cloud filter
3271 - i40e: use new add_veb calling with VEB stats control
3272 - i40e: Refactor force_wb and WB_ON_ITR functionality code
3273 - i40evf: Change vf driver string to reflect all products i40evf supports
3274 - i40e/i40evf: don't lose interrupts
3275 - i40e/i40evf: try again after failure
3276 - i40e: dump descriptor indexes in hex
3277 - i40e/i40evf: use __GFP_NOWARN
3278 - i40e/i40evf: use pages correctly in Rx
3279 - i40e/i40evf: use logical operators, not bitwise
3280 - i40e: properly show packet split status in debugfs
3281 - i40e/i40evf: Bump version
3282 - ixgbe: use u32 instead of __u32 in model header
3283 - ixgbe: fix dates on header of ixgbe_model.h
3284 - i40e: get rid of magic number
3285 - i40e: drop unused debugfs file "dump"
3286 - i40evf: support packet split receive
3287 - i40e: trivial: cleanup use of pf->hw
3288 - i40e: Add a SW workaround for lost interrupts
3289 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3290 - i40e: Removal of code which relies on BASE VEB SEID
3291 - i40e/i40evf: avoid atomics
3292 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3293 - i40e: expand comment
3294 - i40e: better error reporting for nvmupdate
3295 - i40evf: set adapter state on reset failure
3296 - i40e: clean event descriptor before use
3297 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3298 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3299 - i40e/i40evf: Drop outer checksum offload that was not requested
3300 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3301 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3302 - i40e/i40evf: Consolidate all header changes into TSO function
3303 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3304 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3305 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3306 - i40e/i40evf: Do not write to descriptor unless we complete
3307 - i40e/i40evf: Add exception handling for Tx checksum
3308 - i40e/i40evf: Clean-up Rx packet checksum handling
3309 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3310 - i40e: Fix ATR in relation to tunnels
3311 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3312 - i40e: Update feature flags to reflect newly enabled features
3313 - i40evf: Update feature flags to reflect newly enabled features
3314 - i40e: Add support for ATR w/ IPv6 extension headers
3315 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3316 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3317 - i40e/i40evf: Move Tx checksum closer to TSO
3318 - i40e: Add functions to blink led on 10GBaseT PHY
3319 - i40e: Fix led blink capability for 10GBaseT PHY
3320 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3321 - i40e: Do not wait for Rx queue disable in DCB reconfig
3322 - i40e: Fix for unexpected messaging
3323 - i40e: Expose some registers to program parser, FD and RSS logic
3324 - i40e: add check for null VSI
3325 - i40e: add adminq commands for Rx CTL registers
3326 - i40e: implement and use Rx CTL helper functions
3327 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3328 - i40e: suspend scheduling during driver unload
3329 - i40e: let go of the past
3330 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3331
3332 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3333 - mpt3sas: A correction in unmap_resources
3334 - mpt3sas: Added support for high port count HBA variants.
3335 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3336 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3337 - mpt3sas: Never block the Enclosure device
3338 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3339 - mpt3sas: Added smp_affinity_enable module parameter.
3340 - mpt3sas: Add support for configurable Chain Frame Size
3341 - mpt3sas: Updated MPI Header to 2.00.42
3342 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3343 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3344 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3345
3346 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3347 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3348
3349 * Miscellaneous Ubuntu changes
3350 - [Packaging] git-ubuntu-log -- output should be utf-8
3351 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3352
3353 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3354
3355 linux (4.4.0-7.22) xenial; urgency=low
3356
3357 [ Tim Gardner ]
3358
3359 * Release Tracking Bug
3360 - LP: #1547205
3361
3362 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3363 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3364 - arm64: kernel: implement ACPI parking protocol
3365
3366 * Please pull cgroup namespaces (LP: #1546775)
3367 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3368 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3369 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3370 - SAUCE: (noup) cgroup: cgroup namespace setns support
3371 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3372 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3373 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3374 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3375
3376 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3377 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3378 - pwm: lpss: Remove ->free() callback
3379 - pwm: bcm2835: Calculate scaler in ->config()
3380 - pwm: bcm2835: Prevent division by zero
3381 - pwm: bcm2835: Fix email address specification
3382 - pwm: lpss: Update PWM setting for Broxton
3383 - pwm: lpss: Select core part automatically
3384 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3385 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3386 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3387 - pwm: lpc32xx: make device usable with common clock framework
3388 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3389 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3390 - pwm: rcar: Improve accuracy of frequency division setting
3391 - pwm: Add PWM driver for OMAP using dual-mode timers
3392 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3393 - pwm: omap-dmtimer: Potential NULL dereference on error
3394 - pwm: Mark all devices as "might sleep"
3395
3396 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3397 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3398 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3399
3400 * Update megaraid driver to MR6.10 (LP: #1544679)
3401 - megaraid_sas: Do not allow PCI access during OCR
3402 - megaraid_sas: MFI IO timeout handling
3403 - megaraid_sas: Syncing request flags macro names with firmware
3404 - megaraid_sas: Task management support
3405 - megaraid_sas: Update device queue depth based on interface type
3406 - megaraid_sas: Fastpath region lock bypass
3407 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3408 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3409 - megaraid_sas: Dual queue depth support
3410 - megaraid_sas: IO throttling support
3411 - megaraid_sas: Make adprecovery variable atomic
3412 - megaraid_sas: MFI adapter OCR changes
3413 - megaraid_sas: Introduce module parameter for SCSI command timeout
3414 - megaraid_sas: SPERC OCR changes
3415 - megaraid_sas: driver version upgrade
3416 - megaraid: fix null pointer check in megasas_detach_one().
3417 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3418 - megaraid_sas: Fix SMAP issue
3419 - megaraid_sas: Add an i/o barrier
3420
3421 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3422 - powerpc/powernv: Fix stale PE primary bus
3423
3424 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3425 - [Config] Update bnx2x d-i firmware to 7.12.30
3426
3427 * Miscellaneous Ubuntu changes
3428 - rebase to v4.4.2
3429
3430 * Miscellaneous upstream changes
3431 - openvswitch: allow management from inside user namespaces
3432 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3433 - net, thunderx: Remove unnecessary rcv buffer start address management
3434 - net: thunderx: HW TSO support for pass-2 hardware
3435 - net: thunderx: Enable CQE count threshold interrupt
3436 - net: cavium: liquidio: use helpers ns_to_timespec64()
3437 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3438 - arm64: KVM: Configure TCR_EL2.PS at runtime
3439 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3440 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3441 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3442 - arm64: lib: patch in prfm for copy_page if requested
3443 - arm64: prefetch: add missing #include for spin_lock_prefetch
3444 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3445 - net: thunderx: Use napi_schedule_irqoff()
3446 - net: thunderx: Assign affinity hints to vf's interrupts
3447 - net: thunderx: bgx: Use standard firmware node infrastructure.
3448 - net: thunderx: bgx: Add log message when setting mac address
3449 - net: thunderx: Alloc higher order pages when pagesize is small
3450 - net: cavium: liquidio: Return correct error code
3451 - net: cavium: liquidio: fix check for in progress flag
3452 - livepatch: add old_sympos as disambiguator field to klp_func
3453 - livepatch: add sympos as disambiguator field to klp_reloc
3454 - livepatch: function,sympos scheme in livepatch sysfs directory
3455 - module: Use the same logic for setting and unsetting RO/NX
3456 - gcov: use within_module() helper.
3457 - module: use a structure to encapsulate layout.
3458 - module: clean up RO/NX handling.
3459 - module: keep percpu symbols in module's symtab
3460 - livepatch: Cleanup module page permission changes
3461
3462 [ Upstream Kernel Changes ]
3463
3464 * rebase to v4.4.2
3465
3466 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3467
3468 linux (4.4.0-6.21) xenial; urgency=low
3469
3470 [ Tim Gardner ]
3471
3472 * Release Tracking Bug
3473 - LP: #1546283
3474
3475 * Naples/Zen, NTB Driver (LP: #1542071)
3476 - [Config] CONFIG_NTB_AMD=m
3477 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3478
3479 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3480 - SAUCE: storvsc: use small sg_tablesize on x86
3481
3482 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3483 - [Config] CONFIG_ARMV8_DEPRECATED=y
3484
3485 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3486 - powerpc/eeh: Fix stale cached primary bus
3487
3488 * Miscellaneous Ubuntu changes
3489 - SAUCE: fs: Add user namesapace member to struct super_block
3490 - SAUCE: fs: Limit file caps to the user namespace of the super block
3491 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3492 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3493 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3494 - SAUCE: fs: Treat foreign mounts as nosuid
3495 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3496 - SAUCE: userns: Replace in_userns with current_in_userns
3497 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3498 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3499 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3500 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3501 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3502 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3503 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3504 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3505 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3506 - SAUCE: fuse: Add support for pid namespaces
3507 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3508 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3509 - SAUCE: fuse: Allow user namespace mounts
3510 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3511 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3512 - SAUCE: quota: Convert ids relative to s_user_ns
3513 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3514 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3515 - SAUCE: quota: Treat superblock owner as privilged
3516 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3517 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3518 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3519 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3520 - SAUCE: fuse: Add module parameter to enable user namespace mounts
3521
3522 * Miscellaneous upstream changes
3523 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
3524 - libahci: Implement the capability to override the generic ahci interrupt handler.
3525 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
3526 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
3527
3528 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
3529
3530 linux (4.4.0-5.20) xenial; urgency=low
3531
3532 [ Tim Gardner ]
3533
3534 * Release Tracking Bug
3535 - LP: #1544637
3536
3537 * s390/cio: update measurement characteristics (LP: #1541534)
3538 - s390/cio: fix measurement characteristics memleak
3539 - s390/cio: ensure consistent measurement state
3540 - s390/cio: update measurement characteristics
3541
3542 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
3543 - qeth: initialize net_device with carrier off
3544
3545 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
3546 - [Config] CONFIG_ZONE_DMA=y
3547 - mm: CONFIG_NR_ZONES_EXTENDED
3548
3549 * perf enahancements for ppc64 (LP: #1521678)
3550 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
3551 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
3552 - perf kvm/powerpc: Port perf kvm stat to powerpc
3553 - perf kvm/powerpc: Add support for HCALL reasons
3554
3555 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
3556 - SAUCE: nbd: ratelimit error msgs after socket close
3557
3558 * sleep from invalid context in aa_move_mount (LP: #1539349)
3559 - SAUCE: apparmor: fix sleep from invalid context
3560
3561 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
3562 - net/mlx5_core: Modify enable/disable hca functions
3563 - net/mlx5_core: Add base sriov support
3564 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
3565 - net/mlx5: Update access functions to Query/Modify vport MAC address
3566 - net/mlx5: Introduce access functions to modify/query vport mac lists
3567 - net/mlx5: Introduce access functions to modify/query vport state
3568 - net/mlx5: Introduce access functions to modify/query vport promisc mode
3569 - net/mlx5: Introduce access functions to modify/query vport vlans
3570 - net/mlx5e: Write UC/MC list and promisc mode into vport context
3571 - net/mlx5e: Write vlan list into vport context
3572 - net/mlx5: Introducing E-Switch and l2 table
3573 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
3574 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
3575 - net/mlx5: E-Switch, Introduce Vport administration functions
3576 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
3577 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
3578 - net/mlx5: E-Switch, Introduce get vf statistics
3579 - net/mlx5e: Add support for SR-IOV ndos
3580 - net/mlx5: Fix query E-Switch capabilities
3581 - net/mlx5e: Assign random MAC address if needed
3582
3583 * make wacom_w8001 work well in xenial (LP: #1542771)
3584 - Input: wacom_w8001 - use __set_bit for evbits
3585 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
3586 - Input: wacom_w8001 - handle touch error case correctly
3587 - Input: wacom_w8001 - split pen and touch initialization up
3588 - Input: wacom_w8001 - split the touch and pen devices into two devices
3589 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
3590
3591 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
3592 - ubuntu: vbox -- update to 5.0.14-dfsg-2
3593
3594 * Miscellaneous Ubuntu changes
3595 - [Packaging] git-ubuntu-log -- fix empty section formatting
3596 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
3597
3598 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
3599
3600 linux (4.4.0-4.19) xenial; urgency=low
3601
3602 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
3603 - [Config] update spl/zfs version
3604 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
3605 - [Config] reconstruct -- drop links for zfs userspace components
3606 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
3607
3608 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
3609 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
3610
3611 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
3612 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
3613
3614 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
3615 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
3616
3617 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
3618 - HID: multitouch: enable palm rejection if device implements confidence usage
3619
3620 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3621 - qla2xxx: Remove unavailable firmware files
3622 - qla2xxx: Enable Extended Logins support
3623 - qla2xxx: Enable Exchange offload support.
3624 - qla2xxx: Enable Target counters in DebugFS.
3625 - qla2xxx: Add FW resource count in DebugFS.
3626 - qla2xxx: Added interface to send explicit LOGO.
3627 - qla2xxx: Delete session if initiator is gone from FW
3628 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
3629 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
3630 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
3631 - qla2xxx: Add irq affinity notification
3632 - qla2xxx: Add selective command queuing
3633 - qla2xxx: Move atioq to a different lock to reduce lock contention
3634 - qla2xxx: Disable ZIO at start time.
3635 - qla2xxx: Set all queues to 4k
3636 - qla2xxx: Check for online flag instead of active reset when transmitting responses
3637 - scsi: qla2xxxx: avoid type mismatch in comparison
3638
3639 * [Hyper-V] PCI Passthrough (LP: #1541120)
3640 - x86/irq: Export functions to allow MSI domains in modules
3641 - genirq/msi: Export functions to allow MSI domains in modules
3642
3643 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
3644 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
3645 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
3646 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
3647 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
3648 - lpfc: Fix crash in fcp command completion path.
3649 - lpfc: Modularize and cleanup FDMI code in driver
3650 - lpfc: Fix RDP Speed reporting.
3651 - lpfc: Fix RDP ACC being too long.
3652 - lpfc: Make write check error processing more resilient
3653 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
3654 - lpfc: Fix mbox reuse in PLOGI completion
3655 - lpfc: Fix external loopback failure.
3656 - lpfc: Add logging for misconfigured optics.
3657 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
3658 - lpfc: Use kzalloc instead of kmalloc
3659 - lpfc: Update version to 11.0.0.10 for upstream patch set
3660
3661 * Miscellaneous Ubuntu changes
3662 - [Config] CONFIG_ARM64_VA_BITS=48
3663 - [Config] Fixed Vcs-Git
3664
3665 * Miscellaneous upstream changes
3666 - cxl: Fix possible idr warning when contexts are released
3667 - cxl: use correct operator when writing pcie config space values
3668 - cxlflash: drop unlikely before IS_ERR_OR_NULL
3669 - cxl: Fix DSI misses when the context owning task exits
3670 - cxlflash: Removed driver date print
3671 - cxlflash: Fix to resolve cmd leak after host reset
3672 - cxlflash: Resolve oops in wait_port_offline
3673 - cxlflash: Enable device id for future IBM CXL adapter
3674 - cxl: fix build for GCC 4.6.x
3675 - cxl: use -Werror only with CONFIG_PPC_WERROR
3676 - cxl: Enable PCI device ID for future IBM CXL adapter
3677
3678 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
3679
3680 linux (4.4.0-3.17) xenial; urgency=low
3681
3682 [ Tim Gardner ]
3683
3684 * Release Tracking Bug
3685 - LP: #1541058
3686 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3687 - LP: #1531539
3688 * SAUCE: nvme merge cleanup
3689 - LP: #1531539
3690 * rebase to v4.4.1
3691
3692 [ Andy Whitcroft ]
3693
3694 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
3695 ioctls"
3696 - LP: #1538618
3697 * postinst -- detect symlinks correctly
3698 - LP: #1536810
3699
3700 [ John Johansen ]
3701
3702 * SAUCE: apparmor: fix sleep from invalid context
3703 - LP: #1539349
3704
3705 [ Upstream Kernel Changes ]
3706
3707 * powerpc/eeh: Fix PE location code
3708 - LP: #1538909
3709 * powerpc/pseries: Limit EPOW reset event warnings
3710 - LP: #1539102
3711 * lightnvm: fix bio submission issue
3712 - LP: #1531539
3713 * lightnvm: fix incorrect nr_free_blocks stat
3714 - LP: #1531539
3715 * lightnvm: add check after mempool allocation
3716 - LP: #1531539
3717 * lightnvm: unlock rq and free ppa_list on submission fail
3718 - LP: #1531539
3719 * lightnvm: move ppa erase logic to core
3720 - LP: #1531539
3721 * lightnvm: refactor rqd ppa list into set/free
3722 - LP: #1531539
3723 * lightnvm: refactor end_io functions for sync
3724 - LP: #1531539
3725 * lightnvm: return the get_bb_tbl return value
3726 - LP: #1531539
3727 * lightnvm: check bi_error in gc
3728 - LP: #1531539
3729 * lightnvm: put block back to gc list on its reclaim fail
3730 - LP: #1531539
3731 * lightnvm: fix locking and mempool in rrpc_lun_gc
3732 - LP: #1531539
3733 * lightnvm: sectors first in ppa list
3734 - LP: #1531539
3735 * lightnvm: move the pages per block check out of the loop
3736 - LP: #1531539
3737 * lightnvm: support multiple ppas in nvm_erase_ppa
3738 - LP: #1531539
3739 * lightnvm: move rq->error to nvm_rq->error
3740 - LP: #1531539
3741 * lightnvm: introduce nvm_submit_ppa
3742 - LP: #1531539
3743 * lightnvm: reference rrpc lun in rrpc block
3744 - LP: #1531539
3745 * lightnvm: fix missing grown bad block type
3746 - LP: #1531539
3747 * lightnvm: manage open and closed blocks separately
3748 - LP: #1531539
3749 * lightnvm: add mccap support
3750 - LP: #1531539
3751 * lightnvm: introduce mlc lower page table mappings
3752 - LP: #1531539
3753 * lightnvm: core on-disk initialization
3754 - LP: #1531539
3755 * lightnvm: introduce ioctl to initialize device
3756 - LP: #1531539
3757 * lightnvm: use system block for mm initialization
3758 - LP: #1531539
3759 * lightnvm: introduce factory reset
3760 - LP: #1531539
3761 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
3762 - LP: #1531539
3763 * blk-mq: add a flags parameter to blk_mq_alloc_request
3764 - LP: #1531539
3765 * nvme: move struct nvme_iod to pci.c
3766 - LP: #1531539
3767 * nvme: split command submission helpers out of pci.c
3768 - LP: #1531539
3769 * nvme: use offset instead of a struct for registers
3770 - LP: #1531539
3771 * nvme: split nvme_trans_device_id_page
3772 - LP: #1531539
3773 * nvme: use vendor it from identify
3774 - LP: #1531539
3775 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
3776 - LP: #1531539
3777 * nvme: simplify nvme_setup_prps calling convention
3778 - LP: #1531539
3779 * nvme: refactor nvme_queue_rq
3780 - LP: #1531539
3781 * nvme: factor out a nvme_unmap_data helper
3782 - LP: #1531539
3783 * nvme: move nvme_error_status to common code
3784 - LP: #1531539
3785 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
3786 - LP: #1531539
3787 * nvme: split __nvme_submit_sync_cmd
3788 - LP: #1531539
3789 * nvme: use the block layer for userspace passthrough metadata
3790 - LP: #1531539
3791 * nvme: move block_device_operations and ns/ctrl freeing to common code
3792 - LP: #1531539
3793 * nvme: add explicit quirk handling
3794 - LP: #1531539
3795 * nvme: move remaining CC setup into nvme_enable_ctrl
3796 - LP: #1531539
3797 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
3798 - LP: #1531539
3799 * nvme: add a common helper to read Identify Controller data
3800 - LP: #1531539
3801 * nvme: move the call to nvme_init_identify earlier
3802 - LP: #1531539
3803 * nvme: move namespace scanning to common code
3804 - LP: #1531539
3805 * nvme: move chardev and sysfs interface to common code
3806 - LP: #1531539
3807 * nvme: refactor set_queue_count
3808 - LP: #1531539
3809 * blk-integrity: empty implementation when disabled
3810 - LP: #1531539
3811 * NVMe: fix build with CONFIG_NVM enabled
3812 - LP: #1531539
3813 * nvme: fix another 32-bit build warning
3814 - LP: #1531539
3815 * nvme: precedence bug in nvme_pr_clear()
3816 - LP: #1531539
3817 * nvme: only ignore hardware errors in nvme_create_io_queues
3818 - LP: #1531539
3819 * nvme: only add a controller to dev_list after it's been fully
3820 initialized
3821 - LP: #1531539
3822 * nvme: protect against simultaneous shutdown invocations
3823 - LP: #1531539
3824 * nvme: don't take the I/O queue q_lock in nvme_timeout
3825 - LP: #1531539
3826 * nvme: merge nvme_abort_req and nvme_timeout
3827 - LP: #1531539
3828 * nvme: add NVME_SC_CANCELLED
3829 - LP: #1531539
3830 * nvme: simplify resets
3831 - LP: #1531539
3832 * nvme: do not restart the request timeout if we're resetting the
3833 controller
3834 - LP: #1531539
3835 * nvme: merge probe_work and reset_work
3836 - LP: #1531539
3837 * nvme: remove dead controllers from a work item
3838 - LP: #1531539
3839 * nvme: switch abort_limit to an atomic_t
3840 - LP: #1531539
3841 * NVMe: Implement namespace list scanning
3842 - LP: #1531539
3843 * NVMe: Use unbounded work queue for all work
3844 - LP: #1531539
3845 * NVMe: Remove device management handles on remove
3846 - LP: #1531539
3847 * NVMe: Simplify metadata setup
3848 - LP: #1531539
3849 * nvme: fix admin queue depth
3850 - LP: #1531539
3851 * nvme: factor out a few helpers from req_completion
3852 - LP: #1531539
3853 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
3854 - LP: #1531539
3855 * nvme: switch abort to blk_execute_rq_nowait
3856 - LP: #1531539
3857 * nvme: special case AEN requests
3858 - LP: #1531539
3859 * nvme: simplify completion handling
3860 - LP: #1531539
3861 * nvme: properly free resources for cancelled command
3862 - LP: #1531539
3863 * nvme: meta_sg doesn't have to be an array
3864 - LP: #1531539
3865 * nvme: merge iod and cmd_info
3866 - LP: #1531539
3867 * NVMe: Add pci error handlers
3868 - LP: #1531539
3869 * NVMe: Export namespace attributes to sysfs
3870 - LP: #1531539
3871 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
3872 - LP: #1531539
3873 * nvme: synchronize access to ctrl->namespaces
3874 - LP: #1531539
3875 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
3876 - LP: #1531539
3877 * nvme: make SG_IO support optional
3878 - LP: #1531539
3879 * NVMe: Fix admin queue ring wrap
3880 - LP: #1531539
3881 * NVMe: Use a retryable error code on reset
3882 - LP: #1531539
3883 * NVMe: Remove queue freezing on resets
3884 - LP: #1531539
3885 * NVMe: IO queue deletion re-write
3886 - LP: #1531539
3887 * NVMe: Shutdown controller only for power-off
3888 - LP: #1531539
3889 * NVMe: Export NVMe attributes to sysfs group
3890 - LP: #1531539
3891 * i40e: fix build warnings
3892 * net: i40e: shut up uninitialized variable warnings
3893 * Drivers: hv: vmbus: fix build warning
3894 * Drivers: hv: util: Increase the timeout for util services
3895 * Drivers: hv: utils: run polling callback always in interrupt context
3896 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
3897 * tools: hv: remove repeated HV_FCOPY string
3898 * Drivers: hv: util: catch allocation errors
3899 * Drivers: hv: utils: use memdup_user in hvt_op_write
3900 * drivers/hv: cleanup synic msrs if vmbus connect failed
3901 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
3902 num
3903 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
3904 * drivers:hv: Define the channel type for Hyper-V PCI Express
3905 pass-through
3906 * Drivers: hv: vss: run only on supported host versions
3907 * Drivers: hv: vmbus: Use uuid_le type consistently
3908 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
3909 * Drivers: hv: vmbus: Get rid of the unused macro
3910 * Drivers: hv: vmbus: Get rid of the unused irq variable
3911 * Drivers: hv: vmbus: serialize process_chn_event() and
3912 vmbus_close_internal()
3913 * Drivers: hv: vmbus: do sanity check of channel state in
3914 vmbus_close_internal()
3915 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
3916 driver
3917 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
3918 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
3919 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
3920 * Drivers: hv: vmbus: Fix a Host signaling bug
3921 * drivers/hv: correct tsc page sequence invalid value
3922 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
3923 * Drivers: hv: utils: Invoke the poll function after handshake
3924 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
3925 * Drivers: hv: utils: fix memory leak on on_msg() failure
3926 * Drivers: hv: utils: rename outmsg_lock
3927 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
3928 * Drivers: hv: utils: fix crash when device is removed from host side
3929 * Drivers: hv: ring_buffer.c: fix comment style
3930 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
3931 * Drivers: hv: ring_buffer: remove code duplication from
3932 hv_ringbuffer_peek/read()
3933 * Drivers: hv: remove code duplication between
3934 vmbus_recvpacket()/vmbus_recvpacket_raw()
3935 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
3936 * drivers/hv: replace enum hv_message_type by u32
3937 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
3938 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
3939 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
3940 header
3941 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
3942 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
3943 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
3944
3945 [ Upstream Kernel Changes ]
3946
3947 * rebase to v4.4.1
3948 - LP: #1533461
3949 - LP: #1529624
3950
3951 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
3952
3953 linux (4.4.0-2.16) xenial; urgency=low
3954
3955 [ Andy Whitcroft ]
3956
3957 * Release Tracking Bug
3958 - LP: #1539090
3959 * SAUCE: hv: hv_set_ifconfig -- convert to python3
3960 - LP: #1506521
3961 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
3962 - LP: #1538618
3963
3964 [ Colin Ian King ]
3965
3966 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
3967 bit FADT addresses (LP: #1529381)
3968 - LP: #1529381
3969
3970 [ John Johansen ]
3971
3972 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
3973 being shutdown
3974 - LP: #1446906
3975
3976 [ Mahesh Salgaonkar ]
3977
3978 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
3979 - LP: #1537881
3980 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
3981 interrupt.
3982 - LP: #1537881
3983 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
3984 base errors
3985 - LP: #1537881
3986
3987 [ Paolo Pisati ]
3988
3989 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
3990 #843419 build flags
3991 - LP: #1533009
3992 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
3993 * [Config] disable ARCH_ZX (ZTE ZX Soc)
3994
3995 [ Tim Gardner ]
3996
3997 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
3998 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
3999 - LP: #1536719
4000 * SAUCE: drop obsolete bnx2x firmware
4001 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
4002 - LP: #1536474
4003 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
4004 - LP: #1534647
4005 * [Config] Add pvpanic to virtual flavour
4006 - LP: #1537923
4007 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
4008 - LP: #1520457
4009
4010 [ Upstream Kernel Changes ]
4011
4012 * i40evf: fix compiler warning of unused variable
4013 - LP: #1536474
4014 * intel: i40e: fix confused code
4015 - LP: #1536474
4016 * i40e/i40evf: remove unused tunnel parameter
4017 - LP: #1536474
4018 * i40e: Change BUG_ON to WARN_ON in service event complete
4019 - LP: #1536474
4020 * i40e: remove BUG_ON from feature string building
4021 - LP: #1536474
4022 * i40e: remove BUG_ON from FCoE setup
4023 - LP: #1536474
4024 * i40e: Workaround fix for mss < 256 issue
4025 - LP: #1536474
4026 * i40e/i40evf: Add a stat to track how many times we have to do a force
4027 WB
4028 - LP: #1536474
4029 * i40e: Move the saving of old link info from handle_link_event to
4030 link_event
4031 - LP: #1536474
4032 * i40e/i40evf: Add comment to #endif
4033 - LP: #1536474
4034 * i40e/i40evf: clean up error messages
4035 - LP: #1536474
4036 * i40evf: handle many MAC filters correctly
4037 - LP: #1536474
4038 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
4039 - LP: #1536474
4040 * i40e: rework the functions to configure RSS with similar parameters
4041 - LP: #1536474
4042 * i40e: create a generic configure rss function
4043 - LP: #1536474
4044 * i40e: Bump version to 1.4.2
4045 - LP: #1536474
4046 * i40e: add new fields to store user configuration
4047 - LP: #1536474
4048 * i40e: rename rss_size to alloc_rss_size in i40e_pf
4049 - LP: #1536474
4050 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
4051 workaround
4052 - LP: #1536474
4053 * i40e/i40evf: prefetch skb data on transmit
4054 - LP: #1536474
4055 * i40evf: rename VF adapter specific RSS function
4056 - LP: #1536474
4057 * i40evf: create a generic config RSS function
4058 - LP: #1536474
4059 * i40evf: create a generic get RSS function
4060 - LP: #1536474
4061 * i40evf: add new fields to store user configuration of RSS
4062 - LP: #1536474
4063 * i40e: Update error messaging
4064 - LP: #1536474
4065 * i40e: fix confusing message
4066 - LP: #1536474
4067 * i40e: make error message more useful
4068 - LP: #1536474
4069 * i40evf: quoth the VF driver, Nevermore
4070 - LP: #1536474
4071 * i40evf: allocate queue vectors dynamically
4072 - LP: #1536474
4073 * i40evf: allocate ring structs dynamically
4074 - LP: #1536474
4075 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
4076 - LP: #1536474
4077 * i40e: fix: do not sleep in netdev_ops
4078 - LP: #1536474
4079 * i40e: remove unused argument
4080 - LP: #1536474
4081 * i40evf: increase max number of queues
4082 - LP: #1536474
4083 * i40evf: set real num queues
4084 - LP: #1536474
4085 * i40evf: remove duplicate string
4086 - LP: #1536474
4087 * i40e: Detection and recovery of TX queue hung logic moved to
4088 service_task from tx_timeout
4089 - LP: #1536474
4090 * i40e: Fix memory leaks, sideband filter programming
4091 - LP: #1536474
4092 * i40evf: don't use atomic allocation
4093 - LP: #1536474
4094 * i40e: propagate properly
4095 - LP: #1536474
4096 * i40evf: use correct types
4097 - LP: #1536474
4098 * i40e: use priv flags to control packet split
4099 - LP: #1536474
4100 * i40e: Remove separate functions gathering XOFF Rx stats
4101 - LP: #1536474
4102 * i40e: fix whitespace
4103 - LP: #1536474
4104 * i40e/i40evf: use logical operator
4105 - LP: #1536474
4106 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
4107 - LP: #1536474
4108 * i40e: trivial fixes
4109 - LP: #1536474
4110 * i40e: Fix i40e_print_features() VEB mode output
4111 - LP: #1536474
4112 * i40e: chomp the BIT(_ULL)
4113 - LP: #1536474
4114 * i40e: properly delete VF MAC filters
4115 - LP: #1536474
4116 * i40e: don't add zero MAC filter
4117 - LP: #1536474
4118 * i40evf: check rings before freeing resources
4119 - LP: #1536474
4120 * i40e: use explicit cast from u16 to u8
4121 - LP: #1536474
4122 * i40e: Opcode and structures required by OEM Post Update AQ command and
4123 add new NVM arq message
4124 - LP: #1536474
4125 * i40e: hush little warnings
4126 - LP: #1536474
4127 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
4128 - LP: #1536474
4129 * i40e: clean whole mac filter list
4130 - LP: #1536474
4131 * i40evf: change version string generation
4132 - LP: #1536474
4133 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
4134 - LP: #1536474
4135 * geneve: UDP checksum configuration via netlink
4136 - LP: #1536474
4137 * geneve: Add geneve udp port offload for ethernet devices
4138 - LP: #1536474
4139 * i40e: geneve tunnel offload support
4140 - LP: #1536474
4141 * geneve: Add geneve_get_rx_port support
4142 - LP: #1536474
4143 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
4144 - LP: #1536474
4145 * i40e: change log messages and error returns
4146 - LP: #1536474
4147 * i40e: allow zero MAC address for VFs
4148 - LP: #1536474
4149 * i40e: Look up MAC address in Open Firmware or IDPROM
4150 - LP: #1536474
4151 * i40e: Fix Rx hash reported to the stack by our driver
4152 - LP: #1536474
4153 * i40e: remove forever unused ID
4154 - LP: #1536474
4155 * igb: add 88E1543 initialization code
4156 * igb: don't unmap NULL hw_addr
4157 * igb: use the correct i210 register for EEMNGCTL
4158 * igb: fix NULL derefs due to skipped SR-IOV enabling
4159 * igb: improve handling of disconnected adapters
4160 * igb: Remove GS40G specific defines/functions
4161 * igb: Don't add PHY address to PCDL address
4162 * igb: Improve cable length function for I210, etc.
4163 * igb: Explicitly label self-test result indices
4164 * ixgbe: drop null test before destroy functions
4165 - LP: #1536473
4166 * ixgbe: Delete redundant include file
4167 - LP: #1536473
4168 * ixgbe: fix multiple kernel-doc errors
4169 - LP: #1536473
4170 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
4171 vector
4172 - LP: #1536473
4173 * ixgbe: Add KR mode support for CS4227 chip
4174 - LP: #1536473
4175 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
4176 to 12K
4177 - LP: #1536473
4178 * ixgbe/ixgbevf: use napi_schedule_irqoff()
4179 - LP: #1536473
4180 * ixgbe: Remove CS4227 diagnostic code
4181 - LP: #1536473
4182 * ixgbevf: use ether_addr_copy instead of memcpy
4183 - LP: #1536473
4184 * ixgbevf: fix spoofed packets with random MAC
4185 - LP: #1536473
4186 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
4187 - LP: #1536473
4188 * ixgbe: Add support for newer thermal alarm
4189 - LP: #1536473
4190 * ixgbe: Use private workqueue to avoid certain possible hangs
4191 - LP: #1536473
4192 * ixgbevf: Use a private workqueue to avoid certain possible hangs
4193 - LP: #1536473
4194 * ixgbevf: Minor cleanups
4195 - LP: #1536473
4196 * ixgbe: Refactor MAC address configuration code
4197 - LP: #1536473
4198 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
4199 - LP: #1536473
4200 * ixgbe: Allow FDB entries access to more RAR filters
4201 - LP: #1536473
4202 * ixgbe: Update PTP to support X550EM_x devices
4203 - LP: #1536473
4204 * ixgbe: Correct spec violations by waiting after reset
4205 - LP: #1536473
4206 * ixgbe: Wait for master disable to be set
4207 - LP: #1536473
4208 * ixgbe: Save VF info and take references
4209 - LP: #1536473
4210 * ixgbe: Handle extended IPv6 headers in Tx path
4211 - LP: #1536473
4212 * ixgbe: Always turn PHY power on when requested
4213 - LP: #1536473
4214 * ixgbevf: Handle extended IPv6 headers in Tx path
4215 - LP: #1536473
4216 * ixgbe: Return error on failure to allocate mac_table
4217 - LP: #1536473
4218 * ixgbe: Fix SR-IOV VLAN pool configuration
4219 - LP: #1536473
4220 * ixgbe: Simplify definitions for regidx and bit in set_vfta
4221 - LP: #1536473
4222 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
4223 - LP: #1536473
4224 * ixgbe: Simplify configuration of setting VLVF and VLVFB
4225 - LP: #1536473
4226 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
4227 - LP: #1536473
4228 * ixgbe: Reorder search to work from the top down instead of bottom up
4229 - LP: #1536473
4230 * ixgbe: Add support for VLAN promiscuous with SR-IOV
4231 - LP: #1536473
4232 * ixgbe: Fix VLAN promisc in relation to SR-IOV
4233 - LP: #1536473
4234 * ixgbe: Clear stale pool mappings
4235 - LP: #1536473
4236 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
4237 - LP: #1536473
4238 * ixgbe: do not report 2.5 Gbps as supported
4239 - LP: #1536473
4240 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
4241 per vector
4242 - LP: #1536473
4243 * ixgbevf: minor cleanups for ixgbevf_set_itr()
4244 - LP: #1536473
4245 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
4246 - LP: #1536473
4247 * ixgbe: report correct media type for KR, KX and KX4 interfaces
4248 - LP: #1536473
4249 * ixgbe: Clean up redundancy in hw_enc_features
4250 - LP: #1536473
4251 * ixgbe: fix RSS limit for X550
4252 - LP: #1536473
4253 * ixgbe: Correct X550EM_x revision check
4254 - LP: #1536473
4255 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
4256 - LP: #1536473
4257 * ixgbe: Fill at least min credits to a TC credit refills
4258 - LP: #1536473
4259 * ixgbe: use correct FCoE DDP max check
4260 - LP: #1536473
4261 * ixgbe: fix broken PFC with X550
4262 - LP: #1536473
4263 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
4264 - LP: #1536473
4265 * ixgbe: Correct handling of any outer UDP checksum setting
4266 - LP: #1536473
4267 * ixgbe: Fix to get FDMI HBA attributes information with X550
4268 - LP: #1536473
4269 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
4270 - LP: #1536473
4271 * ixgbe: Make ATR recognize IPv6 extended headers
4272 - LP: #1536473
4273 * e1000: make eeprom read/write scheduler friendly
4274 * e1000: fix data race between tx_ring->next_to_clean
4275 * e1000: Remove checkpatch coding style errors
4276 * e1000: clean up the checking logic
4277 * e1000: fix a typo in the comment
4278 * e1000e: clean up the local variable
4279 * e1000: fix kernel-doc argument being missing
4280 * e1000: get rid of duplicate exit path
4281 * e1000: Elementary checkpatch warnings and checks removed
4282 * e1000e: fix division by zero on jumbo MTUs
4283 * e1000e: Increase timeout of polling bit RSPCIPHY
4284 * e1000e: initial support for i219-LM (3)
4285 * e1000e: Switch e1000e_up to void, drop code checking for error result
4286 * e1000e: Remove unreachable code
4287 * e1000e: Do not read ICR in Other interrupt
4288 * e1000e: Do not write lsc to ics in msi-x mode
4289 * e1000e: Fix msi-x interrupt automask
4290 * acpi: pci: Setup MSI domain for ACPI based pci devices
4291 * irqdomain: Introduce is_fwnode_irqchip helper
4292 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4293 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4294 * clk: xgene: Fix divider with non-zero shift value
4295 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4296 * fm10k: do not assume VF always has 1 queue
4297 - LP: #1536475
4298 * fm10k: Correct MTU for jumbo frames
4299 - LP: #1536475
4300 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4301 vector
4302 - LP: #1536475
4303 * fm10k: use napi_schedule_irqoff()
4304 - LP: #1536475
4305 * fm10k: set netdev features in one location
4306 - LP: #1536475
4307 * fm10k: reset max_queues on init_hw_vf failure
4308 - LP: #1536475
4309 * fm10k: always check init_hw for errors
4310 - LP: #1536475
4311 * fm10k: reinitialize queuing scheme after calling init_hw
4312 - LP: #1536475
4313 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4314 - LP: #1536475
4315 * fm10k: explicitly typecast vlan values to u16
4316 - LP: #1536475
4317 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4318 - LP: #1536475
4319 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4320 - LP: #1536475
4321 * fm10k: Add support for ITR scaling based on PCIe link speed
4322 - LP: #1536475
4323 * fm10k: introduce ITR_IS_ADAPTIVE macro
4324 - LP: #1536475
4325 * fm10k: Update adaptive ITR algorithm
4326 - LP: #1536475
4327 * fm10k: use macro for default Tx and Rx ITR values
4328 - LP: #1536475
4329 * fm10k: change default Tx ITR to 25usec
4330 - LP: #1536475
4331 * fm10k: TRIVIAL fix typo of hardware
4332 - LP: #1536475
4333 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4334 - LP: #1536475
4335 * fm10k: use ether_addr_copy to copy MAC address
4336 - LP: #1536475
4337 * fm10k: do not use CamelCase
4338 - LP: #1536475
4339 * fm10k: remove unnecessary else block from if statements with return
4340 - LP: #1536475
4341 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4342 - LP: #1536475
4343 * fm10k: consistently refer to VLANs and VLAN IDs
4344 - LP: #1536475
4345 * fm10k: bump driver version
4346 - LP: #1536475
4347 * fm10k: conditionally compile DCB and DebugFS support
4348 - LP: #1536475
4349 * fm10k: Cleanup MSI-X interrupts in case of failure
4350 - LP: #1536475
4351 * fm10k: Cleanup exception handling for mailbox interrupt
4352 - LP: #1536475
4353 * fm10k: do not inline fm10k_iov_select_vid()
4354 - LP: #1536475
4355 * fm10k: whitespace cleanups
4356 - LP: #1536475
4357 * fm10k: use BIT() macro instead of open-coded bit-shifting
4358 - LP: #1536475
4359 * fm10k: cleanup namespace pollution
4360 - LP: #1536475
4361 * fm10k: cleanup overly long lines
4362 - LP: #1536475
4363 * fm10k: initialize xps at driver load
4364 - LP: #1536475
4365 * fm10k: don't initialize fm10k_workqueue at global level
4366 - LP: #1536475
4367 * fm10k: correctly pack TLV structures and explain reasoning
4368 - LP: #1536475
4369 * fm10k: Cleanup exception handling for changing queues
4370 - LP: #1536475
4371 * fm10k: use ether_addr_equal instead of memcmp
4372 - LP: #1536475
4373 * fm10k: address operator not needed when declaring function pointers
4374 - LP: #1536475
4375 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4376 - LP: #1536475
4377 * fm10k: remove unused struct element
4378 - LP: #1536475
4379 * fm10k: use true/false for boolean get_host_state
4380 - LP: #1536475
4381 * fm10k: cleanup mailbox code comments etc
4382 - LP: #1536475
4383 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4384 - LP: #1536475
4385 * device property: always check for fwnode type
4386 - LP: #1533035
4387 * device property: rename helper functions
4388 - LP: #1533035
4389 * device property: refactor built-in properties support
4390 - LP: #1533035
4391 * device property: keep single value inplace
4392 - LP: #1533035
4393 * device property: helper macros for property entry creation
4394 - LP: #1533035
4395 * device property: improve readability of macros
4396 - LP: #1533035
4397 * device property: return -EINVAL when property isn't found in ACPI
4398 - LP: #1533035
4399 * device property: Fallback to secondary fwnode if primary misses the
4400 property
4401 - LP: #1533035
4402 * device property: Take a copy of the property set
4403 - LP: #1533035
4404 * driver core: platform: Add support for built-in device properties
4405 - LP: #1533035
4406 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4407 - LP: #1533035
4408 * mfd: core: propagate device properties to sub devices drivers
4409 - LP: #1533035
4410 * mfd: intel-lpss: Add support for passing device properties
4411 - LP: #1533035
4412 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4413 - LP: #1533035
4414 * mfd: intel-lpss: Pass HSUART configuration via properties
4415 - LP: #1533035
4416 * i2c: designware: Convert to use unified device property API
4417 - LP: #1533035
4418 * keys, trusted: fix: *do not* allow duplicate key options
4419 - LP: #1398274
4420 * keys, trusted: select hash algorithm for TPM2 chips
4421 - LP: #1398274
4422 * keys, trusted: seal with a TPM2 authorization policy
4423 - LP: #1398274
4424 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4425 - LP: #1461360
4426 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4427 - LP: #1461360
4428 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4429 offset
4430 - LP: #1461360
4431 * drm/i915: WaRsDisableCoarsePowerGating
4432 - LP: #1527462
4433 * drm/i915/skl: Add SKL GT4 PCI IDs
4434 - LP: #1527462
4435 * drm/i915/skl: Disable coarse power gating up until F0
4436 - LP: #1527462
4437 * platform:x86: add Intel P-Unit mailbox IPC driver
4438 - LP: #1520457
4439 * intel_punit_ipc: add NULL check for input parameters
4440 - LP: #1520457
4441 * platform/x86: Add Intel Telemetry Core Driver
4442 - LP: #1520457
4443 * intel_pmc_ipc: update acpi resource structure for Punit
4444 - LP: #1520457
4445 * platform:x86: Add Intel telemetry platform device
4446 - LP: #1520457
4447 * platform:x86: Add Intel telemetry platform driver
4448 - LP: #1520457
4449 * platform:x86: Add Intel Telemetry Debugfs interfaces
4450 - LP: #1520457
4451 * cxlflash: a couple off by one bugs
4452
4453 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4454
4455 linux (4.4.0-1.15) xenial; urgency=low
4456
4457 [ Tim Gardner ]
4458
4459 * Release Tracking Bug
4460 - LP: #1536803
4461
4462 [ Upstream Kernel Changes ]
4463
4464 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4465 - LP: #1517142
4466
4467 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4468
4469 linux (4.4.0-0.14) xenial; urgency=low
4470
4471 [ Upstream Kernel Changes ]
4472
4473 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4474 - LP: #1522415
4475 * powerpc: Add __raw_rm_writeq() function
4476 - LP: #1522415
4477
4478 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4479
4480 linux (4.4.0-0.13) xenial; urgency=low
4481
4482 [ Andy Whitcroft ]
4483
4484 * [Config] s390x -- the kernel provides ppp-modules such as there are
4485 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4486
4487 [ Tim Gardner ]
4488
4489 * [Config] Update annotations for VIRTIO_{NET,BLK}
4490 - LP: #1533382
4491
4492 [ Upstream Kernel Changes ]
4493
4494 * powerpc/powernv: Add support for Nvlink NPUs
4495 - LP: #1522415
4496 * powerpc/powernv: Fix update of NVLink DMA mask
4497 - LP: #1522415
4498 * powerpc/powernv: Change NPU PE# assignment
4499 - LP: #1522415
4500 * powerpc/powernv: Reserve PE#0 on NPU
4501 - LP: #1522415
4502 * KEYS: Fix keyring ref leak in join_session_keyring()
4503 - LP: #1534887
4504 - CVE-2016-0728
4505
4506 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4507
4508 linux (4.4.0-0.12) xenial; urgency=low
4509
4510 [ Eric Dumazet ]
4511
4512 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4513 - LP: #1527902
4514
4515 [ Guilherme G. Piccoli ]
4516
4517 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4518 - LP: #1486180
4519
4520 [ Tim Gardner ]
4521
4522 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
4523 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
4524 - LP: #1532886
4525 * [Config] nvme.ko moved to drivers/nvme/host
4526 * [Config] scsi_dh morphed into 4 modules
4527 * [Config] CONFIG_IBMVNIC=m
4528 * [Config] Add DRM ast driver to udeb installer image
4529 - LP: #1514711
4530 * [Config] CONFIG_KVM=y for s390x
4531 - LP: #1532886
4532 * [Config] Install spl/zfs under the kernel modules directory
4533 Fixes some errors in generic.inclusion-list.log
4534
4535 [ Upstream Kernel Changes ]
4536
4537 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
4538 - LP: #1524574
4539 * EDAC: Add DDR4 flag
4540 - LP: #1519631
4541 * EDAC, sb_edac: Virtualize several hard-coded functions
4542 - LP: #1519631
4543 * EDAC, sb_edac: Add support for duplicate device IDs
4544 - LP: #1519631
4545 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
4546 - LP: #1519631
4547 * Driver for IBM System i/p VNIC protocol
4548 - LP: #1532303
4549
4550 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
4551
4552 linux (4.4.0-0.11) xenial; urgency=low
4553
4554 [ Tim Gardner ]
4555
4556 * [Config] Fix bogus reconstruct script
4557
4558 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
4559
4560 linux (4.4.0-0.10) xenial; urgency=low
4561
4562 [ Haren Myneni ]
4563
4564 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
4565 - LP: #1529666
4566
4567 [ Serge Hallyn ]
4568
4569 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
4570
4571 [ Tim Gardner ]
4572
4573 * [Config] CONFIG_ZONE_DEVICE=y for amd64
4574 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
4575 - LP: #1526869
4576 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
4577 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
4578 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
4579 * rebase to v4.4
4580
4581 [ Upstream Kernel Changes ]
4582
4583 * rebase to v4.4
4584
4585 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
4586
4587 linux (4.4.0-0.9) xenial; urgency=low
4588
4589 [ Tim Gardner ]
4590
4591 * rebase to v4.4-rc8
4592
4593 [ Upstream Kernel Changes ]
4594
4595 * rebase to v4.4-rc8
4596
4597 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
4598
4599 linux (4.4.0-0.8) xenial; urgency=low
4600
4601 [ Tim Gardner ]
4602
4603 * rebase to v4.4-rc7
4604
4605 [ Upstream Kernel Changes ]
4606
4607 * rebase to v4.4-rc7
4608
4609 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
4610
4611 linux (4.4.0-0.7) xenial; urgency=low
4612
4613 [ Hui Wang ]
4614
4615 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
4616 - LP: #1527096
4617
4618 [ Jann Horn ]
4619
4620 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
4621 uids/gids
4622 - LP: #1527374
4623
4624 [ Tim Gardner ]
4625
4626 * rebase to v4.4-rc6
4627
4628 [ Upstream Kernel Changes ]
4629
4630 * rebase to v4.4-rc6
4631 - LP: #1526330
4632
4633 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
4634
4635 linux (4.4.0-0.6) xenial; urgency=low
4636
4637 [ Andy Whitcroft ]
4638
4639 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
4640 support in latest compilers
4641 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
4642 ARMv8.1 support in latest compilers
4643
4644 [ Tim Gardner ]
4645
4646 * [Config] s390 -> s390x
4647 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
4648
4649 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
4650
4651 linux (4.4.0-0.5) xenial; urgency=low
4652
4653 [ Andy Whitcroft ]
4654
4655 * [Config] s390x -- enable tools
4656 - LP: #1524319
4657 * [Config] s390x -- add architecture to getabis
4658 * [Config] s390x -- add s390x ABI information
4659 * [Config] s390x -- enable ABI checks
4660
4661 [ Tim Gardner ]
4662
4663 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
4664 * [Config] Add s390 modules to nic-modules udeb
4665 - LP: #1525297
4666 * rebase to v4.4-rc5
4667
4668 [ Upstream Kernel Changes ]
4669
4670 * rebase to v4.4-rc5
4671 - LP: #1523517
4672 - LP: #1523232
4673
4674 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
4675
4676 linux (4.4.0-0.4) xenial; urgency=low
4677
4678 [ Upstream Kernel Changes ]
4679
4680 * cgroup: make css_set pin its css's to avoid use-afer-free
4681 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
4682 freezer_attach()
4683 * cgroup: fix handling of multi-destination migration from
4684 subtree_control enabling
4685
4686 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
4687
4688 linux (4.4.0-0.3) xenial; urgency=low
4689
4690 [ Upstream Kernel Changes ]
4691
4692 * rebase to v4.4-rc4
4693
4694 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
4695
4696 linux (4.4.0-0.2) xenial; urgency=low
4697
4698 [ Tim Gardner ]
4699
4700 * [Config] Add spl/zfs provides to generic and powerpc64-smp
4701 * [Config] Add zfs to d-i fs-core-modules
4702 * [Config] Include all s390 specific drivers in linux-image
4703 - LP: #1522210
4704
4705 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
4706
4707 linux (4.4.0-0.1) xenial; urgency=low
4708
4709 [ Andy Whitcroft ]
4710
4711 * [Tests] gcc-multilib does not exist on ppc64el redux
4712 - LP: #1515541
4713 * [Config] libunwind8-dev is not available on s390x
4714 * [Debian] Disable SPL/ZFS for cross compiling -- redux
4715 * [Config] s390x -- add dasd udebs
4716 - LP: #1519833
4717 * [Config] s390x -- include dasd modules in linux-image
4718 - LP: #1519833
4719 * [Config] s390x -- disable ZFS temporarily
4720 - LP: #1519820
4721 * [Config] s390s -- disable ABI/module checks
4722 * [Config] make IBMVETH consistent on powerpc/ppc64el
4723 - LP: #1521712
4724 * [Config] follow ibmvscsi name change
4725 - LP: #1521712
4726 * [Config] move ibm disk and ethernet drivers to linux-image
4727 - LP: #1521712
4728 * [Config] include ibmveth in nic-modules for ppc64el
4729 - LP: #1521712
4730 * [Config] s390x -- disable abi/module checks for s390x
4731
4732 [ Joseph Salisbury ]
4733
4734 * SAUCE: scsi_sysfs: protect against double execution of
4735 __scsi_remove_device()
4736 - LP: #1509029
4737
4738 [ Seth Forshee ]
4739
4740 * [Config] CONFIG_DRM_AMDGPU_CIK=n
4741 - LP: #1510405
4742
4743 [ Tim Gardner ]
4744
4745 * [Debian] Disable SPL/ZFS for cross compiling
4746 * [Config] CONFIG_SCSI_IBMVSCSI=m
4747 - LP: #1515872
4748 * rebase to v4.4-rc2
4749 * [Config] updateconfigs
4750 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
4751 * SAUCE: do_zfs=false temporarily
4752 * [Config] CONFIG_LUSTRE_FS=n
4753 * [Debian] Disable udebs when cross compiling
4754 * rebase to v4.4-rc3
4755 * [Config] CONFIG_AUFS_FS=m
4756 * SAUCE: AUFS
4757
4758 [ Upstream Kernel Changes ]
4759
4760 * ZFS: Update with 4.4 support
4761 * SPL: Update with 4.4 support
4762
4763 [ Upstream Kernel Changes ]
4764
4765 * rebase to v4.4-rc3
4766 - LP: #1519168
4767 * rebase to v4.4-rc2
4768 - LP: #1506615
4769 - LP: #1502781
4770
4771 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
4772
4773 linux (4.3.0-0.8) xenial; urgency=low
4774
4775 [ Andy Whitcroft ]
4776
4777 * [Config] re-enable OSS support and blacklist
4778 - LP: #1434842
4779 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
4780 * [Packaging] config-check -- improve syntax diagnostics
4781 * [Packaging] module-inclusion -- add dependency inclusion for a list
4782 * [Packaging] config-check -- accumulate multi-line annotations correctly
4783 * [Packaging] config-check -- handle V2 annotations format
4784 * [Packaging] s390x -- add architecture to kernelconfig
4785 - LP: #1488653
4786 * [Config] s390x -- initial configuration
4787 * [Config] s390x -- add initial binary image
4788 * [Config] s390x -- initial configuration update
4789 * [Config] s390x -- produce linux-image
4790 * [Config] s390x -- d-i module exclusions
4791 * [Config] apply Device Drivers >> LED Support >> LED Class Support
4792 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
4793 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
4794 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
4795 * [Config] -- s390x -- configuration review updates
4796 * [Config] annotations -- add review marks
4797 * [Config] annotations -- config review 4.3 updates
4798 * [Config] annotations -- expose reviews
4799 * [Config] updateconfigs following incoporation of s390x configs
4800 * [Tests] gcc-multilib does not exist on ppc64el
4801 - LP: #1515541
4802
4803 [ Dan Carpenter ]
4804
4805 * SAUCE: (noup) cxlflash: a couple off by one bugs
4806 - LP: #1499849
4807
4808 [ Haren Myneni ]
4809
4810 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
4811
4812 [ Jay Vosburgh ]
4813
4814 * SAUCE: fan: add VXLAN implementation
4815
4816 [ Manoj Kumar ]
4817
4818 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
4819 - LP: #1513583
4820
4821 [ Matthew R. Ochs ]
4822
4823 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
4824 - LP: #1513583
4825
4826 [ Tim Gardner ]
4827
4828 * [Config] CONFIG_AUFS_EXPORT=y
4829 - LP: #1121699
4830
4831 [ Upstream Kernel Changes ]
4832
4833 * misc/genwqe: get rid of atomic allocations
4834 * crypto: 842 - Add CRC and validation support
4835 - LP: #1497878
4836 * cxlflash: Fix to avoid invalid port_sel value
4837 * cxlflash: Replace magic numbers with literals
4838 * cxlflash: Fix read capacity timeout
4839 * cxlflash: Fix potential oops following LUN removal
4840 * cxlflash: Fix data corruption when vLUN used over multiple cards
4841 * cxlflash: Fix to avoid sizeof(bool)
4842 * cxlflash: Fix context encode mask width
4843 * cxlflash: Fix to avoid CXL services during EEH
4844 * cxlflash: Correct naming of limbo state and waitq
4845 * cxlflash: Make functions static
4846 * cxlflash: Refine host/device attributes
4847 * cxlflash: Fix to avoid spamming the kernel log
4848 * cxlflash: Fix to avoid stall while waiting on TMF
4849 * cxlflash: Fix location of setting resid
4850 * cxlflash: Fix host link up event handling
4851 * cxlflash: Fix async interrupt bypass logic
4852 * cxlflash: Remove dual port online dependency
4853 * cxlflash: Fix AFU version access/storage and add check
4854 * cxlflash: Correct usage of scsi_host_put()
4855 * cxlflash: Fix to prevent workq from accessing freed memory
4856 * cxlflash: Correct behavior in device reset handler following EEH
4857 * cxlflash: Remove unnecessary scsi_block_requests
4858 * cxlflash: Fix function prolog parameters and return codes
4859 * cxlflash: Fix MMIO and endianness errors
4860 * cxlflash: Fix to prevent EEH recovery failure
4861 * cxlflash: Correct spelling, grammar, and alignment mistakes
4862 * cxlflash: Fix to prevent stale AFU RRQ
4863 * cxlflash: Fix to double the delay each time
4864 * cxlflash: Fix to avoid corrupting adapter fops
4865 * cxlflash: Correct trace string
4866 * cxlflash: Fix to avoid potential deadlock on EEH
4867 * cxlflash: Fix to avoid leaving dangling interrupt resources
4868 * cxlflash: Fix to escalate to LINK_RESET on login timeout
4869 * cxlflash: Fix to avoid corrupting port selection mask
4870 * cxlflash: Fix to avoid lock instrumentation rejection
4871 * cxlflash: Fix to avoid bypassing context cleanup
4872
4873 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
4874
4875 linux (4.3.0-0.7) xenial; urgency=low
4876
4877 [ Tim Gardner ]
4878
4879 * Revert "Bypass spl/zfs config"
4880 Causes unresolved symbols on load.
4881 * [Config] Enable ZFS for powerpc64-smp
4882
4883 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
4884
4885 linux (4.3.0-0.6) xenial; urgency=low
4886
4887 [ Tim Gardner ]
4888
4889 * Release Tracking Bug
4890 - LP: #1512704
4891 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
4892
4893 [ Andy Whitcroft ]
4894
4895 * [Packaging] add feature interlock with mainline builds
4896 * apparmor -- follow change to this_cpu_ptr
4897
4898 [ John Johansen ]
4899
4900 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
4901 - LP: #1383886
4902 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
4903 - LP: #1362199
4904 * SAUCE: Revert: fix: only allow a single threaded process to ...
4905 - LP: #1371310
4906 * SAUCE: (no-up) fix: bad unix_addr_fs macro
4907 - LP: #1390223
4908 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
4909 - LP: #1408833
4910 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
4911 - LP: #1496430
4912
4913 [ Tim Gardner ]
4914
4915 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
4916 - LP: #1511006
4917 * rebase to v4.3
4918 * Bypass spl/zfs config
4919 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
4920 * [Config] Default AppArmor settings
4921
4922 [ Upstream Kernel Changes ]
4923
4924 * rebase to v4.3
4925
4926 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
4927
4928 linux (4.3.0-0.5) xenial; urgency=low
4929
4930 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
4931
4932 [ Upstream Kernel Changes ]
4933
4934 * rebase to v4.3-rc7
4935 - LP: #1504778
4936
4937 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
4938
4939 linux (4.3.0-0.4) xenial; urgency=low
4940
4941 [ Tim Gardner ]
4942
4943 * [Debian] Update to new signing key type and location
4944
4945 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
4946
4947 linux (4.3.0-0.3) wily; urgency=low
4948
4949 [ Tim Gardner ]
4950
4951 * [Debian] sign-file is now compiled
4952
4953 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
4954
4955 linux (4.3.0-0.2) wily; urgency=low
4956
4957 [ Tim Gardner ]
4958
4959 * [Config] Added libssl-dev to Build-Depends
4960
4961 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
4962
4963 linux (4.3.0-0.1) wily; urgency=low
4964
4965 [ Upstream Kernel Changes ]
4966
4967 * rebase to v4.3-rc6
4968 * rebase to v4.3-rc5
4969 * rebase to v4.3-rc4
4970 * rebase to v4.3-rc3
4971 * rebase to v4.3-rc2
4972 * rebase to v4.3-rc1
4973 - LP: #1492132
4974 - LP: #1481575
4975
4976 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
4977
4978 linux (4.2.0-10.11) wily; urgency=low
4979
4980 [ Andy Whitcroft ]
4981
4982 * Release Tracking Bug
4983 - LP: #1495208
4984 * No change rebuild to avoid issues with leading zero bytes on
4985 internal module signing key. (see launchpad bug 1494943)
4986
4987 [ Ming Lei ]
4988
4989 * [Config] SERIAL_8250_DW=y for arm64
4990
4991 [ Upstream Kernel Changes ]
4992
4993 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
4994 code
4995 - LP: #1484486
4996 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
4997 - LP: #1484486
4998 * drm/i915/gen8: Re-order init pipe_control in lrc mode
4999 - LP: #1484486
5000 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
5001 - LP: #1484486
5002 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5003 workaround
5004 - LP: #1484486
5005 * drm/i915: Bail out early if WA batch is not available for given Gen
5006 - LP: #1484486
5007 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
5008 - LP: #1484486
5009 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
5010 - LP: #1484486
5011 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
5012 - LP: #1484486
5013 * drm/i915: Enable WA batch buffers for Gen9
5014 - LP: #1484486
5015 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
5016 - LP: #1484486
5017 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
5018 - LP: #1484486
5019 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5020 workaround
5021 - LP: #1484486
5022 * drm/i915/gen9: Add
5023 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
5024 - LP: #1484486
5025 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
5026 - LP: #1484486
5027 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
5028 - LP: #1484486
5029 * drm/i915/skl: Don't expose the top most plane on gen9 display
5030 - LP: #1484486
5031 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
5032 - LP: #1484486
5033 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
5034 - LP: #1484486
5035 * drm/i915: reduce indent in i9xx_hpd_irq_handler
5036 - LP: #1484531
5037 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
5038 - LP: #1484531
5039 * drm/i915: reduce indent in intel_hpd_irq_handler
5040 - LP: #1484531
5041 * drm/i915: group all hotplug related fields into a new struct in
5042 dev_priv
5043 - LP: #1484531
5044 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
5045 - LP: #1484531
5046 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
5047 - LP: #1484531
5048 * drm/i915: put back the indent in intel_hpd_irq_handler
5049 - LP: #1484531
5050 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
5051 - LP: #1484531
5052 * drm/i915: simplify condition for digital port
5053 - LP: #1484531
5054 * drm/i915: abstract away platform specific parts from hpd handling
5055 - LP: #1484531
5056 * drm/i915: Handle HPD when it has actually occurred
5057 - LP: #1484531
5058 * drm/i915: Set power domain for DDI-E
5059 - LP: #1484531
5060 * drm/i915: Set alternate aux for DDI-E
5061 - LP: #1484531
5062 * drm/i915/skl: enable DDI-E hotplug
5063 - LP: #1484531
5064 * drm/i915/bxt: fix DDI PHY vswing scale value setting
5065 - LP: #1494163
5066 * drm/i915/skl: Buffer translation improvements
5067 - LP: #1494163
5068 * drm/i915: Per-DDI I_boost override
5069 - LP: #1494163
5070 * drm/i915: fix VBT parsing for SDVO child device mapping
5071 - LP: #1494163
5072 * drm/i915/bxt: edp1.4 Intermediate Freq support
5073 - LP: #1494163
5074 * drm/i915: fix link rates reported for SKL
5075 - LP: #1494163
5076 * drm/i915: Allow parsing of variable size child device entries from VBT
5077 - LP: #1494163
5078 * drm/i915/skl: Update DDI buffer translation programming.
5079 - LP: #1494163
5080 * drm/i915: Enable HDMI on DDI-E
5081 - LP: #1484531
5082 * drm/i915/skl: Enable DDI-E
5083 - LP: #1484531
5084 * drm/i915: eDP can be present on DDI-E
5085 - LP: #1484531
5086 * drm/i915/skl: Adding DDI_E power well domain
5087 - LP: #1484531
5088 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
5089 - LP: #1490035
5090 * drm/i915: Split atomic wm update to pre and post variants
5091 - LP: #1493746
5092 * drm/i915/skl: Drop the preliminary_hw_support flag
5093 - LP: #1486868
5094 * drm/i915: set FDI translations to NULL on SKL
5095 - LP: #1494163
5096
5097 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
5098
5099 linux (4.2.0-9.9) wily; urgency=low
5100
5101 [ Tim Gardner ]
5102
5103 * Release Tracking Bug
5104 - LP: #1493970
5105 * [Config] CONFIG_MFD_INTEL_LPSS=m
5106 - LP: #1397876
5107
5108 [ dann frazier ]
5109
5110 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5111 - LP: #1388952
5112
5113 [ Michael Ellerman ]
5114
5115 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
5116 Fixes FTBS on 32 bit powerpc, patch sent upstream.
5117
5118 [ Upstream Kernel Changes ]
5119
5120 * thermal/powerclamp: add cpu id for skylake h/s
5121 - LP: #1398269
5122 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
5123 - LP: #1397852
5124 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
5125 - LP: #1460905
5126 * i2c: i801: Create iTCO device on newer Intel PCHs
5127 - LP: #1460905
5128 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
5129 - LP: #1460905
5130 * perf/x86: Add a native_perf_sched_clock_from_tsc()
5131 - LP: #1397867
5132 * perf/x86/intel: Add support for PEBSv3 profiling
5133 - LP: #1397867
5134 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
5135 - LP: #1397867
5136 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
5137 - LP: #1397867
5138 * perf: Add cycles to branch_info
5139 - LP: #1397867
5140 * perf/x86/intel/lbr: Add support for LBRv5
5141 - LP: #1397867
5142 * perf/x86/intel: Handle new arch perfmon v4 status bits
5143 - LP: #1397867
5144 * perf/x86/intel: Move PMU ACK to after LBR read
5145 - LP: #1397867
5146 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
5147 - LP: #1397867
5148 * perf/x86/intel: Add Intel Skylake PMU support
5149 - LP: #1397867
5150 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
5151 call stack
5152 - LP: #1397867
5153 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
5154 - LP: #1397867
5155 * perf/x86: Make merge_attr() global to use from perf_event_intel
5156 - LP: #1397867
5157 * perf/x86/intel: Use 0x11 as extra reg test value
5158 - LP: #1397867
5159 * perf tools: Add support for cycles, weight branch_info field
5160 - LP: #1397867
5161 * perf report: Add flag for non ANY branch mode
5162 - LP: #1397867
5163 * perf report: Add infrastructure for a cycles histogram
5164 - LP: #1397867
5165 * perf report: Add processing for cycle histograms
5166 - LP: #1397867
5167 * perf annotate: Compute IPC and basic block cycles
5168 - LP: #1397867
5169 * perf annotate: Finally display IPC and cycle accounting
5170 - LP: #1397867
5171 * perf top: Add branch annotation code to top
5172 - LP: #1397867
5173 * perf report: Display cycles in branch sort mode
5174 - LP: #1397867
5175 * perf annotate: Fix 32-bit compilation error in util/annotate.c
5176 - LP: #1397867
5177 * PM / QoS: Make it possible to expose device latency tolerance to
5178 userspace
5179 - LP: #1460908
5180 * ACPI / PM: Attach ACPI power domain only once
5181 - LP: #1460908
5182 * Driver core: wakeup the parent device before trying probe
5183 - LP: #1460908
5184 * klist: implement klist_prev()
5185 - LP: #1460908
5186 * driver core: implement device_for_each_child_reverse()
5187 - LP: #1460908
5188 * mfd: make mfd_remove_devices() iterate in reverse order
5189 - LP: #1460908
5190 * dmaengine: add a driver for Intel integrated DMA 64-bit
5191 - LP: #1460908
5192 * mfd: Add support for Intel Sunrisepoint LPSS devices
5193 - LP: #1460908
5194 * spi: pxa2xx: Add support for Intel Sunrisepoint
5195 - LP: #1397876
5196 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
5197 - LP: #1397876
5198 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
5199 - LP: #1397876
5200 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
5201 for it
5202 - LP: #1397876
5203 * intel_idle: Skylake Client Support
5204 - LP: #1397877
5205 * powerpc/kernel: Switch to using MAX_ERRNO
5206 - LP: #1458876
5207 * powerpc/kernel: Change the do_syscall_trace_enter() API
5208 - LP: #1458876
5209 * powerpc: Drop unused syscall_get_error()
5210 - LP: #1458876
5211 * powerpc: Don't negate error in syscall_set_return_value()
5212 - LP: #1458876
5213 * powerpc: Rework syscall_get_arguments() so there is only one loop
5214 - LP: #1458876
5215 * powerpc: Use orig_gpr3 in syscall_get_arguments()
5216 - LP: #1458876
5217 * powerpc: Change syscall_get_nr() to return int
5218 - LP: #1458876
5219 * powerpc/kernel: Add SIG_SYS support for compat tasks
5220 - LP: #1458876
5221 * powerpc/kernel: Enable seccomp filter
5222 - LP: #1458876
5223 * selftests/seccomp: Make seccomp tests work on big endian
5224 - LP: #1458876
5225 * selftests/seccomp: Add powerpc support
5226 - LP: #1458876
5227 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
5228
5229 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
5230
5231 linux (4.2.0-8.8) wily; urgency=low
5232
5233 [ Tim Gardner ]
5234
5235 * Release Tracking Bug
5236 - LP: #1493357
5237 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
5238 - LP: #1488495
5239 * [Config] CONFIG_CXLFLASH=m
5240 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
5241
5242
5243 [ Andy Whitcroft ]
5244
5245 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
5246 * [Packaging] mark up control for stage1
5247 * [Config] kernel-versions -- clean up deps field
5248 * [Config] s390x -- build linux-libc-dev
5249 - LP: #1488653
5250 * [Packaging] control -- prepare for new kernel-wedge semantics
5251
5252 [ Upstream Kernel Changes ]
5253
5254 * crypto: vmx - Fixing AES-CTR counter bug
5255 - LP: #1484519
5256 * crypto: vmx - Fixing GHASH Key issue on little endian
5257 - LP: #1484519
5258 * powerpc: Uncomment and make enable_kernel_vsx() routine available
5259 - LP: #1484519
5260 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
5261 - LP: #1484519
5262 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
5263 'okay'
5264 - LP: #1488495
5265 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
5266 - LP: #1488495
5267 * crypto: nx - do not emit extra output if status is disabled
5268 - LP: #1488495
5269 * crypto: nx - reduce chattiness of platform drivers
5270 - LP: #1488495
5271 * crypto: nx/842 - Fix context corruption
5272 - LP: #1488495
5273 * crypto: nx - remove __init/__exit from VIO functions
5274 - LP: #1488495
5275 * crypto: nx - remove pSeries NX 'status' field
5276 - LP: #1488495
5277 * crypto: nx - move kzalloc() out of spinlock
5278 - LP: #1488495
5279 * crypto: nx - don't register pSeries driver if ENODEV
5280 - LP: #1488495
5281 * crypto: nx - use common code for both NX decompress success cases
5282 - LP: #1488495
5283 * crypto: nx - merge nx-compress and nx-compress-crypto
5284 - LP: #1488495
5285 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5286 - LP: #1488495
5287 * crypto: nx - make platform drivers directly register with crypto
5288 - LP: #1488495
5289 * cxlflash: Base support for IBM CXL Flash Adapter
5290 - LP: #1449121
5291 * cxlflash: Base error recovery support
5292 - LP: #1449121
5293 * cxlflash: Superpipe support
5294 - LP: #1449121
5295 * cxlflash: Virtual LUN support
5296 - LP: #1449121
5297 * cxlflash: off by one bug in cxlflash_show_port_status()
5298 - LP: #1449121
5299 * cxlflash: shift wrapping bug in afu_link_reset()
5300 - LP: #1449121
5301 * cxlflash: Remove unused variable from queuecommand
5302 - LP: #1449121
5303 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5304 pci_controller_ops
5305 * powerpc/eeh: Probe after unbalanced kref check
5306 * misc: cxl: clean up afu_read_config()
5307 * cxl: Add explicit precision specifiers
5308 * cxl: use more common format specifier
5309 * cxl: Destroy cxl_adapter_idr on module_exit
5310 * cxl: Destroy afu->contexts_idr on release of an afu
5311 * cxl: Don't ignore add_process_element() result when attaching context
5312 * cxl: Compile with -Werror
5313 * cxl: sparse: Make declarations static
5314 * cxl: sparse: Silence iomem warning in debugfs file creation
5315 * cxl: Convert MMIO read/write macros to inline functions
5316 * cxl: Drop commands if the PCI channel is not in normal state
5317 * cxl: Allocate and release the SPA with the AFU
5318 * cxl: Make IRQ release idempotent
5319 * cxl: Clean up adapter MMIO unmap path.
5320 * cxl: Refactor adaptor init/teardown
5321 * cxl: Refactor AFU init/teardown
5322 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5323 * cxl: Allow the kernel to trust that an image won't change on PERST.
5324 * cxl: EEH support
5325 * cxl: Add CONFIG_CXL_EEH symbol
5326 * cxl: Plug irq_bitmap getting leaked in cxl_context
5327 * cxl: Add alternate MMIO error handling
5328 * cxl: Allow release of contexts which have been OPENED but not STARTED
5329 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5330 * cxl: Release irqs if memory allocation fails
5331 * cxl: Remove racy attempt to force EEH invocation in reset
5332 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5333 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5334 * cxl: Set up and enable PSL Timebase
5335
5336 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5337
5338 linux (4.2.0-7.7) wily; urgency=low
5339
5340 [ Tim Gardner ]
5341
5342 * Release Tracking Bug
5343 - LP: #1490564
5344 * rebase to v4.2
5345
5346 [ Wen Xiong ]
5347
5348 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5349 - LP: #1453892
5350
5351 [ Upstream Kernel Changes ]
5352
5353 * rebase to v4.2
5354 - LP: #1487345
5355
5356 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5357
5358 linux (4.2.0-6.6) wily; urgency=low
5359
5360 [ Tim Gardner ]
5361
5362 * Release Tracking Bug
5363 - LP: #1488138
5364
5365 [ Andy Whitcroft ]
5366
5367 * rebase to v4.2-rc8
5368
5369 [ Shilpasri G Bhat ]
5370
5371 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5372 level
5373 - LP: #1480894
5374 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5375 - LP: #1480894
5376 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5377 notification
5378 - LP: #1480894
5379 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5380 OCC_THROTTLE
5381 - LP: #1480894
5382 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5383 bit is set
5384 - LP: #1480894
5385 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5386 unthrottling
5387 - LP: #1480894
5388
5389 [ Upstream Kernel Changes ]
5390
5391 * rebase to v4.2-rc8
5392 - LP: #1483440
5393 - LP: #1484334
5394
5395 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5396
5397 linux (4.2.0-5.5) wily; urgency=low
5398
5399 [ Tim Gardner ]
5400
5401 * Release Tracking Bug
5402 - LP: #1487173
5403
5404 [ Andy Whitcroft ]
5405
5406 * [Packaging] correct spelling of probabaly on the tools packages
5407 - LP: #1256822
5408 * rebase to v4.2-rc7
5409
5410 [ dann frazier ]
5411
5412 * d-i: Add nicpf and nicvf to nic-modules
5413 * d-i: Enable usb modules on arm64
5414
5415 [ Mahesh Salgaonkar ]
5416
5417 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5418 - LP: #1482343
5419 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5420 - LP: #1482343
5421 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5422 machine check errors.
5423 - LP: #1482343
5424 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5425 - LP: #1482343
5426
5427 [ Vipin K Parashar ]
5428
5429 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5430 PowerNV platform
5431 - LP: #1469771
5432
5433 [ Upstream Kernel Changes ]
5434
5435 * rebase to v4.2-rc7
5436
5437 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5438
5439 linux (4.2.0-4.4) wily; urgency=low
5440
5441 [ Tim Gardner ]
5442
5443 * Release Tracking Bug
5444 - LP: #1483677
5445
5446 [ Achiad Shochat ]
5447
5448 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5449 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5450 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5451 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5452
5453 [ Adam Lee ]
5454
5455 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5456 - LP: #1480142
5457
5458 [ dann frazier ]
5459
5460 * [Config] CONFIG_NR_CPUS=128 on arm64
5461
5462 [ Leann Ogasawara ]
5463
5464 * [Config] d-i -- Add sfc to nic-modules udeb
5465 - LP: #1481490
5466
5467 [ Saeed Mahameed ]
5468
5469 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5470 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5471
5472 [ Tim Gardner ]
5473
5474 * [Config] CONFIG_X86_INTEL_MPX=y
5475 - LP: #1460902
5476 * [Debian] change dependency on module-init-tools to kmod
5477 - LP: #1481986
5478 * rebase to v4.2-rc6
5479
5480 [ Upstream Kernel Changes ]
5481
5482 * rebase to v4.2-rc6
5483
5484 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5485
5486 linux (4.2.0-3.3) wily; urgency=low
5487
5488 [ Tim Gardner ]
5489
5490 * Release Tracking Bug
5491 - LP: #1481462
5492 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5493 Fixes an FTBS for at least one DKMS package.
5494
5495 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5496
5497 linux (4.2.0-2.2) wily; urgency=low
5498
5499 [ Tim Gardner ]
5500
5501 * Release Tracking Bug
5502 - LP: #1481067
5503 * rebase to v4.2-rc5
5504
5505 [ Andy Whitcroft ]
5506
5507 * [Packaging] module-inclusion -- commonise copy code and simplify
5508 * [Packaging] module-inclusion -- add manual command entries
5509 * [Packaging] module blacklists -- add support for manual blacklists
5510 * [Packaging] do_common_tools should always be on
5511 * [Packaging] initscripts need installing when making the package
5512 * [Packaging] initscripts work around bug in debhelper systemd support
5513 * [Config] exclude oss modules from linux-image
5514 - LP: #1434842
5515 * hyper-v -- add hid and fb drivers to linux-virtual
5516 - LP: #1444179
5517 * ubuntu: (no-squash) vbox -- infrastructure and updater
5518 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5519 - LP: #1426113
5520 * ubuntu: vbox -- update to 5.0.0-dfsg-1
5521 - LP: #1480879
5522 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
5523 * [Config] move vbox modules into linux-image
5524
5525 [ Upstream Kernel Changes ]
5526
5527 * rebase to v4.2-rc5
5528 - LP: #1478497
5529 - LP: #1477900
5530
5531 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
5532
5533 linux (4.2.0-1.1~rc1) wily; urgency=low
5534
5535 [ Andy Whitcroft ]
5536
5537 * Release Tracking Bug
5538 - LP: #1479903
5539 * Initial upload of v4.2 based kernel (currently v4.-rc4)
5540
5541 [ Upstream Kernel Changes ]
5542
5543 * rebase to v4.2-rc4
5544 - LP: #1476987
5545 - LP: #1476888
5546 * rebase to v4.2-rc3
5547 * rebase to v4.2-rc2
5548 * rebase to v4.2-rc1
5549 - LP: #1394368
5550 - LP: #1427680
5551 - LP: #1462614
5552 - LP: #1397021
5553
5554 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
5555
5556 linux (4.1.0-3.3) wily; urgency=low
5557
5558 [ Andy Whitcroft ]
5559
5560 * Release Tracking Bug
5561 - LP: #1478897
5562
5563 [ Colin Ian King ]
5564
5565 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
5566 - CVE-2015-1333
5567
5568 [ Seth Forshee ]
5569
5570 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
5571 - LP: #1478578
5572
5573 [ Upstream Kernel Changes ]
5574
5575 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
5576 - LP: #1461620
5577 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
5578 * x86/nmi/64: Remove asm code that saves cr2
5579 * x86/nmi/64: Switch stacks on userspace NMI entry
5580 * x86/nmi/64: Reorder nested NMI checks
5581 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
5582 detection
5583
5584 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
5585
5586 linux (4.1.0-2.4) wily; urgency=low
5587
5588 [ Andy Whitcroft ]
5589
5590 * SAUCE: overlayfs: when copying up and reading directories ensure
5591 mounter had permissions V2
5592 - CVE-2015-1328
5593
5594 [ Leann Ogasawara ]
5595
5596 * Release Tracking Bug
5597 - LP: #1465419
5598
5599 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5600
5601 linux (4.1.0-2.2) wily; urgency=low
5602
5603 [ Tim Gardner ]
5604
5605 * rebase to v4.1.3
5606 * [Config] Add i40e[vf] to d-i
5607 - LP: #1476393
5608
5609 [ Upstream Kernel Changes ]
5610
5611 * rebase to v4.1.3
5612 - LP: #1427680
5613 - LP: #1462614
5614 - LP: #1394368
5615
5616 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
5617
5618 linux (4.1.0-1.1) wily; urgency=low
5619
5620 [ Andy Whitcroft ]
5621
5622 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5623 - LP: #1395877, #1410480
5624 * SAUCE: overlayfs: when copying up and reading directories ensure
5625 mounter had permissions V2
5626 - CVE-2015-1328
5627 * [Packaging] fix up Vcs-Git: to point to launchpad
5628 * [Config] correct linux-initramfs-tool virtual linkage
5629 - LP: #1474810
5630
5631 [ Chris J Arges ]
5632
5633 * [Config] Add dm-service-time to multipath-modules
5634 - LP: #1469240
5635 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
5636 - LP: #1464560
5637
5638 [ Jay Vosburgh ]
5639
5640 * SAUCE: fan: Proof of concept implementation (v2)
5641 - LP: #1439706
5642 * SAUCE: fan: tunnel multiple mapping mode (v3)
5643 - LP: #1470091
5644
5645 [ Leann Ogasawara ]
5646
5647 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
5648 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
5649 considering"
5650 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
5651 * Revert "SAUCE: dm-crypt: never use write same"
5652 * Release Tracking Bug
5653 - LP: #1476333
5654
5655 [ Tim Gardner ]
5656
5657 * Rebase to v4.1
5658 - LP: #1443371
5659 * [Config] Enable Apparmor
5660 * [Config] CONFIG_OVERLAY_FS_V1=y
5661 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
5662 - LP: #1469829
5663 * [Config] CONFIG_VM86=n
5664 - LP: #1473447
5665 * [Config] ACORN_PARTITION=n
5666 - LP: #1453117
5667
5668 [ Timo Aaltonen ]
5669
5670 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
5671 - LP: #1473319
5672
5673 [ Upstream Kernel Changes ]
5674
5675 * efi: efivar_create_sysfs_entry() should return negative error codes
5676 * efi: Add esrt support
5677 * x86, doc: Remove cmdline_size from list of fields to be filled in for
5678 EFI handover
5679 * efi/esrt: Fix some compiler warnings
5680 * efi: dmi: List SMBIOS3 table before SMBIOS table
5681 * efi: Add 'systab' information to Documentation/ABI
5682 * ALSA: hda - restore the MIC FIXUP for some Dell machines
5683 - LP: #1473560
5684 * mtd: powernv: Add powernv flash MTD abstraction driver
5685 - LP: #1464560
5686 * powerpc/powernv: Expose OPAL APIs required by PRD interface
5687 - LP: #1464560
5688 * powerpc/powernv: Add opal-prd channel
5689 - LP: #1464560
5690 * powerpc/powernv: fix construction of opal PRD messages
5691 - LP: #1464560
5692 * powerpc/include: Add opal-prd to installed uapi headers
5693 - LP: #1464560
5694 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
5695 - LP: #1464560
5696
5697 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
5698
5699 linux (4.0.0-2.4) wily; urgency=low
5700
5701 [ Andy Whitcroft ]
5702
5703 * SAUCE: overlayfs: when copying up and reading directories ensure
5704 mounter had permissions V2
5705 - CVE-2015-1328
5706
5707 [ Leann Ogasawara ]
5708
5709 * Release Tracking Bug
5710 - LP: #1465419
5711
5712 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5713
5714 linux (4.0.0-1.2) wily; urgency=low
5715
5716 [ Andy Whitcroft ]
5717
5718 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5719 - LP: #1395877, #1410480
5720 * [Config] enable CONFIG_OVERLAY_FS_V1
5721
5722 [ Tai Nguyen ]
5723
5724 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
5725 - LP: #1463211
5726
5727 [ Tim Gardner ]
5728
5729 * [Config] CONFIG_HIBERNATION=n for ppc64el
5730 - LP: #1463836
5731
5732 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
5733
5734 linux (4.0.0-1.1) wily; urgency=low
5735
5736 [ Leann Ogasawara ]
5737
5738 * Revert "md/raid0: fix bug with chunksize not a power of 2."
5739 - LP: #1457510
5740 * powerpc/powernv: Check image loaded or not before calling flash
5741 - LP: #1461553
5742
5743 [ Tim Gardner ]
5744
5745 * [Config] armhf: CPUFREQ_DT=y
5746 - LP: #1457781
5747
5748 [ Upstream Kernel Changes ]
5749
5750 * rebase to v4.0.5
5751 - LP: #1429756
5752 - LP: #1452175
5753 - LP: #1454656
5754 - LP: #1447909
5755 - LP: #1446517
5756 - LP: #1428947
5757 - LP: #1410704
5758 - LP: #1412800
5759 - LP: #1400215
5760 - LP: #1411193
5761 - LP: #1412800
5762 - LP: #1408295
5763 - LP: #1436745
5764
5765 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
5766
5767 linux (3.19.0-10.10) vivid; urgency=low
5768
5769 [ Andy Whitcroft ]
5770
5771 * [Packaging] control -- make element ordering deterministic
5772 * [Config] allow dracult to support initramfs as well
5773 - LP: #1109029
5774 * [Packaging] generate live watchdog blacklists
5775 - LP: #1432837
5776
5777 [ Leann Ogasawara ]
5778
5779 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
5780 - LP: #1397860
5781 * rebase to v3.19.2
5782
5783 [ Upstream Kernel Changes ]
5784
5785 * thinkpad_acpi: support new BIOS version string pattern
5786 - LP: #1417915
5787 * arm64: Invalidate the TLB corresponding to intermediate page table
5788 levels
5789 - LP: #1432546
5790 * perf tools: Support parsing parameterized events
5791 - LP: #1430341
5792 * perf tools: Extend format_alias() to include event parameters
5793 - LP: #1430341
5794 * perf Documentation: Add event parameters
5795 - LP: #1430341
5796 * perf tools: Document parameterized and symbolic events
5797 - LP: #1430341
5798 * perf: provide sysfs_show for struct perf_pmu_events_attr
5799 - LP: #1430341
5800 * perf: add PMU_EVENT_ATTR_STRING() helper
5801 - LP: #1430341
5802 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
5803 - LP: #1430341
5804 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
5805 - LP: #1430341
5806 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
5807 annotated
5808 - LP: #1430341
5809 * powerpc/perf/hv-gpci: add the remaining gpci requests
5810 - LP: #1430341
5811 * powerpc/perf/hv-24x7: Document sysfs event description entries
5812 - LP: #1430341
5813 * powerpc/iommu: Remove IOMMU device references via bus notifier
5814 - LP: #1425202
5815 * powerpc/pseries: Fix endian problems with LE migration
5816 - LP: #1428351
5817 * intel_idle: support additional Broadwell model
5818 - LP: #1400970
5819 * tools/power turbostat: support additional Broadwell model
5820 - LP: #1400970
5821 * KVM: x86: flush TLB when D bit is manually changed.
5822 - LP: #1397860
5823 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
5824 - LP: #1397860
5825 * KVM: Add generic support for dirty page logging
5826 - LP: #1397860
5827 * KVM: x86: switch to kvm_get_dirty_log_protect
5828 - LP: #1397860
5829 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
5830 log dirty
5831 - LP: #1397860
5832 * KVM: MMU: Add mmu help functions to support PML
5833 - LP: #1397860
5834 * KVM: MMU: Explicitly set D-bit for writable spte.
5835 - LP: #1397860
5836 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
5837 - LP: #1397860
5838 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
5839 - LP: #1397860
5840 * KVM: VMX: Add PML support in VMX
5841 - LP: #1397860
5842 * HID: multitouch: add support of clickpads
5843 * HID: multitouch: Add support for button type usage
5844
5845 [ Upstream Kernel Changes ]
5846
5847 * rebase to v3.19.2
5848 - LP: #1428947
5849
5850 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
5851
5852 linux (3.19.0-9.9) vivid; urgency=low
5853
5854 [ Leann Ogasawara ]
5855
5856 * Release Tracking Bug
5857 - LP: #1430930
5858
5859 [ Shachar Raindel ]
5860
5861 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
5862 arithmetic
5863 - LP: #1413741
5864 - CVE-2014-8159
5865
5866 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
5867
5868 linux (3.19.0-8.8) vivid; urgency=low
5869
5870 [ Andy Whitcroft ]
5871
5872 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5873 - LP: #1426113
5874 * rebase to stable v3.19.1
5875
5876 [ John Johansen ]
5877
5878 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5879 - LP: #1408833
5880
5881 [ Leann Ogasawara ]
5882
5883 * Release Tracking Bug
5884 - LP: #1429940
5885
5886 [ Upstream Kernel Changes ]
5887
5888 * xen: correct bug in p2m list initialization
5889 * net/mlx5_core: Fix configuration of log_uar_page_sz
5890 - LP: #1419938
5891 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
5892 - LP: #1420575
5893 * net/mlx4_core: Maintain a persistent memory for mlx4 device
5894 - LP: #1422481
5895 * net/mlx4_core: Set device configuration data to be persistent across
5896 reset
5897 - LP: #1422481
5898 * net/mlx4_core: Refactor the catas flow to work per device
5899 - LP: #1422481
5900 * net/mlx4_core: Enhance the catas flow to support device reset
5901 - LP: #1422481
5902 * net/mlx4_core: Activate reset flow upon fatal command cases
5903 - LP: #1422481
5904 * net/mlx4_core: Manage interface state for Reset flow cases
5905 - LP: #1422481
5906 * net/mlx4_core: Handle AER flow properly
5907 - LP: #1422481
5908 * net/mlx4_core: Enable device recovery flow with SRIOV
5909 - LP: #1422481
5910 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
5911 - LP: #1422481
5912 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
5913 - LP: #1428111
5914 * rebase to v3.19.1
5915 - LP: #1410704
5916 - LP: #1411193
5917 - LP: #1400215
5918
5919 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
5920
5921 linux (3.19.0-7.7) vivid; urgency=low
5922
5923 [ Andy Whitcroft ]
5924
5925 * Release Tracking Bug
5926 - LP: #1426013
5927
5928 [ Upstream Kernel Changes ]
5929
5930 * x86/irq: Fix regression caused by commit b568b8601f05
5931 * cxl: Fix leaking interrupts if attach process fails
5932 - LP: #1415102
5933 * cxl: Early return from cxl_handle_fault for a shut down context
5934 - LP: #1415102
5935 * cxl: Disable AFU debug flag
5936 - LP: #1415102
5937 * cxl: Disable SPAP register when freeing SPA
5938 - LP: #1415102
5939 * cxl: remove redundant increment of hwirq
5940 - LP: #1415102
5941 * cxl: Add tracepoints
5942 - LP: #1415102
5943 * cxl: Update CXL ABI documentation
5944 - LP: #1415102
5945 * cxl: Use image state defaults for reloading FPGA
5946 - LP: #1415102
5947 * cxl: Add image control to sysfs
5948 - LP: #1415102
5949 * cxl: Enable CAPP recovery
5950 - LP: #1415102
5951 * cxl: Add ability to reset the card
5952 - LP: #1415102
5953 * cxl: Fix device_node reference counting
5954 - LP: #1415102
5955 * cxl: Export optional AFU configuration record in sysfs
5956 - LP: #1415102
5957 * cxl: Fail AFU initialisation if an invalid configuration record is
5958 found
5959 - LP: #1415102
5960 * cxl: Add missing return statement after handling AFU errror
5961 - LP: #1415102
5962 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
5963 - LP: #1415102
5964 * powerpc/eeh: Allow to set maximal frozen times
5965 - LP: #1415102
5966 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
5967
5968 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
5969
5970 linux (3.19.0-6.6) vivid; urgency=low
5971
5972 [ Andy Whitcroft ]
5973
5974 * systemd -- fix hyper-v units to be non-forking
5975 - LP: #1401525
5976 * [Config] move vbox modules into linux-image
5977 * ubuntu: vbox -- update to 4.3.22-dfsg-1
5978
5979 [ Brad Figg ]
5980
5981 * SAUCE: DEP8 test to run our regression tests
5982
5983 [ Paolo Pisati ]
5984
5985 * [Config] I2C_CHARDEV=y
5986 - LP: #1417032
5987
5988 [ Upstream Kernel Changes ]
5989
5990 * PCI: Fix infinite loop with ROM image of size 0
5991 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
5992 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
5993 controller
5994 - LP: #1400215
5995
5996 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
5997
5998 linux (3.19.0-5.5) vivid; urgency=low
5999
6000 [ Andy Whitcroft ]
6001
6002 * [Config] CONFIG_FA_DUMP=y
6003 - LP: #1415562
6004 * ubuntu: (no-squash) vbox -- infrastructure and updater
6005 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
6006 * rebase to v3.19 final
6007
6008 [ Chris J Arges ]
6009
6010 * [Config] Add ibmvfc to d-i
6011 - LP: #1416001
6012 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
6013 - LP: #1292234
6014
6015 [ Upstream Kernel Changes ]
6016
6017 * rebase to v3.19
6018
6019 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
6020
6021 linux (3.19.0-4.4) vivid; urgency=low
6022
6023 [ Andy Whitcroft ]
6024
6025 * [Config] apply Kernel hacking >> Tracers config defaults
6026 * hyper-v -- fix comment handing in /etc/network/interfaces
6027 - LP: #1413020
6028 * rebase to v3.19-rc7
6029 * updateconfigs following rebase to v3.19-rc7
6030
6031 [ Ben Hutchings ]
6032
6033 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
6034 - LP: #1413149
6035
6036 [ Upstream Kernel Changes ]
6037
6038 * rebase to v3.19-rc7
6039
6040 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
6041
6042 linux (3.19.0-3.3) vivid; urgency=low
6043
6044 [ Andy Whitcroft ]
6045
6046 * [Debian] arm64 -- build ubuntu drivers
6047 - LP: #1411284
6048 * [Packaging] config-check -- add support for enforced annotations
6049 * [Config] annotations -- switch to ENFORCED annotations
6050 * [Packaging] config-check -- drop support for enforce file
6051 * [Packaging] enforce -- drop empty enforce file
6052 * rebase to v3.19-rc5
6053 * [Config] add modules removed due to tighter dependencies
6054 * [Config] updateconfigs following rebase to v3.19-rc5
6055 * [Config] enforce CONFIG_FHANDLE=y
6056 - LP: #1412543
6057 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
6058 - LP: #1408355
6059 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
6060 - LP: #1413646
6061 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
6062 message handler config defaults
6063 * [Config] apply Device Drivers >> Character devices >> Serial drivers
6064 config defaults
6065 * [Config] apply Device Drivers >> GPIO Support config defaults
6066 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6067 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6068 support) config defaults
6069 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6070 Devices >> Support for frame buffer devices config defaults
6071 * [Config] apply Device Drivers >> HID support >> HID bus support >>
6072 Special HID drivers config defaults
6073 * [Config] apply Device Drivers >> Hardware Monitoring support config
6074 defaults
6075 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
6076 Hardware Bus support config defaults
6077 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
6078 digital converters config defaults
6079 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
6080 sensors config defaults
6081 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
6082 sensors config defaults
6083 * [Config] apply Device Drivers >> Input device support >> Generic input
6084 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6085 * [Config] apply Device Drivers >> Input device support >> Generic input
6086 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6087 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6088 config defaults
6089 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6090 defaults
6091 * [Config] apply Device Drivers >> Multifunction device drivers config
6092 defaults
6093 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6094 grabbers support >> Media test drivers config defaults
6095 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
6096 Adapters config defaults
6097 * [Config] apply Device Drivers >> Multimedia support >> Remote
6098 Controller devices config defaults
6099 * [Config] apply Device Drivers >> Network device support >> Distributed
6100 Switch Architecture drivers config defaults
6101 * [Config] apply Device Drivers >> Network device support >> Network core
6102 driver support config defaults
6103 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6104 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
6105 defaults
6106 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6107 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
6108 defaults
6109 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6110 * [Config] apply Device Drivers >> Pin controllers config defaults
6111 * [Config] apply Device Drivers >> SPI support config defaults
6112 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6113 Sound Architecture >> ALSA for SoC audio support config defaults
6114 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6115 Sound Architecture >> FireWire sound devices config defaults
6116 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6117 Sound Architecture >> HD-Audio config defaults
6118 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
6119 client support config defaults
6120 * [Config] apply Device Drivers >> Staging drivers >> Media staging
6121 drivers config defaults
6122 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6123 USB Gadget Drivers >> USB functions configurable through configfs
6124 config defaults
6125 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6126 USB Peripheral Controller config defaults
6127 * [Config] apply Networking support >> NFC subsystem support >> Near
6128 Field Communication (NFC) devices config defaults
6129 * [Config] apply Networking support >> Networking options >> Network
6130 packet filtering framework (Netfilter) >> Core Netfilter Configuration
6131 >> Netfilter nf_tables support config defaults
6132 * [Config] apply Networking support >> Networking options >> QoS and/or
6133 fair queueing >> Actions config defaults
6134 * [Config] apply Networking support >> Networking options >> TCP/IP
6135 networking config defaults
6136 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
6137 Networking Stack (mac80211) config defaults
6138 * [Config] apply Device Drivers >> Input device support >> Generic input
6139 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
6140 * [Config] apply Device Drivers >> Input device support >> Generic input
6141 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6142 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6143 config defaults
6144 * [Config] apply Networking support >> Networking options >> Network
6145 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
6146 >> IPv4 NAT config defaults
6147 * [Config] apply Networking support >> Networking options >> Network
6148 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
6149 >> IPv6 NAT config defaults
6150 * [Config] apply Kernel hacking >> Kernel debugging config defaults
6151 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
6152 config defaults
6153 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
6154 values in
6155 - LP: #1414002
6156 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6157 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
6158 (iwlwifi) config defaults
6159 * [Config] apply Device Drivers >> Real Time Clock config defaults
6160 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6161 support >> SCSI low-level drivers config defaults
6162 * [Config] apply General setup >> CPU/Task time and stats accounting >>
6163 Cputime accounting config defaults
6164 * [Config] apply Device Drivers >> Mailbox Hardware Support config
6165 defaults
6166 * rebase to v3.19-rc6
6167 * [Config] updateconfigs following rebase to v3.19-rc6
6168
6169 [ Kamal Mostafa ]
6170
6171 * [Packaging] force "dpkg-source -I -i" behavior
6172
6173 [ Leann Ogasawara ]
6174
6175 * [Config] Disable CONFIG_USB_OTG
6176 - LP: #1411295
6177
6178 [ Upstream Kernel Changes ]
6179
6180 * overlay: add backwards compatible overlayfs format support (fixes)
6181 - LP: #1410480
6182
6183 [ Upstream Kernel Changes ]
6184
6185 * rebase to v3.19-rc5
6186 * rebase to v3.19-rc6
6187
6188 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
6189
6190 linux (3.19.0-2.2) vivid; urgency=low
6191
6192 [ Andy Whitcroft ]
6193
6194 * rebase to v3.19-rc4
6195 * [Config] updateconfigs following rebase to v3.19-rc4
6196 * [Packaging] install all dtb files
6197 - LP: #1408002
6198 * [Config] switch on "all" dtbs
6199 - LP: #1408002
6200
6201 [ Colin Ian King ]
6202
6203 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
6204 timers
6205 - LP: #1333569
6206
6207 [ Joseph Salisbury ]
6208
6209 * [Config] Enable CONFIG_N_GSM as module.
6210 - LP: #1404670
6211
6212 [ K. Y. Srinivasan ]
6213
6214 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
6215 - LP: #1406867
6216
6217 [ Steve McIntyre ]
6218
6219 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
6220 - LP: #1409750
6221
6222 [ Upstream Kernel Changes ]
6223
6224 * rebase to v3.19-rc4
6225
6226 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
6227
6228 linux (3.19.0-1.1) vivid; urgency=low
6229
6230 [ Andy Whitcroft ]
6231
6232 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
6233 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
6234 * Revert "SAUCE: AUFS -- aufs3-base.patch"
6235 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
6236 * rebase to v3.19-rc1
6237 * rebase to v3.19-rc2
6238 * [Config] defaultconfigs following rebase to v3.19-rc2
6239 * ubuntu: aufs3 -- follow rename of d_child
6240 * ubuntu: aufs3 -- follow switch to d_splice_alias
6241 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
6242 * ubuntu: aufs3 -- follow rename for d_alias
6243 * apparmor -- follow change to this_cpu_ptr
6244 * disable module checks for rebase
6245 * ubuntu: AUFS -- substrate: aufs3-base.patch
6246 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
6247 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
6248 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
6249 * [Configs] updateconfigs following aufs update
6250 * v3.19 series start
6251 * rebase to v3.19-rc3
6252 * [Configs] updateconfigs following rebase to v3.19-rc3
6253 * [Packaging] uploadnum should be the remainder of the version
6254 - LP: #1407755
6255 * [Packaging] handle dts directories
6256 - LP: #1408004
6257 * [Config] follow move of arm64 dts' into vendor directories
6258
6259 [ Upstream Kernel Changes ]
6260
6261 * arm64: optimized copy_to_user and copy_from_user assembly code
6262 - LP: #1400349
6263 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
6264
6265 [ Upstream Kernel Changes ]
6266
6267 * rebase to v3.19-rc1
6268 - LP: #1173681
6269 * rebase to v3.19-rc2
6270 * rebase to v3.19-rc3
6271
6272 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
6273
6274 linux (3.18.0-7.8) vivid; urgency=low
6275
6276 [ Leann Ogasawara ]
6277
6278 * Release Tracking Bug
6279 - LP: #1401590
6280
6281 [ John Johansen ]
6282
6283 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6284 - LP: #1362199
6285 * SAUCE: Revert: fix: only allow a single threaded process to ...
6286 - LP: #1371310
6287 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6288 - LP: #1390223
6289 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6290 hashing is used
6291 - LP: #1383886
6292 * [config] set apparmor config options
6293
6294 [ Seth Forshee ]
6295
6296 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6297 - LP: #1398458
6298
6299 [ Upstream Kernel Changes ]
6300
6301 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6302 - LP: #1359052
6303 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6304 - LP: #1346067
6305
6306 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6307
6308 linux (3.18.0-6.7) vivid; urgency=low
6309
6310 [ Andy Whitcroft ]
6311
6312 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6313 assembly code"
6314 - LP: #1398596
6315 * rebase to v3.18
6316
6317 [ Chris J Arges ]
6318
6319 * [Config] CONFIG_PCIEASPM_DEBUG=y
6320 - LP: #1398544
6321
6322 [ Paolo Pisati ]
6323
6324 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6325 - LP: #1396470
6326
6327 [ Upstream Kernel Changes ]
6328
6329 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6330 may result in I/O freeze
6331 - LP: #1400289
6332
6333 [ Upstream Kernel Changes ]
6334
6335 * rebase to v3.18
6336
6337 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6338
6339 linux (3.18.0-5.6) vivid; urgency=low
6340
6341 [ Leann Ogasawara ]
6342
6343 * Release Tracking Bug
6344 - LP: #1398109
6345
6346 [ Andy Whitcroft ]
6347
6348 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6349 - LP: #1397061
6350 * rebase to v3.18-rc7
6351
6352 [ Chris J Arges ]
6353
6354 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6355 ppc64el/generic
6356 - LP: #1395855
6357
6358 [ Upstream Kernel Changes ]
6359
6360 * rebase to v3.18-rc7
6361 - LP: #1389497
6362
6363 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6364
6365 linux (3.18.0-4.5) vivid; urgency=low
6366
6367 [ Leann Ogasawara ]
6368
6369 * Release Tracking Bug
6370 - LP: #1395891
6371
6372 [ Andy Whitcroft ]
6373
6374 * rebase to v3.18-rc6
6375 * [Config] update configs following rebase to v3.18-rc6
6376 * [Config] enable overlayfs v1 support
6377
6378 [ Tim Gardner ]
6379
6380 * rebase to v3.18-rc5
6381
6382 [ Upstream Kernel Changes ]
6383
6384 * overlay: add backwards compatible overlayfs format support
6385 - LP: #1395877
6386
6387 [ Upstream Kernel Changes ]
6388
6389 * rebase to v3.18-rc5
6390 * rebase to v3.18-rc6
6391
6392 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6393
6394 linux (3.18.0-3.4) vivid; urgency=low
6395
6396 [ Andy Whitcroft ]
6397
6398 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6399 * Revert "SAUCE: AUFS -- update to
6400 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6401 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6402 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6403 * [Config] amd64 is now the indep architecture
6404 * [Debian] basic hook support
6405 * SAUCE: AUFS -- aufs3-base.patch
6406 * SAUCE: AUFS -- aufs3-mmap.patch
6407 * SAUCE: AUFS -- aufs3-standalone.patch
6408 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6409 * [Config] updateconfigs following aufs3 update
6410 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6411
6412 [ dann frazier ]
6413
6414 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6415 - LP: #1388952
6416 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6417 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6418
6419 [ Tim Gardner ]
6420
6421 * rebase to v3.18-rc4
6422
6423 [ Upstream Kernel Changes ]
6424
6425 * rebase to v3.18-rc4
6426 - LP: #1389497
6427 - LP: #1387128
6428
6429 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6430
6431 linux (3.18.0-2.2) vivid; urgency=low
6432
6433 [ Tim Gardner ]
6434
6435 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6436
6437 [ Upstream Kernel Changes ]
6438
6439 * rebase to v3.18-rc3
6440
6441 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6442
6443 linux (3.18.0-1.1) vivid; urgency=low
6444
6445 [ Andy Whitcroft ]
6446
6447 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6448 * [Config] tools -- only build common tools when enabled
6449 * [Config] follow rename of DEB_BUILD_PROFILES
6450 * [Config] linux-image-extra is additive to linux-image
6451 - LP: #1375310
6452 * [Config] linux-image-extra postrm is not needed on purge
6453 * [Config] enable cloud tools on i386
6454 - LP: #1367399
6455
6456 [ Marc Dietrich ]
6457
6458 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6459
6460 [ Paolo Pisati ]
6461
6462 * [Config] armhf: REGULATOR_TWL4030=y
6463 * [Config] armhf: disable JUMP_LABEL
6464 - LP: #1378856
6465
6466 [ Tim Gardner ]
6467
6468 * rebase to v3.17-rc2
6469 * updateconfigs
6470 * [Config] CONFIG_NFC_ST21NFCB=n
6471 * [Config] Added net/6lowpan/* to generic inclusion list
6472 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6473 * rebase to v3.17-rc3
6474 * rebase to v3.17-rc4
6475 * rebase to v3.17-rc5
6476 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6477 * [Config] CONFIG_XMON=y
6478 - LP: #1365655
6479 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6480 - LP: #1362514
6481 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6482 - LP: #1362514
6483 * [Config] CONFIG_DMA_CMA=n
6484 - LP: #1362261
6485 * [Config] Add mpt3sas to d-i
6486 - LP: #1368907
6487 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6488 - LP: #1370211
6489 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6490 - LP: #1244176
6491 * rebase to v3.17-rc6
6492 * SAUCE: usbip: Update include path
6493 * [Debian] usbip tools packaging
6494 - LP: #898003
6495 * [Config] Enable usbip tools
6496 - LP: #898003
6497 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6498 - LP: #1363180
6499 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6500 - LP: #1362261
6501 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6502 - LP: #1374438
6503 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6504 - LP: #1374440
6505 * [Debian] Don't fail if a symlink already exists
6506 * rebase to v3.17-rc7
6507 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6508 - LP: #1374440
6509 * rebase to v3.17
6510 * rebase to v3.18-rc1
6511 * [Config] CONFIG_AUFS_FS=n for FTBS
6512 * Enable vivid
6513 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6514 - LP: #1385510
6515 * rebase to v3.18-rc2
6516 * [Debian] Fix linux-doc dangling symlinks
6517 - LP: #661306
6518 * CONFIG_MODULE_COMPRESS=n
6519 * [Config] dropped scsi_tgt from generic inclusion list
6520 * [Config] Added drivers/uio to generic inclusion list
6521 * [Config] CONFIG_PATA_MACIO=y
6522 - LP: #1378894
6523 * [Config] CONFIG_DRM_BOCHS=n
6524 * [Debian] install usbipd
6525 - LP: #898003
6526
6527 [ Upstream Kernel Changes ]
6528
6529 * rebase to v3.18-rc2
6530
6531 [ Upstream Kernel Changes ]
6532
6533 * rebase to v3.18-rc1
6534 - LP: #1316518
6535 - LP: #1371591
6536 - LP: #1357928
6537
6538 [ Upstream Kernel Changes ]
6539
6540 * rebase to v3.17
6541
6542 [ Upstream Kernel Changes ]
6543
6544 * rebase to v3.17-rc7
6545
6546 [ Upstream Kernel Changes ]
6547
6548 * rebase to v3.17-rc6
6549
6550 [ Upstream Kernel Changes ]
6551
6552 * rebase to v3.17-rc5
6553
6554 [ Upstream Kernel Changes ]
6555
6556 * rebase to v3.17-rc4
6557
6558 [ Upstream Kernel Changes ]
6559
6560 * rebase to v3.17-rc3
6561
6562 [ Upstream Kernel Changes ]
6563
6564 * rebase to v3.17-rc2
6565 - LP: #1358116
6566 - LP: #1350148
6567 - LP: #1334950
6568 - LP: #1329580
6569 - LP: #1329580
6570 - LP: #1329580
6571
6572 [ Upstream Kernel Changes ]
6573
6574 * rebase to v3.17-rc2
6575
6576 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
6577
6578 linux (3.17.0-0.0) utopic; urgency=medium
6579
6580 * Empty entry
6581
6582 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
6583
6584 linux (3.16.0-11.16) utopic; urgency=low
6585
6586 [ Mauricio Faria de Oliveira ]
6587
6588 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
6589 - LP: #1358920
6590
6591 [ Peter Zijlstra ]
6592
6593 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
6594 - LP: #1361300
6595
6596 [ Tim Gardner ]
6597
6598 * [Config] CONFIG_ZPOOL=y
6599 - LP: #1360428
6600 * Release Tracking Bug
6601 - LP: #1361308
6602
6603 [ Upstream Kernel Changes ]
6604
6605 * Revert "net/mlx4_en: Fix bad use of dev_id"
6606 - LP: #1347012
6607 * net/mlx4_en: Reduce memory consumption on kdump kernel
6608 - LP: #1347012
6609 * net/mlx4_en: Fix mac_hash database inconsistency
6610 - LP: #1347012
6611 * net/mlx4_en: Disable blueflame using ethtool private flags
6612 - LP: #1347012
6613 * net/mlx4_en: current_mac isn't updated in port up
6614 - LP: #1347012
6615 * net/mlx4_core: Use low memory profile on kdump kernel
6616 - LP: #1347012
6617 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
6618 - LP: #1347169
6619 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
6620 - LP: #1347169
6621 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
6622 - LP: #1347169
6623 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
6624 - LP: #1347169
6625 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
6626 - LP: #1347169
6627 * drivers: scsi: storvsc: Set srb_flags in all cases
6628 - LP: #1347169
6629 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
6630 - LP: #1347169
6631 * namespaces: Use task_lock and not rcu to protect nsproxy
6632 - LP: #1328088
6633 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
6634 * mm/zbud: change zbud_alloc size type to size_t
6635 - LP: #1360428
6636 * mm/zpool: implement common zpool api to zbud/zsmalloc
6637 - LP: #1360428
6638 * mm/zpool: zbud/zsmalloc implement zpool
6639 - LP: #1360428
6640 * mm/zpool: update zswap to use zpool
6641 - LP: #1360428
6642 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
6643 - LP: #1341296
6644 * iommu/amd: Fix for pasid initialization
6645 - LP: #1361300
6646 * iommu/amd: Moving PPR fault flags macros definitions
6647 - LP: #1361300
6648 * iommu/amd: Drop oprofile dependency
6649 - LP: #1361300
6650 * iommu/amd: Fix typo in amd_iommu_v2 driver
6651 - LP: #1361300
6652 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
6653 - LP: #1361300
6654 * iommu/amd: Don't free pasid_state in mn_release path
6655 - LP: #1361300
6656 * iommu/amd: Get rid of __unbind_pasid
6657 - LP: #1361300
6658 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
6659 - LP: #1361300
6660 * iommu/amd: Add pasid_state->invalid flag
6661 - LP: #1361300
6662 * iommu/amd: Don't hold a reference to mm_struct
6663 - LP: #1361300
6664 * iommu/amd: Don't hold a reference to task_struct
6665 - LP: #1361300
6666 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
6667 - LP: #1361300
6668 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
6669 - LP: #1361300
6670 * iommu/amd: Remove change_pte mmu_notifier call-back
6671 - LP: #1361300
6672 * iommu/amd: Fix device_state reference counting
6673 - LP: #1361300
6674 * iommu/amd: Fix 2 typos in comments
6675 - LP: #1361300
6676
6677 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
6678
6679 linux (3.16.0-10.15) utopic; urgency=low
6680
6681 [ dann frazier ]
6682
6683 * [debian] Fix regression with ABI subversions and backport
6684
6685 [ Feng Kan ]
6686
6687 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
6688 modify write.
6689 - LP: #1357527
6690 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6691 assembly code
6692 - LP: #1358949
6693
6694 [ Stefan Bader ]
6695
6696 * SAUCE: bcache: prevent crash on changing writeback_running
6697 - LP: #1357295
6698
6699 [ Tim Gardner ]
6700
6701 * [Config] CONFIG_XFRM_STATISTICS=y
6702 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
6703 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
6704 - LP: #1353005
6705 * Release Tracking Bug
6706 - LP: #1359783
6707
6708 [ Upstream Kernel Changes ]
6709
6710 * intel_idle: Broadwell support
6711 - LP: #1256170
6712 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
6713 - LP: #1357108
6714 * powerpc/powernv: Invoke opal call to handle hmi.
6715 - LP: #1357108
6716 * powerpc/book3s: handle HMIs for cpus in nap mode.
6717 - LP: #1357108
6718 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
6719 - LP: #1357108
6720 * powerpc: Add smp_mb() to arch_spin_is_locked()
6721 - LP: #1358569
6722 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
6723 - LP: #1358569
6724 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
6725 temperature
6726 - LP: #1353005
6727 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
6728 - LP: #1358855
6729 * printk: Add function to return log buffer address and size
6730 - LP: #1359423
6731 * powerpc/powernv: Interface to register/unregister opal dump region
6732 - LP: #1359423
6733 * bcache: fix crash on shutdown in passthrough mode
6734 - LP: #1357295
6735 * bcache: fix uninterruptible sleep in writeback thread
6736 - LP: #1357295
6737
6738 [ Vinayak Kale ]
6739
6740 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
6741 - LP: #1357527
6742 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
6743 - LP: #1357527
6744
6745 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
6746
6747 linux (3.16.0-9.14) utopic; urgency=low
6748
6749 [ Tim Gardner ]
6750
6751 * Release Tracking Bug
6752 - LP: #1357370
6753
6754 [ Serge Hallyn ]
6755
6756 * SAUCE: Overlayfs: allow unprivileged mounts
6757 - LP: #1357025
6758
6759 [ Upstream Kernel Changes ]
6760
6761 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6762 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6763 * dts: Add bindings for APM X-Gene SoC ethernet driver
6764 * drivers: net: Add APM X-Gene SoC ethernet driver support.
6765 * powerpc/thp: Add write barrier after updating the valid bit
6766 - LP: #1357014
6767 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
6768 - LP: #1357014
6769 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
6770 of 4k pte
6771 - LP: #1357014
6772 * powerpc/thp: Handle combo pages in invalidate
6773 - LP: #1357014
6774 * powerpc/thp: Invalidate with vpn in loop
6775 - LP: #1357014
6776 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
6777 - LP: #1357014
6778 * powerpc/mm: Use read barrier when creating real_pte
6779 - LP: #1357014
6780 * powerpc/thp: Add tracepoints to track hugepage invalidate
6781 - LP: #1357014
6782 * rebase to v3.16.1
6783
6784 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
6785
6786 linux (3.16.0-8.13) utopic; urgency=low
6787
6788 [ Tim Gardner ]
6789
6790 * Release Tracking Bug
6791 - LP: #1356403
6792
6793 [ dann frazier ]
6794
6795 * [debian] Allow for package revisions condusive for branching
6796
6797 [ Upstream Kernel Changes ]
6798
6799 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
6800 - LP: #1350087
6801 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
6802 - LP: #1350087
6803 * powerpc/powernv: Enable M64 aperatus for PHB3
6804 - LP: #1355469
6805 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
6806 - LP: #1352994
6807 * powerpc: Add machine_early_initcall()
6808 - LP: #1352640
6809 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
6810 - LP: #1352640
6811 * powerpc/eeh: Avoid event on passed PE
6812 - LP: #1352640
6813 * powerpc/eeh: EEH support for VFIO PCI device
6814 - LP: #1352640
6815 * powerpc/eeh: sysfs entries lost
6816 - LP: #1352640
6817 * powerpc/powernv: Fix IOMMU table for VFIO dev
6818 - LP: #1352640
6819 * powerpc/eeh: Fetch IOMMU table in reliable way
6820 - LP: #1352640
6821 * powerpc/eeh: Refactor EEH flag accessors
6822 - LP: #1352640
6823 * powerpc/eeh: Selectively enable IO for error log
6824 - LP: #1352640
6825 * powerpc/eeh: Reduce lines of log dump
6826 - LP: #1352640
6827 * powerpc/eeh: Replace pr_warning() with pr_warn()
6828 - LP: #1352640
6829 * powerpc/eeh: Make diag-data not endian dependent
6830 - LP: #1352640
6831 * powerpc/eeh: Aux PE data for error log
6832 - LP: #1352640
6833 * PCI: Support BAR sizes up to 128GB
6834 - LP: #1352640
6835 * powerpc/powernv: Allow to freeze PE
6836 - LP: #1352640
6837 * powerpc/powernv: Split ioda_eeh_get_state()
6838 - LP: #1352640
6839 * powerpc/powernv: Handle compound PE
6840 - LP: #1352640
6841 * powerpc/powernv: Handle compound PE for EEH
6842 - LP: #1352640
6843 * powerpc/powernv: Handle compound PE in config accessors
6844 - LP: #1352640
6845 * mnt: Only change user settable mount flags in remount
6846 - LP: #1356318
6847 - CVE-2014-5206
6848 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
6849 - LP: #1356318
6850 - CVE-2014-5206
6851 * mnt: Correct permission checks in do_remount
6852 - LP: #1356323
6853 - CVE-2014-5207
6854 * mnt: Change the default remount atime from relatime to the existing value
6855 - LP: #1356323
6856 - CVE-2014-5207
6857
6858 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
6859
6860 linux (3.16.0-7.12) utopic; urgency=low
6861
6862 [ Andy Whitcroft ]
6863
6864 * rebase to v3.16 final
6865 * [Config] d-i -- add virtio_scsi to virtio-modules
6866 - LP: #1342000
6867
6868 [ dann frazier ]
6869
6870 * [Packaging] Fix 'printchanges' to work with versions containing '+'
6871
6872 [ Tim Gardner ]
6873
6874 * [Config] CONFIG_MICROCODE=y
6875 - LP: #1084373
6876 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
6877 - LP: #1349028
6878 * [Config] Add hv_balloon to d-i virtio-modules
6879 - LP: #1292216
6880 * Release Tracking Bug
6881 - LP: #1354530
6882
6883 [ Upstream Kernel Changes ]
6884
6885 * rebase to v3.16
6886
6887 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
6888
6889 linux (3.16.0-6.11) utopic; urgency=low
6890
6891 [ Paolo Pisati ]
6892
6893 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
6894 * [Config] armhf: KEYBOARD_IMX=m
6895 * [Config] armhf: build cubox & imx6 DTBs
6896 * [Config] armhf: RTC_DRV_PCF8523=y
6897
6898 [ Tim Gardner ]
6899
6900 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
6901 - LP: #1344405
6902 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
6903 - LP: #1343109
6904 * Release Tracking Bug
6905 - LP: #1349196
6906
6907 [ Upstream Kernel Changes ]
6908
6909 * rebase to v3.16-rc7
6910
6911 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
6912
6913 linux (3.16.0-5.10) utopic; urgency=low
6914
6915 [ Tim Gardner ]
6916
6917 * Release Tracking Bug
6918 - LP: #1346298
6919 * [Config] CONFIG_GPIO_SYSFS=y
6920 - LP: #1342153
6921 * rebase to v3.16-rc6
6922
6923 [ Paolo Pisati ]
6924
6925 * [Config] enable ARCH_MVEBU*
6926 * [Config] AHCI_MVEBU=m
6927 * [Config] ARMADA_THERMAL=y
6928 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
6929 * [Config] CRYPTO_DEV_MV_CESA=m
6930 * [Config] I2C_MV64XXX=m
6931 * [Config] MMC_MVSDIO=m
6932 * [Config] MMC_SDHCI_DOVE=m
6933 * [Config] MTD_NAND_ORION=m
6934 * [Config] MTD_NAND_PXA3xx=m
6935 * [Config] MVNETA=m
6936 * [Config] MV_XOR=y
6937 * [Config] ORION_WATCHDOG=m
6938 * [Config] PCI_MVEBU=y
6939 * [Config] RTC_DRV_MV=y
6940 * [Config] SND_KIRKWOOD_SOC*=m
6941 * [Config] SPI_ORION=m
6942 * [Config] USB_XHCI_MVEBU=m
6943 * [Config] armhf: build all Armada and Dove DTBs
6944 * [Config] armhf: SERIAL_8250_DW=y
6945
6946 [ Upstream Kernel Changes ]
6947
6948 * rebase to v3.16-rc6
6949
6950 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
6951
6952 linux (3.16.0-4.9) utopic; urgency=low
6953
6954 [ Tim Gardner ]
6955
6956 * Release Tracking Bug
6957 - LP: #1341543
6958
6959 [ Upstream Kernel Changes ]
6960
6961 * rebase to v3.16-rc5
6962
6963 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
6964
6965 linux (3.16.0-3.8) utopic; urgency=low
6966
6967 [ Tim Gardner ]
6968
6969 * Release Tracking Bug
6970 - LP: #1340091
6971
6972 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
6973
6974 linux (3.16.0-2.7) utopic; urgency=low
6975
6976 [ Andy Whitcroft ]
6977
6978 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
6979 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6980
6981 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
6982
6983 linux (3.16.0-2.6) utopic; urgency=low
6984
6985 [ Andy Whitcroft ]
6986
6987 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
6988 Fixes FTBS.
6989
6990 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
6991
6992 linux (3.16.0-2.5) utopic; urgency=low
6993
6994 [ Andy Whitcroft ]
6995
6996 * ubuntu -- fix basic format for ubuntu/Makefile
6997 * ubuntu: AUFS (no-squash): basic framework and update machinary
6998 * ubuntu: aufs3 -- update update scripting
6999 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7000 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7001 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7002 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
7003 * [Configs] AUFS configs
7004 * ubuntu: aufs3 -- reenable
7005
7006 [ Tim Gardner ]
7007
7008 * CONFIG_LATENCYTOP=n
7009
7010 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
7011
7012 linux (3.16.0-2.4) utopic; urgency=low
7013
7014 [ Andy Whitcroft ]
7015
7016 * [Config] flip VIRTIO*=y
7017 * [Config] commonise CONFIG_SWIOTLB=y
7018 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
7019 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
7020 config defaults
7021 * [Config] apply Device Drivers >> Block devices config defaults
7022 * [Config] apply Device Drivers >> Character devices config defaults
7023 * [Config] apply Device Drivers >> DMA Engine support config defaults
7024 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
7025 reporting config defaults
7026 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7027 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7028 support) config defaults
7029 * [Config] apply Device Drivers >> GPIO Support config defaults
7030 * [Config] apply Device Drivers >> Graphics support >> Console display
7031 driver support config defaults
7032 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
7033 config defaults
7034 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
7035 * [Config] apply Device Drivers >> Input device support >> Generic input
7036 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
7037 defaults
7038 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
7039 ports config defaults
7040 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7041 config defaults
7042 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
7043 defaults
7044 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7045 grabbers support config defaults
7046 * [Config] apply Security options config defaults
7047 * [Config] apply Networking options >> Network packet filtering framework
7048 (Netfilter) >> Core Netfilter Configuration config defaults
7049 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7050 defaults
7051 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7052 Devices >> Support for frame buffer devices config defaults
7053 * [Config] apply Power management and ACPI options >> CPU Frequency
7054 scaling config defaults
7055 * [Config] apply Processor type and features config defaults
7056 * [Config] apply Partition Types config defaults
7057 * [Config] apply Power management and ACPI options config defaults
7058 * [Config] apply Device Drivers >> InfiniBand support config defaults
7059 * [Config] apply Device Drivers >> Misc devices config defaults
7060 * [Config] apply Device Drivers >> Multifunction device drivers config
7061 defaults
7062 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7063 support >> SCSI low-level drivers config defaults
7064 * [Config] apply Device Drivers >> Network device support >> Ethernet
7065 driver support config defaults
7066 * [Config] apply Device Drivers >> Network device support >> Network core
7067 driver support config defaults
7068 * [Config] apply Device Drivers >> Network device support >> PHY Device
7069 support and infrastructure config defaults
7070 * [Config] apply File systems >> Network File Systems config defaults
7071 * [Config] apply Device Drivers >> Input device support >> Generic input
7072 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7073 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
7074 >> NAND Device Support config defaults
7075 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7076 >> Ralink driver support config defaults
7077 * [Config] apply Device Drivers >> Staging drivers config defaults
7078 * [Config] apply Cryptographic API >> Hardware crypto devices config
7079 defaults
7080 * [Config] apply Device Drivers >> Macintosh device drivers config
7081 defaults
7082 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7083 config defaults
7084 * [Config] apply Device Drivers >> PPS support config defaults
7085 * [Config] apply Device Drivers >> Sound card support config defaults
7086 * [Config] apply Networking support >> RF switch subsystem support config
7087 defaults
7088 * [Config] apply Library routines config defaults
7089 * [Config] apply Device Drivers >> CODEC drivers config defaults
7090 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7091 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7092 config defaults
7093 * [Config] apply Kernel hacking >> Tracers config defaults
7094 * [Config] apply Kernel hacking >> Runtime Testing config defaults
7095 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
7096 * [Config] apply Device Drivers >> USB support config defaults
7097 * [Config] apply Device Drivers >> Power supply class support config
7098 defaults
7099 * [Config] apply Device Drivers >> USB Network Adapters config defaults
7100 * [Config] apply General setup >> IRQ subsystem config defaults
7101 * [Config] apply General setup config defaults
7102 * [Config] apply File systems >> Miscellaneous filesystems config
7103 defaults
7104 * [Config] apply File systems config defaults
7105 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
7106 * [Config] apply Device Drivers >> Virtio drivers config defaults
7107 * [Config] apply Device Drivers >> USB Peripheral Controller config
7108 defaults
7109 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7110 support >> SCSI Transports config defaults
7111 * [Config] apply Device Drivers >> Real Time Clock config defaults
7112 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
7113 (libata) config defaults
7114 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
7115 defaults
7116 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
7117 config defaults
7118 * [Config] apply Device Drivers >> USB Physical Layer drivers config
7119 defaults
7120 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
7121 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
7122 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
7123 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
7124 CONFIG_HOTPLUG_CPU=n
7125 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
7126 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
7127 * [Config] drivers/acpi/acpi_ipmi.ko needs
7128 drivers/char/ipmi/ipmi_msghandler.ko in virtual
7129 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
7130 CONFIG_FUNCTION_TRACER=n
7131 * [Config] ignore modules changing following major config changes
7132
7133 [ Tim Gardner ]
7134
7135 * rebase to v3.16-rc4
7136
7137 [ Upstream Kernel Changes ]
7138
7139 * rebase to v3.16-rc4
7140 - LP: #1297581
7141
7142 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
7143
7144 linux (3.16.0-1.3) utopic; urgency=low
7145
7146 [ Andy Whitcroft ]
7147
7148 * Revert "Disable do_tools_perf for FTBS"
7149 * SAUCE: fix perf_regs definitions for arm64
7150
7151 [ Paolo Pisati ]
7152
7153 * [Config] armhf: ARCH_EXYNOS5* support
7154 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
7155 * [Config] armhf: EXYNOS_THERMAL=y
7156 * [Config] armhf: EXYNOS_IOMMU=y
7157 * [Config] armhf: EXYNOS_ADC=m
7158 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
7159 * [Config] armhf: MMC_SDHCI_S3C=m
7160 * [Config] armhf: PCI_EXYNOS=y
7161 * [Config] armhf: PHY_EXYNOS5250_SATA=y
7162 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
7163 * [Config] armhf: PWM_SAMSUNG=m
7164 * [Config] armhf: RTC_DRV_S3C=y
7165 * [Config] armhf: S3C2410_WATCHDOG=m
7166 * [Config] armhf: MMC_DW_EXYNOS=m
7167 * [Config] armhf: SERIAL_SAMSUNG=y
7168 * [Config] armhf: SND_SOC_SAMSUNG=m
7169 * [Config] armhf: SPI_S3C64XX=m
7170 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
7171 * [Config] armhf: FB_S3C=m
7172 * [Config] armhf: build all Exynos 5 DTBs
7173 * [Config] armhf: disable CPUFREQ_EXYNOS
7174
7175 [ Tim Gardner ]
7176
7177 * rebase to v3.16-rc3
7178
7179 [ Upstream Kernel Changes ]
7180
7181 * rebase to v3.16-rc3
7182 - LP: #1331915
7183
7184 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
7185
7186 linux (3.16.0-0.2) utopic; urgency=low
7187
7188 [ Tim Gardner ]
7189
7190 * Revert "SAUCE: intel_pstate -- toggle default to disable"
7191 - LP: #1333322
7192 * CONFIG_BOOKE_WDT=y
7193 * Disable do_tools_perf for FTBS (just until I can figure it out)
7194
7195 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
7196
7197 linux (3.16.0-0.1) utopic; urgency=low
7198
7199 [ Tim Gardner ]
7200
7201 * Release Tracking Bug
7202 - LP: #1333265
7203
7204 [ Andy Whitcroft ]
7205
7206 * [Config] cloud-tools -- add systemd units
7207 - LP: #1329027
7208
7209 [ dann frazier ]
7210
7211 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
7212 * [Config] CONFIG_NET_XGENE=m for arm64
7213 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
7214
7215 [ Feng Kan ]
7216
7217 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
7218 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
7219 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
7220
7221 [ Iyappan Subramanian ]
7222
7223 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7224 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7225 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
7226 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
7227
7228 [ Tim Gardner ]
7229
7230 * updateconfigs
7231 * Fix arm64 crypto Makefile
7232 * [Config] CONFIG_BOOKE_WDT=n for FTBS
7233 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
7234 - LP: #1327619
7235 * Disabled powerpc64-emb for FTBS
7236 * [Config] CONFIG_DRM_TEGRA=m
7237 * [Config] CONFIG_CMA_SIZE_MBYTES=64
7238 * rebase to v3.16-rc2
7239 * Clean up generic.inclusion-list warnings
7240
7241 [ Upstream Kernel Changes ]
7242
7243 * rebase to v3.16-rc2
7244 - LP: #1328587
7245 - LP: #1319291
7246 - LP: #1310512
7247 - LP: #1310512
7248 - LP: #1305480
7249
7250 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
7251
7252 linux (3.15.0-6.11) utopic; urgency=low
7253
7254 [ Adam Conrad ]
7255
7256 * Enable building the sata-modules udeb on ppc64el.
7257 - LP: #1323980
7258 * [Packaging] Set bootloader and loader on ppc64el to grub
7259
7260 [ Adam Lee ]
7261
7262 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
7263 - LP: #1310512, #1320070
7264
7265 [ Alex Hung ]
7266
7267 * SAUCE: (no-up) dell-led: add mic mute led interface
7268 - LP: #1308297
7269
7270 [ Andy Whitcroft ]
7271
7272 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
7273 - LP: #1285434
7274 * [Config] tools -- enable cpupower on ppc64el
7275 * [Config] ppc64el -- enable perf tools
7276 * [Config] powerpc -- enable perf tools
7277 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
7278 * [Config] arm64 -- enable tools
7279 - LP: #1326050
7280 * [Config] switch hyper-keyboard to virtual
7281 - LP: #1325306
7282 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
7283 upgrades
7284 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7285 - LP: #1300247
7286 * SAUCE: nouveau: missing outputs should be warnings
7287 - LP: #1300244
7288 * [Config] d-i -- add nvme devices to block-modules udeb
7289 - LP: #1303710
7290
7291 [ Anton Blanchard ]
7292
7293 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7294 - LP: #1328230
7295
7296 [ Colin Ian King ]
7297
7298 * SAUCE: intel_pstate: inform user that thermald is worth considering
7299
7300 [ Dave Chiluk ]
7301
7302 * [Config] Enable CONFIG_IP_VS_IPV6=y
7303 - LP: #1300739
7304
7305 [ Paolo Pisati ]
7306
7307 * [Config] build vexpress a9 dtb
7308 - LP: #1303657
7309
7310 [ Tetsuo Handa ]
7311
7312 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7313
7314 [ Tim Gardner ]
7315
7316 * Release Tracking Bug
7317 - LP: #1329045
7318 * [Debian] Treat vdso install as an environment variable
7319 - LP: #1325713
7320 * [Config] Treat vdso install as an environment variable
7321 - LP: #1325713
7322 * [config] Set IPMI suppoort default to "y"
7323 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7324 * [Config] CONFIG_RT_GROUP_SCHED=n
7325 - LP: #1284731
7326 * [Config] ppc64el -- switch to 64K system pages
7327 * [Config] CONFIG_MICROCODE_EARLY=y
7328 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7329 * [Config] armhf: DRM_TILCDC=m
7330 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7331 * [Config] arm64: KVM=y
7332 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7333 * [Config] armhf: generic: disable CPU_IDLE
7334 * [Config] armhf: CPU_FREQ=y
7335 * [Config] Add new mlx modules to d-i
7336 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7337 - LP: #1295112
7338 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7339 - LP: #1294353
7340 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7341 * [Config] CONFIG_ALX=m for powerpc
7342 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7343 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7344 * [Config] CONFIG_ANDROID=n for powerpc
7345 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7346 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7347 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7348 * rebase to v3.15
7349 * [Config] CONFIG_PHY_XGENE=y
7350 * [Config] CONFIG_MLX4_DEBUG=y
7351 - LP: #1328256
7352 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7353 - LP: #1324571
7354 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7355 * [Config] CONFIG_CFG80211=m for ppc64el
7356 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7357 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7358 * [Config] CONFIG_EXPERT=y for ppc64el
7359 * [Config] CONFIG_ATA_SFF=y on ppc64el
7360 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7361 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7362 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7363 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7364 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7365 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7366 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7367 * [Config] CONFIG_DDR=y for ppc64el
7368 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7369 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7370 * [Config] CONFIG_EZX_PCAP=n for all arches
7371 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7372 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7373 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7374 * [Config] CONFIG_FB_3DFX=m for all arches
7375 * [Config] CONFIG_FB_MATROX=m for ppc64el
7376 * [Config] CONFIG_FB_RADEON=m for ppc64el
7377 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7378 * [Config] CONFIG_FIREWIRE=m for ppc64el
7379 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7380 * [Config] CONFIG_HAMRADIO=y for ppc64el
7381 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7382 * [Config] CONFIG_I2C_MUX=m for ppc64el
7383 * [Config] CONFIG_I2C_STUB=m for ppc64el
7384 * [Config] CONFIG_I2O=m for ppc64el
7385 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7386 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7387 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7388 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7389 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7390 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7391 * [Config] CONFIG_ISDN=y for ppc64el
7392 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7393 * [Config] CONFIG_KGDB=y for ppc64el
7394 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7395 * [Config] CONFIG_L2TP_V3=y for powerpc
7396 * [Config] CONFIG_MAILBOX=y for ppc64el
7397 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7398 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7399 * [Config] CONFIG_MEMORY=y for ppc64el
7400 * [Config] CONFIG_MEMSTICK=m for ppc64el
7401 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7402 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7403 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7404 * [Config] CONFIG_NET_9P=m for ppc64el
7405 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7406 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7407 * [Config] CONFIG_MTD=m for arm64
7408 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7409 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7410 * [Config] CONFIG_NET_IPIP=m for ppc64el
7411 * [Config] CONFIG_NET_TEAM=m for all arches
7412 * [Config] CONFIG_NFC=m for ppc64el
7413 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7414 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7415 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7416 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7417 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7418 * [Config] CONFIG_OPROFILE=m for ppc64el
7419 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7420 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7421 * [Config] CONFIG_8723AU_P2P=n
7422 * [Config] CONFIG_PCI_IOV=y, CONFIG_PCI_PASID=y, CONFIG_PCI_PRI=y, CONFIG_PCI_REALLOC_ENABLE_AUTO=y, CONFIG_PCI_STUB=m for ppc64el
7423 * [Config] CONFIG_PCNET32=m for ppc64el
7424 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7425 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7426 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7427 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7428 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7429 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7430 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7431 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7432 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7433 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7434 * [Config] CONFIG_WLAN=y for arm64
7435 * [Config] CONFIG_VORTEX=m for ppc64el
7436 * [Config] CONFIG_WIMAX=m for ppc64el
7437 * [Config] CONFIG_WATCHDOG=y for ppc64el
7438 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7439 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7440 * [Config] CONFIG_UWB=m for ppc64el
7441 * [Config] CONFIG_USB_STORAGE=y
7442 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7443 * [Config] CONFIG_HID_RMI=m
7444 * [Config] CONFIG_HVC_DCC=n
7445 - LP: #1303657
7446
7447 [ Upstream Kernel Changes ]
7448
7449 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7450 - LP: #1323165
7451 * powerpc/powernv: Add calls to support little endian host
7452 - LP: #1327400
7453 * HID: rmi: introduce RMI driver for Synaptics touchpads
7454 * HID: rmi: do not stop the device at the end of probe
7455 * HID: rmi: check for the existence of some optional queries before reading query 12
7456 * HID: rmi: do not fetch more than 16 bytes in a query
7457 * HID: rmi: fix wrong struct field name
7458 * HID: rmi: fix masks for x and w_x data
7459 * HID: rmi: do not handle touchscreens through hid-rmi
7460 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7461 - LP: #1305480
7462 * rebase to v3.15
7463
7464 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7465
7466 linux (3.15.0-5.10) utopic; urgency=low
7467
7468 [ Tim Gardner ]
7469
7470 * Release Tracking Bug
7471 - LP: #1325596
7472 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7473 * rebase to v3.15-rc8
7474
7475 [ Upstream Kernel Changes ]
7476
7477 * rebase to v3.15-rc8
7478
7479 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7480
7481 linux (3.15.0-4.9) utopic; urgency=low
7482
7483 * no change rebuild to fix embeded debhelper.
7484
7485 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7486
7487 linux (3.15.0-4.8) utopic; urgency=low
7488
7489 [ Andy Whitcroft ]
7490
7491 * Release Tracking Bug
7492 - LP: #1324107
7493 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7494
7495 [ Javier Martinez Canillas ]
7496
7497 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7498 - LP: #1323526
7499
7500 [ John Johansen ]
7501
7502 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7503 - LP: #1323528
7504 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7505 - LP: #1308761
7506 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7507 - LP: #1308765
7508 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7509 - LP: #1308764
7510 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7511 - LP: #1323530
7512
7513 [ Kamal Mostafa ]
7514
7515 * [Config] add debian/gbp.conf
7516
7517 [ Tim Gardner ]
7518
7519 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7520 - LP: #1323980
7521
7522 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
7523
7524 linux (3.15.0-3.7) utopic; urgency=low
7525
7526 [ Tim Gardner ]
7527
7528 * Release Tracking Bug
7529 - LP: #1323189
7530
7531 [ Andy Whitcroft ]
7532
7533 * [Config] autopkgtest -- need fakeroot for tests
7534
7535 [ Upstream Kernel Changes ]
7536
7537 * rebase to v3.15-rc7
7538
7539 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
7540
7541 linux (3.15.0-2.6) utopic; urgency=low
7542
7543 [ Andy Whitcroft ]
7544
7545 * [Config] remove the kernel-image firmware list on clean
7546
7547 [ Martin Pitt ]
7548
7549 * [Config] autopkgtest -- switch to significantly faster rebuild
7550
7551 [ Stefan Bader ]
7552
7553 * [Config]: Add missing modules to inclusion list
7554
7555 [ Tim Gardner ]
7556
7557 * [debian] Dynamically generate the kernel-image udebs firmware list
7558 * [d-i] firmware/kernel-image is generated
7559 * rebase to v3.15-rc6
7560 * Release Tracking Bug
7561 - LP: #1322251
7562
7563 [ Upstream Kernel Changes ]
7564
7565 * rebase to v3.15-rc6
7566 - LP: #1297581
7567
7568 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
7569
7570 linux (3.15.0-1.5) utopic; urgency=low
7571
7572 [ Tim Gardner ]
7573
7574 * [Config] Add apm-mustang.dtb to kernel-image udeb
7575
7576 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
7577
7578 linux (3.15.0-1.4) utopic; urgency=low
7579
7580 [ Andy Whitcroft ]
7581
7582 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
7583 local linux/hyperv.h"
7584 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
7585 local linux/hyperv.h"
7586 * [Packaging] tools -- hv tools build correctly against the built headers
7587 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
7588 * cloud-tools -- pull in init scripts for Hyper-V daemons
7589 * cloud-tools -- detect Hyper-V VM to avoid starting
7590 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
7591 - LP: #1295401
7592 * [Config] cloud-tools: reenable cloud-tools
7593
7594 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
7595
7596 linux (3.15.0-1.3) utopic; urgency=low
7597
7598 [ Andy Whitcroft ]
7599
7600 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
7601 - LP: #1318848
7602
7603 [ Ben Collins ]
7604
7605 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
7606 - LP: #1318629
7607
7608 [ Tim Gardner ]
7609
7610 * [Config] CONFIG_FSL_PAMU=n
7611 - LP: #1311738
7612 * Release Tracking Bug
7613 - LP: #1320239
7614
7615 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
7616
7617 linux (3.15.0-1.2) utopic; urgency=low
7618
7619 [ Tim Gardner ]
7620
7621 * Release Tracking Bug
7622 - LP: #1318171
7623 * Add rpcsec_gss_krb5 to generic inclusion list
7624 - LP: #769527
7625 * rebase to v3.15-rc5
7626
7627 [ Upstream Kernel Changes ]
7628
7629 * rebase to v3.15-rc5
7630 - LP: #1297581
7631
7632 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
7633
7634 linux (3.15.0-0.1) utopic; urgency=low
7635
7636 [ Upstream Kernel Changes ]
7637
7638 * rebase to v3.15-rc4
7639 - LP: #1297581
7640 - LP: #1297581
7641 - LP: #1305133
7642 - LP: #1297581
7643 - LP: #1297581
7644 - LP: #871808
7645 - LP: #1260303
7646 - LP: #1268468
7647 - LP: #1248116
7648 - LP: #1211920
7649 - LP: #1259790
7650 - LP: #1259437
7651 - LP: #1259435
7652 - LP: #1268468
7653
7654 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
7655
7656 linux (3.15.0-0.0) utopic; urgency=low
7657
7658 * Initial version for 3.15.
7659
7660 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
7661
7662 linux (3.13.0-8.27) trusty; urgency=low
7663
7664 [ John Johansen ]
7665
7666 * SAUCE: Add config option to disable new apparmor 3 semantics
7667 -LP: #1270215
7668
7669 [ Tim Gardner ]
7670
7671 * [debian] Fix indep_hdrs_pkg_name
7672 - LP: #1134441
7673 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
7674 * Enabled lttng build
7675 * Don't build lttng for armhf
7676 lttng hates gcc-4.8 for armhf
7677 * Release Tracking Bug
7678 - LP: #1277309
7679
7680 [ Upstream Kernel Changes ]
7681
7682 * rebase to v3.13.2
7683 - LP: #1260303
7684 - LP: #1260303
7685 - LP: #1268468
7686
7687 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
7688
7689 linux (3.13.0-7.26) trusty; urgency=low
7690
7691 [ John Johansen ]
7692
7693 * SAUCE: apparmor: fix uninitialized lsm_audit membe
7694 - LP: #1268727
7695 * Add config option to optionally enable new apparmor 3 semantics
7696
7697 [ Tim Gardner ]
7698
7699 * [Config] Add lowlatency to getabis
7700 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
7701 - LP: #1270215
7702 * Release Tracking Bug
7703 - LP: #1276810
7704
7705 [ Upstream Kernel Changes ]
7706
7707 * x86, x32: Correct invalid use of user timespec in the kernel
7708 - LP: #1274349
7709 - CVE-2014-0038
7710
7711 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
7712
7713 linux (3.13.0-7.25) trusty; urgency=low
7714
7715 [ Andy Whitcroft ]
7716
7717 * Revert "SAUCE: fix fmd headers"
7718 * SAUCE: fix fmd headers
7719
7720 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
7721
7722 linux (3.13.0-7.24) trusty; urgency=low
7723
7724 [ Stefan Bader ]
7725
7726 * [Config] Make vmwgfx driver enable the framebuffer device
7727
7728 [ Tim Gardner ]
7729
7730 * rebase to v3.13.1
7731 * [Config] CONFIG_NFS_FS=m for ppc64el
7732 * [Config] CONFIG_X86_SYSFB=n
7733 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
7734 * Release Tracking Bug
7735 - LP: #1275898
7736
7737 [ Upstream Kernel Changes ]
7738
7739 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
7740 - LP: #1272525
7741 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
7742 - LP: #1272525
7743 * mm: ignore VM_SOFTDIRTY on VMA merging
7744 - LP: #1274917
7745 * drm/radeon: disable dpm on BTC
7746 - LP: #1266984
7747
7748 [ Upstream Kernel Changes ]
7749
7750 * rebase to v3.13.1
7751
7752 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
7753
7754 linux (3.13.0-6.23) trusty; urgency=low
7755
7756 [ Andy Whitcroft ]
7757
7758 * [Config] fix up architecture for linux-tools
7759
7760 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
7761
7762 linux (3.13.0-6.22) trusty; urgency=low
7763
7764 [ Andy Whitcroft ]
7765
7766 * [Packaging] limit linux-udebs-<flavour> to matching arch
7767 * [Config] powerpc -- disable perf to fix FTBFS
7768 * [Config] ppc64el -- fix up missing udebs
7769
7770 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
7771
7772 linux (3.13.0-6.21) trusty; urgency=low
7773
7774 [ Andy Fleming ]
7775
7776 * SAUCE: net: Add support for handling queueing in hardware
7777 * SAUCE: of_mdio: Add of_phy_attach function
7778 * SAUCE: phylib: Add generic 10G driver
7779 * SAUCE: phylib: Support attaching to gen10g_driver
7780 * SAUCE: phylib: Add Clause 45 read/write functions
7781
7782 [ Andy Whitcroft ]
7783
7784 * SAUCE: fix fmd headers
7785 * [Packaging] lowlatency -- merge out of tree flavours
7786 * SAUCE: allow IRQs to be irq-threaded by default via config
7787 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
7788 * [Config] powerpc -- fix up Build-depends:
7789 * Release Tracking Bug
7790 - LP: #1273747
7791
7792 [ Ben Collins ]
7793
7794 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
7795 ptr/64-bit rsrcs
7796 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
7797 * SAUCE: Fixup freescale usb phy driver to work on ppc64
7798 * SAUCE: xgmac_mdio: Silence read errors
7799 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
7800 * SAUCE: Fix stack overflow on ppc32
7801 * SAUCE: Use resource_size_t instead of long for PCI resource address
7802 * SAUCE: net/phy: Export function for use by dpaa_eth
7803 * [Packaging] powerpc -- merge out of tree powerpc arch
7804
7805 [ Bjorn Helgaas ]
7806
7807 * SAUCE: Revert "EISA: Log device resources in dmesg"
7808 - LP: #1251816
7809 * SAUCE: Revert "EISA: Initialize device before its resources"
7810 - LP: #1251816
7811
7812 [ Emil Medve ]
7813
7814 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
7815 with 10G "fixed-link"s
7816
7817 [ Kumar Gala ]
7818
7819 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
7820 * SAUCE: fsl_pme2: Add support for DPAA PME
7821 * SAUCE: fmd: FMD14 integration
7822 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
7823 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
7824
7825 [ Madalin Bucur ]
7826
7827 * SAUCE: net/flow: remove sleeping and deferral mechanism from
7828 flow_cache_flush
7829 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
7830 and duplex reading
7831
7832 [ Stefan Bader ]
7833
7834 * [Config] move some VMWare related modules into main package
7835 - LP: #1271669
7836
7837 [ Tim Gardner ]
7838
7839 * [Config] Add r815x to nic-modules
7840 - LP: #1273735
7841 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
7842 - LP: #239479
7843
7844 [ Upstream Kernel Changes ]
7845
7846 * mmc: sdhci-pci: break out definitions to header file
7847 - LP: #1239938
7848 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
7849 - LP: #1239938
7850 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
7851 * powerpc/book3e: support CONFIG_RELOCATABLE
7852 * book3e/kexec/kdump: enable kexec for kernel
7853 * book3e/kexec/kdump: create a 1:1 TLB mapping
7854 * book3e/kexec/kdump: introduce a kexec kernel flag
7855 * book3e/kexec/kdump: implement ppc64 kexec specfic
7856 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
7857 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
7858
7859 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
7860
7861 linux (3.13.0-5.20) trusty; urgency=low
7862
7863 [ Andy Whitcroft ]
7864
7865 * [Packaging] tools -- do not make symlinks when not making packages
7866 * [Packaging] tools -- tidy up control.stub.in ordering
7867 * [Packaging] tools -- tools-common is shared and not conditional
7868 * rebase to v3.13
7869
7870 [ Dirk Brandewie ]
7871
7872 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
7873
7874 [ KY Srinivasan ]
7875
7876 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
7877 notification
7878
7879 [ Upstream Kernel Changes ]
7880
7881 * rebase to v3.13
7882 - LP: #1270603
7883
7884 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
7885
7886 linux (3.13.0-4.19) trusty; urgency=low
7887
7888 [ Andy Whitcroft ]
7889
7890 * [Config] libunwind8-dev is now available for ppc64el
7891 * [Packaging] tools -- make cpupower optional
7892 * [Packaging] tools -- enable correctly for x86
7893
7894 [ Tim Gardner ]
7895
7896 * Release Tracking Bug
7897 - LP: #1269872
7898
7899 [ Upstream Kernel Changes ]
7900
7901 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
7902 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
7903 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
7904 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
7905
7906 [ Upstream Kernel Changes ]
7907
7908 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
7909
7910 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
7911
7912 linux (3.13.0-3.18) trusty; urgency=low
7913
7914 [ Andy Whitcroft ]
7915
7916 * rebase to v3.13-rc8
7917 * [Packaging] efi -- allow EFI signatures on any arch
7918
7919 [ Tim Gardner ]
7920
7921 * [Config] Fix vcs-git path
7922 * Release Tracking Bug
7923 - LP: #1268683
7924
7925 [ Upstream Kernel Changes ]
7926
7927 * rebase to v3.13-rc8
7928
7929 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
7930
7931 linux (3.13.0-2.17) trusty; urgency=low
7932
7933 [ Andy Whitcroft ]
7934
7935 * Release Tracking Bug
7936 - LP: #1267809
7937 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
7938 defaults
7939 * [Config] apply Platform support>>CPU Frequency scaling config defaults
7940 * [Config] CONFIG_PARIDE_EPATC8=y
7941 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
7942 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
7943 Switch drivers config defaults
7944 * [Config] apply Cryptographic API config defaults
7945 * [Config] apply Device Drivers >> Common Clock Framework config defaults
7946 * [Config] apply Device Drivers >> Distributed Switch Architecture
7947 drivers config defaults
7948 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
7949 device support config defaults
7950 * [Config] apply Device Drivers >> Graphics support >> Support for frame
7951 buffer devices >> Bootup logo config defaults
7952 * annotations -- update in tree annotations
7953 * [Config] apply Bus options >> PCI support >> RapidIO support config
7954 defaults
7955 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
7956 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
7957 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
7958 support config defaults
7959 * [Config] apply Device Drivers >> Character devices >> Serial drivers
7960 config defaults
7961 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
7962 defaults
7963 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
7964 Support config defaults
7965 * [Config] apply Device Drivers >> Character devices config defaults
7966 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
7967 HID transport layer config defaults
7968 * [Config] apply Device Drivers >> HID support >> HID bus support config
7969 defaults
7970 * [Config] apply Device Drivers >> HID support >> USB HID support config
7971 defaults
7972 * annotations -- update in tree annotations
7973 * [Config] apply Device Drivers >> GPIO Support config defaults
7974 * [Config] update configs for apparmour update
7975
7976 [ John Johansen ]
7977
7978 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
7979 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
7980 - LP: #1208988
7981 * SAUCE: apparmor: allocate path lookup buffers during init
7982 - LP: #1208988
7983 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
7984 - LP: #1236455
7985
7986 [ Tim Gardner ]
7987
7988 * Revert "[Debian] getabis: Preface module with package name"
7989 * [Config] Added ppc64el to getabis
7990 * [packaging] Bump ABI for every new release
7991
7992 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
7993
7994 linux (3.13.0-1.16) trusty; urgency=low
7995
7996 * First 3.13 upload.
7997 * Release tracker
7998 - LP: #1266852
7999
8000 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
8001
8002 linux (3.13.0-0.15) trusty; urgency=low
8003
8004 [ Tim Gardner ]
8005
8006 * rebase to v3.13-rc7
8007
8008 [ Upstream Kernel Changes ]
8009
8010 * rebase to v3.13-rc7
8011
8012 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
8013
8014 linux (3.13.0-0.14) trusty; urgency=low
8015
8016 [ Andy Whitcroft ]
8017
8018 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8019
8020 [ Tim Gardner ]
8021
8022 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
8023 * Update lttng to Version 2.4.0-rc2
8024 * lttng: Disabled trace_kvm_async_pf_completed
8025 * [Config] CONFIG_IMA=y
8026 - LP: #1244627
8027
8028 [ Upstream Kernel Changes ]
8029
8030 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8031
8032 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
8033
8034 linux (3.13.0-0.13) trusty; urgency=low
8035
8036 [ Andy Whitcroft ]
8037
8038 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8039 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8040 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8041 * ubuntu: AUFS (no-squash): basic framework and update machinary
8042 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
8043 * ubuntu: aufs3 -- enable
8044 * ubuntu: aufs3 -- update configs
8045
8046 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
8047
8048 linux (3.13.0-0.12) trusty; urgency=low
8049
8050 [ Upstream Kernel Changes ]
8051
8052 * rebase to v3.13-rc6
8053
8054 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
8055
8056 linux (3.13.0-0.11) trusty; urgency=low
8057
8058 [ Andy Whitcroft ]
8059
8060 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
8061 * [Config] ppc64el -- initial defconfig based -generic flavour
8062 * [Config] initial defconfig for ppc64el
8063 * [Config] ubuntuise ppc64el config
8064 * [Config] ubuntuise ppc64el config part 2
8065 * [Config] d-i -- update empty udebs list
8066 * [Config] ppc64el -- split extras package
8067
8068 [ Anton Blanchard ]
8069
8070 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
8071
8072 [ Benjamin Herrenschmidt ]
8073
8074 * SAUCE: powerpc/powernv: Add calls to support little endian
8075
8076 [ Cédric Le Goater ]
8077
8078 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
8079 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
8080 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
8081 guests
8082
8083 [ Paul E. McKenney ]
8084
8085 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
8086
8087 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
8088
8089 linux (3.13.0-0.10) trusty; urgency=low
8090
8091 [ Andy Whitcroft ]
8092
8093 * rebase to v3.13-rc5
8094 * [Config] updateconfigs following rebase to v3.13-rc5
8095
8096 [ Upstream Kernel Changes ]
8097
8098 * rebase to v3.13-rc5
8099 - LP: #1260303
8100 - LP: #1260303
8101 - LP: #1260225
8102
8103 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
8104
8105 linux (3.13.0-0.9) trusty; urgency=low
8106
8107 [ Andy Whitcroft ]
8108
8109 * [Config] d-i -- allow missing firmware
8110
8111 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
8112
8113 linux (3.13.0-0.8) trusty; urgency=low
8114
8115 [ Andy Whitcroft ]
8116
8117 * [Config] annotations -- first pass over entire config
8118 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
8119
8120 [ Tim Gardner ]
8121
8122 * [Config] Add arm64 device tree files
8123 - LP: #1262901
8124
8125 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
8126
8127 linux (3.13.0-0.7) trusty; urgency=low
8128
8129 [ Rajesh B Prathipati ]
8130
8131 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
8132
8133 [ Tim Gardner ]
8134
8135 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
8136
8137 [ Upstream Kernel Changes ]
8138
8139 * rebase to v3.13-rc4
8140 - LP: #1259790
8141 - LP: #1259437
8142 - LP: #1259435
8143
8144 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
8145
8146 linux (3.13.0-0.6) trusty; urgency=low
8147
8148 [ Paolo Pisati ]
8149
8150 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
8151 * [Config] i386: amd64: VIRTIO_CONSOLE=y
8152
8153 [ Tim Gardner ]
8154
8155 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
8156
8157 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
8158
8159 linux (3.13.0-0.5) trusty; urgency=low
8160
8161 [ Andy Whitcroft ]
8162
8163 * correct bug listing for v3.13-rc2 rebase
8164 * [Config] ppc64el -- create linux-libc-dev
8165 * [Debian] Improve tools version message
8166 - LP: #1257715
8167
8168 [ Serge Hallyn ]
8169
8170 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
8171 - LP: #1248590
8172 * SAUCE: vfs: Fix a regression in mounting proc
8173
8174 [ Tim Gardner ]
8175
8176 * [Config] Build-in ohci-pci
8177 - LP: #1244176
8178 * Rebase to v3.13-rc3
8179
8180 [ Upstream Kernel Changes ]
8181
8182 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
8183 checks""
8184 - LP: #1248590
8185
8186 [ Upstream Kernel Changes ]
8187
8188 * rebase to v3.13-rc3
8189 - LP: #1256840
8190 - LP: #1256212
8191
8192 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
8193
8194 linux (3.13.0-0.4) trusty; urgency=low
8195
8196 [ Tim Gardner ]
8197
8198 * Rebase to v3.13-rc2
8199
8200 [ Upstream Kernel Changes ]
8201
8202 * rebase to v3.13-rc2
8203
8204 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
8205
8206 linux (3.13.0-0.3) trusty; urgency=low
8207
8208 [ Andy Whitcroft ]
8209
8210 * Revert "SAUCE: Fix DocBook FTBS"
8211
8212 [ Tim Gardner ]
8213
8214 * [Debian] Re-sign modules after debug objcopy
8215 - LP: #1253155
8216 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
8217
8218 [ Upstream Kernel Changes ]
8219
8220 * doc: fix generation of device-drivers
8221 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
8222
8223 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
8224
8225 linux (3.13.0-0.2) trusty; urgency=low
8226
8227 [ Tim Gardner ]
8228
8229 * SAUCE: Fix DocBook FTBS
8230
8231 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
8232
8233 linux (3.13.0-0.1) trusty; urgency=low
8234
8235 [ Upstream Kernel Changes ]
8236
8237 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
8238
8239 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
8240
8241 linux (3.13.0-0.0) trusty; urgency=low
8242
8243 * Major release bump.
8244
8245 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
8246
8247 linux (3.12.0-2.7) trusty; urgency=low
8248
8249 * Fixed armhf ABI build failure.
8250 * Release tracker
8251 - LP: #1249477
8252
8253 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
8254
8255 linux (3.12.0-2.6) trusty; urgency=low
8256
8257 [ Joseph Salisbury ]
8258
8259 * SAUCE: tg3: Add support for new 57786 device id.
8260 - LP: #1242610
8261
8262 [ Tim Gardner ]
8263
8264 * [Config] CONFIG_OABI_COMPAT=n
8265 * [Config] add the wandboard to shipped dtb
8266 - LP: #1249421
8267 * Release tracker
8268 - LP: #1249477
8269
8270 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
8271
8272 linux (3.12.0-2.5) trusty; urgency=low
8273
8274 [ Andy Whitcroft ]
8275
8276 * rebase to mainline v3.12
8277 * [Config] updateconfigs following rebase to v3.12
8278 * postinst -- improve relative symlink detection with missing files
8279 - LP: #1248053
8280 * postinst -- fix unchanged link detection
8281 * [Config] update configs following addition of apparmor fixes
8282
8283 [ Anthony Wong ]
8284
8285 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8286 - LP: #1231305
8287
8288 [ John Johansen ]
8289
8290 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8291 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8292 - LP: #1208988
8293 * SAUCE: apparmor: allocate path lookup buffers during init
8294 - LP: #1208988
8295
8296 [ Tim Gardner ]
8297
8298 * [Config] Remove superfluous ubuntu/lttng-modules
8299
8300 [ Upstream Kernel Changes ]
8301
8302 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8303 - LP: #1248590
8304
8305 [ Upstream Kernel Changes ]
8306
8307 * rebase to v3.12
8308 - LP: #1222850
8309
8310 [ Adam Conrad ]
8311 * etc/getabis: Fetch arm64/generic abis as well
8312
8313 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8314
8315 linux (3.12.0-1.3) trusty; urgency=low
8316
8317 [ Andy Whitcroft ]
8318
8319 * [Config] arm64 -- add arch to the configuration handlers
8320 * [Config] arm64 -- add generic flavour
8321 * [Config] arm64 -- default config
8322 * [Config] arm64 -- fix up various FTBFS config options
8323 * SAUCE: arm64: export __copy_in_user to modules
8324 * [Config] arm64 -- disable ABI/module checks
8325 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8326 * [Config] arm64 -- enable udebs for arm64
8327
8328 [ Colin Watson ]
8329
8330 * [Config] Clean up various udeb Provides
8331
8332 [ Paolo Pisati ]
8333
8334 * [Config] AHCI_IMX=y
8335 * [Config] build imx*-wandboard dtbs
8336
8337 [ Serge Hallyn ]
8338
8339 * SAUCE: device_cgroup: remove can_attach
8340
8341 [ Tim Gardner ]
8342
8343 * rebase to v3.12-rc7
8344 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8345 * Release tracker
8346 - LP: #1245932
8347
8348 [ Upstream Kernel Changes ]
8349
8350 * rebase to v3.12-rc7
8351 - LP: #1180881
8352 - LP: #1180881
8353 - LP: #1217957
8354
8355 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8356
8357 linux (3.12.0-0.2) trusty; urgency=low
8358
8359 [ Andy Whitcroft ]
8360
8361 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8362 CAPACITY (16) at SPC-2"
8363 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8364 SPC-2"
8365 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8366 CAPACITY (16) be preferred"
8367 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8368 be used at SPC-2"
8369 * Revert "overlayfs: Update to v19"
8370 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8371 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8372 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8373 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8374 clone_private_mount()"
8375 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8376 modules"
8377 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8378 documentation"
8379 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8380 * [Config] fix linux-libc-dev generation for arm64
8381 * [Config] fix linux-libc-dev generation for x32
8382 * [Config] add linux-libc-dev generation for ppc64el
8383
8384 [ Erez Zadok ]
8385
8386 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8387
8388 [ Miklos Szeredi ]
8389
8390 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8391 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8392 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8393 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8394 * ubuntu: overlayfs v20 -- overlay filesystem
8395 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8396
8397 [ Neil Brown ]
8398
8399 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8400
8401 [ Paolo Pisati ]
8402
8403 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8404
8405 [ Seth Forshee ]
8406
8407 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8408 ThinkPads
8409 - LP: #1183856
8410
8411 [ Tim Gardner ]
8412
8413 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8414 * rebase to v3.12-rc2
8415 * updateconfigs
8416 * [Config] disable CONFIG_FB_VESA enforcer check
8417 * [Config] Disable lttng for FTBS
8418 * rebase to v3.12-rc3
8419 * rebase to v3.12-rc4
8420 * [Config] CONFIG_ANDROID=n
8421 - LP: #1235161
8422 * [Config] CONFIG_L2TP_V3=y
8423 - LP: #1235914
8424 * [Config] CONFIG_USB_OTG=n for all arches
8425 * Release tracker
8426 - LP: #1242811
8427
8428 [ Upstream Kernel Changes ]
8429
8430 * scsi: hyper-v storsvc switch up to SPC-3
8431
8432 * rebase to v3.12-rc6
8433 - LP: #1235977
8434 - LP: #1235523
8435 - LP: #1239392
8436 - LP: #1227491
8437
8438 * rebase to v3.12-rc3
8439 - LP: #1231931
8440
8441 * rebase to v3.12-rc2
8442 - LP: #1213820
8443 - LP: #1213055
8444 - LP: #1198030
8445
8446 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8447
8448 linux (3.11.0-8.15) saucy; urgency=low
8449
8450 [ Tim Gardner ]
8451
8452 * Release tracker
8453 - LP: #1227969
8454
8455 * Update lttng
8456 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8457 Version 2.3.0+
8458
8459 [ Upstream Kernel Changes ]
8460
8461 * igb: Add additional get_phy_id call for i354 devices
8462 - LP: #1219619
8463 * igb: Read flow control for i350 from correct EEPROM section
8464 - LP: #1219619
8465 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8466 Required for lttng update.
8467
8468 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8469
8470 linux (3.11.0-7.14) saucy; urgency=low
8471
8472 [ Andy Whitcroft ]
8473
8474 * [Packaging] sort out linux-tools naming
8475 - LP: #1205284
8476 * [Packaging] linux-tools: switch to common generic version helper
8477
8478 [ Paolo Pisati ]
8479
8480 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8481
8482 [ Tim Gardner ]
8483
8484 * Release tracker
8485 - LP: #1226160
8486
8487 [ Tony Lindgren ]
8488
8489 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8490 for pandaboard
8491
8492 [ Upstream Kernel Changes ]
8493
8494 * USB: handle LPM errors during device suspend correctly
8495 - LP: #1011415
8496 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8497 - LP: #1011415
8498 * usb: Don't fail port power resume on device disconnect.
8499 - LP: #1011415
8500
8501 [ Upstream Kernel Changes ]
8502
8503 * rebase to v3.11.1
8504
8505 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8506
8507 linux (3.11.0-7.13) saucy; urgency=low
8508
8509 * Release tracker
8510 - LP: #1223545
8511
8512 [ Andy Whitcroft ]
8513
8514 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8515 - LP: #1223499
8516 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8517 - LP: #1223499
8518 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8519 - LP: #1223499
8520 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
8521 - LP: #1223499
8522
8523 [ Maximiliano Curia ]
8524
8525 * SAUCE: (no-up) Only let characters through when there are active readers.
8526 - LP: #1208740
8527
8528 [ Tim Gardner ]
8529
8530 * [Debian] getabis: Commit new ABI directory, remove the old
8531 * [Config] CONFIG_EFIVAR_FS=y
8532 - LP: #1223195
8533 * [Config] CONFIG_EFI_VARS_PSTORE=m,
8534 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
8535 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
8536 - LP: #1222850
8537
8538 [ Upstream Kernel Changes ]
8539
8540 * Intel xhci: refactor EHCI/xHCI port switching
8541 - LP: #1210858
8542
8543 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
8544
8545 linux (3.11.0-6.12) saucy; urgency=low
8546
8547 * Release tracker
8548 - LP: #1222893
8549
8550 [ Andy Whitcroft ]
8551
8552 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8553 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8554 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8555 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8556 - LP: #1222407
8557
8558 [ Paolo Pisati ]
8559
8560 * [Config] restore mmc boot on panda
8561
8562 [ Tyler Hicks ]
8563
8564 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
8565 - LP: #1216294
8566
8567 [ Upstream Kernel Changes ]
8568
8569 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
8570 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
8571 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
8572 * net: calxedaxgmac: fix possible skb free before tx complete
8573 * net: calxedaxgmac: update ring buffer tx_head after barriers
8574 * net: calxedaxgmac: fix race with tx queue stop/wake
8575 * net: calxedaxgmac: enable interrupts after napi_enable
8576 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
8577 * net: calxedaxgmac: remove some unused statistic counters
8578 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
8579 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
8580 * mfd: rtsx: Read vendor setting from config space
8581 - LP: #1201698
8582
8583 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
8584
8585 linux (3.11.0-5.11) saucy; urgency=low
8586
8587 * Release tracker
8588 - LP: #1221886
8589
8590 [ Adam Lee ]
8591
8592 * SAUCE: Bluetooth: Add support for 04ca:2007
8593 - LP: #1153448
8594 * SAUCE: Bluetooth: Add support for 105b:e065
8595 - LP: #1161261
8596
8597 [ Gavin Guo ]
8598
8599 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
8600 - LP: #1166113
8601
8602 [ Upstream Kernel Changes ]
8603
8604 * igb: Reset the link when EEE setting changed
8605 - LP: #1219619
8606 * igb: Read register for latch_on without return value
8607 - LP: #1219619
8608 * igb: Added rcu_lock to avoid race
8609 - LP: #1219619
8610 * igb: don't allow SR-IOV without MSI-X
8611 - LP: #1219619
8612 * igb: Update MTU so that it is always at least a standard frame size
8613 - LP: #1219619
8614 * igb: Refactor of init_nvm_params
8615 - LP: #1219619
8616 * igb: Refactor NVM read functions to accommodate devices with no flash
8617 - LP: #1219619
8618 * igb: Add device support for flashless SKU of i210 device
8619 - LP: #1219619
8620 * igb: Fix get_fw_version function for all parts
8621 - LP: #1219619
8622 * igb: Add macro for size of RETA indirection table
8623 - LP: #1219619
8624 * igb: Expose RSS indirection table for ethtool
8625 - LP: #1219619
8626 * igb: Don't look for a PBA in the iNVM when flashless
8627 - LP: #1219619
8628 * igb: Implementation of 1-sec delay for i210 devices
8629 - LP: #1219619
8630 * igb: New PHY_ID for i354 device
8631 - LP: #1219619
8632 * igb: M88E1543 PHY downshift implementation
8633 - LP: #1219619
8634 * igb: No PHPM support in i354 devices
8635 - LP: #1219619
8636 * igb: Support to get 2_5G link status for appropriate media type
8637 - LP: #1219619
8638 * igb: Get speed and duplex for 1G non_copper devices
8639 - LP: #1219619
8640 * igb: Implementation to report advertised/supported link on i354 devices
8641 - LP: #1219619
8642 * igb: Update version number
8643 - LP: #1219619
8644 * Bluetooth: Take proper tty_struct references
8645 - LP: #1189998
8646 * Bluetooth: Remove the device from the list in the destructor
8647 - LP: #1189998
8648 * Bluetooth: Move the tty initialization and cleanup out of open/close
8649 - LP: #1189998
8650 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
8651 - LP: #1189998
8652 * Bluetooth: Fix the reference counting of tty_port
8653 - LP: #1189998
8654 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
8655 - LP: #1189998
8656
8657 [ Wen-chien Jesse Sung ]
8658
8659 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
8660 - LP: #1065400
8661 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
8662 - LP: #1065400
8663
8664 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
8665
8666 linux (3.11.0-5.10) saucy; urgency=low
8667
8668 [ Andy Whitcroft ]
8669
8670 * Release tracker
8671 - LP: #1220222
8672 * Revert "[Config] Fix ubuntu directoy Kbuilds"
8673 * Revert "aufs update dropped some Kbuild files"
8674 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
8675 * Revert "ubuntu: AUFS -- update to
8676 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
8677 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8678 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8679 * rebase to v3.11 final
8680 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
8681 * ubuntu: AUFS (no-squash): basic framework and update machinary
8682 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8683 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8684 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
8685 * ubuntu: (no-squash) AUFS -- enable aufs
8686 * ubuntu: AUFS -- fix remaining d_count references to use accessor
8687 * ubuntu: lttng -- follow rename of pid_ns
8688 * SAUCE: disable stack-protector for ARM compressed bootloader
8689
8690 [ Paolo Pisati ]
8691
8692 * [Config] ARM_ATAG_DTB_COMPAT=y
8693
8694 [ Rob Herring ]
8695
8696 * [Config] Enable KVM and virtio for armhf generic-lpae
8697
8698 [ Tim Gardner ]
8699
8700 * [Config] CONFIG_ARPD=y
8701 * [Config] CONFIG_ZSWAP=y
8702 - LP: #1215379
8703
8704 [ Upstream Kernel Changes ]
8705
8706 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
8707 - LP: #1217957
8708 * ARM: use phys_addr_t for DMA zone sizes
8709 * ARM: highbank: enable DMA zone for LPAE
8710 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
8711 * ARM: highbank: select required errata work-arounds
8712 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
8713 * DMA: fix printk warning in AMBA PL08x DMA driver
8714 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
8715 * ARM: move outer_cache declaration out of ifdef
8716 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
8717 * ARM: highbank: clean-up some unused includes
8718 * ARM: xen: only set pm function ptrs for Xen guests
8719
8720 [ Upstream Kernel Changes ]
8721
8722 * rebase to v3.11
8723
8724 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
8725
8726 linux (3.11.0-4.9) saucy; urgency=low
8727
8728 [ Tim Gardner ]
8729
8730 * rebase to v3.11-rc7
8731 * Release tracker
8732 - LP: #1216962
8733
8734 [ Upstream Kernel Changes ]
8735
8736 * mwifiex: do not create AP and P2P interfaces upon driver loading
8737 - LP: #1212720
8738
8739 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
8740
8741 linux (3.11.0-3.8) saucy; urgency=low
8742
8743 [ Johannes Berg ]
8744
8745 * SAUCE: mac80211: ignore (E)CSA in probe response frames
8746 - LP: #1201470
8747
8748 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
8749
8750 linux (3.11.0-3.7) saucy; urgency=low
8751
8752 [ Tim Gardner ]
8753
8754 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
8755 upstart to track
8756 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
8757 linux/hyperv.h
8758 * SAUCE: hv: Add vss daemon to Makefile
8759 * [Debian] Add hv_vss_daemon to tools package
8760 - LP: #1213282
8761 * [Config] Fix ubuntu directoy Kbuilds
8762 - LP: #1181755
8763
8764 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
8765
8766 linux (3.11.0-3.6) saucy; urgency=low
8767
8768 [ Andy Whitcroft ]
8769
8770 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
8771 * [Config] tools: enable x86 and hyper-v
8772
8773 [ John Johansen ]
8774
8775 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
8776 snapshot"
8777 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
8778 root users"
8779 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8780
8781 [ Joseph Salisbury ]
8782
8783 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
8784 - LP: #1210848
8785
8786 [ Kamal Mostafa ]
8787
8788 * [debian] tools: ship 'cpupower' in linux-tools
8789 - LP: #1158668
8790 * [Config] Build-dep on libpci-dev for cpu tools
8791 - LP: #1158668
8792
8793 [ Tim Gardner ]
8794
8795 * rebase to v3.11-rc6
8796 * Release tracker
8797 - LP: #1213941
8798
8799 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
8800
8801 linux (3.11.0-2.5) saucy; urgency=low
8802
8803 [ Tim Gardner ]
8804
8805 * [Config] CONFIG_PM_DEBUG=y
8806 - LP: #1210539
8807 * rebase to v3.11-rc5
8808 * Release tracker
8809 - LP: #1211378
8810
8811 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
8812
8813 linux (3.11.0-1.4) saucy; urgency=low
8814
8815 [ Tim Gardner ]
8816
8817 * Bump ABI when making changes to the inclusion list lest
8818 you cause conflicts with existing installed kernel
8819 packages.
8820 - LP: #1210331
8821
8822 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
8823
8824 linux (3.11.0-0.3) saucy; urgency=low
8825
8826 [ Tim Gardner ]
8827
8828 * [Config] Include rbd and kvm in the virtual inclusion list
8829 - LP: #1206961
8830 * [Config] Removed obsolete inclusion list entries
8831
8832 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
8833
8834 linux (3.11.0-0.2) saucy; urgency=low
8835
8836 [ Bruce Allan ]
8837
8838 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
8839 - LP: #1206757
8840 * SAUCE: (no-up) e1000e: enable support for new device IDs
8841 - LP: #1206757
8842
8843 [ John Johansen ]
8844
8845 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8846
8847 [ Paolo Pisati ]
8848
8849 * build vexpress a15 dtb
8850 * [Config] disable Broadcom bcm support (ARCH_BCM)
8851 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
8852 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
8853 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
8854 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
8855 * [Config] disable TI Keystone, AM43xx and OMAP5 support
8856 * [Config] ARM_APPENDED_DTB=y
8857
8858 [ Tim Gardner ]
8859
8860 * rebase to v3.11-rc4
8861 * overlayfs: Update to v19
8862 * [Config] Enable overlayfs
8863 * SAUCE: Fix lttng compile errors
8864
8865 [ Upstream Kernel Changes ]
8866
8867 * rebase to v3.11-rc4
8868 - LP: #1163720
8869 - LP: #1162026
8870 - LP: #1195636
8871 - LP: #1195597
8872 - LP: #1180409
8873 - LP: #1168430
8874
8875 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
8876
8877 linux (3.11.0-0.1) saucy; urgency=low
8878
8879 [ Upstream Kernel Changes ]
8880
8881 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
8882 - LP: #1163720
8883 - LP: #1162026
8884 - LP: #1195636
8885 - LP: #1195597
8886 - LP: #1180409
8887 - LP: #1168430
8888
8889 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
8890
8891 linux (3.10.0-2.10) saucy; urgency=low
8892
8893 [ Andy Whitcroft ]
8894
8895 * [Config] CONFIG_INTEL_MEI*=m
8896 - LP: #1196155
8897 * [Config] CONFIG_DEBUG_INFO=y
8898
8899 [ Stephen Warren ]
8900
8901 * [Config] fix Calxeda xgmac module filename
8902
8903 [ Upstream Kernel Changes ]
8904
8905 * Revert "serial: 8250_pci: add support for another kind of NetMos
8906 Technology PCI 9835 Multi-I/O Controller"
8907 - LP: #1190967
8908 * mfd: lpc_ich: Add support for Intel Avoton SoC
8909 - LP: #1196658
8910
8911 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
8912
8913 linux (3.10.0-2.9) saucy; urgency=low
8914
8915 [ Andy Whitcroft ]
8916
8917 * rebase to v3.10
8918
8919 [ John Johansen ]
8920
8921 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
8922 network mediation"
8923 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
8924 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
8925 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
8926 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
8927 interface"
8928 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
8929 to prevent execve from granting privs"
8930 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8931
8932 [ Upstream Kernel Changes ]
8933
8934 * rebase to v3.10
8935
8936 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
8937
8938 linux (3.10.0-1.8) saucy; urgency=low
8939
8940 [ Andy Whitcroft ]
8941
8942 * Release Tracking Bug
8943 - LP: #1195717
8944
8945 [ Andy Whitcroft ]
8946
8947 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
8948 interface"
8949 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
8950 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
8951 reference"
8952 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
8953 * Revert "ubuntu: overlayfs --
8954 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
8955 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
8956 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
8957 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
8958 * Revert "ubuntu: overlayfs --
8959 overlayfs-fix-possible-leak-in-ovl_new_inode"
8960 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
8961 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
8962 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
8963 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
8964 * Revert "ubuntu: overlayfs -- overlay filesystem"
8965 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
8966 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
8967 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
8968 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
8969
8970 [ Erez Zadok ]
8971
8972 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
8973
8974 [ Miklos Szeredi ]
8975
8976 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
8977 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
8978 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
8979 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
8980 * ubuntu: overlayfs v18 -- -- overlay filesystem
8981 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
8982
8983 [ Neil Brown ]
8984
8985 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
8986
8987 [ Tim Gardner ]
8988
8989 * [Config] CONFIG_SUNRPC_DEBUG=y
8990 - LP: #1127319
8991
8992 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
8993
8994 linux (3.10.0-0.7) saucy; urgency=low
8995
8996 [ Andy Whitcroft ]
8997
8998 * autopkgtest: switch Depends: to build-essential
8999
9000 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
9001
9002 linux (3.10.0-0.6) saucy; urgency=low
9003
9004 [ Andy Whitcroft ]
9005
9006 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
9007 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
9008 - LP: #1098378
9009 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
9010 * ubuntu: overlayfs -- expose do_splice_direct prototype
9011 * ubuntu: overlayfs -- follow change to do_splice_direct interface
9012 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
9013 - LP: #1192691
9014
9015 [ Stefan Bader ]
9016
9017 * (d-i) Add dm-snapshot to md-modules
9018 - LP: #1191726
9019
9020 [ Tim Gardner ]
9021
9022 * Release tracker
9023 - LP: #1194149
9024 * [Config] CONFIG_WIL6210=n for armhf
9025 * [Config] d-i: Add calxedaxgmac to nic-modules
9026 - LP: #1192358
9027 * [debian] Use dh_strip
9028 - LP: #1192759
9029 * [Config] Enable perf for armhf
9030 * do_tools=false when cross compiling
9031 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
9032 - LP: #1108082
9033
9034 [ Upstream Kernel Changes ]
9035
9036 * nsp32: switch reset delay to msleep() as it is tooo long
9037 * alx: add a simple AR816x/AR817x device driver
9038 Plucked from linux-next. replaces ubuntu/alx in favor of
9039 'to be merged' version in 3.11.
9040 * rebase to v3.10-rc7
9041 - LP: #1189363
9042
9043 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
9044
9045 linux (3.10.0-0.5) saucy; urgency=low
9046
9047 [ Andy Whitcroft ]
9048
9049 * rebase to v3.10-rc6
9050 * [Config] updateconfigs following rebase to v3.10-rc6
9051
9052 [ Upstream Kernel Changes ]
9053
9054 * rebase to v3.10-rc6
9055
9056 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
9057
9058 linux (3.10.0-0.4) saucy; urgency=low
9059
9060 [ Andy Whitcroft ]
9061
9062 * [Config] updateconfigs following rebase to v3.10-rc4
9063
9064 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
9065
9066 linux (3.10.0-0.3) saucy; urgency=low
9067
9068 [ Andy Whitcroft ]
9069
9070 * rebase to v3.10-rc5
9071
9072 [ Upstream Kernel Changes ]
9073
9074 * rebase to v3.10-rc5
9075 - LP: #1186170
9076
9077 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
9078
9079 linux (3.10.0-0.2) saucy; urgency=low
9080
9081 [ Andy Whitcroft ]
9082
9083 * rebase to v3.10-rc4
9084 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
9085 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
9086 - LP: #1187744
9087 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
9088
9089 [ Dave Chiluk ]
9090
9091 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
9092 - LP: #1035226
9093
9094 [ Tim Gardner ]
9095
9096 * rebase to v3.10-rc3
9097 * [Config] sparc be gone
9098 * [Config] ia64 be gone
9099 * d-i: block-modules provides nbd-modules
9100
9101 [ Upstream Kernel Changes ]
9102
9103 * rebase to v3.10-rc4
9104 * rebase to v3.10-rc3
9105
9106 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
9107
9108 linux (3.10.0-0.1) saucy; urgency=low
9109
9110 [ Tim Gardner ]
9111
9112 * UBUNTU: Disabled lttng
9113 * UBUNTU: Disable aufs for FTBS
9114 * UBUNTU: Disabled alx
9115 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
9116 * UBUNTU: rebase to v3.10-rc2
9117 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
9118
9119 [ Andy Whitcroft ]
9120
9121 * UBUNTU: [Config] update standards version to 3.9.4.0
9122 * UBUNTU: [Config] squash duplicate package description (long and short)
9123 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
9124 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
9125 * UBUNTU: [Config] drop redundant Build-Conficts:
9126
9127 [ Upstream Kernel Changes ]
9128
9129 * rebase to v3.10-rc2
9130 - LP: #1180351
9131
9132 [ Upstream Kernel Changes ]
9133
9134 * rebase to v3.10-rc1
9135 - LP: #1172151
9136 - LP: #1089795
9137 - LP: #1167270
9138 - LP: #1128840
9139
9140 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
9141
9142 linux (3.10.0-0.0) saucy; urgency=low
9143
9144 * Dummy
9145
9146 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9147
9148 linux (3.9.0-2.6) saucy; urgency=low
9149
9150 [ Tim Gardner ]
9151
9152 * rebase to v3.9.2
9153
9154 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9155
9156 linux (3.9.0-1.5) saucy; urgency=low
9157
9158 [ Tim Gardner ]
9159
9160 * rebase to v3.9.1
9161
9162 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
9163
9164 linux (3.9.0-0.4) saucy; urgency=low
9165
9166 [ Andy Whitcroft ]
9167
9168 * ubuntu: overlayfs -- add FS_ALIAS
9169
9170 [ Tim Gardner ]
9171
9172 * Added lttng
9173 - LP: #1175784
9174
9175 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
9176
9177 linux (3.9.0-0.3) saucy; urgency=low
9178
9179 [ Upstream Kernel Changes ]
9180
9181 * rebase to v3.9
9182
9183 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
9184
9185 linux (3.9.0-0.2) saucy; urgency=low
9186
9187 [ Tim Gardner ]
9188
9189 * Enable extras packaging for amd64/i386.
9190 Fixes build depenencies with brittany and linux-meta.
9191
9192 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
9193
9194 linux (3.9.0-0.1) saucy; urgency=low
9195
9196 [ Upstream Kernel Changes ]
9197
9198 * rebase to v3.9-rc8
9199
9200 [ Upstream Kernel Changes ]
9201
9202 * rebase to v3.9-rc7
9203 - LP: #1128840
9204
9205 [ Upstream Kernel Changes ]
9206
9207 * rebase to v3.9-rc6
9208
9209 [ Upstream Kernel Changes ]
9210
9211 * rebase to v3.9-rc5
9212
9213 [ Upstream Kernel Changes ]
9214
9215 * rebase to v3.8-rc4
9216 - LP: #1095315
9217 - LP: #886975
9218 - LP: #1086921
9219
9220 [ Upstream Kernel Changes ]
9221
9222 * rebase to v3.9-rc3
9223 - LP: #1155016
9224 - LP: #1103594
9225
9226 [ Upstream Kernel Changes ]
9227
9228 * rebase to v3.9-rc2
9229
9230 [ Upstream Kernel Changes ]
9231
9232 * rebase to v3.9-rc1
9233 - LP: #901105
9234 - LP: #961286
9235 - LP: #1011792
9236 - LP: #1128934
9237 - LP: #886975
9238 - LP: #978807
9239
9240 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
9241
9242 linux (3.8.0-7.14) raring; urgency=low
9243
9244 [ Andy Whitcroft ]
9245
9246 * [Config] CONFIG_RCU_USER_QS=n
9247 * [Config] CONFIG_MTD_ONENAND_SIM=n
9248 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
9249
9250 [ Upstream Kernel Changes ]
9251
9252 * rebase to v3.8
9253
9254 [Tim Gardner]
9255
9256 * Release Tracking Bug
9257 - LP: #1130111
9258 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
9259 - LP: #1128840
9260
9261 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
9262
9263 linux (3.8.0-6.13) raring; urgency=low
9264
9265 [Tim Gardner]
9266
9267 * Release Tracking Bug
9268 - LP: #1125364
9269 * Add ahci modules to d-i
9270 - LP: #1124415
9271
9272
9273 [ Chris Wilson ]
9274
9275 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
9276 the encoders
9277 - LP: #1097315
9278
9279 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
9280
9281 linux (3.8.0-6.12) raring; urgency=low
9282
9283 [Tim Gardner]
9284
9285 * perf: NO_LIBPERL=1
9286 * Fix linux-headers dependency
9287 * Release Tracking Bug
9288 - LP: #1124362
9289
9290 [ Andy Whitcroft ]
9291
9292 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9293 - LP: #1121699
9294
9295 [ Daniel Vetter ]
9296
9297 * SAUCE: drm/i915: write backlight harder
9298 - LP: #954661
9299
9300 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9301
9302 linux (3.8.0-6.11) raring; urgency=low
9303
9304 [Tim Gardner]
9305
9306 * Release Tracking Bug
9307 - LP: #1122071
9308 * rebase to v3.8-rc7
9309 * Add libaudit-dev as a build dependency
9310 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9311
9312 [ Leann Ogasawara ]
9313
9314 * [Config] Remove CONFIG_SATA_AHCI annotation
9315
9316 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9317
9318 linux (3.8.0-5.10) raring; urgency=low
9319
9320 [Tim Gardner]
9321
9322 * Release Tracking Bug
9323 - LP: #1118568
9324
9325 * Bump ABI to fix install issue with 3.8.0-4.8.
9326 Moving drivers/ata/*ahci* to linux-image caused an
9327 install conflict with linux-image-extras without an
9328 ABI bump.
9329
9330 [ Jan Beulich ]
9331
9332 * SAUCE: xen-pciback: rate limit error messages from
9333 xen_pcibk_enable_msi{, x}()
9334 - LP: #1117336
9335 - CVE-2013-0231
9336
9337 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9338
9339 linux (3.8.0-4.9) raring; urgency=low
9340
9341 [ Herton Ronaldo Krzesinski ]
9342
9343 * d-i: Add mellanox ethernet drivers to nic-modules
9344 - LP: #1015339
9345
9346 [ Joseph Salisbury ]
9347
9348 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9349 - LP: #1113547
9350
9351 [ Kamal Mostafa ]
9352
9353 * SAUCE: alx driver import script
9354
9355 [ Qualcomm Atheros, Inc ]
9356
9357 * SAUCE: alx: Update to heads/master
9358
9359 [ Tim Gardner ]
9360
9361 * Release Tracking Bug
9362 - LP: #1117673
9363
9364 * [debian] Remove dangling symlink from headers package
9365 - LP: #1112442
9366 * [config] CONFIG_ALX=m
9367 * [Config] Add alx to d-i nic-modules
9368 * [Config] CONFIG_SATA_AHCI=m
9369 - LP: #1056563
9370
9371 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9372
9373 linux (3.8.0-4.8) raring; urgency=low
9374
9375 [ Allen Ibara ]
9376
9377 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9378
9379 [ Andy Whitcroft ]
9380
9381 * rebase to v3.8-rc6
9382 * updateconfigs following rebase to v3.8-rc6
9383
9384 [Leann Ogasawara]
9385
9386 * Release Tracking Bug
9387 - LP: #1112573
9388
9389 [ Paolo Pisati ]
9390
9391 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9392 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9393 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9394 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9395
9396 [ Seth Forshee ]
9397
9398 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9399
9400 [ Upstream Kernel Changes ]
9401
9402 * rebase to v3.8-rc6
9403 - LP: #1107477
9404
9405 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9406
9407 linux (3.8.0-3.7) raring; urgency=low
9408
9409 [ Andy Green ]
9410
9411 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9412 * SAUCE: ARM: omap2 add mac address allocation register api
9413 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9414 allocation
9415
9416 [ Leann Ogasawara ]
9417
9418 * rebase to v3.8-rc5
9419 * Release Tracking Bug
9420 - LP: #1111486
9421
9422 [ Paolo Pisati ]
9423
9424 * SAUCE: davinci: vpss: compilation fix
9425 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9426 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9427 * [Config] enable Freescale IMX6 support (SabreLite)
9428 * [Config] SERIAL_IMX_CONSOLE=y
9429 * [Config] MMC_*_IMX=y
9430 * [Config] disable USB_SUSPEND
9431 * [Config] USB_MXS_PHY=y
9432 * [Config] USB_CHIPIDEA=y
9433 * SAUCE: DTB: add support for multiple DTBs
9434 * SAUCE: DTB: build imx6q-sabrelite
9435 * SAUCE: DTB: build beaglexm
9436 * SAUCE: DTB: build panda/panda es
9437 * [Config] disable CPU_FREQ
9438 * [Config] PANEL_TFP410=y (video DVI output)
9439 * [Config] SND_OMAP_SOC*=y
9440 * [Config] SND_IMX_SOC*=y
9441 * [Config] I2C_IMX=y
9442 * [Config] SPI_IMX=m
9443
9444 [ Stefan Bader ]
9445
9446 * [Config] Move 9p modules into generic package
9447 - LP: #1107658
9448
9449 [ Tony Lindgren ]
9450
9451 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9452 kernels
9453 * SAUCE: ARM: OMAP2+: Use omap initcalls
9454 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9455 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9456 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9457 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9458 multiplaform
9459 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9460 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9461 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9462
9463 [ Upstream Kernel Changes ]
9464
9465 * rebase to v3.8-rc5
9466 - LP: #1096789
9467
9468 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9469
9470 linux (3.8.0-2.6) raring; urgency=low
9471
9472 [ Adam Conrad ]
9473
9474 * Fix up linux-tools -> SRCPKGNAME-tools rename
9475
9476 [ Andy Whitcroft ]
9477
9478 * [Config] re-disable CONFIG_SOUND_OSS
9479 - LP: #1105230
9480
9481 [ Arend van Spriel ]
9482
9483 * SAUCE: brcmsmac: fix tx status processing
9484
9485 [Leann Ogasawara]
9486
9487 * Release Tracking Bug
9488 - LP: #1105104
9489
9490 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9491
9492 linux (3.8.0-1.5) raring; urgency=low
9493
9494 [Tim Gardner]
9495
9496 * Release Tracking Bug
9497 - LP: #1101235
9498
9499 [ Dudley Du ]
9500
9501 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9502 - LP: #978807
9503
9504 [ Kamal Mostafa ]
9505
9506 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9507 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9508 * [Config] Add CONFIG_PS2_CYPRESS
9509
9510 [ Tim Gardner ]
9511
9512 * rebase to v3.8-rc4
9513
9514 [ Upstream Kernel Changes ]
9515
9516 * rebase to v3.8-rc4
9517 - LP: #1095315
9518 - LP: #886975
9519 - LP: #1086921
9520
9521 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
9522
9523 linux (3.8.0-0.4) raring; urgency=low
9524
9525 [ Leann Ogasawara ]
9526
9527 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
9528 * [Config] Update CONFIG_IIO build annotation
9529 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
9530 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
9531 * [Config] Remove CONFIG_SPI_PL022 annotation
9532 * [Config] Update CONFIG_EZX_PCAP annotation
9533 * [Config] Update CONFIG_SENSORS_AK8975 annotation
9534 * [Config] Disable CONFIG_DRM_MGAG200
9535 - LP: #1042903
9536
9537 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
9538
9539 linux (3.8.0-0.3) raring; urgency=low
9540
9541 [ Andy Whitcroft ]
9542
9543 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
9544 uselib()"
9545
9546 [ Scott James Remnant ]
9547
9548 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
9549 (for v3.7+)
9550 - LP: #1085766, #462111
9551
9552 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
9553
9554 linux (3.8.0-0.2) raring; urgency=low
9555
9556 [ Tim Gardner ]
9557
9558 * [packaging] Add macro to selectively disable building perf
9559 * [packaging] Cannot depend on universe package libaudit-dev
9560
9561 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
9562
9563 linux (3.8.0-0.1) raring; urgency=low
9564
9565
9566 [ Upstream Kernel Changes ]
9567
9568 * rebase to v3.8-rc3
9569 - LP: #1096789
9570
9571 [ Upstream Kernel Changes ]
9572
9573 * rebase to v3.8-rc2
9574 - LP: #1082357
9575 - LP: #1075882
9576
9577 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
9578
9579 linux (3.7.0-7.15) raring; urgency=low
9580
9581 [ Chris J Arges ]
9582
9583 * SAUCE: add eeprom_bad_csum_allow module parameter
9584 - LP: #1070182
9585
9586 [ Leann Ogasawara ]
9587
9588 * Add ceph to linux-image for virtual instances
9589 - LP: #1063784
9590
9591 [ Serge Hallyn ]
9592
9593 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
9594
9595 [ Tim Gardner ]
9596
9597 * [Config] CONFIG_SLUB_DEBUG=y
9598 - LP: #1090308
9599
9600 [ Upstream Kernel Changes ]
9601
9602 * Revert "[SCSI] sd: Implement support for WRITE SAME"
9603 - LP: #1089818
9604
9605 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
9606
9607 linux (3.7.0-6.14) raring; urgency=low
9608
9609 [ Andy Whitcroft ]
9610
9611 * [Config] annotations: all new annotations scheme including defaults
9612 * [Configs] apply annotation updates to main configs (top section)
9613
9614 [ Leann Ogasawara ]
9615
9616 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
9617 build"
9618 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
9619 * Temporarily disable module check for build
9620
9621 [ Stefan Bader ]
9622
9623 * ubuntu: dm-raid45: Adapt to upstream interface changes
9624 * Re-enable build of dm-raid45
9625
9626 [ Tim Gardner ]
9627
9628 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
9629 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
9630 * SAUCE: drm: Fix possible EDID memory allocation oops
9631 * SAUCE: ttm: Fix possible _manager memory allocation oops
9632 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
9633 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
9634 2 pointers
9635
9636 [ Tomas Hozza ]
9637
9638 * SAUCE: tools: hv: Netlink source address validation allows DoS
9639 - LP: #1084777
9640 - CVE-2012-5532
9641
9642 [ Upstream Kernel Changes ]
9643
9644 * rebase to v3.7
9645
9646 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
9647
9648 linux (3.7.0-5.13) raring; urgency=low
9649
9650 [ Lino Sanfilippo ]
9651
9652 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
9653 fsnotify_destroy_group()
9654 - LP: #922906
9655 * SAUCE: fsnotify: introduce fsnotify_get_group()
9656 - LP: #922906
9657 * SAUCE: fsnotify: use reference counting for groups
9658 - LP: #922906
9659 * SAUCE: fsnotify: take groups mark_lock before mark lock
9660 - LP: #922906
9661 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
9662 indicates wheather a mark should be destroyed
9663 - LP: #922906
9664 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
9665 mark list
9666 - LP: #922906
9667 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
9668 - LP: #922906
9669 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
9670 fsnotify_remove_mark()
9671 - LP: #922906
9672 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
9673 by group
9674 - LP: #922906
9675 * SAUCE: fsnotify: change locking order
9676 - LP: #922906
9677
9678 [ Tim Gardner ]
9679
9680 * [Config] CONFIG_NFC_LLCP=y
9681 * [Config] get-firmware: Filter new files through fwinfo
9682 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
9683 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
9684 * [Config] CONFIG_XEN=y for all arches
9685 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
9686 * [Config] CONFIG_MMC_DW_EXYNOS=m
9687 * [Config] CONFIG_GPIO_ADNP=m
9688 * [Config] find-obsolete-firmware: Use correct path
9689 * rebase to v3.7-rc8
9690 - LP: #1084640
9691
9692 [ Upstream Kernel Changes ]
9693
9694 * Revert "VFS: don't do protected {sym,hard}links by default"
9695 - LP: #1084192
9696
9697 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
9698
9699 linux (3.7.0-4.12) raring; urgency=low
9700
9701 [ Tim Gardner ]
9702
9703 * Revert "[Config] Use -j1 for headers_install"
9704 * Revert "[Config] install-arch-headers needs a valid config"
9705 Strayed into the weeds in search of the root cause of the periodic
9706 build failure.
9707 Fixes powerpc FTBS introduced in -4.11.
9708 * [Config] hmake -j1
9709 The kernel makefile appears to have parallel dependency
9710 problems for the install_headers target. This appears to be root
9711 cause for a periodic build failure on N-way machines.
9712
9713 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
9714
9715 linux (3.7.0-4.11) raring; urgency=low
9716
9717 [ Tim Gardner ]
9718
9719 * [Config] Use -j1 for headers_install
9720 Also fixes a powerpc FTBS introduced by
9721 "[Config] install-arch-headers needs a valid config".
9722
9723 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
9724
9725 linux (3.7.0-4.10) raring; urgency=low
9726
9727 [ Andy Whitcroft ]
9728
9729 * [Config] add rebuild-test support for autopkgtest
9730 - LP: #1081500
9731 * [tests] move build tests out of the way
9732 - LP: #1081500
9733 * [tests] add an autopkgtest rebuild test
9734 - LP: #1081500
9735
9736 [ Tim Gardner ]
9737
9738 * rebase to v3.7-rc7
9739 * SAUCE: Remove emi62 files duplicated in linux-firmware
9740 * SAUCE: Remove sb16 files duplicated in linux-firmware
9741 * SAUCE: Remove whiteheat files duplicated in linux-firmware
9742 * SAUCE: Remove yamaha files duplicated in linux-firmware
9743 * SAUCE: Remove dsp56k files used only by m68k
9744 * SAUCE: firmware: Remove last vestiges of dabusb
9745 * SAUCE: Remove vicam files duplicated in linux-firmware
9746 * [Config] install-arch-headers needs a valid config
9747
9748 [ Upstream Kernel Changes ]
9749
9750 * rebase to v3.7-rc7
9751 - LP: #1076840
9752 - LP: #1081466
9753
9754 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
9755
9756 linux (3.7.0-3.9) raring; urgency=low
9757
9758 [ Leann Ogasawara ]
9759
9760 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
9761 - LP: #1079900
9762 * Add nfsv3 to nfs-modules udeb
9763
9764 [ Paolo Pisati ]
9765
9766 * [Config] SND_OMAP_SOC*=y
9767 - LP: #1019321
9768
9769 [ Stefan Bader ]
9770
9771 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
9772 - LP: #1078926
9773
9774 [ Tim Gardner ]
9775
9776 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
9777 - LP: #1079469
9778 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
9779 * rebase to v3.7-rc6
9780 * SAUCE: script to detect obsolete firmware
9781 * SAUCE: Remove yam files duplicated in linux-firmware
9782 * SAUCE: Remove tehuti files duplicated in linux-firmware
9783 * SAUCE: Remove matrox files duplicated in linux-firmware
9784 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
9785 * SAUCE: Remove r128 files duplicated in linux-firmware
9786 * SAUCE: Remove acenic files duplicated in linux-firmware
9787 * SAUCE: Remove keyspan files duplicated in linux-firmware
9788 * SAUCE: Remove sun files duplicated in linux-firmware
9789 * SAUCE: Remove radeon files duplicated in linux-firmware
9790 * SAUCE: Update bnx2x firmware to 7.8.2.0
9791 * [Config] generic.inclusion-list: econet has disappeared
9792
9793 [ Upstream Kernel Changes ]
9794
9795 * seccomp: forcing auditing of kill condition
9796 - LP: #1079469
9797 * rebase to v3.7-rc6
9798
9799 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
9800
9801 linux (3.7.0-2.8) raring; urgency=low
9802
9803 [ Andy Whitcroft ]
9804
9805 * Revert "overlayfs: disable until FTBS is fixed"
9806 * Revert "ubuntu: overlayfs"
9807 * Revert "ubuntu: AUFS"
9808 * ubuntu: overlayfs -- overlayfs: add statfs support
9809 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
9810 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
9811 inode
9812 - LP: #944386
9813 * ubuntu: AUFS (no-squash): basic framework and update machinary
9814 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
9815 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
9816 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
9817 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
9818 * ubuntu: AUFS (no-squash) -- reenable
9819 - LP: #1079193
9820
9821 [ Erez Zadok ]
9822
9823 * ubuntu: overlayfs -- overlayfs: implement show_options
9824
9825 [ Miklos Szeredi ]
9826
9827 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
9828 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
9829 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
9830 * ubuntu: overlayfs -- overlay filesystem
9831 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
9832 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
9833
9834 [ Neil Brown ]
9835
9836 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
9837
9838 [ Robin Dong ]
9839
9840 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
9841 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
9842
9843 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
9844
9845 linux (3.7.0-1.7) raring; urgency=low
9846
9847 [ Tim Gardner ]
9848
9849 * [Config] Drop dependency on libaudit-dev
9850 Its a universe package which causes an FTBS on the builders.
9851 libaudit-dev is not strictly required for the perf tools build.
9852
9853 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
9854
9855 linux (3.7.0-1.6) raring; urgency=low
9856
9857 [ Andy Whitcroft ]
9858
9859 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
9860 * [Config] better encode the CONFIG_NVRAM constaint
9861 * enforcer -- fix debugging output
9862
9863 [ Ben Collins ]
9864
9865 * [Config] Add custom_override rule to allow for alternate kernel
9866 file/install
9867 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
9868
9869 [ Tim Gardner ]
9870
9871 * [Config] Dropped armel
9872 * Drop highbank from ABI fetch list
9873 * [Config] Use dh_prep instead of 'dh_clean -k'
9874 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
9875 * [Config] Document binary-indep dependency chain
9876 * rebase to v3.7-rc5
9877
9878 [ Upstream Kernel Changes ]
9879
9880 * rebase to v3.7-rc5
9881
9882 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
9883
9884 linux (3.7.0-0.5) raring; urgency=low
9885
9886 [ Tim Gardner ]
9887
9888 * [Config] CONFIG_AMD_IOMMU_V2=m
9889 - LP: #1071520
9890 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
9891 Fixes FTBS
9892
9893 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
9894
9895 linux (3.7.0-0.4) raring; urgency=low
9896
9897 [ Ben Collins ]
9898
9899 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
9900
9901 [ Tim Gardner ]
9902
9903 * [Config] do_tools=false for arm
9904
9905 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
9906
9907 linux (3.7.0-0.3) raring; urgency=low
9908
9909 [ Tim Gardner ]
9910
9911 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
9912 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
9913 * [Config] Drop highbank harder
9914
9915 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
9916
9917 linux (3.7.0-0.2) raring; urgency=low
9918
9919 [ Andy Whitcroft ]
9920
9921 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
9922 instances
9923 - LP: #1066921
9924 * [Config] drop highbank builds
9925
9926 [ Jeremy Kerr ]
9927
9928 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
9929 - LP: #1063061
9930
9931 [ Leann Ogasawara ]
9932
9933 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
9934
9935 [ Tim Gardner ]
9936
9937 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
9938 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
9939 * rebase to v3.7-rc4
9940 * SAUCE: MODSIGN: Emit error for incorrectly signed module
9941
9942 [ Upstream Kernel Changes ]
9943
9944 * rebase to v3.7-rc4
9945
9946 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
9947
9948 linux (3.7.0-0.1) raring; urgency=low
9949
9950
9951 [ Upstream Kernel Changes ]
9952
9953 * rebase to v3.7-rc3
9954 - LP: #1056078
9955
9956 [ Upstream Kernel Changes ]
9957
9958 * rebase to v3.7-rc2
9959 - LP: #1060729
9960 - LP: #1059523
9961 - LP: #1006690
9962 - LP: #1049623
9963 - LP: #1046512
9964 - LP: #1052499
9965 - LP: #1037642
9966 - LP: #559939
9967 - LP: #1052460
9968 - LP: #939161
9969 - LP: #1046734
9970
9971 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
9972
9973 linux (3.6.0-0.1) UNRELEASED; urgency=low
9974
9975
9976 [ Upstream Kernel Changes ]
9977
9978 * rebase to v3.6
9979
9980 [ Upstream Kernel Changes ]
9981
9982 * rebase to v3.6-rc7
9983
9984 [ Upstream Kernel Changes ]
9985
9986 * rebase to v3.6-rc6
9987 - LP: #1000424
9988
9989 [ Upstream Kernel Changes ]
9990
9991 * rebase to v3.6-rc5
9992 - LP: #1040077
9993
9994 [ Upstream Kernel Changes ]
9995
9996 * rebase to v3.6-rc4
9997
9998 [ Upstream Kernel Changes ]
9999
10000 * rebase to v3.6-rc3
10001 - LP: #1038651
10002 - LP: #1034779
10003
10004 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
10005
10006 linux (3.5.0-6.6) quantal-proposed; urgency=low
10007
10008 [ Andy Whitcroft ]
10009
10010 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
10011 experimental features
10012 * SAUCE: highbank -- export clock functions for modules
10013 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
10014 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
10015 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
10016 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10017 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10018 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
10019 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
10020 * [Config] highbank -- reenable CONFIG_DW_DMAC
10021 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
10022 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
10023 * [Config] highbank -- reenable CONFIG_USB_DWC3
10024 * [Config] highbank -- reenable CONFIG_SATA_MV
10025 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
10026 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
10027 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
10028 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
10029 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
10030 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10031 * [Config] highbank -- enable CONFIG_EXPERT
10032 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10033 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
10034 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
10035 * [Config] enable CONFIG_USB_ETH_EEM
10036 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
10037 * [Config] disable CONFIG_USB_M66592
10038 * [Config] enable CONFIG_USB_NET2272
10039 * [Config] enable CONFIG_USB_R8A66597
10040 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
10041 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
10042 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
10043 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
10044 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
10045 * [Config] sync configuration armhf omap -> armel omap
10046 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
10047 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
10048
10049 [ Bryan Wu ]
10050
10051 * [Config] change default IO scheduler from CFQ to Deadline
10052
10053 [ Leann Ogasawara ]
10054
10055 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
10056 * [Config] Disable CONFIG_MOUSE_INPORT
10057
10058 [ Tim Gardner ]
10059
10060 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
10061 * [Config] Add bnx2x firmware to nic-modules udeb
10062 * SAUCE: Add script to convert firmware to ihex format
10063 * SAUCE: firmware: Upgrade bnx2 to current versions
10064 * [Config] Add tigon firmware to nic-modules udeb
10065 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
10066 - LP: #1026761
10067 * SAUCE: Remove redundant cis firmware
10068 * SAUCE: Remove redundant emi26 firmware
10069 * SAUCE: Remove redundant ttusb-budget firmware
10070 * SAUCE: Remove redundant sun/cassini firmware
10071 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
10072 * SAUCE: Remove redundant 3com/typhoon.bin firmware
10073 * SAUCE: Remove redundant yamaha/ds1 firmware
10074 * SAUCE: Remove redundant keyspan_pda firmware
10075 * rebase to v3.5
10076
10077 [ Upstream Kernel Changes ]
10078
10079 * rebase to v3.5
10080 - LP: #1027828
10081
10082 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
10083
10084 linux (3.5.0-5.5) quantal-proposed; urgency=low
10085
10086 [ Andy Whitcroft ]
10087
10088 * [Config] annotations: initial import of configuration annotations
10089
10090 [ Bryan Wu ]
10091
10092 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
10093
10094 [ Leann Ogasawara ]
10095
10096 * Rebase to v3.5-rc7
10097
10098 [ Manoj Iyer ]
10099
10100 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
10101 - LP: #1010281
10102
10103 [ Tim Gardner ]
10104
10105 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
10106 expects
10107 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
10108 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
10109 * [Config] CONFIG_IP_NF_QUEUE=n
10110 * [Config] CONFIG_MTD_DOC2000=n
10111 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
10112 * [Config] CONFIG_PRISM54=n
10113 * [Config] CONFIG_SCx200_I2C=n
10114 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
10115
10116 [ Upstream Kernel Changes ]
10117
10118 * rebase to v3.5-rc7
10119
10120 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
10121
10122 linux (3.5.0-4.4) quantal-proposed; urgency=low
10123
10124 [ Andy Whitcroft ]
10125
10126 * [Packaging] getabis should be extracting all packages
10127 - LP: #1021174
10128 * [Config] getabis -- series uses linux-image-extra
10129 - LP: #1021174
10130 * rebase to v3.5-rc6
10131
10132 [ Bryan Wu ]
10133
10134 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
10135 flavours
10136 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
10137
10138 [ Leann Ogasawara ]
10139
10140 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
10141 - LP: #1019561
10142
10143 [ Paolo Pisati ]
10144
10145 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
10146 - LP: #1019321
10147
10148 [ Stefan Bader ]
10149
10150 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
10151 - LP: #1018456
10152 * (config) Disable ACPI_PROCFS_POWER
10153
10154 [ Tim Gardner ]
10155
10156 * [Config] CONFIG_ACPI_BGRT=y
10157 * Extract firmware module info during getabi
10158 - LP: #1021174
10159
10160 [ Upstream Kernel Changes ]
10161
10162 * rebase to v3.5-rc6
10163
10164 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
10165
10166 linux (3.5.0-3.3) quantal-proposed; urgency=low
10167
10168 [ Andy Whitcroft ]
10169
10170 * [Config] enable CONFIG_MEMTEST=y
10171 - LP: #1004535
10172 * [Config] config-check: add support for a cut operation
10173 * [Config] enforcer -- switch to cut where appropriate
10174
10175 [ Leann Ogasawara ]
10176
10177 * Rebase to v3.5-rc5
10178 * [Config] Updateconfigs after rebase to v3.5-rc5
10179
10180 [ Luis Henriques ]
10181
10182 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
10183 __ocfs2_change_file_space
10184 - LP: #1006012
10185
10186 [ Seth Forshee ]
10187
10188 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
10189 for LVDS register initialization
10190 - LP: #1012800
10191
10192 [ Upstream Kernel Changes ]
10193
10194 * rebase to v3.5-rc5
10195 - LP: #1013183
10196 - LP: #1017017
10197 - LP: #884652
10198
10199 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
10200
10201 linux (3.5.0-2.2) quantal-proposed; urgency=low
10202
10203 [ Andy Whitcroft ]
10204
10205 * rebase to v3.5-rc4
10206
10207 [ Arend van Spriel ]
10208
10209 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
10210 brcms_c_regd_init()
10211 - LP: #950320
10212
10213 [ Bryan Wu ]
10214
10215 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
10216
10217 [ Chris J Arges ]
10218
10219 * PACKAGING: add .gnu_debuglink sections to .ko files
10220 - LP: #669641
10221
10222 [ Leann Ogasawara ]
10223
10224 * d-i: Add hid-generic to input-modules
10225 - LP: #1017879
10226
10227 [ Ming Lei ]
10228
10229 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
10230 - LP: #1017717, #225
10231
10232 [ Paolo Pisati ]
10233
10234 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
10235 - LP: #1017718
10236 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
10237
10238 [ Seth Forshee ]
10239
10240 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
10241 during initialization
10242 - LP: #950320
10243 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
10244 by mac80211
10245 - LP: #950320
10246 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
10247 channels
10248 - LP: #950320
10249 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
10250 - LP: #950320
10251 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
10252 regulatory domain
10253 - LP: #950320
10254 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
10255 regulatory updates
10256 - LP: #950320
10257 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
10258 tx power limits
10259 - LP: #950320
10260 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
10261 against internal regulatory data
10262 - LP: #950320
10263 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
10264 when checking whether OFDM is allowed
10265 - LP: #950320
10266
10267 [ Tim Gardner ]
10268
10269 * [Config] Enable CONFIG_CGROUPS for highbank
10270 - LP: #1014692
10271 * [Config] FB_OMAP*=y and PANEL_TFP410=y
10272
10273 [ Upstream Kernel Changes ]
10274
10275 * rebase to v3.5-rc4
10276
10277 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
10278
10279 linux (3.5.0-1.1) quantal-proposed; urgency=low
10280
10281 [ Andy Whitcroft ]
10282
10283 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
10284
10285 [ Leann Ogasawara ]
10286
10287 * Rebase to v3.5-rc1
10288 * [Config] Remove USB_DEVICEFS from the config enforcer
10289 * [Config] Updateconfigs after rebase to v3.5-rc1
10290 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10291 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10292 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10293 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10294 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10295 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10296 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10297 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10298 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10299 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10300 * Rebase to v3.5-rc2
10301 * [Config] Updateconfigs after rebase to v3.5-rc2
10302 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10303 * Rebase to v3.5-rc3
10304 * [Config] Updateconfigs after rebase to v3.5-rc3
10305
10306 [ Paul Mundt ]
10307
10308 * SAUCE: fix bug.h's inclusion of kernel.h
10309
10310 [ Stefan Bader ]
10311
10312 * SAUCE: Fix compile failures of dm-raid45
10313 * [Config] Enable dm-raid45
10314 * Move dependency on crda to extra package
10315 - LP: #657901
10316 * SAUCE: Mask CR4 writes on older Xen hypervisors
10317
10318 [ Upstream Kernel Changes ]
10319
10320 * rebase to v3.5-rc3
10321 - LP: #993162
10322 - LP: #925577
10323 * rebase to v3.5-rc2
10324 * rebase to v3.5-rc1
10325 - LP: #955892
10326 - LP: #978038
10327 - LP: #987371
10328 - LP: #929545
10329 - LP: #942316
10330 - LP: #903853
10331
10332 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10333
10334 linux (3.4.0-5.11) quantal-proposed; urgency=low
10335
10336 [ Leann Ogasawara ]
10337
10338 * [Config] Disable CONFIG_ARM_LPAE
10339 - LP: #1009061
10340
10341 [ Oleksij Rempel ]
10342
10343 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10344 - LP: #1008905
10345
10346 [ Paolo Pisati ]
10347
10348 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10349 - LP: #1009061
10350
10351 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10352
10353 linux (3.4.0-4.10) quantal; urgency=low
10354
10355 [ Leann Ogasawara ]
10356
10357 * Temporarily disable ABI and module check
10358
10359 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10360
10361 linux (3.4.0-4.9) quantal; urgency=low
10362
10363 [ Andy Whitcroft ]
10364
10365 * [Config] fix config split to avoid the shared config
10366 * [Config] updateconfigs following split config fix
10367 * [Config] linux-image-extras needs full postinst
10368 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10369 * [Config] CONFIG_HP_WATCHDOG enable as module
10370 * [Config] CONFIG_PDC_ADMA is not boot essential
10371 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10372 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10373 * [Config] CONFIG_TRANZPORT=m commonise
10374 * [Config] CONFIG_R3964=m commonise
10375 * [Config] CONFIG_SCSI_DH=m commonise
10376 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10377 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10378 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10379 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10380 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10381 * [Config] CONFIG_USB_SI470X=m commonise
10382 * [Config] CONFIG_USB_ET61X251=m commonise
10383 * [Config] CONFIG_RTS_PSTOR=m commonise
10384 * [Config] CONFIG_SCANLOG=m commonise
10385 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10386 * [Config] CONFIG_SM_FTL=m commonise
10387 * [Config] CONFIG_SOLO6X10=m commonise
10388 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10389 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10390 * [Config] CONFIG_SPI_SPIDEV=m commonise
10391 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10392 * [Config] CONFIG_TPS65010=m commonise
10393 * [Config] CONFIG_STE10XP=y commonise
10394 * [Config] CONFIG_X25_ASY=m commonise
10395 * [Config] CONFIG_USB_MON=m commonise
10396 * [Config] CONFIG_VME_BUS=m commonise
10397 * [Config] CONFIG_W35UND=m commonise
10398 * [Config] -CONFIG_TCG_TPM=y commonise
10399 * [Config] highbank -- commonise filesystems
10400 * [Config] highbank -- commonise subsystems
10401 * [Config] highbank -- commonise network protocols
10402 * [Config] highbank -- commonise input drivers
10403 * [Config] highbank -- commonise CRYPTO options
10404 * [Config] highbank -- commonise HID options
10405 * [Config] highbank -- commonise sensors options
10406 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10407 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10408 * [Config] highbank -- commonise ENCRYPTED_KEYS
10409 * [Config] highbank -- commonise CONFIG_ATALK
10410 * [Config] highbank -- commonise INET/INET6
10411 * [Config] highbank -- commonise NLS
10412 * [Config] highbank -- commonise BLK/CHR
10413 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10414 * [Config] highbank -- commonise INET/INET6 part 2
10415 * [Config] highbank -- commonise PHY settings
10416 * [Config] highbank -- commonise CRC settings
10417 * [Config] highbank -- commonise BINFMT settings
10418 * [Config] highbank -- commonise DM settings
10419 * [Config] highbank -- commonise RTC_DRV settings
10420 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10421 * [Config] highbank -- commonise USB settings
10422 * [Config] highbank -- commonise GPIO settings
10423 * [Config] highbank -- commonise I2C settings
10424 * [Config] highbank -- commonise numerous subsystem selectors
10425 * [Config] highbank -- commonise A-C modules missmatches
10426 * [Config] highbank -- commonise D-F modules missmatches
10427 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10428 * [Config] highbank -- commonise G-I modules missmatches
10429 * [Config] highbank -- commonise J-L modules missmatches
10430 * [Config] highbank -- commonise M modules missmatches
10431 * [Config] highbank -- commonise N-P modules missmatches
10432 * [Config] highbank -- commonise Q-R modules missmatches
10433 * [Config] highbank -- commonise S modules missmatches -- part 1
10434 * [Config] highbank -- commonise S modules missmatches -- part 2
10435 * [Config] highbank -- commonise T modules missmatches
10436 * [Config] highbank -- commonise U-Z modules missmatches
10437
10438 [ Ike Panhc ]
10439
10440 * [Config] add highbank flavour
10441 - LP: #1000831
10442
10443 [ Mark Langsdorf ]
10444
10445 * SAUCE: arm highbank: add support for pl320-ipc driver
10446 - LP: #1000831
10447
10448 [ Rob Herring ]
10449
10450 * SAUCE: input: add a key driver for highbank
10451 - LP: #1000831
10452 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10453 - LP: #1000831
10454 * SAUCE: force DMA buffers to non-bufferable on highbank
10455 - LP: #1000831
10456 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10457 - LP: #1000831
10458
10459 [ Tim Gardner ]
10460
10461 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10462 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10463 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10464 * [Config] Homogenize CIFS configs across all arches
10465 * [Config] armhf should not be skipabi or skipmodules
10466 - LP: #1006913
10467
10468 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10469
10470 linux (3.4.0-3.8) quantal; urgency=low
10471
10472 [ Andy Whitcroft ]
10473
10474 * [Config] include include/generated/compile.h
10475 - LP: #942569
10476 * [Config] fix up postinst to ensure we know which error is which
10477 - LP: #1002388
10478
10479 [ Herton Ronaldo Krzesinski ]
10480
10481 * SAUCE: async_populate_rootfs: fix build warnings
10482 - LP: #1003417
10483
10484 [ John Johansen ]
10485
10486 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10487 * SAUCE: apparmor: Add the ability to mediate mount
10488 * SAUCE: AppArmor: basic networking rules
10489 * SAUCE: apparmor: fix profile lookup for unconfined
10490 - LP: #978038, #987371
10491 * SAUCE: apparmor: fix long path failure due to disconnected path
10492 - LP: #955892
10493
10494 [ Mario Limonciello ]
10495
10496 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10497 - LP: #901410
10498
10499 [ Stefan Bader ]
10500
10501 * (config) Built-in xen-acpi-processor
10502
10503 [ Tim Gardner ]
10504
10505 * [Config] CONFIG_NET_DSA=m
10506 - LP: #1004148
10507 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10508
10509 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10510
10511 linux (3.4.0-3.7) quantal; urgency=low
10512
10513 [ Andy Whitcroft ]
10514
10515 * [Config] drop the virtual flavour in favour of a split generic et al
10516 * [Config] enforcer -- drop IDLE enforcement
10517 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10518 * [Config] updateconfigs following removal of -virtual
10519
10520 [ Leann Ogasawara ]
10521
10522 * Rebase to v3.4
10523
10524 [ Seth Forshee ]
10525
10526 * [Config] disable CONFIG_B43_BCMA_EXTRA
10527
10528 [ Tim Gardner ]
10529
10530 * [Config] Check for extras when building udebs
10531 * [Config] Collapsed generic-pae into generic [i386]
10532
10533 [ Upstream Kernel Changes ]
10534
10535 * rebase to v3.4
10536
10537 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
10538
10539 linux (3.4.0-2.6) quantal; urgency=low
10540
10541 [ Andy Whitcroft ]
10542
10543 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
10544 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
10545 d_make_root()"
10546 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
10547 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
10548 security permissions to overlay files"
10549 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
10550 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
10551 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
10552 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
10553 * Revert "ubuntu: overlayfs -- overlay filesystem"
10554 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
10555 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
10556 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
10557 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
10558 * ubuntu: overlayfs -- overlayfs: add statfs support
10559 * ubuntu: overlayfs -- inode_only_permission: export inode level
10560 permissions checks
10561 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
10562
10563 [ Erez Zadok ]
10564
10565 * ubuntu: overlayfs -- overlayfs: implement show_options
10566
10567 [ Miklos Szeredi ]
10568
10569 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10570 * ubuntu: overlayfs -- vfs: add i_op->open()
10571 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10572 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10573 * ubuntu: overlayfs -- overlay filesystem
10574 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10575
10576 [ Neil Brown ]
10577
10578 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10579
10580 [ Robin Dong ]
10581
10582 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10583 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10584
10585 [ Tim Gardner ]
10586
10587 * [Config] perarch and indep tools builds need separate build directories
10588 * Prevent upgrading a non-PAE CPU
10589 * perf is not parallel build safe
10590
10591 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
10592
10593 linux (3.4.0-2.5) quantal; urgency=low
10594
10595 [ Andy Whitcroft ]
10596
10597 * [Config] perarch and indep tools builds need separate build directories
10598
10599 [ Tim Gardner ]
10600
10601 * Prevent upgrading a non-PAE CPU
10602 * [Config] build debug
10603 * [Config] perf tools are not parallel build safe
10604
10605 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
10606
10607 linux (3.4.0-2.4) quantal; urgency=low
10608
10609 [ Leann Ogasawara ]
10610
10611 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
10612 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
10613 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
10614 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
10615 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
10616 7400"
10617 * Revert "ubuntu: omnibook: fix source file newline"
10618 * Revert "ubuntu: omnibook -- update BOM"
10619 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
10620 depend on X86"
10621 * Revert "ubuntu: omnibook -- Added missing BOM file"
10622 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
10623 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
10624 mappings"
10625 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
10626 X86_32"
10627 * Revert "ubuntu: nx-emu - i386: NX emulation"
10628 * Revert "ubuntu: rfkill drivers -- version 1.3"
10629 * Temporarily disable module check
10630 * [Config] Remove CONFIG_FSAM7400
10631 * [Config] Remove CONFIG_OMNIBOOK
10632 * [Config] Update configs
10633 * Rebase to v3.4-rc7
10634 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
10635
10636 [ Tim Gardner ]
10637
10638 * Updated generic-pae description
10639 * Rebase to v3.4-rc6
10640 * install-tools depends on build targets
10641
10642 [ Upstream Kernel Changes ]
10643
10644 * kconfig: in debug mode some 0 length message prints occur
10645 * rebase to v3.4-rc7
10646 * rebase to v3.3-rc6
10647
10648 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
10649
10650 linux (3.4.0-1.3) quantal; urgency=low
10651
10652 [ Andy Whitcroft ]
10653
10654 * [Config] control.stub is an intermediate product not a dependancy
10655 - LP: #992414
10656
10657 [ Leann Ogasawara ]
10658
10659 * remove i386 generic from getabis
10660
10661 [ Upstream Kernel Changes ]
10662
10663 * (pre-stable) b43: only reload config after successful initialization
10664 - LP: #950295
10665
10666 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
10667
10668 linux (3.4.0-1.2) quantal; urgency=low
10669
10670 [ Andy Whitcroft ]
10671
10672 * [Config] add build depends for flex, bison and pkg-config
10673
10674 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
10675
10676 linux (3.4.0-1.1) quantal; urgency=low
10677
10678 [ Andy Whitcroft ]
10679
10680 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10681 permissions to overlay files
10682 - LP: #915941, #918212
10683 - CVE-2012-0055
10684
10685 [ Leann Ogasawara ]
10686
10687 * Open Q
10688 * Rebase to v3.4-rc5
10689 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10690 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10691 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10692 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
10693 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10694 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
10695 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10696 * [Config] Temporarily disable CONFIG_AX88796 on arm
10697
10698 [ Upstream Kernel Changes ]
10699
10700 * vfs: pass struct path to __dentry_open()
10701 * vfs: add i_op->open()
10702 * vfs: export do_splice_direct() to modules
10703 * vfs: introduce clone_private_mount()
10704 * overlay filesystem
10705 * overlayfs: add statfs support
10706 * overlayfs: implement show_options
10707 * overlay: overlay filesystem documentation
10708 * fs: limit filesystem stacking depth
10709 * overlayfs: follow header cleanup
10710 * overlayfs: switch from d_alloc_root() to d_make_root()
10711 * overlayfs: update touch_atime() usage
10712 * rebase to v3.4-rc5
10713 - LP: #950490
10714 * rebase to v3.4-rc4
10715 * rebase to v3.4-rc3
10716 * rebase to v3.4-rc2
10717 * rebase to v3.4-rc1
10718 * rebase to v3.3
10719 * rebase to v3.3-rc7
10720 * rebase to v3.3-rc6
10721 * rebase to v3.3-rc5
10722 * rebase to v3.3-rc4
10723 - LP: #900802
10724 - LP: #930842
10725 * rebase to v3.3-rc3
10726 - LP: #924320
10727 - LP: #923316
10728 - LP: #923409
10729 - LP: #918254
10730 * rebase to v3.3-rc2
10731 * rebase to v3.3-rc1
10732 - LP: #795823
10733 - LP: #909419
10734 - LP: #910792
10735 - LP: #878701
10736 - LP: #724831
10737
10738 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
10739
10740 linux (3.2.0-10.18) precise; urgency=low
10741
10742 [ Tim Gardner ]
10743
10744 * SAUCE: ecryptfs: Print inode on metadata error
10745
10746 [ Upstream Kernel Changes ]
10747
10748 * Revert "proc: enable writing to /proc/pid/mem"
10749 - LP: #919115
10750 - CVE-2012-0056
10751 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
10752 - LP: #909419
10753
10754 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
10755
10756 linux (3.2.0-10.17) precise; urgency=low
10757
10758 [ Andy Whitcroft ]
10759
10760 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
10761 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
10762 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
10763 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
10764 * Revert "SAUCE: overlayfs -- overlay filesystem"
10765 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
10766 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
10767 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
10768 * ensure debian/ is not excluded from git by default
10769 * add new scripting to handle buglinks in rebases
10770 * ubuntu: overlayfs -- overlayfs: add statfs support
10771 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10772 permissions to overlay files
10773 - LP: #915941, #918212
10774 - CVE-2012-0055
10775
10776 [ Erez Zadok ]
10777
10778 * ubuntu: overlayfs -- overlayfs: implement show_options
10779
10780 [ Leann Ogasawara ]
10781
10782 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
10783 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
10784 - LP: #907377, #911236
10785 * [Config] Enable CONFIG_IRQ_REMAP
10786
10787 [ Miklos Szeredi ]
10788
10789 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10790 * ubuntu: overlayfs -- vfs: add i_op->open()
10791 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10792 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10793 * ubuntu: overlayfs -- overlay filesystem
10794 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10795
10796 [ Neil Brown ]
10797
10798 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10799
10800 [ Upstream Kernel Changes ]
10801
10802 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
10803 - LP: #647043
10804 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
10805 breaks USB
10806 - LP: #647043
10807
10808 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
10809
10810 linux (3.2.0-9.16) precise; urgency=low
10811
10812 [ Andy Whitcroft ]
10813
10814 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
10815 * [Config] pull ARM sound modules =m
10816 * [Config] CONFIG_RTC_DRV_TEST is for testing only
10817 * [Config] CONFIG_USB_DUMMY_HCD is testing only
10818 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
10819
10820 [ Leann Ogasawara ]
10821
10822 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
10823 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
10824 * [Config] Enable CONFIG_MMC_TMIO=m
10825 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
10826 * [Config] Enable CONFIG_ISI=m
10827 * [Config] Enable CONFIG_MMC=y
10828 * [Config] Enable CONFIG_LIRC_PARALLEL=m
10829 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
10830 * [Config] Enable CONFIG_CHR_DEV_SG=y
10831 * [Config] Enable CONFIG_GPIO_PCA953X=m
10832 * [Config] Enable CONFIG_GPIO_TWL4030=m
10833 * [Config] Enable CONFIG_INET_DIAG=m
10834 * [Config] Enable CONFIG_NLS_ISO8859_1=m
10835 * [Config] Enable CONFIG_NVRAM=m
10836 * [Config] Enable CONFIG_SLIP=m
10837 * [Config] Enable CONFIG_PC300TOO=m
10838 * [Config] Enable CONFIG_TUN=y
10839 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
10840 * [Config] Enable CONFIG_THERMAL=y
10841 * [Config] Enable CONFIG_PPP=y
10842 * [Config] Enable CONFIG_PCI_STUB=m
10843 * Rebase to v3.2.1
10844 * [Config] Enable CONFIG_RTL8192E=m
10845 * [Config] Enable CONFIG_RTS5139=m
10846
10847 [ Stefan Bader ]
10848
10849 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
10850
10851 [ Upstream Kernel Changes ]
10852
10853 * ARM: restart: add restart hook to machine_desc record
10854 * ARM: restart: allow platforms more flexibility specifying restart mode
10855 * ARM: restart: move reboot failure handing into machine_restart()
10856 * ARM: restart: remove argument to setup_mm_for_reboot()
10857 * ARM: 7159/1: OMAP: Introduce local common.h files
10858 * ARM: restart: only perform setup for restart when soft-restarting
10859 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
10860 function
10861 * ARM: idmap: populate identity map pgd at init time using .init.text
10862 * ARM: suspend: use idmap_pgd instead of suspend_pgd
10863 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
10864 * ARM: idmap: use idmap_pgd when setting up mm for reboot
10865 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
10866 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
10867 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
10868 restart changes
10869 * ARM: lib: add call_with_stack function for safely changing stack
10870 * ARM: reset: implement soft_restart for jumping to a physical address
10871 * ARM: stop: execute platform callback from cpu_stop code
10872 * ARM: kexec: use soft_restart for branching to the reboot buffer
10873 * ARM: restart: omap: use new restart hook
10874 * topdown mmap support
10875 - LP: #861296
10876
10877 [ Upstream Kernel Changes ]
10878
10879 * Rebase to v3.2.1
10880
10881 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
10882
10883 linux (3.2.0-8.15) precise; urgency=low
10884
10885 [ Leann Ogasawara ]
10886
10887 * [Config] Disable CONFIG_ACPI_PROCFS
10888 * Remove server from getabis
10889 * Temporarily disable module check
10890 * [Config] Disable CONFIG_MTD_TESTS
10891 * [Config] Disable CONFIG_X86_E_POWERSAVER
10892 * [Config] Set CONFIG_ARCNET=m
10893 * [Config] Enable CONFIG_ATM_DUMMY=m
10894 * [Config] Enable CONFIG_BLK_DEV_MD=y
10895 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
10896 * [Config] Enable CONFIG_BLK_DEV_SD=y
10897 * [Config] Enable CONFIG_BLK_DEV_SR=y
10898 * [Config] Enable CONFIG_BLK_DEV_UB=m
10899 * [Config] Enable CONFIG_COPS=m
10900 * [Config] Enable CONFIG_DVB_USB_EC168=m
10901 * [Config] Enable CONFIG_ENC28J60=m
10902 * [Config] Enable CONFIG_FB_UVESA=m
10903 * [Config] Enable CONFIG_FB_ATY=m
10904 * [Config] Enable CONFIG_BROADCOM_PHY=y
10905 * [Config] Enable CONFIG_CICADA_PHY=y
10906 * [Config] Enable CONFIG_DAVICOM_PHY=y
10907 * [Config] Enable CONFIG_ICPLUS_PHY=y
10908 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
10909 * [Config] Enable CONFIG_LXT_PHY=y
10910 * [Config] Enable CONFIG_MARVELL_PHY=y
10911 * [Config] Enable CONFIG_NATIONAL_PHY=y
10912 * [Config] Enable CONFIG_QSEMI_PHY=y
10913 * [Config] Enable CONFIG_SMSC_PHY=y
10914 * [Config] Enable CONFIG_VITESSE_PHY=y
10915 * Add 3w-sas to scsi-modules
10916 - LP: #776542
10917
10918 [ Mathieu Trudel-Lapierre ]
10919
10920 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
10921 to interface settings
10922
10923 [ Paolo Pisati ]
10924
10925 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
10926 - LP: #912199
10927 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
10928 - LP: #912199
10929 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
10930 - LP: #912199
10931
10932 [ Upstream Kernel Changes ]
10933
10934 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
10935 - LP: #906832
10936
10937 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
10938
10939 linux (3.2.0-8.14) precise; urgency=low
10940
10941 [ Andy Whitcroft ]
10942
10943 * [Config] enable CONFIG_SND_USB_6FIRE
10944 - LP: #912197
10945 * rebase to mainline v3.2 final release
10946 * updateconfigs following rebase to v3.2 final
10947 * ubuntu: AUFS -- add BOM and automated update script
10948 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
10949 - LP: #684666
10950 * ubuntu: AUFS -- update aufs-update to track new locations of headers
10951 * ubuntu: AUFS -- clean up the aufs updater and BOM
10952 * ubuntu: AUFS -- documentation on updating aufs2
10953 * ubuntu: AUFS -- aufs3-base.patch
10954 * ubuntu: AUFS -- aufs3-standalone.patch
10955 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
10956 * ubuntu: AUFS -- fix undefined security_path_link
10957 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
10958 * ubuntu: AUFS -- updateconfigs following update
10959 * ubuntu: AUFS -- suppress benign plink warning messages
10960 - LP: #621195
10961 * ubuntu: AUFS -- enable in config and makefile
10962 * ubuntu: AUFS -- disable in favor of overlayfs
10963 * [Config] linux-virtual -- should include the extX modules
10964 - LP: #912308
10965
10966 [ Tyler Hicks ]
10967
10968 * SAUCE: eCryptfs: Improve statfs reporting
10969 - LP: #885744
10970
10971 [ Upstream Kernel Changes ]
10972
10973 * rebase to upstream v3.2
10974
10975 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
10976
10977 linux (3.2.0-7.13) precise; urgency=low
10978
10979 [ Upstream Kernel Changes ]
10980
10981 * rebase to upstream 3.2-rc7
10982
10983 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
10984
10985 linux (3.2.0-6.12) precise; urgency=low
10986
10987 [ Upstream Kernel Changes ]
10988
10989 * rebase to upstream v3.2-rc6
10990
10991 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
10992
10993 linux (3.2.0-5.11) precise; urgency=low
10994
10995 [ Andy Whitcroft ]
10996
10997 * enforcer -- allow arch and flavour predicates to take lists
10998 * enforcer -- simplify armel/armhf specific options
10999 * enforcer -- fix incorrectly specified flavour matches
11000
11001 [ Leann Ogasawara ]
11002
11003 * [Config] Disable IRQ_REMAP
11004 * [Config] Enable CONFIG_SENSORS_LM95245=m
11005 * [Config] Enable CONFIG_SENSORS_MAX1668=m
11006 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
11007 * [Config] Enable CONFIG_SENSORS_MAX6639=m
11008 * [Config] Enable CONFIG_SENSORS_MAX6642=m
11009 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
11010 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
11011 * [Config] Enable CONFIG_PATA_TOSHIBA=m
11012 * [Config] Enable CONFIG_POHMELFS=m
11013 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
11014 * [Config] Enable CONFIG_PATA_OPTI=m
11015 * add overlayfs to virtual inclusion list
11016 - LP: #903897
11017 * add veth to virtual inclusion list
11018 - LP: #903897
11019 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
11020
11021 [ Paolo Pisati ]
11022
11023 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
11024 - LP: #903346
11025
11026 [ Tim Gardner ]
11027
11028 * [Config] CONFIG_LOCKUP_DETECTOR=y
11029 - LP: #903615
11030
11031 [ Upstream Kernel Changes ]
11032
11033 * rebase to upstream 55b02d2f
11034
11035 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
11036
11037 linux (3.2.0-4.10) precise; urgency=low
11038
11039 [ Kyle McMartin ]
11040
11041 * SAUCE: dmar: disable if ricoh multifunction detected
11042 - LP: #894070
11043
11044 [ Seth Forshee ]
11045
11046 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
11047 - LP: #581312
11048
11049 [ Tim Gardner ]
11050
11051 * Start new release, Bump ABI, rebase to 3.2-rc5
11052
11053 [ Leann Ogasawara ]
11054
11055 * [Config] Enable CONFIG_SENSORS_AK8975=m
11056
11057 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
11058
11059 linux (3.2.0-3.9) precise; urgency=low
11060
11061 [ Andy Whitcroft ]
11062
11063 * SAUCE: ext4: correct partial write discard size calculation
11064 - LP: #894768
11065
11066 [ Leann Ogasawara ]
11067
11068 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
11069 - LP: #892615
11070
11071 [ Matthew Garrett ]
11072
11073 * SAUCE: pci: Rework ASPM disable code
11074
11075 [ Upstream Kernel Changes ]
11076
11077 * x86: Fix boot failures on older AMD CPU's
11078 - LP: #892615
11079 * EHCI : Fix a regression in the ISO scheduler
11080 - LP: #899165
11081
11082 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
11083
11084 linux (3.2.0-3.8) precise; urgency=low
11085
11086 [ Andy Whitcroft ]
11087
11088 * armhf -- add d-i configuration
11089 * armhf -- disable ABI checks for armhf
11090 * armhf -- add arch to getabis config
11091
11092 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
11093
11094 linux (3.2.0-3.7) precise; urgency=low
11095
11096 [ Stefan Bader ]
11097
11098 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
11099 synchronous, regardless of lazy_mmu mode
11100 - LP: #854050
11101
11102 [ Tim Gardner ]
11103
11104 * rebase to v3.2-rc4
11105
11106 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
11107
11108 linux (3.2.0-2.6) precise; urgency=low
11109
11110 [ Andy Whitcroft ]
11111
11112 * armhf -- fix omap flavour to build on armhf
11113 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
11114
11115 [ Borislav Petkov ]
11116
11117 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
11118 - LP: #892615
11119
11120 [ Colin Watson ]
11121
11122 * Add pata_macio to pata-modules
11123
11124 [ Tim Gardner ]
11125
11126 * [Config] Prefer crda over wireless-crda
11127 * [Config] Fix virtual inclusion list.
11128 - LP: #897795
11129
11130 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
11131
11132 linux (3.2.0-2.5) precise; urgency=low
11133
11134 [ Paolo Pisati ]
11135
11136 * [Config] PANEL_DVI=y
11137
11138 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
11139
11140 linux (3.2.0-2.4) precise; urgency=low
11141
11142 [ Andy Whitcroft ]
11143
11144 * rebase to v3.2-rc3
11145
11146 [ Leann Ogasawara ]
11147
11148 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
11149 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
11150 * Revert "olpc_dcon_xo_1_5 needs delay.h"
11151 * Revert "olpc_dcon_xo_1 needs delay.h"
11152 * rebase to 6fe4c6d4
11153 * [Config] updateconfigs after rebase to 6fe4c6d4
11154
11155 [ Tim Gardner ]
11156
11157 * [Config] Replace wireless-crda with crda,wireless-regdb
11158 - LP: #856421
11159 * [Config] Relax the dependencies on crda
11160
11161 [ Upstream Kernel Changes ]
11162
11163 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
11164 - LP: #724831
11165 * Ubuntu: remove coreutils|fileutils package dependency
11166 - LP: #892814
11167 * iio: iio_event_getfd -- fix ev_int build failure
11168
11169 [ Upstream Kernel Changes ]
11170
11171 * Rebase to v3.2-rc3
11172
11173 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
11174
11175 linux (3.2.0-1.3) precise; urgency=low
11176
11177 [ Upstream Kernel Changes ]
11178
11179 * Ubuntu: Add ext2 to fs-core-modules
11180 - LP: #893395
11181
11182 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
11183
11184 linux (3.2.0-1.2) precise; urgency=low
11185
11186 [ Andy Whitcroft ]
11187
11188 * [Config] enable CONFIG_NFC and associated devices
11189 * SAUCE: allow brcmsmac and b43 to both build
11190
11191 [ Soren Hansen ]
11192
11193 * Add ixgbe driver to d-i
11194 - LP: #891969
11195
11196 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
11197
11198 linux (3.2.0-1.1) precise; urgency=low
11199 [ Andy Whitcroft ]
11200
11201 * armhf -- enable armhf and create the first flavours
11202 * SAUCE: ensure root is ready before running usermodehelpers in it
11203 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
11204
11205 [ Leann Ogasawara ]
11206
11207 * Temporarily ignore module check
11208 * [Config] Enable PCI_IOV on powerpc
11209 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
11210 * rebase to v3.2-rc2
11211 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
11212 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
11213 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
11214 * SAUCE: select ARM_AMBA if OMAP3_EMU
11215 * [Config] updateconfigs after select ARM_AMBA
11216 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
11217 * [Config] Enable CONFIG_EXT2_FS=m
11218 * [Config] Build in CONFIG_SATA_AHCI=y
11219 * Resolve linux-image-extra's install dependency
11220
11221 [ Seth Forshee ]
11222
11223 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
11224 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
11225 Documentation
11226 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
11227 alps_model_info
11228 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
11229 size
11230 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
11231 3 and 4
11232 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
11233 protocol
11234 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
11235 versions 3 and 4
11236
11237 [ Stefan Bader ]
11238
11239 * [Config] Built-in xen-netfront and xen-blkfront
11240 * Fix build of dm-raid45 and re-enable it
11241
11242 [ Tim Gardner ]
11243
11244 * [Config] CONFIG_USB_XHCI_HCD=y
11245 - LP: #886167
11246 * [Config] CONFIG_R6040=m
11247 - LP: #650899
11248 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11249 - LP: #854399
11250 * [Config] Consolidated amd64 server flavour into generic
11251 * [Config] updateconfigs after rebase to 3.2-rc1
11252 * [Config] Disabled dm-raid4-5
11253 * [Config] Disabled ndiswrapper
11254 * [Config] Disable vt6656
11255 * [Config] exclude ppp-modules for virtual flavour
11256 * [Config] CONFIG_MEMSTICK_R592=m
11257 - LP: #238208
11258
11259 [ Upstream Kernel Changes ]
11260
11261 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
11262 - LP: #887780
11263 * CHROMIUM: seccomp_filter: add process state reporting
11264 - LP: #887780
11265 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
11266 works.
11267 - LP: #887780
11268 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
11269 - LP: #887780
11270 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
11271 - LP: #887780
11272 * CHROMIUM: seccomp_filters: move to btrees
11273 * CHROMIUM: enable CONFIG_BTREE
11274 * CHROMIUM: seccomp_filter: kill NR_syscall references
11275 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
11276 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
11277 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
11278 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
11279 * CHROMIUM: seccomp_filter: inheritance documentation
11280 * CHROMIUM: seccomp_filter: make inherited filters composable
11281 * CHROMIUM: Fix seccomp_t compile error
11282 - LP: #887780
11283 * CHROMIUM: Fix kref usage
11284 - LP: #887780
11285 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11286 * rebase to v3.2-rc2
11287
11288 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11289
11290 linux (3.1.0-2.3) precise; urgency=low
11291
11292 [ Tim Gardner ]
11293
11294 * Add postinit and postrm scripts to the extras package
11295 - LP: #882120
11296
11297 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11298
11299 linux (3.1.0-2.2) precise; urgency=low
11300
11301 [ Andy Whitcroft ]
11302
11303 * debian: add locking to protect debian/files from parallel update
11304
11305 [ Leann Ogasawara ]
11306
11307 * rebase to v3.1
11308
11309 [ Upstream Kernel Changes ]
11310
11311 * rebase to v3.1
11312
11313 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11314
11315 linux (3.1.0-1.1) precise; urgency=low
11316
11317 [ Andiry Xu ]
11318
11319 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11320 - LP: #872811
11321
11322 [ Andy Whitcroft ]
11323
11324 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11325 - LP: #832694
11326 * Revert "ubuntu: compcache -- version 0.5.3"
11327 - LP: #832694
11328 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11329 * [Config] Enable CONFIG_MACVTAP=m
11330 - LP: #822601
11331 * record the compiler in the ABI and check for inconsistant builds
11332 * [Config] move ECRYPT_FS back to =y for all architectures
11333 - LP: #827197
11334 * [Config] enable CONFIG_DRM_VMWGFX=m
11335 - LP: #698009
11336 * [Config] re-fix ECRYPT_FS=y
11337 - LP: #827197
11338 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11339 - LP: #827197
11340 * [Config] dropping compcache configuration options
11341 * [Config] standardise on HZ=250
11342 * SAUCE: headers_install: fix #include "..." usage for userspace
11343 - LP: #824377
11344 * make module-inclusion selection retain the left overs
11345 * add a new linux-image-extras package for virtual
11346
11347 [ Colin Watson ]
11348
11349 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11350
11351 [ edwin_rong ]
11352
11353 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11354 - LP: #824273
11355
11356 [ Greg Kroah-Hartman ]
11357
11358 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11359 - LP: #824273
11360
11361 [ Jesse Sung ]
11362
11363 * SAUCE: Unregister input device only if it is registered
11364 - LP: #839238
11365
11366 [ Jiri Kosina ]
11367
11368 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11369
11370 [ Joshua V. Dillon ]
11371
11372 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11373
11374 [ Kees Cook ]
11375
11376 * [Config] enable and enforce SECCOMP_FILTER on x86
11377
11378 [ Keng-Yu Lin ]
11379
11380 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11381 - LP: #824273
11382
11383 [ Leann Ogasawara ]
11384
11385 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11386 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11387 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11388 readdir"
11389 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11390 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11391 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11392 * Revert "ubuntu: overlayfs -- overlay filesystem"
11393 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11394 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11395 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11396 than just revision"
11397 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11398 * Revert "ubuntu: fsam7400 disable driver"
11399 - LP: #876030
11400 * rebase to v3.1-rc1
11401 * [Config] updateconfigs after rebase to v3.1-rc1
11402 * rebase to v3.1-rc2
11403 * [Config] Updateconfigs after rebase to v3.1-rc2
11404 * ubuntu: Yama - update calls to generic_permission() and
11405 inode->i_op->permission()
11406 * ubuntu: ndiswrapper -- remove netdev_priv macro
11407 * ubuntu: aufs -- Temporarily disable due to build failure
11408 * [Config] Diable INTEL_MID_PTI on armel
11409 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11410 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11411 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11412 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11413 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11414 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11415 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11416 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11417 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11418 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11419 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11420 * [Config] Enable CONFIG_ECHO=m on powerpc
11421 * [Config] Enable CONFIG_ET131X=m on powerpc
11422 * [Config] Set CONFIG_FB_MATROX=m
11423 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11424 * [Config] Set CONFIG_FB_VIRTUAL=n
11425 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11426 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11427 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11428 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11429 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11430 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11431 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11432 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11433 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11434 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11435 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11436 * [Config] Enable CONFIG_IGB=m on powerpc
11437 * [Config] Enable CONFIG_IIO=m on powerpc
11438 * [Config] Enable CONFIG_INFINIBAND_NES=m
11439 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11440 * [Config] Enable CONFIG_IWL3945=m on powerpc
11441 * [Config] Disable CONFIG_KVM_BOOK3S_64
11442 * [Config] Enable CONFIG_LAPBETHER=m on arm
11443 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11444 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11445 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11446 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11447 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11448 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11449 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11450 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11451 * [Config] Enable CONFIG_MEMSTICK=m on arm
11452 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11453 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11454 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11455 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11456 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11457 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11458 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11459 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11460 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11461 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11462 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11463 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11464 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11465 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11466 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11467 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11468 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11469 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11470 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11471 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11472 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11473 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11474 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11475 * [Config] Enable CONFIG_PANEL=m on powerpc
11476 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11477 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11478 - LP: #833705
11479 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11480 - LP: #837332
11481 * [Config] Update CONFIG_EFI_VARS enforcer check
11482 * [Config] Add aufs to virtual flavor inclusion list
11483 - LP: #844159
11484 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11485 - LP: #818933
11486 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11487 - LP: #768039
11488 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11489 - LP: #838402
11490 * [Config] Add igbvf to the virtual flavor inclusion list
11491 - LP: #794570
11492 * [Config] Add ixgbevf to the virtual inclusion list
11493 - LP: #872411
11494 * [Config] Transition -generic and -server to be identical
11495 * rebase to v3.1-rc10
11496
11497 [ Luke Yelavich ]
11498
11499 * [Config] Disable legacy IDE drivers on powerpc
11500
11501 [ Ming Lei ]
11502
11503 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11504 - LP: #801719
11505 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11506 Sandybridge chipsets(v2)
11507 - LP: #737388, #782389, #794642
11508
11509 [ Paolo Pisati ]
11510
11511 * [Config] Compile-in vfat support for armel
11512 - LP: #853783
11513
11514 [ Randy Dunlap ]
11515
11516 * SAUCE: staging: fix rts5139 depends & build
11517 - LP: #824273
11518
11519 [ Rene Bolldorf ]
11520
11521 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
11522 power in 'ideapad_backlight_notify_power' to avoid a page fault
11523
11524 [ Seth Forshee ]
11525
11526 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
11527 - LP: #681904
11528 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
11529 - LP: #810020
11530
11531 [ Stefan Bader ]
11532
11533 * (config) Package macvlan and macvtap for virtual
11534 * [Config] Force perf to use libiberty for demangling
11535 - LP: #783660
11536 * SAUCE: xen: Do not use pv spinlocks on HVM
11537 - LP: #838026
11538
11539 [ Tim Gardner ]
11540
11541 * [Config] Clean up tools rules
11542 * [Config] Package x86_energy_perf_policy and turbostat
11543 - LP: #797556
11544 * rebase to v3.1-rc3
11545 * [Config] Simplify binary-udebs dependencies
11546 * [Config] kernel preparation cannot be parallelized
11547 * [Config] Linearize module/abi checks
11548 * [Config] Linearize and simplify tree preparation rules
11549 * [Config] Build kernel image in parallel with modules
11550 * [Config] Set concurrency for kmake invocations
11551 * [Config] Improve install-arch-headers speed
11552 * [Config] Fix binary-perarch dependencies
11553 * [Config] Removed stamp-flavours target
11554 * [Config] Serialize binary indep targets
11555 * [Config] Use build stamp directly
11556 * [Config] Restore prepare-% target
11557 * rebase to v3.1-rc4
11558 * rebase to v3.1-rc5
11559 * [Config] Disable makedumpfile for i386/amd64
11560 * rebase to v3.1-rc6
11561 * [Config] Fix binary-% build target
11562 * rebase to v3.1-rc7
11563 * rebase to v3.1-rc8
11564 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11565 - LP: #854399
11566 * [Config] Enable ftrace support in the mac80211 layer
11567 - LP: #865171
11568 * rebase to v3.1-rc9
11569 * SAUCE: usb/core/devio.c: Check for printer class specific request
11570 - LP: #872711
11571
11572 [ Upstream Kernel Changes ]
11573
11574 * overlay filesystem
11575 * overlayfs: add statfs support
11576 * overlayfs: implement show_options
11577 * overlay: overlay filesystem documentation
11578 * fs: limit filesystem stacking depth
11579
11580 [ Will Drewry ]
11581
11582 * SAUCE: seccomp_filter: new mode with configurable syscall filters
11583 * SAUCE: seccomp_filter: add process state reporting
11584 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
11585 works.
11586 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
11587
11588 [ Upstream Kernel Changes ]
11589
11590 * rebase to v3.1-rc1
11591 * rebase to v3.1-rc2
11592 * rebase to v3.1-rc3
11593 +CONFIG_BLK_DEV_BSGLIB=y
11594 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
11595 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
11596 * rebase to v3.1-rc4
11597 * rebase to v3.1-rc5
11598 * rebase to v3.1-rc6
11599 * rebase to v3.1-rc7
11600 * rebase to v3.1-rc8
11601 * rebase to v3.1-rc9
11602 * rebase to v3.1-rc10
11603
11604 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
11605
11606 linux (3.1.0-1.0) oneiric; urgency=low
11607
11608 [ Leann Ogasawara ]
11609
11610 * Open P-series
11611
11612 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
11613
11614 linux (3.0.0-8.10) oneiric; urgency=low
11615
11616 [ Adam Jackson ]
11617
11618 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
11619 - LP: #753994
11620
11621 [ John Johansen ]
11622
11623 * [Config] Enable missing IPv6 options
11624
11625 [ Leann Ogasawara ]
11626
11627 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
11628 - LP: #819925
11629 * Rebase to 3.0.1
11630
11631 [ Upstream Kernel Changes ]
11632
11633 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
11634 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
11635 - LP: #783582
11636 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
11637 - LP: #796476
11638 * KVM: Add SMEP support when setting CR4
11639 - LP: #796476
11640 * KVM: Mask function7 ebx against host capability word9
11641 - LP: #796476
11642 * KVM: Add instruction fetch checking when walking guest page table
11643 - LP: #796476
11644
11645 [ Upstream Kernel Changes ]
11646
11647 * rebase to v3.0.1
11648
11649 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
11650
11651 linux (3.0.0-7.9) oneiric; urgency=low
11652
11653 [ Andy Whitcroft ]
11654
11655 * Revert "[Upstream] add local prefix to oss local change_bits"
11656 * Revert "SAUCE: add tracing for user initiated readahead requests"
11657 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
11658 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
11659 Zhaoyang E47"
11660 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
11661 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
11662 (grub)"
11663 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
11664 checks"
11665 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
11666 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
11667 vt switch"
11668 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
11669 - LP: #816035
11670 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
11671 it
11672 * SAUCE: (no-up) add tracing for user initiated readahead requests
11673 * SAUCE: vt -- maintain bootloader screen mode and content until vt
11674 switch
11675 * SAUCE: vt -- allow grub to request automatic vt_handoff
11676
11677 [ Arjan van de Ven ]
11678
11679 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
11680
11681 [ Kees Cook ]
11682
11683 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
11684 * [Config] enforce ACPI_CUSTOM_METHOD disabled
11685
11686 [ Keng-Yu Lin ]
11687
11688 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
11689 Zhaoyang E47
11690 - LP: #632884, #803005
11691
11692 [ Leann Ogasawara ]
11693
11694 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
11695 - LP: #513131
11696 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
11697 - LP: #815064
11698
11699 [ Rezwanul Kabir ]
11700
11701 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
11702 Dell E2 series Laptops
11703 - LP: #632884
11704
11705 [ Upstream Kernel Changes ]
11706
11707 * Revert "yama: if an underlying filesystem provides a permissions op use
11708 it"
11709 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
11710 series Laptops"
11711 * Revert "tty: include linux/slab.h for kfree"
11712 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
11713 * Revert "pch_dma: add include/slab.h for kfree"
11714 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
11715 - LP: #773524
11716 * oss: rename local change_bits to avoid powerpc bitsops.h definition
11717
11718 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
11719
11720 linux (3.0.0-7.8) oneiric; urgency=low
11721
11722 [ Andy Whitcroft ]
11723
11724 * ubuntu: overlayfs -- overlayfs: add statfs support
11725 * [Config] enable CONFIG_OVERLAYFS
11726
11727 [ Erez Zadok ]
11728
11729 * ubuntu: overlayfs -- overlayfs: implement show_options
11730
11731 [ Leann Ogasawara ]
11732
11733 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
11734 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
11735 * [Config] Disable CONFIG_ATM_DUMMY on arm
11736 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
11737 * Temporarily disable module check on arm
11738 * Rebase to 3.0 final
11739 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
11740 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
11741 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
11742 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
11743 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
11744 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
11745 * [Config] Enable CONFIG_DM9000=m on arm
11746 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
11747 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
11748
11749 [ Miklos Szeredi ]
11750
11751 * ubuntu: overlayfs -- vfs: add i_op->open()
11752 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11753 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11754 * ubuntu: overlayfs -- overlay filesystem
11755 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
11756 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
11757 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11758 * ubuntu: overlayfs -- ovl: make lower mount read-only
11759
11760 [ Neil Brown ]
11761
11762 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11763
11764 [ Tim Gardner ]
11765
11766 * [Config] Add enic/fnic to udebs
11767 - LP: #801610
11768
11769 [ Upstream Kernel Changes ]
11770
11771 * yama: if an underlying filesystem provides a permissions op use it
11772
11773 [ Major Kernel Changes ]
11774
11775 * Rebase to 3.0 final
11776
11777 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
11778
11779 linux (3.0.0-6.7) oneiric; urgency=low
11780
11781 [ Eagon Yager ]
11782
11783 * [Config] Fix misspelled 'skipmodule' in arm makefile.
11784
11785 [ Keng-Yu Lin ]
11786
11787 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
11788 - LP: #632884, #803005
11789
11790 [ Leann Ogasawara ]
11791
11792 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
11793 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
11794 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
11795 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
11796 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
11797 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
11798 * [Config] Set CONFIG_ACPI_SBS=m
11799 * [Config] Set CONFIG_ACPI_WMI=m
11800 * [Config] Set CONFIG_AD7150=m on arm
11801 * [Config] Set CONFIG_AD7152=m on arm
11802 * [Config] Drop CONFIG_GPIO_S5PV210
11803 * [Config] Drop CONFIG_GPIO_S5PC100
11804 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
11805 * [Config] Drop CONFIG_GPIO_EXYNOS4
11806
11807 [ Stefan Bader ]
11808
11809 * SAUCE: Re-enable RODATA for i386 virtual
11810 - LP: #809838
11811
11812 [ Upstream Kernel Changes ]
11813
11814 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
11815 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
11816 - LP: #771758
11817
11818 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
11819
11820 linux (3.0.0-5.6) oneiric; urgency=low
11821
11822 [ Tim Gardner ]
11823
11824 * [Config] CONFIG_RTL8192CU=m
11825 * Rebase to -rc7
11826
11827 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
11828
11829 linux (3.0.0-4.5) oneiric; urgency=low
11830
11831 [ Ming Lei ]
11832
11833 * SAUCE: fix yama_ptracer_del lockdep warning
11834 - LP: #791019
11835
11836 [ Seth Forshee ]
11837
11838 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
11839 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
11840 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
11841 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
11842 - LP: #805218
11843
11844 [ Tim Gardner ]
11845
11846 * [Config] updateconfigs after rebase to -rc6+
11847 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
11848 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
11849 * Revert "UBUNTU: add dependancies for module-init-tools"
11850 This dependency is no longer required for a 3 digit version.
11851
11852 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
11853
11854 linux (3.0-3.4) oneiric; urgency=low
11855
11856 [ Keng-Yu Lin ]
11857
11858 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
11859 killswitch"
11860 - LP: #775281
11861
11862 [ Leann Ogasawara ]
11863
11864 * rebase to v3.0-rc5
11865 * [Config] updateconfigs after rebase to 3.0-rc5
11866
11867 [ Tim Gardner ]
11868
11869 * [Config] Remove ubuntu/rtl8192se
11870 * [Config] Added armel ABI files
11871 * [Config] Removed armel versatile flavour
11872 * [Config] CONFIG_INTEL_MEI=m
11873 - LP: #716867
11874
11875 [ Upstream Kernel Changes ]
11876
11877 * ALSA: hda - Enable auto-parser as default for Conexant codecs
11878
11879 [ Upstream Kernel Changes ]
11880
11881 * rebase to v3.0-rc5
11882
11883 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
11884
11885 linux (3.0-2.3) oneiric; urgency=low
11886
11887 [ Andy Whitcroft ]
11888
11889 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
11890
11891 [ Leann Ogasawara ]
11892
11893 * rebase to v3.0-rc4
11894 * [Config] updateconfigs after rebase to 3.0-rc4
11895 * fix ERROR: __devcgroup_inode_permission undefined
11896
11897 [ Stefan Bader ]
11898
11899 * SAUCE: iscsitarget: Remove driver from the kernel
11900
11901 [ Tim Gardner ]
11902
11903 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
11904 * [Config] Add grub-efi as a recommended bootloader for server and
11905 generic
11906 - LP: #800910
11907
11908 [ Upstream Kernel Changes ]
11909
11910 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
11911
11912 [ Leann Ogasawara ]
11913
11914 * rebase to v3.0-rc4
11915
11916 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
11917
11918 linux (3.0-1.2) oneiric; urgency=low
11919
11920 [ Andy Whitcroft ]
11921
11922 * [Config] enable CONFIG_CAN_CALC_BITTIMING
11923
11924 [ Leann Ogasawara ]
11925
11926 * rebase to v3.0-rc3
11927 * [Config] updateconfigs after rebase to 3.0-rc3
11928
11929 [ Upstream Kernel Changes ]
11930
11931 * perf: clear out make flags when calling kernel make kernelver
11932
11933 [ Leann Ogasawara ]
11934
11935 * rebase to v3.0-rc3
11936
11937 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
11938
11939 linux (3.0-0.1) oneiric; urgency=low
11940
11941 [ Andy Whitcroft ]
11942
11943 * use the packaging version in the kernel
11944 * use the kernels idea of its version for version_signature
11945 * add dependancies for module-init-tools
11946 * update control files to version 3
11947 * printchanges/insertchanges allow override of prev_release
11948 * correct Vcs-Git: to point to oneiric
11949
11950 [ Leann Ogasawara ]
11951
11952 * rebase to v3.0-rc1
11953 * [Config] updateconfigs after rebase to 3.0-rc1
11954 * ubuntu: dm-raid4-5 fix up build failure
11955 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
11956 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
11957 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
11958 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
11959 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
11960 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
11961 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
11962 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
11963 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
11964 * rebase to v3.0-rc2
11965
11966 [ Manoj Iyer ]
11967
11968 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
11969 - LP: #790754
11970
11971 [ Upstream Kernel Changes ]
11972
11973 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
11974 demands it"
11975 * drm/i915: fix regression after clock gating init split
11976
11977 [ Major Kernel Changes ]
11978
11979 * rebase from v2.6.39 to v3.0-rc1
11980 * rebase from v3.0-rc1 to v3.0-rc2
11981
11982 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
11983
11984 linux (2.6.39-3.10) oneiric; urgency=low
11985
11986 [ Colin Ian King ]
11987
11988 * SAUCE: S3 early resume debug via keyboard LEDs
11989
11990 [ Ingo Molnar ]
11991
11992 * ubuntu: nx-emu - i386: NX emulation
11993 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
11994
11995 [ Leann Ogasawara ]
11996
11997 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
11998 * Revert "[Config] Disable CONFIG_DM_RAID45"
11999 * [Config] enable CONFIG_BRCMFMAC=y
12000 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
12001 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
12002
12003 [ Robert Nelson ]
12004
12005 * SAUCE: omap3: beagle: detect new xM revision B
12006 - LP: #770679
12007 * SAUCE: omap3: beagle: detect new xM revision C
12008 - LP: #770679
12009 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
12010 - LP: #770679
12011
12012 [ Stefan Bader ]
12013
12014 * SAUCE: Convert dm-raid45 to new block plugging
12015
12016 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
12017
12018 linux (2.6.39-3.9) oneiric; urgency=low
12019
12020 [ Leann Ogasawara ]
12021
12022 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
12023 * rebase to v2.6.39
12024 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
12025 * [Config] enable CONFIG_INPUT_APANEL=m
12026
12027 [ Thomas Schlichter ]
12028
12029 * SAUCE: vesafb: mtrr module parameter is uint, not bool
12030 - LP: #778043
12031 * SAUCE: vesafb: enable mtrr WC by default
12032 - LP: #778043
12033
12034 [ Major Kernel Changes ]
12035
12036 * rebase from v2.6.39-rc7 to v2.6.39
12037
12038 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
12039
12040 linux (2.6.39-2.8) oneiric; urgency=low
12041
12042 [ Andy Whitcroft ]
12043
12044 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
12045 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
12046 * Revert "[Config] Disable CONFIG_AUFS_FS"
12047 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
12048 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
12049 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
12050 * ubuntu: AUFS -- clean up the aufs updater and BOM
12051 * ubuntu: AUFS -- documentation on updating aufs2
12052
12053 [ Kees Cook ]
12054
12055 * ubuntu: Yama - LSM hooks
12056 * ubuntu: Yama - create task_free security callback
12057 * ubuntu: Yama - add ptrace relationship tracking interface
12058 * ubuntu: Yama - unconditionally chain to Yama LSM
12059
12060 [ Leann Ogasawara ]
12061
12062 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
12063 * Revert "[Config] Disable CONFIG_EASYCAP"
12064 * ubuntu: fsam7400 disable driver
12065 * ubuntu: omnibook disable driver
12066 * ubuntu: rfkill disable driver
12067
12068 [ Tim Gardner ]
12069
12070 * SAUCE: Fix extra reference in fb_open()
12071
12072 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
12073
12074 linux (2.6.39-2.7) oneiric; urgency=low
12075
12076 [ Leann Ogasawara ]
12077
12078 * rebase to v2.6.39-rc7
12079
12080 [ Major Kernel Changes ]
12081
12082 * rebase from v2.6.39-rc6 to v2.6.39-rc7
12083
12084 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
12085
12086 linux (2.6.39-1.6) oneiric; urgency=low
12087
12088 [ Leann Ogasawara ]
12089
12090 * rebase to v2.6.39-rc6
12091 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
12092
12093 [ Tim Gardner ]
12094
12095 * [Config] updateconfigs after rebase to 2.6.39-rc6
12096
12097 [ Major Kernel Changes ]
12098
12099 * rebase from v2.6.39-rc5 to v2.6.39-rc6
12100 - LP: #740126
12101
12102 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
12103
12104 linux (2.6.39-0.5) oneiric; urgency=low
12105
12106 [ Herton Ronaldo Krzesinski ]
12107
12108 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
12109 - LP: #764758
12110
12111 [ Leann Ogasawara ]
12112
12113 * rebase to v2.6.39-rc5
12114 * [Config] updateconfigs following rebase to v2.6.39-rc5
12115
12116 [ Paolo Pisati ]
12117
12118 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
12119 - LP: #759913
12120
12121 [ Stefan Bader ]
12122
12123 * Include nls_iso8859-1 for virtual images
12124 - LP: #732046
12125
12126 [ Major Kernel Changes ]
12127
12128 * rebase from v2.6.39-rc4 to v2.6.39-rc5
12129
12130 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
12131
12132 linux (2.6.39-0.4) oneiric; urgency=low
12133
12134 [ Leann Ogasawara ]
12135
12136 * rebase to v2.6.39-rc4
12137 * [Config] updateconfigs following rebase to v2.6.39-rc4
12138 * fixup powerpc implicit declaration of function
12139 'crash_kexec_wait_realmode'
12140 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
12141
12142 [ Tim Gardner ]
12143
12144 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
12145 - LP: #769503
12146 * [Config] Add cachefiles.ko to virtual flavour
12147 - LP: #770430
12148
12149 [ Major Kernel Changes ]
12150
12151 * rebase from v2.6.39-rc3 to v2.6.39-rc4
12152
12153 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
12154
12155 linux (2.6.39-0.3) oneiric; urgency=low
12156
12157 [ Leann Ogasawara ]
12158
12159 * rebase to v2.6.39-rc3
12160 * crash_kexec_wait_realmode() undefined when !SMP
12161
12162 [ Tim Gardner ]
12163
12164 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
12165 - LP: #632327
12166
12167 [ Major Kernel Changes ]
12168
12169 * rebase from v2.6.39-rc2 to v2.6.39-rc3
12170
12171 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
12172
12173 linux (2.6.39-0.2) oneiric; urgency=low
12174
12175 [ Gustavo F. Padovan ]
12176
12177 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
12178 - LP: #720949
12179
12180 [ John Johansen ]
12181
12182 * AppArmor: Fix masking of capabilities in complain mode
12183 - LP: #748656
12184
12185 [ Leann Ogasawara ]
12186
12187 * rebase to v2.6.39-rc2
12188 * [Config] updateconfigs following rebase to v2.6.39-rc2
12189 * hv_mouse needs delay.h
12190 * olpc_dcon_xo_1 needs delay.h
12191 * olpc_dcon_xo_1_5 needs delay.h
12192 * Update dropped.txt for Oneiric
12193
12194 [ Steve Langasek ]
12195
12196 * [Config] Make linux-libc-dev coinstallable under multiarch
12197 - LP: #750585
12198
12199 [ Upstream Kernel Changes ]
12200
12201 * x86, hibernate: Initialize mmu_cr4_features during boot
12202 - LP: #752870
12203
12204 [ Major Kernel Changes ]
12205
12206 * rebase from v2.6.39-rc1 to v2.6.39-rc2
12207
12208 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
12209
12210 linux (2.6.39-0.1) oneiric; urgency=low
12211
12212 [ Brad Figg ]
12213
12214 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
12215 - LP: #737124
12216
12217 [ Henrik Rydberg ]
12218
12219 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
12220 * SAUCE: HID: ntrig: fix suspend/resume on recent models
12221
12222 [ Herton Ronaldo Krzesinski ]
12223
12224 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
12225 struct v4l2_subdev
12226 - LP: #745213
12227
12228 [ Kees Cook ]
12229
12230 * [Config] packaging: adjust perms on vmlinuz as well
12231 * SAUCE: nx-emu: further clarify dmesg reporting
12232 - LP: #745181
12233
12234 [ Leann Ogasawara ]
12235
12236 * rebase to v2.6.39-rc1
12237 * [Config] updateconfigs following rebase to v2.6.39-rc1
12238 * [Config] Disable CONFIG_DM_RAID45
12239 * [Config] Disable CONFIG_SCSI_ISCSITARGET
12240 * [Config] Disable CONFIG_EASYCAP
12241 * [Config] Disable CONFIG_AUFS_FS
12242 * update bnx2 firmware files in d-i/firmware/nic-modules
12243 * xhci-pci.c resolve implicit declaration of kzalloc
12244 * [Config] Enable CONFIG_DRM_PSB for only x86
12245 * [Config] Enable CONFIG_RTS_PSTOR for only x86
12246 * mfd/asic3: Fix typo, s/irq_data/data/
12247
12248 [ Luke Yelavich ]
12249
12250 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
12251 - LP: #745358
12252 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
12253 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
12254
12255 [ Manoj Iyer ]
12256
12257 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
12258 - LP: #745217
12259
12260 [ Tim Gardner ]
12261
12262 * SAUCE: INR_OPEN=4096
12263 - LP: #663090
12264 * SAUCE: Increase the default hard limit for open FDs to 4096
12265 - LP: #663090
12266
12267 [ Upstream Kernel Changes ]
12268
12269 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
12270 namespace cleanup
12271 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
12272 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
12273
12274 [ Major Kernel Changes ]
12275
12276 * rebase from v2.6.38 to v2.6.39-rc1
12277
12278 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
12279
12280 linux (2.6.39-0.0) oneiric; urgency=low
12281
12282 [ Leann Ogasawara ]
12283
12284 * Open Oneiric
12285
12286 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12287
12288 linux (2.6.38-7.39) natty; urgency=low
12289
12290 [ Leann Ogasawara ]
12291
12292 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12293
12294 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12295
12296 linux (2.6.38-7.38) natty; urgency=low
12297
12298 [ Leann Ogasawara ]
12299
12300 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12301 gcc-4.5.2-6ubuntu5 finished building on all arches.
12302
12303 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12304
12305 linux (2.6.38-7.37) natty; urgency=low
12306
12307 [ Leann Ogasawara ]
12308
12309 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12310
12311 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12312
12313 linux (2.6.38-7.36) natty; urgency=low
12314
12315 [ Andy Whitcroft ]
12316
12317 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12318 optimisation"
12319 * purge last vestiges of maverick
12320 * [Config] switch CONFIG_FB_VESA back to module
12321
12322 [ Chris Wilson ]
12323
12324 * SAUCE: drm/i915: Fix pipelined fencing
12325 - LP: #717114
12326
12327 [ Loïc Minier ]
12328
12329 * Include nls_cp437 module in virtual for fat
12330 - LP: #732046
12331 * Support arch= cross-compilation for any arch
12332 * Fix couple of typos in 0-common-vars.mk
12333 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12334 * Add armhf to Debian -> Linux arch map
12335 * Add initial armhf.mk
12336 * Enable common packages for armhf
12337
12338 [ Upstream Kernel Changes ]
12339
12340 * Yama: fix default relationship to check thread group
12341 - LP: #737676
12342
12343 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12344
12345 linux (2.6.38-7.35) natty; urgency=low
12346
12347 [ Andy Whitcroft ]
12348
12349 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12350 * rebase fixes bug #715330
12351 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12352 * rebase to v2.6.38 final
12353
12354 [ Herton Ronaldo Krzesinski ]
12355
12356 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12357 - LP: #636091
12358
12359 [ Tim Gardner ]
12360
12361 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12362
12363 [ Upstream Kernel Changes ]
12364
12365 * Yama: use thread group leader when creating match
12366 - LP: #729839
12367 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12368 RAID controller
12369 - LP: #735240
12370 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12371
12372 [ Major Kernel Changes ]
12373
12374 * rebase from v2.6.38-rc8 to v2.6.38 final
12375 - LP: #715330
12376
12377 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12378
12379 linux (2.6.38-6.34) natty; urgency=low
12380
12381 [ Andy Whitcroft ]
12382
12383 * [Config] normalise CONFIG_INTEL_TXT
12384 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12385 - LP: #730860
12386 * rebase to mainline v2.6.38-rc8
12387
12388 [ Major Kernel Changes ]
12389
12390 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12391 to v2.6.38-rc8
12392
12393 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12394
12395 linux (2.6.38-6.33) natty; urgency=low
12396
12397 [ Andy Whitcroft ]
12398
12399 * d-i -- enable speakup-modules udeb
12400 - LP: #672699
12401 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12402 * [Config] debian PPC64 configuration
12403 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12404 * [Config] resync ppc64 configuration
12405 * SAUCE: match up ENTRY/END naming for 32/64 bit
12406 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12407 * [Config] update configs after rebase to
12408 fb62c00a6d8942775abc23d1621db1252e2d93d1
12409 * [Config] pps_gen_parport no longer built
12410
12411 [ Corentin Chary ]
12412
12413 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12414 - LP: #689393
12415 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12416 - LP: #689393
12417
12418 [ John Johansen ]
12419
12420 * SAUCE: Fix aufs calling of security_path_mknod
12421 - LP: #724456
12422
12423 [ Kees Cook ]
12424
12425 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12426
12427 [ Tim Gardner ]
12428
12429 * rebase to 2.6.38-rc7
12430
12431 [ Upstream Kernel Changes ]
12432
12433 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12434
12435 [ Major Kernel Changes ]
12436
12437 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12438 fb62c00a6d8942775abc23d1621db1252e2d93d1
12439 - LP: #721389
12440 - LP: #722925
12441 - LP: #723672
12442 - LP: #723676
12443 - LP: #715318
12444
12445 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12446
12447 linux (2.6.38-5.32) natty; urgency=low
12448
12449 [ Andy Whitcroft ]
12450
12451 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12452 * [Config] updateconfigs following rebase to v2.6.38-rc6
12453 * [Config] enable CONFIG_DMAR
12454 - LP: #552311
12455
12456 [ Upstream Kernel Changes ]
12457
12458 * drm/i915: skip FDI & PCH enabling for DP_A
12459 - LP: #561802, #600453, #681877
12460
12461 [ Major Kernel Changes ]
12462
12463 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12464 - LP: #718402
12465 - LP: #719524
12466 - LP: #721126
12467 - LP: #719691
12468 - LP: #722689
12469 - LP: #722310
12470
12471 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12472
12473 linux (2.6.38-4.31) natty; urgency=low
12474
12475 [ Andy Whitcroft ]
12476
12477 * add in bugs closed by upstream patches pulled in by rebases
12478 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12479 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12480 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12481 * rebase to mainline v2.6.38-rc5
12482 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12483 supported
12484 - LP: #719691
12485
12486 [ Colin Ian King ]
12487
12488 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12489
12490 [ Manoj Iyer ]
12491
12492 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12493 - LP: #717435
12494
12495 [ Tim Gardner ]
12496
12497 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12498
12499 [ Upstream Kernel Changes ]
12500
12501 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12502 - LP: #702434
12503 * vfs: fix BUG_ON() in fs/namei.c:1461
12504
12505 [ Vladislav P ]
12506
12507 * SAUCE: Release BTM while sleeping to avoid deadlock.
12508 - LP: #713837
12509
12510 [ Major Kernel Changes ]
12511
12512 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12513 - LP: #579276
12514 - LP: #715877
12515 - LP: #713769
12516 - LP: #716811
12517 * resync with Maverick Ubuntu-2.6.35-27.47
12518
12519 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12520
12521 linux (2.6.38-3.30) natty; urgency=low
12522
12523 [ Andy Whitcroft ]
12524
12525 * rebase to v2.6.38-rc4
12526 * ppc64 -- add basic architecture
12527 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
12528
12529 [ Colin Ian King ]
12530
12531 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
12532 - LP: #676997
12533 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
12534 - LP: #701530
12535 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
12536 - LP: #701530
12537
12538 [ Dan Rosenberg ]
12539
12540 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
12541
12542 [ Kees Cook ]
12543
12544 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
12545 attacking"
12546 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
12547
12548 [ Tim Gardner ]
12549
12550 * [Config] CONFIG_BLK_CGROUP=y
12551 - LP: #706394
12552 * [Config] CONFIG_DELL_WMI_AIO=m
12553
12554 [ Upstream Kernel Changes ]
12555
12556 * drm/i915/lvds: Restore dithering on native modes for gen2/3
12557 - LP: #711568
12558
12559 [ Upstream Kernel Changes ]
12560
12561 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
12562 - LP: #701271
12563 - LP: #708521
12564 - LP: #710371
12565
12566 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
12567
12568 linux (2.6.38-2.29) natty; urgency=low
12569
12570 [ Andy Whitcroft ]
12571
12572 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
12573 * [Config] updateconfigs following rebase to
12574 1f0324caefd39985e9fe052fac97da31694db31e
12575 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
12576 * [Config] reenable HIBERNATE
12577 - LP: #710877
12578 * rebase to v2.6.38-rc3
12579 * [Config] reenable CONFIG_CRASH_DUMP
12580
12581 [ Kamal Mostafa ]
12582
12583 * SAUCE: rtl8192se: fix source file perms
12584 * SAUCE: rtl8192se: fix source file newline
12585 * SAUCE: omnibook: fix source file newline
12586
12587 [ Kees Cook ]
12588
12589 * [Config] packaging: really make System.map mode 0600
12590
12591 [ Ricardo Salveti de Araujo ]
12592
12593 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
12594 PM34XX_ERRATUM
12595
12596 [ Soren Hansen ]
12597
12598 * SAUCE: nbd: Remove module-level ioctl mutex
12599
12600 [ Tim Gardner ]
12601
12602 * SAUCE: Disable building the ACPI debugfs source
12603
12604 [ Upstream Kernel Changes ]
12605
12606 * Set physical start and alignment 1M for virtual i386
12607 - LP: #710754
12608
12609 [ Upstream Kernel Changes ]
12610
12611 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12612 to v2.6.38-rc3
12613 - LP: #707902
12614
12615 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
12616
12617 linux (2.6.38-1.28) natty; urgency=low
12618
12619 [ Andy Whitcroft ]
12620
12621 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
12622
12623 [ Ricardo Salveti de Araujo ]
12624
12625 * SAUCE: omap3: beaglexm: fix DVI initialization
12626 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
12627 display work at Beagle
12628
12629 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
12630
12631 linux (2.6.38-1.27) natty; urgency=low
12632
12633 [ Andy Whitcroft ]
12634
12635 * ubuntu: AUFS -- update aufs-update to track new locations of headers
12636 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
12637 * SAUCE: ensure root is ready before running usermodehelpers in it
12638 * correct the Vcs linkage to point to natty
12639 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
12640 * [Config] update configs following rebase
12641 e78bf5e6cbe837daa6ab628a5f679548742994d3
12642 * SAUCE: Yama: follow changes to generic_permission
12643 * ubuntu: compcache -- follow changes to bd_claim/bd_release
12644 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
12645 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
12646 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
12647 * update package version to match payload version
12648 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
12649 * rebase to v2.6.38-rc1
12650 * [Config] updateconfigs following rebase to v2.6.38-rc1
12651 * SAUCE: x86 fix up jiffies/jiffies_64 handling
12652 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
12653 * [Config] updateconfigs following rebase to
12654 2b1caf6ed7b888c95a1909d343799672731651a5
12655 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
12656 * ubuntu: AUFS -- suppress benign plink warning messages
12657 - LP: #621195
12658 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
12659 * rebase to v2.6.38-rc2
12660 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
12661 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12662 * [Config] update configs following rebase to
12663 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12664 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
12665 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
12666 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
12667 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
12668
12669 [ Kees Cook ]
12670
12671 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
12672
12673 [ Stefan Bader ]
12674
12675 * Temporarily disable RODATA for virtual i386
12676 - LP: #699828
12677
12678 [ Tim Gardner ]
12679
12680 * [Config] CONFIG_NLS_DEFAULT=utf8
12681 - LP: #683690
12682 * [Config] CONFIG_HIBERNATION=n
12683 * update bnx2 firmware files in d-i/firmware/nic-modules
12684
12685 [ Upstream Kernel Changes ]
12686
12687 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
12688 objects."
12689 * packaging: make System.map mode 0600
12690 * thinkpad_acpi: Always report scancodes for hotkeys
12691 - LP: #702407
12692 * sched: tg->se->load should be initialised to tg->shares
12693 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
12694 * brcm80211: include linux/slab.h for kfree
12695 * pch_dma: add include/slab.h for kfree
12696 * i2c-eg20t: include linux/slab.h for kfree
12697 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
12698 * tty: include linux/slab.h for kfree
12699 * winbond: include linux/delay.h for mdelay et al
12700
12701 [ Upstream Kernel Changes ]
12702
12703 * mark the start of v2.6.38 versioning
12704 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12705 - LP: #689886
12706 - LP: #702125
12707 - LP: #608775
12708 - LP: #215802
12709 - LP: #686333
12710 - LP: #677830
12711 - LP: #677652
12712 - LP: #696493
12713 - LP: #697240
12714 - LP: #689036
12715 - LP: #705323
12716 - LP: #686692
12717
12718 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
12719
12720 linux (2.6.37-12.26) natty; urgency=low
12721
12722 [ Andy Whitcroft ]
12723
12724 * rebase to v2.6.37-rc8
12725 * [Config] armel -- reenable omap flavour
12726 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
12727 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
12728 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
12729 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
12730 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12731 * [Config] track missing modules
12732 * rebase to v2.6.37 final
12733
12734 [ Chase Douglas ]
12735
12736 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
12737 Magic Trackpad
12738
12739 [ Stefan Bader ]
12740
12741 * Revert "SAUCE: blkfront: default to sd devices"
12742 - LP: #684875
12743
12744 [ Tim Gardner ]
12745
12746 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
12747 - LP: #380138
12748 * [Config] Added autofs4.ko to -virtual flavour
12749 - LP: #692917
12750
12751 [ Upstream Kernel Changes ]
12752
12753 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
12754 Laptops
12755 - LP: #632884
12756
12757 [ Upstream Kernel Changes ]
12758
12759 * rebase to v2.6.37-rc8
12760 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12761 * rebase to v2.6.37 final
12762
12763 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
12764
12765 linux (2.6.37-11.25) natty; urgency=low
12766
12767 [ Andy Whitcroft ]
12768
12769 * [Config] d-i -- add hpsa to the list of block devices
12770 - LP: #684304
12771 * [Config] add vmw-balloon driver to -virtual flavour
12772 - LP: #592039
12773 * rebase to v2.6.37-rc7
12774
12775 [ Upstream Kernel Changes ]
12776
12777 * rebase to v2.6.37-rc7
12778
12779 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
12780
12781 linux (2.6.37-10.24) natty; urgency=low
12782
12783 [ Andy Whitcroft ]
12784
12785 * rebase to v2.6.37-rc6
12786 * updateconfigs following rebase to v2.6.37-rc6
12787
12788 [ Upstream Kernel Changes ]
12789
12790 * rebase to v2.6.37-rc6
12791
12792 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
12793
12794 linux (2.6.37-9.23) natty; urgency=low
12795
12796 [ Andy Whitcroft ]
12797
12798 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12799 - LP: #689606
12800 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
12801 - LP: #689606
12802
12803 [ Kees Cook ]
12804
12805 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
12806 - LP: #690190
12807
12808 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
12809
12810 linux (2.6.37-9.22) natty; urgency=low
12811
12812 [ Andy Whitcroft ]
12813
12814 * rebase to v2.6.35-rc5
12815 * [Config] updateconfigs following rebase to v2.6.37-rc5
12816 * (no-up) add support for installed header files to ubuntu directory
12817 - LP: #684666
12818 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12819 - LP: #684666
12820 * ubuntu: dm-raid4-5 -- follow changes to bio flags
12821 * ubuntu: dm-raid4-5 -- re-enable
12822 * ubuntu: omnibook -- update BOM
12823 * ubuntu: ndiswrapper -- update BOM to match actual version
12824 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
12825 * ubuntu: ndiswrapper -- re-enable
12826 * ubuntu: iscsitarget -- re-instate copy_io_context
12827 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
12828 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
12829 * ubuntu: iscsitarget -- re-enable
12830
12831 [ Kees Cook ]
12832
12833 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12834
12835 [ Manoj Iyer ]
12836
12837 * SAUCE: Enable jack sense for Thinkpad Edge 13
12838 - LP: #685015
12839
12840 [ Tim Gardner ]
12841
12842 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
12843 * [Config] CONFIG_CRYPTO_CRC32C=y
12844 - LP: #681819
12845 * [Config] CONFIG_9P_FSCACHE=n
12846 * [Config] Add nfsd modules to -virtual flavour
12847 - LP: #688070
12848
12849 [ Upstream Kernel Changes ]
12850
12851 * Revert "Staging: zram: work around oops due to startup ordering snafu"
12852 * NFS: Fix panic after nfs_umount()
12853 - LP: #683938
12854 * x86: Add NX protection for kernel data
12855 * x86: Add RO/NX protection for loadable kernel modules
12856 * x86: Resume trampoline must be executable
12857 * x86: RO/NX protection for loadable kernel, jump_table fix
12858
12859 [ Upstream Kernel Changes ]
12860
12861 * rebase to v2.6.37-rc5
12862
12863 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
12864
12865 linux (2.6.37-8.21) natty; urgency=low
12866
12867 [ Andy Whitcroft ]
12868
12869 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
12870 linux-libc-headers"
12871 * Revert "(no-up) add support for installed header files to ubuntu
12872 directory"
12873
12874 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
12875
12876 linux (2.6.37-8.20) natty; urgency=low
12877
12878 [ Andy Whitcroft ]
12879
12880 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
12881 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
12882 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
12883 * Revert "SAUCE: i915 -- disable powersave by default"
12884 * SAUCE: enable Marvell 9128 PCIe SATA controller
12885 - LP: #658521
12886 * [Config] evtchn has been renamed
12887 * (no-up) add support for installed header files to ubuntu directory
12888 - LP: #684666
12889 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12890 - LP: #684666
12891
12892 [ Tim Gardner ]
12893
12894 * [Config] MISS: evtchn, NEW : xen-evtchn
12895 * rebase to v2.6.37-rc4
12896
12897 [ Upstream Kernel Changes ]
12898
12899 * drm/i915: Clean conflicting modesetting registers upon init
12900 - LP: #683775
12901 * rebase to v2.6.37-rc4
12902
12903 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
12904
12905 linux (2.6.37-7.19) natty; urgency=low
12906
12907 [ Tim Gardner ]
12908
12909 * [Config] Add bnx2 firmware to nic-modules udeb
12910 - LP: #676245
12911
12912 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
12913
12914 linux (2.6.37-7.18) natty; urgency=low
12915
12916 [ Andy Whitcroft ]
12917
12918 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
12919 * Revert "SAUCE: Add extra headers to linux-libc-dev"
12920 * Revert "SAUCE: Enable speedstep for sonoma processors."
12921 * [Config] enable CONFIG_BT_HCIUART_ATH3K
12922 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
12923 * [Config] standardise CONFIG_MII
12924 * [Config] standardise CONFIG_PRISM2_USB
12925 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
12926 * [Config] build in CONFIG_AGP
12927 * [Config] build in CONFIG_AGP_INTEL
12928 * [Config] build in CONFIG_AGP_AMD
12929 * [Config] build in CONFIG_AGP_AMD64
12930 * [Config] build in CONFIG_AGP_NVIDIA
12931 * [Config] build in CONFIG_AGP_VIA
12932 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
12933 * (no-up): document the new ## scheme
12934 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
12935 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
12936 - LP: #675453
12937
12938 [ Mathieu J. Poirier ]
12939
12940 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
12941
12942 [ Upstream Kernel Changes ]
12943
12944 * nx-emu: fix inverted report of disable_nx
12945
12946 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
12947
12948 linux (2.6.37-6.17) natty; urgency=low
12949
12950 [ Andy Whitcroft ]
12951
12952 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
12953 aufs2.1-36-UNRELEASED-20101103"
12954 * Revert "ubuntu: AUFS -- aufs2-base.patch
12955 aufs2.1-36-UNRELEASED-20101103"
12956 * [Config] standardise CONFIG_BT
12957 * [Config] standardise CONFIG_IRDA
12958 * [Config] standardise CONFIG_LAPB
12959 * [Config] standardise CONFIG_RDS
12960 * [Config] standardise CONFIG_RFKILL
12961 * [Config] standardise CONFIG_TIPC
12962 * [Config] standardise CONFIG_X25
12963 * [Config] standardise CONFIG_INPUT_EVDEV
12964 * [Config] standardise CONFIG_INPUT_JOYDEV
12965 * [Config] standardise CONFIG_INPUT_JOYSTICK
12966 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
12967 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
12968 * [Config] CONFIG_IRDA=n for FTBS (arm)
12969 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
12970 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
12971 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
12972
12973 [ Tim Gardner ]
12974
12975 * SAUCE: Fix drivers/staging/easycap FTBS
12976 * [Config] CONFIG_EASYCAP=m after fixing FTBS
12977
12978 [ Upstream Kernel Changes ]
12979
12980 * Revert "x86: Add NX protection for kernel data"
12981
12982 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
12983
12984 linux (2.6.37-6.16) natty; urgency=low
12985
12986 [ Andy Whitcroft ]
12987
12988 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
12989 * rebase to v2.6.37-rc3
12990
12991 [ Tim Gardner ]
12992
12993 * [Config] CONFIG_SCHED_AUTOGROUP=y
12994
12995 [ Upstream Kernel Changes ]
12996
12997 * Revert "x86: Add RO/NX protection for loadable kernel modules"
12998 * sched: automated per session task groups
12999 * rebase to v2.6.37-rc3
13000
13001 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
13002
13003 linux (2.6.37-6.15) natty; urgency=low
13004
13005 [ Andy Whitcroft ]
13006
13007 * [Config] standardise CONFIG_CEPH_FS
13008 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
13009 * [Config] standardise CONFIG_SCSI_PROC_FS
13010 * [Config] standardise CONFIG_UBIFS_FS
13011 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
13012
13013 [ Kees Cook ]
13014
13015 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13016
13017 [ Manoj Iyer ]
13018
13019 * SAUCE: Enable jack sense for Thinkpad Edge 11
13020 - LP: #677210
13021 * SAUCE: enable rfkill for rtl8192se driver
13022 - LP: #640992
13023
13024 [ Tim Gardner ]
13025
13026 * [Config] CONFIG_EASYCAP=n for FTBS
13027 * Rebase to v2.6.32-rc2+git
13028
13029 [ Upstream Kernel Changes ]
13030
13031 * x86: Fix improper large page preservation
13032 * x86: Add NX protection for kernel data
13033 * x86: Add RO/NX protection for loadable kernel modules
13034
13035 [ Upstream Kernel Changes ]
13036
13037 * Rebase to Linus 2.6.37-rc2+git
13038
13039 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
13040
13041 linux (2.6.37-5.14) natty; urgency=low
13042
13043 [ Upstream Kernel Changes ]
13044
13045 * PCI: fix offset check for sysfs mmapped files
13046 - LP: #676963
13047
13048 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
13049
13050 linux (2.6.37-5.13) natty; urgency=low
13051
13052 [ Andy Whitcroft ]
13053
13054 * rebased to v2.6.37-rc2
13055 * updateconfigs following rebase to v2.6.37-rc2
13056
13057 [ Tim Gardner ]
13058
13059 * [Config] Added NFS and related modules to virtual flavour
13060 - LP: #659084
13061
13062 [ Upstream Kernel Changes ]
13063
13064 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
13065 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
13066 * x86, cpu: Call verify_cpu during 32bit CPU startup
13067 * x86, cpu: Only CPU features determine NX capabilities
13068
13069 [ Upstream Changes ]
13070
13071 * rebased to v2.67.37-rc2
13072
13073 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
13074
13075 linux (2.6.37-4.12) natty; urgency=low
13076
13077 [ Andy Whitcroft ]
13078
13079 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
13080 * Revert "[Upstream] HID: magicmouse: properly account for scroll
13081 movement in state"
13082 * Revert "[Upstream] HID: magicmouse: disable and add module param for
13083 scroll acceleration"
13084 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
13085 middle of mouse"
13086
13087 [ Henrik Rydberg ]
13088
13089 * SAUCE: hid: ntrig: remove sysfs nodes
13090 * SAUCE: hid: ntrig: Setup input filtering manually
13091 * SAUCE: hid: ntrig: New ghost-filtering event logic
13092
13093 [ Manoj Iyer ]
13094
13095 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13096 - LP: #348861
13097
13098 [ Upstream Kernel Changes ]
13099
13100 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
13101 suspend/resume"
13102 * Revert "[ARM] implement arch_randomize_brk()"
13103 * Revert "ARM: stack protector: change the canary value per task"
13104 * Revert "ARM: initial stack protector (-fstack-protector) support"
13105 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
13106 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
13107 * Revert "perf probe: Add kernel source path option"
13108 * hid: ntrig: Support single-touch devices
13109 * hid: ntrig: Mask pen switch events
13110 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
13111 kernel
13112 - LP: #673073
13113 * Fix userspace build of linux/fs.h
13114
13115 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
13116
13117 linux (2.6.37-3.11) natty; urgency=low
13118
13119 [ Andy Whitcroft ]
13120
13121 * Revert "ubuntu: AUFS -- update to
13122 b37c575759dc4535ccc03241c584ad5fe69e3b25"
13123 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
13124 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
13125 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
13126 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
13127 * [Config] Disable intel_idle for -virtual kernels
13128 - LP: #651370
13129 * [Config] enforcer -- ensure we never enable CONFIG_IMA
13130 * debian -- pass the correct flavour name when checking configs
13131 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
13132 * [Config] ensure CONFIG_IPV6=y for powerpc
13133 * [Config] enforcer -- ensure CONFIG_IPV6=y
13134 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
13135 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
13136 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
13137 * ubuntu: AUFS -- re-enable
13138 * ubuntu: AUFS -- track changes to work queue initialisation
13139 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
13140 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13141 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13142 - LP: #614008
13143 * SAUCE: drm -- stop early access to drm devices
13144
13145 [ Jeremy Kerr ]
13146
13147 * [Config] Build-in powermac ZILOG serial driver
13148 - LP: #673346
13149
13150 [ Kees Cook ]
13151
13152 * SAUCE: nx-emu: use upstream ASLR when possible
13153
13154 [ Tim Gardner ]
13155
13156 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
13157 - LP: #628776
13158
13159 [ Upstream Kernel Changes ]
13160
13161 * i386: NX emulation
13162 * nx-emu: drop exec-shield sysctl, merge with disable_nx
13163 * nx-emu: standardize boottime message prefix
13164 * mmap randomization for executable mappings on 32-bit
13165 * exec-randomization: brk away from exec rand area
13166
13167 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
13168
13169 linux (2.6.37-2.10) natty; urgency=low
13170
13171 [ Andy Whitcroft ]
13172
13173 * reinstate armel config changes:
13174 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
13175 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
13176
13177 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
13178
13179 linux (2.6.37-2.9) natty; urgency=low
13180
13181 [ Andy Whitcroft ]
13182
13183 * config -- fix genportsconfig
13184 * [Config] move powerpc over from ports to distro
13185 * bump master version number to match contained kernel
13186 * SAUCE: fix documentation strings for struct input_keymap_entry
13187 * usb: gadget: goku_udc: add registered flag bit
13188
13189 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
13190
13191 linux (2.6.36-2.8) natty; urgency=low
13192
13193 [ Tim Gardner ]
13194
13195 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
13196 * [Config]: TWL4030_CORE=n for FTBS
13197 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
13198 * [Config]: CONFIG_SOLO6X10=n for FTBS
13199 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
13200 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
13201 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
13202 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
13203 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
13204 * [Config]: CONFIG_I2C_I801=n for armel FTBS
13205 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
13206 * AppArmor: compatibility patch for v5 interface
13207 * AppArmor: compatibility patch for v5 network controll
13208 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
13209 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13210 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13211 * Dropped: hid: 3m: Convert to MT slots
13212 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
13213 * Dropped: HID: magicmouse: simplify touch data bit manipulation
13214 * Dropped: HID: magicmouse: simplify touch down logic
13215 * Dropped: HID: magicmouse: enable Magic Trackpad support
13216 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
13217 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
13218 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
13219 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
13220 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
13221 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
13222 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
13223 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13224 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
13225 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
13226 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
13227 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
13228
13229 [ Upstream Kernel Changes ]
13230
13231 * rebased against 2.6.27-rc1
13232
13233 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
13234
13235 linux (2.6.36-1.7) natty; urgency=low
13236
13237 [ Andy Whitcroft ]
13238
13239 * rebased to v2.6.36 final
13240 * [Config] update configs following rebase to v2.6.36 final
13241 * [Config] update ports configs following rebase to v2.6.36 final
13242
13243 [ Upstream Kernel Changes ]
13244
13245 * rebased to v2.6.36 final
13246
13247 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
13248
13249 linux (2.6.36-1.6) natty; urgency=low
13250
13251 [ Upstream Kernel Changes ]
13252
13253 * drop broadcom staging driver preview:
13254 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
13255 wireless LAN driver."
13256
13257 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
13258
13259 linux (2.6.36-1.5) natty; urgency=low
13260
13261 [ Andy Whitcroft ]
13262
13263 * rebase to v2.6.36-rc8
13264 * updateconfigs following rebase to v2.6.36-rc8
13265 * updateportsconfigs following rebase to v2.6.36-rc8
13266 * config -- simplify the kernelconfig interface
13267 * config -- add new config mode 'dumpconfigs'
13268
13269 [ Tim Gardner ]
13270
13271 * Simplify the use of CROSS_COMPILER
13272
13273 [ Upstream Kernel Changes ]
13274
13275 * drop broadcom staging driver preview:
13276 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
13277 brcmfmac.ko mutually exclusive."
13278 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
13279 set."
13280 * Revert "Staging: brcm80211: remove driver specific -W options"
13281 * Revert "Staging: brcm80211: clean up makefile cflag lines"
13282 * Revert "staging: brcm80211: add fullmac driver"
13283 * Revert "staging: brcm80211: use string native library"
13284 * Revert "staging: brcm80211: use native ctype library"
13285 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13286 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13287 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13288 ...""
13289 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13290 ':' ...""
13291 * Revert "staging: brcm80211: fix "ERROR: space required before that
13292 ...""
13293 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13294 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13295 brace""
13296 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13297 ...close square bracket""
13298 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13299 ...""
13300 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13301 '*'""
13302 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13303 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13304 do - while loop""
13305 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13306 parenthesis""
13307 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13308 or NULL""
13309 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13310 or NULL""
13311 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13312 '}'""
13313 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13314 line""
13315 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13316 on next line""
13317 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13318 condition""
13319 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13320 paren...""
13321 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13322 function dec...""
13323 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13324 *bar"'"
13325 * Revert "staging: brcm80211: Fix URLs for firmware files."
13326 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13327 * Revert "staging: brcm80211: Add contact info to TODO list."
13328 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13329 * Export dump_{write,seek} to binary loader modules
13330 * rebase to v2.6.36-rc8.
13331
13332 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13333
13334 linux (2.6.36-0.4) natty; urgency=low
13335
13336 [ Andy Whitcroft ]
13337
13338 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13339 (fixes FTBS on powerpc)
13340
13341 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13342
13343 linux (2.6.36-0.3) natty; urgency=low
13344
13345 [ Andy Whitcroft ]
13346
13347 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13348
13349 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13350
13351 linux (2.6.36-0.2) natty; urgency=low
13352
13353 [ Andy Whitcroft ]
13354
13355 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13356 (fix FTBS on powerpc)
13357
13358 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13359
13360 linux (2.6.36-0.1) natty; urgency=low
13361
13362 [ Andy Whitcroft ]
13363
13364 * reduce disk usage during buildd builds
13365 - LP: #645653
13366 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13367 * [Config] armel -- drop omap flavour
13368
13369 [ Tim Gardner ]
13370
13371 * Added dropped patch list
13372 * more dropped patches
13373 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13374 * [Config] Add support for cross compiling armel
13375 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13376 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13377 * [Config]: updateconfigs after adding brcm80211
13378 * staging: brcm80211: Fix Makefile syntax error
13379 * rebased to v2.6.36-rc7
13380
13381 [ Upstream Kernel Changes ]
13382
13383 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13384 * (upstream) IPS driver: verify BIOS provided limits
13385 * intel_ips: Print MCP limit exceeded values.
13386 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13387 LAN driver.
13388 * staging: brcm80211: Fix some initialisation failure paths
13389 * staging: brcm80211: Add contact info to TODO list.
13390 * staging: brcm80211: use '%pM' format to print MAC address
13391 * staging: brcm80211: Fix URLs for firmware files.
13392 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13393 * staging: brcm80211: fix "ERROR: open brace '{' following function
13394 dec..."
13395 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13396 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13397 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13398 line"
13399 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13400 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13401 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13402 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13403 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13404 parenthesis"
13405 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13406 while loop"
13407 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13408 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13409 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13410 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13411 bracket"
13412 * staging: brcm80211: fix "ERROR: space required after that close brace"
13413 * staging: brcm80211: fix "ERROR: space required after that ..."
13414 * staging: brcm80211: fix "ERROR: space required before that ..."
13415 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13416 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13417 * staging: brcm80211: fix "ERROR: trailing whitespace."
13418 * staging: brcm80211: fix remaining checkpatch errors.
13419 * staging: brcm80211: use native ctype library
13420 * staging: brcm80211: use string native library
13421 * staging: brcm80211: add fullmac driver
13422 * Staging: brcm80211: clean up makefile cflag lines
13423 * Staging: brcm80211: remove driver specific -W options
13424 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13425 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13426 mutually exclusive.
13427
13428 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13429
13430 linux (2.6.35-22.33) maverick; urgency=low
13431
13432 [ Andy Whitcroft ]
13433
13434 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13435 Dell E2 series Laptops"
13436 - LP: #641320
13437
13438 [ Brian Rogers ]
13439
13440 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13441 - LP: #624701
13442
13443 [ Christopher James Halse Rogers ]
13444
13445 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13446 - LP: #544088, #546393
13447 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13448 - LP: #546393
13449
13450 [ John Johansen ]
13451
13452 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13453 kernels"
13454 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13455 - LP: #639758
13456
13457 [ Mathieu J. Poirier ]
13458
13459 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13460
13461 [ Upstream Kernel Changes ]
13462
13463 * ALSA: HDA: Enable internal speaker on Dell M101z
13464 - LP: #640254
13465
13466 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13467
13468 linux (2.6.35-22.32) maverick; urgency=low
13469
13470 [ Arjan van de Ven ]
13471
13472 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13473
13474 [ David Henningsson ]
13475
13476 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13477 - LP: #605047, #628961
13478
13479 [ John Johansen ]
13480
13481 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13482 and profile names
13483 - LP: #615947
13484 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13485 - LP: #615947
13486 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13487 - LP: #639758
13488 * SAUCE: Improve Amazon EBS performance for EC2
13489 - LP: #634316
13490
13491 [ Leann Ogasawara ]
13492
13493 * Revert "SAUCE: i915 KMS -- blacklist i855"
13494 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13495 * Revert "SAUCE: i915 KMS -- blacklist i830"
13496 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13497 devices"
13498 * execute module-inclusion within a subshell
13499 - LP: #621175
13500
13501 [ Upstream Kernel Changes ]
13502
13503 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13504 - LP: #633227
13505 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13506 - LP: #629711
13507 * (pre-stable) mm: Move vma_stack_continue into mm.h
13508 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13509 - LP: #601073
13510 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13511 * PM / Runtime: Add runtime PM statistics (v3)
13512 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13513 - CVE-2010-3081
13514 * x86-64, compat: Test %rax for the syscall number, not %eax
13515 - CVE-2010-3301
13516 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13517 - CVE-2010-3301
13518
13519 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13520
13521 linux (2.6.35-21.31) maverick; urgency=low
13522
13523 [ Andy Whitcroft ]
13524
13525 * bodge linux-libc-dev package version due to ti-omap4 error
13526 * linux-libc-dev -- ensure we can only build this on debian.master
13527
13528 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
13529
13530 linux (2.6.35-21.30) maverick; urgency=low
13531
13532 [ Andy Whitcroft ]
13533
13534 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13535 - LP: #614008
13536
13537 [ Daniel Lezcano ]
13538
13539 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
13540
13541 [ Henrik Rydberg ]
13542
13543 * SAUCE: Input: wacom - add fuzz parameters to features
13544 * SAUCE: Input: wacom - collect device quirks into single function
13545 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
13546 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
13547 * SAUCE: hid: ntrig: Remove unused device ids
13548 * SAUCE: hid: ntrig: remove sysfs nodes
13549 * SAUCE: hid: ntrig: Correct logic for quirks
13550 * SAUCE: hid: ntrig: zero-initialize ntrig struct
13551 * SAUCE: hid: ntrig: Setup input filtering manually
13552 * SAUCE: hid: ntrig: New ghost-filtering event logic
13553
13554 [ Leann Ogasawara ]
13555
13556 * SAUCE: ndiswrapper: Initialize buffer index and check its value
13557 - LP: #613796
13558
13559 [ Manoj Iyer ]
13560
13561 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13562 series Laptops
13563 - LP: #632884
13564
13565 [ Ping Cheng ]
13566
13567 * SAUCE: Input: wacom - parse the Bamboo device family
13568
13569 [ Rafi Rubin ]
13570
13571 * SAUCE: hid: ntrig: identify firmware version (wiggled)
13572
13573 [ Tim Gardner ]
13574
13575 * [Config] CONFIG_NL80211_TESTMODE=n
13576
13577 [ Upstream Kernel Changes ]
13578
13579 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
13580 * e1000e: initial support for 82579 LOMs
13581 * e1000e: correct MAC-PHY interconnect register offset for 82579
13582 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
13583 tested on HP G60
13584 - LP: #587388
13585 * DSS2: Don't power off a panel twice
13586 - LP: #588243
13587 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
13588 * Input: i8042 - reset keyboard controller wehen resuming from S2R
13589 - LP: #86820
13590 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
13591 - LP: #414795
13592 * agp/intel: Support the extended physical addressing bits on
13593 Sandybridge.
13594 - LP: #632488
13595 * drm/i915,intel_agp: Add support for Sandybridge D0
13596 - LP: #632488
13597 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
13598 - LP: #632488
13599 * mmc: omap: fix for bus width which improves SD card's peformance.
13600
13601 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
13602
13603 linux (2.6.35-20.29) maverick; urgency=low
13604
13605 [ Andy Whitcroft ]
13606
13607 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
13608 - LP: #563277
13609 * SAUCE: i915 KMS -- blacklist i830
13610 - LP: #542208, #563277
13611 * SAUCE: i915 KMS -- blacklist i845g
13612 - LP: #541492, #563277
13613 * SAUCE: i915 KMS -- blacklist i855
13614 - LP: #511001, #541511, #563277
13615
13616 [ Leann Ogasawara ]
13617
13618 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
13619 - LP: #601073
13620 * ARM: Temporarily disable module check for armel
13621 * rebase to v2.6.35.4
13622 * [Config] update configs following rebase to v2.6.35.4
13623
13624 [ Ricardo Salveti de Araujo ]
13625
13626 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
13627 in Omap
13628
13629 [ Tim Gardner ]
13630
13631 * [Config] Added be2net, be2scsi to udebs
13632 - LP: #628776
13633
13634 [ Upstream Kernel Changes ]
13635
13636 * x86, cpu: Package Level Thermal Control, Power Limit Notification
13637 definitions
13638 - LP: #601073
13639 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
13640 - LP: #601073
13641 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
13642 - LP: #601073
13643 * x86, hwmon: Package Level Thermal/Power: power limit
13644 - LP: #601073
13645 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
13646 - LP: #601073
13647 * hid: 3m: Adjust to sequential MT HID protocol
13648 * hid: 3m: Convert to MT slots
13649 * hid: 3m: Correct touchscreen emulation
13650 * hid: 3m: Adjust major / minor axes to scale
13651 * input: bcm5974: Adjust major / minor to scale
13652 * HID: magicmouse: don't allow hidinput to initialize the device
13653 * HID: magicmouse: simplify multitouch feature request
13654 * HID: magicmouse: simplify touch data bit manipulation
13655 * HID: magicmouse: simplify touch down logic
13656 * HID: magicmouse: remove timestamp logic
13657 * HID: magicmouse: enable Magic Trackpad support
13658 * HID: magicmouse: Adjust major / minor axes to scale
13659 * mmc: fix all hangs related to mmc/sd card insert/removal during
13660 suspend/resume
13661 - LP: #477106
13662 * drm/i915: fix VGA plane disable for Ironlake+
13663 - LP: #602281
13664
13665 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
13666
13667 linux (2.6.35-19.28) maverick; urgency=low
13668
13669 [ Leann Ogasawara ]
13670
13671 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
13672 from the archive and a no-change rebuild was attempted. However, the ABI
13673 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
13674 up the ABI and re-upload.
13675
13676 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
13677
13678 linux (2.6.35-19.27) maverick; urgency=low
13679
13680 [ Leann Ogasawara ]
13681
13682 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
13683 from the archive.
13684
13685 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
13686
13687 linux (2.6.35-19.26) maverick; urgency=low
13688
13689 [ Upstream Kernel Changes ]
13690
13691 * ARM: OMAP: Beagle: revision detection
13692 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
13693 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
13694
13695 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
13696
13697 linux (2.6.35-19.25) maverick; urgency=low
13698
13699 [ Jarod Wilson ]
13700
13701 * SAUCE: Bring in staging/lirc from 2.6.36
13702 - LP: #609234
13703 * SAUCE: Update ir-core to linuxtv/other which should be merged for
13704 2.6.36.
13705 - LP: #609234
13706 * SAUCE: Fix memleaks in imon and mceusb drivers
13707 - LP: #609234
13708 * SAUCE: Bring in streamzap support from linuxtv/other
13709 - LP: #609234
13710
13711 [ Mario Limonciello ]
13712
13713 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
13714 - LP: #609234
13715
13716 [ Mathieu J. Poirier ]
13717
13718 * SAUCE: ARM: adding i2c eeprom driver to read EDID
13719 - LP: #608279
13720
13721 [ Upstream Kernel Changes ]
13722
13723 * intel_idle: disable module support
13724 - LP: #615265
13725 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
13726 correct codec ID
13727 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
13728 - LP: #605101
13729 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
13730 - LP: #495134
13731 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
13732 - LP: #519066
13733 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
13734 - LP: #519066
13735 * input: mt: Initialize slots to unused (rev2)
13736 * input: mt: Add support for the Bamboo Touch trackpad
13737 * hid: Add a hid quirk for input sync override
13738
13739 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
13740
13741 linux (2.6.35-18.24) maverick; urgency=low
13742
13743 [ Colin Watson ]
13744
13745 * Pass DEB_MAINT_PARAMS to hook scripts
13746
13747 [ Leann Ogasawara ]
13748
13749 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
13750 - LP: #584812
13751 * rebase to v2.6.35.3
13752
13753 [ Upstream Kernel Changes ]
13754
13755 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
13756 - LP: #609234
13757 * can: add limit for nframes and clean up signed/unsigned variables
13758 - CVE-2010-2959
13759 * drm: Initialize ioctl struct when no user data is present
13760 - CVE-2010-2803
13761 * ARM: initial stack protector (-fstack-protector) support
13762 * ARM: stack protector: change the canary value per task
13763 * [ARM] implement arch_randomize_brk()
13764 * [ARM] add address randomization to mmap()
13765 * ARM: fix ASLR of PIE executables
13766
13767 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
13768
13769 linux (2.6.35-17.23) maverick; urgency=low
13770
13771 [ Jeremy Kerr ]
13772
13773 * [Config] build-in uinput module
13774 - LP: #584812
13775
13776 [ Leann Ogasawara ]
13777
13778 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
13779 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
13780 * Revert "[Config] [FTBS] sparc: Temporarily disable
13781 CONFIG_MTD_NAND_DENALI"
13782 * Revert "[Config] [FTBS] sparc: Temporarily disable
13783 CONFIG_MFD_JANZ_CMODIO"
13784 * Revert "[Config] [FTBS] sparc: Temporarily disable
13785 CONFIG_INFINIBAND_QIB"
13786 * [Config] Enable INTEL_IPS
13787 - LP: #601057
13788 * Remove ia64 support
13789 * [Config] Update portsconfigs after removing ia64 support
13790 * Remove sparc support
13791 * [Config] Update portsconfigs after removing sparc support
13792
13793 [ Linus Torvalds ]
13794
13795 * (pre-stable) mm: fix page table unmap for stack guard page properly
13796
13797 [ Mathieu J. Poirier ]
13798
13799 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
13800 - LP: #591941
13801
13802 [ Upstream Kernel Changes ]
13803
13804 * timer: add on-stack deferrable timer interfaces
13805 - LP: #601057
13806 * x86 platform driver: intelligent power sharing driver
13807 - LP: #601057
13808 * IPS driver: add GPU busy and turbo checking
13809 - LP: #601057
13810 * X86: intel_ips, check for kzalloc properly
13811 - LP: #601057
13812 * ips driver: make it less chatty
13813 - LP: #601057
13814
13815 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
13816
13817 linux (2.6.35-16.22) maverick; urgency=low
13818
13819 [ Andy Whitcroft ]
13820
13821 * debian -- more agressivly clean up after depmod on purge
13822 - LP: #618591
13823
13824 [ Henrik Rydberg ]
13825
13826 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
13827
13828 [ Leann Ogasawara ]
13829
13830 * ubuntu: iscsitarget -- version 1.4.20.2
13831 * ubuntu: rtl8192se -- update to version 0017.0507.2010
13832 * rebase to v2.6.35.2
13833 * [Config] update configs following rebase to v2.6.35.2
13834 * [Config] update ports configs following rebase to v2.6.35.2
13835
13836 [ Luke Yelavich ]
13837
13838 * [Config] Enable new firewire stack on powerpc
13839
13840 [ Mathieu J. Poirier ]
13841
13842 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
13843 - LP: #608266
13844
13845 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
13846
13847 linux (2.6.35-15.21) maverick; urgency=low
13848
13849 [ Luke Yelavich ]
13850
13851 * [Config] CONFIG_SND_USB_UA101=m for all architectures
13852
13853 [ Upstream Kernel Changes ]
13854
13855 * Input: introduce MT event slots
13856 * Input: document the MT event slot protocol
13857 * (pre-stable) sched: Revert nohz_ratelimit() for now
13858 * (pre-stable) drm/radeon/kms: add missing copy from user
13859 - LP: #606081
13860
13861 [ Leann Ogasawara ]
13862
13863 * rebase to v2.6.35.1
13864
13865 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
13866
13867 linux (2.6.35-14.20) maverick; urgency=low
13868
13869 [ Andy Whitcroft ]
13870
13871 * update Vcs-Git to point to maverick repo
13872 * debian -- include the debian packaging in the -source package
13873 - LP: #608674
13874 * select debian source format 1.0
13875 * add support for building selected stages of kernel
13876 - LP: #603087
13877 * cleanup conditional dependancy handling
13878 - LP: #603087
13879
13880 [ Upstream Kernel Changes ]
13881
13882 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
13883 - LP: #582199, #586418, #588031
13884 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
13885 - LP: #582199, #586418, #588031
13886 * sched: Revert nohz_ratelimit() for now
13887
13888 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
13889
13890 linux (2.6.35-14.19) maverick; urgency=low
13891
13892 [ Leann Ogasawara ]
13893
13894 * rebase to v2.6.35
13895
13896 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
13897
13898 linux (2.6.35-13.18) maverick; urgency=low
13899
13900 [ Andy Whitcroft ]
13901
13902 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
13903 * SAUCE: add tracing for user initiated readahead requests
13904 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13905 switch
13906 * SAUCE: vt -- allow grub to request automatic vt_handoff
13907 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13908 * SAUCE: drm -- stop early access to drm devices
13909
13910 [ Bryan Wu ]
13911
13912 * CONFIG: compile in OTG driver and Transceiver driver
13913 - LP: #566645
13914 * remove OTG modules from modules list file
13915
13916 [ John Johansen ]
13917
13918 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
13919 - LP: #581525, #599450
13920 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
13921 * SAUCE: AppArmor 2.4 compatibility patch
13922 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
13923 * SAUCE: fix pv-ops for legacy Xen
13924 * SAUCE: blkfront: default to sd devices
13925 * [Config] Build in drivers required for Xen pv-ops
13926
13927 [ Leann Ogasawara ]
13928
13929 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
13930 size."
13931
13932 [ Lee Jones ]
13933
13934 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
13935 - LP: #608095
13936 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
13937 just revision
13938 - LP: #608095
13939 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
13940 - LP: #608095
13941 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
13942 - LP: #608095
13943
13944 [ Upstream Kernel Changes ]
13945
13946 * agp/intel: Use the correct mask to detect i830 aperture size.
13947 - LP: #597075
13948
13949 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
13950
13951 linux (2.6.35-12.17) maverick; urgency=low
13952
13953 [ Leann Ogasawara ]
13954
13955 * rebase to v2.6.35-rc6
13956 * [Config] update configs following rebase to v2.6.35-rc6
13957 * [Config] update ports configs following rebase to v2.6.35-rc6
13958 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
13959
13960 [ Leann Ogasawara ]
13961
13962 * rebase to v2.6.35-rc6
13963
13964 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
13965
13966 linux (2.6.35-11.16) maverick; urgency=low
13967
13968 [ Leann Ogasawara ]
13969
13970 * Bump ABI for new compiler update
13971
13972 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
13973
13974 linux (2.6.35-10.15) maverick; urgency=low
13975
13976 [ Leann Ogasawara ]
13977
13978 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
13979 device"
13980 * [Config] Enable CONFIG_M686=y
13981 - LP: #592495
13982
13983 [ Upstream Kernel Changes ]
13984
13985 * tracing: Add alignment to syscall metadata declarations
13986
13987 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
13988
13989 linux (2.6.35-9.14) maverick; urgency=low
13990
13991 [ Andy Whitcroft ]
13992
13993 * ubuntu: AUFS -- add BOM and automated update script
13994 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
13995
13996 [ John Johansen ]
13997
13998 * [Config] Enable DRBD as a module
13999
14000 [ Kees Cook ]
14001
14002 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
14003 - LP: #604407
14004
14005 [ Leann Ogasawara ]
14006
14007 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
14008 - LP: #606139
14009 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
14010 - LP: #606139
14011 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14012 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14013
14014 [ Lee Jones ]
14015
14016 * Stop ARM boards crashing when CUPS is loaded
14017 - LP: #601226
14018
14019 [ Upstream Kernel Changes ]
14020
14021 * perf probe: Support tracing an entry of array
14022 * perf probe: Support static and global variables
14023
14024 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
14025
14026 linux (2.6.35-8.13) maverick; urgency=low
14027
14028 [ Kees Cook ]
14029
14030 * SAUCE: Yama: check PTRACE using thread group leader
14031 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
14032 - LP: #603716
14033
14034 [ Leann Ogasawara ]
14035
14036 * rebase to v2.6.35-rc5
14037 * [Config] update configs following rebase to v2.6.35-rc5
14038
14039 [ Nicolas Pitre ]
14040
14041 * SAUCE: make ndiswrapper available on X86 only
14042
14043 [ Tim Gardner ]
14044
14045 * [Config] Added ums-cypress to udeb
14046 - LP: #576066
14047 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
14048 * [Config] CONFIG_NDISWRAPPER=m across all configs
14049
14050 [ Upstream Kernel Changes ]
14051
14052 * HID: magicmouse: report last touch up
14053 * rebase to 2.6.35-rc5
14054
14055 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
14056
14057 linux (2.6.35-7.12) maverick; urgency=low
14058
14059 [ Tim Gardner ]
14060
14061 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
14062 - LP: #597075
14063
14064 [ Upstream Kernel Changes ]
14065
14066 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
14067 (squashed)
14068
14069 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
14070
14071 linux (2.6.35-7.11) maverick; urgency=low
14072
14073 [ Tim Gardner ]
14074
14075 * [Config] CONFIG_X86_MRST=n
14076
14077 [ Upstream Kernel Changes ]
14078
14079 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
14080 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
14081 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
14082
14083 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
14084
14085 linux (2.6.35-7.10) maverick; urgency=low
14086
14087 [ Kees Cook ]
14088
14089 * SAUCE: security: create task_free security callback
14090 * SAUCE: Yama: add PTRACE exception tracking and interface
14091 * SAUCE: security: unconditionally chain to Yama LSM
14092 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
14093 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
14094 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
14095 * [Upstream] security: Yama LSM
14096 * [Config] Enable CONFIG_SECURITY_YAMA=y
14097
14098 [ Tim Gardner ]
14099
14100 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
14101
14102 [ Upstream Kernel Changes ]
14103
14104 * rebase to 2.6.35-rc4
14105
14106 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
14107
14108 linux (2.6.35-6.9) maverick; urgency=low
14109
14110 [ Tim Gardner ]
14111
14112 * [Upstream] direct_splice_actor() should not use pos in sd
14113 - LP: #588861
14114
14115 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
14116
14117 linux (2.6.35-6.8) maverick; urgency=low
14118
14119 [ Mathieu J. Poirier ]
14120
14121 * ARM: Adding regulator supply for vdds_sdi.
14122 - LP: #597904
14123
14124 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
14125
14126 linux (2.6.35-6.7) maverick; urgency=low
14127
14128 [ Alberto Milone ]
14129
14130 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
14131
14132 [ Chase Douglas ]
14133
14134 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
14135 of mouse
14136 * [Upstream] HID: magicmouse: disable and add module param for scroll
14137 acceleration
14138 * [Upstream] HID: magicmouse: properly account for scroll movement in
14139 state
14140 * [Upstream] HID: magicmouse: add param for scroll speed
14141 * [Upstream] HID: magicmouse: enable horizontal scrolling
14142
14143 [ Henrik Rydberg ]
14144
14145 * [Upstream] Input: evdev - convert to dynamic event buffer
14146 * [Upstream] Input: evdev - use driver hint to compute size of event
14147 buffer
14148 * [Upstream] Input: bcm5974 - set the average number of events per MT
14149 event packet
14150 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
14151 * [Upstream] Input: evdev - never leave the client buffer empty after
14152 write
14153
14154 [ John Johansen ]
14155
14156 * SAUCE: AppArmor: -- mainline 2010-06-23
14157 * SAUCE: AppArmor 2.4 compatibility patch
14158 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
14159
14160 [ Leann Ogasawara ]
14161
14162 * [Config] Enable CONFIG_INTR_REMAP=y
14163 - LP: #597091
14164 * [Config] Enable CONFIG_X86_X2APIC
14165 - LP: #597091
14166
14167 [ Mathieu J. Poirier ]
14168
14169 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
14170 - LP: #594382
14171
14172 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
14173
14174 linux (2.6.35-5.6) maverick; urgency=low
14175
14176 [ Amit Kucheria ]
14177
14178 * [Config] update omap flavour description
14179
14180 [ Andy Whitcroft ]
14181
14182 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
14183 - LP: #570500, #576274
14184 * SAUCE: add option to hand off all kernel parameters to init
14185 - LP: #586386
14186 * [Config] enable passing all kernel command line to init
14187 - LP: #586386
14188 * [Config] disable CONFIG_VMI
14189 - LP: #537601
14190 * [Config] enable CONFIG_IPV6_SIT_6RD
14191 - LP: #591869
14192 * [Config] enable CONFIG_VMWARE_BALOON as module
14193 - LP: #592039
14194
14195 [ Leann Ogasawara ]
14196
14197 * Revert "SAUCE: pm: Config option to disable handling of console during
14198 suspend/resume"
14199 - LP: #594885
14200 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
14201 * [Config] ports: enable passing all kernel command line to init
14202 - LP: #586386
14203 * [Config] Enable CONFIG_FB_VESA=y for x86
14204 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
14205 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
14206 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
14207 - LP: #493156
14208
14209 [ Mathieu Poirier ]
14210
14211 * ARM: Adding MosChip MCS7830 to nic-usb
14212 - LP: #584920
14213
14214 [ Upstream Kernel Changes ]
14215
14216 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
14217 * docbook: need xmldoclinks for all doc types
14218 * perf probe: Add kernel source path option
14219
14220 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
14221
14222 linux (2.6.35-4.5) maverick; urgency=low
14223
14224 [ Leann Ogasawara ]
14225
14226 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
14227 size (rev2)"
14228 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
14229 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
14230 (rev4)"
14231 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
14232 modules"
14233 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
14234 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
14235 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
14236
14237 [ Tim Gardner ]
14238
14239 * [Config] CONFIG_NFS_FSCACHE=y
14240 - LP: #440522
14241 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
14242 - LP: #440522
14243
14244 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
14245
14246 linux (2.6.35-3.4) maverick; urgency=low
14247
14248 [ Andy Whitcroft ]
14249
14250 * debian -- ensure the version number is clean
14251
14252 [ Henrik Rydberg ]
14253
14254 * [Upstream] Introduce MT event slots (rev 5)
14255 * [Upstream] Document the MT event slot protocol (rev5)
14256 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
14257 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
14258 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
14259 (rev2)
14260
14261 [ Leann Ogasawara ]
14262
14263 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
14264 * Revert "SAUCE: hostap: send events on data interface as well as master
14265 interface"
14266 * Revert "Fix webcam having USB ID 0ac8:303b"
14267 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
14268 * rebase to v2.6.35-rc3
14269
14270 [ Maxim Levitsky ]
14271
14272 * [Config] Enable new Smartmedia/xD translation layer
14273 - LP: #202490
14274
14275 [ Upstream Kernel Changes ]
14276
14277 * net: fix deliver_no_wcard regression on loopback device
14278
14279 [ Upstream changes ]
14280
14281 * rebased to v2.6.35-rc3
14282
14283 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
14284
14285 linux (2.6.35-2.3) maverick; urgency=low
14286
14287 [ Bryan Wu ]
14288
14289 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14290
14291 [ Leann Ogasawara ]
14292
14293 * [Config] armel: Enable CONFIG_BNX2=m
14294 * [Config] ports: Enable CONFIG_BNX2X=m
14295 * SAUCE: armel: define get_dma_ops to fix FTBS
14296
14297 [ Tim Gardner ]
14298
14299 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14300 are allocated queues
14301 - LP: #591416
14302
14303 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14304
14305 linux (2.6.35-2.2) maverick; urgency=low
14306
14307 [ Andy Whitcroft ]
14308
14309 * [Config] d-i: make armel configuration versatile flavour specific
14310 - LP: #588805
14311 * [Config] d-i: enable .udebs for omap flavour
14312 - LP: #588805
14313
14314 [ Kees Cook ]
14315
14316 * ptrace: limit scope to attach only (allow read)
14317 - LP: #589656
14318
14319 [ Leann Ogasawara ]
14320
14321 * rebase to v2.6.35-rc2
14322 * [Config] update configs following rebase to v2.6.35-rc2
14323 * [Config] update port configs following rebase to v2.6.35-rc2
14324
14325 [ Lee Jones ]
14326
14327 * Enable perf to be more helpful when perf_<version> does not exist.
14328 - LP: #570500
14329 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14330
14331 [ Tim Gardner ]
14332
14333 * [Config] Update bnx2 udeb firmware files
14334 - LP: #589304
14335
14336 [ Upstream changes ]
14337
14338 * rebased to v2.6.35-rc2
14339
14340 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14341
14342 linux (2.6.35-1.1) maverick; urgency=low
14343
14344 [ Andy Whitcroft ]
14345
14346 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14347 - LP: #587888
14348 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14349
14350 [ Leann Ogasawara ]
14351
14352 * rebase to v2.6.35-rc1
14353 * [Config] update configs following rebase to v2.6.35-rc1
14354 * [Config] update port configs following rebase to v2.6.35-rc1
14355 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14356 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14357 * SAUCE: ndiswrapper: convert multicast list to list_head
14358 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14359 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14360 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14361 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14362 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14363 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14364 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14365 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14366 * [Config] [FTBS] armel: Temporarily disable bnx2
14367 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14368 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14369 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14370 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14371 gpio_set_debounce
14372
14373 [ Upstream Kernel Changes ]
14374
14375 * of/usb: fix build error due to of_node pointer move
14376 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14377 * powerpc/fsl-booke: fix the case where we are not in the first page
14378 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14379 * powerpc/kexec: Add support for FSL-BookE
14380 * greth: Fix build after OF device conversions.
14381
14382 [ Upstream changes ]
14383
14384 * rebased to v2.6.35-rc1
14385
14386 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14387
14388 linux (2.6.35-1.0) UNRELEASED; urgency=low
14389
14390 [ Leann Ogasawara ]
14391
14392 * Null entry.
14393
14394 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14395
14396 linux (2.6.34-5.14) maverick; urgency=low
14397
14398 [ Tim Gardner ]
14399
14400 * [Config] Added module inclusion support
14401 * [Config] Added virtual flavour module inclusion list and d-i package
14402 definitions
14403
14404 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14405
14406 linux (2.6.34-5.13) maverick; urgency=low
14407
14408 [ Andy Whitcroft ]
14409
14410 * Revert "ubuntu: AUFS -- aufs2 20091209"
14411 * Revert "ubuntu: AUFS -- export various core functions
14412 (aufs2-standalone.patch)"
14413 * Revert "ubuntu: AUFS -- export various core functions
14414 (aufs2-base.patch)"
14415 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14416 - LP: #587888
14417 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14418 - LP: #587888
14419 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14420 - LP: #587888
14421 * [Config] AUFS -- enable aufs options
14422 - LP: #587888
14423
14424 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14425
14426 linux (2.6.34-5.12) maverick; urgency=low
14427
14428 [ Andy Whitcroft ]
14429
14430 * enforce -- ensure SYSFS compatibility is disabled
14431
14432 [ Chase Douglas ]
14433
14434 * build with libdw-dev for perf probe symbol support
14435 * maverick ftrace configuration changes
14436
14437 [ Kees Cook ]
14438
14439 * Revert "SAUCE: x86: brk away from exec rand area"
14440 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14441 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14442 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14443 - LP: #369978
14444 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14445 * SAUCE: x86: brk away from exec rand area
14446 - LP: #452175
14447 * SAUCE: ptrace: restrict ptrace scope to children
14448
14449 [ Leann Ogasawara ]
14450
14451 * Add new omap flavour to getabis
14452 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14453 - LP: #585490
14454 * build/modules: Temorarily add ignore.modules
14455 * ubuntu: iscsitarget -- version 1.4.20.1
14456
14457 [ Loïc Minier ]
14458
14459 * SAUCE: [um] Don't use nx_enabled under UML
14460 - LP: #524849
14461
14462 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14463
14464 linux (2.6.34-4.11) maverick; urgency=low
14465
14466 [ Amit Kucheria ]
14467
14468 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14469 * [Config] Add support for OMAP-mainline flavour
14470
14471 [ Andy Whitcroft ]
14472
14473 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14474 userspace
14475 - LP: #583733
14476
14477 [ Chase Douglas ]
14478
14479 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14480 are present"
14481 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14482 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14483 load detect pipe"
14484
14485 [ Kees Cook ]
14486
14487 * SAUCE: fs: block cross-uid sticky symlinks
14488 * SAUCE: fs: block hardlinks to non-accessible sources
14489
14490 [ Koen Kooi ]
14491
14492 * SAUCE: board-omap3-beagle: add DSS2 support
14493
14494 [ Leann Ogasawara ]
14495
14496 * Revert "staging/go7007 -- disable"
14497 * Revert "[Config] staging/winbond -- disable"
14498 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14499 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14500 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14501 controller"
14502 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14503 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14504 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14505 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14506 chipsets."
14507 * Revert "[Upstream] b43: Declare all possible firmware files."
14508 * Revert "add Breaks: against hardy lvm2"
14509 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14510 id on Vmware ESX Server"
14511 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14512 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14513 * [Config] Enable CONFIG_USB=y for armel and sparc
14514 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14515 * [Config] Enable CONFIG_RFKILL=y for ports
14516 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14517 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14518 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14519 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14520 * [Config] Enable CONFIG_LIBERTAS_MESH=y
14521 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
14522 * [Config] CONFIG_RT2800USB_UNKNOWN=y
14523 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
14524 * [Config] Enable CONFIG_CEPH_FS=m
14525 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
14526 * [Config] Enable CONFIG_EEEPC_WMI=m
14527 * [Config] Enable CONFIG_RT2800PCI=m
14528 * [Config] Enable CONFIG_SCSI_HPSA=m
14529 * [Config] Enable CONFIG_VHOST_NET=m
14530 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
14531 - LP: #582350
14532 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
14533 - LP: #579300
14534 * [Config] Enable CONFIG_PCIEASPM=y
14535 - LP: #333990
14536 * [Config] updateconfigs for OMAP flavour
14537
14538 [ Loïc Minier ]
14539
14540 * Enable perf tools on armel
14541
14542 [ Tim Gardner ]
14543
14544 * SAUCE: Updated ndiswrapper to 1.56
14545 - LP: #582555
14546 * [Config] Added virtual flavour
14547 * [Config] Remove support for sub-flavours
14548 * [Config] Removed amd64 preempt flavour
14549 * [Config] updateconfigs, updateportsconfigs after flavour munging
14550
14551 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
14552
14553 linux (2.6.34-3.10) maverick; urgency=low
14554
14555 [ Leann Ogasawara ]
14556
14557 * rebase to v2.6.34
14558
14559 [ Upstream changes ]
14560
14561 * rebased to v2.6.34
14562
14563 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
14564
14565 linux (2.6.34-2.9) maverick; urgency=low
14566
14567 [ Leann Ogasawara ]
14568
14569 * [Config] [FTBS] Disable comedi for armel
14570
14571 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
14572
14573 linux (2.6.34-2.8) maverick; urgency=low
14574
14575 [ Leann Ogasawara ]
14576
14577 * Drop lpia
14578 * [Config] [FTBS] disable KVM
14579 * [Config] [FTBS] disable ipr for armel
14580
14581 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
14582
14583 linux (2.6.34-2.7) maverick; urgency=low
14584
14585 [ Leann Ogasawara ]
14586
14587 * [Config] disable CONFIG_SCSI_IPR on powerpc
14588 * [Config] Remove 386 flavour per UDS discussion
14589
14590 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
14591
14592 linux (2.6.34-1.6) maverick; urgency=low
14593
14594 [ Chase Douglas ]
14595
14596 * enforce CONFIG_TMPFS_POSIX_ACL=y
14597 - LP: #575940
14598 * don't force module dependency checking
14599 - LP: #577029
14600
14601 [ Kees Cook ]
14602
14603 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
14604 - LP: #568844
14605
14606 [ Leann Ogasawara ]
14607
14608 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
14609 * rebase to v2.6.34-rc7
14610 * [Config] update configs following rebase to v2.6.34-rc7
14611 * [Config] update port configs following rebase to v2.6.34-rc7
14612 * Add btrfs to the udebs
14613
14614 [ Tim Gardner ]
14615
14616 * [Config] Add atl1c to nic-modules udeb
14617 - LP: #557130
14618
14619 [ Upstream changes ]
14620
14621 * rebased to v2.6.34-rc7
14622
14623 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
14624
14625 linux (2.6.34-1.5) UNRELEASED; urgency=low
14626
14627 [ Leann Ogasawara ]
14628
14629 * rebase to v2.6.34-rc6
14630 * [Config] update configs following rebase to v2.6.34-rc6
14631 * [Config] update port configs following rebase to v2.6.34-rc6
14632
14633 [ Upstream changes ]
14634
14635 * rebased to v2.6.34-rc6
14636
14637 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
14638
14639 linux (2.6.34-1.4) UNRELEASED; urgency=low
14640
14641 [ Leann Ogasawara ]
14642
14643 * rebase to v2.6.34-rc5
14644 * [Config] update ports configs following rebase to v2.6.34-rc5
14645
14646 [ Upstream changes ]
14647
14648 * rebased to v2.6.34-rc5
14649
14650 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
14651
14652 linux (2.6.34-1.3) UNRELEASED; urgency=low
14653
14654 [ Leann Ogasawara ]
14655
14656 * rebase to v2.6.34-rc4
14657 * [Config] update configs following rebase to v2.6.34-rc4
14658 * [Config] update port configs following rebase to v2.6.34-rc4
14659 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
14660
14661 [ Upstream changes ]
14662
14663 * rebased to v2.6.34-rc4
14664
14665 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
14666
14667 linux (2.6.34-1.2) UNRELEASED; urgency=low
14668
14669 [ Leann Ogasawara ]
14670
14671 * Temorarily disable building linux-doc
14672 * rebase to v2.6.34-rc3
14673 * [Config] update configs following rebase to v2.6.34-rc3
14674 * [Config] update port configs following rebase to v2.6.34-rc3
14675
14676 [ Upstream changes ]
14677
14678 * rebased to v2.6.34-rc3
14679
14680 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
14681
14682 linux (2.6.34-1.1) UNRELEASED; urgency=low
14683
14684 [ Leann Ogasawara ]
14685
14686 * rebase to v2.6.34-rc2
14687 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
14688 * [Config] update port configs following rebase to v2.6.34-rc2
14689 * [Config] update configs following rebase to v2.6.34-rc2
14690
14691 [ Upstream changes ]
14692
14693 * rebased to v2.6.34-rc2
14694
14695 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
14696
14697 linux (2.6.33-1.1) UNRELEASED; urgency=low
14698
14699 [ Leann Ogasawara ]
14700
14701 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
14702 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
14703 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
14704 * ubuntu: lirc -- rename kfifo_put and kfifo_get
14705 * ubuntu: iscsitarget -- rename daddr inet_sock field
14706 * rebased to v2.6.33
14707 * [Config] update configs following rebase to v2.6.33
14708 * [Config] update ports configs following rebase to v2.6.33
14709
14710 [ Upstream changes ]
14711
14712 * rebased to v2.6.33
14713
14714 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
14715
14716 linux (2.6.33-0.0) UNRELEASED; urgency=low
14717
14718 [ Leann Ogasawara ]
14719
14720 * Null entry.
14721
14722 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
14723
14724 linux (2.6.32-16.25) lucid; urgency=low
14725
14726 [ Andy Whitcroft ]
14727
14728 * linux-tools -- move to Suggests: with explicit seeding
14729 - LP: #534635
14730
14731 [ Tim Gardner ]
14732
14733 * [Config] CONFIG_HID=m
14734
14735 [ Upstream Kernel Changes ]
14736
14737 * (pre-stable) sched: Fix SMT scheduler regression in
14738 find_busiest_queue()
14739 * KVM: introduce kvm_vcpu_on_spin
14740 * KVM: VMX: Add support for Pause-Loop Exiting
14741
14742 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
14743
14744 linux (2.6.32-16.24) lucid; urgency=low
14745
14746 [ Andy Whitcroft ]
14747
14748 * armel -- perf userspace does not support arm
14749 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
14750
14751 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
14752
14753 linux (2.6.32-16.23) lucid; urgency=low
14754
14755 [ Andy Whitcroft ]
14756
14757 * SAUCE: PM report driver and device suspend/resume times -- move config
14758 * update to standards version 3.8.4.0
14759 * printenv -- expose all of the package selectors
14760 * source package -- cleanup source content control
14761 * doc package -- ensure we do build package content on buildd
14762 * lintian -- correct the address in the debian/copyright
14763 * lintian -- update debhelper package version dependancy
14764 * lintian -- fix ghostscript dependancy
14765 * lintian -- add required misc:Depends
14766 * lintian -- move our debhelper compat level to debian/compat
14767 * perf -- build the kernel carried tools
14768 * perf -- add linux-tools carrying the version switches and manuals
14769 * SAUCE: fix up Kconfig for staging drivers
14770 * [Config] enable NOUVEAU etc following drm backport
14771 * update DRM to mainline v2.6.33
14772 * [Config] Remove AppArmor config options that no longer exist (ports)
14773 * [Config] updateportsconfigs following drm update
14774
14775 [ John Johansen ]
14776
14777 * ubuntu: AppArmor -- update to mainline 2010-03-04
14778 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
14779 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
14780 * [Config] Remove AppArmor config options that no longer exist
14781
14782 [ Manoj Iyer ]
14783
14784 * ubuntu: rtl8192se -- version 2010-0115,0014
14785 - LP: #530275
14786 * [Config] added CONFIG_RTL8192SE module.
14787 - LP: #530275
14788
14789 [ Tim Gardner ]
14790
14791 * [Config] Added vmw_pvscsi to d-i/scsi-modules
14792 - LP: #531017
14793 * [Upstream] netfilter: xt_recent: Add an entry reaper
14794
14795 [ Upstream Kernel Changes ]
14796
14797 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
14798 emulation"
14799 * Revert "KVM: x86 emulator: Fix popf emulation"
14800 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
14801 emulation"
14802 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
14803 * Revert "KVM: fix memory access during x86 emulation."
14804 * Add vlan (8021.Q) module package for d-i.
14805 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14806 Inspiron 700m
14807 - LP: #515246
14808 * [Upstream] docbook: need xmldoclinks for all doc types
14809 * x86: set_personality_ia32() misses force_personality32
14810 * lib: Introduce generic list_sort function
14811 * drm/nv50: Implement ctxprog/state generation.
14812 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
14813 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14814 Inspiron 700m
14815 - LP: #515246
14816
14817 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
14818
14819 linux (2.6.32-15.22) lucid; urgency=low
14820
14821 [ Andy Whitcroft ]
14822
14823 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
14824 * Revert "SAUCE: PM report driver and device suspend/resume times."
14825 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
14826
14827 [ Manoj Iyer ]
14828
14829 * SAUCE: PM report driver and device suspend/resume times.
14830
14831 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
14832
14833 linux (2.6.32-15.21) lucid; urgency=low
14834
14835 [ Andy Whitcroft ]
14836
14837 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
14838 * Revert "[Config] lenovo-sl-laptop -- enable"
14839 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
14840 * armel -- cramfs module will no longer be built
14841 * d-i -- make all modules optional
14842 * rename the debug packages to match archive standard
14843 - LP: #527837
14844 * lenovo-sl-laptop is no longer built
14845
14846 [ Colin Ian King ]
14847
14848 * Disable 4MB page tables for Atom, work around errata AAE44
14849 - LP: #523112
14850
14851 [ Colin Watson ]
14852
14853 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
14854 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
14855
14856 [ Jesse Barnes ]
14857
14858 * SAUCE: drm/i915: don't change DRM configuration when releasing load
14859 detect pipe
14860 - LP: #488328
14861
14862 [ Loïc Minier ]
14863
14864 * [Config] armel Update versatile initrd configs
14865 - LP: #524893
14866 * SAUCE: [um] Don't use nx_enabled under UML
14867 - LP: #524849
14868
14869 [ Manoj Iyer ]
14870
14871 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
14872
14873 [ Mario Limonciello ]
14874
14875 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
14876
14877 [ Rafael J. Wysocki ]
14878
14879 * SAUCE: PM report driver and device suspend/resume times.
14880
14881 [ Surbhi Palande ]
14882
14883 * Revert "[Upstream] e1000e: enhance frame fragment detection"
14884 - CVE-2009-4538
14885 * Revert "[Upstream] e1000: enhance frame fragment detection"
14886 - CVE-2009-4536
14887
14888 [ Tim Gardner ]
14889
14890 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
14891 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
14892 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
14893
14894 [ Upstream Kernel Changes ]
14895
14896 * Revert "(pre-stable) eCryptfs: Add getattr function"
14897 * Fix potential crash with sys_move_pages
14898 * futex_lock_pi() key refcnt fix
14899 * futex: Handle user space corruption gracefully
14900 * futex: Handle futex value corruption gracefully
14901 * Fix race in tty_fasync() properly
14902 * hwmon: (w83781d) Request I/O ports individually for probing
14903 * hwmon: (lm78) Request I/O ports individually for probing
14904 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
14905 * ALSA: ctxfi - fix PTP address initialization
14906 * drm/i915: disable hotplug detect before Ironlake CRT detect
14907 * drm/i915: enable self-refresh on 965
14908 * drm/i915: Disable SR when more than one pipe is enabled
14909 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
14910 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
14911 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
14912 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
14913 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
14914 * i2c-tiny-usb: Fix on big-endian systems
14915 * drm/i915: handle FBC and self-refresh better
14916 * drm/i915: Increase fb alignment to 64k
14917 * drm/i915: Update write_domains on active list after flush.
14918 * regulator: Fix display of null constraints for regulators
14919 * ALSA: hda-intel: Avoid divide by zero crash
14920 * CPUFREQ: Fix use after free of struct powernow_k8_data
14921 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
14922 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
14923 * ioat: fix infinite timeout checking in ioat2_quiesce
14924 * resource: add helpers for fetching rlimits
14925 * fs/exec.c: restrict initial stack space expansion to rlimit
14926 * cifs: fix length calculation for converted unicode readdir names
14927 * NFS: Fix a reference leak in nfs_wb_cancel_page()
14928 * NFS: Try to commit unstable writes in nfs_release_page()
14929 * NFSv4: Don't allow posix locking against servers that don't support it
14930 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
14931 * NFS: Fix an Oops when truncating a file
14932 * NFS: Fix a umount race
14933 * NFS: Fix a bug in nfs_fscache_release_page()
14934 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
14935 * md: fix 'degraded' calculation when starting a reshape.
14936 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
14937 * Export the symbol of getboottime and mmonotonic_to_bootbased
14938 * kvmclock: count total_sleep_time when updating guest clock
14939 * KVM: PIT: control word is write-only
14940 * tpm_infineon: fix suspend/resume handler for pnp_driver
14941 * amd64_edac: Do not falsely trigger kerneloops
14942 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
14943 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
14944 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
14945 * netfilter: xtables: compat out of scope fix
14946 * netfilter: nf_conntrack: fix hash resizing with namespaces
14947 * drm/i915: remove full registers dump debug
14948 * drm/i915: add i915_lp_ring_sync helper
14949 * drm/i915: Don't wait interruptible for possible plane buffer flush
14950 * dasd: remove strings from s390dbf
14951 * crypto: padlock-sha - Add import/export support
14952 * wmi: Free the allocated acpi objects through wmi_get_event_data
14953 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
14954 * /dev/mem: introduce size_inside_page()
14955 * devmem: check vmalloc address on kmem read/write
14956 * devmem: fix kmem write bug on memory holes
14957 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
14958 of value 0.
14959 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
14960 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
14961 * dst: call cond_resched() in dst_gc_task()
14962 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
14963 * befs: fix leak
14964 * rtc-fm3130: add missing braces
14965 * Call flush_dcache_page after PIO data transfers in libata-sff.c
14966 * ahci: add Acer G725 to broken suspend list
14967 * pktgen: Fix freezing problem
14968 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
14969 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
14970 * x86: Re-get cfg_new in case reuse/move irq_desc
14971 * Staging: fix rtl8187se compilation errors with mac80211
14972 * ALSA: usb-audio - Avoid Oops after disconnect
14973 * serial: 8250: add serial transmitter fully empty test
14974 * sysfs: sysfs_sd_setattr set iattrs unconditionally
14975 * class: Free the class private data in class_release
14976 * USB: usbfs: only copy the actual data received
14977 * USB: usbfs: properly clean up the as structure on error paths
14978 * rtl8187: Add new device ID
14979 * ACPI: Add NULL pointer check in acpi_bus_start
14980 * ACPI: fix High cpu temperature with 2.6.32
14981 * drm/radeon/kms: use udelay for short delays
14982 * NFS: Too many GETATTR and ACCESS calls after direct I/O
14983 * eCryptfs: Add getattr function
14984 * b43: Fix throughput regression
14985 * ath9k: Fix sequence numbers for PAE frames
14986 * mac80211: Fix probe request filtering in IBSS mode
14987 * iwlwifi: Fix to set correct ht configuration
14988 * dm stripe: avoid divide by zero with invalid stripe count
14989 * dm log: userspace fix overhead_size calcuations
14990 * Linux 2.6.32.9
14991 * sfc: Fix SFE4002 initialisation
14992 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
14993 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
14994 * (pre-stable) HID: handle joysticks with large number of buttons
14995 - LP: #492056
14996 * (pre-stable) HID: extend mask for BUTTON usage page
14997 - LP: #492056
14998 * PM: Measure device suspend and resume times
14999 * e1000: enhance frame fragment detection
15000 - CVE-2009-4536
15001 * e1000e: enhance frame fragment detection
15002 - CVE-2009-4538
15003 * KVM: fix memory access during x86 emulation.
15004 - CVE-2010-0306
15005 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
15006 - CVE-2010-0306
15007 * KVM: x86 emulator: Check IOPL level during io instruction emulation
15008 - CVE-2010-0306
15009 * KVM: x86 emulator: Fix popf emulation
15010 - CVE-2010-0306
15011 * KVM: x86 emulator: Check CPL level during privilege instruction
15012 emulation
15013 - CVE-2010-0306
15014 * Input: wacom - ensure the device is initialized properly upon resume
15015 * Input: wacom - add defines for packet lengths of various devices
15016 * Input: wacom - add support for new LCD tablets
15017 - LP: #516777
15018
15019 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
15020
15021 linux (2.6.32-14.20) lucid; urgency=low
15022
15023 [ Andy Whitcroft ]
15024
15025 * rebuild following the GCC update to match compiler for out of tree modules
15026 * Revert "[Config] drbd -- enable"
15027 * Revert "ubuntu: drbd -- version 8.3.1"
15028 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
15029 - LP: #510937
15030
15031 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
15032
15033 linux (2.6.32-14.19) lucid; urgency=low
15034
15035 [ Andy Whitcroft ]
15036
15037 * ensure we build the source package contents when enabled
15038 - LP: #522308
15039 * [Config] enable CONFIG_X86_MCE_XEON75XX
15040 * SAUCE: AppArmor -- add linux/kref.h for struct kref
15041 * [Config] enable CONFIG_HID_ORTEK
15042 * enable udeb generation for arm versatile flavour
15043 - LP: #522515
15044
15045 [ John Johansen ]
15046
15047 * ubuntu: AppArmor -- update to mainline 2010-02-18
15048 - LP: #439560, #496110, #507069
15049
15050 [ Johnathon Harris ]
15051
15052 * SAUCE: HID: add support for Ortek WKB-2000
15053 - LP: #405390
15054
15055 [ Upstream Kernel Changes ]
15056
15057 * tpm_tis: TPM_STS_DATA_EXPECT workaround
15058 - LP: #490487
15059 * x86, mce: Xeon75xx specific interface to get corrected memory error
15060 information
15061 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
15062 * x86, mce: Make xeon75xx memory driver dependent on PCI
15063 * drm/edid: Unify detailed block parsing between base and extension
15064 blocks
15065 - LP: #500999
15066 * (pre-stable) eCryptfs: Add getattr function
15067 - LP: #390833
15068
15069 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
15070
15071 linux (2.6.32-13.18) lucid; urgency=low
15072
15073 [ Andy Whitcroft ]
15074
15075 * Revert "enforcer -- make the enforcement configuration common"
15076 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
15077 (Dell E6x00 series)"
15078 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
15079 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
15080 0755"
15081 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
15082 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
15083 * Revert "SAUCE: make fc transport removal of target configurable"
15084 * enforcer -- make the enforcement configuration common
15085 * getabis -- add preempt flavour to the list
15086 * [Config] enforce DEVTMPFS options
15087 * [Config] armel -- cleanup to-be builtin modules
15088 * [Config] cleanup ports configs
15089 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
15090 - LP: #485536
15091 * add printdebian target to find branch target
15092 * distclean -- do not remove debian.env
15093 * [Config] generic-pae switch to M586TSC
15094 - LP: #519448
15095 * git-ubuntu-log -- commonise duplicated log handling
15096 * git-ubuntu-log -- tighten up Bug: NNNN matching
15097 * git-ubuntu-log -- sort the bug numbers
15098
15099 [ Chris Wilson ]
15100
15101 * (pre-stable) drm/i915: Increase fb alignment to 64k
15102 - LP: #404064
15103
15104 [ Eric Miao ]
15105
15106 * arm -- enable ubuntu/ directory
15107
15108 [ Huang Ying ]
15109
15110 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
15111 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
15112
15113 [ Loïc Minier ]
15114
15115 * [Config] cleanup preempt configuration
15116 * [Config] versatile: Fix video output
15117 - LP: #517594
15118 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
15119 * [Config] Large update to armel/versatile
15120 * [Config] versatile: Add RTC support
15121 * [Config] armel: Enable NEON
15122 * [Config] versatile: Builtin MMC support
15123 * [Config] versatile Builtin SCSI controller
15124 * [Config] armel Disable dma_cache_sync callers
15125 * [Config] armel Disable asm/time.h users
15126 * [Config] armel Disable out of range udelay()
15127 * [Config] armel Disable flush_cache_range() users
15128 * [Config] armel -- Enable ubuntu/ drivers
15129
15130 [ Steve Conklin ]
15131
15132 * SAUCE: drm/i915: Add display hotplug event on Ironlake
15133 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
15134
15135 [ Upstream Kernel Changes ]
15136
15137 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
15138 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
15139 in IRQ handler""
15140 * clockevent: Don't remove broadcast device when cpu is dead
15141 * clockevents: Add missing include to pacify sparse
15142 * ACPI: don't cond_resched if irq is disabled
15143 * be2net: Add support for next generation of BladeEngine device.
15144 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
15145 * mpt2sas: New device SAS2208 support is added
15146 * ar9170: Add support for D-Link DWA 160 A2
15147 * powerpc/fsl: Add PCI device ids for new QoirQ chips
15148 * davinci: dm646x: Add support for 3.x silicon revision
15149 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
15150 * Driver-Core: devtmpfs - set root directory mode to 0755
15151 * driver-core: fix devtmpfs crash on s390
15152 * vfs: get_sb_single() - do not pass options twice
15153 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
15154 * V4L/DVB (13569): smsusb: add autodetection support for five additional
15155 Hauppauge USB IDs
15156 * USB: mos7840: add device IDs for B&B electronics devices
15157 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
15158 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
15159 SubVendor ID: 0x1043 Device ID: 0x4847)
15160 * iTCO_wdt: Add support for Intel Ibex Peak
15161 * atl1c:use common_task instead of reset_task and link_chg_task
15162 * atl1e:disable NETIF_F_TSO6 for hardware limit
15163 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
15164 * V4L/DVB (13680b): DocBook/media: create links for included sources
15165 * netfilter: xtables: fix conntrack match v1 ipt-save output
15166 * partitions: read whole sector with EFI GPT header
15167 * partitions: use sector size for EFI GPT
15168 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
15169 * sched: Fix isolcpus boot option
15170 * sched: Fix missing sched tunable recalculation on cpu add/remove
15171 * nohz: Prevent clocksource wrapping during idle
15172 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
15173 * timers, init: Limit the number of per cpu calibration bootup messages
15174 * PCI: Always set prefetchable base/limit upper32 registers
15175 * iscsi class: modify handling of replacement timeout
15176 * NFS: Revert default r/wsize behavior
15177 * HID: fixup quirk for NCR devices
15178 * scsi_devinfo: update Hitachi entries (v2)
15179 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
15180 * scsi_transport_fc: remove invalid BUG_ON
15181 * lpfc: fix hang on SGI ia64 platform
15182 * libfc: fix typo in retry check on received PRLI
15183 * libfc: fix ddp in fc_fcp for 0 xid
15184 * fcoe: remove redundant checking of netdev->netdev_ops
15185 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
15186 * libfc: lport: fix minor documentation errors
15187 * libfc: don't WARN_ON in lport_timeout for RESET state
15188 * fcoe: initialize return value in fcoe_destroy
15189 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
15190 * libfc: fix memory corruption caused by double frees and bad error
15191 handling
15192 * libfc: fix free of fc_rport_priv with timer pending
15193 * libfc: remote port gets stuck in restart state without really
15194 restarting
15195 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
15196 * fcoe: Fix checking san mac address
15197 * fcoe: Fix getting san mac for VLAN interface
15198 * qlge: Remove explicit setting of PCI Dev CTL reg.
15199 * qlge: Set PCIE max read request size.
15200 * qlge: Don't fail open when port is not initialized.
15201 * qlge: Add handler for DCBX firmware event.
15202 * qlge: Bonding fix for mode 6.
15203 * PCI: AER: fix aer inject result in kernel oops
15204 * DMI: allow omitting ident strings in DMI tables
15205 * Input: i8042 - remove identification strings from DMI tables
15206 * Input: i8042 - add Gigabyte M1022M to the noloop list
15207 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
15208 * ALSA: hda - select IbexPeak handler for Calpella
15209 * ALSA: hda - Fix quirk for Maxdata obook4-1
15210 * ALSA: hda - Add missing Line-Out and PCM switches as slave
15211 * iTCO_wdt.c - cleanup chipset documentation
15212 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
15213 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
15214 * ahci: disable SNotification capability for ich8
15215 * ata_piix: fix MWDMA handling on PIIX3
15216 * md: fix small irregularity with start_ro module parameter
15217 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
15218 * cio: fix double free in case of probe failure
15219 * cio: dont panic in non-fatal conditions
15220 * netiucv: displayed TX bytes value much too high
15221 * ipc ns: fix memory leak (idr)
15222 * ALSA: hda - Fix HP T5735 automute
15223 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
15224 * UBI: fix memory leak in update path
15225 * UBI: initialise update marker
15226 * ASoC: fix a memory-leak in wm8903
15227 * mac80211: check that ieee80211_set_power_mgmt only handles STA
15228 interfaces.
15229 * cfg80211: fix channel setting for wext
15230 * KVM: S390: fix potential array overrun in intercept handling
15231 * KVM: only allow one gsi per fd
15232 * KVM: Fix race between APIC TMR and IRR
15233 * KVM: MMU: bail out pagewalk on kvm_read_guest error
15234 * KVM: x86: Fix host_mapping_level()
15235 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
15236 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
15237 * KVM: fix lock imbalance in kvm_*_irq_source_id()
15238 * KVM: only clear irq_source_id if irqchip is present
15239 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
15240 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
15241 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
15242 - LP: #516325
15243 * iwlwifi: Fix throughput stall issue in HT mode for 5000
15244 * fnctl: f_modown should call write_lock_irqsave/restore
15245 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
15246 CPUID drivers.
15247 * Linux 2.6.32.7
15248 * scsi_lib: Fix bug in completion of bidi commands
15249 * mptsas: Fix issue with chain pools allocation on katmai
15250 * mm: add new 'read_cache_page_gfp()' helper function
15251 * drm/i915: Selectively enable self-reclaim
15252 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
15253 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
15254 * x86: Set hotpluggable nodes in nodes_possible_map
15255 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
15256 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
15257 * zcrypt: Do not remove coprocessor for error 8/72
15258 * dasd: fix possible NULL pointer errors
15259 * ACPI: Add a generic API for _OSC -v2
15260 * ACPI: Add platform-wide _OSC support.
15261 * ACPI: fix OSC regression that caused aer and pciehp not to load
15262 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
15263 * UBI: fix volume creation input checking
15264 * e1000/e1000e: don't use small hardware rx buffers
15265 * drm/i915: Reload hangcheck timer too for Ironlake
15266 * Fix a leak in affs_fill_super()
15267 * Fix failure exits in bfs_fill_super()
15268 * fix oops in fs/9p late mount failure
15269 * fix leak in romfs_fill_super()
15270 * Fix remount races with symlink handling in affs
15271 * fix affs parse_options()
15272 * Fix failure exit in ipathfs
15273 * mm: fix migratetype bug which slowed swapping
15274 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
15275 NOMMU stack
15276 * Split 'flush_old_exec' into two functions
15277 * sparc: TIF_ABI_PENDING bit removal
15278 * x86: get rid of the insane TIF_ABI_PENDING bit
15279 * Input: winbond-cir - remove dmesg spam
15280 * x86: Disable HPET MSI on ATI SB700/SB800
15281 * iwlwifi: set default aggregation frame count limit to 31
15282 * drm/i915: only enable hotplug for detected outputs
15283 * firewire: core: add_descriptor size check
15284 * SECURITY: selinux, fix update_rlimit_cpu parameter
15285 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15286 * x86: Add Dell OptiPlex 760 reboot quirk
15287 - LP: #488319
15288 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15289 * x86/amd-iommu: Fix possible integer overflow
15290 * clocksource: fix compilation if no GENERIC_TIME
15291 * tcp: update the netstamp_needed counter when cloning sockets
15292 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15293 * net: restore ip source validation
15294 * af_packet: Don't use skb after dev_queue_xmit()
15295 * ax25: netrom: rose: Fix timer oopses
15296 * KVM: allow userspace to adjust kvmclock offset
15297 * oprofile/x86: add Xeon 7500 series support
15298 * oprofile/x86: fix crash when profiling more than 28 events
15299 * libata: retry link resume if necessary
15300 * mm: percpu-vmap fix RCU list walking
15301 * mm: purge fragmented percpu vmap blocks
15302 * block: fix bio_add_page for non trivial merge_bvec_fn case
15303 * Fix 'flush_old_exec()/setup_new_exec()' split
15304 * random: drop weird m_time/a_time manipulation
15305 * random: Remove unused inode variable
15306 * block: fix bugs in bio-integrity mempool usage
15307 * usb: r8a66597-hdc disable interrupts fix
15308 * connector: Delete buggy notification code.
15309 * be2net: Bug fix to support newer generation of BE ASIC
15310 * be2net: Fix memset() arg ordering.
15311 * mm: flush dcache before writing into page to avoid alias
15312 * mac80211: fix NULL pointer dereference when ftrace is enabled
15313 * imxfb: correct location of callbacks in suspend and resume
15314 * mx3fb: some debug and initialisation fixes
15315 * starfire: clean up properly if firmware loading fails
15316 * kernel/cred.c: use kmem_cache_free
15317 * uartlite: fix crash when using as console
15318 * pktcdvd: removing device does not remove its sysfs dir
15319 * ath9k: fix eeprom INI values override for 2GHz-only cards
15320 * ath9k: fix beacon slot/buffer leak
15321 * powerpc: TIF_ABI_PENDING bit removal
15322 * NET: fix oops at bootime in sysctl code
15323 * Linux 2.6.32.8
15324
15325 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15326
15327 linux (2.6.32-12.17) lucid; urgency=low
15328
15329 [ Andy Whitcroft ]
15330
15331 * restore linux-image prefix -- master
15332 * enforce -- we require SELINUX enabled -- master
15333 * enforce -- ensure APPARMOR is our default LSM -- master
15334 * make doc package completely optional -- master
15335 * make source package completely optional -- master
15336 * make linux-libc-dev completly optional -- master
15337 * convert package disable to a deps list -- master
15338 * allow common headers to switch from indep to arch -- master
15339 * convert binary package disable to a deps list -- master
15340 * add configuration option for a full source build tree -- master
15341 * add support for uImage kernels in package control scripts
15342 * getabis -- cleanup and parameterise repository list -- master
15343 * getabis -- move configuration to etc/getabi -- master
15344 * kernelconfig -- move configuration to etc -- master
15345 * rules -- make debian/debian.env master for branch name
15346 * set the current branch name -- master
15347 * pull back common debian.master files into debian -- master
15348 * enforcer -- make the enforcement configuration common
15349 * insert-changes -- correctly link to debian/rules in DROOT
15350
15351 [ Colin Watson ]
15352
15353 * future-proof ddeb handling against buildd changes
15354
15355 [ Eric Miao ]
15356
15357 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15358 X86
15359
15360 [ Loïc Minier ]
15361
15362 * Add modules.builtin.bin to prerm rm list
15363 - LP: #516584
15364
15365 [ Tim Gardner ]
15366
15367 * [Config] Implement the amd64 preempt flavour
15368
15369 [ Upstream Kernel Changes ]
15370
15371 * syslog: distinguish between /proc/kmsg and syscalls
15372 - LP: #515623
15373 * sfc: Fix polling for slow MCDI operations
15374 * sfc: Fix conditions for MDIO self-test
15375 * sfc: QT202x: Remove unreliable MMD check at initialisation
15376 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15377 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15378
15379 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15380
15381 linux (2.6.32-12.16) lucid; urgency=low
15382
15383 [ Andy Whitcroft ]
15384
15385 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15386 first use"
15387 * SAUCE: acpi battery -- move first lookup asynchronous
15388 - LP: #507211
15389 * [Config] update configs to cleanup generic configs
15390 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15391 * [Config] enable USER_NS
15392 - LP: #480739, #509808
15393
15394 [ Heiko Carstens ]
15395
15396 * (pre-stable) driver-core: fix devtmpfs crash on s390
15397 - LP: #512370
15398
15399 [ John Johansen ]
15400
15401 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15402 - LP: #494565
15403 * [Config] VIRTIO=y for server/virtual flavours
15404 - LP: #494565
15405
15406 [ Kay Sievers ]
15407
15408 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15409 - LP: #512370
15410
15411 [ Kees Cook ]
15412
15413 * SAUCE: x86: brk away from exec rand area
15414 - LP: #452175
15415
15416 [ Leann Ogasawara ]
15417
15418 * [Upstream] e1000: enhance frame fragment detection
15419 - CVE-2009-4536
15420 * [Upstream] e1000e: enhance frame fragment detection
15421 - CVE-2009-4538
15422
15423 [ Sebastian Kapfer ]
15424
15425 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15426 series)
15427 - LP: #296610
15428
15429 [ Upstream Kernel Changes ]
15430
15431 * inotify: do not reuse watch descriptors
15432 - LP: #485556
15433 * inotify: only warn once for inotify problems
15434 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15435 Framebuffer"
15436 * memcg: ensure list is empty at rmdir
15437 * drm/i915: remove loop in Ironlake interrupt handler
15438 * block: Fix incorrect reporting of partition alignment
15439 * x86, mce: Thermal monitoring depends on APIC being enabled
15440 * futexes: Remove rw parameter from get_futex_key()
15441 * page allocator: update NR_FREE_PAGES only when necessary
15442 * x86, apic: use physical mode for IBM summit platforms
15443 * edac: i5000_edac critical fix panic out of bounds
15444 * x86: SGI UV: Fix mapping of MMIO registers
15445 * mfd: WM835x GPIO direction register is not locked
15446 * mfd: Correct WM835x ISINK ramp time defines
15447 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15448 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15449 * reiserfs: truncate blocks not used by a write
15450 * HID: add device IDs for new model of Apple Wireless Keyboard
15451 * PCI/cardbus: Add a fixup hook and fix powerpc
15452 * Input: pmouse - move Sentelic probe down the list
15453 * asus-laptop: add Lenovo SL hotkey support
15454 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15455 * sparc64: Fix NMI programming when perf events are active.
15456 * sparc64: Fix Niagara2 perf event handling.
15457 * i2c: Do not use device name after device_unregister
15458 * i2c/pca: Don't use *_interruptible
15459 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15460 * sched: Fix task priority bug
15461 * vfs: Fix vmtruncate() regression
15462 * Linux 2.6.32.5
15463 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15464 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15465 * Staging: asus_oled: fix oops in 2.6.32.2
15466 * Staging: hv: fix smp problems in the hyperv core code
15467 * tty: fix race in tty_fasync
15468 * ecryptfs: use after free
15469 * ecryptfs: initialize private persistent file before dereferencing
15470 pointer
15471 * nozomi: quick fix for the close/close bug
15472 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15473 * usb: serial: fix memory leak in generic driver
15474 * USB: fix bitmask merge error
15475 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15476 * USB: EHCI: fix handling of unusual interrupt intervals
15477 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15478 * USB: add missing delay during remote wakeup
15479 * USB: add speed values for USB 3.0 and wireless controllers
15480 * ACPI: EC: Accelerate query execution
15481 * ACPI: EC: Add wait for irq storm
15482 * SCSI: enclosure: fix oops while iterating enclosure_status array
15483 * drm/i915: Read the response after issuing DDC bus switch command
15484 * drm/i915: try another possible DDC bus for the SDVO device with
15485 multiple outputs
15486 * block: bdev_stack_limits wrapper
15487 * DM: Fix device mapper topology stacking
15488 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15489 * USB: fix usbstorage for 2770:915d delivers no FAT
15490 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15491 * perf timechart: Use tid not pid for COMM change
15492 * perf events: Dont report side-band events on each cpu for
15493 per-task-per-cpu events
15494 * perf: Honour event state for aux stream data
15495 * Linux 2.6.32.6
15496
15497 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15498
15499 linux (2.6.32-11.15) lucid; urgency=low
15500
15501 [ Andy Whitcroft ]
15502
15503 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15504 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15505 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15506 boards"
15507 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15508 stale queues"
15509 * Revert "SAUCE: Fix nx_enable reporting"
15510 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15511 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15512 * SAUCE: i915 -- disable powersave by default
15513 - LP: #492392
15514
15515 [ Kees Cook ]
15516
15517 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15518 - LP: #369978
15519 * SAUCE: [x86] fix report of cs-limit nx-emulation
15520 - LP: #454285
15521 * SAUCE: Fix nx_enable reporting
15522 - LP: #454285
15523
15524 [ Tim Gardner ]
15525
15526 * [Upstream] b43: Declare all possible firmware files.
15527 - LP: #488636
15528 * [Config] updateconfigs after adding pvscsi
15529 - LP: #497156
15530 * [Config] CONFIG_BT=m
15531
15532 [ Upstream Kernel Changes ]
15533
15534 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
15535 for pre-Pentium"
15536 * SCSI: ipr: fix EEH recovery
15537 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
15538 * SCSI: st: fix mdata->page_order handling
15539 * SCSI: fc class: fix fc_transport_init error handling
15540 * sched: Fix task_hot() test order
15541 * x86, cpuid: Add "volatile" to asm in native_cpuid()
15542 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
15543 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
15544 * pata_hpt3x2n: fix clock turnaround
15545 * pata_cmd64x: fix overclocking of UDMA0-2 modes
15546 * ASoC: wm8974: fix a wrong bit definition
15547 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
15548 * ALSA: hda - Fix missing capsrc_nids for ALC88x
15549 * acerhdf: limit modalias matching to supported
15550 - LP: #435958
15551 * ACPI: EC: Fix MSI DMI detection
15552 * ACPI: Use the return result of ACPI lid notifier chain correctly
15553 * powerpc: Handle VSX alignment faults correctly in little-endian mode
15554 * ASoC: Do not write to invalid registers on the wm9712.
15555 * drm/radeon: fix build on 64-bit with some compilers.
15556 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
15557 * USB: option: support hi speed for modem Haier CE100
15558 * USB: Fix a bug on appledisplay.c regarding signedness
15559 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
15560 * Bluetooth: Prevent ill-timed autosuspend in USB driver
15561 * USB: rename usb_configure_device
15562 * USB: fix bugs in usb_(de)authorize_device
15563 * drivers/net/usb: Correct code taking the size of a pointer
15564 * x86: SGI UV: Fix writes to led registers on remote uv hubs
15565 * md: Fix unfortunate interaction with evms
15566 * dma: at_hdmac: correct incompatible type for argument 1 of
15567 'spin_lock_bh'
15568 * dma-debug: Do not add notifier when dma debugging is disabled.
15569 * dma-debug: Fix bug causing build warning
15570 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
15571 referrals
15572 * x86/amd-iommu: Fix initialization failure panic
15573 * ioat3: fix p-disabled q-continuation
15574 * ioat2,3: put channel hardware in known state at init
15575 * KVM: MMU: remove prefault from invlpg handler
15576 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
15577 * Libertas: fix buffer overflow in lbs_get_essid()
15578 * iwmc3200wifi: fix array out-of-boundary access
15579 * mac80211: fix propagation of failed hardware reconfigurations
15580 * mac80211: fix WMM AP settings application
15581 * mac80211: Fix IBSS merge
15582 * cfg80211: fix race between deauth and assoc response
15583 * ath5k: fix SWI calibration interrupt storm
15584 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
15585 * ath9k: Fix TX queue draining
15586 * ath9k: fix missed error codes in the tx status check
15587 * ath9k: wake hardware during AMPDU TX actions
15588 * ath9k: fix suspend by waking device prior to stop
15589 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
15590 64-bit
15591 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
15592 in 0x4054
15593 * iwl3945: disable power save
15594 * iwl3945: fix panic in iwl3945 driver
15595 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
15596 * iwlwifi: fix more eeprom endian bugs
15597 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
15598 * mac80211: fix race with suspend and dynamic_ps_disable_work
15599 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
15600 * 'sysctl_max_map_count' should be non-negative
15601 * kernel/sysctl.c: fix the incomplete part of
15602 sysctl_max_map_count-should-be-non-negative.patch
15603 * V4L/DVB (13596): ov511.c typo: lock => unlock
15604 * x86/ptrace: make genregs[32]_get/set more robust
15605 * memcg: avoid oom-killing innocent task in case of use_hierarchy
15606 * e100: Fix broken cbs accounting due to missing memset.
15607 * ipv6: reassembly: use seperate reassembly queues for conntrack and
15608 local delivery
15609 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
15610 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
15611 * b43: avoid PPC fault during resume
15612 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
15613 support
15614 * sched: Fix balance vs hotplug race
15615 * drm/radeon/kms: fix crtc vblank update for r600
15616 * drm: disable all the possible outputs/crtcs before entering KMS mode
15617 * S390: dasd: support DIAG access for read-only devices
15618 * xen: fix is_disconnected_device/exists_disconnected_device
15619 * xen: improvement to wait_for_devices()
15620 * xen: wait up to 5 minutes for device connetion
15621 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
15622 * udf: Try harder when looking for VAT inode
15623 * Add unlocked version of inode_add_bytes() function
15624 * quota: decouple fs reserved space from quota reservation
15625 * ext4: Convert to generic reserved quota's space management.
15626 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
15627 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
15628 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
15629 * amd64_edac: unify MCGCTL ECC switching
15630 * x86, msr: Add support for non-contiguous cpumasks
15631 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
15632 * amd64_edac: fix driver instance freeing
15633 * amd64_edac: make driver loading more robust
15634 * amd64_edac: fix forcing module load/unload
15635 * sched: Sched_rt_periodic_timer vs cpu hotplug
15636 * ext4: Update documentation to correct the inode_readahead_blks option
15637 name
15638 * lguest: fix bug in setting guest GDT entry
15639 * vmscan: do not evict inactive pages when skipping an active list scan
15640 * ksm: fix mlockfreed to munlocked
15641 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
15642 * generic_permission: MAY_OPEN is not write access
15643 * Linux 2.6.32.3
15644 * untangle the do_mremap() mess
15645 * fasync: split 'fasync_helper()' into separate add/remove functions
15646 * ASoC: fix params_rate() macro use in several codecs
15647 * modules: Skip empty sections when exporting section notes
15648 * exofs: simple_write_end does not mark_inode_dirty
15649 * nfsd: make sure data is on disk before calling ->fsync
15650 * sunrpc: fix peername failed on closed listener
15651 * SUNRPC: Fix up an error return value in
15652 gss_import_sec_context_kerberos()
15653 * SUNRPC: Fix the return value in gss_import_sec_context()
15654 * sunrpc: on successful gss error pipe write, don't return error
15655 * drm/i915: Update LVDS connector status when receiving ACPI LID event
15656 * drm/i915: fix order of fence release wrt flushing
15657 * drm/i915: Permit pinning whilst the device is 'suspended'
15658 * drm: remove address mask param for drm_pci_alloc()
15659 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
15660 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
15661 pipeconf on Ironlake
15662 * drm/i915: Select the correct BPC for LVDS on Ironlake
15663 * drm/i915: fix unused var
15664 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
15665 * drivers/cpuidle/governors/menu.c: fix undefined reference to
15666 `__udivdi3'
15667 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
15668 * lib/rational.c needs module.h
15669 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
15670 DMA_FROM_DEVICE and
15671 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
15672 * mmc_block: add dev_t initialization check
15673 * mmc_block: fix probe error cleanup bug
15674 * mmc_block: fix queue cleanup
15675 * ALSA: hda - Fix ALC861-VD capture source mixer
15676 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
15677 blacklist
15678 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
15679 - LP: #498863
15680 * ASoC: Fix WM8350 DSP mode B configuration
15681 * netfilter: ebtables: enforce CAP_NET_ADMIN
15682 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
15683 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
15684 * hwmon: (adt7462) Fix pin 28 monitoring
15685 * quota: Fix dquot_transfer for filesystems different from ext4
15686 * xen: fix hang on suspend.
15687 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
15688 * ath5k: Fix eeprom checksum check for custom sized eeproms
15689 * cfg80211: fix syntax error on user regulatory hints
15690 * iwl: off by one bug
15691 * mac80211: add missing sanity checks for action frames
15692 * drm/i915: remove render reclock support
15693 * libertas: Remove carrier signaling from the scan code
15694 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
15695 * mac80211: fix skb buffering issue (and fixes to that)
15696 * fix braindamage in audit_tree.c untag_chunk()
15697 * fix more leaks in audit_tree.c tag_chunk()
15698 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
15699 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
15700 * agp/intel-agp: Clear entire GTT on startup
15701 * Linux 2.6.32.4
15702 * ethtool: Add reset operation
15703 * gro: Name the GRO result enumeration type
15704 * gro: Change all receive functions to return GRO result codes
15705 * sfc: 10Xpress: Initialise pause advertising flags
15706 * sfc: 10Xpress: Report support for pause frames
15707 * sfc: Remove redundant header gmii.h
15708 * sfc: Remove redundant hardware initialisation
15709 * sfc: Rename Falcon-specific board code and types
15710 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
15711 * sfc: Remove versioned bitfield macros
15712 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
15713 * sfc: Update hardware definitions for Siena
15714 * sfc: Rename register I/O header and functions used by both Falcon and
15715 Siena
15716 * sfc: Eliminate indirect lookups of queue size constants
15717 * sfc: Define DMA address mask explicitly in terms of descriptor field
15718 width
15719 * sfc: Move all TX DMA length limiting into tx.c
15720 * sfc: Change order of device removal to reverse of probe order
15721 * sfc: Remove declarations of nonexistent functions
15722 * sfc: Move efx_xmit_done() declaration into correct stanza
15723 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
15724 * sfc: Maintain interrupt moderation values in ticks, not microseconds
15725 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
15726 * sfc: Remove pointless abstraction of memory BAR number
15727 * sfc: Remove incorrect assertion from efx_pci_remove_main()
15728 * sfc: Remove unnecessary tests of efx->membase
15729 * sfc: Move MTD probe after netdev registration and name allocation
15730 * sfc: Remove unused code for non-autoneg speed/duplex switching
15731 * sfc: Rename 'xfp' file and functions to reflect reality
15732 * sfc: Really allow RX checksum offload to be disabled
15733 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
15734 * sfc: Enable heuristic selection between page and skb RX buffers
15735 * sfc: Remove pointless abstraction of memory BAR number (2)
15736 * sfc: Remove redundant gotos from __efx_rx_packet()
15737 * sfc: Remove ridiculously paranoid assertions
15738 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
15739 * sfc: Record RX queue number on GRO path
15740 * sfc: SFT9001: Reset LED configuration correctly after blinking
15741 * sfc: Use a single blink implementation
15742 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
15743 * sfc: Make board information explicitly Falcon-specific
15744 * sfc: Move definition of struct falcon_nic_data into falcon.h
15745 * sfc: Move struct falcon_board into struct falcon_nic_data
15746 * sfc: Move all I2C stuff into struct falcon_board
15747 * sfc: Gather link state fields in struct efx_nic into new struct
15748 efx_link_state
15749 * sfc: Remove unnecessary casts to struct sk_buff *
15750 * sfc: Remove redundant efx_xmit() function
15751 * sfc: Combine high-level header files
15752 * sfc: Log interrupt and reset type names, not numbers
15753 * sfc: Fix descriptor cache sizes
15754 * sfc: Treat all MAC registers as 128-bit
15755 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
15756 * sfc: Comment corrections
15757 * sfc: Remove unused constant
15758 * sfc: Clean up struct falcon_board and struct falcon_board_data
15759 * sfc: Fix bugs in RX queue flushing
15760 * sfc: Remove unused function efx_flush_queues()
15761 * sfc: Only switch Falcon MAC clocks as necessary
15762 * sfc: Hold MAC lock for longer in efx_init_port()
15763 * sfc: Split MAC stats DMA initiation and completion
15764 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
15765 * sfc: Simplify XMAC link polling
15766 * sfc: Change MAC promiscuity and multicast hash at the same time
15767 * sfc: Move inline comment into kernel-doc
15768 * sfc: Do not set net_device::trans_start in self-test
15769 * sfc: Simplify PHY polling
15770 * sfc: QT202x: Reset before reading PHY id
15771 * sfc: Replace MDIO spinlock with mutex
15772 * sfc: Always start Falcon using the XMAC
15773 * sfc: Limit some hardware workarounds to Falcon
15774 * sfc: Remove EFX_WORKAROUND_9141 macro
15775 * sfc: Remove another unused workaround macro
15776 * sfc: Remove some redundant whitespace
15777 * sfc: Decouple NIC revision number from Falcon PCI revision number
15778 * sfc: Move descriptor cache base addresses to struct efx_nic_type
15779 * sfc: Clean up RX event handling
15780 * sfc: Remove redundant writes to INT_ADR_KER
15781 * sfc: Remove duplicate hardware structure definitions
15782 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
15783 * sfc: Move Falcon NIC operations to efx_nic_type
15784 * sfc: Refactor link configuration
15785 * sfc: Generalise link state monitoring
15786 * sfc: Add power-management and wake-on-LAN support
15787 * sfc: Implement ethtool reset operation
15788 * sfc: Add efx_nic_type operation for register self-test
15789 * sfc: Add efx_nic_type operation for NVRAM self-test
15790 * sfc: Add efx_nic_type operation for identity LED control
15791 * sfc: Separate shared NIC code from Falcon-specific and rename
15792 accordingly
15793 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
15794 * sfc: Extend loopback mode enumeration
15795 * sfc: Remove static PHY data and enumerations
15796 * sfc: Extend MTD driver for use with new NICs
15797 * sfc: Allow for additional checksum offload features
15798 * sfc: Rename falcon.h to nic.h
15799 * sfc: Move shared NIC code from falcon.c to new source file nic.c
15800 * sfc: Add firmware protocol definitions (MCDI)
15801 * sfc: Add support for SFC9000 family (1)
15802 * sfc: Add support for SFC9000 family (2)
15803 * sfc: Implement TSO for TCP/IPv6
15804 * sfc: Update version, copyright dates, authors
15805 * drivers/net/sfc: Correct code taking the size of a pointer
15806 * sfc: Move PHY software state initialisation from init() into probe()
15807 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
15808 * sfc: Fix DMA mapping cleanup in case of an error in TSO
15809 * sfc: QT2025C: Work around PHY bug
15810 * sfc: QT2025C: Switch into self-configure mode when not in loopback
15811 * sfc: QT2025C: Work around PHY firmware initialisation bug
15812 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
15813 * sfc: Disable TX descriptor prefetch watchdog
15814 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
15815 - LP: #497156
15816
15817 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
15818
15819 linux (2.6.32-10.14) lucid; urgency=low
15820
15821 [ Alex Deucher ]
15822
15823 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
15824 - LP: #493795
15825
15826 [ Andy Whitcroft ]
15827
15828 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
15829 id is less than 0x0f."
15830 * config-check -- ensure the checks get run at build time
15831 * config-check -- check the processed config during updateconfigs
15832 * config-check -- CONFIG_SECCOMP may not be present
15833 * TUN is now built in ignore
15834 * SAUCE: acpi battery -- delay first lookup of the battery until first
15835 use
15836 * SAUCE: async_populate_rootfs: move rootfs init earlier
15837 * ubuntu: AppArmor -- update to mainline 2010-01-06
15838 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
15839 - LP: #498525
15840
15841 [ Dave Airlie ]
15842
15843 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
15844
15845 [ Leann Ogasawara ]
15846
15847 * Add asix to nic-usb-modules file
15848 - LP: #499785
15849
15850 [ Peter Zijlstra ]
15851
15852 * (pre-stable) sched: Fix balance vs hotplug race
15853
15854 [ Tim Gardner ]
15855
15856 * [Config] Enable CONFIG_FUNCTION_TRACER
15857 - LP: #497989
15858 * [Config] Drop lpia from getabis
15859 * [Config] Build in TUN/TAP driver
15860 - LP: #499491
15861 * [Config] DH_COMPAT=5
15862
15863 [ Upstream Kernel Changes ]
15864
15865 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
15866 component_only tv_modes"
15867 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
15868 turned off"
15869 * USB: usb-storage: fix bug in fill_inquiry
15870 * USB: option: add pid for ZTE
15871 * firewire: ohci: handle receive packets with a data length of zero
15872 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
15873 of ->completed counter
15874 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
15875 counter
15876 * rcu: Fix note_new_gpnum() uses of ->gpnum
15877 * rcu: Remove inline from forward-referenced functions
15878 * perf_event: Fix invalid type in ioctl definition
15879 * perf_event: Initialize data.period in perf_swevent_hrtimer()
15880 * perf: Don't free perf_mmap_data until work has been done
15881 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
15882 * sched: Check for an idle shared cache in select_task_rq_fair()
15883 * sched: Fix affinity logic in select_task_rq_fair()
15884 * sched: Rate-limit newidle
15885 * sched: Fix and clean up rate-limit newidle code
15886 * x86/amd-iommu: attach devices to pre-allocated domains early
15887 * x86/amd-iommu: un__init iommu_setup_msi
15888 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
15889 up the PCI tree
15890 * x86: Fix iommu=nodac parameter handling
15891 * x86: GART: pci-gart_64.c: Use correct length in strncmp
15892 * x86: ASUS P4S800 reboot=bios quirk
15893 - LP: #366682
15894 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
15895 * ssb: Fix range check in sprom write
15896 * ath5k: allow setting txpower to 0
15897 * ath5k: enable EEPROM checksum check
15898 * hrtimer: Fix /proc/timer_list regression
15899 * ALSA: hrtimer - Fix lock-up
15900 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
15901 * KVM: x86 emulator: limit instructions to 15 bytes
15902 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
15903 * KVM: s390: Make psw available on all exits, not just a subset
15904 * KVM: fix irq_source_id size verification
15905 * KVM: x86: include pvclock MSRs in msrs_to_save
15906 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
15907 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
15908 * x86, mce: don't restart timer if disabled
15909 * x86/mce: Set up timer unconditionally
15910 * x86: SGI UV: Fix BAU initialization
15911 * x86: Fix duplicated UV BAU interrupt vector
15912 * x86: Add new Intel CPU cache size descriptors
15913 * x86: Fix typo in Intel CPU cache size descriptor
15914 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
15915 * s390: clear high-order bits of registers after sam64
15916 * V4L/DVB: Fix test in copy_reg_bits()
15917 * bsdacct: fix uid/gid misreporting
15918 * UBI: flush wl before clearing update marker
15919 * jbd2: don't wipe the journal on a failed journal checksum
15920 * USB: xhci: Add correct email and files to MAINTAINERS entry.
15921 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
15922 * USB: option.c: add support for D-Link DWM-162-U5
15923 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
15924 * USB: usb-storage: add BAD_SENSE flag
15925 * USB: Close usb_find_interface race v3
15926 * pxa/em-x270: fix usb hub power up/reset sequence
15927 * hfs: fix a potential buffer overflow
15928 * SUNRPC: IS_ERR/PTR_ERR confusion
15929 * NFS: Fix nfs_migrate_page()
15930 * md/bitmap: protect against bitmap removal while being updated.
15931 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
15932 * devpts_get_tty() should validate inode
15933 * debugfs: fix create mutex racy fops and private data
15934 * Driver core: fix race in dev_driver_string
15935 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
15936 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
15937 * mac80211: Fixed bug in mesh portal paths
15938 * mac80211: Revert 'Use correct sign for mesh active path refresh'
15939 * mac80211: fix scan abort sanity checks
15940 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
15941 * rtl8187: Fix wrong rfkill switch mask for some models
15942 * x86: Fix bogus warning in apic_noop.apic_write()
15943 * mm: hugetlb: fix hugepage memory leak in mincore()
15944 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
15945 * powerpc/windfarm: Add detection for second cpu pump
15946 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
15947 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
15948 * drm/radeon/kms: Add quirk for HIS X1300 board
15949 * drm/radeon/kms: handle vblanks properly with dpms on
15950 * drm/radeon/kms: fix legacy crtc2 dpms
15951 * drm/radeon/kms: fix vram setup on rs600
15952 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
15953 * drm/ttm: Fix build failure due to missing struct page
15954 * drm/i915: Set the error code after failing to insert new offset into mm
15955 ht.
15956 * drm/i915: Add the missing clonemask for display port on Ironlake
15957 * xen/xenbus: make DEVICE_ATTR()s static
15958 * xen: re-register runstate area earlier on resume.
15959 * xen: restore runstate_info even if !have_vcpu_info_placement
15960 * xen: correctly restore pfn_to_mfn_list_list after resume
15961 * xen: register timer interrupt with IRQF_TIMER
15962 * xen: register runstate on secondary CPUs
15963 * xen: don't call dpm_resume_noirq() with interrupts disabled.
15964 * xen: register runstate info for boot CPU early
15965 * xen: call clock resume notifier on all CPUs
15966 * xen: improve error handling in do_suspend.
15967 * xen: don't leak IRQs over suspend/resume.
15968 * xen: use iret for return from 64b kernel to 32b usermode
15969 * xen: explicitly create/destroy stop_machine workqueues outside
15970 suspend/resume region.
15971 * Xen balloon: fix totalram_pages counting.
15972 * xen: try harder to balloon up under memory pressure.
15973 * dm exception store: free tmp_store on persistent flag error
15974 * dm snapshot: only take lock for statustype info not table
15975 * dm crypt: move private iv fields to structs
15976 * dm crypt: restructure essiv error path
15977 * dm: avoid _hash_lock deadlock
15978 * dm snapshot: cope with chunk size larger than origin
15979 * dm crypt: separate essiv allocation from initialisation
15980 * dm crypt: make wipe message also wipe essiv key
15981 * slc90e66: fix UDMA handling
15982 * tcp: Stalling connections: Fix timeout calculation routine
15983 * ip_fragment: also adjust skb->truesize for packets not owned by a
15984 socket
15985 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
15986 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
15987 * sparc64: Fix overly strict range type matching for PCI devices.
15988 * sparc64: Fix stack debugging IRQ stack regression.
15989 * sparc: Set UTS_MACHINE correctly.
15990 * b43legacy: avoid PPC fault during resume
15991 * tracing: Fix event format export
15992 * ath9k: Fix TX hang poll routine
15993 * ath9k: fix processing of TX PS null data frames
15994 * ath9k: Fix maximum tx fifo settings for single stream devices
15995 * ath9k: fix tx status reporting
15996 * mac80211: Fix dynamic power save for scanning.
15997 * drm/i915: Fix sync to vblank when VGA output is turned off
15998 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
15999 * thinkpad-acpi: fix default brightness_mode for R50e/R51
16000 * thinkpad-acpi: preserve rfkill state across suspend/resume
16001 * ipw2100: fix rebooting hang with driver loaded
16002 * matroxfb: fix problems with display stability
16003 * acerhdf: add new BIOS versions
16004 * asus-laptop: change light sens default values.
16005 * vmalloc: conditionalize build of pcpu_get_vm_areas()
16006 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
16007 * net: Fix userspace RTM_NEWLINK notifications.
16008 * ext3: Fix data / filesystem corruption when write fails to copy data
16009 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
16010 * bcm63xx_enet: fix compilation failure after get_stats_count removal
16011 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
16012 * drm/i915: Avoid NULL dereference with component_only tv_modes
16013 * drm/i915: PineView only has LVDS and CRT ports
16014 * drm/i915: Fix LVDS stability issue on Ironlake
16015 * mm: sigbus instead of abusing oom
16016 * ipvs: zero usvc and udest
16017 * jffs2: Fix long-standing bug with symlink garbage collection.
16018 * intel-iommu: Detect DMAR in hyperspace at probe time.
16019 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
16020 * intel-iommu: Check for an RMRR which ends before it starts.
16021 * intel-iommu: Fix oops with intel_iommu=igfx_off
16022 * intel-iommu: ignore page table validation in pass through mode
16023 * netfilter: xtables: document minimal required version
16024 * perf_event: Fix incorrect range check on cpu number
16025 * implement early_io{re,un}map for ia64
16026 * Linux 2.6.32.2
16027
16028 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
16029
16030 linux (2.6.32-9.13) lucid; urgency=low
16031
16032 [ Andy Whitcroft ]
16033
16034 * [Config] enable CONFIG_B43_PHY_LP
16035 - LP: #493059
16036 * include modules.builtin in the binary debs
16037 * config-check -- add a configuration enforcer
16038 * config-check -- add a unit-test suite to the checker
16039 * [Config] Enable CONFIG_SYN_COOKIES for versatile
16040 * [Config] Enable CONFIG_SECURITY_SMACK for ports
16041 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
16042 * [Config] Disable CONFIG_COMPAT_BRK for ports
16043 * getabis -- add armel versatile to the list
16044
16045 [ Brad Figg ]
16046
16047 * SAUCE: Increase the default prealloc buffer for HDA audio devices
16048 (non-modem)
16049
16050 [ Manoj Iyer ]
16051
16052 * ubuntu: onmibook -- Added missing BOM file
16053
16054 [ Tim Gardner ]
16055
16056 * ubuntu: fsam7400 -- Cleanup Makefile
16057
16058 [ Upstream Kernel Changes ]
16059
16060 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
16061 * signal: Fix alternate signal stack check
16062 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
16063 * SCSI: osd_protocol.h: Add missing #include
16064 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
16065 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
16066 ENOSPC
16067 * ext4: avoid divide by zero when trying to mount a corrupted file system
16068 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
16069 * ext4: fix lock order problem in ext4_move_extents()
16070 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
16071 * ext4: plug a buffer_head leak in an error path of ext4_iget()
16072 * ext4: make sure directory and symlink blocks are revoked
16073 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
16074 * ext4: journal all modifications in ext4_xattr_set_handle
16075 * ext4: don't update the superblock in ext4_statfs()
16076 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
16077 non-zero
16078 * ext4: fix block validity checks so they work correctly with meta_bg
16079 * ext4: avoid issuing unnecessary barriers
16080 * ext4: fix error handling in ext4_ind_get_blocks()
16081 * ext4: make trim/discard optional (and off by default)
16082 * ext4: make "norecovery" an alias for "noload"
16083 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
16084 * ext4: initialize moved_len before calling ext4_move_extents()
16085 * ext4: move_extent_per_page() cleanup
16086 * jbd2: Add ENOMEM checking in and for
16087 jbd2_journal_write_metadata_buffer()
16088 * ext4: Return the PTR_ERR of the correct pointer in
16089 setup_new_group_blocks()
16090 * ext4: Avoid data / filesystem corruption when write fails to copy data
16091 * ext4: wait for log to commit when umounting
16092 * ext4: remove blocks from inode prealloc list on failure
16093 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
16094 * ext4: quota macros cleanup
16095 * ext4: fix incorrect block reservation on quota transfer.
16096 * ext4: Wait for proper transaction commit on fsync
16097 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16098 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
16099 * Linux 2.6.32.1
16100 * kbuild: generate modules.builtin
16101 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
16102 - LP: #494461
16103 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
16104 tv_modes
16105 - LP: #494045
16106
16107 [ Zhao Yakui ]
16108
16109 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
16110 less than 0x0f.
16111 - LP: #481765
16112
16113 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
16114
16115 linux (2.6.32-8.12) lucid; urgency=low
16116
16117 [ Andy Whitcroft ]
16118
16119 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
16120
16121 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
16122
16123 linux (2.6.32-8.11) lucid; urgency=low
16124
16125 [ Andy Whitcroft ]
16126
16127 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
16128 up"
16129 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16130 transition."
16131 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
16132 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
16133 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
16134 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
16135 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
16136 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
16137 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
16138 mem"
16139 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
16140 denied"
16141 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
16142 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
16143 allocation"
16144 * Revert "SAUCE: AppArmor: Set error code after structure
16145 initialization."
16146 * Revert "AppArmor -- fix pstrace_may_access rename"
16147 * Revert "ubuntu: AppArmor security module"
16148 * Revert "SAUCE: Add config option to set a default LSM"
16149 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
16150 * Revert "[Config] fsam7400 -- enable"
16151 * Revert "[Config] AUFS -- enable"
16152 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
16153 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
16154 * Revert "ubuntu: AUFS -- export various core functions"
16155 * Revert "[Config] ubuntu/iscsitarget -- disable"
16156 * Revert "[Config] iscsitarget -- enable"
16157 * Revert "ubuntu: iscsitarget -- SVN revision r214"
16158 * update Vcs-Git to point to the correct repository
16159 - LP: #493589
16160 * update build environment overrides to lucid
16161 - LP: #493589
16162 * [Config] enable CONFIG_DEVTMPFS
16163 * [Config] update all configs following AppArmor 2009-12-08 update
16164 * SAUCE: isapnp_init: make isa PNP scans occur async
16165 * [Config] fsam7400 -- enable
16166 * [Config] omnibook -- enable
16167 * [Config] cleanup CONFIG_AUDIT
16168 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
16169 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
16170 * ubuntu: AUFS -- aufs2 20091209
16171 * [Config] AUFS -- enable
16172 * [Config] iscsitarget -- enable
16173
16174 [ Arjan van de Ven ]
16175
16176 * SAUCE: KMS: cache the EDID information of the LVDS
16177
16178 [ Colin Watson ]
16179
16180 * bnx2: update d-i firmware filenames
16181 - LP: #494052
16182 * add cdc_ether to nic-usb-modules udeb
16183 - LP: #495060
16184
16185 [ John Johansen ]
16186
16187 * ubuntu: AppArmor -- mainline 2009-10-08
16188
16189 [ Manoj Iyer ]
16190
16191 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
16192 * ubuntu: omnibook -- support Toshiba (HP) netbooks
16193 * ubuntu: iscsitarget --- version 1.4.19
16194 - LP: #494693
16195
16196 [ Surbhi Palande ]
16197
16198 * SAUCE: Make populate_rootfs asynchronous
16199
16200 [ Tim Gardner ]
16201
16202 * Parallelize flavour builds and packaging
16203 * [Config] Enable CONFIG_KSM
16204
16205 [ Upstream Kernel Changes ]
16206
16207 * Config option to set a default LSM
16208 * LSM: Add security_path_chroot().
16209 * LSM: Add security_path_chroot().
16210 * LSM: Move security_path_chmod()/security_path_chown() to after
16211 mutex_lock().
16212 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16213
16214 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
16215
16216 linux (2.6.32-7.10) lucid; urgency=low
16217
16218 [ Andy Whitcroft ]
16219
16220 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
16221
16222 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
16223
16224 linux (2.6.32-7.9) lucid; urgency=low
16225
16226 [ Andy Whitcroft ]
16227
16228 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
16229 - LP: #458982
16230 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
16231 * [Config] update configs following versatile switch to V7
16232 * rebased to v2.6.32
16233 * [Config] update configs following rebase to v2.6.32
16234 * [Config] update ports configs following rebase to v2.6.32
16235 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16236
16237 [ Arjan van de Ven ]
16238
16239 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
16240
16241 [ Leann Ogasawara ]
16242
16243 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
16244 permissions
16245 - CVE-2009-3939
16246
16247 [ Loic Minier ]
16248
16249 * SAUCE: select a v7 CPU for versatile
16250
16251 [ Takashi Iwai ]
16252
16253 * SAUCE: ALSA: hda - Add power on/off counter
16254
16255 [ Upstream changes ]
16256
16257 * rebased to v2.6.32
16258
16259 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
16260
16261 linux (2.6.32-6.8) lucid; urgency=low
16262
16263 [ Andy Whitcroft ]
16264
16265 * [Config] disable SSB devices for armel
16266
16267 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
16268
16269 linux (2.6.32-6.7) lucid; urgency=low
16270
16271 [ Andy Whitcroft ]
16272
16273 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
16274 * Revert "SAUCE: Dell XPS710 reboot quirk"
16275 * Revert "SAUCE: Link acpi-cpufreq.o first"
16276 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
16277 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
16278 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
16279 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
16280 * Revert "Add Dell Dimension 9200 reboot quirk"
16281 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
16282 * Revert "SAUCE: tulip: Define ULI PCI ID's"
16283 * Revert "SAUCE: Lower warning level of some PCI messages"
16284 * Revert "mac80211: fix two issues in debugfs"
16285 Drop a number of known redundant commits as identified in the Ubuntu
16286 delta review blueprint.
16287
16288 * reenable armel versatile flavour
16289 * [Config] disable CONFIG_USB_DEVICEFS
16290
16291 [ Tim Gardner ]
16292
16293 * [Config] udeb: Add squashfs to fs-core-modules
16294 - LP: #352615
16295 * [Config] Create a real squashfs udeb
16296 - LP: #352615
16297
16298
16299 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16300
16301 linux (2.6.32-5.6) lucid; urgency=low
16302
16303 [ Andy Whitcroft ]
16304
16305 * rebase to v2.6.32-rc8
16306 * update configs following rebase to v2.6.32-rc8
16307 * update ports configs since rebase to v2.6.32-rc8
16308 * [Config] enable cgroup options
16309 - LP: #480739
16310
16311 [ Upstream Kernel Changes ]
16312
16313 * rebase to v2.6.32-rc8
16314
16315 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16316
16317 linux (2.6.32-4.5) lucid; urgency=low
16318
16319 [ Andy Whitcroft ]
16320
16321 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16322 * rebase to v2.6.32-rc7
16323 * resync with Karmic proposed
16324
16325 [ John Johansen ]
16326
16327 * SAUCE: AppArmor: Fix oops after profile removal
16328 - LP: #475619
16329 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16330 - LP: #437258
16331 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16332 - LP: #479102
16333 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16334 - LP: #479115
16335 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16336 transition.
16337 - LP: #480112
16338
16339 [ Ubuntu Changes ]
16340
16341 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16342
16343 [ Upstream Kernel Changes ]
16344
16345 * rebase to v2.6.32-rc7
16346
16347 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16348
16349 linux (2.6.32-3.4) lucid; urgency=low
16350
16351 [ Andy Whitcroft ]
16352
16353 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16354 * [Upstream] add local prefix to oss local change_bits
16355
16356 [ Upstream Kernel Changes ]
16357
16358 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16359 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16360
16361 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16362
16363 linux (2.6.32-3.3) lucid; urgency=low
16364
16365 [ Andy Whitcroft ]
16366
16367 * rebase to v2.6.32-rc6
16368 * [Config] update configs following rebase to v2.6.32-rc6
16369 * [Config] update ports configs following rebase to v2.6.32-rc6
16370 * resync with Karmic Ubuntu-2.6.31-15.49
16371 * [Config] add module ignores for broken drivers
16372
16373 [ John Johansen ]
16374
16375 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16376 - LP: #453335
16377 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16378 - LP: #458299
16379 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16380 - LP: #462824
16381 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16382 - LP: #451375
16383
16384 [ Kees Cook ]
16385
16386 * SAUCE: Fix nx_enable reporting
16387 - LP: #454285
16388
16389 [ Scott James Remnant ]
16390
16391 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16392 * SAUCE: trace: add trace events for open(), exec() and uselib()
16393 - LP: #462111
16394
16395 [ Stefan Bader ]
16396
16397 * SAUCE: Fix sub-flavour script to not stop on missing directories
16398 - LP: #453073
16399
16400 [ Ubuntu Changes ]
16401
16402 * resync with Karmic Ubuntu-2.6.31-15.49
16403
16404 [ Upstream Kernel Changes ]
16405
16406 * rebase to v2.6.32-rc6
16407 - LP: #464552
16408
16409 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16410
16411 linux (2.6.32-2.2) lucid; urgency=low
16412
16413 [ Andy Whitcroft ]
16414
16415 * install the full changelog with the binary package
16416 * changelog -- explicitly note rebases and clean history
16417 * reinstate armel.mk with no flavours
16418 - LP: #449637
16419 * [Upstream] block: silently error unsupported empty barriers too
16420 - LP: #420423
16421 * [Config] udate configs following karmic resync
16422 * [Config] update ports configs following karmic resync
16423 * [Upstream] lirc -- follow removal of .id element
16424
16425 [ Colin Watson ]
16426
16427 * Use section 'admin' rather than 'base'
16428 * Add more e100 firmware to nic-modules
16429 - LP: #451872
16430 * Add qla1280 firmware to scsi-modules
16431 - LP: #381037
16432
16433 [ John Johansen ]
16434
16435 * SAUCE: AppArmor: Set error code after structure initialization.
16436 - LP: #427948
16437 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16438 - LP: #446595
16439 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16440
16441 [ Kees Cook ]
16442
16443 * SAUCE: [x86] fix report of cs-limit nx-emulation
16444 - LP: #454285
16445
16446 [ Leann Ogasawara ]
16447
16448 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16449 events
16450 - LP: #430809
16451 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16452 toggle switch press
16453 - LP: #430809
16454
16455 [ Luke Yelavich ]
16456
16457 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16458 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16459
16460 [ Mario Limonciello ]
16461
16462 * SAUCE: Update to LIRC 0.8.6
16463 - LP: #432678
16464 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16465 requerying every time
16466 - LP: #430809
16467 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16468 - LP: #430809
16469
16470 [ Stefan Bader ]
16471
16472 * [Upstream] acerhdf: Limit modalias matching to supported boards
16473 - LP: #435958
16474
16475 [ Tim Gardner ]
16476
16477 * [Upstream] i915: Fix i2c init message
16478 - LP: #409361
16479 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16480 - LP: #439415
16481 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16482 - LP: #439456
16483 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16484 - LP: #381300
16485 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16486 - LP: #430694
16487 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16488 - LP: #430694
16489 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16490 - LP: #416325
16491 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16492 - LP: #430694
16493 * SAUCE: Raise the default console 'quiet' level to 2
16494 * [Config] CONFIG_X86_PAT=y
16495 * [Config] Add armel arch to linux-libc-dev arches.
16496 - LP: #449637
16497 * [Config] CONFIG_X86_MCE
16498 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16499 M300 to rate blacklist
16500 - LP: #433801
16501
16502 [ Upstream Kernel Changes ]
16503
16504 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16505 * drm/i915: Fix FDI M/N setting according with correct color depth
16506 - LP: #416792
16507
16508 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16509
16510 linux (2.6.32-1.1) lucid; urgency=low
16511
16512 [ Andy Whitcroft ]
16513
16514 * rebase to v2.6.32-rc3
16515 * [Config] update configs following rebase to 2.6.32-rc3
16516 * [Config] update ports configs following rebase to 2.6.32-rc3
16517 * AppArmor -- fix pstrace_may_access rename
16518 * staging/android -- disable
16519 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16520 * ubuntu: drbd -- disable
16521 * staging/comdi -- disable
16522 * staging/go7007 -- disable
16523 * [Config] staging/winbond -- disable
16524 * [Config] ubuntu/iscsitarget -- disable
16525 * [d-i] cbc and ecb are builtin make them optional in udebs
16526 * rebase to v2.6.32-rc5
16527 * [Config] update configs following rebase to v2.6.32-rc5
16528 * [Config] update ports configs following rebase to v2.6.31-rc5
16529
16530 [ Tim Gardner ]
16531
16532 * [Config] Add cpio as a build dependency.
16533
16534 [ Upstream Kernel Changes ]
16535
16536 * rebase to v2.6.32-rc3
16537 * rebase to v2.6.32-rc5
16538
16539 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
16540
16541 linux (2.6.31-11.37) karmic; urgency=low
16542
16543 [ Tim Gardner ]
16544
16545 * [Config] Increase kernel log buffer to 256K for amd64 flavours
16546 - LP: #424810
16547 * [Config] Set HZ=100 for amd64 flavours
16548 - LP: #438234
16549 * [Upstream] e1000e: Emit notice instead of an error when
16550 pci_enable_pcie_error_reporting() fails
16551 - LP: #436370
16552
16553 [ Upstream Kernel Changes ]
16554
16555 * n_tty: honor opost flag for echoes
16556 * n_tty: move echoctl check and clean up logic
16557 - LP: #438310
16558
16559 * Revert "[Upstream] drm/i915: Check that the relocation points to within
16560 the target" - Use upstream cherry-pick.
16561 * drm/i915: Check that the relocation points to within the target
16562 - LP: #429241
16563
16564 * drm/i915: fix tiling on IGDNG
16565 * drm/i915: add B43 chipset support
16566 * agp/intel: Add B43 chipset support
16567 Intel request from kernel team mailing list.
16568
16569 * HID: completely remove apple mightymouse from blacklist
16570 - LP: #428111
16571
16572 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
16573
16574 linux (2.6.31-11.36) karmic; urgency=low
16575
16576 [ Brian Rogers ]
16577
16578 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
16579 persistent object
16580 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
16581 persistent object
16582
16583 [ Takashi Iwai ]
16584
16585 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
16586 - LP: #416482
16587
16588 [ Tyler Hicks ]
16589
16590 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
16591 negative during unlink
16592
16593 [ Upstream Kernel Changes ]
16594
16595 * sg: fix oops in the error path in sg_build_indirect()
16596 * mpt2sas : Rescan topology from Interrupt context instead of work thread
16597 * mpt2sas: Prevent sending command to FW while Host Reset
16598 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
16599 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
16600 * SCSI: fix oops during scsi scanning
16601 * SCSI: libsrp: fix memory leak in srp_ring_free()
16602 * cfg80211: fix looping soft lockup in find_ie()
16603 * ath5k: write PCU registers on initial reset
16604 * binfmt_elf: fix PT_INTERP bss handling
16605 * TPM: Fixup boot probe timeout for tpm_tis driver
16606 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
16607 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
16608 * fix undefined reference to user_shm_unlock
16609 * perf_counter: Fix buffer overflow in perf_copy_attr()
16610 * perf_counter: Start counting time enabled when group leader gets
16611 enabled
16612 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
16613 * powerpc: Fix bug where perf_counters breaks oprofile
16614 * powerpc/ps3: Workaround for flash memory I/O error
16615 * block: don't assume device has a request list backing in nr_requests
16616 store
16617 * agp/intel: remove restore in resume
16618 * ALSA: cs46xx - Fix minimum period size
16619 * ASoC: Fix WM835x Out4 capture enumeration
16620 * sound: oxygen: work around MCE when changing volume
16621 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
16622 * perf stat: Change noise calculation to use stddev
16623 * x86: Fix x86_model test in es7000_apic_is_cluster()
16624 * x86/i386: Make sure stack-protector segment base is cache aligned
16625 * PCI: apply nv_msi_ht_cap_quirk on resume too
16626 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
16627 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
16628 with highmem
16629 * KVM guest: do not batch pte updates from interrupt context
16630 * KVM: Fix coalesced interrupt reporting in IOAPIC
16631 * KVM: VMX: Check cpl before emulating debug register access
16632 * KVM guest: fix bogus wallclock physical address calculation
16633 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
16634 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
16635 * KVM: x86 emulator: Implement zero-extended immediate decoding
16636 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
16637 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
16638 * KVM: limit lapic periodic timer frequency
16639 * libata: fix off-by-one error in ata_tf_read_block()
16640 * PCI quirk: update 82576 device ids in SR-IOV quirks list
16641 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
16642 * powerpc/pseries: Fix to handle slb resize across migration
16643 * Linux 2.6.31.1
16644
16645 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
16646
16647 linux (2.6.31-10.35) karmic; urgency=low
16648
16649 [ Amit Kucheria ]
16650
16651 * Disable CONFIG_UEVENT_HELPER_PATH
16652
16653 [ Andy Whitcroft ]
16654
16655 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
16656 * remove the tlsup driver
16657 * remove lmpcm logitech driver support
16658
16659 [ Bryan Wu ]
16660
16661 * Add 3 missing files to prerm remove file list
16662 - LP: #345623, #415832
16663
16664 [ Chris Wilson ]
16665
16666 * [Upstream] drm/i915: Check that the relocation points to within the
16667 target
16668 - LP: #429241
16669
16670 [ Luke Yelavich ]
16671
16672 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
16673
16674 [ Manoj Iyer ]
16675
16676 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16677 - LP: #348861
16678
16679 [ Tim Gardner ]
16680
16681 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
16682 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
16683 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
16684 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
16685 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
16686 Upstream suggests that this is not the right approach.
16687
16688 * [Config] Set default I/O scheduler to DEADLINE
16689 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
16690 - LP: #381300
16691
16692 [ ubuntu@tjworld.net ]
16693
16694 * SAUCE: ipw2200: Enable LED by default
16695 - LP: #21367
16696
16697 [ Upstream Kernel Changes ]
16698
16699 * ALSA: hda - Add support for new AMD HD audio devices
16700 - LP: #430564
16701
16702 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
16703
16704 linux (2.6.31-10.34) karmic; urgency=low
16705
16706 [ Ted Tso ]
16707
16708 * [Upstream] ext3: Don't update superblock write time when filesystem is
16709 read-only
16710 - LP: #427822
16711
16712 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
16713
16714 linux (2.6.31-10.33) karmic; urgency=low
16715
16716 [ Leann Ogasawara ]
16717
16718 * [Upstream] dvb-usb: fix tuning with Cinergy T2
16719 - LP: #421258
16720
16721 [ Tim Gardner ]
16722
16723 * [Config] Unconditionally copy files from sub-flavours lists.
16724 (really, really fix it this time)
16725 - LP: #423426
16726 * [Config] Set CONFIG_CACHEFILES=m for all flavours
16727
16728 [ Upstream Kernel Changes ]
16729
16730 * ext4: Don't update superblock write time when filesystem is read-only
16731 - LP: #427822
16732
16733 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
16734
16735 linux (2.6.31-10.32) karmic; urgency=low
16736
16737 [ Eric Miao ]
16738
16739 * [Config] enable module support for memory stick
16740 - LP: #159951
16741
16742 [ Tim Gardner ]
16743
16744 * [Config] Unconditionally copy files from sub-flavours lists.
16745 - LP: #423426
16746
16747 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
16748
16749 linux (2.6.31-10.31) karmic; urgency=low
16750
16751 [ Andy Whitcroft ]
16752
16753 * rebase to v2.6.31 final
16754
16755 [ Colin Watson ]
16756
16757 * [Config] Recommend grub-pc in linux-image
16758 - LP: #385741
16759
16760 [ Ike Panhc ]
16761
16762 * [Upstream] Pull latest update of lenovo-sl-laptop
16763
16764 [ Peter Feuerer ]
16765
16766 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
16767 model
16768 - LP: #426691
16769
16770 [ Tim Gardner ]
16771
16772 * [Config] De-macro some package names.
16773
16774 [ Upstream Changes ]
16775
16776 * rebase to 2.6.31 final.
16777
16778 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
16779
16780 linux (2.6.31-10.30) karmic; urgency=low
16781
16782 [ Amit Kucheria ]
16783
16784 * [Config] Enable CONFIG_USB_DEVICEFS
16785 - LP: #417748
16786 * [Config] Populate the config-update template a bit more
16787
16788 [ Andy Whitcroft ]
16789
16790 * rebase to v2.6.31-rc9
16791 * [Config] update configs following rebase to v2.6.31-rc9
16792 * [Config] update ports configs following rebase to v2.6.31-rc9
16793
16794 [ Colin Ian King ]
16795
16796 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
16797 - LP: #254837
16798
16799 [ Jerone Young ]
16800
16801 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
16802 white-list
16803 - LP: #281732
16804 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
16805 white-list
16806 - LP: #281732
16807 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
16808 white-list
16809 - LP: #281732
16810 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
16811 white-list
16812 - LP: #281732
16813 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
16814 white-list
16815 - LP: #281732
16816
16817 [ John Johansen ]
16818
16819 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
16820 - LP: #419308
16821 * SAUCE: AppArmor: Return the correct error codes on profile
16822 addition/removal
16823 - LP: #408473
16824 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
16825 - LP: #408454
16826 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
16827 - LP: #419222
16828 * SAUCE: AppArmor: Fix change_profile failure
16829 - LP: #401931
16830 * SAUCE: AppArmor: Tell git to ignore generated include files
16831 - LP: #419505
16832
16833 [ Stefan Bader ]
16834
16835 * [Upstream] acpi: video: Loosen strictness of video bus detection code
16836 - LP: #333386
16837 * SAUCE: Remove ov511 driver from ubuntu subdirectory
16838
16839 [ Tim Gardner ]
16840
16841 * [Config] Exclude char-modules from non-x86 udeb creation
16842 * SAUCE: Notify the ACPI call chain of AC events
16843 * [Config] CONFIG_SATA_VIA=m
16844 - LP: #403385
16845 * [Config] Build in all phylib support modules.
16846 * [Config] Don't fail when sub-flavour files are missing
16847 - LP: #423426
16848 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
16849 - LP: #423513
16850
16851 [ Upstream ]
16852
16853 * Rebased against v2.6.31-rc9
16854
16855 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
16856
16857 linux (2.6.31-9.29) karmic; urgency=low
16858
16859 [ Leann Ogasawara ]
16860
16861 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
16862 - LP: #419993
16863 * [Config] d-i/modules: Add new char-modules file, initialize with
16864 intel-agp
16865 - LP: #420605
16866
16867 [ Upstream ]
16868
16869 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
16870 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
16871 adda766193ea1cf3137484a9521972d080d0b7af.
16872
16873 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
16874
16875 linux (2.6.31-8.28) karmic; urgency=low
16876
16877 [ Ike Panhc ]
16878
16879 * [Config] Let nic-shared-modules depends on crypto-modules
16880 - LP: #360966
16881
16882 [ Leann Ogasawara ]
16883
16884 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
16885 constant
16886 - LP: #412492
16887
16888 [ Mario Limonciello ]
16889
16890 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
16891 status if HW switch is disabled
16892 - LP: #418721
16893 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
16894 Compal made Dell laptops
16895 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
16896 with rfkill support
16897
16898 [ Tim Gardner ]
16899
16900 * [Config] Add acpiphp to virtual sub-flavour
16901 - LP: #364916
16902 * Drop KSM patch set for now because of instabilities with encrypted swap.
16903 - LP: #418781
16904
16905 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
16906
16907 linux (2.6.31-7.27) karmic; urgency=low
16908
16909 [ Tim Gardner ]
16910
16911 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
16912 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
16913 Replaces previous ksm patches from 2.6.31-6.25
16914 * [Config] KSM=y
16915
16916 [ Upstream ]
16917
16918 * Rebased against v2.6.31-rc7
16919
16920 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
16921
16922 linux (2.6.31-6.26) karmic; urgency=low
16923
16924 [ Andy Whitcroft ]
16925
16926 * [Config] enable CONFIG_AUFS_BR_RAMFS
16927 - LP: #414738
16928 * split out debian directory ready for abstraction
16929 * add printdebian target to find branch target
16930 * abstracted debian -- debian/files is not abstracted
16931 * abstracted debian -- packages must be built in debian/<pkg>
16932 * abstracted debian -- kernel-wedge needs to work in debian/
16933 * abstracted debian -- ensure we install the copyright file
16934 * abstracted-debian -- drop the debian directories from headers
16935 * abstracted-debian -- drop the debian directories from headers part 2
16936 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
16937 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
16938 - LP: #410198
16939
16940 [ Luke Yelavich ]
16941
16942 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
16943 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
16944 - LP: #413150
16945 * [Config] Ports: Build all cpu frequency scaling governors into ports
16946 kernels
16947 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
16948 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
16949 * [Config] Ports: Enable PS3 network driver
16950
16951 [ Stefan Bader ]
16952
16953 * abstracted debian -- call $(DEBIAN)/rules using make
16954
16955 [ Tim Gardner ]
16956
16957 * [Config] Abstract the debian directory
16958 * SAUCE: Improve error reporting in postinst
16959 - LP: #358564
16960
16961 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
16962
16963 linux (2.6.31-6.25) karmic; urgency=low
16964
16965 [ Andy Whitcroft ]
16966
16967 * script to generate Ubuntu changes from changelog
16968 * [Config] standardise ANDROID options
16969 * [Config] standardise CONFIG_ATM as module
16970 * [Config] standardise CONFIG_LIB80211 as module
16971 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
16972 * [Config] set CONFIG_CRAMFS as module
16973 * [Config] enable CONFIG_DAB and modules
16974 * [Config] set CONFIG_MAC80211_HWSIM as module
16975 * [Config] set CONFIG_NET_CLS_FLOW as module
16976 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
16977 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
16978 * [Config] set CONFIG_RTC_DRV_DS1511 as module
16979 * [Config] set CONFIG_RTC_DRV_R9701 as module
16980 * [Config] set CONFIG_RTC_DRV_S35390A as module
16981 * [Config] set CONFIG_TOIM3232_DONGLE as module
16982 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
16983 * [Config] standardise CONFIG_USB_G_PRINTER as module
16984 * [Config] standardise CONFIG_USB_SERIAL_IR as module
16985 * [Config] set CONFIG_USB_SERIAL_IUU as module
16986 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
16987 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
16988 * cleanup remains of dm-loop
16989 * drop thinkpad ec and smapi support
16990 * drop appleir
16991 * [Config] update configs following rebase to v2.6.31-rc6
16992 * rebase to v2.6.31-rc6
16993
16994 [ Hugh Dickins ]
16995
16996 * SAUCE: ksm patch 1, drop after 2.6.31
16997 * SAUCE: ksm patch 2, drop after 2.6.31
16998 * SAUCE: ksm patch 3, drop after 2.6.31
16999 * SAUCE: ksm patch 4, drop after 2.6.31
17000 * SAUCE: ksm patch 5, drop after 2.6.31
17001 * SAUCE: ksm patch 7, drop after 2.6.31
17002
17003 [ Izik Eidus ]
17004
17005 * SAUCE: ksm patch 0, drop after 2.6.31
17006 * SAUCE: ksm patch 6, drop after 2.6.31
17007 * SAUCE: ksm patch 8, drop after 2.6.31
17008 * SAUCE: ksm patch 9, drop after 2.6.31
17009
17010 [ Luke Yelavich ]
17011
17012 * [Config] Ports: Re-add PS3 modules to udebs
17013
17014 [ Michael Casadevall ]
17015
17016 * [Config] Update SPARC config and d-i files to reflect what can be built
17017
17018 [ Tim Gardner ]
17019
17020 * [Config] Removed armel package support
17021 * [Config] Enabled CONFIG_KSM=y
17022
17023 [ Upstream Kernel Changes ]
17024
17025 * Rebased against v2.6.31-rc6
17026 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
17027 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
17028 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
17029 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
17030 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
17031 changes"
17032 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
17033 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
17034 revision"
17035 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
17036 by default"
17037 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
17038 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
17039 ARCH_MXC_CANONICAL"
17040 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
17041 CONFIG_GPIOLIB"
17042 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
17043 2.6.31"
17044 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
17045 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
17046 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
17047 mxc_uart.h _everywhere_"
17048 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
17049 correct location"
17050 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
17051 snd_card_create"
17052 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
17053 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
17054 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
17055 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
17056 mxc_map_io."
17057 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17058 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17059 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
17060 with snd_soc_card."
17061 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
17062 structure"
17063 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
17064 DMA_MODE_READ/WRITE/MASK"
17065 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
17066 Freescale mx51 platform"
17067 * Driver core: add new device to bus's list before probing
17068 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
17069 power-saving
17070 - LP: #381693, #399750, #380892
17071
17072 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
17073
17074 linux (2.6.31-5.24) karmic; urgency=low
17075
17076 [ Amit Kucheria ]
17077
17078 * ARM: IMX51: Make video capture drivers compile
17079 * [Config] IMX51: Config updates
17080
17081 [ Andy Whitcroft ]
17082
17083 * remove leftovers of dm-bbr
17084
17085 [ Leann Ogasawara ]
17086
17087 * Add pata_cs5535 to pata-modules
17088 - LP: #318805
17089
17090 [ Luke Yelavich ]
17091
17092 * [Config] CONFIG_PPC64=y for powerpc64-smp
17093 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
17094 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
17095 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
17096 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
17097 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
17098 * [Config] Enable all PS3 drivers in powerpc64-smp
17099
17100 [ Mario Limonciello ]
17101
17102 * LIRC -- fix lirc-i2c 2.6.31 compilation
17103
17104 [ Matthew Garrett ]
17105
17106 * [Upstream] dell-laptop: Fix rfkill state queries
17107
17108 [ Tim Gardner ]
17109
17110 * [Config] Ignore armel ABI and module changes
17111 * [Config] Update configs after rebase against 2.6.31-rc5
17112
17113 [ Upstream ]
17114
17115 * Rebased to 2.6.31-rc5
17116
17117 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
17118
17119 linux (2.6.31-4.23) karmic; urgency=low
17120
17121 [ Andy Whitcroft ]
17122
17123 * AUFS -- update to aufs2-30 20090727
17124 * [Config] enable AUFS FUSE support
17125
17126 [ Luke Yelavich ]
17127
17128 * [Config] CONFIG_JFS_FS=m on sparc
17129
17130 [ Tim Gardner ]
17131
17132 * [Upstream] dell-laptop: Fix rfkill state setting.
17133
17134 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
17135
17136 linux (2.6.31-4.22) karmic; urgency=low
17137
17138 [ Amit Kucheria ]
17139
17140 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
17141 * ARM: IMX51: Move board-mx51* header files to the correct location
17142 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
17143 * ARM: IMX51: Make it compile.
17144 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
17145 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
17146 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
17147 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
17148 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
17149 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
17150 * ARM: staging: udlfb: Add vmalloc.h include
17151 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
17152
17153 [ Brad Figg ]
17154
17155 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
17156 * ARM: IMX51: codec structure was moved to the card structure
17157 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
17158 * ARM: IMX51: Get to bus_id by calling dev_name.
17159 * ARM: IMX51: Get to bus_id by calling dev_name.
17160 * ARM: IMX51: Added external declaration for mxc_map_io.
17161 * ARM: IMX51: Removed the mxc_gpio_port structure.
17162 * ARM: IMX51: mxc_timer_init prototype
17163 * ARM: IMX51: Fix up merge error in Kconfig
17164 * ARM: IMX51: Changed from snd_card_new to snd_card_create
17165
17166 [ Dinh Nguyen ]
17167
17168 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
17169 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
17170 * ARM: IMX51: Babbage 2.5 needs a different system revision
17171 * ARM: IMX51: IPU irq handler deadlock fix
17172
17173 [ Tim Gardner ]
17174
17175 * [Config] Enabled CONFIG_CAN=m
17176 - LP: #327243
17177 * [Config] Enabled CONFIG_SERIAL=m
17178 - LP: #397189
17179
17180 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
17181
17182 linux (2.6.31-4.21) karmic; urgency=low
17183
17184 [ Amit Kucheria ]
17185
17186 * dm-raid-4-5: Add missing brackets around test_bit()
17187
17188 [ John Johansen ]
17189
17190 * AppArmor: Fix change_profile failing lpn401931
17191 * AppArmor: Fix determination of forced AUDIT messages.
17192 * AppArmor: Fix oops in auditing of the policy interface offset
17193
17194 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
17195
17196 linux (2.6.31-4.20) karmic; urgency=low
17197
17198 [ Andy Whitcroft ]
17199
17200 * SAUCE: iscsitarget -- update to SVN revision r214
17201 * SAUCE: iscsitarget -- renable driver
17202 * [Config] consolidate lpia/lpia and i386/generic configs
17203 * [Config] enable CRYPTO modules for all architectures
17204 * [Config] enable cryptoloop
17205 * [Config] enable various filesystems for armel
17206 * [Config] sync i386 generic and generic-pae
17207 * [Config] add the 386 (486 processors and above) flavour
17208 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
17209 - LP: #399914
17210 * add genconfigs/genportsconfigs to extract the built configs
17211 * updateconfigs -- alter concatenation order allow easier updates
17212 * intelfb -- INTELFB now conflicts with DRM_I915
17213 * printchanges -- rebase tree does not have stable tags use changelog
17214 * AppArmor: fix argument size missmatch on 64 bit builds
17215
17216 [ Ike Panhc ]
17217
17218 * Ship bnx2x firmware in nic-modules udeb
17219 - LP: #360966
17220
17221 [ Jeff Mahoney ]
17222
17223 * AppArmor: fix build failure on ia64
17224
17225 [ John Johansen ]
17226
17227 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
17228 initialize.
17229 * AppArmour: fix auditing of domain transitions to include target profile
17230 information
17231 * AppArmor: fix C99 violation
17232 * AppArmor: revert reporting of create to write permission.
17233 * SAUCE: Add config option to set a default LSM
17234 * [Config] enable AppArmor by default
17235 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
17236
17237 [ Keith Packard ]
17238
17239 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
17240 hardware
17241 - LP: #351756
17242
17243 [ Luke Yelavich ]
17244
17245 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
17246 header packages
17247 - LP: #355344
17248
17249 [ Michael Casadevall ]
17250
17251 * [Config] update SPARC config files to allow success build
17252
17253 [ Scott James Remnant ]
17254
17255 * SAUCE: trace: add trace_event for the open() syscall
17256
17257 [ Stefan Bader ]
17258
17259 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
17260 - LP: #396780
17261
17262 [ Tim Gardner ]
17263
17264 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
17265 - LP: #397499
17266 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
17267 refresh
17268 - LP: #365291
17269 * [Config] SSB/B44 are common across all arches/flavours.
17270
17271 [ Upstream ]
17272
17273 * Rebased to 2.6.31-rc4
17274
17275 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
17276
17277 linux (2.6.31-3.19) karmic; urgency=low
17278
17279 [ Andy Whitcroft ]
17280
17281 * Revert "[Config] Disabled NDISWRAPPER"
17282 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
17283 * AUFS -- export various core functions
17284 * AUFS -- export various core functions -- fixes
17285 * AUFS -- core filesystem
17286 * AUFS -- track changes in v2.6.31
17287 * [Config] Enable AUFS
17288 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17289 is already upstream but failed to auto-drop on rebase.
17290
17291 [ Eric Paris ]
17292
17293 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17294 choose
17295 * SAUCE: inotify: check filename before dropping repeat events
17296 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17297
17298 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17299
17300 linux (2.6.31-3.18) karmic; urgency=low
17301
17302 [ Andy Whitcroft ]
17303
17304 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17305 AUFS"
17306 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17307 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17308 security_inode_permission"
17309 * clear out left over AUFS files and modifications
17310
17311 [ Luke Yelavich ]
17312
17313 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17314 * SAUCE: Explicitly include header files to allow apparmor to build on
17315 powerpc
17316 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17317
17318 [ Tim Gardner ]
17319
17320 * [Config] Dropped ubuntu/misc/wireless/acx
17321 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17322
17323 [ Upstream ]
17324
17325 * Rebased to 2.6.31-rc3
17326
17327 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17328
17329 linux (2.6.31-2.17) karmic; urgency=low
17330
17331 [ Andy Whitcroft ]
17332
17333 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17334 * compcache -- remove redundant Kconfig entries part 2
17335 * compcache -- clean up CCFLAGS declarations
17336 * [Config] enable AppArmor
17337 * AppArmor: fix operator precidence issue in as_path_link
17338
17339 [ John Johansen ]
17340
17341 * AppArmor security module
17342 * AppArmor: Correct mapping of file permissions.
17343 * AppArmor: Turn auditing of ptrace on
17344
17345 [ Luke Yelavich ]
17346
17347 * [Config] disable CONFIG_DM_RAID45 on powerpc
17348
17349 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17350
17351 linux (2.6.31-2.16) karmic; urgency=low
17352
17353 [ Andy Whitcroft ]
17354
17355 * compcache -- remove redundant Kconfig entries
17356 added ignore and ignore.modules for all arches since the compcache update
17357 changes the modules names as well as some compcache ABI values.
17358
17359 [ Manoj Iyer ]
17360
17361 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17362 * SAUCE: update compcache version to 0.5.3
17363
17364 [ Tim Gardner ]
17365
17366 * [Config]: Fix sparc FTBS by adding ignore.modules
17367
17368 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17369
17370 linux (2.6.31-2.15) karmic; urgency=low
17371
17372 [ Andy Whitcroft ]
17373
17374 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17375 * [Config] Update configs following rebase to 2.6.31-rc2
17376 * [Config] update ports configs following update to 2.6.31-rc2
17377
17378 [ Luke Yelavich ]
17379
17380 * [Config] powerpc - Disable CONFIG_RDS
17381
17382 [ Matt Zimmerman ]
17383
17384 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17385 - LP: #382115
17386
17387 [ Upstream Kernel Changes ]
17388
17389 * rebased to mainline 2.6.31-rc2
17390
17391 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17392
17393 linux (2.6.31-1.14) karmic; urgency=low
17394
17395 [ Andy Whitcroft ]
17396
17397 * update ndiswrapper to 1.55
17398 * remove leftovers of gfs
17399 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17400
17401 [ Luke Yelavich ]
17402
17403 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17404 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17405 kernel
17406
17407 [ Manoj Iyer ]
17408
17409 * Remove snd-bt-sco ubuntu driver
17410
17411 [ Michael Casadevall ]
17412
17413 * [Config] updates ia64 config and d-i folders to allow succesful build
17414 * [Config] Update powerpc and sparc for 2.6.31
17415
17416 [ Upstream Kernel Changes ]
17417
17418 * intel-iommu: fix Identity Mapping to be arch independent
17419 - LP: #384695
17420 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17421
17422 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17423
17424 linux (2.6.31-1.13) karmic; urgency=low
17425
17426 [ Andy Whitcroft ]
17427
17428 * REBASE: rebased to mainline 2.6.31-rc1
17429 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17430 no longer applies, using deprecated interfaces, LPIA only, dropped
17431 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17432 changes now upstream, dropped
17433 * [Config] Update configs following rebase to 2.6.31-rc1
17434 * [Config] update ports configs following update to 2.6.31-rc1
17435
17436 * [Config] disable broken staging driver CONFIG_STLC45XX
17437 * SAUCE: fix compcache to use updates accessors
17438 * [Config] disable staging driver CONFIG_VT6655
17439 * SAUCE: fix DRDB to use updates accessors
17440 * [Disable] ndiswrapper needs update
17441 * [Disable] LIRC I2C needs update
17442 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17443 * [Config] disable I2C_DESIGNWARE does not compile
17444 * [Config] disable CONFIG_TLSUP for lpia
17445 * [Config] disable CONFIG_FB_UDL for arm
17446 * SAUCE: disable adding scsi headers to linux-libc-dev
17447
17448 [ Mario Limonciello ]
17449
17450 * SAUCE: Add LIRC drivers
17451
17452 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17453
17454 linux (2.6.30-10.12) karmic; urgency=low
17455
17456 [ Andy Whitcroft ]
17457
17458 * [Config] split out the ports configs into their own family
17459 * [Config] update configs following introduction of ports family
17460
17461 [ Upstream Kernel Changes ]
17462
17463 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17464 description". Fixes linux-doc package name conflicts for now.
17465 - LP: #382115
17466
17467 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17468
17469 linux (2.6.30-10.11) karmic; urgency=low
17470
17471 [ Amit Kucheria ]
17472
17473 * [Config] Comment splitconfig.pl and misc cleanup
17474 * [Config] Rename all configs to the new naming scheme
17475 * [Config] Splitconfig rework
17476 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17477 * [Config] Fix build system for new config split
17478 * [Config] Run updateconfigs after the splitconfig rework
17479
17480 [ Andy Whitcroft ]
17481
17482 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17483 * [Config] standardise CONFIG_STAGING=y
17484 * [Config] standardise CONFIG_RD_LZMA=y
17485 * [Config] CONFIG_PCI_IOV=y
17486 * [Config] CONFIG_PCI_STUB=m
17487 * [Config] merge kernel configs more agressively
17488
17489 [ Colin Watson ]
17490
17491 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17492 * [Config] Add support for including firmware in udebs
17493 * [Config] Ship bnx2 firmware in nic-modules udeb
17494 - LP: #384861
17495
17496 [ Luke Yelavich ]
17497
17498 * [Config] ports - Import of ports architectures into kernel packaging
17499 infrastructure
17500 * [Config] ports - Do not update ports kernel configurations by default
17501 * [Config] ports - Disable ABI checking for ports architectures
17502 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17503 * [Config] ports - Add control.d/vars.* files for ports architectures
17504 * [Config] ports - Add ports architectures for linux-libc-dev
17505 * [Config] ports - Create powerpc specific message-modules and
17506 block-modules udebs
17507 * [Config] ports - Add configuration files for ports architectures
17508
17509 [ Manoj Iyer ]
17510
17511 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17512 - LP: #329864
17513
17514 [ Michael Casadevall ]
17515
17516 * [Config] ports - Fix compression of kernels
17517
17518 [ Stefan Bader ]
17519
17520 * [Upstream] mmc: prevent dangling block device from accessing stale
17521 queues
17522 - LP: #383668
17523
17524 [ Tim Gardner ]
17525
17526 * [Config] Recommend grub-pc in linux-image
17527 - LP: #385741
17528 * [Config] Implement i386 generic and generic-pae flavours
17529 * [Config] ports - Add control info after integrating ports arches
17530 * [Config] Removed auto-generated files from git
17531 * [Config] Added netxen_nic to nic-modules
17532 - LP: #389603
17533
17534 [ Matt Zimmerman ]
17535
17536 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17537 - LP: #382115
17538
17539 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
17540
17541 linux (2.6.30-9.10) karmic; urgency=low
17542
17543 [ Andy Whitcroft ]
17544
17545 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
17546 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
17547 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
17548 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
17549 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
17550 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
17551
17552 [ Upstream Kernel Changes ]
17553
17554 * rebased to 2.6.30 final
17555
17556 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
17557
17558 linux (2.6.30-8.9) karmic; urgency=low
17559
17560 [ Andy Whitcroft ]
17561
17562 * Config update removed the following options:
17563 CONFIG_EDAC_AMD8111=m
17564 CONFIG_EDAC_AMD8131=m
17565
17566 [ Upstream Kernel Changes ]
17567
17568 * rebased to 2.6.30-rc8
17569
17570 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
17571
17572 linux (2.6.30-7.8) karmic; urgency=low
17573
17574 [ Andy Whitcroft ]
17575
17576 * Enabled NEW configration options:
17577 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
17578 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
17579
17580 [ Upstream Kernel Changes ]
17581
17582 * rebased to 2.6.30-rc7
17583
17584 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
17585
17586 linux (2.6.30-6.7) karmic; urgency=low
17587
17588 [ Andy Whitcroft ]
17589
17590 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
17591 upstream)
17592
17593 [ Upstream Kernel Changes ]
17594
17595 * rebased to 2.6.30-rc6
17596
17597 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
17598
17599 linux (2.6.30-5.6) karmic; urgency=low
17600
17601 [ Tim Gardner ]
17602
17603 * [Config] Enable Keyspan USB serial device firmware in kernel module
17604 - LP: #334285
17605
17606 [ Upstream Kernel Changes ]
17607
17608 * rebased to 2.6.30-rc5
17609
17610 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
17611
17612 linux (2.6.30-4.5) karmic; urgency=low
17613
17614 [ Colin Watson ]
17615
17616 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
17617 /usr/include/asm/* going missing
17618 - LP: #373214
17619
17620 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
17621
17622 linux (2.6.30-3.4) karmic; urgency=low
17623
17624 [ Kees Cook ]
17625
17626 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
17627 - LP: #369978
17628
17629 [ Stefan Bader ]
17630
17631 * SAUCE: input: Blacklist digitizers from joydev.c
17632 - LP: #300143
17633
17634 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
17635
17636 linux (2.6.30-2.3) karmic; urgency=low
17637
17638 [ Tim Gardner ]
17639
17640 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
17641 - LP: #369152
17642 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
17643 * [Config] CONFIG_DRM_I915_KMS=y
17644 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
17645 minimums
17646
17647 [ Upstream Kernel Changes ]
17648
17649 * rebased to 2.6.30-rc4
17650
17651 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
17652
17653 linux (2.6.30-1.2) karmic; urgency=low
17654
17655 [ Tim Gardner ]
17656
17657 * [Config] armel: disable staging drivers, fixes FTBS
17658 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
17659
17660 [ Upstream Kernel Changes ]
17661
17662 * mpt2sas: Change reset_type enum to avoid namespace collision.
17663 Submitted upstream.
17664
17665 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
17666
17667 linux (2.6.30-1.1) karmic; urgency=low
17668
17669 * Initial release after rebasing against v2.6.30-rc3
17670
17671 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
17672