]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian.master/changelog
UBUNTU: Ubuntu-4.8.0-19.21
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
CommitLineData
e769e54a 1linux (4.8.0-19.21) yakkety; urgency=low
1198a2c7 2
e769e54a
TG
3 [ Tim Gardner ]
4
5 * Release Tracking Bug
6 - LP: #1629057
7
8 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
9 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
10
11 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
12 - SAUCE: nbd: Only delay uevent until connected
13
14 * Support snaps inside of lxd containers (LP: #1611078)
15 - apparmor: add interface to be able to grab loaded policy
16 - securityfs: update interface to allow inode_ops, and setup from vfs fns
17 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
18 - apparmor: add __aa_find_ns fn
19 - apparmor: add mkdir/rmdir interface to manage policy namespaces
20 - apparmor: fix oops in pivot_root mediation
21 - apparmor: fix warning that fn build_pivotroot discards const
22 - apparmor: add interface to advertise status of current task stacking
23 - apparmor: update policy permissions to consider ns being viewed/managed
24 - apparmor: add per ns policy management interface
25 - apparmor: bump domain stacking version to 1.2
26
27 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
28 (LP: #1628523)
29 - [Config] CONFIG_ZONE_DMA=y for generic
30
31 * Yakkety - disable ARCH_ZX (LP: #1628503)
32 - [Config] armhf: disable ARCH_ZX
33
34 * Enable switchdev config parameter for Yakkety (LP: #1628241)
35 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
36
37 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
38 (LP: #1628009)
39 - firmware: Update bnx2x to 7.13.1.0
40
41 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
42 - [Config] Enable CONFIG_IBMVNIC=m
43
44 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
45 (LP: #1628112)
46 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
47
48 * Miscellaneous Ubuntu changes
49 - Rebase to v4.8-rc8
50 - [Config] skip Ubuntu-4.8.0-18.20
51 - [Config] missing modules in armhf/s390x
1198a2c7 52
436a8f07
LO
53 * Miscellaneous Ubuntu changes
54 - rebase to v4.8-rc8
55
1198a2c7
LO
56 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
57
beea422b 58linux (4.8.0-17.19) yakkety; urgency=low
93749605 59
beea422b
LO
60 * Release Tracking Bug
61 - LP: #1627387
62
63 * build squashfs into xenial kernels by default (LP: #1593134)
64 - Remove squashfs udeb
65
66 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
67 - Add d-i support for ata_generic
68
69 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
70 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
71
72 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
73 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
74
75 * Yakkety - USB drivers must be built in (LP: #1627323)
76 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
77
78 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
79 (LP: #1627052)
80 - [Config] CONFIG_GOLDFISH=n
81
82 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
83 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
84 time in more detail"
85
86 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
87 - SAUCE: Fix regression which breaks DFS mounting
88
89 * Miscellaneous Ubuntu changes
90 - [Config] apply xenial configuration annotations
91 - s390x -- DEBUG_RODATA is now valid
92 - [Config] s390x -- CONFIG_SQUASHFS=y
93 - [Config] s390x -- CONFIG_ECRYPT_FS=y
94 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
95 - [Config] Enable CONFIG_ACPI_HED=y for arm64
96 - [Config] Enable CONFIG_QUICC_ENGINE=y
97
98 * Miscellaneous upstream changes
99 - annotations: pull back to xenial
93749605 100
beea422b 101 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
93749605 102
4a0e8200 103linux (4.8.0-16.17) yakkety; urgency=low
f1c53dc0 104
4a0e8200
TG
105 [ Tim Gardner ]
106
107 * Release Tracking Bug
108 - LP: #1626768
109
110 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
111 - [Config] CONFIG_ACPI_IORT=y
112 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
113 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
114 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
115 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
116 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
117 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
118 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
119 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
120
121 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
122 (LP: #1626394)
123 - [Config] CONFIG_ATA=y
124
125 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
126 - [Config] CONFIG_VMD=m
127 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
128 - [Config] CONFIG_OF=y for all arches
129 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
130 - [Config] Xenial device settings sync with amd64
131 - [Config] Xenial device settings sync with i386
132 - [Config] CONFIG_MTD_UBI_GLUEBI=m
133 - [Config] Xenial device settings sync with armhf
134 - [Config] Xenial device settings sync with arm64
135
136 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
137 - [Config] CONFIG_USERFAULTFD=y
138
139 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
140 - [Config] CONFIG_SLUB=y
141
142 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
143 (LP: #1626158)
144 - add nls_cp437 to the generic.inclusion-list
f1c53dc0
TG
145
146 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
147
8b72f08c 148linux (4.8.0-15.16) yakkety; urgency=low
f2630135 149
8b72f08c
TG
150 [ Tim Gardner ]
151
152 * Release Tracking Bug
153 - LP: #1626239
154
155 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
156 (LP: #1626158)
157 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
158 - [Config] CONFIG_NLS_CODEPAGE_437=y
159 - [Config] CONFIG_VFAT_FS=y
160
161 * Miscellaneous Ubuntu changes
162 - SAUCE: seccomp: log actions even when audit is disabled
f2630135
TG
163
164 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
165
3c99efb7 166linux (4.8.0-14.15) yakkety; urgency=low
c9b00a0f 167
3c99efb7
LO
168 * CVE-2016-1575 (LP: #1534961)
169 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
170 - SAUCE: overlayfs: Be more careful about copying up sxid files
171 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
c9b00a0f 172
3c99efb7
LO
173 * CVE-2016-1576 (LP: #1535150)
174 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
175 - SAUCE: overlayfs: Be more careful about copying up sxid files
176 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
177
178 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
179 (LP: #1531747)
180 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
181
182 * Miscellaneous Ubuntu changes
183 - [Config] CONFIG_PM_WAKELOCKS=y
184 - [Config] CONFIG_CLEANCACHE=y
185 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
186 - [Config] CONFIG_PROCESSOR_SELECT=y
187 - [Config] Enabled some networking options
188 - SAUCE: overlayfs: Enable user namespace mounts
189
190 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
c9b00a0f 191
a928399f 192linux (4.8.0-13.14) yakkety; urgency=low
f71e5453 193
a928399f
TG
194 [ Tim Gardner ]
195
196 * Release Tracking Bug
197 - LP: #1625733
198
199 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
200 - [Config] Add some CRC crypto modules to d-i
201
202 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
203 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
204
205 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
206 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
207 ThinkPads
208
209 * Option GE0301 3G modem doesn't work (LP: #348861)
210 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
211
212 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
213 (LP: #1625259)
214 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
215
216 * Miscellaneous Ubuntu changes
217 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
218 opened for writing
219 - SAUCE: fan: add VXLAN implementation
220 - [Config] CONFIG_VFIO=m for ppc64el
f71e5453
TG
221
222 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
223
6b119e64 224linux (4.8.0-12.13) yakkety; urgency=low
94fb7f08 225
6b119e64 226 [ Tim Gardner ]
94fb7f08 227
6b119e64
TG
228 * Release Tracking Bug
229 - LP: #1625233
41e30a20 230
6b119e64
TG
231 * Miscellaneous Ubuntu changes
232 - rebase to v4.8-rc7
233 - [Config] CONFIG_SCSI_DEBUG=m for all arches
41e30a20 234
94fb7f08
TG
235 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
236
81355c81 237linux (4.8.0-11.12) yakkety; urgency=low
c1a6d015 238
81355c81
LO
239 * change_hat is logging failures during expected hat probing (LP: #1615893)
240 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
c1a6d015 241
81355c81
LO
242 * deleted files outside of the namespace are not being treated as
243 disconnected
244 (LP: #1615892)
245 - SAUCE: apparmor: deleted dentries can be disconnected
246
247 * stacking to unconfined in a child namespace confuses mediation
248 (LP: #1615890)
249 - SAUCE: apparmor: special case unconfined when determining the mode
250
251 * apparmor module parameters can be changed after the policy is locked
252 (LP: #1615895)
253 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
254
255 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
256 #1579135)
257 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
258
259 * label vec reductions can result in reference labels instead of direct
260 access
261 to labels (LP: #1615889)
262 - SAUCE: apparmor: reduction of vec to single entry is just that entry
263
264 * profiles from different namespaces can block other namespaces from being
265 able to load a profile (LP: #1615887)
266 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
267
268 * The label build for onexec when stacking is wrong (LP: #1615881)
269 - SAUCE: apparmor: Fix label build for onexec stacking.
270
271 * The inherit check for new to old label comparison for domain transitions
272 is
273 wrong (LP: #1615880)
274 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
275
276 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
277 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
278
279 * __label_update proxy comparison test is wrong (LP: #1615878)
280 - SAUCE: apparmor: Fix __label_update proxy comparison test
281
282 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
283 (LP: #1560583)
284 - SAUCE: apparmor: Allow ns_root processes to open profiles file
285 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
286
287 * policy namespace stacking (LP: #1379535)
288 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
289 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
290
291 * Miscellaneous Ubuntu changes
292 - [Debian] Dynamically determine linux udebs package name
293 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
294 - SAUCE: apparmor: Fix FTBFS due to bad include path
295 - SAUCE: apparmor: add data query support
296 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
297
298 * Miscellaneous upstream changes
299 - fixup backout policy view capable for forward port
300 - apparmor: fix: Rework the iter loop for label_update
301 - apparmor: add more assertions for updates/merges to help catch errors
302 - apparmor: Make pivot root transitions work with stacking
303 - apparmor: convert delegating deleted files to mediate deleted files
304 - apparmor: add missing parens. not a bug fix but highly recommended
305 - apparmor: add a stack_version file to allow detection of bug fixes
306 - apparmor: push path lookup into mediation loop
307 - apparmor: default to allowing unprivileged userns policy
308 - apparmor: fix: permissions test to view and manage policy
309 - apparmor: Add Basic ns cross check condition for ipc
310
311 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
c1a6d015 312
c7dddaff 313linux (4.8.0-10.11) yakkety; urgency=low
c65851b8 314
c7dddaff
TG
315 * Miscellaneous Ubuntu changes
316 - ubuntu: vbox -- update to 5.1.6-dfsg-1
317 - SAUCE: Enable vbox build
c65851b8
TG
318
319 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
320
23296c6c 321linux (4.8.0-9.10) yakkety; urgency=low
19563a18 322
23296c6c
TG
323 * Miscellaneous Ubuntu changes
324 - [Config] arm64: CONFIG_ARCH_THUNDER=y
325 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
326 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
327 - [Config] arm64: CONFIG_DRM_AST=m
328 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
329 - d-i: initrd needs ext4 and scsi modules
330 - SAUCE: AUFS aufs4.x-rcN 20160912
331 - [Config] Enable CONFIG_GPIO_XGENE*
332 - [Config] Disable CONFIG_POWER_RESET_XGENE
333 - [Config] CONFIG_EDAC_XGENE=m
334 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
335 - [Config] CONFIG_XGENE_DMA=m
19563a18
TG
336
337 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
338
ea101072 339linux (4.8.0-8.9) yakkety; urgency=low
a15e177d 340
ea101072
TG
341 * New device ID for Kabypoint (LP: #1622469)
342 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
343 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
344
345 * Miscellaneous Ubuntu changes
346 - rebase to v4.8-rc6
347 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
a15e177d 348
bbfe4661
TG
349 [ Upstream Kernel Changes ]
350
351 * rebase to v4.8-rc6
352 - LP: #1617900
353
a15e177d
TG
354 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
355
0a7cc07d
TG
356linux (4.8.0-7.8) yakkety; urgency=low
357
358 * Miscellaneous Ubuntu changes
359 - [Debian] Use src_pkg_name when constructing udeb control files
360
361 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
362
363linux (4.8.0-6.7) yakkety; urgency=low
364
365 * Enable virtual scsi server driver for Power (LP: #1615665)
366 - SAUCE: Ibmvscsis: Properly deregister target sessions
367 - SAUCE: Return TCMU-generated sense data to fabric module
368 - SAUCE: Ibmvscsis: Code cleanup of print statements
369 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
370
371 * Miscellaneous Ubuntu changes
372 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
373 - rebase to v4.8-rc5
374
375 [ Upstream Kernel Changes ]
376
377 * rebase to v4.8-rc5
378
379 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
380
381linux (4.8.0-5.6) yakkety; urgency=low
382
383 * support compressed kernels on arm64 (LP: #1384955)
384 - [Config] Switch to compressed Image on arm64
385
386 * Miscellaneous Ubuntu changes
387 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
388 - SAUCE: (namespace) block_dev: Support checking inode permissions in
389 lookup_bdev()
390 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
391 when mounting
392 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
393 when mounting
394 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
395 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
396 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
397 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
398 security.* xattrs
399 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
400 filesystems
401 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
402 - SAUCE: (namespace) fuse: Add support for pid namespaces
403 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
404 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
405 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
406 or a descendant
407 - SAUCE: (namespace) fuse: Allow user namespace mounts
408 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
409 namespaces
410 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
411 mounts
412 - rebase to v4.8-rc4
413
414 [ Upstream Kernel Changes ]
415
416 * rebase to v4.8-rc4
417
418 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
419
420linux (4.8.0-4.5) yakkety; urgency=low
421
422 * Miscellaneous Ubuntu changes
423 - [Config] CONFIG_AUFS_FS=m
424 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
425
426 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
427
428linux (4.8.0-3.4) yakkety; urgency=low
429
430 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
431 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
432
433 * Miscellaneous Ubuntu changes
434 - rebase to v4.8-rc3
435
436 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
437
438linux (4.8.0-2.3) yakkety; urgency=low
439
440 * Miscellaneous Ubuntu changes
441 - [Config] Add fuse to inclusion list
442 - SAUCE: update spl/zfs to support v4.8
443
444 * Miscellaneous upstream changes
445 - Revert "UBUNTU: [Debian] do_zfs=false"
446
447 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
448
449linux (4.8.0-1.2) yakkety; urgency=low
450
451 * Miscellaneous Ubuntu changes
452 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
453 - [Config] Enabled enforcement for CONFIG_NVRAM
454 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
455 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
456 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
457 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
458 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
459 - [Config] Enabled enforcement for CONFIG_SECCOMP
460 - [Config] Enabled enforcement for
461 - rebase to v4.8-rc2
462 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
463 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
464 - SAUCE: security,perf: Allow further restriction of perf_event_open
465
466 [ Upstream Kernel Changes ]
467
468 * rebase to v4.8-rc2
469
470 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
471
472linux (4.8.0-0.1) yakkety; urgency=low
473
474 [ Upstream Kernel Changes ]
475
476 * rebase to v4.8-rc1
477 - LP: #1607647
478 - LP: #1498667
479 - LP: #1592547
480 - LP: #1319984
481 - LP: #1268727
482 - LP: #1600623
483 - LP: #1465724
484 - LP: #1333569
485
486 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
487
488linux (4.8.0-0.0) yakkety; urgency=low
489
490 * empty stanza
491
492 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
493
494linux (4.7.0-0.2) yakkety; urgency=low
495
496 * Miscellaneous Ubuntu changes fixing various FTBS issues
497 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
498 - [Config] make powerpc udeb block modules optional
499 - [Config] CONFIG_PLIP=m
500 - [Config] CONFIG_IRDA=m armhf/arm64
501 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
502 - [Config] CONFIG_MOUSE_PS2=m
503 - [Config] remove ppc64el fb-modules
504
505 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
506
507linux (4.7.0-0.1) yakkety; urgency=low
508
509 [ Upstream Kernel Changes ]
510
511 * rebase to v4.7
512 - LP: #972604
513
514 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
515
516linux (4.7.0-0.0) yakkety; urgency=low
517
518 [ Tim Gardner ]
519
520 * Release Tracking Bug
521 - LP: #1588856
522
523 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
524 - scsi_dh_alua: do not fail for unknown VPD identification
525
526 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
527 - [Config] Install lsvmbus in cloud tools
528 - SAUCE: tools/hv/lsvmbus -- convert to python3
529 - SAUCE: tools/hv/lsvmbus -- add manual page
530
531 * boot stalls on USB detection errors (LP: #1437492)
532 - usb: core: hub: hub_port_init lock controller instead of bus
533
534 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
535 - kernek/fork.c: allocate idle task for a CPU always on its local node
536
537 * VirtIO (and probably other modules as well) is built-in, make it modular...
538 (LP: #1475078)
539 - [Config] CONFIG_VIRTIO_*=m for all but s390x
540 - [Config] CONFIG_USB=m
541 - [Config] CONFIG_BLK_DEV_*=m
542 - [Config] CONFIG_ATA=m
543 - [Config] CONFIG_SCSI=m
544 - [Config] CONFIG_DEVFREQ_GOV_*=m
545 - [Config] CONFIG_XEN_NETDEV_*=m
546 - [Config] CONFIG_AGP=m
547 - [Config] CONFIG_ECRYPT_FS=m
548 - [Config] CONFIG_ACPI_*=m
549 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
550 - [Config] Modularize some CRYPTO
551 - [Config] CONFIG_FDDI=m
552 - [Config] CONFIG_FIXED_PHY=m
553 - [Config] CONFIG_VFAT_FS=m for all but armhf
554 - [Config] CONFIG_TUN=m
555 - [Config] CONFIG_UNIX=m
556 - [Config] CONFIG_TRUSTED_KEYS=m
557 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
558
559 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
560 and "not a git repository" (LP: #1584890)
561 - [debian] getabis: Only git add $abidir if running in local repo
562 - [debian] getabis: Fix inconsistent compiler versions check
563
564 * conflicting modules in udebs - arc4.ko (LP: #1582991)
565 - [Config] Remove arc4 from nic-modules
566
567 * arm64: statically link rtc-efi (LP: #1583738)
568 - [Config] Link rtc-efi statically on arm64
569
570 * Miscellaneous Ubuntu changes
571 - [Debian] zfs: transform symlink into referent file/dir
572 - [Debian] Added tristate.sh
573 - [Config] CONFIG_FUSE_FS=m
574 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
575 - [Config] CONFIG_PSTORE_CONSOLE=y
576 - Added Snapcraft files
577 - [Config] Mark CONFIG_UNIX enforced
578
579 * Miscellaneous upstream changes
580 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
581
582 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
583
584linux (4.6.0-6.7) yakkety; urgency=low
585
586 [ Tim Gardner ]
587
588 * Release Tracking Bug
589 - LP: #1582753
590
591 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
592 (LP: #1582378)
593 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
594 owns the ipc ns
595
596 * Miscellaneous Ubuntu changes
597 - [Config] Add Description to kernel-image udeb
598 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
599 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
600
601 * Miscellaneous upstream changes
602 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
603 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
604 - Drivers: hv: vmbus: Use the new virt_xx barrier code
605 - Drivers: hv: vmbus: Export the vmbus_set_event() API
606 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
607 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
608 - drivers:hv: Lock access to hyperv_mmio resource tree
609 - drivers:hv: Make a function to free mmio regions through vmbus
610 - drivers:hv: Reverse order of resources in hyperv_mmio
611 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
612 - drivers:hv: Record MMIO range in use by frame buffer
613 - drivers:hv: Separate out frame buffer logic when picking MMIO range
614 - Drivers: hv: kvp: fix IP Failover
615 - Drivers: hv: vmbus: handle various crash scenarios
616 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
617 - Drivers: hv: balloon: reset host_specified_ha_region
618
619 [ Tim Gardner ]
620
621 * Dropped hv SAUCE patches in favor of linux-next.
622
623 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
624
625linux (4.6.0-5.6) yakkety; urgency=low
626
627 [ Tim Gardner ]
628
629 * Release Tracking Bug
630 - LP: #1582351
631
632 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
633 - [Config] enable CONFIG_AUFS_EXPORT
634
635 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
636 - [Config] Update inclusion list for CRIU
637
638 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
639 - [Debian] disable zfs module checks when cross-compiling
640
641 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
642 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
643
644 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
645 (LP: #1535150)
646 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
647
648 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
649 enabled, breaking serial support on normal systems (LP: #1580960)
650 - [Config] disable CONFIG_GOLDFISH
651
652 * Miscellaneous Ubuntu changes
653 - [Config] d-i -- update local configuration to new form
654 - [Config] kernel-wedge -- switch to explicit versions
655 - [Config] powerpc64-smp --> generic
656 - [Config] CONFIG_AUFS_FS=m
657 - SAUCE: AUFS
658 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
659 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
660 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
661 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
662 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
663 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
664 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
665 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
666 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
667 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
668 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
669 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
670 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
671 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
672 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
673 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
674 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
675 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
676 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
677 - SAUCE: (namespace) fuse: Add support for pid namespaces
678 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
679 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
680 - SAUCE: (namespace) fuse: Allow user namespace mounts
681 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
682 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
683 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
684 - SAUCE: (namespace) quota: Add support for user namespace mounts
685 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
686 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
687 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
688 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
689 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
690 - rebase to v4.6
691 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
692 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
693
694 * Miscellaneous upstream changes
695 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
696 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
697
698 [ Upstream Kernel Changes ]
699
700 * rebase to v4.6
701
702 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
703
704linux (4.6.0-4.5) yakkety; urgency=low
705
706 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
707 upgrade -d (LP: #1573231)
708 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
709
710 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
711 IRC pointed out some leftover SAUCE patches that were causing issues.
712
713 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
714 has some issues.
715
716 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
717
718linux (4.6.0-3.4) xenial; urgency=low
719
720 * Release Tracking Bug
721 - LP: #1579594
722
723 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
724 - [Config] Generate an -extras package for arm64 and powerpc
725
726 * Missing libunwind support in perf (LP: #1248289)
727 - [Config] Add liblzma-dev to enable libunwind support in perf
728
729 * ZFS is confused by user namespaces (uid/gid mapping) when used with
730 acltype=posixac (LP: #1567558)
731 - zfs: Fix user namespaces uid/gid mapping
732
733 * Miscellaneous Ubuntu changes
734 - rebase to v4.6-rc7
735
736 [ Upstream Kernel Changes ]
737
738 * rebase to v4.6-rc7
739
740 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
741
742linux (4.6.0-2.3) yakkety; urgency=low
743
744 * Miscellaneous Ubuntu changes
745 - [Config] CONFIG_AUFS_FS=m
746 - SAUCE: AUFS
747 - zfs: gcc build error: -Wbool-compare in metaslab.c
748 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
749 - zfs: Fix ZPL miswrite of default POSIX ACL
750 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
751 - SAUCE: Dropped ubuntu/i915
752 - SAUCE: Dropped ubuntu/dm-raid4-5
753
754 * Miscellaneous upstream changes
755 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
756 kernel"
757
758 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
759
760linux (4.6.0-1.2) yakkety; urgency=low
761
762 * Miscellaneous Ubuntu changes
763 - [Config] CONFIG_NR_CPUS=8192 for amd64
764
765 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
766
767linux (4.6.0-0.1) yakkety; urgency=low
768
769
770 [ Upstream Kernel Changes ]
771
772 * rebase to v4.6-rc6
773 - LP: #1564712
774 - LP: #1555912
775 - LP: #1552925
776 - LP: #1546694
777 - LP: #1549660
778 - LP: #1549620
779 - LP: #1542944
780 - LP: #1542564
781 - LP: #1533009
782 - LP: #1533461
783 - LP: #1529624
784 - LP: #1522949
785
786 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
787
788linux (4.6.0-0.0) yakkety; urgency=low
789
790 [ Kamal Mostafa ]
791
792 * Release Tracking Bug
793 - LP: #1573817
794
795 * autoreconstruct: need to also generate extend-diff-ignore options for links
796 (LP: #1574362)
797 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
798
799 * tipc: missing linearization of sk_buff (LP: #1567064)
800 - tipc: move linearization of buffers to generic code
801
802 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
803 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
804 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
805 vmbus_mmio_allocate()
806 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
807 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
808 private resource tree
809 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
810 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
811 range
812
813 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
814 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
815
816 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
817 - [Config] CONFIG_AUFS_XATTR=y
818
819 * CVE-2016-3672 (LP: #1568523)
820 - x86/mm/32: Enable full randomization on i386 and X86_32
821
822 * CVE-2016-3955 (LP: #1572666)
823 - USB: usbip: fix potential out-of-bounds write
824
825 * Xenial update to v4.4.8 stable release (LP: #1573034)
826 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
827 instantiated
828 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
829 - parisc: Avoid function pointers for kernel exception routines
830 - parisc: Fix kernel crash with reversed copy_from_user()
831 - parisc: Unbreak handling exceptions from kernel modules
832 - ALSA: timer: Use mod_timer() for rearming the system timer
833 - ALSA: hda - Asus N750JV external subwoofer fixup
834 - ALSA: hda - Fix white noise on Asus N750JV headphone
835 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
836 - mm: fix invalid node in alloc_migrate_target()
837 - powerpc/mm: Fixup preempt underflow with huge pages
838 - libnvdimm: fix smart data retrieval
839 - libnvdimm, pfn: fix uuid validation
840 - compiler-gcc: disable -ftracer for __noclone functions
841 - arm64: opcodes.h: Add arm big-endian config options before including arm
842 header
843 - drm/dp: move hw_mutex up the call stack
844 - drm/udl: Use unlocked gem unreferencing
845 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
846 - drm/radeon: add another R7 370 quirk
847 - drm/radeon: add a dpm quirk for all R7 370 parts
848 - drm/amdgpu/gmc: move vram type fetching into sw_init
849 - drm/amdgpu/gmc: use proper register for vram type on Fiji
850 - xen/events: Mask a moving irq
851 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
852 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
853 - net: jme: fix suspend/resume on JMC260
854 - net: vrf: Remove direct access to skb->data
855 - net: qca_spi: Don't clear IFF_BROADCAST
856 - net: qca_spi: clear IFF_TX_SKB_SHARING
857 - net: fix bridge multicast packet checksum validation
858 - sctp: lack the check for ports in sctp_v6_cmp_addr
859 - mld, igmp: Fix reserved tailroom calculation
860 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
861 - qmi_wwan: add Sierra Wireless EM74xx device ID
862 - ipv6: re-enable fragment header matching in ipv6_find_hdr
863 - vxlan: fix missing options_len update on RX with collect metadata
864 - cdc_ncm: toggle altsetting to force reset before setup
865 - udp6: fix UDP/IPv6 encap resubmit path
866 - tcp: fix tcpi_segs_in after connection establishment
867 - ppp: release rtnl mutex when interface creation fails
868 - net: validate variable length ll headers
869 - ax25: add link layer header validation function
870 - packet: validate variable length ll headers
871 - bpf: avoid copying junk bytes in bpf_get_current_comm()
872 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
873 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
874 - qlcnic: Remove unnecessary usage of atomic_t
875 - qlcnic: Fix mailbox completion handling during spurious interrupt
876 - macvtap: always pass ethernet header in linear
877 - mlxsw: spectrum: Check requested ageing time is valid
878 - rocker: set FDB cleanup timer according to lowest ageing time
879 - bridge: allow zero ageing time
880 - ipv4: Don't do expensive useless work during inetdev destroy.
881 - net: Fix use after free in the recvmmsg exit path
882 - mlx4: add missing braces in verify_qp_parameters
883 - farsync: fix off-by-one bug in fst_add_one
884 - ath9k: fix buffer overrun for ar9287
885 - ppp: ensure file->private_data can't be overridden
886 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
887 - qlge: Fix receive packets drop.
888 - net: bcmgenet: fix dma api length mismatch
889 - bonding: fix bond_get_stats()
890 - ipv4: fix broadcast packets reception
891 - ipv4: initialize flowi4_flags before calling fib_lookup()
892 - ppp: take reference on channels netns
893 - xfrm: Fix crash observed during device unregistration and decryption
894 - qmi_wwan: add "D-Link DWM-221 B1" device id
895 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
896 - bridge: Allow set bridge ageing time when switchdev disabled
897 - rtnl: fix msg size calculation in if_nlmsg_size()
898 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
899 - tuntap: restore default qdisc
900 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
901 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
902 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
903 - ipv6: Count in extension headers in skb->network_header
904 - mpls: find_outdev: check for err ptr in addition to NULL check
905 - USB: uas: Limit qdepth at the scsi-host level
906 - USB: uas: Add a new NO_REPORT_LUNS quirk
907 - cdc-acm: fix NULL pointer reference
908 - KVM: x86: Inject pending interrupt even if pending nmi exist
909 - KVM: x86: reduce default value of halt_poll_ns parameter
910 - MIPS: Fix MSA ld unaligned failure cases
911 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
912 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
913 - pinctrl: sunxi: Fix A33 external interrupts not working
914 - pinctrl: nomadik: fix pull debug print inversion
915 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
916 - au0828: fix au0828_v4l2_close() dev_state race condition
917 - au0828: Fix dev_state handling
918 - coda: fix error path in case of missing pdata on non-DT platform
919 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
920 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
921 - rbd: use GFP_NOIO consistently for request allocations
922 - virtio: virtio 1.0 cs04 spec compliance for reset
923 - mac80211: properly deal with station hashtable insert errors
924 - mac80211: avoid excessive stack usage in sta_info
925 - mac80211: fix ibss scan parameters
926 - mac80211: fix unnecessary frame drops in mesh fwding
927 - mac80211: fix txq queue related crashes
928 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
929 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
930 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
931 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
932 - iio: accel: bmc150: fix endianness when reading axes
933 - iio: gyro: bmg160: fix buffer read values
934 - iio: gyro: bmg160: fix endianness when reading axes
935 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
936 bytes
937 - fs: add file_dentry()
938 - nfs: use file_dentry()
939 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
940 - ext4: add lockdep annotations for i_data_sem
941 - ext4: ignore quota mount options if the quota feature is enabled
942 - iommu: Don't overwrite domain pointer when there is no default_domain
943 - Btrfs: fix file/data loss caused by fsync after rename and new inode
944 - arm64: replace read_lock to rcu lock in call_step_hook
945 - perf: Do not double free
946 - perf: Cure event->pending_disable race
947 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
948 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
949 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
950 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
951 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
952 - ALSA: usb-audio: Add a quirk for Plantronics BT300
953 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
954 - HID: wacom: fix Bamboo ONE oops
955 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
956 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
957 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
958 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
959 - staging: android: ion: Set the length of the DMA sg entries in buffer
960 - usbvision: fix crash on detecting device with invalid configuration
961 - Revert "usb: hub: do not clear BOS field during reset device"
962 - Linux 4.4.8
963
964 * Fix speaker volume on a Dell machine (LP: #1549660)
965 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
966
967 * Xenial update to v4.4.7 stable release (LP: #1572722)
968 - regulator: core: avoid unused variable warning
969 - regulator: core: Fix nested locking of supplies
970 - ASoC: samsung: pass DMA channels as pointers
971 - mmc: sh_mmcif: rework dma channel handling
972 - mmc: sh_mmcif: Correct TX DMA channel allocation
973 - x86/microcode/intel: Make early loader look for builtin microcode too
974 - x86/microcode: Untangle from BLK_DEV_INITRD
975 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
976 - perf/x86/intel: Add definition for PT PMI bit
977 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
978 - KVM: i8254: change PIT discard tick policy
979 - KVM: fix spin_lock_init order on x86
980 - KVM: VMX: avoid guest hang on invalid invept instruction
981 - KVM: VMX: avoid guest hang on invalid invvpid instruction
982 - KVM: VMX: fix nested vpid for old KVM guests
983 - perf/core: Fix perf_sched_count derailment
984 - perf tools: Dont stop PMU parsing on alias parse error
985 - perf tools: Fix checking asprintf return value
986 - perf tools: Fix python extension build
987 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
988 - sched/preempt, sh: kmap_coherent relies on disabled preemption
989 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
990 - s390: fix floating pointer register corruption (again)
991 - s390/cpumf: add missing lpp magic initialization
992 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
993 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
994 - PCI: ACPI: IA64: fix IO port generic range check
995 - x86/irq: Cure live lock in fixup_irqs()
996 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
997 - x86/iopl/64: Properly context-switch IOPL on Xen PV
998 - x86/iopl: Fix iopl capability check on Xen PV
999 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1000 - sg: fix dxferp in from_to case
1001 - aacraid: Fix RRQ overload
1002 - aacraid: Fix memory leak in aac_fib_map_free
1003 - aacraid: Set correct msix count for EEH recovery
1004 - sd: Fix discard granularity when LBPRZ=1
1005 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1006 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1007 - aic7xxx: Fix queue depth handling
1008 - libnvdimm: Fix security issue with DSM IOCTL.
1009 - dm snapshot: disallow the COW and origin devices from being identical
1010 - dm: fix excessive dm-mq context switching
1011 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1012 - dm cache: make sure every metadata function checks fail_io
1013 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1014 - usb: retry reset if a device times out
1015 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1016 - USB: uas: Reduce can_queue to MAX_CMNDS
1017 - USB: cdc-acm: more sanity checking
1018 - USB: iowarrior: fix oops with malicious USB descriptors
1019 - USB: usb_driver_claim_interface: add sanity checking
1020 - USB: mct_u232: add sanity checking in probe
1021 - USB: digi_acceleport: do sanity checking for the number of ports
1022 - USB: cypress_m8: add endpoint sanity check
1023 - USB: serial: cp210x: Adding GE Healthcare Device ID
1024 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1025 - USB: option: add "D-Link DWM-221 B1" device id
1026 - pwc: Add USB id for Philips Spc880nc webcam
1027 - Input: powermate - fix oops with malicious USB descriptors
1028 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1029 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1030 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1031 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1032 - ALSA: usb-audio: Fix double-free in error paths after
1033 snd_usb_add_audio_stream() call
1034 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1035 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1036 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1037 - crypto: ccp - Add hash state import and export support
1038 - crypto: ccp - Limit the amount of information exported
1039 - crypto: ccp - Don't assume export/import areas are aligned
1040 - crypto: ccp - memset request context to zero during import
1041 - crypto: keywrap - memzero the correct memory
1042 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1043 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1044 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1045 - X.509: Fix leap year handling again
1046 - mei: bus: check if the device is enabled before data transfer
1047 - HID: logitech: fix Dual Action gamepad support
1048 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1049 - HID: multitouch: force retrieving of Win8 signature blob
1050 - HID: fix hid_ignore_special_drivers module parameter
1051 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1052 - staging: android: ion_test: fix check of platform_device_register_simple()
1053 error code
1054 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1055 - tty: Fix GPF in flush_to_ldisc(), part 2
1056 - net: irda: Fix use-after-free in irtty_open()
1057 - 8250: use callbacks to access UART_DLL/UART_DLM
1058 - saa7134: Fix bytesperline not being set correctly for planar formats
1059 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1060 - bttv: Width must be a multiple of 16 when capturing planar formats
1061 - coda: fix first encoded frame payload
1062 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1063 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1064 - mtip32xx: Fix broken service thread handling
1065 - mtip32xx: Remove unwanted code from taskfile error handler
1066 - mtip32xx: Print exact time when an internal command is interrupted
1067 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1068 - mtip32xx: Handle safe removal during IO
1069 - mtip32xx: Handle FTL rebuild failure state during device initialization
1070 - mtip32xx: Implement timeout handler
1071 - mtip32xx: Cleanup queued requests after surprise removal
1072 - ALSA: pcm: Avoid "BUG:" string for warnings again
1073 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1074 - ALSA: hda - Don't handle ELD notify from invalid port
1075 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1076 - ALSA: hda - Fix unconditional GPIO toggle via automute
1077 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1078 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1079 - brd: Fix discard request processing
1080 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1081 - bcache: cleaned up error handling around register_cache()
1082 - bcache: fix race of writeback thread starting before complete initialization
1083 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1084 - mm: memcontrol: reclaim when shrinking memory.high below usage
1085 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1086 - ia64: define ioremap_uc()
1087 - watchdog: don't run proc_watchdog_update if new value is same as old
1088 - watchdog: rc32434_wdt: fix ioctl error handling
1089 - Bluetooth: Add new AR3012 ID 0489:e095
1090 - Bluetooth: Fix potential buffer overflow with Add Advertising
1091 - cgroup: ignore css_sets associated with dead cgroups during migration
1092 - net: mvneta: enable change MAC address when interface is up
1093 - of: alloc anywhere from memblock if range not specified
1094 - vfs: show_vfsstat: do not ignore errors from show_devname method
1095 - splice: handle zero nr_pages in splice_to_pipe()
1096 - xtensa: ISS: don't hang if stdin EOF is reached
1097 - xtensa: fix preemption in {clear,copy}_user_highpage
1098 - xtensa: clear all DBREAKC registers on start
1099 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1100 - ARC: bitops: Remove non relevant comments
1101 - quota: Fix possible GPF due to uninitialised pointers
1102 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1103 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1104 - md/raid5: Compare apples to apples (or sectors to sectors)
1105 - RAID5: check_reshape() shouldn't call mddev_suspend
1106 - RAID5: revert e9e4c377e2f563 to fix a livelock
1107 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1108 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1109 - md: multipath: don't hardcopy bio in .make_request path
1110 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1111 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1112 freed"
1113 - fuse: do not use iocb after it may have been freed
1114 - fuse: Add reference counting for fuse_io_priv
1115 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1116 - rapidio/rionet: fix deadlock on SMP
1117 - ipr: Fix out-of-bounds null overwrite
1118 - ipr: Fix regression when loading firmware
1119 - iwlwifi: mvm: Fix paging memory leak
1120 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1121 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1122 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1123 - drm/amdgpu: include the right version of gmc header files for iceland
1124 - IB/ipoib: fix for rare multicast join race condition
1125 - tracing: Have preempt(irqs)off trace preempt disabled functions
1126 - tracing: Fix crash from reading trace_pipe with sendfile
1127 - tracing: Fix trace_printk() to print when not using bprintk()
1128 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1129 - scripts/coccinelle: modernize &
1130 - scripts/kconfig: allow building with make 3.80 again
1131 - kbuild/mkspec: fix grub2 installkernel issue
1132 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1133 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1134 - mmc: block: fix ABI regression of mmc_blk_ioctl
1135 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1136 - mmc: sdhci: fix data timeout (part 1)
1137 - mmc: sdhci: fix data timeout (part 2)
1138 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1139 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1140 - clk: rockchip: rk3368: fix cpuclk core dividers
1141 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1142 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1143 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1144 - clk: bcm2835: Fix setting of PLL divider clock rates
1145 - target: Fix target_release_cmd_kref shutdown comp leak
1146 - iser-target: Fix identification of login rx descriptor type
1147 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1148 - iser-target: Separate flows for np listeners and connections cma events
1149 - iser-target: Rework connection termination
1150 - nfsd4: fix bad bounds checking
1151 - nfsd: fix deadlock secinfo+readdir compound
1152 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1153 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1154 - ACPI / PM: Runtime resume devices when waking from hibernate
1155 - writeback, cgroup: fix premature wb_put() in
1156 locked_inode_to_wb_and_lock_list()
1157 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1158 inode
1159 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1160 trackstick buttons, again"
1161 - Input: synaptics - handle spurious release of trackstick buttons, again
1162 - Input: ims-pcu - sanity check against missing interfaces
1163 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1164 - ocfs2/dlm: fix race between convert and recovery
1165 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1166 - mm/page_alloc: prevent merging between isolated and other pageblocks
1167 - mtd: onenand: fix deadlock in onenand_block_markbad
1168 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1169 - scsi_common: do not clobber fixed sense information
1170 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1171 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1172 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1173 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1174 - Linux 4.4.7
1175
1176 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1177 - Bluetooth: Add new AR3012 ID 0489:e095
1178
1179 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1180 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1181
1182 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1183 gl552jx (LP: #1552925)
1184 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1185
1186 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1187 (LP: #1546694)
1188 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1189
1190 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1191 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1192
1193 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1194 - s390/pci: add extra padding to function measurement block
1195
1196 * CVE-2016-3951 (LP: #1567191)
1197 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1198 - usbnet: cleanup after bind() in probe()
1199
1200 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1201 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1202 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1203 - efi: Add nonblocking option to efi_query_variable_store()
1204 - efi: Add NV memory attribute
1205 - efi: Reformat GUID tables to follow the format in UEFI spec
1206 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1207 - SAUCE: (noup) Add EFI signature data types
1208 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1209 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1210 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1211 - [Config] CONFIG_IMA_MOK_KEYRING=y
1212 - IMA: create machine owner and blacklist keyrings
1213 - KEYS: Add an alloc flag to convey the builtinness of a key
1214 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1215 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1216 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1217
1218 * Miscellaneous Ubuntu changes
1219 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1220
1221 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1222
1223linux (4.4.0-21.37) xenial; urgency=low
1224
1225 [ Tim Gardner ]
1226
1227 * Release Tracking Bug
1228 - LP: #1571791
1229
1230 * linux: MokSBState is ignored (LP: #1571691)
1231 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1232 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1233 - SAUCE: (noup) Display MOKSBState when disabled
1234
1235 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
1236
1237linux (4.4.0-20.36) xenial; urgency=low
1238
1239 [ Tim Gardner ]
1240
1241 * Release Tracking Bug
1242 - LP: #1571069
1243
1244 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
1245 - SAUCE: kernfs: Do not match superblock in another user namespace when
1246 mounting
1247
1248 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
1249 - x86/topology: Fix logical package mapping
1250 - x86/topology: Fix Intel HT disable
1251 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
1252 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
1253 - x86/topology: Fix AMD core count
1254
1255 * [regression]: Failed to call clock_adjtime(): Invalid argument
1256 (LP: #1566465)
1257 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
1258
1259 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
1260
1261linux (4.4.0-19.35) xenial; urgency=low
1262
1263 [ Tim Gardner ]
1264
1265 * Release Tracking Bug
1266 - LP: #1570348
1267
1268 * CVE-2016-2847 (LP: #1554260)
1269 - pipe: limit the per-user amount of pages allocated in pipes
1270
1271 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
1272 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
1273
1274 * arm64: guest hangs when ntpd is running (LP: #1549494)
1275 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
1276
1277 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1278 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
1279
1280 * s390/cpumf: Fix lpp detection (LP: #1555344)
1281 - s390/facilities: use stfl mnemonic instead of insn magic
1282 - s390/facilities: always use lowcore's stfle field for storing facility bits
1283 - s390/cpumf: Fix lpp detection
1284
1285 * s390x kernel image needs weightwatchers (LP: #1536245)
1286 - [Config] s390x: Use compressed kernel bzImage
1287
1288 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
1289 upgrading to Ubuntu 16.04 (LP: #1567581)
1290 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
1291 device-tree properties"
1292
1293 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1294 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
1295 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
1296 - cpufreq: powernv: Add sysfs attributes to show throttle stats
1297
1298 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
1299 - [Config] Add ib_iser to generic inclusion list
1300
1301 * thunderx nic performance improvements (LP: #1567093)
1302 - net: thunderx: Set recevie buffer page usage count in bulk
1303 - net: thunderx: Adjust nicvf structure to reduce cache misses
1304
1305 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
1306 - net: thunderx: Fix for multiqset not configured upon interface toggle
1307 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
1308 - net: thunderx: Fix receive packet stats
1309
1310 * Miscellaneous Ubuntu changes
1311 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
1312
1313 * Miscellaneous upstream changes (LP: #1564901)
1314 - Input: xpad - correctly handle concurrent LED and FF requests
1315
1316 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
1317
1318linux (4.4.0-18.34) xenial; urgency=low
1319
1320 [ Tim Gardner ]
1321
1322 * Release Tracking Bug
1323 - LP: #1566868
1324
1325 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
1326 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
1327 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
1328
1329 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
1330 - [Config] CONFIG_ARCH_ROCKCHIP=y
1331
1332 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
1333 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
1334 - perf/x86/cqm: Fix CQM memory leak and notifier leak
1335 - x86/cpufeature: Carve out X86_FEATURE_*
1336 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
1337 - x86/topology: Create logical package id
1338 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
1339 - perf/x86/mbm: Add memory bandwidth monitoring event management
1340 - perf/x86/mbm: Implement RMID recycling
1341 - perf/x86/mbm: Add support for MBM counter overflow handling
1342
1343 * User namespace mount updates (LP: #1566505)
1344 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
1345 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
1346 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
1347 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
1348 - SAUCE: fs: fix a posible leak of allocated superblock
1349
1350 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
1351 (LP: #1566518)
1352 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
1353 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
1354
1355 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
1356 for Alpine Ridge on SKL (LP: #1519623)
1357 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
1358 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
1359 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
1360 - usb: add device descriptor for usb 3.1 root hub
1361 - usb: Support USB 3.1 extended port status request
1362 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
1363 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
1364 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
1365 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
1366 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
1367 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
1368 - usb: Add USB 3.1 Precision time measurement capability descriptor support
1369 - xhci: refactor and cleanup endpoint initialization.
1370 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
1371 - xhci: cleanup isoc tranfers queuing code
1372 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
1373 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
1374
1375 * wrong/missing permissions for device file /dev/prandom (prng.ko)
1376 (LP: #1558275)
1377 - s390/crypto: provide correct file mode at device register.
1378
1379 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
1380 - ALSA: hda - fix front mic problem for a HP desktop
1381
1382 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
1383 (LP: #1556228)
1384 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
1385
1386 * please provide mmc-modules udeb (LP: #1565765)
1387 - [Config] Add mmc block drivers to d-i
1388
1389 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1390 - Add secure_modules() call
1391 - PCI: Lock down BAR access when module security is enabled
1392 - x86: Lock down IO port access when module security is enabled
1393 - ACPI: Limit access to custom_method
1394 - asus-wmi: Restrict debugfs interface when module loading is restricted
1395 - Restrict /dev/mem and /dev/kmem when module loading is restricted
1396 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
1397 - kexec: Disable at runtime if the kernel enforces module loading restrictions
1398 - x86: Restrict MSR access when module loading is restricted
1399 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
1400 - Add option to automatically enforce module signatures when in Secure Boot mode
1401 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
1402 - efi: Add EFI_SECURE_BOOT bit
1403 - hibernate: Disable in a signed modules environment
1404
1405 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
1406 - PCI: Add fwnode_handle to x86 pci_sysdata
1407 - PCI: Look up IRQ domain by fwnode_handle
1408 - [Config] CONFIG_PCI_HYPERV=m
1409 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
1410
1411 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
1412 (LP: #1559923)
1413 - ACPI / processor: Request native thermal interrupt handling via _OSC
1414
1415 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
1416 (LP: #1564591)
1417 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
1418
1419 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
1420 - atomics: Allow architectures to define their own __atomic_op_* helpers
1421 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
1422 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
1423 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
1424
1425 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
1426 - [Debian] cpupower uses non-standard CROSS
1427
1428 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
1429 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
1430
1431 * Unable to migrate container (LP: #1563921)
1432 - SAUCE: cgroup mount: ignore nsroot=
1433
1434 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
1435 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
1436
1437 * /proc/$pid/maps performance regression (LP: #1547231)
1438 - proc: revert /proc/<pid>/maps [stack:TID] annotation
1439
1440 * TPM2.0 trusted keys fixes (LP: #1398274)
1441 - tpm: remove unneeded include of actbl2.h
1442 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
1443 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
1444 - tpm_tis: Disable interrupt auto probing on a per-device basis
1445 - tpm_tis: Do not fall back to a hardcoded address for TPM2
1446 - tpm_tis: Use devm_ioremap_resource
1447 - tpm_tis: Clean up the force=1 module parameter
1448 - tpm_crb: Drop le32_to_cpu(ioread32(..))
1449 - tpm_crb: Use devm_ioremap_resource
1450 - tpm: fix the rollback in tpm_chip_register()
1451 - tpm: fix the cleanup of struct tpm_chip
1452 - tpm: fix: set continueSession attribute for the unseal operation
1453 - tpm: fix: return rc when devm_add_action() fails
1454 - tpm_eventlog.c: fix binary_bios_measurements
1455 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
1456 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
1457 - tpm_tis: fix build warning with tpm_tis_resume
1458
1459 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
1460 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
1461
1462 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
1463 Xenial (LP: #1563485)
1464 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
1465 - cxlflash: Increase cmd_per_lun for better throughput
1466 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
1467
1468 * Miscellaneous Ubuntu changes
1469 - [Config] do_zfs_powerpc64-smp = true
1470 - [Debian] fix linux_tools when cross-compiling
1471 - [Config] do_zfs_powerpc64-smp use default value
1472 - SAUCE: apparmor: Fix FTBFS due to bad include path
1473 - SAUCE: i915_bpo: Disable preliminary hw support
1474
1475 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
1476
1477linux (4.4.0-17.33) xenial; urgency=low
1478
1479 [ Tim Gardner ]
1480
1481 * Release Tracking Bug
1482 - LP: #1563441
1483
1484 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
1485 (LP: #1560552)
1486 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
1487 about to hit.
1488
1489 * Predictable naming mechanism is leading to issues in DLPAR operations of
1490 NICs (LP: #1560514)
1491 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
1492 properties
1493
1494 * ThunderX: support alternative phy implementations (LP: #1562968)
1495 - net: thunderx: Cleanup PHY probing code.
1496 - [Config] CONFIG_MDIO_CAVIUM=m
1497 - phy: mdio-octeon: Refactor into two files/modules
1498 - [Config] CONFIG_MDIO_THUNDER=m
1499 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
1500 - phy: mdio-cavium: Add missing MODULE_* annotations.
1501 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
1502 - phy: mdio-thunder: Fix some Kconfig typos
1503 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
1504
1505 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
1506 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
1507 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
1508
1509 * lots of printk to serial console can hang system for long time
1510 (LP: #1534216)
1511 - printk: set may_schedule for some of console_trylock() callers
1512
1513 * [i915_bpo] Update i915 backport driver (LP: #1560395)
1514 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
1515 - PM / runtime: Add new helper for conditional usage count incrementation
1516 - drm/core: Add drm_for_each_encoder_mask, v2.
1517 - drm/atomic-helper: Implement subsystem-level suspend/resume
1518
1519 * [Hyper-V] VM Sockets (LP: #1541585)
1520 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
1521 - Drivers: hv: vmbus: Add vendor and device atttributes
1522 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
1523 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
1524 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
1525 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
1526 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
1527 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
1528 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
1529 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
1530 - Drivers: hv: vmbus: add a per-channel rescind callback
1531 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
1532 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
1533 - Drivers: hv: vmbus: Give control over how the ring access is serialized
1534 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
1535 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
1536 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
1537 - Drivers: hv: vmbus: remove code duplication in message handling
1538 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
1539 - Drivers: hv: util: Pass the channel information during the init call
1540 - Drivers: hv: utils: Remove util transport handler from list if registration fails
1541 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
1542 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1543
1544 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
1545 (LP: #1559918)
1546 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
1547
1548 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
1549 - net: add tc offload feature flag
1550 - net: tc: helper functions to query action types
1551 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
1552 - net: rework ndo tc op to consume additional qdisc handle parameter
1553 - net: rework setup_tc ndo op to consume general tc operand
1554 - net: sched: add cls_u32 offload hooks for netdevs
1555 - net: ixgbe: add support for tc_u32 offload
1556 - net: ixgbe: abort with cls u32 divisor groups greater than 1
1557
1558 * Bring fm10k up to Fortville SW5 (LP: #1562310)
1559 - net: add netif_is_team_master helper
1560 - net: add netif_is_team_port helper
1561 - net: add netif_is_lag_master helper
1562 - net: add netif_is_lag_port helper
1563 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
1564 - fm10k: don't reinitialize RSS flow table when RXFH configured
1565
1566 * [Feature]Always Running Timer (ART) to System Time translation
1567 (LP: #1519625)
1568 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
1569 - timekeeping: Provide internal function __ktime_get_real_seconds
1570 - timekeeping: Cap adjustments so they don't exceed the maxadj value
1571 - clocksource: Make clocksource validation work for all clocksources
1572 - time: Add cycles to nanoseconds translation
1573 - time: Add timekeeping snapshot code capturing system time and counter
1574 - time: Remove duplicated code in ktime_get_raw_and_real()
1575 - time: Add driver cross timestamp interface for higher precision time synchronization
1576 - time: Add history to cross timestamp interface supporting slower devices
1577 - time/timekeeping: Work around false positive GCC warning
1578 - x86/tsc: Always Running Timer (ART) correlated clocksource
1579 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
1580 - [Config] CONFIG_E1000E_HWTS=y
1581 - e1000e: Adds hardware supported cross timestamp on e1000e nic
1582
1583 * x-gene2: add SoC v2 support to clock (LP: #1561604)
1584 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
1585
1586 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
1587 - perf/x86: Move perf_event.c ............... => x86/events/core.c
1588 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
1589 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
1590 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
1591 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
1592 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
1593 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
1594 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
1595 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
1596 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
1597 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
1598 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
1599 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
1600 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
1601 x86/events/intel/uncore.[ch]
1602 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
1603 x86/events/intel/uncore_nmhex.c
1604 - perf/x86: Move perf_event_intel_uncore_snb.c =>
1605 x86/events/intel/uncore_snb.c
1606 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
1607 x86/events/intel/uncore_snbep.c
1608 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
1609 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
1610 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
1611 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
1612 - perf/x86: Move perf_event.h to its new home
1613 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
1614
1615 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
1616 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
1617
1618 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
1619
1620linux (4.4.0-16.32) xenial; urgency=low
1621
1622 [ Tim Gardner ]
1623
1624 * Release Tracking Bug
1625 - LP: #1561727
1626
1627 * fix thermal throttling due to commit "Thermal: initialize thermal zone
1628 device correctly" (LP: #1561676)
1629 - Thermal: Ignore invalid trip points
1630
1631 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
1632 on press (LP: #1553811)
1633 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
1634 buttons, again
1635
1636 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1637 (LP: #1560583)
1638 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1639 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1640
1641 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
1642 - ubuntu: vbox -- update to 5.0.16-dfsg-2
1643
1644 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
1645 s390x (LP: #1557690)
1646 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
1647
1648 * spl/zfs fails to build on s390x (LP: #1519814)
1649 - [Config] s390x -- re-enable zfs
1650 - [Config] zfs -- disable powerpc until the test failures can be resolved
1651
1652 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
1653 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
1654
1655 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
1656 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
1657 - [Config] powerpc -- convert zfs configuration to custom_override
1658
1659 * Memory arena corruption with FUSE (was Memory allocation failure crashes
1660 kernel hard, presumably related to FUSE) (LP: #1505948)
1661 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
1662 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
1663
1664 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
1665 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
1666
1667 * linux packaging: clear remaining redundant delta (LP: #1560445)
1668 - [Debian] Remove generated intermediate files on clean
1669
1670 * arm64: guest hangs when ntpd is running (LP: #1549494)
1671 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
1672 - Revert "hrtimer: Catch illegal clockids"
1673 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
1674
1675 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
1676 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
1677 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
1678 ThunderX
1679
1680 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
1681 (LP: #1559609)
1682 - arcmsr: fixed getting wrong configuration data
1683 - arcmsr: fixes not release allocated resource
1684 - arcmsr: make code more readable
1685 - arcmsr: adds code to support new Areca adapter ARC1203
1686 - arcmsr: changes driver version number
1687 - arcmsr: more readability improvements
1688 - arcmsr: Split dma resource allocation to a new function
1689 - arcmsr: change driver version to v1.30.00.22-20151126
1690
1691 * server image has no keyboard, desktop image works (LP: #1559692)
1692 - [Config] Rework input-modules (d-i) list
1693
1694 * PMU support for Cavium ThunderX (LP: #1559349)
1695 - arm64: perf: Rename Cortex A57 events
1696 - arm64/perf: Add Cavium ThunderX PMU support
1697 - arm64: perf: Enable PMCR long cycle counter bit
1698 - arm64: perf: Extend event mask for ARMv8.1
1699 - arm64: dts: Add Cavium ThunderX specific PMU
1700
1701 * Show ARM PMU events in perf stat (LP: #1559350)
1702 - drivers/perf: kill armpmu_register
1703 - arm: perf: Convert event enums to #defines
1704 - arm: perf: Add event descriptions
1705 - arm64: perf: Convert event enums to #defines
1706 - arm64: perf: Add event descriptions
1707 - ARM: perf: add format entry to describe event -> config mapping
1708 - arm64: perf: add format entry to describe event -> config mapping
1709
1710 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
1711 - EDAC/sb_edac: Fix computation of channel address
1712
1713 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
1714 - [Config] disable CONFIG_IP_PNP
1715
1716 * Miscellaneous Ubuntu changes
1717 - [Debian] Silence the reconstruct script
1718
1719 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
1720
1721linux (4.4.0-15.31) xenial; urgency=low
1722
1723 [ Tim Gardner ]
1724
1725 * Release Tracking Bug
1726 - LP: #1559252
1727
1728 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
1729 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
1730
1731 * policy namespace stacking (LP: #1379535)
1732 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
1733 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
1734 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
1735 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
1736 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
1737 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
1738 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
1739 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
1740 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
1741 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
1742 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
1743 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
1744 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
1745 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
1746 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
1747 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
1748 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
1749 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
1750 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
1751 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
1752 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
1753 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
1754 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
1755 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
1756 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
1757 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
1758 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
1759 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
1760 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
1761 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
1762 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
1763 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
1764 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
1765 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
1766 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
1767 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
1768 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
1769 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
1770 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
1771 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
1772 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
1773 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
1774 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
1775 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
1776 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
1777 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
1778 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
1779 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
1780 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1781
1782 * Add arm64 NUMA support (LP: #1558765)
1783 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
1784 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
1785 - [Config] CONFIG_OF_NUMA=y
1786 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
1787 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
1788 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
1789 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
1790 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
1791
1792 * vivid/linux: total ADT test failures (LP: #1558447)
1793 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
1794
1795 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
1796 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1797 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
1798
1799 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
1800 - s390/pci: enforce fmb page boundary rule
1801
1802 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
1803 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
1804 - page_to_phys() always returns a multiple of PAGE_SIZE
1805 - s390/pci: provide ZPCI_ADDR macro
1806 - s390/pci: improve ZPCI_* macros
1807 - s390/pci: resize iomap
1808 - s390/pci: fix bar check
1809 - s390/pci: set error state for unusable functions
1810 - s390/pci: remove iomap sanity checks
1811 - s390/pci: remove pdev pointer from arch data
1812 - s390/pci: add ioctl interface for CLP
1813
1814 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
1815 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
1816 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
1817 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
1818 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
1819
1820 * skb_warn_bad_offload Crash (LP: #1558025)
1821 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
1822
1823 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
1824 - [Config] CONFIG_PCI_HOST_COMMON=y
1825 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
1826 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
1827 - PCI: generic: Move structure definitions to separate header file
1828 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
1829 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
1830 - PCI: thunder: Add PCIe host driver for ThunderX processors
1831 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
1832
1833 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
1834 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
1835
1836 * Xenial update to v4.4.6 stable release (LP: #1558330)
1837 - arm64: account for sparsemem section alignment when choosing vmemmap offset
1838 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
1839 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
1840 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
1841 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
1842 - kvm: cap halt polling at exactly halt_poll_ns
1843 - KVM: VMX: disable PEBS before a guest entry
1844 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
1845 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
1846 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
1847 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
1848 - s390/dasd: fix diag 0x250 inline assembly
1849 - tracing: Fix check for cpu online when event is disabled
1850 - dmaengine: at_xdmac: fix residue computation
1851 - jffs2: reduce the breakage on recovery from halfway failed rename()
1852 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
1853 - ASoC: dapm: Fix ctl value accesses in a wrong type
1854 - ASoC: samsung: Use IRQ safe spin lock calls
1855 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
1856 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
1857 - ovl: ignore lower entries when checking purity of non-directory entries
1858 - ovl: fix working on distributed fs as lower layer
1859 - wext: fix message delay/ordering
1860 - cfg80211/wext: fix message ordering
1861 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
1862 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
1863 - mac80211: minstrel: Change expected throughput unit back to Kbps
1864 - mac80211: fix use of uninitialised values in RX aggregation
1865 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
1866 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
1867 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
1868 - mac80211: Fix Public Action frame RX in AP mode
1869 - gpu: ipu-v3: Do not bail out on missing optional port nodes
1870 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
1871 - drm/radeon: Fix error handling in radeon_flip_work_func.
1872 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
1873 - userfaultfd: don't block on the last VM updates at exit time
1874 - ovl: fix getcwd() failure after unsuccessful rmdir
1875 - MIPS: Fix build error when SMP is used without GIC
1876 - MIPS: smp.c: Fix uninitialised temp_foreign_map
1877 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
1878 - target: Drop incorrect ABORT_TASK put for completed commands
1879 - ld-version: Fix awk regex compile failure
1880 - Linux 4.4.6
1881
1882 * linux fails to load x.509 built-in certificate (LP: #1557250)
1883 - lib/mpi: Endianness fix
1884
1885 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
1886 - [Config] CONFIG_NET_9P=m for s390x
1887
1888 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
1889 (LP: #1557950)
1890 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
1891 - net/mlx5e: Don't modify CQ before it was created
1892
1893 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
1894 - mmc: sdhci: Do not BUG on invalid vdd
1895 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
1896 - mmc: It is not an error for the card to be removed while suspended
1897
1898 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
1899 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
1900
1901 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
1902 - [Config] CONFIG_NUMA_EMU=y for s390x
1903
1904 * Miscellaneous Ubuntu changes
1905 - [Debian] git-ubuntu-log -- prevent bug references being split
1906 - [Debian] git-ubuntu-log -- git log output is UTF-8
1907
1908 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
1909
1910linux (4.4.0-14.30) xenial; urgency=low
1911
1912 [ Tim Gardner ]
1913
1914 * Release Tracking Bug
1915 - LP: #1557508
1916
1917 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
1918 - powerpc: Fix dedotify for binutils >= 2.26
1919
1920 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
1921 - Illumos 6370 - ZFS send fails to transmit some holes
1922
1923 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
1924 camera (LP: #1557138)
1925 - UVC: Add support for ds4 depth camera
1926
1927 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
1928 - sched/numa: Fix use-after-free bug in the task_numa_compare
1929
1930 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
1931 files (LP: #1555997)
1932 - ovl: copy new uid/gid into overlayfs runtime inode
1933
1934 * Miscellaneous Ubuntu changes
1935 - SAUCE: Dump stack when X.509 certificates cannot be loaded
1936
1937 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
1938
1939linux (4.4.0-13.29) xenial; urgency=low
1940
1941 [ Tim Gardner ]
1942
1943 * Release Tracking Bug
1944 - LP: #1556247
1945
1946 * s390/mm: four page table levels vs. fork (LP: #1556141)
1947 - s390/mm: four page table levels vs. fork
1948
1949 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
1950 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
1951 - hv_netvsc: cleanup netdev feature flags for netvsc
1952
1953 * fails to boot on megaraid (LP: #1552903)
1954 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
1955 case of PD list DCMD failure
1956
1957 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
1958 - ALSA: hda - add codec support for Kabylake display audio codec
1959
1960 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1961 - cpufreq: powernv: Free 'chips' on module exit
1962 - cpufreq: powernv: Hot-plug safe the kworker thread
1963 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
1964 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
1965 - cpufreq: powernv: Replace pr_info with trace print for throttle event
1966 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
1967
1968 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
1969 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
1970
1971 * integer overflow in xt_alloc_table_info (LP: #1555353)
1972 - SAUCE: (noup) netfilter: x_tables: check for size overflow
1973
1974 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
1975 - [Packaging] reconstruct -- automatically reconstruct against base tag
1976 - [Config] reconstruct -- update to autoreconstruct output
1977 - [Packaging] reconstruct -- update when inserting final changes
1978
1979 * Xenial update to v4.4.5 stable release (LP: #1555640)
1980 - use ->d_seq to get coherency between ->d_inode and ->d_flags
1981 - drivers: sh: Restore legacy clock domain on SuperH platforms
1982 - Btrfs: fix deadlock running delayed iputs at transaction commit time
1983 - btrfs: Fix no_space in write and rm loop
1984 - btrfs: async-thread: Fix a use-after-free error for trace
1985 - block: Initialize max_dev_sectors to 0
1986 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
1987 - parisc: Fix ptrace syscall number and return value modification
1988 - mips/kvm: fix ioctl error handling
1989 - kvm: x86: Update tsc multiplier on change.
1990 - fbcon: set a default value to blink interval
1991 - cifs: fix out-of-bounds access in lease parsing
1992 - CIFS: Fix SMB2+ interim response processing for read requests
1993 - Fix cifs_uniqueid_to_ino_t() function for s390x
1994 - vfio: fix ioctl error handling
1995 - KVM: x86: fix root cause for missed hardware breakpoints
1996 - arm/arm64: KVM: Fix ioctl error handling
1997 - iommu/amd: Apply workaround for ATS write permission check
1998 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
1999 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2000 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2001 - drm/ast: Fix incorrect register check for DRAM width
2002 - drm/radeon/pm: update current crtc info after setting the powerstate
2003 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2004 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2005 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2006 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2007 - libata: fix HDIO_GET_32BIT ioctl
2008 - libata: Align ata_device's id on a cacheline
2009 - block: bio: introduce helpers to get the 1st and last bvec
2010 - writeback: flush inode cgroup wb switches instead of pinning super_block
2011 - Adding Intel Lewisburg device IDs for SATA
2012 - arm64: vmemmap: use virtual projection of linear region
2013 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2014 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2015 - tracing: Do not have 'comm' filter override event 'comm' field
2016 - pata-rb532-cf: get rid of the irq_to_gpio() call
2017 - Btrfs: fix loading of orphan roots leading to BUG_ON
2018 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2019 - jffs2: Fix page lock / f->sem deadlock
2020 - Fix directory hardlinks from deleted directories
2021 - dmaengine: pxa_dma: fix cyclic transfers
2022 - adv7604: fix tx 5v detect regression
2023 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2024 - ALSA: ctl: Fix ioctls for X32 ABI
2025 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2026 - ALSA: rawmidi: Fix ioctls X32 ABI
2027 - ALSA: timer: Fix ioctls for X32 ABI
2028 - ALSA: pcm: Fix ioctls for X32 ABI
2029 - ALSA: seq: oss: Don't drain at closing a client
2030 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2031 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2032 - ALSA: hdspm: Fix zero-division
2033 - ALSA: timer: Fix broken compat timer user status ioctl
2034 - usb: chipidea: otg: change workqueue ci_otg as freezable
2035 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2036 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2037 - USB: qcserial: add Sierra Wireless EM74xx device ID
2038 - USB: serial: option: add support for Telit LE922 PID 0x1045
2039 - USB: serial: option: add support for Quectel UC20
2040 - MIPS: scache: Fix scache init with invalid line size.
2041 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2042 - ubi: Fix out of bounds write in volume update code
2043 - i2c: brcmstb: allocate correct amount of memory for regmap
2044 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2045 - block: check virt boundary in bio_will_gap()
2046 - block: get the 1st and last bvec via helpers
2047 - drm/i915: more virtual south bridge detection
2048 - drm/i915: refine qemu south bridge detection
2049 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2050 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2051 - Linux 4.4.5
2052
2053 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2054 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2055
2056 * TPM2.0 trusted keys fixes (LP: #1398274)
2057 - tpm_tis: further simplify calculation of ordinal duration
2058 - tpm_tis: Use devm_free_irq not free_irq
2059 - tpm_tis: Ensure interrupts are disabled when the driver starts
2060 - tpm: rework tpm_get_timeouts()
2061 - tpm_tis: Get rid of the duplicate IRQ probing code
2062 - tpm_tis: Refactor the interrupt setup
2063 - tpm_tis: Tighten IRQ auto-probing
2064 - tpm_ibmvtpm: properly handle interrupted packet receptions
2065
2066 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2067 - [Config] control.stub.in -- review versioned Build-Depends:
2068 - [Config] control.stub.in -- review versioned
2069 Depends/Breaks/Conflicts/Replaces
2070 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2071 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2072
2073 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2074
2075linux (4.4.0-12.28) xenial; urgency=low
2076
2077 * Miscellaneous Ubuntu changes
2078 - reconstruct: Work around orig tarball packaging limitiations
2079 Fixes FTBS
2080
2081 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2082
2083linux (4.4.0-12.27) xenial; urgency=low
2084
2085 [ Tim Gardner ]
2086
2087 * Release Tracking Bug
2088 - LP: #1554704
2089
2090 * Fails to detect (second) display (LP: #1543683)
2091 - drm/i915: Fix hpd live status bits for g4x
2092
2093 * s390x -- various configuration changes (LP: #1543165)
2094 - [Config] s390x -- enable CONFIG_NUMA
2095 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2096 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2097 - [Config] s390x -- disable CONFIG_NVMEM
2098 - [Config] s390x -- switch preempt mode to none
2099
2100 * Radeon hybrid graphics problem on resume (LP: #1554608)
2101 - Revert "drm/radeon: call hpd_irq_event on resume"
2102
2103 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2104 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2105 - drm/amdgpu: use $(src) in Makefile (v2)
2106 - drm/radeon: constify radeon_asic_ring structures
2107 - drm/amdgpu: add a callback for reading the bios from the rom directly
2108 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2109 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2110 - drm/amdgpu: Use new read bios from rom callback
2111 - drm/amdgpu: Use unlocked gem unreferencing
2112 - drm/radeon: Use unlocked gem unreferencing
2113 - drm/amd: add new gfx8 register definitions for EDC
2114 - drm/amdgpu: add EDC support for CZ (v3)
2115 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2116 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2117 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2118 - drm/amdgpu: update rev id register for VI
2119 - drm/amdgpu: add more debugging output for driver failures
2120 - drm/amdgpu: add entity only when first job come
2121 - drm/amdgpu: handle error case for ctx
2122 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2123 - drm/amdgpu: change default sched jobs to 32
2124 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2125 - drm/amdgpu: restrict the sched jobs number to power of two
2126 - drm/amdgpu: put VM page tables directly into duplicates list
2127 - drm/amdgpu: split VM PD and PT handling during CS
2128 - drm/amdgpu: keep the PTs validation list in the VM v2
2129 - drm/radeon: Update radeon_get_vblank_counter_kms()
2130 - drm/radeon: only increment sync_seq when a fence is really emitted
2131 - drm/fb-helper: Use proper plane mask for fb cleanup
2132 - drm/amdgpu: fix dp link rate selection (v2)
2133 - drm/radeon: fix dp link rate selection (v2)
2134 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2135 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2136 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2137 - drm/amdgpu: implement new cgs interface for acpi function
2138 - drm/amdgpu: implement cgs interface to query system info
2139 - drm/amdgpu: add new cgs interface to get display info (v2)
2140 - drm/amd/powerplay: add basic powerplay framework
2141 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2142 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2143 - drm/amd/powerplay: add SMU manager sub-component
2144 - drm/amd/powerplay: add hardware manager sub-component
2145 - SAUCE: amd: Include errno.h
2146 - drm/amd/powerplay: add Carrizo smu support
2147 - drm/amd/powerplay: add Carrizo dpm support
2148 - drm/amd/powerplay: add CG and PG support for carrizo
2149 - drm/amd/powerplay: add event manager sub-component
2150 - drm/amd/powerplay: implement functions of amd_powerplay_func
2151 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2152 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2153 - drm/amd/powerplay: add header file for tonga smu and dpm
2154 - drm/amd/powerplay: Add Tonga SMU support
2155 - drm/amd/powerplay: add Tonga dpm support (v3)
2156 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2157 - drm/amd/powerplay: update atomctrl for fiji
2158 - drm/amd/powerplay: add Fiji SMU support.
2159 - drm/amd/powerplay: add Fiji DPM support.
2160 - drm/amdgpu: add amdgpu.powerplay module option
2161 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2162 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2163 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2164 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2165 - drm/amdgpu/powerplay: program display gap for tonga.
2166 - drm/amdgpu: enable powerplay module by default for tonga.
2167 - drm/amdgpu: enable powerplay module by default for fiji.
2168 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2169 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2170 - drm/amd/powerplay: Add CG and PG support for tonga
2171 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2172 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2173 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2174 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2175 - drm/amdgpu/powerplay: implement thermal control for tonga.
2176 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2177 - drm/amdgpu: export fan control functions to amdgpu
2178 - drm/amdgpu: enable sysfs interface for powerplay
2179 - drm/amdgpu: support per device powerplay enablement (v2)
2180 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2181 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2182 - drm/amd/powerplay: refine the logic of whether need to update power state.
2183 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2184 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2185 - drm/amdgpu: extract pcie helpers to common header
2186 - drm: add drm_pcie_get_max_link_width helper (v2)
2187 - drm/amdgpu: store pcie gen mask and link width
2188 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2189 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2190 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2191 - drm/amd/powerplay: fix boolreturn.cocci warnings
2192 - drm/amd/powerplay/tonga: Add UVD DPM init
2193 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2194 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2195 - drm/amdgpu: add sdma clock gating support for Fiji.
2196 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2197 - drm/amd/powerplay: enable clock gating for Fiji.
2198 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2199 - drm/amd/powerplay: implement smc state upload for CZ
2200 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2201 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2202 - drm/amd/powerplay: add new function point in hwmgr.
2203 - drm/amd/powerplay: add smc msg for NB P-State switch
2204 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2205 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2206 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2207 - drm/amd/powerplay: Add PPLib debug print macro.
2208 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2209 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2210 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2211 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2212 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2213 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2214 - drm/amdgpu: Prepare DKMS build for powerplay module.
2215 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2216 - drm/amd/powerplay: Add thermal protection support for Fiji.
2217 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2218 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2219 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2220 - drm/amd/powerplay: fix boolreturn.cocci warnings
2221 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2222 - drm/amd/powerplay: check whether enable dpm in powerplay.
2223 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2224 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2225 - drm/amd/powerplay: display gpu load when print performance for tonga.
2226 - drm/powerplay: add debugging output to tonga_processpptables.c
2227 - drm/powerplay: add debugging output to processpptables.c
2228 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2229 - drm/amd/powerplay: Don't return an error if fan table is missing
2230 - amd\powerplay Implement get dal power level
2231 - amd/powerplay: Fix get dal power level
2232 - amd/powerplay: Add structures required to report configuration change
2233 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2234 - drm/amd/powerplay: add point check to avoid NULL point hang.
2235 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
2236 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
2237 - drm: powerplay: use div64_s64 instead of do_div
2238 - drm/amd/powerplay: fix a reversed condition
2239 - drm/amdgpu/cgs: cleanup some indenting
2240 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
2241 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
2242 - drm/amd/powerplay: fix bug that NULL checks are reversed.
2243 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
2244 - drm/amd/powerplay: fix Smatch static checker warnings
2245 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
2246 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
2247 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
2248 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
2249 - drm/amdgpu: fix hex/decimal bug when show gpu load.
2250 - drm/amd/powerplay: add thermal control task when resume.
2251 - drm/amd/powerplay: enable set boot state task
2252 - drm/amd/powerplay: enable power down asic task. (v2)
2253 - drm/amd/powerplay: implement power down asic task for CZ
2254 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
2255 - drm/amdgpu/cgs: add an interface to access PCI resources
2256 - drm/amdgpu: add irq domain support
2257 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
2258 - drm/sysfs: use kobj_to_dev()
2259 - drm/amd/powerplay: fix static checker warning for return meaningless value.
2260 - drm/amdgpu/cz: add code to enable forcing UVD clocks
2261 - drm/amdgpu/cz: add code to enable forcing VCE clocks
2262 - drm/amdgpu/cz: force uvd clocks when sclks are forced
2263 - drm/amdgpu/cz: force vce clocks when sclks are forced
2264 - drm/amdgpu: use kobj_to_dev()
2265 - drm/radeon: use kobj_to_dev()
2266 - drm/ttm: fix adding foreign BOs to the LRU during init v2
2267 - drm/ttm: fix adding foreign BOs to the swap LRU
2268 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
2269 - drm/amdgpu: move VM page tables to the LRU end on CS v2
2270 - drm/amdgpu: validate duplicates first
2271 - drm/amdgpu: add missing irq.h include
2272 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
2273 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
2274 - amdkfd: don't open-code memdup_user()
2275 - amdkfd: Copy from the proper user command pointer
2276 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
2277 - amd/powerplay: disable powerplay by default initially
2278 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
2279 - drm/atomic-helper: Export framebuffer_changed()
2280 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
2281 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
2282 - drm/amdgpu: fix next_rptr handling for debugfs
2283 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
2284 - drm/radeon: only init fbdev if we have connectors
2285 - drm/amdgpu: don't init fbdev if we don't have any connectors
2286 - drm/amd/powerplay: Update SMU firmware loading for Stoney
2287 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
2288 - drm/amdkfd: Remove unnecessary cast in kfree
2289 - drm/amdgpu: only move pt bos in LRU list on success
2290 - drm/amdgpu: mask out WC from BO on unsupported arches
2291 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
2292 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
2293 - drm/amdgpu: load MEC ucode manually on iceland
2294 - drm/amdgpu: disable uvd and vce clockgating on Fiji
2295 - drm/amdgpu: add pcie cap module parameters (v2)
2296 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
2297 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
2298 - drm/amdgpu: handle uvd pg flags properly
2299 - drm/amdgpu: handle vce pg flags properly
2300 - drm/amdgpu: clean up vce pg flags for cz/st
2301 - drm/amdgpu: be consistent with uvd cg flags
2302 - drm/amd/powerplay/cz: disable uvd pg
2303 - drm/amd/powerplay/cz: disable vce pg
2304 - drm/amd/powerplay/tonga: disable uvd pg
2305 - drm/amd/powerplay/tonga: disable vce pg
2306 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
2307 - drm/amdgpu: remove unused cg defines
2308 - drma/dmgpu: move cg and pg flags into shared headers
2309 - drm/amdgpu/tonga: plumb pg flags through to powerplay
2310 - drm/amdgpu/cz: plumb pg flags through to powerplay
2311 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
2312
2313 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
2314 #1552632)
2315 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
2316
2317 * Miscellaneous Ubuntu changes
2318 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
2319
2320 * Miscellaneous upstream changes
2321 - net: thunderx: Fix for Qset error due to CQ full
2322 - ahci: Workaround for ThunderX Errata#22536
2323 - arm64: Add workaround for Cavium erratum 27456
2324 - tipc: fix nullptr crash during subscription cancel
2325
2326 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
2327
2328linux (4.4.0-11.26) xenial; urgency=low
2329
2330 [ Tim Gardner ]
2331
2332 * Release Tracking Bug
2333 - LP: #1553391
2334
2335 * Xenial update to v4.4.4 stable release (LP: #1553179)
2336 - af_iucv: Validate socket address length in iucv_sock_bind()
2337 - gro: Make GRO aware of lightweight tunnels.
2338 - net: dp83640: Fix tx timestamp overflow handling.
2339 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
2340 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
2341 - tcp: fix NULL deref in tcp_v4_send_ack()
2342 - af_unix: fix struct pid memory leak
2343 - pptp: fix illegal memory access caused by multiple bind()s
2344 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
2345 - net: dsa: fix mv88e6xxx switches
2346 - tipc: fix connection abort during subscription cancel
2347 - inet: frag: Always orphan skbs inside ip_defrag()
2348 - switchdev: Require RTNL mutex to be held when sending FDB notifications
2349 - tcp: beware of alignments in tcp_get_info()
2350 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
2351 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
2352 - ipv6: addrconf: Fix recursive spin lock call
2353 - ipv6: fix a lockdep splat
2354 - unix: correctly track in-flight fds in sending process user_struct
2355 - tcp: do not drop syn_recv on all icmp reports
2356 - net:Add sysctl_max_skb_frags
2357 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
2358 - enic: increment devcmd2 result ring in case of timeout
2359 - sctp: translate network order to host order when users get a hmacid
2360 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
2361 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
2362 eth_get_headlen
2363 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
2364 - bonding: Fix ARP monitor validation
2365 - ipv4: fix memory leaks in ip_cmsg_send() callers
2366 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
2367 - af_unix: Guard against other == sk in unix_dgram_sendmsg
2368 - tipc: fix premature addition of node to lookup table
2369 - tcp: md5: release request socket instead of listener
2370 - qmi_wwan: add "4G LTE usb-modem U901"
2371 - net/mlx4_en: Count HW buffer overrun only once
2372 - net/mlx4_en: Avoid changing dev->features directly in run-time
2373 - l2tp: Fix error creating L2TP tunnels
2374 - pppoe: fix reference counting in PPPoE proxy
2375 - net_sched fix: reclassification needs to consider ether protocol changes
2376 - route: check and remove route cache when we get route
2377 - tcp/dccp: fix another race at listener dismantle
2378 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
2379 - rtnl: RTM_GETNETCONF: fix wrong return value
2380 - tipc: unlock in error path
2381 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
2382 - sctp: Fix port hash table size computation
2383 - ext4: fix bh->b_state corruption
2384 - ARM: debug-ll: fix BCM63xx entry for multiplatform
2385 - arm64: errata: Add -mpc-relative-literal-loads to build flags
2386 - KVM: s390: fix guest fprs memory leak
2387 - devm_memremap: Fix error value when memremap failed
2388 - drm/gma500: Use correct unref in the gem bo create function
2389 - ARM: 8457/1: psci-smp is built only for SMP
2390 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
2391 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
2392 - efi: Do variable name validation tests in utf8
2393 - efi: Make our variable validation list include the guid
2394 - efi: Make efivarfs entries immutable by default
2395 - efi: Add pstore variables to the deletion whitelist
2396 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
2397 - bcache: fix a livelock when we cause a huge number of cache misses
2398 - bcache: Add a cond_resched() call to gc
2399 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
2400 - bcache: fix a leak in bch_cached_dev_run()
2401 - bcache: unregister reboot notifier if bcache fails to unregister device
2402 - bcache: allows use of register in udev to avoid "device_busy" error.
2403 - bcache: Change refill_dirty() to always scan entire disk if necessary
2404 - dm thin: fix race condition when destroying thin pool workqueue
2405 - can: ems_usb: Fix possible tx overflow
2406 - usb: dwc3: Fix assignment of EP transfer resources
2407 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
2408 - USB: option: add support for SIM7100E
2409 - USB: option: add "4G LTE usb-modem U901"
2410 - drivers: android: correct the size of struct binder_uintptr_t for
2411 BC_DEAD_BINDER_DONE
2412 - spi: omap2-mcspi: Prevent duplicate gpio_request
2413 - iw_cxgb3: Fix incorrectly returning error on success
2414 - drm/i915: shut up gen8+ SDE irq dmesg noise
2415 - ocfs2: unlock inode if deleting inode from orphan fails
2416 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
2417 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
2418 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
2419 - clocksource/drivers/vt8500: Increase the minimum delta
2420 - s390/kvm: remove dependency on struct save_area definition
2421 - KVM: s390: fix memory overwrites when vx is disabled
2422 - Btrfs: add missing brelse when superblock checksum fails
2423 - Btrfs: igrab inode in writepage
2424 - btrfs: statfs: report zero available if metadata are exhausted
2425 - Btrfs: send, don't BUG_ON() when an empty symlink is found
2426 - Btrfs: fix number of transaction units required to create symlink
2427 - Btrfs: fix transaction handle leak on failure to create hard link
2428 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
2429 subvolume roots
2430 - btrfs: initialize the seq counter in struct btrfs_device
2431 - s390: fix normalization bug in exception table sorting
2432 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
2433 - s390/dasd: fix refcount for PAV reassignment
2434 - s390/dasd: fix performance drop
2435 - uml: flush stdout before forking
2436 - uml: fix hostfs mknod()
2437 - um: link with -lpthread
2438 - locks: fix unlock when fcntl_setlk races with a close
2439 - rtlwifi: rtl_pci: Fix kernel panic
2440 - rtlwifi: rtl8192cu: Add missing parameter setup
2441 - rtlwifi: rtl8192ce: Fix handling of module parameters
2442 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
2443 - rtlwifi: rtl8723ae: Fix initialization of module parameters
2444 - rtlwifi: rtl8192se: Fix module parameter initialization
2445 - rtlwifi: rtl8188ee: Fix module parameter initialization
2446 - rtlwifi: rtl8723be: Fix module parameter initialization
2447 - mei: fix fasync return value on error
2448 - mei: validate request value in client notify request ioctl
2449 - namei: ->d_inode of a pinned dentry is stable only for positives
2450 - rc: sunxi-cir: Initialize the spinlock properly
2451 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
2452 - si2157: return -EINVAL if firmware blob is too big
2453 - gspca: ov534/topro: prevent a division by 0
2454 - vb2: fix a regression in poll() behavior for output,streams
2455 - tda1004x: only update the frontend properties if locked
2456 - dm space map metadata: remove unused variable in brb_pop()
2457 - dm snapshot: fix hung bios when copy error occurs
2458 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
2459 - coresight: checking for NULL string in coresight_name_match()
2460 - irqchip/omap-intc: Add support for spurious irq handling
2461 - irqchip/mxs: Add missing set_handle_irq()
2462 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
2463 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
2464 - posix-clock: Fix return code on the poll method's error path
2465 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
2466 - mmc: usdhi6rol0: handle NULL data in timeout
2467 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
2468 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
2469 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
2470 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
2471 - mmc: core: Enable tuning according to the actual timing
2472 - mmc: mmci: fix an ages old detection error
2473 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
2474 - mmc: pxamci: fix again read-only gpio detection polarity
2475 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
2476 - mmc: sdhci: Allow override of mmc host operations
2477 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
2478 - Bluetooth: Use continuous scanning when creating LE connections
2479 - Bluetooth: Add support of Toshiba Broadcom based devices
2480 - Bluetooth: Fix incorrect removing of IRKs
2481 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
2482 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
2483 - time: Avoid signed overflow in timekeeping_get_ns()
2484 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
2485 - Revert "MIPS: Fix PAGE_MASK definition"
2486 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
2487 - MIPS: hpet: Choose a safe value for the ETIME check
2488 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
2489 - MIPS: Fix buffer overflow in syscall_get_arguments()
2490 - EDAC: Robustify workqueues destruction
2491 - EDAC, mc_sysfs: Fix freeing bus' name
2492 - sparc64: fix incorrect sign extension in sys_sparc64_personality
2493 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
2494 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
2495 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2496 - virtio_balloon: fix race by fill and leak
2497 - virtio_balloon: fix race between migration and ballooning
2498 - virtio_pci: fix use after free on release
2499 - drm/vmwgfx: Fix an incorrect lock check
2500 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
2501 - drm/vmwgfx: respect 'nomodeset'
2502 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
2503 - drm/amdgpu: call hpd_irq_event on resume
2504 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
2505 - drm/amdgpu: fix tonga smu resume
2506 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
2507 - drm/amdgpu: no need to load MC firmware on fiji
2508 - drm/amdgpu: move gmc7 support out of CIK dependency
2509 - drm/amdgpu: iceland use CI based MC IP
2510 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
2511 - drm/amdgpu: pull topaz gmc bits into gmc_v7
2512 - drm/amdgpu: drop topaz support from gmc8 module
2513 - drm/amdgpu: don't load MEC2 on topaz
2514 - drm/amdgpu: remove exp hardware support from iceland
2515 - drm/amdgpu: fix s4 resume
2516 - drm/amdgpu: remove unnecessary forward declaration
2517 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
2518 - drm/amdgpu: fix issue with overlapping userptrs
2519 - drm/amdgpu: use post-decrement in error handling
2520 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
2521 - drm/amdgpu/pm: adjust display configuration after powerstate
2522 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
2523 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
2524 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
2525 training
2526 - drm/nouveau: platform: Fix deferred probe
2527 - drm/dp/mst: process broadcast messages correctly
2528 - drm/dp/mst: always send reply for UP request
2529 - drm/dp/mst: fix in MSTB RAD initialization
2530 - drm/dp/mst: fix in RAD element access
2531 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
2532 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
2533 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
2534 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
2535 - drm/dp/mst: deallocate payload on port destruction
2536 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
2537 - drm/radeon: call hpd_irq_event on resume
2538 - drm/radeon: Fix "slow" audio over DP on DCE8+
2539 - drm/radeon: clean up fujitsu quirks
2540 - drm/radeon: properly byte swap vce firmware setup
2541 - drm/radeon: cleaned up VCO output settings for DP audio
2542 - drm/radeon: Add a common function for DFS handling
2543 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
2544 - drm: add helper to check for wc memory support
2545 - drm/radeon: mask out WC from BO on unsupported arches
2546 - drm/radeon: hold reference to fences in radeon_sa_bo_new
2547 - drm: fix missing reference counting decrease
2548 - drm/i915: Restore inhibiting the load of the default context
2549 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
2550 - drm/i915: Init power domains early in driver load
2551 - drm/i915: Make sure DC writes are coherent on flush.
2552 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
2553 - drm/i915: Don't reject primary plane windowing with color keying enabled on
2554 SKL+
2555 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
2556 - drm/i915/dsi: defend gpio table against out of bounds access
2557 - drm/i915/dsi: don't pass arbitrary data to sideband
2558 - drm/i915: fix error path in intel_setup_gmbus()
2559 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
2560 - drm/radeon: use post-decrement in error handling
2561 - drm: No-Op redundant calls to drm_vblank_off() (v2)
2562 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
2563 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
2564 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
2565 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
2566 - drm/radeon/pm: adjust display configuration after powerstate
2567 - make sure that freeing shmem fast symlinks is RCU-delayed
2568 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
2569 supported
2570 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
2571 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
2572 - uapi: update install list after nvme.h rename
2573 - lib: sw842: select crc32
2574 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
2575 R700
2576 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
2577 R830
2578 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
2579 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
2580 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
2581 - dmaengine: dw: fix cyclic transfer setup
2582 - dmaengine: dw: fix cyclic transfer callbacks
2583 - dmaengine: at_xdmac: fix resume for cyclic transfers
2584 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
2585 - IB/cm: Fix a recently introduced deadlock
2586 - IB/qib: fix mcast detach when qp not attached
2587 - IB/qib: Support creating qps with GFP_NOIO flag
2588 - IB/mlx5: Expose correct maximum number of CQE capacity
2589 - Thermal: initialize thermal zone device correctly
2590 - Thermal: handle thermal zone device properly during system sleep
2591 - Thermal: do thermal zone update after a cooling device registered
2592 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
2593 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
2594 - hwmon: (ads1015) Handle negative conversion values correctly
2595 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
2596 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
2597 - seccomp: always propagate NO_NEW_PRIVS on tsync
2598 - libceph: fix ceph_msg_revoke()
2599 - libceph: don't bail early from try_read() when skipping a message
2600 - libceph: use the right footer size when skipping a message
2601 - libceph: don't spam dmesg with stray reply warnings
2602 - sd: Optimal I/O size is in bytes, not sectors
2603 - Staging: speakup: Fix getting port information
2604 - Revert "Staging: panel: usleep_range is preferred over udelay"
2605 - cdc-acm:exclude Samsung phone 04e8:685d
2606 - perf stat: Do not clean event's private stats
2607 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
2608 - rfkill: fix rfkill_fop_read wait_event usage
2609 - mac80211: Requeue work after scan complete for all VIF types.
2610 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
2611 - Revert "workqueue: make sure delayed work run in local cpu"
2612 - ALSA: hda - Apply clock gate workaround to Skylake, too
2613 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
2614 - target: Fix LUN_RESET active I/O handling for ACK_KREF
2615 - target: Fix LUN_RESET active TMR descriptor handling
2616 - target: Fix TAS handling for multi-session se_node_acls
2617 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
2618 - target: Fix race with SCF_SEND_DELAYED_TAS handling
2619 - spi: atmel: fix gpio chip-select in case of non-DT platform
2620 - libata: fix sff host state machine locking while polling
2621 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
2622 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
2623 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
2624 - cpuset: make mm migration asynchronous
2625 - cgroup: make sure a parent css isn't offlined before its children
2626 - writeback: keep superblock pinned during cgroup writeback association
2627 switches
2628 - phy: core: fix wrong err handle for phy_power_on
2629 - i2c: i801: Adding Intel Lewisburg support for iTCO
2630 - bio: return EINTR if copying to user space got interrupted
2631 - block: fix use-after-free in dio_bio_complete
2632 - nfs: fix nfs_size_to_loff_t
2633 - NFSv4: Fix a dentry leak on alias use
2634 - of/irq: Fix msi-map calculation for nonzero rid-base
2635 - KVM: async_pf: do not warn on page allocation failures
2636 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
2637 - KVM: x86: fix missed hardware breakpoints
2638 - KVM: x86: MMU: fix ubsan index-out-of-range warning
2639 - powerpc/eeh: Fix partial hotplug criterion
2640 - tracing: Fix showing function event in available_events
2641 - sunrpc/cache: fix off-by-one in qword_get()
2642 - kernel/resource.c: fix muxed resource handling in __request_region()
2643 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
2644 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
2645 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
2646 - xen/arm: correctly handle DMA mapping of compound pages
2647 - xen/scsiback: correct frontend counting
2648 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
2649 - xen/pciback: Save the number of MSI-X entries to be copied later.
2650 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
2651 extracted.
2652 - should_follow_link(): validate ->d_seq after having decided to follow
2653 - do_last(): ELOOP failure exit should be done after leaving RCU mode
2654 - hpfs: don't truncate the file when delete fails
2655 - x86/irq: Call chip->irq_set_affinity in proper context
2656 - x86/irq: Fix a race in x86_vector_free_irqs()
2657 - x86/irq: Validate that irq descriptor is still active
2658 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
2659 - x86/irq: Reorganize the return path in assign_irq_vector
2660 - x86/irq: Reorganize the search in assign_irq_vector
2661 - x86/irq: Check vector allocation early
2662 - x86/irq: Copy vectormask instead of an AND operation
2663 - x86/irq: Get rid of code duplication
2664 - x86/irq: Remove offline cpus from vector cleanup
2665 - x86/irq: Clear move_in_progress before sending cleanup IPI
2666 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
2667 - x86/irq: Remove outgoing CPU from vector cleanup mask
2668 - x86/irq: Call irq_force_move_complete with irq descriptor
2669 - x86/irq: Plug vector cleanup race
2670 - IB/cma: Fix RDMA port validation for iWarp
2671 - iwlwifi: dvm: fix WoWLAN
2672 - iwlwifi: pcie: properly configure the debug buffer size for 8000
2673 - iwlwifi: update and fix 7265 series PCI IDs
2674 - iwlwifi: mvm: don't allow sched scans without matches to be started
2675 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
2676 - bcache: prevent crash on changing writeback_running
2677 - Linux 4.4.4
2678
2679 * mlx4_en didn't choose time-stamping shift value according to HW frequency
2680 (LP: #1552627)
2681 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
2682
2683 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
2684 - target/transport: add flag to indicate CPU Affinity is observed
2685 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
2686 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
2687
2688 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
2689 - qla2xxx: Fix warning reported by static checker
2690 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
2691 - qla2xxx: Fix stale pointer access.
2692 - qla2xxx: Use ATIO type to send correct tmr response
2693 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
2694
2695 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
2696 - [Config] Add s390x zfcp to scsi-modules udeb
2697
2698 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
2699
2700linux (4.4.0-10.25) xenial; urgency=low
2701
2702 [ Tim Gardner ]
2703
2704 * Release Tracking Bug
2705 - LP: #1552247
2706
2707 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
2708 - security: let security modules use PTRACE_MODE_* with bitmasks
2709
2710 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
2711 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
2712
2713 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2714 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
2715 - mmc: sdhci: Fix DMA descriptor with zero data length
2716
2717 * Miscellaneous Ubuntu changes
2718 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
2719
2720 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
2721
2722linux (4.4.0-9.24) xenial; urgency=low
2723
2724 [ Tim Gardner ]
2725
2726 * Release Tracking Bug
2727 - LP: #1551319
2728
2729 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
2730 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
2731
2732 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
2733 #1448912)
2734 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
2735 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
2736 replacedby is not setup
2737 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
2738 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
2739 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
2740 replacedby
2741 - SAUCE: apparmor: Fix: label_vec_merge insertion
2742 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
2743 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
2744 merge path
2745 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
2746 labelset lock
2747 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
2748
2749 * apparmor kernel BUG kills firefox (LP: #1430546)
2750 - SAUCE: apparmor: Disallow update of cred when then subjective != the
2751 objective cred
2752 - SAUCE: apparmor: rework retrieval of the current label in the profile update
2753 case
2754
2755 * sleep from invalid context in aa_move_mount (LP: #1539349)
2756 - SAUCE: apparmor: fix sleep from invalid context
2757
2758 * s390x: correct restore of high gprs on signal return (LP: #1550468)
2759 - s390/compat: correct restore of high gprs on signal return
2760
2761 * missing SMAP support (LP: #1550517)
2762 - x86/entry/compat: Add missing CLAC to entry_INT80_32
2763
2764 * Floating-point exception handler receives empty Data-Exception Code in
2765 Floating Point Control register (LP: #1548414)
2766 - s390/fpu: signals vs. floating point control register
2767
2768 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
2769 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
2770
2771 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
2772 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
2773 build fips840/b1208b_1604.840 (LP: #1532914)
2774 - cxl: Fix PSL timebase synchronization detection
2775
2776 * [Feature]EDAC support for Knights Landing (LP: #1519631)
2777 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
2778
2779 * Various failures of kernel_security suite on Xenial kernel on s390x arch
2780 (LP: #1531327)
2781 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
2782
2783 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
2784 - [Config] Provides: virtualbox-guest-modules when appropriate
2785
2786 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
2787 #1507588)
2788 - [Config] Provides: virtualbox-guest-modules when appropriate
2789
2790 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
2791 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
2792 - SAUCE: i915_bpo: Update intel_ips.h file location
2793 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
2794 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
2795 - drm/i915: remove an extra level of indirection in PCI ID list
2796 - drm/i915/kbl: Add Kabylake PCI ID
2797 - drm/i915/kbl: Add Kabylake GT4 PCI ID
2798 - mm: Export nr_swap_pages
2799 - async: export current_is_async()
2800 - drm: fix potential dangling else problems in for_each_ macros
2801 - dp/mst: add SDP stream support
2802 - drm: Implement drm_modeset_lock_all_ctx()
2803 - drm: Add "prefix" parameter to drm_rect_debug_print()
2804 - drm/i915: Set connector_state->connector using the helper.
2805 - drm/atomic: add connector mask to drm_crtc_state.
2806 - drm/i915: Report context GTT size
2807 - drm/i915: Add get_eld audio component
2808 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
2809 - SAUCE: i915_bpo: Revert passing plane/encoder name
2810 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
2811 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
2812 - drm/i915/bxt: update list of PCIIDs
2813 - drm/i915/skl: Add missing SKL ids
2814 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
2815 driver isn't"
2816 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
2817 - drm/atomic: Do not unset crtc when an encoder is stolen
2818 - drm/i915: Update connector_mask during readout, v2.
2819 - drm/atomic: Add encoder_mask to crtc_state, v3.
2820 - SAUCE: drm/core: Add drm_encoder_index.
2821 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
2822 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
2823
2824 * arm64: guest hangs when ntpd is running (LP: #1549494)
2825 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
2826 - hrtimer: Catch illegal clockids
2827 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
2828
2829 * Miscellaneous Ubuntu changes
2830 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
2831 - [Config] CONFIG_ARM_SMMU=y on arm64
2832 - rebase to v4.4.3
2833 - [Debian] git-ubuntu-log -- ensure we get the last commit
2834 - [Config] fix up spelling of probably again
2835 - [Debian] perf -- build in the context of the full generated local headers
2836 - SAUCE: tools: lib/bpf -- add generated headers to search path
2837 - SAUCE: proc: Always set super block owner to init_user_ns
2838 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
2839 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
2840 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
2841 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
2842 needs locking
2843 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
2844 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
2845 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
2846 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
2847 of remove_and_insert
2848 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
2849 transitions ns
2850 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
2851 freed.
2852 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
2853 been removed
2854 - SAUCE: apparmor: Fix: query label file permission
2855 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
2856 - SAUCE: fixup: cleanup return handling of labels
2857 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
2858 destroyed
2859 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
2860 - SAUCE: fixup: 20/23 locking issue around in __label_update
2861 - SAUCE: fixup: get rid of unused var build warning
2862 - SAUCE: fixup: cast poison values to remove warnings
2863 - SAUCE: apparmor: fix refcount race when finding a child profile
2864 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
2865 - SAUCE: fix: audit "no_new_privs" case for exec failure
2866 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
2867 - SAUCE: Move replacedby allocation into label_alloc
2868 - [Debian] supply zfs dkms Provides: based on do_zfs
2869 - [Config] supply zfs dkms Provides: based on do_zfs
2870 - [Config] drop linux-image-3.0 provides
2871
2872 * Miscellaneous upstream changes
2873 - x86/mpx: Fix off-by-one comparison with nr_registers
2874
2875 [ Upstream Kernel Changes ]
2876
2877 * rebase to v4.4.3
2878
2879 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
2880
2881linux (4.4.0-8.23) xenial; urgency=low
2882
2883 * cgroup namespace mounts broken in containers (LP: #1549398)
2884 - SAUCE: kernfs: Always set super block owner to init_user_ns
2885
2886 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
2887 - arm64: mm: avoid calling apply_to_page_range on empty range
2888 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
2889
2890 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
2891 - [Config] postinst -- handle recreating symlinks when a real file is present
2892
2893 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
2894 - SAUCE: cred: Add clone_cred() interface
2895 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2896 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2897 - SAUCE: overlayfs: Be more careful about copying up sxid files
2898 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2899
2900 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
2901 - SAUCE: cred: Add clone_cred() interface
2902 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2903 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2904 - SAUCE: overlayfs: Be more careful about copying up sxid files
2905 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2906
2907 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
2908 - SAUCE: cred: Add clone_cred() interface
2909 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2910 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2911
2912 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
2913 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
2914 - net: Add eth_platform_get_mac_address() helper.
2915 - i40e: Add mac_filter_element at the end of the list instead of HEAD
2916 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
2917 - i40e: Replace X722 mac check in ethtool get_settings
2918 - i40evf: allow channel bonding of VFs
2919 - i40e: define function capabilities in only one place
2920 - i40evf: null out ring pointers on free
2921 - i40e: Cleanup the code with respect to restarting autoneg
2922 - i40e: update features with right offload
2923 - i40e: bump version to 1.4.10
2924 - i40e: add new device IDs for X722
2925 - i40e: Extend ethtool RSS hooks for X722
2926 - i40e/i40evf: Fix for UDP/TCP RSS for X722
2927 - i40evf: add new write-back mode
2928 - i40e/i40evf: Use private workqueue
2929 - i40e: add new proxy-wol bit for X722
2930 - i40e: Limit DCB FW version checks to X710/XL710 devices
2931 - i40e: AQ Add Run PHY Activity struct
2932 - i40e: AQ Geneve cloud tunnel type
2933 - i40e: AQ Add external power class to get link status
2934 - i40e: add 100Mb ethtool reporting
2935 - ixgbe: bulk free SKBs during TX completion cleanup cycle
2936 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
2937 - igb: Unpair the queues when changing the number of queues
2938 - igb/igbvf: don't give up
2939 - igb: clean up code for setting MAC address
2940 - igb: Refactor VFTA configuration
2941 - igb: Allow asymmetric configuration of MTU versus Rx frame size
2942 - igb: Do not factor VLANs into RLPML calculation
2943 - igb: Always enable VLAN 0 even if 8021q is not loaded
2944 - igb: Merge VLVF configuration into igb_vfta_set
2945 - igb: Clean-up configuration of VF port VLANs
2946 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
2947 - igb: Drop unnecessary checks in transmit path
2948 - igb: Enable use of "bridge fdb add" to set unicast table entries
2949 - igb: Add workaround for VLAN tag stripping on 82576
2950 - i40e: AQ Shared resource flags
2951 - i40e: AQ Add set_switch_config
2952 - i40e: AQ Add VXLAN-GPE tunnel type
2953 - i40e: AQ thermal sensor control struct
2954 - i40e: Bump AQ minor version to 1.5 for new FW features
2955 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
2956 - i40e: fix write-back-on-itr to work with legacy itr
2957 - i40e: add counter for arq overflows
2958 - i40e: add 20G speed for Tx bandwidth calculations
2959 - i40e: refactor DCB function
2960 - i40e: add a little more to an NVM update debug message
2961 - i40evf: enable bus master after reset
2962 - i40e: add netdev info to VSI dump
2963 - i40e: remove VF device IDs from PF
2964 - i40e: trivial: remove unnecessary local var
2965 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
2966 - net: ixgbe: add minimal parser details for ixgbe
2967 - i40e: trivial: drop duplicate definition
2968 - i40e: trivial: fix missing space
2969 - i40e: fix bug in dma sync
2970 - i40e: do TSO only if CHECKSUM_PARTIAL is set
2971 - i40e: allocate memory safer
2972 - i40e: fix: do not sleep in netdev_ops
2973 - i40e: APIs to Add/remove port mirroring rules
2974 - i40e: negate PHY int mask bits
2975 - i40e: drop unused function
2976 - i40e: count allocation errors
2977 - i40e: avoid large memcpy by assigning struct
2978 - i40e/i40evf: bump version to 1.4.12/1.4.8
2979 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
2980 - i40e: add priv flag for automatic rule eviction
2981 - i40e: use eth_platform_get_mac_address()
2982 - i40e: move sync_vsi_filters up in service_task
2983 - i40e: Make the DCB firmware checks for X710/XL710 only
2984 - i40e: set shared bit for multicast filters
2985 - i40e: add VEB stat control and remove L2 cloud filter
2986 - i40e: use new add_veb calling with VEB stats control
2987 - i40e: Refactor force_wb and WB_ON_ITR functionality code
2988 - i40evf: Change vf driver string to reflect all products i40evf supports
2989 - i40e/i40evf: don't lose interrupts
2990 - i40e/i40evf: try again after failure
2991 - i40e: dump descriptor indexes in hex
2992 - i40e/i40evf: use __GFP_NOWARN
2993 - i40e/i40evf: use pages correctly in Rx
2994 - i40e/i40evf: use logical operators, not bitwise
2995 - i40e: properly show packet split status in debugfs
2996 - i40e/i40evf: Bump version
2997 - ixgbe: use u32 instead of __u32 in model header
2998 - ixgbe: fix dates on header of ixgbe_model.h
2999 - i40e: get rid of magic number
3000 - i40e: drop unused debugfs file "dump"
3001 - i40evf: support packet split receive
3002 - i40e: trivial: cleanup use of pf->hw
3003 - i40e: Add a SW workaround for lost interrupts
3004 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3005 - i40e: Removal of code which relies on BASE VEB SEID
3006 - i40e/i40evf: avoid atomics
3007 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3008 - i40e: expand comment
3009 - i40e: better error reporting for nvmupdate
3010 - i40evf: set adapter state on reset failure
3011 - i40e: clean event descriptor before use
3012 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3013 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3014 - i40e/i40evf: Drop outer checksum offload that was not requested
3015 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3016 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3017 - i40e/i40evf: Consolidate all header changes into TSO function
3018 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3019 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3020 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3021 - i40e/i40evf: Do not write to descriptor unless we complete
3022 - i40e/i40evf: Add exception handling for Tx checksum
3023 - i40e/i40evf: Clean-up Rx packet checksum handling
3024 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3025 - i40e: Fix ATR in relation to tunnels
3026 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3027 - i40e: Update feature flags to reflect newly enabled features
3028 - i40evf: Update feature flags to reflect newly enabled features
3029 - i40e: Add support for ATR w/ IPv6 extension headers
3030 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3031 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3032 - i40e/i40evf: Move Tx checksum closer to TSO
3033 - i40e: Add functions to blink led on 10GBaseT PHY
3034 - i40e: Fix led blink capability for 10GBaseT PHY
3035 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3036 - i40e: Do not wait for Rx queue disable in DCB reconfig
3037 - i40e: Fix for unexpected messaging
3038 - i40e: Expose some registers to program parser, FD and RSS logic
3039 - i40e: add check for null VSI
3040 - i40e: add adminq commands for Rx CTL registers
3041 - i40e: implement and use Rx CTL helper functions
3042 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3043 - i40e: suspend scheduling during driver unload
3044 - i40e: let go of the past
3045 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3046
3047 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3048 - mpt3sas: A correction in unmap_resources
3049 - mpt3sas: Added support for high port count HBA variants.
3050 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3051 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3052 - mpt3sas: Never block the Enclosure device
3053 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3054 - mpt3sas: Added smp_affinity_enable module parameter.
3055 - mpt3sas: Add support for configurable Chain Frame Size
3056 - mpt3sas: Updated MPI Header to 2.00.42
3057 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3058 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3059 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3060
3061 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3062 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3063
3064 * Miscellaneous Ubuntu changes
3065 - [Packaging] git-ubuntu-log -- output should be utf-8
3066 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3067
3068 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3069
3070linux (4.4.0-7.22) xenial; urgency=low
3071
3072 [ Tim Gardner ]
3073
3074 * Release Tracking Bug
3075 - LP: #1547205
3076
3077 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3078 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3079 - arm64: kernel: implement ACPI parking protocol
3080
3081 * Please pull cgroup namespaces (LP: #1546775)
3082 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3083 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3084 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3085 - SAUCE: (noup) cgroup: cgroup namespace setns support
3086 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3087 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3088 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3089 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3090
3091 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3092 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3093 - pwm: lpss: Remove ->free() callback
3094 - pwm: bcm2835: Calculate scaler in ->config()
3095 - pwm: bcm2835: Prevent division by zero
3096 - pwm: bcm2835: Fix email address specification
3097 - pwm: lpss: Update PWM setting for Broxton
3098 - pwm: lpss: Select core part automatically
3099 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3100 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3101 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3102 - pwm: lpc32xx: make device usable with common clock framework
3103 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3104 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3105 - pwm: rcar: Improve accuracy of frequency division setting
3106 - pwm: Add PWM driver for OMAP using dual-mode timers
3107 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3108 - pwm: omap-dmtimer: Potential NULL dereference on error
3109 - pwm: Mark all devices as "might sleep"
3110
3111 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3112 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3113 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3114
3115 * Update megaraid driver to MR6.10 (LP: #1544679)
3116 - megaraid_sas: Do not allow PCI access during OCR
3117 - megaraid_sas: MFI IO timeout handling
3118 - megaraid_sas: Syncing request flags macro names with firmware
3119 - megaraid_sas: Task management support
3120 - megaraid_sas: Update device queue depth based on interface type
3121 - megaraid_sas: Fastpath region lock bypass
3122 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3123 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3124 - megaraid_sas: Dual queue depth support
3125 - megaraid_sas: IO throttling support
3126 - megaraid_sas: Make adprecovery variable atomic
3127 - megaraid_sas: MFI adapter OCR changes
3128 - megaraid_sas: Introduce module parameter for SCSI command timeout
3129 - megaraid_sas: SPERC OCR changes
3130 - megaraid_sas: driver version upgrade
3131 - megaraid: fix null pointer check in megasas_detach_one().
3132 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3133 - megaraid_sas: Fix SMAP issue
3134 - megaraid_sas: Add an i/o barrier
3135
3136 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3137 - powerpc/powernv: Fix stale PE primary bus
3138
3139 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3140 - [Config] Update bnx2x d-i firmware to 7.12.30
3141
3142 * Miscellaneous Ubuntu changes
3143 - rebase to v4.4.2
3144
3145 * Miscellaneous upstream changes
3146 - openvswitch: allow management from inside user namespaces
3147 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3148 - net, thunderx: Remove unnecessary rcv buffer start address management
3149 - net: thunderx: HW TSO support for pass-2 hardware
3150 - net: thunderx: Enable CQE count threshold interrupt
3151 - net: cavium: liquidio: use helpers ns_to_timespec64()
3152 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3153 - arm64: KVM: Configure TCR_EL2.PS at runtime
3154 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3155 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3156 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3157 - arm64: lib: patch in prfm for copy_page if requested
3158 - arm64: prefetch: add missing #include for spin_lock_prefetch
3159 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3160 - net: thunderx: Use napi_schedule_irqoff()
3161 - net: thunderx: Assign affinity hints to vf's interrupts
3162 - net: thunderx: bgx: Use standard firmware node infrastructure.
3163 - net: thunderx: bgx: Add log message when setting mac address
3164 - net: thunderx: Alloc higher order pages when pagesize is small
3165 - net: cavium: liquidio: Return correct error code
3166 - net: cavium: liquidio: fix check for in progress flag
3167 - livepatch: add old_sympos as disambiguator field to klp_func
3168 - livepatch: add sympos as disambiguator field to klp_reloc
3169 - livepatch: function,sympos scheme in livepatch sysfs directory
3170 - module: Use the same logic for setting and unsetting RO/NX
3171 - gcov: use within_module() helper.
3172 - module: use a structure to encapsulate layout.
3173 - module: clean up RO/NX handling.
3174 - module: keep percpu symbols in module's symtab
3175 - livepatch: Cleanup module page permission changes
3176
3177 [ Upstream Kernel Changes ]
3178
3179 * rebase to v4.4.2
3180
3181 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3182
3183linux (4.4.0-6.21) xenial; urgency=low
3184
3185 [ Tim Gardner ]
3186
3187 * Release Tracking Bug
3188 - LP: #1546283
3189
3190 * Naples/Zen, NTB Driver (LP: #1542071)
3191 - [Config] CONFIG_NTB_AMD=m
3192 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3193
3194 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3195 - SAUCE: storvsc: use small sg_tablesize on x86
3196
3197 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3198 - [Config] CONFIG_ARMV8_DEPRECATED=y
3199
3200 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3201 - powerpc/eeh: Fix stale cached primary bus
3202
3203 * Miscellaneous Ubuntu changes
3204 - SAUCE: fs: Add user namesapace member to struct super_block
3205 - SAUCE: fs: Limit file caps to the user namespace of the super block
3206 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3207 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3208 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3209 - SAUCE: fs: Treat foreign mounts as nosuid
3210 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3211 - SAUCE: userns: Replace in_userns with current_in_userns
3212 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3213 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3214 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3215 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3216 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3217 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3218 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3219 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3220 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3221 - SAUCE: fuse: Add support for pid namespaces
3222 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3223 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3224 - SAUCE: fuse: Allow user namespace mounts
3225 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3226 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3227 - SAUCE: quota: Convert ids relative to s_user_ns
3228 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3229 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3230 - SAUCE: quota: Treat superblock owner as privilged
3231 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3232 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3233 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3234 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3235 - SAUCE: fuse: Add module parameter to enable user namespace mounts
3236
3237 * Miscellaneous upstream changes
3238 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
3239 - libahci: Implement the capability to override the generic ahci interrupt handler.
3240 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
3241 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
3242
3243 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
3244
3245linux (4.4.0-5.20) xenial; urgency=low
3246
3247 [ Tim Gardner ]
3248
3249 * Release Tracking Bug
3250 - LP: #1544637
3251
3252 * s390/cio: update measurement characteristics (LP: #1541534)
3253 - s390/cio: fix measurement characteristics memleak
3254 - s390/cio: ensure consistent measurement state
3255 - s390/cio: update measurement characteristics
3256
3257 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
3258 - qeth: initialize net_device with carrier off
3259
3260 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
3261 - [Config] CONFIG_ZONE_DMA=y
3262 - mm: CONFIG_NR_ZONES_EXTENDED
3263
3264 * perf enahancements for ppc64 (LP: #1521678)
3265 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
3266 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
3267 - perf kvm/powerpc: Port perf kvm stat to powerpc
3268 - perf kvm/powerpc: Add support for HCALL reasons
3269
3270 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
3271 - SAUCE: nbd: ratelimit error msgs after socket close
3272
3273 * sleep from invalid context in aa_move_mount (LP: #1539349)
3274 - SAUCE: apparmor: fix sleep from invalid context
3275
3276 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
3277 - net/mlx5_core: Modify enable/disable hca functions
3278 - net/mlx5_core: Add base sriov support
3279 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
3280 - net/mlx5: Update access functions to Query/Modify vport MAC address
3281 - net/mlx5: Introduce access functions to modify/query vport mac lists
3282 - net/mlx5: Introduce access functions to modify/query vport state
3283 - net/mlx5: Introduce access functions to modify/query vport promisc mode
3284 - net/mlx5: Introduce access functions to modify/query vport vlans
3285 - net/mlx5e: Write UC/MC list and promisc mode into vport context
3286 - net/mlx5e: Write vlan list into vport context
3287 - net/mlx5: Introducing E-Switch and l2 table
3288 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
3289 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
3290 - net/mlx5: E-Switch, Introduce Vport administration functions
3291 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
3292 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
3293 - net/mlx5: E-Switch, Introduce get vf statistics
3294 - net/mlx5e: Add support for SR-IOV ndos
3295 - net/mlx5: Fix query E-Switch capabilities
3296 - net/mlx5e: Assign random MAC address if needed
3297
3298 * make wacom_w8001 work well in xenial (LP: #1542771)
3299 - Input: wacom_w8001 - use __set_bit for evbits
3300 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
3301 - Input: wacom_w8001 - handle touch error case correctly
3302 - Input: wacom_w8001 - split pen and touch initialization up
3303 - Input: wacom_w8001 - split the touch and pen devices into two devices
3304 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
3305
3306 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
3307 - ubuntu: vbox -- update to 5.0.14-dfsg-2
3308
3309 * Miscellaneous Ubuntu changes
3310 - [Packaging] git-ubuntu-log -- fix empty section formatting
3311 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
3312
3313 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
3314
3315linux (4.4.0-4.19) xenial; urgency=low
3316
3317 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
3318 - [Config] update spl/zfs version
3319 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
3320 - [Config] reconstruct -- drop links for zfs userspace components
3321 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
3322
3323 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
3324 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
3325
3326 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
3327 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
3328
3329 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
3330 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
3331
3332 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
3333 - HID: multitouch: enable palm rejection if device implements confidence usage
3334
3335 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3336 - qla2xxx: Remove unavailable firmware files
3337 - qla2xxx: Enable Extended Logins support
3338 - qla2xxx: Enable Exchange offload support.
3339 - qla2xxx: Enable Target counters in DebugFS.
3340 - qla2xxx: Add FW resource count in DebugFS.
3341 - qla2xxx: Added interface to send explicit LOGO.
3342 - qla2xxx: Delete session if initiator is gone from FW
3343 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
3344 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
3345 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
3346 - qla2xxx: Add irq affinity notification
3347 - qla2xxx: Add selective command queuing
3348 - qla2xxx: Move atioq to a different lock to reduce lock contention
3349 - qla2xxx: Disable ZIO at start time.
3350 - qla2xxx: Set all queues to 4k
3351 - qla2xxx: Check for online flag instead of active reset when transmitting responses
3352 - scsi: qla2xxxx: avoid type mismatch in comparison
3353
3354 * [Hyper-V] PCI Passthrough (LP: #1541120)
3355 - x86/irq: Export functions to allow MSI domains in modules
3356 - genirq/msi: Export functions to allow MSI domains in modules
3357
3358 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
3359 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
3360 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
3361 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
3362 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
3363 - lpfc: Fix crash in fcp command completion path.
3364 - lpfc: Modularize and cleanup FDMI code in driver
3365 - lpfc: Fix RDP Speed reporting.
3366 - lpfc: Fix RDP ACC being too long.
3367 - lpfc: Make write check error processing more resilient
3368 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
3369 - lpfc: Fix mbox reuse in PLOGI completion
3370 - lpfc: Fix external loopback failure.
3371 - lpfc: Add logging for misconfigured optics.
3372 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
3373 - lpfc: Use kzalloc instead of kmalloc
3374 - lpfc: Update version to 11.0.0.10 for upstream patch set
3375
3376 * Miscellaneous Ubuntu changes
3377 - [Config] CONFIG_ARM64_VA_BITS=48
3378 - [Config] Fixed Vcs-Git
3379
3380 * Miscellaneous upstream changes
3381 - cxl: Fix possible idr warning when contexts are released
3382 - cxl: use correct operator when writing pcie config space values
3383 - cxlflash: drop unlikely before IS_ERR_OR_NULL
3384 - cxl: Fix DSI misses when the context owning task exits
3385 - cxlflash: Removed driver date print
3386 - cxlflash: Fix to resolve cmd leak after host reset
3387 - cxlflash: Resolve oops in wait_port_offline
3388 - cxlflash: Enable device id for future IBM CXL adapter
3389 - cxl: fix build for GCC 4.6.x
3390 - cxl: use -Werror only with CONFIG_PPC_WERROR
3391 - cxl: Enable PCI device ID for future IBM CXL adapter
3392
3393 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
3394
3395linux (4.4.0-3.17) xenial; urgency=low
3396
3397 [ Tim Gardner ]
3398
3399 * Release Tracking Bug
3400 - LP: #1541058
3401 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3402 - LP: #1531539
3403 * SAUCE: nvme merge cleanup
3404 - LP: #1531539
3405 * rebase to v4.4.1
3406
3407 [ Andy Whitcroft ]
3408
3409 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
3410 ioctls"
3411 - LP: #1538618
3412 * postinst -- detect symlinks correctly
3413 - LP: #1536810
3414
3415 [ John Johansen ]
3416
3417 * SAUCE: apparmor: fix sleep from invalid context
3418 - LP: #1539349
3419
3420 [ Upstream Kernel Changes ]
3421
3422 * powerpc/eeh: Fix PE location code
3423 - LP: #1538909
3424 * powerpc/pseries: Limit EPOW reset event warnings
3425 - LP: #1539102
3426 * lightnvm: fix bio submission issue
3427 - LP: #1531539
3428 * lightnvm: fix incorrect nr_free_blocks stat
3429 - LP: #1531539
3430 * lightnvm: add check after mempool allocation
3431 - LP: #1531539
3432 * lightnvm: unlock rq and free ppa_list on submission fail
3433 - LP: #1531539
3434 * lightnvm: move ppa erase logic to core
3435 - LP: #1531539
3436 * lightnvm: refactor rqd ppa list into set/free
3437 - LP: #1531539
3438 * lightnvm: refactor end_io functions for sync
3439 - LP: #1531539
3440 * lightnvm: return the get_bb_tbl return value
3441 - LP: #1531539
3442 * lightnvm: check bi_error in gc
3443 - LP: #1531539
3444 * lightnvm: put block back to gc list on its reclaim fail
3445 - LP: #1531539
3446 * lightnvm: fix locking and mempool in rrpc_lun_gc
3447 - LP: #1531539
3448 * lightnvm: sectors first in ppa list
3449 - LP: #1531539
3450 * lightnvm: move the pages per block check out of the loop
3451 - LP: #1531539
3452 * lightnvm: support multiple ppas in nvm_erase_ppa
3453 - LP: #1531539
3454 * lightnvm: move rq->error to nvm_rq->error
3455 - LP: #1531539
3456 * lightnvm: introduce nvm_submit_ppa
3457 - LP: #1531539
3458 * lightnvm: reference rrpc lun in rrpc block
3459 - LP: #1531539
3460 * lightnvm: fix missing grown bad block type
3461 - LP: #1531539
3462 * lightnvm: manage open and closed blocks separately
3463 - LP: #1531539
3464 * lightnvm: add mccap support
3465 - LP: #1531539
3466 * lightnvm: introduce mlc lower page table mappings
3467 - LP: #1531539
3468 * lightnvm: core on-disk initialization
3469 - LP: #1531539
3470 * lightnvm: introduce ioctl to initialize device
3471 - LP: #1531539
3472 * lightnvm: use system block for mm initialization
3473 - LP: #1531539
3474 * lightnvm: introduce factory reset
3475 - LP: #1531539
3476 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
3477 - LP: #1531539
3478 * blk-mq: add a flags parameter to blk_mq_alloc_request
3479 - LP: #1531539
3480 * nvme: move struct nvme_iod to pci.c
3481 - LP: #1531539
3482 * nvme: split command submission helpers out of pci.c
3483 - LP: #1531539
3484 * nvme: use offset instead of a struct for registers
3485 - LP: #1531539
3486 * nvme: split nvme_trans_device_id_page
3487 - LP: #1531539
3488 * nvme: use vendor it from identify
3489 - LP: #1531539
3490 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
3491 - LP: #1531539
3492 * nvme: simplify nvme_setup_prps calling convention
3493 - LP: #1531539
3494 * nvme: refactor nvme_queue_rq
3495 - LP: #1531539
3496 * nvme: factor out a nvme_unmap_data helper
3497 - LP: #1531539
3498 * nvme: move nvme_error_status to common code
3499 - LP: #1531539
3500 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
3501 - LP: #1531539
3502 * nvme: split __nvme_submit_sync_cmd
3503 - LP: #1531539
3504 * nvme: use the block layer for userspace passthrough metadata
3505 - LP: #1531539
3506 * nvme: move block_device_operations and ns/ctrl freeing to common code
3507 - LP: #1531539
3508 * nvme: add explicit quirk handling
3509 - LP: #1531539
3510 * nvme: move remaining CC setup into nvme_enable_ctrl
3511 - LP: #1531539
3512 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
3513 - LP: #1531539
3514 * nvme: add a common helper to read Identify Controller data
3515 - LP: #1531539
3516 * nvme: move the call to nvme_init_identify earlier
3517 - LP: #1531539
3518 * nvme: move namespace scanning to common code
3519 - LP: #1531539
3520 * nvme: move chardev and sysfs interface to common code
3521 - LP: #1531539
3522 * nvme: refactor set_queue_count
3523 - LP: #1531539
3524 * blk-integrity: empty implementation when disabled
3525 - LP: #1531539
3526 * NVMe: fix build with CONFIG_NVM enabled
3527 - LP: #1531539
3528 * nvme: fix another 32-bit build warning
3529 - LP: #1531539
3530 * nvme: precedence bug in nvme_pr_clear()
3531 - LP: #1531539
3532 * nvme: only ignore hardware errors in nvme_create_io_queues
3533 - LP: #1531539
3534 * nvme: only add a controller to dev_list after it's been fully
3535 initialized
3536 - LP: #1531539
3537 * nvme: protect against simultaneous shutdown invocations
3538 - LP: #1531539
3539 * nvme: don't take the I/O queue q_lock in nvme_timeout
3540 - LP: #1531539
3541 * nvme: merge nvme_abort_req and nvme_timeout
3542 - LP: #1531539
3543 * nvme: add NVME_SC_CANCELLED
3544 - LP: #1531539
3545 * nvme: simplify resets
3546 - LP: #1531539
3547 * nvme: do not restart the request timeout if we're resetting the
3548 controller
3549 - LP: #1531539
3550 * nvme: merge probe_work and reset_work
3551 - LP: #1531539
3552 * nvme: remove dead controllers from a work item
3553 - LP: #1531539
3554 * nvme: switch abort_limit to an atomic_t
3555 - LP: #1531539
3556 * NVMe: Implement namespace list scanning
3557 - LP: #1531539
3558 * NVMe: Use unbounded work queue for all work
3559 - LP: #1531539
3560 * NVMe: Remove device management handles on remove
3561 - LP: #1531539
3562 * NVMe: Simplify metadata setup
3563 - LP: #1531539
3564 * nvme: fix admin queue depth
3565 - LP: #1531539
3566 * nvme: factor out a few helpers from req_completion
3567 - LP: #1531539
3568 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
3569 - LP: #1531539
3570 * nvme: switch abort to blk_execute_rq_nowait
3571 - LP: #1531539
3572 * nvme: special case AEN requests
3573 - LP: #1531539
3574 * nvme: simplify completion handling
3575 - LP: #1531539
3576 * nvme: properly free resources for cancelled command
3577 - LP: #1531539
3578 * nvme: meta_sg doesn't have to be an array
3579 - LP: #1531539
3580 * nvme: merge iod and cmd_info
3581 - LP: #1531539
3582 * NVMe: Add pci error handlers
3583 - LP: #1531539
3584 * NVMe: Export namespace attributes to sysfs
3585 - LP: #1531539
3586 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
3587 - LP: #1531539
3588 * nvme: synchronize access to ctrl->namespaces
3589 - LP: #1531539
3590 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
3591 - LP: #1531539
3592 * nvme: make SG_IO support optional
3593 - LP: #1531539
3594 * NVMe: Fix admin queue ring wrap
3595 - LP: #1531539
3596 * NVMe: Use a retryable error code on reset
3597 - LP: #1531539
3598 * NVMe: Remove queue freezing on resets
3599 - LP: #1531539
3600 * NVMe: IO queue deletion re-write
3601 - LP: #1531539
3602 * NVMe: Shutdown controller only for power-off
3603 - LP: #1531539
3604 * NVMe: Export NVMe attributes to sysfs group
3605 - LP: #1531539
3606 * i40e: fix build warnings
3607 * net: i40e: shut up uninitialized variable warnings
3608 * Drivers: hv: vmbus: fix build warning
3609 * Drivers: hv: util: Increase the timeout for util services
3610 * Drivers: hv: utils: run polling callback always in interrupt context
3611 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
3612 * tools: hv: remove repeated HV_FCOPY string
3613 * Drivers: hv: util: catch allocation errors
3614 * Drivers: hv: utils: use memdup_user in hvt_op_write
3615 * drivers/hv: cleanup synic msrs if vmbus connect failed
3616 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
3617 num
3618 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
3619 * drivers:hv: Define the channel type for Hyper-V PCI Express
3620 pass-through
3621 * Drivers: hv: vss: run only on supported host versions
3622 * Drivers: hv: vmbus: Use uuid_le type consistently
3623 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
3624 * Drivers: hv: vmbus: Get rid of the unused macro
3625 * Drivers: hv: vmbus: Get rid of the unused irq variable
3626 * Drivers: hv: vmbus: serialize process_chn_event() and
3627 vmbus_close_internal()
3628 * Drivers: hv: vmbus: do sanity check of channel state in
3629 vmbus_close_internal()
3630 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
3631 driver
3632 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
3633 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
3634 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
3635 * Drivers: hv: vmbus: Fix a Host signaling bug
3636 * drivers/hv: correct tsc page sequence invalid value
3637 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
3638 * Drivers: hv: utils: Invoke the poll function after handshake
3639 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
3640 * Drivers: hv: utils: fix memory leak on on_msg() failure
3641 * Drivers: hv: utils: rename outmsg_lock
3642 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
3643 * Drivers: hv: utils: fix crash when device is removed from host side
3644 * Drivers: hv: ring_buffer.c: fix comment style
3645 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
3646 * Drivers: hv: ring_buffer: remove code duplication from
3647 hv_ringbuffer_peek/read()
3648 * Drivers: hv: remove code duplication between
3649 vmbus_recvpacket()/vmbus_recvpacket_raw()
3650 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
3651 * drivers/hv: replace enum hv_message_type by u32
3652 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
3653 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
3654 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
3655 header
3656 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
3657 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
3658 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
3659
3660 [ Upstream Kernel Changes ]
3661
3662 * rebase to v4.4.1
3663 - LP: #1533461
3664 - LP: #1529624
3665
3666 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
3667
3668linux (4.4.0-2.16) xenial; urgency=low
3669
3670 [ Andy Whitcroft ]
3671
3672 * Release Tracking Bug
3673 - LP: #1539090
3674 * SAUCE: hv: hv_set_ifconfig -- convert to python3
3675 - LP: #1506521
3676 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
3677 - LP: #1538618
3678
3679 [ Colin Ian King ]
3680
3681 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
3682 bit FADT addresses (LP: #1529381)
3683 - LP: #1529381
3684
3685 [ John Johansen ]
3686
3687 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
3688 being shutdown
3689 - LP: #1446906
3690
3691 [ Mahesh Salgaonkar ]
3692
3693 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
3694 - LP: #1537881
3695 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
3696 interrupt.
3697 - LP: #1537881
3698 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
3699 base errors
3700 - LP: #1537881
3701
3702 [ Paolo Pisati ]
3703
3704 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
3705 #843419 build flags
3706 - LP: #1533009
3707 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
3708 * [Config] disable ARCH_ZX (ZTE ZX Soc)
3709
3710 [ Tim Gardner ]
3711
3712 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
3713 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
3714 - LP: #1536719
3715 * SAUCE: drop obsolete bnx2x firmware
3716 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
3717 - LP: #1536474
3718 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
3719 - LP: #1534647
3720 * [Config] Add pvpanic to virtual flavour
3721 - LP: #1537923
3722 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
3723 - LP: #1520457
3724
3725 [ Upstream Kernel Changes ]
3726
3727 * i40evf: fix compiler warning of unused variable
3728 - LP: #1536474
3729 * intel: i40e: fix confused code
3730 - LP: #1536474
3731 * i40e/i40evf: remove unused tunnel parameter
3732 - LP: #1536474
3733 * i40e: Change BUG_ON to WARN_ON in service event complete
3734 - LP: #1536474
3735 * i40e: remove BUG_ON from feature string building
3736 - LP: #1536474
3737 * i40e: remove BUG_ON from FCoE setup
3738 - LP: #1536474
3739 * i40e: Workaround fix for mss < 256 issue
3740 - LP: #1536474
3741 * i40e/i40evf: Add a stat to track how many times we have to do a force
3742 WB
3743 - LP: #1536474
3744 * i40e: Move the saving of old link info from handle_link_event to
3745 link_event
3746 - LP: #1536474
3747 * i40e/i40evf: Add comment to #endif
3748 - LP: #1536474
3749 * i40e/i40evf: clean up error messages
3750 - LP: #1536474
3751 * i40evf: handle many MAC filters correctly
3752 - LP: #1536474
3753 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
3754 - LP: #1536474
3755 * i40e: rework the functions to configure RSS with similar parameters
3756 - LP: #1536474
3757 * i40e: create a generic configure rss function
3758 - LP: #1536474
3759 * i40e: Bump version to 1.4.2
3760 - LP: #1536474
3761 * i40e: add new fields to store user configuration
3762 - LP: #1536474
3763 * i40e: rename rss_size to alloc_rss_size in i40e_pf
3764 - LP: #1536474
3765 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
3766 workaround
3767 - LP: #1536474
3768 * i40e/i40evf: prefetch skb data on transmit
3769 - LP: #1536474
3770 * i40evf: rename VF adapter specific RSS function
3771 - LP: #1536474
3772 * i40evf: create a generic config RSS function
3773 - LP: #1536474
3774 * i40evf: create a generic get RSS function
3775 - LP: #1536474
3776 * i40evf: add new fields to store user configuration of RSS
3777 - LP: #1536474
3778 * i40e: Update error messaging
3779 - LP: #1536474
3780 * i40e: fix confusing message
3781 - LP: #1536474
3782 * i40e: make error message more useful
3783 - LP: #1536474
3784 * i40evf: quoth the VF driver, Nevermore
3785 - LP: #1536474
3786 * i40evf: allocate queue vectors dynamically
3787 - LP: #1536474
3788 * i40evf: allocate ring structs dynamically
3789 - LP: #1536474
3790 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
3791 - LP: #1536474
3792 * i40e: fix: do not sleep in netdev_ops
3793 - LP: #1536474
3794 * i40e: remove unused argument
3795 - LP: #1536474
3796 * i40evf: increase max number of queues
3797 - LP: #1536474
3798 * i40evf: set real num queues
3799 - LP: #1536474
3800 * i40evf: remove duplicate string
3801 - LP: #1536474
3802 * i40e: Detection and recovery of TX queue hung logic moved to
3803 service_task from tx_timeout
3804 - LP: #1536474
3805 * i40e: Fix memory leaks, sideband filter programming
3806 - LP: #1536474
3807 * i40evf: don't use atomic allocation
3808 - LP: #1536474
3809 * i40e: propagate properly
3810 - LP: #1536474
3811 * i40evf: use correct types
3812 - LP: #1536474
3813 * i40e: use priv flags to control packet split
3814 - LP: #1536474
3815 * i40e: Remove separate functions gathering XOFF Rx stats
3816 - LP: #1536474
3817 * i40e: fix whitespace
3818 - LP: #1536474
3819 * i40e/i40evf: use logical operator
3820 - LP: #1536474
3821 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
3822 - LP: #1536474
3823 * i40e: trivial fixes
3824 - LP: #1536474
3825 * i40e: Fix i40e_print_features() VEB mode output
3826 - LP: #1536474
3827 * i40e: chomp the BIT(_ULL)
3828 - LP: #1536474
3829 * i40e: properly delete VF MAC filters
3830 - LP: #1536474
3831 * i40e: don't add zero MAC filter
3832 - LP: #1536474
3833 * i40evf: check rings before freeing resources
3834 - LP: #1536474
3835 * i40e: use explicit cast from u16 to u8
3836 - LP: #1536474
3837 * i40e: Opcode and structures required by OEM Post Update AQ command and
3838 add new NVM arq message
3839 - LP: #1536474
3840 * i40e: hush little warnings
3841 - LP: #1536474
3842 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
3843 - LP: #1536474
3844 * i40e: clean whole mac filter list
3845 - LP: #1536474
3846 * i40evf: change version string generation
3847 - LP: #1536474
3848 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
3849 - LP: #1536474
3850 * geneve: UDP checksum configuration via netlink
3851 - LP: #1536474
3852 * geneve: Add geneve udp port offload for ethernet devices
3853 - LP: #1536474
3854 * i40e: geneve tunnel offload support
3855 - LP: #1536474
3856 * geneve: Add geneve_get_rx_port support
3857 - LP: #1536474
3858 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
3859 - LP: #1536474
3860 * i40e: change log messages and error returns
3861 - LP: #1536474
3862 * i40e: allow zero MAC address for VFs
3863 - LP: #1536474
3864 * i40e: Look up MAC address in Open Firmware or IDPROM
3865 - LP: #1536474
3866 * i40e: Fix Rx hash reported to the stack by our driver
3867 - LP: #1536474
3868 * i40e: remove forever unused ID
3869 - LP: #1536474
3870 * igb: add 88E1543 initialization code
3871 * igb: don't unmap NULL hw_addr
3872 * igb: use the correct i210 register for EEMNGCTL
3873 * igb: fix NULL derefs due to skipped SR-IOV enabling
3874 * igb: improve handling of disconnected adapters
3875 * igb: Remove GS40G specific defines/functions
3876 * igb: Don't add PHY address to PCDL address
3877 * igb: Improve cable length function for I210, etc.
3878 * igb: Explicitly label self-test result indices
3879 * ixgbe: drop null test before destroy functions
3880 - LP: #1536473
3881 * ixgbe: Delete redundant include file
3882 - LP: #1536473
3883 * ixgbe: fix multiple kernel-doc errors
3884 - LP: #1536473
3885 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
3886 vector
3887 - LP: #1536473
3888 * ixgbe: Add KR mode support for CS4227 chip
3889 - LP: #1536473
3890 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
3891 to 12K
3892 - LP: #1536473
3893 * ixgbe/ixgbevf: use napi_schedule_irqoff()
3894 - LP: #1536473
3895 * ixgbe: Remove CS4227 diagnostic code
3896 - LP: #1536473
3897 * ixgbevf: use ether_addr_copy instead of memcpy
3898 - LP: #1536473
3899 * ixgbevf: fix spoofed packets with random MAC
3900 - LP: #1536473
3901 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
3902 - LP: #1536473
3903 * ixgbe: Add support for newer thermal alarm
3904 - LP: #1536473
3905 * ixgbe: Use private workqueue to avoid certain possible hangs
3906 - LP: #1536473
3907 * ixgbevf: Use a private workqueue to avoid certain possible hangs
3908 - LP: #1536473
3909 * ixgbevf: Minor cleanups
3910 - LP: #1536473
3911 * ixgbe: Refactor MAC address configuration code
3912 - LP: #1536473
3913 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
3914 - LP: #1536473
3915 * ixgbe: Allow FDB entries access to more RAR filters
3916 - LP: #1536473
3917 * ixgbe: Update PTP to support X550EM_x devices
3918 - LP: #1536473
3919 * ixgbe: Correct spec violations by waiting after reset
3920 - LP: #1536473
3921 * ixgbe: Wait for master disable to be set
3922 - LP: #1536473
3923 * ixgbe: Save VF info and take references
3924 - LP: #1536473
3925 * ixgbe: Handle extended IPv6 headers in Tx path
3926 - LP: #1536473
3927 * ixgbe: Always turn PHY power on when requested
3928 - LP: #1536473
3929 * ixgbevf: Handle extended IPv6 headers in Tx path
3930 - LP: #1536473
3931 * ixgbe: Return error on failure to allocate mac_table
3932 - LP: #1536473
3933 * ixgbe: Fix SR-IOV VLAN pool configuration
3934 - LP: #1536473
3935 * ixgbe: Simplify definitions for regidx and bit in set_vfta
3936 - LP: #1536473
3937 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
3938 - LP: #1536473
3939 * ixgbe: Simplify configuration of setting VLVF and VLVFB
3940 - LP: #1536473
3941 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
3942 - LP: #1536473
3943 * ixgbe: Reorder search to work from the top down instead of bottom up
3944 - LP: #1536473
3945 * ixgbe: Add support for VLAN promiscuous with SR-IOV
3946 - LP: #1536473
3947 * ixgbe: Fix VLAN promisc in relation to SR-IOV
3948 - LP: #1536473
3949 * ixgbe: Clear stale pool mappings
3950 - LP: #1536473
3951 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
3952 - LP: #1536473
3953 * ixgbe: do not report 2.5 Gbps as supported
3954 - LP: #1536473
3955 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
3956 per vector
3957 - LP: #1536473
3958 * ixgbevf: minor cleanups for ixgbevf_set_itr()
3959 - LP: #1536473
3960 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
3961 - LP: #1536473
3962 * ixgbe: report correct media type for KR, KX and KX4 interfaces
3963 - LP: #1536473
3964 * ixgbe: Clean up redundancy in hw_enc_features
3965 - LP: #1536473
3966 * ixgbe: fix RSS limit for X550
3967 - LP: #1536473
3968 * ixgbe: Correct X550EM_x revision check
3969 - LP: #1536473
3970 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
3971 - LP: #1536473
3972 * ixgbe: Fill at least min credits to a TC credit refills
3973 - LP: #1536473
3974 * ixgbe: use correct FCoE DDP max check
3975 - LP: #1536473
3976 * ixgbe: fix broken PFC with X550
3977 - LP: #1536473
3978 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
3979 - LP: #1536473
3980 * ixgbe: Correct handling of any outer UDP checksum setting
3981 - LP: #1536473
3982 * ixgbe: Fix to get FDMI HBA attributes information with X550
3983 - LP: #1536473
3984 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
3985 - LP: #1536473
3986 * ixgbe: Make ATR recognize IPv6 extended headers
3987 - LP: #1536473
3988 * e1000: make eeprom read/write scheduler friendly
3989 * e1000: fix data race between tx_ring->next_to_clean
3990 * e1000: Remove checkpatch coding style errors
3991 * e1000: clean up the checking logic
3992 * e1000: fix a typo in the comment
3993 * e1000e: clean up the local variable
3994 * e1000: fix kernel-doc argument being missing
3995 * e1000: get rid of duplicate exit path
3996 * e1000: Elementary checkpatch warnings and checks removed
3997 * e1000e: fix division by zero on jumbo MTUs
3998 * e1000e: Increase timeout of polling bit RSPCIPHY
3999 * e1000e: initial support for i219-LM (3)
4000 * e1000e: Switch e1000e_up to void, drop code checking for error result
4001 * e1000e: Remove unreachable code
4002 * e1000e: Do not read ICR in Other interrupt
4003 * e1000e: Do not write lsc to ics in msi-x mode
4004 * e1000e: Fix msi-x interrupt automask
4005 * acpi: pci: Setup MSI domain for ACPI based pci devices
4006 * irqdomain: Introduce is_fwnode_irqchip helper
4007 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4008 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4009 * clk: xgene: Fix divider with non-zero shift value
4010 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4011 * fm10k: do not assume VF always has 1 queue
4012 - LP: #1536475
4013 * fm10k: Correct MTU for jumbo frames
4014 - LP: #1536475
4015 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4016 vector
4017 - LP: #1536475
4018 * fm10k: use napi_schedule_irqoff()
4019 - LP: #1536475
4020 * fm10k: set netdev features in one location
4021 - LP: #1536475
4022 * fm10k: reset max_queues on init_hw_vf failure
4023 - LP: #1536475
4024 * fm10k: always check init_hw for errors
4025 - LP: #1536475
4026 * fm10k: reinitialize queuing scheme after calling init_hw
4027 - LP: #1536475
4028 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4029 - LP: #1536475
4030 * fm10k: explicitly typecast vlan values to u16
4031 - LP: #1536475
4032 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4033 - LP: #1536475
4034 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4035 - LP: #1536475
4036 * fm10k: Add support for ITR scaling based on PCIe link speed
4037 - LP: #1536475
4038 * fm10k: introduce ITR_IS_ADAPTIVE macro
4039 - LP: #1536475
4040 * fm10k: Update adaptive ITR algorithm
4041 - LP: #1536475
4042 * fm10k: use macro for default Tx and Rx ITR values
4043 - LP: #1536475
4044 * fm10k: change default Tx ITR to 25usec
4045 - LP: #1536475
4046 * fm10k: TRIVIAL fix typo of hardware
4047 - LP: #1536475
4048 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4049 - LP: #1536475
4050 * fm10k: use ether_addr_copy to copy MAC address
4051 - LP: #1536475
4052 * fm10k: do not use CamelCase
4053 - LP: #1536475
4054 * fm10k: remove unnecessary else block from if statements with return
4055 - LP: #1536475
4056 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4057 - LP: #1536475
4058 * fm10k: consistently refer to VLANs and VLAN IDs
4059 - LP: #1536475
4060 * fm10k: bump driver version
4061 - LP: #1536475
4062 * fm10k: conditionally compile DCB and DebugFS support
4063 - LP: #1536475
4064 * fm10k: Cleanup MSI-X interrupts in case of failure
4065 - LP: #1536475
4066 * fm10k: Cleanup exception handling for mailbox interrupt
4067 - LP: #1536475
4068 * fm10k: do not inline fm10k_iov_select_vid()
4069 - LP: #1536475
4070 * fm10k: whitespace cleanups
4071 - LP: #1536475
4072 * fm10k: use BIT() macro instead of open-coded bit-shifting
4073 - LP: #1536475
4074 * fm10k: cleanup namespace pollution
4075 - LP: #1536475
4076 * fm10k: cleanup overly long lines
4077 - LP: #1536475
4078 * fm10k: initialize xps at driver load
4079 - LP: #1536475
4080 * fm10k: don't initialize fm10k_workqueue at global level
4081 - LP: #1536475
4082 * fm10k: correctly pack TLV structures and explain reasoning
4083 - LP: #1536475
4084 * fm10k: Cleanup exception handling for changing queues
4085 - LP: #1536475
4086 * fm10k: use ether_addr_equal instead of memcmp
4087 - LP: #1536475
4088 * fm10k: address operator not needed when declaring function pointers
4089 - LP: #1536475
4090 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4091 - LP: #1536475
4092 * fm10k: remove unused struct element
4093 - LP: #1536475
4094 * fm10k: use true/false for boolean get_host_state
4095 - LP: #1536475
4096 * fm10k: cleanup mailbox code comments etc
4097 - LP: #1536475
4098 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4099 - LP: #1536475
4100 * device property: always check for fwnode type
4101 - LP: #1533035
4102 * device property: rename helper functions
4103 - LP: #1533035
4104 * device property: refactor built-in properties support
4105 - LP: #1533035
4106 * device property: keep single value inplace
4107 - LP: #1533035
4108 * device property: helper macros for property entry creation
4109 - LP: #1533035
4110 * device property: improve readability of macros
4111 - LP: #1533035
4112 * device property: return -EINVAL when property isn't found in ACPI
4113 - LP: #1533035
4114 * device property: Fallback to secondary fwnode if primary misses the
4115 property
4116 - LP: #1533035
4117 * device property: Take a copy of the property set
4118 - LP: #1533035
4119 * driver core: platform: Add support for built-in device properties
4120 - LP: #1533035
4121 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4122 - LP: #1533035
4123 * mfd: core: propagate device properties to sub devices drivers
4124 - LP: #1533035
4125 * mfd: intel-lpss: Add support for passing device properties
4126 - LP: #1533035
4127 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4128 - LP: #1533035
4129 * mfd: intel-lpss: Pass HSUART configuration via properties
4130 - LP: #1533035
4131 * i2c: designware: Convert to use unified device property API
4132 - LP: #1533035
4133 * keys, trusted: fix: *do not* allow duplicate key options
4134 - LP: #1398274
4135 * keys, trusted: select hash algorithm for TPM2 chips
4136 - LP: #1398274
4137 * keys, trusted: seal with a TPM2 authorization policy
4138 - LP: #1398274
4139 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4140 - LP: #1461360
4141 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4142 - LP: #1461360
4143 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4144 offset
4145 - LP: #1461360
4146 * drm/i915: WaRsDisableCoarsePowerGating
4147 - LP: #1527462
4148 * drm/i915/skl: Add SKL GT4 PCI IDs
4149 - LP: #1527462
4150 * drm/i915/skl: Disable coarse power gating up until F0
4151 - LP: #1527462
4152 * platform:x86: add Intel P-Unit mailbox IPC driver
4153 - LP: #1520457
4154 * intel_punit_ipc: add NULL check for input parameters
4155 - LP: #1520457
4156 * platform/x86: Add Intel Telemetry Core Driver
4157 - LP: #1520457
4158 * intel_pmc_ipc: update acpi resource structure for Punit
4159 - LP: #1520457
4160 * platform:x86: Add Intel telemetry platform device
4161 - LP: #1520457
4162 * platform:x86: Add Intel telemetry platform driver
4163 - LP: #1520457
4164 * platform:x86: Add Intel Telemetry Debugfs interfaces
4165 - LP: #1520457
4166 * cxlflash: a couple off by one bugs
4167
4168 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4169
4170linux (4.4.0-1.15) xenial; urgency=low
4171
4172 [ Tim Gardner ]
4173
4174 * Release Tracking Bug
4175 - LP: #1536803
4176
4177 [ Upstream Kernel Changes ]
4178
4179 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4180 - LP: #1517142
4181
4182 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4183
4184linux (4.4.0-0.14) xenial; urgency=low
4185
4186 [ Upstream Kernel Changes ]
4187
4188 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4189 - LP: #1522415
4190 * powerpc: Add __raw_rm_writeq() function
4191 - LP: #1522415
4192
4193 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4194
4195linux (4.4.0-0.13) xenial; urgency=low
4196
4197 [ Andy Whitcroft ]
4198
4199 * [Config] s390x -- the kernel provides ppp-modules such as there are
4200 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4201
4202 [ Tim Gardner ]
4203
4204 * [Config] Update annotations for VIRTIO_{NET,BLK}
4205 - LP: #1533382
4206
4207 [ Upstream Kernel Changes ]
4208
4209 * powerpc/powernv: Add support for Nvlink NPUs
4210 - LP: #1522415
4211 * powerpc/powernv: Fix update of NVLink DMA mask
4212 - LP: #1522415
4213 * powerpc/powernv: Change NPU PE# assignment
4214 - LP: #1522415
4215 * powerpc/powernv: Reserve PE#0 on NPU
4216 - LP: #1522415
4217 * KEYS: Fix keyring ref leak in join_session_keyring()
4218 - LP: #1534887
4219 - CVE-2016-0728
4220
4221 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4222
4223linux (4.4.0-0.12) xenial; urgency=low
4224
4225 [ Eric Dumazet ]
4226
4227 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4228 - LP: #1527902
4229
4230 [ Guilherme G. Piccoli ]
4231
4232 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4233 - LP: #1486180
4234
4235 [ Tim Gardner ]
4236
4237 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
4238 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
4239 - LP: #1532886
4240 * [Config] nvme.ko moved to drivers/nvme/host
4241 * [Config] scsi_dh morphed into 4 modules
4242 * [Config] CONFIG_IBMVNIC=m
4243 * [Config] Add DRM ast driver to udeb installer image
4244 - LP: #1514711
4245 * [Config] CONFIG_KVM=y for s390x
4246 - LP: #1532886
4247 * [Config] Install spl/zfs under the kernel modules directory
4248 Fixes some errors in generic.inclusion-list.log
4249
4250 [ Upstream Kernel Changes ]
4251
4252 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
4253 - LP: #1524574
4254 * EDAC: Add DDR4 flag
4255 - LP: #1519631
4256 * EDAC, sb_edac: Virtualize several hard-coded functions
4257 - LP: #1519631
4258 * EDAC, sb_edac: Add support for duplicate device IDs
4259 - LP: #1519631
4260 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
4261 - LP: #1519631
4262 * Driver for IBM System i/p VNIC protocol
4263 - LP: #1532303
4264
4265 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
4266
4267linux (4.4.0-0.11) xenial; urgency=low
4268
4269 [ Tim Gardner ]
4270
4271 * [Config] Fix bogus reconstruct script
4272
4273 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
4274
4275linux (4.4.0-0.10) xenial; urgency=low
4276
4277 [ Haren Myneni ]
4278
4279 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
4280 - LP: #1529666
4281
4282 [ Serge Hallyn ]
4283
4284 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
4285
4286 [ Tim Gardner ]
4287
4288 * [Config] CONFIG_ZONE_DEVICE=y for amd64
4289 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
4290 - LP: #1526869
4291 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
4292 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
4293 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
4294 * rebase to v4.4
4295
4296 [ Upstream Kernel Changes ]
4297
4298 * rebase to v4.4
4299
4300 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
4301
4302linux (4.4.0-0.9) xenial; urgency=low
4303
4304 [ Tim Gardner ]
4305
4306 * rebase to v4.4-rc8
4307
4308 [ Upstream Kernel Changes ]
4309
4310 * rebase to v4.4-rc8
4311
4312 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
4313
4314linux (4.4.0-0.8) xenial; urgency=low
4315
4316 [ Tim Gardner ]
4317
4318 * rebase to v4.4-rc7
4319
4320 [ Upstream Kernel Changes ]
4321
4322 * rebase to v4.4-rc7
4323
4324 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
4325
4326linux (4.4.0-0.7) xenial; urgency=low
4327
4328 [ Hui Wang ]
4329
4330 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
4331 - LP: #1527096
4332
4333 [ Jann Horn ]
4334
4335 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
4336 uids/gids
4337 - LP: #1527374
4338
4339 [ Tim Gardner ]
4340
4341 * rebase to v4.4-rc6
4342
4343 [ Upstream Kernel Changes ]
4344
4345 * rebase to v4.4-rc6
4346 - LP: #1526330
4347
4348 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
4349
4350linux (4.4.0-0.6) xenial; urgency=low
4351
4352 [ Andy Whitcroft ]
4353
4354 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
4355 support in latest compilers
4356 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
4357 ARMv8.1 support in latest compilers
4358
4359 [ Tim Gardner ]
4360
4361 * [Config] s390 -> s390x
4362 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
4363
4364 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
4365
4366linux (4.4.0-0.5) xenial; urgency=low
4367
4368 [ Andy Whitcroft ]
4369
4370 * [Config] s390x -- enable tools
4371 - LP: #1524319
4372 * [Config] s390x -- add architecture to getabis
4373 * [Config] s390x -- add s390x ABI information
4374 * [Config] s390x -- enable ABI checks
4375
4376 [ Tim Gardner ]
4377
4378 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
4379 * [Config] Add s390 modules to nic-modules udeb
4380 - LP: #1525297
4381 * rebase to v4.4-rc5
4382
4383 [ Upstream Kernel Changes ]
4384
4385 * rebase to v4.4-rc5
4386 - LP: #1523517
4387 - LP: #1523232
4388
4389 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
4390
4391linux (4.4.0-0.4) xenial; urgency=low
4392
4393 [ Upstream Kernel Changes ]
4394
4395 * cgroup: make css_set pin its css's to avoid use-afer-free
4396 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
4397 freezer_attach()
4398 * cgroup: fix handling of multi-destination migration from
4399 subtree_control enabling
4400
4401 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
4402
4403linux (4.4.0-0.3) xenial; urgency=low
4404
4405 [ Upstream Kernel Changes ]
4406
4407 * rebase to v4.4-rc4
4408
4409 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
4410
4411linux (4.4.0-0.2) xenial; urgency=low
4412
4413 [ Tim Gardner ]
4414
4415 * [Config] Add spl/zfs provides to generic and powerpc64-smp
4416 * [Config] Add zfs to d-i fs-core-modules
4417 * [Config] Include all s390 specific drivers in linux-image
4418 - LP: #1522210
4419
4420 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
4421
4422linux (4.4.0-0.1) xenial; urgency=low
4423
4424 [ Andy Whitcroft ]
4425
4426 * [Tests] gcc-multilib does not exist on ppc64el redux
4427 - LP: #1515541
4428 * [Config] libunwind8-dev is not available on s390x
4429 * [Debian] Disable SPL/ZFS for cross compiling -- redux
4430 * [Config] s390x -- add dasd udebs
4431 - LP: #1519833
4432 * [Config] s390x -- include dasd modules in linux-image
4433 - LP: #1519833
4434 * [Config] s390x -- disable ZFS temporarily
4435 - LP: #1519820
4436 * [Config] s390s -- disable ABI/module checks
4437 * [Config] make IBMVETH consistent on powerpc/ppc64el
4438 - LP: #1521712
4439 * [Config] follow ibmvscsi name change
4440 - LP: #1521712
4441 * [Config] move ibm disk and ethernet drivers to linux-image
4442 - LP: #1521712
4443 * [Config] include ibmveth in nic-modules for ppc64el
4444 - LP: #1521712
4445 * [Config] s390x -- disable abi/module checks for s390x
4446
4447 [ Joseph Salisbury ]
4448
4449 * SAUCE: scsi_sysfs: protect against double execution of
4450 __scsi_remove_device()
4451 - LP: #1509029
4452
4453 [ Seth Forshee ]
4454
4455 * [Config] CONFIG_DRM_AMDGPU_CIK=n
4456 - LP: #1510405
4457
4458 [ Tim Gardner ]
4459
4460 * [Debian] Disable SPL/ZFS for cross compiling
4461 * [Config] CONFIG_SCSI_IBMVSCSI=m
4462 - LP: #1515872
4463 * rebase to v4.4-rc2
4464 * [Config] updateconfigs
4465 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
4466 * SAUCE: do_zfs=false temporarily
4467 * [Config] CONFIG_LUSTRE_FS=n
4468 * [Debian] Disable udebs when cross compiling
4469 * rebase to v4.4-rc3
4470 * [Config] CONFIG_AUFS_FS=m
4471 * SAUCE: AUFS
4472
4473 [ Upstream Kernel Changes ]
4474
4475 * ZFS: Update with 4.4 support
4476 * SPL: Update with 4.4 support
4477
4478 [ Upstream Kernel Changes ]
4479
4480 * rebase to v4.4-rc3
4481 - LP: #1519168
4482 * rebase to v4.4-rc2
4483 - LP: #1506615
4484 - LP: #1502781
4485
4486 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
4487
4488linux (4.3.0-0.8) xenial; urgency=low
4489
4490 [ Andy Whitcroft ]
4491
4492 * [Config] re-enable OSS support and blacklist
4493 - LP: #1434842
4494 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
4495 * [Packaging] config-check -- improve syntax diagnostics
4496 * [Packaging] module-inclusion -- add dependency inclusion for a list
4497 * [Packaging] config-check -- accumulate multi-line annotations correctly
4498 * [Packaging] config-check -- handle V2 annotations format
4499 * [Packaging] s390x -- add architecture to kernelconfig
4500 - LP: #1488653
4501 * [Config] s390x -- initial configuration
4502 * [Config] s390x -- add initial binary image
4503 * [Config] s390x -- initial configuration update
4504 * [Config] s390x -- produce linux-image
4505 * [Config] s390x -- d-i module exclusions
4506 * [Config] apply Device Drivers >> LED Support >> LED Class Support
4507 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
4508 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
4509 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
4510 * [Config] -- s390x -- configuration review updates
4511 * [Config] annotations -- add review marks
4512 * [Config] annotations -- config review 4.3 updates
4513 * [Config] annotations -- expose reviews
4514 * [Config] updateconfigs following incoporation of s390x configs
4515 * [Tests] gcc-multilib does not exist on ppc64el
4516 - LP: #1515541
4517
4518 [ Dan Carpenter ]
4519
4520 * SAUCE: (noup) cxlflash: a couple off by one bugs
4521 - LP: #1499849
4522
4523 [ Haren Myneni ]
4524
4525 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
4526
4527 [ Jay Vosburgh ]
4528
4529 * SAUCE: fan: add VXLAN implementation
4530
4531 [ Manoj Kumar ]
4532
4533 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
4534 - LP: #1513583
4535
4536 [ Matthew R. Ochs ]
4537
4538 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
4539 - LP: #1513583
4540
4541 [ Tim Gardner ]
4542
4543 * [Config] CONFIG_AUFS_EXPORT=y
4544 - LP: #1121699
4545
4546 [ Upstream Kernel Changes ]
4547
4548 * misc/genwqe: get rid of atomic allocations
4549 * crypto: 842 - Add CRC and validation support
4550 - LP: #1497878
4551 * cxlflash: Fix to avoid invalid port_sel value
4552 * cxlflash: Replace magic numbers with literals
4553 * cxlflash: Fix read capacity timeout
4554 * cxlflash: Fix potential oops following LUN removal
4555 * cxlflash: Fix data corruption when vLUN used over multiple cards
4556 * cxlflash: Fix to avoid sizeof(bool)
4557 * cxlflash: Fix context encode mask width
4558 * cxlflash: Fix to avoid CXL services during EEH
4559 * cxlflash: Correct naming of limbo state and waitq
4560 * cxlflash: Make functions static
4561 * cxlflash: Refine host/device attributes
4562 * cxlflash: Fix to avoid spamming the kernel log
4563 * cxlflash: Fix to avoid stall while waiting on TMF
4564 * cxlflash: Fix location of setting resid
4565 * cxlflash: Fix host link up event handling
4566 * cxlflash: Fix async interrupt bypass logic
4567 * cxlflash: Remove dual port online dependency
4568 * cxlflash: Fix AFU version access/storage and add check
4569 * cxlflash: Correct usage of scsi_host_put()
4570 * cxlflash: Fix to prevent workq from accessing freed memory
4571 * cxlflash: Correct behavior in device reset handler following EEH
4572 * cxlflash: Remove unnecessary scsi_block_requests
4573 * cxlflash: Fix function prolog parameters and return codes
4574 * cxlflash: Fix MMIO and endianness errors
4575 * cxlflash: Fix to prevent EEH recovery failure
4576 * cxlflash: Correct spelling, grammar, and alignment mistakes
4577 * cxlflash: Fix to prevent stale AFU RRQ
4578 * cxlflash: Fix to double the delay each time
4579 * cxlflash: Fix to avoid corrupting adapter fops
4580 * cxlflash: Correct trace string
4581 * cxlflash: Fix to avoid potential deadlock on EEH
4582 * cxlflash: Fix to avoid leaving dangling interrupt resources
4583 * cxlflash: Fix to escalate to LINK_RESET on login timeout
4584 * cxlflash: Fix to avoid corrupting port selection mask
4585 * cxlflash: Fix to avoid lock instrumentation rejection
4586 * cxlflash: Fix to avoid bypassing context cleanup
4587
4588 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
4589
4590linux (4.3.0-0.7) xenial; urgency=low
4591
4592 [ Tim Gardner ]
4593
4594 * Revert "Bypass spl/zfs config"
4595 Causes unresolved symbols on load.
4596 * [Config] Enable ZFS for powerpc64-smp
4597
4598 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
4599
4600linux (4.3.0-0.6) xenial; urgency=low
4601
4602 [ Tim Gardner ]
4603
4604 * Release Tracking Bug
4605 - LP: #1512704
4606 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
4607
4608 [ Andy Whitcroft ]
4609
4610 * [Packaging] add feature interlock with mainline builds
4611 * apparmor -- follow change to this_cpu_ptr
4612
4613 [ John Johansen ]
4614
4615 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
4616 - LP: #1383886
4617 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
4618 - LP: #1362199
4619 * SAUCE: Revert: fix: only allow a single threaded process to ...
4620 - LP: #1371310
4621 * SAUCE: (no-up) fix: bad unix_addr_fs macro
4622 - LP: #1390223
4623 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
4624 - LP: #1408833
4625 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
4626 - LP: #1496430
4627
4628 [ Tim Gardner ]
4629
4630 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
4631 - LP: #1511006
4632 * rebase to v4.3
4633 * Bypass spl/zfs config
4634 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
4635 * [Config] Default AppArmor settings
4636
4637 [ Upstream Kernel Changes ]
4638
4639 * rebase to v4.3
4640
4641 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
4642
4643linux (4.3.0-0.5) xenial; urgency=low
4644
4645 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
4646
4647 [ Upstream Kernel Changes ]
4648
4649 * rebase to v4.3-rc7
4650 - LP: #1504778
4651
4652 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
4653
4654linux (4.3.0-0.4) xenial; urgency=low
4655
4656 [ Tim Gardner ]
4657
4658 * [Debian] Update to new signing key type and location
4659
4660 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
4661
4662linux (4.3.0-0.3) wily; urgency=low
4663
4664 [ Tim Gardner ]
4665
4666 * [Debian] sign-file is now compiled
4667
4668 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
4669
4670linux (4.3.0-0.2) wily; urgency=low
4671
4672 [ Tim Gardner ]
4673
4674 * [Config] Added libssl-dev to Build-Depends
4675
4676 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
4677
4678linux (4.3.0-0.1) wily; urgency=low
4679
4680 [ Upstream Kernel Changes ]
4681
4682 * rebase to v4.3-rc6
4683 * rebase to v4.3-rc5
4684 * rebase to v4.3-rc4
4685 * rebase to v4.3-rc3
4686 * rebase to v4.3-rc2
4687 * rebase to v4.3-rc1
4688 - LP: #1492132
4689 - LP: #1481575
4690
4691 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
4692
4693linux (4.2.0-10.11) wily; urgency=low
4694
4695 [ Andy Whitcroft ]
4696
4697 * Release Tracking Bug
4698 - LP: #1495208
4699 * No change rebuild to avoid issues with leading zero bytes on
4700 internal module signing key. (see launchpad bug 1494943)
4701
4702 [ Ming Lei ]
4703
4704 * [Config] SERIAL_8250_DW=y for arm64
4705
4706 [ Upstream Kernel Changes ]
4707
4708 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
4709 code
4710 - LP: #1484486
4711 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
4712 - LP: #1484486
4713 * drm/i915/gen8: Re-order init pipe_control in lrc mode
4714 - LP: #1484486
4715 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
4716 - LP: #1484486
4717 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
4718 workaround
4719 - LP: #1484486
4720 * drm/i915: Bail out early if WA batch is not available for given Gen
4721 - LP: #1484486
4722 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
4723 - LP: #1484486
4724 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
4725 - LP: #1484486
4726 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
4727 - LP: #1484486
4728 * drm/i915: Enable WA batch buffers for Gen9
4729 - LP: #1484486
4730 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
4731 - LP: #1484486
4732 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
4733 - LP: #1484486
4734 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
4735 workaround
4736 - LP: #1484486
4737 * drm/i915/gen9: Add
4738 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
4739 - LP: #1484486
4740 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
4741 - LP: #1484486
4742 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
4743 - LP: #1484486
4744 * drm/i915/skl: Don't expose the top most plane on gen9 display
4745 - LP: #1484486
4746 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
4747 - LP: #1484486
4748 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
4749 - LP: #1484486
4750 * drm/i915: reduce indent in i9xx_hpd_irq_handler
4751 - LP: #1484531
4752 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
4753 - LP: #1484531
4754 * drm/i915: reduce indent in intel_hpd_irq_handler
4755 - LP: #1484531
4756 * drm/i915: group all hotplug related fields into a new struct in
4757 dev_priv
4758 - LP: #1484531
4759 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
4760 - LP: #1484531
4761 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
4762 - LP: #1484531
4763 * drm/i915: put back the indent in intel_hpd_irq_handler
4764 - LP: #1484531
4765 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
4766 - LP: #1484531
4767 * drm/i915: simplify condition for digital port
4768 - LP: #1484531
4769 * drm/i915: abstract away platform specific parts from hpd handling
4770 - LP: #1484531
4771 * drm/i915: Handle HPD when it has actually occurred
4772 - LP: #1484531
4773 * drm/i915: Set power domain for DDI-E
4774 - LP: #1484531
4775 * drm/i915: Set alternate aux for DDI-E
4776 - LP: #1484531
4777 * drm/i915/skl: enable DDI-E hotplug
4778 - LP: #1484531
4779 * drm/i915/bxt: fix DDI PHY vswing scale value setting
4780 - LP: #1494163
4781 * drm/i915/skl: Buffer translation improvements
4782 - LP: #1494163
4783 * drm/i915: Per-DDI I_boost override
4784 - LP: #1494163
4785 * drm/i915: fix VBT parsing for SDVO child device mapping
4786 - LP: #1494163
4787 * drm/i915/bxt: edp1.4 Intermediate Freq support
4788 - LP: #1494163
4789 * drm/i915: fix link rates reported for SKL
4790 - LP: #1494163
4791 * drm/i915: Allow parsing of variable size child device entries from VBT
4792 - LP: #1494163
4793 * drm/i915/skl: Update DDI buffer translation programming.
4794 - LP: #1494163
4795 * drm/i915: Enable HDMI on DDI-E
4796 - LP: #1484531
4797 * drm/i915/skl: Enable DDI-E
4798 - LP: #1484531
4799 * drm/i915: eDP can be present on DDI-E
4800 - LP: #1484531
4801 * drm/i915/skl: Adding DDI_E power well domain
4802 - LP: #1484531
4803 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
4804 - LP: #1490035
4805 * drm/i915: Split atomic wm update to pre and post variants
4806 - LP: #1493746
4807 * drm/i915/skl: Drop the preliminary_hw_support flag
4808 - LP: #1486868
4809 * drm/i915: set FDI translations to NULL on SKL
4810 - LP: #1494163
4811
4812 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
4813
4814linux (4.2.0-9.9) wily; urgency=low
4815
4816 [ Tim Gardner ]
4817
4818 * Release Tracking Bug
4819 - LP: #1493970
4820 * [Config] CONFIG_MFD_INTEL_LPSS=m
4821 - LP: #1397876
4822
4823 [ dann frazier ]
4824
4825 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
4826 - LP: #1388952
4827
4828 [ Michael Ellerman ]
4829
4830 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
4831 Fixes FTBS on 32 bit powerpc, patch sent upstream.
4832
4833 [ Upstream Kernel Changes ]
4834
4835 * thermal/powerclamp: add cpu id for skylake h/s
4836 - LP: #1398269
4837 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
4838 - LP: #1397852
4839 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
4840 - LP: #1460905
4841 * i2c: i801: Create iTCO device on newer Intel PCHs
4842 - LP: #1460905
4843 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
4844 - LP: #1460905
4845 * perf/x86: Add a native_perf_sched_clock_from_tsc()
4846 - LP: #1397867
4847 * perf/x86/intel: Add support for PEBSv3 profiling
4848 - LP: #1397867
4849 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
4850 - LP: #1397867
4851 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
4852 - LP: #1397867
4853 * perf: Add cycles to branch_info
4854 - LP: #1397867
4855 * perf/x86/intel/lbr: Add support for LBRv5
4856 - LP: #1397867
4857 * perf/x86/intel: Handle new arch perfmon v4 status bits
4858 - LP: #1397867
4859 * perf/x86/intel: Move PMU ACK to after LBR read
4860 - LP: #1397867
4861 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
4862 - LP: #1397867
4863 * perf/x86/intel: Add Intel Skylake PMU support
4864 - LP: #1397867
4865 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
4866 call stack
4867 - LP: #1397867
4868 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
4869 - LP: #1397867
4870 * perf/x86: Make merge_attr() global to use from perf_event_intel
4871 - LP: #1397867
4872 * perf/x86/intel: Use 0x11 as extra reg test value
4873 - LP: #1397867
4874 * perf tools: Add support for cycles, weight branch_info field
4875 - LP: #1397867
4876 * perf report: Add flag for non ANY branch mode
4877 - LP: #1397867
4878 * perf report: Add infrastructure for a cycles histogram
4879 - LP: #1397867
4880 * perf report: Add processing for cycle histograms
4881 - LP: #1397867
4882 * perf annotate: Compute IPC and basic block cycles
4883 - LP: #1397867
4884 * perf annotate: Finally display IPC and cycle accounting
4885 - LP: #1397867
4886 * perf top: Add branch annotation code to top
4887 - LP: #1397867
4888 * perf report: Display cycles in branch sort mode
4889 - LP: #1397867
4890 * perf annotate: Fix 32-bit compilation error in util/annotate.c
4891 - LP: #1397867
4892 * PM / QoS: Make it possible to expose device latency tolerance to
4893 userspace
4894 - LP: #1460908
4895 * ACPI / PM: Attach ACPI power domain only once
4896 - LP: #1460908
4897 * Driver core: wakeup the parent device before trying probe
4898 - LP: #1460908
4899 * klist: implement klist_prev()
4900 - LP: #1460908
4901 * driver core: implement device_for_each_child_reverse()
4902 - LP: #1460908
4903 * mfd: make mfd_remove_devices() iterate in reverse order
4904 - LP: #1460908
4905 * dmaengine: add a driver for Intel integrated DMA 64-bit
4906 - LP: #1460908
4907 * mfd: Add support for Intel Sunrisepoint LPSS devices
4908 - LP: #1460908
4909 * spi: pxa2xx: Add support for Intel Sunrisepoint
4910 - LP: #1397876
4911 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
4912 - LP: #1397876
4913 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
4914 - LP: #1397876
4915 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
4916 for it
4917 - LP: #1397876
4918 * intel_idle: Skylake Client Support
4919 - LP: #1397877
4920 * powerpc/kernel: Switch to using MAX_ERRNO
4921 - LP: #1458876
4922 * powerpc/kernel: Change the do_syscall_trace_enter() API
4923 - LP: #1458876
4924 * powerpc: Drop unused syscall_get_error()
4925 - LP: #1458876
4926 * powerpc: Don't negate error in syscall_set_return_value()
4927 - LP: #1458876
4928 * powerpc: Rework syscall_get_arguments() so there is only one loop
4929 - LP: #1458876
4930 * powerpc: Use orig_gpr3 in syscall_get_arguments()
4931 - LP: #1458876
4932 * powerpc: Change syscall_get_nr() to return int
4933 - LP: #1458876
4934 * powerpc/kernel: Add SIG_SYS support for compat tasks
4935 - LP: #1458876
4936 * powerpc/kernel: Enable seccomp filter
4937 - LP: #1458876
4938 * selftests/seccomp: Make seccomp tests work on big endian
4939 - LP: #1458876
4940 * selftests/seccomp: Add powerpc support
4941 - LP: #1458876
4942 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
4943
4944 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
4945
4946linux (4.2.0-8.8) wily; urgency=low
4947
4948 [ Tim Gardner ]
4949
4950 * Release Tracking Bug
4951 - LP: #1493357
4952 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
4953 - LP: #1488495
4954 * [Config] CONFIG_CXLFLASH=m
4955 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
4956
4957
4958 [ Andy Whitcroft ]
4959
4960 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
4961 * [Packaging] mark up control for stage1
4962 * [Config] kernel-versions -- clean up deps field
4963 * [Config] s390x -- build linux-libc-dev
4964 - LP: #1488653
4965 * [Packaging] control -- prepare for new kernel-wedge semantics
4966
4967 [ Upstream Kernel Changes ]
4968
4969 * crypto: vmx - Fixing AES-CTR counter bug
4970 - LP: #1484519
4971 * crypto: vmx - Fixing GHASH Key issue on little endian
4972 - LP: #1484519
4973 * powerpc: Uncomment and make enable_kernel_vsx() routine available
4974 - LP: #1484519
4975 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
4976 - LP: #1484519
4977 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
4978 'okay'
4979 - LP: #1488495
4980 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
4981 - LP: #1488495
4982 * crypto: nx - do not emit extra output if status is disabled
4983 - LP: #1488495
4984 * crypto: nx - reduce chattiness of platform drivers
4985 - LP: #1488495
4986 * crypto: nx/842 - Fix context corruption
4987 - LP: #1488495
4988 * crypto: nx - remove __init/__exit from VIO functions
4989 - LP: #1488495
4990 * crypto: nx - remove pSeries NX 'status' field
4991 - LP: #1488495
4992 * crypto: nx - move kzalloc() out of spinlock
4993 - LP: #1488495
4994 * crypto: nx - don't register pSeries driver if ENODEV
4995 - LP: #1488495
4996 * crypto: nx - use common code for both NX decompress success cases
4997 - LP: #1488495
4998 * crypto: nx - merge nx-compress and nx-compress-crypto
4999 - LP: #1488495
5000 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5001 - LP: #1488495
5002 * crypto: nx - make platform drivers directly register with crypto
5003 - LP: #1488495
5004 * cxlflash: Base support for IBM CXL Flash Adapter
5005 - LP: #1449121
5006 * cxlflash: Base error recovery support
5007 - LP: #1449121
5008 * cxlflash: Superpipe support
5009 - LP: #1449121
5010 * cxlflash: Virtual LUN support
5011 - LP: #1449121
5012 * cxlflash: off by one bug in cxlflash_show_port_status()
5013 - LP: #1449121
5014 * cxlflash: shift wrapping bug in afu_link_reset()
5015 - LP: #1449121
5016 * cxlflash: Remove unused variable from queuecommand
5017 - LP: #1449121
5018 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5019 pci_controller_ops
5020 * powerpc/eeh: Probe after unbalanced kref check
5021 * misc: cxl: clean up afu_read_config()
5022 * cxl: Add explicit precision specifiers
5023 * cxl: use more common format specifier
5024 * cxl: Destroy cxl_adapter_idr on module_exit
5025 * cxl: Destroy afu->contexts_idr on release of an afu
5026 * cxl: Don't ignore add_process_element() result when attaching context
5027 * cxl: Compile with -Werror
5028 * cxl: sparse: Make declarations static
5029 * cxl: sparse: Silence iomem warning in debugfs file creation
5030 * cxl: Convert MMIO read/write macros to inline functions
5031 * cxl: Drop commands if the PCI channel is not in normal state
5032 * cxl: Allocate and release the SPA with the AFU
5033 * cxl: Make IRQ release idempotent
5034 * cxl: Clean up adapter MMIO unmap path.
5035 * cxl: Refactor adaptor init/teardown
5036 * cxl: Refactor AFU init/teardown
5037 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5038 * cxl: Allow the kernel to trust that an image won't change on PERST.
5039 * cxl: EEH support
5040 * cxl: Add CONFIG_CXL_EEH symbol
5041 * cxl: Plug irq_bitmap getting leaked in cxl_context
5042 * cxl: Add alternate MMIO error handling
5043 * cxl: Allow release of contexts which have been OPENED but not STARTED
5044 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5045 * cxl: Release irqs if memory allocation fails
5046 * cxl: Remove racy attempt to force EEH invocation in reset
5047 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5048 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5049 * cxl: Set up and enable PSL Timebase
5050
5051 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5052
5053linux (4.2.0-7.7) wily; urgency=low
5054
5055 [ Tim Gardner ]
5056
5057 * Release Tracking Bug
5058 - LP: #1490564
5059 * rebase to v4.2
5060
5061 [ Wen Xiong ]
5062
5063 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5064 - LP: #1453892
5065
5066 [ Upstream Kernel Changes ]
5067
5068 * rebase to v4.2
5069 - LP: #1487345
5070
5071 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5072
5073linux (4.2.0-6.6) wily; urgency=low
5074
5075 [ Tim Gardner ]
5076
5077 * Release Tracking Bug
5078 - LP: #1488138
5079
5080 [ Andy Whitcroft ]
5081
5082 * rebase to v4.2-rc8
5083
5084 [ Shilpasri G Bhat ]
5085
5086 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5087 level
5088 - LP: #1480894
5089 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5090 - LP: #1480894
5091 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5092 notification
5093 - LP: #1480894
5094 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5095 OCC_THROTTLE
5096 - LP: #1480894
5097 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5098 bit is set
5099 - LP: #1480894
5100 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5101 unthrottling
5102 - LP: #1480894
5103
5104 [ Upstream Kernel Changes ]
5105
5106 * rebase to v4.2-rc8
5107 - LP: #1483440
5108 - LP: #1484334
5109
5110 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5111
5112linux (4.2.0-5.5) wily; urgency=low
5113
5114 [ Tim Gardner ]
5115
5116 * Release Tracking Bug
5117 - LP: #1487173
5118
5119 [ Andy Whitcroft ]
5120
5121 * [Packaging] correct spelling of probabaly on the tools packages
5122 - LP: #1256822
5123 * rebase to v4.2-rc7
5124
5125 [ dann frazier ]
5126
5127 * d-i: Add nicpf and nicvf to nic-modules
5128 * d-i: Enable usb modules on arm64
5129
5130 [ Mahesh Salgaonkar ]
5131
5132 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5133 - LP: #1482343
5134 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5135 - LP: #1482343
5136 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5137 machine check errors.
5138 - LP: #1482343
5139 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5140 - LP: #1482343
5141
5142 [ Vipin K Parashar ]
5143
5144 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5145 PowerNV platform
5146 - LP: #1469771
5147
5148 [ Upstream Kernel Changes ]
5149
5150 * rebase to v4.2-rc7
5151
5152 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5153
5154linux (4.2.0-4.4) wily; urgency=low
5155
5156 [ Tim Gardner ]
5157
5158 * Release Tracking Bug
5159 - LP: #1483677
5160
5161 [ Achiad Shochat ]
5162
5163 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5164 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5165 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5166 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5167
5168 [ Adam Lee ]
5169
5170 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5171 - LP: #1480142
5172
5173 [ dann frazier ]
5174
5175 * [Config] CONFIG_NR_CPUS=128 on arm64
5176
5177 [ Leann Ogasawara ]
5178
5179 * [Config] d-i -- Add sfc to nic-modules udeb
5180 - LP: #1481490
5181
5182 [ Saeed Mahameed ]
5183
5184 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5185 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5186
5187 [ Tim Gardner ]
5188
5189 * [Config] CONFIG_X86_INTEL_MPX=y
5190 - LP: #1460902
5191 * [Debian] change dependency on module-init-tools to kmod
5192 - LP: #1481986
5193 * rebase to v4.2-rc6
5194
5195 [ Upstream Kernel Changes ]
5196
5197 * rebase to v4.2-rc6
5198
5199 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5200
5201linux (4.2.0-3.3) wily; urgency=low
5202
5203 [ Tim Gardner ]
5204
5205 * Release Tracking Bug
5206 - LP: #1481462
5207 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5208 Fixes an FTBS for at least one DKMS package.
5209
5210 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5211
5212linux (4.2.0-2.2) wily; urgency=low
5213
5214 [ Tim Gardner ]
5215
5216 * Release Tracking Bug
5217 - LP: #1481067
5218 * rebase to v4.2-rc5
5219
5220 [ Andy Whitcroft ]
5221
5222 * [Packaging] module-inclusion -- commonise copy code and simplify
5223 * [Packaging] module-inclusion -- add manual command entries
5224 * [Packaging] module blacklists -- add support for manual blacklists
5225 * [Packaging] do_common_tools should always be on
5226 * [Packaging] initscripts need installing when making the package
5227 * [Packaging] initscripts work around bug in debhelper systemd support
5228 * [Config] exclude oss modules from linux-image
5229 - LP: #1434842
5230 * hyper-v -- add hid and fb drivers to linux-virtual
5231 - LP: #1444179
5232 * ubuntu: (no-squash) vbox -- infrastructure and updater
5233 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5234 - LP: #1426113
5235 * ubuntu: vbox -- update to 5.0.0-dfsg-1
5236 - LP: #1480879
5237 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
5238 * [Config] move vbox modules into linux-image
5239
5240 [ Upstream Kernel Changes ]
5241
5242 * rebase to v4.2-rc5
5243 - LP: #1478497
5244 - LP: #1477900
5245
5246 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
5247
5248linux (4.2.0-1.1~rc1) wily; urgency=low
5249
5250 [ Andy Whitcroft ]
5251
5252 * Release Tracking Bug
5253 - LP: #1479903
5254 * Initial upload of v4.2 based kernel (currently v4.-rc4)
5255
5256 [ Upstream Kernel Changes ]
5257
5258 * rebase to v4.2-rc4
5259 - LP: #1476987
5260 - LP: #1476888
5261 * rebase to v4.2-rc3
5262 * rebase to v4.2-rc2
5263 * rebase to v4.2-rc1
5264 - LP: #1394368
5265 - LP: #1427680
5266 - LP: #1462614
5267 - LP: #1397021
5268
5269 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
5270
5271linux (4.1.0-3.3) wily; urgency=low
5272
5273 [ Andy Whitcroft ]
5274
5275 * Release Tracking Bug
5276 - LP: #1478897
5277
5278 [ Colin Ian King ]
5279
5280 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
5281 - CVE-2015-1333
5282
5283 [ Seth Forshee ]
5284
5285 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
5286 - LP: #1478578
5287
5288 [ Upstream Kernel Changes ]
5289
5290 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
5291 - LP: #1461620
5292 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
5293 * x86/nmi/64: Remove asm code that saves cr2
5294 * x86/nmi/64: Switch stacks on userspace NMI entry
5295 * x86/nmi/64: Reorder nested NMI checks
5296 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
5297 detection
5298
5299 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
5300
5301linux (4.1.0-2.4) wily; urgency=low
5302
5303 [ Andy Whitcroft ]
5304
5305 * SAUCE: overlayfs: when copying up and reading directories ensure
5306 mounter had permissions V2
5307 - CVE-2015-1328
5308
5309 [ Leann Ogasawara ]
5310
5311 * Release Tracking Bug
5312 - LP: #1465419
5313
5314 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5315
5316linux (4.1.0-2.2) wily; urgency=low
5317
5318 [ Tim Gardner ]
5319
5320 * rebase to v4.1.3
5321 * [Config] Add i40e[vf] to d-i
5322 - LP: #1476393
5323
5324 [ Upstream Kernel Changes ]
5325
5326 * rebase to v4.1.3
5327 - LP: #1427680
5328 - LP: #1462614
5329 - LP: #1394368
5330
5331 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
5332
5333linux (4.1.0-1.1) wily; urgency=low
5334
5335 [ Andy Whitcroft ]
5336
5337 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5338 - LP: #1395877, #1410480
5339 * SAUCE: overlayfs: when copying up and reading directories ensure
5340 mounter had permissions V2
5341 - CVE-2015-1328
5342 * [Packaging] fix up Vcs-Git: to point to launchpad
5343 * [Config] correct linux-initramfs-tool virtual linkage
5344 - LP: #1474810
5345
5346 [ Chris J Arges ]
5347
5348 * [Config] Add dm-service-time to multipath-modules
5349 - LP: #1469240
5350 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
5351 - LP: #1464560
5352
5353 [ Jay Vosburgh ]
5354
5355 * SAUCE: fan: Proof of concept implementation (v2)
5356 - LP: #1439706
5357 * SAUCE: fan: tunnel multiple mapping mode (v3)
5358 - LP: #1470091
5359
5360 [ Leann Ogasawara ]
5361
5362 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
5363 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
5364 considering"
5365 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
5366 * Revert "SAUCE: dm-crypt: never use write same"
5367 * Release Tracking Bug
5368 - LP: #1476333
5369
5370 [ Tim Gardner ]
5371
5372 * Rebase to v4.1
5373 - LP: #1443371
5374 * [Config] Enable Apparmor
5375 * [Config] CONFIG_OVERLAY_FS_V1=y
5376 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
5377 - LP: #1469829
5378 * [Config] CONFIG_VM86=n
5379 - LP: #1473447
5380 * [Config] ACORN_PARTITION=n
5381 - LP: #1453117
5382
5383 [ Timo Aaltonen ]
5384
5385 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
5386 - LP: #1473319
5387
5388 [ Upstream Kernel Changes ]
5389
5390 * efi: efivar_create_sysfs_entry() should return negative error codes
5391 * efi: Add esrt support
5392 * x86, doc: Remove cmdline_size from list of fields to be filled in for
5393 EFI handover
5394 * efi/esrt: Fix some compiler warnings
5395 * efi: dmi: List SMBIOS3 table before SMBIOS table
5396 * efi: Add 'systab' information to Documentation/ABI
5397 * ALSA: hda - restore the MIC FIXUP for some Dell machines
5398 - LP: #1473560
5399 * mtd: powernv: Add powernv flash MTD abstraction driver
5400 - LP: #1464560
5401 * powerpc/powernv: Expose OPAL APIs required by PRD interface
5402 - LP: #1464560
5403 * powerpc/powernv: Add opal-prd channel
5404 - LP: #1464560
5405 * powerpc/powernv: fix construction of opal PRD messages
5406 - LP: #1464560
5407 * powerpc/include: Add opal-prd to installed uapi headers
5408 - LP: #1464560
5409 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
5410 - LP: #1464560
5411
5412 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
5413
5414linux (4.0.0-2.4) wily; urgency=low
5415
5416 [ Andy Whitcroft ]
5417
5418 * SAUCE: overlayfs: when copying up and reading directories ensure
5419 mounter had permissions V2
5420 - CVE-2015-1328
5421
5422 [ Leann Ogasawara ]
5423
5424 * Release Tracking Bug
5425 - LP: #1465419
5426
5427 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5428
5429linux (4.0.0-1.2) wily; urgency=low
5430
5431 [ Andy Whitcroft ]
5432
5433 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5434 - LP: #1395877, #1410480
5435 * [Config] enable CONFIG_OVERLAY_FS_V1
5436
5437 [ Tai Nguyen ]
5438
5439 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
5440 - LP: #1463211
5441
5442 [ Tim Gardner ]
5443
5444 * [Config] CONFIG_HIBERNATION=n for ppc64el
5445 - LP: #1463836
5446
5447 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
5448
5449linux (4.0.0-1.1) wily; urgency=low
5450
5451 [ Leann Ogasawara ]
5452
5453 * Revert "md/raid0: fix bug with chunksize not a power of 2."
5454 - LP: #1457510
5455 * powerpc/powernv: Check image loaded or not before calling flash
5456 - LP: #1461553
5457
5458 [ Tim Gardner ]
5459
5460 * [Config] armhf: CPUFREQ_DT=y
5461 - LP: #1457781
5462
5463 [ Upstream Kernel Changes ]
5464
5465 * rebase to v4.0.5
5466 - LP: #1429756
5467 - LP: #1452175
5468 - LP: #1454656
5469 - LP: #1447909
5470 - LP: #1446517
5471 - LP: #1428947
5472 - LP: #1410704
5473 - LP: #1412800
5474 - LP: #1400215
5475 - LP: #1411193
5476 - LP: #1412800
5477 - LP: #1408295
5478 - LP: #1436745
5479
5480 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
5481
5482linux (3.19.0-10.10) vivid; urgency=low
5483
5484 [ Andy Whitcroft ]
5485
5486 * [Packaging] control -- make element ordering deterministic
5487 * [Config] allow dracult to support initramfs as well
5488 - LP: #1109029
5489 * [Packaging] generate live watchdog blacklists
5490 - LP: #1432837
5491
5492 [ Leann Ogasawara ]
5493
5494 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
5495 - LP: #1397860
5496 * rebase to v3.19.2
5497
5498 [ Upstream Kernel Changes ]
5499
5500 * thinkpad_acpi: support new BIOS version string pattern
5501 - LP: #1417915
5502 * arm64: Invalidate the TLB corresponding to intermediate page table
5503 levels
5504 - LP: #1432546
5505 * perf tools: Support parsing parameterized events
5506 - LP: #1430341
5507 * perf tools: Extend format_alias() to include event parameters
5508 - LP: #1430341
5509 * perf Documentation: Add event parameters
5510 - LP: #1430341
5511 * perf tools: Document parameterized and symbolic events
5512 - LP: #1430341
5513 * perf: provide sysfs_show for struct perf_pmu_events_attr
5514 - LP: #1430341
5515 * perf: add PMU_EVENT_ATTR_STRING() helper
5516 - LP: #1430341
5517 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
5518 - LP: #1430341
5519 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
5520 - LP: #1430341
5521 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
5522 annotated
5523 - LP: #1430341
5524 * powerpc/perf/hv-gpci: add the remaining gpci requests
5525 - LP: #1430341
5526 * powerpc/perf/hv-24x7: Document sysfs event description entries
5527 - LP: #1430341
5528 * powerpc/iommu: Remove IOMMU device references via bus notifier
5529 - LP: #1425202
5530 * powerpc/pseries: Fix endian problems with LE migration
5531 - LP: #1428351
5532 * intel_idle: support additional Broadwell model
5533 - LP: #1400970
5534 * tools/power turbostat: support additional Broadwell model
5535 - LP: #1400970
5536 * KVM: x86: flush TLB when D bit is manually changed.
5537 - LP: #1397860
5538 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
5539 - LP: #1397860
5540 * KVM: Add generic support for dirty page logging
5541 - LP: #1397860
5542 * KVM: x86: switch to kvm_get_dirty_log_protect
5543 - LP: #1397860
5544 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
5545 log dirty
5546 - LP: #1397860
5547 * KVM: MMU: Add mmu help functions to support PML
5548 - LP: #1397860
5549 * KVM: MMU: Explicitly set D-bit for writable spte.
5550 - LP: #1397860
5551 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
5552 - LP: #1397860
5553 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
5554 - LP: #1397860
5555 * KVM: VMX: Add PML support in VMX
5556 - LP: #1397860
5557 * HID: multitouch: add support of clickpads
5558 * HID: multitouch: Add support for button type usage
5559
5560 [ Upstream Kernel Changes ]
5561
5562 * rebase to v3.19.2
5563 - LP: #1428947
5564
5565 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
5566
5567linux (3.19.0-9.9) vivid; urgency=low
5568
5569 [ Leann Ogasawara ]
5570
5571 * Release Tracking Bug
5572 - LP: #1430930
5573
5574 [ Shachar Raindel ]
5575
5576 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
5577 arithmetic
5578 - LP: #1413741
5579 - CVE-2014-8159
5580
5581 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
5582
5583linux (3.19.0-8.8) vivid; urgency=low
5584
5585 [ Andy Whitcroft ]
5586
5587 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5588 - LP: #1426113
5589 * rebase to stable v3.19.1
5590
5591 [ John Johansen ]
5592
5593 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5594 - LP: #1408833
5595
5596 [ Leann Ogasawara ]
5597
5598 * Release Tracking Bug
5599 - LP: #1429940
5600
5601 [ Upstream Kernel Changes ]
5602
5603 * xen: correct bug in p2m list initialization
5604 * net/mlx5_core: Fix configuration of log_uar_page_sz
5605 - LP: #1419938
5606 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
5607 - LP: #1420575
5608 * net/mlx4_core: Maintain a persistent memory for mlx4 device
5609 - LP: #1422481
5610 * net/mlx4_core: Set device configuration data to be persistent across
5611 reset
5612 - LP: #1422481
5613 * net/mlx4_core: Refactor the catas flow to work per device
5614 - LP: #1422481
5615 * net/mlx4_core: Enhance the catas flow to support device reset
5616 - LP: #1422481
5617 * net/mlx4_core: Activate reset flow upon fatal command cases
5618 - LP: #1422481
5619 * net/mlx4_core: Manage interface state for Reset flow cases
5620 - LP: #1422481
5621 * net/mlx4_core: Handle AER flow properly
5622 - LP: #1422481
5623 * net/mlx4_core: Enable device recovery flow with SRIOV
5624 - LP: #1422481
5625 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
5626 - LP: #1422481
5627 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
5628 - LP: #1428111
5629 * rebase to v3.19.1
5630 - LP: #1410704
5631 - LP: #1411193
5632 - LP: #1400215
5633
5634 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
5635
5636linux (3.19.0-7.7) vivid; urgency=low
5637
5638 [ Andy Whitcroft ]
5639
5640 * Release Tracking Bug
5641 - LP: #1426013
5642
5643 [ Upstream Kernel Changes ]
5644
5645 * x86/irq: Fix regression caused by commit b568b8601f05
5646 * cxl: Fix leaking interrupts if attach process fails
5647 - LP: #1415102
5648 * cxl: Early return from cxl_handle_fault for a shut down context
5649 - LP: #1415102
5650 * cxl: Disable AFU debug flag
5651 - LP: #1415102
5652 * cxl: Disable SPAP register when freeing SPA
5653 - LP: #1415102
5654 * cxl: remove redundant increment of hwirq
5655 - LP: #1415102
5656 * cxl: Add tracepoints
5657 - LP: #1415102
5658 * cxl: Update CXL ABI documentation
5659 - LP: #1415102
5660 * cxl: Use image state defaults for reloading FPGA
5661 - LP: #1415102
5662 * cxl: Add image control to sysfs
5663 - LP: #1415102
5664 * cxl: Enable CAPP recovery
5665 - LP: #1415102
5666 * cxl: Add ability to reset the card
5667 - LP: #1415102
5668 * cxl: Fix device_node reference counting
5669 - LP: #1415102
5670 * cxl: Export optional AFU configuration record in sysfs
5671 - LP: #1415102
5672 * cxl: Fail AFU initialisation if an invalid configuration record is
5673 found
5674 - LP: #1415102
5675 * cxl: Add missing return statement after handling AFU errror
5676 - LP: #1415102
5677 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
5678 - LP: #1415102
5679 * powerpc/eeh: Allow to set maximal frozen times
5680 - LP: #1415102
5681 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
5682
5683 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
5684
5685linux (3.19.0-6.6) vivid; urgency=low
5686
5687 [ Andy Whitcroft ]
5688
5689 * systemd -- fix hyper-v units to be non-forking
5690 - LP: #1401525
5691 * [Config] move vbox modules into linux-image
5692 * ubuntu: vbox -- update to 4.3.22-dfsg-1
5693
5694 [ Brad Figg ]
5695
5696 * SAUCE: DEP8 test to run our regression tests
5697
5698 [ Paolo Pisati ]
5699
5700 * [Config] I2C_CHARDEV=y
5701 - LP: #1417032
5702
5703 [ Upstream Kernel Changes ]
5704
5705 * PCI: Fix infinite loop with ROM image of size 0
5706 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
5707 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
5708 controller
5709 - LP: #1400215
5710
5711 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
5712
5713linux (3.19.0-5.5) vivid; urgency=low
5714
5715 [ Andy Whitcroft ]
5716
5717 * [Config] CONFIG_FA_DUMP=y
5718 - LP: #1415562
5719 * ubuntu: (no-squash) vbox -- infrastructure and updater
5720 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
5721 * rebase to v3.19 final
5722
5723 [ Chris J Arges ]
5724
5725 * [Config] Add ibmvfc to d-i
5726 - LP: #1416001
5727 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
5728 - LP: #1292234
5729
5730 [ Upstream Kernel Changes ]
5731
5732 * rebase to v3.19
5733
5734 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
5735
5736linux (3.19.0-4.4) vivid; urgency=low
5737
5738 [ Andy Whitcroft ]
5739
5740 * [Config] apply Kernel hacking >> Tracers config defaults
5741 * hyper-v -- fix comment handing in /etc/network/interfaces
5742 - LP: #1413020
5743 * rebase to v3.19-rc7
5744 * updateconfigs following rebase to v3.19-rc7
5745
5746 [ Ben Hutchings ]
5747
5748 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
5749 - LP: #1413149
5750
5751 [ Upstream Kernel Changes ]
5752
5753 * rebase to v3.19-rc7
5754
5755 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
5756
5757linux (3.19.0-3.3) vivid; urgency=low
5758
5759 [ Andy Whitcroft ]
5760
5761 * [Debian] arm64 -- build ubuntu drivers
5762 - LP: #1411284
5763 * [Packaging] config-check -- add support for enforced annotations
5764 * [Config] annotations -- switch to ENFORCED annotations
5765 * [Packaging] config-check -- drop support for enforce file
5766 * [Packaging] enforce -- drop empty enforce file
5767 * rebase to v3.19-rc5
5768 * [Config] add modules removed due to tighter dependencies
5769 * [Config] updateconfigs following rebase to v3.19-rc5
5770 * [Config] enforce CONFIG_FHANDLE=y
5771 - LP: #1412543
5772 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
5773 - LP: #1408355
5774 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
5775 - LP: #1413646
5776 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
5777 message handler config defaults
5778 * [Config] apply Device Drivers >> Character devices >> Serial drivers
5779 config defaults
5780 * [Config] apply Device Drivers >> GPIO Support config defaults
5781 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
5782 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
5783 support) config defaults
5784 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
5785 Devices >> Support for frame buffer devices config defaults
5786 * [Config] apply Device Drivers >> HID support >> HID bus support >>
5787 Special HID drivers config defaults
5788 * [Config] apply Device Drivers >> Hardware Monitoring support config
5789 defaults
5790 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
5791 Hardware Bus support config defaults
5792 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
5793 digital converters config defaults
5794 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
5795 sensors config defaults
5796 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
5797 sensors config defaults
5798 * [Config] apply Device Drivers >> Input device support >> Generic input
5799 layer (needed for keyboard, mouse, ...) >> Mice config defaults
5800 * [Config] apply Device Drivers >> Input device support >> Generic input
5801 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
5802 * [Config] apply Device Drivers >> LED Support >> LED Class Support
5803 config defaults
5804 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
5805 defaults
5806 * [Config] apply Device Drivers >> Multifunction device drivers config
5807 defaults
5808 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
5809 grabbers support >> Media test drivers config defaults
5810 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
5811 Adapters config defaults
5812 * [Config] apply Device Drivers >> Multimedia support >> Remote
5813 Controller devices config defaults
5814 * [Config] apply Device Drivers >> Network device support >> Distributed
5815 Switch Architecture drivers config defaults
5816 * [Config] apply Device Drivers >> Network device support >> Network core
5817 driver support config defaults
5818 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5819 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
5820 defaults
5821 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5822 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
5823 defaults
5824 * [Config] apply Device Drivers >> PHY Subsystem config defaults
5825 * [Config] apply Device Drivers >> Pin controllers config defaults
5826 * [Config] apply Device Drivers >> SPI support config defaults
5827 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5828 Sound Architecture >> ALSA for SoC audio support config defaults
5829 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5830 Sound Architecture >> FireWire sound devices config defaults
5831 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5832 Sound Architecture >> HD-Audio config defaults
5833 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
5834 client support config defaults
5835 * [Config] apply Device Drivers >> Staging drivers >> Media staging
5836 drivers config defaults
5837 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
5838 USB Gadget Drivers >> USB functions configurable through configfs
5839 config defaults
5840 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
5841 USB Peripheral Controller config defaults
5842 * [Config] apply Networking support >> NFC subsystem support >> Near
5843 Field Communication (NFC) devices config defaults
5844 * [Config] apply Networking support >> Networking options >> Network
5845 packet filtering framework (Netfilter) >> Core Netfilter Configuration
5846 >> Netfilter nf_tables support config defaults
5847 * [Config] apply Networking support >> Networking options >> QoS and/or
5848 fair queueing >> Actions config defaults
5849 * [Config] apply Networking support >> Networking options >> TCP/IP
5850 networking config defaults
5851 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
5852 Networking Stack (mac80211) config defaults
5853 * [Config] apply Device Drivers >> Input device support >> Generic input
5854 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
5855 * [Config] apply Device Drivers >> Input device support >> Generic input
5856 layer (needed for keyboard, mouse, ...) >> Mice config defaults
5857 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
5858 config defaults
5859 * [Config] apply Networking support >> Networking options >> Network
5860 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
5861 >> IPv4 NAT config defaults
5862 * [Config] apply Networking support >> Networking options >> Network
5863 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
5864 >> IPv6 NAT config defaults
5865 * [Config] apply Kernel hacking >> Kernel debugging config defaults
5866 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
5867 config defaults
5868 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
5869 values in
5870 - LP: #1414002
5871 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5872 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
5873 (iwlwifi) config defaults
5874 * [Config] apply Device Drivers >> Real Time Clock config defaults
5875 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
5876 support >> SCSI low-level drivers config defaults
5877 * [Config] apply General setup >> CPU/Task time and stats accounting >>
5878 Cputime accounting config defaults
5879 * [Config] apply Device Drivers >> Mailbox Hardware Support config
5880 defaults
5881 * rebase to v3.19-rc6
5882 * [Config] updateconfigs following rebase to v3.19-rc6
5883
5884 [ Kamal Mostafa ]
5885
5886 * [Packaging] force "dpkg-source -I -i" behavior
5887
5888 [ Leann Ogasawara ]
5889
5890 * [Config] Disable CONFIG_USB_OTG
5891 - LP: #1411295
5892
5893 [ Upstream Kernel Changes ]
5894
5895 * overlay: add backwards compatible overlayfs format support (fixes)
5896 - LP: #1410480
5897
5898 [ Upstream Kernel Changes ]
5899
5900 * rebase to v3.19-rc5
5901 * rebase to v3.19-rc6
5902
5903 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
5904
5905linux (3.19.0-2.2) vivid; urgency=low
5906
5907 [ Andy Whitcroft ]
5908
5909 * rebase to v3.19-rc4
5910 * [Config] updateconfigs following rebase to v3.19-rc4
5911 * [Packaging] install all dtb files
5912 - LP: #1408002
5913 * [Config] switch on "all" dtbs
5914 - LP: #1408002
5915
5916 [ Colin Ian King ]
5917
5918 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
5919 timers
5920 - LP: #1333569
5921
5922 [ Joseph Salisbury ]
5923
5924 * [Config] Enable CONFIG_N_GSM as module.
5925 - LP: #1404670
5926
5927 [ K. Y. Srinivasan ]
5928
5929 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
5930 - LP: #1406867
5931
5932 [ Steve McIntyre ]
5933
5934 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
5935 - LP: #1409750
5936
5937 [ Upstream Kernel Changes ]
5938
5939 * rebase to v3.19-rc4
5940
5941 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
5942
5943linux (3.19.0-1.1) vivid; urgency=low
5944
5945 [ Andy Whitcroft ]
5946
5947 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
5948 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
5949 * Revert "SAUCE: AUFS -- aufs3-base.patch"
5950 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
5951 * rebase to v3.19-rc1
5952 * rebase to v3.19-rc2
5953 * [Config] defaultconfigs following rebase to v3.19-rc2
5954 * ubuntu: aufs3 -- follow rename of d_child
5955 * ubuntu: aufs3 -- follow switch to d_splice_alias
5956 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
5957 * ubuntu: aufs3 -- follow rename for d_alias
5958 * apparmor -- follow change to this_cpu_ptr
5959 * disable module checks for rebase
5960 * ubuntu: AUFS -- substrate: aufs3-base.patch
5961 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
5962 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
5963 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
5964 * [Configs] updateconfigs following aufs update
5965 * v3.19 series start
5966 * rebase to v3.19-rc3
5967 * [Configs] updateconfigs following rebase to v3.19-rc3
5968 * [Packaging] uploadnum should be the remainder of the version
5969 - LP: #1407755
5970 * [Packaging] handle dts directories
5971 - LP: #1408004
5972 * [Config] follow move of arm64 dts' into vendor directories
5973
5974 [ Upstream Kernel Changes ]
5975
5976 * arm64: optimized copy_to_user and copy_from_user assembly code
5977 - LP: #1400349
5978 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
5979
5980 [ Upstream Kernel Changes ]
5981
5982 * rebase to v3.19-rc1
5983 - LP: #1173681
5984 * rebase to v3.19-rc2
5985 * rebase to v3.19-rc3
5986
5987 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
5988
5989linux (3.18.0-7.8) vivid; urgency=low
5990
5991 [ Leann Ogasawara ]
5992
5993 * Release Tracking Bug
5994 - LP: #1401590
5995
5996 [ John Johansen ]
5997
5998 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
5999 - LP: #1362199
6000 * SAUCE: Revert: fix: only allow a single threaded process to ...
6001 - LP: #1371310
6002 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6003 - LP: #1390223
6004 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6005 hashing is used
6006 - LP: #1383886
6007 * [config] set apparmor config options
6008
6009 [ Seth Forshee ]
6010
6011 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6012 - LP: #1398458
6013
6014 [ Upstream Kernel Changes ]
6015
6016 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6017 - LP: #1359052
6018 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6019 - LP: #1346067
6020
6021 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6022
6023linux (3.18.0-6.7) vivid; urgency=low
6024
6025 [ Andy Whitcroft ]
6026
6027 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6028 assembly code"
6029 - LP: #1398596
6030 * rebase to v3.18
6031
6032 [ Chris J Arges ]
6033
6034 * [Config] CONFIG_PCIEASPM_DEBUG=y
6035 - LP: #1398544
6036
6037 [ Paolo Pisati ]
6038
6039 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6040 - LP: #1396470
6041
6042 [ Upstream Kernel Changes ]
6043
6044 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6045 may result in I/O freeze
6046 - LP: #1400289
6047
6048 [ Upstream Kernel Changes ]
6049
6050 * rebase to v3.18
6051
6052 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6053
6054linux (3.18.0-5.6) vivid; urgency=low
6055
6056 [ Leann Ogasawara ]
6057
6058 * Release Tracking Bug
6059 - LP: #1398109
6060
6061 [ Andy Whitcroft ]
6062
6063 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6064 - LP: #1397061
6065 * rebase to v3.18-rc7
6066
6067 [ Chris J Arges ]
6068
6069 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6070 ppc64el/generic
6071 - LP: #1395855
6072
6073 [ Upstream Kernel Changes ]
6074
6075 * rebase to v3.18-rc7
6076 - LP: #1389497
6077
6078 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6079
6080linux (3.18.0-4.5) vivid; urgency=low
6081
6082 [ Leann Ogasawara ]
6083
6084 * Release Tracking Bug
6085 - LP: #1395891
6086
6087 [ Andy Whitcroft ]
6088
6089 * rebase to v3.18-rc6
6090 * [Config] update configs following rebase to v3.18-rc6
6091 * [Config] enable overlayfs v1 support
6092
6093 [ Tim Gardner ]
6094
6095 * rebase to v3.18-rc5
6096
6097 [ Upstream Kernel Changes ]
6098
6099 * overlay: add backwards compatible overlayfs format support
6100 - LP: #1395877
6101
6102 [ Upstream Kernel Changes ]
6103
6104 * rebase to v3.18-rc5
6105 * rebase to v3.18-rc6
6106
6107 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6108
6109linux (3.18.0-3.4) vivid; urgency=low
6110
6111 [ Andy Whitcroft ]
6112
6113 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6114 * Revert "SAUCE: AUFS -- update to
6115 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6116 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6117 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6118 * [Config] amd64 is now the indep architecture
6119 * [Debian] basic hook support
6120 * SAUCE: AUFS -- aufs3-base.patch
6121 * SAUCE: AUFS -- aufs3-mmap.patch
6122 * SAUCE: AUFS -- aufs3-standalone.patch
6123 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6124 * [Config] updateconfigs following aufs3 update
6125 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6126
6127 [ dann frazier ]
6128
6129 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6130 - LP: #1388952
6131 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6132 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6133
6134 [ Tim Gardner ]
6135
6136 * rebase to v3.18-rc4
6137
6138 [ Upstream Kernel Changes ]
6139
6140 * rebase to v3.18-rc4
6141 - LP: #1389497
6142 - LP: #1387128
6143
6144 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6145
6146linux (3.18.0-2.2) vivid; urgency=low
6147
6148 [ Tim Gardner ]
6149
6150 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6151
6152 [ Upstream Kernel Changes ]
6153
6154 * rebase to v3.18-rc3
6155
6156 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6157
6158linux (3.18.0-1.1) vivid; urgency=low
6159
6160 [ Andy Whitcroft ]
6161
6162 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6163 * [Config] tools -- only build common tools when enabled
6164 * [Config] follow rename of DEB_BUILD_PROFILES
6165 * [Config] linux-image-extra is additive to linux-image
6166 - LP: #1375310
6167 * [Config] linux-image-extra postrm is not needed on purge
6168 * [Config] enable cloud tools on i386
6169 - LP: #1367399
6170
6171 [ Marc Dietrich ]
6172
6173 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6174
6175 [ Paolo Pisati ]
6176
6177 * [Config] armhf: REGULATOR_TWL4030=y
6178 * [Config] armhf: disable JUMP_LABEL
6179 - LP: #1378856
6180
6181 [ Tim Gardner ]
6182
6183 * rebase to v3.17-rc2
6184 * updateconfigs
6185 * [Config] CONFIG_NFC_ST21NFCB=n
6186 * [Config] Added net/6lowpan/* to generic inclusion list
6187 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6188 * rebase to v3.17-rc3
6189 * rebase to v3.17-rc4
6190 * rebase to v3.17-rc5
6191 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6192 * [Config] CONFIG_XMON=y
6193 - LP: #1365655
6194 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6195 - LP: #1362514
6196 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6197 - LP: #1362514
6198 * [Config] CONFIG_DMA_CMA=n
6199 - LP: #1362261
6200 * [Config] Add mpt3sas to d-i
6201 - LP: #1368907
6202 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6203 - LP: #1370211
6204 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6205 - LP: #1244176
6206 * rebase to v3.17-rc6
6207 * SAUCE: usbip: Update include path
6208 * [Debian] usbip tools packaging
6209 - LP: #898003
6210 * [Config] Enable usbip tools
6211 - LP: #898003
6212 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6213 - LP: #1363180
6214 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6215 - LP: #1362261
6216 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6217 - LP: #1374438
6218 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6219 - LP: #1374440
6220 * [Debian] Don't fail if a symlink already exists
6221 * rebase to v3.17-rc7
6222 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6223 - LP: #1374440
6224 * rebase to v3.17
6225 * rebase to v3.18-rc1
6226 * [Config] CONFIG_AUFS_FS=n for FTBS
6227 * Enable vivid
6228 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6229 - LP: #1385510
6230 * rebase to v3.18-rc2
6231 * [Debian] Fix linux-doc dangling symlinks
6232 - LP: #661306
6233 * CONFIG_MODULE_COMPRESS=n
6234 * [Config] dropped scsi_tgt from generic inclusion list
6235 * [Config] Added drivers/uio to generic inclusion list
6236 * [Config] CONFIG_PATA_MACIO=y
6237 - LP: #1378894
6238 * [Config] CONFIG_DRM_BOCHS=n
6239 * [Debian] install usbipd
6240 - LP: #898003
6241
6242 [ Upstream Kernel Changes ]
6243
6244 * rebase to v3.18-rc2
6245
6246 [ Upstream Kernel Changes ]
6247
6248 * rebase to v3.18-rc1
6249 - LP: #1316518
6250 - LP: #1371591
6251 - LP: #1357928
6252
6253 [ Upstream Kernel Changes ]
6254
6255 * rebase to v3.17
6256
6257 [ Upstream Kernel Changes ]
6258
6259 * rebase to v3.17-rc7
6260
6261 [ Upstream Kernel Changes ]
6262
6263 * rebase to v3.17-rc6
6264
6265 [ Upstream Kernel Changes ]
6266
6267 * rebase to v3.17-rc5
6268
6269 [ Upstream Kernel Changes ]
6270
6271 * rebase to v3.17-rc4
6272
6273 [ Upstream Kernel Changes ]
6274
6275 * rebase to v3.17-rc3
6276
6277 [ Upstream Kernel Changes ]
6278
6279 * rebase to v3.17-rc2
6280 - LP: #1358116
6281 - LP: #1350148
6282 - LP: #1334950
6283 - LP: #1329580
6284 - LP: #1329580
6285 - LP: #1329580
6286
6287 [ Upstream Kernel Changes ]
6288
6289 * rebase to v3.17-rc2
6290
6291 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
6292
6293linux (3.17.0-0.0) utopic; urgency=medium
6294
6295 * Empty entry
6296
6297 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
6298
6299linux (3.16.0-11.16) utopic; urgency=low
6300
6301 [ Mauricio Faria de Oliveira ]
6302
6303 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
6304 - LP: #1358920
6305
6306 [ Peter Zijlstra ]
6307
6308 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
6309 - LP: #1361300
6310
6311 [ Tim Gardner ]
6312
6313 * [Config] CONFIG_ZPOOL=y
6314 - LP: #1360428
6315 * Release Tracking Bug
6316 - LP: #1361308
6317
6318 [ Upstream Kernel Changes ]
6319
6320 * Revert "net/mlx4_en: Fix bad use of dev_id"
6321 - LP: #1347012
6322 * net/mlx4_en: Reduce memory consumption on kdump kernel
6323 - LP: #1347012
6324 * net/mlx4_en: Fix mac_hash database inconsistency
6325 - LP: #1347012
6326 * net/mlx4_en: Disable blueflame using ethtool private flags
6327 - LP: #1347012
6328 * net/mlx4_en: current_mac isn't updated in port up
6329 - LP: #1347012
6330 * net/mlx4_core: Use low memory profile on kdump kernel
6331 - LP: #1347012
6332 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
6333 - LP: #1347169
6334 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
6335 - LP: #1347169
6336 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
6337 - LP: #1347169
6338 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
6339 - LP: #1347169
6340 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
6341 - LP: #1347169
6342 * drivers: scsi: storvsc: Set srb_flags in all cases
6343 - LP: #1347169
6344 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
6345 - LP: #1347169
6346 * namespaces: Use task_lock and not rcu to protect nsproxy
6347 - LP: #1328088
6348 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
6349 * mm/zbud: change zbud_alloc size type to size_t
6350 - LP: #1360428
6351 * mm/zpool: implement common zpool api to zbud/zsmalloc
6352 - LP: #1360428
6353 * mm/zpool: zbud/zsmalloc implement zpool
6354 - LP: #1360428
6355 * mm/zpool: update zswap to use zpool
6356 - LP: #1360428
6357 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
6358 - LP: #1341296
6359 * iommu/amd: Fix for pasid initialization
6360 - LP: #1361300
6361 * iommu/amd: Moving PPR fault flags macros definitions
6362 - LP: #1361300
6363 * iommu/amd: Drop oprofile dependency
6364 - LP: #1361300
6365 * iommu/amd: Fix typo in amd_iommu_v2 driver
6366 - LP: #1361300
6367 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
6368 - LP: #1361300
6369 * iommu/amd: Don't free pasid_state in mn_release path
6370 - LP: #1361300
6371 * iommu/amd: Get rid of __unbind_pasid
6372 - LP: #1361300
6373 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
6374 - LP: #1361300
6375 * iommu/amd: Add pasid_state->invalid flag
6376 - LP: #1361300
6377 * iommu/amd: Don't hold a reference to mm_struct
6378 - LP: #1361300
6379 * iommu/amd: Don't hold a reference to task_struct
6380 - LP: #1361300
6381 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
6382 - LP: #1361300
6383 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
6384 - LP: #1361300
6385 * iommu/amd: Remove change_pte mmu_notifier call-back
6386 - LP: #1361300
6387 * iommu/amd: Fix device_state reference counting
6388 - LP: #1361300
6389 * iommu/amd: Fix 2 typos in comments
6390 - LP: #1361300
6391
6392 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
6393
6394linux (3.16.0-10.15) utopic; urgency=low
6395
6396 [ dann frazier ]
6397
6398 * [debian] Fix regression with ABI subversions and backport
6399
6400 [ Feng Kan ]
6401
6402 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
6403 modify write.
6404 - LP: #1357527
6405 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6406 assembly code
6407 - LP: #1358949
6408
6409 [ Stefan Bader ]
6410
6411 * SAUCE: bcache: prevent crash on changing writeback_running
6412 - LP: #1357295
6413
6414 [ Tim Gardner ]
6415
6416 * [Config] CONFIG_XFRM_STATISTICS=y
6417 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
6418 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
6419 - LP: #1353005
6420 * Release Tracking Bug
6421 - LP: #1359783
6422
6423 [ Upstream Kernel Changes ]
6424
6425 * intel_idle: Broadwell support
6426 - LP: #1256170
6427 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
6428 - LP: #1357108
6429 * powerpc/powernv: Invoke opal call to handle hmi.
6430 - LP: #1357108
6431 * powerpc/book3s: handle HMIs for cpus in nap mode.
6432 - LP: #1357108
6433 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
6434 - LP: #1357108
6435 * powerpc: Add smp_mb() to arch_spin_is_locked()
6436 - LP: #1358569
6437 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
6438 - LP: #1358569
6439 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
6440 temperature
6441 - LP: #1353005
6442 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
6443 - LP: #1358855
6444 * printk: Add function to return log buffer address and size
6445 - LP: #1359423
6446 * powerpc/powernv: Interface to register/unregister opal dump region
6447 - LP: #1359423
6448 * bcache: fix crash on shutdown in passthrough mode
6449 - LP: #1357295
6450 * bcache: fix uninterruptible sleep in writeback thread
6451 - LP: #1357295
6452
6453 [ Vinayak Kale ]
6454
6455 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
6456 - LP: #1357527
6457 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
6458 - LP: #1357527
6459
6460 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
6461
6462linux (3.16.0-9.14) utopic; urgency=low
6463
6464 [ Tim Gardner ]
6465
6466 * Release Tracking Bug
6467 - LP: #1357370
6468
6469 [ Serge Hallyn ]
6470
6471 * SAUCE: Overlayfs: allow unprivileged mounts
6472 - LP: #1357025
6473
6474 [ Upstream Kernel Changes ]
6475
6476 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6477 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6478 * dts: Add bindings for APM X-Gene SoC ethernet driver
6479 * drivers: net: Add APM X-Gene SoC ethernet driver support.
6480 * powerpc/thp: Add write barrier after updating the valid bit
6481 - LP: #1357014
6482 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
6483 - LP: #1357014
6484 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
6485 of 4k pte
6486 - LP: #1357014
6487 * powerpc/thp: Handle combo pages in invalidate
6488 - LP: #1357014
6489 * powerpc/thp: Invalidate with vpn in loop
6490 - LP: #1357014
6491 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
6492 - LP: #1357014
6493 * powerpc/mm: Use read barrier when creating real_pte
6494 - LP: #1357014
6495 * powerpc/thp: Add tracepoints to track hugepage invalidate
6496 - LP: #1357014
6497 * rebase to v3.16.1
6498
6499 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
6500
6501linux (3.16.0-8.13) utopic; urgency=low
6502
6503 [ Tim Gardner ]
6504
6505 * Release Tracking Bug
6506 - LP: #1356403
6507
6508 [ dann frazier ]
6509
6510 * [debian] Allow for package revisions condusive for branching
6511
6512 [ Upstream Kernel Changes ]
6513
6514 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
6515 - LP: #1350087
6516 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
6517 - LP: #1350087
6518 * powerpc/powernv: Enable M64 aperatus for PHB3
6519 - LP: #1355469
6520 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
6521 - LP: #1352994
6522 * powerpc: Add machine_early_initcall()
6523 - LP: #1352640
6524 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
6525 - LP: #1352640
6526 * powerpc/eeh: Avoid event on passed PE
6527 - LP: #1352640
6528 * powerpc/eeh: EEH support for VFIO PCI device
6529 - LP: #1352640
6530 * powerpc/eeh: sysfs entries lost
6531 - LP: #1352640
6532 * powerpc/powernv: Fix IOMMU table for VFIO dev
6533 - LP: #1352640
6534 * powerpc/eeh: Fetch IOMMU table in reliable way
6535 - LP: #1352640
6536 * powerpc/eeh: Refactor EEH flag accessors
6537 - LP: #1352640
6538 * powerpc/eeh: Selectively enable IO for error log
6539 - LP: #1352640
6540 * powerpc/eeh: Reduce lines of log dump
6541 - LP: #1352640
6542 * powerpc/eeh: Replace pr_warning() with pr_warn()
6543 - LP: #1352640
6544 * powerpc/eeh: Make diag-data not endian dependent
6545 - LP: #1352640
6546 * powerpc/eeh: Aux PE data for error log
6547 - LP: #1352640
6548 * PCI: Support BAR sizes up to 128GB
6549 - LP: #1352640
6550 * powerpc/powernv: Allow to freeze PE
6551 - LP: #1352640
6552 * powerpc/powernv: Split ioda_eeh_get_state()
6553 - LP: #1352640
6554 * powerpc/powernv: Handle compound PE
6555 - LP: #1352640
6556 * powerpc/powernv: Handle compound PE for EEH
6557 - LP: #1352640
6558 * powerpc/powernv: Handle compound PE in config accessors
6559 - LP: #1352640
6560 * mnt: Only change user settable mount flags in remount
6561 - LP: #1356318
6562 - CVE-2014-5206
6563 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
6564 - LP: #1356318
6565 - CVE-2014-5206
6566 * mnt: Correct permission checks in do_remount
6567 - LP: #1356323
6568 - CVE-2014-5207
6569 * mnt: Change the default remount atime from relatime to the existing value
6570 - LP: #1356323
6571 - CVE-2014-5207
6572
6573 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
6574
6575linux (3.16.0-7.12) utopic; urgency=low
6576
6577 [ Andy Whitcroft ]
6578
6579 * rebase to v3.16 final
6580 * [Config] d-i -- add virtio_scsi to virtio-modules
6581 - LP: #1342000
6582
6583 [ dann frazier ]
6584
6585 * [Packaging] Fix 'printchanges' to work with versions containing '+'
6586
6587 [ Tim Gardner ]
6588
6589 * [Config] CONFIG_MICROCODE=y
6590 - LP: #1084373
6591 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
6592 - LP: #1349028
6593 * [Config] Add hv_balloon to d-i virtio-modules
6594 - LP: #1292216
6595 * Release Tracking Bug
6596 - LP: #1354530
6597
6598 [ Upstream Kernel Changes ]
6599
6600 * rebase to v3.16
6601
6602 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
6603
6604linux (3.16.0-6.11) utopic; urgency=low
6605
6606 [ Paolo Pisati ]
6607
6608 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
6609 * [Config] armhf: KEYBOARD_IMX=m
6610 * [Config] armhf: build cubox & imx6 DTBs
6611 * [Config] armhf: RTC_DRV_PCF8523=y
6612
6613 [ Tim Gardner ]
6614
6615 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
6616 - LP: #1344405
6617 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
6618 - LP: #1343109
6619 * Release Tracking Bug
6620 - LP: #1349196
6621
6622 [ Upstream Kernel Changes ]
6623
6624 * rebase to v3.16-rc7
6625
6626 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
6627
6628linux (3.16.0-5.10) utopic; urgency=low
6629
6630 [ Tim Gardner ]
6631
6632 * Release Tracking Bug
6633 - LP: #1346298
6634 * [Config] CONFIG_GPIO_SYSFS=y
6635 - LP: #1342153
6636 * rebase to v3.16-rc6
6637
6638 [ Paolo Pisati ]
6639
6640 * [Config] enable ARCH_MVEBU*
6641 * [Config] AHCI_MVEBU=m
6642 * [Config] ARMADA_THERMAL=y
6643 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
6644 * [Config] CRYPTO_DEV_MV_CESA=m
6645 * [Config] I2C_MV64XXX=m
6646 * [Config] MMC_MVSDIO=m
6647 * [Config] MMC_SDHCI_DOVE=m
6648 * [Config] MTD_NAND_ORION=m
6649 * [Config] MTD_NAND_PXA3xx=m
6650 * [Config] MVNETA=m
6651 * [Config] MV_XOR=y
6652 * [Config] ORION_WATCHDOG=m
6653 * [Config] PCI_MVEBU=y
6654 * [Config] RTC_DRV_MV=y
6655 * [Config] SND_KIRKWOOD_SOC*=m
6656 * [Config] SPI_ORION=m
6657 * [Config] USB_XHCI_MVEBU=m
6658 * [Config] armhf: build all Armada and Dove DTBs
6659 * [Config] armhf: SERIAL_8250_DW=y
6660
6661 [ Upstream Kernel Changes ]
6662
6663 * rebase to v3.16-rc6
6664
6665 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
6666
6667linux (3.16.0-4.9) utopic; urgency=low
6668
6669 [ Tim Gardner ]
6670
6671 * Release Tracking Bug
6672 - LP: #1341543
6673
6674 [ Upstream Kernel Changes ]
6675
6676 * rebase to v3.16-rc5
6677
6678 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
6679
6680linux (3.16.0-3.8) utopic; urgency=low
6681
6682 [ Tim Gardner ]
6683
6684 * Release Tracking Bug
6685 - LP: #1340091
6686
6687 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
6688
6689linux (3.16.0-2.7) utopic; urgency=low
6690
6691 [ Andy Whitcroft ]
6692
6693 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
6694 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6695
6696 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
6697
6698linux (3.16.0-2.6) utopic; urgency=low
6699
6700 [ Andy Whitcroft ]
6701
6702 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
6703 Fixes FTBS.
6704
6705 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
6706
6707linux (3.16.0-2.5) utopic; urgency=low
6708
6709 [ Andy Whitcroft ]
6710
6711 * ubuntu -- fix basic format for ubuntu/Makefile
6712 * ubuntu: AUFS (no-squash): basic framework and update machinary
6713 * ubuntu: aufs3 -- update update scripting
6714 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
6715 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6716 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
6717 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
6718 * [Configs] AUFS configs
6719 * ubuntu: aufs3 -- reenable
6720
6721 [ Tim Gardner ]
6722
6723 * CONFIG_LATENCYTOP=n
6724
6725 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
6726
6727linux (3.16.0-2.4) utopic; urgency=low
6728
6729 [ Andy Whitcroft ]
6730
6731 * [Config] flip VIRTIO*=y
6732 * [Config] commonise CONFIG_SWIOTLB=y
6733 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
6734 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
6735 config defaults
6736 * [Config] apply Device Drivers >> Block devices config defaults
6737 * [Config] apply Device Drivers >> Character devices config defaults
6738 * [Config] apply Device Drivers >> DMA Engine support config defaults
6739 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
6740 reporting config defaults
6741 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6742 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6743 support) config defaults
6744 * [Config] apply Device Drivers >> GPIO Support config defaults
6745 * [Config] apply Device Drivers >> Graphics support >> Console display
6746 driver support config defaults
6747 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
6748 config defaults
6749 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
6750 * [Config] apply Device Drivers >> Input device support >> Generic input
6751 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
6752 defaults
6753 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
6754 ports config defaults
6755 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6756 config defaults
6757 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
6758 defaults
6759 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6760 grabbers support config defaults
6761 * [Config] apply Security options config defaults
6762 * [Config] apply Networking options >> Network packet filtering framework
6763 (Netfilter) >> Core Netfilter Configuration config defaults
6764 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6765 defaults
6766 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6767 Devices >> Support for frame buffer devices config defaults
6768 * [Config] apply Power management and ACPI options >> CPU Frequency
6769 scaling config defaults
6770 * [Config] apply Processor type and features config defaults
6771 * [Config] apply Partition Types config defaults
6772 * [Config] apply Power management and ACPI options config defaults
6773 * [Config] apply Device Drivers >> InfiniBand support config defaults
6774 * [Config] apply Device Drivers >> Misc devices config defaults
6775 * [Config] apply Device Drivers >> Multifunction device drivers config
6776 defaults
6777 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6778 support >> SCSI low-level drivers config defaults
6779 * [Config] apply Device Drivers >> Network device support >> Ethernet
6780 driver support config defaults
6781 * [Config] apply Device Drivers >> Network device support >> Network core
6782 driver support config defaults
6783 * [Config] apply Device Drivers >> Network device support >> PHY Device
6784 support and infrastructure config defaults
6785 * [Config] apply File systems >> Network File Systems config defaults
6786 * [Config] apply Device Drivers >> Input device support >> Generic input
6787 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6788 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
6789 >> NAND Device Support config defaults
6790 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6791 >> Ralink driver support config defaults
6792 * [Config] apply Device Drivers >> Staging drivers config defaults
6793 * [Config] apply Cryptographic API >> Hardware crypto devices config
6794 defaults
6795 * [Config] apply Device Drivers >> Macintosh device drivers config
6796 defaults
6797 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6798 config defaults
6799 * [Config] apply Device Drivers >> PPS support config defaults
6800 * [Config] apply Device Drivers >> Sound card support config defaults
6801 * [Config] apply Networking support >> RF switch subsystem support config
6802 defaults
6803 * [Config] apply Library routines config defaults
6804 * [Config] apply Device Drivers >> CODEC drivers config defaults
6805 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6806 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6807 config defaults
6808 * [Config] apply Kernel hacking >> Tracers config defaults
6809 * [Config] apply Kernel hacking >> Runtime Testing config defaults
6810 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
6811 * [Config] apply Device Drivers >> USB support config defaults
6812 * [Config] apply Device Drivers >> Power supply class support config
6813 defaults
6814 * [Config] apply Device Drivers >> USB Network Adapters config defaults
6815 * [Config] apply General setup >> IRQ subsystem config defaults
6816 * [Config] apply General setup config defaults
6817 * [Config] apply File systems >> Miscellaneous filesystems config
6818 defaults
6819 * [Config] apply File systems config defaults
6820 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
6821 * [Config] apply Device Drivers >> Virtio drivers config defaults
6822 * [Config] apply Device Drivers >> USB Peripheral Controller config
6823 defaults
6824 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6825 support >> SCSI Transports config defaults
6826 * [Config] apply Device Drivers >> Real Time Clock config defaults
6827 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
6828 (libata) config defaults
6829 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
6830 defaults
6831 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
6832 config defaults
6833 * [Config] apply Device Drivers >> USB Physical Layer drivers config
6834 defaults
6835 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
6836 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
6837 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
6838 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
6839 CONFIG_HOTPLUG_CPU=n
6840 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
6841 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
6842 * [Config] drivers/acpi/acpi_ipmi.ko needs
6843 drivers/char/ipmi/ipmi_msghandler.ko in virtual
6844 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
6845 CONFIG_FUNCTION_TRACER=n
6846 * [Config] ignore modules changing following major config changes
6847
6848 [ Tim Gardner ]
6849
6850 * rebase to v3.16-rc4
6851
6852 [ Upstream Kernel Changes ]
6853
6854 * rebase to v3.16-rc4
6855 - LP: #1297581
6856
6857 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
6858
6859linux (3.16.0-1.3) utopic; urgency=low
6860
6861 [ Andy Whitcroft ]
6862
6863 * Revert "Disable do_tools_perf for FTBS"
6864 * SAUCE: fix perf_regs definitions for arm64
6865
6866 [ Paolo Pisati ]
6867
6868 * [Config] armhf: ARCH_EXYNOS5* support
6869 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
6870 * [Config] armhf: EXYNOS_THERMAL=y
6871 * [Config] armhf: EXYNOS_IOMMU=y
6872 * [Config] armhf: EXYNOS_ADC=m
6873 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
6874 * [Config] armhf: MMC_SDHCI_S3C=m
6875 * [Config] armhf: PCI_EXYNOS=y
6876 * [Config] armhf: PHY_EXYNOS5250_SATA=y
6877 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
6878 * [Config] armhf: PWM_SAMSUNG=m
6879 * [Config] armhf: RTC_DRV_S3C=y
6880 * [Config] armhf: S3C2410_WATCHDOG=m
6881 * [Config] armhf: MMC_DW_EXYNOS=m
6882 * [Config] armhf: SERIAL_SAMSUNG=y
6883 * [Config] armhf: SND_SOC_SAMSUNG=m
6884 * [Config] armhf: SPI_S3C64XX=m
6885 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
6886 * [Config] armhf: FB_S3C=m
6887 * [Config] armhf: build all Exynos 5 DTBs
6888 * [Config] armhf: disable CPUFREQ_EXYNOS
6889
6890 [ Tim Gardner ]
6891
6892 * rebase to v3.16-rc3
6893
6894 [ Upstream Kernel Changes ]
6895
6896 * rebase to v3.16-rc3
6897 - LP: #1331915
6898
6899 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
6900
6901linux (3.16.0-0.2) utopic; urgency=low
6902
6903 [ Tim Gardner ]
6904
6905 * Revert "SAUCE: intel_pstate -- toggle default to disable"
6906 - LP: #1333322
6907 * CONFIG_BOOKE_WDT=y
6908 * Disable do_tools_perf for FTBS (just until I can figure it out)
6909
6910 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
6911
6912linux (3.16.0-0.1) utopic; urgency=low
6913
6914 [ Tim Gardner ]
6915
6916 * Release Tracking Bug
6917 - LP: #1333265
6918
6919 [ Andy Whitcroft ]
6920
6921 * [Config] cloud-tools -- add systemd units
6922 - LP: #1329027
6923
6924 [ dann frazier ]
6925
6926 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
6927 * [Config] CONFIG_NET_XGENE=m for arm64
6928 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
6929
6930 [ Feng Kan ]
6931
6932 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
6933 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
6934 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
6935
6936 [ Iyappan Subramanian ]
6937
6938 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6939 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6940 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
6941 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
6942
6943 [ Tim Gardner ]
6944
6945 * updateconfigs
6946 * Fix arm64 crypto Makefile
6947 * [Config] CONFIG_BOOKE_WDT=n for FTBS
6948 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
6949 - LP: #1327619
6950 * Disabled powerpc64-emb for FTBS
6951 * [Config] CONFIG_DRM_TEGRA=m
6952 * [Config] CONFIG_CMA_SIZE_MBYTES=64
6953 * rebase to v3.16-rc2
6954 * Clean up generic.inclusion-list warnings
6955
6956 [ Upstream Kernel Changes ]
6957
6958 * rebase to v3.16-rc2
6959 - LP: #1328587
6960 - LP: #1319291
6961 - LP: #1310512
6962 - LP: #1310512
6963 - LP: #1305480
6964
6965 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
6966
6967linux (3.15.0-6.11) utopic; urgency=low
6968
6969 [ Adam Conrad ]
6970
6971 * Enable building the sata-modules udeb on ppc64el.
6972 - LP: #1323980
6973 * [Packaging] Set bootloader and loader on ppc64el to grub
6974
6975 [ Adam Lee ]
6976
6977 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
6978 - LP: #1310512, #1320070
6979
6980 [ Alex Hung ]
6981
6982 * SAUCE: (no-up) dell-led: add mic mute led interface
6983 - LP: #1308297
6984
6985 [ Andy Whitcroft ]
6986
6987 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
6988 - LP: #1285434
6989 * [Config] tools -- enable cpupower on ppc64el
6990 * [Config] ppc64el -- enable perf tools
6991 * [Config] powerpc -- enable perf tools
6992 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
6993 * [Config] arm64 -- enable tools
6994 - LP: #1326050
6995 * [Config] switch hyper-keyboard to virtual
6996 - LP: #1325306
6997 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
6998 upgrades
6999 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7000 - LP: #1300247
7001 * SAUCE: nouveau: missing outputs should be warnings
7002 - LP: #1300244
7003 * [Config] d-i -- add nvme devices to block-modules udeb
7004 - LP: #1303710
7005
7006 [ Anton Blanchard ]
7007
7008 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7009 - LP: #1328230
7010
7011 [ Colin Ian King ]
7012
7013 * SAUCE: intel_pstate: inform user that thermald is worth considering
7014
7015 [ Dave Chiluk ]
7016
7017 * [Config] Enable CONFIG_IP_VS_IPV6=y
7018 - LP: #1300739
7019
7020 [ Paolo Pisati ]
7021
7022 * [Config] build vexpress a9 dtb
7023 - LP: #1303657
7024
7025 [ Tetsuo Handa ]
7026
7027 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7028
7029 [ Tim Gardner ]
7030
7031 * Release Tracking Bug
7032 - LP: #1329045
7033 * [Debian] Treat vdso install as an environment variable
7034 - LP: #1325713
7035 * [Config] Treat vdso install as an environment variable
7036 - LP: #1325713
7037 * [config] Set IPMI suppoort default to "y"
7038 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7039 * [Config] CONFIG_RT_GROUP_SCHED=n
7040 - LP: #1284731
7041 * [Config] ppc64el -- switch to 64K system pages
7042 * [Config] CONFIG_MICROCODE_EARLY=y
7043 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7044 * [Config] armhf: DRM_TILCDC=m
7045 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7046 * [Config] arm64: KVM=y
7047 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7048 * [Config] armhf: generic: disable CPU_IDLE
7049 * [Config] armhf: CPU_FREQ=y
7050 * [Config] Add new mlx modules to d-i
7051 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7052 - LP: #1295112
7053 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7054 - LP: #1294353
7055 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7056 * [Config] CONFIG_ALX=m for powerpc
7057 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7058 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7059 * [Config] CONFIG_ANDROID=n for powerpc
7060 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7061 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7062 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7063 * rebase to v3.15
7064 * [Config] CONFIG_PHY_XGENE=y
7065 * [Config] CONFIG_MLX4_DEBUG=y
7066 - LP: #1328256
7067 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7068 - LP: #1324571
7069 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7070 * [Config] CONFIG_CFG80211=m for ppc64el
7071 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7072 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7073 * [Config] CONFIG_EXPERT=y for ppc64el
7074 * [Config] CONFIG_ATA_SFF=y on ppc64el
7075 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7076 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7077 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7078 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7079 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7080 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7081 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7082 * [Config] CONFIG_DDR=y for ppc64el
7083 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7084 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7085 * [Config] CONFIG_EZX_PCAP=n for all arches
7086 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7087 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7088 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7089 * [Config] CONFIG_FB_3DFX=m for all arches
7090 * [Config] CONFIG_FB_MATROX=m for ppc64el
7091 * [Config] CONFIG_FB_RADEON=m for ppc64el
7092 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7093 * [Config] CONFIG_FIREWIRE=m for ppc64el
7094 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7095 * [Config] CONFIG_HAMRADIO=y for ppc64el
7096 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7097 * [Config] CONFIG_I2C_MUX=m for ppc64el
7098 * [Config] CONFIG_I2C_STUB=m for ppc64el
7099 * [Config] CONFIG_I2O=m for ppc64el
7100 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7101 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7102 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7103 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7104 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7105 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7106 * [Config] CONFIG_ISDN=y for ppc64el
7107 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7108 * [Config] CONFIG_KGDB=y for ppc64el
7109 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7110 * [Config] CONFIG_L2TP_V3=y for powerpc
7111 * [Config] CONFIG_MAILBOX=y for ppc64el
7112 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7113 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7114 * [Config] CONFIG_MEMORY=y for ppc64el
7115 * [Config] CONFIG_MEMSTICK=m for ppc64el
7116 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7117 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7118 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7119 * [Config] CONFIG_NET_9P=m for ppc64el
7120 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7121 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7122 * [Config] CONFIG_MTD=m for arm64
7123 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7124 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7125 * [Config] CONFIG_NET_IPIP=m for ppc64el
7126 * [Config] CONFIG_NET_TEAM=m for all arches
7127 * [Config] CONFIG_NFC=m for ppc64el
7128 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7129 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7130 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7131 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7132 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7133 * [Config] CONFIG_OPROFILE=m for ppc64el
7134 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7135 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7136 * [Config] CONFIG_8723AU_P2P=n
7137 * [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
7138 * [Config] CONFIG_PCNET32=m for ppc64el
7139 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7140 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7141 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7142 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7143 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7144 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7145 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7146 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7147 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7148 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7149 * [Config] CONFIG_WLAN=y for arm64
7150 * [Config] CONFIG_VORTEX=m for ppc64el
7151 * [Config] CONFIG_WIMAX=m for ppc64el
7152 * [Config] CONFIG_WATCHDOG=y for ppc64el
7153 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7154 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7155 * [Config] CONFIG_UWB=m for ppc64el
7156 * [Config] CONFIG_USB_STORAGE=y
7157 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7158 * [Config] CONFIG_HID_RMI=m
7159 * [Config] CONFIG_HVC_DCC=n
7160 - LP: #1303657
7161
7162 [ Upstream Kernel Changes ]
7163
7164 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7165 - LP: #1323165
7166 * powerpc/powernv: Add calls to support little endian host
7167 - LP: #1327400
7168 * HID: rmi: introduce RMI driver for Synaptics touchpads
7169 * HID: rmi: do not stop the device at the end of probe
7170 * HID: rmi: check for the existence of some optional queries before reading query 12
7171 * HID: rmi: do not fetch more than 16 bytes in a query
7172 * HID: rmi: fix wrong struct field name
7173 * HID: rmi: fix masks for x and w_x data
7174 * HID: rmi: do not handle touchscreens through hid-rmi
7175 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7176 - LP: #1305480
7177 * rebase to v3.15
7178
7179 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7180
7181linux (3.15.0-5.10) utopic; urgency=low
7182
7183 [ Tim Gardner ]
7184
7185 * Release Tracking Bug
7186 - LP: #1325596
7187 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7188 * rebase to v3.15-rc8
7189
7190 [ Upstream Kernel Changes ]
7191
7192 * rebase to v3.15-rc8
7193
7194 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7195
7196linux (3.15.0-4.9) utopic; urgency=low
7197
7198 * no change rebuild to fix embeded debhelper.
7199
7200 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7201
7202linux (3.15.0-4.8) utopic; urgency=low
7203
7204 [ Andy Whitcroft ]
7205
7206 * Release Tracking Bug
7207 - LP: #1324107
7208 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7209
7210 [ Javier Martinez Canillas ]
7211
7212 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7213 - LP: #1323526
7214
7215 [ John Johansen ]
7216
7217 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7218 - LP: #1323528
7219 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7220 - LP: #1308761
7221 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7222 - LP: #1308765
7223 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7224 - LP: #1308764
7225 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7226 - LP: #1323530
7227
7228 [ Kamal Mostafa ]
7229
7230 * [Config] add debian/gbp.conf
7231
7232 [ Tim Gardner ]
7233
7234 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7235 - LP: #1323980
7236
7237 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
7238
7239linux (3.15.0-3.7) utopic; urgency=low
7240
7241 [ Tim Gardner ]
7242
7243 * Release Tracking Bug
7244 - LP: #1323189
7245
7246 [ Andy Whitcroft ]
7247
7248 * [Config] autopkgtest -- need fakeroot for tests
7249
7250 [ Upstream Kernel Changes ]
7251
7252 * rebase to v3.15-rc7
7253
7254 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
7255
7256linux (3.15.0-2.6) utopic; urgency=low
7257
7258 [ Andy Whitcroft ]
7259
7260 * [Config] remove the kernel-image firmware list on clean
7261
7262 [ Martin Pitt ]
7263
7264 * [Config] autopkgtest -- switch to significantly faster rebuild
7265
7266 [ Stefan Bader ]
7267
7268 * [Config]: Add missing modules to inclusion list
7269
7270 [ Tim Gardner ]
7271
7272 * [debian] Dynamically generate the kernel-image udebs firmware list
7273 * [d-i] firmware/kernel-image is generated
7274 * rebase to v3.15-rc6
7275 * Release Tracking Bug
7276 - LP: #1322251
7277
7278 [ Upstream Kernel Changes ]
7279
7280 * rebase to v3.15-rc6
7281 - LP: #1297581
7282
7283 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
7284
7285linux (3.15.0-1.5) utopic; urgency=low
7286
7287 [ Tim Gardner ]
7288
7289 * [Config] Add apm-mustang.dtb to kernel-image udeb
7290
7291 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
7292
7293linux (3.15.0-1.4) utopic; urgency=low
7294
7295 [ Andy Whitcroft ]
7296
7297 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
7298 local linux/hyperv.h"
7299 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
7300 local linux/hyperv.h"
7301 * [Packaging] tools -- hv tools build correctly against the built headers
7302 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
7303 * cloud-tools -- pull in init scripts for Hyper-V daemons
7304 * cloud-tools -- detect Hyper-V VM to avoid starting
7305 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
7306 - LP: #1295401
7307 * [Config] cloud-tools: reenable cloud-tools
7308
7309 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
7310
7311linux (3.15.0-1.3) utopic; urgency=low
7312
7313 [ Andy Whitcroft ]
7314
7315 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
7316 - LP: #1318848
7317
7318 [ Ben Collins ]
7319
7320 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
7321 - LP: #1318629
7322
7323 [ Tim Gardner ]
7324
7325 * [Config] CONFIG_FSL_PAMU=n
7326 - LP: #1311738
7327 * Release Tracking Bug
7328 - LP: #1320239
7329
7330 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
7331
7332linux (3.15.0-1.2) utopic; urgency=low
7333
7334 [ Tim Gardner ]
7335
7336 * Release Tracking Bug
7337 - LP: #1318171
7338 * Add rpcsec_gss_krb5 to generic inclusion list
7339 - LP: #769527
7340 * rebase to v3.15-rc5
7341
7342 [ Upstream Kernel Changes ]
7343
7344 * rebase to v3.15-rc5
7345 - LP: #1297581
7346
7347 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
7348
7349linux (3.15.0-0.1) utopic; urgency=low
7350
7351 [ Upstream Kernel Changes ]
7352
7353 * rebase to v3.15-rc4
7354 - LP: #1297581
7355 - LP: #1297581
7356 - LP: #1305133
7357 - LP: #1297581
7358 - LP: #1297581
7359 - LP: #871808
7360 - LP: #1260303
7361 - LP: #1268468
7362 - LP: #1248116
7363 - LP: #1211920
7364 - LP: #1259790
7365 - LP: #1259437
7366 - LP: #1259435
7367 - LP: #1268468
7368
7369 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
7370
7371linux (3.15.0-0.0) utopic; urgency=low
7372
7373 * Initial version for 3.15.
7374
7375 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
7376
7377linux (3.13.0-8.27) trusty; urgency=low
7378
7379 [ John Johansen ]
7380
7381 * SAUCE: Add config option to disable new apparmor 3 semantics
7382 -LP: #1270215
7383
7384 [ Tim Gardner ]
7385
7386 * [debian] Fix indep_hdrs_pkg_name
7387 - LP: #1134441
7388 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
7389 * Enabled lttng build
7390 * Don't build lttng for armhf
7391 lttng hates gcc-4.8 for armhf
7392 * Release Tracking Bug
7393 - LP: #1277309
7394
7395 [ Upstream Kernel Changes ]
7396
7397 * rebase to v3.13.2
7398 - LP: #1260303
7399 - LP: #1260303
7400 - LP: #1268468
7401
7402 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
7403
7404linux (3.13.0-7.26) trusty; urgency=low
7405
7406 [ John Johansen ]
7407
7408 * SAUCE: apparmor: fix uninitialized lsm_audit membe
7409 - LP: #1268727
7410 * Add config option to optionally enable new apparmor 3 semantics
7411
7412 [ Tim Gardner ]
7413
7414 * [Config] Add lowlatency to getabis
7415 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
7416 - LP: #1270215
7417 * Release Tracking Bug
7418 - LP: #1276810
7419
7420 [ Upstream Kernel Changes ]
7421
7422 * x86, x32: Correct invalid use of user timespec in the kernel
7423 - LP: #1274349
7424 - CVE-2014-0038
7425
7426 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
7427
7428linux (3.13.0-7.25) trusty; urgency=low
7429
7430 [ Andy Whitcroft ]
7431
7432 * Revert "SAUCE: fix fmd headers"
7433 * SAUCE: fix fmd headers
7434
7435 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
7436
7437linux (3.13.0-7.24) trusty; urgency=low
7438
7439 [ Stefan Bader ]
7440
7441 * [Config] Make vmwgfx driver enable the framebuffer device
7442
7443 [ Tim Gardner ]
7444
7445 * rebase to v3.13.1
7446 * [Config] CONFIG_NFS_FS=m for ppc64el
7447 * [Config] CONFIG_X86_SYSFB=n
7448 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
7449 * Release Tracking Bug
7450 - LP: #1275898
7451
7452 [ Upstream Kernel Changes ]
7453
7454 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
7455 - LP: #1272525
7456 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
7457 - LP: #1272525
7458 * mm: ignore VM_SOFTDIRTY on VMA merging
7459 - LP: #1274917
7460 * drm/radeon: disable dpm on BTC
7461 - LP: #1266984
7462
7463 [ Upstream Kernel Changes ]
7464
7465 * rebase to v3.13.1
7466
7467 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
7468
7469linux (3.13.0-6.23) trusty; urgency=low
7470
7471 [ Andy Whitcroft ]
7472
7473 * [Config] fix up architecture for linux-tools
7474
7475 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
7476
7477linux (3.13.0-6.22) trusty; urgency=low
7478
7479 [ Andy Whitcroft ]
7480
7481 * [Packaging] limit linux-udebs-<flavour> to matching arch
7482 * [Config] powerpc -- disable perf to fix FTBFS
7483 * [Config] ppc64el -- fix up missing udebs
7484
7485 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
7486
7487linux (3.13.0-6.21) trusty; urgency=low
7488
7489 [ Andy Fleming ]
7490
7491 * SAUCE: net: Add support for handling queueing in hardware
7492 * SAUCE: of_mdio: Add of_phy_attach function
7493 * SAUCE: phylib: Add generic 10G driver
7494 * SAUCE: phylib: Support attaching to gen10g_driver
7495 * SAUCE: phylib: Add Clause 45 read/write functions
7496
7497 [ Andy Whitcroft ]
7498
7499 * SAUCE: fix fmd headers
7500 * [Packaging] lowlatency -- merge out of tree flavours
7501 * SAUCE: allow IRQs to be irq-threaded by default via config
7502 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
7503 * [Config] powerpc -- fix up Build-depends:
7504 * Release Tracking Bug
7505 - LP: #1273747
7506
7507 [ Ben Collins ]
7508
7509 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
7510 ptr/64-bit rsrcs
7511 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
7512 * SAUCE: Fixup freescale usb phy driver to work on ppc64
7513 * SAUCE: xgmac_mdio: Silence read errors
7514 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
7515 * SAUCE: Fix stack overflow on ppc32
7516 * SAUCE: Use resource_size_t instead of long for PCI resource address
7517 * SAUCE: net/phy: Export function for use by dpaa_eth
7518 * [Packaging] powerpc -- merge out of tree powerpc arch
7519
7520 [ Bjorn Helgaas ]
7521
7522 * SAUCE: Revert "EISA: Log device resources in dmesg"
7523 - LP: #1251816
7524 * SAUCE: Revert "EISA: Initialize device before its resources"
7525 - LP: #1251816
7526
7527 [ Emil Medve ]
7528
7529 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
7530 with 10G "fixed-link"s
7531
7532 [ Kumar Gala ]
7533
7534 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
7535 * SAUCE: fsl_pme2: Add support for DPAA PME
7536 * SAUCE: fmd: FMD14 integration
7537 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
7538 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
7539
7540 [ Madalin Bucur ]
7541
7542 * SAUCE: net/flow: remove sleeping and deferral mechanism from
7543 flow_cache_flush
7544 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
7545 and duplex reading
7546
7547 [ Stefan Bader ]
7548
7549 * [Config] move some VMWare related modules into main package
7550 - LP: #1271669
7551
7552 [ Tim Gardner ]
7553
7554 * [Config] Add r815x to nic-modules
7555 - LP: #1273735
7556 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
7557 - LP: #239479
7558
7559 [ Upstream Kernel Changes ]
7560
7561 * mmc: sdhci-pci: break out definitions to header file
7562 - LP: #1239938
7563 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
7564 - LP: #1239938
7565 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
7566 * powerpc/book3e: support CONFIG_RELOCATABLE
7567 * book3e/kexec/kdump: enable kexec for kernel
7568 * book3e/kexec/kdump: create a 1:1 TLB mapping
7569 * book3e/kexec/kdump: introduce a kexec kernel flag
7570 * book3e/kexec/kdump: implement ppc64 kexec specfic
7571 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
7572 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
7573
7574 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
7575
7576linux (3.13.0-5.20) trusty; urgency=low
7577
7578 [ Andy Whitcroft ]
7579
7580 * [Packaging] tools -- do not make symlinks when not making packages
7581 * [Packaging] tools -- tidy up control.stub.in ordering
7582 * [Packaging] tools -- tools-common is shared and not conditional
7583 * rebase to v3.13
7584
7585 [ Dirk Brandewie ]
7586
7587 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
7588
7589 [ KY Srinivasan ]
7590
7591 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
7592 notification
7593
7594 [ Upstream Kernel Changes ]
7595
7596 * rebase to v3.13
7597 - LP: #1270603
7598
7599 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
7600
7601linux (3.13.0-4.19) trusty; urgency=low
7602
7603 [ Andy Whitcroft ]
7604
7605 * [Config] libunwind8-dev is now available for ppc64el
7606 * [Packaging] tools -- make cpupower optional
7607 * [Packaging] tools -- enable correctly for x86
7608
7609 [ Tim Gardner ]
7610
7611 * Release Tracking Bug
7612 - LP: #1269872
7613
7614 [ Upstream Kernel Changes ]
7615
7616 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
7617 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
7618 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
7619 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
7620
7621 [ Upstream Kernel Changes ]
7622
7623 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
7624
7625 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
7626
7627linux (3.13.0-3.18) trusty; urgency=low
7628
7629 [ Andy Whitcroft ]
7630
7631 * rebase to v3.13-rc8
7632 * [Packaging] efi -- allow EFI signatures on any arch
7633
7634 [ Tim Gardner ]
7635
7636 * [Config] Fix vcs-git path
7637 * Release Tracking Bug
7638 - LP: #1268683
7639
7640 [ Upstream Kernel Changes ]
7641
7642 * rebase to v3.13-rc8
7643
7644 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
7645
7646linux (3.13.0-2.17) trusty; urgency=low
7647
7648 [ Andy Whitcroft ]
7649
7650 * Release Tracking Bug
7651 - LP: #1267809
7652 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
7653 defaults
7654 * [Config] apply Platform support>>CPU Frequency scaling config defaults
7655 * [Config] CONFIG_PARIDE_EPATC8=y
7656 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
7657 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
7658 Switch drivers config defaults
7659 * [Config] apply Cryptographic API config defaults
7660 * [Config] apply Device Drivers >> Common Clock Framework config defaults
7661 * [Config] apply Device Drivers >> Distributed Switch Architecture
7662 drivers config defaults
7663 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
7664 device support config defaults
7665 * [Config] apply Device Drivers >> Graphics support >> Support for frame
7666 buffer devices >> Bootup logo config defaults
7667 * annotations -- update in tree annotations
7668 * [Config] apply Bus options >> PCI support >> RapidIO support config
7669 defaults
7670 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
7671 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
7672 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
7673 support config defaults
7674 * [Config] apply Device Drivers >> Character devices >> Serial drivers
7675 config defaults
7676 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
7677 defaults
7678 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
7679 Support config defaults
7680 * [Config] apply Device Drivers >> Character devices config defaults
7681 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
7682 HID transport layer config defaults
7683 * [Config] apply Device Drivers >> HID support >> HID bus support config
7684 defaults
7685 * [Config] apply Device Drivers >> HID support >> USB HID support config
7686 defaults
7687 * annotations -- update in tree annotations
7688 * [Config] apply Device Drivers >> GPIO Support config defaults
7689 * [Config] update configs for apparmour update
7690
7691 [ John Johansen ]
7692
7693 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
7694 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
7695 - LP: #1208988
7696 * SAUCE: apparmor: allocate path lookup buffers during init
7697 - LP: #1208988
7698 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
7699 - LP: #1236455
7700
7701 [ Tim Gardner ]
7702
7703 * Revert "[Debian] getabis: Preface module with package name"
7704 * [Config] Added ppc64el to getabis
7705 * [packaging] Bump ABI for every new release
7706
7707 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
7708
7709linux (3.13.0-1.16) trusty; urgency=low
7710
7711 * First 3.13 upload.
7712 * Release tracker
7713 - LP: #1266852
7714
7715 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
7716
7717linux (3.13.0-0.15) trusty; urgency=low
7718
7719 [ Tim Gardner ]
7720
7721 * rebase to v3.13-rc7
7722
7723 [ Upstream Kernel Changes ]
7724
7725 * rebase to v3.13-rc7
7726
7727 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
7728
7729linux (3.13.0-0.14) trusty; urgency=low
7730
7731 [ Andy Whitcroft ]
7732
7733 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
7734
7735 [ Tim Gardner ]
7736
7737 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
7738 * Update lttng to Version 2.4.0-rc2
7739 * lttng: Disabled trace_kvm_async_pf_completed
7740 * [Config] CONFIG_IMA=y
7741 - LP: #1244627
7742
7743 [ Upstream Kernel Changes ]
7744
7745 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
7746
7747 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
7748
7749linux (3.13.0-0.13) trusty; urgency=low
7750
7751 [ Andy Whitcroft ]
7752
7753 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7754 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7755 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7756 * ubuntu: AUFS (no-squash): basic framework and update machinary
7757 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
7758 * ubuntu: aufs3 -- enable
7759 * ubuntu: aufs3 -- update configs
7760
7761 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
7762
7763linux (3.13.0-0.12) trusty; urgency=low
7764
7765 [ Upstream Kernel Changes ]
7766
7767 * rebase to v3.13-rc6
7768
7769 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
7770
7771linux (3.13.0-0.11) trusty; urgency=low
7772
7773 [ Andy Whitcroft ]
7774
7775 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
7776 * [Config] ppc64el -- initial defconfig based -generic flavour
7777 * [Config] initial defconfig for ppc64el
7778 * [Config] ubuntuise ppc64el config
7779 * [Config] ubuntuise ppc64el config part 2
7780 * [Config] d-i -- update empty udebs list
7781 * [Config] ppc64el -- split extras package
7782
7783 [ Anton Blanchard ]
7784
7785 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
7786
7787 [ Benjamin Herrenschmidt ]
7788
7789 * SAUCE: powerpc/powernv: Add calls to support little endian
7790
7791 [ Cédric Le Goater ]
7792
7793 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
7794 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
7795 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
7796 guests
7797
7798 [ Paul E. McKenney ]
7799
7800 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
7801
7802 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
7803
7804linux (3.13.0-0.10) trusty; urgency=low
7805
7806 [ Andy Whitcroft ]
7807
7808 * rebase to v3.13-rc5
7809 * [Config] updateconfigs following rebase to v3.13-rc5
7810
7811 [ Upstream Kernel Changes ]
7812
7813 * rebase to v3.13-rc5
7814 - LP: #1260303
7815 - LP: #1260303
7816 - LP: #1260225
7817
7818 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
7819
7820linux (3.13.0-0.9) trusty; urgency=low
7821
7822 [ Andy Whitcroft ]
7823
7824 * [Config] d-i -- allow missing firmware
7825
7826 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
7827
7828linux (3.13.0-0.8) trusty; urgency=low
7829
7830 [ Andy Whitcroft ]
7831
7832 * [Config] annotations -- first pass over entire config
7833 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
7834
7835 [ Tim Gardner ]
7836
7837 * [Config] Add arm64 device tree files
7838 - LP: #1262901
7839
7840 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
7841
7842linux (3.13.0-0.7) trusty; urgency=low
7843
7844 [ Rajesh B Prathipati ]
7845
7846 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
7847
7848 [ Tim Gardner ]
7849
7850 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
7851
7852 [ Upstream Kernel Changes ]
7853
7854 * rebase to v3.13-rc4
7855 - LP: #1259790
7856 - LP: #1259437
7857 - LP: #1259435
7858
7859 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
7860
7861linux (3.13.0-0.6) trusty; urgency=low
7862
7863 [ Paolo Pisati ]
7864
7865 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
7866 * [Config] i386: amd64: VIRTIO_CONSOLE=y
7867
7868 [ Tim Gardner ]
7869
7870 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
7871
7872 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
7873
7874linux (3.13.0-0.5) trusty; urgency=low
7875
7876 [ Andy Whitcroft ]
7877
7878 * correct bug listing for v3.13-rc2 rebase
7879 * [Config] ppc64el -- create linux-libc-dev
7880 * [Debian] Improve tools version message
7881 - LP: #1257715
7882
7883 [ Serge Hallyn ]
7884
7885 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
7886 - LP: #1248590
7887 * SAUCE: vfs: Fix a regression in mounting proc
7888
7889 [ Tim Gardner ]
7890
7891 * [Config] Build-in ohci-pci
7892 - LP: #1244176
7893 * Rebase to v3.13-rc3
7894
7895 [ Upstream Kernel Changes ]
7896
7897 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
7898 checks""
7899 - LP: #1248590
7900
7901 [ Upstream Kernel Changes ]
7902
7903 * rebase to v3.13-rc3
7904 - LP: #1256840
7905 - LP: #1256212
7906
7907 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
7908
7909linux (3.13.0-0.4) trusty; urgency=low
7910
7911 [ Tim Gardner ]
7912
7913 * Rebase to v3.13-rc2
7914
7915 [ Upstream Kernel Changes ]
7916
7917 * rebase to v3.13-rc2
7918
7919 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
7920
7921linux (3.13.0-0.3) trusty; urgency=low
7922
7923 [ Andy Whitcroft ]
7924
7925 * Revert "SAUCE: Fix DocBook FTBS"
7926
7927 [ Tim Gardner ]
7928
7929 * [Debian] Re-sign modules after debug objcopy
7930 - LP: #1253155
7931 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
7932
7933 [ Upstream Kernel Changes ]
7934
7935 * doc: fix generation of device-drivers
7936 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
7937
7938 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
7939
7940linux (3.13.0-0.2) trusty; urgency=low
7941
7942 [ Tim Gardner ]
7943
7944 * SAUCE: Fix DocBook FTBS
7945
7946 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
7947
7948linux (3.13.0-0.1) trusty; urgency=low
7949
7950 [ Upstream Kernel Changes ]
7951
7952 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
7953
7954 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
7955
7956linux (3.13.0-0.0) trusty; urgency=low
7957
7958 * Major release bump.
7959
7960 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
7961
7962linux (3.12.0-2.7) trusty; urgency=low
7963
7964 * Fixed armhf ABI build failure.
7965 * Release tracker
7966 - LP: #1249477
7967
7968 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
7969
7970linux (3.12.0-2.6) trusty; urgency=low
7971
7972 [ Joseph Salisbury ]
7973
7974 * SAUCE: tg3: Add support for new 57786 device id.
7975 - LP: #1242610
7976
7977 [ Tim Gardner ]
7978
7979 * [Config] CONFIG_OABI_COMPAT=n
7980 * [Config] add the wandboard to shipped dtb
7981 - LP: #1249421
7982 * Release tracker
7983 - LP: #1249477
7984
7985 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
7986
7987linux (3.12.0-2.5) trusty; urgency=low
7988
7989 [ Andy Whitcroft ]
7990
7991 * rebase to mainline v3.12
7992 * [Config] updateconfigs following rebase to v3.12
7993 * postinst -- improve relative symlink detection with missing files
7994 - LP: #1248053
7995 * postinst -- fix unchanged link detection
7996 * [Config] update configs following addition of apparmor fixes
7997
7998 [ Anthony Wong ]
7999
8000 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8001 - LP: #1231305
8002
8003 [ John Johansen ]
8004
8005 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8006 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8007 - LP: #1208988
8008 * SAUCE: apparmor: allocate path lookup buffers during init
8009 - LP: #1208988
8010
8011 [ Tim Gardner ]
8012
8013 * [Config] Remove superfluous ubuntu/lttng-modules
8014
8015 [ Upstream Kernel Changes ]
8016
8017 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8018 - LP: #1248590
8019
8020 [ Upstream Kernel Changes ]
8021
8022 * rebase to v3.12
8023 - LP: #1222850
8024
8025 [ Adam Conrad ]
8026 * etc/getabis: Fetch arm64/generic abis as well
8027
8028 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8029
8030linux (3.12.0-1.3) trusty; urgency=low
8031
8032 [ Andy Whitcroft ]
8033
8034 * [Config] arm64 -- add arch to the configuration handlers
8035 * [Config] arm64 -- add generic flavour
8036 * [Config] arm64 -- default config
8037 * [Config] arm64 -- fix up various FTBFS config options
8038 * SAUCE: arm64: export __copy_in_user to modules
8039 * [Config] arm64 -- disable ABI/module checks
8040 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8041 * [Config] arm64 -- enable udebs for arm64
8042
8043 [ Colin Watson ]
8044
8045 * [Config] Clean up various udeb Provides
8046
8047 [ Paolo Pisati ]
8048
8049 * [Config] AHCI_IMX=y
8050 * [Config] build imx*-wandboard dtbs
8051
8052 [ Serge Hallyn ]
8053
8054 * SAUCE: device_cgroup: remove can_attach
8055
8056 [ Tim Gardner ]
8057
8058 * rebase to v3.12-rc7
8059 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8060 * Release tracker
8061 - LP: #1245932
8062
8063 [ Upstream Kernel Changes ]
8064
8065 * rebase to v3.12-rc7
8066 - LP: #1180881
8067 - LP: #1180881
8068 - LP: #1217957
8069
8070 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8071
8072linux (3.12.0-0.2) trusty; urgency=low
8073
8074 [ Andy Whitcroft ]
8075
8076 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8077 CAPACITY (16) at SPC-2"
8078 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8079 SPC-2"
8080 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8081 CAPACITY (16) be preferred"
8082 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8083 be used at SPC-2"
8084 * Revert "overlayfs: Update to v19"
8085 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8086 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8087 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8088 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8089 clone_private_mount()"
8090 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8091 modules"
8092 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8093 documentation"
8094 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8095 * [Config] fix linux-libc-dev generation for arm64
8096 * [Config] fix linux-libc-dev generation for x32
8097 * [Config] add linux-libc-dev generation for ppc64el
8098
8099 [ Erez Zadok ]
8100
8101 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8102
8103 [ Miklos Szeredi ]
8104
8105 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8106 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8107 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8108 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8109 * ubuntu: overlayfs v20 -- overlay filesystem
8110 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8111
8112 [ Neil Brown ]
8113
8114 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8115
8116 [ Paolo Pisati ]
8117
8118 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8119
8120 [ Seth Forshee ]
8121
8122 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8123 ThinkPads
8124 - LP: #1183856
8125
8126 [ Tim Gardner ]
8127
8128 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8129 * rebase to v3.12-rc2
8130 * updateconfigs
8131 * [Config] disable CONFIG_FB_VESA enforcer check
8132 * [Config] Disable lttng for FTBS
8133 * rebase to v3.12-rc3
8134 * rebase to v3.12-rc4
8135 * [Config] CONFIG_ANDROID=n
8136 - LP: #1235161
8137 * [Config] CONFIG_L2TP_V3=y
8138 - LP: #1235914
8139 * [Config] CONFIG_USB_OTG=n for all arches
8140 * Release tracker
8141 - LP: #1242811
8142
8143 [ Upstream Kernel Changes ]
8144
8145 * scsi: hyper-v storsvc switch up to SPC-3
8146
8147 * rebase to v3.12-rc6
8148 - LP: #1235977
8149 - LP: #1235523
8150 - LP: #1239392
8151 - LP: #1227491
8152
8153 * rebase to v3.12-rc3
8154 - LP: #1231931
8155
8156 * rebase to v3.12-rc2
8157 - LP: #1213820
8158 - LP: #1213055
8159 - LP: #1198030
8160
8161 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8162
8163linux (3.11.0-8.15) saucy; urgency=low
8164
8165 [ Tim Gardner ]
8166
8167 * Release tracker
8168 - LP: #1227969
8169
8170 * Update lttng
8171 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8172 Version 2.3.0+
8173
8174 [ Upstream Kernel Changes ]
8175
8176 * igb: Add additional get_phy_id call for i354 devices
8177 - LP: #1219619
8178 * igb: Read flow control for i350 from correct EEPROM section
8179 - LP: #1219619
8180 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8181 Required for lttng update.
8182
8183 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8184
8185linux (3.11.0-7.14) saucy; urgency=low
8186
8187 [ Andy Whitcroft ]
8188
8189 * [Packaging] sort out linux-tools naming
8190 - LP: #1205284
8191 * [Packaging] linux-tools: switch to common generic version helper
8192
8193 [ Paolo Pisati ]
8194
8195 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8196
8197 [ Tim Gardner ]
8198
8199 * Release tracker
8200 - LP: #1226160
8201
8202 [ Tony Lindgren ]
8203
8204 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8205 for pandaboard
8206
8207 [ Upstream Kernel Changes ]
8208
8209 * USB: handle LPM errors during device suspend correctly
8210 - LP: #1011415
8211 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8212 - LP: #1011415
8213 * usb: Don't fail port power resume on device disconnect.
8214 - LP: #1011415
8215
8216 [ Upstream Kernel Changes ]
8217
8218 * rebase to v3.11.1
8219
8220 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8221
8222linux (3.11.0-7.13) saucy; urgency=low
8223
8224 * Release tracker
8225 - LP: #1223545
8226
8227 [ Andy Whitcroft ]
8228
8229 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8230 - LP: #1223499
8231 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8232 - LP: #1223499
8233 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8234 - LP: #1223499
8235 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
8236 - LP: #1223499
8237
8238 [ Maximiliano Curia ]
8239
8240 * SAUCE: (no-up) Only let characters through when there are active readers.
8241 - LP: #1208740
8242
8243 [ Tim Gardner ]
8244
8245 * [Debian] getabis: Commit new ABI directory, remove the old
8246 * [Config] CONFIG_EFIVAR_FS=y
8247 - LP: #1223195
8248 * [Config] CONFIG_EFI_VARS_PSTORE=m,
8249 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
8250 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
8251 - LP: #1222850
8252
8253 [ Upstream Kernel Changes ]
8254
8255 * Intel xhci: refactor EHCI/xHCI port switching
8256 - LP: #1210858
8257
8258 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
8259
8260linux (3.11.0-6.12) saucy; urgency=low
8261
8262 * Release tracker
8263 - LP: #1222893
8264
8265 [ Andy Whitcroft ]
8266
8267 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8268 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8269 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8270 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8271 - LP: #1222407
8272
8273 [ Paolo Pisati ]
8274
8275 * [Config] restore mmc boot on panda
8276
8277 [ Tyler Hicks ]
8278
8279 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
8280 - LP: #1216294
8281
8282 [ Upstream Kernel Changes ]
8283
8284 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
8285 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
8286 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
8287 * net: calxedaxgmac: fix possible skb free before tx complete
8288 * net: calxedaxgmac: update ring buffer tx_head after barriers
8289 * net: calxedaxgmac: fix race with tx queue stop/wake
8290 * net: calxedaxgmac: enable interrupts after napi_enable
8291 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
8292 * net: calxedaxgmac: remove some unused statistic counters
8293 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
8294 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
8295 * mfd: rtsx: Read vendor setting from config space
8296 - LP: #1201698
8297
8298 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
8299
8300linux (3.11.0-5.11) saucy; urgency=low
8301
8302 * Release tracker
8303 - LP: #1221886
8304
8305 [ Adam Lee ]
8306
8307 * SAUCE: Bluetooth: Add support for 04ca:2007
8308 - LP: #1153448
8309 * SAUCE: Bluetooth: Add support for 105b:e065
8310 - LP: #1161261
8311
8312 [ Gavin Guo ]
8313
8314 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
8315 - LP: #1166113
8316
8317 [ Upstream Kernel Changes ]
8318
8319 * igb: Reset the link when EEE setting changed
8320 - LP: #1219619
8321 * igb: Read register for latch_on without return value
8322 - LP: #1219619
8323 * igb: Added rcu_lock to avoid race
8324 - LP: #1219619
8325 * igb: don't allow SR-IOV without MSI-X
8326 - LP: #1219619
8327 * igb: Update MTU so that it is always at least a standard frame size
8328 - LP: #1219619
8329 * igb: Refactor of init_nvm_params
8330 - LP: #1219619
8331 * igb: Refactor NVM read functions to accommodate devices with no flash
8332 - LP: #1219619
8333 * igb: Add device support for flashless SKU of i210 device
8334 - LP: #1219619
8335 * igb: Fix get_fw_version function for all parts
8336 - LP: #1219619
8337 * igb: Add macro for size of RETA indirection table
8338 - LP: #1219619
8339 * igb: Expose RSS indirection table for ethtool
8340 - LP: #1219619
8341 * igb: Don't look for a PBA in the iNVM when flashless
8342 - LP: #1219619
8343 * igb: Implementation of 1-sec delay for i210 devices
8344 - LP: #1219619
8345 * igb: New PHY_ID for i354 device
8346 - LP: #1219619
8347 * igb: M88E1543 PHY downshift implementation
8348 - LP: #1219619
8349 * igb: No PHPM support in i354 devices
8350 - LP: #1219619
8351 * igb: Support to get 2_5G link status for appropriate media type
8352 - LP: #1219619
8353 * igb: Get speed and duplex for 1G non_copper devices
8354 - LP: #1219619
8355 * igb: Implementation to report advertised/supported link on i354 devices
8356 - LP: #1219619
8357 * igb: Update version number
8358 - LP: #1219619
8359 * Bluetooth: Take proper tty_struct references
8360 - LP: #1189998
8361 * Bluetooth: Remove the device from the list in the destructor
8362 - LP: #1189998
8363 * Bluetooth: Move the tty initialization and cleanup out of open/close
8364 - LP: #1189998
8365 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
8366 - LP: #1189998
8367 * Bluetooth: Fix the reference counting of tty_port
8368 - LP: #1189998
8369 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
8370 - LP: #1189998
8371
8372 [ Wen-chien Jesse Sung ]
8373
8374 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
8375 - LP: #1065400
8376 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
8377 - LP: #1065400
8378
8379 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
8380
8381linux (3.11.0-5.10) saucy; urgency=low
8382
8383 [ Andy Whitcroft ]
8384
8385 * Release tracker
8386 - LP: #1220222
8387 * Revert "[Config] Fix ubuntu directoy Kbuilds"
8388 * Revert "aufs update dropped some Kbuild files"
8389 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
8390 * Revert "ubuntu: AUFS -- update to
8391 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
8392 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8393 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8394 * rebase to v3.11 final
8395 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
8396 * ubuntu: AUFS (no-squash): basic framework and update machinary
8397 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8398 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8399 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
8400 * ubuntu: (no-squash) AUFS -- enable aufs
8401 * ubuntu: AUFS -- fix remaining d_count references to use accessor
8402 * ubuntu: lttng -- follow rename of pid_ns
8403 * SAUCE: disable stack-protector for ARM compressed bootloader
8404
8405 [ Paolo Pisati ]
8406
8407 * [Config] ARM_ATAG_DTB_COMPAT=y
8408
8409 [ Rob Herring ]
8410
8411 * [Config] Enable KVM and virtio for armhf generic-lpae
8412
8413 [ Tim Gardner ]
8414
8415 * [Config] CONFIG_ARPD=y
8416 * [Config] CONFIG_ZSWAP=y
8417 - LP: #1215379
8418
8419 [ Upstream Kernel Changes ]
8420
8421 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
8422 - LP: #1217957
8423 * ARM: use phys_addr_t for DMA zone sizes
8424 * ARM: highbank: enable DMA zone for LPAE
8425 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
8426 * ARM: highbank: select required errata work-arounds
8427 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
8428 * DMA: fix printk warning in AMBA PL08x DMA driver
8429 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
8430 * ARM: move outer_cache declaration out of ifdef
8431 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
8432 * ARM: highbank: clean-up some unused includes
8433 * ARM: xen: only set pm function ptrs for Xen guests
8434
8435 [ Upstream Kernel Changes ]
8436
8437 * rebase to v3.11
8438
8439 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
8440
8441linux (3.11.0-4.9) saucy; urgency=low
8442
8443 [ Tim Gardner ]
8444
8445 * rebase to v3.11-rc7
8446 * Release tracker
8447 - LP: #1216962
8448
8449 [ Upstream Kernel Changes ]
8450
8451 * mwifiex: do not create AP and P2P interfaces upon driver loading
8452 - LP: #1212720
8453
8454 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
8455
8456linux (3.11.0-3.8) saucy; urgency=low
8457
8458 [ Johannes Berg ]
8459
8460 * SAUCE: mac80211: ignore (E)CSA in probe response frames
8461 - LP: #1201470
8462
8463 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
8464
8465linux (3.11.0-3.7) saucy; urgency=low
8466
8467 [ Tim Gardner ]
8468
8469 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
8470 upstart to track
8471 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
8472 linux/hyperv.h
8473 * SAUCE: hv: Add vss daemon to Makefile
8474 * [Debian] Add hv_vss_daemon to tools package
8475 - LP: #1213282
8476 * [Config] Fix ubuntu directoy Kbuilds
8477 - LP: #1181755
8478
8479 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
8480
8481linux (3.11.0-3.6) saucy; urgency=low
8482
8483 [ Andy Whitcroft ]
8484
8485 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
8486 * [Config] tools: enable x86 and hyper-v
8487
8488 [ John Johansen ]
8489
8490 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
8491 snapshot"
8492 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
8493 root users"
8494 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8495
8496 [ Joseph Salisbury ]
8497
8498 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
8499 - LP: #1210848
8500
8501 [ Kamal Mostafa ]
8502
8503 * [debian] tools: ship 'cpupower' in linux-tools
8504 - LP: #1158668
8505 * [Config] Build-dep on libpci-dev for cpu tools
8506 - LP: #1158668
8507
8508 [ Tim Gardner ]
8509
8510 * rebase to v3.11-rc6
8511 * Release tracker
8512 - LP: #1213941
8513
8514 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
8515
8516linux (3.11.0-2.5) saucy; urgency=low
8517
8518 [ Tim Gardner ]
8519
8520 * [Config] CONFIG_PM_DEBUG=y
8521 - LP: #1210539
8522 * rebase to v3.11-rc5
8523 * Release tracker
8524 - LP: #1211378
8525
8526 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
8527
8528linux (3.11.0-1.4) saucy; urgency=low
8529
8530 [ Tim Gardner ]
8531
8532 * Bump ABI when making changes to the inclusion list lest
8533 you cause conflicts with existing installed kernel
8534 packages.
8535 - LP: #1210331
8536
8537 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
8538
8539linux (3.11.0-0.3) saucy; urgency=low
8540
8541 [ Tim Gardner ]
8542
8543 * [Config] Include rbd and kvm in the virtual inclusion list
8544 - LP: #1206961
8545 * [Config] Removed obsolete inclusion list entries
8546
8547 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
8548
8549linux (3.11.0-0.2) saucy; urgency=low
8550
8551 [ Bruce Allan ]
8552
8553 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
8554 - LP: #1206757
8555 * SAUCE: (no-up) e1000e: enable support for new device IDs
8556 - LP: #1206757
8557
8558 [ John Johansen ]
8559
8560 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8561
8562 [ Paolo Pisati ]
8563
8564 * build vexpress a15 dtb
8565 * [Config] disable Broadcom bcm support (ARCH_BCM)
8566 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
8567 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
8568 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
8569 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
8570 * [Config] disable TI Keystone, AM43xx and OMAP5 support
8571 * [Config] ARM_APPENDED_DTB=y
8572
8573 [ Tim Gardner ]
8574
8575 * rebase to v3.11-rc4
8576 * overlayfs: Update to v19
8577 * [Config] Enable overlayfs
8578 * SAUCE: Fix lttng compile errors
8579
8580 [ Upstream Kernel Changes ]
8581
8582 * rebase to v3.11-rc4
8583 - LP: #1163720
8584 - LP: #1162026
8585 - LP: #1195636
8586 - LP: #1195597
8587 - LP: #1180409
8588 - LP: #1168430
8589
8590 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
8591
8592linux (3.11.0-0.1) saucy; urgency=low
8593
8594 [ Upstream Kernel Changes ]
8595
8596 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
8597 - LP: #1163720
8598 - LP: #1162026
8599 - LP: #1195636
8600 - LP: #1195597
8601 - LP: #1180409
8602 - LP: #1168430
8603
8604 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
8605
8606linux (3.10.0-2.10) saucy; urgency=low
8607
8608 [ Andy Whitcroft ]
8609
8610 * [Config] CONFIG_INTEL_MEI*=m
8611 - LP: #1196155
8612 * [Config] CONFIG_DEBUG_INFO=y
8613
8614 [ Stephen Warren ]
8615
8616 * [Config] fix Calxeda xgmac module filename
8617
8618 [ Upstream Kernel Changes ]
8619
8620 * Revert "serial: 8250_pci: add support for another kind of NetMos
8621 Technology PCI 9835 Multi-I/O Controller"
8622 - LP: #1190967
8623 * mfd: lpc_ich: Add support for Intel Avoton SoC
8624 - LP: #1196658
8625
8626 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
8627
8628linux (3.10.0-2.9) saucy; urgency=low
8629
8630 [ Andy Whitcroft ]
8631
8632 * rebase to v3.10
8633
8634 [ John Johansen ]
8635
8636 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
8637 network mediation"
8638 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
8639 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
8640 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
8641 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
8642 interface"
8643 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
8644 to prevent execve from granting privs"
8645 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8646
8647 [ Upstream Kernel Changes ]
8648
8649 * rebase to v3.10
8650
8651 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
8652
8653linux (3.10.0-1.8) saucy; urgency=low
8654
8655 [ Andy Whitcroft ]
8656
8657 * Release Tracking Bug
8658 - LP: #1195717
8659
8660 [ Andy Whitcroft ]
8661
8662 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
8663 interface"
8664 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
8665 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
8666 reference"
8667 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
8668 * Revert "ubuntu: overlayfs --
8669 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
8670 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
8671 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
8672 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
8673 * Revert "ubuntu: overlayfs --
8674 overlayfs-fix-possible-leak-in-ovl_new_inode"
8675 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
8676 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
8677 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
8678 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
8679 * Revert "ubuntu: overlayfs -- overlay filesystem"
8680 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
8681 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
8682 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
8683 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
8684
8685 [ Erez Zadok ]
8686
8687 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
8688
8689 [ Miklos Szeredi ]
8690
8691 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
8692 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
8693 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
8694 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
8695 * ubuntu: overlayfs v18 -- -- overlay filesystem
8696 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
8697
8698 [ Neil Brown ]
8699
8700 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
8701
8702 [ Tim Gardner ]
8703
8704 * [Config] CONFIG_SUNRPC_DEBUG=y
8705 - LP: #1127319
8706
8707 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
8708
8709linux (3.10.0-0.7) saucy; urgency=low
8710
8711 [ Andy Whitcroft ]
8712
8713 * autopkgtest: switch Depends: to build-essential
8714
8715 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
8716
8717linux (3.10.0-0.6) saucy; urgency=low
8718
8719 [ Andy Whitcroft ]
8720
8721 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
8722 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
8723 - LP: #1098378
8724 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
8725 * ubuntu: overlayfs -- expose do_splice_direct prototype
8726 * ubuntu: overlayfs -- follow change to do_splice_direct interface
8727 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
8728 - LP: #1192691
8729
8730 [ Stefan Bader ]
8731
8732 * (d-i) Add dm-snapshot to md-modules
8733 - LP: #1191726
8734
8735 [ Tim Gardner ]
8736
8737 * Release tracker
8738 - LP: #1194149
8739 * [Config] CONFIG_WIL6210=n for armhf
8740 * [Config] d-i: Add calxedaxgmac to nic-modules
8741 - LP: #1192358
8742 * [debian] Use dh_strip
8743 - LP: #1192759
8744 * [Config] Enable perf for armhf
8745 * do_tools=false when cross compiling
8746 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
8747 - LP: #1108082
8748
8749 [ Upstream Kernel Changes ]
8750
8751 * nsp32: switch reset delay to msleep() as it is tooo long
8752 * alx: add a simple AR816x/AR817x device driver
8753 Plucked from linux-next. replaces ubuntu/alx in favor of
8754 'to be merged' version in 3.11.
8755 * rebase to v3.10-rc7
8756 - LP: #1189363
8757
8758 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
8759
8760linux (3.10.0-0.5) saucy; urgency=low
8761
8762 [ Andy Whitcroft ]
8763
8764 * rebase to v3.10-rc6
8765 * [Config] updateconfigs following rebase to v3.10-rc6
8766
8767 [ Upstream Kernel Changes ]
8768
8769 * rebase to v3.10-rc6
8770
8771 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
8772
8773linux (3.10.0-0.4) saucy; urgency=low
8774
8775 [ Andy Whitcroft ]
8776
8777 * [Config] updateconfigs following rebase to v3.10-rc4
8778
8779 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
8780
8781linux (3.10.0-0.3) saucy; urgency=low
8782
8783 [ Andy Whitcroft ]
8784
8785 * rebase to v3.10-rc5
8786
8787 [ Upstream Kernel Changes ]
8788
8789 * rebase to v3.10-rc5
8790 - LP: #1186170
8791
8792 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
8793
8794linux (3.10.0-0.2) saucy; urgency=low
8795
8796 [ Andy Whitcroft ]
8797
8798 * rebase to v3.10-rc4
8799 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
8800 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
8801 - LP: #1187744
8802 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
8803
8804 [ Dave Chiluk ]
8805
8806 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
8807 - LP: #1035226
8808
8809 [ Tim Gardner ]
8810
8811 * rebase to v3.10-rc3
8812 * [Config] sparc be gone
8813 * [Config] ia64 be gone
8814 * d-i: block-modules provides nbd-modules
8815
8816 [ Upstream Kernel Changes ]
8817
8818 * rebase to v3.10-rc4
8819 * rebase to v3.10-rc3
8820
8821 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
8822
8823linux (3.10.0-0.1) saucy; urgency=low
8824
8825 [ Tim Gardner ]
8826
8827 * UBUNTU: Disabled lttng
8828 * UBUNTU: Disable aufs for FTBS
8829 * UBUNTU: Disabled alx
8830 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
8831 * UBUNTU: rebase to v3.10-rc2
8832 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
8833
8834 [ Andy Whitcroft ]
8835
8836 * UBUNTU: [Config] update standards version to 3.9.4.0
8837 * UBUNTU: [Config] squash duplicate package description (long and short)
8838 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
8839 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
8840 * UBUNTU: [Config] drop redundant Build-Conficts:
8841
8842 [ Upstream Kernel Changes ]
8843
8844 * rebase to v3.10-rc2
8845 - LP: #1180351
8846
8847 [ Upstream Kernel Changes ]
8848
8849 * rebase to v3.10-rc1
8850 - LP: #1172151
8851 - LP: #1089795
8852 - LP: #1167270
8853 - LP: #1128840
8854
8855 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
8856
8857linux (3.10.0-0.0) saucy; urgency=low
8858
8859 * Dummy
8860
8861 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
8862
8863linux (3.9.0-2.6) saucy; urgency=low
8864
8865 [ Tim Gardner ]
8866
8867 * rebase to v3.9.2
8868
8869 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
8870
8871linux (3.9.0-1.5) saucy; urgency=low
8872
8873 [ Tim Gardner ]
8874
8875 * rebase to v3.9.1
8876
8877 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
8878
8879linux (3.9.0-0.4) saucy; urgency=low
8880
8881 [ Andy Whitcroft ]
8882
8883 * ubuntu: overlayfs -- add FS_ALIAS
8884
8885 [ Tim Gardner ]
8886
8887 * Added lttng
8888 - LP: #1175784
8889
8890 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
8891
8892linux (3.9.0-0.3) saucy; urgency=low
8893
8894 [ Upstream Kernel Changes ]
8895
8896 * rebase to v3.9
8897
8898 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
8899
8900linux (3.9.0-0.2) saucy; urgency=low
8901
8902 [ Tim Gardner ]
8903
8904 * Enable extras packaging for amd64/i386.
8905 Fixes build depenencies with brittany and linux-meta.
8906
8907 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
8908
8909linux (3.9.0-0.1) saucy; urgency=low
8910
8911 [ Upstream Kernel Changes ]
8912
8913 * rebase to v3.9-rc8
8914
8915 [ Upstream Kernel Changes ]
8916
8917 * rebase to v3.9-rc7
8918 - LP: #1128840
8919
8920 [ Upstream Kernel Changes ]
8921
8922 * rebase to v3.9-rc6
8923
8924 [ Upstream Kernel Changes ]
8925
8926 * rebase to v3.9-rc5
8927
8928 [ Upstream Kernel Changes ]
8929
8930 * rebase to v3.8-rc4
8931 - LP: #1095315
8932 - LP: #886975
8933 - LP: #1086921
8934
8935 [ Upstream Kernel Changes ]
8936
8937 * rebase to v3.9-rc3
8938 - LP: #1155016
8939 - LP: #1103594
8940
8941 [ Upstream Kernel Changes ]
8942
8943 * rebase to v3.9-rc2
8944
8945 [ Upstream Kernel Changes ]
8946
8947 * rebase to v3.9-rc1
8948 - LP: #901105
8949 - LP: #961286
8950 - LP: #1011792
8951 - LP: #1128934
8952 - LP: #886975
8953 - LP: #978807
8954
8955 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
8956
8957linux (3.8.0-7.14) raring; urgency=low
8958
8959 [ Andy Whitcroft ]
8960
8961 * [Config] CONFIG_RCU_USER_QS=n
8962 * [Config] CONFIG_MTD_ONENAND_SIM=n
8963 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
8964
8965 [ Upstream Kernel Changes ]
8966
8967 * rebase to v3.8
8968
8969 [Tim Gardner]
8970
8971 * Release Tracking Bug
8972 - LP: #1130111
8973 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
8974 - LP: #1128840
8975
8976 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
8977
8978linux (3.8.0-6.13) raring; urgency=low
8979
8980 [Tim Gardner]
8981
8982 * Release Tracking Bug
8983 - LP: #1125364
8984 * Add ahci modules to d-i
8985 - LP: #1124415
8986
8987
8988 [ Chris Wilson ]
8989
8990 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
8991 the encoders
8992 - LP: #1097315
8993
8994 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
8995
8996linux (3.8.0-6.12) raring; urgency=low
8997
8998 [Tim Gardner]
8999
9000 * perf: NO_LIBPERL=1
9001 * Fix linux-headers dependency
9002 * Release Tracking Bug
9003 - LP: #1124362
9004
9005 [ Andy Whitcroft ]
9006
9007 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9008 - LP: #1121699
9009
9010 [ Daniel Vetter ]
9011
9012 * SAUCE: drm/i915: write backlight harder
9013 - LP: #954661
9014
9015 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9016
9017linux (3.8.0-6.11) raring; urgency=low
9018
9019 [Tim Gardner]
9020
9021 * Release Tracking Bug
9022 - LP: #1122071
9023 * rebase to v3.8-rc7
9024 * Add libaudit-dev as a build dependency
9025 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9026
9027 [ Leann Ogasawara ]
9028
9029 * [Config] Remove CONFIG_SATA_AHCI annotation
9030
9031 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9032
9033linux (3.8.0-5.10) raring; urgency=low
9034
9035 [Tim Gardner]
9036
9037 * Release Tracking Bug
9038 - LP: #1118568
9039
9040 * Bump ABI to fix install issue with 3.8.0-4.8.
9041 Moving drivers/ata/*ahci* to linux-image caused an
9042 install conflict with linux-image-extras without an
9043 ABI bump.
9044
9045 [ Jan Beulich ]
9046
9047 * SAUCE: xen-pciback: rate limit error messages from
9048 xen_pcibk_enable_msi{, x}()
9049 - LP: #1117336
9050 - CVE-2013-0231
9051
9052 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9053
9054linux (3.8.0-4.9) raring; urgency=low
9055
9056 [ Herton Ronaldo Krzesinski ]
9057
9058 * d-i: Add mellanox ethernet drivers to nic-modules
9059 - LP: #1015339
9060
9061 [ Joseph Salisbury ]
9062
9063 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9064 - LP: #1113547
9065
9066 [ Kamal Mostafa ]
9067
9068 * SAUCE: alx driver import script
9069
9070 [ Qualcomm Atheros, Inc ]
9071
9072 * SAUCE: alx: Update to heads/master
9073
9074 [ Tim Gardner ]
9075
9076 * Release Tracking Bug
9077 - LP: #1117673
9078
9079 * [debian] Remove dangling symlink from headers package
9080 - LP: #1112442
9081 * [config] CONFIG_ALX=m
9082 * [Config] Add alx to d-i nic-modules
9083 * [Config] CONFIG_SATA_AHCI=m
9084 - LP: #1056563
9085
9086 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9087
9088linux (3.8.0-4.8) raring; urgency=low
9089
9090 [ Allen Ibara ]
9091
9092 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9093
9094 [ Andy Whitcroft ]
9095
9096 * rebase to v3.8-rc6
9097 * updateconfigs following rebase to v3.8-rc6
9098
9099 [Leann Ogasawara]
9100
9101 * Release Tracking Bug
9102 - LP: #1112573
9103
9104 [ Paolo Pisati ]
9105
9106 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9107 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9108 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9109 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9110
9111 [ Seth Forshee ]
9112
9113 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9114
9115 [ Upstream Kernel Changes ]
9116
9117 * rebase to v3.8-rc6
9118 - LP: #1107477
9119
9120 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9121
9122linux (3.8.0-3.7) raring; urgency=low
9123
9124 [ Andy Green ]
9125
9126 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9127 * SAUCE: ARM: omap2 add mac address allocation register api
9128 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9129 allocation
9130
9131 [ Leann Ogasawara ]
9132
9133 * rebase to v3.8-rc5
9134 * Release Tracking Bug
9135 - LP: #1111486
9136
9137 [ Paolo Pisati ]
9138
9139 * SAUCE: davinci: vpss: compilation fix
9140 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9141 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9142 * [Config] enable Freescale IMX6 support (SabreLite)
9143 * [Config] SERIAL_IMX_CONSOLE=y
9144 * [Config] MMC_*_IMX=y
9145 * [Config] disable USB_SUSPEND
9146 * [Config] USB_MXS_PHY=y
9147 * [Config] USB_CHIPIDEA=y
9148 * SAUCE: DTB: add support for multiple DTBs
9149 * SAUCE: DTB: build imx6q-sabrelite
9150 * SAUCE: DTB: build beaglexm
9151 * SAUCE: DTB: build panda/panda es
9152 * [Config] disable CPU_FREQ
9153 * [Config] PANEL_TFP410=y (video DVI output)
9154 * [Config] SND_OMAP_SOC*=y
9155 * [Config] SND_IMX_SOC*=y
9156 * [Config] I2C_IMX=y
9157 * [Config] SPI_IMX=m
9158
9159 [ Stefan Bader ]
9160
9161 * [Config] Move 9p modules into generic package
9162 - LP: #1107658
9163
9164 [ Tony Lindgren ]
9165
9166 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9167 kernels
9168 * SAUCE: ARM: OMAP2+: Use omap initcalls
9169 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9170 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9171 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9172 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9173 multiplaform
9174 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9175 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9176 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9177
9178 [ Upstream Kernel Changes ]
9179
9180 * rebase to v3.8-rc5
9181 - LP: #1096789
9182
9183 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9184
9185linux (3.8.0-2.6) raring; urgency=low
9186
9187 [ Adam Conrad ]
9188
9189 * Fix up linux-tools -> SRCPKGNAME-tools rename
9190
9191 [ Andy Whitcroft ]
9192
9193 * [Config] re-disable CONFIG_SOUND_OSS
9194 - LP: #1105230
9195
9196 [ Arend van Spriel ]
9197
9198 * SAUCE: brcmsmac: fix tx status processing
9199
9200 [Leann Ogasawara]
9201
9202 * Release Tracking Bug
9203 - LP: #1105104
9204
9205 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9206
9207linux (3.8.0-1.5) raring; urgency=low
9208
9209 [Tim Gardner]
9210
9211 * Release Tracking Bug
9212 - LP: #1101235
9213
9214 [ Dudley Du ]
9215
9216 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9217 - LP: #978807
9218
9219 [ Kamal Mostafa ]
9220
9221 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9222 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9223 * [Config] Add CONFIG_PS2_CYPRESS
9224
9225 [ Tim Gardner ]
9226
9227 * rebase to v3.8-rc4
9228
9229 [ Upstream Kernel Changes ]
9230
9231 * rebase to v3.8-rc4
9232 - LP: #1095315
9233 - LP: #886975
9234 - LP: #1086921
9235
9236 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
9237
9238linux (3.8.0-0.4) raring; urgency=low
9239
9240 [ Leann Ogasawara ]
9241
9242 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
9243 * [Config] Update CONFIG_IIO build annotation
9244 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
9245 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
9246 * [Config] Remove CONFIG_SPI_PL022 annotation
9247 * [Config] Update CONFIG_EZX_PCAP annotation
9248 * [Config] Update CONFIG_SENSORS_AK8975 annotation
9249 * [Config] Disable CONFIG_DRM_MGAG200
9250 - LP: #1042903
9251
9252 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
9253
9254linux (3.8.0-0.3) raring; urgency=low
9255
9256 [ Andy Whitcroft ]
9257
9258 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
9259 uselib()"
9260
9261 [ Scott James Remnant ]
9262
9263 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
9264 (for v3.7+)
9265 - LP: #1085766, #462111
9266
9267 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
9268
9269linux (3.8.0-0.2) raring; urgency=low
9270
9271 [ Tim Gardner ]
9272
9273 * [packaging] Add macro to selectively disable building perf
9274 * [packaging] Cannot depend on universe package libaudit-dev
9275
9276 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
9277
9278linux (3.8.0-0.1) raring; urgency=low
9279
9280
9281 [ Upstream Kernel Changes ]
9282
9283 * rebase to v3.8-rc3
9284 - LP: #1096789
9285
9286 [ Upstream Kernel Changes ]
9287
9288 * rebase to v3.8-rc2
9289 - LP: #1082357
9290 - LP: #1075882
9291
9292 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
9293
9294linux (3.7.0-7.15) raring; urgency=low
9295
9296 [ Chris J Arges ]
9297
9298 * SAUCE: add eeprom_bad_csum_allow module parameter
9299 - LP: #1070182
9300
9301 [ Leann Ogasawara ]
9302
9303 * Add ceph to linux-image for virtual instances
9304 - LP: #1063784
9305
9306 [ Serge Hallyn ]
9307
9308 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
9309
9310 [ Tim Gardner ]
9311
9312 * [Config] CONFIG_SLUB_DEBUG=y
9313 - LP: #1090308
9314
9315 [ Upstream Kernel Changes ]
9316
9317 * Revert "[SCSI] sd: Implement support for WRITE SAME"
9318 - LP: #1089818
9319
9320 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
9321
9322linux (3.7.0-6.14) raring; urgency=low
9323
9324 [ Andy Whitcroft ]
9325
9326 * [Config] annotations: all new annotations scheme including defaults
9327 * [Configs] apply annotation updates to main configs (top section)
9328
9329 [ Leann Ogasawara ]
9330
9331 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
9332 build"
9333 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
9334 * Temporarily disable module check for build
9335
9336 [ Stefan Bader ]
9337
9338 * ubuntu: dm-raid45: Adapt to upstream interface changes
9339 * Re-enable build of dm-raid45
9340
9341 [ Tim Gardner ]
9342
9343 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
9344 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
9345 * SAUCE: drm: Fix possible EDID memory allocation oops
9346 * SAUCE: ttm: Fix possible _manager memory allocation oops
9347 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
9348 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
9349 2 pointers
9350
9351 [ Tomas Hozza ]
9352
9353 * SAUCE: tools: hv: Netlink source address validation allows DoS
9354 - LP: #1084777
9355 - CVE-2012-5532
9356
9357 [ Upstream Kernel Changes ]
9358
9359 * rebase to v3.7
9360
9361 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
9362
9363linux (3.7.0-5.13) raring; urgency=low
9364
9365 [ Lino Sanfilippo ]
9366
9367 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
9368 fsnotify_destroy_group()
9369 - LP: #922906
9370 * SAUCE: fsnotify: introduce fsnotify_get_group()
9371 - LP: #922906
9372 * SAUCE: fsnotify: use reference counting for groups
9373 - LP: #922906
9374 * SAUCE: fsnotify: take groups mark_lock before mark lock
9375 - LP: #922906
9376 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
9377 indicates wheather a mark should be destroyed
9378 - LP: #922906
9379 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
9380 mark list
9381 - LP: #922906
9382 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
9383 - LP: #922906
9384 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
9385 fsnotify_remove_mark()
9386 - LP: #922906
9387 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
9388 by group
9389 - LP: #922906
9390 * SAUCE: fsnotify: change locking order
9391 - LP: #922906
9392
9393 [ Tim Gardner ]
9394
9395 * [Config] CONFIG_NFC_LLCP=y
9396 * [Config] get-firmware: Filter new files through fwinfo
9397 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
9398 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
9399 * [Config] CONFIG_XEN=y for all arches
9400 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
9401 * [Config] CONFIG_MMC_DW_EXYNOS=m
9402 * [Config] CONFIG_GPIO_ADNP=m
9403 * [Config] find-obsolete-firmware: Use correct path
9404 * rebase to v3.7-rc8
9405 - LP: #1084640
9406
9407 [ Upstream Kernel Changes ]
9408
9409 * Revert "VFS: don't do protected {sym,hard}links by default"
9410 - LP: #1084192
9411
9412 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
9413
9414linux (3.7.0-4.12) raring; urgency=low
9415
9416 [ Tim Gardner ]
9417
9418 * Revert "[Config] Use -j1 for headers_install"
9419 * Revert "[Config] install-arch-headers needs a valid config"
9420 Strayed into the weeds in search of the root cause of the periodic
9421 build failure.
9422 Fixes powerpc FTBS introduced in -4.11.
9423 * [Config] hmake -j1
9424 The kernel makefile appears to have parallel dependency
9425 problems for the install_headers target. This appears to be root
9426 cause for a periodic build failure on N-way machines.
9427
9428 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
9429
9430linux (3.7.0-4.11) raring; urgency=low
9431
9432 [ Tim Gardner ]
9433
9434 * [Config] Use -j1 for headers_install
9435 Also fixes a powerpc FTBS introduced by
9436 "[Config] install-arch-headers needs a valid config".
9437
9438 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
9439
9440linux (3.7.0-4.10) raring; urgency=low
9441
9442 [ Andy Whitcroft ]
9443
9444 * [Config] add rebuild-test support for autopkgtest
9445 - LP: #1081500
9446 * [tests] move build tests out of the way
9447 - LP: #1081500
9448 * [tests] add an autopkgtest rebuild test
9449 - LP: #1081500
9450
9451 [ Tim Gardner ]
9452
9453 * rebase to v3.7-rc7
9454 * SAUCE: Remove emi62 files duplicated in linux-firmware
9455 * SAUCE: Remove sb16 files duplicated in linux-firmware
9456 * SAUCE: Remove whiteheat files duplicated in linux-firmware
9457 * SAUCE: Remove yamaha files duplicated in linux-firmware
9458 * SAUCE: Remove dsp56k files used only by m68k
9459 * SAUCE: firmware: Remove last vestiges of dabusb
9460 * SAUCE: Remove vicam files duplicated in linux-firmware
9461 * [Config] install-arch-headers needs a valid config
9462
9463 [ Upstream Kernel Changes ]
9464
9465 * rebase to v3.7-rc7
9466 - LP: #1076840
9467 - LP: #1081466
9468
9469 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
9470
9471linux (3.7.0-3.9) raring; urgency=low
9472
9473 [ Leann Ogasawara ]
9474
9475 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
9476 - LP: #1079900
9477 * Add nfsv3 to nfs-modules udeb
9478
9479 [ Paolo Pisati ]
9480
9481 * [Config] SND_OMAP_SOC*=y
9482 - LP: #1019321
9483
9484 [ Stefan Bader ]
9485
9486 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
9487 - LP: #1078926
9488
9489 [ Tim Gardner ]
9490
9491 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
9492 - LP: #1079469
9493 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
9494 * rebase to v3.7-rc6
9495 * SAUCE: script to detect obsolete firmware
9496 * SAUCE: Remove yam files duplicated in linux-firmware
9497 * SAUCE: Remove tehuti files duplicated in linux-firmware
9498 * SAUCE: Remove matrox files duplicated in linux-firmware
9499 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
9500 * SAUCE: Remove r128 files duplicated in linux-firmware
9501 * SAUCE: Remove acenic files duplicated in linux-firmware
9502 * SAUCE: Remove keyspan files duplicated in linux-firmware
9503 * SAUCE: Remove sun files duplicated in linux-firmware
9504 * SAUCE: Remove radeon files duplicated in linux-firmware
9505 * SAUCE: Update bnx2x firmware to 7.8.2.0
9506 * [Config] generic.inclusion-list: econet has disappeared
9507
9508 [ Upstream Kernel Changes ]
9509
9510 * seccomp: forcing auditing of kill condition
9511 - LP: #1079469
9512 * rebase to v3.7-rc6
9513
9514 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
9515
9516linux (3.7.0-2.8) raring; urgency=low
9517
9518 [ Andy Whitcroft ]
9519
9520 * Revert "overlayfs: disable until FTBS is fixed"
9521 * Revert "ubuntu: overlayfs"
9522 * Revert "ubuntu: AUFS"
9523 * ubuntu: overlayfs -- overlayfs: add statfs support
9524 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
9525 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
9526 inode
9527 - LP: #944386
9528 * ubuntu: AUFS (no-squash): basic framework and update machinary
9529 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
9530 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
9531 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
9532 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
9533 * ubuntu: AUFS (no-squash) -- reenable
9534 - LP: #1079193
9535
9536 [ Erez Zadok ]
9537
9538 * ubuntu: overlayfs -- overlayfs: implement show_options
9539
9540 [ Miklos Szeredi ]
9541
9542 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
9543 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
9544 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
9545 * ubuntu: overlayfs -- overlay filesystem
9546 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
9547 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
9548
9549 [ Neil Brown ]
9550
9551 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
9552
9553 [ Robin Dong ]
9554
9555 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
9556 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
9557
9558 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
9559
9560linux (3.7.0-1.7) raring; urgency=low
9561
9562 [ Tim Gardner ]
9563
9564 * [Config] Drop dependency on libaudit-dev
9565 Its a universe package which causes an FTBS on the builders.
9566 libaudit-dev is not strictly required for the perf tools build.
9567
9568 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
9569
9570linux (3.7.0-1.6) raring; urgency=low
9571
9572 [ Andy Whitcroft ]
9573
9574 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
9575 * [Config] better encode the CONFIG_NVRAM constaint
9576 * enforcer -- fix debugging output
9577
9578 [ Ben Collins ]
9579
9580 * [Config] Add custom_override rule to allow for alternate kernel
9581 file/install
9582 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
9583
9584 [ Tim Gardner ]
9585
9586 * [Config] Dropped armel
9587 * Drop highbank from ABI fetch list
9588 * [Config] Use dh_prep instead of 'dh_clean -k'
9589 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
9590 * [Config] Document binary-indep dependency chain
9591 * rebase to v3.7-rc5
9592
9593 [ Upstream Kernel Changes ]
9594
9595 * rebase to v3.7-rc5
9596
9597 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
9598
9599linux (3.7.0-0.5) raring; urgency=low
9600
9601 [ Tim Gardner ]
9602
9603 * [Config] CONFIG_AMD_IOMMU_V2=m
9604 - LP: #1071520
9605 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
9606 Fixes FTBS
9607
9608 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
9609
9610linux (3.7.0-0.4) raring; urgency=low
9611
9612 [ Ben Collins ]
9613
9614 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
9615
9616 [ Tim Gardner ]
9617
9618 * [Config] do_tools=false for arm
9619
9620 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
9621
9622linux (3.7.0-0.3) raring; urgency=low
9623
9624 [ Tim Gardner ]
9625
9626 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
9627 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
9628 * [Config] Drop highbank harder
9629
9630 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
9631
9632linux (3.7.0-0.2) raring; urgency=low
9633
9634 [ Andy Whitcroft ]
9635
9636 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
9637 instances
9638 - LP: #1066921
9639 * [Config] drop highbank builds
9640
9641 [ Jeremy Kerr ]
9642
9643 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
9644 - LP: #1063061
9645
9646 [ Leann Ogasawara ]
9647
9648 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
9649
9650 [ Tim Gardner ]
9651
9652 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
9653 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
9654 * rebase to v3.7-rc4
9655 * SAUCE: MODSIGN: Emit error for incorrectly signed module
9656
9657 [ Upstream Kernel Changes ]
9658
9659 * rebase to v3.7-rc4
9660
9661 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
9662
9663linux (3.7.0-0.1) raring; urgency=low
9664
9665
9666 [ Upstream Kernel Changes ]
9667
9668 * rebase to v3.7-rc3
9669 - LP: #1056078
9670
9671 [ Upstream Kernel Changes ]
9672
9673 * rebase to v3.7-rc2
9674 - LP: #1060729
9675 - LP: #1059523
9676 - LP: #1006690
9677 - LP: #1049623
9678 - LP: #1046512
9679 - LP: #1052499
9680 - LP: #1037642
9681 - LP: #559939
9682 - LP: #1052460
9683 - LP: #939161
9684 - LP: #1046734
9685
9686 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
9687
9688linux (3.6.0-0.1) UNRELEASED; urgency=low
9689
9690
9691 [ Upstream Kernel Changes ]
9692
9693 * rebase to v3.6
9694
9695 [ Upstream Kernel Changes ]
9696
9697 * rebase to v3.6-rc7
9698
9699 [ Upstream Kernel Changes ]
9700
9701 * rebase to v3.6-rc6
9702 - LP: #1000424
9703
9704 [ Upstream Kernel Changes ]
9705
9706 * rebase to v3.6-rc5
9707 - LP: #1040077
9708
9709 [ Upstream Kernel Changes ]
9710
9711 * rebase to v3.6-rc4
9712
9713 [ Upstream Kernel Changes ]
9714
9715 * rebase to v3.6-rc3
9716 - LP: #1038651
9717 - LP: #1034779
9718
9719 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
9720
9721linux (3.5.0-6.6) quantal-proposed; urgency=low
9722
9723 [ Andy Whitcroft ]
9724
9725 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
9726 experimental features
9727 * SAUCE: highbank -- export clock functions for modules
9728 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
9729 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
9730 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
9731 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
9732 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
9733 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
9734 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
9735 * [Config] highbank -- reenable CONFIG_DW_DMAC
9736 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
9737 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
9738 * [Config] highbank -- reenable CONFIG_USB_DWC3
9739 * [Config] highbank -- reenable CONFIG_SATA_MV
9740 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
9741 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
9742 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
9743 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
9744 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
9745 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
9746 * [Config] highbank -- enable CONFIG_EXPERT
9747 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
9748 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
9749 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
9750 * [Config] enable CONFIG_USB_ETH_EEM
9751 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
9752 * [Config] disable CONFIG_USB_M66592
9753 * [Config] enable CONFIG_USB_NET2272
9754 * [Config] enable CONFIG_USB_R8A66597
9755 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
9756 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
9757 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
9758 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
9759 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
9760 * [Config] sync configuration armhf omap -> armel omap
9761 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
9762 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
9763
9764 [ Bryan Wu ]
9765
9766 * [Config] change default IO scheduler from CFQ to Deadline
9767
9768 [ Leann Ogasawara ]
9769
9770 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
9771 * [Config] Disable CONFIG_MOUSE_INPORT
9772
9773 [ Tim Gardner ]
9774
9775 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
9776 * [Config] Add bnx2x firmware to nic-modules udeb
9777 * SAUCE: Add script to convert firmware to ihex format
9778 * SAUCE: firmware: Upgrade bnx2 to current versions
9779 * [Config] Add tigon firmware to nic-modules udeb
9780 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
9781 - LP: #1026761
9782 * SAUCE: Remove redundant cis firmware
9783 * SAUCE: Remove redundant emi26 firmware
9784 * SAUCE: Remove redundant ttusb-budget firmware
9785 * SAUCE: Remove redundant sun/cassini firmware
9786 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
9787 * SAUCE: Remove redundant 3com/typhoon.bin firmware
9788 * SAUCE: Remove redundant yamaha/ds1 firmware
9789 * SAUCE: Remove redundant keyspan_pda firmware
9790 * rebase to v3.5
9791
9792 [ Upstream Kernel Changes ]
9793
9794 * rebase to v3.5
9795 - LP: #1027828
9796
9797 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
9798
9799linux (3.5.0-5.5) quantal-proposed; urgency=low
9800
9801 [ Andy Whitcroft ]
9802
9803 * [Config] annotations: initial import of configuration annotations
9804
9805 [ Bryan Wu ]
9806
9807 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
9808
9809 [ Leann Ogasawara ]
9810
9811 * Rebase to v3.5-rc7
9812
9813 [ Manoj Iyer ]
9814
9815 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
9816 - LP: #1010281
9817
9818 [ Tim Gardner ]
9819
9820 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
9821 expects
9822 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
9823 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
9824 * [Config] CONFIG_IP_NF_QUEUE=n
9825 * [Config] CONFIG_MTD_DOC2000=n
9826 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
9827 * [Config] CONFIG_PRISM54=n
9828 * [Config] CONFIG_SCx200_I2C=n
9829 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
9830
9831 [ Upstream Kernel Changes ]
9832
9833 * rebase to v3.5-rc7
9834
9835 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
9836
9837linux (3.5.0-4.4) quantal-proposed; urgency=low
9838
9839 [ Andy Whitcroft ]
9840
9841 * [Packaging] getabis should be extracting all packages
9842 - LP: #1021174
9843 * [Config] getabis -- series uses linux-image-extra
9844 - LP: #1021174
9845 * rebase to v3.5-rc6
9846
9847 [ Bryan Wu ]
9848
9849 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
9850 flavours
9851 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
9852
9853 [ Leann Ogasawara ]
9854
9855 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
9856 - LP: #1019561
9857
9858 [ Paolo Pisati ]
9859
9860 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
9861 - LP: #1019321
9862
9863 [ Stefan Bader ]
9864
9865 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
9866 - LP: #1018456
9867 * (config) Disable ACPI_PROCFS_POWER
9868
9869 [ Tim Gardner ]
9870
9871 * [Config] CONFIG_ACPI_BGRT=y
9872 * Extract firmware module info during getabi
9873 - LP: #1021174
9874
9875 [ Upstream Kernel Changes ]
9876
9877 * rebase to v3.5-rc6
9878
9879 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
9880
9881linux (3.5.0-3.3) quantal-proposed; urgency=low
9882
9883 [ Andy Whitcroft ]
9884
9885 * [Config] enable CONFIG_MEMTEST=y
9886 - LP: #1004535
9887 * [Config] config-check: add support for a cut operation
9888 * [Config] enforcer -- switch to cut where appropriate
9889
9890 [ Leann Ogasawara ]
9891
9892 * Rebase to v3.5-rc5
9893 * [Config] Updateconfigs after rebase to v3.5-rc5
9894
9895 [ Luis Henriques ]
9896
9897 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
9898 __ocfs2_change_file_space
9899 - LP: #1006012
9900
9901 [ Seth Forshee ]
9902
9903 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
9904 for LVDS register initialization
9905 - LP: #1012800
9906
9907 [ Upstream Kernel Changes ]
9908
9909 * rebase to v3.5-rc5
9910 - LP: #1013183
9911 - LP: #1017017
9912 - LP: #884652
9913
9914 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
9915
9916linux (3.5.0-2.2) quantal-proposed; urgency=low
9917
9918 [ Andy Whitcroft ]
9919
9920 * rebase to v3.5-rc4
9921
9922 [ Arend van Spriel ]
9923
9924 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
9925 brcms_c_regd_init()
9926 - LP: #950320
9927
9928 [ Bryan Wu ]
9929
9930 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
9931
9932 [ Chris J Arges ]
9933
9934 * PACKAGING: add .gnu_debuglink sections to .ko files
9935 - LP: #669641
9936
9937 [ Leann Ogasawara ]
9938
9939 * d-i: Add hid-generic to input-modules
9940 - LP: #1017879
9941
9942 [ Ming Lei ]
9943
9944 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
9945 - LP: #1017717, #225
9946
9947 [ Paolo Pisati ]
9948
9949 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
9950 - LP: #1017718
9951 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
9952
9953 [ Seth Forshee ]
9954
9955 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
9956 during initialization
9957 - LP: #950320
9958 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
9959 by mac80211
9960 - LP: #950320
9961 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
9962 channels
9963 - LP: #950320
9964 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
9965 - LP: #950320
9966 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
9967 regulatory domain
9968 - LP: #950320
9969 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
9970 regulatory updates
9971 - LP: #950320
9972 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
9973 tx power limits
9974 - LP: #950320
9975 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
9976 against internal regulatory data
9977 - LP: #950320
9978 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
9979 when checking whether OFDM is allowed
9980 - LP: #950320
9981
9982 [ Tim Gardner ]
9983
9984 * [Config] Enable CONFIG_CGROUPS for highbank
9985 - LP: #1014692
9986 * [Config] FB_OMAP*=y and PANEL_TFP410=y
9987
9988 [ Upstream Kernel Changes ]
9989
9990 * rebase to v3.5-rc4
9991
9992 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
9993
9994linux (3.5.0-1.1) quantal-proposed; urgency=low
9995
9996 [ Andy Whitcroft ]
9997
9998 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
9999
10000 [ Leann Ogasawara ]
10001
10002 * Rebase to v3.5-rc1
10003 * [Config] Remove USB_DEVICEFS from the config enforcer
10004 * [Config] Updateconfigs after rebase to v3.5-rc1
10005 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10006 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10007 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10008 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10009 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10010 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10011 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10012 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10013 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10014 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10015 * Rebase to v3.5-rc2
10016 * [Config] Updateconfigs after rebase to v3.5-rc2
10017 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10018 * Rebase to v3.5-rc3
10019 * [Config] Updateconfigs after rebase to v3.5-rc3
10020
10021 [ Paul Mundt ]
10022
10023 * SAUCE: fix bug.h's inclusion of kernel.h
10024
10025 [ Stefan Bader ]
10026
10027 * SAUCE: Fix compile failures of dm-raid45
10028 * [Config] Enable dm-raid45
10029 * Move dependency on crda to extra package
10030 - LP: #657901
10031 * SAUCE: Mask CR4 writes on older Xen hypervisors
10032
10033 [ Upstream Kernel Changes ]
10034
10035 * rebase to v3.5-rc3
10036 - LP: #993162
10037 - LP: #925577
10038 * rebase to v3.5-rc2
10039 * rebase to v3.5-rc1
10040 - LP: #955892
10041 - LP: #978038
10042 - LP: #987371
10043 - LP: #929545
10044 - LP: #942316
10045 - LP: #903853
10046
10047 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10048
10049linux (3.4.0-5.11) quantal-proposed; urgency=low
10050
10051 [ Leann Ogasawara ]
10052
10053 * [Config] Disable CONFIG_ARM_LPAE
10054 - LP: #1009061
10055
10056 [ Oleksij Rempel ]
10057
10058 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10059 - LP: #1008905
10060
10061 [ Paolo Pisati ]
10062
10063 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10064 - LP: #1009061
10065
10066 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10067
10068linux (3.4.0-4.10) quantal; urgency=low
10069
10070 [ Leann Ogasawara ]
10071
10072 * Temporarily disable ABI and module check
10073
10074 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10075
10076linux (3.4.0-4.9) quantal; urgency=low
10077
10078 [ Andy Whitcroft ]
10079
10080 * [Config] fix config split to avoid the shared config
10081 * [Config] updateconfigs following split config fix
10082 * [Config] linux-image-extras needs full postinst
10083 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10084 * [Config] CONFIG_HP_WATCHDOG enable as module
10085 * [Config] CONFIG_PDC_ADMA is not boot essential
10086 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10087 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10088 * [Config] CONFIG_TRANZPORT=m commonise
10089 * [Config] CONFIG_R3964=m commonise
10090 * [Config] CONFIG_SCSI_DH=m commonise
10091 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10092 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10093 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10094 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10095 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10096 * [Config] CONFIG_USB_SI470X=m commonise
10097 * [Config] CONFIG_USB_ET61X251=m commonise
10098 * [Config] CONFIG_RTS_PSTOR=m commonise
10099 * [Config] CONFIG_SCANLOG=m commonise
10100 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10101 * [Config] CONFIG_SM_FTL=m commonise
10102 * [Config] CONFIG_SOLO6X10=m commonise
10103 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10104 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10105 * [Config] CONFIG_SPI_SPIDEV=m commonise
10106 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10107 * [Config] CONFIG_TPS65010=m commonise
10108 * [Config] CONFIG_STE10XP=y commonise
10109 * [Config] CONFIG_X25_ASY=m commonise
10110 * [Config] CONFIG_USB_MON=m commonise
10111 * [Config] CONFIG_VME_BUS=m commonise
10112 * [Config] CONFIG_W35UND=m commonise
10113 * [Config] -CONFIG_TCG_TPM=y commonise
10114 * [Config] highbank -- commonise filesystems
10115 * [Config] highbank -- commonise subsystems
10116 * [Config] highbank -- commonise network protocols
10117 * [Config] highbank -- commonise input drivers
10118 * [Config] highbank -- commonise CRYPTO options
10119 * [Config] highbank -- commonise HID options
10120 * [Config] highbank -- commonise sensors options
10121 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10122 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10123 * [Config] highbank -- commonise ENCRYPTED_KEYS
10124 * [Config] highbank -- commonise CONFIG_ATALK
10125 * [Config] highbank -- commonise INET/INET6
10126 * [Config] highbank -- commonise NLS
10127 * [Config] highbank -- commonise BLK/CHR
10128 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10129 * [Config] highbank -- commonise INET/INET6 part 2
10130 * [Config] highbank -- commonise PHY settings
10131 * [Config] highbank -- commonise CRC settings
10132 * [Config] highbank -- commonise BINFMT settings
10133 * [Config] highbank -- commonise DM settings
10134 * [Config] highbank -- commonise RTC_DRV settings
10135 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10136 * [Config] highbank -- commonise USB settings
10137 * [Config] highbank -- commonise GPIO settings
10138 * [Config] highbank -- commonise I2C settings
10139 * [Config] highbank -- commonise numerous subsystem selectors
10140 * [Config] highbank -- commonise A-C modules missmatches
10141 * [Config] highbank -- commonise D-F modules missmatches
10142 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10143 * [Config] highbank -- commonise G-I modules missmatches
10144 * [Config] highbank -- commonise J-L modules missmatches
10145 * [Config] highbank -- commonise M modules missmatches
10146 * [Config] highbank -- commonise N-P modules missmatches
10147 * [Config] highbank -- commonise Q-R modules missmatches
10148 * [Config] highbank -- commonise S modules missmatches -- part 1
10149 * [Config] highbank -- commonise S modules missmatches -- part 2
10150 * [Config] highbank -- commonise T modules missmatches
10151 * [Config] highbank -- commonise U-Z modules missmatches
10152
10153 [ Ike Panhc ]
10154
10155 * [Config] add highbank flavour
10156 - LP: #1000831
10157
10158 [ Mark Langsdorf ]
10159
10160 * SAUCE: arm highbank: add support for pl320-ipc driver
10161 - LP: #1000831
10162
10163 [ Rob Herring ]
10164
10165 * SAUCE: input: add a key driver for highbank
10166 - LP: #1000831
10167 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10168 - LP: #1000831
10169 * SAUCE: force DMA buffers to non-bufferable on highbank
10170 - LP: #1000831
10171 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10172 - LP: #1000831
10173
10174 [ Tim Gardner ]
10175
10176 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10177 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10178 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10179 * [Config] Homogenize CIFS configs across all arches
10180 * [Config] armhf should not be skipabi or skipmodules
10181 - LP: #1006913
10182
10183 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10184
10185linux (3.4.0-3.8) quantal; urgency=low
10186
10187 [ Andy Whitcroft ]
10188
10189 * [Config] include include/generated/compile.h
10190 - LP: #942569
10191 * [Config] fix up postinst to ensure we know which error is which
10192 - LP: #1002388
10193
10194 [ Herton Ronaldo Krzesinski ]
10195
10196 * SAUCE: async_populate_rootfs: fix build warnings
10197 - LP: #1003417
10198
10199 [ John Johansen ]
10200
10201 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10202 * SAUCE: apparmor: Add the ability to mediate mount
10203 * SAUCE: AppArmor: basic networking rules
10204 * SAUCE: apparmor: fix profile lookup for unconfined
10205 - LP: #978038, #987371
10206 * SAUCE: apparmor: fix long path failure due to disconnected path
10207 - LP: #955892
10208
10209 [ Mario Limonciello ]
10210
10211 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10212 - LP: #901410
10213
10214 [ Stefan Bader ]
10215
10216 * (config) Built-in xen-acpi-processor
10217
10218 [ Tim Gardner ]
10219
10220 * [Config] CONFIG_NET_DSA=m
10221 - LP: #1004148
10222 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10223
10224 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10225
10226linux (3.4.0-3.7) quantal; urgency=low
10227
10228 [ Andy Whitcroft ]
10229
10230 * [Config] drop the virtual flavour in favour of a split generic et al
10231 * [Config] enforcer -- drop IDLE enforcement
10232 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10233 * [Config] updateconfigs following removal of -virtual
10234
10235 [ Leann Ogasawara ]
10236
10237 * Rebase to v3.4
10238
10239 [ Seth Forshee ]
10240
10241 * [Config] disable CONFIG_B43_BCMA_EXTRA
10242
10243 [ Tim Gardner ]
10244
10245 * [Config] Check for extras when building udebs
10246 * [Config] Collapsed generic-pae into generic [i386]
10247
10248 [ Upstream Kernel Changes ]
10249
10250 * rebase to v3.4
10251
10252 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
10253
10254linux (3.4.0-2.6) quantal; urgency=low
10255
10256 [ Andy Whitcroft ]
10257
10258 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
10259 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
10260 d_make_root()"
10261 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
10262 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
10263 security permissions to overlay files"
10264 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
10265 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
10266 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
10267 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
10268 * Revert "ubuntu: overlayfs -- overlay filesystem"
10269 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
10270 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
10271 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
10272 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
10273 * ubuntu: overlayfs -- overlayfs: add statfs support
10274 * ubuntu: overlayfs -- inode_only_permission: export inode level
10275 permissions checks
10276 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
10277
10278 [ Erez Zadok ]
10279
10280 * ubuntu: overlayfs -- overlayfs: implement show_options
10281
10282 [ Miklos Szeredi ]
10283
10284 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10285 * ubuntu: overlayfs -- vfs: add i_op->open()
10286 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10287 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10288 * ubuntu: overlayfs -- overlay filesystem
10289 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10290
10291 [ Neil Brown ]
10292
10293 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10294
10295 [ Robin Dong ]
10296
10297 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10298 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10299
10300 [ Tim Gardner ]
10301
10302 * [Config] perarch and indep tools builds need separate build directories
10303 * Prevent upgrading a non-PAE CPU
10304 * perf is not parallel build safe
10305
10306 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
10307
10308linux (3.4.0-2.5) quantal; urgency=low
10309
10310 [ Andy Whitcroft ]
10311
10312 * [Config] perarch and indep tools builds need separate build directories
10313
10314 [ Tim Gardner ]
10315
10316 * Prevent upgrading a non-PAE CPU
10317 * [Config] build debug
10318 * [Config] perf tools are not parallel build safe
10319
10320 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
10321
10322linux (3.4.0-2.4) quantal; urgency=low
10323
10324 [ Leann Ogasawara ]
10325
10326 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
10327 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
10328 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
10329 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
10330 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
10331 7400"
10332 * Revert "ubuntu: omnibook: fix source file newline"
10333 * Revert "ubuntu: omnibook -- update BOM"
10334 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
10335 depend on X86"
10336 * Revert "ubuntu: omnibook -- Added missing BOM file"
10337 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
10338 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
10339 mappings"
10340 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
10341 X86_32"
10342 * Revert "ubuntu: nx-emu - i386: NX emulation"
10343 * Revert "ubuntu: rfkill drivers -- version 1.3"
10344 * Temporarily disable module check
10345 * [Config] Remove CONFIG_FSAM7400
10346 * [Config] Remove CONFIG_OMNIBOOK
10347 * [Config] Update configs
10348 * Rebase to v3.4-rc7
10349 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
10350
10351 [ Tim Gardner ]
10352
10353 * Updated generic-pae description
10354 * Rebase to v3.4-rc6
10355 * install-tools depends on build targets
10356
10357 [ Upstream Kernel Changes ]
10358
10359 * kconfig: in debug mode some 0 length message prints occur
10360 * rebase to v3.4-rc7
10361 * rebase to v3.3-rc6
10362
10363 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
10364
10365linux (3.4.0-1.3) quantal; urgency=low
10366
10367 [ Andy Whitcroft ]
10368
10369 * [Config] control.stub is an intermediate product not a dependancy
10370 - LP: #992414
10371
10372 [ Leann Ogasawara ]
10373
10374 * remove i386 generic from getabis
10375
10376 [ Upstream Kernel Changes ]
10377
10378 * (pre-stable) b43: only reload config after successful initialization
10379 - LP: #950295
10380
10381 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
10382
10383linux (3.4.0-1.2) quantal; urgency=low
10384
10385 [ Andy Whitcroft ]
10386
10387 * [Config] add build depends for flex, bison and pkg-config
10388
10389 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
10390
10391linux (3.4.0-1.1) quantal; urgency=low
10392
10393 [ Andy Whitcroft ]
10394
10395 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10396 permissions to overlay files
10397 - LP: #915941, #918212
10398 - CVE-2012-0055
10399
10400 [ Leann Ogasawara ]
10401
10402 * Open Q
10403 * Rebase to v3.4-rc5
10404 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10405 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10406 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10407 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
10408 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10409 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
10410 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10411 * [Config] Temporarily disable CONFIG_AX88796 on arm
10412
10413 [ Upstream Kernel Changes ]
10414
10415 * vfs: pass struct path to __dentry_open()
10416 * vfs: add i_op->open()
10417 * vfs: export do_splice_direct() to modules
10418 * vfs: introduce clone_private_mount()
10419 * overlay filesystem
10420 * overlayfs: add statfs support
10421 * overlayfs: implement show_options
10422 * overlay: overlay filesystem documentation
10423 * fs: limit filesystem stacking depth
10424 * overlayfs: follow header cleanup
10425 * overlayfs: switch from d_alloc_root() to d_make_root()
10426 * overlayfs: update touch_atime() usage
10427 * rebase to v3.4-rc5
10428 - LP: #950490
10429 * rebase to v3.4-rc4
10430 * rebase to v3.4-rc3
10431 * rebase to v3.4-rc2
10432 * rebase to v3.4-rc1
10433 * rebase to v3.3
10434 * rebase to v3.3-rc7
10435 * rebase to v3.3-rc6
10436 * rebase to v3.3-rc5
10437 * rebase to v3.3-rc4
10438 - LP: #900802
10439 - LP: #930842
10440 * rebase to v3.3-rc3
10441 - LP: #924320
10442 - LP: #923316
10443 - LP: #923409
10444 - LP: #918254
10445 * rebase to v3.3-rc2
10446 * rebase to v3.3-rc1
10447 - LP: #795823
10448 - LP: #909419
10449 - LP: #910792
10450 - LP: #878701
10451 - LP: #724831
10452
10453 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
10454
10455linux (3.2.0-10.18) precise; urgency=low
10456
10457 [ Tim Gardner ]
10458
10459 * SAUCE: ecryptfs: Print inode on metadata error
10460
10461 [ Upstream Kernel Changes ]
10462
10463 * Revert "proc: enable writing to /proc/pid/mem"
10464 - LP: #919115
10465 - CVE-2012-0056
10466 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
10467 - LP: #909419
10468
10469 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
10470
10471linux (3.2.0-10.17) precise; urgency=low
10472
10473 [ Andy Whitcroft ]
10474
10475 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
10476 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
10477 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
10478 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
10479 * Revert "SAUCE: overlayfs -- overlay filesystem"
10480 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
10481 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
10482 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
10483 * ensure debian/ is not excluded from git by default
10484 * add new scripting to handle buglinks in rebases
10485 * ubuntu: overlayfs -- overlayfs: add statfs support
10486 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10487 permissions to overlay files
10488 - LP: #915941, #918212
10489 - CVE-2012-0055
10490
10491 [ Erez Zadok ]
10492
10493 * ubuntu: overlayfs -- overlayfs: implement show_options
10494
10495 [ Leann Ogasawara ]
10496
10497 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
10498 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
10499 - LP: #907377, #911236
10500 * [Config] Enable CONFIG_IRQ_REMAP
10501
10502 [ Miklos Szeredi ]
10503
10504 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10505 * ubuntu: overlayfs -- vfs: add i_op->open()
10506 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10507 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10508 * ubuntu: overlayfs -- overlay filesystem
10509 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10510
10511 [ Neil Brown ]
10512
10513 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10514
10515 [ Upstream Kernel Changes ]
10516
10517 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
10518 - LP: #647043
10519 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
10520 breaks USB
10521 - LP: #647043
10522
10523 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
10524
10525linux (3.2.0-9.16) precise; urgency=low
10526
10527 [ Andy Whitcroft ]
10528
10529 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
10530 * [Config] pull ARM sound modules =m
10531 * [Config] CONFIG_RTC_DRV_TEST is for testing only
10532 * [Config] CONFIG_USB_DUMMY_HCD is testing only
10533 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
10534
10535 [ Leann Ogasawara ]
10536
10537 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
10538 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
10539 * [Config] Enable CONFIG_MMC_TMIO=m
10540 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
10541 * [Config] Enable CONFIG_ISI=m
10542 * [Config] Enable CONFIG_MMC=y
10543 * [Config] Enable CONFIG_LIRC_PARALLEL=m
10544 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
10545 * [Config] Enable CONFIG_CHR_DEV_SG=y
10546 * [Config] Enable CONFIG_GPIO_PCA953X=m
10547 * [Config] Enable CONFIG_GPIO_TWL4030=m
10548 * [Config] Enable CONFIG_INET_DIAG=m
10549 * [Config] Enable CONFIG_NLS_ISO8859_1=m
10550 * [Config] Enable CONFIG_NVRAM=m
10551 * [Config] Enable CONFIG_SLIP=m
10552 * [Config] Enable CONFIG_PC300TOO=m
10553 * [Config] Enable CONFIG_TUN=y
10554 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
10555 * [Config] Enable CONFIG_THERMAL=y
10556 * [Config] Enable CONFIG_PPP=y
10557 * [Config] Enable CONFIG_PCI_STUB=m
10558 * Rebase to v3.2.1
10559 * [Config] Enable CONFIG_RTL8192E=m
10560 * [Config] Enable CONFIG_RTS5139=m
10561
10562 [ Stefan Bader ]
10563
10564 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
10565
10566 [ Upstream Kernel Changes ]
10567
10568 * ARM: restart: add restart hook to machine_desc record
10569 * ARM: restart: allow platforms more flexibility specifying restart mode
10570 * ARM: restart: move reboot failure handing into machine_restart()
10571 * ARM: restart: remove argument to setup_mm_for_reboot()
10572 * ARM: 7159/1: OMAP: Introduce local common.h files
10573 * ARM: restart: only perform setup for restart when soft-restarting
10574 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
10575 function
10576 * ARM: idmap: populate identity map pgd at init time using .init.text
10577 * ARM: suspend: use idmap_pgd instead of suspend_pgd
10578 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
10579 * ARM: idmap: use idmap_pgd when setting up mm for reboot
10580 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
10581 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
10582 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
10583 restart changes
10584 * ARM: lib: add call_with_stack function for safely changing stack
10585 * ARM: reset: implement soft_restart for jumping to a physical address
10586 * ARM: stop: execute platform callback from cpu_stop code
10587 * ARM: kexec: use soft_restart for branching to the reboot buffer
10588 * ARM: restart: omap: use new restart hook
10589 * topdown mmap support
10590 - LP: #861296
10591
10592 [ Upstream Kernel Changes ]
10593
10594 * Rebase to v3.2.1
10595
10596 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
10597
10598linux (3.2.0-8.15) precise; urgency=low
10599
10600 [ Leann Ogasawara ]
10601
10602 * [Config] Disable CONFIG_ACPI_PROCFS
10603 * Remove server from getabis
10604 * Temporarily disable module check
10605 * [Config] Disable CONFIG_MTD_TESTS
10606 * [Config] Disable CONFIG_X86_E_POWERSAVER
10607 * [Config] Set CONFIG_ARCNET=m
10608 * [Config] Enable CONFIG_ATM_DUMMY=m
10609 * [Config] Enable CONFIG_BLK_DEV_MD=y
10610 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
10611 * [Config] Enable CONFIG_BLK_DEV_SD=y
10612 * [Config] Enable CONFIG_BLK_DEV_SR=y
10613 * [Config] Enable CONFIG_BLK_DEV_UB=m
10614 * [Config] Enable CONFIG_COPS=m
10615 * [Config] Enable CONFIG_DVB_USB_EC168=m
10616 * [Config] Enable CONFIG_ENC28J60=m
10617 * [Config] Enable CONFIG_FB_UVESA=m
10618 * [Config] Enable CONFIG_FB_ATY=m
10619 * [Config] Enable CONFIG_BROADCOM_PHY=y
10620 * [Config] Enable CONFIG_CICADA_PHY=y
10621 * [Config] Enable CONFIG_DAVICOM_PHY=y
10622 * [Config] Enable CONFIG_ICPLUS_PHY=y
10623 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
10624 * [Config] Enable CONFIG_LXT_PHY=y
10625 * [Config] Enable CONFIG_MARVELL_PHY=y
10626 * [Config] Enable CONFIG_NATIONAL_PHY=y
10627 * [Config] Enable CONFIG_QSEMI_PHY=y
10628 * [Config] Enable CONFIG_SMSC_PHY=y
10629 * [Config] Enable CONFIG_VITESSE_PHY=y
10630 * Add 3w-sas to scsi-modules
10631 - LP: #776542
10632
10633 [ Mathieu Trudel-Lapierre ]
10634
10635 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
10636 to interface settings
10637
10638 [ Paolo Pisati ]
10639
10640 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
10641 - LP: #912199
10642 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
10643 - LP: #912199
10644 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
10645 - LP: #912199
10646
10647 [ Upstream Kernel Changes ]
10648
10649 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
10650 - LP: #906832
10651
10652 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
10653
10654linux (3.2.0-8.14) precise; urgency=low
10655
10656 [ Andy Whitcroft ]
10657
10658 * [Config] enable CONFIG_SND_USB_6FIRE
10659 - LP: #912197
10660 * rebase to mainline v3.2 final release
10661 * updateconfigs following rebase to v3.2 final
10662 * ubuntu: AUFS -- add BOM and automated update script
10663 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
10664 - LP: #684666
10665 * ubuntu: AUFS -- update aufs-update to track new locations of headers
10666 * ubuntu: AUFS -- clean up the aufs updater and BOM
10667 * ubuntu: AUFS -- documentation on updating aufs2
10668 * ubuntu: AUFS -- aufs3-base.patch
10669 * ubuntu: AUFS -- aufs3-standalone.patch
10670 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
10671 * ubuntu: AUFS -- fix undefined security_path_link
10672 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
10673 * ubuntu: AUFS -- updateconfigs following update
10674 * ubuntu: AUFS -- suppress benign plink warning messages
10675 - LP: #621195
10676 * ubuntu: AUFS -- enable in config and makefile
10677 * ubuntu: AUFS -- disable in favor of overlayfs
10678 * [Config] linux-virtual -- should include the extX modules
10679 - LP: #912308
10680
10681 [ Tyler Hicks ]
10682
10683 * SAUCE: eCryptfs: Improve statfs reporting
10684 - LP: #885744
10685
10686 [ Upstream Kernel Changes ]
10687
10688 * rebase to upstream v3.2
10689
10690 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
10691
10692linux (3.2.0-7.13) precise; urgency=low
10693
10694 [ Upstream Kernel Changes ]
10695
10696 * rebase to upstream 3.2-rc7
10697
10698 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
10699
10700linux (3.2.0-6.12) precise; urgency=low
10701
10702 [ Upstream Kernel Changes ]
10703
10704 * rebase to upstream v3.2-rc6
10705
10706 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
10707
10708linux (3.2.0-5.11) precise; urgency=low
10709
10710 [ Andy Whitcroft ]
10711
10712 * enforcer -- allow arch and flavour predicates to take lists
10713 * enforcer -- simplify armel/armhf specific options
10714 * enforcer -- fix incorrectly specified flavour matches
10715
10716 [ Leann Ogasawara ]
10717
10718 * [Config] Disable IRQ_REMAP
10719 * [Config] Enable CONFIG_SENSORS_LM95245=m
10720 * [Config] Enable CONFIG_SENSORS_MAX1668=m
10721 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
10722 * [Config] Enable CONFIG_SENSORS_MAX6639=m
10723 * [Config] Enable CONFIG_SENSORS_MAX6642=m
10724 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
10725 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
10726 * [Config] Enable CONFIG_PATA_TOSHIBA=m
10727 * [Config] Enable CONFIG_POHMELFS=m
10728 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
10729 * [Config] Enable CONFIG_PATA_OPTI=m
10730 * add overlayfs to virtual inclusion list
10731 - LP: #903897
10732 * add veth to virtual inclusion list
10733 - LP: #903897
10734 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
10735
10736 [ Paolo Pisati ]
10737
10738 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
10739 - LP: #903346
10740
10741 [ Tim Gardner ]
10742
10743 * [Config] CONFIG_LOCKUP_DETECTOR=y
10744 - LP: #903615
10745
10746 [ Upstream Kernel Changes ]
10747
10748 * rebase to upstream 55b02d2f
10749
10750 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
10751
10752linux (3.2.0-4.10) precise; urgency=low
10753
10754 [ Kyle McMartin ]
10755
10756 * SAUCE: dmar: disable if ricoh multifunction detected
10757 - LP: #894070
10758
10759 [ Seth Forshee ]
10760
10761 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
10762 - LP: #581312
10763
10764 [ Tim Gardner ]
10765
10766 * Start new release, Bump ABI, rebase to 3.2-rc5
10767
10768 [ Leann Ogasawara ]
10769
10770 * [Config] Enable CONFIG_SENSORS_AK8975=m
10771
10772 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
10773
10774linux (3.2.0-3.9) precise; urgency=low
10775
10776 [ Andy Whitcroft ]
10777
10778 * SAUCE: ext4: correct partial write discard size calculation
10779 - LP: #894768
10780
10781 [ Leann Ogasawara ]
10782
10783 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
10784 - LP: #892615
10785
10786 [ Matthew Garrett ]
10787
10788 * SAUCE: pci: Rework ASPM disable code
10789
10790 [ Upstream Kernel Changes ]
10791
10792 * x86: Fix boot failures on older AMD CPU's
10793 - LP: #892615
10794 * EHCI : Fix a regression in the ISO scheduler
10795 - LP: #899165
10796
10797 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
10798
10799linux (3.2.0-3.8) precise; urgency=low
10800
10801 [ Andy Whitcroft ]
10802
10803 * armhf -- add d-i configuration
10804 * armhf -- disable ABI checks for armhf
10805 * armhf -- add arch to getabis config
10806
10807 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
10808
10809linux (3.2.0-3.7) precise; urgency=low
10810
10811 [ Stefan Bader ]
10812
10813 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
10814 synchronous, regardless of lazy_mmu mode
10815 - LP: #854050
10816
10817 [ Tim Gardner ]
10818
10819 * rebase to v3.2-rc4
10820
10821 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
10822
10823linux (3.2.0-2.6) precise; urgency=low
10824
10825 [ Andy Whitcroft ]
10826
10827 * armhf -- fix omap flavour to build on armhf
10828 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
10829
10830 [ Borislav Petkov ]
10831
10832 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
10833 - LP: #892615
10834
10835 [ Colin Watson ]
10836
10837 * Add pata_macio to pata-modules
10838
10839 [ Tim Gardner ]
10840
10841 * [Config] Prefer crda over wireless-crda
10842 * [Config] Fix virtual inclusion list.
10843 - LP: #897795
10844
10845 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
10846
10847linux (3.2.0-2.5) precise; urgency=low
10848
10849 [ Paolo Pisati ]
10850
10851 * [Config] PANEL_DVI=y
10852
10853 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
10854
10855linux (3.2.0-2.4) precise; urgency=low
10856
10857 [ Andy Whitcroft ]
10858
10859 * rebase to v3.2-rc3
10860
10861 [ Leann Ogasawara ]
10862
10863 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
10864 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
10865 * Revert "olpc_dcon_xo_1_5 needs delay.h"
10866 * Revert "olpc_dcon_xo_1 needs delay.h"
10867 * rebase to 6fe4c6d4
10868 * [Config] updateconfigs after rebase to 6fe4c6d4
10869
10870 [ Tim Gardner ]
10871
10872 * [Config] Replace wireless-crda with crda,wireless-regdb
10873 - LP: #856421
10874 * [Config] Relax the dependencies on crda
10875
10876 [ Upstream Kernel Changes ]
10877
10878 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
10879 - LP: #724831
10880 * Ubuntu: remove coreutils|fileutils package dependency
10881 - LP: #892814
10882 * iio: iio_event_getfd -- fix ev_int build failure
10883
10884 [ Upstream Kernel Changes ]
10885
10886 * Rebase to v3.2-rc3
10887
10888 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
10889
10890linux (3.2.0-1.3) precise; urgency=low
10891
10892 [ Upstream Kernel Changes ]
10893
10894 * Ubuntu: Add ext2 to fs-core-modules
10895 - LP: #893395
10896
10897 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
10898
10899linux (3.2.0-1.2) precise; urgency=low
10900
10901 [ Andy Whitcroft ]
10902
10903 * [Config] enable CONFIG_NFC and associated devices
10904 * SAUCE: allow brcmsmac and b43 to both build
10905
10906 [ Soren Hansen ]
10907
10908 * Add ixgbe driver to d-i
10909 - LP: #891969
10910
10911 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
10912
10913linux (3.2.0-1.1) precise; urgency=low
10914 [ Andy Whitcroft ]
10915
10916 * armhf -- enable armhf and create the first flavours
10917 * SAUCE: ensure root is ready before running usermodehelpers in it
10918 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
10919
10920 [ Leann Ogasawara ]
10921
10922 * Temporarily ignore module check
10923 * [Config] Enable PCI_IOV on powerpc
10924 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
10925 * rebase to v3.2-rc2
10926 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
10927 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
10928 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
10929 * SAUCE: select ARM_AMBA if OMAP3_EMU
10930 * [Config] updateconfigs after select ARM_AMBA
10931 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
10932 * [Config] Enable CONFIG_EXT2_FS=m
10933 * [Config] Build in CONFIG_SATA_AHCI=y
10934 * Resolve linux-image-extra's install dependency
10935
10936 [ Seth Forshee ]
10937
10938 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
10939 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
10940 Documentation
10941 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
10942 alps_model_info
10943 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
10944 size
10945 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
10946 3 and 4
10947 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
10948 protocol
10949 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
10950 versions 3 and 4
10951
10952 [ Stefan Bader ]
10953
10954 * [Config] Built-in xen-netfront and xen-blkfront
10955 * Fix build of dm-raid45 and re-enable it
10956
10957 [ Tim Gardner ]
10958
10959 * [Config] CONFIG_USB_XHCI_HCD=y
10960 - LP: #886167
10961 * [Config] CONFIG_R6040=m
10962 - LP: #650899
10963 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
10964 - LP: #854399
10965 * [Config] Consolidated amd64 server flavour into generic
10966 * [Config] updateconfigs after rebase to 3.2-rc1
10967 * [Config] Disabled dm-raid4-5
10968 * [Config] Disabled ndiswrapper
10969 * [Config] Disable vt6656
10970 * [Config] exclude ppp-modules for virtual flavour
10971 * [Config] CONFIG_MEMSTICK_R592=m
10972 - LP: #238208
10973
10974 [ Upstream Kernel Changes ]
10975
10976 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
10977 - LP: #887780
10978 * CHROMIUM: seccomp_filter: add process state reporting
10979 - LP: #887780
10980 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
10981 works.
10982 - LP: #887780
10983 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
10984 - LP: #887780
10985 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
10986 - LP: #887780
10987 * CHROMIUM: seccomp_filters: move to btrees
10988 * CHROMIUM: enable CONFIG_BTREE
10989 * CHROMIUM: seccomp_filter: kill NR_syscall references
10990 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
10991 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
10992 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
10993 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
10994 * CHROMIUM: seccomp_filter: inheritance documentation
10995 * CHROMIUM: seccomp_filter: make inherited filters composable
10996 * CHROMIUM: Fix seccomp_t compile error
10997 - LP: #887780
10998 * CHROMIUM: Fix kref usage
10999 - LP: #887780
11000 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11001 * rebase to v3.2-rc2
11002
11003 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11004
11005linux (3.1.0-2.3) precise; urgency=low
11006
11007 [ Tim Gardner ]
11008
11009 * Add postinit and postrm scripts to the extras package
11010 - LP: #882120
11011
11012 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11013
11014linux (3.1.0-2.2) precise; urgency=low
11015
11016 [ Andy Whitcroft ]
11017
11018 * debian: add locking to protect debian/files from parallel update
11019
11020 [ Leann Ogasawara ]
11021
11022 * rebase to v3.1
11023
11024 [ Upstream Kernel Changes ]
11025
11026 * rebase to v3.1
11027
11028 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11029
11030linux (3.1.0-1.1) precise; urgency=low
11031
11032 [ Andiry Xu ]
11033
11034 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11035 - LP: #872811
11036
11037 [ Andy Whitcroft ]
11038
11039 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11040 - LP: #832694
11041 * Revert "ubuntu: compcache -- version 0.5.3"
11042 - LP: #832694
11043 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11044 * [Config] Enable CONFIG_MACVTAP=m
11045 - LP: #822601
11046 * record the compiler in the ABI and check for inconsistant builds
11047 * [Config] move ECRYPT_FS back to =y for all architectures
11048 - LP: #827197
11049 * [Config] enable CONFIG_DRM_VMWGFX=m
11050 - LP: #698009
11051 * [Config] re-fix ECRYPT_FS=y
11052 - LP: #827197
11053 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11054 - LP: #827197
11055 * [Config] dropping compcache configuration options
11056 * [Config] standardise on HZ=250
11057 * SAUCE: headers_install: fix #include "..." usage for userspace
11058 - LP: #824377
11059 * make module-inclusion selection retain the left overs
11060 * add a new linux-image-extras package for virtual
11061
11062 [ Colin Watson ]
11063
11064 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11065
11066 [ edwin_rong ]
11067
11068 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11069 - LP: #824273
11070
11071 [ Greg Kroah-Hartman ]
11072
11073 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11074 - LP: #824273
11075
11076 [ Jesse Sung ]
11077
11078 * SAUCE: Unregister input device only if it is registered
11079 - LP: #839238
11080
11081 [ Jiri Kosina ]
11082
11083 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11084
11085 [ Joshua V. Dillon ]
11086
11087 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11088
11089 [ Kees Cook ]
11090
11091 * [Config] enable and enforce SECCOMP_FILTER on x86
11092
11093 [ Keng-Yu Lin ]
11094
11095 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11096 - LP: #824273
11097
11098 [ Leann Ogasawara ]
11099
11100 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11101 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11102 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11103 readdir"
11104 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11105 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11106 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11107 * Revert "ubuntu: overlayfs -- overlay filesystem"
11108 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11109 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11110 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11111 than just revision"
11112 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11113 * Revert "ubuntu: fsam7400 disable driver"
11114 - LP: #876030
11115 * rebase to v3.1-rc1
11116 * [Config] updateconfigs after rebase to v3.1-rc1
11117 * rebase to v3.1-rc2
11118 * [Config] Updateconfigs after rebase to v3.1-rc2
11119 * ubuntu: Yama - update calls to generic_permission() and
11120 inode->i_op->permission()
11121 * ubuntu: ndiswrapper -- remove netdev_priv macro
11122 * ubuntu: aufs -- Temporarily disable due to build failure
11123 * [Config] Diable INTEL_MID_PTI on armel
11124 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11125 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11126 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11127 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11128 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11129 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11130 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11131 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11132 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11133 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11134 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11135 * [Config] Enable CONFIG_ECHO=m on powerpc
11136 * [Config] Enable CONFIG_ET131X=m on powerpc
11137 * [Config] Set CONFIG_FB_MATROX=m
11138 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11139 * [Config] Set CONFIG_FB_VIRTUAL=n
11140 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11141 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11142 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11143 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11144 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11145 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11146 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11147 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11148 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11149 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11150 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11151 * [Config] Enable CONFIG_IGB=m on powerpc
11152 * [Config] Enable CONFIG_IIO=m on powerpc
11153 * [Config] Enable CONFIG_INFINIBAND_NES=m
11154 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11155 * [Config] Enable CONFIG_IWL3945=m on powerpc
11156 * [Config] Disable CONFIG_KVM_BOOK3S_64
11157 * [Config] Enable CONFIG_LAPBETHER=m on arm
11158 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11159 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11160 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11161 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11162 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11163 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11164 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11165 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11166 * [Config] Enable CONFIG_MEMSTICK=m on arm
11167 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11168 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11169 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11170 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11171 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11172 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11173 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11174 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11175 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11176 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11177 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11178 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11179 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11180 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11181 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11182 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11183 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11184 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11185 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11186 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11187 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11188 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11189 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11190 * [Config] Enable CONFIG_PANEL=m on powerpc
11191 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11192 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11193 - LP: #833705
11194 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11195 - LP: #837332
11196 * [Config] Update CONFIG_EFI_VARS enforcer check
11197 * [Config] Add aufs to virtual flavor inclusion list
11198 - LP: #844159
11199 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11200 - LP: #818933
11201 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11202 - LP: #768039
11203 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11204 - LP: #838402
11205 * [Config] Add igbvf to the virtual flavor inclusion list
11206 - LP: #794570
11207 * [Config] Add ixgbevf to the virtual inclusion list
11208 - LP: #872411
11209 * [Config] Transition -generic and -server to be identical
11210 * rebase to v3.1-rc10
11211
11212 [ Luke Yelavich ]
11213
11214 * [Config] Disable legacy IDE drivers on powerpc
11215
11216 [ Ming Lei ]
11217
11218 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11219 - LP: #801719
11220 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11221 Sandybridge chipsets(v2)
11222 - LP: #737388, #782389, #794642
11223
11224 [ Paolo Pisati ]
11225
11226 * [Config] Compile-in vfat support for armel
11227 - LP: #853783
11228
11229 [ Randy Dunlap ]
11230
11231 * SAUCE: staging: fix rts5139 depends & build
11232 - LP: #824273
11233
11234 [ Rene Bolldorf ]
11235
11236 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
11237 power in 'ideapad_backlight_notify_power' to avoid a page fault
11238
11239 [ Seth Forshee ]
11240
11241 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
11242 - LP: #681904
11243 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
11244 - LP: #810020
11245
11246 [ Stefan Bader ]
11247
11248 * (config) Package macvlan and macvtap for virtual
11249 * [Config] Force perf to use libiberty for demangling
11250 - LP: #783660
11251 * SAUCE: xen: Do not use pv spinlocks on HVM
11252 - LP: #838026
11253
11254 [ Tim Gardner ]
11255
11256 * [Config] Clean up tools rules
11257 * [Config] Package x86_energy_perf_policy and turbostat
11258 - LP: #797556
11259 * rebase to v3.1-rc3
11260 * [Config] Simplify binary-udebs dependencies
11261 * [Config] kernel preparation cannot be parallelized
11262 * [Config] Linearize module/abi checks
11263 * [Config] Linearize and simplify tree preparation rules
11264 * [Config] Build kernel image in parallel with modules
11265 * [Config] Set concurrency for kmake invocations
11266 * [Config] Improve install-arch-headers speed
11267 * [Config] Fix binary-perarch dependencies
11268 * [Config] Removed stamp-flavours target
11269 * [Config] Serialize binary indep targets
11270 * [Config] Use build stamp directly
11271 * [Config] Restore prepare-% target
11272 * rebase to v3.1-rc4
11273 * rebase to v3.1-rc5
11274 * [Config] Disable makedumpfile for i386/amd64
11275 * rebase to v3.1-rc6
11276 * [Config] Fix binary-% build target
11277 * rebase to v3.1-rc7
11278 * rebase to v3.1-rc8
11279 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11280 - LP: #854399
11281 * [Config] Enable ftrace support in the mac80211 layer
11282 - LP: #865171
11283 * rebase to v3.1-rc9
11284 * SAUCE: usb/core/devio.c: Check for printer class specific request
11285 - LP: #872711
11286
11287 [ Upstream Kernel Changes ]
11288
11289 * overlay filesystem
11290 * overlayfs: add statfs support
11291 * overlayfs: implement show_options
11292 * overlay: overlay filesystem documentation
11293 * fs: limit filesystem stacking depth
11294
11295 [ Will Drewry ]
11296
11297 * SAUCE: seccomp_filter: new mode with configurable syscall filters
11298 * SAUCE: seccomp_filter: add process state reporting
11299 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
11300 works.
11301 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
11302
11303 [ Upstream Kernel Changes ]
11304
11305 * rebase to v3.1-rc1
11306 * rebase to v3.1-rc2
11307 * rebase to v3.1-rc3
11308 +CONFIG_BLK_DEV_BSGLIB=y
11309 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
11310 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
11311 * rebase to v3.1-rc4
11312 * rebase to v3.1-rc5
11313 * rebase to v3.1-rc6
11314 * rebase to v3.1-rc7
11315 * rebase to v3.1-rc8
11316 * rebase to v3.1-rc9
11317 * rebase to v3.1-rc10
11318
11319 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
11320
11321linux (3.1.0-1.0) oneiric; urgency=low
11322
11323 [ Leann Ogasawara ]
11324
11325 * Open P-series
11326
11327 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
11328
11329linux (3.0.0-8.10) oneiric; urgency=low
11330
11331 [ Adam Jackson ]
11332
11333 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
11334 - LP: #753994
11335
11336 [ John Johansen ]
11337
11338 * [Config] Enable missing IPv6 options
11339
11340 [ Leann Ogasawara ]
11341
11342 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
11343 - LP: #819925
11344 * Rebase to 3.0.1
11345
11346 [ Upstream Kernel Changes ]
11347
11348 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
11349 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
11350 - LP: #783582
11351 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
11352 - LP: #796476
11353 * KVM: Add SMEP support when setting CR4
11354 - LP: #796476
11355 * KVM: Mask function7 ebx against host capability word9
11356 - LP: #796476
11357 * KVM: Add instruction fetch checking when walking guest page table
11358 - LP: #796476
11359
11360 [ Upstream Kernel Changes ]
11361
11362 * rebase to v3.0.1
11363
11364 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
11365
11366linux (3.0.0-7.9) oneiric; urgency=low
11367
11368 [ Andy Whitcroft ]
11369
11370 * Revert "[Upstream] add local prefix to oss local change_bits"
11371 * Revert "SAUCE: add tracing for user initiated readahead requests"
11372 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
11373 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
11374 Zhaoyang E47"
11375 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
11376 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
11377 (grub)"
11378 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
11379 checks"
11380 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
11381 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
11382 vt switch"
11383 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
11384 - LP: #816035
11385 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
11386 it
11387 * SAUCE: (no-up) add tracing for user initiated readahead requests
11388 * SAUCE: vt -- maintain bootloader screen mode and content until vt
11389 switch
11390 * SAUCE: vt -- allow grub to request automatic vt_handoff
11391
11392 [ Arjan van de Ven ]
11393
11394 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
11395
11396 [ Kees Cook ]
11397
11398 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
11399 * [Config] enforce ACPI_CUSTOM_METHOD disabled
11400
11401 [ Keng-Yu Lin ]
11402
11403 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
11404 Zhaoyang E47
11405 - LP: #632884, #803005
11406
11407 [ Leann Ogasawara ]
11408
11409 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
11410 - LP: #513131
11411 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
11412 - LP: #815064
11413
11414 [ Rezwanul Kabir ]
11415
11416 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
11417 Dell E2 series Laptops
11418 - LP: #632884
11419
11420 [ Upstream Kernel Changes ]
11421
11422 * Revert "yama: if an underlying filesystem provides a permissions op use
11423 it"
11424 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
11425 series Laptops"
11426 * Revert "tty: include linux/slab.h for kfree"
11427 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
11428 * Revert "pch_dma: add include/slab.h for kfree"
11429 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
11430 - LP: #773524
11431 * oss: rename local change_bits to avoid powerpc bitsops.h definition
11432
11433 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
11434
11435linux (3.0.0-7.8) oneiric; urgency=low
11436
11437 [ Andy Whitcroft ]
11438
11439 * ubuntu: overlayfs -- overlayfs: add statfs support
11440 * [Config] enable CONFIG_OVERLAYFS
11441
11442 [ Erez Zadok ]
11443
11444 * ubuntu: overlayfs -- overlayfs: implement show_options
11445
11446 [ Leann Ogasawara ]
11447
11448 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
11449 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
11450 * [Config] Disable CONFIG_ATM_DUMMY on arm
11451 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
11452 * Temporarily disable module check on arm
11453 * Rebase to 3.0 final
11454 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
11455 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
11456 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
11457 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
11458 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
11459 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
11460 * [Config] Enable CONFIG_DM9000=m on arm
11461 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
11462 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
11463
11464 [ Miklos Szeredi ]
11465
11466 * ubuntu: overlayfs -- vfs: add i_op->open()
11467 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11468 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11469 * ubuntu: overlayfs -- overlay filesystem
11470 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
11471 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
11472 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11473 * ubuntu: overlayfs -- ovl: make lower mount read-only
11474
11475 [ Neil Brown ]
11476
11477 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11478
11479 [ Tim Gardner ]
11480
11481 * [Config] Add enic/fnic to udebs
11482 - LP: #801610
11483
11484 [ Upstream Kernel Changes ]
11485
11486 * yama: if an underlying filesystem provides a permissions op use it
11487
11488 [ Major Kernel Changes ]
11489
11490 * Rebase to 3.0 final
11491
11492 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
11493
11494linux (3.0.0-6.7) oneiric; urgency=low
11495
11496 [ Eagon Yager ]
11497
11498 * [Config] Fix misspelled 'skipmodule' in arm makefile.
11499
11500 [ Keng-Yu Lin ]
11501
11502 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
11503 - LP: #632884, #803005
11504
11505 [ Leann Ogasawara ]
11506
11507 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
11508 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
11509 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
11510 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
11511 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
11512 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
11513 * [Config] Set CONFIG_ACPI_SBS=m
11514 * [Config] Set CONFIG_ACPI_WMI=m
11515 * [Config] Set CONFIG_AD7150=m on arm
11516 * [Config] Set CONFIG_AD7152=m on arm
11517 * [Config] Drop CONFIG_GPIO_S5PV210
11518 * [Config] Drop CONFIG_GPIO_S5PC100
11519 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
11520 * [Config] Drop CONFIG_GPIO_EXYNOS4
11521
11522 [ Stefan Bader ]
11523
11524 * SAUCE: Re-enable RODATA for i386 virtual
11525 - LP: #809838
11526
11527 [ Upstream Kernel Changes ]
11528
11529 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
11530 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
11531 - LP: #771758
11532
11533 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
11534
11535linux (3.0.0-5.6) oneiric; urgency=low
11536
11537 [ Tim Gardner ]
11538
11539 * [Config] CONFIG_RTL8192CU=m
11540 * Rebase to -rc7
11541
11542 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
11543
11544linux (3.0.0-4.5) oneiric; urgency=low
11545
11546 [ Ming Lei ]
11547
11548 * SAUCE: fix yama_ptracer_del lockdep warning
11549 - LP: #791019
11550
11551 [ Seth Forshee ]
11552
11553 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
11554 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
11555 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
11556 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
11557 - LP: #805218
11558
11559 [ Tim Gardner ]
11560
11561 * [Config] updateconfigs after rebase to -rc6+
11562 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
11563 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
11564 * Revert "UBUNTU: add dependancies for module-init-tools"
11565 This dependency is no longer required for a 3 digit version.
11566
11567 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
11568
11569linux (3.0-3.4) oneiric; urgency=low
11570
11571 [ Keng-Yu Lin ]
11572
11573 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
11574 killswitch"
11575 - LP: #775281
11576
11577 [ Leann Ogasawara ]
11578
11579 * rebase to v3.0-rc5
11580 * [Config] updateconfigs after rebase to 3.0-rc5
11581
11582 [ Tim Gardner ]
11583
11584 * [Config] Remove ubuntu/rtl8192se
11585 * [Config] Added armel ABI files
11586 * [Config] Removed armel versatile flavour
11587 * [Config] CONFIG_INTEL_MEI=m
11588 - LP: #716867
11589
11590 [ Upstream Kernel Changes ]
11591
11592 * ALSA: hda - Enable auto-parser as default for Conexant codecs
11593
11594 [ Upstream Kernel Changes ]
11595
11596 * rebase to v3.0-rc5
11597
11598 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
11599
11600linux (3.0-2.3) oneiric; urgency=low
11601
11602 [ Andy Whitcroft ]
11603
11604 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
11605
11606 [ Leann Ogasawara ]
11607
11608 * rebase to v3.0-rc4
11609 * [Config] updateconfigs after rebase to 3.0-rc4
11610 * fix ERROR: __devcgroup_inode_permission undefined
11611
11612 [ Stefan Bader ]
11613
11614 * SAUCE: iscsitarget: Remove driver from the kernel
11615
11616 [ Tim Gardner ]
11617
11618 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
11619 * [Config] Add grub-efi as a recommended bootloader for server and
11620 generic
11621 - LP: #800910
11622
11623 [ Upstream Kernel Changes ]
11624
11625 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
11626
11627 [ Leann Ogasawara ]
11628
11629 * rebase to v3.0-rc4
11630
11631 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
11632
11633linux (3.0-1.2) oneiric; urgency=low
11634
11635 [ Andy Whitcroft ]
11636
11637 * [Config] enable CONFIG_CAN_CALC_BITTIMING
11638
11639 [ Leann Ogasawara ]
11640
11641 * rebase to v3.0-rc3
11642 * [Config] updateconfigs after rebase to 3.0-rc3
11643
11644 [ Upstream Kernel Changes ]
11645
11646 * perf: clear out make flags when calling kernel make kernelver
11647
11648 [ Leann Ogasawara ]
11649
11650 * rebase to v3.0-rc3
11651
11652 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
11653
11654linux (3.0-0.1) oneiric; urgency=low
11655
11656 [ Andy Whitcroft ]
11657
11658 * use the packaging version in the kernel
11659 * use the kernels idea of its version for version_signature
11660 * add dependancies for module-init-tools
11661 * update control files to version 3
11662 * printchanges/insertchanges allow override of prev_release
11663 * correct Vcs-Git: to point to oneiric
11664
11665 [ Leann Ogasawara ]
11666
11667 * rebase to v3.0-rc1
11668 * [Config] updateconfigs after rebase to 3.0-rc1
11669 * ubuntu: dm-raid4-5 fix up build failure
11670 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
11671 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
11672 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
11673 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
11674 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
11675 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
11676 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
11677 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
11678 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
11679 * rebase to v3.0-rc2
11680
11681 [ Manoj Iyer ]
11682
11683 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
11684 - LP: #790754
11685
11686 [ Upstream Kernel Changes ]
11687
11688 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
11689 demands it"
11690 * drm/i915: fix regression after clock gating init split
11691
11692 [ Major Kernel Changes ]
11693
11694 * rebase from v2.6.39 to v3.0-rc1
11695 * rebase from v3.0-rc1 to v3.0-rc2
11696
11697 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
11698
11699linux (2.6.39-3.10) oneiric; urgency=low
11700
11701 [ Colin Ian King ]
11702
11703 * SAUCE: S3 early resume debug via keyboard LEDs
11704
11705 [ Ingo Molnar ]
11706
11707 * ubuntu: nx-emu - i386: NX emulation
11708 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
11709
11710 [ Leann Ogasawara ]
11711
11712 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
11713 * Revert "[Config] Disable CONFIG_DM_RAID45"
11714 * [Config] enable CONFIG_BRCMFMAC=y
11715 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
11716 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
11717
11718 [ Robert Nelson ]
11719
11720 * SAUCE: omap3: beagle: detect new xM revision B
11721 - LP: #770679
11722 * SAUCE: omap3: beagle: detect new xM revision C
11723 - LP: #770679
11724 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
11725 - LP: #770679
11726
11727 [ Stefan Bader ]
11728
11729 * SAUCE: Convert dm-raid45 to new block plugging
11730
11731 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
11732
11733linux (2.6.39-3.9) oneiric; urgency=low
11734
11735 [ Leann Ogasawara ]
11736
11737 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
11738 * rebase to v2.6.39
11739 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
11740 * [Config] enable CONFIG_INPUT_APANEL=m
11741
11742 [ Thomas Schlichter ]
11743
11744 * SAUCE: vesafb: mtrr module parameter is uint, not bool
11745 - LP: #778043
11746 * SAUCE: vesafb: enable mtrr WC by default
11747 - LP: #778043
11748
11749 [ Major Kernel Changes ]
11750
11751 * rebase from v2.6.39-rc7 to v2.6.39
11752
11753 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
11754
11755linux (2.6.39-2.8) oneiric; urgency=low
11756
11757 [ Andy Whitcroft ]
11758
11759 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
11760 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
11761 * Revert "[Config] Disable CONFIG_AUFS_FS"
11762 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
11763 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
11764 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
11765 * ubuntu: AUFS -- clean up the aufs updater and BOM
11766 * ubuntu: AUFS -- documentation on updating aufs2
11767
11768 [ Kees Cook ]
11769
11770 * ubuntu: Yama - LSM hooks
11771 * ubuntu: Yama - create task_free security callback
11772 * ubuntu: Yama - add ptrace relationship tracking interface
11773 * ubuntu: Yama - unconditionally chain to Yama LSM
11774
11775 [ Leann Ogasawara ]
11776
11777 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
11778 * Revert "[Config] Disable CONFIG_EASYCAP"
11779 * ubuntu: fsam7400 disable driver
11780 * ubuntu: omnibook disable driver
11781 * ubuntu: rfkill disable driver
11782
11783 [ Tim Gardner ]
11784
11785 * SAUCE: Fix extra reference in fb_open()
11786
11787 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
11788
11789linux (2.6.39-2.7) oneiric; urgency=low
11790
11791 [ Leann Ogasawara ]
11792
11793 * rebase to v2.6.39-rc7
11794
11795 [ Major Kernel Changes ]
11796
11797 * rebase from v2.6.39-rc6 to v2.6.39-rc7
11798
11799 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
11800
11801linux (2.6.39-1.6) oneiric; urgency=low
11802
11803 [ Leann Ogasawara ]
11804
11805 * rebase to v2.6.39-rc6
11806 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
11807
11808 [ Tim Gardner ]
11809
11810 * [Config] updateconfigs after rebase to 2.6.39-rc6
11811
11812 [ Major Kernel Changes ]
11813
11814 * rebase from v2.6.39-rc5 to v2.6.39-rc6
11815 - LP: #740126
11816
11817 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
11818
11819linux (2.6.39-0.5) oneiric; urgency=low
11820
11821 [ Herton Ronaldo Krzesinski ]
11822
11823 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
11824 - LP: #764758
11825
11826 [ Leann Ogasawara ]
11827
11828 * rebase to v2.6.39-rc5
11829 * [Config] updateconfigs following rebase to v2.6.39-rc5
11830
11831 [ Paolo Pisati ]
11832
11833 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
11834 - LP: #759913
11835
11836 [ Stefan Bader ]
11837
11838 * Include nls_iso8859-1 for virtual images
11839 - LP: #732046
11840
11841 [ Major Kernel Changes ]
11842
11843 * rebase from v2.6.39-rc4 to v2.6.39-rc5
11844
11845 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
11846
11847linux (2.6.39-0.4) oneiric; urgency=low
11848
11849 [ Leann Ogasawara ]
11850
11851 * rebase to v2.6.39-rc4
11852 * [Config] updateconfigs following rebase to v2.6.39-rc4
11853 * fixup powerpc implicit declaration of function
11854 'crash_kexec_wait_realmode'
11855 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
11856
11857 [ Tim Gardner ]
11858
11859 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
11860 - LP: #769503
11861 * [Config] Add cachefiles.ko to virtual flavour
11862 - LP: #770430
11863
11864 [ Major Kernel Changes ]
11865
11866 * rebase from v2.6.39-rc3 to v2.6.39-rc4
11867
11868 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
11869
11870linux (2.6.39-0.3) oneiric; urgency=low
11871
11872 [ Leann Ogasawara ]
11873
11874 * rebase to v2.6.39-rc3
11875 * crash_kexec_wait_realmode() undefined when !SMP
11876
11877 [ Tim Gardner ]
11878
11879 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
11880 - LP: #632327
11881
11882 [ Major Kernel Changes ]
11883
11884 * rebase from v2.6.39-rc2 to v2.6.39-rc3
11885
11886 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
11887
11888linux (2.6.39-0.2) oneiric; urgency=low
11889
11890 [ Gustavo F. Padovan ]
11891
11892 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
11893 - LP: #720949
11894
11895 [ John Johansen ]
11896
11897 * AppArmor: Fix masking of capabilities in complain mode
11898 - LP: #748656
11899
11900 [ Leann Ogasawara ]
11901
11902 * rebase to v2.6.39-rc2
11903 * [Config] updateconfigs following rebase to v2.6.39-rc2
11904 * hv_mouse needs delay.h
11905 * olpc_dcon_xo_1 needs delay.h
11906 * olpc_dcon_xo_1_5 needs delay.h
11907 * Update dropped.txt for Oneiric
11908
11909 [ Steve Langasek ]
11910
11911 * [Config] Make linux-libc-dev coinstallable under multiarch
11912 - LP: #750585
11913
11914 [ Upstream Kernel Changes ]
11915
11916 * x86, hibernate: Initialize mmu_cr4_features during boot
11917 - LP: #752870
11918
11919 [ Major Kernel Changes ]
11920
11921 * rebase from v2.6.39-rc1 to v2.6.39-rc2
11922
11923 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
11924
11925linux (2.6.39-0.1) oneiric; urgency=low
11926
11927 [ Brad Figg ]
11928
11929 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
11930 - LP: #737124
11931
11932 [ Henrik Rydberg ]
11933
11934 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
11935 * SAUCE: HID: ntrig: fix suspend/resume on recent models
11936
11937 [ Herton Ronaldo Krzesinski ]
11938
11939 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
11940 struct v4l2_subdev
11941 - LP: #745213
11942
11943 [ Kees Cook ]
11944
11945 * [Config] packaging: adjust perms on vmlinuz as well
11946 * SAUCE: nx-emu: further clarify dmesg reporting
11947 - LP: #745181
11948
11949 [ Leann Ogasawara ]
11950
11951 * rebase to v2.6.39-rc1
11952 * [Config] updateconfigs following rebase to v2.6.39-rc1
11953 * [Config] Disable CONFIG_DM_RAID45
11954 * [Config] Disable CONFIG_SCSI_ISCSITARGET
11955 * [Config] Disable CONFIG_EASYCAP
11956 * [Config] Disable CONFIG_AUFS_FS
11957 * update bnx2 firmware files in d-i/firmware/nic-modules
11958 * xhci-pci.c resolve implicit declaration of kzalloc
11959 * [Config] Enable CONFIG_DRM_PSB for only x86
11960 * [Config] Enable CONFIG_RTS_PSTOR for only x86
11961 * mfd/asic3: Fix typo, s/irq_data/data/
11962
11963 [ Luke Yelavich ]
11964
11965 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
11966 - LP: #745358
11967 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
11968 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
11969
11970 [ Manoj Iyer ]
11971
11972 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
11973 - LP: #745217
11974
11975 [ Tim Gardner ]
11976
11977 * SAUCE: INR_OPEN=4096
11978 - LP: #663090
11979 * SAUCE: Increase the default hard limit for open FDs to 4096
11980 - LP: #663090
11981
11982 [ Upstream Kernel Changes ]
11983
11984 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
11985 namespace cleanup
11986 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
11987 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
11988
11989 [ Major Kernel Changes ]
11990
11991 * rebase from v2.6.38 to v2.6.39-rc1
11992
11993 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
11994
11995linux (2.6.39-0.0) oneiric; urgency=low
11996
11997 [ Leann Ogasawara ]
11998
11999 * Open Oneiric
12000
12001 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12002
12003linux (2.6.38-7.39) natty; urgency=low
12004
12005 [ Leann Ogasawara ]
12006
12007 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12008
12009 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12010
12011linux (2.6.38-7.38) natty; urgency=low
12012
12013 [ Leann Ogasawara ]
12014
12015 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12016 gcc-4.5.2-6ubuntu5 finished building on all arches.
12017
12018 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12019
12020linux (2.6.38-7.37) natty; urgency=low
12021
12022 [ Leann Ogasawara ]
12023
12024 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12025
12026 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12027
12028linux (2.6.38-7.36) natty; urgency=low
12029
12030 [ Andy Whitcroft ]
12031
12032 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12033 optimisation"
12034 * purge last vestiges of maverick
12035 * [Config] switch CONFIG_FB_VESA back to module
12036
12037 [ Chris Wilson ]
12038
12039 * SAUCE: drm/i915: Fix pipelined fencing
12040 - LP: #717114
12041
12042 [ Loïc Minier ]
12043
12044 * Include nls_cp437 module in virtual for fat
12045 - LP: #732046
12046 * Support arch= cross-compilation for any arch
12047 * Fix couple of typos in 0-common-vars.mk
12048 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12049 * Add armhf to Debian -> Linux arch map
12050 * Add initial armhf.mk
12051 * Enable common packages for armhf
12052
12053 [ Upstream Kernel Changes ]
12054
12055 * Yama: fix default relationship to check thread group
12056 - LP: #737676
12057
12058 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12059
12060linux (2.6.38-7.35) natty; urgency=low
12061
12062 [ Andy Whitcroft ]
12063
12064 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12065 * rebase fixes bug #715330
12066 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12067 * rebase to v2.6.38 final
12068
12069 [ Herton Ronaldo Krzesinski ]
12070
12071 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12072 - LP: #636091
12073
12074 [ Tim Gardner ]
12075
12076 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12077
12078 [ Upstream Kernel Changes ]
12079
12080 * Yama: use thread group leader when creating match
12081 - LP: #729839
12082 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12083 RAID controller
12084 - LP: #735240
12085 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12086
12087 [ Major Kernel Changes ]
12088
12089 * rebase from v2.6.38-rc8 to v2.6.38 final
12090 - LP: #715330
12091
12092 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12093
12094linux (2.6.38-6.34) natty; urgency=low
12095
12096 [ Andy Whitcroft ]
12097
12098 * [Config] normalise CONFIG_INTEL_TXT
12099 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12100 - LP: #730860
12101 * rebase to mainline v2.6.38-rc8
12102
12103 [ Major Kernel Changes ]
12104
12105 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12106 to v2.6.38-rc8
12107
12108 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12109
12110linux (2.6.38-6.33) natty; urgency=low
12111
12112 [ Andy Whitcroft ]
12113
12114 * d-i -- enable speakup-modules udeb
12115 - LP: #672699
12116 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12117 * [Config] debian PPC64 configuration
12118 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12119 * [Config] resync ppc64 configuration
12120 * SAUCE: match up ENTRY/END naming for 32/64 bit
12121 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12122 * [Config] update configs after rebase to
12123 fb62c00a6d8942775abc23d1621db1252e2d93d1
12124 * [Config] pps_gen_parport no longer built
12125
12126 [ Corentin Chary ]
12127
12128 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12129 - LP: #689393
12130 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12131 - LP: #689393
12132
12133 [ John Johansen ]
12134
12135 * SAUCE: Fix aufs calling of security_path_mknod
12136 - LP: #724456
12137
12138 [ Kees Cook ]
12139
12140 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12141
12142 [ Tim Gardner ]
12143
12144 * rebase to 2.6.38-rc7
12145
12146 [ Upstream Kernel Changes ]
12147
12148 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12149
12150 [ Major Kernel Changes ]
12151
12152 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12153 fb62c00a6d8942775abc23d1621db1252e2d93d1
12154 - LP: #721389
12155 - LP: #722925
12156 - LP: #723672
12157 - LP: #723676
12158 - LP: #715318
12159
12160 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12161
12162linux (2.6.38-5.32) natty; urgency=low
12163
12164 [ Andy Whitcroft ]
12165
12166 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12167 * [Config] updateconfigs following rebase to v2.6.38-rc6
12168 * [Config] enable CONFIG_DMAR
12169 - LP: #552311
12170
12171 [ Upstream Kernel Changes ]
12172
12173 * drm/i915: skip FDI & PCH enabling for DP_A
12174 - LP: #561802, #600453, #681877
12175
12176 [ Major Kernel Changes ]
12177
12178 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12179 - LP: #718402
12180 - LP: #719524
12181 - LP: #721126
12182 - LP: #719691
12183 - LP: #722689
12184 - LP: #722310
12185
12186 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12187
12188linux (2.6.38-4.31) natty; urgency=low
12189
12190 [ Andy Whitcroft ]
12191
12192 * add in bugs closed by upstream patches pulled in by rebases
12193 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12194 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12195 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12196 * rebase to mainline v2.6.38-rc5
12197 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12198 supported
12199 - LP: #719691
12200
12201 [ Colin Ian King ]
12202
12203 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12204
12205 [ Manoj Iyer ]
12206
12207 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12208 - LP: #717435
12209
12210 [ Tim Gardner ]
12211
12212 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12213
12214 [ Upstream Kernel Changes ]
12215
12216 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12217 - LP: #702434
12218 * vfs: fix BUG_ON() in fs/namei.c:1461
12219
12220 [ Vladislav P ]
12221
12222 * SAUCE: Release BTM while sleeping to avoid deadlock.
12223 - LP: #713837
12224
12225 [ Major Kernel Changes ]
12226
12227 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12228 - LP: #579276
12229 - LP: #715877
12230 - LP: #713769
12231 - LP: #716811
12232 * resync with Maverick Ubuntu-2.6.35-27.47
12233
12234 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12235
12236linux (2.6.38-3.30) natty; urgency=low
12237
12238 [ Andy Whitcroft ]
12239
12240 * rebase to v2.6.38-rc4
12241 * ppc64 -- add basic architecture
12242 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
12243
12244 [ Colin Ian King ]
12245
12246 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
12247 - LP: #676997
12248 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
12249 - LP: #701530
12250 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
12251 - LP: #701530
12252
12253 [ Dan Rosenberg ]
12254
12255 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
12256
12257 [ Kees Cook ]
12258
12259 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
12260 attacking"
12261 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
12262
12263 [ Tim Gardner ]
12264
12265 * [Config] CONFIG_BLK_CGROUP=y
12266 - LP: #706394
12267 * [Config] CONFIG_DELL_WMI_AIO=m
12268
12269 [ Upstream Kernel Changes ]
12270
12271 * drm/i915/lvds: Restore dithering on native modes for gen2/3
12272 - LP: #711568
12273
12274 [ Upstream Kernel Changes ]
12275
12276 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
12277 - LP: #701271
12278 - LP: #708521
12279 - LP: #710371
12280
12281 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
12282
12283linux (2.6.38-2.29) natty; urgency=low
12284
12285 [ Andy Whitcroft ]
12286
12287 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
12288 * [Config] updateconfigs following rebase to
12289 1f0324caefd39985e9fe052fac97da31694db31e
12290 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
12291 * [Config] reenable HIBERNATE
12292 - LP: #710877
12293 * rebase to v2.6.38-rc3
12294 * [Config] reenable CONFIG_CRASH_DUMP
12295
12296 [ Kamal Mostafa ]
12297
12298 * SAUCE: rtl8192se: fix source file perms
12299 * SAUCE: rtl8192se: fix source file newline
12300 * SAUCE: omnibook: fix source file newline
12301
12302 [ Kees Cook ]
12303
12304 * [Config] packaging: really make System.map mode 0600
12305
12306 [ Ricardo Salveti de Araujo ]
12307
12308 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
12309 PM34XX_ERRATUM
12310
12311 [ Soren Hansen ]
12312
12313 * SAUCE: nbd: Remove module-level ioctl mutex
12314
12315 [ Tim Gardner ]
12316
12317 * SAUCE: Disable building the ACPI debugfs source
12318
12319 [ Upstream Kernel Changes ]
12320
12321 * Set physical start and alignment 1M for virtual i386
12322 - LP: #710754
12323
12324 [ Upstream Kernel Changes ]
12325
12326 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12327 to v2.6.38-rc3
12328 - LP: #707902
12329
12330 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
12331
12332linux (2.6.38-1.28) natty; urgency=low
12333
12334 [ Andy Whitcroft ]
12335
12336 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
12337
12338 [ Ricardo Salveti de Araujo ]
12339
12340 * SAUCE: omap3: beaglexm: fix DVI initialization
12341 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
12342 display work at Beagle
12343
12344 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
12345
12346linux (2.6.38-1.27) natty; urgency=low
12347
12348 [ Andy Whitcroft ]
12349
12350 * ubuntu: AUFS -- update aufs-update to track new locations of headers
12351 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
12352 * SAUCE: ensure root is ready before running usermodehelpers in it
12353 * correct the Vcs linkage to point to natty
12354 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
12355 * [Config] update configs following rebase
12356 e78bf5e6cbe837daa6ab628a5f679548742994d3
12357 * SAUCE: Yama: follow changes to generic_permission
12358 * ubuntu: compcache -- follow changes to bd_claim/bd_release
12359 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
12360 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
12361 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
12362 * update package version to match payload version
12363 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
12364 * rebase to v2.6.38-rc1
12365 * [Config] updateconfigs following rebase to v2.6.38-rc1
12366 * SAUCE: x86 fix up jiffies/jiffies_64 handling
12367 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
12368 * [Config] updateconfigs following rebase to
12369 2b1caf6ed7b888c95a1909d343799672731651a5
12370 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
12371 * ubuntu: AUFS -- suppress benign plink warning messages
12372 - LP: #621195
12373 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
12374 * rebase to v2.6.38-rc2
12375 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
12376 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12377 * [Config] update configs following rebase to
12378 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12379 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
12380 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
12381 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
12382 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
12383
12384 [ Kees Cook ]
12385
12386 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
12387
12388 [ Stefan Bader ]
12389
12390 * Temporarily disable RODATA for virtual i386
12391 - LP: #699828
12392
12393 [ Tim Gardner ]
12394
12395 * [Config] CONFIG_NLS_DEFAULT=utf8
12396 - LP: #683690
12397 * [Config] CONFIG_HIBERNATION=n
12398 * update bnx2 firmware files in d-i/firmware/nic-modules
12399
12400 [ Upstream Kernel Changes ]
12401
12402 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
12403 objects."
12404 * packaging: make System.map mode 0600
12405 * thinkpad_acpi: Always report scancodes for hotkeys
12406 - LP: #702407
12407 * sched: tg->se->load should be initialised to tg->shares
12408 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
12409 * brcm80211: include linux/slab.h for kfree
12410 * pch_dma: add include/slab.h for kfree
12411 * i2c-eg20t: include linux/slab.h for kfree
12412 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
12413 * tty: include linux/slab.h for kfree
12414 * winbond: include linux/delay.h for mdelay et al
12415
12416 [ Upstream Kernel Changes ]
12417
12418 * mark the start of v2.6.38 versioning
12419 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12420 - LP: #689886
12421 - LP: #702125
12422 - LP: #608775
12423 - LP: #215802
12424 - LP: #686333
12425 - LP: #677830
12426 - LP: #677652
12427 - LP: #696493
12428 - LP: #697240
12429 - LP: #689036
12430 - LP: #705323
12431 - LP: #686692
12432
12433 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
12434
12435linux (2.6.37-12.26) natty; urgency=low
12436
12437 [ Andy Whitcroft ]
12438
12439 * rebase to v2.6.37-rc8
12440 * [Config] armel -- reenable omap flavour
12441 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
12442 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
12443 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
12444 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
12445 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12446 * [Config] track missing modules
12447 * rebase to v2.6.37 final
12448
12449 [ Chase Douglas ]
12450
12451 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
12452 Magic Trackpad
12453
12454 [ Stefan Bader ]
12455
12456 * Revert "SAUCE: blkfront: default to sd devices"
12457 - LP: #684875
12458
12459 [ Tim Gardner ]
12460
12461 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
12462 - LP: #380138
12463 * [Config] Added autofs4.ko to -virtual flavour
12464 - LP: #692917
12465
12466 [ Upstream Kernel Changes ]
12467
12468 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
12469 Laptops
12470 - LP: #632884
12471
12472 [ Upstream Kernel Changes ]
12473
12474 * rebase to v2.6.37-rc8
12475 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12476 * rebase to v2.6.37 final
12477
12478 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
12479
12480linux (2.6.37-11.25) natty; urgency=low
12481
12482 [ Andy Whitcroft ]
12483
12484 * [Config] d-i -- add hpsa to the list of block devices
12485 - LP: #684304
12486 * [Config] add vmw-balloon driver to -virtual flavour
12487 - LP: #592039
12488 * rebase to v2.6.37-rc7
12489
12490 [ Upstream Kernel Changes ]
12491
12492 * rebase to v2.6.37-rc7
12493
12494 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
12495
12496linux (2.6.37-10.24) natty; urgency=low
12497
12498 [ Andy Whitcroft ]
12499
12500 * rebase to v2.6.37-rc6
12501 * updateconfigs following rebase to v2.6.37-rc6
12502
12503 [ Upstream Kernel Changes ]
12504
12505 * rebase to v2.6.37-rc6
12506
12507 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
12508
12509linux (2.6.37-9.23) natty; urgency=low
12510
12511 [ Andy Whitcroft ]
12512
12513 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12514 - LP: #689606
12515 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
12516 - LP: #689606
12517
12518 [ Kees Cook ]
12519
12520 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
12521 - LP: #690190
12522
12523 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
12524
12525linux (2.6.37-9.22) natty; urgency=low
12526
12527 [ Andy Whitcroft ]
12528
12529 * rebase to v2.6.35-rc5
12530 * [Config] updateconfigs following rebase to v2.6.37-rc5
12531 * (no-up) add support for installed header files to ubuntu directory
12532 - LP: #684666
12533 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12534 - LP: #684666
12535 * ubuntu: dm-raid4-5 -- follow changes to bio flags
12536 * ubuntu: dm-raid4-5 -- re-enable
12537 * ubuntu: omnibook -- update BOM
12538 * ubuntu: ndiswrapper -- update BOM to match actual version
12539 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
12540 * ubuntu: ndiswrapper -- re-enable
12541 * ubuntu: iscsitarget -- re-instate copy_io_context
12542 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
12543 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
12544 * ubuntu: iscsitarget -- re-enable
12545
12546 [ Kees Cook ]
12547
12548 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12549
12550 [ Manoj Iyer ]
12551
12552 * SAUCE: Enable jack sense for Thinkpad Edge 13
12553 - LP: #685015
12554
12555 [ Tim Gardner ]
12556
12557 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
12558 * [Config] CONFIG_CRYPTO_CRC32C=y
12559 - LP: #681819
12560 * [Config] CONFIG_9P_FSCACHE=n
12561 * [Config] Add nfsd modules to -virtual flavour
12562 - LP: #688070
12563
12564 [ Upstream Kernel Changes ]
12565
12566 * Revert "Staging: zram: work around oops due to startup ordering snafu"
12567 * NFS: Fix panic after nfs_umount()
12568 - LP: #683938
12569 * x86: Add NX protection for kernel data
12570 * x86: Add RO/NX protection for loadable kernel modules
12571 * x86: Resume trampoline must be executable
12572 * x86: RO/NX protection for loadable kernel, jump_table fix
12573
12574 [ Upstream Kernel Changes ]
12575
12576 * rebase to v2.6.37-rc5
12577
12578 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
12579
12580linux (2.6.37-8.21) natty; urgency=low
12581
12582 [ Andy Whitcroft ]
12583
12584 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
12585 linux-libc-headers"
12586 * Revert "(no-up) add support for installed header files to ubuntu
12587 directory"
12588
12589 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
12590
12591linux (2.6.37-8.20) natty; urgency=low
12592
12593 [ Andy Whitcroft ]
12594
12595 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
12596 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
12597 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
12598 * Revert "SAUCE: i915 -- disable powersave by default"
12599 * SAUCE: enable Marvell 9128 PCIe SATA controller
12600 - LP: #658521
12601 * [Config] evtchn has been renamed
12602 * (no-up) add support for installed header files to ubuntu directory
12603 - LP: #684666
12604 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12605 - LP: #684666
12606
12607 [ Tim Gardner ]
12608
12609 * [Config] MISS: evtchn, NEW : xen-evtchn
12610 * rebase to v2.6.37-rc4
12611
12612 [ Upstream Kernel Changes ]
12613
12614 * drm/i915: Clean conflicting modesetting registers upon init
12615 - LP: #683775
12616 * rebase to v2.6.37-rc4
12617
12618 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
12619
12620linux (2.6.37-7.19) natty; urgency=low
12621
12622 [ Tim Gardner ]
12623
12624 * [Config] Add bnx2 firmware to nic-modules udeb
12625 - LP: #676245
12626
12627 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
12628
12629linux (2.6.37-7.18) natty; urgency=low
12630
12631 [ Andy Whitcroft ]
12632
12633 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
12634 * Revert "SAUCE: Add extra headers to linux-libc-dev"
12635 * Revert "SAUCE: Enable speedstep for sonoma processors."
12636 * [Config] enable CONFIG_BT_HCIUART_ATH3K
12637 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
12638 * [Config] standardise CONFIG_MII
12639 * [Config] standardise CONFIG_PRISM2_USB
12640 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
12641 * [Config] build in CONFIG_AGP
12642 * [Config] build in CONFIG_AGP_INTEL
12643 * [Config] build in CONFIG_AGP_AMD
12644 * [Config] build in CONFIG_AGP_AMD64
12645 * [Config] build in CONFIG_AGP_NVIDIA
12646 * [Config] build in CONFIG_AGP_VIA
12647 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
12648 * (no-up): document the new ## scheme
12649 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
12650 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
12651 - LP: #675453
12652
12653 [ Mathieu J. Poirier ]
12654
12655 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
12656
12657 [ Upstream Kernel Changes ]
12658
12659 * nx-emu: fix inverted report of disable_nx
12660
12661 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
12662
12663linux (2.6.37-6.17) natty; urgency=low
12664
12665 [ Andy Whitcroft ]
12666
12667 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
12668 aufs2.1-36-UNRELEASED-20101103"
12669 * Revert "ubuntu: AUFS -- aufs2-base.patch
12670 aufs2.1-36-UNRELEASED-20101103"
12671 * [Config] standardise CONFIG_BT
12672 * [Config] standardise CONFIG_IRDA
12673 * [Config] standardise CONFIG_LAPB
12674 * [Config] standardise CONFIG_RDS
12675 * [Config] standardise CONFIG_RFKILL
12676 * [Config] standardise CONFIG_TIPC
12677 * [Config] standardise CONFIG_X25
12678 * [Config] standardise CONFIG_INPUT_EVDEV
12679 * [Config] standardise CONFIG_INPUT_JOYDEV
12680 * [Config] standardise CONFIG_INPUT_JOYSTICK
12681 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
12682 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
12683 * [Config] CONFIG_IRDA=n for FTBS (arm)
12684 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
12685 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
12686 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
12687
12688 [ Tim Gardner ]
12689
12690 * SAUCE: Fix drivers/staging/easycap FTBS
12691 * [Config] CONFIG_EASYCAP=m after fixing FTBS
12692
12693 [ Upstream Kernel Changes ]
12694
12695 * Revert "x86: Add NX protection for kernel data"
12696
12697 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
12698
12699linux (2.6.37-6.16) natty; urgency=low
12700
12701 [ Andy Whitcroft ]
12702
12703 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
12704 * rebase to v2.6.37-rc3
12705
12706 [ Tim Gardner ]
12707
12708 * [Config] CONFIG_SCHED_AUTOGROUP=y
12709
12710 [ Upstream Kernel Changes ]
12711
12712 * Revert "x86: Add RO/NX protection for loadable kernel modules"
12713 * sched: automated per session task groups
12714 * rebase to v2.6.37-rc3
12715
12716 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
12717
12718linux (2.6.37-6.15) natty; urgency=low
12719
12720 [ Andy Whitcroft ]
12721
12722 * [Config] standardise CONFIG_CEPH_FS
12723 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
12724 * [Config] standardise CONFIG_SCSI_PROC_FS
12725 * [Config] standardise CONFIG_UBIFS_FS
12726 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
12727
12728 [ Kees Cook ]
12729
12730 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12731
12732 [ Manoj Iyer ]
12733
12734 * SAUCE: Enable jack sense for Thinkpad Edge 11
12735 - LP: #677210
12736 * SAUCE: enable rfkill for rtl8192se driver
12737 - LP: #640992
12738
12739 [ Tim Gardner ]
12740
12741 * [Config] CONFIG_EASYCAP=n for FTBS
12742 * Rebase to v2.6.32-rc2+git
12743
12744 [ Upstream Kernel Changes ]
12745
12746 * x86: Fix improper large page preservation
12747 * x86: Add NX protection for kernel data
12748 * x86: Add RO/NX protection for loadable kernel modules
12749
12750 [ Upstream Kernel Changes ]
12751
12752 * Rebase to Linus 2.6.37-rc2+git
12753
12754 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
12755
12756linux (2.6.37-5.14) natty; urgency=low
12757
12758 [ Upstream Kernel Changes ]
12759
12760 * PCI: fix offset check for sysfs mmapped files
12761 - LP: #676963
12762
12763 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
12764
12765linux (2.6.37-5.13) natty; urgency=low
12766
12767 [ Andy Whitcroft ]
12768
12769 * rebased to v2.6.37-rc2
12770 * updateconfigs following rebase to v2.6.37-rc2
12771
12772 [ Tim Gardner ]
12773
12774 * [Config] Added NFS and related modules to virtual flavour
12775 - LP: #659084
12776
12777 [ Upstream Kernel Changes ]
12778
12779 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
12780 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
12781 * x86, cpu: Call verify_cpu during 32bit CPU startup
12782 * x86, cpu: Only CPU features determine NX capabilities
12783
12784 [ Upstream Changes ]
12785
12786 * rebased to v2.67.37-rc2
12787
12788 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
12789
12790linux (2.6.37-4.12) natty; urgency=low
12791
12792 [ Andy Whitcroft ]
12793
12794 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
12795 * Revert "[Upstream] HID: magicmouse: properly account for scroll
12796 movement in state"
12797 * Revert "[Upstream] HID: magicmouse: disable and add module param for
12798 scroll acceleration"
12799 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
12800 middle of mouse"
12801
12802 [ Henrik Rydberg ]
12803
12804 * SAUCE: hid: ntrig: remove sysfs nodes
12805 * SAUCE: hid: ntrig: Setup input filtering manually
12806 * SAUCE: hid: ntrig: New ghost-filtering event logic
12807
12808 [ Manoj Iyer ]
12809
12810 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
12811 - LP: #348861
12812
12813 [ Upstream Kernel Changes ]
12814
12815 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
12816 suspend/resume"
12817 * Revert "[ARM] implement arch_randomize_brk()"
12818 * Revert "ARM: stack protector: change the canary value per task"
12819 * Revert "ARM: initial stack protector (-fstack-protector) support"
12820 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
12821 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
12822 * Revert "perf probe: Add kernel source path option"
12823 * hid: ntrig: Support single-touch devices
12824 * hid: ntrig: Mask pen switch events
12825 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
12826 kernel
12827 - LP: #673073
12828 * Fix userspace build of linux/fs.h
12829
12830 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
12831
12832linux (2.6.37-3.11) natty; urgency=low
12833
12834 [ Andy Whitcroft ]
12835
12836 * Revert "ubuntu: AUFS -- update to
12837 b37c575759dc4535ccc03241c584ad5fe69e3b25"
12838 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
12839 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
12840 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
12841 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
12842 * [Config] Disable intel_idle for -virtual kernels
12843 - LP: #651370
12844 * [Config] enforcer -- ensure we never enable CONFIG_IMA
12845 * debian -- pass the correct flavour name when checking configs
12846 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
12847 * [Config] ensure CONFIG_IPV6=y for powerpc
12848 * [Config] enforcer -- ensure CONFIG_IPV6=y
12849 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
12850 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
12851 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
12852 * ubuntu: AUFS -- re-enable
12853 * ubuntu: AUFS -- track changes to work queue initialisation
12854 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
12855 * SAUCE: fbcon -- fix race between open and removal of framebuffers
12856 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
12857 - LP: #614008
12858 * SAUCE: drm -- stop early access to drm devices
12859
12860 [ Jeremy Kerr ]
12861
12862 * [Config] Build-in powermac ZILOG serial driver
12863 - LP: #673346
12864
12865 [ Kees Cook ]
12866
12867 * SAUCE: nx-emu: use upstream ASLR when possible
12868
12869 [ Tim Gardner ]
12870
12871 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
12872 - LP: #628776
12873
12874 [ Upstream Kernel Changes ]
12875
12876 * i386: NX emulation
12877 * nx-emu: drop exec-shield sysctl, merge with disable_nx
12878 * nx-emu: standardize boottime message prefix
12879 * mmap randomization for executable mappings on 32-bit
12880 * exec-randomization: brk away from exec rand area
12881
12882 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
12883
12884linux (2.6.37-2.10) natty; urgency=low
12885
12886 [ Andy Whitcroft ]
12887
12888 * reinstate armel config changes:
12889 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
12890 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
12891
12892 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
12893
12894linux (2.6.37-2.9) natty; urgency=low
12895
12896 [ Andy Whitcroft ]
12897
12898 * config -- fix genportsconfig
12899 * [Config] move powerpc over from ports to distro
12900 * bump master version number to match contained kernel
12901 * SAUCE: fix documentation strings for struct input_keymap_entry
12902 * usb: gadget: goku_udc: add registered flag bit
12903
12904 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
12905
12906linux (2.6.36-2.8) natty; urgency=low
12907
12908 [ Tim Gardner ]
12909
12910 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
12911 * [Config]: TWL4030_CORE=n for FTBS
12912 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
12913 * [Config]: CONFIG_SOLO6X10=n for FTBS
12914 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
12915 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
12916 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
12917 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
12918 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
12919 * [Config]: CONFIG_I2C_I801=n for armel FTBS
12920 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
12921 * AppArmor: compatibility patch for v5 interface
12922 * AppArmor: compatibility patch for v5 network controll
12923 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
12924 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
12925 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
12926 * Dropped: hid: 3m: Convert to MT slots
12927 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
12928 * Dropped: HID: magicmouse: simplify touch data bit manipulation
12929 * Dropped: HID: magicmouse: simplify touch down logic
12930 * Dropped: HID: magicmouse: enable Magic Trackpad support
12931 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
12932 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
12933 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
12934 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
12935 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
12936 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
12937 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
12938 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
12939 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
12940 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
12941 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
12942 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
12943
12944 [ Upstream Kernel Changes ]
12945
12946 * rebased against 2.6.27-rc1
12947
12948 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
12949
12950linux (2.6.36-1.7) natty; urgency=low
12951
12952 [ Andy Whitcroft ]
12953
12954 * rebased to v2.6.36 final
12955 * [Config] update configs following rebase to v2.6.36 final
12956 * [Config] update ports configs following rebase to v2.6.36 final
12957
12958 [ Upstream Kernel Changes ]
12959
12960 * rebased to v2.6.36 final
12961
12962 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
12963
12964linux (2.6.36-1.6) natty; urgency=low
12965
12966 [ Upstream Kernel Changes ]
12967
12968 * drop broadcom staging driver preview:
12969 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
12970 wireless LAN driver."
12971
12972 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
12973
12974linux (2.6.36-1.5) natty; urgency=low
12975
12976 [ Andy Whitcroft ]
12977
12978 * rebase to v2.6.36-rc8
12979 * updateconfigs following rebase to v2.6.36-rc8
12980 * updateportsconfigs following rebase to v2.6.36-rc8
12981 * config -- simplify the kernelconfig interface
12982 * config -- add new config mode 'dumpconfigs'
12983
12984 [ Tim Gardner ]
12985
12986 * Simplify the use of CROSS_COMPILER
12987
12988 [ Upstream Kernel Changes ]
12989
12990 * drop broadcom staging driver preview:
12991 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
12992 brcmfmac.ko mutually exclusive."
12993 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
12994 set."
12995 * Revert "Staging: brcm80211: remove driver specific -W options"
12996 * Revert "Staging: brcm80211: clean up makefile cflag lines"
12997 * Revert "staging: brcm80211: add fullmac driver"
12998 * Revert "staging: brcm80211: use string native library"
12999 * Revert "staging: brcm80211: use native ctype library"
13000 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13001 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13002 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13003 ...""
13004 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13005 ':' ...""
13006 * Revert "staging: brcm80211: fix "ERROR: space required before that
13007 ...""
13008 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13009 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13010 brace""
13011 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13012 ...close square bracket""
13013 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13014 ...""
13015 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13016 '*'""
13017 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13018 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13019 do - while loop""
13020 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13021 parenthesis""
13022 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13023 or NULL""
13024 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13025 or NULL""
13026 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13027 '}'""
13028 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13029 line""
13030 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13031 on next line""
13032 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13033 condition""
13034 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13035 paren...""
13036 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13037 function dec...""
13038 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13039 *bar"'"
13040 * Revert "staging: brcm80211: Fix URLs for firmware files."
13041 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13042 * Revert "staging: brcm80211: Add contact info to TODO list."
13043 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13044 * Export dump_{write,seek} to binary loader modules
13045 * rebase to v2.6.36-rc8.
13046
13047 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13048
13049linux (2.6.36-0.4) natty; urgency=low
13050
13051 [ Andy Whitcroft ]
13052
13053 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13054 (fixes FTBS on powerpc)
13055
13056 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13057
13058linux (2.6.36-0.3) natty; urgency=low
13059
13060 [ Andy Whitcroft ]
13061
13062 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13063
13064 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13065
13066linux (2.6.36-0.2) natty; urgency=low
13067
13068 [ Andy Whitcroft ]
13069
13070 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13071 (fix FTBS on powerpc)
13072
13073 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13074
13075linux (2.6.36-0.1) natty; urgency=low
13076
13077 [ Andy Whitcroft ]
13078
13079 * reduce disk usage during buildd builds
13080 - LP: #645653
13081 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13082 * [Config] armel -- drop omap flavour
13083
13084 [ Tim Gardner ]
13085
13086 * Added dropped patch list
13087 * more dropped patches
13088 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13089 * [Config] Add support for cross compiling armel
13090 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13091 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13092 * [Config]: updateconfigs after adding brcm80211
13093 * staging: brcm80211: Fix Makefile syntax error
13094 * rebased to v2.6.36-rc7
13095
13096 [ Upstream Kernel Changes ]
13097
13098 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13099 * (upstream) IPS driver: verify BIOS provided limits
13100 * intel_ips: Print MCP limit exceeded values.
13101 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13102 LAN driver.
13103 * staging: brcm80211: Fix some initialisation failure paths
13104 * staging: brcm80211: Add contact info to TODO list.
13105 * staging: brcm80211: use '%pM' format to print MAC address
13106 * staging: brcm80211: Fix URLs for firmware files.
13107 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13108 * staging: brcm80211: fix "ERROR: open brace '{' following function
13109 dec..."
13110 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13111 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13112 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13113 line"
13114 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13115 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13116 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13117 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13118 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13119 parenthesis"
13120 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13121 while loop"
13122 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13123 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13124 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13125 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13126 bracket"
13127 * staging: brcm80211: fix "ERROR: space required after that close brace"
13128 * staging: brcm80211: fix "ERROR: space required after that ..."
13129 * staging: brcm80211: fix "ERROR: space required before that ..."
13130 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13131 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13132 * staging: brcm80211: fix "ERROR: trailing whitespace."
13133 * staging: brcm80211: fix remaining checkpatch errors.
13134 * staging: brcm80211: use native ctype library
13135 * staging: brcm80211: use string native library
13136 * staging: brcm80211: add fullmac driver
13137 * Staging: brcm80211: clean up makefile cflag lines
13138 * Staging: brcm80211: remove driver specific -W options
13139 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13140 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13141 mutually exclusive.
13142
13143 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13144
13145linux (2.6.35-22.33) maverick; urgency=low
13146
13147 [ Andy Whitcroft ]
13148
13149 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13150 Dell E2 series Laptops"
13151 - LP: #641320
13152
13153 [ Brian Rogers ]
13154
13155 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13156 - LP: #624701
13157
13158 [ Christopher James Halse Rogers ]
13159
13160 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13161 - LP: #544088, #546393
13162 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13163 - LP: #546393
13164
13165 [ John Johansen ]
13166
13167 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13168 kernels"
13169 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13170 - LP: #639758
13171
13172 [ Mathieu J. Poirier ]
13173
13174 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13175
13176 [ Upstream Kernel Changes ]
13177
13178 * ALSA: HDA: Enable internal speaker on Dell M101z
13179 - LP: #640254
13180
13181 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13182
13183linux (2.6.35-22.32) maverick; urgency=low
13184
13185 [ Arjan van de Ven ]
13186
13187 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13188
13189 [ David Henningsson ]
13190
13191 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13192 - LP: #605047, #628961
13193
13194 [ John Johansen ]
13195
13196 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13197 and profile names
13198 - LP: #615947
13199 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13200 - LP: #615947
13201 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13202 - LP: #639758
13203 * SAUCE: Improve Amazon EBS performance for EC2
13204 - LP: #634316
13205
13206 [ Leann Ogasawara ]
13207
13208 * Revert "SAUCE: i915 KMS -- blacklist i855"
13209 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13210 * Revert "SAUCE: i915 KMS -- blacklist i830"
13211 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13212 devices"
13213 * execute module-inclusion within a subshell
13214 - LP: #621175
13215
13216 [ Upstream Kernel Changes ]
13217
13218 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13219 - LP: #633227
13220 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13221 - LP: #629711
13222 * (pre-stable) mm: Move vma_stack_continue into mm.h
13223 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13224 - LP: #601073
13225 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13226 * PM / Runtime: Add runtime PM statistics (v3)
13227 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13228 - CVE-2010-3081
13229 * x86-64, compat: Test %rax for the syscall number, not %eax
13230 - CVE-2010-3301
13231 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13232 - CVE-2010-3301
13233
13234 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13235
13236linux (2.6.35-21.31) maverick; urgency=low
13237
13238 [ Andy Whitcroft ]
13239
13240 * bodge linux-libc-dev package version due to ti-omap4 error
13241 * linux-libc-dev -- ensure we can only build this on debian.master
13242
13243 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
13244
13245linux (2.6.35-21.30) maverick; urgency=low
13246
13247 [ Andy Whitcroft ]
13248
13249 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13250 - LP: #614008
13251
13252 [ Daniel Lezcano ]
13253
13254 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
13255
13256 [ Henrik Rydberg ]
13257
13258 * SAUCE: Input: wacom - add fuzz parameters to features
13259 * SAUCE: Input: wacom - collect device quirks into single function
13260 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
13261 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
13262 * SAUCE: hid: ntrig: Remove unused device ids
13263 * SAUCE: hid: ntrig: remove sysfs nodes
13264 * SAUCE: hid: ntrig: Correct logic for quirks
13265 * SAUCE: hid: ntrig: zero-initialize ntrig struct
13266 * SAUCE: hid: ntrig: Setup input filtering manually
13267 * SAUCE: hid: ntrig: New ghost-filtering event logic
13268
13269 [ Leann Ogasawara ]
13270
13271 * SAUCE: ndiswrapper: Initialize buffer index and check its value
13272 - LP: #613796
13273
13274 [ Manoj Iyer ]
13275
13276 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13277 series Laptops
13278 - LP: #632884
13279
13280 [ Ping Cheng ]
13281
13282 * SAUCE: Input: wacom - parse the Bamboo device family
13283
13284 [ Rafi Rubin ]
13285
13286 * SAUCE: hid: ntrig: identify firmware version (wiggled)
13287
13288 [ Tim Gardner ]
13289
13290 * [Config] CONFIG_NL80211_TESTMODE=n
13291
13292 [ Upstream Kernel Changes ]
13293
13294 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
13295 * e1000e: initial support for 82579 LOMs
13296 * e1000e: correct MAC-PHY interconnect register offset for 82579
13297 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
13298 tested on HP G60
13299 - LP: #587388
13300 * DSS2: Don't power off a panel twice
13301 - LP: #588243
13302 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
13303 * Input: i8042 - reset keyboard controller wehen resuming from S2R
13304 - LP: #86820
13305 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
13306 - LP: #414795
13307 * agp/intel: Support the extended physical addressing bits on
13308 Sandybridge.
13309 - LP: #632488
13310 * drm/i915,intel_agp: Add support for Sandybridge D0
13311 - LP: #632488
13312 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
13313 - LP: #632488
13314 * mmc: omap: fix for bus width which improves SD card's peformance.
13315
13316 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
13317
13318linux (2.6.35-20.29) maverick; urgency=low
13319
13320 [ Andy Whitcroft ]
13321
13322 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
13323 - LP: #563277
13324 * SAUCE: i915 KMS -- blacklist i830
13325 - LP: #542208, #563277
13326 * SAUCE: i915 KMS -- blacklist i845g
13327 - LP: #541492, #563277
13328 * SAUCE: i915 KMS -- blacklist i855
13329 - LP: #511001, #541511, #563277
13330
13331 [ Leann Ogasawara ]
13332
13333 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
13334 - LP: #601073
13335 * ARM: Temporarily disable module check for armel
13336 * rebase to v2.6.35.4
13337 * [Config] update configs following rebase to v2.6.35.4
13338
13339 [ Ricardo Salveti de Araujo ]
13340
13341 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
13342 in Omap
13343
13344 [ Tim Gardner ]
13345
13346 * [Config] Added be2net, be2scsi to udebs
13347 - LP: #628776
13348
13349 [ Upstream Kernel Changes ]
13350
13351 * x86, cpu: Package Level Thermal Control, Power Limit Notification
13352 definitions
13353 - LP: #601073
13354 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
13355 - LP: #601073
13356 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
13357 - LP: #601073
13358 * x86, hwmon: Package Level Thermal/Power: power limit
13359 - LP: #601073
13360 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
13361 - LP: #601073
13362 * hid: 3m: Adjust to sequential MT HID protocol
13363 * hid: 3m: Convert to MT slots
13364 * hid: 3m: Correct touchscreen emulation
13365 * hid: 3m: Adjust major / minor axes to scale
13366 * input: bcm5974: Adjust major / minor to scale
13367 * HID: magicmouse: don't allow hidinput to initialize the device
13368 * HID: magicmouse: simplify multitouch feature request
13369 * HID: magicmouse: simplify touch data bit manipulation
13370 * HID: magicmouse: simplify touch down logic
13371 * HID: magicmouse: remove timestamp logic
13372 * HID: magicmouse: enable Magic Trackpad support
13373 * HID: magicmouse: Adjust major / minor axes to scale
13374 * mmc: fix all hangs related to mmc/sd card insert/removal during
13375 suspend/resume
13376 - LP: #477106
13377 * drm/i915: fix VGA plane disable for Ironlake+
13378 - LP: #602281
13379
13380 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
13381
13382linux (2.6.35-19.28) maverick; urgency=low
13383
13384 [ Leann Ogasawara ]
13385
13386 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
13387 from the archive and a no-change rebuild was attempted. However, the ABI
13388 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
13389 up the ABI and re-upload.
13390
13391 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
13392
13393linux (2.6.35-19.27) maverick; urgency=low
13394
13395 [ Leann Ogasawara ]
13396
13397 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
13398 from the archive.
13399
13400 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
13401
13402linux (2.6.35-19.26) maverick; urgency=low
13403
13404 [ Upstream Kernel Changes ]
13405
13406 * ARM: OMAP: Beagle: revision detection
13407 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
13408 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
13409
13410 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
13411
13412linux (2.6.35-19.25) maverick; urgency=low
13413
13414 [ Jarod Wilson ]
13415
13416 * SAUCE: Bring in staging/lirc from 2.6.36
13417 - LP: #609234
13418 * SAUCE: Update ir-core to linuxtv/other which should be merged for
13419 2.6.36.
13420 - LP: #609234
13421 * SAUCE: Fix memleaks in imon and mceusb drivers
13422 - LP: #609234
13423 * SAUCE: Bring in streamzap support from linuxtv/other
13424 - LP: #609234
13425
13426 [ Mario Limonciello ]
13427
13428 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
13429 - LP: #609234
13430
13431 [ Mathieu J. Poirier ]
13432
13433 * SAUCE: ARM: adding i2c eeprom driver to read EDID
13434 - LP: #608279
13435
13436 [ Upstream Kernel Changes ]
13437
13438 * intel_idle: disable module support
13439 - LP: #615265
13440 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
13441 correct codec ID
13442 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
13443 - LP: #605101
13444 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
13445 - LP: #495134
13446 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
13447 - LP: #519066
13448 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
13449 - LP: #519066
13450 * input: mt: Initialize slots to unused (rev2)
13451 * input: mt: Add support for the Bamboo Touch trackpad
13452 * hid: Add a hid quirk for input sync override
13453
13454 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
13455
13456linux (2.6.35-18.24) maverick; urgency=low
13457
13458 [ Colin Watson ]
13459
13460 * Pass DEB_MAINT_PARAMS to hook scripts
13461
13462 [ Leann Ogasawara ]
13463
13464 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
13465 - LP: #584812
13466 * rebase to v2.6.35.3
13467
13468 [ Upstream Kernel Changes ]
13469
13470 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
13471 - LP: #609234
13472 * can: add limit for nframes and clean up signed/unsigned variables
13473 - CVE-2010-2959
13474 * drm: Initialize ioctl struct when no user data is present
13475 - CVE-2010-2803
13476 * ARM: initial stack protector (-fstack-protector) support
13477 * ARM: stack protector: change the canary value per task
13478 * [ARM] implement arch_randomize_brk()
13479 * [ARM] add address randomization to mmap()
13480 * ARM: fix ASLR of PIE executables
13481
13482 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
13483
13484linux (2.6.35-17.23) maverick; urgency=low
13485
13486 [ Jeremy Kerr ]
13487
13488 * [Config] build-in uinput module
13489 - LP: #584812
13490
13491 [ Leann Ogasawara ]
13492
13493 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
13494 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
13495 * Revert "[Config] [FTBS] sparc: Temporarily disable
13496 CONFIG_MTD_NAND_DENALI"
13497 * Revert "[Config] [FTBS] sparc: Temporarily disable
13498 CONFIG_MFD_JANZ_CMODIO"
13499 * Revert "[Config] [FTBS] sparc: Temporarily disable
13500 CONFIG_INFINIBAND_QIB"
13501 * [Config] Enable INTEL_IPS
13502 - LP: #601057
13503 * Remove ia64 support
13504 * [Config] Update portsconfigs after removing ia64 support
13505 * Remove sparc support
13506 * [Config] Update portsconfigs after removing sparc support
13507
13508 [ Linus Torvalds ]
13509
13510 * (pre-stable) mm: fix page table unmap for stack guard page properly
13511
13512 [ Mathieu J. Poirier ]
13513
13514 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
13515 - LP: #591941
13516
13517 [ Upstream Kernel Changes ]
13518
13519 * timer: add on-stack deferrable timer interfaces
13520 - LP: #601057
13521 * x86 platform driver: intelligent power sharing driver
13522 - LP: #601057
13523 * IPS driver: add GPU busy and turbo checking
13524 - LP: #601057
13525 * X86: intel_ips, check for kzalloc properly
13526 - LP: #601057
13527 * ips driver: make it less chatty
13528 - LP: #601057
13529
13530 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
13531
13532linux (2.6.35-16.22) maverick; urgency=low
13533
13534 [ Andy Whitcroft ]
13535
13536 * debian -- more agressivly clean up after depmod on purge
13537 - LP: #618591
13538
13539 [ Henrik Rydberg ]
13540
13541 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
13542
13543 [ Leann Ogasawara ]
13544
13545 * ubuntu: iscsitarget -- version 1.4.20.2
13546 * ubuntu: rtl8192se -- update to version 0017.0507.2010
13547 * rebase to v2.6.35.2
13548 * [Config] update configs following rebase to v2.6.35.2
13549 * [Config] update ports configs following rebase to v2.6.35.2
13550
13551 [ Luke Yelavich ]
13552
13553 * [Config] Enable new firewire stack on powerpc
13554
13555 [ Mathieu J. Poirier ]
13556
13557 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
13558 - LP: #608266
13559
13560 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
13561
13562linux (2.6.35-15.21) maverick; urgency=low
13563
13564 [ Luke Yelavich ]
13565
13566 * [Config] CONFIG_SND_USB_UA101=m for all architectures
13567
13568 [ Upstream Kernel Changes ]
13569
13570 * Input: introduce MT event slots
13571 * Input: document the MT event slot protocol
13572 * (pre-stable) sched: Revert nohz_ratelimit() for now
13573 * (pre-stable) drm/radeon/kms: add missing copy from user
13574 - LP: #606081
13575
13576 [ Leann Ogasawara ]
13577
13578 * rebase to v2.6.35.1
13579
13580 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
13581
13582linux (2.6.35-14.20) maverick; urgency=low
13583
13584 [ Andy Whitcroft ]
13585
13586 * update Vcs-Git to point to maverick repo
13587 * debian -- include the debian packaging in the -source package
13588 - LP: #608674
13589 * select debian source format 1.0
13590 * add support for building selected stages of kernel
13591 - LP: #603087
13592 * cleanup conditional dependancy handling
13593 - LP: #603087
13594
13595 [ Upstream Kernel Changes ]
13596
13597 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
13598 - LP: #582199, #586418, #588031
13599 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
13600 - LP: #582199, #586418, #588031
13601 * sched: Revert nohz_ratelimit() for now
13602
13603 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
13604
13605linux (2.6.35-14.19) maverick; urgency=low
13606
13607 [ Leann Ogasawara ]
13608
13609 * rebase to v2.6.35
13610
13611 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
13612
13613linux (2.6.35-13.18) maverick; urgency=low
13614
13615 [ Andy Whitcroft ]
13616
13617 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
13618 * SAUCE: add tracing for user initiated readahead requests
13619 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13620 switch
13621 * SAUCE: vt -- allow grub to request automatic vt_handoff
13622 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13623 * SAUCE: drm -- stop early access to drm devices
13624
13625 [ Bryan Wu ]
13626
13627 * CONFIG: compile in OTG driver and Transceiver driver
13628 - LP: #566645
13629 * remove OTG modules from modules list file
13630
13631 [ John Johansen ]
13632
13633 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
13634 - LP: #581525, #599450
13635 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
13636 * SAUCE: AppArmor 2.4 compatibility patch
13637 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
13638 * SAUCE: fix pv-ops for legacy Xen
13639 * SAUCE: blkfront: default to sd devices
13640 * [Config] Build in drivers required for Xen pv-ops
13641
13642 [ Leann Ogasawara ]
13643
13644 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
13645 size."
13646
13647 [ Lee Jones ]
13648
13649 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
13650 - LP: #608095
13651 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
13652 just revision
13653 - LP: #608095
13654 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
13655 - LP: #608095
13656 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
13657 - LP: #608095
13658
13659 [ Upstream Kernel Changes ]
13660
13661 * agp/intel: Use the correct mask to detect i830 aperture size.
13662 - LP: #597075
13663
13664 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
13665
13666linux (2.6.35-12.17) maverick; urgency=low
13667
13668 [ Leann Ogasawara ]
13669
13670 * rebase to v2.6.35-rc6
13671 * [Config] update configs following rebase to v2.6.35-rc6
13672 * [Config] update ports configs following rebase to v2.6.35-rc6
13673 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
13674
13675 [ Leann Ogasawara ]
13676
13677 * rebase to v2.6.35-rc6
13678
13679 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
13680
13681linux (2.6.35-11.16) maverick; urgency=low
13682
13683 [ Leann Ogasawara ]
13684
13685 * Bump ABI for new compiler update
13686
13687 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
13688
13689linux (2.6.35-10.15) maverick; urgency=low
13690
13691 [ Leann Ogasawara ]
13692
13693 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
13694 device"
13695 * [Config] Enable CONFIG_M686=y
13696 - LP: #592495
13697
13698 [ Upstream Kernel Changes ]
13699
13700 * tracing: Add alignment to syscall metadata declarations
13701
13702 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
13703
13704linux (2.6.35-9.14) maverick; urgency=low
13705
13706 [ Andy Whitcroft ]
13707
13708 * ubuntu: AUFS -- add BOM and automated update script
13709 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
13710
13711 [ John Johansen ]
13712
13713 * [Config] Enable DRBD as a module
13714
13715 [ Kees Cook ]
13716
13717 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
13718 - LP: #604407
13719
13720 [ Leann Ogasawara ]
13721
13722 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
13723 - LP: #606139
13724 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
13725 - LP: #606139
13726 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
13727 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
13728
13729 [ Lee Jones ]
13730
13731 * Stop ARM boards crashing when CUPS is loaded
13732 - LP: #601226
13733
13734 [ Upstream Kernel Changes ]
13735
13736 * perf probe: Support tracing an entry of array
13737 * perf probe: Support static and global variables
13738
13739 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
13740
13741linux (2.6.35-8.13) maverick; urgency=low
13742
13743 [ Kees Cook ]
13744
13745 * SAUCE: Yama: check PTRACE using thread group leader
13746 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
13747 - LP: #603716
13748
13749 [ Leann Ogasawara ]
13750
13751 * rebase to v2.6.35-rc5
13752 * [Config] update configs following rebase to v2.6.35-rc5
13753
13754 [ Nicolas Pitre ]
13755
13756 * SAUCE: make ndiswrapper available on X86 only
13757
13758 [ Tim Gardner ]
13759
13760 * [Config] Added ums-cypress to udeb
13761 - LP: #576066
13762 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
13763 * [Config] CONFIG_NDISWRAPPER=m across all configs
13764
13765 [ Upstream Kernel Changes ]
13766
13767 * HID: magicmouse: report last touch up
13768 * rebase to 2.6.35-rc5
13769
13770 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
13771
13772linux (2.6.35-7.12) maverick; urgency=low
13773
13774 [ Tim Gardner ]
13775
13776 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
13777 - LP: #597075
13778
13779 [ Upstream Kernel Changes ]
13780
13781 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
13782 (squashed)
13783
13784 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
13785
13786linux (2.6.35-7.11) maverick; urgency=low
13787
13788 [ Tim Gardner ]
13789
13790 * [Config] CONFIG_X86_MRST=n
13791
13792 [ Upstream Kernel Changes ]
13793
13794 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
13795 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
13796 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
13797
13798 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
13799
13800linux (2.6.35-7.10) maverick; urgency=low
13801
13802 [ Kees Cook ]
13803
13804 * SAUCE: security: create task_free security callback
13805 * SAUCE: Yama: add PTRACE exception tracking and interface
13806 * SAUCE: security: unconditionally chain to Yama LSM
13807 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
13808 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
13809 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
13810 * [Upstream] security: Yama LSM
13811 * [Config] Enable CONFIG_SECURITY_YAMA=y
13812
13813 [ Tim Gardner ]
13814
13815 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
13816
13817 [ Upstream Kernel Changes ]
13818
13819 * rebase to 2.6.35-rc4
13820
13821 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
13822
13823linux (2.6.35-6.9) maverick; urgency=low
13824
13825 [ Tim Gardner ]
13826
13827 * [Upstream] direct_splice_actor() should not use pos in sd
13828 - LP: #588861
13829
13830 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
13831
13832linux (2.6.35-6.8) maverick; urgency=low
13833
13834 [ Mathieu J. Poirier ]
13835
13836 * ARM: Adding regulator supply for vdds_sdi.
13837 - LP: #597904
13838
13839 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
13840
13841linux (2.6.35-6.7) maverick; urgency=low
13842
13843 [ Alberto Milone ]
13844
13845 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
13846
13847 [ Chase Douglas ]
13848
13849 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
13850 of mouse
13851 * [Upstream] HID: magicmouse: disable and add module param for scroll
13852 acceleration
13853 * [Upstream] HID: magicmouse: properly account for scroll movement in
13854 state
13855 * [Upstream] HID: magicmouse: add param for scroll speed
13856 * [Upstream] HID: magicmouse: enable horizontal scrolling
13857
13858 [ Henrik Rydberg ]
13859
13860 * [Upstream] Input: evdev - convert to dynamic event buffer
13861 * [Upstream] Input: evdev - use driver hint to compute size of event
13862 buffer
13863 * [Upstream] Input: bcm5974 - set the average number of events per MT
13864 event packet
13865 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
13866 * [Upstream] Input: evdev - never leave the client buffer empty after
13867 write
13868
13869 [ John Johansen ]
13870
13871 * SAUCE: AppArmor: -- mainline 2010-06-23
13872 * SAUCE: AppArmor 2.4 compatibility patch
13873 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
13874
13875 [ Leann Ogasawara ]
13876
13877 * [Config] Enable CONFIG_INTR_REMAP=y
13878 - LP: #597091
13879 * [Config] Enable CONFIG_X86_X2APIC
13880 - LP: #597091
13881
13882 [ Mathieu J. Poirier ]
13883
13884 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
13885 - LP: #594382
13886
13887 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
13888
13889linux (2.6.35-5.6) maverick; urgency=low
13890
13891 [ Amit Kucheria ]
13892
13893 * [Config] update omap flavour description
13894
13895 [ Andy Whitcroft ]
13896
13897 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
13898 - LP: #570500, #576274
13899 * SAUCE: add option to hand off all kernel parameters to init
13900 - LP: #586386
13901 * [Config] enable passing all kernel command line to init
13902 - LP: #586386
13903 * [Config] disable CONFIG_VMI
13904 - LP: #537601
13905 * [Config] enable CONFIG_IPV6_SIT_6RD
13906 - LP: #591869
13907 * [Config] enable CONFIG_VMWARE_BALOON as module
13908 - LP: #592039
13909
13910 [ Leann Ogasawara ]
13911
13912 * Revert "SAUCE: pm: Config option to disable handling of console during
13913 suspend/resume"
13914 - LP: #594885
13915 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
13916 * [Config] ports: enable passing all kernel command line to init
13917 - LP: #586386
13918 * [Config] Enable CONFIG_FB_VESA=y for x86
13919 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
13920 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
13921 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
13922 - LP: #493156
13923
13924 [ Mathieu Poirier ]
13925
13926 * ARM: Adding MosChip MCS7830 to nic-usb
13927 - LP: #584920
13928
13929 [ Upstream Kernel Changes ]
13930
13931 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
13932 * docbook: need xmldoclinks for all doc types
13933 * perf probe: Add kernel source path option
13934
13935 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
13936
13937linux (2.6.35-4.5) maverick; urgency=low
13938
13939 [ Leann Ogasawara ]
13940
13941 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
13942 size (rev2)"
13943 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
13944 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
13945 (rev4)"
13946 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
13947 modules"
13948 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
13949 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
13950 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
13951
13952 [ Tim Gardner ]
13953
13954 * [Config] CONFIG_NFS_FSCACHE=y
13955 - LP: #440522
13956 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
13957 - LP: #440522
13958
13959 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
13960
13961linux (2.6.35-3.4) maverick; urgency=low
13962
13963 [ Andy Whitcroft ]
13964
13965 * debian -- ensure the version number is clean
13966
13967 [ Henrik Rydberg ]
13968
13969 * [Upstream] Introduce MT event slots (rev 5)
13970 * [Upstream] Document the MT event slot protocol (rev5)
13971 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
13972 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
13973 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
13974 (rev2)
13975
13976 [ Leann Ogasawara ]
13977
13978 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
13979 * Revert "SAUCE: hostap: send events on data interface as well as master
13980 interface"
13981 * Revert "Fix webcam having USB ID 0ac8:303b"
13982 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
13983 * rebase to v2.6.35-rc3
13984
13985 [ Maxim Levitsky ]
13986
13987 * [Config] Enable new Smartmedia/xD translation layer
13988 - LP: #202490
13989
13990 [ Upstream Kernel Changes ]
13991
13992 * net: fix deliver_no_wcard regression on loopback device
13993
13994 [ Upstream changes ]
13995
13996 * rebased to v2.6.35-rc3
13997
13998 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
13999
14000linux (2.6.35-2.3) maverick; urgency=low
14001
14002 [ Bryan Wu ]
14003
14004 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14005
14006 [ Leann Ogasawara ]
14007
14008 * [Config] armel: Enable CONFIG_BNX2=m
14009 * [Config] ports: Enable CONFIG_BNX2X=m
14010 * SAUCE: armel: define get_dma_ops to fix FTBS
14011
14012 [ Tim Gardner ]
14013
14014 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14015 are allocated queues
14016 - LP: #591416
14017
14018 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14019
14020linux (2.6.35-2.2) maverick; urgency=low
14021
14022 [ Andy Whitcroft ]
14023
14024 * [Config] d-i: make armel configuration versatile flavour specific
14025 - LP: #588805
14026 * [Config] d-i: enable .udebs for omap flavour
14027 - LP: #588805
14028
14029 [ Kees Cook ]
14030
14031 * ptrace: limit scope to attach only (allow read)
14032 - LP: #589656
14033
14034 [ Leann Ogasawara ]
14035
14036 * rebase to v2.6.35-rc2
14037 * [Config] update configs following rebase to v2.6.35-rc2
14038 * [Config] update port configs following rebase to v2.6.35-rc2
14039
14040 [ Lee Jones ]
14041
14042 * Enable perf to be more helpful when perf_<version> does not exist.
14043 - LP: #570500
14044 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14045
14046 [ Tim Gardner ]
14047
14048 * [Config] Update bnx2 udeb firmware files
14049 - LP: #589304
14050
14051 [ Upstream changes ]
14052
14053 * rebased to v2.6.35-rc2
14054
14055 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14056
14057linux (2.6.35-1.1) maverick; urgency=low
14058
14059 [ Andy Whitcroft ]
14060
14061 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14062 - LP: #587888
14063 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14064
14065 [ Leann Ogasawara ]
14066
14067 * rebase to v2.6.35-rc1
14068 * [Config] update configs following rebase to v2.6.35-rc1
14069 * [Config] update port configs following rebase to v2.6.35-rc1
14070 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14071 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14072 * SAUCE: ndiswrapper: convert multicast list to list_head
14073 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14074 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14075 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14076 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14077 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14078 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14079 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14080 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14081 * [Config] [FTBS] armel: Temporarily disable bnx2
14082 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14083 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14084 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14085 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14086 gpio_set_debounce
14087
14088 [ Upstream Kernel Changes ]
14089
14090 * of/usb: fix build error due to of_node pointer move
14091 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14092 * powerpc/fsl-booke: fix the case where we are not in the first page
14093 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14094 * powerpc/kexec: Add support for FSL-BookE
14095 * greth: Fix build after OF device conversions.
14096
14097 [ Upstream changes ]
14098
14099 * rebased to v2.6.35-rc1
14100
14101 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14102
14103linux (2.6.35-1.0) UNRELEASED; urgency=low
14104
14105 [ Leann Ogasawara ]
14106
14107 * Null entry.
14108
14109 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14110
14111linux (2.6.34-5.14) maverick; urgency=low
14112
14113 [ Tim Gardner ]
14114
14115 * [Config] Added module inclusion support
14116 * [Config] Added virtual flavour module inclusion list and d-i package
14117 definitions
14118
14119 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14120
14121linux (2.6.34-5.13) maverick; urgency=low
14122
14123 [ Andy Whitcroft ]
14124
14125 * Revert "ubuntu: AUFS -- aufs2 20091209"
14126 * Revert "ubuntu: AUFS -- export various core functions
14127 (aufs2-standalone.patch)"
14128 * Revert "ubuntu: AUFS -- export various core functions
14129 (aufs2-base.patch)"
14130 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14131 - LP: #587888
14132 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14133 - LP: #587888
14134 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14135 - LP: #587888
14136 * [Config] AUFS -- enable aufs options
14137 - LP: #587888
14138
14139 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14140
14141linux (2.6.34-5.12) maverick; urgency=low
14142
14143 [ Andy Whitcroft ]
14144
14145 * enforce -- ensure SYSFS compatibility is disabled
14146
14147 [ Chase Douglas ]
14148
14149 * build with libdw-dev for perf probe symbol support
14150 * maverick ftrace configuration changes
14151
14152 [ Kees Cook ]
14153
14154 * Revert "SAUCE: x86: brk away from exec rand area"
14155 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14156 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14157 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14158 - LP: #369978
14159 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14160 * SAUCE: x86: brk away from exec rand area
14161 - LP: #452175
14162 * SAUCE: ptrace: restrict ptrace scope to children
14163
14164 [ Leann Ogasawara ]
14165
14166 * Add new omap flavour to getabis
14167 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14168 - LP: #585490
14169 * build/modules: Temorarily add ignore.modules
14170 * ubuntu: iscsitarget -- version 1.4.20.1
14171
14172 [ Loïc Minier ]
14173
14174 * SAUCE: [um] Don't use nx_enabled under UML
14175 - LP: #524849
14176
14177 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14178
14179linux (2.6.34-4.11) maverick; urgency=low
14180
14181 [ Amit Kucheria ]
14182
14183 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14184 * [Config] Add support for OMAP-mainline flavour
14185
14186 [ Andy Whitcroft ]
14187
14188 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14189 userspace
14190 - LP: #583733
14191
14192 [ Chase Douglas ]
14193
14194 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14195 are present"
14196 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14197 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14198 load detect pipe"
14199
14200 [ Kees Cook ]
14201
14202 * SAUCE: fs: block cross-uid sticky symlinks
14203 * SAUCE: fs: block hardlinks to non-accessible sources
14204
14205 [ Koen Kooi ]
14206
14207 * SAUCE: board-omap3-beagle: add DSS2 support
14208
14209 [ Leann Ogasawara ]
14210
14211 * Revert "staging/go7007 -- disable"
14212 * Revert "[Config] staging/winbond -- disable"
14213 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14214 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14215 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14216 controller"
14217 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14218 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14219 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14220 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14221 chipsets."
14222 * Revert "[Upstream] b43: Declare all possible firmware files."
14223 * Revert "add Breaks: against hardy lvm2"
14224 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14225 id on Vmware ESX Server"
14226 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14227 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14228 * [Config] Enable CONFIG_USB=y for armel and sparc
14229 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14230 * [Config] Enable CONFIG_RFKILL=y for ports
14231 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14232 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14233 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14234 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14235 * [Config] Enable CONFIG_LIBERTAS_MESH=y
14236 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
14237 * [Config] CONFIG_RT2800USB_UNKNOWN=y
14238 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
14239 * [Config] Enable CONFIG_CEPH_FS=m
14240 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
14241 * [Config] Enable CONFIG_EEEPC_WMI=m
14242 * [Config] Enable CONFIG_RT2800PCI=m
14243 * [Config] Enable CONFIG_SCSI_HPSA=m
14244 * [Config] Enable CONFIG_VHOST_NET=m
14245 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
14246 - LP: #582350
14247 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
14248 - LP: #579300
14249 * [Config] Enable CONFIG_PCIEASPM=y
14250 - LP: #333990
14251 * [Config] updateconfigs for OMAP flavour
14252
14253 [ Loïc Minier ]
14254
14255 * Enable perf tools on armel
14256
14257 [ Tim Gardner ]
14258
14259 * SAUCE: Updated ndiswrapper to 1.56
14260 - LP: #582555
14261 * [Config] Added virtual flavour
14262 * [Config] Remove support for sub-flavours
14263 * [Config] Removed amd64 preempt flavour
14264 * [Config] updateconfigs, updateportsconfigs after flavour munging
14265
14266 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
14267
14268linux (2.6.34-3.10) maverick; urgency=low
14269
14270 [ Leann Ogasawara ]
14271
14272 * rebase to v2.6.34
14273
14274 [ Upstream changes ]
14275
14276 * rebased to v2.6.34
14277
14278 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
14279
14280linux (2.6.34-2.9) maverick; urgency=low
14281
14282 [ Leann Ogasawara ]
14283
14284 * [Config] [FTBS] Disable comedi for armel
14285
14286 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
14287
14288linux (2.6.34-2.8) maverick; urgency=low
14289
14290 [ Leann Ogasawara ]
14291
14292 * Drop lpia
14293 * [Config] [FTBS] disable KVM
14294 * [Config] [FTBS] disable ipr for armel
14295
14296 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
14297
14298linux (2.6.34-2.7) maverick; urgency=low
14299
14300 [ Leann Ogasawara ]
14301
14302 * [Config] disable CONFIG_SCSI_IPR on powerpc
14303 * [Config] Remove 386 flavour per UDS discussion
14304
14305 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
14306
14307linux (2.6.34-1.6) maverick; urgency=low
14308
14309 [ Chase Douglas ]
14310
14311 * enforce CONFIG_TMPFS_POSIX_ACL=y
14312 - LP: #575940
14313 * don't force module dependency checking
14314 - LP: #577029
14315
14316 [ Kees Cook ]
14317
14318 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
14319 - LP: #568844
14320
14321 [ Leann Ogasawara ]
14322
14323 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
14324 * rebase to v2.6.34-rc7
14325 * [Config] update configs following rebase to v2.6.34-rc7
14326 * [Config] update port configs following rebase to v2.6.34-rc7
14327 * Add btrfs to the udebs
14328
14329 [ Tim Gardner ]
14330
14331 * [Config] Add atl1c to nic-modules udeb
14332 - LP: #557130
14333
14334 [ Upstream changes ]
14335
14336 * rebased to v2.6.34-rc7
14337
14338 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
14339
14340linux (2.6.34-1.5) UNRELEASED; urgency=low
14341
14342 [ Leann Ogasawara ]
14343
14344 * rebase to v2.6.34-rc6
14345 * [Config] update configs following rebase to v2.6.34-rc6
14346 * [Config] update port configs following rebase to v2.6.34-rc6
14347
14348 [ Upstream changes ]
14349
14350 * rebased to v2.6.34-rc6
14351
14352 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
14353
14354linux (2.6.34-1.4) UNRELEASED; urgency=low
14355
14356 [ Leann Ogasawara ]
14357
14358 * rebase to v2.6.34-rc5
14359 * [Config] update ports configs following rebase to v2.6.34-rc5
14360
14361 [ Upstream changes ]
14362
14363 * rebased to v2.6.34-rc5
14364
14365 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
14366
14367linux (2.6.34-1.3) UNRELEASED; urgency=low
14368
14369 [ Leann Ogasawara ]
14370
14371 * rebase to v2.6.34-rc4
14372 * [Config] update configs following rebase to v2.6.34-rc4
14373 * [Config] update port configs following rebase to v2.6.34-rc4
14374 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
14375
14376 [ Upstream changes ]
14377
14378 * rebased to v2.6.34-rc4
14379
14380 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
14381
14382linux (2.6.34-1.2) UNRELEASED; urgency=low
14383
14384 [ Leann Ogasawara ]
14385
14386 * Temorarily disable building linux-doc
14387 * rebase to v2.6.34-rc3
14388 * [Config] update configs following rebase to v2.6.34-rc3
14389 * [Config] update port configs following rebase to v2.6.34-rc3
14390
14391 [ Upstream changes ]
14392
14393 * rebased to v2.6.34-rc3
14394
14395 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
14396
14397linux (2.6.34-1.1) UNRELEASED; urgency=low
14398
14399 [ Leann Ogasawara ]
14400
14401 * rebase to v2.6.34-rc2
14402 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
14403 * [Config] update port configs following rebase to v2.6.34-rc2
14404 * [Config] update configs following rebase to v2.6.34-rc2
14405
14406 [ Upstream changes ]
14407
14408 * rebased to v2.6.34-rc2
14409
14410 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
14411
14412linux (2.6.33-1.1) UNRELEASED; urgency=low
14413
14414 [ Leann Ogasawara ]
14415
14416 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
14417 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
14418 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
14419 * ubuntu: lirc -- rename kfifo_put and kfifo_get
14420 * ubuntu: iscsitarget -- rename daddr inet_sock field
14421 * rebased to v2.6.33
14422 * [Config] update configs following rebase to v2.6.33
14423 * [Config] update ports configs following rebase to v2.6.33
14424
14425 [ Upstream changes ]
14426
14427 * rebased to v2.6.33
14428
14429 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
14430
14431linux (2.6.33-0.0) UNRELEASED; urgency=low
14432
14433 [ Leann Ogasawara ]
14434
14435 * Null entry.
14436
14437 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
14438
14439linux (2.6.32-16.25) lucid; urgency=low
14440
14441 [ Andy Whitcroft ]
14442
14443 * linux-tools -- move to Suggests: with explicit seeding
14444 - LP: #534635
14445
14446 [ Tim Gardner ]
14447
14448 * [Config] CONFIG_HID=m
14449
14450 [ Upstream Kernel Changes ]
14451
14452 * (pre-stable) sched: Fix SMT scheduler regression in
14453 find_busiest_queue()
14454 * KVM: introduce kvm_vcpu_on_spin
14455 * KVM: VMX: Add support for Pause-Loop Exiting
14456
14457 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
14458
14459linux (2.6.32-16.24) lucid; urgency=low
14460
14461 [ Andy Whitcroft ]
14462
14463 * armel -- perf userspace does not support arm
14464 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
14465
14466 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
14467
14468linux (2.6.32-16.23) lucid; urgency=low
14469
14470 [ Andy Whitcroft ]
14471
14472 * SAUCE: PM report driver and device suspend/resume times -- move config
14473 * update to standards version 3.8.4.0
14474 * printenv -- expose all of the package selectors
14475 * source package -- cleanup source content control
14476 * doc package -- ensure we do build package content on buildd
14477 * lintian -- correct the address in the debian/copyright
14478 * lintian -- update debhelper package version dependancy
14479 * lintian -- fix ghostscript dependancy
14480 * lintian -- add required misc:Depends
14481 * lintian -- move our debhelper compat level to debian/compat
14482 * perf -- build the kernel carried tools
14483 * perf -- add linux-tools carrying the version switches and manuals
14484 * SAUCE: fix up Kconfig for staging drivers
14485 * [Config] enable NOUVEAU etc following drm backport
14486 * update DRM to mainline v2.6.33
14487 * [Config] Remove AppArmor config options that no longer exist (ports)
14488 * [Config] updateportsconfigs following drm update
14489
14490 [ John Johansen ]
14491
14492 * ubuntu: AppArmor -- update to mainline 2010-03-04
14493 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
14494 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
14495 * [Config] Remove AppArmor config options that no longer exist
14496
14497 [ Manoj Iyer ]
14498
14499 * ubuntu: rtl8192se -- version 2010-0115,0014
14500 - LP: #530275
14501 * [Config] added CONFIG_RTL8192SE module.
14502 - LP: #530275
14503
14504 [ Tim Gardner ]
14505
14506 * [Config] Added vmw_pvscsi to d-i/scsi-modules
14507 - LP: #531017
14508 * [Upstream] netfilter: xt_recent: Add an entry reaper
14509
14510 [ Upstream Kernel Changes ]
14511
14512 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
14513 emulation"
14514 * Revert "KVM: x86 emulator: Fix popf emulation"
14515 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
14516 emulation"
14517 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
14518 * Revert "KVM: fix memory access during x86 emulation."
14519 * Add vlan (8021.Q) module package for d-i.
14520 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14521 Inspiron 700m
14522 - LP: #515246
14523 * [Upstream] docbook: need xmldoclinks for all doc types
14524 * x86: set_personality_ia32() misses force_personality32
14525 * lib: Introduce generic list_sort function
14526 * drm/nv50: Implement ctxprog/state generation.
14527 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
14528 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14529 Inspiron 700m
14530 - LP: #515246
14531
14532 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
14533
14534linux (2.6.32-15.22) lucid; urgency=low
14535
14536 [ Andy Whitcroft ]
14537
14538 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
14539 * Revert "SAUCE: PM report driver and device suspend/resume times."
14540 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
14541
14542 [ Manoj Iyer ]
14543
14544 * SAUCE: PM report driver and device suspend/resume times.
14545
14546 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
14547
14548linux (2.6.32-15.21) lucid; urgency=low
14549
14550 [ Andy Whitcroft ]
14551
14552 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
14553 * Revert "[Config] lenovo-sl-laptop -- enable"
14554 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
14555 * armel -- cramfs module will no longer be built
14556 * d-i -- make all modules optional
14557 * rename the debug packages to match archive standard
14558 - LP: #527837
14559 * lenovo-sl-laptop is no longer built
14560
14561 [ Colin Ian King ]
14562
14563 * Disable 4MB page tables for Atom, work around errata AAE44
14564 - LP: #523112
14565
14566 [ Colin Watson ]
14567
14568 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
14569 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
14570
14571 [ Jesse Barnes ]
14572
14573 * SAUCE: drm/i915: don't change DRM configuration when releasing load
14574 detect pipe
14575 - LP: #488328
14576
14577 [ Loïc Minier ]
14578
14579 * [Config] armel Update versatile initrd configs
14580 - LP: #524893
14581 * SAUCE: [um] Don't use nx_enabled under UML
14582 - LP: #524849
14583
14584 [ Manoj Iyer ]
14585
14586 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
14587
14588 [ Mario Limonciello ]
14589
14590 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
14591
14592 [ Rafael J. Wysocki ]
14593
14594 * SAUCE: PM report driver and device suspend/resume times.
14595
14596 [ Surbhi Palande ]
14597
14598 * Revert "[Upstream] e1000e: enhance frame fragment detection"
14599 - CVE-2009-4538
14600 * Revert "[Upstream] e1000: enhance frame fragment detection"
14601 - CVE-2009-4536
14602
14603 [ Tim Gardner ]
14604
14605 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
14606 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
14607 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
14608
14609 [ Upstream Kernel Changes ]
14610
14611 * Revert "(pre-stable) eCryptfs: Add getattr function"
14612 * Fix potential crash with sys_move_pages
14613 * futex_lock_pi() key refcnt fix
14614 * futex: Handle user space corruption gracefully
14615 * futex: Handle futex value corruption gracefully
14616 * Fix race in tty_fasync() properly
14617 * hwmon: (w83781d) Request I/O ports individually for probing
14618 * hwmon: (lm78) Request I/O ports individually for probing
14619 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
14620 * ALSA: ctxfi - fix PTP address initialization
14621 * drm/i915: disable hotplug detect before Ironlake CRT detect
14622 * drm/i915: enable self-refresh on 965
14623 * drm/i915: Disable SR when more than one pipe is enabled
14624 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
14625 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
14626 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
14627 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
14628 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
14629 * i2c-tiny-usb: Fix on big-endian systems
14630 * drm/i915: handle FBC and self-refresh better
14631 * drm/i915: Increase fb alignment to 64k
14632 * drm/i915: Update write_domains on active list after flush.
14633 * regulator: Fix display of null constraints for regulators
14634 * ALSA: hda-intel: Avoid divide by zero crash
14635 * CPUFREQ: Fix use after free of struct powernow_k8_data
14636 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
14637 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
14638 * ioat: fix infinite timeout checking in ioat2_quiesce
14639 * resource: add helpers for fetching rlimits
14640 * fs/exec.c: restrict initial stack space expansion to rlimit
14641 * cifs: fix length calculation for converted unicode readdir names
14642 * NFS: Fix a reference leak in nfs_wb_cancel_page()
14643 * NFS: Try to commit unstable writes in nfs_release_page()
14644 * NFSv4: Don't allow posix locking against servers that don't support it
14645 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
14646 * NFS: Fix an Oops when truncating a file
14647 * NFS: Fix a umount race
14648 * NFS: Fix a bug in nfs_fscache_release_page()
14649 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
14650 * md: fix 'degraded' calculation when starting a reshape.
14651 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
14652 * Export the symbol of getboottime and mmonotonic_to_bootbased
14653 * kvmclock: count total_sleep_time when updating guest clock
14654 * KVM: PIT: control word is write-only
14655 * tpm_infineon: fix suspend/resume handler for pnp_driver
14656 * amd64_edac: Do not falsely trigger kerneloops
14657 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
14658 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
14659 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
14660 * netfilter: xtables: compat out of scope fix
14661 * netfilter: nf_conntrack: fix hash resizing with namespaces
14662 * drm/i915: remove full registers dump debug
14663 * drm/i915: add i915_lp_ring_sync helper
14664 * drm/i915: Don't wait interruptible for possible plane buffer flush
14665 * dasd: remove strings from s390dbf
14666 * crypto: padlock-sha - Add import/export support
14667 * wmi: Free the allocated acpi objects through wmi_get_event_data
14668 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
14669 * /dev/mem: introduce size_inside_page()
14670 * devmem: check vmalloc address on kmem read/write
14671 * devmem: fix kmem write bug on memory holes
14672 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
14673 of value 0.
14674 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
14675 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
14676 * dst: call cond_resched() in dst_gc_task()
14677 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
14678 * befs: fix leak
14679 * rtc-fm3130: add missing braces
14680 * Call flush_dcache_page after PIO data transfers in libata-sff.c
14681 * ahci: add Acer G725 to broken suspend list
14682 * pktgen: Fix freezing problem
14683 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
14684 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
14685 * x86: Re-get cfg_new in case reuse/move irq_desc
14686 * Staging: fix rtl8187se compilation errors with mac80211
14687 * ALSA: usb-audio - Avoid Oops after disconnect
14688 * serial: 8250: add serial transmitter fully empty test
14689 * sysfs: sysfs_sd_setattr set iattrs unconditionally
14690 * class: Free the class private data in class_release
14691 * USB: usbfs: only copy the actual data received
14692 * USB: usbfs: properly clean up the as structure on error paths
14693 * rtl8187: Add new device ID
14694 * ACPI: Add NULL pointer check in acpi_bus_start
14695 * ACPI: fix High cpu temperature with 2.6.32
14696 * drm/radeon/kms: use udelay for short delays
14697 * NFS: Too many GETATTR and ACCESS calls after direct I/O
14698 * eCryptfs: Add getattr function
14699 * b43: Fix throughput regression
14700 * ath9k: Fix sequence numbers for PAE frames
14701 * mac80211: Fix probe request filtering in IBSS mode
14702 * iwlwifi: Fix to set correct ht configuration
14703 * dm stripe: avoid divide by zero with invalid stripe count
14704 * dm log: userspace fix overhead_size calcuations
14705 * Linux 2.6.32.9
14706 * sfc: Fix SFE4002 initialisation
14707 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
14708 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
14709 * (pre-stable) HID: handle joysticks with large number of buttons
14710 - LP: #492056
14711 * (pre-stable) HID: extend mask for BUTTON usage page
14712 - LP: #492056
14713 * PM: Measure device suspend and resume times
14714 * e1000: enhance frame fragment detection
14715 - CVE-2009-4536
14716 * e1000e: enhance frame fragment detection
14717 - CVE-2009-4538
14718 * KVM: fix memory access during x86 emulation.
14719 - CVE-2010-0306
14720 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
14721 - CVE-2010-0306
14722 * KVM: x86 emulator: Check IOPL level during io instruction emulation
14723 - CVE-2010-0306
14724 * KVM: x86 emulator: Fix popf emulation
14725 - CVE-2010-0306
14726 * KVM: x86 emulator: Check CPL level during privilege instruction
14727 emulation
14728 - CVE-2010-0306
14729 * Input: wacom - ensure the device is initialized properly upon resume
14730 * Input: wacom - add defines for packet lengths of various devices
14731 * Input: wacom - add support for new LCD tablets
14732 - LP: #516777
14733
14734 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
14735
14736linux (2.6.32-14.20) lucid; urgency=low
14737
14738 [ Andy Whitcroft ]
14739
14740 * rebuild following the GCC update to match compiler for out of tree modules
14741 * Revert "[Config] drbd -- enable"
14742 * Revert "ubuntu: drbd -- version 8.3.1"
14743 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
14744 - LP: #510937
14745
14746 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
14747
14748linux (2.6.32-14.19) lucid; urgency=low
14749
14750 [ Andy Whitcroft ]
14751
14752 * ensure we build the source package contents when enabled
14753 - LP: #522308
14754 * [Config] enable CONFIG_X86_MCE_XEON75XX
14755 * SAUCE: AppArmor -- add linux/kref.h for struct kref
14756 * [Config] enable CONFIG_HID_ORTEK
14757 * enable udeb generation for arm versatile flavour
14758 - LP: #522515
14759
14760 [ John Johansen ]
14761
14762 * ubuntu: AppArmor -- update to mainline 2010-02-18
14763 - LP: #439560, #496110, #507069
14764
14765 [ Johnathon Harris ]
14766
14767 * SAUCE: HID: add support for Ortek WKB-2000
14768 - LP: #405390
14769
14770 [ Upstream Kernel Changes ]
14771
14772 * tpm_tis: TPM_STS_DATA_EXPECT workaround
14773 - LP: #490487
14774 * x86, mce: Xeon75xx specific interface to get corrected memory error
14775 information
14776 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
14777 * x86, mce: Make xeon75xx memory driver dependent on PCI
14778 * drm/edid: Unify detailed block parsing between base and extension
14779 blocks
14780 - LP: #500999
14781 * (pre-stable) eCryptfs: Add getattr function
14782 - LP: #390833
14783
14784 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
14785
14786linux (2.6.32-13.18) lucid; urgency=low
14787
14788 [ Andy Whitcroft ]
14789
14790 * Revert "enforcer -- make the enforcement configuration common"
14791 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
14792 (Dell E6x00 series)"
14793 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
14794 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
14795 0755"
14796 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
14797 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
14798 * Revert "SAUCE: make fc transport removal of target configurable"
14799 * enforcer -- make the enforcement configuration common
14800 * getabis -- add preempt flavour to the list
14801 * [Config] enforce DEVTMPFS options
14802 * [Config] armel -- cleanup to-be builtin modules
14803 * [Config] cleanup ports configs
14804 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
14805 - LP: #485536
14806 * add printdebian target to find branch target
14807 * distclean -- do not remove debian.env
14808 * [Config] generic-pae switch to M586TSC
14809 - LP: #519448
14810 * git-ubuntu-log -- commonise duplicated log handling
14811 * git-ubuntu-log -- tighten up Bug: NNNN matching
14812 * git-ubuntu-log -- sort the bug numbers
14813
14814 [ Chris Wilson ]
14815
14816 * (pre-stable) drm/i915: Increase fb alignment to 64k
14817 - LP: #404064
14818
14819 [ Eric Miao ]
14820
14821 * arm -- enable ubuntu/ directory
14822
14823 [ Huang Ying ]
14824
14825 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
14826 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
14827
14828 [ Loïc Minier ]
14829
14830 * [Config] cleanup preempt configuration
14831 * [Config] versatile: Fix video output
14832 - LP: #517594
14833 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
14834 * [Config] Large update to armel/versatile
14835 * [Config] versatile: Add RTC support
14836 * [Config] armel: Enable NEON
14837 * [Config] versatile: Builtin MMC support
14838 * [Config] versatile Builtin SCSI controller
14839 * [Config] armel Disable dma_cache_sync callers
14840 * [Config] armel Disable asm/time.h users
14841 * [Config] armel Disable out of range udelay()
14842 * [Config] armel Disable flush_cache_range() users
14843 * [Config] armel -- Enable ubuntu/ drivers
14844
14845 [ Steve Conklin ]
14846
14847 * SAUCE: drm/i915: Add display hotplug event on Ironlake
14848 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
14849
14850 [ Upstream Kernel Changes ]
14851
14852 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
14853 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
14854 in IRQ handler""
14855 * clockevent: Don't remove broadcast device when cpu is dead
14856 * clockevents: Add missing include to pacify sparse
14857 * ACPI: don't cond_resched if irq is disabled
14858 * be2net: Add support for next generation of BladeEngine device.
14859 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
14860 * mpt2sas: New device SAS2208 support is added
14861 * ar9170: Add support for D-Link DWA 160 A2
14862 * powerpc/fsl: Add PCI device ids for new QoirQ chips
14863 * davinci: dm646x: Add support for 3.x silicon revision
14864 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
14865 * Driver-Core: devtmpfs - set root directory mode to 0755
14866 * driver-core: fix devtmpfs crash on s390
14867 * vfs: get_sb_single() - do not pass options twice
14868 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
14869 * V4L/DVB (13569): smsusb: add autodetection support for five additional
14870 Hauppauge USB IDs
14871 * USB: mos7840: add device IDs for B&B electronics devices
14872 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
14873 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
14874 SubVendor ID: 0x1043 Device ID: 0x4847)
14875 * iTCO_wdt: Add support for Intel Ibex Peak
14876 * atl1c:use common_task instead of reset_task and link_chg_task
14877 * atl1e:disable NETIF_F_TSO6 for hardware limit
14878 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
14879 * V4L/DVB (13680b): DocBook/media: create links for included sources
14880 * netfilter: xtables: fix conntrack match v1 ipt-save output
14881 * partitions: read whole sector with EFI GPT header
14882 * partitions: use sector size for EFI GPT
14883 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
14884 * sched: Fix isolcpus boot option
14885 * sched: Fix missing sched tunable recalculation on cpu add/remove
14886 * nohz: Prevent clocksource wrapping during idle
14887 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
14888 * timers, init: Limit the number of per cpu calibration bootup messages
14889 * PCI: Always set prefetchable base/limit upper32 registers
14890 * iscsi class: modify handling of replacement timeout
14891 * NFS: Revert default r/wsize behavior
14892 * HID: fixup quirk for NCR devices
14893 * scsi_devinfo: update Hitachi entries (v2)
14894 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
14895 * scsi_transport_fc: remove invalid BUG_ON
14896 * lpfc: fix hang on SGI ia64 platform
14897 * libfc: fix typo in retry check on received PRLI
14898 * libfc: fix ddp in fc_fcp for 0 xid
14899 * fcoe: remove redundant checking of netdev->netdev_ops
14900 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
14901 * libfc: lport: fix minor documentation errors
14902 * libfc: don't WARN_ON in lport_timeout for RESET state
14903 * fcoe: initialize return value in fcoe_destroy
14904 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
14905 * libfc: fix memory corruption caused by double frees and bad error
14906 handling
14907 * libfc: fix free of fc_rport_priv with timer pending
14908 * libfc: remote port gets stuck in restart state without really
14909 restarting
14910 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
14911 * fcoe: Fix checking san mac address
14912 * fcoe: Fix getting san mac for VLAN interface
14913 * qlge: Remove explicit setting of PCI Dev CTL reg.
14914 * qlge: Set PCIE max read request size.
14915 * qlge: Don't fail open when port is not initialized.
14916 * qlge: Add handler for DCBX firmware event.
14917 * qlge: Bonding fix for mode 6.
14918 * PCI: AER: fix aer inject result in kernel oops
14919 * DMI: allow omitting ident strings in DMI tables
14920 * Input: i8042 - remove identification strings from DMI tables
14921 * Input: i8042 - add Gigabyte M1022M to the noloop list
14922 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
14923 * ALSA: hda - select IbexPeak handler for Calpella
14924 * ALSA: hda - Fix quirk for Maxdata obook4-1
14925 * ALSA: hda - Add missing Line-Out and PCM switches as slave
14926 * iTCO_wdt.c - cleanup chipset documentation
14927 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
14928 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
14929 * ahci: disable SNotification capability for ich8
14930 * ata_piix: fix MWDMA handling on PIIX3
14931 * md: fix small irregularity with start_ro module parameter
14932 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
14933 * cio: fix double free in case of probe failure
14934 * cio: dont panic in non-fatal conditions
14935 * netiucv: displayed TX bytes value much too high
14936 * ipc ns: fix memory leak (idr)
14937 * ALSA: hda - Fix HP T5735 automute
14938 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
14939 * UBI: fix memory leak in update path
14940 * UBI: initialise update marker
14941 * ASoC: fix a memory-leak in wm8903
14942 * mac80211: check that ieee80211_set_power_mgmt only handles STA
14943 interfaces.
14944 * cfg80211: fix channel setting for wext
14945 * KVM: S390: fix potential array overrun in intercept handling
14946 * KVM: only allow one gsi per fd
14947 * KVM: Fix race between APIC TMR and IRR
14948 * KVM: MMU: bail out pagewalk on kvm_read_guest error
14949 * KVM: x86: Fix host_mapping_level()
14950 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
14951 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
14952 * KVM: fix lock imbalance in kvm_*_irq_source_id()
14953 * KVM: only clear irq_source_id if irqchip is present
14954 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
14955 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
14956 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
14957 - LP: #516325
14958 * iwlwifi: Fix throughput stall issue in HT mode for 5000
14959 * fnctl: f_modown should call write_lock_irqsave/restore
14960 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
14961 CPUID drivers.
14962 * Linux 2.6.32.7
14963 * scsi_lib: Fix bug in completion of bidi commands
14964 * mptsas: Fix issue with chain pools allocation on katmai
14965 * mm: add new 'read_cache_page_gfp()' helper function
14966 * drm/i915: Selectively enable self-reclaim
14967 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
14968 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
14969 * x86: Set hotpluggable nodes in nodes_possible_map
14970 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
14971 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
14972 * zcrypt: Do not remove coprocessor for error 8/72
14973 * dasd: fix possible NULL pointer errors
14974 * ACPI: Add a generic API for _OSC -v2
14975 * ACPI: Add platform-wide _OSC support.
14976 * ACPI: fix OSC regression that caused aer and pciehp not to load
14977 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
14978 * UBI: fix volume creation input checking
14979 * e1000/e1000e: don't use small hardware rx buffers
14980 * drm/i915: Reload hangcheck timer too for Ironlake
14981 * Fix a leak in affs_fill_super()
14982 * Fix failure exits in bfs_fill_super()
14983 * fix oops in fs/9p late mount failure
14984 * fix leak in romfs_fill_super()
14985 * Fix remount races with symlink handling in affs
14986 * fix affs parse_options()
14987 * Fix failure exit in ipathfs
14988 * mm: fix migratetype bug which slowed swapping
14989 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
14990 NOMMU stack
14991 * Split 'flush_old_exec' into two functions
14992 * sparc: TIF_ABI_PENDING bit removal
14993 * x86: get rid of the insane TIF_ABI_PENDING bit
14994 * Input: winbond-cir - remove dmesg spam
14995 * x86: Disable HPET MSI on ATI SB700/SB800
14996 * iwlwifi: set default aggregation frame count limit to 31
14997 * drm/i915: only enable hotplug for detected outputs
14998 * firewire: core: add_descriptor size check
14999 * SECURITY: selinux, fix update_rlimit_cpu parameter
15000 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15001 * x86: Add Dell OptiPlex 760 reboot quirk
15002 - LP: #488319
15003 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15004 * x86/amd-iommu: Fix possible integer overflow
15005 * clocksource: fix compilation if no GENERIC_TIME
15006 * tcp: update the netstamp_needed counter when cloning sockets
15007 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15008 * net: restore ip source validation
15009 * af_packet: Don't use skb after dev_queue_xmit()
15010 * ax25: netrom: rose: Fix timer oopses
15011 * KVM: allow userspace to adjust kvmclock offset
15012 * oprofile/x86: add Xeon 7500 series support
15013 * oprofile/x86: fix crash when profiling more than 28 events
15014 * libata: retry link resume if necessary
15015 * mm: percpu-vmap fix RCU list walking
15016 * mm: purge fragmented percpu vmap blocks
15017 * block: fix bio_add_page for non trivial merge_bvec_fn case
15018 * Fix 'flush_old_exec()/setup_new_exec()' split
15019 * random: drop weird m_time/a_time manipulation
15020 * random: Remove unused inode variable
15021 * block: fix bugs in bio-integrity mempool usage
15022 * usb: r8a66597-hdc disable interrupts fix
15023 * connector: Delete buggy notification code.
15024 * be2net: Bug fix to support newer generation of BE ASIC
15025 * be2net: Fix memset() arg ordering.
15026 * mm: flush dcache before writing into page to avoid alias
15027 * mac80211: fix NULL pointer dereference when ftrace is enabled
15028 * imxfb: correct location of callbacks in suspend and resume
15029 * mx3fb: some debug and initialisation fixes
15030 * starfire: clean up properly if firmware loading fails
15031 * kernel/cred.c: use kmem_cache_free
15032 * uartlite: fix crash when using as console
15033 * pktcdvd: removing device does not remove its sysfs dir
15034 * ath9k: fix eeprom INI values override for 2GHz-only cards
15035 * ath9k: fix beacon slot/buffer leak
15036 * powerpc: TIF_ABI_PENDING bit removal
15037 * NET: fix oops at bootime in sysctl code
15038 * Linux 2.6.32.8
15039
15040 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15041
15042linux (2.6.32-12.17) lucid; urgency=low
15043
15044 [ Andy Whitcroft ]
15045
15046 * restore linux-image prefix -- master
15047 * enforce -- we require SELINUX enabled -- master
15048 * enforce -- ensure APPARMOR is our default LSM -- master
15049 * make doc package completely optional -- master
15050 * make source package completely optional -- master
15051 * make linux-libc-dev completly optional -- master
15052 * convert package disable to a deps list -- master
15053 * allow common headers to switch from indep to arch -- master
15054 * convert binary package disable to a deps list -- master
15055 * add configuration option for a full source build tree -- master
15056 * add support for uImage kernels in package control scripts
15057 * getabis -- cleanup and parameterise repository list -- master
15058 * getabis -- move configuration to etc/getabi -- master
15059 * kernelconfig -- move configuration to etc -- master
15060 * rules -- make debian/debian.env master for branch name
15061 * set the current branch name -- master
15062 * pull back common debian.master files into debian -- master
15063 * enforcer -- make the enforcement configuration common
15064 * insert-changes -- correctly link to debian/rules in DROOT
15065
15066 [ Colin Watson ]
15067
15068 * future-proof ddeb handling against buildd changes
15069
15070 [ Eric Miao ]
15071
15072 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15073 X86
15074
15075 [ Loïc Minier ]
15076
15077 * Add modules.builtin.bin to prerm rm list
15078 - LP: #516584
15079
15080 [ Tim Gardner ]
15081
15082 * [Config] Implement the amd64 preempt flavour
15083
15084 [ Upstream Kernel Changes ]
15085
15086 * syslog: distinguish between /proc/kmsg and syscalls
15087 - LP: #515623
15088 * sfc: Fix polling for slow MCDI operations
15089 * sfc: Fix conditions for MDIO self-test
15090 * sfc: QT202x: Remove unreliable MMD check at initialisation
15091 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15092 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15093
15094 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15095
15096linux (2.6.32-12.16) lucid; urgency=low
15097
15098 [ Andy Whitcroft ]
15099
15100 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15101 first use"
15102 * SAUCE: acpi battery -- move first lookup asynchronous
15103 - LP: #507211
15104 * [Config] update configs to cleanup generic configs
15105 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15106 * [Config] enable USER_NS
15107 - LP: #480739, #509808
15108
15109 [ Heiko Carstens ]
15110
15111 * (pre-stable) driver-core: fix devtmpfs crash on s390
15112 - LP: #512370
15113
15114 [ John Johansen ]
15115
15116 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15117 - LP: #494565
15118 * [Config] VIRTIO=y for server/virtual flavours
15119 - LP: #494565
15120
15121 [ Kay Sievers ]
15122
15123 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15124 - LP: #512370
15125
15126 [ Kees Cook ]
15127
15128 * SAUCE: x86: brk away from exec rand area
15129 - LP: #452175
15130
15131 [ Leann Ogasawara ]
15132
15133 * [Upstream] e1000: enhance frame fragment detection
15134 - CVE-2009-4536
15135 * [Upstream] e1000e: enhance frame fragment detection
15136 - CVE-2009-4538
15137
15138 [ Sebastian Kapfer ]
15139
15140 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15141 series)
15142 - LP: #296610
15143
15144 [ Upstream Kernel Changes ]
15145
15146 * inotify: do not reuse watch descriptors
15147 - LP: #485556
15148 * inotify: only warn once for inotify problems
15149 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15150 Framebuffer"
15151 * memcg: ensure list is empty at rmdir
15152 * drm/i915: remove loop in Ironlake interrupt handler
15153 * block: Fix incorrect reporting of partition alignment
15154 * x86, mce: Thermal monitoring depends on APIC being enabled
15155 * futexes: Remove rw parameter from get_futex_key()
15156 * page allocator: update NR_FREE_PAGES only when necessary
15157 * x86, apic: use physical mode for IBM summit platforms
15158 * edac: i5000_edac critical fix panic out of bounds
15159 * x86: SGI UV: Fix mapping of MMIO registers
15160 * mfd: WM835x GPIO direction register is not locked
15161 * mfd: Correct WM835x ISINK ramp time defines
15162 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15163 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15164 * reiserfs: truncate blocks not used by a write
15165 * HID: add device IDs for new model of Apple Wireless Keyboard
15166 * PCI/cardbus: Add a fixup hook and fix powerpc
15167 * Input: pmouse - move Sentelic probe down the list
15168 * asus-laptop: add Lenovo SL hotkey support
15169 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15170 * sparc64: Fix NMI programming when perf events are active.
15171 * sparc64: Fix Niagara2 perf event handling.
15172 * i2c: Do not use device name after device_unregister
15173 * i2c/pca: Don't use *_interruptible
15174 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15175 * sched: Fix task priority bug
15176 * vfs: Fix vmtruncate() regression
15177 * Linux 2.6.32.5
15178 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15179 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15180 * Staging: asus_oled: fix oops in 2.6.32.2
15181 * Staging: hv: fix smp problems in the hyperv core code
15182 * tty: fix race in tty_fasync
15183 * ecryptfs: use after free
15184 * ecryptfs: initialize private persistent file before dereferencing
15185 pointer
15186 * nozomi: quick fix for the close/close bug
15187 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15188 * usb: serial: fix memory leak in generic driver
15189 * USB: fix bitmask merge error
15190 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15191 * USB: EHCI: fix handling of unusual interrupt intervals
15192 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15193 * USB: add missing delay during remote wakeup
15194 * USB: add speed values for USB 3.0 and wireless controllers
15195 * ACPI: EC: Accelerate query execution
15196 * ACPI: EC: Add wait for irq storm
15197 * SCSI: enclosure: fix oops while iterating enclosure_status array
15198 * drm/i915: Read the response after issuing DDC bus switch command
15199 * drm/i915: try another possible DDC bus for the SDVO device with
15200 multiple outputs
15201 * block: bdev_stack_limits wrapper
15202 * DM: Fix device mapper topology stacking
15203 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15204 * USB: fix usbstorage for 2770:915d delivers no FAT
15205 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15206 * perf timechart: Use tid not pid for COMM change
15207 * perf events: Dont report side-band events on each cpu for
15208 per-task-per-cpu events
15209 * perf: Honour event state for aux stream data
15210 * Linux 2.6.32.6
15211
15212 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15213
15214linux (2.6.32-11.15) lucid; urgency=low
15215
15216 [ Andy Whitcroft ]
15217
15218 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15219 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15220 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15221 boards"
15222 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15223 stale queues"
15224 * Revert "SAUCE: Fix nx_enable reporting"
15225 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15226 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15227 * SAUCE: i915 -- disable powersave by default
15228 - LP: #492392
15229
15230 [ Kees Cook ]
15231
15232 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15233 - LP: #369978
15234 * SAUCE: [x86] fix report of cs-limit nx-emulation
15235 - LP: #454285
15236 * SAUCE: Fix nx_enable reporting
15237 - LP: #454285
15238
15239 [ Tim Gardner ]
15240
15241 * [Upstream] b43: Declare all possible firmware files.
15242 - LP: #488636
15243 * [Config] updateconfigs after adding pvscsi
15244 - LP: #497156
15245 * [Config] CONFIG_BT=m
15246
15247 [ Upstream Kernel Changes ]
15248
15249 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
15250 for pre-Pentium"
15251 * SCSI: ipr: fix EEH recovery
15252 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
15253 * SCSI: st: fix mdata->page_order handling
15254 * SCSI: fc class: fix fc_transport_init error handling
15255 * sched: Fix task_hot() test order
15256 * x86, cpuid: Add "volatile" to asm in native_cpuid()
15257 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
15258 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
15259 * pata_hpt3x2n: fix clock turnaround
15260 * pata_cmd64x: fix overclocking of UDMA0-2 modes
15261 * ASoC: wm8974: fix a wrong bit definition
15262 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
15263 * ALSA: hda - Fix missing capsrc_nids for ALC88x
15264 * acerhdf: limit modalias matching to supported
15265 - LP: #435958
15266 * ACPI: EC: Fix MSI DMI detection
15267 * ACPI: Use the return result of ACPI lid notifier chain correctly
15268 * powerpc: Handle VSX alignment faults correctly in little-endian mode
15269 * ASoC: Do not write to invalid registers on the wm9712.
15270 * drm/radeon: fix build on 64-bit with some compilers.
15271 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
15272 * USB: option: support hi speed for modem Haier CE100
15273 * USB: Fix a bug on appledisplay.c regarding signedness
15274 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
15275 * Bluetooth: Prevent ill-timed autosuspend in USB driver
15276 * USB: rename usb_configure_device
15277 * USB: fix bugs in usb_(de)authorize_device
15278 * drivers/net/usb: Correct code taking the size of a pointer
15279 * x86: SGI UV: Fix writes to led registers on remote uv hubs
15280 * md: Fix unfortunate interaction with evms
15281 * dma: at_hdmac: correct incompatible type for argument 1 of
15282 'spin_lock_bh'
15283 * dma-debug: Do not add notifier when dma debugging is disabled.
15284 * dma-debug: Fix bug causing build warning
15285 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
15286 referrals
15287 * x86/amd-iommu: Fix initialization failure panic
15288 * ioat3: fix p-disabled q-continuation
15289 * ioat2,3: put channel hardware in known state at init
15290 * KVM: MMU: remove prefault from invlpg handler
15291 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
15292 * Libertas: fix buffer overflow in lbs_get_essid()
15293 * iwmc3200wifi: fix array out-of-boundary access
15294 * mac80211: fix propagation of failed hardware reconfigurations
15295 * mac80211: fix WMM AP settings application
15296 * mac80211: Fix IBSS merge
15297 * cfg80211: fix race between deauth and assoc response
15298 * ath5k: fix SWI calibration interrupt storm
15299 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
15300 * ath9k: Fix TX queue draining
15301 * ath9k: fix missed error codes in the tx status check
15302 * ath9k: wake hardware during AMPDU TX actions
15303 * ath9k: fix suspend by waking device prior to stop
15304 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
15305 64-bit
15306 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
15307 in 0x4054
15308 * iwl3945: disable power save
15309 * iwl3945: fix panic in iwl3945 driver
15310 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
15311 * iwlwifi: fix more eeprom endian bugs
15312 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
15313 * mac80211: fix race with suspend and dynamic_ps_disable_work
15314 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
15315 * 'sysctl_max_map_count' should be non-negative
15316 * kernel/sysctl.c: fix the incomplete part of
15317 sysctl_max_map_count-should-be-non-negative.patch
15318 * V4L/DVB (13596): ov511.c typo: lock => unlock
15319 * x86/ptrace: make genregs[32]_get/set more robust
15320 * memcg: avoid oom-killing innocent task in case of use_hierarchy
15321 * e100: Fix broken cbs accounting due to missing memset.
15322 * ipv6: reassembly: use seperate reassembly queues for conntrack and
15323 local delivery
15324 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
15325 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
15326 * b43: avoid PPC fault during resume
15327 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
15328 support
15329 * sched: Fix balance vs hotplug race
15330 * drm/radeon/kms: fix crtc vblank update for r600
15331 * drm: disable all the possible outputs/crtcs before entering KMS mode
15332 * S390: dasd: support DIAG access for read-only devices
15333 * xen: fix is_disconnected_device/exists_disconnected_device
15334 * xen: improvement to wait_for_devices()
15335 * xen: wait up to 5 minutes for device connetion
15336 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
15337 * udf: Try harder when looking for VAT inode
15338 * Add unlocked version of inode_add_bytes() function
15339 * quota: decouple fs reserved space from quota reservation
15340 * ext4: Convert to generic reserved quota's space management.
15341 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
15342 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
15343 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
15344 * amd64_edac: unify MCGCTL ECC switching
15345 * x86, msr: Add support for non-contiguous cpumasks
15346 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
15347 * amd64_edac: fix driver instance freeing
15348 * amd64_edac: make driver loading more robust
15349 * amd64_edac: fix forcing module load/unload
15350 * sched: Sched_rt_periodic_timer vs cpu hotplug
15351 * ext4: Update documentation to correct the inode_readahead_blks option
15352 name
15353 * lguest: fix bug in setting guest GDT entry
15354 * vmscan: do not evict inactive pages when skipping an active list scan
15355 * ksm: fix mlockfreed to munlocked
15356 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
15357 * generic_permission: MAY_OPEN is not write access
15358 * Linux 2.6.32.3
15359 * untangle the do_mremap() mess
15360 * fasync: split 'fasync_helper()' into separate add/remove functions
15361 * ASoC: fix params_rate() macro use in several codecs
15362 * modules: Skip empty sections when exporting section notes
15363 * exofs: simple_write_end does not mark_inode_dirty
15364 * nfsd: make sure data is on disk before calling ->fsync
15365 * sunrpc: fix peername failed on closed listener
15366 * SUNRPC: Fix up an error return value in
15367 gss_import_sec_context_kerberos()
15368 * SUNRPC: Fix the return value in gss_import_sec_context()
15369 * sunrpc: on successful gss error pipe write, don't return error
15370 * drm/i915: Update LVDS connector status when receiving ACPI LID event
15371 * drm/i915: fix order of fence release wrt flushing
15372 * drm/i915: Permit pinning whilst the device is 'suspended'
15373 * drm: remove address mask param for drm_pci_alloc()
15374 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
15375 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
15376 pipeconf on Ironlake
15377 * drm/i915: Select the correct BPC for LVDS on Ironlake
15378 * drm/i915: fix unused var
15379 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
15380 * drivers/cpuidle/governors/menu.c: fix undefined reference to
15381 `__udivdi3'
15382 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
15383 * lib/rational.c needs module.h
15384 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
15385 DMA_FROM_DEVICE and
15386 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
15387 * mmc_block: add dev_t initialization check
15388 * mmc_block: fix probe error cleanup bug
15389 * mmc_block: fix queue cleanup
15390 * ALSA: hda - Fix ALC861-VD capture source mixer
15391 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
15392 blacklist
15393 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
15394 - LP: #498863
15395 * ASoC: Fix WM8350 DSP mode B configuration
15396 * netfilter: ebtables: enforce CAP_NET_ADMIN
15397 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
15398 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
15399 * hwmon: (adt7462) Fix pin 28 monitoring
15400 * quota: Fix dquot_transfer for filesystems different from ext4
15401 * xen: fix hang on suspend.
15402 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
15403 * ath5k: Fix eeprom checksum check for custom sized eeproms
15404 * cfg80211: fix syntax error on user regulatory hints
15405 * iwl: off by one bug
15406 * mac80211: add missing sanity checks for action frames
15407 * drm/i915: remove render reclock support
15408 * libertas: Remove carrier signaling from the scan code
15409 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
15410 * mac80211: fix skb buffering issue (and fixes to that)
15411 * fix braindamage in audit_tree.c untag_chunk()
15412 * fix more leaks in audit_tree.c tag_chunk()
15413 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
15414 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
15415 * agp/intel-agp: Clear entire GTT on startup
15416 * Linux 2.6.32.4
15417 * ethtool: Add reset operation
15418 * gro: Name the GRO result enumeration type
15419 * gro: Change all receive functions to return GRO result codes
15420 * sfc: 10Xpress: Initialise pause advertising flags
15421 * sfc: 10Xpress: Report support for pause frames
15422 * sfc: Remove redundant header gmii.h
15423 * sfc: Remove redundant hardware initialisation
15424 * sfc: Rename Falcon-specific board code and types
15425 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
15426 * sfc: Remove versioned bitfield macros
15427 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
15428 * sfc: Update hardware definitions for Siena
15429 * sfc: Rename register I/O header and functions used by both Falcon and
15430 Siena
15431 * sfc: Eliminate indirect lookups of queue size constants
15432 * sfc: Define DMA address mask explicitly in terms of descriptor field
15433 width
15434 * sfc: Move all TX DMA length limiting into tx.c
15435 * sfc: Change order of device removal to reverse of probe order
15436 * sfc: Remove declarations of nonexistent functions
15437 * sfc: Move efx_xmit_done() declaration into correct stanza
15438 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
15439 * sfc: Maintain interrupt moderation values in ticks, not microseconds
15440 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
15441 * sfc: Remove pointless abstraction of memory BAR number
15442 * sfc: Remove incorrect assertion from efx_pci_remove_main()
15443 * sfc: Remove unnecessary tests of efx->membase
15444 * sfc: Move MTD probe after netdev registration and name allocation
15445 * sfc: Remove unused code for non-autoneg speed/duplex switching
15446 * sfc: Rename 'xfp' file and functions to reflect reality
15447 * sfc: Really allow RX checksum offload to be disabled
15448 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
15449 * sfc: Enable heuristic selection between page and skb RX buffers
15450 * sfc: Remove pointless abstraction of memory BAR number (2)
15451 * sfc: Remove redundant gotos from __efx_rx_packet()
15452 * sfc: Remove ridiculously paranoid assertions
15453 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
15454 * sfc: Record RX queue number on GRO path
15455 * sfc: SFT9001: Reset LED configuration correctly after blinking
15456 * sfc: Use a single blink implementation
15457 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
15458 * sfc: Make board information explicitly Falcon-specific
15459 * sfc: Move definition of struct falcon_nic_data into falcon.h
15460 * sfc: Move struct falcon_board into struct falcon_nic_data
15461 * sfc: Move all I2C stuff into struct falcon_board
15462 * sfc: Gather link state fields in struct efx_nic into new struct
15463 efx_link_state
15464 * sfc: Remove unnecessary casts to struct sk_buff *
15465 * sfc: Remove redundant efx_xmit() function
15466 * sfc: Combine high-level header files
15467 * sfc: Log interrupt and reset type names, not numbers
15468 * sfc: Fix descriptor cache sizes
15469 * sfc: Treat all MAC registers as 128-bit
15470 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
15471 * sfc: Comment corrections
15472 * sfc: Remove unused constant
15473 * sfc: Clean up struct falcon_board and struct falcon_board_data
15474 * sfc: Fix bugs in RX queue flushing
15475 * sfc: Remove unused function efx_flush_queues()
15476 * sfc: Only switch Falcon MAC clocks as necessary
15477 * sfc: Hold MAC lock for longer in efx_init_port()
15478 * sfc: Split MAC stats DMA initiation and completion
15479 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
15480 * sfc: Simplify XMAC link polling
15481 * sfc: Change MAC promiscuity and multicast hash at the same time
15482 * sfc: Move inline comment into kernel-doc
15483 * sfc: Do not set net_device::trans_start in self-test
15484 * sfc: Simplify PHY polling
15485 * sfc: QT202x: Reset before reading PHY id
15486 * sfc: Replace MDIO spinlock with mutex
15487 * sfc: Always start Falcon using the XMAC
15488 * sfc: Limit some hardware workarounds to Falcon
15489 * sfc: Remove EFX_WORKAROUND_9141 macro
15490 * sfc: Remove another unused workaround macro
15491 * sfc: Remove some redundant whitespace
15492 * sfc: Decouple NIC revision number from Falcon PCI revision number
15493 * sfc: Move descriptor cache base addresses to struct efx_nic_type
15494 * sfc: Clean up RX event handling
15495 * sfc: Remove redundant writes to INT_ADR_KER
15496 * sfc: Remove duplicate hardware structure definitions
15497 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
15498 * sfc: Move Falcon NIC operations to efx_nic_type
15499 * sfc: Refactor link configuration
15500 * sfc: Generalise link state monitoring
15501 * sfc: Add power-management and wake-on-LAN support
15502 * sfc: Implement ethtool reset operation
15503 * sfc: Add efx_nic_type operation for register self-test
15504 * sfc: Add efx_nic_type operation for NVRAM self-test
15505 * sfc: Add efx_nic_type operation for identity LED control
15506 * sfc: Separate shared NIC code from Falcon-specific and rename
15507 accordingly
15508 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
15509 * sfc: Extend loopback mode enumeration
15510 * sfc: Remove static PHY data and enumerations
15511 * sfc: Extend MTD driver for use with new NICs
15512 * sfc: Allow for additional checksum offload features
15513 * sfc: Rename falcon.h to nic.h
15514 * sfc: Move shared NIC code from falcon.c to new source file nic.c
15515 * sfc: Add firmware protocol definitions (MCDI)
15516 * sfc: Add support for SFC9000 family (1)
15517 * sfc: Add support for SFC9000 family (2)
15518 * sfc: Implement TSO for TCP/IPv6
15519 * sfc: Update version, copyright dates, authors
15520 * drivers/net/sfc: Correct code taking the size of a pointer
15521 * sfc: Move PHY software state initialisation from init() into probe()
15522 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
15523 * sfc: Fix DMA mapping cleanup in case of an error in TSO
15524 * sfc: QT2025C: Work around PHY bug
15525 * sfc: QT2025C: Switch into self-configure mode when not in loopback
15526 * sfc: QT2025C: Work around PHY firmware initialisation bug
15527 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
15528 * sfc: Disable TX descriptor prefetch watchdog
15529 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
15530 - LP: #497156
15531
15532 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
15533
15534linux (2.6.32-10.14) lucid; urgency=low
15535
15536 [ Alex Deucher ]
15537
15538 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
15539 - LP: #493795
15540
15541 [ Andy Whitcroft ]
15542
15543 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
15544 id is less than 0x0f."
15545 * config-check -- ensure the checks get run at build time
15546 * config-check -- check the processed config during updateconfigs
15547 * config-check -- CONFIG_SECCOMP may not be present
15548 * TUN is now built in ignore
15549 * SAUCE: acpi battery -- delay first lookup of the battery until first
15550 use
15551 * SAUCE: async_populate_rootfs: move rootfs init earlier
15552 * ubuntu: AppArmor -- update to mainline 2010-01-06
15553 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
15554 - LP: #498525
15555
15556 [ Dave Airlie ]
15557
15558 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
15559
15560 [ Leann Ogasawara ]
15561
15562 * Add asix to nic-usb-modules file
15563 - LP: #499785
15564
15565 [ Peter Zijlstra ]
15566
15567 * (pre-stable) sched: Fix balance vs hotplug race
15568
15569 [ Tim Gardner ]
15570
15571 * [Config] Enable CONFIG_FUNCTION_TRACER
15572 - LP: #497989
15573 * [Config] Drop lpia from getabis
15574 * [Config] Build in TUN/TAP driver
15575 - LP: #499491
15576 * [Config] DH_COMPAT=5
15577
15578 [ Upstream Kernel Changes ]
15579
15580 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
15581 component_only tv_modes"
15582 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
15583 turned off"
15584 * USB: usb-storage: fix bug in fill_inquiry
15585 * USB: option: add pid for ZTE
15586 * firewire: ohci: handle receive packets with a data length of zero
15587 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
15588 of ->completed counter
15589 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
15590 counter
15591 * rcu: Fix note_new_gpnum() uses of ->gpnum
15592 * rcu: Remove inline from forward-referenced functions
15593 * perf_event: Fix invalid type in ioctl definition
15594 * perf_event: Initialize data.period in perf_swevent_hrtimer()
15595 * perf: Don't free perf_mmap_data until work has been done
15596 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
15597 * sched: Check for an idle shared cache in select_task_rq_fair()
15598 * sched: Fix affinity logic in select_task_rq_fair()
15599 * sched: Rate-limit newidle
15600 * sched: Fix and clean up rate-limit newidle code
15601 * x86/amd-iommu: attach devices to pre-allocated domains early
15602 * x86/amd-iommu: un__init iommu_setup_msi
15603 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
15604 up the PCI tree
15605 * x86: Fix iommu=nodac parameter handling
15606 * x86: GART: pci-gart_64.c: Use correct length in strncmp
15607 * x86: ASUS P4S800 reboot=bios quirk
15608 - LP: #366682
15609 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
15610 * ssb: Fix range check in sprom write
15611 * ath5k: allow setting txpower to 0
15612 * ath5k: enable EEPROM checksum check
15613 * hrtimer: Fix /proc/timer_list regression
15614 * ALSA: hrtimer - Fix lock-up
15615 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
15616 * KVM: x86 emulator: limit instructions to 15 bytes
15617 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
15618 * KVM: s390: Make psw available on all exits, not just a subset
15619 * KVM: fix irq_source_id size verification
15620 * KVM: x86: include pvclock MSRs in msrs_to_save
15621 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
15622 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
15623 * x86, mce: don't restart timer if disabled
15624 * x86/mce: Set up timer unconditionally
15625 * x86: SGI UV: Fix BAU initialization
15626 * x86: Fix duplicated UV BAU interrupt vector
15627 * x86: Add new Intel CPU cache size descriptors
15628 * x86: Fix typo in Intel CPU cache size descriptor
15629 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
15630 * s390: clear high-order bits of registers after sam64
15631 * V4L/DVB: Fix test in copy_reg_bits()
15632 * bsdacct: fix uid/gid misreporting
15633 * UBI: flush wl before clearing update marker
15634 * jbd2: don't wipe the journal on a failed journal checksum
15635 * USB: xhci: Add correct email and files to MAINTAINERS entry.
15636 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
15637 * USB: option.c: add support for D-Link DWM-162-U5
15638 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
15639 * USB: usb-storage: add BAD_SENSE flag
15640 * USB: Close usb_find_interface race v3
15641 * pxa/em-x270: fix usb hub power up/reset sequence
15642 * hfs: fix a potential buffer overflow
15643 * SUNRPC: IS_ERR/PTR_ERR confusion
15644 * NFS: Fix nfs_migrate_page()
15645 * md/bitmap: protect against bitmap removal while being updated.
15646 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
15647 * devpts_get_tty() should validate inode
15648 * debugfs: fix create mutex racy fops and private data
15649 * Driver core: fix race in dev_driver_string
15650 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
15651 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
15652 * mac80211: Fixed bug in mesh portal paths
15653 * mac80211: Revert 'Use correct sign for mesh active path refresh'
15654 * mac80211: fix scan abort sanity checks
15655 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
15656 * rtl8187: Fix wrong rfkill switch mask for some models
15657 * x86: Fix bogus warning in apic_noop.apic_write()
15658 * mm: hugetlb: fix hugepage memory leak in mincore()
15659 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
15660 * powerpc/windfarm: Add detection for second cpu pump
15661 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
15662 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
15663 * drm/radeon/kms: Add quirk for HIS X1300 board
15664 * drm/radeon/kms: handle vblanks properly with dpms on
15665 * drm/radeon/kms: fix legacy crtc2 dpms
15666 * drm/radeon/kms: fix vram setup on rs600
15667 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
15668 * drm/ttm: Fix build failure due to missing struct page
15669 * drm/i915: Set the error code after failing to insert new offset into mm
15670 ht.
15671 * drm/i915: Add the missing clonemask for display port on Ironlake
15672 * xen/xenbus: make DEVICE_ATTR()s static
15673 * xen: re-register runstate area earlier on resume.
15674 * xen: restore runstate_info even if !have_vcpu_info_placement
15675 * xen: correctly restore pfn_to_mfn_list_list after resume
15676 * xen: register timer interrupt with IRQF_TIMER
15677 * xen: register runstate on secondary CPUs
15678 * xen: don't call dpm_resume_noirq() with interrupts disabled.
15679 * xen: register runstate info for boot CPU early
15680 * xen: call clock resume notifier on all CPUs
15681 * xen: improve error handling in do_suspend.
15682 * xen: don't leak IRQs over suspend/resume.
15683 * xen: use iret for return from 64b kernel to 32b usermode
15684 * xen: explicitly create/destroy stop_machine workqueues outside
15685 suspend/resume region.
15686 * Xen balloon: fix totalram_pages counting.
15687 * xen: try harder to balloon up under memory pressure.
15688 * dm exception store: free tmp_store on persistent flag error
15689 * dm snapshot: only take lock for statustype info not table
15690 * dm crypt: move private iv fields to structs
15691 * dm crypt: restructure essiv error path
15692 * dm: avoid _hash_lock deadlock
15693 * dm snapshot: cope with chunk size larger than origin
15694 * dm crypt: separate essiv allocation from initialisation
15695 * dm crypt: make wipe message also wipe essiv key
15696 * slc90e66: fix UDMA handling
15697 * tcp: Stalling connections: Fix timeout calculation routine
15698 * ip_fragment: also adjust skb->truesize for packets not owned by a
15699 socket
15700 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
15701 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
15702 * sparc64: Fix overly strict range type matching for PCI devices.
15703 * sparc64: Fix stack debugging IRQ stack regression.
15704 * sparc: Set UTS_MACHINE correctly.
15705 * b43legacy: avoid PPC fault during resume
15706 * tracing: Fix event format export
15707 * ath9k: Fix TX hang poll routine
15708 * ath9k: fix processing of TX PS null data frames
15709 * ath9k: Fix maximum tx fifo settings for single stream devices
15710 * ath9k: fix tx status reporting
15711 * mac80211: Fix dynamic power save for scanning.
15712 * drm/i915: Fix sync to vblank when VGA output is turned off
15713 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
15714 * thinkpad-acpi: fix default brightness_mode for R50e/R51
15715 * thinkpad-acpi: preserve rfkill state across suspend/resume
15716 * ipw2100: fix rebooting hang with driver loaded
15717 * matroxfb: fix problems with display stability
15718 * acerhdf: add new BIOS versions
15719 * asus-laptop: change light sens default values.
15720 * vmalloc: conditionalize build of pcpu_get_vm_areas()
15721 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
15722 * net: Fix userspace RTM_NEWLINK notifications.
15723 * ext3: Fix data / filesystem corruption when write fails to copy data
15724 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
15725 * bcm63xx_enet: fix compilation failure after get_stats_count removal
15726 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
15727 * drm/i915: Avoid NULL dereference with component_only tv_modes
15728 * drm/i915: PineView only has LVDS and CRT ports
15729 * drm/i915: Fix LVDS stability issue on Ironlake
15730 * mm: sigbus instead of abusing oom
15731 * ipvs: zero usvc and udest
15732 * jffs2: Fix long-standing bug with symlink garbage collection.
15733 * intel-iommu: Detect DMAR in hyperspace at probe time.
15734 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
15735 * intel-iommu: Check for an RMRR which ends before it starts.
15736 * intel-iommu: Fix oops with intel_iommu=igfx_off
15737 * intel-iommu: ignore page table validation in pass through mode
15738 * netfilter: xtables: document minimal required version
15739 * perf_event: Fix incorrect range check on cpu number
15740 * implement early_io{re,un}map for ia64
15741 * Linux 2.6.32.2
15742
15743 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
15744
15745linux (2.6.32-9.13) lucid; urgency=low
15746
15747 [ Andy Whitcroft ]
15748
15749 * [Config] enable CONFIG_B43_PHY_LP
15750 - LP: #493059
15751 * include modules.builtin in the binary debs
15752 * config-check -- add a configuration enforcer
15753 * config-check -- add a unit-test suite to the checker
15754 * [Config] Enable CONFIG_SYN_COOKIES for versatile
15755 * [Config] Enable CONFIG_SECURITY_SMACK for ports
15756 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
15757 * [Config] Disable CONFIG_COMPAT_BRK for ports
15758 * getabis -- add armel versatile to the list
15759
15760 [ Brad Figg ]
15761
15762 * SAUCE: Increase the default prealloc buffer for HDA audio devices
15763 (non-modem)
15764
15765 [ Manoj Iyer ]
15766
15767 * ubuntu: onmibook -- Added missing BOM file
15768
15769 [ Tim Gardner ]
15770
15771 * ubuntu: fsam7400 -- Cleanup Makefile
15772
15773 [ Upstream Kernel Changes ]
15774
15775 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
15776 * signal: Fix alternate signal stack check
15777 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
15778 * SCSI: osd_protocol.h: Add missing #include
15779 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
15780 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
15781 ENOSPC
15782 * ext4: avoid divide by zero when trying to mount a corrupted file system
15783 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
15784 * ext4: fix lock order problem in ext4_move_extents()
15785 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
15786 * ext4: plug a buffer_head leak in an error path of ext4_iget()
15787 * ext4: make sure directory and symlink blocks are revoked
15788 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
15789 * ext4: journal all modifications in ext4_xattr_set_handle
15790 * ext4: don't update the superblock in ext4_statfs()
15791 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
15792 non-zero
15793 * ext4: fix block validity checks so they work correctly with meta_bg
15794 * ext4: avoid issuing unnecessary barriers
15795 * ext4: fix error handling in ext4_ind_get_blocks()
15796 * ext4: make trim/discard optional (and off by default)
15797 * ext4: make "norecovery" an alias for "noload"
15798 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
15799 * ext4: initialize moved_len before calling ext4_move_extents()
15800 * ext4: move_extent_per_page() cleanup
15801 * jbd2: Add ENOMEM checking in and for
15802 jbd2_journal_write_metadata_buffer()
15803 * ext4: Return the PTR_ERR of the correct pointer in
15804 setup_new_group_blocks()
15805 * ext4: Avoid data / filesystem corruption when write fails to copy data
15806 * ext4: wait for log to commit when umounting
15807 * ext4: remove blocks from inode prealloc list on failure
15808 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
15809 * ext4: quota macros cleanup
15810 * ext4: fix incorrect block reservation on quota transfer.
15811 * ext4: Wait for proper transaction commit on fsync
15812 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
15813 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
15814 * Linux 2.6.32.1
15815 * kbuild: generate modules.builtin
15816 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
15817 - LP: #494461
15818 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
15819 tv_modes
15820 - LP: #494045
15821
15822 [ Zhao Yakui ]
15823
15824 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
15825 less than 0x0f.
15826 - LP: #481765
15827
15828 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
15829
15830linux (2.6.32-8.12) lucid; urgency=low
15831
15832 [ Andy Whitcroft ]
15833
15834 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
15835
15836 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
15837
15838linux (2.6.32-8.11) lucid; urgency=low
15839
15840 [ Andy Whitcroft ]
15841
15842 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
15843 up"
15844 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
15845 transition."
15846 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
15847 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
15848 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
15849 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
15850 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
15851 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
15852 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
15853 mem"
15854 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
15855 denied"
15856 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
15857 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
15858 allocation"
15859 * Revert "SAUCE: AppArmor: Set error code after structure
15860 initialization."
15861 * Revert "AppArmor -- fix pstrace_may_access rename"
15862 * Revert "ubuntu: AppArmor security module"
15863 * Revert "SAUCE: Add config option to set a default LSM"
15864 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
15865 * Revert "[Config] fsam7400 -- enable"
15866 * Revert "[Config] AUFS -- enable"
15867 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
15868 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
15869 * Revert "ubuntu: AUFS -- export various core functions"
15870 * Revert "[Config] ubuntu/iscsitarget -- disable"
15871 * Revert "[Config] iscsitarget -- enable"
15872 * Revert "ubuntu: iscsitarget -- SVN revision r214"
15873 * update Vcs-Git to point to the correct repository
15874 - LP: #493589
15875 * update build environment overrides to lucid
15876 - LP: #493589
15877 * [Config] enable CONFIG_DEVTMPFS
15878 * [Config] update all configs following AppArmor 2009-12-08 update
15879 * SAUCE: isapnp_init: make isa PNP scans occur async
15880 * [Config] fsam7400 -- enable
15881 * [Config] omnibook -- enable
15882 * [Config] cleanup CONFIG_AUDIT
15883 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
15884 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
15885 * ubuntu: AUFS -- aufs2 20091209
15886 * [Config] AUFS -- enable
15887 * [Config] iscsitarget -- enable
15888
15889 [ Arjan van de Ven ]
15890
15891 * SAUCE: KMS: cache the EDID information of the LVDS
15892
15893 [ Colin Watson ]
15894
15895 * bnx2: update d-i firmware filenames
15896 - LP: #494052
15897 * add cdc_ether to nic-usb-modules udeb
15898 - LP: #495060
15899
15900 [ John Johansen ]
15901
15902 * ubuntu: AppArmor -- mainline 2009-10-08
15903
15904 [ Manoj Iyer ]
15905
15906 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
15907 * ubuntu: omnibook -- support Toshiba (HP) netbooks
15908 * ubuntu: iscsitarget --- version 1.4.19
15909 - LP: #494693
15910
15911 [ Surbhi Palande ]
15912
15913 * SAUCE: Make populate_rootfs asynchronous
15914
15915 [ Tim Gardner ]
15916
15917 * Parallelize flavour builds and packaging
15918 * [Config] Enable CONFIG_KSM
15919
15920 [ Upstream Kernel Changes ]
15921
15922 * Config option to set a default LSM
15923 * LSM: Add security_path_chroot().
15924 * LSM: Add security_path_chroot().
15925 * LSM: Move security_path_chmod()/security_path_chown() to after
15926 mutex_lock().
15927 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
15928
15929 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
15930
15931linux (2.6.32-7.10) lucid; urgency=low
15932
15933 [ Andy Whitcroft ]
15934
15935 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
15936
15937 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
15938
15939linux (2.6.32-7.9) lucid; urgency=low
15940
15941 [ Andy Whitcroft ]
15942
15943 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
15944 - LP: #458982
15945 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
15946 * [Config] update configs following versatile switch to V7
15947 * rebased to v2.6.32
15948 * [Config] update configs following rebase to v2.6.32
15949 * [Config] update ports configs following rebase to v2.6.32
15950 * SAUCE: default ATI Radeon KMS to off until userspace catches up
15951
15952 [ Arjan van de Ven ]
15953
15954 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
15955
15956 [ Leann Ogasawara ]
15957
15958 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
15959 permissions
15960 - CVE-2009-3939
15961
15962 [ Loic Minier ]
15963
15964 * SAUCE: select a v7 CPU for versatile
15965
15966 [ Takashi Iwai ]
15967
15968 * SAUCE: ALSA: hda - Add power on/off counter
15969
15970 [ Upstream changes ]
15971
15972 * rebased to v2.6.32
15973
15974 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
15975
15976linux (2.6.32-6.8) lucid; urgency=low
15977
15978 [ Andy Whitcroft ]
15979
15980 * [Config] disable SSB devices for armel
15981
15982 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
15983
15984linux (2.6.32-6.7) lucid; urgency=low
15985
15986 [ Andy Whitcroft ]
15987
15988 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
15989 * Revert "SAUCE: Dell XPS710 reboot quirk"
15990 * Revert "SAUCE: Link acpi-cpufreq.o first"
15991 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
15992 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
15993 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
15994 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
15995 * Revert "Add Dell Dimension 9200 reboot quirk"
15996 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
15997 * Revert "SAUCE: tulip: Define ULI PCI ID's"
15998 * Revert "SAUCE: Lower warning level of some PCI messages"
15999 * Revert "mac80211: fix two issues in debugfs"
16000 Drop a number of known redundant commits as identified in the Ubuntu
16001 delta review blueprint.
16002
16003 * reenable armel versatile flavour
16004 * [Config] disable CONFIG_USB_DEVICEFS
16005
16006 [ Tim Gardner ]
16007
16008 * [Config] udeb: Add squashfs to fs-core-modules
16009 - LP: #352615
16010 * [Config] Create a real squashfs udeb
16011 - LP: #352615
16012
16013
16014 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16015
16016linux (2.6.32-5.6) lucid; urgency=low
16017
16018 [ Andy Whitcroft ]
16019
16020 * rebase to v2.6.32-rc8
16021 * update configs following rebase to v2.6.32-rc8
16022 * update ports configs since rebase to v2.6.32-rc8
16023 * [Config] enable cgroup options
16024 - LP: #480739
16025
16026 [ Upstream Kernel Changes ]
16027
16028 * rebase to v2.6.32-rc8
16029
16030 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16031
16032linux (2.6.32-4.5) lucid; urgency=low
16033
16034 [ Andy Whitcroft ]
16035
16036 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16037 * rebase to v2.6.32-rc7
16038 * resync with Karmic proposed
16039
16040 [ John Johansen ]
16041
16042 * SAUCE: AppArmor: Fix oops after profile removal
16043 - LP: #475619
16044 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16045 - LP: #437258
16046 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16047 - LP: #479102
16048 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16049 - LP: #479115
16050 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16051 transition.
16052 - LP: #480112
16053
16054 [ Ubuntu Changes ]
16055
16056 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16057
16058 [ Upstream Kernel Changes ]
16059
16060 * rebase to v2.6.32-rc7
16061
16062 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16063
16064linux (2.6.32-3.4) lucid; urgency=low
16065
16066 [ Andy Whitcroft ]
16067
16068 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16069 * [Upstream] add local prefix to oss local change_bits
16070
16071 [ Upstream Kernel Changes ]
16072
16073 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16074 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16075
16076 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16077
16078linux (2.6.32-3.3) lucid; urgency=low
16079
16080 [ Andy Whitcroft ]
16081
16082 * rebase to v2.6.32-rc6
16083 * [Config] update configs following rebase to v2.6.32-rc6
16084 * [Config] update ports configs following rebase to v2.6.32-rc6
16085 * resync with Karmic Ubuntu-2.6.31-15.49
16086 * [Config] add module ignores for broken drivers
16087
16088 [ John Johansen ]
16089
16090 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16091 - LP: #453335
16092 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16093 - LP: #458299
16094 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16095 - LP: #462824
16096 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16097 - LP: #451375
16098
16099 [ Kees Cook ]
16100
16101 * SAUCE: Fix nx_enable reporting
16102 - LP: #454285
16103
16104 [ Scott James Remnant ]
16105
16106 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16107 * SAUCE: trace: add trace events for open(), exec() and uselib()
16108 - LP: #462111
16109
16110 [ Stefan Bader ]
16111
16112 * SAUCE: Fix sub-flavour script to not stop on missing directories
16113 - LP: #453073
16114
16115 [ Ubuntu Changes ]
16116
16117 * resync with Karmic Ubuntu-2.6.31-15.49
16118
16119 [ Upstream Kernel Changes ]
16120
16121 * rebase to v2.6.32-rc6
16122 - LP: #464552
16123
16124 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16125
16126linux (2.6.32-2.2) lucid; urgency=low
16127
16128 [ Andy Whitcroft ]
16129
16130 * install the full changelog with the binary package
16131 * changelog -- explicitly note rebases and clean history
16132 * reinstate armel.mk with no flavours
16133 - LP: #449637
16134 * [Upstream] block: silently error unsupported empty barriers too
16135 - LP: #420423
16136 * [Config] udate configs following karmic resync
16137 * [Config] update ports configs following karmic resync
16138 * [Upstream] lirc -- follow removal of .id element
16139
16140 [ Colin Watson ]
16141
16142 * Use section 'admin' rather than 'base'
16143 * Add more e100 firmware to nic-modules
16144 - LP: #451872
16145 * Add qla1280 firmware to scsi-modules
16146 - LP: #381037
16147
16148 [ John Johansen ]
16149
16150 * SAUCE: AppArmor: Set error code after structure initialization.
16151 - LP: #427948
16152 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16153 - LP: #446595
16154 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16155
16156 [ Kees Cook ]
16157
16158 * SAUCE: [x86] fix report of cs-limit nx-emulation
16159 - LP: #454285
16160
16161 [ Leann Ogasawara ]
16162
16163 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16164 events
16165 - LP: #430809
16166 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16167 toggle switch press
16168 - LP: #430809
16169
16170 [ Luke Yelavich ]
16171
16172 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16173 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16174
16175 [ Mario Limonciello ]
16176
16177 * SAUCE: Update to LIRC 0.8.6
16178 - LP: #432678
16179 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16180 requerying every time
16181 - LP: #430809
16182 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16183 - LP: #430809
16184
16185 [ Stefan Bader ]
16186
16187 * [Upstream] acerhdf: Limit modalias matching to supported boards
16188 - LP: #435958
16189
16190 [ Tim Gardner ]
16191
16192 * [Upstream] i915: Fix i2c init message
16193 - LP: #409361
16194 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16195 - LP: #439415
16196 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16197 - LP: #439456
16198 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16199 - LP: #381300
16200 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16201 - LP: #430694
16202 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16203 - LP: #430694
16204 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16205 - LP: #416325
16206 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16207 - LP: #430694
16208 * SAUCE: Raise the default console 'quiet' level to 2
16209 * [Config] CONFIG_X86_PAT=y
16210 * [Config] Add armel arch to linux-libc-dev arches.
16211 - LP: #449637
16212 * [Config] CONFIG_X86_MCE
16213 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16214 M300 to rate blacklist
16215 - LP: #433801
16216
16217 [ Upstream Kernel Changes ]
16218
16219 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16220 * drm/i915: Fix FDI M/N setting according with correct color depth
16221 - LP: #416792
16222
16223 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16224
16225linux (2.6.32-1.1) lucid; urgency=low
16226
16227 [ Andy Whitcroft ]
16228
16229 * rebase to v2.6.32-rc3
16230 * [Config] update configs following rebase to 2.6.32-rc3
16231 * [Config] update ports configs following rebase to 2.6.32-rc3
16232 * AppArmor -- fix pstrace_may_access rename
16233 * staging/android -- disable
16234 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16235 * ubuntu: drbd -- disable
16236 * staging/comdi -- disable
16237 * staging/go7007 -- disable
16238 * [Config] staging/winbond -- disable
16239 * [Config] ubuntu/iscsitarget -- disable
16240 * [d-i] cbc and ecb are builtin make them optional in udebs
16241 * rebase to v2.6.32-rc5
16242 * [Config] update configs following rebase to v2.6.32-rc5
16243 * [Config] update ports configs following rebase to v2.6.31-rc5
16244
16245 [ Tim Gardner ]
16246
16247 * [Config] Add cpio as a build dependency.
16248
16249 [ Upstream Kernel Changes ]
16250
16251 * rebase to v2.6.32-rc3
16252 * rebase to v2.6.32-rc5
16253
16254 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
16255
16256linux (2.6.31-11.37) karmic; urgency=low
16257
16258 [ Tim Gardner ]
16259
16260 * [Config] Increase kernel log buffer to 256K for amd64 flavours
16261 - LP: #424810
16262 * [Config] Set HZ=100 for amd64 flavours
16263 - LP: #438234
16264 * [Upstream] e1000e: Emit notice instead of an error when
16265 pci_enable_pcie_error_reporting() fails
16266 - LP: #436370
16267
16268 [ Upstream Kernel Changes ]
16269
16270 * n_tty: honor opost flag for echoes
16271 * n_tty: move echoctl check and clean up logic
16272 - LP: #438310
16273
16274 * Revert "[Upstream] drm/i915: Check that the relocation points to within
16275 the target" - Use upstream cherry-pick.
16276 * drm/i915: Check that the relocation points to within the target
16277 - LP: #429241
16278
16279 * drm/i915: fix tiling on IGDNG
16280 * drm/i915: add B43 chipset support
16281 * agp/intel: Add B43 chipset support
16282 Intel request from kernel team mailing list.
16283
16284 * HID: completely remove apple mightymouse from blacklist
16285 - LP: #428111
16286
16287 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
16288
16289linux (2.6.31-11.36) karmic; urgency=low
16290
16291 [ Brian Rogers ]
16292
16293 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
16294 persistent object
16295 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
16296 persistent object
16297
16298 [ Takashi Iwai ]
16299
16300 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
16301 - LP: #416482
16302
16303 [ Tyler Hicks ]
16304
16305 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
16306 negative during unlink
16307
16308 [ Upstream Kernel Changes ]
16309
16310 * sg: fix oops in the error path in sg_build_indirect()
16311 * mpt2sas : Rescan topology from Interrupt context instead of work thread
16312 * mpt2sas: Prevent sending command to FW while Host Reset
16313 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
16314 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
16315 * SCSI: fix oops during scsi scanning
16316 * SCSI: libsrp: fix memory leak in srp_ring_free()
16317 * cfg80211: fix looping soft lockup in find_ie()
16318 * ath5k: write PCU registers on initial reset
16319 * binfmt_elf: fix PT_INTERP bss handling
16320 * TPM: Fixup boot probe timeout for tpm_tis driver
16321 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
16322 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
16323 * fix undefined reference to user_shm_unlock
16324 * perf_counter: Fix buffer overflow in perf_copy_attr()
16325 * perf_counter: Start counting time enabled when group leader gets
16326 enabled
16327 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
16328 * powerpc: Fix bug where perf_counters breaks oprofile
16329 * powerpc/ps3: Workaround for flash memory I/O error
16330 * block: don't assume device has a request list backing in nr_requests
16331 store
16332 * agp/intel: remove restore in resume
16333 * ALSA: cs46xx - Fix minimum period size
16334 * ASoC: Fix WM835x Out4 capture enumeration
16335 * sound: oxygen: work around MCE when changing volume
16336 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
16337 * perf stat: Change noise calculation to use stddev
16338 * x86: Fix x86_model test in es7000_apic_is_cluster()
16339 * x86/i386: Make sure stack-protector segment base is cache aligned
16340 * PCI: apply nv_msi_ht_cap_quirk on resume too
16341 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
16342 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
16343 with highmem
16344 * KVM guest: do not batch pte updates from interrupt context
16345 * KVM: Fix coalesced interrupt reporting in IOAPIC
16346 * KVM: VMX: Check cpl before emulating debug register access
16347 * KVM guest: fix bogus wallclock physical address calculation
16348 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
16349 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
16350 * KVM: x86 emulator: Implement zero-extended immediate decoding
16351 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
16352 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
16353 * KVM: limit lapic periodic timer frequency
16354 * libata: fix off-by-one error in ata_tf_read_block()
16355 * PCI quirk: update 82576 device ids in SR-IOV quirks list
16356 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
16357 * powerpc/pseries: Fix to handle slb resize across migration
16358 * Linux 2.6.31.1
16359
16360 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
16361
16362linux (2.6.31-10.35) karmic; urgency=low
16363
16364 [ Amit Kucheria ]
16365
16366 * Disable CONFIG_UEVENT_HELPER_PATH
16367
16368 [ Andy Whitcroft ]
16369
16370 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
16371 * remove the tlsup driver
16372 * remove lmpcm logitech driver support
16373
16374 [ Bryan Wu ]
16375
16376 * Add 3 missing files to prerm remove file list
16377 - LP: #345623, #415832
16378
16379 [ Chris Wilson ]
16380
16381 * [Upstream] drm/i915: Check that the relocation points to within the
16382 target
16383 - LP: #429241
16384
16385 [ Luke Yelavich ]
16386
16387 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
16388
16389 [ Manoj Iyer ]
16390
16391 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16392 - LP: #348861
16393
16394 [ Tim Gardner ]
16395
16396 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
16397 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
16398 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
16399 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
16400 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
16401 Upstream suggests that this is not the right approach.
16402
16403 * [Config] Set default I/O scheduler to DEADLINE
16404 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
16405 - LP: #381300
16406
16407 [ ubuntu@tjworld.net ]
16408
16409 * SAUCE: ipw2200: Enable LED by default
16410 - LP: #21367
16411
16412 [ Upstream Kernel Changes ]
16413
16414 * ALSA: hda - Add support for new AMD HD audio devices
16415 - LP: #430564
16416
16417 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
16418
16419linux (2.6.31-10.34) karmic; urgency=low
16420
16421 [ Ted Tso ]
16422
16423 * [Upstream] ext3: Don't update superblock write time when filesystem is
16424 read-only
16425 - LP: #427822
16426
16427 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
16428
16429linux (2.6.31-10.33) karmic; urgency=low
16430
16431 [ Leann Ogasawara ]
16432
16433 * [Upstream] dvb-usb: fix tuning with Cinergy T2
16434 - LP: #421258
16435
16436 [ Tim Gardner ]
16437
16438 * [Config] Unconditionally copy files from sub-flavours lists.
16439 (really, really fix it this time)
16440 - LP: #423426
16441 * [Config] Set CONFIG_CACHEFILES=m for all flavours
16442
16443 [ Upstream Kernel Changes ]
16444
16445 * ext4: Don't update superblock write time when filesystem is read-only
16446 - LP: #427822
16447
16448 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
16449
16450linux (2.6.31-10.32) karmic; urgency=low
16451
16452 [ Eric Miao ]
16453
16454 * [Config] enable module support for memory stick
16455 - LP: #159951
16456
16457 [ Tim Gardner ]
16458
16459 * [Config] Unconditionally copy files from sub-flavours lists.
16460 - LP: #423426
16461
16462 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
16463
16464linux (2.6.31-10.31) karmic; urgency=low
16465
16466 [ Andy Whitcroft ]
16467
16468 * rebase to v2.6.31 final
16469
16470 [ Colin Watson ]
16471
16472 * [Config] Recommend grub-pc in linux-image
16473 - LP: #385741
16474
16475 [ Ike Panhc ]
16476
16477 * [Upstream] Pull latest update of lenovo-sl-laptop
16478
16479 [ Peter Feuerer ]
16480
16481 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
16482 model
16483 - LP: #426691
16484
16485 [ Tim Gardner ]
16486
16487 * [Config] De-macro some package names.
16488
16489 [ Upstream Changes ]
16490
16491 * rebase to 2.6.31 final.
16492
16493 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
16494
16495linux (2.6.31-10.30) karmic; urgency=low
16496
16497 [ Amit Kucheria ]
16498
16499 * [Config] Enable CONFIG_USB_DEVICEFS
16500 - LP: #417748
16501 * [Config] Populate the config-update template a bit more
16502
16503 [ Andy Whitcroft ]
16504
16505 * rebase to v2.6.31-rc9
16506 * [Config] update configs following rebase to v2.6.31-rc9
16507 * [Config] update ports configs following rebase to v2.6.31-rc9
16508
16509 [ Colin Ian King ]
16510
16511 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
16512 - LP: #254837
16513
16514 [ Jerone Young ]
16515
16516 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
16517 white-list
16518 - LP: #281732
16519 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
16520 white-list
16521 - LP: #281732
16522 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
16523 white-list
16524 - LP: #281732
16525 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
16526 white-list
16527 - LP: #281732
16528 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
16529 white-list
16530 - LP: #281732
16531
16532 [ John Johansen ]
16533
16534 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
16535 - LP: #419308
16536 * SAUCE: AppArmor: Return the correct error codes on profile
16537 addition/removal
16538 - LP: #408473
16539 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
16540 - LP: #408454
16541 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
16542 - LP: #419222
16543 * SAUCE: AppArmor: Fix change_profile failure
16544 - LP: #401931
16545 * SAUCE: AppArmor: Tell git to ignore generated include files
16546 - LP: #419505
16547
16548 [ Stefan Bader ]
16549
16550 * [Upstream] acpi: video: Loosen strictness of video bus detection code
16551 - LP: #333386
16552 * SAUCE: Remove ov511 driver from ubuntu subdirectory
16553
16554 [ Tim Gardner ]
16555
16556 * [Config] Exclude char-modules from non-x86 udeb creation
16557 * SAUCE: Notify the ACPI call chain of AC events
16558 * [Config] CONFIG_SATA_VIA=m
16559 - LP: #403385
16560 * [Config] Build in all phylib support modules.
16561 * [Config] Don't fail when sub-flavour files are missing
16562 - LP: #423426
16563 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
16564 - LP: #423513
16565
16566 [ Upstream ]
16567
16568 * Rebased against v2.6.31-rc9
16569
16570 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
16571
16572linux (2.6.31-9.29) karmic; urgency=low
16573
16574 [ Leann Ogasawara ]
16575
16576 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
16577 - LP: #419993
16578 * [Config] d-i/modules: Add new char-modules file, initialize with
16579 intel-agp
16580 - LP: #420605
16581
16582 [ Upstream ]
16583
16584 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
16585 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
16586 adda766193ea1cf3137484a9521972d080d0b7af.
16587
16588 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
16589
16590linux (2.6.31-8.28) karmic; urgency=low
16591
16592 [ Ike Panhc ]
16593
16594 * [Config] Let nic-shared-modules depends on crypto-modules
16595 - LP: #360966
16596
16597 [ Leann Ogasawara ]
16598
16599 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
16600 constant
16601 - LP: #412492
16602
16603 [ Mario Limonciello ]
16604
16605 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
16606 status if HW switch is disabled
16607 - LP: #418721
16608 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
16609 Compal made Dell laptops
16610 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
16611 with rfkill support
16612
16613 [ Tim Gardner ]
16614
16615 * [Config] Add acpiphp to virtual sub-flavour
16616 - LP: #364916
16617 * Drop KSM patch set for now because of instabilities with encrypted swap.
16618 - LP: #418781
16619
16620 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
16621
16622linux (2.6.31-7.27) karmic; urgency=low
16623
16624 [ Tim Gardner ]
16625
16626 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
16627 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
16628 Replaces previous ksm patches from 2.6.31-6.25
16629 * [Config] KSM=y
16630
16631 [ Upstream ]
16632
16633 * Rebased against v2.6.31-rc7
16634
16635 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
16636
16637linux (2.6.31-6.26) karmic; urgency=low
16638
16639 [ Andy Whitcroft ]
16640
16641 * [Config] enable CONFIG_AUFS_BR_RAMFS
16642 - LP: #414738
16643 * split out debian directory ready for abstraction
16644 * add printdebian target to find branch target
16645 * abstracted debian -- debian/files is not abstracted
16646 * abstracted debian -- packages must be built in debian/<pkg>
16647 * abstracted debian -- kernel-wedge needs to work in debian/
16648 * abstracted debian -- ensure we install the copyright file
16649 * abstracted-debian -- drop the debian directories from headers
16650 * abstracted-debian -- drop the debian directories from headers part 2
16651 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
16652 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
16653 - LP: #410198
16654
16655 [ Luke Yelavich ]
16656
16657 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
16658 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
16659 - LP: #413150
16660 * [Config] Ports: Build all cpu frequency scaling governors into ports
16661 kernels
16662 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
16663 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
16664 * [Config] Ports: Enable PS3 network driver
16665
16666 [ Stefan Bader ]
16667
16668 * abstracted debian -- call $(DEBIAN)/rules using make
16669
16670 [ Tim Gardner ]
16671
16672 * [Config] Abstract the debian directory
16673 * SAUCE: Improve error reporting in postinst
16674 - LP: #358564
16675
16676 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
16677
16678linux (2.6.31-6.25) karmic; urgency=low
16679
16680 [ Andy Whitcroft ]
16681
16682 * script to generate Ubuntu changes from changelog
16683 * [Config] standardise ANDROID options
16684 * [Config] standardise CONFIG_ATM as module
16685 * [Config] standardise CONFIG_LIB80211 as module
16686 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
16687 * [Config] set CONFIG_CRAMFS as module
16688 * [Config] enable CONFIG_DAB and modules
16689 * [Config] set CONFIG_MAC80211_HWSIM as module
16690 * [Config] set CONFIG_NET_CLS_FLOW as module
16691 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
16692 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
16693 * [Config] set CONFIG_RTC_DRV_DS1511 as module
16694 * [Config] set CONFIG_RTC_DRV_R9701 as module
16695 * [Config] set CONFIG_RTC_DRV_S35390A as module
16696 * [Config] set CONFIG_TOIM3232_DONGLE as module
16697 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
16698 * [Config] standardise CONFIG_USB_G_PRINTER as module
16699 * [Config] standardise CONFIG_USB_SERIAL_IR as module
16700 * [Config] set CONFIG_USB_SERIAL_IUU as module
16701 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
16702 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
16703 * cleanup remains of dm-loop
16704 * drop thinkpad ec and smapi support
16705 * drop appleir
16706 * [Config] update configs following rebase to v2.6.31-rc6
16707 * rebase to v2.6.31-rc6
16708
16709 [ Hugh Dickins ]
16710
16711 * SAUCE: ksm patch 1, drop after 2.6.31
16712 * SAUCE: ksm patch 2, drop after 2.6.31
16713 * SAUCE: ksm patch 3, drop after 2.6.31
16714 * SAUCE: ksm patch 4, drop after 2.6.31
16715 * SAUCE: ksm patch 5, drop after 2.6.31
16716 * SAUCE: ksm patch 7, drop after 2.6.31
16717
16718 [ Izik Eidus ]
16719
16720 * SAUCE: ksm patch 0, drop after 2.6.31
16721 * SAUCE: ksm patch 6, drop after 2.6.31
16722 * SAUCE: ksm patch 8, drop after 2.6.31
16723 * SAUCE: ksm patch 9, drop after 2.6.31
16724
16725 [ Luke Yelavich ]
16726
16727 * [Config] Ports: Re-add PS3 modules to udebs
16728
16729 [ Michael Casadevall ]
16730
16731 * [Config] Update SPARC config and d-i files to reflect what can be built
16732
16733 [ Tim Gardner ]
16734
16735 * [Config] Removed armel package support
16736 * [Config] Enabled CONFIG_KSM=y
16737
16738 [ Upstream Kernel Changes ]
16739
16740 * Rebased against v2.6.31-rc6
16741 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
16742 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
16743 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
16744 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
16745 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
16746 changes"
16747 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
16748 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
16749 revision"
16750 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
16751 by default"
16752 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
16753 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
16754 ARCH_MXC_CANONICAL"
16755 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
16756 CONFIG_GPIOLIB"
16757 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
16758 2.6.31"
16759 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
16760 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
16761 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
16762 mxc_uart.h _everywhere_"
16763 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
16764 correct location"
16765 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
16766 snd_card_create"
16767 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
16768 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
16769 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
16770 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
16771 mxc_map_io."
16772 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
16773 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
16774 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
16775 with snd_soc_card."
16776 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
16777 structure"
16778 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
16779 DMA_MODE_READ/WRITE/MASK"
16780 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
16781 Freescale mx51 platform"
16782 * Driver core: add new device to bus's list before probing
16783 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
16784 power-saving
16785 - LP: #381693, #399750, #380892
16786
16787 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
16788
16789linux (2.6.31-5.24) karmic; urgency=low
16790
16791 [ Amit Kucheria ]
16792
16793 * ARM: IMX51: Make video capture drivers compile
16794 * [Config] IMX51: Config updates
16795
16796 [ Andy Whitcroft ]
16797
16798 * remove leftovers of dm-bbr
16799
16800 [ Leann Ogasawara ]
16801
16802 * Add pata_cs5535 to pata-modules
16803 - LP: #318805
16804
16805 [ Luke Yelavich ]
16806
16807 * [Config] CONFIG_PPC64=y for powerpc64-smp
16808 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
16809 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
16810 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
16811 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
16812 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
16813 * [Config] Enable all PS3 drivers in powerpc64-smp
16814
16815 [ Mario Limonciello ]
16816
16817 * LIRC -- fix lirc-i2c 2.6.31 compilation
16818
16819 [ Matthew Garrett ]
16820
16821 * [Upstream] dell-laptop: Fix rfkill state queries
16822
16823 [ Tim Gardner ]
16824
16825 * [Config] Ignore armel ABI and module changes
16826 * [Config] Update configs after rebase against 2.6.31-rc5
16827
16828 [ Upstream ]
16829
16830 * Rebased to 2.6.31-rc5
16831
16832 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
16833
16834linux (2.6.31-4.23) karmic; urgency=low
16835
16836 [ Andy Whitcroft ]
16837
16838 * AUFS -- update to aufs2-30 20090727
16839 * [Config] enable AUFS FUSE support
16840
16841 [ Luke Yelavich ]
16842
16843 * [Config] CONFIG_JFS_FS=m on sparc
16844
16845 [ Tim Gardner ]
16846
16847 * [Upstream] dell-laptop: Fix rfkill state setting.
16848
16849 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
16850
16851linux (2.6.31-4.22) karmic; urgency=low
16852
16853 [ Amit Kucheria ]
16854
16855 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
16856 * ARM: IMX51: Move board-mx51* header files to the correct location
16857 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
16858 * ARM: IMX51: Make it compile.
16859 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
16860 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
16861 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
16862 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
16863 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
16864 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
16865 * ARM: staging: udlfb: Add vmalloc.h include
16866 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
16867
16868 [ Brad Figg ]
16869
16870 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
16871 * ARM: IMX51: codec structure was moved to the card structure
16872 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
16873 * ARM: IMX51: Get to bus_id by calling dev_name.
16874 * ARM: IMX51: Get to bus_id by calling dev_name.
16875 * ARM: IMX51: Added external declaration for mxc_map_io.
16876 * ARM: IMX51: Removed the mxc_gpio_port structure.
16877 * ARM: IMX51: mxc_timer_init prototype
16878 * ARM: IMX51: Fix up merge error in Kconfig
16879 * ARM: IMX51: Changed from snd_card_new to snd_card_create
16880
16881 [ Dinh Nguyen ]
16882
16883 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
16884 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
16885 * ARM: IMX51: Babbage 2.5 needs a different system revision
16886 * ARM: IMX51: IPU irq handler deadlock fix
16887
16888 [ Tim Gardner ]
16889
16890 * [Config] Enabled CONFIG_CAN=m
16891 - LP: #327243
16892 * [Config] Enabled CONFIG_SERIAL=m
16893 - LP: #397189
16894
16895 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
16896
16897linux (2.6.31-4.21) karmic; urgency=low
16898
16899 [ Amit Kucheria ]
16900
16901 * dm-raid-4-5: Add missing brackets around test_bit()
16902
16903 [ John Johansen ]
16904
16905 * AppArmor: Fix change_profile failing lpn401931
16906 * AppArmor: Fix determination of forced AUDIT messages.
16907 * AppArmor: Fix oops in auditing of the policy interface offset
16908
16909 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
16910
16911linux (2.6.31-4.20) karmic; urgency=low
16912
16913 [ Andy Whitcroft ]
16914
16915 * SAUCE: iscsitarget -- update to SVN revision r214
16916 * SAUCE: iscsitarget -- renable driver
16917 * [Config] consolidate lpia/lpia and i386/generic configs
16918 * [Config] enable CRYPTO modules for all architectures
16919 * [Config] enable cryptoloop
16920 * [Config] enable various filesystems for armel
16921 * [Config] sync i386 generic and generic-pae
16922 * [Config] add the 386 (486 processors and above) flavour
16923 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
16924 - LP: #399914
16925 * add genconfigs/genportsconfigs to extract the built configs
16926 * updateconfigs -- alter concatenation order allow easier updates
16927 * intelfb -- INTELFB now conflicts with DRM_I915
16928 * printchanges -- rebase tree does not have stable tags use changelog
16929 * AppArmor: fix argument size missmatch on 64 bit builds
16930
16931 [ Ike Panhc ]
16932
16933 * Ship bnx2x firmware in nic-modules udeb
16934 - LP: #360966
16935
16936 [ Jeff Mahoney ]
16937
16938 * AppArmor: fix build failure on ia64
16939
16940 [ John Johansen ]
16941
16942 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
16943 initialize.
16944 * AppArmour: fix auditing of domain transitions to include target profile
16945 information
16946 * AppArmor: fix C99 violation
16947 * AppArmor: revert reporting of create to write permission.
16948 * SAUCE: Add config option to set a default LSM
16949 * [Config] enable AppArmor by default
16950 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
16951
16952 [ Keith Packard ]
16953
16954 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
16955 hardware
16956 - LP: #351756
16957
16958 [ Luke Yelavich ]
16959
16960 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
16961 header packages
16962 - LP: #355344
16963
16964 [ Michael Casadevall ]
16965
16966 * [Config] update SPARC config files to allow success build
16967
16968 [ Scott James Remnant ]
16969
16970 * SAUCE: trace: add trace_event for the open() syscall
16971
16972 [ Stefan Bader ]
16973
16974 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
16975 - LP: #396780
16976
16977 [ Tim Gardner ]
16978
16979 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
16980 - LP: #397499
16981 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
16982 refresh
16983 - LP: #365291
16984 * [Config] SSB/B44 are common across all arches/flavours.
16985
16986 [ Upstream ]
16987
16988 * Rebased to 2.6.31-rc4
16989
16990 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
16991
16992linux (2.6.31-3.19) karmic; urgency=low
16993
16994 [ Andy Whitcroft ]
16995
16996 * Revert "[Config] Disabled NDISWRAPPER"
16997 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
16998 * AUFS -- export various core functions
16999 * AUFS -- export various core functions -- fixes
17000 * AUFS -- core filesystem
17001 * AUFS -- track changes in v2.6.31
17002 * [Config] Enable AUFS
17003 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17004 is already upstream but failed to auto-drop on rebase.
17005
17006 [ Eric Paris ]
17007
17008 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17009 choose
17010 * SAUCE: inotify: check filename before dropping repeat events
17011 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17012
17013 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17014
17015linux (2.6.31-3.18) karmic; urgency=low
17016
17017 [ Andy Whitcroft ]
17018
17019 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17020 AUFS"
17021 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17022 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17023 security_inode_permission"
17024 * clear out left over AUFS files and modifications
17025
17026 [ Luke Yelavich ]
17027
17028 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17029 * SAUCE: Explicitly include header files to allow apparmor to build on
17030 powerpc
17031 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17032
17033 [ Tim Gardner ]
17034
17035 * [Config] Dropped ubuntu/misc/wireless/acx
17036 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17037
17038 [ Upstream ]
17039
17040 * Rebased to 2.6.31-rc3
17041
17042 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17043
17044linux (2.6.31-2.17) karmic; urgency=low
17045
17046 [ Andy Whitcroft ]
17047
17048 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17049 * compcache -- remove redundant Kconfig entries part 2
17050 * compcache -- clean up CCFLAGS declarations
17051 * [Config] enable AppArmor
17052 * AppArmor: fix operator precidence issue in as_path_link
17053
17054 [ John Johansen ]
17055
17056 * AppArmor security module
17057 * AppArmor: Correct mapping of file permissions.
17058 * AppArmor: Turn auditing of ptrace on
17059
17060 [ Luke Yelavich ]
17061
17062 * [Config] disable CONFIG_DM_RAID45 on powerpc
17063
17064 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17065
17066linux (2.6.31-2.16) karmic; urgency=low
17067
17068 [ Andy Whitcroft ]
17069
17070 * compcache -- remove redundant Kconfig entries
17071 added ignore and ignore.modules for all arches since the compcache update
17072 changes the modules names as well as some compcache ABI values.
17073
17074 [ Manoj Iyer ]
17075
17076 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17077 * SAUCE: update compcache version to 0.5.3
17078
17079 [ Tim Gardner ]
17080
17081 * [Config]: Fix sparc FTBS by adding ignore.modules
17082
17083 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17084
17085linux (2.6.31-2.15) karmic; urgency=low
17086
17087 [ Andy Whitcroft ]
17088
17089 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17090 * [Config] Update configs following rebase to 2.6.31-rc2
17091 * [Config] update ports configs following update to 2.6.31-rc2
17092
17093 [ Luke Yelavich ]
17094
17095 * [Config] powerpc - Disable CONFIG_RDS
17096
17097 [ Matt Zimmerman ]
17098
17099 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17100 - LP: #382115
17101
17102 [ Upstream Kernel Changes ]
17103
17104 * rebased to mainline 2.6.31-rc2
17105
17106 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17107
17108linux (2.6.31-1.14) karmic; urgency=low
17109
17110 [ Andy Whitcroft ]
17111
17112 * update ndiswrapper to 1.55
17113 * remove leftovers of gfs
17114 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17115
17116 [ Luke Yelavich ]
17117
17118 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17119 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17120 kernel
17121
17122 [ Manoj Iyer ]
17123
17124 * Remove snd-bt-sco ubuntu driver
17125
17126 [ Michael Casadevall ]
17127
17128 * [Config] updates ia64 config and d-i folders to allow succesful build
17129 * [Config] Update powerpc and sparc for 2.6.31
17130
17131 [ Upstream Kernel Changes ]
17132
17133 * intel-iommu: fix Identity Mapping to be arch independent
17134 - LP: #384695
17135 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17136
17137 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17138
17139linux (2.6.31-1.13) karmic; urgency=low
17140
17141 [ Andy Whitcroft ]
17142
17143 * REBASE: rebased to mainline 2.6.31-rc1
17144 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17145 no longer applies, using deprecated interfaces, LPIA only, dropped
17146 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17147 changes now upstream, dropped
17148 * [Config] Update configs following rebase to 2.6.31-rc1
17149 * [Config] update ports configs following update to 2.6.31-rc1
17150
17151 * [Config] disable broken staging driver CONFIG_STLC45XX
17152 * SAUCE: fix compcache to use updates accessors
17153 * [Config] disable staging driver CONFIG_VT6655
17154 * SAUCE: fix DRDB to use updates accessors
17155 * [Disable] ndiswrapper needs update
17156 * [Disable] LIRC I2C needs update
17157 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17158 * [Config] disable I2C_DESIGNWARE does not compile
17159 * [Config] disable CONFIG_TLSUP for lpia
17160 * [Config] disable CONFIG_FB_UDL for arm
17161 * SAUCE: disable adding scsi headers to linux-libc-dev
17162
17163 [ Mario Limonciello ]
17164
17165 * SAUCE: Add LIRC drivers
17166
17167 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17168
17169linux (2.6.30-10.12) karmic; urgency=low
17170
17171 [ Andy Whitcroft ]
17172
17173 * [Config] split out the ports configs into their own family
17174 * [Config] update configs following introduction of ports family
17175
17176 [ Upstream Kernel Changes ]
17177
17178 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17179 description". Fixes linux-doc package name conflicts for now.
17180 - LP: #382115
17181
17182 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17183
17184linux (2.6.30-10.11) karmic; urgency=low
17185
17186 [ Amit Kucheria ]
17187
17188 * [Config] Comment splitconfig.pl and misc cleanup
17189 * [Config] Rename all configs to the new naming scheme
17190 * [Config] Splitconfig rework
17191 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17192 * [Config] Fix build system for new config split
17193 * [Config] Run updateconfigs after the splitconfig rework
17194
17195 [ Andy Whitcroft ]
17196
17197 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17198 * [Config] standardise CONFIG_STAGING=y
17199 * [Config] standardise CONFIG_RD_LZMA=y
17200 * [Config] CONFIG_PCI_IOV=y
17201 * [Config] CONFIG_PCI_STUB=m
17202 * [Config] merge kernel configs more agressively
17203
17204 [ Colin Watson ]
17205
17206 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17207 * [Config] Add support for including firmware in udebs
17208 * [Config] Ship bnx2 firmware in nic-modules udeb
17209 - LP: #384861
17210
17211 [ Luke Yelavich ]
17212
17213 * [Config] ports - Import of ports architectures into kernel packaging
17214 infrastructure
17215 * [Config] ports - Do not update ports kernel configurations by default
17216 * [Config] ports - Disable ABI checking for ports architectures
17217 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17218 * [Config] ports - Add control.d/vars.* files for ports architectures
17219 * [Config] ports - Add ports architectures for linux-libc-dev
17220 * [Config] ports - Create powerpc specific message-modules and
17221 block-modules udebs
17222 * [Config] ports - Add configuration files for ports architectures
17223
17224 [ Manoj Iyer ]
17225
17226 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17227 - LP: #329864
17228
17229 [ Michael Casadevall ]
17230
17231 * [Config] ports - Fix compression of kernels
17232
17233 [ Stefan Bader ]
17234
17235 * [Upstream] mmc: prevent dangling block device from accessing stale
17236 queues
17237 - LP: #383668
17238
17239 [ Tim Gardner ]
17240
17241 * [Config] Recommend grub-pc in linux-image
17242 - LP: #385741
17243 * [Config] Implement i386 generic and generic-pae flavours
17244 * [Config] ports - Add control info after integrating ports arches
17245 * [Config] Removed auto-generated files from git
17246 * [Config] Added netxen_nic to nic-modules
17247 - LP: #389603
17248
17249 [ Matt Zimmerman ]
17250
17251 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17252 - LP: #382115
17253
17254 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
17255
17256linux (2.6.30-9.10) karmic; urgency=low
17257
17258 [ Andy Whitcroft ]
17259
17260 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
17261 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
17262 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
17263 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
17264 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
17265 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
17266
17267 [ Upstream Kernel Changes ]
17268
17269 * rebased to 2.6.30 final
17270
17271 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
17272
17273linux (2.6.30-8.9) karmic; urgency=low
17274
17275 [ Andy Whitcroft ]
17276
17277 * Config update removed the following options:
17278 CONFIG_EDAC_AMD8111=m
17279 CONFIG_EDAC_AMD8131=m
17280
17281 [ Upstream Kernel Changes ]
17282
17283 * rebased to 2.6.30-rc8
17284
17285 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
17286
17287linux (2.6.30-7.8) karmic; urgency=low
17288
17289 [ Andy Whitcroft ]
17290
17291 * Enabled NEW configration options:
17292 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
17293 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
17294
17295 [ Upstream Kernel Changes ]
17296
17297 * rebased to 2.6.30-rc7
17298
17299 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
17300
17301linux (2.6.30-6.7) karmic; urgency=low
17302
17303 [ Andy Whitcroft ]
17304
17305 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
17306 upstream)
17307
17308 [ Upstream Kernel Changes ]
17309
17310 * rebased to 2.6.30-rc6
17311
17312 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
17313
17314linux (2.6.30-5.6) karmic; urgency=low
17315
17316 [ Tim Gardner ]
17317
17318 * [Config] Enable Keyspan USB serial device firmware in kernel module
17319 - LP: #334285
17320
17321 [ Upstream Kernel Changes ]
17322
17323 * rebased to 2.6.30-rc5
17324
17325 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
17326
17327linux (2.6.30-4.5) karmic; urgency=low
17328
17329 [ Colin Watson ]
17330
17331 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
17332 /usr/include/asm/* going missing
17333 - LP: #373214
17334
17335 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
17336
17337linux (2.6.30-3.4) karmic; urgency=low
17338
17339 [ Kees Cook ]
17340
17341 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
17342 - LP: #369978
17343
17344 [ Stefan Bader ]
17345
17346 * SAUCE: input: Blacklist digitizers from joydev.c
17347 - LP: #300143
17348
17349 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
17350
17351linux (2.6.30-2.3) karmic; urgency=low
17352
17353 [ Tim Gardner ]
17354
17355 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
17356 - LP: #369152
17357 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
17358 * [Config] CONFIG_DRM_I915_KMS=y
17359 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
17360 minimums
17361
17362 [ Upstream Kernel Changes ]
17363
17364 * rebased to 2.6.30-rc4
17365
17366 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
17367
17368linux (2.6.30-1.2) karmic; urgency=low
17369
17370 [ Tim Gardner ]
17371
17372 * [Config] armel: disable staging drivers, fixes FTBS
17373 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
17374
17375 [ Upstream Kernel Changes ]
17376
17377 * mpt2sas: Change reset_type enum to avoid namespace collision.
17378 Submitted upstream.
17379
17380 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
17381
17382linux (2.6.30-1.1) karmic; urgency=low
17383
17384 * Initial release after rebasing against v2.6.30-rc3
17385
17386 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
17387