]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/changelog
UBUNTU: Start new release
[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 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
8
9 linux (4.9.0-6.7) zesty; urgency=low
10
11 * Miscellaneous Ubuntu changes
12 - Set build_arch=x86 for i386
13
14 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
15
16 linux (4.9.0-5.6) zesty; urgency=low
17
18 * Miscellaneous Ubuntu changes
19 - [Debian] restore tools build
20 - Set build_arch=x86 for amd64 and x32
21
22 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
23
24 linux (4.9.0-4.5) zesty; urgency=low
25
26 * linux: Staging modules should be unsigned (LP: #1642368)
27 - [Debian] Suppress module signing for staging drivers
28 - SAUCE: Add rtl drivers to signature inclusion list
29
30 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
31 host/NV kernel (LP: #1643652)
32 - [Config] CONFIG_IMA=y
33
34 * Miscellaneous Ubuntu changes
35 - [Debian] config-check -- Make it easier to find annotations syntax errors
36 - [Config] Enable various drivers for ARM platforms
37 - [Config] Fix s390x config carnage
38 - [Config] Set CONFIG_KEXEC=y for all architectures
39 - [Config] Fix up CONFIG_I2C_SLAVE values
40 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
41 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
42 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
43 - [Config] Update annotations
44 - [Config] CONFIG_NR_CPUS=8192 for amd64
45
46 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
47
48 linux (4.9.0-3.4) zesty; urgency=low
49
50 * Miscellaneous Ubuntu changes
51 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
52 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
53 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
54 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
55 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
56 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
57 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
58 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
59 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
60 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
61 - SAUCE: (namespace) fuse: Add support for pid namespaces
62 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
63 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
64 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
65 - SAUCE: (namespace) fuse: Allow user namespace mounts
66 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
67 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
68 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
69 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
70
71 * Miscellaneous upstream changes
72 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
73
74 [ Upstream Kernel Changes ]
75
76 * rebase to v4.9-rc7
77
78 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
79
80 linux (4.9.0-2.3) zesty; urgency=low
81
82 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
83 - SAUCE: ibmvscsis: Rearrange functions for future patches
84 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
85 - SAUCE: ibmvscsis: Synchronize cmds at remove time
86 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
87 - SAUCE: ibmvscsis: Return correct partition name/# to client
88 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
89
90 * Move some kernel modules to the main kernel package (LP: #1642228)
91 - [Config] Move some powerpc kernel modules to the main kernel package
92
93 * linux: Staging modules should be unsigned (LP: #1642368)
94 - [Debian] Suppress module signing for staging drivers
95
96 * Miscellaneous Ubuntu changes
97 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
98
99 [ Upstream Kernel Changes ]
100
101 * rebase to v4.9-rc6
102
103 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
104
105 linux (4.9.0-1.2) zesty; urgency=low
106
107 * hio: SSD data corruption under stress test (LP: #1638700)
108 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
109 - SAUCE: hio: splitting bio in the entry of .make_request_fn
110
111 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
112 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
113 - SAUCE: hio: bio_endio() no longer takes errors arg
114 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
115 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
116 - SAUCE: hio: fix mask maybe-uninitialized warning
117 - SAUCE: hio: port to v4.8 base
118 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
119 - SAUCE: hio: Makefile and Kconfig
120 - [Config] Enforce CONFIG_HIO
121
122 * Miscellaneous Ubuntu changes
123 - rebase to v4.9-rc5
124 - zfs: remove the never implemented aio_fsync file operation
125 - [Config] Disable powerpc64-emb for FTBS
126
127 [ Upstream Kernel Changes ]
128
129 * rebase to v4.9-rc5
130
131 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
132
133 linux (4.9.0-0.1) zesty; urgency=low
134
135 [ Upstream Kernel Changes ]
136
137 * rebase to v4.9-rc4
138 - LP: #1465724
139 - LP: #1535802
140
141 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
142
143 linux (4.9.0-0.0) yakkety; urgency=low
144
145 [ Seth Forshee ]
146
147 * Release Tracking Bug
148 - LP: #1632918
149
150 * Revert "If zone is so small that watermarks are the same, stop zone balance"
151 in yakkety (LP: #1632894)
152 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
153 same, stop zone balance."
154
155 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
156
157 linux (4.8.0-24.26) yakkety; urgency=low
158
159 [ Seth Forshee ]
160
161 * Release Tracking Bug
162 - LP: #1632749
163
164 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
165 - SAUCE: (no-up) dm raid: fix compat_features validation
166
167 * kswapd0 100% CPU usage (LP: #1518457)
168 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
169 balance.
170
171 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
172
173 linux (4.8.0-23.25) yakkety; urgency=low
174
175 [ Seth Forshee ]
176
177 * Release Tracking Bug
178 - LP: #1632484
179
180 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
181 __copy_tofrom_user (LP: #1632462)
182 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
183 __copy_tofrom_user
184
185 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
186 memory_stress_ng. (LP: #1628976)
187 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
188
189 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
190 ibmvfc) (LP: #1632116)
191 - scsi: ibmvfc: Fix I/O hang when port is not mapped
192
193 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
194 (LP: #1626983)
195 - [Config] Enable live patching on powerpc/ppc64el
196
197 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
198 - [Config] CONFIG_AUFS_XATTR=y
199
200 * Yakkety update to 4.8.1 stable release (LP: #1632445)
201 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
202 - Using BUG_ON() as an assert() is _never_ acceptable
203 - usb: misc: legousbtower: Fix NULL pointer deference
204 - Staging: fbtft: Fix bug in fbtft-core
205 - usb: usbip: vudc: fix left shift overflow
206 - USB: serial: cp210x: Add ID for a Juniper console
207 - Revert "usbtmc: convert to devm_kzalloc"
208 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
209 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
210 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
211 - Linux 4.8.1
212
213 * PSL data cache should be flushed before resetting CAPI adapter
214 (LP: #1632049)
215 - cxl: Flush PSL cache before resetting the adapter
216
217 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
218 - net: thunderx: Don't set RX_PACKET_DIS while initializing
219
220 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
221 - crypto: ghash-generic - move common definitions to a new header file
222 - crypto: vmx - Fix memory corruption caused by p8_ghash
223 - crypto: vmx - Ensure ghash-generic is enabled
224
225 * arm64: SPCR console not autodetected (LP: #1630311)
226 - of/serial: move earlycon early_param handling to serial
227 - [Config] CONFIG_ACPI_SPCR_TABLE=y
228 - ACPI: parse SPCR and enable matching console
229 - ARM64: ACPI: enable ACPI_SPCR_TABLE
230 - serial: pl011: add console matching function
231
232 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
233 (LP: #1630990)
234 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
235 CONFIG_SECURITYFS=n
236
237 * sha1-powerpc returning wrong results (LP: #1629977)
238 - crypto: sha1-powerpc - little-endian support
239
240 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
241
242 linux (4.8.0-22.24) yakkety; urgency=low
243
244 * CVE-2016-7039 (LP: #1631287)
245 - SAUCE: net: add recursion limit to GRO
246
247 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
248
249 linux (4.8.0-21.23) yakkety; urgency=low
250
251 [ Tim Gardner ]
252
253 * Release Tracking Bug
254 - LP: #1630279
255
256 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
257 - Revert "Revert "powerpc: Simplify module TOC handling""
258
259 * Regression tests can not detect binfmt_elf mmpa semantic change
260 (LP: #1630069)
261 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
262
263 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
264 (LP: #1629204)
265 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
266
267 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
268
269 linux (4.8.0-20.22) yakkety; urgency=low
270
271 [ Tim Gardner ]
272
273 * Release Tracking Bug
274 - LP: #1629730
275
276 [ Upstream Kernel Changes ]
277
278 * rebase to v4.8
279
280 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
281
282 linux (4.8.0-19.21) yakkety; urgency=low
283
284 [ Tim Gardner ]
285
286 * Release Tracking Bug
287 - LP: #1629057
288
289 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
290 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
291
292 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
293 - SAUCE: nbd: Only delay uevent until connected
294
295 * Support snaps inside of lxd containers (LP: #1611078)
296 - apparmor: add interface to be able to grab loaded policy
297 - securityfs: update interface to allow inode_ops, and setup from vfs fns
298 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
299 - apparmor: add __aa_find_ns fn
300 - apparmor: add mkdir/rmdir interface to manage policy namespaces
301 - apparmor: fix oops in pivot_root mediation
302 - apparmor: fix warning that fn build_pivotroot discards const
303 - apparmor: add interface to advertise status of current task stacking
304 - apparmor: update policy permissions to consider ns being viewed/managed
305 - apparmor: add per ns policy management interface
306 - apparmor: bump domain stacking version to 1.2
307
308 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
309 (LP: #1628523)
310 - [Config] CONFIG_ZONE_DMA=y for generic
311
312 * Yakkety - disable ARCH_ZX (LP: #1628503)
313 - [Config] armhf: disable ARCH_ZX
314
315 * Enable switchdev config parameter for Yakkety (LP: #1628241)
316 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
317
318 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
319 (LP: #1628009)
320 - firmware: Update bnx2x to 7.13.1.0
321
322 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
323 - [Config] Enable CONFIG_IBMVNIC=m
324
325 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
326 (LP: #1628112)
327 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
328
329 * Miscellaneous Ubuntu changes
330 - Rebase to v4.8-rc8
331 - [Config] skip Ubuntu-4.8.0-18.20
332 - [Config] missing modules in armhf/s390x
333
334 * Miscellaneous Ubuntu changes
335 - rebase to v4.8-rc8
336
337 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
338
339 linux (4.8.0-17.19) yakkety; urgency=low
340
341 * Release Tracking Bug
342 - LP: #1627387
343
344 * build squashfs into xenial kernels by default (LP: #1593134)
345 - Remove squashfs udeb
346
347 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
348 - Add d-i support for ata_generic
349
350 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
351 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
352
353 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
354 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
355
356 * Yakkety - USB drivers must be built in (LP: #1627323)
357 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
358
359 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
360 (LP: #1627052)
361 - [Config] CONFIG_GOLDFISH=n
362
363 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
364 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
365 time in more detail"
366
367 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
368 - SAUCE: Fix regression which breaks DFS mounting
369
370 * Miscellaneous Ubuntu changes
371 - [Config] apply xenial configuration annotations
372 - s390x -- DEBUG_RODATA is now valid
373 - [Config] s390x -- CONFIG_SQUASHFS=y
374 - [Config] s390x -- CONFIG_ECRYPT_FS=y
375 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
376 - [Config] Enable CONFIG_ACPI_HED=y for arm64
377 - [Config] Enable CONFIG_QUICC_ENGINE=y
378
379 * Miscellaneous upstream changes
380 - annotations: pull back to xenial
381
382 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
383
384 linux (4.8.0-16.17) yakkety; urgency=low
385
386 [ Tim Gardner ]
387
388 * Release Tracking Bug
389 - LP: #1626768
390
391 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
392 - [Config] CONFIG_ACPI_IORT=y
393 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
394 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
395 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
396 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
397 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
398 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
399 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
400 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
401
402 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
403 (LP: #1626394)
404 - [Config] CONFIG_ATA=y
405
406 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
407 - [Config] CONFIG_VMD=m
408 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
409 - [Config] CONFIG_OF=y for all arches
410 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
411 - [Config] Xenial device settings sync with amd64
412 - [Config] Xenial device settings sync with i386
413 - [Config] CONFIG_MTD_UBI_GLUEBI=m
414 - [Config] Xenial device settings sync with armhf
415 - [Config] Xenial device settings sync with arm64
416
417 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
418 - [Config] CONFIG_USERFAULTFD=y
419
420 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
421 - [Config] CONFIG_SLUB=y
422
423 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
424 (LP: #1626158)
425 - add nls_cp437 to the generic.inclusion-list
426
427 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
428
429 linux (4.8.0-15.16) yakkety; urgency=low
430
431 [ Tim Gardner ]
432
433 * Release Tracking Bug
434 - LP: #1626239
435
436 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
437 (LP: #1626158)
438 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
439 - [Config] CONFIG_NLS_CODEPAGE_437=y
440 - [Config] CONFIG_VFAT_FS=y
441
442 * Miscellaneous Ubuntu changes
443 - SAUCE: seccomp: log actions even when audit is disabled
444
445 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
446
447 linux (4.8.0-14.15) yakkety; urgency=low
448
449 * CVE-2016-1575 (LP: #1534961)
450 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
451 - SAUCE: overlayfs: Be more careful about copying up sxid files
452 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
453
454 * CVE-2016-1576 (LP: #1535150)
455 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
456 - SAUCE: overlayfs: Be more careful about copying up sxid files
457 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
458
459 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
460 (LP: #1531747)
461 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
462
463 * Miscellaneous Ubuntu changes
464 - [Config] CONFIG_PM_WAKELOCKS=y
465 - [Config] CONFIG_CLEANCACHE=y
466 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
467 - [Config] CONFIG_PROCESSOR_SELECT=y
468 - [Config] Enabled some networking options
469 - SAUCE: overlayfs: Enable user namespace mounts
470
471 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
472
473 linux (4.8.0-13.14) yakkety; urgency=low
474
475 [ Tim Gardner ]
476
477 * Release Tracking Bug
478 - LP: #1625733
479
480 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
481 - [Config] Add some CRC crypto modules to d-i
482
483 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
484 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
485
486 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
487 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
488 ThinkPads
489
490 * Option GE0301 3G modem doesn't work (LP: #348861)
491 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
492
493 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
494 (LP: #1625259)
495 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
496
497 * Miscellaneous Ubuntu changes
498 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
499 opened for writing
500 - SAUCE: fan: add VXLAN implementation
501 - [Config] CONFIG_VFIO=m for ppc64el
502
503 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
504
505 linux (4.8.0-12.13) yakkety; urgency=low
506
507 [ Tim Gardner ]
508
509 * Release Tracking Bug
510 - LP: #1625233
511
512 * Miscellaneous Ubuntu changes
513 - rebase to v4.8-rc7
514 - [Config] CONFIG_SCSI_DEBUG=m for all arches
515
516 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
517
518 linux (4.8.0-11.12) yakkety; urgency=low
519
520 * change_hat is logging failures during expected hat probing (LP: #1615893)
521 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
522
523 * deleted files outside of the namespace are not being treated as
524 disconnected
525 (LP: #1615892)
526 - SAUCE: apparmor: deleted dentries can be disconnected
527
528 * stacking to unconfined in a child namespace confuses mediation
529 (LP: #1615890)
530 - SAUCE: apparmor: special case unconfined when determining the mode
531
532 * apparmor module parameters can be changed after the policy is locked
533 (LP: #1615895)
534 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
535
536 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
537 #1579135)
538 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
539
540 * label vec reductions can result in reference labels instead of direct
541 access
542 to labels (LP: #1615889)
543 - SAUCE: apparmor: reduction of vec to single entry is just that entry
544
545 * profiles from different namespaces can block other namespaces from being
546 able to load a profile (LP: #1615887)
547 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
548
549 * The label build for onexec when stacking is wrong (LP: #1615881)
550 - SAUCE: apparmor: Fix label build for onexec stacking.
551
552 * The inherit check for new to old label comparison for domain transitions
553 is
554 wrong (LP: #1615880)
555 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
556
557 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
558 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
559
560 * __label_update proxy comparison test is wrong (LP: #1615878)
561 - SAUCE: apparmor: Fix __label_update proxy comparison test
562
563 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
564 (LP: #1560583)
565 - SAUCE: apparmor: Allow ns_root processes to open profiles file
566 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
567
568 * policy namespace stacking (LP: #1379535)
569 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
570 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
571
572 * Miscellaneous Ubuntu changes
573 - [Debian] Dynamically determine linux udebs package name
574 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
575 - SAUCE: apparmor: Fix FTBFS due to bad include path
576 - SAUCE: apparmor: add data query support
577 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
578
579 * Miscellaneous upstream changes
580 - fixup backout policy view capable for forward port
581 - apparmor: fix: Rework the iter loop for label_update
582 - apparmor: add more assertions for updates/merges to help catch errors
583 - apparmor: Make pivot root transitions work with stacking
584 - apparmor: convert delegating deleted files to mediate deleted files
585 - apparmor: add missing parens. not a bug fix but highly recommended
586 - apparmor: add a stack_version file to allow detection of bug fixes
587 - apparmor: push path lookup into mediation loop
588 - apparmor: default to allowing unprivileged userns policy
589 - apparmor: fix: permissions test to view and manage policy
590 - apparmor: Add Basic ns cross check condition for ipc
591
592 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
593
594 linux (4.8.0-10.11) yakkety; urgency=low
595
596 * Miscellaneous Ubuntu changes
597 - ubuntu: vbox -- update to 5.1.6-dfsg-1
598 - SAUCE: Enable vbox build
599
600 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
601
602 linux (4.8.0-9.10) yakkety; urgency=low
603
604 * Miscellaneous Ubuntu changes
605 - [Config] arm64: CONFIG_ARCH_THUNDER=y
606 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
607 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
608 - [Config] arm64: CONFIG_DRM_AST=m
609 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
610 - d-i: initrd needs ext4 and scsi modules
611 - SAUCE: AUFS aufs4.x-rcN 20160912
612 - [Config] Enable CONFIG_GPIO_XGENE*
613 - [Config] Disable CONFIG_POWER_RESET_XGENE
614 - [Config] CONFIG_EDAC_XGENE=m
615 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
616 - [Config] CONFIG_XGENE_DMA=m
617
618 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
619
620 linux (4.8.0-8.9) yakkety; urgency=low
621
622 * New device ID for Kabypoint (LP: #1622469)
623 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
624 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
625
626 * Miscellaneous Ubuntu changes
627 - rebase to v4.8-rc6
628 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
629
630 [ Upstream Kernel Changes ]
631
632 * rebase to v4.8-rc6
633 - LP: #1617900
634
635 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
636
637 linux (4.8.0-7.8) yakkety; urgency=low
638
639 * Miscellaneous Ubuntu changes
640 - [Debian] Use src_pkg_name when constructing udeb control files
641
642 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
643
644 linux (4.8.0-6.7) yakkety; urgency=low
645
646 * Enable virtual scsi server driver for Power (LP: #1615665)
647 - SAUCE: Ibmvscsis: Properly deregister target sessions
648 - SAUCE: Return TCMU-generated sense data to fabric module
649 - SAUCE: Ibmvscsis: Code cleanup of print statements
650 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
651
652 * Miscellaneous Ubuntu changes
653 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
654 - rebase to v4.8-rc5
655
656 [ Upstream Kernel Changes ]
657
658 * rebase to v4.8-rc5
659
660 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
661
662 linux (4.8.0-5.6) yakkety; urgency=low
663
664 * support compressed kernels on arm64 (LP: #1384955)
665 - [Config] Switch to compressed Image on arm64
666
667 * Miscellaneous Ubuntu changes
668 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
669 - SAUCE: (namespace) block_dev: Support checking inode permissions in
670 lookup_bdev()
671 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
672 when mounting
673 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
674 when mounting
675 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
676 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
677 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
678 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
679 security.* xattrs
680 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
681 filesystems
682 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
683 - SAUCE: (namespace) fuse: Add support for pid namespaces
684 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
685 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
686 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
687 or a descendant
688 - SAUCE: (namespace) fuse: Allow user namespace mounts
689 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
690 namespaces
691 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
692 mounts
693 - rebase to v4.8-rc4
694
695 [ Upstream Kernel Changes ]
696
697 * rebase to v4.8-rc4
698
699 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
700
701 linux (4.8.0-4.5) yakkety; urgency=low
702
703 * Miscellaneous Ubuntu changes
704 - [Config] CONFIG_AUFS_FS=m
705 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
706
707 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
708
709 linux (4.8.0-3.4) yakkety; urgency=low
710
711 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
712 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
713
714 * Miscellaneous Ubuntu changes
715 - rebase to v4.8-rc3
716
717 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
718
719 linux (4.8.0-2.3) yakkety; urgency=low
720
721 * Miscellaneous Ubuntu changes
722 - [Config] Add fuse to inclusion list
723 - SAUCE: update spl/zfs to support v4.8
724
725 * Miscellaneous upstream changes
726 - Revert "UBUNTU: [Debian] do_zfs=false"
727
728 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
729
730 linux (4.8.0-1.2) yakkety; urgency=low
731
732 * Miscellaneous Ubuntu changes
733 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
734 - [Config] Enabled enforcement for CONFIG_NVRAM
735 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
736 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
737 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
738 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
739 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
740 - [Config] Enabled enforcement for CONFIG_SECCOMP
741 - [Config] Enabled enforcement for
742 - rebase to v4.8-rc2
743 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
744 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
745 - SAUCE: security,perf: Allow further restriction of perf_event_open
746
747 [ Upstream Kernel Changes ]
748
749 * rebase to v4.8-rc2
750
751 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
752
753 linux (4.8.0-0.1) yakkety; urgency=low
754
755 [ Upstream Kernel Changes ]
756
757 * rebase to v4.8-rc1
758 - LP: #1607647
759 - LP: #1498667
760 - LP: #1592547
761 - LP: #1319984
762 - LP: #1268727
763 - LP: #1600623
764 - LP: #1465724
765 - LP: #1333569
766
767 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
768
769 linux (4.8.0-0.0) yakkety; urgency=low
770
771 * empty stanza
772
773 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
774
775 linux (4.7.0-0.2) yakkety; urgency=low
776
777 * Miscellaneous Ubuntu changes fixing various FTBS issues
778 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
779 - [Config] make powerpc udeb block modules optional
780 - [Config] CONFIG_PLIP=m
781 - [Config] CONFIG_IRDA=m armhf/arm64
782 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
783 - [Config] CONFIG_MOUSE_PS2=m
784 - [Config] remove ppc64el fb-modules
785
786 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
787
788 linux (4.7.0-0.1) yakkety; urgency=low
789
790 [ Upstream Kernel Changes ]
791
792 * rebase to v4.7
793 - LP: #972604
794
795 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
796
797 linux (4.7.0-0.0) yakkety; urgency=low
798
799 [ Tim Gardner ]
800
801 * Release Tracking Bug
802 - LP: #1588856
803
804 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
805 - scsi_dh_alua: do not fail for unknown VPD identification
806
807 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
808 - [Config] Install lsvmbus in cloud tools
809 - SAUCE: tools/hv/lsvmbus -- convert to python3
810 - SAUCE: tools/hv/lsvmbus -- add manual page
811
812 * boot stalls on USB detection errors (LP: #1437492)
813 - usb: core: hub: hub_port_init lock controller instead of bus
814
815 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
816 - kernek/fork.c: allocate idle task for a CPU always on its local node
817
818 * VirtIO (and probably other modules as well) is built-in, make it modular...
819 (LP: #1475078)
820 - [Config] CONFIG_VIRTIO_*=m for all but s390x
821 - [Config] CONFIG_USB=m
822 - [Config] CONFIG_BLK_DEV_*=m
823 - [Config] CONFIG_ATA=m
824 - [Config] CONFIG_SCSI=m
825 - [Config] CONFIG_DEVFREQ_GOV_*=m
826 - [Config] CONFIG_XEN_NETDEV_*=m
827 - [Config] CONFIG_AGP=m
828 - [Config] CONFIG_ECRYPT_FS=m
829 - [Config] CONFIG_ACPI_*=m
830 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
831 - [Config] Modularize some CRYPTO
832 - [Config] CONFIG_FDDI=m
833 - [Config] CONFIG_FIXED_PHY=m
834 - [Config] CONFIG_VFAT_FS=m for all but armhf
835 - [Config] CONFIG_TUN=m
836 - [Config] CONFIG_UNIX=m
837 - [Config] CONFIG_TRUSTED_KEYS=m
838 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
839
840 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
841 and "not a git repository" (LP: #1584890)
842 - [debian] getabis: Only git add $abidir if running in local repo
843 - [debian] getabis: Fix inconsistent compiler versions check
844
845 * conflicting modules in udebs - arc4.ko (LP: #1582991)
846 - [Config] Remove arc4 from nic-modules
847
848 * arm64: statically link rtc-efi (LP: #1583738)
849 - [Config] Link rtc-efi statically on arm64
850
851 * Miscellaneous Ubuntu changes
852 - [Debian] zfs: transform symlink into referent file/dir
853 - [Debian] Added tristate.sh
854 - [Config] CONFIG_FUSE_FS=m
855 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
856 - [Config] CONFIG_PSTORE_CONSOLE=y
857 - Added Snapcraft files
858 - [Config] Mark CONFIG_UNIX enforced
859
860 * Miscellaneous upstream changes
861 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
862
863 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
864
865 linux (4.6.0-6.7) yakkety; urgency=low
866
867 [ Tim Gardner ]
868
869 * Release Tracking Bug
870 - LP: #1582753
871
872 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
873 (LP: #1582378)
874 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
875 owns the ipc ns
876
877 * Miscellaneous Ubuntu changes
878 - [Config] Add Description to kernel-image udeb
879 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
880 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
881
882 * Miscellaneous upstream changes
883 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
884 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
885 - Drivers: hv: vmbus: Use the new virt_xx barrier code
886 - Drivers: hv: vmbus: Export the vmbus_set_event() API
887 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
888 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
889 - drivers:hv: Lock access to hyperv_mmio resource tree
890 - drivers:hv: Make a function to free mmio regions through vmbus
891 - drivers:hv: Reverse order of resources in hyperv_mmio
892 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
893 - drivers:hv: Record MMIO range in use by frame buffer
894 - drivers:hv: Separate out frame buffer logic when picking MMIO range
895 - Drivers: hv: kvp: fix IP Failover
896 - Drivers: hv: vmbus: handle various crash scenarios
897 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
898 - Drivers: hv: balloon: reset host_specified_ha_region
899
900 [ Tim Gardner ]
901
902 * Dropped hv SAUCE patches in favor of linux-next.
903
904 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
905
906 linux (4.6.0-5.6) yakkety; urgency=low
907
908 [ Tim Gardner ]
909
910 * Release Tracking Bug
911 - LP: #1582351
912
913 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
914 - [Config] enable CONFIG_AUFS_EXPORT
915
916 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
917 - [Config] Update inclusion list for CRIU
918
919 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
920 - [Debian] disable zfs module checks when cross-compiling
921
922 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
923 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
924
925 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
926 (LP: #1535150)
927 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
928
929 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
930 enabled, breaking serial support on normal systems (LP: #1580960)
931 - [Config] disable CONFIG_GOLDFISH
932
933 * Miscellaneous Ubuntu changes
934 - [Config] d-i -- update local configuration to new form
935 - [Config] kernel-wedge -- switch to explicit versions
936 - [Config] powerpc64-smp --> generic
937 - [Config] CONFIG_AUFS_FS=m
938 - SAUCE: AUFS
939 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
940 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
941 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
942 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
943 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
944 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
945 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
946 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
947 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
948 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
949 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
950 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
951 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
952 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
953 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
954 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
955 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
956 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
957 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
958 - SAUCE: (namespace) fuse: Add support for pid namespaces
959 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
960 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
961 - SAUCE: (namespace) fuse: Allow user namespace mounts
962 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
963 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
964 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
965 - SAUCE: (namespace) quota: Add support for user namespace mounts
966 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
967 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
968 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
969 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
970 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
971 - rebase to v4.6
972 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
973 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
974
975 * Miscellaneous upstream changes
976 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
977 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
978
979 [ Upstream Kernel Changes ]
980
981 * rebase to v4.6
982
983 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
984
985 linux (4.6.0-4.5) yakkety; urgency=low
986
987 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
988 upgrade -d (LP: #1573231)
989 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
990
991 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
992 IRC pointed out some leftover SAUCE patches that were causing issues.
993
994 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
995 has some issues.
996
997 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
998
999 linux (4.6.0-3.4) xenial; urgency=low
1000
1001 * Release Tracking Bug
1002 - LP: #1579594
1003
1004 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
1005 - [Config] Generate an -extras package for arm64 and powerpc
1006
1007 * Missing libunwind support in perf (LP: #1248289)
1008 - [Config] Add liblzma-dev to enable libunwind support in perf
1009
1010 * ZFS is confused by user namespaces (uid/gid mapping) when used with
1011 acltype=posixac (LP: #1567558)
1012 - zfs: Fix user namespaces uid/gid mapping
1013
1014 * Miscellaneous Ubuntu changes
1015 - rebase to v4.6-rc7
1016
1017 [ Upstream Kernel Changes ]
1018
1019 * rebase to v4.6-rc7
1020
1021 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
1022
1023 linux (4.6.0-2.3) yakkety; urgency=low
1024
1025 * Miscellaneous Ubuntu changes
1026 - [Config] CONFIG_AUFS_FS=m
1027 - SAUCE: AUFS
1028 - zfs: gcc build error: -Wbool-compare in metaslab.c
1029 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
1030 - zfs: Fix ZPL miswrite of default POSIX ACL
1031 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
1032 - SAUCE: Dropped ubuntu/i915
1033 - SAUCE: Dropped ubuntu/dm-raid4-5
1034
1035 * Miscellaneous upstream changes
1036 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
1037 kernel"
1038
1039 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
1040
1041 linux (4.6.0-1.2) yakkety; urgency=low
1042
1043 * Miscellaneous Ubuntu changes
1044 - [Config] CONFIG_NR_CPUS=8192 for amd64
1045
1046 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
1047
1048 linux (4.6.0-0.1) yakkety; urgency=low
1049
1050
1051 [ Upstream Kernel Changes ]
1052
1053 * rebase to v4.6-rc6
1054 - LP: #1564712
1055 - LP: #1555912
1056 - LP: #1552925
1057 - LP: #1546694
1058 - LP: #1549660
1059 - LP: #1549620
1060 - LP: #1542944
1061 - LP: #1542564
1062 - LP: #1533009
1063 - LP: #1533461
1064 - LP: #1529624
1065 - LP: #1522949
1066
1067 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
1068
1069 linux (4.6.0-0.0) yakkety; urgency=low
1070
1071 [ Kamal Mostafa ]
1072
1073 * Release Tracking Bug
1074 - LP: #1573817
1075
1076 * autoreconstruct: need to also generate extend-diff-ignore options for links
1077 (LP: #1574362)
1078 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
1079
1080 * tipc: missing linearization of sk_buff (LP: #1567064)
1081 - tipc: move linearization of buffers to generic code
1082
1083 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
1084 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
1085 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
1086 vmbus_mmio_allocate()
1087 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
1088 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
1089 private resource tree
1090 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
1091 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
1092 range
1093
1094 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
1095 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
1096
1097 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1098 - [Config] CONFIG_AUFS_XATTR=y
1099
1100 * CVE-2016-3672 (LP: #1568523)
1101 - x86/mm/32: Enable full randomization on i386 and X86_32
1102
1103 * CVE-2016-3955 (LP: #1572666)
1104 - USB: usbip: fix potential out-of-bounds write
1105
1106 * Xenial update to v4.4.8 stable release (LP: #1573034)
1107 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
1108 instantiated
1109 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
1110 - parisc: Avoid function pointers for kernel exception routines
1111 - parisc: Fix kernel crash with reversed copy_from_user()
1112 - parisc: Unbreak handling exceptions from kernel modules
1113 - ALSA: timer: Use mod_timer() for rearming the system timer
1114 - ALSA: hda - Asus N750JV external subwoofer fixup
1115 - ALSA: hda - Fix white noise on Asus N750JV headphone
1116 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
1117 - mm: fix invalid node in alloc_migrate_target()
1118 - powerpc/mm: Fixup preempt underflow with huge pages
1119 - libnvdimm: fix smart data retrieval
1120 - libnvdimm, pfn: fix uuid validation
1121 - compiler-gcc: disable -ftracer for __noclone functions
1122 - arm64: opcodes.h: Add arm big-endian config options before including arm
1123 header
1124 - drm/dp: move hw_mutex up the call stack
1125 - drm/udl: Use unlocked gem unreferencing
1126 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
1127 - drm/radeon: add another R7 370 quirk
1128 - drm/radeon: add a dpm quirk for all R7 370 parts
1129 - drm/amdgpu/gmc: move vram type fetching into sw_init
1130 - drm/amdgpu/gmc: use proper register for vram type on Fiji
1131 - xen/events: Mask a moving irq
1132 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
1133 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
1134 - net: jme: fix suspend/resume on JMC260
1135 - net: vrf: Remove direct access to skb->data
1136 - net: qca_spi: Don't clear IFF_BROADCAST
1137 - net: qca_spi: clear IFF_TX_SKB_SHARING
1138 - net: fix bridge multicast packet checksum validation
1139 - sctp: lack the check for ports in sctp_v6_cmp_addr
1140 - mld, igmp: Fix reserved tailroom calculation
1141 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
1142 - qmi_wwan: add Sierra Wireless EM74xx device ID
1143 - ipv6: re-enable fragment header matching in ipv6_find_hdr
1144 - vxlan: fix missing options_len update on RX with collect metadata
1145 - cdc_ncm: toggle altsetting to force reset before setup
1146 - udp6: fix UDP/IPv6 encap resubmit path
1147 - tcp: fix tcpi_segs_in after connection establishment
1148 - ppp: release rtnl mutex when interface creation fails
1149 - net: validate variable length ll headers
1150 - ax25: add link layer header validation function
1151 - packet: validate variable length ll headers
1152 - bpf: avoid copying junk bytes in bpf_get_current_comm()
1153 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
1154 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
1155 - qlcnic: Remove unnecessary usage of atomic_t
1156 - qlcnic: Fix mailbox completion handling during spurious interrupt
1157 - macvtap: always pass ethernet header in linear
1158 - mlxsw: spectrum: Check requested ageing time is valid
1159 - rocker: set FDB cleanup timer according to lowest ageing time
1160 - bridge: allow zero ageing time
1161 - ipv4: Don't do expensive useless work during inetdev destroy.
1162 - net: Fix use after free in the recvmmsg exit path
1163 - mlx4: add missing braces in verify_qp_parameters
1164 - farsync: fix off-by-one bug in fst_add_one
1165 - ath9k: fix buffer overrun for ar9287
1166 - ppp: ensure file->private_data can't be overridden
1167 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
1168 - qlge: Fix receive packets drop.
1169 - net: bcmgenet: fix dma api length mismatch
1170 - bonding: fix bond_get_stats()
1171 - ipv4: fix broadcast packets reception
1172 - ipv4: initialize flowi4_flags before calling fib_lookup()
1173 - ppp: take reference on channels netns
1174 - xfrm: Fix crash observed during device unregistration and decryption
1175 - qmi_wwan: add "D-Link DWM-221 B1" device id
1176 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
1177 - bridge: Allow set bridge ageing time when switchdev disabled
1178 - rtnl: fix msg size calculation in if_nlmsg_size()
1179 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
1180 - tuntap: restore default qdisc
1181 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
1182 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
1183 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
1184 - ipv6: Count in extension headers in skb->network_header
1185 - mpls: find_outdev: check for err ptr in addition to NULL check
1186 - USB: uas: Limit qdepth at the scsi-host level
1187 - USB: uas: Add a new NO_REPORT_LUNS quirk
1188 - cdc-acm: fix NULL pointer reference
1189 - KVM: x86: Inject pending interrupt even if pending nmi exist
1190 - KVM: x86: reduce default value of halt_poll_ns parameter
1191 - MIPS: Fix MSA ld unaligned failure cases
1192 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
1193 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
1194 - pinctrl: sunxi: Fix A33 external interrupts not working
1195 - pinctrl: nomadik: fix pull debug print inversion
1196 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
1197 - au0828: fix au0828_v4l2_close() dev_state race condition
1198 - au0828: Fix dev_state handling
1199 - coda: fix error path in case of missing pdata on non-DT platform
1200 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
1201 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
1202 - rbd: use GFP_NOIO consistently for request allocations
1203 - virtio: virtio 1.0 cs04 spec compliance for reset
1204 - mac80211: properly deal with station hashtable insert errors
1205 - mac80211: avoid excessive stack usage in sta_info
1206 - mac80211: fix ibss scan parameters
1207 - mac80211: fix unnecessary frame drops in mesh fwding
1208 - mac80211: fix txq queue related crashes
1209 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
1210 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
1211 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
1212 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
1213 - iio: accel: bmc150: fix endianness when reading axes
1214 - iio: gyro: bmg160: fix buffer read values
1215 - iio: gyro: bmg160: fix endianness when reading axes
1216 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
1217 bytes
1218 - fs: add file_dentry()
1219 - nfs: use file_dentry()
1220 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
1221 - ext4: add lockdep annotations for i_data_sem
1222 - ext4: ignore quota mount options if the quota feature is enabled
1223 - iommu: Don't overwrite domain pointer when there is no default_domain
1224 - Btrfs: fix file/data loss caused by fsync after rename and new inode
1225 - arm64: replace read_lock to rcu lock in call_step_hook
1226 - perf: Do not double free
1227 - perf: Cure event->pending_disable race
1228 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
1229 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1230 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
1231 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
1232 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
1233 - ALSA: usb-audio: Add a quirk for Plantronics BT300
1234 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
1235 - HID: wacom: fix Bamboo ONE oops
1236 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
1237 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
1238 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
1239 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
1240 - staging: android: ion: Set the length of the DMA sg entries in buffer
1241 - usbvision: fix crash on detecting device with invalid configuration
1242 - Revert "usb: hub: do not clear BOS field during reset device"
1243 - Linux 4.4.8
1244
1245 * Fix speaker volume on a Dell machine (LP: #1549660)
1246 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1247
1248 * Xenial update to v4.4.7 stable release (LP: #1572722)
1249 - regulator: core: avoid unused variable warning
1250 - regulator: core: Fix nested locking of supplies
1251 - ASoC: samsung: pass DMA channels as pointers
1252 - mmc: sh_mmcif: rework dma channel handling
1253 - mmc: sh_mmcif: Correct TX DMA channel allocation
1254 - x86/microcode/intel: Make early loader look for builtin microcode too
1255 - x86/microcode: Untangle from BLK_DEV_INITRD
1256 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
1257 - perf/x86/intel: Add definition for PT PMI bit
1258 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
1259 - KVM: i8254: change PIT discard tick policy
1260 - KVM: fix spin_lock_init order on x86
1261 - KVM: VMX: avoid guest hang on invalid invept instruction
1262 - KVM: VMX: avoid guest hang on invalid invvpid instruction
1263 - KVM: VMX: fix nested vpid for old KVM guests
1264 - perf/core: Fix perf_sched_count derailment
1265 - perf tools: Dont stop PMU parsing on alias parse error
1266 - perf tools: Fix checking asprintf return value
1267 - perf tools: Fix python extension build
1268 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
1269 - sched/preempt, sh: kmap_coherent relies on disabled preemption
1270 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
1271 - s390: fix floating pointer register corruption (again)
1272 - s390/cpumf: add missing lpp magic initialization
1273 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
1274 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
1275 - PCI: ACPI: IA64: fix IO port generic range check
1276 - x86/irq: Cure live lock in fixup_irqs()
1277 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
1278 - x86/iopl/64: Properly context-switch IOPL on Xen PV
1279 - x86/iopl: Fix iopl capability check on Xen PV
1280 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1281 - sg: fix dxferp in from_to case
1282 - aacraid: Fix RRQ overload
1283 - aacraid: Fix memory leak in aac_fib_map_free
1284 - aacraid: Set correct msix count for EEH recovery
1285 - sd: Fix discard granularity when LBPRZ=1
1286 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1287 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1288 - aic7xxx: Fix queue depth handling
1289 - libnvdimm: Fix security issue with DSM IOCTL.
1290 - dm snapshot: disallow the COW and origin devices from being identical
1291 - dm: fix excessive dm-mq context switching
1292 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1293 - dm cache: make sure every metadata function checks fail_io
1294 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1295 - usb: retry reset if a device times out
1296 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1297 - USB: uas: Reduce can_queue to MAX_CMNDS
1298 - USB: cdc-acm: more sanity checking
1299 - USB: iowarrior: fix oops with malicious USB descriptors
1300 - USB: usb_driver_claim_interface: add sanity checking
1301 - USB: mct_u232: add sanity checking in probe
1302 - USB: digi_acceleport: do sanity checking for the number of ports
1303 - USB: cypress_m8: add endpoint sanity check
1304 - USB: serial: cp210x: Adding GE Healthcare Device ID
1305 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1306 - USB: option: add "D-Link DWM-221 B1" device id
1307 - pwc: Add USB id for Philips Spc880nc webcam
1308 - Input: powermate - fix oops with malicious USB descriptors
1309 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1310 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1311 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1312 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1313 - ALSA: usb-audio: Fix double-free in error paths after
1314 snd_usb_add_audio_stream() call
1315 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1316 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1317 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1318 - crypto: ccp - Add hash state import and export support
1319 - crypto: ccp - Limit the amount of information exported
1320 - crypto: ccp - Don't assume export/import areas are aligned
1321 - crypto: ccp - memset request context to zero during import
1322 - crypto: keywrap - memzero the correct memory
1323 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1324 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1325 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1326 - X.509: Fix leap year handling again
1327 - mei: bus: check if the device is enabled before data transfer
1328 - HID: logitech: fix Dual Action gamepad support
1329 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1330 - HID: multitouch: force retrieving of Win8 signature blob
1331 - HID: fix hid_ignore_special_drivers module parameter
1332 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1333 - staging: android: ion_test: fix check of platform_device_register_simple()
1334 error code
1335 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1336 - tty: Fix GPF in flush_to_ldisc(), part 2
1337 - net: irda: Fix use-after-free in irtty_open()
1338 - 8250: use callbacks to access UART_DLL/UART_DLM
1339 - saa7134: Fix bytesperline not being set correctly for planar formats
1340 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1341 - bttv: Width must be a multiple of 16 when capturing planar formats
1342 - coda: fix first encoded frame payload
1343 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1344 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1345 - mtip32xx: Fix broken service thread handling
1346 - mtip32xx: Remove unwanted code from taskfile error handler
1347 - mtip32xx: Print exact time when an internal command is interrupted
1348 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1349 - mtip32xx: Handle safe removal during IO
1350 - mtip32xx: Handle FTL rebuild failure state during device initialization
1351 - mtip32xx: Implement timeout handler
1352 - mtip32xx: Cleanup queued requests after surprise removal
1353 - ALSA: pcm: Avoid "BUG:" string for warnings again
1354 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1355 - ALSA: hda - Don't handle ELD notify from invalid port
1356 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1357 - ALSA: hda - Fix unconditional GPIO toggle via automute
1358 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1359 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1360 - brd: Fix discard request processing
1361 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1362 - bcache: cleaned up error handling around register_cache()
1363 - bcache: fix race of writeback thread starting before complete initialization
1364 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1365 - mm: memcontrol: reclaim when shrinking memory.high below usage
1366 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1367 - ia64: define ioremap_uc()
1368 - watchdog: don't run proc_watchdog_update if new value is same as old
1369 - watchdog: rc32434_wdt: fix ioctl error handling
1370 - Bluetooth: Add new AR3012 ID 0489:e095
1371 - Bluetooth: Fix potential buffer overflow with Add Advertising
1372 - cgroup: ignore css_sets associated with dead cgroups during migration
1373 - net: mvneta: enable change MAC address when interface is up
1374 - of: alloc anywhere from memblock if range not specified
1375 - vfs: show_vfsstat: do not ignore errors from show_devname method
1376 - splice: handle zero nr_pages in splice_to_pipe()
1377 - xtensa: ISS: don't hang if stdin EOF is reached
1378 - xtensa: fix preemption in {clear,copy}_user_highpage
1379 - xtensa: clear all DBREAKC registers on start
1380 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1381 - ARC: bitops: Remove non relevant comments
1382 - quota: Fix possible GPF due to uninitialised pointers
1383 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1384 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1385 - md/raid5: Compare apples to apples (or sectors to sectors)
1386 - RAID5: check_reshape() shouldn't call mddev_suspend
1387 - RAID5: revert e9e4c377e2f563 to fix a livelock
1388 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1389 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1390 - md: multipath: don't hardcopy bio in .make_request path
1391 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1392 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1393 freed"
1394 - fuse: do not use iocb after it may have been freed
1395 - fuse: Add reference counting for fuse_io_priv
1396 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1397 - rapidio/rionet: fix deadlock on SMP
1398 - ipr: Fix out-of-bounds null overwrite
1399 - ipr: Fix regression when loading firmware
1400 - iwlwifi: mvm: Fix paging memory leak
1401 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1402 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1403 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1404 - drm/amdgpu: include the right version of gmc header files for iceland
1405 - IB/ipoib: fix for rare multicast join race condition
1406 - tracing: Have preempt(irqs)off trace preempt disabled functions
1407 - tracing: Fix crash from reading trace_pipe with sendfile
1408 - tracing: Fix trace_printk() to print when not using bprintk()
1409 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1410 - scripts/coccinelle: modernize &
1411 - scripts/kconfig: allow building with make 3.80 again
1412 - kbuild/mkspec: fix grub2 installkernel issue
1413 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1414 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1415 - mmc: block: fix ABI regression of mmc_blk_ioctl
1416 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1417 - mmc: sdhci: fix data timeout (part 1)
1418 - mmc: sdhci: fix data timeout (part 2)
1419 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1420 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1421 - clk: rockchip: rk3368: fix cpuclk core dividers
1422 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1423 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1424 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1425 - clk: bcm2835: Fix setting of PLL divider clock rates
1426 - target: Fix target_release_cmd_kref shutdown comp leak
1427 - iser-target: Fix identification of login rx descriptor type
1428 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1429 - iser-target: Separate flows for np listeners and connections cma events
1430 - iser-target: Rework connection termination
1431 - nfsd4: fix bad bounds checking
1432 - nfsd: fix deadlock secinfo+readdir compound
1433 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1434 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1435 - ACPI / PM: Runtime resume devices when waking from hibernate
1436 - writeback, cgroup: fix premature wb_put() in
1437 locked_inode_to_wb_and_lock_list()
1438 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1439 inode
1440 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1441 trackstick buttons, again"
1442 - Input: synaptics - handle spurious release of trackstick buttons, again
1443 - Input: ims-pcu - sanity check against missing interfaces
1444 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1445 - ocfs2/dlm: fix race between convert and recovery
1446 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1447 - mm/page_alloc: prevent merging between isolated and other pageblocks
1448 - mtd: onenand: fix deadlock in onenand_block_markbad
1449 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1450 - scsi_common: do not clobber fixed sense information
1451 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1452 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1453 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1454 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1455 - Linux 4.4.7
1456
1457 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1458 - Bluetooth: Add new AR3012 ID 0489:e095
1459
1460 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1461 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1462
1463 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1464 gl552jx (LP: #1552925)
1465 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1466
1467 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1468 (LP: #1546694)
1469 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1470
1471 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1472 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1473
1474 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1475 - s390/pci: add extra padding to function measurement block
1476
1477 * CVE-2016-3951 (LP: #1567191)
1478 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1479 - usbnet: cleanup after bind() in probe()
1480
1481 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1482 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1483 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1484 - efi: Add nonblocking option to efi_query_variable_store()
1485 - efi: Add NV memory attribute
1486 - efi: Reformat GUID tables to follow the format in UEFI spec
1487 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1488 - SAUCE: (noup) Add EFI signature data types
1489 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1490 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1491 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1492 - [Config] CONFIG_IMA_MOK_KEYRING=y
1493 - IMA: create machine owner and blacklist keyrings
1494 - KEYS: Add an alloc flag to convey the builtinness of a key
1495 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1496 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1497 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1498
1499 * Miscellaneous Ubuntu changes
1500 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1501
1502 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1503
1504 linux (4.4.0-21.37) xenial; urgency=low
1505
1506 [ Tim Gardner ]
1507
1508 * Release Tracking Bug
1509 - LP: #1571791
1510
1511 * linux: MokSBState is ignored (LP: #1571691)
1512 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1513 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1514 - SAUCE: (noup) Display MOKSBState when disabled
1515
1516 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
1517
1518 linux (4.4.0-20.36) xenial; urgency=low
1519
1520 [ Tim Gardner ]
1521
1522 * Release Tracking Bug
1523 - LP: #1571069
1524
1525 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
1526 - SAUCE: kernfs: Do not match superblock in another user namespace when
1527 mounting
1528
1529 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
1530 - x86/topology: Fix logical package mapping
1531 - x86/topology: Fix Intel HT disable
1532 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
1533 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
1534 - x86/topology: Fix AMD core count
1535
1536 * [regression]: Failed to call clock_adjtime(): Invalid argument
1537 (LP: #1566465)
1538 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
1539
1540 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
1541
1542 linux (4.4.0-19.35) xenial; urgency=low
1543
1544 [ Tim Gardner ]
1545
1546 * Release Tracking Bug
1547 - LP: #1570348
1548
1549 * CVE-2016-2847 (LP: #1554260)
1550 - pipe: limit the per-user amount of pages allocated in pipes
1551
1552 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
1553 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
1554
1555 * arm64: guest hangs when ntpd is running (LP: #1549494)
1556 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
1557
1558 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1559 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
1560
1561 * s390/cpumf: Fix lpp detection (LP: #1555344)
1562 - s390/facilities: use stfl mnemonic instead of insn magic
1563 - s390/facilities: always use lowcore's stfle field for storing facility bits
1564 - s390/cpumf: Fix lpp detection
1565
1566 * s390x kernel image needs weightwatchers (LP: #1536245)
1567 - [Config] s390x: Use compressed kernel bzImage
1568
1569 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
1570 upgrading to Ubuntu 16.04 (LP: #1567581)
1571 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
1572 device-tree properties"
1573
1574 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1575 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
1576 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
1577 - cpufreq: powernv: Add sysfs attributes to show throttle stats
1578
1579 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
1580 - [Config] Add ib_iser to generic inclusion list
1581
1582 * thunderx nic performance improvements (LP: #1567093)
1583 - net: thunderx: Set recevie buffer page usage count in bulk
1584 - net: thunderx: Adjust nicvf structure to reduce cache misses
1585
1586 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
1587 - net: thunderx: Fix for multiqset not configured upon interface toggle
1588 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
1589 - net: thunderx: Fix receive packet stats
1590
1591 * Miscellaneous Ubuntu changes
1592 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
1593
1594 * Miscellaneous upstream changes (LP: #1564901)
1595 - Input: xpad - correctly handle concurrent LED and FF requests
1596
1597 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
1598
1599 linux (4.4.0-18.34) xenial; urgency=low
1600
1601 [ Tim Gardner ]
1602
1603 * Release Tracking Bug
1604 - LP: #1566868
1605
1606 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
1607 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
1608 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
1609
1610 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
1611 - [Config] CONFIG_ARCH_ROCKCHIP=y
1612
1613 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
1614 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
1615 - perf/x86/cqm: Fix CQM memory leak and notifier leak
1616 - x86/cpufeature: Carve out X86_FEATURE_*
1617 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
1618 - x86/topology: Create logical package id
1619 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
1620 - perf/x86/mbm: Add memory bandwidth monitoring event management
1621 - perf/x86/mbm: Implement RMID recycling
1622 - perf/x86/mbm: Add support for MBM counter overflow handling
1623
1624 * User namespace mount updates (LP: #1566505)
1625 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
1626 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
1627 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
1628 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
1629 - SAUCE: fs: fix a posible leak of allocated superblock
1630
1631 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
1632 (LP: #1566518)
1633 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
1634 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
1635
1636 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
1637 for Alpine Ridge on SKL (LP: #1519623)
1638 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
1639 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
1640 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
1641 - usb: add device descriptor for usb 3.1 root hub
1642 - usb: Support USB 3.1 extended port status request
1643 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
1644 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
1645 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
1646 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
1647 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
1648 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
1649 - usb: Add USB 3.1 Precision time measurement capability descriptor support
1650 - xhci: refactor and cleanup endpoint initialization.
1651 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
1652 - xhci: cleanup isoc tranfers queuing code
1653 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
1654 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
1655
1656 * wrong/missing permissions for device file /dev/prandom (prng.ko)
1657 (LP: #1558275)
1658 - s390/crypto: provide correct file mode at device register.
1659
1660 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
1661 - ALSA: hda - fix front mic problem for a HP desktop
1662
1663 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
1664 (LP: #1556228)
1665 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
1666
1667 * please provide mmc-modules udeb (LP: #1565765)
1668 - [Config] Add mmc block drivers to d-i
1669
1670 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1671 - Add secure_modules() call
1672 - PCI: Lock down BAR access when module security is enabled
1673 - x86: Lock down IO port access when module security is enabled
1674 - ACPI: Limit access to custom_method
1675 - asus-wmi: Restrict debugfs interface when module loading is restricted
1676 - Restrict /dev/mem and /dev/kmem when module loading is restricted
1677 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
1678 - kexec: Disable at runtime if the kernel enforces module loading restrictions
1679 - x86: Restrict MSR access when module loading is restricted
1680 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
1681 - Add option to automatically enforce module signatures when in Secure Boot mode
1682 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
1683 - efi: Add EFI_SECURE_BOOT bit
1684 - hibernate: Disable in a signed modules environment
1685
1686 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
1687 - PCI: Add fwnode_handle to x86 pci_sysdata
1688 - PCI: Look up IRQ domain by fwnode_handle
1689 - [Config] CONFIG_PCI_HYPERV=m
1690 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
1691
1692 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
1693 (LP: #1559923)
1694 - ACPI / processor: Request native thermal interrupt handling via _OSC
1695
1696 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
1697 (LP: #1564591)
1698 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
1699
1700 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
1701 - atomics: Allow architectures to define their own __atomic_op_* helpers
1702 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
1703 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
1704 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
1705
1706 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
1707 - [Debian] cpupower uses non-standard CROSS
1708
1709 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
1710 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
1711
1712 * Unable to migrate container (LP: #1563921)
1713 - SAUCE: cgroup mount: ignore nsroot=
1714
1715 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
1716 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
1717
1718 * /proc/$pid/maps performance regression (LP: #1547231)
1719 - proc: revert /proc/<pid>/maps [stack:TID] annotation
1720
1721 * TPM2.0 trusted keys fixes (LP: #1398274)
1722 - tpm: remove unneeded include of actbl2.h
1723 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
1724 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
1725 - tpm_tis: Disable interrupt auto probing on a per-device basis
1726 - tpm_tis: Do not fall back to a hardcoded address for TPM2
1727 - tpm_tis: Use devm_ioremap_resource
1728 - tpm_tis: Clean up the force=1 module parameter
1729 - tpm_crb: Drop le32_to_cpu(ioread32(..))
1730 - tpm_crb: Use devm_ioremap_resource
1731 - tpm: fix the rollback in tpm_chip_register()
1732 - tpm: fix the cleanup of struct tpm_chip
1733 - tpm: fix: set continueSession attribute for the unseal operation
1734 - tpm: fix: return rc when devm_add_action() fails
1735 - tpm_eventlog.c: fix binary_bios_measurements
1736 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
1737 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
1738 - tpm_tis: fix build warning with tpm_tis_resume
1739
1740 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
1741 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
1742
1743 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
1744 Xenial (LP: #1563485)
1745 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
1746 - cxlflash: Increase cmd_per_lun for better throughput
1747 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
1748
1749 * Miscellaneous Ubuntu changes
1750 - [Config] do_zfs_powerpc64-smp = true
1751 - [Debian] fix linux_tools when cross-compiling
1752 - [Config] do_zfs_powerpc64-smp use default value
1753 - SAUCE: apparmor: Fix FTBFS due to bad include path
1754 - SAUCE: i915_bpo: Disable preliminary hw support
1755
1756 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
1757
1758 linux (4.4.0-17.33) xenial; urgency=low
1759
1760 [ Tim Gardner ]
1761
1762 * Release Tracking Bug
1763 - LP: #1563441
1764
1765 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
1766 (LP: #1560552)
1767 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
1768 about to hit.
1769
1770 * Predictable naming mechanism is leading to issues in DLPAR operations of
1771 NICs (LP: #1560514)
1772 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
1773 properties
1774
1775 * ThunderX: support alternative phy implementations (LP: #1562968)
1776 - net: thunderx: Cleanup PHY probing code.
1777 - [Config] CONFIG_MDIO_CAVIUM=m
1778 - phy: mdio-octeon: Refactor into two files/modules
1779 - [Config] CONFIG_MDIO_THUNDER=m
1780 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
1781 - phy: mdio-cavium: Add missing MODULE_* annotations.
1782 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
1783 - phy: mdio-thunder: Fix some Kconfig typos
1784 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
1785
1786 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
1787 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
1788 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
1789
1790 * lots of printk to serial console can hang system for long time
1791 (LP: #1534216)
1792 - printk: set may_schedule for some of console_trylock() callers
1793
1794 * [i915_bpo] Update i915 backport driver (LP: #1560395)
1795 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
1796 - PM / runtime: Add new helper for conditional usage count incrementation
1797 - drm/core: Add drm_for_each_encoder_mask, v2.
1798 - drm/atomic-helper: Implement subsystem-level suspend/resume
1799
1800 * [Hyper-V] VM Sockets (LP: #1541585)
1801 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
1802 - Drivers: hv: vmbus: Add vendor and device atttributes
1803 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
1804 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
1805 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
1806 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
1807 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
1808 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
1809 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
1810 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
1811 - Drivers: hv: vmbus: add a per-channel rescind callback
1812 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
1813 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
1814 - Drivers: hv: vmbus: Give control over how the ring access is serialized
1815 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
1816 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
1817 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
1818 - Drivers: hv: vmbus: remove code duplication in message handling
1819 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
1820 - Drivers: hv: util: Pass the channel information during the init call
1821 - Drivers: hv: utils: Remove util transport handler from list if registration fails
1822 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
1823 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1824
1825 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
1826 (LP: #1559918)
1827 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
1828
1829 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
1830 - net: add tc offload feature flag
1831 - net: tc: helper functions to query action types
1832 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
1833 - net: rework ndo tc op to consume additional qdisc handle parameter
1834 - net: rework setup_tc ndo op to consume general tc operand
1835 - net: sched: add cls_u32 offload hooks for netdevs
1836 - net: ixgbe: add support for tc_u32 offload
1837 - net: ixgbe: abort with cls u32 divisor groups greater than 1
1838
1839 * Bring fm10k up to Fortville SW5 (LP: #1562310)
1840 - net: add netif_is_team_master helper
1841 - net: add netif_is_team_port helper
1842 - net: add netif_is_lag_master helper
1843 - net: add netif_is_lag_port helper
1844 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
1845 - fm10k: don't reinitialize RSS flow table when RXFH configured
1846
1847 * [Feature]Always Running Timer (ART) to System Time translation
1848 (LP: #1519625)
1849 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
1850 - timekeeping: Provide internal function __ktime_get_real_seconds
1851 - timekeeping: Cap adjustments so they don't exceed the maxadj value
1852 - clocksource: Make clocksource validation work for all clocksources
1853 - time: Add cycles to nanoseconds translation
1854 - time: Add timekeeping snapshot code capturing system time and counter
1855 - time: Remove duplicated code in ktime_get_raw_and_real()
1856 - time: Add driver cross timestamp interface for higher precision time synchronization
1857 - time: Add history to cross timestamp interface supporting slower devices
1858 - time/timekeeping: Work around false positive GCC warning
1859 - x86/tsc: Always Running Timer (ART) correlated clocksource
1860 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
1861 - [Config] CONFIG_E1000E_HWTS=y
1862 - e1000e: Adds hardware supported cross timestamp on e1000e nic
1863
1864 * x-gene2: add SoC v2 support to clock (LP: #1561604)
1865 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
1866
1867 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
1868 - perf/x86: Move perf_event.c ............... => x86/events/core.c
1869 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
1870 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
1871 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
1872 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
1873 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
1874 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
1875 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
1876 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
1877 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
1878 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
1879 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
1880 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
1881 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
1882 x86/events/intel/uncore.[ch]
1883 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
1884 x86/events/intel/uncore_nmhex.c
1885 - perf/x86: Move perf_event_intel_uncore_snb.c =>
1886 x86/events/intel/uncore_snb.c
1887 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
1888 x86/events/intel/uncore_snbep.c
1889 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
1890 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
1891 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
1892 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
1893 - perf/x86: Move perf_event.h to its new home
1894 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
1895
1896 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
1897 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
1898
1899 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
1900
1901 linux (4.4.0-16.32) xenial; urgency=low
1902
1903 [ Tim Gardner ]
1904
1905 * Release Tracking Bug
1906 - LP: #1561727
1907
1908 * fix thermal throttling due to commit "Thermal: initialize thermal zone
1909 device correctly" (LP: #1561676)
1910 - Thermal: Ignore invalid trip points
1911
1912 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
1913 on press (LP: #1553811)
1914 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
1915 buttons, again
1916
1917 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1918 (LP: #1560583)
1919 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1920 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1921
1922 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
1923 - ubuntu: vbox -- update to 5.0.16-dfsg-2
1924
1925 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
1926 s390x (LP: #1557690)
1927 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
1928
1929 * spl/zfs fails to build on s390x (LP: #1519814)
1930 - [Config] s390x -- re-enable zfs
1931 - [Config] zfs -- disable powerpc until the test failures can be resolved
1932
1933 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
1934 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
1935
1936 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
1937 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
1938 - [Config] powerpc -- convert zfs configuration to custom_override
1939
1940 * Memory arena corruption with FUSE (was Memory allocation failure crashes
1941 kernel hard, presumably related to FUSE) (LP: #1505948)
1942 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
1943 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
1944
1945 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
1946 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
1947
1948 * linux packaging: clear remaining redundant delta (LP: #1560445)
1949 - [Debian] Remove generated intermediate files on clean
1950
1951 * arm64: guest hangs when ntpd is running (LP: #1549494)
1952 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
1953 - Revert "hrtimer: Catch illegal clockids"
1954 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
1955
1956 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
1957 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
1958 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
1959 ThunderX
1960
1961 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
1962 (LP: #1559609)
1963 - arcmsr: fixed getting wrong configuration data
1964 - arcmsr: fixes not release allocated resource
1965 - arcmsr: make code more readable
1966 - arcmsr: adds code to support new Areca adapter ARC1203
1967 - arcmsr: changes driver version number
1968 - arcmsr: more readability improvements
1969 - arcmsr: Split dma resource allocation to a new function
1970 - arcmsr: change driver version to v1.30.00.22-20151126
1971
1972 * server image has no keyboard, desktop image works (LP: #1559692)
1973 - [Config] Rework input-modules (d-i) list
1974
1975 * PMU support for Cavium ThunderX (LP: #1559349)
1976 - arm64: perf: Rename Cortex A57 events
1977 - arm64/perf: Add Cavium ThunderX PMU support
1978 - arm64: perf: Enable PMCR long cycle counter bit
1979 - arm64: perf: Extend event mask for ARMv8.1
1980 - arm64: dts: Add Cavium ThunderX specific PMU
1981
1982 * Show ARM PMU events in perf stat (LP: #1559350)
1983 - drivers/perf: kill armpmu_register
1984 - arm: perf: Convert event enums to #defines
1985 - arm: perf: Add event descriptions
1986 - arm64: perf: Convert event enums to #defines
1987 - arm64: perf: Add event descriptions
1988 - ARM: perf: add format entry to describe event -> config mapping
1989 - arm64: perf: add format entry to describe event -> config mapping
1990
1991 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
1992 - EDAC/sb_edac: Fix computation of channel address
1993
1994 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
1995 - [Config] disable CONFIG_IP_PNP
1996
1997 * Miscellaneous Ubuntu changes
1998 - [Debian] Silence the reconstruct script
1999
2000 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
2001
2002 linux (4.4.0-15.31) xenial; urgency=low
2003
2004 [ Tim Gardner ]
2005
2006 * Release Tracking Bug
2007 - LP: #1559252
2008
2009 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
2010 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
2011
2012 * policy namespace stacking (LP: #1379535)
2013 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
2014 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
2015 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
2016 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
2017 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
2018 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
2019 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
2020 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
2021 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
2022 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
2023 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
2024 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
2025 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
2026 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
2027 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
2028 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
2029 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
2030 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
2031 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
2032 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
2033 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
2034 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
2035 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
2036 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
2037 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
2038 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
2039 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
2040 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
2041 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
2042 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
2043 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
2044 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
2045 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
2046 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
2047 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
2048 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
2049 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
2050 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
2051 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
2052 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
2053 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
2054 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
2055 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
2056 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
2057 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
2058 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
2059 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
2060 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
2061 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
2062
2063 * Add arm64 NUMA support (LP: #1558765)
2064 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
2065 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
2066 - [Config] CONFIG_OF_NUMA=y
2067 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
2068 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
2069 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
2070 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
2071 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
2072
2073 * vivid/linux: total ADT test failures (LP: #1558447)
2074 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
2075
2076 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
2077 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2078 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
2079
2080 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
2081 - s390/pci: enforce fmb page boundary rule
2082
2083 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
2084 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
2085 - page_to_phys() always returns a multiple of PAGE_SIZE
2086 - s390/pci: provide ZPCI_ADDR macro
2087 - s390/pci: improve ZPCI_* macros
2088 - s390/pci: resize iomap
2089 - s390/pci: fix bar check
2090 - s390/pci: set error state for unusable functions
2091 - s390/pci: remove iomap sanity checks
2092 - s390/pci: remove pdev pointer from arch data
2093 - s390/pci: add ioctl interface for CLP
2094
2095 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
2096 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
2097 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
2098 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
2099 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
2100
2101 * skb_warn_bad_offload Crash (LP: #1558025)
2102 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
2103
2104 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
2105 - [Config] CONFIG_PCI_HOST_COMMON=y
2106 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
2107 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
2108 - PCI: generic: Move structure definitions to separate header file
2109 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
2110 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
2111 - PCI: thunder: Add PCIe host driver for ThunderX processors
2112 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
2113
2114 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
2115 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2116
2117 * Xenial update to v4.4.6 stable release (LP: #1558330)
2118 - arm64: account for sparsemem section alignment when choosing vmemmap offset
2119 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
2120 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
2121 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
2122 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
2123 - kvm: cap halt polling at exactly halt_poll_ns
2124 - KVM: VMX: disable PEBS before a guest entry
2125 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
2126 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
2127 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
2128 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
2129 - s390/dasd: fix diag 0x250 inline assembly
2130 - tracing: Fix check for cpu online when event is disabled
2131 - dmaengine: at_xdmac: fix residue computation
2132 - jffs2: reduce the breakage on recovery from halfway failed rename()
2133 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
2134 - ASoC: dapm: Fix ctl value accesses in a wrong type
2135 - ASoC: samsung: Use IRQ safe spin lock calls
2136 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
2137 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
2138 - ovl: ignore lower entries when checking purity of non-directory entries
2139 - ovl: fix working on distributed fs as lower layer
2140 - wext: fix message delay/ordering
2141 - cfg80211/wext: fix message ordering
2142 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
2143 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
2144 - mac80211: minstrel: Change expected throughput unit back to Kbps
2145 - mac80211: fix use of uninitialised values in RX aggregation
2146 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
2147 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
2148 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
2149 - mac80211: Fix Public Action frame RX in AP mode
2150 - gpu: ipu-v3: Do not bail out on missing optional port nodes
2151 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
2152 - drm/radeon: Fix error handling in radeon_flip_work_func.
2153 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
2154 - userfaultfd: don't block on the last VM updates at exit time
2155 - ovl: fix getcwd() failure after unsuccessful rmdir
2156 - MIPS: Fix build error when SMP is used without GIC
2157 - MIPS: smp.c: Fix uninitialised temp_foreign_map
2158 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
2159 - target: Drop incorrect ABORT_TASK put for completed commands
2160 - ld-version: Fix awk regex compile failure
2161 - Linux 4.4.6
2162
2163 * linux fails to load x.509 built-in certificate (LP: #1557250)
2164 - lib/mpi: Endianness fix
2165
2166 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
2167 - [Config] CONFIG_NET_9P=m for s390x
2168
2169 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
2170 (LP: #1557950)
2171 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
2172 - net/mlx5e: Don't modify CQ before it was created
2173
2174 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2175 - mmc: sdhci: Do not BUG on invalid vdd
2176 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
2177 - mmc: It is not an error for the card to be removed while suspended
2178
2179 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
2180 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
2181
2182 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
2183 - [Config] CONFIG_NUMA_EMU=y for s390x
2184
2185 * Miscellaneous Ubuntu changes
2186 - [Debian] git-ubuntu-log -- prevent bug references being split
2187 - [Debian] git-ubuntu-log -- git log output is UTF-8
2188
2189 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
2190
2191 linux (4.4.0-14.30) xenial; urgency=low
2192
2193 [ Tim Gardner ]
2194
2195 * Release Tracking Bug
2196 - LP: #1557508
2197
2198 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
2199 - powerpc: Fix dedotify for binutils >= 2.26
2200
2201 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
2202 - Illumos 6370 - ZFS send fails to transmit some holes
2203
2204 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
2205 camera (LP: #1557138)
2206 - UVC: Add support for ds4 depth camera
2207
2208 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
2209 - sched/numa: Fix use-after-free bug in the task_numa_compare
2210
2211 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
2212 files (LP: #1555997)
2213 - ovl: copy new uid/gid into overlayfs runtime inode
2214
2215 * Miscellaneous Ubuntu changes
2216 - SAUCE: Dump stack when X.509 certificates cannot be loaded
2217
2218 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
2219
2220 linux (4.4.0-13.29) xenial; urgency=low
2221
2222 [ Tim Gardner ]
2223
2224 * Release Tracking Bug
2225 - LP: #1556247
2226
2227 * s390/mm: four page table levels vs. fork (LP: #1556141)
2228 - s390/mm: four page table levels vs. fork
2229
2230 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
2231 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2232 - hv_netvsc: cleanup netdev feature flags for netvsc
2233
2234 * fails to boot on megaraid (LP: #1552903)
2235 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
2236 case of PD list DCMD failure
2237
2238 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
2239 - ALSA: hda - add codec support for Kabylake display audio codec
2240
2241 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2242 - cpufreq: powernv: Free 'chips' on module exit
2243 - cpufreq: powernv: Hot-plug safe the kworker thread
2244 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
2245 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
2246 - cpufreq: powernv: Replace pr_info with trace print for throttle event
2247 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
2248
2249 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2250 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
2251
2252 * integer overflow in xt_alloc_table_info (LP: #1555353)
2253 - SAUCE: (noup) netfilter: x_tables: check for size overflow
2254
2255 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
2256 - [Packaging] reconstruct -- automatically reconstruct against base tag
2257 - [Config] reconstruct -- update to autoreconstruct output
2258 - [Packaging] reconstruct -- update when inserting final changes
2259
2260 * Xenial update to v4.4.5 stable release (LP: #1555640)
2261 - use ->d_seq to get coherency between ->d_inode and ->d_flags
2262 - drivers: sh: Restore legacy clock domain on SuperH platforms
2263 - Btrfs: fix deadlock running delayed iputs at transaction commit time
2264 - btrfs: Fix no_space in write and rm loop
2265 - btrfs: async-thread: Fix a use-after-free error for trace
2266 - block: Initialize max_dev_sectors to 0
2267 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
2268 - parisc: Fix ptrace syscall number and return value modification
2269 - mips/kvm: fix ioctl error handling
2270 - kvm: x86: Update tsc multiplier on change.
2271 - fbcon: set a default value to blink interval
2272 - cifs: fix out-of-bounds access in lease parsing
2273 - CIFS: Fix SMB2+ interim response processing for read requests
2274 - Fix cifs_uniqueid_to_ino_t() function for s390x
2275 - vfio: fix ioctl error handling
2276 - KVM: x86: fix root cause for missed hardware breakpoints
2277 - arm/arm64: KVM: Fix ioctl error handling
2278 - iommu/amd: Apply workaround for ATS write permission check
2279 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
2280 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2281 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2282 - drm/ast: Fix incorrect register check for DRAM width
2283 - drm/radeon/pm: update current crtc info after setting the powerstate
2284 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2285 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2286 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2287 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2288 - libata: fix HDIO_GET_32BIT ioctl
2289 - libata: Align ata_device's id on a cacheline
2290 - block: bio: introduce helpers to get the 1st and last bvec
2291 - writeback: flush inode cgroup wb switches instead of pinning super_block
2292 - Adding Intel Lewisburg device IDs for SATA
2293 - arm64: vmemmap: use virtual projection of linear region
2294 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2295 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2296 - tracing: Do not have 'comm' filter override event 'comm' field
2297 - pata-rb532-cf: get rid of the irq_to_gpio() call
2298 - Btrfs: fix loading of orphan roots leading to BUG_ON
2299 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2300 - jffs2: Fix page lock / f->sem deadlock
2301 - Fix directory hardlinks from deleted directories
2302 - dmaengine: pxa_dma: fix cyclic transfers
2303 - adv7604: fix tx 5v detect regression
2304 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2305 - ALSA: ctl: Fix ioctls for X32 ABI
2306 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2307 - ALSA: rawmidi: Fix ioctls X32 ABI
2308 - ALSA: timer: Fix ioctls for X32 ABI
2309 - ALSA: pcm: Fix ioctls for X32 ABI
2310 - ALSA: seq: oss: Don't drain at closing a client
2311 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2312 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2313 - ALSA: hdspm: Fix zero-division
2314 - ALSA: timer: Fix broken compat timer user status ioctl
2315 - usb: chipidea: otg: change workqueue ci_otg as freezable
2316 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2317 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2318 - USB: qcserial: add Sierra Wireless EM74xx device ID
2319 - USB: serial: option: add support for Telit LE922 PID 0x1045
2320 - USB: serial: option: add support for Quectel UC20
2321 - MIPS: scache: Fix scache init with invalid line size.
2322 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2323 - ubi: Fix out of bounds write in volume update code
2324 - i2c: brcmstb: allocate correct amount of memory for regmap
2325 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2326 - block: check virt boundary in bio_will_gap()
2327 - block: get the 1st and last bvec via helpers
2328 - drm/i915: more virtual south bridge detection
2329 - drm/i915: refine qemu south bridge detection
2330 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2331 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2332 - Linux 4.4.5
2333
2334 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2335 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2336
2337 * TPM2.0 trusted keys fixes (LP: #1398274)
2338 - tpm_tis: further simplify calculation of ordinal duration
2339 - tpm_tis: Use devm_free_irq not free_irq
2340 - tpm_tis: Ensure interrupts are disabled when the driver starts
2341 - tpm: rework tpm_get_timeouts()
2342 - tpm_tis: Get rid of the duplicate IRQ probing code
2343 - tpm_tis: Refactor the interrupt setup
2344 - tpm_tis: Tighten IRQ auto-probing
2345 - tpm_ibmvtpm: properly handle interrupted packet receptions
2346
2347 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2348 - [Config] control.stub.in -- review versioned Build-Depends:
2349 - [Config] control.stub.in -- review versioned
2350 Depends/Breaks/Conflicts/Replaces
2351 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2352 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2353
2354 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2355
2356 linux (4.4.0-12.28) xenial; urgency=low
2357
2358 * Miscellaneous Ubuntu changes
2359 - reconstruct: Work around orig tarball packaging limitiations
2360 Fixes FTBS
2361
2362 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2363
2364 linux (4.4.0-12.27) xenial; urgency=low
2365
2366 [ Tim Gardner ]
2367
2368 * Release Tracking Bug
2369 - LP: #1554704
2370
2371 * Fails to detect (second) display (LP: #1543683)
2372 - drm/i915: Fix hpd live status bits for g4x
2373
2374 * s390x -- various configuration changes (LP: #1543165)
2375 - [Config] s390x -- enable CONFIG_NUMA
2376 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2377 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2378 - [Config] s390x -- disable CONFIG_NVMEM
2379 - [Config] s390x -- switch preempt mode to none
2380
2381 * Radeon hybrid graphics problem on resume (LP: #1554608)
2382 - Revert "drm/radeon: call hpd_irq_event on resume"
2383
2384 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2385 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2386 - drm/amdgpu: use $(src) in Makefile (v2)
2387 - drm/radeon: constify radeon_asic_ring structures
2388 - drm/amdgpu: add a callback for reading the bios from the rom directly
2389 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2390 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2391 - drm/amdgpu: Use new read bios from rom callback
2392 - drm/amdgpu: Use unlocked gem unreferencing
2393 - drm/radeon: Use unlocked gem unreferencing
2394 - drm/amd: add new gfx8 register definitions for EDC
2395 - drm/amdgpu: add EDC support for CZ (v3)
2396 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2397 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2398 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2399 - drm/amdgpu: update rev id register for VI
2400 - drm/amdgpu: add more debugging output for driver failures
2401 - drm/amdgpu: add entity only when first job come
2402 - drm/amdgpu: handle error case for ctx
2403 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2404 - drm/amdgpu: change default sched jobs to 32
2405 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2406 - drm/amdgpu: restrict the sched jobs number to power of two
2407 - drm/amdgpu: put VM page tables directly into duplicates list
2408 - drm/amdgpu: split VM PD and PT handling during CS
2409 - drm/amdgpu: keep the PTs validation list in the VM v2
2410 - drm/radeon: Update radeon_get_vblank_counter_kms()
2411 - drm/radeon: only increment sync_seq when a fence is really emitted
2412 - drm/fb-helper: Use proper plane mask for fb cleanup
2413 - drm/amdgpu: fix dp link rate selection (v2)
2414 - drm/radeon: fix dp link rate selection (v2)
2415 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2416 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2417 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2418 - drm/amdgpu: implement new cgs interface for acpi function
2419 - drm/amdgpu: implement cgs interface to query system info
2420 - drm/amdgpu: add new cgs interface to get display info (v2)
2421 - drm/amd/powerplay: add basic powerplay framework
2422 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2423 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2424 - drm/amd/powerplay: add SMU manager sub-component
2425 - drm/amd/powerplay: add hardware manager sub-component
2426 - SAUCE: amd: Include errno.h
2427 - drm/amd/powerplay: add Carrizo smu support
2428 - drm/amd/powerplay: add Carrizo dpm support
2429 - drm/amd/powerplay: add CG and PG support for carrizo
2430 - drm/amd/powerplay: add event manager sub-component
2431 - drm/amd/powerplay: implement functions of amd_powerplay_func
2432 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2433 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2434 - drm/amd/powerplay: add header file for tonga smu and dpm
2435 - drm/amd/powerplay: Add Tonga SMU support
2436 - drm/amd/powerplay: add Tonga dpm support (v3)
2437 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2438 - drm/amd/powerplay: update atomctrl for fiji
2439 - drm/amd/powerplay: add Fiji SMU support.
2440 - drm/amd/powerplay: add Fiji DPM support.
2441 - drm/amdgpu: add amdgpu.powerplay module option
2442 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2443 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2444 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2445 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2446 - drm/amdgpu/powerplay: program display gap for tonga.
2447 - drm/amdgpu: enable powerplay module by default for tonga.
2448 - drm/amdgpu: enable powerplay module by default for fiji.
2449 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2450 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2451 - drm/amd/powerplay: Add CG and PG support for tonga
2452 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2453 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2454 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2455 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2456 - drm/amdgpu/powerplay: implement thermal control for tonga.
2457 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2458 - drm/amdgpu: export fan control functions to amdgpu
2459 - drm/amdgpu: enable sysfs interface for powerplay
2460 - drm/amdgpu: support per device powerplay enablement (v2)
2461 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2462 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2463 - drm/amd/powerplay: refine the logic of whether need to update power state.
2464 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2465 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2466 - drm/amdgpu: extract pcie helpers to common header
2467 - drm: add drm_pcie_get_max_link_width helper (v2)
2468 - drm/amdgpu: store pcie gen mask and link width
2469 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2470 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2471 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2472 - drm/amd/powerplay: fix boolreturn.cocci warnings
2473 - drm/amd/powerplay/tonga: Add UVD DPM init
2474 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2475 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2476 - drm/amdgpu: add sdma clock gating support for Fiji.
2477 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2478 - drm/amd/powerplay: enable clock gating for Fiji.
2479 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2480 - drm/amd/powerplay: implement smc state upload for CZ
2481 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2482 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2483 - drm/amd/powerplay: add new function point in hwmgr.
2484 - drm/amd/powerplay: add smc msg for NB P-State switch
2485 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2486 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2487 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2488 - drm/amd/powerplay: Add PPLib debug print macro.
2489 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2490 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2491 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2492 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2493 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2494 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2495 - drm/amdgpu: Prepare DKMS build for powerplay module.
2496 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2497 - drm/amd/powerplay: Add thermal protection support for Fiji.
2498 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2499 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2500 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2501 - drm/amd/powerplay: fix boolreturn.cocci warnings
2502 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2503 - drm/amd/powerplay: check whether enable dpm in powerplay.
2504 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2505 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2506 - drm/amd/powerplay: display gpu load when print performance for tonga.
2507 - drm/powerplay: add debugging output to tonga_processpptables.c
2508 - drm/powerplay: add debugging output to processpptables.c
2509 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2510 - drm/amd/powerplay: Don't return an error if fan table is missing
2511 - amd\powerplay Implement get dal power level
2512 - amd/powerplay: Fix get dal power level
2513 - amd/powerplay: Add structures required to report configuration change
2514 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2515 - drm/amd/powerplay: add point check to avoid NULL point hang.
2516 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
2517 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
2518 - drm: powerplay: use div64_s64 instead of do_div
2519 - drm/amd/powerplay: fix a reversed condition
2520 - drm/amdgpu/cgs: cleanup some indenting
2521 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
2522 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
2523 - drm/amd/powerplay: fix bug that NULL checks are reversed.
2524 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
2525 - drm/amd/powerplay: fix Smatch static checker warnings
2526 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
2527 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
2528 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
2529 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
2530 - drm/amdgpu: fix hex/decimal bug when show gpu load.
2531 - drm/amd/powerplay: add thermal control task when resume.
2532 - drm/amd/powerplay: enable set boot state task
2533 - drm/amd/powerplay: enable power down asic task. (v2)
2534 - drm/amd/powerplay: implement power down asic task for CZ
2535 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
2536 - drm/amdgpu/cgs: add an interface to access PCI resources
2537 - drm/amdgpu: add irq domain support
2538 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
2539 - drm/sysfs: use kobj_to_dev()
2540 - drm/amd/powerplay: fix static checker warning for return meaningless value.
2541 - drm/amdgpu/cz: add code to enable forcing UVD clocks
2542 - drm/amdgpu/cz: add code to enable forcing VCE clocks
2543 - drm/amdgpu/cz: force uvd clocks when sclks are forced
2544 - drm/amdgpu/cz: force vce clocks when sclks are forced
2545 - drm/amdgpu: use kobj_to_dev()
2546 - drm/radeon: use kobj_to_dev()
2547 - drm/ttm: fix adding foreign BOs to the LRU during init v2
2548 - drm/ttm: fix adding foreign BOs to the swap LRU
2549 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
2550 - drm/amdgpu: move VM page tables to the LRU end on CS v2
2551 - drm/amdgpu: validate duplicates first
2552 - drm/amdgpu: add missing irq.h include
2553 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
2554 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
2555 - amdkfd: don't open-code memdup_user()
2556 - amdkfd: Copy from the proper user command pointer
2557 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
2558 - amd/powerplay: disable powerplay by default initially
2559 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
2560 - drm/atomic-helper: Export framebuffer_changed()
2561 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
2562 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
2563 - drm/amdgpu: fix next_rptr handling for debugfs
2564 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
2565 - drm/radeon: only init fbdev if we have connectors
2566 - drm/amdgpu: don't init fbdev if we don't have any connectors
2567 - drm/amd/powerplay: Update SMU firmware loading for Stoney
2568 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
2569 - drm/amdkfd: Remove unnecessary cast in kfree
2570 - drm/amdgpu: only move pt bos in LRU list on success
2571 - drm/amdgpu: mask out WC from BO on unsupported arches
2572 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
2573 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
2574 - drm/amdgpu: load MEC ucode manually on iceland
2575 - drm/amdgpu: disable uvd and vce clockgating on Fiji
2576 - drm/amdgpu: add pcie cap module parameters (v2)
2577 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
2578 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
2579 - drm/amdgpu: handle uvd pg flags properly
2580 - drm/amdgpu: handle vce pg flags properly
2581 - drm/amdgpu: clean up vce pg flags for cz/st
2582 - drm/amdgpu: be consistent with uvd cg flags
2583 - drm/amd/powerplay/cz: disable uvd pg
2584 - drm/amd/powerplay/cz: disable vce pg
2585 - drm/amd/powerplay/tonga: disable uvd pg
2586 - drm/amd/powerplay/tonga: disable vce pg
2587 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
2588 - drm/amdgpu: remove unused cg defines
2589 - drma/dmgpu: move cg and pg flags into shared headers
2590 - drm/amdgpu/tonga: plumb pg flags through to powerplay
2591 - drm/amdgpu/cz: plumb pg flags through to powerplay
2592 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
2593
2594 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
2595 #1552632)
2596 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
2597
2598 * Miscellaneous Ubuntu changes
2599 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
2600
2601 * Miscellaneous upstream changes
2602 - net: thunderx: Fix for Qset error due to CQ full
2603 - ahci: Workaround for ThunderX Errata#22536
2604 - arm64: Add workaround for Cavium erratum 27456
2605 - tipc: fix nullptr crash during subscription cancel
2606
2607 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
2608
2609 linux (4.4.0-11.26) xenial; urgency=low
2610
2611 [ Tim Gardner ]
2612
2613 * Release Tracking Bug
2614 - LP: #1553391
2615
2616 * Xenial update to v4.4.4 stable release (LP: #1553179)
2617 - af_iucv: Validate socket address length in iucv_sock_bind()
2618 - gro: Make GRO aware of lightweight tunnels.
2619 - net: dp83640: Fix tx timestamp overflow handling.
2620 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
2621 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
2622 - tcp: fix NULL deref in tcp_v4_send_ack()
2623 - af_unix: fix struct pid memory leak
2624 - pptp: fix illegal memory access caused by multiple bind()s
2625 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
2626 - net: dsa: fix mv88e6xxx switches
2627 - tipc: fix connection abort during subscription cancel
2628 - inet: frag: Always orphan skbs inside ip_defrag()
2629 - switchdev: Require RTNL mutex to be held when sending FDB notifications
2630 - tcp: beware of alignments in tcp_get_info()
2631 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
2632 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
2633 - ipv6: addrconf: Fix recursive spin lock call
2634 - ipv6: fix a lockdep splat
2635 - unix: correctly track in-flight fds in sending process user_struct
2636 - tcp: do not drop syn_recv on all icmp reports
2637 - net:Add sysctl_max_skb_frags
2638 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
2639 - enic: increment devcmd2 result ring in case of timeout
2640 - sctp: translate network order to host order when users get a hmacid
2641 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
2642 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
2643 eth_get_headlen
2644 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
2645 - bonding: Fix ARP monitor validation
2646 - ipv4: fix memory leaks in ip_cmsg_send() callers
2647 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
2648 - af_unix: Guard against other == sk in unix_dgram_sendmsg
2649 - tipc: fix premature addition of node to lookup table
2650 - tcp: md5: release request socket instead of listener
2651 - qmi_wwan: add "4G LTE usb-modem U901"
2652 - net/mlx4_en: Count HW buffer overrun only once
2653 - net/mlx4_en: Avoid changing dev->features directly in run-time
2654 - l2tp: Fix error creating L2TP tunnels
2655 - pppoe: fix reference counting in PPPoE proxy
2656 - net_sched fix: reclassification needs to consider ether protocol changes
2657 - route: check and remove route cache when we get route
2658 - tcp/dccp: fix another race at listener dismantle
2659 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
2660 - rtnl: RTM_GETNETCONF: fix wrong return value
2661 - tipc: unlock in error path
2662 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
2663 - sctp: Fix port hash table size computation
2664 - ext4: fix bh->b_state corruption
2665 - ARM: debug-ll: fix BCM63xx entry for multiplatform
2666 - arm64: errata: Add -mpc-relative-literal-loads to build flags
2667 - KVM: s390: fix guest fprs memory leak
2668 - devm_memremap: Fix error value when memremap failed
2669 - drm/gma500: Use correct unref in the gem bo create function
2670 - ARM: 8457/1: psci-smp is built only for SMP
2671 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
2672 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
2673 - efi: Do variable name validation tests in utf8
2674 - efi: Make our variable validation list include the guid
2675 - efi: Make efivarfs entries immutable by default
2676 - efi: Add pstore variables to the deletion whitelist
2677 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
2678 - bcache: fix a livelock when we cause a huge number of cache misses
2679 - bcache: Add a cond_resched() call to gc
2680 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
2681 - bcache: fix a leak in bch_cached_dev_run()
2682 - bcache: unregister reboot notifier if bcache fails to unregister device
2683 - bcache: allows use of register in udev to avoid "device_busy" error.
2684 - bcache: Change refill_dirty() to always scan entire disk if necessary
2685 - dm thin: fix race condition when destroying thin pool workqueue
2686 - can: ems_usb: Fix possible tx overflow
2687 - usb: dwc3: Fix assignment of EP transfer resources
2688 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
2689 - USB: option: add support for SIM7100E
2690 - USB: option: add "4G LTE usb-modem U901"
2691 - drivers: android: correct the size of struct binder_uintptr_t for
2692 BC_DEAD_BINDER_DONE
2693 - spi: omap2-mcspi: Prevent duplicate gpio_request
2694 - iw_cxgb3: Fix incorrectly returning error on success
2695 - drm/i915: shut up gen8+ SDE irq dmesg noise
2696 - ocfs2: unlock inode if deleting inode from orphan fails
2697 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
2698 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
2699 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
2700 - clocksource/drivers/vt8500: Increase the minimum delta
2701 - s390/kvm: remove dependency on struct save_area definition
2702 - KVM: s390: fix memory overwrites when vx is disabled
2703 - Btrfs: add missing brelse when superblock checksum fails
2704 - Btrfs: igrab inode in writepage
2705 - btrfs: statfs: report zero available if metadata are exhausted
2706 - Btrfs: send, don't BUG_ON() when an empty symlink is found
2707 - Btrfs: fix number of transaction units required to create symlink
2708 - Btrfs: fix transaction handle leak on failure to create hard link
2709 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
2710 subvolume roots
2711 - btrfs: initialize the seq counter in struct btrfs_device
2712 - s390: fix normalization bug in exception table sorting
2713 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
2714 - s390/dasd: fix refcount for PAV reassignment
2715 - s390/dasd: fix performance drop
2716 - uml: flush stdout before forking
2717 - uml: fix hostfs mknod()
2718 - um: link with -lpthread
2719 - locks: fix unlock when fcntl_setlk races with a close
2720 - rtlwifi: rtl_pci: Fix kernel panic
2721 - rtlwifi: rtl8192cu: Add missing parameter setup
2722 - rtlwifi: rtl8192ce: Fix handling of module parameters
2723 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
2724 - rtlwifi: rtl8723ae: Fix initialization of module parameters
2725 - rtlwifi: rtl8192se: Fix module parameter initialization
2726 - rtlwifi: rtl8188ee: Fix module parameter initialization
2727 - rtlwifi: rtl8723be: Fix module parameter initialization
2728 - mei: fix fasync return value on error
2729 - mei: validate request value in client notify request ioctl
2730 - namei: ->d_inode of a pinned dentry is stable only for positives
2731 - rc: sunxi-cir: Initialize the spinlock properly
2732 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
2733 - si2157: return -EINVAL if firmware blob is too big
2734 - gspca: ov534/topro: prevent a division by 0
2735 - vb2: fix a regression in poll() behavior for output,streams
2736 - tda1004x: only update the frontend properties if locked
2737 - dm space map metadata: remove unused variable in brb_pop()
2738 - dm snapshot: fix hung bios when copy error occurs
2739 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
2740 - coresight: checking for NULL string in coresight_name_match()
2741 - irqchip/omap-intc: Add support for spurious irq handling
2742 - irqchip/mxs: Add missing set_handle_irq()
2743 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
2744 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
2745 - posix-clock: Fix return code on the poll method's error path
2746 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
2747 - mmc: usdhi6rol0: handle NULL data in timeout
2748 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
2749 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
2750 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
2751 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
2752 - mmc: core: Enable tuning according to the actual timing
2753 - mmc: mmci: fix an ages old detection error
2754 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
2755 - mmc: pxamci: fix again read-only gpio detection polarity
2756 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
2757 - mmc: sdhci: Allow override of mmc host operations
2758 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
2759 - Bluetooth: Use continuous scanning when creating LE connections
2760 - Bluetooth: Add support of Toshiba Broadcom based devices
2761 - Bluetooth: Fix incorrect removing of IRKs
2762 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
2763 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
2764 - time: Avoid signed overflow in timekeeping_get_ns()
2765 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
2766 - Revert "MIPS: Fix PAGE_MASK definition"
2767 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
2768 - MIPS: hpet: Choose a safe value for the ETIME check
2769 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
2770 - MIPS: Fix buffer overflow in syscall_get_arguments()
2771 - EDAC: Robustify workqueues destruction
2772 - EDAC, mc_sysfs: Fix freeing bus' name
2773 - sparc64: fix incorrect sign extension in sys_sparc64_personality
2774 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
2775 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
2776 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2777 - virtio_balloon: fix race by fill and leak
2778 - virtio_balloon: fix race between migration and ballooning
2779 - virtio_pci: fix use after free on release
2780 - drm/vmwgfx: Fix an incorrect lock check
2781 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
2782 - drm/vmwgfx: respect 'nomodeset'
2783 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
2784 - drm/amdgpu: call hpd_irq_event on resume
2785 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
2786 - drm/amdgpu: fix tonga smu resume
2787 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
2788 - drm/amdgpu: no need to load MC firmware on fiji
2789 - drm/amdgpu: move gmc7 support out of CIK dependency
2790 - drm/amdgpu: iceland use CI based MC IP
2791 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
2792 - drm/amdgpu: pull topaz gmc bits into gmc_v7
2793 - drm/amdgpu: drop topaz support from gmc8 module
2794 - drm/amdgpu: don't load MEC2 on topaz
2795 - drm/amdgpu: remove exp hardware support from iceland
2796 - drm/amdgpu: fix s4 resume
2797 - drm/amdgpu: remove unnecessary forward declaration
2798 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
2799 - drm/amdgpu: fix issue with overlapping userptrs
2800 - drm/amdgpu: use post-decrement in error handling
2801 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
2802 - drm/amdgpu/pm: adjust display configuration after powerstate
2803 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
2804 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
2805 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
2806 training
2807 - drm/nouveau: platform: Fix deferred probe
2808 - drm/dp/mst: process broadcast messages correctly
2809 - drm/dp/mst: always send reply for UP request
2810 - drm/dp/mst: fix in MSTB RAD initialization
2811 - drm/dp/mst: fix in RAD element access
2812 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
2813 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
2814 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
2815 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
2816 - drm/dp/mst: deallocate payload on port destruction
2817 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
2818 - drm/radeon: call hpd_irq_event on resume
2819 - drm/radeon: Fix "slow" audio over DP on DCE8+
2820 - drm/radeon: clean up fujitsu quirks
2821 - drm/radeon: properly byte swap vce firmware setup
2822 - drm/radeon: cleaned up VCO output settings for DP audio
2823 - drm/radeon: Add a common function for DFS handling
2824 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
2825 - drm: add helper to check for wc memory support
2826 - drm/radeon: mask out WC from BO on unsupported arches
2827 - drm/radeon: hold reference to fences in radeon_sa_bo_new
2828 - drm: fix missing reference counting decrease
2829 - drm/i915: Restore inhibiting the load of the default context
2830 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
2831 - drm/i915: Init power domains early in driver load
2832 - drm/i915: Make sure DC writes are coherent on flush.
2833 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
2834 - drm/i915: Don't reject primary plane windowing with color keying enabled on
2835 SKL+
2836 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
2837 - drm/i915/dsi: defend gpio table against out of bounds access
2838 - drm/i915/dsi: don't pass arbitrary data to sideband
2839 - drm/i915: fix error path in intel_setup_gmbus()
2840 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
2841 - drm/radeon: use post-decrement in error handling
2842 - drm: No-Op redundant calls to drm_vblank_off() (v2)
2843 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
2844 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
2845 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
2846 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
2847 - drm/radeon/pm: adjust display configuration after powerstate
2848 - make sure that freeing shmem fast symlinks is RCU-delayed
2849 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
2850 supported
2851 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
2852 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
2853 - uapi: update install list after nvme.h rename
2854 - lib: sw842: select crc32
2855 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
2856 R700
2857 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
2858 R830
2859 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
2860 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
2861 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
2862 - dmaengine: dw: fix cyclic transfer setup
2863 - dmaengine: dw: fix cyclic transfer callbacks
2864 - dmaengine: at_xdmac: fix resume for cyclic transfers
2865 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
2866 - IB/cm: Fix a recently introduced deadlock
2867 - IB/qib: fix mcast detach when qp not attached
2868 - IB/qib: Support creating qps with GFP_NOIO flag
2869 - IB/mlx5: Expose correct maximum number of CQE capacity
2870 - Thermal: initialize thermal zone device correctly
2871 - Thermal: handle thermal zone device properly during system sleep
2872 - Thermal: do thermal zone update after a cooling device registered
2873 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
2874 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
2875 - hwmon: (ads1015) Handle negative conversion values correctly
2876 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
2877 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
2878 - seccomp: always propagate NO_NEW_PRIVS on tsync
2879 - libceph: fix ceph_msg_revoke()
2880 - libceph: don't bail early from try_read() when skipping a message
2881 - libceph: use the right footer size when skipping a message
2882 - libceph: don't spam dmesg with stray reply warnings
2883 - sd: Optimal I/O size is in bytes, not sectors
2884 - Staging: speakup: Fix getting port information
2885 - Revert "Staging: panel: usleep_range is preferred over udelay"
2886 - cdc-acm:exclude Samsung phone 04e8:685d
2887 - perf stat: Do not clean event's private stats
2888 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
2889 - rfkill: fix rfkill_fop_read wait_event usage
2890 - mac80211: Requeue work after scan complete for all VIF types.
2891 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
2892 - Revert "workqueue: make sure delayed work run in local cpu"
2893 - ALSA: hda - Apply clock gate workaround to Skylake, too
2894 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
2895 - target: Fix LUN_RESET active I/O handling for ACK_KREF
2896 - target: Fix LUN_RESET active TMR descriptor handling
2897 - target: Fix TAS handling for multi-session se_node_acls
2898 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
2899 - target: Fix race with SCF_SEND_DELAYED_TAS handling
2900 - spi: atmel: fix gpio chip-select in case of non-DT platform
2901 - libata: fix sff host state machine locking while polling
2902 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
2903 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
2904 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
2905 - cpuset: make mm migration asynchronous
2906 - cgroup: make sure a parent css isn't offlined before its children
2907 - writeback: keep superblock pinned during cgroup writeback association
2908 switches
2909 - phy: core: fix wrong err handle for phy_power_on
2910 - i2c: i801: Adding Intel Lewisburg support for iTCO
2911 - bio: return EINTR if copying to user space got interrupted
2912 - block: fix use-after-free in dio_bio_complete
2913 - nfs: fix nfs_size_to_loff_t
2914 - NFSv4: Fix a dentry leak on alias use
2915 - of/irq: Fix msi-map calculation for nonzero rid-base
2916 - KVM: async_pf: do not warn on page allocation failures
2917 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
2918 - KVM: x86: fix missed hardware breakpoints
2919 - KVM: x86: MMU: fix ubsan index-out-of-range warning
2920 - powerpc/eeh: Fix partial hotplug criterion
2921 - tracing: Fix showing function event in available_events
2922 - sunrpc/cache: fix off-by-one in qword_get()
2923 - kernel/resource.c: fix muxed resource handling in __request_region()
2924 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
2925 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
2926 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
2927 - xen/arm: correctly handle DMA mapping of compound pages
2928 - xen/scsiback: correct frontend counting
2929 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
2930 - xen/pciback: Save the number of MSI-X entries to be copied later.
2931 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
2932 extracted.
2933 - should_follow_link(): validate ->d_seq after having decided to follow
2934 - do_last(): ELOOP failure exit should be done after leaving RCU mode
2935 - hpfs: don't truncate the file when delete fails
2936 - x86/irq: Call chip->irq_set_affinity in proper context
2937 - x86/irq: Fix a race in x86_vector_free_irqs()
2938 - x86/irq: Validate that irq descriptor is still active
2939 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
2940 - x86/irq: Reorganize the return path in assign_irq_vector
2941 - x86/irq: Reorganize the search in assign_irq_vector
2942 - x86/irq: Check vector allocation early
2943 - x86/irq: Copy vectormask instead of an AND operation
2944 - x86/irq: Get rid of code duplication
2945 - x86/irq: Remove offline cpus from vector cleanup
2946 - x86/irq: Clear move_in_progress before sending cleanup IPI
2947 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
2948 - x86/irq: Remove outgoing CPU from vector cleanup mask
2949 - x86/irq: Call irq_force_move_complete with irq descriptor
2950 - x86/irq: Plug vector cleanup race
2951 - IB/cma: Fix RDMA port validation for iWarp
2952 - iwlwifi: dvm: fix WoWLAN
2953 - iwlwifi: pcie: properly configure the debug buffer size for 8000
2954 - iwlwifi: update and fix 7265 series PCI IDs
2955 - iwlwifi: mvm: don't allow sched scans without matches to be started
2956 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
2957 - bcache: prevent crash on changing writeback_running
2958 - Linux 4.4.4
2959
2960 * mlx4_en didn't choose time-stamping shift value according to HW frequency
2961 (LP: #1552627)
2962 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
2963
2964 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
2965 - target/transport: add flag to indicate CPU Affinity is observed
2966 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
2967 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
2968
2969 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
2970 - qla2xxx: Fix warning reported by static checker
2971 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
2972 - qla2xxx: Fix stale pointer access.
2973 - qla2xxx: Use ATIO type to send correct tmr response
2974 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
2975
2976 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
2977 - [Config] Add s390x zfcp to scsi-modules udeb
2978
2979 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
2980
2981 linux (4.4.0-10.25) xenial; urgency=low
2982
2983 [ Tim Gardner ]
2984
2985 * Release Tracking Bug
2986 - LP: #1552247
2987
2988 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
2989 - security: let security modules use PTRACE_MODE_* with bitmasks
2990
2991 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
2992 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
2993
2994 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2995 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
2996 - mmc: sdhci: Fix DMA descriptor with zero data length
2997
2998 * Miscellaneous Ubuntu changes
2999 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
3000
3001 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
3002
3003 linux (4.4.0-9.24) xenial; urgency=low
3004
3005 [ Tim Gardner ]
3006
3007 * Release Tracking Bug
3008 - LP: #1551319
3009
3010 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
3011 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
3012
3013 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
3014 #1448912)
3015 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
3016 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
3017 replacedby is not setup
3018 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
3019 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
3020 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
3021 replacedby
3022 - SAUCE: apparmor: Fix: label_vec_merge insertion
3023 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
3024 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
3025 merge path
3026 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
3027 labelset lock
3028 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
3029
3030 * apparmor kernel BUG kills firefox (LP: #1430546)
3031 - SAUCE: apparmor: Disallow update of cred when then subjective != the
3032 objective cred
3033 - SAUCE: apparmor: rework retrieval of the current label in the profile update
3034 case
3035
3036 * sleep from invalid context in aa_move_mount (LP: #1539349)
3037 - SAUCE: apparmor: fix sleep from invalid context
3038
3039 * s390x: correct restore of high gprs on signal return (LP: #1550468)
3040 - s390/compat: correct restore of high gprs on signal return
3041
3042 * missing SMAP support (LP: #1550517)
3043 - x86/entry/compat: Add missing CLAC to entry_INT80_32
3044
3045 * Floating-point exception handler receives empty Data-Exception Code in
3046 Floating Point Control register (LP: #1548414)
3047 - s390/fpu: signals vs. floating point control register
3048
3049 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
3050 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
3051
3052 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
3053 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
3054 build fips840/b1208b_1604.840 (LP: #1532914)
3055 - cxl: Fix PSL timebase synchronization detection
3056
3057 * [Feature]EDAC support for Knights Landing (LP: #1519631)
3058 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
3059
3060 * Various failures of kernel_security suite on Xenial kernel on s390x arch
3061 (LP: #1531327)
3062 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
3063
3064 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
3065 - [Config] Provides: virtualbox-guest-modules when appropriate
3066
3067 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
3068 #1507588)
3069 - [Config] Provides: virtualbox-guest-modules when appropriate
3070
3071 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
3072 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
3073 - SAUCE: i915_bpo: Update intel_ips.h file location
3074 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
3075 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
3076 - drm/i915: remove an extra level of indirection in PCI ID list
3077 - drm/i915/kbl: Add Kabylake PCI ID
3078 - drm/i915/kbl: Add Kabylake GT4 PCI ID
3079 - mm: Export nr_swap_pages
3080 - async: export current_is_async()
3081 - drm: fix potential dangling else problems in for_each_ macros
3082 - dp/mst: add SDP stream support
3083 - drm: Implement drm_modeset_lock_all_ctx()
3084 - drm: Add "prefix" parameter to drm_rect_debug_print()
3085 - drm/i915: Set connector_state->connector using the helper.
3086 - drm/atomic: add connector mask to drm_crtc_state.
3087 - drm/i915: Report context GTT size
3088 - drm/i915: Add get_eld audio component
3089 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
3090 - SAUCE: i915_bpo: Revert passing plane/encoder name
3091 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
3092 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
3093 - drm/i915/bxt: update list of PCIIDs
3094 - drm/i915/skl: Add missing SKL ids
3095 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
3096 driver isn't"
3097 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
3098 - drm/atomic: Do not unset crtc when an encoder is stolen
3099 - drm/i915: Update connector_mask during readout, v2.
3100 - drm/atomic: Add encoder_mask to crtc_state, v3.
3101 - SAUCE: drm/core: Add drm_encoder_index.
3102 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
3103 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
3104
3105 * arm64: guest hangs when ntpd is running (LP: #1549494)
3106 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
3107 - hrtimer: Catch illegal clockids
3108 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
3109
3110 * Miscellaneous Ubuntu changes
3111 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
3112 - [Config] CONFIG_ARM_SMMU=y on arm64
3113 - rebase to v4.4.3
3114 - [Debian] git-ubuntu-log -- ensure we get the last commit
3115 - [Config] fix up spelling of probably again
3116 - [Debian] perf -- build in the context of the full generated local headers
3117 - SAUCE: tools: lib/bpf -- add generated headers to search path
3118 - SAUCE: proc: Always set super block owner to init_user_ns
3119 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
3120 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
3121 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
3122 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
3123 needs locking
3124 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
3125 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
3126 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
3127 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
3128 of remove_and_insert
3129 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
3130 transitions ns
3131 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
3132 freed.
3133 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
3134 been removed
3135 - SAUCE: apparmor: Fix: query label file permission
3136 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
3137 - SAUCE: fixup: cleanup return handling of labels
3138 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
3139 destroyed
3140 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
3141 - SAUCE: fixup: 20/23 locking issue around in __label_update
3142 - SAUCE: fixup: get rid of unused var build warning
3143 - SAUCE: fixup: cast poison values to remove warnings
3144 - SAUCE: apparmor: fix refcount race when finding a child profile
3145 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
3146 - SAUCE: fix: audit "no_new_privs" case for exec failure
3147 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
3148 - SAUCE: Move replacedby allocation into label_alloc
3149 - [Debian] supply zfs dkms Provides: based on do_zfs
3150 - [Config] supply zfs dkms Provides: based on do_zfs
3151 - [Config] drop linux-image-3.0 provides
3152
3153 * Miscellaneous upstream changes
3154 - x86/mpx: Fix off-by-one comparison with nr_registers
3155
3156 [ Upstream Kernel Changes ]
3157
3158 * rebase to v4.4.3
3159
3160 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
3161
3162 linux (4.4.0-8.23) xenial; urgency=low
3163
3164 * cgroup namespace mounts broken in containers (LP: #1549398)
3165 - SAUCE: kernfs: Always set super block owner to init_user_ns
3166
3167 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
3168 - arm64: mm: avoid calling apply_to_page_range on empty range
3169 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
3170
3171 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
3172 - [Config] postinst -- handle recreating symlinks when a real file is present
3173
3174 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
3175 - SAUCE: cred: Add clone_cred() interface
3176 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3177 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3178 - SAUCE: overlayfs: Be more careful about copying up sxid files
3179 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3180
3181 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
3182 - SAUCE: cred: Add clone_cred() interface
3183 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3184 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3185 - SAUCE: overlayfs: Be more careful about copying up sxid files
3186 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3187
3188 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
3189 - SAUCE: cred: Add clone_cred() interface
3190 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3191 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3192
3193 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
3194 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
3195 - net: Add eth_platform_get_mac_address() helper.
3196 - i40e: Add mac_filter_element at the end of the list instead of HEAD
3197 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
3198 - i40e: Replace X722 mac check in ethtool get_settings
3199 - i40evf: allow channel bonding of VFs
3200 - i40e: define function capabilities in only one place
3201 - i40evf: null out ring pointers on free
3202 - i40e: Cleanup the code with respect to restarting autoneg
3203 - i40e: update features with right offload
3204 - i40e: bump version to 1.4.10
3205 - i40e: add new device IDs for X722
3206 - i40e: Extend ethtool RSS hooks for X722
3207 - i40e/i40evf: Fix for UDP/TCP RSS for X722
3208 - i40evf: add new write-back mode
3209 - i40e/i40evf: Use private workqueue
3210 - i40e: add new proxy-wol bit for X722
3211 - i40e: Limit DCB FW version checks to X710/XL710 devices
3212 - i40e: AQ Add Run PHY Activity struct
3213 - i40e: AQ Geneve cloud tunnel type
3214 - i40e: AQ Add external power class to get link status
3215 - i40e: add 100Mb ethtool reporting
3216 - ixgbe: bulk free SKBs during TX completion cleanup cycle
3217 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
3218 - igb: Unpair the queues when changing the number of queues
3219 - igb/igbvf: don't give up
3220 - igb: clean up code for setting MAC address
3221 - igb: Refactor VFTA configuration
3222 - igb: Allow asymmetric configuration of MTU versus Rx frame size
3223 - igb: Do not factor VLANs into RLPML calculation
3224 - igb: Always enable VLAN 0 even if 8021q is not loaded
3225 - igb: Merge VLVF configuration into igb_vfta_set
3226 - igb: Clean-up configuration of VF port VLANs
3227 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
3228 - igb: Drop unnecessary checks in transmit path
3229 - igb: Enable use of "bridge fdb add" to set unicast table entries
3230 - igb: Add workaround for VLAN tag stripping on 82576
3231 - i40e: AQ Shared resource flags
3232 - i40e: AQ Add set_switch_config
3233 - i40e: AQ Add VXLAN-GPE tunnel type
3234 - i40e: AQ thermal sensor control struct
3235 - i40e: Bump AQ minor version to 1.5 for new FW features
3236 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
3237 - i40e: fix write-back-on-itr to work with legacy itr
3238 - i40e: add counter for arq overflows
3239 - i40e: add 20G speed for Tx bandwidth calculations
3240 - i40e: refactor DCB function
3241 - i40e: add a little more to an NVM update debug message
3242 - i40evf: enable bus master after reset
3243 - i40e: add netdev info to VSI dump
3244 - i40e: remove VF device IDs from PF
3245 - i40e: trivial: remove unnecessary local var
3246 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
3247 - net: ixgbe: add minimal parser details for ixgbe
3248 - i40e: trivial: drop duplicate definition
3249 - i40e: trivial: fix missing space
3250 - i40e: fix bug in dma sync
3251 - i40e: do TSO only if CHECKSUM_PARTIAL is set
3252 - i40e: allocate memory safer
3253 - i40e: fix: do not sleep in netdev_ops
3254 - i40e: APIs to Add/remove port mirroring rules
3255 - i40e: negate PHY int mask bits
3256 - i40e: drop unused function
3257 - i40e: count allocation errors
3258 - i40e: avoid large memcpy by assigning struct
3259 - i40e/i40evf: bump version to 1.4.12/1.4.8
3260 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
3261 - i40e: add priv flag for automatic rule eviction
3262 - i40e: use eth_platform_get_mac_address()
3263 - i40e: move sync_vsi_filters up in service_task
3264 - i40e: Make the DCB firmware checks for X710/XL710 only
3265 - i40e: set shared bit for multicast filters
3266 - i40e: add VEB stat control and remove L2 cloud filter
3267 - i40e: use new add_veb calling with VEB stats control
3268 - i40e: Refactor force_wb and WB_ON_ITR functionality code
3269 - i40evf: Change vf driver string to reflect all products i40evf supports
3270 - i40e/i40evf: don't lose interrupts
3271 - i40e/i40evf: try again after failure
3272 - i40e: dump descriptor indexes in hex
3273 - i40e/i40evf: use __GFP_NOWARN
3274 - i40e/i40evf: use pages correctly in Rx
3275 - i40e/i40evf: use logical operators, not bitwise
3276 - i40e: properly show packet split status in debugfs
3277 - i40e/i40evf: Bump version
3278 - ixgbe: use u32 instead of __u32 in model header
3279 - ixgbe: fix dates on header of ixgbe_model.h
3280 - i40e: get rid of magic number
3281 - i40e: drop unused debugfs file "dump"
3282 - i40evf: support packet split receive
3283 - i40e: trivial: cleanup use of pf->hw
3284 - i40e: Add a SW workaround for lost interrupts
3285 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3286 - i40e: Removal of code which relies on BASE VEB SEID
3287 - i40e/i40evf: avoid atomics
3288 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3289 - i40e: expand comment
3290 - i40e: better error reporting for nvmupdate
3291 - i40evf: set adapter state on reset failure
3292 - i40e: clean event descriptor before use
3293 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3294 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3295 - i40e/i40evf: Drop outer checksum offload that was not requested
3296 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3297 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3298 - i40e/i40evf: Consolidate all header changes into TSO function
3299 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3300 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3301 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3302 - i40e/i40evf: Do not write to descriptor unless we complete
3303 - i40e/i40evf: Add exception handling for Tx checksum
3304 - i40e/i40evf: Clean-up Rx packet checksum handling
3305 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3306 - i40e: Fix ATR in relation to tunnels
3307 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3308 - i40e: Update feature flags to reflect newly enabled features
3309 - i40evf: Update feature flags to reflect newly enabled features
3310 - i40e: Add support for ATR w/ IPv6 extension headers
3311 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3312 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3313 - i40e/i40evf: Move Tx checksum closer to TSO
3314 - i40e: Add functions to blink led on 10GBaseT PHY
3315 - i40e: Fix led blink capability for 10GBaseT PHY
3316 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3317 - i40e: Do not wait for Rx queue disable in DCB reconfig
3318 - i40e: Fix for unexpected messaging
3319 - i40e: Expose some registers to program parser, FD and RSS logic
3320 - i40e: add check for null VSI
3321 - i40e: add adminq commands for Rx CTL registers
3322 - i40e: implement and use Rx CTL helper functions
3323 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3324 - i40e: suspend scheduling during driver unload
3325 - i40e: let go of the past
3326 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3327
3328 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3329 - mpt3sas: A correction in unmap_resources
3330 - mpt3sas: Added support for high port count HBA variants.
3331 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3332 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3333 - mpt3sas: Never block the Enclosure device
3334 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3335 - mpt3sas: Added smp_affinity_enable module parameter.
3336 - mpt3sas: Add support for configurable Chain Frame Size
3337 - mpt3sas: Updated MPI Header to 2.00.42
3338 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3339 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3340 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3341
3342 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3343 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3344
3345 * Miscellaneous Ubuntu changes
3346 - [Packaging] git-ubuntu-log -- output should be utf-8
3347 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3348
3349 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3350
3351 linux (4.4.0-7.22) xenial; urgency=low
3352
3353 [ Tim Gardner ]
3354
3355 * Release Tracking Bug
3356 - LP: #1547205
3357
3358 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3359 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3360 - arm64: kernel: implement ACPI parking protocol
3361
3362 * Please pull cgroup namespaces (LP: #1546775)
3363 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3364 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3365 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3366 - SAUCE: (noup) cgroup: cgroup namespace setns support
3367 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3368 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3369 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3370 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3371
3372 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3373 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3374 - pwm: lpss: Remove ->free() callback
3375 - pwm: bcm2835: Calculate scaler in ->config()
3376 - pwm: bcm2835: Prevent division by zero
3377 - pwm: bcm2835: Fix email address specification
3378 - pwm: lpss: Update PWM setting for Broxton
3379 - pwm: lpss: Select core part automatically
3380 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3381 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3382 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3383 - pwm: lpc32xx: make device usable with common clock framework
3384 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3385 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3386 - pwm: rcar: Improve accuracy of frequency division setting
3387 - pwm: Add PWM driver for OMAP using dual-mode timers
3388 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3389 - pwm: omap-dmtimer: Potential NULL dereference on error
3390 - pwm: Mark all devices as "might sleep"
3391
3392 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3393 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3394 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3395
3396 * Update megaraid driver to MR6.10 (LP: #1544679)
3397 - megaraid_sas: Do not allow PCI access during OCR
3398 - megaraid_sas: MFI IO timeout handling
3399 - megaraid_sas: Syncing request flags macro names with firmware
3400 - megaraid_sas: Task management support
3401 - megaraid_sas: Update device queue depth based on interface type
3402 - megaraid_sas: Fastpath region lock bypass
3403 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3404 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3405 - megaraid_sas: Dual queue depth support
3406 - megaraid_sas: IO throttling support
3407 - megaraid_sas: Make adprecovery variable atomic
3408 - megaraid_sas: MFI adapter OCR changes
3409 - megaraid_sas: Introduce module parameter for SCSI command timeout
3410 - megaraid_sas: SPERC OCR changes
3411 - megaraid_sas: driver version upgrade
3412 - megaraid: fix null pointer check in megasas_detach_one().
3413 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3414 - megaraid_sas: Fix SMAP issue
3415 - megaraid_sas: Add an i/o barrier
3416
3417 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3418 - powerpc/powernv: Fix stale PE primary bus
3419
3420 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3421 - [Config] Update bnx2x d-i firmware to 7.12.30
3422
3423 * Miscellaneous Ubuntu changes
3424 - rebase to v4.4.2
3425
3426 * Miscellaneous upstream changes
3427 - openvswitch: allow management from inside user namespaces
3428 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3429 - net, thunderx: Remove unnecessary rcv buffer start address management
3430 - net: thunderx: HW TSO support for pass-2 hardware
3431 - net: thunderx: Enable CQE count threshold interrupt
3432 - net: cavium: liquidio: use helpers ns_to_timespec64()
3433 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3434 - arm64: KVM: Configure TCR_EL2.PS at runtime
3435 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3436 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3437 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3438 - arm64: lib: patch in prfm for copy_page if requested
3439 - arm64: prefetch: add missing #include for spin_lock_prefetch
3440 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3441 - net: thunderx: Use napi_schedule_irqoff()
3442 - net: thunderx: Assign affinity hints to vf's interrupts
3443 - net: thunderx: bgx: Use standard firmware node infrastructure.
3444 - net: thunderx: bgx: Add log message when setting mac address
3445 - net: thunderx: Alloc higher order pages when pagesize is small
3446 - net: cavium: liquidio: Return correct error code
3447 - net: cavium: liquidio: fix check for in progress flag
3448 - livepatch: add old_sympos as disambiguator field to klp_func
3449 - livepatch: add sympos as disambiguator field to klp_reloc
3450 - livepatch: function,sympos scheme in livepatch sysfs directory
3451 - module: Use the same logic for setting and unsetting RO/NX
3452 - gcov: use within_module() helper.
3453 - module: use a structure to encapsulate layout.
3454 - module: clean up RO/NX handling.
3455 - module: keep percpu symbols in module's symtab
3456 - livepatch: Cleanup module page permission changes
3457
3458 [ Upstream Kernel Changes ]
3459
3460 * rebase to v4.4.2
3461
3462 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3463
3464 linux (4.4.0-6.21) xenial; urgency=low
3465
3466 [ Tim Gardner ]
3467
3468 * Release Tracking Bug
3469 - LP: #1546283
3470
3471 * Naples/Zen, NTB Driver (LP: #1542071)
3472 - [Config] CONFIG_NTB_AMD=m
3473 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3474
3475 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3476 - SAUCE: storvsc: use small sg_tablesize on x86
3477
3478 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3479 - [Config] CONFIG_ARMV8_DEPRECATED=y
3480
3481 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3482 - powerpc/eeh: Fix stale cached primary bus
3483
3484 * Miscellaneous Ubuntu changes
3485 - SAUCE: fs: Add user namesapace member to struct super_block
3486 - SAUCE: fs: Limit file caps to the user namespace of the super block
3487 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3488 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3489 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3490 - SAUCE: fs: Treat foreign mounts as nosuid
3491 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3492 - SAUCE: userns: Replace in_userns with current_in_userns
3493 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3494 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3495 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3496 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3497 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3498 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3499 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3500 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3501 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3502 - SAUCE: fuse: Add support for pid namespaces
3503 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3504 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3505 - SAUCE: fuse: Allow user namespace mounts
3506 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3507 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3508 - SAUCE: quota: Convert ids relative to s_user_ns
3509 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3510 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3511 - SAUCE: quota: Treat superblock owner as privilged
3512 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3513 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3514 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3515 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3516 - SAUCE: fuse: Add module parameter to enable user namespace mounts
3517
3518 * Miscellaneous upstream changes
3519 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
3520 - libahci: Implement the capability to override the generic ahci interrupt handler.
3521 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
3522 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
3523
3524 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
3525
3526 linux (4.4.0-5.20) xenial; urgency=low
3527
3528 [ Tim Gardner ]
3529
3530 * Release Tracking Bug
3531 - LP: #1544637
3532
3533 * s390/cio: update measurement characteristics (LP: #1541534)
3534 - s390/cio: fix measurement characteristics memleak
3535 - s390/cio: ensure consistent measurement state
3536 - s390/cio: update measurement characteristics
3537
3538 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
3539 - qeth: initialize net_device with carrier off
3540
3541 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
3542 - [Config] CONFIG_ZONE_DMA=y
3543 - mm: CONFIG_NR_ZONES_EXTENDED
3544
3545 * perf enahancements for ppc64 (LP: #1521678)
3546 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
3547 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
3548 - perf kvm/powerpc: Port perf kvm stat to powerpc
3549 - perf kvm/powerpc: Add support for HCALL reasons
3550
3551 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
3552 - SAUCE: nbd: ratelimit error msgs after socket close
3553
3554 * sleep from invalid context in aa_move_mount (LP: #1539349)
3555 - SAUCE: apparmor: fix sleep from invalid context
3556
3557 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
3558 - net/mlx5_core: Modify enable/disable hca functions
3559 - net/mlx5_core: Add base sriov support
3560 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
3561 - net/mlx5: Update access functions to Query/Modify vport MAC address
3562 - net/mlx5: Introduce access functions to modify/query vport mac lists
3563 - net/mlx5: Introduce access functions to modify/query vport state
3564 - net/mlx5: Introduce access functions to modify/query vport promisc mode
3565 - net/mlx5: Introduce access functions to modify/query vport vlans
3566 - net/mlx5e: Write UC/MC list and promisc mode into vport context
3567 - net/mlx5e: Write vlan list into vport context
3568 - net/mlx5: Introducing E-Switch and l2 table
3569 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
3570 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
3571 - net/mlx5: E-Switch, Introduce Vport administration functions
3572 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
3573 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
3574 - net/mlx5: E-Switch, Introduce get vf statistics
3575 - net/mlx5e: Add support for SR-IOV ndos
3576 - net/mlx5: Fix query E-Switch capabilities
3577 - net/mlx5e: Assign random MAC address if needed
3578
3579 * make wacom_w8001 work well in xenial (LP: #1542771)
3580 - Input: wacom_w8001 - use __set_bit for evbits
3581 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
3582 - Input: wacom_w8001 - handle touch error case correctly
3583 - Input: wacom_w8001 - split pen and touch initialization up
3584 - Input: wacom_w8001 - split the touch and pen devices into two devices
3585 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
3586
3587 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
3588 - ubuntu: vbox -- update to 5.0.14-dfsg-2
3589
3590 * Miscellaneous Ubuntu changes
3591 - [Packaging] git-ubuntu-log -- fix empty section formatting
3592 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
3593
3594 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
3595
3596 linux (4.4.0-4.19) xenial; urgency=low
3597
3598 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
3599 - [Config] update spl/zfs version
3600 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
3601 - [Config] reconstruct -- drop links for zfs userspace components
3602 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
3603
3604 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
3605 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
3606
3607 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
3608 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
3609
3610 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
3611 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
3612
3613 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
3614 - HID: multitouch: enable palm rejection if device implements confidence usage
3615
3616 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3617 - qla2xxx: Remove unavailable firmware files
3618 - qla2xxx: Enable Extended Logins support
3619 - qla2xxx: Enable Exchange offload support.
3620 - qla2xxx: Enable Target counters in DebugFS.
3621 - qla2xxx: Add FW resource count in DebugFS.
3622 - qla2xxx: Added interface to send explicit LOGO.
3623 - qla2xxx: Delete session if initiator is gone from FW
3624 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
3625 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
3626 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
3627 - qla2xxx: Add irq affinity notification
3628 - qla2xxx: Add selective command queuing
3629 - qla2xxx: Move atioq to a different lock to reduce lock contention
3630 - qla2xxx: Disable ZIO at start time.
3631 - qla2xxx: Set all queues to 4k
3632 - qla2xxx: Check for online flag instead of active reset when transmitting responses
3633 - scsi: qla2xxxx: avoid type mismatch in comparison
3634
3635 * [Hyper-V] PCI Passthrough (LP: #1541120)
3636 - x86/irq: Export functions to allow MSI domains in modules
3637 - genirq/msi: Export functions to allow MSI domains in modules
3638
3639 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
3640 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
3641 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
3642 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
3643 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
3644 - lpfc: Fix crash in fcp command completion path.
3645 - lpfc: Modularize and cleanup FDMI code in driver
3646 - lpfc: Fix RDP Speed reporting.
3647 - lpfc: Fix RDP ACC being too long.
3648 - lpfc: Make write check error processing more resilient
3649 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
3650 - lpfc: Fix mbox reuse in PLOGI completion
3651 - lpfc: Fix external loopback failure.
3652 - lpfc: Add logging for misconfigured optics.
3653 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
3654 - lpfc: Use kzalloc instead of kmalloc
3655 - lpfc: Update version to 11.0.0.10 for upstream patch set
3656
3657 * Miscellaneous Ubuntu changes
3658 - [Config] CONFIG_ARM64_VA_BITS=48
3659 - [Config] Fixed Vcs-Git
3660
3661 * Miscellaneous upstream changes
3662 - cxl: Fix possible idr warning when contexts are released
3663 - cxl: use correct operator when writing pcie config space values
3664 - cxlflash: drop unlikely before IS_ERR_OR_NULL
3665 - cxl: Fix DSI misses when the context owning task exits
3666 - cxlflash: Removed driver date print
3667 - cxlflash: Fix to resolve cmd leak after host reset
3668 - cxlflash: Resolve oops in wait_port_offline
3669 - cxlflash: Enable device id for future IBM CXL adapter
3670 - cxl: fix build for GCC 4.6.x
3671 - cxl: use -Werror only with CONFIG_PPC_WERROR
3672 - cxl: Enable PCI device ID for future IBM CXL adapter
3673
3674 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
3675
3676 linux (4.4.0-3.17) xenial; urgency=low
3677
3678 [ Tim Gardner ]
3679
3680 * Release Tracking Bug
3681 - LP: #1541058
3682 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3683 - LP: #1531539
3684 * SAUCE: nvme merge cleanup
3685 - LP: #1531539
3686 * rebase to v4.4.1
3687
3688 [ Andy Whitcroft ]
3689
3690 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
3691 ioctls"
3692 - LP: #1538618
3693 * postinst -- detect symlinks correctly
3694 - LP: #1536810
3695
3696 [ John Johansen ]
3697
3698 * SAUCE: apparmor: fix sleep from invalid context
3699 - LP: #1539349
3700
3701 [ Upstream Kernel Changes ]
3702
3703 * powerpc/eeh: Fix PE location code
3704 - LP: #1538909
3705 * powerpc/pseries: Limit EPOW reset event warnings
3706 - LP: #1539102
3707 * lightnvm: fix bio submission issue
3708 - LP: #1531539
3709 * lightnvm: fix incorrect nr_free_blocks stat
3710 - LP: #1531539
3711 * lightnvm: add check after mempool allocation
3712 - LP: #1531539
3713 * lightnvm: unlock rq and free ppa_list on submission fail
3714 - LP: #1531539
3715 * lightnvm: move ppa erase logic to core
3716 - LP: #1531539
3717 * lightnvm: refactor rqd ppa list into set/free
3718 - LP: #1531539
3719 * lightnvm: refactor end_io functions for sync
3720 - LP: #1531539
3721 * lightnvm: return the get_bb_tbl return value
3722 - LP: #1531539
3723 * lightnvm: check bi_error in gc
3724 - LP: #1531539
3725 * lightnvm: put block back to gc list on its reclaim fail
3726 - LP: #1531539
3727 * lightnvm: fix locking and mempool in rrpc_lun_gc
3728 - LP: #1531539
3729 * lightnvm: sectors first in ppa list
3730 - LP: #1531539
3731 * lightnvm: move the pages per block check out of the loop
3732 - LP: #1531539
3733 * lightnvm: support multiple ppas in nvm_erase_ppa
3734 - LP: #1531539
3735 * lightnvm: move rq->error to nvm_rq->error
3736 - LP: #1531539
3737 * lightnvm: introduce nvm_submit_ppa
3738 - LP: #1531539
3739 * lightnvm: reference rrpc lun in rrpc block
3740 - LP: #1531539
3741 * lightnvm: fix missing grown bad block type
3742 - LP: #1531539
3743 * lightnvm: manage open and closed blocks separately
3744 - LP: #1531539
3745 * lightnvm: add mccap support
3746 - LP: #1531539
3747 * lightnvm: introduce mlc lower page table mappings
3748 - LP: #1531539
3749 * lightnvm: core on-disk initialization
3750 - LP: #1531539
3751 * lightnvm: introduce ioctl to initialize device
3752 - LP: #1531539
3753 * lightnvm: use system block for mm initialization
3754 - LP: #1531539
3755 * lightnvm: introduce factory reset
3756 - LP: #1531539
3757 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
3758 - LP: #1531539
3759 * blk-mq: add a flags parameter to blk_mq_alloc_request
3760 - LP: #1531539
3761 * nvme: move struct nvme_iod to pci.c
3762 - LP: #1531539
3763 * nvme: split command submission helpers out of pci.c
3764 - LP: #1531539
3765 * nvme: use offset instead of a struct for registers
3766 - LP: #1531539
3767 * nvme: split nvme_trans_device_id_page
3768 - LP: #1531539
3769 * nvme: use vendor it from identify
3770 - LP: #1531539
3771 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
3772 - LP: #1531539
3773 * nvme: simplify nvme_setup_prps calling convention
3774 - LP: #1531539
3775 * nvme: refactor nvme_queue_rq
3776 - LP: #1531539
3777 * nvme: factor out a nvme_unmap_data helper
3778 - LP: #1531539
3779 * nvme: move nvme_error_status to common code
3780 - LP: #1531539
3781 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
3782 - LP: #1531539
3783 * nvme: split __nvme_submit_sync_cmd
3784 - LP: #1531539
3785 * nvme: use the block layer for userspace passthrough metadata
3786 - LP: #1531539
3787 * nvme: move block_device_operations and ns/ctrl freeing to common code
3788 - LP: #1531539
3789 * nvme: add explicit quirk handling
3790 - LP: #1531539
3791 * nvme: move remaining CC setup into nvme_enable_ctrl
3792 - LP: #1531539
3793 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
3794 - LP: #1531539
3795 * nvme: add a common helper to read Identify Controller data
3796 - LP: #1531539
3797 * nvme: move the call to nvme_init_identify earlier
3798 - LP: #1531539
3799 * nvme: move namespace scanning to common code
3800 - LP: #1531539
3801 * nvme: move chardev and sysfs interface to common code
3802 - LP: #1531539
3803 * nvme: refactor set_queue_count
3804 - LP: #1531539
3805 * blk-integrity: empty implementation when disabled
3806 - LP: #1531539
3807 * NVMe: fix build with CONFIG_NVM enabled
3808 - LP: #1531539
3809 * nvme: fix another 32-bit build warning
3810 - LP: #1531539
3811 * nvme: precedence bug in nvme_pr_clear()
3812 - LP: #1531539
3813 * nvme: only ignore hardware errors in nvme_create_io_queues
3814 - LP: #1531539
3815 * nvme: only add a controller to dev_list after it's been fully
3816 initialized
3817 - LP: #1531539
3818 * nvme: protect against simultaneous shutdown invocations
3819 - LP: #1531539
3820 * nvme: don't take the I/O queue q_lock in nvme_timeout
3821 - LP: #1531539
3822 * nvme: merge nvme_abort_req and nvme_timeout
3823 - LP: #1531539
3824 * nvme: add NVME_SC_CANCELLED
3825 - LP: #1531539
3826 * nvme: simplify resets
3827 - LP: #1531539
3828 * nvme: do not restart the request timeout if we're resetting the
3829 controller
3830 - LP: #1531539
3831 * nvme: merge probe_work and reset_work
3832 - LP: #1531539
3833 * nvme: remove dead controllers from a work item
3834 - LP: #1531539
3835 * nvme: switch abort_limit to an atomic_t
3836 - LP: #1531539
3837 * NVMe: Implement namespace list scanning
3838 - LP: #1531539
3839 * NVMe: Use unbounded work queue for all work
3840 - LP: #1531539
3841 * NVMe: Remove device management handles on remove
3842 - LP: #1531539
3843 * NVMe: Simplify metadata setup
3844 - LP: #1531539
3845 * nvme: fix admin queue depth
3846 - LP: #1531539
3847 * nvme: factor out a few helpers from req_completion
3848 - LP: #1531539
3849 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
3850 - LP: #1531539
3851 * nvme: switch abort to blk_execute_rq_nowait
3852 - LP: #1531539
3853 * nvme: special case AEN requests
3854 - LP: #1531539
3855 * nvme: simplify completion handling
3856 - LP: #1531539
3857 * nvme: properly free resources for cancelled command
3858 - LP: #1531539
3859 * nvme: meta_sg doesn't have to be an array
3860 - LP: #1531539
3861 * nvme: merge iod and cmd_info
3862 - LP: #1531539
3863 * NVMe: Add pci error handlers
3864 - LP: #1531539
3865 * NVMe: Export namespace attributes to sysfs
3866 - LP: #1531539
3867 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
3868 - LP: #1531539
3869 * nvme: synchronize access to ctrl->namespaces
3870 - LP: #1531539
3871 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
3872 - LP: #1531539
3873 * nvme: make SG_IO support optional
3874 - LP: #1531539
3875 * NVMe: Fix admin queue ring wrap
3876 - LP: #1531539
3877 * NVMe: Use a retryable error code on reset
3878 - LP: #1531539
3879 * NVMe: Remove queue freezing on resets
3880 - LP: #1531539
3881 * NVMe: IO queue deletion re-write
3882 - LP: #1531539
3883 * NVMe: Shutdown controller only for power-off
3884 - LP: #1531539
3885 * NVMe: Export NVMe attributes to sysfs group
3886 - LP: #1531539
3887 * i40e: fix build warnings
3888 * net: i40e: shut up uninitialized variable warnings
3889 * Drivers: hv: vmbus: fix build warning
3890 * Drivers: hv: util: Increase the timeout for util services
3891 * Drivers: hv: utils: run polling callback always in interrupt context
3892 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
3893 * tools: hv: remove repeated HV_FCOPY string
3894 * Drivers: hv: util: catch allocation errors
3895 * Drivers: hv: utils: use memdup_user in hvt_op_write
3896 * drivers/hv: cleanup synic msrs if vmbus connect failed
3897 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
3898 num
3899 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
3900 * drivers:hv: Define the channel type for Hyper-V PCI Express
3901 pass-through
3902 * Drivers: hv: vss: run only on supported host versions
3903 * Drivers: hv: vmbus: Use uuid_le type consistently
3904 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
3905 * Drivers: hv: vmbus: Get rid of the unused macro
3906 * Drivers: hv: vmbus: Get rid of the unused irq variable
3907 * Drivers: hv: vmbus: serialize process_chn_event() and
3908 vmbus_close_internal()
3909 * Drivers: hv: vmbus: do sanity check of channel state in
3910 vmbus_close_internal()
3911 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
3912 driver
3913 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
3914 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
3915 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
3916 * Drivers: hv: vmbus: Fix a Host signaling bug
3917 * drivers/hv: correct tsc page sequence invalid value
3918 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
3919 * Drivers: hv: utils: Invoke the poll function after handshake
3920 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
3921 * Drivers: hv: utils: fix memory leak on on_msg() failure
3922 * Drivers: hv: utils: rename outmsg_lock
3923 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
3924 * Drivers: hv: utils: fix crash when device is removed from host side
3925 * Drivers: hv: ring_buffer.c: fix comment style
3926 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
3927 * Drivers: hv: ring_buffer: remove code duplication from
3928 hv_ringbuffer_peek/read()
3929 * Drivers: hv: remove code duplication between
3930 vmbus_recvpacket()/vmbus_recvpacket_raw()
3931 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
3932 * drivers/hv: replace enum hv_message_type by u32
3933 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
3934 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
3935 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
3936 header
3937 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
3938 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
3939 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
3940
3941 [ Upstream Kernel Changes ]
3942
3943 * rebase to v4.4.1
3944 - LP: #1533461
3945 - LP: #1529624
3946
3947 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
3948
3949 linux (4.4.0-2.16) xenial; urgency=low
3950
3951 [ Andy Whitcroft ]
3952
3953 * Release Tracking Bug
3954 - LP: #1539090
3955 * SAUCE: hv: hv_set_ifconfig -- convert to python3
3956 - LP: #1506521
3957 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
3958 - LP: #1538618
3959
3960 [ Colin Ian King ]
3961
3962 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
3963 bit FADT addresses (LP: #1529381)
3964 - LP: #1529381
3965
3966 [ John Johansen ]
3967
3968 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
3969 being shutdown
3970 - LP: #1446906
3971
3972 [ Mahesh Salgaonkar ]
3973
3974 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
3975 - LP: #1537881
3976 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
3977 interrupt.
3978 - LP: #1537881
3979 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
3980 base errors
3981 - LP: #1537881
3982
3983 [ Paolo Pisati ]
3984
3985 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
3986 #843419 build flags
3987 - LP: #1533009
3988 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
3989 * [Config] disable ARCH_ZX (ZTE ZX Soc)
3990
3991 [ Tim Gardner ]
3992
3993 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
3994 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
3995 - LP: #1536719
3996 * SAUCE: drop obsolete bnx2x firmware
3997 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
3998 - LP: #1536474
3999 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
4000 - LP: #1534647
4001 * [Config] Add pvpanic to virtual flavour
4002 - LP: #1537923
4003 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
4004 - LP: #1520457
4005
4006 [ Upstream Kernel Changes ]
4007
4008 * i40evf: fix compiler warning of unused variable
4009 - LP: #1536474
4010 * intel: i40e: fix confused code
4011 - LP: #1536474
4012 * i40e/i40evf: remove unused tunnel parameter
4013 - LP: #1536474
4014 * i40e: Change BUG_ON to WARN_ON in service event complete
4015 - LP: #1536474
4016 * i40e: remove BUG_ON from feature string building
4017 - LP: #1536474
4018 * i40e: remove BUG_ON from FCoE setup
4019 - LP: #1536474
4020 * i40e: Workaround fix for mss < 256 issue
4021 - LP: #1536474
4022 * i40e/i40evf: Add a stat to track how many times we have to do a force
4023 WB
4024 - LP: #1536474
4025 * i40e: Move the saving of old link info from handle_link_event to
4026 link_event
4027 - LP: #1536474
4028 * i40e/i40evf: Add comment to #endif
4029 - LP: #1536474
4030 * i40e/i40evf: clean up error messages
4031 - LP: #1536474
4032 * i40evf: handle many MAC filters correctly
4033 - LP: #1536474
4034 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
4035 - LP: #1536474
4036 * i40e: rework the functions to configure RSS with similar parameters
4037 - LP: #1536474
4038 * i40e: create a generic configure rss function
4039 - LP: #1536474
4040 * i40e: Bump version to 1.4.2
4041 - LP: #1536474
4042 * i40e: add new fields to store user configuration
4043 - LP: #1536474
4044 * i40e: rename rss_size to alloc_rss_size in i40e_pf
4045 - LP: #1536474
4046 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
4047 workaround
4048 - LP: #1536474
4049 * i40e/i40evf: prefetch skb data on transmit
4050 - LP: #1536474
4051 * i40evf: rename VF adapter specific RSS function
4052 - LP: #1536474
4053 * i40evf: create a generic config RSS function
4054 - LP: #1536474
4055 * i40evf: create a generic get RSS function
4056 - LP: #1536474
4057 * i40evf: add new fields to store user configuration of RSS
4058 - LP: #1536474
4059 * i40e: Update error messaging
4060 - LP: #1536474
4061 * i40e: fix confusing message
4062 - LP: #1536474
4063 * i40e: make error message more useful
4064 - LP: #1536474
4065 * i40evf: quoth the VF driver, Nevermore
4066 - LP: #1536474
4067 * i40evf: allocate queue vectors dynamically
4068 - LP: #1536474
4069 * i40evf: allocate ring structs dynamically
4070 - LP: #1536474
4071 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
4072 - LP: #1536474
4073 * i40e: fix: do not sleep in netdev_ops
4074 - LP: #1536474
4075 * i40e: remove unused argument
4076 - LP: #1536474
4077 * i40evf: increase max number of queues
4078 - LP: #1536474
4079 * i40evf: set real num queues
4080 - LP: #1536474
4081 * i40evf: remove duplicate string
4082 - LP: #1536474
4083 * i40e: Detection and recovery of TX queue hung logic moved to
4084 service_task from tx_timeout
4085 - LP: #1536474
4086 * i40e: Fix memory leaks, sideband filter programming
4087 - LP: #1536474
4088 * i40evf: don't use atomic allocation
4089 - LP: #1536474
4090 * i40e: propagate properly
4091 - LP: #1536474
4092 * i40evf: use correct types
4093 - LP: #1536474
4094 * i40e: use priv flags to control packet split
4095 - LP: #1536474
4096 * i40e: Remove separate functions gathering XOFF Rx stats
4097 - LP: #1536474
4098 * i40e: fix whitespace
4099 - LP: #1536474
4100 * i40e/i40evf: use logical operator
4101 - LP: #1536474
4102 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
4103 - LP: #1536474
4104 * i40e: trivial fixes
4105 - LP: #1536474
4106 * i40e: Fix i40e_print_features() VEB mode output
4107 - LP: #1536474
4108 * i40e: chomp the BIT(_ULL)
4109 - LP: #1536474
4110 * i40e: properly delete VF MAC filters
4111 - LP: #1536474
4112 * i40e: don't add zero MAC filter
4113 - LP: #1536474
4114 * i40evf: check rings before freeing resources
4115 - LP: #1536474
4116 * i40e: use explicit cast from u16 to u8
4117 - LP: #1536474
4118 * i40e: Opcode and structures required by OEM Post Update AQ command and
4119 add new NVM arq message
4120 - LP: #1536474
4121 * i40e: hush little warnings
4122 - LP: #1536474
4123 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
4124 - LP: #1536474
4125 * i40e: clean whole mac filter list
4126 - LP: #1536474
4127 * i40evf: change version string generation
4128 - LP: #1536474
4129 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
4130 - LP: #1536474
4131 * geneve: UDP checksum configuration via netlink
4132 - LP: #1536474
4133 * geneve: Add geneve udp port offload for ethernet devices
4134 - LP: #1536474
4135 * i40e: geneve tunnel offload support
4136 - LP: #1536474
4137 * geneve: Add geneve_get_rx_port support
4138 - LP: #1536474
4139 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
4140 - LP: #1536474
4141 * i40e: change log messages and error returns
4142 - LP: #1536474
4143 * i40e: allow zero MAC address for VFs
4144 - LP: #1536474
4145 * i40e: Look up MAC address in Open Firmware or IDPROM
4146 - LP: #1536474
4147 * i40e: Fix Rx hash reported to the stack by our driver
4148 - LP: #1536474
4149 * i40e: remove forever unused ID
4150 - LP: #1536474
4151 * igb: add 88E1543 initialization code
4152 * igb: don't unmap NULL hw_addr
4153 * igb: use the correct i210 register for EEMNGCTL
4154 * igb: fix NULL derefs due to skipped SR-IOV enabling
4155 * igb: improve handling of disconnected adapters
4156 * igb: Remove GS40G specific defines/functions
4157 * igb: Don't add PHY address to PCDL address
4158 * igb: Improve cable length function for I210, etc.
4159 * igb: Explicitly label self-test result indices
4160 * ixgbe: drop null test before destroy functions
4161 - LP: #1536473
4162 * ixgbe: Delete redundant include file
4163 - LP: #1536473
4164 * ixgbe: fix multiple kernel-doc errors
4165 - LP: #1536473
4166 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
4167 vector
4168 - LP: #1536473
4169 * ixgbe: Add KR mode support for CS4227 chip
4170 - LP: #1536473
4171 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
4172 to 12K
4173 - LP: #1536473
4174 * ixgbe/ixgbevf: use napi_schedule_irqoff()
4175 - LP: #1536473
4176 * ixgbe: Remove CS4227 diagnostic code
4177 - LP: #1536473
4178 * ixgbevf: use ether_addr_copy instead of memcpy
4179 - LP: #1536473
4180 * ixgbevf: fix spoofed packets with random MAC
4181 - LP: #1536473
4182 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
4183 - LP: #1536473
4184 * ixgbe: Add support for newer thermal alarm
4185 - LP: #1536473
4186 * ixgbe: Use private workqueue to avoid certain possible hangs
4187 - LP: #1536473
4188 * ixgbevf: Use a private workqueue to avoid certain possible hangs
4189 - LP: #1536473
4190 * ixgbevf: Minor cleanups
4191 - LP: #1536473
4192 * ixgbe: Refactor MAC address configuration code
4193 - LP: #1536473
4194 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
4195 - LP: #1536473
4196 * ixgbe: Allow FDB entries access to more RAR filters
4197 - LP: #1536473
4198 * ixgbe: Update PTP to support X550EM_x devices
4199 - LP: #1536473
4200 * ixgbe: Correct spec violations by waiting after reset
4201 - LP: #1536473
4202 * ixgbe: Wait for master disable to be set
4203 - LP: #1536473
4204 * ixgbe: Save VF info and take references
4205 - LP: #1536473
4206 * ixgbe: Handle extended IPv6 headers in Tx path
4207 - LP: #1536473
4208 * ixgbe: Always turn PHY power on when requested
4209 - LP: #1536473
4210 * ixgbevf: Handle extended IPv6 headers in Tx path
4211 - LP: #1536473
4212 * ixgbe: Return error on failure to allocate mac_table
4213 - LP: #1536473
4214 * ixgbe: Fix SR-IOV VLAN pool configuration
4215 - LP: #1536473
4216 * ixgbe: Simplify definitions for regidx and bit in set_vfta
4217 - LP: #1536473
4218 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
4219 - LP: #1536473
4220 * ixgbe: Simplify configuration of setting VLVF and VLVFB
4221 - LP: #1536473
4222 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
4223 - LP: #1536473
4224 * ixgbe: Reorder search to work from the top down instead of bottom up
4225 - LP: #1536473
4226 * ixgbe: Add support for VLAN promiscuous with SR-IOV
4227 - LP: #1536473
4228 * ixgbe: Fix VLAN promisc in relation to SR-IOV
4229 - LP: #1536473
4230 * ixgbe: Clear stale pool mappings
4231 - LP: #1536473
4232 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
4233 - LP: #1536473
4234 * ixgbe: do not report 2.5 Gbps as supported
4235 - LP: #1536473
4236 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
4237 per vector
4238 - LP: #1536473
4239 * ixgbevf: minor cleanups for ixgbevf_set_itr()
4240 - LP: #1536473
4241 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
4242 - LP: #1536473
4243 * ixgbe: report correct media type for KR, KX and KX4 interfaces
4244 - LP: #1536473
4245 * ixgbe: Clean up redundancy in hw_enc_features
4246 - LP: #1536473
4247 * ixgbe: fix RSS limit for X550
4248 - LP: #1536473
4249 * ixgbe: Correct X550EM_x revision check
4250 - LP: #1536473
4251 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
4252 - LP: #1536473
4253 * ixgbe: Fill at least min credits to a TC credit refills
4254 - LP: #1536473
4255 * ixgbe: use correct FCoE DDP max check
4256 - LP: #1536473
4257 * ixgbe: fix broken PFC with X550
4258 - LP: #1536473
4259 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
4260 - LP: #1536473
4261 * ixgbe: Correct handling of any outer UDP checksum setting
4262 - LP: #1536473
4263 * ixgbe: Fix to get FDMI HBA attributes information with X550
4264 - LP: #1536473
4265 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
4266 - LP: #1536473
4267 * ixgbe: Make ATR recognize IPv6 extended headers
4268 - LP: #1536473
4269 * e1000: make eeprom read/write scheduler friendly
4270 * e1000: fix data race between tx_ring->next_to_clean
4271 * e1000: Remove checkpatch coding style errors
4272 * e1000: clean up the checking logic
4273 * e1000: fix a typo in the comment
4274 * e1000e: clean up the local variable
4275 * e1000: fix kernel-doc argument being missing
4276 * e1000: get rid of duplicate exit path
4277 * e1000: Elementary checkpatch warnings and checks removed
4278 * e1000e: fix division by zero on jumbo MTUs
4279 * e1000e: Increase timeout of polling bit RSPCIPHY
4280 * e1000e: initial support for i219-LM (3)
4281 * e1000e: Switch e1000e_up to void, drop code checking for error result
4282 * e1000e: Remove unreachable code
4283 * e1000e: Do not read ICR in Other interrupt
4284 * e1000e: Do not write lsc to ics in msi-x mode
4285 * e1000e: Fix msi-x interrupt automask
4286 * acpi: pci: Setup MSI domain for ACPI based pci devices
4287 * irqdomain: Introduce is_fwnode_irqchip helper
4288 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4289 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4290 * clk: xgene: Fix divider with non-zero shift value
4291 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4292 * fm10k: do not assume VF always has 1 queue
4293 - LP: #1536475
4294 * fm10k: Correct MTU for jumbo frames
4295 - LP: #1536475
4296 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4297 vector
4298 - LP: #1536475
4299 * fm10k: use napi_schedule_irqoff()
4300 - LP: #1536475
4301 * fm10k: set netdev features in one location
4302 - LP: #1536475
4303 * fm10k: reset max_queues on init_hw_vf failure
4304 - LP: #1536475
4305 * fm10k: always check init_hw for errors
4306 - LP: #1536475
4307 * fm10k: reinitialize queuing scheme after calling init_hw
4308 - LP: #1536475
4309 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4310 - LP: #1536475
4311 * fm10k: explicitly typecast vlan values to u16
4312 - LP: #1536475
4313 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4314 - LP: #1536475
4315 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4316 - LP: #1536475
4317 * fm10k: Add support for ITR scaling based on PCIe link speed
4318 - LP: #1536475
4319 * fm10k: introduce ITR_IS_ADAPTIVE macro
4320 - LP: #1536475
4321 * fm10k: Update adaptive ITR algorithm
4322 - LP: #1536475
4323 * fm10k: use macro for default Tx and Rx ITR values
4324 - LP: #1536475
4325 * fm10k: change default Tx ITR to 25usec
4326 - LP: #1536475
4327 * fm10k: TRIVIAL fix typo of hardware
4328 - LP: #1536475
4329 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4330 - LP: #1536475
4331 * fm10k: use ether_addr_copy to copy MAC address
4332 - LP: #1536475
4333 * fm10k: do not use CamelCase
4334 - LP: #1536475
4335 * fm10k: remove unnecessary else block from if statements with return
4336 - LP: #1536475
4337 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4338 - LP: #1536475
4339 * fm10k: consistently refer to VLANs and VLAN IDs
4340 - LP: #1536475
4341 * fm10k: bump driver version
4342 - LP: #1536475
4343 * fm10k: conditionally compile DCB and DebugFS support
4344 - LP: #1536475
4345 * fm10k: Cleanup MSI-X interrupts in case of failure
4346 - LP: #1536475
4347 * fm10k: Cleanup exception handling for mailbox interrupt
4348 - LP: #1536475
4349 * fm10k: do not inline fm10k_iov_select_vid()
4350 - LP: #1536475
4351 * fm10k: whitespace cleanups
4352 - LP: #1536475
4353 * fm10k: use BIT() macro instead of open-coded bit-shifting
4354 - LP: #1536475
4355 * fm10k: cleanup namespace pollution
4356 - LP: #1536475
4357 * fm10k: cleanup overly long lines
4358 - LP: #1536475
4359 * fm10k: initialize xps at driver load
4360 - LP: #1536475
4361 * fm10k: don't initialize fm10k_workqueue at global level
4362 - LP: #1536475
4363 * fm10k: correctly pack TLV structures and explain reasoning
4364 - LP: #1536475
4365 * fm10k: Cleanup exception handling for changing queues
4366 - LP: #1536475
4367 * fm10k: use ether_addr_equal instead of memcmp
4368 - LP: #1536475
4369 * fm10k: address operator not needed when declaring function pointers
4370 - LP: #1536475
4371 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4372 - LP: #1536475
4373 * fm10k: remove unused struct element
4374 - LP: #1536475
4375 * fm10k: use true/false for boolean get_host_state
4376 - LP: #1536475
4377 * fm10k: cleanup mailbox code comments etc
4378 - LP: #1536475
4379 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4380 - LP: #1536475
4381 * device property: always check for fwnode type
4382 - LP: #1533035
4383 * device property: rename helper functions
4384 - LP: #1533035
4385 * device property: refactor built-in properties support
4386 - LP: #1533035
4387 * device property: keep single value inplace
4388 - LP: #1533035
4389 * device property: helper macros for property entry creation
4390 - LP: #1533035
4391 * device property: improve readability of macros
4392 - LP: #1533035
4393 * device property: return -EINVAL when property isn't found in ACPI
4394 - LP: #1533035
4395 * device property: Fallback to secondary fwnode if primary misses the
4396 property
4397 - LP: #1533035
4398 * device property: Take a copy of the property set
4399 - LP: #1533035
4400 * driver core: platform: Add support for built-in device properties
4401 - LP: #1533035
4402 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4403 - LP: #1533035
4404 * mfd: core: propagate device properties to sub devices drivers
4405 - LP: #1533035
4406 * mfd: intel-lpss: Add support for passing device properties
4407 - LP: #1533035
4408 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4409 - LP: #1533035
4410 * mfd: intel-lpss: Pass HSUART configuration via properties
4411 - LP: #1533035
4412 * i2c: designware: Convert to use unified device property API
4413 - LP: #1533035
4414 * keys, trusted: fix: *do not* allow duplicate key options
4415 - LP: #1398274
4416 * keys, trusted: select hash algorithm for TPM2 chips
4417 - LP: #1398274
4418 * keys, trusted: seal with a TPM2 authorization policy
4419 - LP: #1398274
4420 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4421 - LP: #1461360
4422 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4423 - LP: #1461360
4424 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4425 offset
4426 - LP: #1461360
4427 * drm/i915: WaRsDisableCoarsePowerGating
4428 - LP: #1527462
4429 * drm/i915/skl: Add SKL GT4 PCI IDs
4430 - LP: #1527462
4431 * drm/i915/skl: Disable coarse power gating up until F0
4432 - LP: #1527462
4433 * platform:x86: add Intel P-Unit mailbox IPC driver
4434 - LP: #1520457
4435 * intel_punit_ipc: add NULL check for input parameters
4436 - LP: #1520457
4437 * platform/x86: Add Intel Telemetry Core Driver
4438 - LP: #1520457
4439 * intel_pmc_ipc: update acpi resource structure for Punit
4440 - LP: #1520457
4441 * platform:x86: Add Intel telemetry platform device
4442 - LP: #1520457
4443 * platform:x86: Add Intel telemetry platform driver
4444 - LP: #1520457
4445 * platform:x86: Add Intel Telemetry Debugfs interfaces
4446 - LP: #1520457
4447 * cxlflash: a couple off by one bugs
4448
4449 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4450
4451 linux (4.4.0-1.15) xenial; urgency=low
4452
4453 [ Tim Gardner ]
4454
4455 * Release Tracking Bug
4456 - LP: #1536803
4457
4458 [ Upstream Kernel Changes ]
4459
4460 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4461 - LP: #1517142
4462
4463 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4464
4465 linux (4.4.0-0.14) xenial; urgency=low
4466
4467 [ Upstream Kernel Changes ]
4468
4469 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4470 - LP: #1522415
4471 * powerpc: Add __raw_rm_writeq() function
4472 - LP: #1522415
4473
4474 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4475
4476 linux (4.4.0-0.13) xenial; urgency=low
4477
4478 [ Andy Whitcroft ]
4479
4480 * [Config] s390x -- the kernel provides ppp-modules such as there are
4481 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4482
4483 [ Tim Gardner ]
4484
4485 * [Config] Update annotations for VIRTIO_{NET,BLK}
4486 - LP: #1533382
4487
4488 [ Upstream Kernel Changes ]
4489
4490 * powerpc/powernv: Add support for Nvlink NPUs
4491 - LP: #1522415
4492 * powerpc/powernv: Fix update of NVLink DMA mask
4493 - LP: #1522415
4494 * powerpc/powernv: Change NPU PE# assignment
4495 - LP: #1522415
4496 * powerpc/powernv: Reserve PE#0 on NPU
4497 - LP: #1522415
4498 * KEYS: Fix keyring ref leak in join_session_keyring()
4499 - LP: #1534887
4500 - CVE-2016-0728
4501
4502 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4503
4504 linux (4.4.0-0.12) xenial; urgency=low
4505
4506 [ Eric Dumazet ]
4507
4508 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4509 - LP: #1527902
4510
4511 [ Guilherme G. Piccoli ]
4512
4513 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4514 - LP: #1486180
4515
4516 [ Tim Gardner ]
4517
4518 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
4519 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
4520 - LP: #1532886
4521 * [Config] nvme.ko moved to drivers/nvme/host
4522 * [Config] scsi_dh morphed into 4 modules
4523 * [Config] CONFIG_IBMVNIC=m
4524 * [Config] Add DRM ast driver to udeb installer image
4525 - LP: #1514711
4526 * [Config] CONFIG_KVM=y for s390x
4527 - LP: #1532886
4528 * [Config] Install spl/zfs under the kernel modules directory
4529 Fixes some errors in generic.inclusion-list.log
4530
4531 [ Upstream Kernel Changes ]
4532
4533 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
4534 - LP: #1524574
4535 * EDAC: Add DDR4 flag
4536 - LP: #1519631
4537 * EDAC, sb_edac: Virtualize several hard-coded functions
4538 - LP: #1519631
4539 * EDAC, sb_edac: Add support for duplicate device IDs
4540 - LP: #1519631
4541 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
4542 - LP: #1519631
4543 * Driver for IBM System i/p VNIC protocol
4544 - LP: #1532303
4545
4546 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
4547
4548 linux (4.4.0-0.11) xenial; urgency=low
4549
4550 [ Tim Gardner ]
4551
4552 * [Config] Fix bogus reconstruct script
4553
4554 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
4555
4556 linux (4.4.0-0.10) xenial; urgency=low
4557
4558 [ Haren Myneni ]
4559
4560 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
4561 - LP: #1529666
4562
4563 [ Serge Hallyn ]
4564
4565 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
4566
4567 [ Tim Gardner ]
4568
4569 * [Config] CONFIG_ZONE_DEVICE=y for amd64
4570 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
4571 - LP: #1526869
4572 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
4573 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
4574 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
4575 * rebase to v4.4
4576
4577 [ Upstream Kernel Changes ]
4578
4579 * rebase to v4.4
4580
4581 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
4582
4583 linux (4.4.0-0.9) xenial; urgency=low
4584
4585 [ Tim Gardner ]
4586
4587 * rebase to v4.4-rc8
4588
4589 [ Upstream Kernel Changes ]
4590
4591 * rebase to v4.4-rc8
4592
4593 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
4594
4595 linux (4.4.0-0.8) xenial; urgency=low
4596
4597 [ Tim Gardner ]
4598
4599 * rebase to v4.4-rc7
4600
4601 [ Upstream Kernel Changes ]
4602
4603 * rebase to v4.4-rc7
4604
4605 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
4606
4607 linux (4.4.0-0.7) xenial; urgency=low
4608
4609 [ Hui Wang ]
4610
4611 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
4612 - LP: #1527096
4613
4614 [ Jann Horn ]
4615
4616 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
4617 uids/gids
4618 - LP: #1527374
4619
4620 [ Tim Gardner ]
4621
4622 * rebase to v4.4-rc6
4623
4624 [ Upstream Kernel Changes ]
4625
4626 * rebase to v4.4-rc6
4627 - LP: #1526330
4628
4629 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
4630
4631 linux (4.4.0-0.6) xenial; urgency=low
4632
4633 [ Andy Whitcroft ]
4634
4635 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
4636 support in latest compilers
4637 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
4638 ARMv8.1 support in latest compilers
4639
4640 [ Tim Gardner ]
4641
4642 * [Config] s390 -> s390x
4643 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
4644
4645 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
4646
4647 linux (4.4.0-0.5) xenial; urgency=low
4648
4649 [ Andy Whitcroft ]
4650
4651 * [Config] s390x -- enable tools
4652 - LP: #1524319
4653 * [Config] s390x -- add architecture to getabis
4654 * [Config] s390x -- add s390x ABI information
4655 * [Config] s390x -- enable ABI checks
4656
4657 [ Tim Gardner ]
4658
4659 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
4660 * [Config] Add s390 modules to nic-modules udeb
4661 - LP: #1525297
4662 * rebase to v4.4-rc5
4663
4664 [ Upstream Kernel Changes ]
4665
4666 * rebase to v4.4-rc5
4667 - LP: #1523517
4668 - LP: #1523232
4669
4670 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
4671
4672 linux (4.4.0-0.4) xenial; urgency=low
4673
4674 [ Upstream Kernel Changes ]
4675
4676 * cgroup: make css_set pin its css's to avoid use-afer-free
4677 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
4678 freezer_attach()
4679 * cgroup: fix handling of multi-destination migration from
4680 subtree_control enabling
4681
4682 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
4683
4684 linux (4.4.0-0.3) xenial; urgency=low
4685
4686 [ Upstream Kernel Changes ]
4687
4688 * rebase to v4.4-rc4
4689
4690 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
4691
4692 linux (4.4.0-0.2) xenial; urgency=low
4693
4694 [ Tim Gardner ]
4695
4696 * [Config] Add spl/zfs provides to generic and powerpc64-smp
4697 * [Config] Add zfs to d-i fs-core-modules
4698 * [Config] Include all s390 specific drivers in linux-image
4699 - LP: #1522210
4700
4701 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
4702
4703 linux (4.4.0-0.1) xenial; urgency=low
4704
4705 [ Andy Whitcroft ]
4706
4707 * [Tests] gcc-multilib does not exist on ppc64el redux
4708 - LP: #1515541
4709 * [Config] libunwind8-dev is not available on s390x
4710 * [Debian] Disable SPL/ZFS for cross compiling -- redux
4711 * [Config] s390x -- add dasd udebs
4712 - LP: #1519833
4713 * [Config] s390x -- include dasd modules in linux-image
4714 - LP: #1519833
4715 * [Config] s390x -- disable ZFS temporarily
4716 - LP: #1519820
4717 * [Config] s390s -- disable ABI/module checks
4718 * [Config] make IBMVETH consistent on powerpc/ppc64el
4719 - LP: #1521712
4720 * [Config] follow ibmvscsi name change
4721 - LP: #1521712
4722 * [Config] move ibm disk and ethernet drivers to linux-image
4723 - LP: #1521712
4724 * [Config] include ibmveth in nic-modules for ppc64el
4725 - LP: #1521712
4726 * [Config] s390x -- disable abi/module checks for s390x
4727
4728 [ Joseph Salisbury ]
4729
4730 * SAUCE: scsi_sysfs: protect against double execution of
4731 __scsi_remove_device()
4732 - LP: #1509029
4733
4734 [ Seth Forshee ]
4735
4736 * [Config] CONFIG_DRM_AMDGPU_CIK=n
4737 - LP: #1510405
4738
4739 [ Tim Gardner ]
4740
4741 * [Debian] Disable SPL/ZFS for cross compiling
4742 * [Config] CONFIG_SCSI_IBMVSCSI=m
4743 - LP: #1515872
4744 * rebase to v4.4-rc2
4745 * [Config] updateconfigs
4746 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
4747 * SAUCE: do_zfs=false temporarily
4748 * [Config] CONFIG_LUSTRE_FS=n
4749 * [Debian] Disable udebs when cross compiling
4750 * rebase to v4.4-rc3
4751 * [Config] CONFIG_AUFS_FS=m
4752 * SAUCE: AUFS
4753
4754 [ Upstream Kernel Changes ]
4755
4756 * ZFS: Update with 4.4 support
4757 * SPL: Update with 4.4 support
4758
4759 [ Upstream Kernel Changes ]
4760
4761 * rebase to v4.4-rc3
4762 - LP: #1519168
4763 * rebase to v4.4-rc2
4764 - LP: #1506615
4765 - LP: #1502781
4766
4767 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
4768
4769 linux (4.3.0-0.8) xenial; urgency=low
4770
4771 [ Andy Whitcroft ]
4772
4773 * [Config] re-enable OSS support and blacklist
4774 - LP: #1434842
4775 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
4776 * [Packaging] config-check -- improve syntax diagnostics
4777 * [Packaging] module-inclusion -- add dependency inclusion for a list
4778 * [Packaging] config-check -- accumulate multi-line annotations correctly
4779 * [Packaging] config-check -- handle V2 annotations format
4780 * [Packaging] s390x -- add architecture to kernelconfig
4781 - LP: #1488653
4782 * [Config] s390x -- initial configuration
4783 * [Config] s390x -- add initial binary image
4784 * [Config] s390x -- initial configuration update
4785 * [Config] s390x -- produce linux-image
4786 * [Config] s390x -- d-i module exclusions
4787 * [Config] apply Device Drivers >> LED Support >> LED Class Support
4788 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
4789 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
4790 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
4791 * [Config] -- s390x -- configuration review updates
4792 * [Config] annotations -- add review marks
4793 * [Config] annotations -- config review 4.3 updates
4794 * [Config] annotations -- expose reviews
4795 * [Config] updateconfigs following incoporation of s390x configs
4796 * [Tests] gcc-multilib does not exist on ppc64el
4797 - LP: #1515541
4798
4799 [ Dan Carpenter ]
4800
4801 * SAUCE: (noup) cxlflash: a couple off by one bugs
4802 - LP: #1499849
4803
4804 [ Haren Myneni ]
4805
4806 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
4807
4808 [ Jay Vosburgh ]
4809
4810 * SAUCE: fan: add VXLAN implementation
4811
4812 [ Manoj Kumar ]
4813
4814 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
4815 - LP: #1513583
4816
4817 [ Matthew R. Ochs ]
4818
4819 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
4820 - LP: #1513583
4821
4822 [ Tim Gardner ]
4823
4824 * [Config] CONFIG_AUFS_EXPORT=y
4825 - LP: #1121699
4826
4827 [ Upstream Kernel Changes ]
4828
4829 * misc/genwqe: get rid of atomic allocations
4830 * crypto: 842 - Add CRC and validation support
4831 - LP: #1497878
4832 * cxlflash: Fix to avoid invalid port_sel value
4833 * cxlflash: Replace magic numbers with literals
4834 * cxlflash: Fix read capacity timeout
4835 * cxlflash: Fix potential oops following LUN removal
4836 * cxlflash: Fix data corruption when vLUN used over multiple cards
4837 * cxlflash: Fix to avoid sizeof(bool)
4838 * cxlflash: Fix context encode mask width
4839 * cxlflash: Fix to avoid CXL services during EEH
4840 * cxlflash: Correct naming of limbo state and waitq
4841 * cxlflash: Make functions static
4842 * cxlflash: Refine host/device attributes
4843 * cxlflash: Fix to avoid spamming the kernel log
4844 * cxlflash: Fix to avoid stall while waiting on TMF
4845 * cxlflash: Fix location of setting resid
4846 * cxlflash: Fix host link up event handling
4847 * cxlflash: Fix async interrupt bypass logic
4848 * cxlflash: Remove dual port online dependency
4849 * cxlflash: Fix AFU version access/storage and add check
4850 * cxlflash: Correct usage of scsi_host_put()
4851 * cxlflash: Fix to prevent workq from accessing freed memory
4852 * cxlflash: Correct behavior in device reset handler following EEH
4853 * cxlflash: Remove unnecessary scsi_block_requests
4854 * cxlflash: Fix function prolog parameters and return codes
4855 * cxlflash: Fix MMIO and endianness errors
4856 * cxlflash: Fix to prevent EEH recovery failure
4857 * cxlflash: Correct spelling, grammar, and alignment mistakes
4858 * cxlflash: Fix to prevent stale AFU RRQ
4859 * cxlflash: Fix to double the delay each time
4860 * cxlflash: Fix to avoid corrupting adapter fops
4861 * cxlflash: Correct trace string
4862 * cxlflash: Fix to avoid potential deadlock on EEH
4863 * cxlflash: Fix to avoid leaving dangling interrupt resources
4864 * cxlflash: Fix to escalate to LINK_RESET on login timeout
4865 * cxlflash: Fix to avoid corrupting port selection mask
4866 * cxlflash: Fix to avoid lock instrumentation rejection
4867 * cxlflash: Fix to avoid bypassing context cleanup
4868
4869 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
4870
4871 linux (4.3.0-0.7) xenial; urgency=low
4872
4873 [ Tim Gardner ]
4874
4875 * Revert "Bypass spl/zfs config"
4876 Causes unresolved symbols on load.
4877 * [Config] Enable ZFS for powerpc64-smp
4878
4879 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
4880
4881 linux (4.3.0-0.6) xenial; urgency=low
4882
4883 [ Tim Gardner ]
4884
4885 * Release Tracking Bug
4886 - LP: #1512704
4887 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
4888
4889 [ Andy Whitcroft ]
4890
4891 * [Packaging] add feature interlock with mainline builds
4892 * apparmor -- follow change to this_cpu_ptr
4893
4894 [ John Johansen ]
4895
4896 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
4897 - LP: #1383886
4898 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
4899 - LP: #1362199
4900 * SAUCE: Revert: fix: only allow a single threaded process to ...
4901 - LP: #1371310
4902 * SAUCE: (no-up) fix: bad unix_addr_fs macro
4903 - LP: #1390223
4904 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
4905 - LP: #1408833
4906 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
4907 - LP: #1496430
4908
4909 [ Tim Gardner ]
4910
4911 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
4912 - LP: #1511006
4913 * rebase to v4.3
4914 * Bypass spl/zfs config
4915 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
4916 * [Config] Default AppArmor settings
4917
4918 [ Upstream Kernel Changes ]
4919
4920 * rebase to v4.3
4921
4922 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
4923
4924 linux (4.3.0-0.5) xenial; urgency=low
4925
4926 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
4927
4928 [ Upstream Kernel Changes ]
4929
4930 * rebase to v4.3-rc7
4931 - LP: #1504778
4932
4933 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
4934
4935 linux (4.3.0-0.4) xenial; urgency=low
4936
4937 [ Tim Gardner ]
4938
4939 * [Debian] Update to new signing key type and location
4940
4941 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
4942
4943 linux (4.3.0-0.3) wily; urgency=low
4944
4945 [ Tim Gardner ]
4946
4947 * [Debian] sign-file is now compiled
4948
4949 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
4950
4951 linux (4.3.0-0.2) wily; urgency=low
4952
4953 [ Tim Gardner ]
4954
4955 * [Config] Added libssl-dev to Build-Depends
4956
4957 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
4958
4959 linux (4.3.0-0.1) wily; urgency=low
4960
4961 [ Upstream Kernel Changes ]
4962
4963 * rebase to v4.3-rc6
4964 * rebase to v4.3-rc5
4965 * rebase to v4.3-rc4
4966 * rebase to v4.3-rc3
4967 * rebase to v4.3-rc2
4968 * rebase to v4.3-rc1
4969 - LP: #1492132
4970 - LP: #1481575
4971
4972 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
4973
4974 linux (4.2.0-10.11) wily; urgency=low
4975
4976 [ Andy Whitcroft ]
4977
4978 * Release Tracking Bug
4979 - LP: #1495208
4980 * No change rebuild to avoid issues with leading zero bytes on
4981 internal module signing key. (see launchpad bug 1494943)
4982
4983 [ Ming Lei ]
4984
4985 * [Config] SERIAL_8250_DW=y for arm64
4986
4987 [ Upstream Kernel Changes ]
4988
4989 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
4990 code
4991 - LP: #1484486
4992 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
4993 - LP: #1484486
4994 * drm/i915/gen8: Re-order init pipe_control in lrc mode
4995 - LP: #1484486
4996 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
4997 - LP: #1484486
4998 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
4999 workaround
5000 - LP: #1484486
5001 * drm/i915: Bail out early if WA batch is not available for given Gen
5002 - LP: #1484486
5003 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
5004 - LP: #1484486
5005 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
5006 - LP: #1484486
5007 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
5008 - LP: #1484486
5009 * drm/i915: Enable WA batch buffers for Gen9
5010 - LP: #1484486
5011 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
5012 - LP: #1484486
5013 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
5014 - LP: #1484486
5015 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5016 workaround
5017 - LP: #1484486
5018 * drm/i915/gen9: Add
5019 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
5020 - LP: #1484486
5021 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
5022 - LP: #1484486
5023 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
5024 - LP: #1484486
5025 * drm/i915/skl: Don't expose the top most plane on gen9 display
5026 - LP: #1484486
5027 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
5028 - LP: #1484486
5029 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
5030 - LP: #1484486
5031 * drm/i915: reduce indent in i9xx_hpd_irq_handler
5032 - LP: #1484531
5033 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
5034 - LP: #1484531
5035 * drm/i915: reduce indent in intel_hpd_irq_handler
5036 - LP: #1484531
5037 * drm/i915: group all hotplug related fields into a new struct in
5038 dev_priv
5039 - LP: #1484531
5040 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
5041 - LP: #1484531
5042 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
5043 - LP: #1484531
5044 * drm/i915: put back the indent in intel_hpd_irq_handler
5045 - LP: #1484531
5046 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
5047 - LP: #1484531
5048 * drm/i915: simplify condition for digital port
5049 - LP: #1484531
5050 * drm/i915: abstract away platform specific parts from hpd handling
5051 - LP: #1484531
5052 * drm/i915: Handle HPD when it has actually occurred
5053 - LP: #1484531
5054 * drm/i915: Set power domain for DDI-E
5055 - LP: #1484531
5056 * drm/i915: Set alternate aux for DDI-E
5057 - LP: #1484531
5058 * drm/i915/skl: enable DDI-E hotplug
5059 - LP: #1484531
5060 * drm/i915/bxt: fix DDI PHY vswing scale value setting
5061 - LP: #1494163
5062 * drm/i915/skl: Buffer translation improvements
5063 - LP: #1494163
5064 * drm/i915: Per-DDI I_boost override
5065 - LP: #1494163
5066 * drm/i915: fix VBT parsing for SDVO child device mapping
5067 - LP: #1494163
5068 * drm/i915/bxt: edp1.4 Intermediate Freq support
5069 - LP: #1494163
5070 * drm/i915: fix link rates reported for SKL
5071 - LP: #1494163
5072 * drm/i915: Allow parsing of variable size child device entries from VBT
5073 - LP: #1494163
5074 * drm/i915/skl: Update DDI buffer translation programming.
5075 - LP: #1494163
5076 * drm/i915: Enable HDMI on DDI-E
5077 - LP: #1484531
5078 * drm/i915/skl: Enable DDI-E
5079 - LP: #1484531
5080 * drm/i915: eDP can be present on DDI-E
5081 - LP: #1484531
5082 * drm/i915/skl: Adding DDI_E power well domain
5083 - LP: #1484531
5084 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
5085 - LP: #1490035
5086 * drm/i915: Split atomic wm update to pre and post variants
5087 - LP: #1493746
5088 * drm/i915/skl: Drop the preliminary_hw_support flag
5089 - LP: #1486868
5090 * drm/i915: set FDI translations to NULL on SKL
5091 - LP: #1494163
5092
5093 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
5094
5095 linux (4.2.0-9.9) wily; urgency=low
5096
5097 [ Tim Gardner ]
5098
5099 * Release Tracking Bug
5100 - LP: #1493970
5101 * [Config] CONFIG_MFD_INTEL_LPSS=m
5102 - LP: #1397876
5103
5104 [ dann frazier ]
5105
5106 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5107 - LP: #1388952
5108
5109 [ Michael Ellerman ]
5110
5111 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
5112 Fixes FTBS on 32 bit powerpc, patch sent upstream.
5113
5114 [ Upstream Kernel Changes ]
5115
5116 * thermal/powerclamp: add cpu id for skylake h/s
5117 - LP: #1398269
5118 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
5119 - LP: #1397852
5120 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
5121 - LP: #1460905
5122 * i2c: i801: Create iTCO device on newer Intel PCHs
5123 - LP: #1460905
5124 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
5125 - LP: #1460905
5126 * perf/x86: Add a native_perf_sched_clock_from_tsc()
5127 - LP: #1397867
5128 * perf/x86/intel: Add support for PEBSv3 profiling
5129 - LP: #1397867
5130 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
5131 - LP: #1397867
5132 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
5133 - LP: #1397867
5134 * perf: Add cycles to branch_info
5135 - LP: #1397867
5136 * perf/x86/intel/lbr: Add support for LBRv5
5137 - LP: #1397867
5138 * perf/x86/intel: Handle new arch perfmon v4 status bits
5139 - LP: #1397867
5140 * perf/x86/intel: Move PMU ACK to after LBR read
5141 - LP: #1397867
5142 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
5143 - LP: #1397867
5144 * perf/x86/intel: Add Intel Skylake PMU support
5145 - LP: #1397867
5146 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
5147 call stack
5148 - LP: #1397867
5149 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
5150 - LP: #1397867
5151 * perf/x86: Make merge_attr() global to use from perf_event_intel
5152 - LP: #1397867
5153 * perf/x86/intel: Use 0x11 as extra reg test value
5154 - LP: #1397867
5155 * perf tools: Add support for cycles, weight branch_info field
5156 - LP: #1397867
5157 * perf report: Add flag for non ANY branch mode
5158 - LP: #1397867
5159 * perf report: Add infrastructure for a cycles histogram
5160 - LP: #1397867
5161 * perf report: Add processing for cycle histograms
5162 - LP: #1397867
5163 * perf annotate: Compute IPC and basic block cycles
5164 - LP: #1397867
5165 * perf annotate: Finally display IPC and cycle accounting
5166 - LP: #1397867
5167 * perf top: Add branch annotation code to top
5168 - LP: #1397867
5169 * perf report: Display cycles in branch sort mode
5170 - LP: #1397867
5171 * perf annotate: Fix 32-bit compilation error in util/annotate.c
5172 - LP: #1397867
5173 * PM / QoS: Make it possible to expose device latency tolerance to
5174 userspace
5175 - LP: #1460908
5176 * ACPI / PM: Attach ACPI power domain only once
5177 - LP: #1460908
5178 * Driver core: wakeup the parent device before trying probe
5179 - LP: #1460908
5180 * klist: implement klist_prev()
5181 - LP: #1460908
5182 * driver core: implement device_for_each_child_reverse()
5183 - LP: #1460908
5184 * mfd: make mfd_remove_devices() iterate in reverse order
5185 - LP: #1460908
5186 * dmaengine: add a driver for Intel integrated DMA 64-bit
5187 - LP: #1460908
5188 * mfd: Add support for Intel Sunrisepoint LPSS devices
5189 - LP: #1460908
5190 * spi: pxa2xx: Add support for Intel Sunrisepoint
5191 - LP: #1397876
5192 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
5193 - LP: #1397876
5194 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
5195 - LP: #1397876
5196 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
5197 for it
5198 - LP: #1397876
5199 * intel_idle: Skylake Client Support
5200 - LP: #1397877
5201 * powerpc/kernel: Switch to using MAX_ERRNO
5202 - LP: #1458876
5203 * powerpc/kernel: Change the do_syscall_trace_enter() API
5204 - LP: #1458876
5205 * powerpc: Drop unused syscall_get_error()
5206 - LP: #1458876
5207 * powerpc: Don't negate error in syscall_set_return_value()
5208 - LP: #1458876
5209 * powerpc: Rework syscall_get_arguments() so there is only one loop
5210 - LP: #1458876
5211 * powerpc: Use orig_gpr3 in syscall_get_arguments()
5212 - LP: #1458876
5213 * powerpc: Change syscall_get_nr() to return int
5214 - LP: #1458876
5215 * powerpc/kernel: Add SIG_SYS support for compat tasks
5216 - LP: #1458876
5217 * powerpc/kernel: Enable seccomp filter
5218 - LP: #1458876
5219 * selftests/seccomp: Make seccomp tests work on big endian
5220 - LP: #1458876
5221 * selftests/seccomp: Add powerpc support
5222 - LP: #1458876
5223 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
5224
5225 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
5226
5227 linux (4.2.0-8.8) wily; urgency=low
5228
5229 [ Tim Gardner ]
5230
5231 * Release Tracking Bug
5232 - LP: #1493357
5233 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
5234 - LP: #1488495
5235 * [Config] CONFIG_CXLFLASH=m
5236 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
5237
5238
5239 [ Andy Whitcroft ]
5240
5241 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
5242 * [Packaging] mark up control for stage1
5243 * [Config] kernel-versions -- clean up deps field
5244 * [Config] s390x -- build linux-libc-dev
5245 - LP: #1488653
5246 * [Packaging] control -- prepare for new kernel-wedge semantics
5247
5248 [ Upstream Kernel Changes ]
5249
5250 * crypto: vmx - Fixing AES-CTR counter bug
5251 - LP: #1484519
5252 * crypto: vmx - Fixing GHASH Key issue on little endian
5253 - LP: #1484519
5254 * powerpc: Uncomment and make enable_kernel_vsx() routine available
5255 - LP: #1484519
5256 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
5257 - LP: #1484519
5258 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
5259 'okay'
5260 - LP: #1488495
5261 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
5262 - LP: #1488495
5263 * crypto: nx - do not emit extra output if status is disabled
5264 - LP: #1488495
5265 * crypto: nx - reduce chattiness of platform drivers
5266 - LP: #1488495
5267 * crypto: nx/842 - Fix context corruption
5268 - LP: #1488495
5269 * crypto: nx - remove __init/__exit from VIO functions
5270 - LP: #1488495
5271 * crypto: nx - remove pSeries NX 'status' field
5272 - LP: #1488495
5273 * crypto: nx - move kzalloc() out of spinlock
5274 - LP: #1488495
5275 * crypto: nx - don't register pSeries driver if ENODEV
5276 - LP: #1488495
5277 * crypto: nx - use common code for both NX decompress success cases
5278 - LP: #1488495
5279 * crypto: nx - merge nx-compress and nx-compress-crypto
5280 - LP: #1488495
5281 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5282 - LP: #1488495
5283 * crypto: nx - make platform drivers directly register with crypto
5284 - LP: #1488495
5285 * cxlflash: Base support for IBM CXL Flash Adapter
5286 - LP: #1449121
5287 * cxlflash: Base error recovery support
5288 - LP: #1449121
5289 * cxlflash: Superpipe support
5290 - LP: #1449121
5291 * cxlflash: Virtual LUN support
5292 - LP: #1449121
5293 * cxlflash: off by one bug in cxlflash_show_port_status()
5294 - LP: #1449121
5295 * cxlflash: shift wrapping bug in afu_link_reset()
5296 - LP: #1449121
5297 * cxlflash: Remove unused variable from queuecommand
5298 - LP: #1449121
5299 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5300 pci_controller_ops
5301 * powerpc/eeh: Probe after unbalanced kref check
5302 * misc: cxl: clean up afu_read_config()
5303 * cxl: Add explicit precision specifiers
5304 * cxl: use more common format specifier
5305 * cxl: Destroy cxl_adapter_idr on module_exit
5306 * cxl: Destroy afu->contexts_idr on release of an afu
5307 * cxl: Don't ignore add_process_element() result when attaching context
5308 * cxl: Compile with -Werror
5309 * cxl: sparse: Make declarations static
5310 * cxl: sparse: Silence iomem warning in debugfs file creation
5311 * cxl: Convert MMIO read/write macros to inline functions
5312 * cxl: Drop commands if the PCI channel is not in normal state
5313 * cxl: Allocate and release the SPA with the AFU
5314 * cxl: Make IRQ release idempotent
5315 * cxl: Clean up adapter MMIO unmap path.
5316 * cxl: Refactor adaptor init/teardown
5317 * cxl: Refactor AFU init/teardown
5318 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5319 * cxl: Allow the kernel to trust that an image won't change on PERST.
5320 * cxl: EEH support
5321 * cxl: Add CONFIG_CXL_EEH symbol
5322 * cxl: Plug irq_bitmap getting leaked in cxl_context
5323 * cxl: Add alternate MMIO error handling
5324 * cxl: Allow release of contexts which have been OPENED but not STARTED
5325 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5326 * cxl: Release irqs if memory allocation fails
5327 * cxl: Remove racy attempt to force EEH invocation in reset
5328 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5329 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5330 * cxl: Set up and enable PSL Timebase
5331
5332 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5333
5334 linux (4.2.0-7.7) wily; urgency=low
5335
5336 [ Tim Gardner ]
5337
5338 * Release Tracking Bug
5339 - LP: #1490564
5340 * rebase to v4.2
5341
5342 [ Wen Xiong ]
5343
5344 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5345 - LP: #1453892
5346
5347 [ Upstream Kernel Changes ]
5348
5349 * rebase to v4.2
5350 - LP: #1487345
5351
5352 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5353
5354 linux (4.2.0-6.6) wily; urgency=low
5355
5356 [ Tim Gardner ]
5357
5358 * Release Tracking Bug
5359 - LP: #1488138
5360
5361 [ Andy Whitcroft ]
5362
5363 * rebase to v4.2-rc8
5364
5365 [ Shilpasri G Bhat ]
5366
5367 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5368 level
5369 - LP: #1480894
5370 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5371 - LP: #1480894
5372 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5373 notification
5374 - LP: #1480894
5375 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5376 OCC_THROTTLE
5377 - LP: #1480894
5378 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5379 bit is set
5380 - LP: #1480894
5381 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5382 unthrottling
5383 - LP: #1480894
5384
5385 [ Upstream Kernel Changes ]
5386
5387 * rebase to v4.2-rc8
5388 - LP: #1483440
5389 - LP: #1484334
5390
5391 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5392
5393 linux (4.2.0-5.5) wily; urgency=low
5394
5395 [ Tim Gardner ]
5396
5397 * Release Tracking Bug
5398 - LP: #1487173
5399
5400 [ Andy Whitcroft ]
5401
5402 * [Packaging] correct spelling of probabaly on the tools packages
5403 - LP: #1256822
5404 * rebase to v4.2-rc7
5405
5406 [ dann frazier ]
5407
5408 * d-i: Add nicpf and nicvf to nic-modules
5409 * d-i: Enable usb modules on arm64
5410
5411 [ Mahesh Salgaonkar ]
5412
5413 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5414 - LP: #1482343
5415 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5416 - LP: #1482343
5417 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5418 machine check errors.
5419 - LP: #1482343
5420 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5421 - LP: #1482343
5422
5423 [ Vipin K Parashar ]
5424
5425 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5426 PowerNV platform
5427 - LP: #1469771
5428
5429 [ Upstream Kernel Changes ]
5430
5431 * rebase to v4.2-rc7
5432
5433 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5434
5435 linux (4.2.0-4.4) wily; urgency=low
5436
5437 [ Tim Gardner ]
5438
5439 * Release Tracking Bug
5440 - LP: #1483677
5441
5442 [ Achiad Shochat ]
5443
5444 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5445 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5446 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5447 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5448
5449 [ Adam Lee ]
5450
5451 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5452 - LP: #1480142
5453
5454 [ dann frazier ]
5455
5456 * [Config] CONFIG_NR_CPUS=128 on arm64
5457
5458 [ Leann Ogasawara ]
5459
5460 * [Config] d-i -- Add sfc to nic-modules udeb
5461 - LP: #1481490
5462
5463 [ Saeed Mahameed ]
5464
5465 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5466 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5467
5468 [ Tim Gardner ]
5469
5470 * [Config] CONFIG_X86_INTEL_MPX=y
5471 - LP: #1460902
5472 * [Debian] change dependency on module-init-tools to kmod
5473 - LP: #1481986
5474 * rebase to v4.2-rc6
5475
5476 [ Upstream Kernel Changes ]
5477
5478 * rebase to v4.2-rc6
5479
5480 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5481
5482 linux (4.2.0-3.3) wily; urgency=low
5483
5484 [ Tim Gardner ]
5485
5486 * Release Tracking Bug
5487 - LP: #1481462
5488 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5489 Fixes an FTBS for at least one DKMS package.
5490
5491 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5492
5493 linux (4.2.0-2.2) wily; urgency=low
5494
5495 [ Tim Gardner ]
5496
5497 * Release Tracking Bug
5498 - LP: #1481067
5499 * rebase to v4.2-rc5
5500
5501 [ Andy Whitcroft ]
5502
5503 * [Packaging] module-inclusion -- commonise copy code and simplify
5504 * [Packaging] module-inclusion -- add manual command entries
5505 * [Packaging] module blacklists -- add support for manual blacklists
5506 * [Packaging] do_common_tools should always be on
5507 * [Packaging] initscripts need installing when making the package
5508 * [Packaging] initscripts work around bug in debhelper systemd support
5509 * [Config] exclude oss modules from linux-image
5510 - LP: #1434842
5511 * hyper-v -- add hid and fb drivers to linux-virtual
5512 - LP: #1444179
5513 * ubuntu: (no-squash) vbox -- infrastructure and updater
5514 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5515 - LP: #1426113
5516 * ubuntu: vbox -- update to 5.0.0-dfsg-1
5517 - LP: #1480879
5518 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
5519 * [Config] move vbox modules into linux-image
5520
5521 [ Upstream Kernel Changes ]
5522
5523 * rebase to v4.2-rc5
5524 - LP: #1478497
5525 - LP: #1477900
5526
5527 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
5528
5529 linux (4.2.0-1.1~rc1) wily; urgency=low
5530
5531 [ Andy Whitcroft ]
5532
5533 * Release Tracking Bug
5534 - LP: #1479903
5535 * Initial upload of v4.2 based kernel (currently v4.-rc4)
5536
5537 [ Upstream Kernel Changes ]
5538
5539 * rebase to v4.2-rc4
5540 - LP: #1476987
5541 - LP: #1476888
5542 * rebase to v4.2-rc3
5543 * rebase to v4.2-rc2
5544 * rebase to v4.2-rc1
5545 - LP: #1394368
5546 - LP: #1427680
5547 - LP: #1462614
5548 - LP: #1397021
5549
5550 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
5551
5552 linux (4.1.0-3.3) wily; urgency=low
5553
5554 [ Andy Whitcroft ]
5555
5556 * Release Tracking Bug
5557 - LP: #1478897
5558
5559 [ Colin Ian King ]
5560
5561 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
5562 - CVE-2015-1333
5563
5564 [ Seth Forshee ]
5565
5566 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
5567 - LP: #1478578
5568
5569 [ Upstream Kernel Changes ]
5570
5571 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
5572 - LP: #1461620
5573 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
5574 * x86/nmi/64: Remove asm code that saves cr2
5575 * x86/nmi/64: Switch stacks on userspace NMI entry
5576 * x86/nmi/64: Reorder nested NMI checks
5577 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
5578 detection
5579
5580 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
5581
5582 linux (4.1.0-2.4) wily; urgency=low
5583
5584 [ Andy Whitcroft ]
5585
5586 * SAUCE: overlayfs: when copying up and reading directories ensure
5587 mounter had permissions V2
5588 - CVE-2015-1328
5589
5590 [ Leann Ogasawara ]
5591
5592 * Release Tracking Bug
5593 - LP: #1465419
5594
5595 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5596
5597 linux (4.1.0-2.2) wily; urgency=low
5598
5599 [ Tim Gardner ]
5600
5601 * rebase to v4.1.3
5602 * [Config] Add i40e[vf] to d-i
5603 - LP: #1476393
5604
5605 [ Upstream Kernel Changes ]
5606
5607 * rebase to v4.1.3
5608 - LP: #1427680
5609 - LP: #1462614
5610 - LP: #1394368
5611
5612 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
5613
5614 linux (4.1.0-1.1) wily; urgency=low
5615
5616 [ Andy Whitcroft ]
5617
5618 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5619 - LP: #1395877, #1410480
5620 * SAUCE: overlayfs: when copying up and reading directories ensure
5621 mounter had permissions V2
5622 - CVE-2015-1328
5623 * [Packaging] fix up Vcs-Git: to point to launchpad
5624 * [Config] correct linux-initramfs-tool virtual linkage
5625 - LP: #1474810
5626
5627 [ Chris J Arges ]
5628
5629 * [Config] Add dm-service-time to multipath-modules
5630 - LP: #1469240
5631 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
5632 - LP: #1464560
5633
5634 [ Jay Vosburgh ]
5635
5636 * SAUCE: fan: Proof of concept implementation (v2)
5637 - LP: #1439706
5638 * SAUCE: fan: tunnel multiple mapping mode (v3)
5639 - LP: #1470091
5640
5641 [ Leann Ogasawara ]
5642
5643 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
5644 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
5645 considering"
5646 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
5647 * Revert "SAUCE: dm-crypt: never use write same"
5648 * Release Tracking Bug
5649 - LP: #1476333
5650
5651 [ Tim Gardner ]
5652
5653 * Rebase to v4.1
5654 - LP: #1443371
5655 * [Config] Enable Apparmor
5656 * [Config] CONFIG_OVERLAY_FS_V1=y
5657 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
5658 - LP: #1469829
5659 * [Config] CONFIG_VM86=n
5660 - LP: #1473447
5661 * [Config] ACORN_PARTITION=n
5662 - LP: #1453117
5663
5664 [ Timo Aaltonen ]
5665
5666 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
5667 - LP: #1473319
5668
5669 [ Upstream Kernel Changes ]
5670
5671 * efi: efivar_create_sysfs_entry() should return negative error codes
5672 * efi: Add esrt support
5673 * x86, doc: Remove cmdline_size from list of fields to be filled in for
5674 EFI handover
5675 * efi/esrt: Fix some compiler warnings
5676 * efi: dmi: List SMBIOS3 table before SMBIOS table
5677 * efi: Add 'systab' information to Documentation/ABI
5678 * ALSA: hda - restore the MIC FIXUP for some Dell machines
5679 - LP: #1473560
5680 * mtd: powernv: Add powernv flash MTD abstraction driver
5681 - LP: #1464560
5682 * powerpc/powernv: Expose OPAL APIs required by PRD interface
5683 - LP: #1464560
5684 * powerpc/powernv: Add opal-prd channel
5685 - LP: #1464560
5686 * powerpc/powernv: fix construction of opal PRD messages
5687 - LP: #1464560
5688 * powerpc/include: Add opal-prd to installed uapi headers
5689 - LP: #1464560
5690 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
5691 - LP: #1464560
5692
5693 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
5694
5695 linux (4.0.0-2.4) wily; urgency=low
5696
5697 [ Andy Whitcroft ]
5698
5699 * SAUCE: overlayfs: when copying up and reading directories ensure
5700 mounter had permissions V2
5701 - CVE-2015-1328
5702
5703 [ Leann Ogasawara ]
5704
5705 * Release Tracking Bug
5706 - LP: #1465419
5707
5708 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5709
5710 linux (4.0.0-1.2) wily; urgency=low
5711
5712 [ Andy Whitcroft ]
5713
5714 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5715 - LP: #1395877, #1410480
5716 * [Config] enable CONFIG_OVERLAY_FS_V1
5717
5718 [ Tai Nguyen ]
5719
5720 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
5721 - LP: #1463211
5722
5723 [ Tim Gardner ]
5724
5725 * [Config] CONFIG_HIBERNATION=n for ppc64el
5726 - LP: #1463836
5727
5728 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
5729
5730 linux (4.0.0-1.1) wily; urgency=low
5731
5732 [ Leann Ogasawara ]
5733
5734 * Revert "md/raid0: fix bug with chunksize not a power of 2."
5735 - LP: #1457510
5736 * powerpc/powernv: Check image loaded or not before calling flash
5737 - LP: #1461553
5738
5739 [ Tim Gardner ]
5740
5741 * [Config] armhf: CPUFREQ_DT=y
5742 - LP: #1457781
5743
5744 [ Upstream Kernel Changes ]
5745
5746 * rebase to v4.0.5
5747 - LP: #1429756
5748 - LP: #1452175
5749 - LP: #1454656
5750 - LP: #1447909
5751 - LP: #1446517
5752 - LP: #1428947
5753 - LP: #1410704
5754 - LP: #1412800
5755 - LP: #1400215
5756 - LP: #1411193
5757 - LP: #1412800
5758 - LP: #1408295
5759 - LP: #1436745
5760
5761 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
5762
5763 linux (3.19.0-10.10) vivid; urgency=low
5764
5765 [ Andy Whitcroft ]
5766
5767 * [Packaging] control -- make element ordering deterministic
5768 * [Config] allow dracult to support initramfs as well
5769 - LP: #1109029
5770 * [Packaging] generate live watchdog blacklists
5771 - LP: #1432837
5772
5773 [ Leann Ogasawara ]
5774
5775 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
5776 - LP: #1397860
5777 * rebase to v3.19.2
5778
5779 [ Upstream Kernel Changes ]
5780
5781 * thinkpad_acpi: support new BIOS version string pattern
5782 - LP: #1417915
5783 * arm64: Invalidate the TLB corresponding to intermediate page table
5784 levels
5785 - LP: #1432546
5786 * perf tools: Support parsing parameterized events
5787 - LP: #1430341
5788 * perf tools: Extend format_alias() to include event parameters
5789 - LP: #1430341
5790 * perf Documentation: Add event parameters
5791 - LP: #1430341
5792 * perf tools: Document parameterized and symbolic events
5793 - LP: #1430341
5794 * perf: provide sysfs_show for struct perf_pmu_events_attr
5795 - LP: #1430341
5796 * perf: add PMU_EVENT_ATTR_STRING() helper
5797 - LP: #1430341
5798 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
5799 - LP: #1430341
5800 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
5801 - LP: #1430341
5802 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
5803 annotated
5804 - LP: #1430341
5805 * powerpc/perf/hv-gpci: add the remaining gpci requests
5806 - LP: #1430341
5807 * powerpc/perf/hv-24x7: Document sysfs event description entries
5808 - LP: #1430341
5809 * powerpc/iommu: Remove IOMMU device references via bus notifier
5810 - LP: #1425202
5811 * powerpc/pseries: Fix endian problems with LE migration
5812 - LP: #1428351
5813 * intel_idle: support additional Broadwell model
5814 - LP: #1400970
5815 * tools/power turbostat: support additional Broadwell model
5816 - LP: #1400970
5817 * KVM: x86: flush TLB when D bit is manually changed.
5818 - LP: #1397860
5819 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
5820 - LP: #1397860
5821 * KVM: Add generic support for dirty page logging
5822 - LP: #1397860
5823 * KVM: x86: switch to kvm_get_dirty_log_protect
5824 - LP: #1397860
5825 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
5826 log dirty
5827 - LP: #1397860
5828 * KVM: MMU: Add mmu help functions to support PML
5829 - LP: #1397860
5830 * KVM: MMU: Explicitly set D-bit for writable spte.
5831 - LP: #1397860
5832 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
5833 - LP: #1397860
5834 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
5835 - LP: #1397860
5836 * KVM: VMX: Add PML support in VMX
5837 - LP: #1397860
5838 * HID: multitouch: add support of clickpads
5839 * HID: multitouch: Add support for button type usage
5840
5841 [ Upstream Kernel Changes ]
5842
5843 * rebase to v3.19.2
5844 - LP: #1428947
5845
5846 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
5847
5848 linux (3.19.0-9.9) vivid; urgency=low
5849
5850 [ Leann Ogasawara ]
5851
5852 * Release Tracking Bug
5853 - LP: #1430930
5854
5855 [ Shachar Raindel ]
5856
5857 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
5858 arithmetic
5859 - LP: #1413741
5860 - CVE-2014-8159
5861
5862 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
5863
5864 linux (3.19.0-8.8) vivid; urgency=low
5865
5866 [ Andy Whitcroft ]
5867
5868 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5869 - LP: #1426113
5870 * rebase to stable v3.19.1
5871
5872 [ John Johansen ]
5873
5874 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5875 - LP: #1408833
5876
5877 [ Leann Ogasawara ]
5878
5879 * Release Tracking Bug
5880 - LP: #1429940
5881
5882 [ Upstream Kernel Changes ]
5883
5884 * xen: correct bug in p2m list initialization
5885 * net/mlx5_core: Fix configuration of log_uar_page_sz
5886 - LP: #1419938
5887 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
5888 - LP: #1420575
5889 * net/mlx4_core: Maintain a persistent memory for mlx4 device
5890 - LP: #1422481
5891 * net/mlx4_core: Set device configuration data to be persistent across
5892 reset
5893 - LP: #1422481
5894 * net/mlx4_core: Refactor the catas flow to work per device
5895 - LP: #1422481
5896 * net/mlx4_core: Enhance the catas flow to support device reset
5897 - LP: #1422481
5898 * net/mlx4_core: Activate reset flow upon fatal command cases
5899 - LP: #1422481
5900 * net/mlx4_core: Manage interface state for Reset flow cases
5901 - LP: #1422481
5902 * net/mlx4_core: Handle AER flow properly
5903 - LP: #1422481
5904 * net/mlx4_core: Enable device recovery flow with SRIOV
5905 - LP: #1422481
5906 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
5907 - LP: #1422481
5908 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
5909 - LP: #1428111
5910 * rebase to v3.19.1
5911 - LP: #1410704
5912 - LP: #1411193
5913 - LP: #1400215
5914
5915 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
5916
5917 linux (3.19.0-7.7) vivid; urgency=low
5918
5919 [ Andy Whitcroft ]
5920
5921 * Release Tracking Bug
5922 - LP: #1426013
5923
5924 [ Upstream Kernel Changes ]
5925
5926 * x86/irq: Fix regression caused by commit b568b8601f05
5927 * cxl: Fix leaking interrupts if attach process fails
5928 - LP: #1415102
5929 * cxl: Early return from cxl_handle_fault for a shut down context
5930 - LP: #1415102
5931 * cxl: Disable AFU debug flag
5932 - LP: #1415102
5933 * cxl: Disable SPAP register when freeing SPA
5934 - LP: #1415102
5935 * cxl: remove redundant increment of hwirq
5936 - LP: #1415102
5937 * cxl: Add tracepoints
5938 - LP: #1415102
5939 * cxl: Update CXL ABI documentation
5940 - LP: #1415102
5941 * cxl: Use image state defaults for reloading FPGA
5942 - LP: #1415102
5943 * cxl: Add image control to sysfs
5944 - LP: #1415102
5945 * cxl: Enable CAPP recovery
5946 - LP: #1415102
5947 * cxl: Add ability to reset the card
5948 - LP: #1415102
5949 * cxl: Fix device_node reference counting
5950 - LP: #1415102
5951 * cxl: Export optional AFU configuration record in sysfs
5952 - LP: #1415102
5953 * cxl: Fail AFU initialisation if an invalid configuration record is
5954 found
5955 - LP: #1415102
5956 * cxl: Add missing return statement after handling AFU errror
5957 - LP: #1415102
5958 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
5959 - LP: #1415102
5960 * powerpc/eeh: Allow to set maximal frozen times
5961 - LP: #1415102
5962 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
5963
5964 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
5965
5966 linux (3.19.0-6.6) vivid; urgency=low
5967
5968 [ Andy Whitcroft ]
5969
5970 * systemd -- fix hyper-v units to be non-forking
5971 - LP: #1401525
5972 * [Config] move vbox modules into linux-image
5973 * ubuntu: vbox -- update to 4.3.22-dfsg-1
5974
5975 [ Brad Figg ]
5976
5977 * SAUCE: DEP8 test to run our regression tests
5978
5979 [ Paolo Pisati ]
5980
5981 * [Config] I2C_CHARDEV=y
5982 - LP: #1417032
5983
5984 [ Upstream Kernel Changes ]
5985
5986 * PCI: Fix infinite loop with ROM image of size 0
5987 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
5988 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
5989 controller
5990 - LP: #1400215
5991
5992 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
5993
5994 linux (3.19.0-5.5) vivid; urgency=low
5995
5996 [ Andy Whitcroft ]
5997
5998 * [Config] CONFIG_FA_DUMP=y
5999 - LP: #1415562
6000 * ubuntu: (no-squash) vbox -- infrastructure and updater
6001 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
6002 * rebase to v3.19 final
6003
6004 [ Chris J Arges ]
6005
6006 * [Config] Add ibmvfc to d-i
6007 - LP: #1416001
6008 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
6009 - LP: #1292234
6010
6011 [ Upstream Kernel Changes ]
6012
6013 * rebase to v3.19
6014
6015 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
6016
6017 linux (3.19.0-4.4) vivid; urgency=low
6018
6019 [ Andy Whitcroft ]
6020
6021 * [Config] apply Kernel hacking >> Tracers config defaults
6022 * hyper-v -- fix comment handing in /etc/network/interfaces
6023 - LP: #1413020
6024 * rebase to v3.19-rc7
6025 * updateconfigs following rebase to v3.19-rc7
6026
6027 [ Ben Hutchings ]
6028
6029 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
6030 - LP: #1413149
6031
6032 [ Upstream Kernel Changes ]
6033
6034 * rebase to v3.19-rc7
6035
6036 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
6037
6038 linux (3.19.0-3.3) vivid; urgency=low
6039
6040 [ Andy Whitcroft ]
6041
6042 * [Debian] arm64 -- build ubuntu drivers
6043 - LP: #1411284
6044 * [Packaging] config-check -- add support for enforced annotations
6045 * [Config] annotations -- switch to ENFORCED annotations
6046 * [Packaging] config-check -- drop support for enforce file
6047 * [Packaging] enforce -- drop empty enforce file
6048 * rebase to v3.19-rc5
6049 * [Config] add modules removed due to tighter dependencies
6050 * [Config] updateconfigs following rebase to v3.19-rc5
6051 * [Config] enforce CONFIG_FHANDLE=y
6052 - LP: #1412543
6053 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
6054 - LP: #1408355
6055 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
6056 - LP: #1413646
6057 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
6058 message handler config defaults
6059 * [Config] apply Device Drivers >> Character devices >> Serial drivers
6060 config defaults
6061 * [Config] apply Device Drivers >> GPIO Support config defaults
6062 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6063 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6064 support) config defaults
6065 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6066 Devices >> Support for frame buffer devices config defaults
6067 * [Config] apply Device Drivers >> HID support >> HID bus support >>
6068 Special HID drivers config defaults
6069 * [Config] apply Device Drivers >> Hardware Monitoring support config
6070 defaults
6071 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
6072 Hardware Bus support config defaults
6073 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
6074 digital converters config defaults
6075 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
6076 sensors config defaults
6077 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
6078 sensors config defaults
6079 * [Config] apply Device Drivers >> Input device support >> Generic input
6080 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6081 * [Config] apply Device Drivers >> Input device support >> Generic input
6082 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6083 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6084 config defaults
6085 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6086 defaults
6087 * [Config] apply Device Drivers >> Multifunction device drivers config
6088 defaults
6089 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6090 grabbers support >> Media test drivers config defaults
6091 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
6092 Adapters config defaults
6093 * [Config] apply Device Drivers >> Multimedia support >> Remote
6094 Controller devices config defaults
6095 * [Config] apply Device Drivers >> Network device support >> Distributed
6096 Switch Architecture drivers config defaults
6097 * [Config] apply Device Drivers >> Network device support >> Network core
6098 driver support config defaults
6099 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6100 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
6101 defaults
6102 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6103 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
6104 defaults
6105 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6106 * [Config] apply Device Drivers >> Pin controllers config defaults
6107 * [Config] apply Device Drivers >> SPI support config defaults
6108 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6109 Sound Architecture >> ALSA for SoC audio support config defaults
6110 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6111 Sound Architecture >> FireWire sound devices config defaults
6112 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6113 Sound Architecture >> HD-Audio config defaults
6114 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
6115 client support config defaults
6116 * [Config] apply Device Drivers >> Staging drivers >> Media staging
6117 drivers config defaults
6118 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6119 USB Gadget Drivers >> USB functions configurable through configfs
6120 config defaults
6121 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6122 USB Peripheral Controller config defaults
6123 * [Config] apply Networking support >> NFC subsystem support >> Near
6124 Field Communication (NFC) devices config defaults
6125 * [Config] apply Networking support >> Networking options >> Network
6126 packet filtering framework (Netfilter) >> Core Netfilter Configuration
6127 >> Netfilter nf_tables support config defaults
6128 * [Config] apply Networking support >> Networking options >> QoS and/or
6129 fair queueing >> Actions config defaults
6130 * [Config] apply Networking support >> Networking options >> TCP/IP
6131 networking config defaults
6132 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
6133 Networking Stack (mac80211) config defaults
6134 * [Config] apply Device Drivers >> Input device support >> Generic input
6135 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
6136 * [Config] apply Device Drivers >> Input device support >> Generic input
6137 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6138 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6139 config defaults
6140 * [Config] apply Networking support >> Networking options >> Network
6141 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
6142 >> IPv4 NAT config defaults
6143 * [Config] apply Networking support >> Networking options >> Network
6144 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
6145 >> IPv6 NAT config defaults
6146 * [Config] apply Kernel hacking >> Kernel debugging config defaults
6147 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
6148 config defaults
6149 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
6150 values in
6151 - LP: #1414002
6152 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6153 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
6154 (iwlwifi) config defaults
6155 * [Config] apply Device Drivers >> Real Time Clock config defaults
6156 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6157 support >> SCSI low-level drivers config defaults
6158 * [Config] apply General setup >> CPU/Task time and stats accounting >>
6159 Cputime accounting config defaults
6160 * [Config] apply Device Drivers >> Mailbox Hardware Support config
6161 defaults
6162 * rebase to v3.19-rc6
6163 * [Config] updateconfigs following rebase to v3.19-rc6
6164
6165 [ Kamal Mostafa ]
6166
6167 * [Packaging] force "dpkg-source -I -i" behavior
6168
6169 [ Leann Ogasawara ]
6170
6171 * [Config] Disable CONFIG_USB_OTG
6172 - LP: #1411295
6173
6174 [ Upstream Kernel Changes ]
6175
6176 * overlay: add backwards compatible overlayfs format support (fixes)
6177 - LP: #1410480
6178
6179 [ Upstream Kernel Changes ]
6180
6181 * rebase to v3.19-rc5
6182 * rebase to v3.19-rc6
6183
6184 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
6185
6186 linux (3.19.0-2.2) vivid; urgency=low
6187
6188 [ Andy Whitcroft ]
6189
6190 * rebase to v3.19-rc4
6191 * [Config] updateconfigs following rebase to v3.19-rc4
6192 * [Packaging] install all dtb files
6193 - LP: #1408002
6194 * [Config] switch on "all" dtbs
6195 - LP: #1408002
6196
6197 [ Colin Ian King ]
6198
6199 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
6200 timers
6201 - LP: #1333569
6202
6203 [ Joseph Salisbury ]
6204
6205 * [Config] Enable CONFIG_N_GSM as module.
6206 - LP: #1404670
6207
6208 [ K. Y. Srinivasan ]
6209
6210 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
6211 - LP: #1406867
6212
6213 [ Steve McIntyre ]
6214
6215 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
6216 - LP: #1409750
6217
6218 [ Upstream Kernel Changes ]
6219
6220 * rebase to v3.19-rc4
6221
6222 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
6223
6224 linux (3.19.0-1.1) vivid; urgency=low
6225
6226 [ Andy Whitcroft ]
6227
6228 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
6229 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
6230 * Revert "SAUCE: AUFS -- aufs3-base.patch"
6231 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
6232 * rebase to v3.19-rc1
6233 * rebase to v3.19-rc2
6234 * [Config] defaultconfigs following rebase to v3.19-rc2
6235 * ubuntu: aufs3 -- follow rename of d_child
6236 * ubuntu: aufs3 -- follow switch to d_splice_alias
6237 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
6238 * ubuntu: aufs3 -- follow rename for d_alias
6239 * apparmor -- follow change to this_cpu_ptr
6240 * disable module checks for rebase
6241 * ubuntu: AUFS -- substrate: aufs3-base.patch
6242 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
6243 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
6244 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
6245 * [Configs] updateconfigs following aufs update
6246 * v3.19 series start
6247 * rebase to v3.19-rc3
6248 * [Configs] updateconfigs following rebase to v3.19-rc3
6249 * [Packaging] uploadnum should be the remainder of the version
6250 - LP: #1407755
6251 * [Packaging] handle dts directories
6252 - LP: #1408004
6253 * [Config] follow move of arm64 dts' into vendor directories
6254
6255 [ Upstream Kernel Changes ]
6256
6257 * arm64: optimized copy_to_user and copy_from_user assembly code
6258 - LP: #1400349
6259 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
6260
6261 [ Upstream Kernel Changes ]
6262
6263 * rebase to v3.19-rc1
6264 - LP: #1173681
6265 * rebase to v3.19-rc2
6266 * rebase to v3.19-rc3
6267
6268 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
6269
6270 linux (3.18.0-7.8) vivid; urgency=low
6271
6272 [ Leann Ogasawara ]
6273
6274 * Release Tracking Bug
6275 - LP: #1401590
6276
6277 [ John Johansen ]
6278
6279 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6280 - LP: #1362199
6281 * SAUCE: Revert: fix: only allow a single threaded process to ...
6282 - LP: #1371310
6283 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6284 - LP: #1390223
6285 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6286 hashing is used
6287 - LP: #1383886
6288 * [config] set apparmor config options
6289
6290 [ Seth Forshee ]
6291
6292 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6293 - LP: #1398458
6294
6295 [ Upstream Kernel Changes ]
6296
6297 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6298 - LP: #1359052
6299 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6300 - LP: #1346067
6301
6302 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6303
6304 linux (3.18.0-6.7) vivid; urgency=low
6305
6306 [ Andy Whitcroft ]
6307
6308 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6309 assembly code"
6310 - LP: #1398596
6311 * rebase to v3.18
6312
6313 [ Chris J Arges ]
6314
6315 * [Config] CONFIG_PCIEASPM_DEBUG=y
6316 - LP: #1398544
6317
6318 [ Paolo Pisati ]
6319
6320 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6321 - LP: #1396470
6322
6323 [ Upstream Kernel Changes ]
6324
6325 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6326 may result in I/O freeze
6327 - LP: #1400289
6328
6329 [ Upstream Kernel Changes ]
6330
6331 * rebase to v3.18
6332
6333 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6334
6335 linux (3.18.0-5.6) vivid; urgency=low
6336
6337 [ Leann Ogasawara ]
6338
6339 * Release Tracking Bug
6340 - LP: #1398109
6341
6342 [ Andy Whitcroft ]
6343
6344 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6345 - LP: #1397061
6346 * rebase to v3.18-rc7
6347
6348 [ Chris J Arges ]
6349
6350 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6351 ppc64el/generic
6352 - LP: #1395855
6353
6354 [ Upstream Kernel Changes ]
6355
6356 * rebase to v3.18-rc7
6357 - LP: #1389497
6358
6359 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6360
6361 linux (3.18.0-4.5) vivid; urgency=low
6362
6363 [ Leann Ogasawara ]
6364
6365 * Release Tracking Bug
6366 - LP: #1395891
6367
6368 [ Andy Whitcroft ]
6369
6370 * rebase to v3.18-rc6
6371 * [Config] update configs following rebase to v3.18-rc6
6372 * [Config] enable overlayfs v1 support
6373
6374 [ Tim Gardner ]
6375
6376 * rebase to v3.18-rc5
6377
6378 [ Upstream Kernel Changes ]
6379
6380 * overlay: add backwards compatible overlayfs format support
6381 - LP: #1395877
6382
6383 [ Upstream Kernel Changes ]
6384
6385 * rebase to v3.18-rc5
6386 * rebase to v3.18-rc6
6387
6388 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6389
6390 linux (3.18.0-3.4) vivid; urgency=low
6391
6392 [ Andy Whitcroft ]
6393
6394 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6395 * Revert "SAUCE: AUFS -- update to
6396 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6397 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6398 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6399 * [Config] amd64 is now the indep architecture
6400 * [Debian] basic hook support
6401 * SAUCE: AUFS -- aufs3-base.patch
6402 * SAUCE: AUFS -- aufs3-mmap.patch
6403 * SAUCE: AUFS -- aufs3-standalone.patch
6404 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6405 * [Config] updateconfigs following aufs3 update
6406 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6407
6408 [ dann frazier ]
6409
6410 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6411 - LP: #1388952
6412 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6413 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6414
6415 [ Tim Gardner ]
6416
6417 * rebase to v3.18-rc4
6418
6419 [ Upstream Kernel Changes ]
6420
6421 * rebase to v3.18-rc4
6422 - LP: #1389497
6423 - LP: #1387128
6424
6425 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6426
6427 linux (3.18.0-2.2) vivid; urgency=low
6428
6429 [ Tim Gardner ]
6430
6431 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6432
6433 [ Upstream Kernel Changes ]
6434
6435 * rebase to v3.18-rc3
6436
6437 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6438
6439 linux (3.18.0-1.1) vivid; urgency=low
6440
6441 [ Andy Whitcroft ]
6442
6443 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6444 * [Config] tools -- only build common tools when enabled
6445 * [Config] follow rename of DEB_BUILD_PROFILES
6446 * [Config] linux-image-extra is additive to linux-image
6447 - LP: #1375310
6448 * [Config] linux-image-extra postrm is not needed on purge
6449 * [Config] enable cloud tools on i386
6450 - LP: #1367399
6451
6452 [ Marc Dietrich ]
6453
6454 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6455
6456 [ Paolo Pisati ]
6457
6458 * [Config] armhf: REGULATOR_TWL4030=y
6459 * [Config] armhf: disable JUMP_LABEL
6460 - LP: #1378856
6461
6462 [ Tim Gardner ]
6463
6464 * rebase to v3.17-rc2
6465 * updateconfigs
6466 * [Config] CONFIG_NFC_ST21NFCB=n
6467 * [Config] Added net/6lowpan/* to generic inclusion list
6468 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6469 * rebase to v3.17-rc3
6470 * rebase to v3.17-rc4
6471 * rebase to v3.17-rc5
6472 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6473 * [Config] CONFIG_XMON=y
6474 - LP: #1365655
6475 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6476 - LP: #1362514
6477 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6478 - LP: #1362514
6479 * [Config] CONFIG_DMA_CMA=n
6480 - LP: #1362261
6481 * [Config] Add mpt3sas to d-i
6482 - LP: #1368907
6483 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6484 - LP: #1370211
6485 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6486 - LP: #1244176
6487 * rebase to v3.17-rc6
6488 * SAUCE: usbip: Update include path
6489 * [Debian] usbip tools packaging
6490 - LP: #898003
6491 * [Config] Enable usbip tools
6492 - LP: #898003
6493 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6494 - LP: #1363180
6495 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6496 - LP: #1362261
6497 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6498 - LP: #1374438
6499 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6500 - LP: #1374440
6501 * [Debian] Don't fail if a symlink already exists
6502 * rebase to v3.17-rc7
6503 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6504 - LP: #1374440
6505 * rebase to v3.17
6506 * rebase to v3.18-rc1
6507 * [Config] CONFIG_AUFS_FS=n for FTBS
6508 * Enable vivid
6509 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6510 - LP: #1385510
6511 * rebase to v3.18-rc2
6512 * [Debian] Fix linux-doc dangling symlinks
6513 - LP: #661306
6514 * CONFIG_MODULE_COMPRESS=n
6515 * [Config] dropped scsi_tgt from generic inclusion list
6516 * [Config] Added drivers/uio to generic inclusion list
6517 * [Config] CONFIG_PATA_MACIO=y
6518 - LP: #1378894
6519 * [Config] CONFIG_DRM_BOCHS=n
6520 * [Debian] install usbipd
6521 - LP: #898003
6522
6523 [ Upstream Kernel Changes ]
6524
6525 * rebase to v3.18-rc2
6526
6527 [ Upstream Kernel Changes ]
6528
6529 * rebase to v3.18-rc1
6530 - LP: #1316518
6531 - LP: #1371591
6532 - LP: #1357928
6533
6534 [ Upstream Kernel Changes ]
6535
6536 * rebase to v3.17
6537
6538 [ Upstream Kernel Changes ]
6539
6540 * rebase to v3.17-rc7
6541
6542 [ Upstream Kernel Changes ]
6543
6544 * rebase to v3.17-rc6
6545
6546 [ Upstream Kernel Changes ]
6547
6548 * rebase to v3.17-rc5
6549
6550 [ Upstream Kernel Changes ]
6551
6552 * rebase to v3.17-rc4
6553
6554 [ Upstream Kernel Changes ]
6555
6556 * rebase to v3.17-rc3
6557
6558 [ Upstream Kernel Changes ]
6559
6560 * rebase to v3.17-rc2
6561 - LP: #1358116
6562 - LP: #1350148
6563 - LP: #1334950
6564 - LP: #1329580
6565 - LP: #1329580
6566 - LP: #1329580
6567
6568 [ Upstream Kernel Changes ]
6569
6570 * rebase to v3.17-rc2
6571
6572 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
6573
6574 linux (3.17.0-0.0) utopic; urgency=medium
6575
6576 * Empty entry
6577
6578 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
6579
6580 linux (3.16.0-11.16) utopic; urgency=low
6581
6582 [ Mauricio Faria de Oliveira ]
6583
6584 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
6585 - LP: #1358920
6586
6587 [ Peter Zijlstra ]
6588
6589 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
6590 - LP: #1361300
6591
6592 [ Tim Gardner ]
6593
6594 * [Config] CONFIG_ZPOOL=y
6595 - LP: #1360428
6596 * Release Tracking Bug
6597 - LP: #1361308
6598
6599 [ Upstream Kernel Changes ]
6600
6601 * Revert "net/mlx4_en: Fix bad use of dev_id"
6602 - LP: #1347012
6603 * net/mlx4_en: Reduce memory consumption on kdump kernel
6604 - LP: #1347012
6605 * net/mlx4_en: Fix mac_hash database inconsistency
6606 - LP: #1347012
6607 * net/mlx4_en: Disable blueflame using ethtool private flags
6608 - LP: #1347012
6609 * net/mlx4_en: current_mac isn't updated in port up
6610 - LP: #1347012
6611 * net/mlx4_core: Use low memory profile on kdump kernel
6612 - LP: #1347012
6613 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
6614 - LP: #1347169
6615 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
6616 - LP: #1347169
6617 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
6618 - LP: #1347169
6619 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
6620 - LP: #1347169
6621 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
6622 - LP: #1347169
6623 * drivers: scsi: storvsc: Set srb_flags in all cases
6624 - LP: #1347169
6625 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
6626 - LP: #1347169
6627 * namespaces: Use task_lock and not rcu to protect nsproxy
6628 - LP: #1328088
6629 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
6630 * mm/zbud: change zbud_alloc size type to size_t
6631 - LP: #1360428
6632 * mm/zpool: implement common zpool api to zbud/zsmalloc
6633 - LP: #1360428
6634 * mm/zpool: zbud/zsmalloc implement zpool
6635 - LP: #1360428
6636 * mm/zpool: update zswap to use zpool
6637 - LP: #1360428
6638 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
6639 - LP: #1341296
6640 * iommu/amd: Fix for pasid initialization
6641 - LP: #1361300
6642 * iommu/amd: Moving PPR fault flags macros definitions
6643 - LP: #1361300
6644 * iommu/amd: Drop oprofile dependency
6645 - LP: #1361300
6646 * iommu/amd: Fix typo in amd_iommu_v2 driver
6647 - LP: #1361300
6648 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
6649 - LP: #1361300
6650 * iommu/amd: Don't free pasid_state in mn_release path
6651 - LP: #1361300
6652 * iommu/amd: Get rid of __unbind_pasid
6653 - LP: #1361300
6654 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
6655 - LP: #1361300
6656 * iommu/amd: Add pasid_state->invalid flag
6657 - LP: #1361300
6658 * iommu/amd: Don't hold a reference to mm_struct
6659 - LP: #1361300
6660 * iommu/amd: Don't hold a reference to task_struct
6661 - LP: #1361300
6662 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
6663 - LP: #1361300
6664 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
6665 - LP: #1361300
6666 * iommu/amd: Remove change_pte mmu_notifier call-back
6667 - LP: #1361300
6668 * iommu/amd: Fix device_state reference counting
6669 - LP: #1361300
6670 * iommu/amd: Fix 2 typos in comments
6671 - LP: #1361300
6672
6673 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
6674
6675 linux (3.16.0-10.15) utopic; urgency=low
6676
6677 [ dann frazier ]
6678
6679 * [debian] Fix regression with ABI subversions and backport
6680
6681 [ Feng Kan ]
6682
6683 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
6684 modify write.
6685 - LP: #1357527
6686 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6687 assembly code
6688 - LP: #1358949
6689
6690 [ Stefan Bader ]
6691
6692 * SAUCE: bcache: prevent crash on changing writeback_running
6693 - LP: #1357295
6694
6695 [ Tim Gardner ]
6696
6697 * [Config] CONFIG_XFRM_STATISTICS=y
6698 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
6699 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
6700 - LP: #1353005
6701 * Release Tracking Bug
6702 - LP: #1359783
6703
6704 [ Upstream Kernel Changes ]
6705
6706 * intel_idle: Broadwell support
6707 - LP: #1256170
6708 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
6709 - LP: #1357108
6710 * powerpc/powernv: Invoke opal call to handle hmi.
6711 - LP: #1357108
6712 * powerpc/book3s: handle HMIs for cpus in nap mode.
6713 - LP: #1357108
6714 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
6715 - LP: #1357108
6716 * powerpc: Add smp_mb() to arch_spin_is_locked()
6717 - LP: #1358569
6718 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
6719 - LP: #1358569
6720 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
6721 temperature
6722 - LP: #1353005
6723 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
6724 - LP: #1358855
6725 * printk: Add function to return log buffer address and size
6726 - LP: #1359423
6727 * powerpc/powernv: Interface to register/unregister opal dump region
6728 - LP: #1359423
6729 * bcache: fix crash on shutdown in passthrough mode
6730 - LP: #1357295
6731 * bcache: fix uninterruptible sleep in writeback thread
6732 - LP: #1357295
6733
6734 [ Vinayak Kale ]
6735
6736 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
6737 - LP: #1357527
6738 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
6739 - LP: #1357527
6740
6741 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
6742
6743 linux (3.16.0-9.14) utopic; urgency=low
6744
6745 [ Tim Gardner ]
6746
6747 * Release Tracking Bug
6748 - LP: #1357370
6749
6750 [ Serge Hallyn ]
6751
6752 * SAUCE: Overlayfs: allow unprivileged mounts
6753 - LP: #1357025
6754
6755 [ Upstream Kernel Changes ]
6756
6757 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6758 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6759 * dts: Add bindings for APM X-Gene SoC ethernet driver
6760 * drivers: net: Add APM X-Gene SoC ethernet driver support.
6761 * powerpc/thp: Add write barrier after updating the valid bit
6762 - LP: #1357014
6763 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
6764 - LP: #1357014
6765 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
6766 of 4k pte
6767 - LP: #1357014
6768 * powerpc/thp: Handle combo pages in invalidate
6769 - LP: #1357014
6770 * powerpc/thp: Invalidate with vpn in loop
6771 - LP: #1357014
6772 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
6773 - LP: #1357014
6774 * powerpc/mm: Use read barrier when creating real_pte
6775 - LP: #1357014
6776 * powerpc/thp: Add tracepoints to track hugepage invalidate
6777 - LP: #1357014
6778 * rebase to v3.16.1
6779
6780 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
6781
6782 linux (3.16.0-8.13) utopic; urgency=low
6783
6784 [ Tim Gardner ]
6785
6786 * Release Tracking Bug
6787 - LP: #1356403
6788
6789 [ dann frazier ]
6790
6791 * [debian] Allow for package revisions condusive for branching
6792
6793 [ Upstream Kernel Changes ]
6794
6795 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
6796 - LP: #1350087
6797 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
6798 - LP: #1350087
6799 * powerpc/powernv: Enable M64 aperatus for PHB3
6800 - LP: #1355469
6801 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
6802 - LP: #1352994
6803 * powerpc: Add machine_early_initcall()
6804 - LP: #1352640
6805 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
6806 - LP: #1352640
6807 * powerpc/eeh: Avoid event on passed PE
6808 - LP: #1352640
6809 * powerpc/eeh: EEH support for VFIO PCI device
6810 - LP: #1352640
6811 * powerpc/eeh: sysfs entries lost
6812 - LP: #1352640
6813 * powerpc/powernv: Fix IOMMU table for VFIO dev
6814 - LP: #1352640
6815 * powerpc/eeh: Fetch IOMMU table in reliable way
6816 - LP: #1352640
6817 * powerpc/eeh: Refactor EEH flag accessors
6818 - LP: #1352640
6819 * powerpc/eeh: Selectively enable IO for error log
6820 - LP: #1352640
6821 * powerpc/eeh: Reduce lines of log dump
6822 - LP: #1352640
6823 * powerpc/eeh: Replace pr_warning() with pr_warn()
6824 - LP: #1352640
6825 * powerpc/eeh: Make diag-data not endian dependent
6826 - LP: #1352640
6827 * powerpc/eeh: Aux PE data for error log
6828 - LP: #1352640
6829 * PCI: Support BAR sizes up to 128GB
6830 - LP: #1352640
6831 * powerpc/powernv: Allow to freeze PE
6832 - LP: #1352640
6833 * powerpc/powernv: Split ioda_eeh_get_state()
6834 - LP: #1352640
6835 * powerpc/powernv: Handle compound PE
6836 - LP: #1352640
6837 * powerpc/powernv: Handle compound PE for EEH
6838 - LP: #1352640
6839 * powerpc/powernv: Handle compound PE in config accessors
6840 - LP: #1352640
6841 * mnt: Only change user settable mount flags in remount
6842 - LP: #1356318
6843 - CVE-2014-5206
6844 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
6845 - LP: #1356318
6846 - CVE-2014-5206
6847 * mnt: Correct permission checks in do_remount
6848 - LP: #1356323
6849 - CVE-2014-5207
6850 * mnt: Change the default remount atime from relatime to the existing value
6851 - LP: #1356323
6852 - CVE-2014-5207
6853
6854 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
6855
6856 linux (3.16.0-7.12) utopic; urgency=low
6857
6858 [ Andy Whitcroft ]
6859
6860 * rebase to v3.16 final
6861 * [Config] d-i -- add virtio_scsi to virtio-modules
6862 - LP: #1342000
6863
6864 [ dann frazier ]
6865
6866 * [Packaging] Fix 'printchanges' to work with versions containing '+'
6867
6868 [ Tim Gardner ]
6869
6870 * [Config] CONFIG_MICROCODE=y
6871 - LP: #1084373
6872 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
6873 - LP: #1349028
6874 * [Config] Add hv_balloon to d-i virtio-modules
6875 - LP: #1292216
6876 * Release Tracking Bug
6877 - LP: #1354530
6878
6879 [ Upstream Kernel Changes ]
6880
6881 * rebase to v3.16
6882
6883 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
6884
6885 linux (3.16.0-6.11) utopic; urgency=low
6886
6887 [ Paolo Pisati ]
6888
6889 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
6890 * [Config] armhf: KEYBOARD_IMX=m
6891 * [Config] armhf: build cubox & imx6 DTBs
6892 * [Config] armhf: RTC_DRV_PCF8523=y
6893
6894 [ Tim Gardner ]
6895
6896 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
6897 - LP: #1344405
6898 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
6899 - LP: #1343109
6900 * Release Tracking Bug
6901 - LP: #1349196
6902
6903 [ Upstream Kernel Changes ]
6904
6905 * rebase to v3.16-rc7
6906
6907 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
6908
6909 linux (3.16.0-5.10) utopic; urgency=low
6910
6911 [ Tim Gardner ]
6912
6913 * Release Tracking Bug
6914 - LP: #1346298
6915 * [Config] CONFIG_GPIO_SYSFS=y
6916 - LP: #1342153
6917 * rebase to v3.16-rc6
6918
6919 [ Paolo Pisati ]
6920
6921 * [Config] enable ARCH_MVEBU*
6922 * [Config] AHCI_MVEBU=m
6923 * [Config] ARMADA_THERMAL=y
6924 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
6925 * [Config] CRYPTO_DEV_MV_CESA=m
6926 * [Config] I2C_MV64XXX=m
6927 * [Config] MMC_MVSDIO=m
6928 * [Config] MMC_SDHCI_DOVE=m
6929 * [Config] MTD_NAND_ORION=m
6930 * [Config] MTD_NAND_PXA3xx=m
6931 * [Config] MVNETA=m
6932 * [Config] MV_XOR=y
6933 * [Config] ORION_WATCHDOG=m
6934 * [Config] PCI_MVEBU=y
6935 * [Config] RTC_DRV_MV=y
6936 * [Config] SND_KIRKWOOD_SOC*=m
6937 * [Config] SPI_ORION=m
6938 * [Config] USB_XHCI_MVEBU=m
6939 * [Config] armhf: build all Armada and Dove DTBs
6940 * [Config] armhf: SERIAL_8250_DW=y
6941
6942 [ Upstream Kernel Changes ]
6943
6944 * rebase to v3.16-rc6
6945
6946 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
6947
6948 linux (3.16.0-4.9) utopic; urgency=low
6949
6950 [ Tim Gardner ]
6951
6952 * Release Tracking Bug
6953 - LP: #1341543
6954
6955 [ Upstream Kernel Changes ]
6956
6957 * rebase to v3.16-rc5
6958
6959 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
6960
6961 linux (3.16.0-3.8) utopic; urgency=low
6962
6963 [ Tim Gardner ]
6964
6965 * Release Tracking Bug
6966 - LP: #1340091
6967
6968 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
6969
6970 linux (3.16.0-2.7) utopic; urgency=low
6971
6972 [ Andy Whitcroft ]
6973
6974 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
6975 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6976
6977 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
6978
6979 linux (3.16.0-2.6) utopic; urgency=low
6980
6981 [ Andy Whitcroft ]
6982
6983 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
6984 Fixes FTBS.
6985
6986 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
6987
6988 linux (3.16.0-2.5) utopic; urgency=low
6989
6990 [ Andy Whitcroft ]
6991
6992 * ubuntu -- fix basic format for ubuntu/Makefile
6993 * ubuntu: AUFS (no-squash): basic framework and update machinary
6994 * ubuntu: aufs3 -- update update scripting
6995 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
6996 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6997 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
6998 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
6999 * [Configs] AUFS configs
7000 * ubuntu: aufs3 -- reenable
7001
7002 [ Tim Gardner ]
7003
7004 * CONFIG_LATENCYTOP=n
7005
7006 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
7007
7008 linux (3.16.0-2.4) utopic; urgency=low
7009
7010 [ Andy Whitcroft ]
7011
7012 * [Config] flip VIRTIO*=y
7013 * [Config] commonise CONFIG_SWIOTLB=y
7014 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
7015 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
7016 config defaults
7017 * [Config] apply Device Drivers >> Block devices config defaults
7018 * [Config] apply Device Drivers >> Character devices config defaults
7019 * [Config] apply Device Drivers >> DMA Engine support config defaults
7020 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
7021 reporting config defaults
7022 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7023 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7024 support) config defaults
7025 * [Config] apply Device Drivers >> GPIO Support config defaults
7026 * [Config] apply Device Drivers >> Graphics support >> Console display
7027 driver support config defaults
7028 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
7029 config defaults
7030 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
7031 * [Config] apply Device Drivers >> Input device support >> Generic input
7032 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
7033 defaults
7034 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
7035 ports config defaults
7036 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7037 config defaults
7038 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
7039 defaults
7040 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7041 grabbers support config defaults
7042 * [Config] apply Security options config defaults
7043 * [Config] apply Networking options >> Network packet filtering framework
7044 (Netfilter) >> Core Netfilter Configuration config defaults
7045 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7046 defaults
7047 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7048 Devices >> Support for frame buffer devices config defaults
7049 * [Config] apply Power management and ACPI options >> CPU Frequency
7050 scaling config defaults
7051 * [Config] apply Processor type and features config defaults
7052 * [Config] apply Partition Types config defaults
7053 * [Config] apply Power management and ACPI options config defaults
7054 * [Config] apply Device Drivers >> InfiniBand support config defaults
7055 * [Config] apply Device Drivers >> Misc devices config defaults
7056 * [Config] apply Device Drivers >> Multifunction device drivers config
7057 defaults
7058 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7059 support >> SCSI low-level drivers config defaults
7060 * [Config] apply Device Drivers >> Network device support >> Ethernet
7061 driver support config defaults
7062 * [Config] apply Device Drivers >> Network device support >> Network core
7063 driver support config defaults
7064 * [Config] apply Device Drivers >> Network device support >> PHY Device
7065 support and infrastructure config defaults
7066 * [Config] apply File systems >> Network File Systems config defaults
7067 * [Config] apply Device Drivers >> Input device support >> Generic input
7068 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7069 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
7070 >> NAND Device Support config defaults
7071 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7072 >> Ralink driver support config defaults
7073 * [Config] apply Device Drivers >> Staging drivers config defaults
7074 * [Config] apply Cryptographic API >> Hardware crypto devices config
7075 defaults
7076 * [Config] apply Device Drivers >> Macintosh device drivers config
7077 defaults
7078 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7079 config defaults
7080 * [Config] apply Device Drivers >> PPS support config defaults
7081 * [Config] apply Device Drivers >> Sound card support config defaults
7082 * [Config] apply Networking support >> RF switch subsystem support config
7083 defaults
7084 * [Config] apply Library routines config defaults
7085 * [Config] apply Device Drivers >> CODEC drivers config defaults
7086 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7087 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7088 config defaults
7089 * [Config] apply Kernel hacking >> Tracers config defaults
7090 * [Config] apply Kernel hacking >> Runtime Testing config defaults
7091 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
7092 * [Config] apply Device Drivers >> USB support config defaults
7093 * [Config] apply Device Drivers >> Power supply class support config
7094 defaults
7095 * [Config] apply Device Drivers >> USB Network Adapters config defaults
7096 * [Config] apply General setup >> IRQ subsystem config defaults
7097 * [Config] apply General setup config defaults
7098 * [Config] apply File systems >> Miscellaneous filesystems config
7099 defaults
7100 * [Config] apply File systems config defaults
7101 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
7102 * [Config] apply Device Drivers >> Virtio drivers config defaults
7103 * [Config] apply Device Drivers >> USB Peripheral Controller config
7104 defaults
7105 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7106 support >> SCSI Transports config defaults
7107 * [Config] apply Device Drivers >> Real Time Clock config defaults
7108 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
7109 (libata) config defaults
7110 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
7111 defaults
7112 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
7113 config defaults
7114 * [Config] apply Device Drivers >> USB Physical Layer drivers config
7115 defaults
7116 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
7117 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
7118 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
7119 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
7120 CONFIG_HOTPLUG_CPU=n
7121 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
7122 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
7123 * [Config] drivers/acpi/acpi_ipmi.ko needs
7124 drivers/char/ipmi/ipmi_msghandler.ko in virtual
7125 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
7126 CONFIG_FUNCTION_TRACER=n
7127 * [Config] ignore modules changing following major config changes
7128
7129 [ Tim Gardner ]
7130
7131 * rebase to v3.16-rc4
7132
7133 [ Upstream Kernel Changes ]
7134
7135 * rebase to v3.16-rc4
7136 - LP: #1297581
7137
7138 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
7139
7140 linux (3.16.0-1.3) utopic; urgency=low
7141
7142 [ Andy Whitcroft ]
7143
7144 * Revert "Disable do_tools_perf for FTBS"
7145 * SAUCE: fix perf_regs definitions for arm64
7146
7147 [ Paolo Pisati ]
7148
7149 * [Config] armhf: ARCH_EXYNOS5* support
7150 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
7151 * [Config] armhf: EXYNOS_THERMAL=y
7152 * [Config] armhf: EXYNOS_IOMMU=y
7153 * [Config] armhf: EXYNOS_ADC=m
7154 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
7155 * [Config] armhf: MMC_SDHCI_S3C=m
7156 * [Config] armhf: PCI_EXYNOS=y
7157 * [Config] armhf: PHY_EXYNOS5250_SATA=y
7158 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
7159 * [Config] armhf: PWM_SAMSUNG=m
7160 * [Config] armhf: RTC_DRV_S3C=y
7161 * [Config] armhf: S3C2410_WATCHDOG=m
7162 * [Config] armhf: MMC_DW_EXYNOS=m
7163 * [Config] armhf: SERIAL_SAMSUNG=y
7164 * [Config] armhf: SND_SOC_SAMSUNG=m
7165 * [Config] armhf: SPI_S3C64XX=m
7166 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
7167 * [Config] armhf: FB_S3C=m
7168 * [Config] armhf: build all Exynos 5 DTBs
7169 * [Config] armhf: disable CPUFREQ_EXYNOS
7170
7171 [ Tim Gardner ]
7172
7173 * rebase to v3.16-rc3
7174
7175 [ Upstream Kernel Changes ]
7176
7177 * rebase to v3.16-rc3
7178 - LP: #1331915
7179
7180 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
7181
7182 linux (3.16.0-0.2) utopic; urgency=low
7183
7184 [ Tim Gardner ]
7185
7186 * Revert "SAUCE: intel_pstate -- toggle default to disable"
7187 - LP: #1333322
7188 * CONFIG_BOOKE_WDT=y
7189 * Disable do_tools_perf for FTBS (just until I can figure it out)
7190
7191 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
7192
7193 linux (3.16.0-0.1) utopic; urgency=low
7194
7195 [ Tim Gardner ]
7196
7197 * Release Tracking Bug
7198 - LP: #1333265
7199
7200 [ Andy Whitcroft ]
7201
7202 * [Config] cloud-tools -- add systemd units
7203 - LP: #1329027
7204
7205 [ dann frazier ]
7206
7207 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
7208 * [Config] CONFIG_NET_XGENE=m for arm64
7209 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
7210
7211 [ Feng Kan ]
7212
7213 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
7214 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
7215 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
7216
7217 [ Iyappan Subramanian ]
7218
7219 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7220 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7221 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
7222 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
7223
7224 [ Tim Gardner ]
7225
7226 * updateconfigs
7227 * Fix arm64 crypto Makefile
7228 * [Config] CONFIG_BOOKE_WDT=n for FTBS
7229 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
7230 - LP: #1327619
7231 * Disabled powerpc64-emb for FTBS
7232 * [Config] CONFIG_DRM_TEGRA=m
7233 * [Config] CONFIG_CMA_SIZE_MBYTES=64
7234 * rebase to v3.16-rc2
7235 * Clean up generic.inclusion-list warnings
7236
7237 [ Upstream Kernel Changes ]
7238
7239 * rebase to v3.16-rc2
7240 - LP: #1328587
7241 - LP: #1319291
7242 - LP: #1310512
7243 - LP: #1310512
7244 - LP: #1305480
7245
7246 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
7247
7248 linux (3.15.0-6.11) utopic; urgency=low
7249
7250 [ Adam Conrad ]
7251
7252 * Enable building the sata-modules udeb on ppc64el.
7253 - LP: #1323980
7254 * [Packaging] Set bootloader and loader on ppc64el to grub
7255
7256 [ Adam Lee ]
7257
7258 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
7259 - LP: #1310512, #1320070
7260
7261 [ Alex Hung ]
7262
7263 * SAUCE: (no-up) dell-led: add mic mute led interface
7264 - LP: #1308297
7265
7266 [ Andy Whitcroft ]
7267
7268 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
7269 - LP: #1285434
7270 * [Config] tools -- enable cpupower on ppc64el
7271 * [Config] ppc64el -- enable perf tools
7272 * [Config] powerpc -- enable perf tools
7273 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
7274 * [Config] arm64 -- enable tools
7275 - LP: #1326050
7276 * [Config] switch hyper-keyboard to virtual
7277 - LP: #1325306
7278 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
7279 upgrades
7280 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7281 - LP: #1300247
7282 * SAUCE: nouveau: missing outputs should be warnings
7283 - LP: #1300244
7284 * [Config] d-i -- add nvme devices to block-modules udeb
7285 - LP: #1303710
7286
7287 [ Anton Blanchard ]
7288
7289 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7290 - LP: #1328230
7291
7292 [ Colin Ian King ]
7293
7294 * SAUCE: intel_pstate: inform user that thermald is worth considering
7295
7296 [ Dave Chiluk ]
7297
7298 * [Config] Enable CONFIG_IP_VS_IPV6=y
7299 - LP: #1300739
7300
7301 [ Paolo Pisati ]
7302
7303 * [Config] build vexpress a9 dtb
7304 - LP: #1303657
7305
7306 [ Tetsuo Handa ]
7307
7308 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7309
7310 [ Tim Gardner ]
7311
7312 * Release Tracking Bug
7313 - LP: #1329045
7314 * [Debian] Treat vdso install as an environment variable
7315 - LP: #1325713
7316 * [Config] Treat vdso install as an environment variable
7317 - LP: #1325713
7318 * [config] Set IPMI suppoort default to "y"
7319 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7320 * [Config] CONFIG_RT_GROUP_SCHED=n
7321 - LP: #1284731
7322 * [Config] ppc64el -- switch to 64K system pages
7323 * [Config] CONFIG_MICROCODE_EARLY=y
7324 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7325 * [Config] armhf: DRM_TILCDC=m
7326 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7327 * [Config] arm64: KVM=y
7328 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7329 * [Config] armhf: generic: disable CPU_IDLE
7330 * [Config] armhf: CPU_FREQ=y
7331 * [Config] Add new mlx modules to d-i
7332 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7333 - LP: #1295112
7334 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7335 - LP: #1294353
7336 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7337 * [Config] CONFIG_ALX=m for powerpc
7338 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7339 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7340 * [Config] CONFIG_ANDROID=n for powerpc
7341 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7342 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7343 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7344 * rebase to v3.15
7345 * [Config] CONFIG_PHY_XGENE=y
7346 * [Config] CONFIG_MLX4_DEBUG=y
7347 - LP: #1328256
7348 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7349 - LP: #1324571
7350 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7351 * [Config] CONFIG_CFG80211=m for ppc64el
7352 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7353 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7354 * [Config] CONFIG_EXPERT=y for ppc64el
7355 * [Config] CONFIG_ATA_SFF=y on ppc64el
7356 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7357 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7358 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7359 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7360 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7361 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7362 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7363 * [Config] CONFIG_DDR=y for ppc64el
7364 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7365 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7366 * [Config] CONFIG_EZX_PCAP=n for all arches
7367 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7368 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7369 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7370 * [Config] CONFIG_FB_3DFX=m for all arches
7371 * [Config] CONFIG_FB_MATROX=m for ppc64el
7372 * [Config] CONFIG_FB_RADEON=m for ppc64el
7373 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7374 * [Config] CONFIG_FIREWIRE=m for ppc64el
7375 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7376 * [Config] CONFIG_HAMRADIO=y for ppc64el
7377 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7378 * [Config] CONFIG_I2C_MUX=m for ppc64el
7379 * [Config] CONFIG_I2C_STUB=m for ppc64el
7380 * [Config] CONFIG_I2O=m for ppc64el
7381 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7382 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7383 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7384 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7385 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7386 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7387 * [Config] CONFIG_ISDN=y for ppc64el
7388 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7389 * [Config] CONFIG_KGDB=y for ppc64el
7390 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7391 * [Config] CONFIG_L2TP_V3=y for powerpc
7392 * [Config] CONFIG_MAILBOX=y for ppc64el
7393 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7394 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7395 * [Config] CONFIG_MEMORY=y for ppc64el
7396 * [Config] CONFIG_MEMSTICK=m for ppc64el
7397 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7398 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7399 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7400 * [Config] CONFIG_NET_9P=m for ppc64el
7401 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7402 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7403 * [Config] CONFIG_MTD=m for arm64
7404 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7405 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7406 * [Config] CONFIG_NET_IPIP=m for ppc64el
7407 * [Config] CONFIG_NET_TEAM=m for all arches
7408 * [Config] CONFIG_NFC=m for ppc64el
7409 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7410 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7411 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7412 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7413 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7414 * [Config] CONFIG_OPROFILE=m for ppc64el
7415 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7416 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7417 * [Config] CONFIG_8723AU_P2P=n
7418 * [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
7419 * [Config] CONFIG_PCNET32=m for ppc64el
7420 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7421 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7422 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7423 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7424 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7425 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7426 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7427 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7428 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7429 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7430 * [Config] CONFIG_WLAN=y for arm64
7431 * [Config] CONFIG_VORTEX=m for ppc64el
7432 * [Config] CONFIG_WIMAX=m for ppc64el
7433 * [Config] CONFIG_WATCHDOG=y for ppc64el
7434 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7435 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7436 * [Config] CONFIG_UWB=m for ppc64el
7437 * [Config] CONFIG_USB_STORAGE=y
7438 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7439 * [Config] CONFIG_HID_RMI=m
7440 * [Config] CONFIG_HVC_DCC=n
7441 - LP: #1303657
7442
7443 [ Upstream Kernel Changes ]
7444
7445 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7446 - LP: #1323165
7447 * powerpc/powernv: Add calls to support little endian host
7448 - LP: #1327400
7449 * HID: rmi: introduce RMI driver for Synaptics touchpads
7450 * HID: rmi: do not stop the device at the end of probe
7451 * HID: rmi: check for the existence of some optional queries before reading query 12
7452 * HID: rmi: do not fetch more than 16 bytes in a query
7453 * HID: rmi: fix wrong struct field name
7454 * HID: rmi: fix masks for x and w_x data
7455 * HID: rmi: do not handle touchscreens through hid-rmi
7456 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7457 - LP: #1305480
7458 * rebase to v3.15
7459
7460 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7461
7462 linux (3.15.0-5.10) utopic; urgency=low
7463
7464 [ Tim Gardner ]
7465
7466 * Release Tracking Bug
7467 - LP: #1325596
7468 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7469 * rebase to v3.15-rc8
7470
7471 [ Upstream Kernel Changes ]
7472
7473 * rebase to v3.15-rc8
7474
7475 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7476
7477 linux (3.15.0-4.9) utopic; urgency=low
7478
7479 * no change rebuild to fix embeded debhelper.
7480
7481 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7482
7483 linux (3.15.0-4.8) utopic; urgency=low
7484
7485 [ Andy Whitcroft ]
7486
7487 * Release Tracking Bug
7488 - LP: #1324107
7489 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7490
7491 [ Javier Martinez Canillas ]
7492
7493 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7494 - LP: #1323526
7495
7496 [ John Johansen ]
7497
7498 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7499 - LP: #1323528
7500 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7501 - LP: #1308761
7502 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7503 - LP: #1308765
7504 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7505 - LP: #1308764
7506 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7507 - LP: #1323530
7508
7509 [ Kamal Mostafa ]
7510
7511 * [Config] add debian/gbp.conf
7512
7513 [ Tim Gardner ]
7514
7515 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7516 - LP: #1323980
7517
7518 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
7519
7520 linux (3.15.0-3.7) utopic; urgency=low
7521
7522 [ Tim Gardner ]
7523
7524 * Release Tracking Bug
7525 - LP: #1323189
7526
7527 [ Andy Whitcroft ]
7528
7529 * [Config] autopkgtest -- need fakeroot for tests
7530
7531 [ Upstream Kernel Changes ]
7532
7533 * rebase to v3.15-rc7
7534
7535 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
7536
7537 linux (3.15.0-2.6) utopic; urgency=low
7538
7539 [ Andy Whitcroft ]
7540
7541 * [Config] remove the kernel-image firmware list on clean
7542
7543 [ Martin Pitt ]
7544
7545 * [Config] autopkgtest -- switch to significantly faster rebuild
7546
7547 [ Stefan Bader ]
7548
7549 * [Config]: Add missing modules to inclusion list
7550
7551 [ Tim Gardner ]
7552
7553 * [debian] Dynamically generate the kernel-image udebs firmware list
7554 * [d-i] firmware/kernel-image is generated
7555 * rebase to v3.15-rc6
7556 * Release Tracking Bug
7557 - LP: #1322251
7558
7559 [ Upstream Kernel Changes ]
7560
7561 * rebase to v3.15-rc6
7562 - LP: #1297581
7563
7564 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
7565
7566 linux (3.15.0-1.5) utopic; urgency=low
7567
7568 [ Tim Gardner ]
7569
7570 * [Config] Add apm-mustang.dtb to kernel-image udeb
7571
7572 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
7573
7574 linux (3.15.0-1.4) utopic; urgency=low
7575
7576 [ Andy Whitcroft ]
7577
7578 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
7579 local linux/hyperv.h"
7580 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
7581 local linux/hyperv.h"
7582 * [Packaging] tools -- hv tools build correctly against the built headers
7583 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
7584 * cloud-tools -- pull in init scripts for Hyper-V daemons
7585 * cloud-tools -- detect Hyper-V VM to avoid starting
7586 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
7587 - LP: #1295401
7588 * [Config] cloud-tools: reenable cloud-tools
7589
7590 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
7591
7592 linux (3.15.0-1.3) utopic; urgency=low
7593
7594 [ Andy Whitcroft ]
7595
7596 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
7597 - LP: #1318848
7598
7599 [ Ben Collins ]
7600
7601 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
7602 - LP: #1318629
7603
7604 [ Tim Gardner ]
7605
7606 * [Config] CONFIG_FSL_PAMU=n
7607 - LP: #1311738
7608 * Release Tracking Bug
7609 - LP: #1320239
7610
7611 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
7612
7613 linux (3.15.0-1.2) utopic; urgency=low
7614
7615 [ Tim Gardner ]
7616
7617 * Release Tracking Bug
7618 - LP: #1318171
7619 * Add rpcsec_gss_krb5 to generic inclusion list
7620 - LP: #769527
7621 * rebase to v3.15-rc5
7622
7623 [ Upstream Kernel Changes ]
7624
7625 * rebase to v3.15-rc5
7626 - LP: #1297581
7627
7628 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
7629
7630 linux (3.15.0-0.1) utopic; urgency=low
7631
7632 [ Upstream Kernel Changes ]
7633
7634 * rebase to v3.15-rc4
7635 - LP: #1297581
7636 - LP: #1297581
7637 - LP: #1305133
7638 - LP: #1297581
7639 - LP: #1297581
7640 - LP: #871808
7641 - LP: #1260303
7642 - LP: #1268468
7643 - LP: #1248116
7644 - LP: #1211920
7645 - LP: #1259790
7646 - LP: #1259437
7647 - LP: #1259435
7648 - LP: #1268468
7649
7650 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
7651
7652 linux (3.15.0-0.0) utopic; urgency=low
7653
7654 * Initial version for 3.15.
7655
7656 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
7657
7658 linux (3.13.0-8.27) trusty; urgency=low
7659
7660 [ John Johansen ]
7661
7662 * SAUCE: Add config option to disable new apparmor 3 semantics
7663 -LP: #1270215
7664
7665 [ Tim Gardner ]
7666
7667 * [debian] Fix indep_hdrs_pkg_name
7668 - LP: #1134441
7669 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
7670 * Enabled lttng build
7671 * Don't build lttng for armhf
7672 lttng hates gcc-4.8 for armhf
7673 * Release Tracking Bug
7674 - LP: #1277309
7675
7676 [ Upstream Kernel Changes ]
7677
7678 * rebase to v3.13.2
7679 - LP: #1260303
7680 - LP: #1260303
7681 - LP: #1268468
7682
7683 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
7684
7685 linux (3.13.0-7.26) trusty; urgency=low
7686
7687 [ John Johansen ]
7688
7689 * SAUCE: apparmor: fix uninitialized lsm_audit membe
7690 - LP: #1268727
7691 * Add config option to optionally enable new apparmor 3 semantics
7692
7693 [ Tim Gardner ]
7694
7695 * [Config] Add lowlatency to getabis
7696 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
7697 - LP: #1270215
7698 * Release Tracking Bug
7699 - LP: #1276810
7700
7701 [ Upstream Kernel Changes ]
7702
7703 * x86, x32: Correct invalid use of user timespec in the kernel
7704 - LP: #1274349
7705 - CVE-2014-0038
7706
7707 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
7708
7709 linux (3.13.0-7.25) trusty; urgency=low
7710
7711 [ Andy Whitcroft ]
7712
7713 * Revert "SAUCE: fix fmd headers"
7714 * SAUCE: fix fmd headers
7715
7716 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
7717
7718 linux (3.13.0-7.24) trusty; urgency=low
7719
7720 [ Stefan Bader ]
7721
7722 * [Config] Make vmwgfx driver enable the framebuffer device
7723
7724 [ Tim Gardner ]
7725
7726 * rebase to v3.13.1
7727 * [Config] CONFIG_NFS_FS=m for ppc64el
7728 * [Config] CONFIG_X86_SYSFB=n
7729 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
7730 * Release Tracking Bug
7731 - LP: #1275898
7732
7733 [ Upstream Kernel Changes ]
7734
7735 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
7736 - LP: #1272525
7737 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
7738 - LP: #1272525
7739 * mm: ignore VM_SOFTDIRTY on VMA merging
7740 - LP: #1274917
7741 * drm/radeon: disable dpm on BTC
7742 - LP: #1266984
7743
7744 [ Upstream Kernel Changes ]
7745
7746 * rebase to v3.13.1
7747
7748 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
7749
7750 linux (3.13.0-6.23) trusty; urgency=low
7751
7752 [ Andy Whitcroft ]
7753
7754 * [Config] fix up architecture for linux-tools
7755
7756 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
7757
7758 linux (3.13.0-6.22) trusty; urgency=low
7759
7760 [ Andy Whitcroft ]
7761
7762 * [Packaging] limit linux-udebs-<flavour> to matching arch
7763 * [Config] powerpc -- disable perf to fix FTBFS
7764 * [Config] ppc64el -- fix up missing udebs
7765
7766 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
7767
7768 linux (3.13.0-6.21) trusty; urgency=low
7769
7770 [ Andy Fleming ]
7771
7772 * SAUCE: net: Add support for handling queueing in hardware
7773 * SAUCE: of_mdio: Add of_phy_attach function
7774 * SAUCE: phylib: Add generic 10G driver
7775 * SAUCE: phylib: Support attaching to gen10g_driver
7776 * SAUCE: phylib: Add Clause 45 read/write functions
7777
7778 [ Andy Whitcroft ]
7779
7780 * SAUCE: fix fmd headers
7781 * [Packaging] lowlatency -- merge out of tree flavours
7782 * SAUCE: allow IRQs to be irq-threaded by default via config
7783 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
7784 * [Config] powerpc -- fix up Build-depends:
7785 * Release Tracking Bug
7786 - LP: #1273747
7787
7788 [ Ben Collins ]
7789
7790 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
7791 ptr/64-bit rsrcs
7792 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
7793 * SAUCE: Fixup freescale usb phy driver to work on ppc64
7794 * SAUCE: xgmac_mdio: Silence read errors
7795 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
7796 * SAUCE: Fix stack overflow on ppc32
7797 * SAUCE: Use resource_size_t instead of long for PCI resource address
7798 * SAUCE: net/phy: Export function for use by dpaa_eth
7799 * [Packaging] powerpc -- merge out of tree powerpc arch
7800
7801 [ Bjorn Helgaas ]
7802
7803 * SAUCE: Revert "EISA: Log device resources in dmesg"
7804 - LP: #1251816
7805 * SAUCE: Revert "EISA: Initialize device before its resources"
7806 - LP: #1251816
7807
7808 [ Emil Medve ]
7809
7810 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
7811 with 10G "fixed-link"s
7812
7813 [ Kumar Gala ]
7814
7815 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
7816 * SAUCE: fsl_pme2: Add support for DPAA PME
7817 * SAUCE: fmd: FMD14 integration
7818 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
7819 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
7820
7821 [ Madalin Bucur ]
7822
7823 * SAUCE: net/flow: remove sleeping and deferral mechanism from
7824 flow_cache_flush
7825 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
7826 and duplex reading
7827
7828 [ Stefan Bader ]
7829
7830 * [Config] move some VMWare related modules into main package
7831 - LP: #1271669
7832
7833 [ Tim Gardner ]
7834
7835 * [Config] Add r815x to nic-modules
7836 - LP: #1273735
7837 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
7838 - LP: #239479
7839
7840 [ Upstream Kernel Changes ]
7841
7842 * mmc: sdhci-pci: break out definitions to header file
7843 - LP: #1239938
7844 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
7845 - LP: #1239938
7846 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
7847 * powerpc/book3e: support CONFIG_RELOCATABLE
7848 * book3e/kexec/kdump: enable kexec for kernel
7849 * book3e/kexec/kdump: create a 1:1 TLB mapping
7850 * book3e/kexec/kdump: introduce a kexec kernel flag
7851 * book3e/kexec/kdump: implement ppc64 kexec specfic
7852 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
7853 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
7854
7855 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
7856
7857 linux (3.13.0-5.20) trusty; urgency=low
7858
7859 [ Andy Whitcroft ]
7860
7861 * [Packaging] tools -- do not make symlinks when not making packages
7862 * [Packaging] tools -- tidy up control.stub.in ordering
7863 * [Packaging] tools -- tools-common is shared and not conditional
7864 * rebase to v3.13
7865
7866 [ Dirk Brandewie ]
7867
7868 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
7869
7870 [ KY Srinivasan ]
7871
7872 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
7873 notification
7874
7875 [ Upstream Kernel Changes ]
7876
7877 * rebase to v3.13
7878 - LP: #1270603
7879
7880 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
7881
7882 linux (3.13.0-4.19) trusty; urgency=low
7883
7884 [ Andy Whitcroft ]
7885
7886 * [Config] libunwind8-dev is now available for ppc64el
7887 * [Packaging] tools -- make cpupower optional
7888 * [Packaging] tools -- enable correctly for x86
7889
7890 [ Tim Gardner ]
7891
7892 * Release Tracking Bug
7893 - LP: #1269872
7894
7895 [ Upstream Kernel Changes ]
7896
7897 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
7898 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
7899 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
7900 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
7901
7902 [ Upstream Kernel Changes ]
7903
7904 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
7905
7906 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
7907
7908 linux (3.13.0-3.18) trusty; urgency=low
7909
7910 [ Andy Whitcroft ]
7911
7912 * rebase to v3.13-rc8
7913 * [Packaging] efi -- allow EFI signatures on any arch
7914
7915 [ Tim Gardner ]
7916
7917 * [Config] Fix vcs-git path
7918 * Release Tracking Bug
7919 - LP: #1268683
7920
7921 [ Upstream Kernel Changes ]
7922
7923 * rebase to v3.13-rc8
7924
7925 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
7926
7927 linux (3.13.0-2.17) trusty; urgency=low
7928
7929 [ Andy Whitcroft ]
7930
7931 * Release Tracking Bug
7932 - LP: #1267809
7933 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
7934 defaults
7935 * [Config] apply Platform support>>CPU Frequency scaling config defaults
7936 * [Config] CONFIG_PARIDE_EPATC8=y
7937 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
7938 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
7939 Switch drivers config defaults
7940 * [Config] apply Cryptographic API config defaults
7941 * [Config] apply Device Drivers >> Common Clock Framework config defaults
7942 * [Config] apply Device Drivers >> Distributed Switch Architecture
7943 drivers config defaults
7944 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
7945 device support config defaults
7946 * [Config] apply Device Drivers >> Graphics support >> Support for frame
7947 buffer devices >> Bootup logo config defaults
7948 * annotations -- update in tree annotations
7949 * [Config] apply Bus options >> PCI support >> RapidIO support config
7950 defaults
7951 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
7952 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
7953 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
7954 support config defaults
7955 * [Config] apply Device Drivers >> Character devices >> Serial drivers
7956 config defaults
7957 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
7958 defaults
7959 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
7960 Support config defaults
7961 * [Config] apply Device Drivers >> Character devices config defaults
7962 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
7963 HID transport layer config defaults
7964 * [Config] apply Device Drivers >> HID support >> HID bus support config
7965 defaults
7966 * [Config] apply Device Drivers >> HID support >> USB HID support config
7967 defaults
7968 * annotations -- update in tree annotations
7969 * [Config] apply Device Drivers >> GPIO Support config defaults
7970 * [Config] update configs for apparmour update
7971
7972 [ John Johansen ]
7973
7974 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
7975 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
7976 - LP: #1208988
7977 * SAUCE: apparmor: allocate path lookup buffers during init
7978 - LP: #1208988
7979 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
7980 - LP: #1236455
7981
7982 [ Tim Gardner ]
7983
7984 * Revert "[Debian] getabis: Preface module with package name"
7985 * [Config] Added ppc64el to getabis
7986 * [packaging] Bump ABI for every new release
7987
7988 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
7989
7990 linux (3.13.0-1.16) trusty; urgency=low
7991
7992 * First 3.13 upload.
7993 * Release tracker
7994 - LP: #1266852
7995
7996 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
7997
7998 linux (3.13.0-0.15) trusty; urgency=low
7999
8000 [ Tim Gardner ]
8001
8002 * rebase to v3.13-rc7
8003
8004 [ Upstream Kernel Changes ]
8005
8006 * rebase to v3.13-rc7
8007
8008 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
8009
8010 linux (3.13.0-0.14) trusty; urgency=low
8011
8012 [ Andy Whitcroft ]
8013
8014 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8015
8016 [ Tim Gardner ]
8017
8018 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
8019 * Update lttng to Version 2.4.0-rc2
8020 * lttng: Disabled trace_kvm_async_pf_completed
8021 * [Config] CONFIG_IMA=y
8022 - LP: #1244627
8023
8024 [ Upstream Kernel Changes ]
8025
8026 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8027
8028 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
8029
8030 linux (3.13.0-0.13) trusty; urgency=low
8031
8032 [ Andy Whitcroft ]
8033
8034 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8035 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8036 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8037 * ubuntu: AUFS (no-squash): basic framework and update machinary
8038 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
8039 * ubuntu: aufs3 -- enable
8040 * ubuntu: aufs3 -- update configs
8041
8042 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
8043
8044 linux (3.13.0-0.12) trusty; urgency=low
8045
8046 [ Upstream Kernel Changes ]
8047
8048 * rebase to v3.13-rc6
8049
8050 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
8051
8052 linux (3.13.0-0.11) trusty; urgency=low
8053
8054 [ Andy Whitcroft ]
8055
8056 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
8057 * [Config] ppc64el -- initial defconfig based -generic flavour
8058 * [Config] initial defconfig for ppc64el
8059 * [Config] ubuntuise ppc64el config
8060 * [Config] ubuntuise ppc64el config part 2
8061 * [Config] d-i -- update empty udebs list
8062 * [Config] ppc64el -- split extras package
8063
8064 [ Anton Blanchard ]
8065
8066 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
8067
8068 [ Benjamin Herrenschmidt ]
8069
8070 * SAUCE: powerpc/powernv: Add calls to support little endian
8071
8072 [ Cédric Le Goater ]
8073
8074 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
8075 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
8076 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
8077 guests
8078
8079 [ Paul E. McKenney ]
8080
8081 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
8082
8083 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
8084
8085 linux (3.13.0-0.10) trusty; urgency=low
8086
8087 [ Andy Whitcroft ]
8088
8089 * rebase to v3.13-rc5
8090 * [Config] updateconfigs following rebase to v3.13-rc5
8091
8092 [ Upstream Kernel Changes ]
8093
8094 * rebase to v3.13-rc5
8095 - LP: #1260303
8096 - LP: #1260303
8097 - LP: #1260225
8098
8099 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
8100
8101 linux (3.13.0-0.9) trusty; urgency=low
8102
8103 [ Andy Whitcroft ]
8104
8105 * [Config] d-i -- allow missing firmware
8106
8107 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
8108
8109 linux (3.13.0-0.8) trusty; urgency=low
8110
8111 [ Andy Whitcroft ]
8112
8113 * [Config] annotations -- first pass over entire config
8114 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
8115
8116 [ Tim Gardner ]
8117
8118 * [Config] Add arm64 device tree files
8119 - LP: #1262901
8120
8121 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
8122
8123 linux (3.13.0-0.7) trusty; urgency=low
8124
8125 [ Rajesh B Prathipati ]
8126
8127 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
8128
8129 [ Tim Gardner ]
8130
8131 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
8132
8133 [ Upstream Kernel Changes ]
8134
8135 * rebase to v3.13-rc4
8136 - LP: #1259790
8137 - LP: #1259437
8138 - LP: #1259435
8139
8140 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
8141
8142 linux (3.13.0-0.6) trusty; urgency=low
8143
8144 [ Paolo Pisati ]
8145
8146 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
8147 * [Config] i386: amd64: VIRTIO_CONSOLE=y
8148
8149 [ Tim Gardner ]
8150
8151 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
8152
8153 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
8154
8155 linux (3.13.0-0.5) trusty; urgency=low
8156
8157 [ Andy Whitcroft ]
8158
8159 * correct bug listing for v3.13-rc2 rebase
8160 * [Config] ppc64el -- create linux-libc-dev
8161 * [Debian] Improve tools version message
8162 - LP: #1257715
8163
8164 [ Serge Hallyn ]
8165
8166 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
8167 - LP: #1248590
8168 * SAUCE: vfs: Fix a regression in mounting proc
8169
8170 [ Tim Gardner ]
8171
8172 * [Config] Build-in ohci-pci
8173 - LP: #1244176
8174 * Rebase to v3.13-rc3
8175
8176 [ Upstream Kernel Changes ]
8177
8178 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
8179 checks""
8180 - LP: #1248590
8181
8182 [ Upstream Kernel Changes ]
8183
8184 * rebase to v3.13-rc3
8185 - LP: #1256840
8186 - LP: #1256212
8187
8188 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
8189
8190 linux (3.13.0-0.4) trusty; urgency=low
8191
8192 [ Tim Gardner ]
8193
8194 * Rebase to v3.13-rc2
8195
8196 [ Upstream Kernel Changes ]
8197
8198 * rebase to v3.13-rc2
8199
8200 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
8201
8202 linux (3.13.0-0.3) trusty; urgency=low
8203
8204 [ Andy Whitcroft ]
8205
8206 * Revert "SAUCE: Fix DocBook FTBS"
8207
8208 [ Tim Gardner ]
8209
8210 * [Debian] Re-sign modules after debug objcopy
8211 - LP: #1253155
8212 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
8213
8214 [ Upstream Kernel Changes ]
8215
8216 * doc: fix generation of device-drivers
8217 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
8218
8219 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
8220
8221 linux (3.13.0-0.2) trusty; urgency=low
8222
8223 [ Tim Gardner ]
8224
8225 * SAUCE: Fix DocBook FTBS
8226
8227 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
8228
8229 linux (3.13.0-0.1) trusty; urgency=low
8230
8231 [ Upstream Kernel Changes ]
8232
8233 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
8234
8235 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
8236
8237 linux (3.13.0-0.0) trusty; urgency=low
8238
8239 * Major release bump.
8240
8241 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
8242
8243 linux (3.12.0-2.7) trusty; urgency=low
8244
8245 * Fixed armhf ABI build failure.
8246 * Release tracker
8247 - LP: #1249477
8248
8249 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
8250
8251 linux (3.12.0-2.6) trusty; urgency=low
8252
8253 [ Joseph Salisbury ]
8254
8255 * SAUCE: tg3: Add support for new 57786 device id.
8256 - LP: #1242610
8257
8258 [ Tim Gardner ]
8259
8260 * [Config] CONFIG_OABI_COMPAT=n
8261 * [Config] add the wandboard to shipped dtb
8262 - LP: #1249421
8263 * Release tracker
8264 - LP: #1249477
8265
8266 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
8267
8268 linux (3.12.0-2.5) trusty; urgency=low
8269
8270 [ Andy Whitcroft ]
8271
8272 * rebase to mainline v3.12
8273 * [Config] updateconfigs following rebase to v3.12
8274 * postinst -- improve relative symlink detection with missing files
8275 - LP: #1248053
8276 * postinst -- fix unchanged link detection
8277 * [Config] update configs following addition of apparmor fixes
8278
8279 [ Anthony Wong ]
8280
8281 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8282 - LP: #1231305
8283
8284 [ John Johansen ]
8285
8286 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8287 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8288 - LP: #1208988
8289 * SAUCE: apparmor: allocate path lookup buffers during init
8290 - LP: #1208988
8291
8292 [ Tim Gardner ]
8293
8294 * [Config] Remove superfluous ubuntu/lttng-modules
8295
8296 [ Upstream Kernel Changes ]
8297
8298 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8299 - LP: #1248590
8300
8301 [ Upstream Kernel Changes ]
8302
8303 * rebase to v3.12
8304 - LP: #1222850
8305
8306 [ Adam Conrad ]
8307 * etc/getabis: Fetch arm64/generic abis as well
8308
8309 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8310
8311 linux (3.12.0-1.3) trusty; urgency=low
8312
8313 [ Andy Whitcroft ]
8314
8315 * [Config] arm64 -- add arch to the configuration handlers
8316 * [Config] arm64 -- add generic flavour
8317 * [Config] arm64 -- default config
8318 * [Config] arm64 -- fix up various FTBFS config options
8319 * SAUCE: arm64: export __copy_in_user to modules
8320 * [Config] arm64 -- disable ABI/module checks
8321 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8322 * [Config] arm64 -- enable udebs for arm64
8323
8324 [ Colin Watson ]
8325
8326 * [Config] Clean up various udeb Provides
8327
8328 [ Paolo Pisati ]
8329
8330 * [Config] AHCI_IMX=y
8331 * [Config] build imx*-wandboard dtbs
8332
8333 [ Serge Hallyn ]
8334
8335 * SAUCE: device_cgroup: remove can_attach
8336
8337 [ Tim Gardner ]
8338
8339 * rebase to v3.12-rc7
8340 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8341 * Release tracker
8342 - LP: #1245932
8343
8344 [ Upstream Kernel Changes ]
8345
8346 * rebase to v3.12-rc7
8347 - LP: #1180881
8348 - LP: #1180881
8349 - LP: #1217957
8350
8351 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8352
8353 linux (3.12.0-0.2) trusty; urgency=low
8354
8355 [ Andy Whitcroft ]
8356
8357 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8358 CAPACITY (16) at SPC-2"
8359 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8360 SPC-2"
8361 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8362 CAPACITY (16) be preferred"
8363 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8364 be used at SPC-2"
8365 * Revert "overlayfs: Update to v19"
8366 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8367 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8368 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8369 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8370 clone_private_mount()"
8371 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8372 modules"
8373 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8374 documentation"
8375 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8376 * [Config] fix linux-libc-dev generation for arm64
8377 * [Config] fix linux-libc-dev generation for x32
8378 * [Config] add linux-libc-dev generation for ppc64el
8379
8380 [ Erez Zadok ]
8381
8382 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8383
8384 [ Miklos Szeredi ]
8385
8386 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8387 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8388 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8389 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8390 * ubuntu: overlayfs v20 -- overlay filesystem
8391 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8392
8393 [ Neil Brown ]
8394
8395 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8396
8397 [ Paolo Pisati ]
8398
8399 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8400
8401 [ Seth Forshee ]
8402
8403 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8404 ThinkPads
8405 - LP: #1183856
8406
8407 [ Tim Gardner ]
8408
8409 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8410 * rebase to v3.12-rc2
8411 * updateconfigs
8412 * [Config] disable CONFIG_FB_VESA enforcer check
8413 * [Config] Disable lttng for FTBS
8414 * rebase to v3.12-rc3
8415 * rebase to v3.12-rc4
8416 * [Config] CONFIG_ANDROID=n
8417 - LP: #1235161
8418 * [Config] CONFIG_L2TP_V3=y
8419 - LP: #1235914
8420 * [Config] CONFIG_USB_OTG=n for all arches
8421 * Release tracker
8422 - LP: #1242811
8423
8424 [ Upstream Kernel Changes ]
8425
8426 * scsi: hyper-v storsvc switch up to SPC-3
8427
8428 * rebase to v3.12-rc6
8429 - LP: #1235977
8430 - LP: #1235523
8431 - LP: #1239392
8432 - LP: #1227491
8433
8434 * rebase to v3.12-rc3
8435 - LP: #1231931
8436
8437 * rebase to v3.12-rc2
8438 - LP: #1213820
8439 - LP: #1213055
8440 - LP: #1198030
8441
8442 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8443
8444 linux (3.11.0-8.15) saucy; urgency=low
8445
8446 [ Tim Gardner ]
8447
8448 * Release tracker
8449 - LP: #1227969
8450
8451 * Update lttng
8452 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8453 Version 2.3.0+
8454
8455 [ Upstream Kernel Changes ]
8456
8457 * igb: Add additional get_phy_id call for i354 devices
8458 - LP: #1219619
8459 * igb: Read flow control for i350 from correct EEPROM section
8460 - LP: #1219619
8461 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8462 Required for lttng update.
8463
8464 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8465
8466 linux (3.11.0-7.14) saucy; urgency=low
8467
8468 [ Andy Whitcroft ]
8469
8470 * [Packaging] sort out linux-tools naming
8471 - LP: #1205284
8472 * [Packaging] linux-tools: switch to common generic version helper
8473
8474 [ Paolo Pisati ]
8475
8476 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8477
8478 [ Tim Gardner ]
8479
8480 * Release tracker
8481 - LP: #1226160
8482
8483 [ Tony Lindgren ]
8484
8485 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8486 for pandaboard
8487
8488 [ Upstream Kernel Changes ]
8489
8490 * USB: handle LPM errors during device suspend correctly
8491 - LP: #1011415
8492 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8493 - LP: #1011415
8494 * usb: Don't fail port power resume on device disconnect.
8495 - LP: #1011415
8496
8497 [ Upstream Kernel Changes ]
8498
8499 * rebase to v3.11.1
8500
8501 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8502
8503 linux (3.11.0-7.13) saucy; urgency=low
8504
8505 * Release tracker
8506 - LP: #1223545
8507
8508 [ Andy Whitcroft ]
8509
8510 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8511 - LP: #1223499
8512 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8513 - LP: #1223499
8514 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8515 - LP: #1223499
8516 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
8517 - LP: #1223499
8518
8519 [ Maximiliano Curia ]
8520
8521 * SAUCE: (no-up) Only let characters through when there are active readers.
8522 - LP: #1208740
8523
8524 [ Tim Gardner ]
8525
8526 * [Debian] getabis: Commit new ABI directory, remove the old
8527 * [Config] CONFIG_EFIVAR_FS=y
8528 - LP: #1223195
8529 * [Config] CONFIG_EFI_VARS_PSTORE=m,
8530 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
8531 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
8532 - LP: #1222850
8533
8534 [ Upstream Kernel Changes ]
8535
8536 * Intel xhci: refactor EHCI/xHCI port switching
8537 - LP: #1210858
8538
8539 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
8540
8541 linux (3.11.0-6.12) saucy; urgency=low
8542
8543 * Release tracker
8544 - LP: #1222893
8545
8546 [ Andy Whitcroft ]
8547
8548 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8549 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8550 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8551 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8552 - LP: #1222407
8553
8554 [ Paolo Pisati ]
8555
8556 * [Config] restore mmc boot on panda
8557
8558 [ Tyler Hicks ]
8559
8560 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
8561 - LP: #1216294
8562
8563 [ Upstream Kernel Changes ]
8564
8565 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
8566 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
8567 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
8568 * net: calxedaxgmac: fix possible skb free before tx complete
8569 * net: calxedaxgmac: update ring buffer tx_head after barriers
8570 * net: calxedaxgmac: fix race with tx queue stop/wake
8571 * net: calxedaxgmac: enable interrupts after napi_enable
8572 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
8573 * net: calxedaxgmac: remove some unused statistic counters
8574 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
8575 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
8576 * mfd: rtsx: Read vendor setting from config space
8577 - LP: #1201698
8578
8579 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
8580
8581 linux (3.11.0-5.11) saucy; urgency=low
8582
8583 * Release tracker
8584 - LP: #1221886
8585
8586 [ Adam Lee ]
8587
8588 * SAUCE: Bluetooth: Add support for 04ca:2007
8589 - LP: #1153448
8590 * SAUCE: Bluetooth: Add support for 105b:e065
8591 - LP: #1161261
8592
8593 [ Gavin Guo ]
8594
8595 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
8596 - LP: #1166113
8597
8598 [ Upstream Kernel Changes ]
8599
8600 * igb: Reset the link when EEE setting changed
8601 - LP: #1219619
8602 * igb: Read register for latch_on without return value
8603 - LP: #1219619
8604 * igb: Added rcu_lock to avoid race
8605 - LP: #1219619
8606 * igb: don't allow SR-IOV without MSI-X
8607 - LP: #1219619
8608 * igb: Update MTU so that it is always at least a standard frame size
8609 - LP: #1219619
8610 * igb: Refactor of init_nvm_params
8611 - LP: #1219619
8612 * igb: Refactor NVM read functions to accommodate devices with no flash
8613 - LP: #1219619
8614 * igb: Add device support for flashless SKU of i210 device
8615 - LP: #1219619
8616 * igb: Fix get_fw_version function for all parts
8617 - LP: #1219619
8618 * igb: Add macro for size of RETA indirection table
8619 - LP: #1219619
8620 * igb: Expose RSS indirection table for ethtool
8621 - LP: #1219619
8622 * igb: Don't look for a PBA in the iNVM when flashless
8623 - LP: #1219619
8624 * igb: Implementation of 1-sec delay for i210 devices
8625 - LP: #1219619
8626 * igb: New PHY_ID for i354 device
8627 - LP: #1219619
8628 * igb: M88E1543 PHY downshift implementation
8629 - LP: #1219619
8630 * igb: No PHPM support in i354 devices
8631 - LP: #1219619
8632 * igb: Support to get 2_5G link status for appropriate media type
8633 - LP: #1219619
8634 * igb: Get speed and duplex for 1G non_copper devices
8635 - LP: #1219619
8636 * igb: Implementation to report advertised/supported link on i354 devices
8637 - LP: #1219619
8638 * igb: Update version number
8639 - LP: #1219619
8640 * Bluetooth: Take proper tty_struct references
8641 - LP: #1189998
8642 * Bluetooth: Remove the device from the list in the destructor
8643 - LP: #1189998
8644 * Bluetooth: Move the tty initialization and cleanup out of open/close
8645 - LP: #1189998
8646 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
8647 - LP: #1189998
8648 * Bluetooth: Fix the reference counting of tty_port
8649 - LP: #1189998
8650 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
8651 - LP: #1189998
8652
8653 [ Wen-chien Jesse Sung ]
8654
8655 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
8656 - LP: #1065400
8657 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
8658 - LP: #1065400
8659
8660 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
8661
8662 linux (3.11.0-5.10) saucy; urgency=low
8663
8664 [ Andy Whitcroft ]
8665
8666 * Release tracker
8667 - LP: #1220222
8668 * Revert "[Config] Fix ubuntu directoy Kbuilds"
8669 * Revert "aufs update dropped some Kbuild files"
8670 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
8671 * Revert "ubuntu: AUFS -- update to
8672 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
8673 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8674 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8675 * rebase to v3.11 final
8676 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
8677 * ubuntu: AUFS (no-squash): basic framework and update machinary
8678 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8679 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8680 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
8681 * ubuntu: (no-squash) AUFS -- enable aufs
8682 * ubuntu: AUFS -- fix remaining d_count references to use accessor
8683 * ubuntu: lttng -- follow rename of pid_ns
8684 * SAUCE: disable stack-protector for ARM compressed bootloader
8685
8686 [ Paolo Pisati ]
8687
8688 * [Config] ARM_ATAG_DTB_COMPAT=y
8689
8690 [ Rob Herring ]
8691
8692 * [Config] Enable KVM and virtio for armhf generic-lpae
8693
8694 [ Tim Gardner ]
8695
8696 * [Config] CONFIG_ARPD=y
8697 * [Config] CONFIG_ZSWAP=y
8698 - LP: #1215379
8699
8700 [ Upstream Kernel Changes ]
8701
8702 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
8703 - LP: #1217957
8704 * ARM: use phys_addr_t for DMA zone sizes
8705 * ARM: highbank: enable DMA zone for LPAE
8706 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
8707 * ARM: highbank: select required errata work-arounds
8708 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
8709 * DMA: fix printk warning in AMBA PL08x DMA driver
8710 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
8711 * ARM: move outer_cache declaration out of ifdef
8712 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
8713 * ARM: highbank: clean-up some unused includes
8714 * ARM: xen: only set pm function ptrs for Xen guests
8715
8716 [ Upstream Kernel Changes ]
8717
8718 * rebase to v3.11
8719
8720 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
8721
8722 linux (3.11.0-4.9) saucy; urgency=low
8723
8724 [ Tim Gardner ]
8725
8726 * rebase to v3.11-rc7
8727 * Release tracker
8728 - LP: #1216962
8729
8730 [ Upstream Kernel Changes ]
8731
8732 * mwifiex: do not create AP and P2P interfaces upon driver loading
8733 - LP: #1212720
8734
8735 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
8736
8737 linux (3.11.0-3.8) saucy; urgency=low
8738
8739 [ Johannes Berg ]
8740
8741 * SAUCE: mac80211: ignore (E)CSA in probe response frames
8742 - LP: #1201470
8743
8744 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
8745
8746 linux (3.11.0-3.7) saucy; urgency=low
8747
8748 [ Tim Gardner ]
8749
8750 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
8751 upstart to track
8752 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
8753 linux/hyperv.h
8754 * SAUCE: hv: Add vss daemon to Makefile
8755 * [Debian] Add hv_vss_daemon to tools package
8756 - LP: #1213282
8757 * [Config] Fix ubuntu directoy Kbuilds
8758 - LP: #1181755
8759
8760 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
8761
8762 linux (3.11.0-3.6) saucy; urgency=low
8763
8764 [ Andy Whitcroft ]
8765
8766 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
8767 * [Config] tools: enable x86 and hyper-v
8768
8769 [ John Johansen ]
8770
8771 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
8772 snapshot"
8773 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
8774 root users"
8775 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8776
8777 [ Joseph Salisbury ]
8778
8779 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
8780 - LP: #1210848
8781
8782 [ Kamal Mostafa ]
8783
8784 * [debian] tools: ship 'cpupower' in linux-tools
8785 - LP: #1158668
8786 * [Config] Build-dep on libpci-dev for cpu tools
8787 - LP: #1158668
8788
8789 [ Tim Gardner ]
8790
8791 * rebase to v3.11-rc6
8792 * Release tracker
8793 - LP: #1213941
8794
8795 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
8796
8797 linux (3.11.0-2.5) saucy; urgency=low
8798
8799 [ Tim Gardner ]
8800
8801 * [Config] CONFIG_PM_DEBUG=y
8802 - LP: #1210539
8803 * rebase to v3.11-rc5
8804 * Release tracker
8805 - LP: #1211378
8806
8807 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
8808
8809 linux (3.11.0-1.4) saucy; urgency=low
8810
8811 [ Tim Gardner ]
8812
8813 * Bump ABI when making changes to the inclusion list lest
8814 you cause conflicts with existing installed kernel
8815 packages.
8816 - LP: #1210331
8817
8818 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
8819
8820 linux (3.11.0-0.3) saucy; urgency=low
8821
8822 [ Tim Gardner ]
8823
8824 * [Config] Include rbd and kvm in the virtual inclusion list
8825 - LP: #1206961
8826 * [Config] Removed obsolete inclusion list entries
8827
8828 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
8829
8830 linux (3.11.0-0.2) saucy; urgency=low
8831
8832 [ Bruce Allan ]
8833
8834 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
8835 - LP: #1206757
8836 * SAUCE: (no-up) e1000e: enable support for new device IDs
8837 - LP: #1206757
8838
8839 [ John Johansen ]
8840
8841 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8842
8843 [ Paolo Pisati ]
8844
8845 * build vexpress a15 dtb
8846 * [Config] disable Broadcom bcm support (ARCH_BCM)
8847 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
8848 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
8849 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
8850 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
8851 * [Config] disable TI Keystone, AM43xx and OMAP5 support
8852 * [Config] ARM_APPENDED_DTB=y
8853
8854 [ Tim Gardner ]
8855
8856 * rebase to v3.11-rc4
8857 * overlayfs: Update to v19
8858 * [Config] Enable overlayfs
8859 * SAUCE: Fix lttng compile errors
8860
8861 [ Upstream Kernel Changes ]
8862
8863 * rebase to v3.11-rc4
8864 - LP: #1163720
8865 - LP: #1162026
8866 - LP: #1195636
8867 - LP: #1195597
8868 - LP: #1180409
8869 - LP: #1168430
8870
8871 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
8872
8873 linux (3.11.0-0.1) saucy; urgency=low
8874
8875 [ Upstream Kernel Changes ]
8876
8877 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
8878 - LP: #1163720
8879 - LP: #1162026
8880 - LP: #1195636
8881 - LP: #1195597
8882 - LP: #1180409
8883 - LP: #1168430
8884
8885 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
8886
8887 linux (3.10.0-2.10) saucy; urgency=low
8888
8889 [ Andy Whitcroft ]
8890
8891 * [Config] CONFIG_INTEL_MEI*=m
8892 - LP: #1196155
8893 * [Config] CONFIG_DEBUG_INFO=y
8894
8895 [ Stephen Warren ]
8896
8897 * [Config] fix Calxeda xgmac module filename
8898
8899 [ Upstream Kernel Changes ]
8900
8901 * Revert "serial: 8250_pci: add support for another kind of NetMos
8902 Technology PCI 9835 Multi-I/O Controller"
8903 - LP: #1190967
8904 * mfd: lpc_ich: Add support for Intel Avoton SoC
8905 - LP: #1196658
8906
8907 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
8908
8909 linux (3.10.0-2.9) saucy; urgency=low
8910
8911 [ Andy Whitcroft ]
8912
8913 * rebase to v3.10
8914
8915 [ John Johansen ]
8916
8917 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
8918 network mediation"
8919 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
8920 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
8921 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
8922 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
8923 interface"
8924 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
8925 to prevent execve from granting privs"
8926 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8927
8928 [ Upstream Kernel Changes ]
8929
8930 * rebase to v3.10
8931
8932 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
8933
8934 linux (3.10.0-1.8) saucy; urgency=low
8935
8936 [ Andy Whitcroft ]
8937
8938 * Release Tracking Bug
8939 - LP: #1195717
8940
8941 [ Andy Whitcroft ]
8942
8943 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
8944 interface"
8945 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
8946 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
8947 reference"
8948 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
8949 * Revert "ubuntu: overlayfs --
8950 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
8951 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
8952 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
8953 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
8954 * Revert "ubuntu: overlayfs --
8955 overlayfs-fix-possible-leak-in-ovl_new_inode"
8956 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
8957 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
8958 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
8959 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
8960 * Revert "ubuntu: overlayfs -- overlay filesystem"
8961 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
8962 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
8963 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
8964 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
8965
8966 [ Erez Zadok ]
8967
8968 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
8969
8970 [ Miklos Szeredi ]
8971
8972 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
8973 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
8974 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
8975 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
8976 * ubuntu: overlayfs v18 -- -- overlay filesystem
8977 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
8978
8979 [ Neil Brown ]
8980
8981 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
8982
8983 [ Tim Gardner ]
8984
8985 * [Config] CONFIG_SUNRPC_DEBUG=y
8986 - LP: #1127319
8987
8988 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
8989
8990 linux (3.10.0-0.7) saucy; urgency=low
8991
8992 [ Andy Whitcroft ]
8993
8994 * autopkgtest: switch Depends: to build-essential
8995
8996 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
8997
8998 linux (3.10.0-0.6) saucy; urgency=low
8999
9000 [ Andy Whitcroft ]
9001
9002 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
9003 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
9004 - LP: #1098378
9005 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
9006 * ubuntu: overlayfs -- expose do_splice_direct prototype
9007 * ubuntu: overlayfs -- follow change to do_splice_direct interface
9008 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
9009 - LP: #1192691
9010
9011 [ Stefan Bader ]
9012
9013 * (d-i) Add dm-snapshot to md-modules
9014 - LP: #1191726
9015
9016 [ Tim Gardner ]
9017
9018 * Release tracker
9019 - LP: #1194149
9020 * [Config] CONFIG_WIL6210=n for armhf
9021 * [Config] d-i: Add calxedaxgmac to nic-modules
9022 - LP: #1192358
9023 * [debian] Use dh_strip
9024 - LP: #1192759
9025 * [Config] Enable perf for armhf
9026 * do_tools=false when cross compiling
9027 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
9028 - LP: #1108082
9029
9030 [ Upstream Kernel Changes ]
9031
9032 * nsp32: switch reset delay to msleep() as it is tooo long
9033 * alx: add a simple AR816x/AR817x device driver
9034 Plucked from linux-next. replaces ubuntu/alx in favor of
9035 'to be merged' version in 3.11.
9036 * rebase to v3.10-rc7
9037 - LP: #1189363
9038
9039 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
9040
9041 linux (3.10.0-0.5) saucy; urgency=low
9042
9043 [ Andy Whitcroft ]
9044
9045 * rebase to v3.10-rc6
9046 * [Config] updateconfigs following rebase to v3.10-rc6
9047
9048 [ Upstream Kernel Changes ]
9049
9050 * rebase to v3.10-rc6
9051
9052 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
9053
9054 linux (3.10.0-0.4) saucy; urgency=low
9055
9056 [ Andy Whitcroft ]
9057
9058 * [Config] updateconfigs following rebase to v3.10-rc4
9059
9060 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
9061
9062 linux (3.10.0-0.3) saucy; urgency=low
9063
9064 [ Andy Whitcroft ]
9065
9066 * rebase to v3.10-rc5
9067
9068 [ Upstream Kernel Changes ]
9069
9070 * rebase to v3.10-rc5
9071 - LP: #1186170
9072
9073 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
9074
9075 linux (3.10.0-0.2) saucy; urgency=low
9076
9077 [ Andy Whitcroft ]
9078
9079 * rebase to v3.10-rc4
9080 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
9081 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
9082 - LP: #1187744
9083 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
9084
9085 [ Dave Chiluk ]
9086
9087 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
9088 - LP: #1035226
9089
9090 [ Tim Gardner ]
9091
9092 * rebase to v3.10-rc3
9093 * [Config] sparc be gone
9094 * [Config] ia64 be gone
9095 * d-i: block-modules provides nbd-modules
9096
9097 [ Upstream Kernel Changes ]
9098
9099 * rebase to v3.10-rc4
9100 * rebase to v3.10-rc3
9101
9102 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
9103
9104 linux (3.10.0-0.1) saucy; urgency=low
9105
9106 [ Tim Gardner ]
9107
9108 * UBUNTU: Disabled lttng
9109 * UBUNTU: Disable aufs for FTBS
9110 * UBUNTU: Disabled alx
9111 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
9112 * UBUNTU: rebase to v3.10-rc2
9113 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
9114
9115 [ Andy Whitcroft ]
9116
9117 * UBUNTU: [Config] update standards version to 3.9.4.0
9118 * UBUNTU: [Config] squash duplicate package description (long and short)
9119 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
9120 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
9121 * UBUNTU: [Config] drop redundant Build-Conficts:
9122
9123 [ Upstream Kernel Changes ]
9124
9125 * rebase to v3.10-rc2
9126 - LP: #1180351
9127
9128 [ Upstream Kernel Changes ]
9129
9130 * rebase to v3.10-rc1
9131 - LP: #1172151
9132 - LP: #1089795
9133 - LP: #1167270
9134 - LP: #1128840
9135
9136 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
9137
9138 linux (3.10.0-0.0) saucy; urgency=low
9139
9140 * Dummy
9141
9142 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9143
9144 linux (3.9.0-2.6) saucy; urgency=low
9145
9146 [ Tim Gardner ]
9147
9148 * rebase to v3.9.2
9149
9150 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9151
9152 linux (3.9.0-1.5) saucy; urgency=low
9153
9154 [ Tim Gardner ]
9155
9156 * rebase to v3.9.1
9157
9158 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
9159
9160 linux (3.9.0-0.4) saucy; urgency=low
9161
9162 [ Andy Whitcroft ]
9163
9164 * ubuntu: overlayfs -- add FS_ALIAS
9165
9166 [ Tim Gardner ]
9167
9168 * Added lttng
9169 - LP: #1175784
9170
9171 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
9172
9173 linux (3.9.0-0.3) saucy; urgency=low
9174
9175 [ Upstream Kernel Changes ]
9176
9177 * rebase to v3.9
9178
9179 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
9180
9181 linux (3.9.0-0.2) saucy; urgency=low
9182
9183 [ Tim Gardner ]
9184
9185 * Enable extras packaging for amd64/i386.
9186 Fixes build depenencies with brittany and linux-meta.
9187
9188 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
9189
9190 linux (3.9.0-0.1) saucy; urgency=low
9191
9192 [ Upstream Kernel Changes ]
9193
9194 * rebase to v3.9-rc8
9195
9196 [ Upstream Kernel Changes ]
9197
9198 * rebase to v3.9-rc7
9199 - LP: #1128840
9200
9201 [ Upstream Kernel Changes ]
9202
9203 * rebase to v3.9-rc6
9204
9205 [ Upstream Kernel Changes ]
9206
9207 * rebase to v3.9-rc5
9208
9209 [ Upstream Kernel Changes ]
9210
9211 * rebase to v3.8-rc4
9212 - LP: #1095315
9213 - LP: #886975
9214 - LP: #1086921
9215
9216 [ Upstream Kernel Changes ]
9217
9218 * rebase to v3.9-rc3
9219 - LP: #1155016
9220 - LP: #1103594
9221
9222 [ Upstream Kernel Changes ]
9223
9224 * rebase to v3.9-rc2
9225
9226 [ Upstream Kernel Changes ]
9227
9228 * rebase to v3.9-rc1
9229 - LP: #901105
9230 - LP: #961286
9231 - LP: #1011792
9232 - LP: #1128934
9233 - LP: #886975
9234 - LP: #978807
9235
9236 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
9237
9238 linux (3.8.0-7.14) raring; urgency=low
9239
9240 [ Andy Whitcroft ]
9241
9242 * [Config] CONFIG_RCU_USER_QS=n
9243 * [Config] CONFIG_MTD_ONENAND_SIM=n
9244 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
9245
9246 [ Upstream Kernel Changes ]
9247
9248 * rebase to v3.8
9249
9250 [Tim Gardner]
9251
9252 * Release Tracking Bug
9253 - LP: #1130111
9254 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
9255 - LP: #1128840
9256
9257 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
9258
9259 linux (3.8.0-6.13) raring; urgency=low
9260
9261 [Tim Gardner]
9262
9263 * Release Tracking Bug
9264 - LP: #1125364
9265 * Add ahci modules to d-i
9266 - LP: #1124415
9267
9268
9269 [ Chris Wilson ]
9270
9271 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
9272 the encoders
9273 - LP: #1097315
9274
9275 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
9276
9277 linux (3.8.0-6.12) raring; urgency=low
9278
9279 [Tim Gardner]
9280
9281 * perf: NO_LIBPERL=1
9282 * Fix linux-headers dependency
9283 * Release Tracking Bug
9284 - LP: #1124362
9285
9286 [ Andy Whitcroft ]
9287
9288 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9289 - LP: #1121699
9290
9291 [ Daniel Vetter ]
9292
9293 * SAUCE: drm/i915: write backlight harder
9294 - LP: #954661
9295
9296 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9297
9298 linux (3.8.0-6.11) raring; urgency=low
9299
9300 [Tim Gardner]
9301
9302 * Release Tracking Bug
9303 - LP: #1122071
9304 * rebase to v3.8-rc7
9305 * Add libaudit-dev as a build dependency
9306 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9307
9308 [ Leann Ogasawara ]
9309
9310 * [Config] Remove CONFIG_SATA_AHCI annotation
9311
9312 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9313
9314 linux (3.8.0-5.10) raring; urgency=low
9315
9316 [Tim Gardner]
9317
9318 * Release Tracking Bug
9319 - LP: #1118568
9320
9321 * Bump ABI to fix install issue with 3.8.0-4.8.
9322 Moving drivers/ata/*ahci* to linux-image caused an
9323 install conflict with linux-image-extras without an
9324 ABI bump.
9325
9326 [ Jan Beulich ]
9327
9328 * SAUCE: xen-pciback: rate limit error messages from
9329 xen_pcibk_enable_msi{, x}()
9330 - LP: #1117336
9331 - CVE-2013-0231
9332
9333 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9334
9335 linux (3.8.0-4.9) raring; urgency=low
9336
9337 [ Herton Ronaldo Krzesinski ]
9338
9339 * d-i: Add mellanox ethernet drivers to nic-modules
9340 - LP: #1015339
9341
9342 [ Joseph Salisbury ]
9343
9344 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9345 - LP: #1113547
9346
9347 [ Kamal Mostafa ]
9348
9349 * SAUCE: alx driver import script
9350
9351 [ Qualcomm Atheros, Inc ]
9352
9353 * SAUCE: alx: Update to heads/master
9354
9355 [ Tim Gardner ]
9356
9357 * Release Tracking Bug
9358 - LP: #1117673
9359
9360 * [debian] Remove dangling symlink from headers package
9361 - LP: #1112442
9362 * [config] CONFIG_ALX=m
9363 * [Config] Add alx to d-i nic-modules
9364 * [Config] CONFIG_SATA_AHCI=m
9365 - LP: #1056563
9366
9367 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9368
9369 linux (3.8.0-4.8) raring; urgency=low
9370
9371 [ Allen Ibara ]
9372
9373 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9374
9375 [ Andy Whitcroft ]
9376
9377 * rebase to v3.8-rc6
9378 * updateconfigs following rebase to v3.8-rc6
9379
9380 [Leann Ogasawara]
9381
9382 * Release Tracking Bug
9383 - LP: #1112573
9384
9385 [ Paolo Pisati ]
9386
9387 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9388 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9389 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9390 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9391
9392 [ Seth Forshee ]
9393
9394 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9395
9396 [ Upstream Kernel Changes ]
9397
9398 * rebase to v3.8-rc6
9399 - LP: #1107477
9400
9401 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9402
9403 linux (3.8.0-3.7) raring; urgency=low
9404
9405 [ Andy Green ]
9406
9407 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9408 * SAUCE: ARM: omap2 add mac address allocation register api
9409 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9410 allocation
9411
9412 [ Leann Ogasawara ]
9413
9414 * rebase to v3.8-rc5
9415 * Release Tracking Bug
9416 - LP: #1111486
9417
9418 [ Paolo Pisati ]
9419
9420 * SAUCE: davinci: vpss: compilation fix
9421 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9422 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9423 * [Config] enable Freescale IMX6 support (SabreLite)
9424 * [Config] SERIAL_IMX_CONSOLE=y
9425 * [Config] MMC_*_IMX=y
9426 * [Config] disable USB_SUSPEND
9427 * [Config] USB_MXS_PHY=y
9428 * [Config] USB_CHIPIDEA=y
9429 * SAUCE: DTB: add support for multiple DTBs
9430 * SAUCE: DTB: build imx6q-sabrelite
9431 * SAUCE: DTB: build beaglexm
9432 * SAUCE: DTB: build panda/panda es
9433 * [Config] disable CPU_FREQ
9434 * [Config] PANEL_TFP410=y (video DVI output)
9435 * [Config] SND_OMAP_SOC*=y
9436 * [Config] SND_IMX_SOC*=y
9437 * [Config] I2C_IMX=y
9438 * [Config] SPI_IMX=m
9439
9440 [ Stefan Bader ]
9441
9442 * [Config] Move 9p modules into generic package
9443 - LP: #1107658
9444
9445 [ Tony Lindgren ]
9446
9447 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9448 kernels
9449 * SAUCE: ARM: OMAP2+: Use omap initcalls
9450 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9451 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9452 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9453 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9454 multiplaform
9455 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9456 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9457 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9458
9459 [ Upstream Kernel Changes ]
9460
9461 * rebase to v3.8-rc5
9462 - LP: #1096789
9463
9464 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9465
9466 linux (3.8.0-2.6) raring; urgency=low
9467
9468 [ Adam Conrad ]
9469
9470 * Fix up linux-tools -> SRCPKGNAME-tools rename
9471
9472 [ Andy Whitcroft ]
9473
9474 * [Config] re-disable CONFIG_SOUND_OSS
9475 - LP: #1105230
9476
9477 [ Arend van Spriel ]
9478
9479 * SAUCE: brcmsmac: fix tx status processing
9480
9481 [Leann Ogasawara]
9482
9483 * Release Tracking Bug
9484 - LP: #1105104
9485
9486 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9487
9488 linux (3.8.0-1.5) raring; urgency=low
9489
9490 [Tim Gardner]
9491
9492 * Release Tracking Bug
9493 - LP: #1101235
9494
9495 [ Dudley Du ]
9496
9497 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9498 - LP: #978807
9499
9500 [ Kamal Mostafa ]
9501
9502 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9503 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9504 * [Config] Add CONFIG_PS2_CYPRESS
9505
9506 [ Tim Gardner ]
9507
9508 * rebase to v3.8-rc4
9509
9510 [ Upstream Kernel Changes ]
9511
9512 * rebase to v3.8-rc4
9513 - LP: #1095315
9514 - LP: #886975
9515 - LP: #1086921
9516
9517 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
9518
9519 linux (3.8.0-0.4) raring; urgency=low
9520
9521 [ Leann Ogasawara ]
9522
9523 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
9524 * [Config] Update CONFIG_IIO build annotation
9525 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
9526 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
9527 * [Config] Remove CONFIG_SPI_PL022 annotation
9528 * [Config] Update CONFIG_EZX_PCAP annotation
9529 * [Config] Update CONFIG_SENSORS_AK8975 annotation
9530 * [Config] Disable CONFIG_DRM_MGAG200
9531 - LP: #1042903
9532
9533 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
9534
9535 linux (3.8.0-0.3) raring; urgency=low
9536
9537 [ Andy Whitcroft ]
9538
9539 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
9540 uselib()"
9541
9542 [ Scott James Remnant ]
9543
9544 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
9545 (for v3.7+)
9546 - LP: #1085766, #462111
9547
9548 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
9549
9550 linux (3.8.0-0.2) raring; urgency=low
9551
9552 [ Tim Gardner ]
9553
9554 * [packaging] Add macro to selectively disable building perf
9555 * [packaging] Cannot depend on universe package libaudit-dev
9556
9557 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
9558
9559 linux (3.8.0-0.1) raring; urgency=low
9560
9561
9562 [ Upstream Kernel Changes ]
9563
9564 * rebase to v3.8-rc3
9565 - LP: #1096789
9566
9567 [ Upstream Kernel Changes ]
9568
9569 * rebase to v3.8-rc2
9570 - LP: #1082357
9571 - LP: #1075882
9572
9573 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
9574
9575 linux (3.7.0-7.15) raring; urgency=low
9576
9577 [ Chris J Arges ]
9578
9579 * SAUCE: add eeprom_bad_csum_allow module parameter
9580 - LP: #1070182
9581
9582 [ Leann Ogasawara ]
9583
9584 * Add ceph to linux-image for virtual instances
9585 - LP: #1063784
9586
9587 [ Serge Hallyn ]
9588
9589 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
9590
9591 [ Tim Gardner ]
9592
9593 * [Config] CONFIG_SLUB_DEBUG=y
9594 - LP: #1090308
9595
9596 [ Upstream Kernel Changes ]
9597
9598 * Revert "[SCSI] sd: Implement support for WRITE SAME"
9599 - LP: #1089818
9600
9601 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
9602
9603 linux (3.7.0-6.14) raring; urgency=low
9604
9605 [ Andy Whitcroft ]
9606
9607 * [Config] annotations: all new annotations scheme including defaults
9608 * [Configs] apply annotation updates to main configs (top section)
9609
9610 [ Leann Ogasawara ]
9611
9612 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
9613 build"
9614 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
9615 * Temporarily disable module check for build
9616
9617 [ Stefan Bader ]
9618
9619 * ubuntu: dm-raid45: Adapt to upstream interface changes
9620 * Re-enable build of dm-raid45
9621
9622 [ Tim Gardner ]
9623
9624 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
9625 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
9626 * SAUCE: drm: Fix possible EDID memory allocation oops
9627 * SAUCE: ttm: Fix possible _manager memory allocation oops
9628 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
9629 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
9630 2 pointers
9631
9632 [ Tomas Hozza ]
9633
9634 * SAUCE: tools: hv: Netlink source address validation allows DoS
9635 - LP: #1084777
9636 - CVE-2012-5532
9637
9638 [ Upstream Kernel Changes ]
9639
9640 * rebase to v3.7
9641
9642 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
9643
9644 linux (3.7.0-5.13) raring; urgency=low
9645
9646 [ Lino Sanfilippo ]
9647
9648 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
9649 fsnotify_destroy_group()
9650 - LP: #922906
9651 * SAUCE: fsnotify: introduce fsnotify_get_group()
9652 - LP: #922906
9653 * SAUCE: fsnotify: use reference counting for groups
9654 - LP: #922906
9655 * SAUCE: fsnotify: take groups mark_lock before mark lock
9656 - LP: #922906
9657 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
9658 indicates wheather a mark should be destroyed
9659 - LP: #922906
9660 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
9661 mark list
9662 - LP: #922906
9663 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
9664 - LP: #922906
9665 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
9666 fsnotify_remove_mark()
9667 - LP: #922906
9668 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
9669 by group
9670 - LP: #922906
9671 * SAUCE: fsnotify: change locking order
9672 - LP: #922906
9673
9674 [ Tim Gardner ]
9675
9676 * [Config] CONFIG_NFC_LLCP=y
9677 * [Config] get-firmware: Filter new files through fwinfo
9678 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
9679 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
9680 * [Config] CONFIG_XEN=y for all arches
9681 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
9682 * [Config] CONFIG_MMC_DW_EXYNOS=m
9683 * [Config] CONFIG_GPIO_ADNP=m
9684 * [Config] find-obsolete-firmware: Use correct path
9685 * rebase to v3.7-rc8
9686 - LP: #1084640
9687
9688 [ Upstream Kernel Changes ]
9689
9690 * Revert "VFS: don't do protected {sym,hard}links by default"
9691 - LP: #1084192
9692
9693 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
9694
9695 linux (3.7.0-4.12) raring; urgency=low
9696
9697 [ Tim Gardner ]
9698
9699 * Revert "[Config] Use -j1 for headers_install"
9700 * Revert "[Config] install-arch-headers needs a valid config"
9701 Strayed into the weeds in search of the root cause of the periodic
9702 build failure.
9703 Fixes powerpc FTBS introduced in -4.11.
9704 * [Config] hmake -j1
9705 The kernel makefile appears to have parallel dependency
9706 problems for the install_headers target. This appears to be root
9707 cause for a periodic build failure on N-way machines.
9708
9709 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
9710
9711 linux (3.7.0-4.11) raring; urgency=low
9712
9713 [ Tim Gardner ]
9714
9715 * [Config] Use -j1 for headers_install
9716 Also fixes a powerpc FTBS introduced by
9717 "[Config] install-arch-headers needs a valid config".
9718
9719 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
9720
9721 linux (3.7.0-4.10) raring; urgency=low
9722
9723 [ Andy Whitcroft ]
9724
9725 * [Config] add rebuild-test support for autopkgtest
9726 - LP: #1081500
9727 * [tests] move build tests out of the way
9728 - LP: #1081500
9729 * [tests] add an autopkgtest rebuild test
9730 - LP: #1081500
9731
9732 [ Tim Gardner ]
9733
9734 * rebase to v3.7-rc7
9735 * SAUCE: Remove emi62 files duplicated in linux-firmware
9736 * SAUCE: Remove sb16 files duplicated in linux-firmware
9737 * SAUCE: Remove whiteheat files duplicated in linux-firmware
9738 * SAUCE: Remove yamaha files duplicated in linux-firmware
9739 * SAUCE: Remove dsp56k files used only by m68k
9740 * SAUCE: firmware: Remove last vestiges of dabusb
9741 * SAUCE: Remove vicam files duplicated in linux-firmware
9742 * [Config] install-arch-headers needs a valid config
9743
9744 [ Upstream Kernel Changes ]
9745
9746 * rebase to v3.7-rc7
9747 - LP: #1076840
9748 - LP: #1081466
9749
9750 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
9751
9752 linux (3.7.0-3.9) raring; urgency=low
9753
9754 [ Leann Ogasawara ]
9755
9756 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
9757 - LP: #1079900
9758 * Add nfsv3 to nfs-modules udeb
9759
9760 [ Paolo Pisati ]
9761
9762 * [Config] SND_OMAP_SOC*=y
9763 - LP: #1019321
9764
9765 [ Stefan Bader ]
9766
9767 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
9768 - LP: #1078926
9769
9770 [ Tim Gardner ]
9771
9772 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
9773 - LP: #1079469
9774 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
9775 * rebase to v3.7-rc6
9776 * SAUCE: script to detect obsolete firmware
9777 * SAUCE: Remove yam files duplicated in linux-firmware
9778 * SAUCE: Remove tehuti files duplicated in linux-firmware
9779 * SAUCE: Remove matrox files duplicated in linux-firmware
9780 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
9781 * SAUCE: Remove r128 files duplicated in linux-firmware
9782 * SAUCE: Remove acenic files duplicated in linux-firmware
9783 * SAUCE: Remove keyspan files duplicated in linux-firmware
9784 * SAUCE: Remove sun files duplicated in linux-firmware
9785 * SAUCE: Remove radeon files duplicated in linux-firmware
9786 * SAUCE: Update bnx2x firmware to 7.8.2.0
9787 * [Config] generic.inclusion-list: econet has disappeared
9788
9789 [ Upstream Kernel Changes ]
9790
9791 * seccomp: forcing auditing of kill condition
9792 - LP: #1079469
9793 * rebase to v3.7-rc6
9794
9795 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
9796
9797 linux (3.7.0-2.8) raring; urgency=low
9798
9799 [ Andy Whitcroft ]
9800
9801 * Revert "overlayfs: disable until FTBS is fixed"
9802 * Revert "ubuntu: overlayfs"
9803 * Revert "ubuntu: AUFS"
9804 * ubuntu: overlayfs -- overlayfs: add statfs support
9805 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
9806 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
9807 inode
9808 - LP: #944386
9809 * ubuntu: AUFS (no-squash): basic framework and update machinary
9810 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
9811 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
9812 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
9813 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
9814 * ubuntu: AUFS (no-squash) -- reenable
9815 - LP: #1079193
9816
9817 [ Erez Zadok ]
9818
9819 * ubuntu: overlayfs -- overlayfs: implement show_options
9820
9821 [ Miklos Szeredi ]
9822
9823 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
9824 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
9825 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
9826 * ubuntu: overlayfs -- overlay filesystem
9827 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
9828 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
9829
9830 [ Neil Brown ]
9831
9832 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
9833
9834 [ Robin Dong ]
9835
9836 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
9837 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
9838
9839 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
9840
9841 linux (3.7.0-1.7) raring; urgency=low
9842
9843 [ Tim Gardner ]
9844
9845 * [Config] Drop dependency on libaudit-dev
9846 Its a universe package which causes an FTBS on the builders.
9847 libaudit-dev is not strictly required for the perf tools build.
9848
9849 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
9850
9851 linux (3.7.0-1.6) raring; urgency=low
9852
9853 [ Andy Whitcroft ]
9854
9855 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
9856 * [Config] better encode the CONFIG_NVRAM constaint
9857 * enforcer -- fix debugging output
9858
9859 [ Ben Collins ]
9860
9861 * [Config] Add custom_override rule to allow for alternate kernel
9862 file/install
9863 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
9864
9865 [ Tim Gardner ]
9866
9867 * [Config] Dropped armel
9868 * Drop highbank from ABI fetch list
9869 * [Config] Use dh_prep instead of 'dh_clean -k'
9870 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
9871 * [Config] Document binary-indep dependency chain
9872 * rebase to v3.7-rc5
9873
9874 [ Upstream Kernel Changes ]
9875
9876 * rebase to v3.7-rc5
9877
9878 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
9879
9880 linux (3.7.0-0.5) raring; urgency=low
9881
9882 [ Tim Gardner ]
9883
9884 * [Config] CONFIG_AMD_IOMMU_V2=m
9885 - LP: #1071520
9886 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
9887 Fixes FTBS
9888
9889 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
9890
9891 linux (3.7.0-0.4) raring; urgency=low
9892
9893 [ Ben Collins ]
9894
9895 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
9896
9897 [ Tim Gardner ]
9898
9899 * [Config] do_tools=false for arm
9900
9901 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
9902
9903 linux (3.7.0-0.3) raring; urgency=low
9904
9905 [ Tim Gardner ]
9906
9907 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
9908 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
9909 * [Config] Drop highbank harder
9910
9911 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
9912
9913 linux (3.7.0-0.2) raring; urgency=low
9914
9915 [ Andy Whitcroft ]
9916
9917 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
9918 instances
9919 - LP: #1066921
9920 * [Config] drop highbank builds
9921
9922 [ Jeremy Kerr ]
9923
9924 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
9925 - LP: #1063061
9926
9927 [ Leann Ogasawara ]
9928
9929 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
9930
9931 [ Tim Gardner ]
9932
9933 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
9934 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
9935 * rebase to v3.7-rc4
9936 * SAUCE: MODSIGN: Emit error for incorrectly signed module
9937
9938 [ Upstream Kernel Changes ]
9939
9940 * rebase to v3.7-rc4
9941
9942 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
9943
9944 linux (3.7.0-0.1) raring; urgency=low
9945
9946
9947 [ Upstream Kernel Changes ]
9948
9949 * rebase to v3.7-rc3
9950 - LP: #1056078
9951
9952 [ Upstream Kernel Changes ]
9953
9954 * rebase to v3.7-rc2
9955 - LP: #1060729
9956 - LP: #1059523
9957 - LP: #1006690
9958 - LP: #1049623
9959 - LP: #1046512
9960 - LP: #1052499
9961 - LP: #1037642
9962 - LP: #559939
9963 - LP: #1052460
9964 - LP: #939161
9965 - LP: #1046734
9966
9967 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
9968
9969 linux (3.6.0-0.1) UNRELEASED; urgency=low
9970
9971
9972 [ Upstream Kernel Changes ]
9973
9974 * rebase to v3.6
9975
9976 [ Upstream Kernel Changes ]
9977
9978 * rebase to v3.6-rc7
9979
9980 [ Upstream Kernel Changes ]
9981
9982 * rebase to v3.6-rc6
9983 - LP: #1000424
9984
9985 [ Upstream Kernel Changes ]
9986
9987 * rebase to v3.6-rc5
9988 - LP: #1040077
9989
9990 [ Upstream Kernel Changes ]
9991
9992 * rebase to v3.6-rc4
9993
9994 [ Upstream Kernel Changes ]
9995
9996 * rebase to v3.6-rc3
9997 - LP: #1038651
9998 - LP: #1034779
9999
10000 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
10001
10002 linux (3.5.0-6.6) quantal-proposed; urgency=low
10003
10004 [ Andy Whitcroft ]
10005
10006 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
10007 experimental features
10008 * SAUCE: highbank -- export clock functions for modules
10009 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
10010 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
10011 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
10012 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10013 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10014 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
10015 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
10016 * [Config] highbank -- reenable CONFIG_DW_DMAC
10017 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
10018 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
10019 * [Config] highbank -- reenable CONFIG_USB_DWC3
10020 * [Config] highbank -- reenable CONFIG_SATA_MV
10021 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
10022 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
10023 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
10024 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
10025 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
10026 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10027 * [Config] highbank -- enable CONFIG_EXPERT
10028 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10029 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
10030 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
10031 * [Config] enable CONFIG_USB_ETH_EEM
10032 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
10033 * [Config] disable CONFIG_USB_M66592
10034 * [Config] enable CONFIG_USB_NET2272
10035 * [Config] enable CONFIG_USB_R8A66597
10036 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
10037 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
10038 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
10039 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
10040 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
10041 * [Config] sync configuration armhf omap -> armel omap
10042 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
10043 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
10044
10045 [ Bryan Wu ]
10046
10047 * [Config] change default IO scheduler from CFQ to Deadline
10048
10049 [ Leann Ogasawara ]
10050
10051 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
10052 * [Config] Disable CONFIG_MOUSE_INPORT
10053
10054 [ Tim Gardner ]
10055
10056 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
10057 * [Config] Add bnx2x firmware to nic-modules udeb
10058 * SAUCE: Add script to convert firmware to ihex format
10059 * SAUCE: firmware: Upgrade bnx2 to current versions
10060 * [Config] Add tigon firmware to nic-modules udeb
10061 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
10062 - LP: #1026761
10063 * SAUCE: Remove redundant cis firmware
10064 * SAUCE: Remove redundant emi26 firmware
10065 * SAUCE: Remove redundant ttusb-budget firmware
10066 * SAUCE: Remove redundant sun/cassini firmware
10067 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
10068 * SAUCE: Remove redundant 3com/typhoon.bin firmware
10069 * SAUCE: Remove redundant yamaha/ds1 firmware
10070 * SAUCE: Remove redundant keyspan_pda firmware
10071 * rebase to v3.5
10072
10073 [ Upstream Kernel Changes ]
10074
10075 * rebase to v3.5
10076 - LP: #1027828
10077
10078 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
10079
10080 linux (3.5.0-5.5) quantal-proposed; urgency=low
10081
10082 [ Andy Whitcroft ]
10083
10084 * [Config] annotations: initial import of configuration annotations
10085
10086 [ Bryan Wu ]
10087
10088 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
10089
10090 [ Leann Ogasawara ]
10091
10092 * Rebase to v3.5-rc7
10093
10094 [ Manoj Iyer ]
10095
10096 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
10097 - LP: #1010281
10098
10099 [ Tim Gardner ]
10100
10101 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
10102 expects
10103 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
10104 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
10105 * [Config] CONFIG_IP_NF_QUEUE=n
10106 * [Config] CONFIG_MTD_DOC2000=n
10107 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
10108 * [Config] CONFIG_PRISM54=n
10109 * [Config] CONFIG_SCx200_I2C=n
10110 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
10111
10112 [ Upstream Kernel Changes ]
10113
10114 * rebase to v3.5-rc7
10115
10116 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
10117
10118 linux (3.5.0-4.4) quantal-proposed; urgency=low
10119
10120 [ Andy Whitcroft ]
10121
10122 * [Packaging] getabis should be extracting all packages
10123 - LP: #1021174
10124 * [Config] getabis -- series uses linux-image-extra
10125 - LP: #1021174
10126 * rebase to v3.5-rc6
10127
10128 [ Bryan Wu ]
10129
10130 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
10131 flavours
10132 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
10133
10134 [ Leann Ogasawara ]
10135
10136 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
10137 - LP: #1019561
10138
10139 [ Paolo Pisati ]
10140
10141 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
10142 - LP: #1019321
10143
10144 [ Stefan Bader ]
10145
10146 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
10147 - LP: #1018456
10148 * (config) Disable ACPI_PROCFS_POWER
10149
10150 [ Tim Gardner ]
10151
10152 * [Config] CONFIG_ACPI_BGRT=y
10153 * Extract firmware module info during getabi
10154 - LP: #1021174
10155
10156 [ Upstream Kernel Changes ]
10157
10158 * rebase to v3.5-rc6
10159
10160 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
10161
10162 linux (3.5.0-3.3) quantal-proposed; urgency=low
10163
10164 [ Andy Whitcroft ]
10165
10166 * [Config] enable CONFIG_MEMTEST=y
10167 - LP: #1004535
10168 * [Config] config-check: add support for a cut operation
10169 * [Config] enforcer -- switch to cut where appropriate
10170
10171 [ Leann Ogasawara ]
10172
10173 * Rebase to v3.5-rc5
10174 * [Config] Updateconfigs after rebase to v3.5-rc5
10175
10176 [ Luis Henriques ]
10177
10178 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
10179 __ocfs2_change_file_space
10180 - LP: #1006012
10181
10182 [ Seth Forshee ]
10183
10184 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
10185 for LVDS register initialization
10186 - LP: #1012800
10187
10188 [ Upstream Kernel Changes ]
10189
10190 * rebase to v3.5-rc5
10191 - LP: #1013183
10192 - LP: #1017017
10193 - LP: #884652
10194
10195 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
10196
10197 linux (3.5.0-2.2) quantal-proposed; urgency=low
10198
10199 [ Andy Whitcroft ]
10200
10201 * rebase to v3.5-rc4
10202
10203 [ Arend van Spriel ]
10204
10205 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
10206 brcms_c_regd_init()
10207 - LP: #950320
10208
10209 [ Bryan Wu ]
10210
10211 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
10212
10213 [ Chris J Arges ]
10214
10215 * PACKAGING: add .gnu_debuglink sections to .ko files
10216 - LP: #669641
10217
10218 [ Leann Ogasawara ]
10219
10220 * d-i: Add hid-generic to input-modules
10221 - LP: #1017879
10222
10223 [ Ming Lei ]
10224
10225 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
10226 - LP: #1017717, #225
10227
10228 [ Paolo Pisati ]
10229
10230 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
10231 - LP: #1017718
10232 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
10233
10234 [ Seth Forshee ]
10235
10236 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
10237 during initialization
10238 - LP: #950320
10239 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
10240 by mac80211
10241 - LP: #950320
10242 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
10243 channels
10244 - LP: #950320
10245 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
10246 - LP: #950320
10247 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
10248 regulatory domain
10249 - LP: #950320
10250 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
10251 regulatory updates
10252 - LP: #950320
10253 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
10254 tx power limits
10255 - LP: #950320
10256 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
10257 against internal regulatory data
10258 - LP: #950320
10259 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
10260 when checking whether OFDM is allowed
10261 - LP: #950320
10262
10263 [ Tim Gardner ]
10264
10265 * [Config] Enable CONFIG_CGROUPS for highbank
10266 - LP: #1014692
10267 * [Config] FB_OMAP*=y and PANEL_TFP410=y
10268
10269 [ Upstream Kernel Changes ]
10270
10271 * rebase to v3.5-rc4
10272
10273 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
10274
10275 linux (3.5.0-1.1) quantal-proposed; urgency=low
10276
10277 [ Andy Whitcroft ]
10278
10279 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
10280
10281 [ Leann Ogasawara ]
10282
10283 * Rebase to v3.5-rc1
10284 * [Config] Remove USB_DEVICEFS from the config enforcer
10285 * [Config] Updateconfigs after rebase to v3.5-rc1
10286 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10287 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10288 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10289 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10290 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10291 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10292 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10293 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10294 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10295 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10296 * Rebase to v3.5-rc2
10297 * [Config] Updateconfigs after rebase to v3.5-rc2
10298 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10299 * Rebase to v3.5-rc3
10300 * [Config] Updateconfigs after rebase to v3.5-rc3
10301
10302 [ Paul Mundt ]
10303
10304 * SAUCE: fix bug.h's inclusion of kernel.h
10305
10306 [ Stefan Bader ]
10307
10308 * SAUCE: Fix compile failures of dm-raid45
10309 * [Config] Enable dm-raid45
10310 * Move dependency on crda to extra package
10311 - LP: #657901
10312 * SAUCE: Mask CR4 writes on older Xen hypervisors
10313
10314 [ Upstream Kernel Changes ]
10315
10316 * rebase to v3.5-rc3
10317 - LP: #993162
10318 - LP: #925577
10319 * rebase to v3.5-rc2
10320 * rebase to v3.5-rc1
10321 - LP: #955892
10322 - LP: #978038
10323 - LP: #987371
10324 - LP: #929545
10325 - LP: #942316
10326 - LP: #903853
10327
10328 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10329
10330 linux (3.4.0-5.11) quantal-proposed; urgency=low
10331
10332 [ Leann Ogasawara ]
10333
10334 * [Config] Disable CONFIG_ARM_LPAE
10335 - LP: #1009061
10336
10337 [ Oleksij Rempel ]
10338
10339 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10340 - LP: #1008905
10341
10342 [ Paolo Pisati ]
10343
10344 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10345 - LP: #1009061
10346
10347 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10348
10349 linux (3.4.0-4.10) quantal; urgency=low
10350
10351 [ Leann Ogasawara ]
10352
10353 * Temporarily disable ABI and module check
10354
10355 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10356
10357 linux (3.4.0-4.9) quantal; urgency=low
10358
10359 [ Andy Whitcroft ]
10360
10361 * [Config] fix config split to avoid the shared config
10362 * [Config] updateconfigs following split config fix
10363 * [Config] linux-image-extras needs full postinst
10364 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10365 * [Config] CONFIG_HP_WATCHDOG enable as module
10366 * [Config] CONFIG_PDC_ADMA is not boot essential
10367 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10368 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10369 * [Config] CONFIG_TRANZPORT=m commonise
10370 * [Config] CONFIG_R3964=m commonise
10371 * [Config] CONFIG_SCSI_DH=m commonise
10372 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10373 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10374 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10375 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10376 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10377 * [Config] CONFIG_USB_SI470X=m commonise
10378 * [Config] CONFIG_USB_ET61X251=m commonise
10379 * [Config] CONFIG_RTS_PSTOR=m commonise
10380 * [Config] CONFIG_SCANLOG=m commonise
10381 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10382 * [Config] CONFIG_SM_FTL=m commonise
10383 * [Config] CONFIG_SOLO6X10=m commonise
10384 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10385 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10386 * [Config] CONFIG_SPI_SPIDEV=m commonise
10387 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10388 * [Config] CONFIG_TPS65010=m commonise
10389 * [Config] CONFIG_STE10XP=y commonise
10390 * [Config] CONFIG_X25_ASY=m commonise
10391 * [Config] CONFIG_USB_MON=m commonise
10392 * [Config] CONFIG_VME_BUS=m commonise
10393 * [Config] CONFIG_W35UND=m commonise
10394 * [Config] -CONFIG_TCG_TPM=y commonise
10395 * [Config] highbank -- commonise filesystems
10396 * [Config] highbank -- commonise subsystems
10397 * [Config] highbank -- commonise network protocols
10398 * [Config] highbank -- commonise input drivers
10399 * [Config] highbank -- commonise CRYPTO options
10400 * [Config] highbank -- commonise HID options
10401 * [Config] highbank -- commonise sensors options
10402 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10403 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10404 * [Config] highbank -- commonise ENCRYPTED_KEYS
10405 * [Config] highbank -- commonise CONFIG_ATALK
10406 * [Config] highbank -- commonise INET/INET6
10407 * [Config] highbank -- commonise NLS
10408 * [Config] highbank -- commonise BLK/CHR
10409 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10410 * [Config] highbank -- commonise INET/INET6 part 2
10411 * [Config] highbank -- commonise PHY settings
10412 * [Config] highbank -- commonise CRC settings
10413 * [Config] highbank -- commonise BINFMT settings
10414 * [Config] highbank -- commonise DM settings
10415 * [Config] highbank -- commonise RTC_DRV settings
10416 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10417 * [Config] highbank -- commonise USB settings
10418 * [Config] highbank -- commonise GPIO settings
10419 * [Config] highbank -- commonise I2C settings
10420 * [Config] highbank -- commonise numerous subsystem selectors
10421 * [Config] highbank -- commonise A-C modules missmatches
10422 * [Config] highbank -- commonise D-F modules missmatches
10423 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10424 * [Config] highbank -- commonise G-I modules missmatches
10425 * [Config] highbank -- commonise J-L modules missmatches
10426 * [Config] highbank -- commonise M modules missmatches
10427 * [Config] highbank -- commonise N-P modules missmatches
10428 * [Config] highbank -- commonise Q-R modules missmatches
10429 * [Config] highbank -- commonise S modules missmatches -- part 1
10430 * [Config] highbank -- commonise S modules missmatches -- part 2
10431 * [Config] highbank -- commonise T modules missmatches
10432 * [Config] highbank -- commonise U-Z modules missmatches
10433
10434 [ Ike Panhc ]
10435
10436 * [Config] add highbank flavour
10437 - LP: #1000831
10438
10439 [ Mark Langsdorf ]
10440
10441 * SAUCE: arm highbank: add support for pl320-ipc driver
10442 - LP: #1000831
10443
10444 [ Rob Herring ]
10445
10446 * SAUCE: input: add a key driver for highbank
10447 - LP: #1000831
10448 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10449 - LP: #1000831
10450 * SAUCE: force DMA buffers to non-bufferable on highbank
10451 - LP: #1000831
10452 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10453 - LP: #1000831
10454
10455 [ Tim Gardner ]
10456
10457 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10458 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10459 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10460 * [Config] Homogenize CIFS configs across all arches
10461 * [Config] armhf should not be skipabi or skipmodules
10462 - LP: #1006913
10463
10464 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10465
10466 linux (3.4.0-3.8) quantal; urgency=low
10467
10468 [ Andy Whitcroft ]
10469
10470 * [Config] include include/generated/compile.h
10471 - LP: #942569
10472 * [Config] fix up postinst to ensure we know which error is which
10473 - LP: #1002388
10474
10475 [ Herton Ronaldo Krzesinski ]
10476
10477 * SAUCE: async_populate_rootfs: fix build warnings
10478 - LP: #1003417
10479
10480 [ John Johansen ]
10481
10482 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10483 * SAUCE: apparmor: Add the ability to mediate mount
10484 * SAUCE: AppArmor: basic networking rules
10485 * SAUCE: apparmor: fix profile lookup for unconfined
10486 - LP: #978038, #987371
10487 * SAUCE: apparmor: fix long path failure due to disconnected path
10488 - LP: #955892
10489
10490 [ Mario Limonciello ]
10491
10492 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10493 - LP: #901410
10494
10495 [ Stefan Bader ]
10496
10497 * (config) Built-in xen-acpi-processor
10498
10499 [ Tim Gardner ]
10500
10501 * [Config] CONFIG_NET_DSA=m
10502 - LP: #1004148
10503 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10504
10505 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10506
10507 linux (3.4.0-3.7) quantal; urgency=low
10508
10509 [ Andy Whitcroft ]
10510
10511 * [Config] drop the virtual flavour in favour of a split generic et al
10512 * [Config] enforcer -- drop IDLE enforcement
10513 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10514 * [Config] updateconfigs following removal of -virtual
10515
10516 [ Leann Ogasawara ]
10517
10518 * Rebase to v3.4
10519
10520 [ Seth Forshee ]
10521
10522 * [Config] disable CONFIG_B43_BCMA_EXTRA
10523
10524 [ Tim Gardner ]
10525
10526 * [Config] Check for extras when building udebs
10527 * [Config] Collapsed generic-pae into generic [i386]
10528
10529 [ Upstream Kernel Changes ]
10530
10531 * rebase to v3.4
10532
10533 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
10534
10535 linux (3.4.0-2.6) quantal; urgency=low
10536
10537 [ Andy Whitcroft ]
10538
10539 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
10540 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
10541 d_make_root()"
10542 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
10543 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
10544 security permissions to overlay files"
10545 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
10546 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
10547 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
10548 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
10549 * Revert "ubuntu: overlayfs -- overlay filesystem"
10550 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
10551 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
10552 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
10553 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
10554 * ubuntu: overlayfs -- overlayfs: add statfs support
10555 * ubuntu: overlayfs -- inode_only_permission: export inode level
10556 permissions checks
10557 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
10558
10559 [ Erez Zadok ]
10560
10561 * ubuntu: overlayfs -- overlayfs: implement show_options
10562
10563 [ Miklos Szeredi ]
10564
10565 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10566 * ubuntu: overlayfs -- vfs: add i_op->open()
10567 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10568 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10569 * ubuntu: overlayfs -- overlay filesystem
10570 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10571
10572 [ Neil Brown ]
10573
10574 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10575
10576 [ Robin Dong ]
10577
10578 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10579 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10580
10581 [ Tim Gardner ]
10582
10583 * [Config] perarch and indep tools builds need separate build directories
10584 * Prevent upgrading a non-PAE CPU
10585 * perf is not parallel build safe
10586
10587 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
10588
10589 linux (3.4.0-2.5) quantal; urgency=low
10590
10591 [ Andy Whitcroft ]
10592
10593 * [Config] perarch and indep tools builds need separate build directories
10594
10595 [ Tim Gardner ]
10596
10597 * Prevent upgrading a non-PAE CPU
10598 * [Config] build debug
10599 * [Config] perf tools are not parallel build safe
10600
10601 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
10602
10603 linux (3.4.0-2.4) quantal; urgency=low
10604
10605 [ Leann Ogasawara ]
10606
10607 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
10608 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
10609 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
10610 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
10611 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
10612 7400"
10613 * Revert "ubuntu: omnibook: fix source file newline"
10614 * Revert "ubuntu: omnibook -- update BOM"
10615 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
10616 depend on X86"
10617 * Revert "ubuntu: omnibook -- Added missing BOM file"
10618 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
10619 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
10620 mappings"
10621 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
10622 X86_32"
10623 * Revert "ubuntu: nx-emu - i386: NX emulation"
10624 * Revert "ubuntu: rfkill drivers -- version 1.3"
10625 * Temporarily disable module check
10626 * [Config] Remove CONFIG_FSAM7400
10627 * [Config] Remove CONFIG_OMNIBOOK
10628 * [Config] Update configs
10629 * Rebase to v3.4-rc7
10630 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
10631
10632 [ Tim Gardner ]
10633
10634 * Updated generic-pae description
10635 * Rebase to v3.4-rc6
10636 * install-tools depends on build targets
10637
10638 [ Upstream Kernel Changes ]
10639
10640 * kconfig: in debug mode some 0 length message prints occur
10641 * rebase to v3.4-rc7
10642 * rebase to v3.3-rc6
10643
10644 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
10645
10646 linux (3.4.0-1.3) quantal; urgency=low
10647
10648 [ Andy Whitcroft ]
10649
10650 * [Config] control.stub is an intermediate product not a dependancy
10651 - LP: #992414
10652
10653 [ Leann Ogasawara ]
10654
10655 * remove i386 generic from getabis
10656
10657 [ Upstream Kernel Changes ]
10658
10659 * (pre-stable) b43: only reload config after successful initialization
10660 - LP: #950295
10661
10662 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
10663
10664 linux (3.4.0-1.2) quantal; urgency=low
10665
10666 [ Andy Whitcroft ]
10667
10668 * [Config] add build depends for flex, bison and pkg-config
10669
10670 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
10671
10672 linux (3.4.0-1.1) quantal; urgency=low
10673
10674 [ Andy Whitcroft ]
10675
10676 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10677 permissions to overlay files
10678 - LP: #915941, #918212
10679 - CVE-2012-0055
10680
10681 [ Leann Ogasawara ]
10682
10683 * Open Q
10684 * Rebase to v3.4-rc5
10685 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10686 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10687 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10688 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
10689 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10690 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
10691 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10692 * [Config] Temporarily disable CONFIG_AX88796 on arm
10693
10694 [ Upstream Kernel Changes ]
10695
10696 * vfs: pass struct path to __dentry_open()
10697 * vfs: add i_op->open()
10698 * vfs: export do_splice_direct() to modules
10699 * vfs: introduce clone_private_mount()
10700 * overlay filesystem
10701 * overlayfs: add statfs support
10702 * overlayfs: implement show_options
10703 * overlay: overlay filesystem documentation
10704 * fs: limit filesystem stacking depth
10705 * overlayfs: follow header cleanup
10706 * overlayfs: switch from d_alloc_root() to d_make_root()
10707 * overlayfs: update touch_atime() usage
10708 * rebase to v3.4-rc5
10709 - LP: #950490
10710 * rebase to v3.4-rc4
10711 * rebase to v3.4-rc3
10712 * rebase to v3.4-rc2
10713 * rebase to v3.4-rc1
10714 * rebase to v3.3
10715 * rebase to v3.3-rc7
10716 * rebase to v3.3-rc6
10717 * rebase to v3.3-rc5
10718 * rebase to v3.3-rc4
10719 - LP: #900802
10720 - LP: #930842
10721 * rebase to v3.3-rc3
10722 - LP: #924320
10723 - LP: #923316
10724 - LP: #923409
10725 - LP: #918254
10726 * rebase to v3.3-rc2
10727 * rebase to v3.3-rc1
10728 - LP: #795823
10729 - LP: #909419
10730 - LP: #910792
10731 - LP: #878701
10732 - LP: #724831
10733
10734 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
10735
10736 linux (3.2.0-10.18) precise; urgency=low
10737
10738 [ Tim Gardner ]
10739
10740 * SAUCE: ecryptfs: Print inode on metadata error
10741
10742 [ Upstream Kernel Changes ]
10743
10744 * Revert "proc: enable writing to /proc/pid/mem"
10745 - LP: #919115
10746 - CVE-2012-0056
10747 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
10748 - LP: #909419
10749
10750 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
10751
10752 linux (3.2.0-10.17) precise; urgency=low
10753
10754 [ Andy Whitcroft ]
10755
10756 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
10757 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
10758 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
10759 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
10760 * Revert "SAUCE: overlayfs -- overlay filesystem"
10761 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
10762 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
10763 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
10764 * ensure debian/ is not excluded from git by default
10765 * add new scripting to handle buglinks in rebases
10766 * ubuntu: overlayfs -- overlayfs: add statfs support
10767 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10768 permissions to overlay files
10769 - LP: #915941, #918212
10770 - CVE-2012-0055
10771
10772 [ Erez Zadok ]
10773
10774 * ubuntu: overlayfs -- overlayfs: implement show_options
10775
10776 [ Leann Ogasawara ]
10777
10778 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
10779 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
10780 - LP: #907377, #911236
10781 * [Config] Enable CONFIG_IRQ_REMAP
10782
10783 [ Miklos Szeredi ]
10784
10785 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10786 * ubuntu: overlayfs -- vfs: add i_op->open()
10787 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10788 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10789 * ubuntu: overlayfs -- overlay filesystem
10790 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10791
10792 [ Neil Brown ]
10793
10794 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10795
10796 [ Upstream Kernel Changes ]
10797
10798 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
10799 - LP: #647043
10800 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
10801 breaks USB
10802 - LP: #647043
10803
10804 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
10805
10806 linux (3.2.0-9.16) precise; urgency=low
10807
10808 [ Andy Whitcroft ]
10809
10810 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
10811 * [Config] pull ARM sound modules =m
10812 * [Config] CONFIG_RTC_DRV_TEST is for testing only
10813 * [Config] CONFIG_USB_DUMMY_HCD is testing only
10814 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
10815
10816 [ Leann Ogasawara ]
10817
10818 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
10819 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
10820 * [Config] Enable CONFIG_MMC_TMIO=m
10821 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
10822 * [Config] Enable CONFIG_ISI=m
10823 * [Config] Enable CONFIG_MMC=y
10824 * [Config] Enable CONFIG_LIRC_PARALLEL=m
10825 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
10826 * [Config] Enable CONFIG_CHR_DEV_SG=y
10827 * [Config] Enable CONFIG_GPIO_PCA953X=m
10828 * [Config] Enable CONFIG_GPIO_TWL4030=m
10829 * [Config] Enable CONFIG_INET_DIAG=m
10830 * [Config] Enable CONFIG_NLS_ISO8859_1=m
10831 * [Config] Enable CONFIG_NVRAM=m
10832 * [Config] Enable CONFIG_SLIP=m
10833 * [Config] Enable CONFIG_PC300TOO=m
10834 * [Config] Enable CONFIG_TUN=y
10835 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
10836 * [Config] Enable CONFIG_THERMAL=y
10837 * [Config] Enable CONFIG_PPP=y
10838 * [Config] Enable CONFIG_PCI_STUB=m
10839 * Rebase to v3.2.1
10840 * [Config] Enable CONFIG_RTL8192E=m
10841 * [Config] Enable CONFIG_RTS5139=m
10842
10843 [ Stefan Bader ]
10844
10845 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
10846
10847 [ Upstream Kernel Changes ]
10848
10849 * ARM: restart: add restart hook to machine_desc record
10850 * ARM: restart: allow platforms more flexibility specifying restart mode
10851 * ARM: restart: move reboot failure handing into machine_restart()
10852 * ARM: restart: remove argument to setup_mm_for_reboot()
10853 * ARM: 7159/1: OMAP: Introduce local common.h files
10854 * ARM: restart: only perform setup for restart when soft-restarting
10855 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
10856 function
10857 * ARM: idmap: populate identity map pgd at init time using .init.text
10858 * ARM: suspend: use idmap_pgd instead of suspend_pgd
10859 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
10860 * ARM: idmap: use idmap_pgd when setting up mm for reboot
10861 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
10862 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
10863 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
10864 restart changes
10865 * ARM: lib: add call_with_stack function for safely changing stack
10866 * ARM: reset: implement soft_restart for jumping to a physical address
10867 * ARM: stop: execute platform callback from cpu_stop code
10868 * ARM: kexec: use soft_restart for branching to the reboot buffer
10869 * ARM: restart: omap: use new restart hook
10870 * topdown mmap support
10871 - LP: #861296
10872
10873 [ Upstream Kernel Changes ]
10874
10875 * Rebase to v3.2.1
10876
10877 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
10878
10879 linux (3.2.0-8.15) precise; urgency=low
10880
10881 [ Leann Ogasawara ]
10882
10883 * [Config] Disable CONFIG_ACPI_PROCFS
10884 * Remove server from getabis
10885 * Temporarily disable module check
10886 * [Config] Disable CONFIG_MTD_TESTS
10887 * [Config] Disable CONFIG_X86_E_POWERSAVER
10888 * [Config] Set CONFIG_ARCNET=m
10889 * [Config] Enable CONFIG_ATM_DUMMY=m
10890 * [Config] Enable CONFIG_BLK_DEV_MD=y
10891 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
10892 * [Config] Enable CONFIG_BLK_DEV_SD=y
10893 * [Config] Enable CONFIG_BLK_DEV_SR=y
10894 * [Config] Enable CONFIG_BLK_DEV_UB=m
10895 * [Config] Enable CONFIG_COPS=m
10896 * [Config] Enable CONFIG_DVB_USB_EC168=m
10897 * [Config] Enable CONFIG_ENC28J60=m
10898 * [Config] Enable CONFIG_FB_UVESA=m
10899 * [Config] Enable CONFIG_FB_ATY=m
10900 * [Config] Enable CONFIG_BROADCOM_PHY=y
10901 * [Config] Enable CONFIG_CICADA_PHY=y
10902 * [Config] Enable CONFIG_DAVICOM_PHY=y
10903 * [Config] Enable CONFIG_ICPLUS_PHY=y
10904 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
10905 * [Config] Enable CONFIG_LXT_PHY=y
10906 * [Config] Enable CONFIG_MARVELL_PHY=y
10907 * [Config] Enable CONFIG_NATIONAL_PHY=y
10908 * [Config] Enable CONFIG_QSEMI_PHY=y
10909 * [Config] Enable CONFIG_SMSC_PHY=y
10910 * [Config] Enable CONFIG_VITESSE_PHY=y
10911 * Add 3w-sas to scsi-modules
10912 - LP: #776542
10913
10914 [ Mathieu Trudel-Lapierre ]
10915
10916 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
10917 to interface settings
10918
10919 [ Paolo Pisati ]
10920
10921 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
10922 - LP: #912199
10923 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
10924 - LP: #912199
10925 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
10926 - LP: #912199
10927
10928 [ Upstream Kernel Changes ]
10929
10930 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
10931 - LP: #906832
10932
10933 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
10934
10935 linux (3.2.0-8.14) precise; urgency=low
10936
10937 [ Andy Whitcroft ]
10938
10939 * [Config] enable CONFIG_SND_USB_6FIRE
10940 - LP: #912197
10941 * rebase to mainline v3.2 final release
10942 * updateconfigs following rebase to v3.2 final
10943 * ubuntu: AUFS -- add BOM and automated update script
10944 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
10945 - LP: #684666
10946 * ubuntu: AUFS -- update aufs-update to track new locations of headers
10947 * ubuntu: AUFS -- clean up the aufs updater and BOM
10948 * ubuntu: AUFS -- documentation on updating aufs2
10949 * ubuntu: AUFS -- aufs3-base.patch
10950 * ubuntu: AUFS -- aufs3-standalone.patch
10951 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
10952 * ubuntu: AUFS -- fix undefined security_path_link
10953 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
10954 * ubuntu: AUFS -- updateconfigs following update
10955 * ubuntu: AUFS -- suppress benign plink warning messages
10956 - LP: #621195
10957 * ubuntu: AUFS -- enable in config and makefile
10958 * ubuntu: AUFS -- disable in favor of overlayfs
10959 * [Config] linux-virtual -- should include the extX modules
10960 - LP: #912308
10961
10962 [ Tyler Hicks ]
10963
10964 * SAUCE: eCryptfs: Improve statfs reporting
10965 - LP: #885744
10966
10967 [ Upstream Kernel Changes ]
10968
10969 * rebase to upstream v3.2
10970
10971 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
10972
10973 linux (3.2.0-7.13) precise; urgency=low
10974
10975 [ Upstream Kernel Changes ]
10976
10977 * rebase to upstream 3.2-rc7
10978
10979 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
10980
10981 linux (3.2.0-6.12) precise; urgency=low
10982
10983 [ Upstream Kernel Changes ]
10984
10985 * rebase to upstream v3.2-rc6
10986
10987 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
10988
10989 linux (3.2.0-5.11) precise; urgency=low
10990
10991 [ Andy Whitcroft ]
10992
10993 * enforcer -- allow arch and flavour predicates to take lists
10994 * enforcer -- simplify armel/armhf specific options
10995 * enforcer -- fix incorrectly specified flavour matches
10996
10997 [ Leann Ogasawara ]
10998
10999 * [Config] Disable IRQ_REMAP
11000 * [Config] Enable CONFIG_SENSORS_LM95245=m
11001 * [Config] Enable CONFIG_SENSORS_MAX1668=m
11002 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
11003 * [Config] Enable CONFIG_SENSORS_MAX6639=m
11004 * [Config] Enable CONFIG_SENSORS_MAX6642=m
11005 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
11006 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
11007 * [Config] Enable CONFIG_PATA_TOSHIBA=m
11008 * [Config] Enable CONFIG_POHMELFS=m
11009 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
11010 * [Config] Enable CONFIG_PATA_OPTI=m
11011 * add overlayfs to virtual inclusion list
11012 - LP: #903897
11013 * add veth to virtual inclusion list
11014 - LP: #903897
11015 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
11016
11017 [ Paolo Pisati ]
11018
11019 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
11020 - LP: #903346
11021
11022 [ Tim Gardner ]
11023
11024 * [Config] CONFIG_LOCKUP_DETECTOR=y
11025 - LP: #903615
11026
11027 [ Upstream Kernel Changes ]
11028
11029 * rebase to upstream 55b02d2f
11030
11031 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
11032
11033 linux (3.2.0-4.10) precise; urgency=low
11034
11035 [ Kyle McMartin ]
11036
11037 * SAUCE: dmar: disable if ricoh multifunction detected
11038 - LP: #894070
11039
11040 [ Seth Forshee ]
11041
11042 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
11043 - LP: #581312
11044
11045 [ Tim Gardner ]
11046
11047 * Start new release, Bump ABI, rebase to 3.2-rc5
11048
11049 [ Leann Ogasawara ]
11050
11051 * [Config] Enable CONFIG_SENSORS_AK8975=m
11052
11053 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
11054
11055 linux (3.2.0-3.9) precise; urgency=low
11056
11057 [ Andy Whitcroft ]
11058
11059 * SAUCE: ext4: correct partial write discard size calculation
11060 - LP: #894768
11061
11062 [ Leann Ogasawara ]
11063
11064 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
11065 - LP: #892615
11066
11067 [ Matthew Garrett ]
11068
11069 * SAUCE: pci: Rework ASPM disable code
11070
11071 [ Upstream Kernel Changes ]
11072
11073 * x86: Fix boot failures on older AMD CPU's
11074 - LP: #892615
11075 * EHCI : Fix a regression in the ISO scheduler
11076 - LP: #899165
11077
11078 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
11079
11080 linux (3.2.0-3.8) precise; urgency=low
11081
11082 [ Andy Whitcroft ]
11083
11084 * armhf -- add d-i configuration
11085 * armhf -- disable ABI checks for armhf
11086 * armhf -- add arch to getabis config
11087
11088 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
11089
11090 linux (3.2.0-3.7) precise; urgency=low
11091
11092 [ Stefan Bader ]
11093
11094 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
11095 synchronous, regardless of lazy_mmu mode
11096 - LP: #854050
11097
11098 [ Tim Gardner ]
11099
11100 * rebase to v3.2-rc4
11101
11102 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
11103
11104 linux (3.2.0-2.6) precise; urgency=low
11105
11106 [ Andy Whitcroft ]
11107
11108 * armhf -- fix omap flavour to build on armhf
11109 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
11110
11111 [ Borislav Petkov ]
11112
11113 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
11114 - LP: #892615
11115
11116 [ Colin Watson ]
11117
11118 * Add pata_macio to pata-modules
11119
11120 [ Tim Gardner ]
11121
11122 * [Config] Prefer crda over wireless-crda
11123 * [Config] Fix virtual inclusion list.
11124 - LP: #897795
11125
11126 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
11127
11128 linux (3.2.0-2.5) precise; urgency=low
11129
11130 [ Paolo Pisati ]
11131
11132 * [Config] PANEL_DVI=y
11133
11134 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
11135
11136 linux (3.2.0-2.4) precise; urgency=low
11137
11138 [ Andy Whitcroft ]
11139
11140 * rebase to v3.2-rc3
11141
11142 [ Leann Ogasawara ]
11143
11144 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
11145 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
11146 * Revert "olpc_dcon_xo_1_5 needs delay.h"
11147 * Revert "olpc_dcon_xo_1 needs delay.h"
11148 * rebase to 6fe4c6d4
11149 * [Config] updateconfigs after rebase to 6fe4c6d4
11150
11151 [ Tim Gardner ]
11152
11153 * [Config] Replace wireless-crda with crda,wireless-regdb
11154 - LP: #856421
11155 * [Config] Relax the dependencies on crda
11156
11157 [ Upstream Kernel Changes ]
11158
11159 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
11160 - LP: #724831
11161 * Ubuntu: remove coreutils|fileutils package dependency
11162 - LP: #892814
11163 * iio: iio_event_getfd -- fix ev_int build failure
11164
11165 [ Upstream Kernel Changes ]
11166
11167 * Rebase to v3.2-rc3
11168
11169 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
11170
11171 linux (3.2.0-1.3) precise; urgency=low
11172
11173 [ Upstream Kernel Changes ]
11174
11175 * Ubuntu: Add ext2 to fs-core-modules
11176 - LP: #893395
11177
11178 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
11179
11180 linux (3.2.0-1.2) precise; urgency=low
11181
11182 [ Andy Whitcroft ]
11183
11184 * [Config] enable CONFIG_NFC and associated devices
11185 * SAUCE: allow brcmsmac and b43 to both build
11186
11187 [ Soren Hansen ]
11188
11189 * Add ixgbe driver to d-i
11190 - LP: #891969
11191
11192 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
11193
11194 linux (3.2.0-1.1) precise; urgency=low
11195 [ Andy Whitcroft ]
11196
11197 * armhf -- enable armhf and create the first flavours
11198 * SAUCE: ensure root is ready before running usermodehelpers in it
11199 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
11200
11201 [ Leann Ogasawara ]
11202
11203 * Temporarily ignore module check
11204 * [Config] Enable PCI_IOV on powerpc
11205 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
11206 * rebase to v3.2-rc2
11207 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
11208 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
11209 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
11210 * SAUCE: select ARM_AMBA if OMAP3_EMU
11211 * [Config] updateconfigs after select ARM_AMBA
11212 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
11213 * [Config] Enable CONFIG_EXT2_FS=m
11214 * [Config] Build in CONFIG_SATA_AHCI=y
11215 * Resolve linux-image-extra's install dependency
11216
11217 [ Seth Forshee ]
11218
11219 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
11220 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
11221 Documentation
11222 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
11223 alps_model_info
11224 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
11225 size
11226 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
11227 3 and 4
11228 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
11229 protocol
11230 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
11231 versions 3 and 4
11232
11233 [ Stefan Bader ]
11234
11235 * [Config] Built-in xen-netfront and xen-blkfront
11236 * Fix build of dm-raid45 and re-enable it
11237
11238 [ Tim Gardner ]
11239
11240 * [Config] CONFIG_USB_XHCI_HCD=y
11241 - LP: #886167
11242 * [Config] CONFIG_R6040=m
11243 - LP: #650899
11244 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11245 - LP: #854399
11246 * [Config] Consolidated amd64 server flavour into generic
11247 * [Config] updateconfigs after rebase to 3.2-rc1
11248 * [Config] Disabled dm-raid4-5
11249 * [Config] Disabled ndiswrapper
11250 * [Config] Disable vt6656
11251 * [Config] exclude ppp-modules for virtual flavour
11252 * [Config] CONFIG_MEMSTICK_R592=m
11253 - LP: #238208
11254
11255 [ Upstream Kernel Changes ]
11256
11257 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
11258 - LP: #887780
11259 * CHROMIUM: seccomp_filter: add process state reporting
11260 - LP: #887780
11261 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
11262 works.
11263 - LP: #887780
11264 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
11265 - LP: #887780
11266 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
11267 - LP: #887780
11268 * CHROMIUM: seccomp_filters: move to btrees
11269 * CHROMIUM: enable CONFIG_BTREE
11270 * CHROMIUM: seccomp_filter: kill NR_syscall references
11271 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
11272 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
11273 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
11274 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
11275 * CHROMIUM: seccomp_filter: inheritance documentation
11276 * CHROMIUM: seccomp_filter: make inherited filters composable
11277 * CHROMIUM: Fix seccomp_t compile error
11278 - LP: #887780
11279 * CHROMIUM: Fix kref usage
11280 - LP: #887780
11281 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11282 * rebase to v3.2-rc2
11283
11284 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11285
11286 linux (3.1.0-2.3) precise; urgency=low
11287
11288 [ Tim Gardner ]
11289
11290 * Add postinit and postrm scripts to the extras package
11291 - LP: #882120
11292
11293 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11294
11295 linux (3.1.0-2.2) precise; urgency=low
11296
11297 [ Andy Whitcroft ]
11298
11299 * debian: add locking to protect debian/files from parallel update
11300
11301 [ Leann Ogasawara ]
11302
11303 * rebase to v3.1
11304
11305 [ Upstream Kernel Changes ]
11306
11307 * rebase to v3.1
11308
11309 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11310
11311 linux (3.1.0-1.1) precise; urgency=low
11312
11313 [ Andiry Xu ]
11314
11315 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11316 - LP: #872811
11317
11318 [ Andy Whitcroft ]
11319
11320 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11321 - LP: #832694
11322 * Revert "ubuntu: compcache -- version 0.5.3"
11323 - LP: #832694
11324 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11325 * [Config] Enable CONFIG_MACVTAP=m
11326 - LP: #822601
11327 * record the compiler in the ABI and check for inconsistant builds
11328 * [Config] move ECRYPT_FS back to =y for all architectures
11329 - LP: #827197
11330 * [Config] enable CONFIG_DRM_VMWGFX=m
11331 - LP: #698009
11332 * [Config] re-fix ECRYPT_FS=y
11333 - LP: #827197
11334 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11335 - LP: #827197
11336 * [Config] dropping compcache configuration options
11337 * [Config] standardise on HZ=250
11338 * SAUCE: headers_install: fix #include "..." usage for userspace
11339 - LP: #824377
11340 * make module-inclusion selection retain the left overs
11341 * add a new linux-image-extras package for virtual
11342
11343 [ Colin Watson ]
11344
11345 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11346
11347 [ edwin_rong ]
11348
11349 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11350 - LP: #824273
11351
11352 [ Greg Kroah-Hartman ]
11353
11354 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11355 - LP: #824273
11356
11357 [ Jesse Sung ]
11358
11359 * SAUCE: Unregister input device only if it is registered
11360 - LP: #839238
11361
11362 [ Jiri Kosina ]
11363
11364 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11365
11366 [ Joshua V. Dillon ]
11367
11368 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11369
11370 [ Kees Cook ]
11371
11372 * [Config] enable and enforce SECCOMP_FILTER on x86
11373
11374 [ Keng-Yu Lin ]
11375
11376 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11377 - LP: #824273
11378
11379 [ Leann Ogasawara ]
11380
11381 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11382 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11383 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11384 readdir"
11385 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11386 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11387 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11388 * Revert "ubuntu: overlayfs -- overlay filesystem"
11389 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11390 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11391 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11392 than just revision"
11393 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11394 * Revert "ubuntu: fsam7400 disable driver"
11395 - LP: #876030
11396 * rebase to v3.1-rc1
11397 * [Config] updateconfigs after rebase to v3.1-rc1
11398 * rebase to v3.1-rc2
11399 * [Config] Updateconfigs after rebase to v3.1-rc2
11400 * ubuntu: Yama - update calls to generic_permission() and
11401 inode->i_op->permission()
11402 * ubuntu: ndiswrapper -- remove netdev_priv macro
11403 * ubuntu: aufs -- Temporarily disable due to build failure
11404 * [Config] Diable INTEL_MID_PTI on armel
11405 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11406 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11407 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11408 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11409 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11410 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11411 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11412 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11413 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11414 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11415 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11416 * [Config] Enable CONFIG_ECHO=m on powerpc
11417 * [Config] Enable CONFIG_ET131X=m on powerpc
11418 * [Config] Set CONFIG_FB_MATROX=m
11419 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11420 * [Config] Set CONFIG_FB_VIRTUAL=n
11421 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11422 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11423 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11424 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11425 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11426 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11427 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11428 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11429 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11430 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11431 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11432 * [Config] Enable CONFIG_IGB=m on powerpc
11433 * [Config] Enable CONFIG_IIO=m on powerpc
11434 * [Config] Enable CONFIG_INFINIBAND_NES=m
11435 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11436 * [Config] Enable CONFIG_IWL3945=m on powerpc
11437 * [Config] Disable CONFIG_KVM_BOOK3S_64
11438 * [Config] Enable CONFIG_LAPBETHER=m on arm
11439 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11440 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11441 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11442 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11443 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11444 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11445 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11446 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11447 * [Config] Enable CONFIG_MEMSTICK=m on arm
11448 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11449 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11450 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11451 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11452 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11453 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11454 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11455 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11456 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11457 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11458 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11459 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11460 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11461 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11462 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11463 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11464 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11465 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11466 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11467 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11468 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11469 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11470 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11471 * [Config] Enable CONFIG_PANEL=m on powerpc
11472 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11473 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11474 - LP: #833705
11475 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11476 - LP: #837332
11477 * [Config] Update CONFIG_EFI_VARS enforcer check
11478 * [Config] Add aufs to virtual flavor inclusion list
11479 - LP: #844159
11480 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11481 - LP: #818933
11482 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11483 - LP: #768039
11484 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11485 - LP: #838402
11486 * [Config] Add igbvf to the virtual flavor inclusion list
11487 - LP: #794570
11488 * [Config] Add ixgbevf to the virtual inclusion list
11489 - LP: #872411
11490 * [Config] Transition -generic and -server to be identical
11491 * rebase to v3.1-rc10
11492
11493 [ Luke Yelavich ]
11494
11495 * [Config] Disable legacy IDE drivers on powerpc
11496
11497 [ Ming Lei ]
11498
11499 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11500 - LP: #801719
11501 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11502 Sandybridge chipsets(v2)
11503 - LP: #737388, #782389, #794642
11504
11505 [ Paolo Pisati ]
11506
11507 * [Config] Compile-in vfat support for armel
11508 - LP: #853783
11509
11510 [ Randy Dunlap ]
11511
11512 * SAUCE: staging: fix rts5139 depends & build
11513 - LP: #824273
11514
11515 [ Rene Bolldorf ]
11516
11517 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
11518 power in 'ideapad_backlight_notify_power' to avoid a page fault
11519
11520 [ Seth Forshee ]
11521
11522 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
11523 - LP: #681904
11524 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
11525 - LP: #810020
11526
11527 [ Stefan Bader ]
11528
11529 * (config) Package macvlan and macvtap for virtual
11530 * [Config] Force perf to use libiberty for demangling
11531 - LP: #783660
11532 * SAUCE: xen: Do not use pv spinlocks on HVM
11533 - LP: #838026
11534
11535 [ Tim Gardner ]
11536
11537 * [Config] Clean up tools rules
11538 * [Config] Package x86_energy_perf_policy and turbostat
11539 - LP: #797556
11540 * rebase to v3.1-rc3
11541 * [Config] Simplify binary-udebs dependencies
11542 * [Config] kernel preparation cannot be parallelized
11543 * [Config] Linearize module/abi checks
11544 * [Config] Linearize and simplify tree preparation rules
11545 * [Config] Build kernel image in parallel with modules
11546 * [Config] Set concurrency for kmake invocations
11547 * [Config] Improve install-arch-headers speed
11548 * [Config] Fix binary-perarch dependencies
11549 * [Config] Removed stamp-flavours target
11550 * [Config] Serialize binary indep targets
11551 * [Config] Use build stamp directly
11552 * [Config] Restore prepare-% target
11553 * rebase to v3.1-rc4
11554 * rebase to v3.1-rc5
11555 * [Config] Disable makedumpfile for i386/amd64
11556 * rebase to v3.1-rc6
11557 * [Config] Fix binary-% build target
11558 * rebase to v3.1-rc7
11559 * rebase to v3.1-rc8
11560 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11561 - LP: #854399
11562 * [Config] Enable ftrace support in the mac80211 layer
11563 - LP: #865171
11564 * rebase to v3.1-rc9
11565 * SAUCE: usb/core/devio.c: Check for printer class specific request
11566 - LP: #872711
11567
11568 [ Upstream Kernel Changes ]
11569
11570 * overlay filesystem
11571 * overlayfs: add statfs support
11572 * overlayfs: implement show_options
11573 * overlay: overlay filesystem documentation
11574 * fs: limit filesystem stacking depth
11575
11576 [ Will Drewry ]
11577
11578 * SAUCE: seccomp_filter: new mode with configurable syscall filters
11579 * SAUCE: seccomp_filter: add process state reporting
11580 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
11581 works.
11582 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
11583
11584 [ Upstream Kernel Changes ]
11585
11586 * rebase to v3.1-rc1
11587 * rebase to v3.1-rc2
11588 * rebase to v3.1-rc3
11589 +CONFIG_BLK_DEV_BSGLIB=y
11590 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
11591 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
11592 * rebase to v3.1-rc4
11593 * rebase to v3.1-rc5
11594 * rebase to v3.1-rc6
11595 * rebase to v3.1-rc7
11596 * rebase to v3.1-rc8
11597 * rebase to v3.1-rc9
11598 * rebase to v3.1-rc10
11599
11600 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
11601
11602 linux (3.1.0-1.0) oneiric; urgency=low
11603
11604 [ Leann Ogasawara ]
11605
11606 * Open P-series
11607
11608 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
11609
11610 linux (3.0.0-8.10) oneiric; urgency=low
11611
11612 [ Adam Jackson ]
11613
11614 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
11615 - LP: #753994
11616
11617 [ John Johansen ]
11618
11619 * [Config] Enable missing IPv6 options
11620
11621 [ Leann Ogasawara ]
11622
11623 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
11624 - LP: #819925
11625 * Rebase to 3.0.1
11626
11627 [ Upstream Kernel Changes ]
11628
11629 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
11630 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
11631 - LP: #783582
11632 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
11633 - LP: #796476
11634 * KVM: Add SMEP support when setting CR4
11635 - LP: #796476
11636 * KVM: Mask function7 ebx against host capability word9
11637 - LP: #796476
11638 * KVM: Add instruction fetch checking when walking guest page table
11639 - LP: #796476
11640
11641 [ Upstream Kernel Changes ]
11642
11643 * rebase to v3.0.1
11644
11645 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
11646
11647 linux (3.0.0-7.9) oneiric; urgency=low
11648
11649 [ Andy Whitcroft ]
11650
11651 * Revert "[Upstream] add local prefix to oss local change_bits"
11652 * Revert "SAUCE: add tracing for user initiated readahead requests"
11653 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
11654 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
11655 Zhaoyang E47"
11656 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
11657 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
11658 (grub)"
11659 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
11660 checks"
11661 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
11662 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
11663 vt switch"
11664 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
11665 - LP: #816035
11666 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
11667 it
11668 * SAUCE: (no-up) add tracing for user initiated readahead requests
11669 * SAUCE: vt -- maintain bootloader screen mode and content until vt
11670 switch
11671 * SAUCE: vt -- allow grub to request automatic vt_handoff
11672
11673 [ Arjan van de Ven ]
11674
11675 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
11676
11677 [ Kees Cook ]
11678
11679 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
11680 * [Config] enforce ACPI_CUSTOM_METHOD disabled
11681
11682 [ Keng-Yu Lin ]
11683
11684 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
11685 Zhaoyang E47
11686 - LP: #632884, #803005
11687
11688 [ Leann Ogasawara ]
11689
11690 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
11691 - LP: #513131
11692 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
11693 - LP: #815064
11694
11695 [ Rezwanul Kabir ]
11696
11697 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
11698 Dell E2 series Laptops
11699 - LP: #632884
11700
11701 [ Upstream Kernel Changes ]
11702
11703 * Revert "yama: if an underlying filesystem provides a permissions op use
11704 it"
11705 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
11706 series Laptops"
11707 * Revert "tty: include linux/slab.h for kfree"
11708 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
11709 * Revert "pch_dma: add include/slab.h for kfree"
11710 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
11711 - LP: #773524
11712 * oss: rename local change_bits to avoid powerpc bitsops.h definition
11713
11714 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
11715
11716 linux (3.0.0-7.8) oneiric; urgency=low
11717
11718 [ Andy Whitcroft ]
11719
11720 * ubuntu: overlayfs -- overlayfs: add statfs support
11721 * [Config] enable CONFIG_OVERLAYFS
11722
11723 [ Erez Zadok ]
11724
11725 * ubuntu: overlayfs -- overlayfs: implement show_options
11726
11727 [ Leann Ogasawara ]
11728
11729 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
11730 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
11731 * [Config] Disable CONFIG_ATM_DUMMY on arm
11732 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
11733 * Temporarily disable module check on arm
11734 * Rebase to 3.0 final
11735 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
11736 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
11737 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
11738 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
11739 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
11740 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
11741 * [Config] Enable CONFIG_DM9000=m on arm
11742 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
11743 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
11744
11745 [ Miklos Szeredi ]
11746
11747 * ubuntu: overlayfs -- vfs: add i_op->open()
11748 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11749 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11750 * ubuntu: overlayfs -- overlay filesystem
11751 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
11752 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
11753 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11754 * ubuntu: overlayfs -- ovl: make lower mount read-only
11755
11756 [ Neil Brown ]
11757
11758 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11759
11760 [ Tim Gardner ]
11761
11762 * [Config] Add enic/fnic to udebs
11763 - LP: #801610
11764
11765 [ Upstream Kernel Changes ]
11766
11767 * yama: if an underlying filesystem provides a permissions op use it
11768
11769 [ Major Kernel Changes ]
11770
11771 * Rebase to 3.0 final
11772
11773 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
11774
11775 linux (3.0.0-6.7) oneiric; urgency=low
11776
11777 [ Eagon Yager ]
11778
11779 * [Config] Fix misspelled 'skipmodule' in arm makefile.
11780
11781 [ Keng-Yu Lin ]
11782
11783 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
11784 - LP: #632884, #803005
11785
11786 [ Leann Ogasawara ]
11787
11788 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
11789 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
11790 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
11791 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
11792 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
11793 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
11794 * [Config] Set CONFIG_ACPI_SBS=m
11795 * [Config] Set CONFIG_ACPI_WMI=m
11796 * [Config] Set CONFIG_AD7150=m on arm
11797 * [Config] Set CONFIG_AD7152=m on arm
11798 * [Config] Drop CONFIG_GPIO_S5PV210
11799 * [Config] Drop CONFIG_GPIO_S5PC100
11800 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
11801 * [Config] Drop CONFIG_GPIO_EXYNOS4
11802
11803 [ Stefan Bader ]
11804
11805 * SAUCE: Re-enable RODATA for i386 virtual
11806 - LP: #809838
11807
11808 [ Upstream Kernel Changes ]
11809
11810 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
11811 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
11812 - LP: #771758
11813
11814 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
11815
11816 linux (3.0.0-5.6) oneiric; urgency=low
11817
11818 [ Tim Gardner ]
11819
11820 * [Config] CONFIG_RTL8192CU=m
11821 * Rebase to -rc7
11822
11823 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
11824
11825 linux (3.0.0-4.5) oneiric; urgency=low
11826
11827 [ Ming Lei ]
11828
11829 * SAUCE: fix yama_ptracer_del lockdep warning
11830 - LP: #791019
11831
11832 [ Seth Forshee ]
11833
11834 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
11835 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
11836 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
11837 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
11838 - LP: #805218
11839
11840 [ Tim Gardner ]
11841
11842 * [Config] updateconfigs after rebase to -rc6+
11843 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
11844 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
11845 * Revert "UBUNTU: add dependancies for module-init-tools"
11846 This dependency is no longer required for a 3 digit version.
11847
11848 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
11849
11850 linux (3.0-3.4) oneiric; urgency=low
11851
11852 [ Keng-Yu Lin ]
11853
11854 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
11855 killswitch"
11856 - LP: #775281
11857
11858 [ Leann Ogasawara ]
11859
11860 * rebase to v3.0-rc5
11861 * [Config] updateconfigs after rebase to 3.0-rc5
11862
11863 [ Tim Gardner ]
11864
11865 * [Config] Remove ubuntu/rtl8192se
11866 * [Config] Added armel ABI files
11867 * [Config] Removed armel versatile flavour
11868 * [Config] CONFIG_INTEL_MEI=m
11869 - LP: #716867
11870
11871 [ Upstream Kernel Changes ]
11872
11873 * ALSA: hda - Enable auto-parser as default for Conexant codecs
11874
11875 [ Upstream Kernel Changes ]
11876
11877 * rebase to v3.0-rc5
11878
11879 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
11880
11881 linux (3.0-2.3) oneiric; urgency=low
11882
11883 [ Andy Whitcroft ]
11884
11885 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
11886
11887 [ Leann Ogasawara ]
11888
11889 * rebase to v3.0-rc4
11890 * [Config] updateconfigs after rebase to 3.0-rc4
11891 * fix ERROR: __devcgroup_inode_permission undefined
11892
11893 [ Stefan Bader ]
11894
11895 * SAUCE: iscsitarget: Remove driver from the kernel
11896
11897 [ Tim Gardner ]
11898
11899 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
11900 * [Config] Add grub-efi as a recommended bootloader for server and
11901 generic
11902 - LP: #800910
11903
11904 [ Upstream Kernel Changes ]
11905
11906 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
11907
11908 [ Leann Ogasawara ]
11909
11910 * rebase to v3.0-rc4
11911
11912 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
11913
11914 linux (3.0-1.2) oneiric; urgency=low
11915
11916 [ Andy Whitcroft ]
11917
11918 * [Config] enable CONFIG_CAN_CALC_BITTIMING
11919
11920 [ Leann Ogasawara ]
11921
11922 * rebase to v3.0-rc3
11923 * [Config] updateconfigs after rebase to 3.0-rc3
11924
11925 [ Upstream Kernel Changes ]
11926
11927 * perf: clear out make flags when calling kernel make kernelver
11928
11929 [ Leann Ogasawara ]
11930
11931 * rebase to v3.0-rc3
11932
11933 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
11934
11935 linux (3.0-0.1) oneiric; urgency=low
11936
11937 [ Andy Whitcroft ]
11938
11939 * use the packaging version in the kernel
11940 * use the kernels idea of its version for version_signature
11941 * add dependancies for module-init-tools
11942 * update control files to version 3
11943 * printchanges/insertchanges allow override of prev_release
11944 * correct Vcs-Git: to point to oneiric
11945
11946 [ Leann Ogasawara ]
11947
11948 * rebase to v3.0-rc1
11949 * [Config] updateconfigs after rebase to 3.0-rc1
11950 * ubuntu: dm-raid4-5 fix up build failure
11951 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
11952 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
11953 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
11954 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
11955 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
11956 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
11957 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
11958 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
11959 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
11960 * rebase to v3.0-rc2
11961
11962 [ Manoj Iyer ]
11963
11964 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
11965 - LP: #790754
11966
11967 [ Upstream Kernel Changes ]
11968
11969 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
11970 demands it"
11971 * drm/i915: fix regression after clock gating init split
11972
11973 [ Major Kernel Changes ]
11974
11975 * rebase from v2.6.39 to v3.0-rc1
11976 * rebase from v3.0-rc1 to v3.0-rc2
11977
11978 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
11979
11980 linux (2.6.39-3.10) oneiric; urgency=low
11981
11982 [ Colin Ian King ]
11983
11984 * SAUCE: S3 early resume debug via keyboard LEDs
11985
11986 [ Ingo Molnar ]
11987
11988 * ubuntu: nx-emu - i386: NX emulation
11989 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
11990
11991 [ Leann Ogasawara ]
11992
11993 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
11994 * Revert "[Config] Disable CONFIG_DM_RAID45"
11995 * [Config] enable CONFIG_BRCMFMAC=y
11996 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
11997 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
11998
11999 [ Robert Nelson ]
12000
12001 * SAUCE: omap3: beagle: detect new xM revision B
12002 - LP: #770679
12003 * SAUCE: omap3: beagle: detect new xM revision C
12004 - LP: #770679
12005 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
12006 - LP: #770679
12007
12008 [ Stefan Bader ]
12009
12010 * SAUCE: Convert dm-raid45 to new block plugging
12011
12012 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
12013
12014 linux (2.6.39-3.9) oneiric; urgency=low
12015
12016 [ Leann Ogasawara ]
12017
12018 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
12019 * rebase to v2.6.39
12020 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
12021 * [Config] enable CONFIG_INPUT_APANEL=m
12022
12023 [ Thomas Schlichter ]
12024
12025 * SAUCE: vesafb: mtrr module parameter is uint, not bool
12026 - LP: #778043
12027 * SAUCE: vesafb: enable mtrr WC by default
12028 - LP: #778043
12029
12030 [ Major Kernel Changes ]
12031
12032 * rebase from v2.6.39-rc7 to v2.6.39
12033
12034 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
12035
12036 linux (2.6.39-2.8) oneiric; urgency=low
12037
12038 [ Andy Whitcroft ]
12039
12040 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
12041 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
12042 * Revert "[Config] Disable CONFIG_AUFS_FS"
12043 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
12044 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
12045 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
12046 * ubuntu: AUFS -- clean up the aufs updater and BOM
12047 * ubuntu: AUFS -- documentation on updating aufs2
12048
12049 [ Kees Cook ]
12050
12051 * ubuntu: Yama - LSM hooks
12052 * ubuntu: Yama - create task_free security callback
12053 * ubuntu: Yama - add ptrace relationship tracking interface
12054 * ubuntu: Yama - unconditionally chain to Yama LSM
12055
12056 [ Leann Ogasawara ]
12057
12058 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
12059 * Revert "[Config] Disable CONFIG_EASYCAP"
12060 * ubuntu: fsam7400 disable driver
12061 * ubuntu: omnibook disable driver
12062 * ubuntu: rfkill disable driver
12063
12064 [ Tim Gardner ]
12065
12066 * SAUCE: Fix extra reference in fb_open()
12067
12068 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
12069
12070 linux (2.6.39-2.7) oneiric; urgency=low
12071
12072 [ Leann Ogasawara ]
12073
12074 * rebase to v2.6.39-rc7
12075
12076 [ Major Kernel Changes ]
12077
12078 * rebase from v2.6.39-rc6 to v2.6.39-rc7
12079
12080 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
12081
12082 linux (2.6.39-1.6) oneiric; urgency=low
12083
12084 [ Leann Ogasawara ]
12085
12086 * rebase to v2.6.39-rc6
12087 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
12088
12089 [ Tim Gardner ]
12090
12091 * [Config] updateconfigs after rebase to 2.6.39-rc6
12092
12093 [ Major Kernel Changes ]
12094
12095 * rebase from v2.6.39-rc5 to v2.6.39-rc6
12096 - LP: #740126
12097
12098 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
12099
12100 linux (2.6.39-0.5) oneiric; urgency=low
12101
12102 [ Herton Ronaldo Krzesinski ]
12103
12104 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
12105 - LP: #764758
12106
12107 [ Leann Ogasawara ]
12108
12109 * rebase to v2.6.39-rc5
12110 * [Config] updateconfigs following rebase to v2.6.39-rc5
12111
12112 [ Paolo Pisati ]
12113
12114 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
12115 - LP: #759913
12116
12117 [ Stefan Bader ]
12118
12119 * Include nls_iso8859-1 for virtual images
12120 - LP: #732046
12121
12122 [ Major Kernel Changes ]
12123
12124 * rebase from v2.6.39-rc4 to v2.6.39-rc5
12125
12126 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
12127
12128 linux (2.6.39-0.4) oneiric; urgency=low
12129
12130 [ Leann Ogasawara ]
12131
12132 * rebase to v2.6.39-rc4
12133 * [Config] updateconfigs following rebase to v2.6.39-rc4
12134 * fixup powerpc implicit declaration of function
12135 'crash_kexec_wait_realmode'
12136 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
12137
12138 [ Tim Gardner ]
12139
12140 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
12141 - LP: #769503
12142 * [Config] Add cachefiles.ko to virtual flavour
12143 - LP: #770430
12144
12145 [ Major Kernel Changes ]
12146
12147 * rebase from v2.6.39-rc3 to v2.6.39-rc4
12148
12149 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
12150
12151 linux (2.6.39-0.3) oneiric; urgency=low
12152
12153 [ Leann Ogasawara ]
12154
12155 * rebase to v2.6.39-rc3
12156 * crash_kexec_wait_realmode() undefined when !SMP
12157
12158 [ Tim Gardner ]
12159
12160 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
12161 - LP: #632327
12162
12163 [ Major Kernel Changes ]
12164
12165 * rebase from v2.6.39-rc2 to v2.6.39-rc3
12166
12167 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
12168
12169 linux (2.6.39-0.2) oneiric; urgency=low
12170
12171 [ Gustavo F. Padovan ]
12172
12173 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
12174 - LP: #720949
12175
12176 [ John Johansen ]
12177
12178 * AppArmor: Fix masking of capabilities in complain mode
12179 - LP: #748656
12180
12181 [ Leann Ogasawara ]
12182
12183 * rebase to v2.6.39-rc2
12184 * [Config] updateconfigs following rebase to v2.6.39-rc2
12185 * hv_mouse needs delay.h
12186 * olpc_dcon_xo_1 needs delay.h
12187 * olpc_dcon_xo_1_5 needs delay.h
12188 * Update dropped.txt for Oneiric
12189
12190 [ Steve Langasek ]
12191
12192 * [Config] Make linux-libc-dev coinstallable under multiarch
12193 - LP: #750585
12194
12195 [ Upstream Kernel Changes ]
12196
12197 * x86, hibernate: Initialize mmu_cr4_features during boot
12198 - LP: #752870
12199
12200 [ Major Kernel Changes ]
12201
12202 * rebase from v2.6.39-rc1 to v2.6.39-rc2
12203
12204 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
12205
12206 linux (2.6.39-0.1) oneiric; urgency=low
12207
12208 [ Brad Figg ]
12209
12210 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
12211 - LP: #737124
12212
12213 [ Henrik Rydberg ]
12214
12215 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
12216 * SAUCE: HID: ntrig: fix suspend/resume on recent models
12217
12218 [ Herton Ronaldo Krzesinski ]
12219
12220 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
12221 struct v4l2_subdev
12222 - LP: #745213
12223
12224 [ Kees Cook ]
12225
12226 * [Config] packaging: adjust perms on vmlinuz as well
12227 * SAUCE: nx-emu: further clarify dmesg reporting
12228 - LP: #745181
12229
12230 [ Leann Ogasawara ]
12231
12232 * rebase to v2.6.39-rc1
12233 * [Config] updateconfigs following rebase to v2.6.39-rc1
12234 * [Config] Disable CONFIG_DM_RAID45
12235 * [Config] Disable CONFIG_SCSI_ISCSITARGET
12236 * [Config] Disable CONFIG_EASYCAP
12237 * [Config] Disable CONFIG_AUFS_FS
12238 * update bnx2 firmware files in d-i/firmware/nic-modules
12239 * xhci-pci.c resolve implicit declaration of kzalloc
12240 * [Config] Enable CONFIG_DRM_PSB for only x86
12241 * [Config] Enable CONFIG_RTS_PSTOR for only x86
12242 * mfd/asic3: Fix typo, s/irq_data/data/
12243
12244 [ Luke Yelavich ]
12245
12246 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
12247 - LP: #745358
12248 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
12249 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
12250
12251 [ Manoj Iyer ]
12252
12253 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
12254 - LP: #745217
12255
12256 [ Tim Gardner ]
12257
12258 * SAUCE: INR_OPEN=4096
12259 - LP: #663090
12260 * SAUCE: Increase the default hard limit for open FDs to 4096
12261 - LP: #663090
12262
12263 [ Upstream Kernel Changes ]
12264
12265 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
12266 namespace cleanup
12267 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
12268 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
12269
12270 [ Major Kernel Changes ]
12271
12272 * rebase from v2.6.38 to v2.6.39-rc1
12273
12274 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
12275
12276 linux (2.6.39-0.0) oneiric; urgency=low
12277
12278 [ Leann Ogasawara ]
12279
12280 * Open Oneiric
12281
12282 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12283
12284 linux (2.6.38-7.39) natty; urgency=low
12285
12286 [ Leann Ogasawara ]
12287
12288 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12289
12290 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12291
12292 linux (2.6.38-7.38) natty; urgency=low
12293
12294 [ Leann Ogasawara ]
12295
12296 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12297 gcc-4.5.2-6ubuntu5 finished building on all arches.
12298
12299 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12300
12301 linux (2.6.38-7.37) natty; urgency=low
12302
12303 [ Leann Ogasawara ]
12304
12305 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12306
12307 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12308
12309 linux (2.6.38-7.36) natty; urgency=low
12310
12311 [ Andy Whitcroft ]
12312
12313 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12314 optimisation"
12315 * purge last vestiges of maverick
12316 * [Config] switch CONFIG_FB_VESA back to module
12317
12318 [ Chris Wilson ]
12319
12320 * SAUCE: drm/i915: Fix pipelined fencing
12321 - LP: #717114
12322
12323 [ Loïc Minier ]
12324
12325 * Include nls_cp437 module in virtual for fat
12326 - LP: #732046
12327 * Support arch= cross-compilation for any arch
12328 * Fix couple of typos in 0-common-vars.mk
12329 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12330 * Add armhf to Debian -> Linux arch map
12331 * Add initial armhf.mk
12332 * Enable common packages for armhf
12333
12334 [ Upstream Kernel Changes ]
12335
12336 * Yama: fix default relationship to check thread group
12337 - LP: #737676
12338
12339 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12340
12341 linux (2.6.38-7.35) natty; urgency=low
12342
12343 [ Andy Whitcroft ]
12344
12345 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12346 * rebase fixes bug #715330
12347 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12348 * rebase to v2.6.38 final
12349
12350 [ Herton Ronaldo Krzesinski ]
12351
12352 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12353 - LP: #636091
12354
12355 [ Tim Gardner ]
12356
12357 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12358
12359 [ Upstream Kernel Changes ]
12360
12361 * Yama: use thread group leader when creating match
12362 - LP: #729839
12363 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12364 RAID controller
12365 - LP: #735240
12366 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12367
12368 [ Major Kernel Changes ]
12369
12370 * rebase from v2.6.38-rc8 to v2.6.38 final
12371 - LP: #715330
12372
12373 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12374
12375 linux (2.6.38-6.34) natty; urgency=low
12376
12377 [ Andy Whitcroft ]
12378
12379 * [Config] normalise CONFIG_INTEL_TXT
12380 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12381 - LP: #730860
12382 * rebase to mainline v2.6.38-rc8
12383
12384 [ Major Kernel Changes ]
12385
12386 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12387 to v2.6.38-rc8
12388
12389 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12390
12391 linux (2.6.38-6.33) natty; urgency=low
12392
12393 [ Andy Whitcroft ]
12394
12395 * d-i -- enable speakup-modules udeb
12396 - LP: #672699
12397 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12398 * [Config] debian PPC64 configuration
12399 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12400 * [Config] resync ppc64 configuration
12401 * SAUCE: match up ENTRY/END naming for 32/64 bit
12402 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12403 * [Config] update configs after rebase to
12404 fb62c00a6d8942775abc23d1621db1252e2d93d1
12405 * [Config] pps_gen_parport no longer built
12406
12407 [ Corentin Chary ]
12408
12409 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12410 - LP: #689393
12411 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12412 - LP: #689393
12413
12414 [ John Johansen ]
12415
12416 * SAUCE: Fix aufs calling of security_path_mknod
12417 - LP: #724456
12418
12419 [ Kees Cook ]
12420
12421 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12422
12423 [ Tim Gardner ]
12424
12425 * rebase to 2.6.38-rc7
12426
12427 [ Upstream Kernel Changes ]
12428
12429 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12430
12431 [ Major Kernel Changes ]
12432
12433 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12434 fb62c00a6d8942775abc23d1621db1252e2d93d1
12435 - LP: #721389
12436 - LP: #722925
12437 - LP: #723672
12438 - LP: #723676
12439 - LP: #715318
12440
12441 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12442
12443 linux (2.6.38-5.32) natty; urgency=low
12444
12445 [ Andy Whitcroft ]
12446
12447 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12448 * [Config] updateconfigs following rebase to v2.6.38-rc6
12449 * [Config] enable CONFIG_DMAR
12450 - LP: #552311
12451
12452 [ Upstream Kernel Changes ]
12453
12454 * drm/i915: skip FDI & PCH enabling for DP_A
12455 - LP: #561802, #600453, #681877
12456
12457 [ Major Kernel Changes ]
12458
12459 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12460 - LP: #718402
12461 - LP: #719524
12462 - LP: #721126
12463 - LP: #719691
12464 - LP: #722689
12465 - LP: #722310
12466
12467 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12468
12469 linux (2.6.38-4.31) natty; urgency=low
12470
12471 [ Andy Whitcroft ]
12472
12473 * add in bugs closed by upstream patches pulled in by rebases
12474 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12475 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12476 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12477 * rebase to mainline v2.6.38-rc5
12478 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12479 supported
12480 - LP: #719691
12481
12482 [ Colin Ian King ]
12483
12484 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12485
12486 [ Manoj Iyer ]
12487
12488 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12489 - LP: #717435
12490
12491 [ Tim Gardner ]
12492
12493 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12494
12495 [ Upstream Kernel Changes ]
12496
12497 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12498 - LP: #702434
12499 * vfs: fix BUG_ON() in fs/namei.c:1461
12500
12501 [ Vladislav P ]
12502
12503 * SAUCE: Release BTM while sleeping to avoid deadlock.
12504 - LP: #713837
12505
12506 [ Major Kernel Changes ]
12507
12508 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12509 - LP: #579276
12510 - LP: #715877
12511 - LP: #713769
12512 - LP: #716811
12513 * resync with Maverick Ubuntu-2.6.35-27.47
12514
12515 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12516
12517 linux (2.6.38-3.30) natty; urgency=low
12518
12519 [ Andy Whitcroft ]
12520
12521 * rebase to v2.6.38-rc4
12522 * ppc64 -- add basic architecture
12523 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
12524
12525 [ Colin Ian King ]
12526
12527 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
12528 - LP: #676997
12529 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
12530 - LP: #701530
12531 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
12532 - LP: #701530
12533
12534 [ Dan Rosenberg ]
12535
12536 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
12537
12538 [ Kees Cook ]
12539
12540 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
12541 attacking"
12542 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
12543
12544 [ Tim Gardner ]
12545
12546 * [Config] CONFIG_BLK_CGROUP=y
12547 - LP: #706394
12548 * [Config] CONFIG_DELL_WMI_AIO=m
12549
12550 [ Upstream Kernel Changes ]
12551
12552 * drm/i915/lvds: Restore dithering on native modes for gen2/3
12553 - LP: #711568
12554
12555 [ Upstream Kernel Changes ]
12556
12557 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
12558 - LP: #701271
12559 - LP: #708521
12560 - LP: #710371
12561
12562 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
12563
12564 linux (2.6.38-2.29) natty; urgency=low
12565
12566 [ Andy Whitcroft ]
12567
12568 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
12569 * [Config] updateconfigs following rebase to
12570 1f0324caefd39985e9fe052fac97da31694db31e
12571 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
12572 * [Config] reenable HIBERNATE
12573 - LP: #710877
12574 * rebase to v2.6.38-rc3
12575 * [Config] reenable CONFIG_CRASH_DUMP
12576
12577 [ Kamal Mostafa ]
12578
12579 * SAUCE: rtl8192se: fix source file perms
12580 * SAUCE: rtl8192se: fix source file newline
12581 * SAUCE: omnibook: fix source file newline
12582
12583 [ Kees Cook ]
12584
12585 * [Config] packaging: really make System.map mode 0600
12586
12587 [ Ricardo Salveti de Araujo ]
12588
12589 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
12590 PM34XX_ERRATUM
12591
12592 [ Soren Hansen ]
12593
12594 * SAUCE: nbd: Remove module-level ioctl mutex
12595
12596 [ Tim Gardner ]
12597
12598 * SAUCE: Disable building the ACPI debugfs source
12599
12600 [ Upstream Kernel Changes ]
12601
12602 * Set physical start and alignment 1M for virtual i386
12603 - LP: #710754
12604
12605 [ Upstream Kernel Changes ]
12606
12607 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12608 to v2.6.38-rc3
12609 - LP: #707902
12610
12611 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
12612
12613 linux (2.6.38-1.28) natty; urgency=low
12614
12615 [ Andy Whitcroft ]
12616
12617 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
12618
12619 [ Ricardo Salveti de Araujo ]
12620
12621 * SAUCE: omap3: beaglexm: fix DVI initialization
12622 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
12623 display work at Beagle
12624
12625 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
12626
12627 linux (2.6.38-1.27) natty; urgency=low
12628
12629 [ Andy Whitcroft ]
12630
12631 * ubuntu: AUFS -- update aufs-update to track new locations of headers
12632 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
12633 * SAUCE: ensure root is ready before running usermodehelpers in it
12634 * correct the Vcs linkage to point to natty
12635 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
12636 * [Config] update configs following rebase
12637 e78bf5e6cbe837daa6ab628a5f679548742994d3
12638 * SAUCE: Yama: follow changes to generic_permission
12639 * ubuntu: compcache -- follow changes to bd_claim/bd_release
12640 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
12641 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
12642 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
12643 * update package version to match payload version
12644 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
12645 * rebase to v2.6.38-rc1
12646 * [Config] updateconfigs following rebase to v2.6.38-rc1
12647 * SAUCE: x86 fix up jiffies/jiffies_64 handling
12648 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
12649 * [Config] updateconfigs following rebase to
12650 2b1caf6ed7b888c95a1909d343799672731651a5
12651 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
12652 * ubuntu: AUFS -- suppress benign plink warning messages
12653 - LP: #621195
12654 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
12655 * rebase to v2.6.38-rc2
12656 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
12657 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12658 * [Config] update configs following rebase to
12659 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12660 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
12661 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
12662 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
12663 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
12664
12665 [ Kees Cook ]
12666
12667 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
12668
12669 [ Stefan Bader ]
12670
12671 * Temporarily disable RODATA for virtual i386
12672 - LP: #699828
12673
12674 [ Tim Gardner ]
12675
12676 * [Config] CONFIG_NLS_DEFAULT=utf8
12677 - LP: #683690
12678 * [Config] CONFIG_HIBERNATION=n
12679 * update bnx2 firmware files in d-i/firmware/nic-modules
12680
12681 [ Upstream Kernel Changes ]
12682
12683 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
12684 objects."
12685 * packaging: make System.map mode 0600
12686 * thinkpad_acpi: Always report scancodes for hotkeys
12687 - LP: #702407
12688 * sched: tg->se->load should be initialised to tg->shares
12689 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
12690 * brcm80211: include linux/slab.h for kfree
12691 * pch_dma: add include/slab.h for kfree
12692 * i2c-eg20t: include linux/slab.h for kfree
12693 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
12694 * tty: include linux/slab.h for kfree
12695 * winbond: include linux/delay.h for mdelay et al
12696
12697 [ Upstream Kernel Changes ]
12698
12699 * mark the start of v2.6.38 versioning
12700 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12701 - LP: #689886
12702 - LP: #702125
12703 - LP: #608775
12704 - LP: #215802
12705 - LP: #686333
12706 - LP: #677830
12707 - LP: #677652
12708 - LP: #696493
12709 - LP: #697240
12710 - LP: #689036
12711 - LP: #705323
12712 - LP: #686692
12713
12714 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
12715
12716 linux (2.6.37-12.26) natty; urgency=low
12717
12718 [ Andy Whitcroft ]
12719
12720 * rebase to v2.6.37-rc8
12721 * [Config] armel -- reenable omap flavour
12722 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
12723 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
12724 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
12725 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
12726 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12727 * [Config] track missing modules
12728 * rebase to v2.6.37 final
12729
12730 [ Chase Douglas ]
12731
12732 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
12733 Magic Trackpad
12734
12735 [ Stefan Bader ]
12736
12737 * Revert "SAUCE: blkfront: default to sd devices"
12738 - LP: #684875
12739
12740 [ Tim Gardner ]
12741
12742 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
12743 - LP: #380138
12744 * [Config] Added autofs4.ko to -virtual flavour
12745 - LP: #692917
12746
12747 [ Upstream Kernel Changes ]
12748
12749 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
12750 Laptops
12751 - LP: #632884
12752
12753 [ Upstream Kernel Changes ]
12754
12755 * rebase to v2.6.37-rc8
12756 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12757 * rebase to v2.6.37 final
12758
12759 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
12760
12761 linux (2.6.37-11.25) natty; urgency=low
12762
12763 [ Andy Whitcroft ]
12764
12765 * [Config] d-i -- add hpsa to the list of block devices
12766 - LP: #684304
12767 * [Config] add vmw-balloon driver to -virtual flavour
12768 - LP: #592039
12769 * rebase to v2.6.37-rc7
12770
12771 [ Upstream Kernel Changes ]
12772
12773 * rebase to v2.6.37-rc7
12774
12775 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
12776
12777 linux (2.6.37-10.24) natty; urgency=low
12778
12779 [ Andy Whitcroft ]
12780
12781 * rebase to v2.6.37-rc6
12782 * updateconfigs following rebase to v2.6.37-rc6
12783
12784 [ Upstream Kernel Changes ]
12785
12786 * rebase to v2.6.37-rc6
12787
12788 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
12789
12790 linux (2.6.37-9.23) natty; urgency=low
12791
12792 [ Andy Whitcroft ]
12793
12794 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12795 - LP: #689606
12796 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
12797 - LP: #689606
12798
12799 [ Kees Cook ]
12800
12801 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
12802 - LP: #690190
12803
12804 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
12805
12806 linux (2.6.37-9.22) natty; urgency=low
12807
12808 [ Andy Whitcroft ]
12809
12810 * rebase to v2.6.35-rc5
12811 * [Config] updateconfigs following rebase to v2.6.37-rc5
12812 * (no-up) add support for installed header files to ubuntu directory
12813 - LP: #684666
12814 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12815 - LP: #684666
12816 * ubuntu: dm-raid4-5 -- follow changes to bio flags
12817 * ubuntu: dm-raid4-5 -- re-enable
12818 * ubuntu: omnibook -- update BOM
12819 * ubuntu: ndiswrapper -- update BOM to match actual version
12820 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
12821 * ubuntu: ndiswrapper -- re-enable
12822 * ubuntu: iscsitarget -- re-instate copy_io_context
12823 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
12824 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
12825 * ubuntu: iscsitarget -- re-enable
12826
12827 [ Kees Cook ]
12828
12829 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12830
12831 [ Manoj Iyer ]
12832
12833 * SAUCE: Enable jack sense for Thinkpad Edge 13
12834 - LP: #685015
12835
12836 [ Tim Gardner ]
12837
12838 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
12839 * [Config] CONFIG_CRYPTO_CRC32C=y
12840 - LP: #681819
12841 * [Config] CONFIG_9P_FSCACHE=n
12842 * [Config] Add nfsd modules to -virtual flavour
12843 - LP: #688070
12844
12845 [ Upstream Kernel Changes ]
12846
12847 * Revert "Staging: zram: work around oops due to startup ordering snafu"
12848 * NFS: Fix panic after nfs_umount()
12849 - LP: #683938
12850 * x86: Add NX protection for kernel data
12851 * x86: Add RO/NX protection for loadable kernel modules
12852 * x86: Resume trampoline must be executable
12853 * x86: RO/NX protection for loadable kernel, jump_table fix
12854
12855 [ Upstream Kernel Changes ]
12856
12857 * rebase to v2.6.37-rc5
12858
12859 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
12860
12861 linux (2.6.37-8.21) natty; urgency=low
12862
12863 [ Andy Whitcroft ]
12864
12865 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
12866 linux-libc-headers"
12867 * Revert "(no-up) add support for installed header files to ubuntu
12868 directory"
12869
12870 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
12871
12872 linux (2.6.37-8.20) natty; urgency=low
12873
12874 [ Andy Whitcroft ]
12875
12876 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
12877 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
12878 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
12879 * Revert "SAUCE: i915 -- disable powersave by default"
12880 * SAUCE: enable Marvell 9128 PCIe SATA controller
12881 - LP: #658521
12882 * [Config] evtchn has been renamed
12883 * (no-up) add support for installed header files to ubuntu directory
12884 - LP: #684666
12885 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12886 - LP: #684666
12887
12888 [ Tim Gardner ]
12889
12890 * [Config] MISS: evtchn, NEW : xen-evtchn
12891 * rebase to v2.6.37-rc4
12892
12893 [ Upstream Kernel Changes ]
12894
12895 * drm/i915: Clean conflicting modesetting registers upon init
12896 - LP: #683775
12897 * rebase to v2.6.37-rc4
12898
12899 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
12900
12901 linux (2.6.37-7.19) natty; urgency=low
12902
12903 [ Tim Gardner ]
12904
12905 * [Config] Add bnx2 firmware to nic-modules udeb
12906 - LP: #676245
12907
12908 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
12909
12910 linux (2.6.37-7.18) natty; urgency=low
12911
12912 [ Andy Whitcroft ]
12913
12914 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
12915 * Revert "SAUCE: Add extra headers to linux-libc-dev"
12916 * Revert "SAUCE: Enable speedstep for sonoma processors."
12917 * [Config] enable CONFIG_BT_HCIUART_ATH3K
12918 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
12919 * [Config] standardise CONFIG_MII
12920 * [Config] standardise CONFIG_PRISM2_USB
12921 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
12922 * [Config] build in CONFIG_AGP
12923 * [Config] build in CONFIG_AGP_INTEL
12924 * [Config] build in CONFIG_AGP_AMD
12925 * [Config] build in CONFIG_AGP_AMD64
12926 * [Config] build in CONFIG_AGP_NVIDIA
12927 * [Config] build in CONFIG_AGP_VIA
12928 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
12929 * (no-up): document the new ## scheme
12930 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
12931 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
12932 - LP: #675453
12933
12934 [ Mathieu J. Poirier ]
12935
12936 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
12937
12938 [ Upstream Kernel Changes ]
12939
12940 * nx-emu: fix inverted report of disable_nx
12941
12942 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
12943
12944 linux (2.6.37-6.17) natty; urgency=low
12945
12946 [ Andy Whitcroft ]
12947
12948 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
12949 aufs2.1-36-UNRELEASED-20101103"
12950 * Revert "ubuntu: AUFS -- aufs2-base.patch
12951 aufs2.1-36-UNRELEASED-20101103"
12952 * [Config] standardise CONFIG_BT
12953 * [Config] standardise CONFIG_IRDA
12954 * [Config] standardise CONFIG_LAPB
12955 * [Config] standardise CONFIG_RDS
12956 * [Config] standardise CONFIG_RFKILL
12957 * [Config] standardise CONFIG_TIPC
12958 * [Config] standardise CONFIG_X25
12959 * [Config] standardise CONFIG_INPUT_EVDEV
12960 * [Config] standardise CONFIG_INPUT_JOYDEV
12961 * [Config] standardise CONFIG_INPUT_JOYSTICK
12962 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
12963 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
12964 * [Config] CONFIG_IRDA=n for FTBS (arm)
12965 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
12966 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
12967 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
12968
12969 [ Tim Gardner ]
12970
12971 * SAUCE: Fix drivers/staging/easycap FTBS
12972 * [Config] CONFIG_EASYCAP=m after fixing FTBS
12973
12974 [ Upstream Kernel Changes ]
12975
12976 * Revert "x86: Add NX protection for kernel data"
12977
12978 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
12979
12980 linux (2.6.37-6.16) natty; urgency=low
12981
12982 [ Andy Whitcroft ]
12983
12984 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
12985 * rebase to v2.6.37-rc3
12986
12987 [ Tim Gardner ]
12988
12989 * [Config] CONFIG_SCHED_AUTOGROUP=y
12990
12991 [ Upstream Kernel Changes ]
12992
12993 * Revert "x86: Add RO/NX protection for loadable kernel modules"
12994 * sched: automated per session task groups
12995 * rebase to v2.6.37-rc3
12996
12997 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
12998
12999 linux (2.6.37-6.15) natty; urgency=low
13000
13001 [ Andy Whitcroft ]
13002
13003 * [Config] standardise CONFIG_CEPH_FS
13004 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
13005 * [Config] standardise CONFIG_SCSI_PROC_FS
13006 * [Config] standardise CONFIG_UBIFS_FS
13007 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
13008
13009 [ Kees Cook ]
13010
13011 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13012
13013 [ Manoj Iyer ]
13014
13015 * SAUCE: Enable jack sense for Thinkpad Edge 11
13016 - LP: #677210
13017 * SAUCE: enable rfkill for rtl8192se driver
13018 - LP: #640992
13019
13020 [ Tim Gardner ]
13021
13022 * [Config] CONFIG_EASYCAP=n for FTBS
13023 * Rebase to v2.6.32-rc2+git
13024
13025 [ Upstream Kernel Changes ]
13026
13027 * x86: Fix improper large page preservation
13028 * x86: Add NX protection for kernel data
13029 * x86: Add RO/NX protection for loadable kernel modules
13030
13031 [ Upstream Kernel Changes ]
13032
13033 * Rebase to Linus 2.6.37-rc2+git
13034
13035 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
13036
13037 linux (2.6.37-5.14) natty; urgency=low
13038
13039 [ Upstream Kernel Changes ]
13040
13041 * PCI: fix offset check for sysfs mmapped files
13042 - LP: #676963
13043
13044 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
13045
13046 linux (2.6.37-5.13) natty; urgency=low
13047
13048 [ Andy Whitcroft ]
13049
13050 * rebased to v2.6.37-rc2
13051 * updateconfigs following rebase to v2.6.37-rc2
13052
13053 [ Tim Gardner ]
13054
13055 * [Config] Added NFS and related modules to virtual flavour
13056 - LP: #659084
13057
13058 [ Upstream Kernel Changes ]
13059
13060 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
13061 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
13062 * x86, cpu: Call verify_cpu during 32bit CPU startup
13063 * x86, cpu: Only CPU features determine NX capabilities
13064
13065 [ Upstream Changes ]
13066
13067 * rebased to v2.67.37-rc2
13068
13069 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
13070
13071 linux (2.6.37-4.12) natty; urgency=low
13072
13073 [ Andy Whitcroft ]
13074
13075 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
13076 * Revert "[Upstream] HID: magicmouse: properly account for scroll
13077 movement in state"
13078 * Revert "[Upstream] HID: magicmouse: disable and add module param for
13079 scroll acceleration"
13080 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
13081 middle of mouse"
13082
13083 [ Henrik Rydberg ]
13084
13085 * SAUCE: hid: ntrig: remove sysfs nodes
13086 * SAUCE: hid: ntrig: Setup input filtering manually
13087 * SAUCE: hid: ntrig: New ghost-filtering event logic
13088
13089 [ Manoj Iyer ]
13090
13091 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13092 - LP: #348861
13093
13094 [ Upstream Kernel Changes ]
13095
13096 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
13097 suspend/resume"
13098 * Revert "[ARM] implement arch_randomize_brk()"
13099 * Revert "ARM: stack protector: change the canary value per task"
13100 * Revert "ARM: initial stack protector (-fstack-protector) support"
13101 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
13102 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
13103 * Revert "perf probe: Add kernel source path option"
13104 * hid: ntrig: Support single-touch devices
13105 * hid: ntrig: Mask pen switch events
13106 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
13107 kernel
13108 - LP: #673073
13109 * Fix userspace build of linux/fs.h
13110
13111 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
13112
13113 linux (2.6.37-3.11) natty; urgency=low
13114
13115 [ Andy Whitcroft ]
13116
13117 * Revert "ubuntu: AUFS -- update to
13118 b37c575759dc4535ccc03241c584ad5fe69e3b25"
13119 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
13120 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
13121 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
13122 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
13123 * [Config] Disable intel_idle for -virtual kernels
13124 - LP: #651370
13125 * [Config] enforcer -- ensure we never enable CONFIG_IMA
13126 * debian -- pass the correct flavour name when checking configs
13127 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
13128 * [Config] ensure CONFIG_IPV6=y for powerpc
13129 * [Config] enforcer -- ensure CONFIG_IPV6=y
13130 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
13131 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
13132 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
13133 * ubuntu: AUFS -- re-enable
13134 * ubuntu: AUFS -- track changes to work queue initialisation
13135 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
13136 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13137 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13138 - LP: #614008
13139 * SAUCE: drm -- stop early access to drm devices
13140
13141 [ Jeremy Kerr ]
13142
13143 * [Config] Build-in powermac ZILOG serial driver
13144 - LP: #673346
13145
13146 [ Kees Cook ]
13147
13148 * SAUCE: nx-emu: use upstream ASLR when possible
13149
13150 [ Tim Gardner ]
13151
13152 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
13153 - LP: #628776
13154
13155 [ Upstream Kernel Changes ]
13156
13157 * i386: NX emulation
13158 * nx-emu: drop exec-shield sysctl, merge with disable_nx
13159 * nx-emu: standardize boottime message prefix
13160 * mmap randomization for executable mappings on 32-bit
13161 * exec-randomization: brk away from exec rand area
13162
13163 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
13164
13165 linux (2.6.37-2.10) natty; urgency=low
13166
13167 [ Andy Whitcroft ]
13168
13169 * reinstate armel config changes:
13170 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
13171 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
13172
13173 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
13174
13175 linux (2.6.37-2.9) natty; urgency=low
13176
13177 [ Andy Whitcroft ]
13178
13179 * config -- fix genportsconfig
13180 * [Config] move powerpc over from ports to distro
13181 * bump master version number to match contained kernel
13182 * SAUCE: fix documentation strings for struct input_keymap_entry
13183 * usb: gadget: goku_udc: add registered flag bit
13184
13185 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
13186
13187 linux (2.6.36-2.8) natty; urgency=low
13188
13189 [ Tim Gardner ]
13190
13191 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
13192 * [Config]: TWL4030_CORE=n for FTBS
13193 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
13194 * [Config]: CONFIG_SOLO6X10=n for FTBS
13195 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
13196 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
13197 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
13198 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
13199 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
13200 * [Config]: CONFIG_I2C_I801=n for armel FTBS
13201 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
13202 * AppArmor: compatibility patch for v5 interface
13203 * AppArmor: compatibility patch for v5 network controll
13204 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
13205 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13206 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13207 * Dropped: hid: 3m: Convert to MT slots
13208 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
13209 * Dropped: HID: magicmouse: simplify touch data bit manipulation
13210 * Dropped: HID: magicmouse: simplify touch down logic
13211 * Dropped: HID: magicmouse: enable Magic Trackpad support
13212 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
13213 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
13214 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
13215 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
13216 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
13217 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
13218 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
13219 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13220 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
13221 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
13222 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
13223 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
13224
13225 [ Upstream Kernel Changes ]
13226
13227 * rebased against 2.6.27-rc1
13228
13229 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
13230
13231 linux (2.6.36-1.7) natty; urgency=low
13232
13233 [ Andy Whitcroft ]
13234
13235 * rebased to v2.6.36 final
13236 * [Config] update configs following rebase to v2.6.36 final
13237 * [Config] update ports configs following rebase to v2.6.36 final
13238
13239 [ Upstream Kernel Changes ]
13240
13241 * rebased to v2.6.36 final
13242
13243 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
13244
13245 linux (2.6.36-1.6) natty; urgency=low
13246
13247 [ Upstream Kernel Changes ]
13248
13249 * drop broadcom staging driver preview:
13250 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
13251 wireless LAN driver."
13252
13253 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
13254
13255 linux (2.6.36-1.5) natty; urgency=low
13256
13257 [ Andy Whitcroft ]
13258
13259 * rebase to v2.6.36-rc8
13260 * updateconfigs following rebase to v2.6.36-rc8
13261 * updateportsconfigs following rebase to v2.6.36-rc8
13262 * config -- simplify the kernelconfig interface
13263 * config -- add new config mode 'dumpconfigs'
13264
13265 [ Tim Gardner ]
13266
13267 * Simplify the use of CROSS_COMPILER
13268
13269 [ Upstream Kernel Changes ]
13270
13271 * drop broadcom staging driver preview:
13272 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
13273 brcmfmac.ko mutually exclusive."
13274 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
13275 set."
13276 * Revert "Staging: brcm80211: remove driver specific -W options"
13277 * Revert "Staging: brcm80211: clean up makefile cflag lines"
13278 * Revert "staging: brcm80211: add fullmac driver"
13279 * Revert "staging: brcm80211: use string native library"
13280 * Revert "staging: brcm80211: use native ctype library"
13281 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13282 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13283 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13284 ...""
13285 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13286 ':' ...""
13287 * Revert "staging: brcm80211: fix "ERROR: space required before that
13288 ...""
13289 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13290 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13291 brace""
13292 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13293 ...close square bracket""
13294 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13295 ...""
13296 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13297 '*'""
13298 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13299 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13300 do - while loop""
13301 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13302 parenthesis""
13303 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13304 or NULL""
13305 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13306 or NULL""
13307 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13308 '}'""
13309 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13310 line""
13311 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13312 on next line""
13313 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13314 condition""
13315 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13316 paren...""
13317 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13318 function dec...""
13319 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13320 *bar"'"
13321 * Revert "staging: brcm80211: Fix URLs for firmware files."
13322 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13323 * Revert "staging: brcm80211: Add contact info to TODO list."
13324 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13325 * Export dump_{write,seek} to binary loader modules
13326 * rebase to v2.6.36-rc8.
13327
13328 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13329
13330 linux (2.6.36-0.4) natty; urgency=low
13331
13332 [ Andy Whitcroft ]
13333
13334 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13335 (fixes FTBS on powerpc)
13336
13337 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13338
13339 linux (2.6.36-0.3) natty; urgency=low
13340
13341 [ Andy Whitcroft ]
13342
13343 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13344
13345 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13346
13347 linux (2.6.36-0.2) natty; urgency=low
13348
13349 [ Andy Whitcroft ]
13350
13351 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13352 (fix FTBS on powerpc)
13353
13354 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13355
13356 linux (2.6.36-0.1) natty; urgency=low
13357
13358 [ Andy Whitcroft ]
13359
13360 * reduce disk usage during buildd builds
13361 - LP: #645653
13362 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13363 * [Config] armel -- drop omap flavour
13364
13365 [ Tim Gardner ]
13366
13367 * Added dropped patch list
13368 * more dropped patches
13369 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13370 * [Config] Add support for cross compiling armel
13371 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13372 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13373 * [Config]: updateconfigs after adding brcm80211
13374 * staging: brcm80211: Fix Makefile syntax error
13375 * rebased to v2.6.36-rc7
13376
13377 [ Upstream Kernel Changes ]
13378
13379 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13380 * (upstream) IPS driver: verify BIOS provided limits
13381 * intel_ips: Print MCP limit exceeded values.
13382 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13383 LAN driver.
13384 * staging: brcm80211: Fix some initialisation failure paths
13385 * staging: brcm80211: Add contact info to TODO list.
13386 * staging: brcm80211: use '%pM' format to print MAC address
13387 * staging: brcm80211: Fix URLs for firmware files.
13388 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13389 * staging: brcm80211: fix "ERROR: open brace '{' following function
13390 dec..."
13391 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13392 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13393 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13394 line"
13395 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13396 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13397 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13398 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13399 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13400 parenthesis"
13401 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13402 while loop"
13403 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13404 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13405 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13406 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13407 bracket"
13408 * staging: brcm80211: fix "ERROR: space required after that close brace"
13409 * staging: brcm80211: fix "ERROR: space required after that ..."
13410 * staging: brcm80211: fix "ERROR: space required before that ..."
13411 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13412 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13413 * staging: brcm80211: fix "ERROR: trailing whitespace."
13414 * staging: brcm80211: fix remaining checkpatch errors.
13415 * staging: brcm80211: use native ctype library
13416 * staging: brcm80211: use string native library
13417 * staging: brcm80211: add fullmac driver
13418 * Staging: brcm80211: clean up makefile cflag lines
13419 * Staging: brcm80211: remove driver specific -W options
13420 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13421 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13422 mutually exclusive.
13423
13424 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13425
13426 linux (2.6.35-22.33) maverick; urgency=low
13427
13428 [ Andy Whitcroft ]
13429
13430 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13431 Dell E2 series Laptops"
13432 - LP: #641320
13433
13434 [ Brian Rogers ]
13435
13436 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13437 - LP: #624701
13438
13439 [ Christopher James Halse Rogers ]
13440
13441 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13442 - LP: #544088, #546393
13443 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13444 - LP: #546393
13445
13446 [ John Johansen ]
13447
13448 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13449 kernels"
13450 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13451 - LP: #639758
13452
13453 [ Mathieu J. Poirier ]
13454
13455 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13456
13457 [ Upstream Kernel Changes ]
13458
13459 * ALSA: HDA: Enable internal speaker on Dell M101z
13460 - LP: #640254
13461
13462 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13463
13464 linux (2.6.35-22.32) maverick; urgency=low
13465
13466 [ Arjan van de Ven ]
13467
13468 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13469
13470 [ David Henningsson ]
13471
13472 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13473 - LP: #605047, #628961
13474
13475 [ John Johansen ]
13476
13477 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13478 and profile names
13479 - LP: #615947
13480 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13481 - LP: #615947
13482 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13483 - LP: #639758
13484 * SAUCE: Improve Amazon EBS performance for EC2
13485 - LP: #634316
13486
13487 [ Leann Ogasawara ]
13488
13489 * Revert "SAUCE: i915 KMS -- blacklist i855"
13490 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13491 * Revert "SAUCE: i915 KMS -- blacklist i830"
13492 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13493 devices"
13494 * execute module-inclusion within a subshell
13495 - LP: #621175
13496
13497 [ Upstream Kernel Changes ]
13498
13499 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13500 - LP: #633227
13501 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13502 - LP: #629711
13503 * (pre-stable) mm: Move vma_stack_continue into mm.h
13504 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13505 - LP: #601073
13506 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13507 * PM / Runtime: Add runtime PM statistics (v3)
13508 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13509 - CVE-2010-3081
13510 * x86-64, compat: Test %rax for the syscall number, not %eax
13511 - CVE-2010-3301
13512 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13513 - CVE-2010-3301
13514
13515 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13516
13517 linux (2.6.35-21.31) maverick; urgency=low
13518
13519 [ Andy Whitcroft ]
13520
13521 * bodge linux-libc-dev package version due to ti-omap4 error
13522 * linux-libc-dev -- ensure we can only build this on debian.master
13523
13524 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
13525
13526 linux (2.6.35-21.30) maverick; urgency=low
13527
13528 [ Andy Whitcroft ]
13529
13530 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13531 - LP: #614008
13532
13533 [ Daniel Lezcano ]
13534
13535 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
13536
13537 [ Henrik Rydberg ]
13538
13539 * SAUCE: Input: wacom - add fuzz parameters to features
13540 * SAUCE: Input: wacom - collect device quirks into single function
13541 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
13542 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
13543 * SAUCE: hid: ntrig: Remove unused device ids
13544 * SAUCE: hid: ntrig: remove sysfs nodes
13545 * SAUCE: hid: ntrig: Correct logic for quirks
13546 * SAUCE: hid: ntrig: zero-initialize ntrig struct
13547 * SAUCE: hid: ntrig: Setup input filtering manually
13548 * SAUCE: hid: ntrig: New ghost-filtering event logic
13549
13550 [ Leann Ogasawara ]
13551
13552 * SAUCE: ndiswrapper: Initialize buffer index and check its value
13553 - LP: #613796
13554
13555 [ Manoj Iyer ]
13556
13557 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13558 series Laptops
13559 - LP: #632884
13560
13561 [ Ping Cheng ]
13562
13563 * SAUCE: Input: wacom - parse the Bamboo device family
13564
13565 [ Rafi Rubin ]
13566
13567 * SAUCE: hid: ntrig: identify firmware version (wiggled)
13568
13569 [ Tim Gardner ]
13570
13571 * [Config] CONFIG_NL80211_TESTMODE=n
13572
13573 [ Upstream Kernel Changes ]
13574
13575 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
13576 * e1000e: initial support for 82579 LOMs
13577 * e1000e: correct MAC-PHY interconnect register offset for 82579
13578 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
13579 tested on HP G60
13580 - LP: #587388
13581 * DSS2: Don't power off a panel twice
13582 - LP: #588243
13583 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
13584 * Input: i8042 - reset keyboard controller wehen resuming from S2R
13585 - LP: #86820
13586 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
13587 - LP: #414795
13588 * agp/intel: Support the extended physical addressing bits on
13589 Sandybridge.
13590 - LP: #632488
13591 * drm/i915,intel_agp: Add support for Sandybridge D0
13592 - LP: #632488
13593 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
13594 - LP: #632488
13595 * mmc: omap: fix for bus width which improves SD card's peformance.
13596
13597 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
13598
13599 linux (2.6.35-20.29) maverick; urgency=low
13600
13601 [ Andy Whitcroft ]
13602
13603 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
13604 - LP: #563277
13605 * SAUCE: i915 KMS -- blacklist i830
13606 - LP: #542208, #563277
13607 * SAUCE: i915 KMS -- blacklist i845g
13608 - LP: #541492, #563277
13609 * SAUCE: i915 KMS -- blacklist i855
13610 - LP: #511001, #541511, #563277
13611
13612 [ Leann Ogasawara ]
13613
13614 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
13615 - LP: #601073
13616 * ARM: Temporarily disable module check for armel
13617 * rebase to v2.6.35.4
13618 * [Config] update configs following rebase to v2.6.35.4
13619
13620 [ Ricardo Salveti de Araujo ]
13621
13622 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
13623 in Omap
13624
13625 [ Tim Gardner ]
13626
13627 * [Config] Added be2net, be2scsi to udebs
13628 - LP: #628776
13629
13630 [ Upstream Kernel Changes ]
13631
13632 * x86, cpu: Package Level Thermal Control, Power Limit Notification
13633 definitions
13634 - LP: #601073
13635 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
13636 - LP: #601073
13637 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
13638 - LP: #601073
13639 * x86, hwmon: Package Level Thermal/Power: power limit
13640 - LP: #601073
13641 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
13642 - LP: #601073
13643 * hid: 3m: Adjust to sequential MT HID protocol
13644 * hid: 3m: Convert to MT slots
13645 * hid: 3m: Correct touchscreen emulation
13646 * hid: 3m: Adjust major / minor axes to scale
13647 * input: bcm5974: Adjust major / minor to scale
13648 * HID: magicmouse: don't allow hidinput to initialize the device
13649 * HID: magicmouse: simplify multitouch feature request
13650 * HID: magicmouse: simplify touch data bit manipulation
13651 * HID: magicmouse: simplify touch down logic
13652 * HID: magicmouse: remove timestamp logic
13653 * HID: magicmouse: enable Magic Trackpad support
13654 * HID: magicmouse: Adjust major / minor axes to scale
13655 * mmc: fix all hangs related to mmc/sd card insert/removal during
13656 suspend/resume
13657 - LP: #477106
13658 * drm/i915: fix VGA plane disable for Ironlake+
13659 - LP: #602281
13660
13661 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
13662
13663 linux (2.6.35-19.28) maverick; urgency=low
13664
13665 [ Leann Ogasawara ]
13666
13667 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
13668 from the archive and a no-change rebuild was attempted. However, the ABI
13669 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
13670 up the ABI and re-upload.
13671
13672 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
13673
13674 linux (2.6.35-19.27) maverick; urgency=low
13675
13676 [ Leann Ogasawara ]
13677
13678 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
13679 from the archive.
13680
13681 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
13682
13683 linux (2.6.35-19.26) maverick; urgency=low
13684
13685 [ Upstream Kernel Changes ]
13686
13687 * ARM: OMAP: Beagle: revision detection
13688 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
13689 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
13690
13691 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
13692
13693 linux (2.6.35-19.25) maverick; urgency=low
13694
13695 [ Jarod Wilson ]
13696
13697 * SAUCE: Bring in staging/lirc from 2.6.36
13698 - LP: #609234
13699 * SAUCE: Update ir-core to linuxtv/other which should be merged for
13700 2.6.36.
13701 - LP: #609234
13702 * SAUCE: Fix memleaks in imon and mceusb drivers
13703 - LP: #609234
13704 * SAUCE: Bring in streamzap support from linuxtv/other
13705 - LP: #609234
13706
13707 [ Mario Limonciello ]
13708
13709 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
13710 - LP: #609234
13711
13712 [ Mathieu J. Poirier ]
13713
13714 * SAUCE: ARM: adding i2c eeprom driver to read EDID
13715 - LP: #608279
13716
13717 [ Upstream Kernel Changes ]
13718
13719 * intel_idle: disable module support
13720 - LP: #615265
13721 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
13722 correct codec ID
13723 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
13724 - LP: #605101
13725 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
13726 - LP: #495134
13727 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
13728 - LP: #519066
13729 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
13730 - LP: #519066
13731 * input: mt: Initialize slots to unused (rev2)
13732 * input: mt: Add support for the Bamboo Touch trackpad
13733 * hid: Add a hid quirk for input sync override
13734
13735 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
13736
13737 linux (2.6.35-18.24) maverick; urgency=low
13738
13739 [ Colin Watson ]
13740
13741 * Pass DEB_MAINT_PARAMS to hook scripts
13742
13743 [ Leann Ogasawara ]
13744
13745 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
13746 - LP: #584812
13747 * rebase to v2.6.35.3
13748
13749 [ Upstream Kernel Changes ]
13750
13751 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
13752 - LP: #609234
13753 * can: add limit for nframes and clean up signed/unsigned variables
13754 - CVE-2010-2959
13755 * drm: Initialize ioctl struct when no user data is present
13756 - CVE-2010-2803
13757 * ARM: initial stack protector (-fstack-protector) support
13758 * ARM: stack protector: change the canary value per task
13759 * [ARM] implement arch_randomize_brk()
13760 * [ARM] add address randomization to mmap()
13761 * ARM: fix ASLR of PIE executables
13762
13763 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
13764
13765 linux (2.6.35-17.23) maverick; urgency=low
13766
13767 [ Jeremy Kerr ]
13768
13769 * [Config] build-in uinput module
13770 - LP: #584812
13771
13772 [ Leann Ogasawara ]
13773
13774 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
13775 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
13776 * Revert "[Config] [FTBS] sparc: Temporarily disable
13777 CONFIG_MTD_NAND_DENALI"
13778 * Revert "[Config] [FTBS] sparc: Temporarily disable
13779 CONFIG_MFD_JANZ_CMODIO"
13780 * Revert "[Config] [FTBS] sparc: Temporarily disable
13781 CONFIG_INFINIBAND_QIB"
13782 * [Config] Enable INTEL_IPS
13783 - LP: #601057
13784 * Remove ia64 support
13785 * [Config] Update portsconfigs after removing ia64 support
13786 * Remove sparc support
13787 * [Config] Update portsconfigs after removing sparc support
13788
13789 [ Linus Torvalds ]
13790
13791 * (pre-stable) mm: fix page table unmap for stack guard page properly
13792
13793 [ Mathieu J. Poirier ]
13794
13795 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
13796 - LP: #591941
13797
13798 [ Upstream Kernel Changes ]
13799
13800 * timer: add on-stack deferrable timer interfaces
13801 - LP: #601057
13802 * x86 platform driver: intelligent power sharing driver
13803 - LP: #601057
13804 * IPS driver: add GPU busy and turbo checking
13805 - LP: #601057
13806 * X86: intel_ips, check for kzalloc properly
13807 - LP: #601057
13808 * ips driver: make it less chatty
13809 - LP: #601057
13810
13811 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
13812
13813 linux (2.6.35-16.22) maverick; urgency=low
13814
13815 [ Andy Whitcroft ]
13816
13817 * debian -- more agressivly clean up after depmod on purge
13818 - LP: #618591
13819
13820 [ Henrik Rydberg ]
13821
13822 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
13823
13824 [ Leann Ogasawara ]
13825
13826 * ubuntu: iscsitarget -- version 1.4.20.2
13827 * ubuntu: rtl8192se -- update to version 0017.0507.2010
13828 * rebase to v2.6.35.2
13829 * [Config] update configs following rebase to v2.6.35.2
13830 * [Config] update ports configs following rebase to v2.6.35.2
13831
13832 [ Luke Yelavich ]
13833
13834 * [Config] Enable new firewire stack on powerpc
13835
13836 [ Mathieu J. Poirier ]
13837
13838 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
13839 - LP: #608266
13840
13841 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
13842
13843 linux (2.6.35-15.21) maverick; urgency=low
13844
13845 [ Luke Yelavich ]
13846
13847 * [Config] CONFIG_SND_USB_UA101=m for all architectures
13848
13849 [ Upstream Kernel Changes ]
13850
13851 * Input: introduce MT event slots
13852 * Input: document the MT event slot protocol
13853 * (pre-stable) sched: Revert nohz_ratelimit() for now
13854 * (pre-stable) drm/radeon/kms: add missing copy from user
13855 - LP: #606081
13856
13857 [ Leann Ogasawara ]
13858
13859 * rebase to v2.6.35.1
13860
13861 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
13862
13863 linux (2.6.35-14.20) maverick; urgency=low
13864
13865 [ Andy Whitcroft ]
13866
13867 * update Vcs-Git to point to maverick repo
13868 * debian -- include the debian packaging in the -source package
13869 - LP: #608674
13870 * select debian source format 1.0
13871 * add support for building selected stages of kernel
13872 - LP: #603087
13873 * cleanup conditional dependancy handling
13874 - LP: #603087
13875
13876 [ Upstream Kernel Changes ]
13877
13878 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
13879 - LP: #582199, #586418, #588031
13880 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
13881 - LP: #582199, #586418, #588031
13882 * sched: Revert nohz_ratelimit() for now
13883
13884 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
13885
13886 linux (2.6.35-14.19) maverick; urgency=low
13887
13888 [ Leann Ogasawara ]
13889
13890 * rebase to v2.6.35
13891
13892 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
13893
13894 linux (2.6.35-13.18) maverick; urgency=low
13895
13896 [ Andy Whitcroft ]
13897
13898 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
13899 * SAUCE: add tracing for user initiated readahead requests
13900 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13901 switch
13902 * SAUCE: vt -- allow grub to request automatic vt_handoff
13903 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13904 * SAUCE: drm -- stop early access to drm devices
13905
13906 [ Bryan Wu ]
13907
13908 * CONFIG: compile in OTG driver and Transceiver driver
13909 - LP: #566645
13910 * remove OTG modules from modules list file
13911
13912 [ John Johansen ]
13913
13914 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
13915 - LP: #581525, #599450
13916 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
13917 * SAUCE: AppArmor 2.4 compatibility patch
13918 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
13919 * SAUCE: fix pv-ops for legacy Xen
13920 * SAUCE: blkfront: default to sd devices
13921 * [Config] Build in drivers required for Xen pv-ops
13922
13923 [ Leann Ogasawara ]
13924
13925 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
13926 size."
13927
13928 [ Lee Jones ]
13929
13930 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
13931 - LP: #608095
13932 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
13933 just revision
13934 - LP: #608095
13935 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
13936 - LP: #608095
13937 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
13938 - LP: #608095
13939
13940 [ Upstream Kernel Changes ]
13941
13942 * agp/intel: Use the correct mask to detect i830 aperture size.
13943 - LP: #597075
13944
13945 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
13946
13947 linux (2.6.35-12.17) maverick; urgency=low
13948
13949 [ Leann Ogasawara ]
13950
13951 * rebase to v2.6.35-rc6
13952 * [Config] update configs following rebase to v2.6.35-rc6
13953 * [Config] update ports configs following rebase to v2.6.35-rc6
13954 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
13955
13956 [ Leann Ogasawara ]
13957
13958 * rebase to v2.6.35-rc6
13959
13960 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
13961
13962 linux (2.6.35-11.16) maverick; urgency=low
13963
13964 [ Leann Ogasawara ]
13965
13966 * Bump ABI for new compiler update
13967
13968 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
13969
13970 linux (2.6.35-10.15) maverick; urgency=low
13971
13972 [ Leann Ogasawara ]
13973
13974 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
13975 device"
13976 * [Config] Enable CONFIG_M686=y
13977 - LP: #592495
13978
13979 [ Upstream Kernel Changes ]
13980
13981 * tracing: Add alignment to syscall metadata declarations
13982
13983 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
13984
13985 linux (2.6.35-9.14) maverick; urgency=low
13986
13987 [ Andy Whitcroft ]
13988
13989 * ubuntu: AUFS -- add BOM and automated update script
13990 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
13991
13992 [ John Johansen ]
13993
13994 * [Config] Enable DRBD as a module
13995
13996 [ Kees Cook ]
13997
13998 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
13999 - LP: #604407
14000
14001 [ Leann Ogasawara ]
14002
14003 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
14004 - LP: #606139
14005 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
14006 - LP: #606139
14007 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14008 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14009
14010 [ Lee Jones ]
14011
14012 * Stop ARM boards crashing when CUPS is loaded
14013 - LP: #601226
14014
14015 [ Upstream Kernel Changes ]
14016
14017 * perf probe: Support tracing an entry of array
14018 * perf probe: Support static and global variables
14019
14020 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
14021
14022 linux (2.6.35-8.13) maverick; urgency=low
14023
14024 [ Kees Cook ]
14025
14026 * SAUCE: Yama: check PTRACE using thread group leader
14027 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
14028 - LP: #603716
14029
14030 [ Leann Ogasawara ]
14031
14032 * rebase to v2.6.35-rc5
14033 * [Config] update configs following rebase to v2.6.35-rc5
14034
14035 [ Nicolas Pitre ]
14036
14037 * SAUCE: make ndiswrapper available on X86 only
14038
14039 [ Tim Gardner ]
14040
14041 * [Config] Added ums-cypress to udeb
14042 - LP: #576066
14043 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
14044 * [Config] CONFIG_NDISWRAPPER=m across all configs
14045
14046 [ Upstream Kernel Changes ]
14047
14048 * HID: magicmouse: report last touch up
14049 * rebase to 2.6.35-rc5
14050
14051 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
14052
14053 linux (2.6.35-7.12) maverick; urgency=low
14054
14055 [ Tim Gardner ]
14056
14057 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
14058 - LP: #597075
14059
14060 [ Upstream Kernel Changes ]
14061
14062 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
14063 (squashed)
14064
14065 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
14066
14067 linux (2.6.35-7.11) maverick; urgency=low
14068
14069 [ Tim Gardner ]
14070
14071 * [Config] CONFIG_X86_MRST=n
14072
14073 [ Upstream Kernel Changes ]
14074
14075 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
14076 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
14077 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
14078
14079 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
14080
14081 linux (2.6.35-7.10) maverick; urgency=low
14082
14083 [ Kees Cook ]
14084
14085 * SAUCE: security: create task_free security callback
14086 * SAUCE: Yama: add PTRACE exception tracking and interface
14087 * SAUCE: security: unconditionally chain to Yama LSM
14088 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
14089 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
14090 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
14091 * [Upstream] security: Yama LSM
14092 * [Config] Enable CONFIG_SECURITY_YAMA=y
14093
14094 [ Tim Gardner ]
14095
14096 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
14097
14098 [ Upstream Kernel Changes ]
14099
14100 * rebase to 2.6.35-rc4
14101
14102 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
14103
14104 linux (2.6.35-6.9) maverick; urgency=low
14105
14106 [ Tim Gardner ]
14107
14108 * [Upstream] direct_splice_actor() should not use pos in sd
14109 - LP: #588861
14110
14111 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
14112
14113 linux (2.6.35-6.8) maverick; urgency=low
14114
14115 [ Mathieu J. Poirier ]
14116
14117 * ARM: Adding regulator supply for vdds_sdi.
14118 - LP: #597904
14119
14120 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
14121
14122 linux (2.6.35-6.7) maverick; urgency=low
14123
14124 [ Alberto Milone ]
14125
14126 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
14127
14128 [ Chase Douglas ]
14129
14130 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
14131 of mouse
14132 * [Upstream] HID: magicmouse: disable and add module param for scroll
14133 acceleration
14134 * [Upstream] HID: magicmouse: properly account for scroll movement in
14135 state
14136 * [Upstream] HID: magicmouse: add param for scroll speed
14137 * [Upstream] HID: magicmouse: enable horizontal scrolling
14138
14139 [ Henrik Rydberg ]
14140
14141 * [Upstream] Input: evdev - convert to dynamic event buffer
14142 * [Upstream] Input: evdev - use driver hint to compute size of event
14143 buffer
14144 * [Upstream] Input: bcm5974 - set the average number of events per MT
14145 event packet
14146 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
14147 * [Upstream] Input: evdev - never leave the client buffer empty after
14148 write
14149
14150 [ John Johansen ]
14151
14152 * SAUCE: AppArmor: -- mainline 2010-06-23
14153 * SAUCE: AppArmor 2.4 compatibility patch
14154 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
14155
14156 [ Leann Ogasawara ]
14157
14158 * [Config] Enable CONFIG_INTR_REMAP=y
14159 - LP: #597091
14160 * [Config] Enable CONFIG_X86_X2APIC
14161 - LP: #597091
14162
14163 [ Mathieu J. Poirier ]
14164
14165 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
14166 - LP: #594382
14167
14168 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
14169
14170 linux (2.6.35-5.6) maverick; urgency=low
14171
14172 [ Amit Kucheria ]
14173
14174 * [Config] update omap flavour description
14175
14176 [ Andy Whitcroft ]
14177
14178 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
14179 - LP: #570500, #576274
14180 * SAUCE: add option to hand off all kernel parameters to init
14181 - LP: #586386
14182 * [Config] enable passing all kernel command line to init
14183 - LP: #586386
14184 * [Config] disable CONFIG_VMI
14185 - LP: #537601
14186 * [Config] enable CONFIG_IPV6_SIT_6RD
14187 - LP: #591869
14188 * [Config] enable CONFIG_VMWARE_BALOON as module
14189 - LP: #592039
14190
14191 [ Leann Ogasawara ]
14192
14193 * Revert "SAUCE: pm: Config option to disable handling of console during
14194 suspend/resume"
14195 - LP: #594885
14196 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
14197 * [Config] ports: enable passing all kernel command line to init
14198 - LP: #586386
14199 * [Config] Enable CONFIG_FB_VESA=y for x86
14200 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
14201 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
14202 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
14203 - LP: #493156
14204
14205 [ Mathieu Poirier ]
14206
14207 * ARM: Adding MosChip MCS7830 to nic-usb
14208 - LP: #584920
14209
14210 [ Upstream Kernel Changes ]
14211
14212 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
14213 * docbook: need xmldoclinks for all doc types
14214 * perf probe: Add kernel source path option
14215
14216 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
14217
14218 linux (2.6.35-4.5) maverick; urgency=low
14219
14220 [ Leann Ogasawara ]
14221
14222 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
14223 size (rev2)"
14224 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
14225 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
14226 (rev4)"
14227 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
14228 modules"
14229 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
14230 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
14231 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
14232
14233 [ Tim Gardner ]
14234
14235 * [Config] CONFIG_NFS_FSCACHE=y
14236 - LP: #440522
14237 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
14238 - LP: #440522
14239
14240 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
14241
14242 linux (2.6.35-3.4) maverick; urgency=low
14243
14244 [ Andy Whitcroft ]
14245
14246 * debian -- ensure the version number is clean
14247
14248 [ Henrik Rydberg ]
14249
14250 * [Upstream] Introduce MT event slots (rev 5)
14251 * [Upstream] Document the MT event slot protocol (rev5)
14252 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
14253 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
14254 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
14255 (rev2)
14256
14257 [ Leann Ogasawara ]
14258
14259 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
14260 * Revert "SAUCE: hostap: send events on data interface as well as master
14261 interface"
14262 * Revert "Fix webcam having USB ID 0ac8:303b"
14263 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
14264 * rebase to v2.6.35-rc3
14265
14266 [ Maxim Levitsky ]
14267
14268 * [Config] Enable new Smartmedia/xD translation layer
14269 - LP: #202490
14270
14271 [ Upstream Kernel Changes ]
14272
14273 * net: fix deliver_no_wcard regression on loopback device
14274
14275 [ Upstream changes ]
14276
14277 * rebased to v2.6.35-rc3
14278
14279 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
14280
14281 linux (2.6.35-2.3) maverick; urgency=low
14282
14283 [ Bryan Wu ]
14284
14285 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14286
14287 [ Leann Ogasawara ]
14288
14289 * [Config] armel: Enable CONFIG_BNX2=m
14290 * [Config] ports: Enable CONFIG_BNX2X=m
14291 * SAUCE: armel: define get_dma_ops to fix FTBS
14292
14293 [ Tim Gardner ]
14294
14295 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14296 are allocated queues
14297 - LP: #591416
14298
14299 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14300
14301 linux (2.6.35-2.2) maverick; urgency=low
14302
14303 [ Andy Whitcroft ]
14304
14305 * [Config] d-i: make armel configuration versatile flavour specific
14306 - LP: #588805
14307 * [Config] d-i: enable .udebs for omap flavour
14308 - LP: #588805
14309
14310 [ Kees Cook ]
14311
14312 * ptrace: limit scope to attach only (allow read)
14313 - LP: #589656
14314
14315 [ Leann Ogasawara ]
14316
14317 * rebase to v2.6.35-rc2
14318 * [Config] update configs following rebase to v2.6.35-rc2
14319 * [Config] update port configs following rebase to v2.6.35-rc2
14320
14321 [ Lee Jones ]
14322
14323 * Enable perf to be more helpful when perf_<version> does not exist.
14324 - LP: #570500
14325 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14326
14327 [ Tim Gardner ]
14328
14329 * [Config] Update bnx2 udeb firmware files
14330 - LP: #589304
14331
14332 [ Upstream changes ]
14333
14334 * rebased to v2.6.35-rc2
14335
14336 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14337
14338 linux (2.6.35-1.1) maverick; urgency=low
14339
14340 [ Andy Whitcroft ]
14341
14342 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14343 - LP: #587888
14344 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14345
14346 [ Leann Ogasawara ]
14347
14348 * rebase to v2.6.35-rc1
14349 * [Config] update configs following rebase to v2.6.35-rc1
14350 * [Config] update port configs following rebase to v2.6.35-rc1
14351 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14352 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14353 * SAUCE: ndiswrapper: convert multicast list to list_head
14354 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14355 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14356 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14357 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14358 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14359 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14360 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14361 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14362 * [Config] [FTBS] armel: Temporarily disable bnx2
14363 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14364 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14365 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14366 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14367 gpio_set_debounce
14368
14369 [ Upstream Kernel Changes ]
14370
14371 * of/usb: fix build error due to of_node pointer move
14372 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14373 * powerpc/fsl-booke: fix the case where we are not in the first page
14374 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14375 * powerpc/kexec: Add support for FSL-BookE
14376 * greth: Fix build after OF device conversions.
14377
14378 [ Upstream changes ]
14379
14380 * rebased to v2.6.35-rc1
14381
14382 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14383
14384 linux (2.6.35-1.0) UNRELEASED; urgency=low
14385
14386 [ Leann Ogasawara ]
14387
14388 * Null entry.
14389
14390 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14391
14392 linux (2.6.34-5.14) maverick; urgency=low
14393
14394 [ Tim Gardner ]
14395
14396 * [Config] Added module inclusion support
14397 * [Config] Added virtual flavour module inclusion list and d-i package
14398 definitions
14399
14400 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14401
14402 linux (2.6.34-5.13) maverick; urgency=low
14403
14404 [ Andy Whitcroft ]
14405
14406 * Revert "ubuntu: AUFS -- aufs2 20091209"
14407 * Revert "ubuntu: AUFS -- export various core functions
14408 (aufs2-standalone.patch)"
14409 * Revert "ubuntu: AUFS -- export various core functions
14410 (aufs2-base.patch)"
14411 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14412 - LP: #587888
14413 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14414 - LP: #587888
14415 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14416 - LP: #587888
14417 * [Config] AUFS -- enable aufs options
14418 - LP: #587888
14419
14420 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14421
14422 linux (2.6.34-5.12) maverick; urgency=low
14423
14424 [ Andy Whitcroft ]
14425
14426 * enforce -- ensure SYSFS compatibility is disabled
14427
14428 [ Chase Douglas ]
14429
14430 * build with libdw-dev for perf probe symbol support
14431 * maverick ftrace configuration changes
14432
14433 [ Kees Cook ]
14434
14435 * Revert "SAUCE: x86: brk away from exec rand area"
14436 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14437 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14438 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14439 - LP: #369978
14440 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14441 * SAUCE: x86: brk away from exec rand area
14442 - LP: #452175
14443 * SAUCE: ptrace: restrict ptrace scope to children
14444
14445 [ Leann Ogasawara ]
14446
14447 * Add new omap flavour to getabis
14448 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14449 - LP: #585490
14450 * build/modules: Temorarily add ignore.modules
14451 * ubuntu: iscsitarget -- version 1.4.20.1
14452
14453 [ Loïc Minier ]
14454
14455 * SAUCE: [um] Don't use nx_enabled under UML
14456 - LP: #524849
14457
14458 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14459
14460 linux (2.6.34-4.11) maverick; urgency=low
14461
14462 [ Amit Kucheria ]
14463
14464 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14465 * [Config] Add support for OMAP-mainline flavour
14466
14467 [ Andy Whitcroft ]
14468
14469 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14470 userspace
14471 - LP: #583733
14472
14473 [ Chase Douglas ]
14474
14475 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14476 are present"
14477 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14478 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14479 load detect pipe"
14480
14481 [ Kees Cook ]
14482
14483 * SAUCE: fs: block cross-uid sticky symlinks
14484 * SAUCE: fs: block hardlinks to non-accessible sources
14485
14486 [ Koen Kooi ]
14487
14488 * SAUCE: board-omap3-beagle: add DSS2 support
14489
14490 [ Leann Ogasawara ]
14491
14492 * Revert "staging/go7007 -- disable"
14493 * Revert "[Config] staging/winbond -- disable"
14494 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14495 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14496 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14497 controller"
14498 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14499 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14500 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14501 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14502 chipsets."
14503 * Revert "[Upstream] b43: Declare all possible firmware files."
14504 * Revert "add Breaks: against hardy lvm2"
14505 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14506 id on Vmware ESX Server"
14507 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14508 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14509 * [Config] Enable CONFIG_USB=y for armel and sparc
14510 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14511 * [Config] Enable CONFIG_RFKILL=y for ports
14512 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14513 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14514 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14515 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14516 * [Config] Enable CONFIG_LIBERTAS_MESH=y
14517 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
14518 * [Config] CONFIG_RT2800USB_UNKNOWN=y
14519 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
14520 * [Config] Enable CONFIG_CEPH_FS=m
14521 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
14522 * [Config] Enable CONFIG_EEEPC_WMI=m
14523 * [Config] Enable CONFIG_RT2800PCI=m
14524 * [Config] Enable CONFIG_SCSI_HPSA=m
14525 * [Config] Enable CONFIG_VHOST_NET=m
14526 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
14527 - LP: #582350
14528 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
14529 - LP: #579300
14530 * [Config] Enable CONFIG_PCIEASPM=y
14531 - LP: #333990
14532 * [Config] updateconfigs for OMAP flavour
14533
14534 [ Loïc Minier ]
14535
14536 * Enable perf tools on armel
14537
14538 [ Tim Gardner ]
14539
14540 * SAUCE: Updated ndiswrapper to 1.56
14541 - LP: #582555
14542 * [Config] Added virtual flavour
14543 * [Config] Remove support for sub-flavours
14544 * [Config] Removed amd64 preempt flavour
14545 * [Config] updateconfigs, updateportsconfigs after flavour munging
14546
14547 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
14548
14549 linux (2.6.34-3.10) maverick; urgency=low
14550
14551 [ Leann Ogasawara ]
14552
14553 * rebase to v2.6.34
14554
14555 [ Upstream changes ]
14556
14557 * rebased to v2.6.34
14558
14559 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
14560
14561 linux (2.6.34-2.9) maverick; urgency=low
14562
14563 [ Leann Ogasawara ]
14564
14565 * [Config] [FTBS] Disable comedi for armel
14566
14567 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
14568
14569 linux (2.6.34-2.8) maverick; urgency=low
14570
14571 [ Leann Ogasawara ]
14572
14573 * Drop lpia
14574 * [Config] [FTBS] disable KVM
14575 * [Config] [FTBS] disable ipr for armel
14576
14577 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
14578
14579 linux (2.6.34-2.7) maverick; urgency=low
14580
14581 [ Leann Ogasawara ]
14582
14583 * [Config] disable CONFIG_SCSI_IPR on powerpc
14584 * [Config] Remove 386 flavour per UDS discussion
14585
14586 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
14587
14588 linux (2.6.34-1.6) maverick; urgency=low
14589
14590 [ Chase Douglas ]
14591
14592 * enforce CONFIG_TMPFS_POSIX_ACL=y
14593 - LP: #575940
14594 * don't force module dependency checking
14595 - LP: #577029
14596
14597 [ Kees Cook ]
14598
14599 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
14600 - LP: #568844
14601
14602 [ Leann Ogasawara ]
14603
14604 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
14605 * rebase to v2.6.34-rc7
14606 * [Config] update configs following rebase to v2.6.34-rc7
14607 * [Config] update port configs following rebase to v2.6.34-rc7
14608 * Add btrfs to the udebs
14609
14610 [ Tim Gardner ]
14611
14612 * [Config] Add atl1c to nic-modules udeb
14613 - LP: #557130
14614
14615 [ Upstream changes ]
14616
14617 * rebased to v2.6.34-rc7
14618
14619 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
14620
14621 linux (2.6.34-1.5) UNRELEASED; urgency=low
14622
14623 [ Leann Ogasawara ]
14624
14625 * rebase to v2.6.34-rc6
14626 * [Config] update configs following rebase to v2.6.34-rc6
14627 * [Config] update port configs following rebase to v2.6.34-rc6
14628
14629 [ Upstream changes ]
14630
14631 * rebased to v2.6.34-rc6
14632
14633 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
14634
14635 linux (2.6.34-1.4) UNRELEASED; urgency=low
14636
14637 [ Leann Ogasawara ]
14638
14639 * rebase to v2.6.34-rc5
14640 * [Config] update ports configs following rebase to v2.6.34-rc5
14641
14642 [ Upstream changes ]
14643
14644 * rebased to v2.6.34-rc5
14645
14646 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
14647
14648 linux (2.6.34-1.3) UNRELEASED; urgency=low
14649
14650 [ Leann Ogasawara ]
14651
14652 * rebase to v2.6.34-rc4
14653 * [Config] update configs following rebase to v2.6.34-rc4
14654 * [Config] update port configs following rebase to v2.6.34-rc4
14655 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
14656
14657 [ Upstream changes ]
14658
14659 * rebased to v2.6.34-rc4
14660
14661 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
14662
14663 linux (2.6.34-1.2) UNRELEASED; urgency=low
14664
14665 [ Leann Ogasawara ]
14666
14667 * Temorarily disable building linux-doc
14668 * rebase to v2.6.34-rc3
14669 * [Config] update configs following rebase to v2.6.34-rc3
14670 * [Config] update port configs following rebase to v2.6.34-rc3
14671
14672 [ Upstream changes ]
14673
14674 * rebased to v2.6.34-rc3
14675
14676 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
14677
14678 linux (2.6.34-1.1) UNRELEASED; urgency=low
14679
14680 [ Leann Ogasawara ]
14681
14682 * rebase to v2.6.34-rc2
14683 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
14684 * [Config] update port configs following rebase to v2.6.34-rc2
14685 * [Config] update configs following rebase to v2.6.34-rc2
14686
14687 [ Upstream changes ]
14688
14689 * rebased to v2.6.34-rc2
14690
14691 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
14692
14693 linux (2.6.33-1.1) UNRELEASED; urgency=low
14694
14695 [ Leann Ogasawara ]
14696
14697 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
14698 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
14699 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
14700 * ubuntu: lirc -- rename kfifo_put and kfifo_get
14701 * ubuntu: iscsitarget -- rename daddr inet_sock field
14702 * rebased to v2.6.33
14703 * [Config] update configs following rebase to v2.6.33
14704 * [Config] update ports configs following rebase to v2.6.33
14705
14706 [ Upstream changes ]
14707
14708 * rebased to v2.6.33
14709
14710 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
14711
14712 linux (2.6.33-0.0) UNRELEASED; urgency=low
14713
14714 [ Leann Ogasawara ]
14715
14716 * Null entry.
14717
14718 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
14719
14720 linux (2.6.32-16.25) lucid; urgency=low
14721
14722 [ Andy Whitcroft ]
14723
14724 * linux-tools -- move to Suggests: with explicit seeding
14725 - LP: #534635
14726
14727 [ Tim Gardner ]
14728
14729 * [Config] CONFIG_HID=m
14730
14731 [ Upstream Kernel Changes ]
14732
14733 * (pre-stable) sched: Fix SMT scheduler regression in
14734 find_busiest_queue()
14735 * KVM: introduce kvm_vcpu_on_spin
14736 * KVM: VMX: Add support for Pause-Loop Exiting
14737
14738 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
14739
14740 linux (2.6.32-16.24) lucid; urgency=low
14741
14742 [ Andy Whitcroft ]
14743
14744 * armel -- perf userspace does not support arm
14745 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
14746
14747 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
14748
14749 linux (2.6.32-16.23) lucid; urgency=low
14750
14751 [ Andy Whitcroft ]
14752
14753 * SAUCE: PM report driver and device suspend/resume times -- move config
14754 * update to standards version 3.8.4.0
14755 * printenv -- expose all of the package selectors
14756 * source package -- cleanup source content control
14757 * doc package -- ensure we do build package content on buildd
14758 * lintian -- correct the address in the debian/copyright
14759 * lintian -- update debhelper package version dependancy
14760 * lintian -- fix ghostscript dependancy
14761 * lintian -- add required misc:Depends
14762 * lintian -- move our debhelper compat level to debian/compat
14763 * perf -- build the kernel carried tools
14764 * perf -- add linux-tools carrying the version switches and manuals
14765 * SAUCE: fix up Kconfig for staging drivers
14766 * [Config] enable NOUVEAU etc following drm backport
14767 * update DRM to mainline v2.6.33
14768 * [Config] Remove AppArmor config options that no longer exist (ports)
14769 * [Config] updateportsconfigs following drm update
14770
14771 [ John Johansen ]
14772
14773 * ubuntu: AppArmor -- update to mainline 2010-03-04
14774 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
14775 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
14776 * [Config] Remove AppArmor config options that no longer exist
14777
14778 [ Manoj Iyer ]
14779
14780 * ubuntu: rtl8192se -- version 2010-0115,0014
14781 - LP: #530275
14782 * [Config] added CONFIG_RTL8192SE module.
14783 - LP: #530275
14784
14785 [ Tim Gardner ]
14786
14787 * [Config] Added vmw_pvscsi to d-i/scsi-modules
14788 - LP: #531017
14789 * [Upstream] netfilter: xt_recent: Add an entry reaper
14790
14791 [ Upstream Kernel Changes ]
14792
14793 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
14794 emulation"
14795 * Revert "KVM: x86 emulator: Fix popf emulation"
14796 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
14797 emulation"
14798 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
14799 * Revert "KVM: fix memory access during x86 emulation."
14800 * Add vlan (8021.Q) module package for d-i.
14801 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14802 Inspiron 700m
14803 - LP: #515246
14804 * [Upstream] docbook: need xmldoclinks for all doc types
14805 * x86: set_personality_ia32() misses force_personality32
14806 * lib: Introduce generic list_sort function
14807 * drm/nv50: Implement ctxprog/state generation.
14808 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
14809 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14810 Inspiron 700m
14811 - LP: #515246
14812
14813 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
14814
14815 linux (2.6.32-15.22) lucid; urgency=low
14816
14817 [ Andy Whitcroft ]
14818
14819 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
14820 * Revert "SAUCE: PM report driver and device suspend/resume times."
14821 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
14822
14823 [ Manoj Iyer ]
14824
14825 * SAUCE: PM report driver and device suspend/resume times.
14826
14827 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
14828
14829 linux (2.6.32-15.21) lucid; urgency=low
14830
14831 [ Andy Whitcroft ]
14832
14833 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
14834 * Revert "[Config] lenovo-sl-laptop -- enable"
14835 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
14836 * armel -- cramfs module will no longer be built
14837 * d-i -- make all modules optional
14838 * rename the debug packages to match archive standard
14839 - LP: #527837
14840 * lenovo-sl-laptop is no longer built
14841
14842 [ Colin Ian King ]
14843
14844 * Disable 4MB page tables for Atom, work around errata AAE44
14845 - LP: #523112
14846
14847 [ Colin Watson ]
14848
14849 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
14850 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
14851
14852 [ Jesse Barnes ]
14853
14854 * SAUCE: drm/i915: don't change DRM configuration when releasing load
14855 detect pipe
14856 - LP: #488328
14857
14858 [ Loïc Minier ]
14859
14860 * [Config] armel Update versatile initrd configs
14861 - LP: #524893
14862 * SAUCE: [um] Don't use nx_enabled under UML
14863 - LP: #524849
14864
14865 [ Manoj Iyer ]
14866
14867 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
14868
14869 [ Mario Limonciello ]
14870
14871 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
14872
14873 [ Rafael J. Wysocki ]
14874
14875 * SAUCE: PM report driver and device suspend/resume times.
14876
14877 [ Surbhi Palande ]
14878
14879 * Revert "[Upstream] e1000e: enhance frame fragment detection"
14880 - CVE-2009-4538
14881 * Revert "[Upstream] e1000: enhance frame fragment detection"
14882 - CVE-2009-4536
14883
14884 [ Tim Gardner ]
14885
14886 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
14887 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
14888 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
14889
14890 [ Upstream Kernel Changes ]
14891
14892 * Revert "(pre-stable) eCryptfs: Add getattr function"
14893 * Fix potential crash with sys_move_pages
14894 * futex_lock_pi() key refcnt fix
14895 * futex: Handle user space corruption gracefully
14896 * futex: Handle futex value corruption gracefully
14897 * Fix race in tty_fasync() properly
14898 * hwmon: (w83781d) Request I/O ports individually for probing
14899 * hwmon: (lm78) Request I/O ports individually for probing
14900 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
14901 * ALSA: ctxfi - fix PTP address initialization
14902 * drm/i915: disable hotplug detect before Ironlake CRT detect
14903 * drm/i915: enable self-refresh on 965
14904 * drm/i915: Disable SR when more than one pipe is enabled
14905 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
14906 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
14907 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
14908 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
14909 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
14910 * i2c-tiny-usb: Fix on big-endian systems
14911 * drm/i915: handle FBC and self-refresh better
14912 * drm/i915: Increase fb alignment to 64k
14913 * drm/i915: Update write_domains on active list after flush.
14914 * regulator: Fix display of null constraints for regulators
14915 * ALSA: hda-intel: Avoid divide by zero crash
14916 * CPUFREQ: Fix use after free of struct powernow_k8_data
14917 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
14918 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
14919 * ioat: fix infinite timeout checking in ioat2_quiesce
14920 * resource: add helpers for fetching rlimits
14921 * fs/exec.c: restrict initial stack space expansion to rlimit
14922 * cifs: fix length calculation for converted unicode readdir names
14923 * NFS: Fix a reference leak in nfs_wb_cancel_page()
14924 * NFS: Try to commit unstable writes in nfs_release_page()
14925 * NFSv4: Don't allow posix locking against servers that don't support it
14926 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
14927 * NFS: Fix an Oops when truncating a file
14928 * NFS: Fix a umount race
14929 * NFS: Fix a bug in nfs_fscache_release_page()
14930 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
14931 * md: fix 'degraded' calculation when starting a reshape.
14932 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
14933 * Export the symbol of getboottime and mmonotonic_to_bootbased
14934 * kvmclock: count total_sleep_time when updating guest clock
14935 * KVM: PIT: control word is write-only
14936 * tpm_infineon: fix suspend/resume handler for pnp_driver
14937 * amd64_edac: Do not falsely trigger kerneloops
14938 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
14939 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
14940 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
14941 * netfilter: xtables: compat out of scope fix
14942 * netfilter: nf_conntrack: fix hash resizing with namespaces
14943 * drm/i915: remove full registers dump debug
14944 * drm/i915: add i915_lp_ring_sync helper
14945 * drm/i915: Don't wait interruptible for possible plane buffer flush
14946 * dasd: remove strings from s390dbf
14947 * crypto: padlock-sha - Add import/export support
14948 * wmi: Free the allocated acpi objects through wmi_get_event_data
14949 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
14950 * /dev/mem: introduce size_inside_page()
14951 * devmem: check vmalloc address on kmem read/write
14952 * devmem: fix kmem write bug on memory holes
14953 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
14954 of value 0.
14955 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
14956 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
14957 * dst: call cond_resched() in dst_gc_task()
14958 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
14959 * befs: fix leak
14960 * rtc-fm3130: add missing braces
14961 * Call flush_dcache_page after PIO data transfers in libata-sff.c
14962 * ahci: add Acer G725 to broken suspend list
14963 * pktgen: Fix freezing problem
14964 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
14965 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
14966 * x86: Re-get cfg_new in case reuse/move irq_desc
14967 * Staging: fix rtl8187se compilation errors with mac80211
14968 * ALSA: usb-audio - Avoid Oops after disconnect
14969 * serial: 8250: add serial transmitter fully empty test
14970 * sysfs: sysfs_sd_setattr set iattrs unconditionally
14971 * class: Free the class private data in class_release
14972 * USB: usbfs: only copy the actual data received
14973 * USB: usbfs: properly clean up the as structure on error paths
14974 * rtl8187: Add new device ID
14975 * ACPI: Add NULL pointer check in acpi_bus_start
14976 * ACPI: fix High cpu temperature with 2.6.32
14977 * drm/radeon/kms: use udelay for short delays
14978 * NFS: Too many GETATTR and ACCESS calls after direct I/O
14979 * eCryptfs: Add getattr function
14980 * b43: Fix throughput regression
14981 * ath9k: Fix sequence numbers for PAE frames
14982 * mac80211: Fix probe request filtering in IBSS mode
14983 * iwlwifi: Fix to set correct ht configuration
14984 * dm stripe: avoid divide by zero with invalid stripe count
14985 * dm log: userspace fix overhead_size calcuations
14986 * Linux 2.6.32.9
14987 * sfc: Fix SFE4002 initialisation
14988 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
14989 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
14990 * (pre-stable) HID: handle joysticks with large number of buttons
14991 - LP: #492056
14992 * (pre-stable) HID: extend mask for BUTTON usage page
14993 - LP: #492056
14994 * PM: Measure device suspend and resume times
14995 * e1000: enhance frame fragment detection
14996 - CVE-2009-4536
14997 * e1000e: enhance frame fragment detection
14998 - CVE-2009-4538
14999 * KVM: fix memory access during x86 emulation.
15000 - CVE-2010-0306
15001 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
15002 - CVE-2010-0306
15003 * KVM: x86 emulator: Check IOPL level during io instruction emulation
15004 - CVE-2010-0306
15005 * KVM: x86 emulator: Fix popf emulation
15006 - CVE-2010-0306
15007 * KVM: x86 emulator: Check CPL level during privilege instruction
15008 emulation
15009 - CVE-2010-0306
15010 * Input: wacom - ensure the device is initialized properly upon resume
15011 * Input: wacom - add defines for packet lengths of various devices
15012 * Input: wacom - add support for new LCD tablets
15013 - LP: #516777
15014
15015 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
15016
15017 linux (2.6.32-14.20) lucid; urgency=low
15018
15019 [ Andy Whitcroft ]
15020
15021 * rebuild following the GCC update to match compiler for out of tree modules
15022 * Revert "[Config] drbd -- enable"
15023 * Revert "ubuntu: drbd -- version 8.3.1"
15024 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
15025 - LP: #510937
15026
15027 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
15028
15029 linux (2.6.32-14.19) lucid; urgency=low
15030
15031 [ Andy Whitcroft ]
15032
15033 * ensure we build the source package contents when enabled
15034 - LP: #522308
15035 * [Config] enable CONFIG_X86_MCE_XEON75XX
15036 * SAUCE: AppArmor -- add linux/kref.h for struct kref
15037 * [Config] enable CONFIG_HID_ORTEK
15038 * enable udeb generation for arm versatile flavour
15039 - LP: #522515
15040
15041 [ John Johansen ]
15042
15043 * ubuntu: AppArmor -- update to mainline 2010-02-18
15044 - LP: #439560, #496110, #507069
15045
15046 [ Johnathon Harris ]
15047
15048 * SAUCE: HID: add support for Ortek WKB-2000
15049 - LP: #405390
15050
15051 [ Upstream Kernel Changes ]
15052
15053 * tpm_tis: TPM_STS_DATA_EXPECT workaround
15054 - LP: #490487
15055 * x86, mce: Xeon75xx specific interface to get corrected memory error
15056 information
15057 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
15058 * x86, mce: Make xeon75xx memory driver dependent on PCI
15059 * drm/edid: Unify detailed block parsing between base and extension
15060 blocks
15061 - LP: #500999
15062 * (pre-stable) eCryptfs: Add getattr function
15063 - LP: #390833
15064
15065 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
15066
15067 linux (2.6.32-13.18) lucid; urgency=low
15068
15069 [ Andy Whitcroft ]
15070
15071 * Revert "enforcer -- make the enforcement configuration common"
15072 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
15073 (Dell E6x00 series)"
15074 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
15075 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
15076 0755"
15077 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
15078 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
15079 * Revert "SAUCE: make fc transport removal of target configurable"
15080 * enforcer -- make the enforcement configuration common
15081 * getabis -- add preempt flavour to the list
15082 * [Config] enforce DEVTMPFS options
15083 * [Config] armel -- cleanup to-be builtin modules
15084 * [Config] cleanup ports configs
15085 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
15086 - LP: #485536
15087 * add printdebian target to find branch target
15088 * distclean -- do not remove debian.env
15089 * [Config] generic-pae switch to M586TSC
15090 - LP: #519448
15091 * git-ubuntu-log -- commonise duplicated log handling
15092 * git-ubuntu-log -- tighten up Bug: NNNN matching
15093 * git-ubuntu-log -- sort the bug numbers
15094
15095 [ Chris Wilson ]
15096
15097 * (pre-stable) drm/i915: Increase fb alignment to 64k
15098 - LP: #404064
15099
15100 [ Eric Miao ]
15101
15102 * arm -- enable ubuntu/ directory
15103
15104 [ Huang Ying ]
15105
15106 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
15107 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
15108
15109 [ Loïc Minier ]
15110
15111 * [Config] cleanup preempt configuration
15112 * [Config] versatile: Fix video output
15113 - LP: #517594
15114 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
15115 * [Config] Large update to armel/versatile
15116 * [Config] versatile: Add RTC support
15117 * [Config] armel: Enable NEON
15118 * [Config] versatile: Builtin MMC support
15119 * [Config] versatile Builtin SCSI controller
15120 * [Config] armel Disable dma_cache_sync callers
15121 * [Config] armel Disable asm/time.h users
15122 * [Config] armel Disable out of range udelay()
15123 * [Config] armel Disable flush_cache_range() users
15124 * [Config] armel -- Enable ubuntu/ drivers
15125
15126 [ Steve Conklin ]
15127
15128 * SAUCE: drm/i915: Add display hotplug event on Ironlake
15129 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
15130
15131 [ Upstream Kernel Changes ]
15132
15133 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
15134 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
15135 in IRQ handler""
15136 * clockevent: Don't remove broadcast device when cpu is dead
15137 * clockevents: Add missing include to pacify sparse
15138 * ACPI: don't cond_resched if irq is disabled
15139 * be2net: Add support for next generation of BladeEngine device.
15140 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
15141 * mpt2sas: New device SAS2208 support is added
15142 * ar9170: Add support for D-Link DWA 160 A2
15143 * powerpc/fsl: Add PCI device ids for new QoirQ chips
15144 * davinci: dm646x: Add support for 3.x silicon revision
15145 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
15146 * Driver-Core: devtmpfs - set root directory mode to 0755
15147 * driver-core: fix devtmpfs crash on s390
15148 * vfs: get_sb_single() - do not pass options twice
15149 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
15150 * V4L/DVB (13569): smsusb: add autodetection support for five additional
15151 Hauppauge USB IDs
15152 * USB: mos7840: add device IDs for B&B electronics devices
15153 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
15154 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
15155 SubVendor ID: 0x1043 Device ID: 0x4847)
15156 * iTCO_wdt: Add support for Intel Ibex Peak
15157 * atl1c:use common_task instead of reset_task and link_chg_task
15158 * atl1e:disable NETIF_F_TSO6 for hardware limit
15159 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
15160 * V4L/DVB (13680b): DocBook/media: create links for included sources
15161 * netfilter: xtables: fix conntrack match v1 ipt-save output
15162 * partitions: read whole sector with EFI GPT header
15163 * partitions: use sector size for EFI GPT
15164 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
15165 * sched: Fix isolcpus boot option
15166 * sched: Fix missing sched tunable recalculation on cpu add/remove
15167 * nohz: Prevent clocksource wrapping during idle
15168 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
15169 * timers, init: Limit the number of per cpu calibration bootup messages
15170 * PCI: Always set prefetchable base/limit upper32 registers
15171 * iscsi class: modify handling of replacement timeout
15172 * NFS: Revert default r/wsize behavior
15173 * HID: fixup quirk for NCR devices
15174 * scsi_devinfo: update Hitachi entries (v2)
15175 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
15176 * scsi_transport_fc: remove invalid BUG_ON
15177 * lpfc: fix hang on SGI ia64 platform
15178 * libfc: fix typo in retry check on received PRLI
15179 * libfc: fix ddp in fc_fcp for 0 xid
15180 * fcoe: remove redundant checking of netdev->netdev_ops
15181 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
15182 * libfc: lport: fix minor documentation errors
15183 * libfc: don't WARN_ON in lport_timeout for RESET state
15184 * fcoe: initialize return value in fcoe_destroy
15185 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
15186 * libfc: fix memory corruption caused by double frees and bad error
15187 handling
15188 * libfc: fix free of fc_rport_priv with timer pending
15189 * libfc: remote port gets stuck in restart state without really
15190 restarting
15191 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
15192 * fcoe: Fix checking san mac address
15193 * fcoe: Fix getting san mac for VLAN interface
15194 * qlge: Remove explicit setting of PCI Dev CTL reg.
15195 * qlge: Set PCIE max read request size.
15196 * qlge: Don't fail open when port is not initialized.
15197 * qlge: Add handler for DCBX firmware event.
15198 * qlge: Bonding fix for mode 6.
15199 * PCI: AER: fix aer inject result in kernel oops
15200 * DMI: allow omitting ident strings in DMI tables
15201 * Input: i8042 - remove identification strings from DMI tables
15202 * Input: i8042 - add Gigabyte M1022M to the noloop list
15203 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
15204 * ALSA: hda - select IbexPeak handler for Calpella
15205 * ALSA: hda - Fix quirk for Maxdata obook4-1
15206 * ALSA: hda - Add missing Line-Out and PCM switches as slave
15207 * iTCO_wdt.c - cleanup chipset documentation
15208 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
15209 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
15210 * ahci: disable SNotification capability for ich8
15211 * ata_piix: fix MWDMA handling on PIIX3
15212 * md: fix small irregularity with start_ro module parameter
15213 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
15214 * cio: fix double free in case of probe failure
15215 * cio: dont panic in non-fatal conditions
15216 * netiucv: displayed TX bytes value much too high
15217 * ipc ns: fix memory leak (idr)
15218 * ALSA: hda - Fix HP T5735 automute
15219 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
15220 * UBI: fix memory leak in update path
15221 * UBI: initialise update marker
15222 * ASoC: fix a memory-leak in wm8903
15223 * mac80211: check that ieee80211_set_power_mgmt only handles STA
15224 interfaces.
15225 * cfg80211: fix channel setting for wext
15226 * KVM: S390: fix potential array overrun in intercept handling
15227 * KVM: only allow one gsi per fd
15228 * KVM: Fix race between APIC TMR and IRR
15229 * KVM: MMU: bail out pagewalk on kvm_read_guest error
15230 * KVM: x86: Fix host_mapping_level()
15231 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
15232 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
15233 * KVM: fix lock imbalance in kvm_*_irq_source_id()
15234 * KVM: only clear irq_source_id if irqchip is present
15235 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
15236 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
15237 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
15238 - LP: #516325
15239 * iwlwifi: Fix throughput stall issue in HT mode for 5000
15240 * fnctl: f_modown should call write_lock_irqsave/restore
15241 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
15242 CPUID drivers.
15243 * Linux 2.6.32.7
15244 * scsi_lib: Fix bug in completion of bidi commands
15245 * mptsas: Fix issue with chain pools allocation on katmai
15246 * mm: add new 'read_cache_page_gfp()' helper function
15247 * drm/i915: Selectively enable self-reclaim
15248 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
15249 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
15250 * x86: Set hotpluggable nodes in nodes_possible_map
15251 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
15252 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
15253 * zcrypt: Do not remove coprocessor for error 8/72
15254 * dasd: fix possible NULL pointer errors
15255 * ACPI: Add a generic API for _OSC -v2
15256 * ACPI: Add platform-wide _OSC support.
15257 * ACPI: fix OSC regression that caused aer and pciehp not to load
15258 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
15259 * UBI: fix volume creation input checking
15260 * e1000/e1000e: don't use small hardware rx buffers
15261 * drm/i915: Reload hangcheck timer too for Ironlake
15262 * Fix a leak in affs_fill_super()
15263 * Fix failure exits in bfs_fill_super()
15264 * fix oops in fs/9p late mount failure
15265 * fix leak in romfs_fill_super()
15266 * Fix remount races with symlink handling in affs
15267 * fix affs parse_options()
15268 * Fix failure exit in ipathfs
15269 * mm: fix migratetype bug which slowed swapping
15270 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
15271 NOMMU stack
15272 * Split 'flush_old_exec' into two functions
15273 * sparc: TIF_ABI_PENDING bit removal
15274 * x86: get rid of the insane TIF_ABI_PENDING bit
15275 * Input: winbond-cir - remove dmesg spam
15276 * x86: Disable HPET MSI on ATI SB700/SB800
15277 * iwlwifi: set default aggregation frame count limit to 31
15278 * drm/i915: only enable hotplug for detected outputs
15279 * firewire: core: add_descriptor size check
15280 * SECURITY: selinux, fix update_rlimit_cpu parameter
15281 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15282 * x86: Add Dell OptiPlex 760 reboot quirk
15283 - LP: #488319
15284 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15285 * x86/amd-iommu: Fix possible integer overflow
15286 * clocksource: fix compilation if no GENERIC_TIME
15287 * tcp: update the netstamp_needed counter when cloning sockets
15288 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15289 * net: restore ip source validation
15290 * af_packet: Don't use skb after dev_queue_xmit()
15291 * ax25: netrom: rose: Fix timer oopses
15292 * KVM: allow userspace to adjust kvmclock offset
15293 * oprofile/x86: add Xeon 7500 series support
15294 * oprofile/x86: fix crash when profiling more than 28 events
15295 * libata: retry link resume if necessary
15296 * mm: percpu-vmap fix RCU list walking
15297 * mm: purge fragmented percpu vmap blocks
15298 * block: fix bio_add_page for non trivial merge_bvec_fn case
15299 * Fix 'flush_old_exec()/setup_new_exec()' split
15300 * random: drop weird m_time/a_time manipulation
15301 * random: Remove unused inode variable
15302 * block: fix bugs in bio-integrity mempool usage
15303 * usb: r8a66597-hdc disable interrupts fix
15304 * connector: Delete buggy notification code.
15305 * be2net: Bug fix to support newer generation of BE ASIC
15306 * be2net: Fix memset() arg ordering.
15307 * mm: flush dcache before writing into page to avoid alias
15308 * mac80211: fix NULL pointer dereference when ftrace is enabled
15309 * imxfb: correct location of callbacks in suspend and resume
15310 * mx3fb: some debug and initialisation fixes
15311 * starfire: clean up properly if firmware loading fails
15312 * kernel/cred.c: use kmem_cache_free
15313 * uartlite: fix crash when using as console
15314 * pktcdvd: removing device does not remove its sysfs dir
15315 * ath9k: fix eeprom INI values override for 2GHz-only cards
15316 * ath9k: fix beacon slot/buffer leak
15317 * powerpc: TIF_ABI_PENDING bit removal
15318 * NET: fix oops at bootime in sysctl code
15319 * Linux 2.6.32.8
15320
15321 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15322
15323 linux (2.6.32-12.17) lucid; urgency=low
15324
15325 [ Andy Whitcroft ]
15326
15327 * restore linux-image prefix -- master
15328 * enforce -- we require SELINUX enabled -- master
15329 * enforce -- ensure APPARMOR is our default LSM -- master
15330 * make doc package completely optional -- master
15331 * make source package completely optional -- master
15332 * make linux-libc-dev completly optional -- master
15333 * convert package disable to a deps list -- master
15334 * allow common headers to switch from indep to arch -- master
15335 * convert binary package disable to a deps list -- master
15336 * add configuration option for a full source build tree -- master
15337 * add support for uImage kernels in package control scripts
15338 * getabis -- cleanup and parameterise repository list -- master
15339 * getabis -- move configuration to etc/getabi -- master
15340 * kernelconfig -- move configuration to etc -- master
15341 * rules -- make debian/debian.env master for branch name
15342 * set the current branch name -- master
15343 * pull back common debian.master files into debian -- master
15344 * enforcer -- make the enforcement configuration common
15345 * insert-changes -- correctly link to debian/rules in DROOT
15346
15347 [ Colin Watson ]
15348
15349 * future-proof ddeb handling against buildd changes
15350
15351 [ Eric Miao ]
15352
15353 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15354 X86
15355
15356 [ Loïc Minier ]
15357
15358 * Add modules.builtin.bin to prerm rm list
15359 - LP: #516584
15360
15361 [ Tim Gardner ]
15362
15363 * [Config] Implement the amd64 preempt flavour
15364
15365 [ Upstream Kernel Changes ]
15366
15367 * syslog: distinguish between /proc/kmsg and syscalls
15368 - LP: #515623
15369 * sfc: Fix polling for slow MCDI operations
15370 * sfc: Fix conditions for MDIO self-test
15371 * sfc: QT202x: Remove unreliable MMD check at initialisation
15372 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15373 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15374
15375 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15376
15377 linux (2.6.32-12.16) lucid; urgency=low
15378
15379 [ Andy Whitcroft ]
15380
15381 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15382 first use"
15383 * SAUCE: acpi battery -- move first lookup asynchronous
15384 - LP: #507211
15385 * [Config] update configs to cleanup generic configs
15386 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15387 * [Config] enable USER_NS
15388 - LP: #480739, #509808
15389
15390 [ Heiko Carstens ]
15391
15392 * (pre-stable) driver-core: fix devtmpfs crash on s390
15393 - LP: #512370
15394
15395 [ John Johansen ]
15396
15397 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15398 - LP: #494565
15399 * [Config] VIRTIO=y for server/virtual flavours
15400 - LP: #494565
15401
15402 [ Kay Sievers ]
15403
15404 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15405 - LP: #512370
15406
15407 [ Kees Cook ]
15408
15409 * SAUCE: x86: brk away from exec rand area
15410 - LP: #452175
15411
15412 [ Leann Ogasawara ]
15413
15414 * [Upstream] e1000: enhance frame fragment detection
15415 - CVE-2009-4536
15416 * [Upstream] e1000e: enhance frame fragment detection
15417 - CVE-2009-4538
15418
15419 [ Sebastian Kapfer ]
15420
15421 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15422 series)
15423 - LP: #296610
15424
15425 [ Upstream Kernel Changes ]
15426
15427 * inotify: do not reuse watch descriptors
15428 - LP: #485556
15429 * inotify: only warn once for inotify problems
15430 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15431 Framebuffer"
15432 * memcg: ensure list is empty at rmdir
15433 * drm/i915: remove loop in Ironlake interrupt handler
15434 * block: Fix incorrect reporting of partition alignment
15435 * x86, mce: Thermal monitoring depends on APIC being enabled
15436 * futexes: Remove rw parameter from get_futex_key()
15437 * page allocator: update NR_FREE_PAGES only when necessary
15438 * x86, apic: use physical mode for IBM summit platforms
15439 * edac: i5000_edac critical fix panic out of bounds
15440 * x86: SGI UV: Fix mapping of MMIO registers
15441 * mfd: WM835x GPIO direction register is not locked
15442 * mfd: Correct WM835x ISINK ramp time defines
15443 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15444 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15445 * reiserfs: truncate blocks not used by a write
15446 * HID: add device IDs for new model of Apple Wireless Keyboard
15447 * PCI/cardbus: Add a fixup hook and fix powerpc
15448 * Input: pmouse - move Sentelic probe down the list
15449 * asus-laptop: add Lenovo SL hotkey support
15450 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15451 * sparc64: Fix NMI programming when perf events are active.
15452 * sparc64: Fix Niagara2 perf event handling.
15453 * i2c: Do not use device name after device_unregister
15454 * i2c/pca: Don't use *_interruptible
15455 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15456 * sched: Fix task priority bug
15457 * vfs: Fix vmtruncate() regression
15458 * Linux 2.6.32.5
15459 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15460 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15461 * Staging: asus_oled: fix oops in 2.6.32.2
15462 * Staging: hv: fix smp problems in the hyperv core code
15463 * tty: fix race in tty_fasync
15464 * ecryptfs: use after free
15465 * ecryptfs: initialize private persistent file before dereferencing
15466 pointer
15467 * nozomi: quick fix for the close/close bug
15468 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15469 * usb: serial: fix memory leak in generic driver
15470 * USB: fix bitmask merge error
15471 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15472 * USB: EHCI: fix handling of unusual interrupt intervals
15473 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15474 * USB: add missing delay during remote wakeup
15475 * USB: add speed values for USB 3.0 and wireless controllers
15476 * ACPI: EC: Accelerate query execution
15477 * ACPI: EC: Add wait for irq storm
15478 * SCSI: enclosure: fix oops while iterating enclosure_status array
15479 * drm/i915: Read the response after issuing DDC bus switch command
15480 * drm/i915: try another possible DDC bus for the SDVO device with
15481 multiple outputs
15482 * block: bdev_stack_limits wrapper
15483 * DM: Fix device mapper topology stacking
15484 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15485 * USB: fix usbstorage for 2770:915d delivers no FAT
15486 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15487 * perf timechart: Use tid not pid for COMM change
15488 * perf events: Dont report side-band events on each cpu for
15489 per-task-per-cpu events
15490 * perf: Honour event state for aux stream data
15491 * Linux 2.6.32.6
15492
15493 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15494
15495 linux (2.6.32-11.15) lucid; urgency=low
15496
15497 [ Andy Whitcroft ]
15498
15499 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15500 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15501 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15502 boards"
15503 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15504 stale queues"
15505 * Revert "SAUCE: Fix nx_enable reporting"
15506 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15507 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15508 * SAUCE: i915 -- disable powersave by default
15509 - LP: #492392
15510
15511 [ Kees Cook ]
15512
15513 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15514 - LP: #369978
15515 * SAUCE: [x86] fix report of cs-limit nx-emulation
15516 - LP: #454285
15517 * SAUCE: Fix nx_enable reporting
15518 - LP: #454285
15519
15520 [ Tim Gardner ]
15521
15522 * [Upstream] b43: Declare all possible firmware files.
15523 - LP: #488636
15524 * [Config] updateconfigs after adding pvscsi
15525 - LP: #497156
15526 * [Config] CONFIG_BT=m
15527
15528 [ Upstream Kernel Changes ]
15529
15530 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
15531 for pre-Pentium"
15532 * SCSI: ipr: fix EEH recovery
15533 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
15534 * SCSI: st: fix mdata->page_order handling
15535 * SCSI: fc class: fix fc_transport_init error handling
15536 * sched: Fix task_hot() test order
15537 * x86, cpuid: Add "volatile" to asm in native_cpuid()
15538 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
15539 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
15540 * pata_hpt3x2n: fix clock turnaround
15541 * pata_cmd64x: fix overclocking of UDMA0-2 modes
15542 * ASoC: wm8974: fix a wrong bit definition
15543 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
15544 * ALSA: hda - Fix missing capsrc_nids for ALC88x
15545 * acerhdf: limit modalias matching to supported
15546 - LP: #435958
15547 * ACPI: EC: Fix MSI DMI detection
15548 * ACPI: Use the return result of ACPI lid notifier chain correctly
15549 * powerpc: Handle VSX alignment faults correctly in little-endian mode
15550 * ASoC: Do not write to invalid registers on the wm9712.
15551 * drm/radeon: fix build on 64-bit with some compilers.
15552 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
15553 * USB: option: support hi speed for modem Haier CE100
15554 * USB: Fix a bug on appledisplay.c regarding signedness
15555 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
15556 * Bluetooth: Prevent ill-timed autosuspend in USB driver
15557 * USB: rename usb_configure_device
15558 * USB: fix bugs in usb_(de)authorize_device
15559 * drivers/net/usb: Correct code taking the size of a pointer
15560 * x86: SGI UV: Fix writes to led registers on remote uv hubs
15561 * md: Fix unfortunate interaction with evms
15562 * dma: at_hdmac: correct incompatible type for argument 1 of
15563 'spin_lock_bh'
15564 * dma-debug: Do not add notifier when dma debugging is disabled.
15565 * dma-debug: Fix bug causing build warning
15566 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
15567 referrals
15568 * x86/amd-iommu: Fix initialization failure panic
15569 * ioat3: fix p-disabled q-continuation
15570 * ioat2,3: put channel hardware in known state at init
15571 * KVM: MMU: remove prefault from invlpg handler
15572 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
15573 * Libertas: fix buffer overflow in lbs_get_essid()
15574 * iwmc3200wifi: fix array out-of-boundary access
15575 * mac80211: fix propagation of failed hardware reconfigurations
15576 * mac80211: fix WMM AP settings application
15577 * mac80211: Fix IBSS merge
15578 * cfg80211: fix race between deauth and assoc response
15579 * ath5k: fix SWI calibration interrupt storm
15580 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
15581 * ath9k: Fix TX queue draining
15582 * ath9k: fix missed error codes in the tx status check
15583 * ath9k: wake hardware during AMPDU TX actions
15584 * ath9k: fix suspend by waking device prior to stop
15585 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
15586 64-bit
15587 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
15588 in 0x4054
15589 * iwl3945: disable power save
15590 * iwl3945: fix panic in iwl3945 driver
15591 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
15592 * iwlwifi: fix more eeprom endian bugs
15593 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
15594 * mac80211: fix race with suspend and dynamic_ps_disable_work
15595 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
15596 * 'sysctl_max_map_count' should be non-negative
15597 * kernel/sysctl.c: fix the incomplete part of
15598 sysctl_max_map_count-should-be-non-negative.patch
15599 * V4L/DVB (13596): ov511.c typo: lock => unlock
15600 * x86/ptrace: make genregs[32]_get/set more robust
15601 * memcg: avoid oom-killing innocent task in case of use_hierarchy
15602 * e100: Fix broken cbs accounting due to missing memset.
15603 * ipv6: reassembly: use seperate reassembly queues for conntrack and
15604 local delivery
15605 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
15606 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
15607 * b43: avoid PPC fault during resume
15608 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
15609 support
15610 * sched: Fix balance vs hotplug race
15611 * drm/radeon/kms: fix crtc vblank update for r600
15612 * drm: disable all the possible outputs/crtcs before entering KMS mode
15613 * S390: dasd: support DIAG access for read-only devices
15614 * xen: fix is_disconnected_device/exists_disconnected_device
15615 * xen: improvement to wait_for_devices()
15616 * xen: wait up to 5 minutes for device connetion
15617 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
15618 * udf: Try harder when looking for VAT inode
15619 * Add unlocked version of inode_add_bytes() function
15620 * quota: decouple fs reserved space from quota reservation
15621 * ext4: Convert to generic reserved quota's space management.
15622 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
15623 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
15624 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
15625 * amd64_edac: unify MCGCTL ECC switching
15626 * x86, msr: Add support for non-contiguous cpumasks
15627 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
15628 * amd64_edac: fix driver instance freeing
15629 * amd64_edac: make driver loading more robust
15630 * amd64_edac: fix forcing module load/unload
15631 * sched: Sched_rt_periodic_timer vs cpu hotplug
15632 * ext4: Update documentation to correct the inode_readahead_blks option
15633 name
15634 * lguest: fix bug in setting guest GDT entry
15635 * vmscan: do not evict inactive pages when skipping an active list scan
15636 * ksm: fix mlockfreed to munlocked
15637 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
15638 * generic_permission: MAY_OPEN is not write access
15639 * Linux 2.6.32.3
15640 * untangle the do_mremap() mess
15641 * fasync: split 'fasync_helper()' into separate add/remove functions
15642 * ASoC: fix params_rate() macro use in several codecs
15643 * modules: Skip empty sections when exporting section notes
15644 * exofs: simple_write_end does not mark_inode_dirty
15645 * nfsd: make sure data is on disk before calling ->fsync
15646 * sunrpc: fix peername failed on closed listener
15647 * SUNRPC: Fix up an error return value in
15648 gss_import_sec_context_kerberos()
15649 * SUNRPC: Fix the return value in gss_import_sec_context()
15650 * sunrpc: on successful gss error pipe write, don't return error
15651 * drm/i915: Update LVDS connector status when receiving ACPI LID event
15652 * drm/i915: fix order of fence release wrt flushing
15653 * drm/i915: Permit pinning whilst the device is 'suspended'
15654 * drm: remove address mask param for drm_pci_alloc()
15655 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
15656 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
15657 pipeconf on Ironlake
15658 * drm/i915: Select the correct BPC for LVDS on Ironlake
15659 * drm/i915: fix unused var
15660 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
15661 * drivers/cpuidle/governors/menu.c: fix undefined reference to
15662 `__udivdi3'
15663 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
15664 * lib/rational.c needs module.h
15665 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
15666 DMA_FROM_DEVICE and
15667 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
15668 * mmc_block: add dev_t initialization check
15669 * mmc_block: fix probe error cleanup bug
15670 * mmc_block: fix queue cleanup
15671 * ALSA: hda - Fix ALC861-VD capture source mixer
15672 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
15673 blacklist
15674 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
15675 - LP: #498863
15676 * ASoC: Fix WM8350 DSP mode B configuration
15677 * netfilter: ebtables: enforce CAP_NET_ADMIN
15678 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
15679 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
15680 * hwmon: (adt7462) Fix pin 28 monitoring
15681 * quota: Fix dquot_transfer for filesystems different from ext4
15682 * xen: fix hang on suspend.
15683 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
15684 * ath5k: Fix eeprom checksum check for custom sized eeproms
15685 * cfg80211: fix syntax error on user regulatory hints
15686 * iwl: off by one bug
15687 * mac80211: add missing sanity checks for action frames
15688 * drm/i915: remove render reclock support
15689 * libertas: Remove carrier signaling from the scan code
15690 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
15691 * mac80211: fix skb buffering issue (and fixes to that)
15692 * fix braindamage in audit_tree.c untag_chunk()
15693 * fix more leaks in audit_tree.c tag_chunk()
15694 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
15695 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
15696 * agp/intel-agp: Clear entire GTT on startup
15697 * Linux 2.6.32.4
15698 * ethtool: Add reset operation
15699 * gro: Name the GRO result enumeration type
15700 * gro: Change all receive functions to return GRO result codes
15701 * sfc: 10Xpress: Initialise pause advertising flags
15702 * sfc: 10Xpress: Report support for pause frames
15703 * sfc: Remove redundant header gmii.h
15704 * sfc: Remove redundant hardware initialisation
15705 * sfc: Rename Falcon-specific board code and types
15706 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
15707 * sfc: Remove versioned bitfield macros
15708 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
15709 * sfc: Update hardware definitions for Siena
15710 * sfc: Rename register I/O header and functions used by both Falcon and
15711 Siena
15712 * sfc: Eliminate indirect lookups of queue size constants
15713 * sfc: Define DMA address mask explicitly in terms of descriptor field
15714 width
15715 * sfc: Move all TX DMA length limiting into tx.c
15716 * sfc: Change order of device removal to reverse of probe order
15717 * sfc: Remove declarations of nonexistent functions
15718 * sfc: Move efx_xmit_done() declaration into correct stanza
15719 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
15720 * sfc: Maintain interrupt moderation values in ticks, not microseconds
15721 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
15722 * sfc: Remove pointless abstraction of memory BAR number
15723 * sfc: Remove incorrect assertion from efx_pci_remove_main()
15724 * sfc: Remove unnecessary tests of efx->membase
15725 * sfc: Move MTD probe after netdev registration and name allocation
15726 * sfc: Remove unused code for non-autoneg speed/duplex switching
15727 * sfc: Rename 'xfp' file and functions to reflect reality
15728 * sfc: Really allow RX checksum offload to be disabled
15729 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
15730 * sfc: Enable heuristic selection between page and skb RX buffers
15731 * sfc: Remove pointless abstraction of memory BAR number (2)
15732 * sfc: Remove redundant gotos from __efx_rx_packet()
15733 * sfc: Remove ridiculously paranoid assertions
15734 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
15735 * sfc: Record RX queue number on GRO path
15736 * sfc: SFT9001: Reset LED configuration correctly after blinking
15737 * sfc: Use a single blink implementation
15738 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
15739 * sfc: Make board information explicitly Falcon-specific
15740 * sfc: Move definition of struct falcon_nic_data into falcon.h
15741 * sfc: Move struct falcon_board into struct falcon_nic_data
15742 * sfc: Move all I2C stuff into struct falcon_board
15743 * sfc: Gather link state fields in struct efx_nic into new struct
15744 efx_link_state
15745 * sfc: Remove unnecessary casts to struct sk_buff *
15746 * sfc: Remove redundant efx_xmit() function
15747 * sfc: Combine high-level header files
15748 * sfc: Log interrupt and reset type names, not numbers
15749 * sfc: Fix descriptor cache sizes
15750 * sfc: Treat all MAC registers as 128-bit
15751 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
15752 * sfc: Comment corrections
15753 * sfc: Remove unused constant
15754 * sfc: Clean up struct falcon_board and struct falcon_board_data
15755 * sfc: Fix bugs in RX queue flushing
15756 * sfc: Remove unused function efx_flush_queues()
15757 * sfc: Only switch Falcon MAC clocks as necessary
15758 * sfc: Hold MAC lock for longer in efx_init_port()
15759 * sfc: Split MAC stats DMA initiation and completion
15760 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
15761 * sfc: Simplify XMAC link polling
15762 * sfc: Change MAC promiscuity and multicast hash at the same time
15763 * sfc: Move inline comment into kernel-doc
15764 * sfc: Do not set net_device::trans_start in self-test
15765 * sfc: Simplify PHY polling
15766 * sfc: QT202x: Reset before reading PHY id
15767 * sfc: Replace MDIO spinlock with mutex
15768 * sfc: Always start Falcon using the XMAC
15769 * sfc: Limit some hardware workarounds to Falcon
15770 * sfc: Remove EFX_WORKAROUND_9141 macro
15771 * sfc: Remove another unused workaround macro
15772 * sfc: Remove some redundant whitespace
15773 * sfc: Decouple NIC revision number from Falcon PCI revision number
15774 * sfc: Move descriptor cache base addresses to struct efx_nic_type
15775 * sfc: Clean up RX event handling
15776 * sfc: Remove redundant writes to INT_ADR_KER
15777 * sfc: Remove duplicate hardware structure definitions
15778 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
15779 * sfc: Move Falcon NIC operations to efx_nic_type
15780 * sfc: Refactor link configuration
15781 * sfc: Generalise link state monitoring
15782 * sfc: Add power-management and wake-on-LAN support
15783 * sfc: Implement ethtool reset operation
15784 * sfc: Add efx_nic_type operation for register self-test
15785 * sfc: Add efx_nic_type operation for NVRAM self-test
15786 * sfc: Add efx_nic_type operation for identity LED control
15787 * sfc: Separate shared NIC code from Falcon-specific and rename
15788 accordingly
15789 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
15790 * sfc: Extend loopback mode enumeration
15791 * sfc: Remove static PHY data and enumerations
15792 * sfc: Extend MTD driver for use with new NICs
15793 * sfc: Allow for additional checksum offload features
15794 * sfc: Rename falcon.h to nic.h
15795 * sfc: Move shared NIC code from falcon.c to new source file nic.c
15796 * sfc: Add firmware protocol definitions (MCDI)
15797 * sfc: Add support for SFC9000 family (1)
15798 * sfc: Add support for SFC9000 family (2)
15799 * sfc: Implement TSO for TCP/IPv6
15800 * sfc: Update version, copyright dates, authors
15801 * drivers/net/sfc: Correct code taking the size of a pointer
15802 * sfc: Move PHY software state initialisation from init() into probe()
15803 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
15804 * sfc: Fix DMA mapping cleanup in case of an error in TSO
15805 * sfc: QT2025C: Work around PHY bug
15806 * sfc: QT2025C: Switch into self-configure mode when not in loopback
15807 * sfc: QT2025C: Work around PHY firmware initialisation bug
15808 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
15809 * sfc: Disable TX descriptor prefetch watchdog
15810 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
15811 - LP: #497156
15812
15813 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
15814
15815 linux (2.6.32-10.14) lucid; urgency=low
15816
15817 [ Alex Deucher ]
15818
15819 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
15820 - LP: #493795
15821
15822 [ Andy Whitcroft ]
15823
15824 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
15825 id is less than 0x0f."
15826 * config-check -- ensure the checks get run at build time
15827 * config-check -- check the processed config during updateconfigs
15828 * config-check -- CONFIG_SECCOMP may not be present
15829 * TUN is now built in ignore
15830 * SAUCE: acpi battery -- delay first lookup of the battery until first
15831 use
15832 * SAUCE: async_populate_rootfs: move rootfs init earlier
15833 * ubuntu: AppArmor -- update to mainline 2010-01-06
15834 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
15835 - LP: #498525
15836
15837 [ Dave Airlie ]
15838
15839 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
15840
15841 [ Leann Ogasawara ]
15842
15843 * Add asix to nic-usb-modules file
15844 - LP: #499785
15845
15846 [ Peter Zijlstra ]
15847
15848 * (pre-stable) sched: Fix balance vs hotplug race
15849
15850 [ Tim Gardner ]
15851
15852 * [Config] Enable CONFIG_FUNCTION_TRACER
15853 - LP: #497989
15854 * [Config] Drop lpia from getabis
15855 * [Config] Build in TUN/TAP driver
15856 - LP: #499491
15857 * [Config] DH_COMPAT=5
15858
15859 [ Upstream Kernel Changes ]
15860
15861 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
15862 component_only tv_modes"
15863 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
15864 turned off"
15865 * USB: usb-storage: fix bug in fill_inquiry
15866 * USB: option: add pid for ZTE
15867 * firewire: ohci: handle receive packets with a data length of zero
15868 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
15869 of ->completed counter
15870 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
15871 counter
15872 * rcu: Fix note_new_gpnum() uses of ->gpnum
15873 * rcu: Remove inline from forward-referenced functions
15874 * perf_event: Fix invalid type in ioctl definition
15875 * perf_event: Initialize data.period in perf_swevent_hrtimer()
15876 * perf: Don't free perf_mmap_data until work has been done
15877 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
15878 * sched: Check for an idle shared cache in select_task_rq_fair()
15879 * sched: Fix affinity logic in select_task_rq_fair()
15880 * sched: Rate-limit newidle
15881 * sched: Fix and clean up rate-limit newidle code
15882 * x86/amd-iommu: attach devices to pre-allocated domains early
15883 * x86/amd-iommu: un__init iommu_setup_msi
15884 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
15885 up the PCI tree
15886 * x86: Fix iommu=nodac parameter handling
15887 * x86: GART: pci-gart_64.c: Use correct length in strncmp
15888 * x86: ASUS P4S800 reboot=bios quirk
15889 - LP: #366682
15890 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
15891 * ssb: Fix range check in sprom write
15892 * ath5k: allow setting txpower to 0
15893 * ath5k: enable EEPROM checksum check
15894 * hrtimer: Fix /proc/timer_list regression
15895 * ALSA: hrtimer - Fix lock-up
15896 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
15897 * KVM: x86 emulator: limit instructions to 15 bytes
15898 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
15899 * KVM: s390: Make psw available on all exits, not just a subset
15900 * KVM: fix irq_source_id size verification
15901 * KVM: x86: include pvclock MSRs in msrs_to_save
15902 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
15903 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
15904 * x86, mce: don't restart timer if disabled
15905 * x86/mce: Set up timer unconditionally
15906 * x86: SGI UV: Fix BAU initialization
15907 * x86: Fix duplicated UV BAU interrupt vector
15908 * x86: Add new Intel CPU cache size descriptors
15909 * x86: Fix typo in Intel CPU cache size descriptor
15910 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
15911 * s390: clear high-order bits of registers after sam64
15912 * V4L/DVB: Fix test in copy_reg_bits()
15913 * bsdacct: fix uid/gid misreporting
15914 * UBI: flush wl before clearing update marker
15915 * jbd2: don't wipe the journal on a failed journal checksum
15916 * USB: xhci: Add correct email and files to MAINTAINERS entry.
15917 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
15918 * USB: option.c: add support for D-Link DWM-162-U5
15919 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
15920 * USB: usb-storage: add BAD_SENSE flag
15921 * USB: Close usb_find_interface race v3
15922 * pxa/em-x270: fix usb hub power up/reset sequence
15923 * hfs: fix a potential buffer overflow
15924 * SUNRPC: IS_ERR/PTR_ERR confusion
15925 * NFS: Fix nfs_migrate_page()
15926 * md/bitmap: protect against bitmap removal while being updated.
15927 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
15928 * devpts_get_tty() should validate inode
15929 * debugfs: fix create mutex racy fops and private data
15930 * Driver core: fix race in dev_driver_string
15931 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
15932 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
15933 * mac80211: Fixed bug in mesh portal paths
15934 * mac80211: Revert 'Use correct sign for mesh active path refresh'
15935 * mac80211: fix scan abort sanity checks
15936 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
15937 * rtl8187: Fix wrong rfkill switch mask for some models
15938 * x86: Fix bogus warning in apic_noop.apic_write()
15939 * mm: hugetlb: fix hugepage memory leak in mincore()
15940 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
15941 * powerpc/windfarm: Add detection for second cpu pump
15942 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
15943 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
15944 * drm/radeon/kms: Add quirk for HIS X1300 board
15945 * drm/radeon/kms: handle vblanks properly with dpms on
15946 * drm/radeon/kms: fix legacy crtc2 dpms
15947 * drm/radeon/kms: fix vram setup on rs600
15948 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
15949 * drm/ttm: Fix build failure due to missing struct page
15950 * drm/i915: Set the error code after failing to insert new offset into mm
15951 ht.
15952 * drm/i915: Add the missing clonemask for display port on Ironlake
15953 * xen/xenbus: make DEVICE_ATTR()s static
15954 * xen: re-register runstate area earlier on resume.
15955 * xen: restore runstate_info even if !have_vcpu_info_placement
15956 * xen: correctly restore pfn_to_mfn_list_list after resume
15957 * xen: register timer interrupt with IRQF_TIMER
15958 * xen: register runstate on secondary CPUs
15959 * xen: don't call dpm_resume_noirq() with interrupts disabled.
15960 * xen: register runstate info for boot CPU early
15961 * xen: call clock resume notifier on all CPUs
15962 * xen: improve error handling in do_suspend.
15963 * xen: don't leak IRQs over suspend/resume.
15964 * xen: use iret for return from 64b kernel to 32b usermode
15965 * xen: explicitly create/destroy stop_machine workqueues outside
15966 suspend/resume region.
15967 * Xen balloon: fix totalram_pages counting.
15968 * xen: try harder to balloon up under memory pressure.
15969 * dm exception store: free tmp_store on persistent flag error
15970 * dm snapshot: only take lock for statustype info not table
15971 * dm crypt: move private iv fields to structs
15972 * dm crypt: restructure essiv error path
15973 * dm: avoid _hash_lock deadlock
15974 * dm snapshot: cope with chunk size larger than origin
15975 * dm crypt: separate essiv allocation from initialisation
15976 * dm crypt: make wipe message also wipe essiv key
15977 * slc90e66: fix UDMA handling
15978 * tcp: Stalling connections: Fix timeout calculation routine
15979 * ip_fragment: also adjust skb->truesize for packets not owned by a
15980 socket
15981 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
15982 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
15983 * sparc64: Fix overly strict range type matching for PCI devices.
15984 * sparc64: Fix stack debugging IRQ stack regression.
15985 * sparc: Set UTS_MACHINE correctly.
15986 * b43legacy: avoid PPC fault during resume
15987 * tracing: Fix event format export
15988 * ath9k: Fix TX hang poll routine
15989 * ath9k: fix processing of TX PS null data frames
15990 * ath9k: Fix maximum tx fifo settings for single stream devices
15991 * ath9k: fix tx status reporting
15992 * mac80211: Fix dynamic power save for scanning.
15993 * drm/i915: Fix sync to vblank when VGA output is turned off
15994 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
15995 * thinkpad-acpi: fix default brightness_mode for R50e/R51
15996 * thinkpad-acpi: preserve rfkill state across suspend/resume
15997 * ipw2100: fix rebooting hang with driver loaded
15998 * matroxfb: fix problems with display stability
15999 * acerhdf: add new BIOS versions
16000 * asus-laptop: change light sens default values.
16001 * vmalloc: conditionalize build of pcpu_get_vm_areas()
16002 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
16003 * net: Fix userspace RTM_NEWLINK notifications.
16004 * ext3: Fix data / filesystem corruption when write fails to copy data
16005 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
16006 * bcm63xx_enet: fix compilation failure after get_stats_count removal
16007 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
16008 * drm/i915: Avoid NULL dereference with component_only tv_modes
16009 * drm/i915: PineView only has LVDS and CRT ports
16010 * drm/i915: Fix LVDS stability issue on Ironlake
16011 * mm: sigbus instead of abusing oom
16012 * ipvs: zero usvc and udest
16013 * jffs2: Fix long-standing bug with symlink garbage collection.
16014 * intel-iommu: Detect DMAR in hyperspace at probe time.
16015 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
16016 * intel-iommu: Check for an RMRR which ends before it starts.
16017 * intel-iommu: Fix oops with intel_iommu=igfx_off
16018 * intel-iommu: ignore page table validation in pass through mode
16019 * netfilter: xtables: document minimal required version
16020 * perf_event: Fix incorrect range check on cpu number
16021 * implement early_io{re,un}map for ia64
16022 * Linux 2.6.32.2
16023
16024 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
16025
16026 linux (2.6.32-9.13) lucid; urgency=low
16027
16028 [ Andy Whitcroft ]
16029
16030 * [Config] enable CONFIG_B43_PHY_LP
16031 - LP: #493059
16032 * include modules.builtin in the binary debs
16033 * config-check -- add a configuration enforcer
16034 * config-check -- add a unit-test suite to the checker
16035 * [Config] Enable CONFIG_SYN_COOKIES for versatile
16036 * [Config] Enable CONFIG_SECURITY_SMACK for ports
16037 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
16038 * [Config] Disable CONFIG_COMPAT_BRK for ports
16039 * getabis -- add armel versatile to the list
16040
16041 [ Brad Figg ]
16042
16043 * SAUCE: Increase the default prealloc buffer for HDA audio devices
16044 (non-modem)
16045
16046 [ Manoj Iyer ]
16047
16048 * ubuntu: onmibook -- Added missing BOM file
16049
16050 [ Tim Gardner ]
16051
16052 * ubuntu: fsam7400 -- Cleanup Makefile
16053
16054 [ Upstream Kernel Changes ]
16055
16056 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
16057 * signal: Fix alternate signal stack check
16058 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
16059 * SCSI: osd_protocol.h: Add missing #include
16060 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
16061 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
16062 ENOSPC
16063 * ext4: avoid divide by zero when trying to mount a corrupted file system
16064 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
16065 * ext4: fix lock order problem in ext4_move_extents()
16066 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
16067 * ext4: plug a buffer_head leak in an error path of ext4_iget()
16068 * ext4: make sure directory and symlink blocks are revoked
16069 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
16070 * ext4: journal all modifications in ext4_xattr_set_handle
16071 * ext4: don't update the superblock in ext4_statfs()
16072 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
16073 non-zero
16074 * ext4: fix block validity checks so they work correctly with meta_bg
16075 * ext4: avoid issuing unnecessary barriers
16076 * ext4: fix error handling in ext4_ind_get_blocks()
16077 * ext4: make trim/discard optional (and off by default)
16078 * ext4: make "norecovery" an alias for "noload"
16079 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
16080 * ext4: initialize moved_len before calling ext4_move_extents()
16081 * ext4: move_extent_per_page() cleanup
16082 * jbd2: Add ENOMEM checking in and for
16083 jbd2_journal_write_metadata_buffer()
16084 * ext4: Return the PTR_ERR of the correct pointer in
16085 setup_new_group_blocks()
16086 * ext4: Avoid data / filesystem corruption when write fails to copy data
16087 * ext4: wait for log to commit when umounting
16088 * ext4: remove blocks from inode prealloc list on failure
16089 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
16090 * ext4: quota macros cleanup
16091 * ext4: fix incorrect block reservation on quota transfer.
16092 * ext4: Wait for proper transaction commit on fsync
16093 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16094 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
16095 * Linux 2.6.32.1
16096 * kbuild: generate modules.builtin
16097 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
16098 - LP: #494461
16099 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
16100 tv_modes
16101 - LP: #494045
16102
16103 [ Zhao Yakui ]
16104
16105 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
16106 less than 0x0f.
16107 - LP: #481765
16108
16109 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
16110
16111 linux (2.6.32-8.12) lucid; urgency=low
16112
16113 [ Andy Whitcroft ]
16114
16115 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
16116
16117 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
16118
16119 linux (2.6.32-8.11) lucid; urgency=low
16120
16121 [ Andy Whitcroft ]
16122
16123 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
16124 up"
16125 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16126 transition."
16127 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
16128 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
16129 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
16130 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
16131 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
16132 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
16133 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
16134 mem"
16135 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
16136 denied"
16137 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
16138 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
16139 allocation"
16140 * Revert "SAUCE: AppArmor: Set error code after structure
16141 initialization."
16142 * Revert "AppArmor -- fix pstrace_may_access rename"
16143 * Revert "ubuntu: AppArmor security module"
16144 * Revert "SAUCE: Add config option to set a default LSM"
16145 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
16146 * Revert "[Config] fsam7400 -- enable"
16147 * Revert "[Config] AUFS -- enable"
16148 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
16149 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
16150 * Revert "ubuntu: AUFS -- export various core functions"
16151 * Revert "[Config] ubuntu/iscsitarget -- disable"
16152 * Revert "[Config] iscsitarget -- enable"
16153 * Revert "ubuntu: iscsitarget -- SVN revision r214"
16154 * update Vcs-Git to point to the correct repository
16155 - LP: #493589
16156 * update build environment overrides to lucid
16157 - LP: #493589
16158 * [Config] enable CONFIG_DEVTMPFS
16159 * [Config] update all configs following AppArmor 2009-12-08 update
16160 * SAUCE: isapnp_init: make isa PNP scans occur async
16161 * [Config] fsam7400 -- enable
16162 * [Config] omnibook -- enable
16163 * [Config] cleanup CONFIG_AUDIT
16164 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
16165 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
16166 * ubuntu: AUFS -- aufs2 20091209
16167 * [Config] AUFS -- enable
16168 * [Config] iscsitarget -- enable
16169
16170 [ Arjan van de Ven ]
16171
16172 * SAUCE: KMS: cache the EDID information of the LVDS
16173
16174 [ Colin Watson ]
16175
16176 * bnx2: update d-i firmware filenames
16177 - LP: #494052
16178 * add cdc_ether to nic-usb-modules udeb
16179 - LP: #495060
16180
16181 [ John Johansen ]
16182
16183 * ubuntu: AppArmor -- mainline 2009-10-08
16184
16185 [ Manoj Iyer ]
16186
16187 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
16188 * ubuntu: omnibook -- support Toshiba (HP) netbooks
16189 * ubuntu: iscsitarget --- version 1.4.19
16190 - LP: #494693
16191
16192 [ Surbhi Palande ]
16193
16194 * SAUCE: Make populate_rootfs asynchronous
16195
16196 [ Tim Gardner ]
16197
16198 * Parallelize flavour builds and packaging
16199 * [Config] Enable CONFIG_KSM
16200
16201 [ Upstream Kernel Changes ]
16202
16203 * Config option to set a default LSM
16204 * LSM: Add security_path_chroot().
16205 * LSM: Add security_path_chroot().
16206 * LSM: Move security_path_chmod()/security_path_chown() to after
16207 mutex_lock().
16208 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16209
16210 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
16211
16212 linux (2.6.32-7.10) lucid; urgency=low
16213
16214 [ Andy Whitcroft ]
16215
16216 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
16217
16218 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
16219
16220 linux (2.6.32-7.9) lucid; urgency=low
16221
16222 [ Andy Whitcroft ]
16223
16224 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
16225 - LP: #458982
16226 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
16227 * [Config] update configs following versatile switch to V7
16228 * rebased to v2.6.32
16229 * [Config] update configs following rebase to v2.6.32
16230 * [Config] update ports configs following rebase to v2.6.32
16231 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16232
16233 [ Arjan van de Ven ]
16234
16235 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
16236
16237 [ Leann Ogasawara ]
16238
16239 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
16240 permissions
16241 - CVE-2009-3939
16242
16243 [ Loic Minier ]
16244
16245 * SAUCE: select a v7 CPU for versatile
16246
16247 [ Takashi Iwai ]
16248
16249 * SAUCE: ALSA: hda - Add power on/off counter
16250
16251 [ Upstream changes ]
16252
16253 * rebased to v2.6.32
16254
16255 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
16256
16257 linux (2.6.32-6.8) lucid; urgency=low
16258
16259 [ Andy Whitcroft ]
16260
16261 * [Config] disable SSB devices for armel
16262
16263 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
16264
16265 linux (2.6.32-6.7) lucid; urgency=low
16266
16267 [ Andy Whitcroft ]
16268
16269 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
16270 * Revert "SAUCE: Dell XPS710 reboot quirk"
16271 * Revert "SAUCE: Link acpi-cpufreq.o first"
16272 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
16273 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
16274 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
16275 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
16276 * Revert "Add Dell Dimension 9200 reboot quirk"
16277 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
16278 * Revert "SAUCE: tulip: Define ULI PCI ID's"
16279 * Revert "SAUCE: Lower warning level of some PCI messages"
16280 * Revert "mac80211: fix two issues in debugfs"
16281 Drop a number of known redundant commits as identified in the Ubuntu
16282 delta review blueprint.
16283
16284 * reenable armel versatile flavour
16285 * [Config] disable CONFIG_USB_DEVICEFS
16286
16287 [ Tim Gardner ]
16288
16289 * [Config] udeb: Add squashfs to fs-core-modules
16290 - LP: #352615
16291 * [Config] Create a real squashfs udeb
16292 - LP: #352615
16293
16294
16295 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16296
16297 linux (2.6.32-5.6) lucid; urgency=low
16298
16299 [ Andy Whitcroft ]
16300
16301 * rebase to v2.6.32-rc8
16302 * update configs following rebase to v2.6.32-rc8
16303 * update ports configs since rebase to v2.6.32-rc8
16304 * [Config] enable cgroup options
16305 - LP: #480739
16306
16307 [ Upstream Kernel Changes ]
16308
16309 * rebase to v2.6.32-rc8
16310
16311 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16312
16313 linux (2.6.32-4.5) lucid; urgency=low
16314
16315 [ Andy Whitcroft ]
16316
16317 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16318 * rebase to v2.6.32-rc7
16319 * resync with Karmic proposed
16320
16321 [ John Johansen ]
16322
16323 * SAUCE: AppArmor: Fix oops after profile removal
16324 - LP: #475619
16325 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16326 - LP: #437258
16327 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16328 - LP: #479102
16329 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16330 - LP: #479115
16331 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16332 transition.
16333 - LP: #480112
16334
16335 [ Ubuntu Changes ]
16336
16337 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16338
16339 [ Upstream Kernel Changes ]
16340
16341 * rebase to v2.6.32-rc7
16342
16343 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16344
16345 linux (2.6.32-3.4) lucid; urgency=low
16346
16347 [ Andy Whitcroft ]
16348
16349 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16350 * [Upstream] add local prefix to oss local change_bits
16351
16352 [ Upstream Kernel Changes ]
16353
16354 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16355 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16356
16357 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16358
16359 linux (2.6.32-3.3) lucid; urgency=low
16360
16361 [ Andy Whitcroft ]
16362
16363 * rebase to v2.6.32-rc6
16364 * [Config] update configs following rebase to v2.6.32-rc6
16365 * [Config] update ports configs following rebase to v2.6.32-rc6
16366 * resync with Karmic Ubuntu-2.6.31-15.49
16367 * [Config] add module ignores for broken drivers
16368
16369 [ John Johansen ]
16370
16371 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16372 - LP: #453335
16373 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16374 - LP: #458299
16375 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16376 - LP: #462824
16377 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16378 - LP: #451375
16379
16380 [ Kees Cook ]
16381
16382 * SAUCE: Fix nx_enable reporting
16383 - LP: #454285
16384
16385 [ Scott James Remnant ]
16386
16387 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16388 * SAUCE: trace: add trace events for open(), exec() and uselib()
16389 - LP: #462111
16390
16391 [ Stefan Bader ]
16392
16393 * SAUCE: Fix sub-flavour script to not stop on missing directories
16394 - LP: #453073
16395
16396 [ Ubuntu Changes ]
16397
16398 * resync with Karmic Ubuntu-2.6.31-15.49
16399
16400 [ Upstream Kernel Changes ]
16401
16402 * rebase to v2.6.32-rc6
16403 - LP: #464552
16404
16405 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16406
16407 linux (2.6.32-2.2) lucid; urgency=low
16408
16409 [ Andy Whitcroft ]
16410
16411 * install the full changelog with the binary package
16412 * changelog -- explicitly note rebases and clean history
16413 * reinstate armel.mk with no flavours
16414 - LP: #449637
16415 * [Upstream] block: silently error unsupported empty barriers too
16416 - LP: #420423
16417 * [Config] udate configs following karmic resync
16418 * [Config] update ports configs following karmic resync
16419 * [Upstream] lirc -- follow removal of .id element
16420
16421 [ Colin Watson ]
16422
16423 * Use section 'admin' rather than 'base'
16424 * Add more e100 firmware to nic-modules
16425 - LP: #451872
16426 * Add qla1280 firmware to scsi-modules
16427 - LP: #381037
16428
16429 [ John Johansen ]
16430
16431 * SAUCE: AppArmor: Set error code after structure initialization.
16432 - LP: #427948
16433 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16434 - LP: #446595
16435 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16436
16437 [ Kees Cook ]
16438
16439 * SAUCE: [x86] fix report of cs-limit nx-emulation
16440 - LP: #454285
16441
16442 [ Leann Ogasawara ]
16443
16444 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16445 events
16446 - LP: #430809
16447 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16448 toggle switch press
16449 - LP: #430809
16450
16451 [ Luke Yelavich ]
16452
16453 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16454 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16455
16456 [ Mario Limonciello ]
16457
16458 * SAUCE: Update to LIRC 0.8.6
16459 - LP: #432678
16460 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16461 requerying every time
16462 - LP: #430809
16463 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16464 - LP: #430809
16465
16466 [ Stefan Bader ]
16467
16468 * [Upstream] acerhdf: Limit modalias matching to supported boards
16469 - LP: #435958
16470
16471 [ Tim Gardner ]
16472
16473 * [Upstream] i915: Fix i2c init message
16474 - LP: #409361
16475 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16476 - LP: #439415
16477 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16478 - LP: #439456
16479 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16480 - LP: #381300
16481 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16482 - LP: #430694
16483 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16484 - LP: #430694
16485 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16486 - LP: #416325
16487 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16488 - LP: #430694
16489 * SAUCE: Raise the default console 'quiet' level to 2
16490 * [Config] CONFIG_X86_PAT=y
16491 * [Config] Add armel arch to linux-libc-dev arches.
16492 - LP: #449637
16493 * [Config] CONFIG_X86_MCE
16494 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16495 M300 to rate blacklist
16496 - LP: #433801
16497
16498 [ Upstream Kernel Changes ]
16499
16500 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16501 * drm/i915: Fix FDI M/N setting according with correct color depth
16502 - LP: #416792
16503
16504 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16505
16506 linux (2.6.32-1.1) lucid; urgency=low
16507
16508 [ Andy Whitcroft ]
16509
16510 * rebase to v2.6.32-rc3
16511 * [Config] update configs following rebase to 2.6.32-rc3
16512 * [Config] update ports configs following rebase to 2.6.32-rc3
16513 * AppArmor -- fix pstrace_may_access rename
16514 * staging/android -- disable
16515 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16516 * ubuntu: drbd -- disable
16517 * staging/comdi -- disable
16518 * staging/go7007 -- disable
16519 * [Config] staging/winbond -- disable
16520 * [Config] ubuntu/iscsitarget -- disable
16521 * [d-i] cbc and ecb are builtin make them optional in udebs
16522 * rebase to v2.6.32-rc5
16523 * [Config] update configs following rebase to v2.6.32-rc5
16524 * [Config] update ports configs following rebase to v2.6.31-rc5
16525
16526 [ Tim Gardner ]
16527
16528 * [Config] Add cpio as a build dependency.
16529
16530 [ Upstream Kernel Changes ]
16531
16532 * rebase to v2.6.32-rc3
16533 * rebase to v2.6.32-rc5
16534
16535 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
16536
16537 linux (2.6.31-11.37) karmic; urgency=low
16538
16539 [ Tim Gardner ]
16540
16541 * [Config] Increase kernel log buffer to 256K for amd64 flavours
16542 - LP: #424810
16543 * [Config] Set HZ=100 for amd64 flavours
16544 - LP: #438234
16545 * [Upstream] e1000e: Emit notice instead of an error when
16546 pci_enable_pcie_error_reporting() fails
16547 - LP: #436370
16548
16549 [ Upstream Kernel Changes ]
16550
16551 * n_tty: honor opost flag for echoes
16552 * n_tty: move echoctl check and clean up logic
16553 - LP: #438310
16554
16555 * Revert "[Upstream] drm/i915: Check that the relocation points to within
16556 the target" - Use upstream cherry-pick.
16557 * drm/i915: Check that the relocation points to within the target
16558 - LP: #429241
16559
16560 * drm/i915: fix tiling on IGDNG
16561 * drm/i915: add B43 chipset support
16562 * agp/intel: Add B43 chipset support
16563 Intel request from kernel team mailing list.
16564
16565 * HID: completely remove apple mightymouse from blacklist
16566 - LP: #428111
16567
16568 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
16569
16570 linux (2.6.31-11.36) karmic; urgency=low
16571
16572 [ Brian Rogers ]
16573
16574 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
16575 persistent object
16576 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
16577 persistent object
16578
16579 [ Takashi Iwai ]
16580
16581 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
16582 - LP: #416482
16583
16584 [ Tyler Hicks ]
16585
16586 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
16587 negative during unlink
16588
16589 [ Upstream Kernel Changes ]
16590
16591 * sg: fix oops in the error path in sg_build_indirect()
16592 * mpt2sas : Rescan topology from Interrupt context instead of work thread
16593 * mpt2sas: Prevent sending command to FW while Host Reset
16594 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
16595 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
16596 * SCSI: fix oops during scsi scanning
16597 * SCSI: libsrp: fix memory leak in srp_ring_free()
16598 * cfg80211: fix looping soft lockup in find_ie()
16599 * ath5k: write PCU registers on initial reset
16600 * binfmt_elf: fix PT_INTERP bss handling
16601 * TPM: Fixup boot probe timeout for tpm_tis driver
16602 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
16603 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
16604 * fix undefined reference to user_shm_unlock
16605 * perf_counter: Fix buffer overflow in perf_copy_attr()
16606 * perf_counter: Start counting time enabled when group leader gets
16607 enabled
16608 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
16609 * powerpc: Fix bug where perf_counters breaks oprofile
16610 * powerpc/ps3: Workaround for flash memory I/O error
16611 * block: don't assume device has a request list backing in nr_requests
16612 store
16613 * agp/intel: remove restore in resume
16614 * ALSA: cs46xx - Fix minimum period size
16615 * ASoC: Fix WM835x Out4 capture enumeration
16616 * sound: oxygen: work around MCE when changing volume
16617 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
16618 * perf stat: Change noise calculation to use stddev
16619 * x86: Fix x86_model test in es7000_apic_is_cluster()
16620 * x86/i386: Make sure stack-protector segment base is cache aligned
16621 * PCI: apply nv_msi_ht_cap_quirk on resume too
16622 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
16623 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
16624 with highmem
16625 * KVM guest: do not batch pte updates from interrupt context
16626 * KVM: Fix coalesced interrupt reporting in IOAPIC
16627 * KVM: VMX: Check cpl before emulating debug register access
16628 * KVM guest: fix bogus wallclock physical address calculation
16629 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
16630 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
16631 * KVM: x86 emulator: Implement zero-extended immediate decoding
16632 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
16633 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
16634 * KVM: limit lapic periodic timer frequency
16635 * libata: fix off-by-one error in ata_tf_read_block()
16636 * PCI quirk: update 82576 device ids in SR-IOV quirks list
16637 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
16638 * powerpc/pseries: Fix to handle slb resize across migration
16639 * Linux 2.6.31.1
16640
16641 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
16642
16643 linux (2.6.31-10.35) karmic; urgency=low
16644
16645 [ Amit Kucheria ]
16646
16647 * Disable CONFIG_UEVENT_HELPER_PATH
16648
16649 [ Andy Whitcroft ]
16650
16651 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
16652 * remove the tlsup driver
16653 * remove lmpcm logitech driver support
16654
16655 [ Bryan Wu ]
16656
16657 * Add 3 missing files to prerm remove file list
16658 - LP: #345623, #415832
16659
16660 [ Chris Wilson ]
16661
16662 * [Upstream] drm/i915: Check that the relocation points to within the
16663 target
16664 - LP: #429241
16665
16666 [ Luke Yelavich ]
16667
16668 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
16669
16670 [ Manoj Iyer ]
16671
16672 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16673 - LP: #348861
16674
16675 [ Tim Gardner ]
16676
16677 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
16678 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
16679 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
16680 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
16681 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
16682 Upstream suggests that this is not the right approach.
16683
16684 * [Config] Set default I/O scheduler to DEADLINE
16685 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
16686 - LP: #381300
16687
16688 [ ubuntu@tjworld.net ]
16689
16690 * SAUCE: ipw2200: Enable LED by default
16691 - LP: #21367
16692
16693 [ Upstream Kernel Changes ]
16694
16695 * ALSA: hda - Add support for new AMD HD audio devices
16696 - LP: #430564
16697
16698 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
16699
16700 linux (2.6.31-10.34) karmic; urgency=low
16701
16702 [ Ted Tso ]
16703
16704 * [Upstream] ext3: Don't update superblock write time when filesystem is
16705 read-only
16706 - LP: #427822
16707
16708 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
16709
16710 linux (2.6.31-10.33) karmic; urgency=low
16711
16712 [ Leann Ogasawara ]
16713
16714 * [Upstream] dvb-usb: fix tuning with Cinergy T2
16715 - LP: #421258
16716
16717 [ Tim Gardner ]
16718
16719 * [Config] Unconditionally copy files from sub-flavours lists.
16720 (really, really fix it this time)
16721 - LP: #423426
16722 * [Config] Set CONFIG_CACHEFILES=m for all flavours
16723
16724 [ Upstream Kernel Changes ]
16725
16726 * ext4: Don't update superblock write time when filesystem is read-only
16727 - LP: #427822
16728
16729 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
16730
16731 linux (2.6.31-10.32) karmic; urgency=low
16732
16733 [ Eric Miao ]
16734
16735 * [Config] enable module support for memory stick
16736 - LP: #159951
16737
16738 [ Tim Gardner ]
16739
16740 * [Config] Unconditionally copy files from sub-flavours lists.
16741 - LP: #423426
16742
16743 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
16744
16745 linux (2.6.31-10.31) karmic; urgency=low
16746
16747 [ Andy Whitcroft ]
16748
16749 * rebase to v2.6.31 final
16750
16751 [ Colin Watson ]
16752
16753 * [Config] Recommend grub-pc in linux-image
16754 - LP: #385741
16755
16756 [ Ike Panhc ]
16757
16758 * [Upstream] Pull latest update of lenovo-sl-laptop
16759
16760 [ Peter Feuerer ]
16761
16762 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
16763 model
16764 - LP: #426691
16765
16766 [ Tim Gardner ]
16767
16768 * [Config] De-macro some package names.
16769
16770 [ Upstream Changes ]
16771
16772 * rebase to 2.6.31 final.
16773
16774 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
16775
16776 linux (2.6.31-10.30) karmic; urgency=low
16777
16778 [ Amit Kucheria ]
16779
16780 * [Config] Enable CONFIG_USB_DEVICEFS
16781 - LP: #417748
16782 * [Config] Populate the config-update template a bit more
16783
16784 [ Andy Whitcroft ]
16785
16786 * rebase to v2.6.31-rc9
16787 * [Config] update configs following rebase to v2.6.31-rc9
16788 * [Config] update ports configs following rebase to v2.6.31-rc9
16789
16790 [ Colin Ian King ]
16791
16792 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
16793 - LP: #254837
16794
16795 [ Jerone Young ]
16796
16797 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
16798 white-list
16799 - LP: #281732
16800 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
16801 white-list
16802 - LP: #281732
16803 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
16804 white-list
16805 - LP: #281732
16806 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
16807 white-list
16808 - LP: #281732
16809 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
16810 white-list
16811 - LP: #281732
16812
16813 [ John Johansen ]
16814
16815 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
16816 - LP: #419308
16817 * SAUCE: AppArmor: Return the correct error codes on profile
16818 addition/removal
16819 - LP: #408473
16820 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
16821 - LP: #408454
16822 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
16823 - LP: #419222
16824 * SAUCE: AppArmor: Fix change_profile failure
16825 - LP: #401931
16826 * SAUCE: AppArmor: Tell git to ignore generated include files
16827 - LP: #419505
16828
16829 [ Stefan Bader ]
16830
16831 * [Upstream] acpi: video: Loosen strictness of video bus detection code
16832 - LP: #333386
16833 * SAUCE: Remove ov511 driver from ubuntu subdirectory
16834
16835 [ Tim Gardner ]
16836
16837 * [Config] Exclude char-modules from non-x86 udeb creation
16838 * SAUCE: Notify the ACPI call chain of AC events
16839 * [Config] CONFIG_SATA_VIA=m
16840 - LP: #403385
16841 * [Config] Build in all phylib support modules.
16842 * [Config] Don't fail when sub-flavour files are missing
16843 - LP: #423426
16844 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
16845 - LP: #423513
16846
16847 [ Upstream ]
16848
16849 * Rebased against v2.6.31-rc9
16850
16851 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
16852
16853 linux (2.6.31-9.29) karmic; urgency=low
16854
16855 [ Leann Ogasawara ]
16856
16857 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
16858 - LP: #419993
16859 * [Config] d-i/modules: Add new char-modules file, initialize with
16860 intel-agp
16861 - LP: #420605
16862
16863 [ Upstream ]
16864
16865 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
16866 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
16867 adda766193ea1cf3137484a9521972d080d0b7af.
16868
16869 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
16870
16871 linux (2.6.31-8.28) karmic; urgency=low
16872
16873 [ Ike Panhc ]
16874
16875 * [Config] Let nic-shared-modules depends on crypto-modules
16876 - LP: #360966
16877
16878 [ Leann Ogasawara ]
16879
16880 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
16881 constant
16882 - LP: #412492
16883
16884 [ Mario Limonciello ]
16885
16886 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
16887 status if HW switch is disabled
16888 - LP: #418721
16889 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
16890 Compal made Dell laptops
16891 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
16892 with rfkill support
16893
16894 [ Tim Gardner ]
16895
16896 * [Config] Add acpiphp to virtual sub-flavour
16897 - LP: #364916
16898 * Drop KSM patch set for now because of instabilities with encrypted swap.
16899 - LP: #418781
16900
16901 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
16902
16903 linux (2.6.31-7.27) karmic; urgency=low
16904
16905 [ Tim Gardner ]
16906
16907 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
16908 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
16909 Replaces previous ksm patches from 2.6.31-6.25
16910 * [Config] KSM=y
16911
16912 [ Upstream ]
16913
16914 * Rebased against v2.6.31-rc7
16915
16916 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
16917
16918 linux (2.6.31-6.26) karmic; urgency=low
16919
16920 [ Andy Whitcroft ]
16921
16922 * [Config] enable CONFIG_AUFS_BR_RAMFS
16923 - LP: #414738
16924 * split out debian directory ready for abstraction
16925 * add printdebian target to find branch target
16926 * abstracted debian -- debian/files is not abstracted
16927 * abstracted debian -- packages must be built in debian/<pkg>
16928 * abstracted debian -- kernel-wedge needs to work in debian/
16929 * abstracted debian -- ensure we install the copyright file
16930 * abstracted-debian -- drop the debian directories from headers
16931 * abstracted-debian -- drop the debian directories from headers part 2
16932 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
16933 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
16934 - LP: #410198
16935
16936 [ Luke Yelavich ]
16937
16938 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
16939 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
16940 - LP: #413150
16941 * [Config] Ports: Build all cpu frequency scaling governors into ports
16942 kernels
16943 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
16944 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
16945 * [Config] Ports: Enable PS3 network driver
16946
16947 [ Stefan Bader ]
16948
16949 * abstracted debian -- call $(DEBIAN)/rules using make
16950
16951 [ Tim Gardner ]
16952
16953 * [Config] Abstract the debian directory
16954 * SAUCE: Improve error reporting in postinst
16955 - LP: #358564
16956
16957 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
16958
16959 linux (2.6.31-6.25) karmic; urgency=low
16960
16961 [ Andy Whitcroft ]
16962
16963 * script to generate Ubuntu changes from changelog
16964 * [Config] standardise ANDROID options
16965 * [Config] standardise CONFIG_ATM as module
16966 * [Config] standardise CONFIG_LIB80211 as module
16967 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
16968 * [Config] set CONFIG_CRAMFS as module
16969 * [Config] enable CONFIG_DAB and modules
16970 * [Config] set CONFIG_MAC80211_HWSIM as module
16971 * [Config] set CONFIG_NET_CLS_FLOW as module
16972 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
16973 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
16974 * [Config] set CONFIG_RTC_DRV_DS1511 as module
16975 * [Config] set CONFIG_RTC_DRV_R9701 as module
16976 * [Config] set CONFIG_RTC_DRV_S35390A as module
16977 * [Config] set CONFIG_TOIM3232_DONGLE as module
16978 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
16979 * [Config] standardise CONFIG_USB_G_PRINTER as module
16980 * [Config] standardise CONFIG_USB_SERIAL_IR as module
16981 * [Config] set CONFIG_USB_SERIAL_IUU as module
16982 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
16983 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
16984 * cleanup remains of dm-loop
16985 * drop thinkpad ec and smapi support
16986 * drop appleir
16987 * [Config] update configs following rebase to v2.6.31-rc6
16988 * rebase to v2.6.31-rc6
16989
16990 [ Hugh Dickins ]
16991
16992 * SAUCE: ksm patch 1, drop after 2.6.31
16993 * SAUCE: ksm patch 2, drop after 2.6.31
16994 * SAUCE: ksm patch 3, drop after 2.6.31
16995 * SAUCE: ksm patch 4, drop after 2.6.31
16996 * SAUCE: ksm patch 5, drop after 2.6.31
16997 * SAUCE: ksm patch 7, drop after 2.6.31
16998
16999 [ Izik Eidus ]
17000
17001 * SAUCE: ksm patch 0, drop after 2.6.31
17002 * SAUCE: ksm patch 6, drop after 2.6.31
17003 * SAUCE: ksm patch 8, drop after 2.6.31
17004 * SAUCE: ksm patch 9, drop after 2.6.31
17005
17006 [ Luke Yelavich ]
17007
17008 * [Config] Ports: Re-add PS3 modules to udebs
17009
17010 [ Michael Casadevall ]
17011
17012 * [Config] Update SPARC config and d-i files to reflect what can be built
17013
17014 [ Tim Gardner ]
17015
17016 * [Config] Removed armel package support
17017 * [Config] Enabled CONFIG_KSM=y
17018
17019 [ Upstream Kernel Changes ]
17020
17021 * Rebased against v2.6.31-rc6
17022 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
17023 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
17024 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
17025 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
17026 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
17027 changes"
17028 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
17029 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
17030 revision"
17031 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
17032 by default"
17033 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
17034 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
17035 ARCH_MXC_CANONICAL"
17036 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
17037 CONFIG_GPIOLIB"
17038 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
17039 2.6.31"
17040 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
17041 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
17042 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
17043 mxc_uart.h _everywhere_"
17044 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
17045 correct location"
17046 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
17047 snd_card_create"
17048 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
17049 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
17050 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
17051 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
17052 mxc_map_io."
17053 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17054 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17055 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
17056 with snd_soc_card."
17057 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
17058 structure"
17059 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
17060 DMA_MODE_READ/WRITE/MASK"
17061 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
17062 Freescale mx51 platform"
17063 * Driver core: add new device to bus's list before probing
17064 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
17065 power-saving
17066 - LP: #381693, #399750, #380892
17067
17068 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
17069
17070 linux (2.6.31-5.24) karmic; urgency=low
17071
17072 [ Amit Kucheria ]
17073
17074 * ARM: IMX51: Make video capture drivers compile
17075 * [Config] IMX51: Config updates
17076
17077 [ Andy Whitcroft ]
17078
17079 * remove leftovers of dm-bbr
17080
17081 [ Leann Ogasawara ]
17082
17083 * Add pata_cs5535 to pata-modules
17084 - LP: #318805
17085
17086 [ Luke Yelavich ]
17087
17088 * [Config] CONFIG_PPC64=y for powerpc64-smp
17089 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
17090 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
17091 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
17092 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
17093 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
17094 * [Config] Enable all PS3 drivers in powerpc64-smp
17095
17096 [ Mario Limonciello ]
17097
17098 * LIRC -- fix lirc-i2c 2.6.31 compilation
17099
17100 [ Matthew Garrett ]
17101
17102 * [Upstream] dell-laptop: Fix rfkill state queries
17103
17104 [ Tim Gardner ]
17105
17106 * [Config] Ignore armel ABI and module changes
17107 * [Config] Update configs after rebase against 2.6.31-rc5
17108
17109 [ Upstream ]
17110
17111 * Rebased to 2.6.31-rc5
17112
17113 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
17114
17115 linux (2.6.31-4.23) karmic; urgency=low
17116
17117 [ Andy Whitcroft ]
17118
17119 * AUFS -- update to aufs2-30 20090727
17120 * [Config] enable AUFS FUSE support
17121
17122 [ Luke Yelavich ]
17123
17124 * [Config] CONFIG_JFS_FS=m on sparc
17125
17126 [ Tim Gardner ]
17127
17128 * [Upstream] dell-laptop: Fix rfkill state setting.
17129
17130 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
17131
17132 linux (2.6.31-4.22) karmic; urgency=low
17133
17134 [ Amit Kucheria ]
17135
17136 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
17137 * ARM: IMX51: Move board-mx51* header files to the correct location
17138 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
17139 * ARM: IMX51: Make it compile.
17140 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
17141 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
17142 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
17143 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
17144 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
17145 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
17146 * ARM: staging: udlfb: Add vmalloc.h include
17147 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
17148
17149 [ Brad Figg ]
17150
17151 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
17152 * ARM: IMX51: codec structure was moved to the card structure
17153 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
17154 * ARM: IMX51: Get to bus_id by calling dev_name.
17155 * ARM: IMX51: Get to bus_id by calling dev_name.
17156 * ARM: IMX51: Added external declaration for mxc_map_io.
17157 * ARM: IMX51: Removed the mxc_gpio_port structure.
17158 * ARM: IMX51: mxc_timer_init prototype
17159 * ARM: IMX51: Fix up merge error in Kconfig
17160 * ARM: IMX51: Changed from snd_card_new to snd_card_create
17161
17162 [ Dinh Nguyen ]
17163
17164 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
17165 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
17166 * ARM: IMX51: Babbage 2.5 needs a different system revision
17167 * ARM: IMX51: IPU irq handler deadlock fix
17168
17169 [ Tim Gardner ]
17170
17171 * [Config] Enabled CONFIG_CAN=m
17172 - LP: #327243
17173 * [Config] Enabled CONFIG_SERIAL=m
17174 - LP: #397189
17175
17176 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
17177
17178 linux (2.6.31-4.21) karmic; urgency=low
17179
17180 [ Amit Kucheria ]
17181
17182 * dm-raid-4-5: Add missing brackets around test_bit()
17183
17184 [ John Johansen ]
17185
17186 * AppArmor: Fix change_profile failing lpn401931
17187 * AppArmor: Fix determination of forced AUDIT messages.
17188 * AppArmor: Fix oops in auditing of the policy interface offset
17189
17190 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
17191
17192 linux (2.6.31-4.20) karmic; urgency=low
17193
17194 [ Andy Whitcroft ]
17195
17196 * SAUCE: iscsitarget -- update to SVN revision r214
17197 * SAUCE: iscsitarget -- renable driver
17198 * [Config] consolidate lpia/lpia and i386/generic configs
17199 * [Config] enable CRYPTO modules for all architectures
17200 * [Config] enable cryptoloop
17201 * [Config] enable various filesystems for armel
17202 * [Config] sync i386 generic and generic-pae
17203 * [Config] add the 386 (486 processors and above) flavour
17204 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
17205 - LP: #399914
17206 * add genconfigs/genportsconfigs to extract the built configs
17207 * updateconfigs -- alter concatenation order allow easier updates
17208 * intelfb -- INTELFB now conflicts with DRM_I915
17209 * printchanges -- rebase tree does not have stable tags use changelog
17210 * AppArmor: fix argument size missmatch on 64 bit builds
17211
17212 [ Ike Panhc ]
17213
17214 * Ship bnx2x firmware in nic-modules udeb
17215 - LP: #360966
17216
17217 [ Jeff Mahoney ]
17218
17219 * AppArmor: fix build failure on ia64
17220
17221 [ John Johansen ]
17222
17223 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
17224 initialize.
17225 * AppArmour: fix auditing of domain transitions to include target profile
17226 information
17227 * AppArmor: fix C99 violation
17228 * AppArmor: revert reporting of create to write permission.
17229 * SAUCE: Add config option to set a default LSM
17230 * [Config] enable AppArmor by default
17231 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
17232
17233 [ Keith Packard ]
17234
17235 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
17236 hardware
17237 - LP: #351756
17238
17239 [ Luke Yelavich ]
17240
17241 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
17242 header packages
17243 - LP: #355344
17244
17245 [ Michael Casadevall ]
17246
17247 * [Config] update SPARC config files to allow success build
17248
17249 [ Scott James Remnant ]
17250
17251 * SAUCE: trace: add trace_event for the open() syscall
17252
17253 [ Stefan Bader ]
17254
17255 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
17256 - LP: #396780
17257
17258 [ Tim Gardner ]
17259
17260 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
17261 - LP: #397499
17262 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
17263 refresh
17264 - LP: #365291
17265 * [Config] SSB/B44 are common across all arches/flavours.
17266
17267 [ Upstream ]
17268
17269 * Rebased to 2.6.31-rc4
17270
17271 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
17272
17273 linux (2.6.31-3.19) karmic; urgency=low
17274
17275 [ Andy Whitcroft ]
17276
17277 * Revert "[Config] Disabled NDISWRAPPER"
17278 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
17279 * AUFS -- export various core functions
17280 * AUFS -- export various core functions -- fixes
17281 * AUFS -- core filesystem
17282 * AUFS -- track changes in v2.6.31
17283 * [Config] Enable AUFS
17284 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17285 is already upstream but failed to auto-drop on rebase.
17286
17287 [ Eric Paris ]
17288
17289 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17290 choose
17291 * SAUCE: inotify: check filename before dropping repeat events
17292 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17293
17294 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17295
17296 linux (2.6.31-3.18) karmic; urgency=low
17297
17298 [ Andy Whitcroft ]
17299
17300 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17301 AUFS"
17302 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17303 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17304 security_inode_permission"
17305 * clear out left over AUFS files and modifications
17306
17307 [ Luke Yelavich ]
17308
17309 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17310 * SAUCE: Explicitly include header files to allow apparmor to build on
17311 powerpc
17312 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17313
17314 [ Tim Gardner ]
17315
17316 * [Config] Dropped ubuntu/misc/wireless/acx
17317 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17318
17319 [ Upstream ]
17320
17321 * Rebased to 2.6.31-rc3
17322
17323 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17324
17325 linux (2.6.31-2.17) karmic; urgency=low
17326
17327 [ Andy Whitcroft ]
17328
17329 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17330 * compcache -- remove redundant Kconfig entries part 2
17331 * compcache -- clean up CCFLAGS declarations
17332 * [Config] enable AppArmor
17333 * AppArmor: fix operator precidence issue in as_path_link
17334
17335 [ John Johansen ]
17336
17337 * AppArmor security module
17338 * AppArmor: Correct mapping of file permissions.
17339 * AppArmor: Turn auditing of ptrace on
17340
17341 [ Luke Yelavich ]
17342
17343 * [Config] disable CONFIG_DM_RAID45 on powerpc
17344
17345 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17346
17347 linux (2.6.31-2.16) karmic; urgency=low
17348
17349 [ Andy Whitcroft ]
17350
17351 * compcache -- remove redundant Kconfig entries
17352 added ignore and ignore.modules for all arches since the compcache update
17353 changes the modules names as well as some compcache ABI values.
17354
17355 [ Manoj Iyer ]
17356
17357 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17358 * SAUCE: update compcache version to 0.5.3
17359
17360 [ Tim Gardner ]
17361
17362 * [Config]: Fix sparc FTBS by adding ignore.modules
17363
17364 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17365
17366 linux (2.6.31-2.15) karmic; urgency=low
17367
17368 [ Andy Whitcroft ]
17369
17370 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17371 * [Config] Update configs following rebase to 2.6.31-rc2
17372 * [Config] update ports configs following update to 2.6.31-rc2
17373
17374 [ Luke Yelavich ]
17375
17376 * [Config] powerpc - Disable CONFIG_RDS
17377
17378 [ Matt Zimmerman ]
17379
17380 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17381 - LP: #382115
17382
17383 [ Upstream Kernel Changes ]
17384
17385 * rebased to mainline 2.6.31-rc2
17386
17387 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17388
17389 linux (2.6.31-1.14) karmic; urgency=low
17390
17391 [ Andy Whitcroft ]
17392
17393 * update ndiswrapper to 1.55
17394 * remove leftovers of gfs
17395 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17396
17397 [ Luke Yelavich ]
17398
17399 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17400 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17401 kernel
17402
17403 [ Manoj Iyer ]
17404
17405 * Remove snd-bt-sco ubuntu driver
17406
17407 [ Michael Casadevall ]
17408
17409 * [Config] updates ia64 config and d-i folders to allow succesful build
17410 * [Config] Update powerpc and sparc for 2.6.31
17411
17412 [ Upstream Kernel Changes ]
17413
17414 * intel-iommu: fix Identity Mapping to be arch independent
17415 - LP: #384695
17416 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17417
17418 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17419
17420 linux (2.6.31-1.13) karmic; urgency=low
17421
17422 [ Andy Whitcroft ]
17423
17424 * REBASE: rebased to mainline 2.6.31-rc1
17425 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17426 no longer applies, using deprecated interfaces, LPIA only, dropped
17427 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17428 changes now upstream, dropped
17429 * [Config] Update configs following rebase to 2.6.31-rc1
17430 * [Config] update ports configs following update to 2.6.31-rc1
17431
17432 * [Config] disable broken staging driver CONFIG_STLC45XX
17433 * SAUCE: fix compcache to use updates accessors
17434 * [Config] disable staging driver CONFIG_VT6655
17435 * SAUCE: fix DRDB to use updates accessors
17436 * [Disable] ndiswrapper needs update
17437 * [Disable] LIRC I2C needs update
17438 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17439 * [Config] disable I2C_DESIGNWARE does not compile
17440 * [Config] disable CONFIG_TLSUP for lpia
17441 * [Config] disable CONFIG_FB_UDL for arm
17442 * SAUCE: disable adding scsi headers to linux-libc-dev
17443
17444 [ Mario Limonciello ]
17445
17446 * SAUCE: Add LIRC drivers
17447
17448 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17449
17450 linux (2.6.30-10.12) karmic; urgency=low
17451
17452 [ Andy Whitcroft ]
17453
17454 * [Config] split out the ports configs into their own family
17455 * [Config] update configs following introduction of ports family
17456
17457 [ Upstream Kernel Changes ]
17458
17459 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17460 description". Fixes linux-doc package name conflicts for now.
17461 - LP: #382115
17462
17463 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17464
17465 linux (2.6.30-10.11) karmic; urgency=low
17466
17467 [ Amit Kucheria ]
17468
17469 * [Config] Comment splitconfig.pl and misc cleanup
17470 * [Config] Rename all configs to the new naming scheme
17471 * [Config] Splitconfig rework
17472 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17473 * [Config] Fix build system for new config split
17474 * [Config] Run updateconfigs after the splitconfig rework
17475
17476 [ Andy Whitcroft ]
17477
17478 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17479 * [Config] standardise CONFIG_STAGING=y
17480 * [Config] standardise CONFIG_RD_LZMA=y
17481 * [Config] CONFIG_PCI_IOV=y
17482 * [Config] CONFIG_PCI_STUB=m
17483 * [Config] merge kernel configs more agressively
17484
17485 [ Colin Watson ]
17486
17487 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17488 * [Config] Add support for including firmware in udebs
17489 * [Config] Ship bnx2 firmware in nic-modules udeb
17490 - LP: #384861
17491
17492 [ Luke Yelavich ]
17493
17494 * [Config] ports - Import of ports architectures into kernel packaging
17495 infrastructure
17496 * [Config] ports - Do not update ports kernel configurations by default
17497 * [Config] ports - Disable ABI checking for ports architectures
17498 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17499 * [Config] ports - Add control.d/vars.* files for ports architectures
17500 * [Config] ports - Add ports architectures for linux-libc-dev
17501 * [Config] ports - Create powerpc specific message-modules and
17502 block-modules udebs
17503 * [Config] ports - Add configuration files for ports architectures
17504
17505 [ Manoj Iyer ]
17506
17507 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17508 - LP: #329864
17509
17510 [ Michael Casadevall ]
17511
17512 * [Config] ports - Fix compression of kernels
17513
17514 [ Stefan Bader ]
17515
17516 * [Upstream] mmc: prevent dangling block device from accessing stale
17517 queues
17518 - LP: #383668
17519
17520 [ Tim Gardner ]
17521
17522 * [Config] Recommend grub-pc in linux-image
17523 - LP: #385741
17524 * [Config] Implement i386 generic and generic-pae flavours
17525 * [Config] ports - Add control info after integrating ports arches
17526 * [Config] Removed auto-generated files from git
17527 * [Config] Added netxen_nic to nic-modules
17528 - LP: #389603
17529
17530 [ Matt Zimmerman ]
17531
17532 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17533 - LP: #382115
17534
17535 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
17536
17537 linux (2.6.30-9.10) karmic; urgency=low
17538
17539 [ Andy Whitcroft ]
17540
17541 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
17542 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
17543 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
17544 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
17545 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
17546 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
17547
17548 [ Upstream Kernel Changes ]
17549
17550 * rebased to 2.6.30 final
17551
17552 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
17553
17554 linux (2.6.30-8.9) karmic; urgency=low
17555
17556 [ Andy Whitcroft ]
17557
17558 * Config update removed the following options:
17559 CONFIG_EDAC_AMD8111=m
17560 CONFIG_EDAC_AMD8131=m
17561
17562 [ Upstream Kernel Changes ]
17563
17564 * rebased to 2.6.30-rc8
17565
17566 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
17567
17568 linux (2.6.30-7.8) karmic; urgency=low
17569
17570 [ Andy Whitcroft ]
17571
17572 * Enabled NEW configration options:
17573 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
17574 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
17575
17576 [ Upstream Kernel Changes ]
17577
17578 * rebased to 2.6.30-rc7
17579
17580 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
17581
17582 linux (2.6.30-6.7) karmic; urgency=low
17583
17584 [ Andy Whitcroft ]
17585
17586 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
17587 upstream)
17588
17589 [ Upstream Kernel Changes ]
17590
17591 * rebased to 2.6.30-rc6
17592
17593 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
17594
17595 linux (2.6.30-5.6) karmic; urgency=low
17596
17597 [ Tim Gardner ]
17598
17599 * [Config] Enable Keyspan USB serial device firmware in kernel module
17600 - LP: #334285
17601
17602 [ Upstream Kernel Changes ]
17603
17604 * rebased to 2.6.30-rc5
17605
17606 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
17607
17608 linux (2.6.30-4.5) karmic; urgency=low
17609
17610 [ Colin Watson ]
17611
17612 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
17613 /usr/include/asm/* going missing
17614 - LP: #373214
17615
17616 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
17617
17618 linux (2.6.30-3.4) karmic; urgency=low
17619
17620 [ Kees Cook ]
17621
17622 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
17623 - LP: #369978
17624
17625 [ Stefan Bader ]
17626
17627 * SAUCE: input: Blacklist digitizers from joydev.c
17628 - LP: #300143
17629
17630 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
17631
17632 linux (2.6.30-2.3) karmic; urgency=low
17633
17634 [ Tim Gardner ]
17635
17636 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
17637 - LP: #369152
17638 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
17639 * [Config] CONFIG_DRM_I915_KMS=y
17640 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
17641 minimums
17642
17643 [ Upstream Kernel Changes ]
17644
17645 * rebased to 2.6.30-rc4
17646
17647 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
17648
17649 linux (2.6.30-1.2) karmic; urgency=low
17650
17651 [ Tim Gardner ]
17652
17653 * [Config] armel: disable staging drivers, fixes FTBS
17654 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
17655
17656 [ Upstream Kernel Changes ]
17657
17658 * mpt2sas: Change reset_type enum to avoid namespace collision.
17659 Submitted upstream.
17660
17661 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
17662
17663 linux (2.6.30-1.1) karmic; urgency=low
17664
17665 * Initial release after rebasing against v2.6.30-rc3
17666
17667 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
17668