]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian.master/changelog
UBUNTU: [Config] CONFIG_ACPI_IORT=y
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
CommitLineData
f1c53dc0
TG
1linux (4.8.0-16.17) UNRELEASED; urgency=low
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
8
8b72f08c 9linux (4.8.0-15.16) yakkety; urgency=low
f2630135 10
8b72f08c
TG
11 [ Tim Gardner ]
12
13 * Release Tracking Bug
14 - LP: #1626239
15
16 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
17 (LP: #1626158)
18 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
19 - [Config] CONFIG_NLS_CODEPAGE_437=y
20 - [Config] CONFIG_VFAT_FS=y
21
22 * Miscellaneous Ubuntu changes
23 - SAUCE: seccomp: log actions even when audit is disabled
f2630135
TG
24
25 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
26
3c99efb7 27linux (4.8.0-14.15) yakkety; urgency=low
c9b00a0f 28
3c99efb7
LO
29 * CVE-2016-1575 (LP: #1534961)
30 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
31 - SAUCE: overlayfs: Be more careful about copying up sxid files
32 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
c9b00a0f 33
3c99efb7
LO
34 * CVE-2016-1576 (LP: #1535150)
35 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
36 - SAUCE: overlayfs: Be more careful about copying up sxid files
37 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
38
39 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
40 (LP: #1531747)
41 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
42
43 * Miscellaneous Ubuntu changes
44 - [Config] CONFIG_PM_WAKELOCKS=y
45 - [Config] CONFIG_CLEANCACHE=y
46 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
47 - [Config] CONFIG_PROCESSOR_SELECT=y
48 - [Config] Enabled some networking options
49 - SAUCE: overlayfs: Enable user namespace mounts
50
51 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
c9b00a0f 52
a928399f 53linux (4.8.0-13.14) yakkety; urgency=low
f71e5453 54
a928399f
TG
55 [ Tim Gardner ]
56
57 * Release Tracking Bug
58 - LP: #1625733
59
60 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
61 - [Config] Add some CRC crypto modules to d-i
62
63 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
64 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
65
66 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
67 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
68 ThinkPads
69
70 * Option GE0301 3G modem doesn't work (LP: #348861)
71 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
72
73 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
74 (LP: #1625259)
75 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
76
77 * Miscellaneous Ubuntu changes
78 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
79 opened for writing
80 - SAUCE: fan: add VXLAN implementation
81 - [Config] CONFIG_VFIO=m for ppc64el
f71e5453
TG
82
83 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
84
6b119e64 85linux (4.8.0-12.13) yakkety; urgency=low
94fb7f08 86
6b119e64 87 [ Tim Gardner ]
94fb7f08 88
6b119e64
TG
89 * Release Tracking Bug
90 - LP: #1625233
41e30a20 91
6b119e64
TG
92 * Miscellaneous Ubuntu changes
93 - rebase to v4.8-rc7
94 - [Config] CONFIG_SCSI_DEBUG=m for all arches
41e30a20 95
94fb7f08
TG
96 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
97
81355c81 98linux (4.8.0-11.12) yakkety; urgency=low
c1a6d015 99
81355c81
LO
100 * change_hat is logging failures during expected hat probing (LP: #1615893)
101 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
c1a6d015 102
81355c81
LO
103 * deleted files outside of the namespace are not being treated as
104 disconnected
105 (LP: #1615892)
106 - SAUCE: apparmor: deleted dentries can be disconnected
107
108 * stacking to unconfined in a child namespace confuses mediation
109 (LP: #1615890)
110 - SAUCE: apparmor: special case unconfined when determining the mode
111
112 * apparmor module parameters can be changed after the policy is locked
113 (LP: #1615895)
114 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
115
116 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
117 #1579135)
118 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
119
120 * label vec reductions can result in reference labels instead of direct
121 access
122 to labels (LP: #1615889)
123 - SAUCE: apparmor: reduction of vec to single entry is just that entry
124
125 * profiles from different namespaces can block other namespaces from being
126 able to load a profile (LP: #1615887)
127 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
128
129 * The label build for onexec when stacking is wrong (LP: #1615881)
130 - SAUCE: apparmor: Fix label build for onexec stacking.
131
132 * The inherit check for new to old label comparison for domain transitions
133 is
134 wrong (LP: #1615880)
135 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
136
137 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
138 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
139
140 * __label_update proxy comparison test is wrong (LP: #1615878)
141 - SAUCE: apparmor: Fix __label_update proxy comparison test
142
143 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
144 (LP: #1560583)
145 - SAUCE: apparmor: Allow ns_root processes to open profiles file
146 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
147
148 * policy namespace stacking (LP: #1379535)
149 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
150 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
151
152 * Miscellaneous Ubuntu changes
153 - [Debian] Dynamically determine linux udebs package name
154 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
155 - SAUCE: apparmor: Fix FTBFS due to bad include path
156 - SAUCE: apparmor: add data query support
157 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
158
159 * Miscellaneous upstream changes
160 - fixup backout policy view capable for forward port
161 - apparmor: fix: Rework the iter loop for label_update
162 - apparmor: add more assertions for updates/merges to help catch errors
163 - apparmor: Make pivot root transitions work with stacking
164 - apparmor: convert delegating deleted files to mediate deleted files
165 - apparmor: add missing parens. not a bug fix but highly recommended
166 - apparmor: add a stack_version file to allow detection of bug fixes
167 - apparmor: push path lookup into mediation loop
168 - apparmor: default to allowing unprivileged userns policy
169 - apparmor: fix: permissions test to view and manage policy
170 - apparmor: Add Basic ns cross check condition for ipc
171
172 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
c1a6d015 173
c7dddaff 174linux (4.8.0-10.11) yakkety; urgency=low
c65851b8 175
c7dddaff
TG
176 * Miscellaneous Ubuntu changes
177 - ubuntu: vbox -- update to 5.1.6-dfsg-1
178 - SAUCE: Enable vbox build
c65851b8
TG
179
180 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
181
23296c6c 182linux (4.8.0-9.10) yakkety; urgency=low
19563a18 183
23296c6c
TG
184 * Miscellaneous Ubuntu changes
185 - [Config] arm64: CONFIG_ARCH_THUNDER=y
186 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
187 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
188 - [Config] arm64: CONFIG_DRM_AST=m
189 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
190 - d-i: initrd needs ext4 and scsi modules
191 - SAUCE: AUFS aufs4.x-rcN 20160912
192 - [Config] Enable CONFIG_GPIO_XGENE*
193 - [Config] Disable CONFIG_POWER_RESET_XGENE
194 - [Config] CONFIG_EDAC_XGENE=m
195 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
196 - [Config] CONFIG_XGENE_DMA=m
19563a18
TG
197
198 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
199
ea101072 200linux (4.8.0-8.9) yakkety; urgency=low
a15e177d 201
ea101072
TG
202 * New device ID for Kabypoint (LP: #1622469)
203 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
204 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
205
206 * Miscellaneous Ubuntu changes
207 - rebase to v4.8-rc6
208 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
a15e177d 209
bbfe4661
TG
210 [ Upstream Kernel Changes ]
211
212 * rebase to v4.8-rc6
213 - LP: #1617900
214
a15e177d
TG
215 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
216
0a7cc07d
TG
217linux (4.8.0-7.8) yakkety; urgency=low
218
219 * Miscellaneous Ubuntu changes
220 - [Debian] Use src_pkg_name when constructing udeb control files
221
222 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
223
224linux (4.8.0-6.7) yakkety; urgency=low
225
226 * Enable virtual scsi server driver for Power (LP: #1615665)
227 - SAUCE: Ibmvscsis: Properly deregister target sessions
228 - SAUCE: Return TCMU-generated sense data to fabric module
229 - SAUCE: Ibmvscsis: Code cleanup of print statements
230 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
231
232 * Miscellaneous Ubuntu changes
233 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
234 - rebase to v4.8-rc5
235
236 [ Upstream Kernel Changes ]
237
238 * rebase to v4.8-rc5
239
240 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
241
242linux (4.8.0-5.6) yakkety; urgency=low
243
244 * support compressed kernels on arm64 (LP: #1384955)
245 - [Config] Switch to compressed Image on arm64
246
247 * Miscellaneous Ubuntu changes
248 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
249 - SAUCE: (namespace) block_dev: Support checking inode permissions in
250 lookup_bdev()
251 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
252 when mounting
253 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
254 when mounting
255 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
256 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
257 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
258 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
259 security.* xattrs
260 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
261 filesystems
262 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
263 - SAUCE: (namespace) fuse: Add support for pid namespaces
264 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
265 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
266 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
267 or a descendant
268 - SAUCE: (namespace) fuse: Allow user namespace mounts
269 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
270 namespaces
271 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
272 mounts
273 - rebase to v4.8-rc4
274
275 [ Upstream Kernel Changes ]
276
277 * rebase to v4.8-rc4
278
279 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
280
281linux (4.8.0-4.5) yakkety; urgency=low
282
283 * Miscellaneous Ubuntu changes
284 - [Config] CONFIG_AUFS_FS=m
285 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
286
287 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
288
289linux (4.8.0-3.4) yakkety; urgency=low
290
291 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
292 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
293
294 * Miscellaneous Ubuntu changes
295 - rebase to v4.8-rc3
296
297 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
298
299linux (4.8.0-2.3) yakkety; urgency=low
300
301 * Miscellaneous Ubuntu changes
302 - [Config] Add fuse to inclusion list
303 - SAUCE: update spl/zfs to support v4.8
304
305 * Miscellaneous upstream changes
306 - Revert "UBUNTU: [Debian] do_zfs=false"
307
308 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
309
310linux (4.8.0-1.2) yakkety; urgency=low
311
312 * Miscellaneous Ubuntu changes
313 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
314 - [Config] Enabled enforcement for CONFIG_NVRAM
315 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
316 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
317 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
318 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
319 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
320 - [Config] Enabled enforcement for CONFIG_SECCOMP
321 - [Config] Enabled enforcement for
322 - rebase to v4.8-rc2
323 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
324 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
325 - SAUCE: security,perf: Allow further restriction of perf_event_open
326
327 [ Upstream Kernel Changes ]
328
329 * rebase to v4.8-rc2
330
331 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
332
333linux (4.8.0-0.1) yakkety; urgency=low
334
335 [ Upstream Kernel Changes ]
336
337 * rebase to v4.8-rc1
338 - LP: #1607647
339 - LP: #1498667
340 - LP: #1592547
341 - LP: #1319984
342 - LP: #1268727
343 - LP: #1600623
344 - LP: #1465724
345 - LP: #1333569
346
347 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
348
349linux (4.8.0-0.0) yakkety; urgency=low
350
351 * empty stanza
352
353 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
354
355linux (4.7.0-0.2) yakkety; urgency=low
356
357 * Miscellaneous Ubuntu changes fixing various FTBS issues
358 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
359 - [Config] make powerpc udeb block modules optional
360 - [Config] CONFIG_PLIP=m
361 - [Config] CONFIG_IRDA=m armhf/arm64
362 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
363 - [Config] CONFIG_MOUSE_PS2=m
364 - [Config] remove ppc64el fb-modules
365
366 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
367
368linux (4.7.0-0.1) yakkety; urgency=low
369
370 [ Upstream Kernel Changes ]
371
372 * rebase to v4.7
373 - LP: #972604
374
375 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
376
377linux (4.7.0-0.0) yakkety; urgency=low
378
379 [ Tim Gardner ]
380
381 * Release Tracking Bug
382 - LP: #1588856
383
384 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
385 - scsi_dh_alua: do not fail for unknown VPD identification
386
387 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
388 - [Config] Install lsvmbus in cloud tools
389 - SAUCE: tools/hv/lsvmbus -- convert to python3
390 - SAUCE: tools/hv/lsvmbus -- add manual page
391
392 * boot stalls on USB detection errors (LP: #1437492)
393 - usb: core: hub: hub_port_init lock controller instead of bus
394
395 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
396 - kernek/fork.c: allocate idle task for a CPU always on its local node
397
398 * VirtIO (and probably other modules as well) is built-in, make it modular...
399 (LP: #1475078)
400 - [Config] CONFIG_VIRTIO_*=m for all but s390x
401 - [Config] CONFIG_USB=m
402 - [Config] CONFIG_BLK_DEV_*=m
403 - [Config] CONFIG_ATA=m
404 - [Config] CONFIG_SCSI=m
405 - [Config] CONFIG_DEVFREQ_GOV_*=m
406 - [Config] CONFIG_XEN_NETDEV_*=m
407 - [Config] CONFIG_AGP=m
408 - [Config] CONFIG_ECRYPT_FS=m
409 - [Config] CONFIG_ACPI_*=m
410 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
411 - [Config] Modularize some CRYPTO
412 - [Config] CONFIG_FDDI=m
413 - [Config] CONFIG_FIXED_PHY=m
414 - [Config] CONFIG_VFAT_FS=m for all but armhf
415 - [Config] CONFIG_TUN=m
416 - [Config] CONFIG_UNIX=m
417 - [Config] CONFIG_TRUSTED_KEYS=m
418 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
419
420 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
421 and "not a git repository" (LP: #1584890)
422 - [debian] getabis: Only git add $abidir if running in local repo
423 - [debian] getabis: Fix inconsistent compiler versions check
424
425 * conflicting modules in udebs - arc4.ko (LP: #1582991)
426 - [Config] Remove arc4 from nic-modules
427
428 * arm64: statically link rtc-efi (LP: #1583738)
429 - [Config] Link rtc-efi statically on arm64
430
431 * Miscellaneous Ubuntu changes
432 - [Debian] zfs: transform symlink into referent file/dir
433 - [Debian] Added tristate.sh
434 - [Config] CONFIG_FUSE_FS=m
435 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
436 - [Config] CONFIG_PSTORE_CONSOLE=y
437 - Added Snapcraft files
438 - [Config] Mark CONFIG_UNIX enforced
439
440 * Miscellaneous upstream changes
441 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
442
443 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
444
445linux (4.6.0-6.7) yakkety; urgency=low
446
447 [ Tim Gardner ]
448
449 * Release Tracking Bug
450 - LP: #1582753
451
452 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
453 (LP: #1582378)
454 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
455 owns the ipc ns
456
457 * Miscellaneous Ubuntu changes
458 - [Config] Add Description to kernel-image udeb
459 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
460 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
461
462 * Miscellaneous upstream changes
463 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
464 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
465 - Drivers: hv: vmbus: Use the new virt_xx barrier code
466 - Drivers: hv: vmbus: Export the vmbus_set_event() API
467 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
468 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
469 - drivers:hv: Lock access to hyperv_mmio resource tree
470 - drivers:hv: Make a function to free mmio regions through vmbus
471 - drivers:hv: Reverse order of resources in hyperv_mmio
472 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
473 - drivers:hv: Record MMIO range in use by frame buffer
474 - drivers:hv: Separate out frame buffer logic when picking MMIO range
475 - Drivers: hv: kvp: fix IP Failover
476 - Drivers: hv: vmbus: handle various crash scenarios
477 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
478 - Drivers: hv: balloon: reset host_specified_ha_region
479
480 [ Tim Gardner ]
481
482 * Dropped hv SAUCE patches in favor of linux-next.
483
484 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
485
486linux (4.6.0-5.6) yakkety; urgency=low
487
488 [ Tim Gardner ]
489
490 * Release Tracking Bug
491 - LP: #1582351
492
493 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
494 - [Config] enable CONFIG_AUFS_EXPORT
495
496 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
497 - [Config] Update inclusion list for CRIU
498
499 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
500 - [Debian] disable zfs module checks when cross-compiling
501
502 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
503 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
504
505 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
506 (LP: #1535150)
507 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
508
509 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
510 enabled, breaking serial support on normal systems (LP: #1580960)
511 - [Config] disable CONFIG_GOLDFISH
512
513 * Miscellaneous Ubuntu changes
514 - [Config] d-i -- update local configuration to new form
515 - [Config] kernel-wedge -- switch to explicit versions
516 - [Config] powerpc64-smp --> generic
517 - [Config] CONFIG_AUFS_FS=m
518 - SAUCE: AUFS
519 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
520 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
521 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
522 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
523 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
524 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
525 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
526 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
527 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
528 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
529 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
530 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
531 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
532 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
533 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
534 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
535 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
536 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
537 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
538 - SAUCE: (namespace) fuse: Add support for pid namespaces
539 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
540 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
541 - SAUCE: (namespace) fuse: Allow user namespace mounts
542 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
543 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
544 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
545 - SAUCE: (namespace) quota: Add support for user namespace mounts
546 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
547 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
548 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
549 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
550 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
551 - rebase to v4.6
552 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
553 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
554
555 * Miscellaneous upstream changes
556 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
557 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
558
559 [ Upstream Kernel Changes ]
560
561 * rebase to v4.6
562
563 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
564
565linux (4.6.0-4.5) yakkety; urgency=low
566
567 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
568 upgrade -d (LP: #1573231)
569 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
570
571 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
572 IRC pointed out some leftover SAUCE patches that were causing issues.
573
574 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
575 has some issues.
576
577 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
578
579linux (4.6.0-3.4) xenial; urgency=low
580
581 * Release Tracking Bug
582 - LP: #1579594
583
584 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
585 - [Config] Generate an -extras package for arm64 and powerpc
586
587 * Missing libunwind support in perf (LP: #1248289)
588 - [Config] Add liblzma-dev to enable libunwind support in perf
589
590 * ZFS is confused by user namespaces (uid/gid mapping) when used with
591 acltype=posixac (LP: #1567558)
592 - zfs: Fix user namespaces uid/gid mapping
593
594 * Miscellaneous Ubuntu changes
595 - rebase to v4.6-rc7
596
597 [ Upstream Kernel Changes ]
598
599 * rebase to v4.6-rc7
600
601 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
602
603linux (4.6.0-2.3) yakkety; urgency=low
604
605 * Miscellaneous Ubuntu changes
606 - [Config] CONFIG_AUFS_FS=m
607 - SAUCE: AUFS
608 - zfs: gcc build error: -Wbool-compare in metaslab.c
609 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
610 - zfs: Fix ZPL miswrite of default POSIX ACL
611 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
612 - SAUCE: Dropped ubuntu/i915
613 - SAUCE: Dropped ubuntu/dm-raid4-5
614
615 * Miscellaneous upstream changes
616 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
617 kernel"
618
619 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
620
621linux (4.6.0-1.2) yakkety; urgency=low
622
623 * Miscellaneous Ubuntu changes
624 - [Config] CONFIG_NR_CPUS=8192 for amd64
625
626 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
627
628linux (4.6.0-0.1) yakkety; urgency=low
629
630
631 [ Upstream Kernel Changes ]
632
633 * rebase to v4.6-rc6
634 - LP: #1564712
635 - LP: #1555912
636 - LP: #1552925
637 - LP: #1546694
638 - LP: #1549660
639 - LP: #1549620
640 - LP: #1542944
641 - LP: #1542564
642 - LP: #1533009
643 - LP: #1533461
644 - LP: #1529624
645 - LP: #1522949
646
647 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
648
649linux (4.6.0-0.0) yakkety; urgency=low
650
651 [ Kamal Mostafa ]
652
653 * Release Tracking Bug
654 - LP: #1573817
655
656 * autoreconstruct: need to also generate extend-diff-ignore options for links
657 (LP: #1574362)
658 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
659
660 * tipc: missing linearization of sk_buff (LP: #1567064)
661 - tipc: move linearization of buffers to generic code
662
663 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
664 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
665 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
666 vmbus_mmio_allocate()
667 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
668 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
669 private resource tree
670 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
671 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
672 range
673
674 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
675 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
676
677 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
678 - [Config] CONFIG_AUFS_XATTR=y
679
680 * CVE-2016-3672 (LP: #1568523)
681 - x86/mm/32: Enable full randomization on i386 and X86_32
682
683 * CVE-2016-3955 (LP: #1572666)
684 - USB: usbip: fix potential out-of-bounds write
685
686 * Xenial update to v4.4.8 stable release (LP: #1573034)
687 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
688 instantiated
689 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
690 - parisc: Avoid function pointers for kernel exception routines
691 - parisc: Fix kernel crash with reversed copy_from_user()
692 - parisc: Unbreak handling exceptions from kernel modules
693 - ALSA: timer: Use mod_timer() for rearming the system timer
694 - ALSA: hda - Asus N750JV external subwoofer fixup
695 - ALSA: hda - Fix white noise on Asus N750JV headphone
696 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
697 - mm: fix invalid node in alloc_migrate_target()
698 - powerpc/mm: Fixup preempt underflow with huge pages
699 - libnvdimm: fix smart data retrieval
700 - libnvdimm, pfn: fix uuid validation
701 - compiler-gcc: disable -ftracer for __noclone functions
702 - arm64: opcodes.h: Add arm big-endian config options before including arm
703 header
704 - drm/dp: move hw_mutex up the call stack
705 - drm/udl: Use unlocked gem unreferencing
706 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
707 - drm/radeon: add another R7 370 quirk
708 - drm/radeon: add a dpm quirk for all R7 370 parts
709 - drm/amdgpu/gmc: move vram type fetching into sw_init
710 - drm/amdgpu/gmc: use proper register for vram type on Fiji
711 - xen/events: Mask a moving irq
712 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
713 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
714 - net: jme: fix suspend/resume on JMC260
715 - net: vrf: Remove direct access to skb->data
716 - net: qca_spi: Don't clear IFF_BROADCAST
717 - net: qca_spi: clear IFF_TX_SKB_SHARING
718 - net: fix bridge multicast packet checksum validation
719 - sctp: lack the check for ports in sctp_v6_cmp_addr
720 - mld, igmp: Fix reserved tailroom calculation
721 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
722 - qmi_wwan: add Sierra Wireless EM74xx device ID
723 - ipv6: re-enable fragment header matching in ipv6_find_hdr
724 - vxlan: fix missing options_len update on RX with collect metadata
725 - cdc_ncm: toggle altsetting to force reset before setup
726 - udp6: fix UDP/IPv6 encap resubmit path
727 - tcp: fix tcpi_segs_in after connection establishment
728 - ppp: release rtnl mutex when interface creation fails
729 - net: validate variable length ll headers
730 - ax25: add link layer header validation function
731 - packet: validate variable length ll headers
732 - bpf: avoid copying junk bytes in bpf_get_current_comm()
733 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
734 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
735 - qlcnic: Remove unnecessary usage of atomic_t
736 - qlcnic: Fix mailbox completion handling during spurious interrupt
737 - macvtap: always pass ethernet header in linear
738 - mlxsw: spectrum: Check requested ageing time is valid
739 - rocker: set FDB cleanup timer according to lowest ageing time
740 - bridge: allow zero ageing time
741 - ipv4: Don't do expensive useless work during inetdev destroy.
742 - net: Fix use after free in the recvmmsg exit path
743 - mlx4: add missing braces in verify_qp_parameters
744 - farsync: fix off-by-one bug in fst_add_one
745 - ath9k: fix buffer overrun for ar9287
746 - ppp: ensure file->private_data can't be overridden
747 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
748 - qlge: Fix receive packets drop.
749 - net: bcmgenet: fix dma api length mismatch
750 - bonding: fix bond_get_stats()
751 - ipv4: fix broadcast packets reception
752 - ipv4: initialize flowi4_flags before calling fib_lookup()
753 - ppp: take reference on channels netns
754 - xfrm: Fix crash observed during device unregistration and decryption
755 - qmi_wwan: add "D-Link DWM-221 B1" device id
756 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
757 - bridge: Allow set bridge ageing time when switchdev disabled
758 - rtnl: fix msg size calculation in if_nlmsg_size()
759 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
760 - tuntap: restore default qdisc
761 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
762 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
763 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
764 - ipv6: Count in extension headers in skb->network_header
765 - mpls: find_outdev: check for err ptr in addition to NULL check
766 - USB: uas: Limit qdepth at the scsi-host level
767 - USB: uas: Add a new NO_REPORT_LUNS quirk
768 - cdc-acm: fix NULL pointer reference
769 - KVM: x86: Inject pending interrupt even if pending nmi exist
770 - KVM: x86: reduce default value of halt_poll_ns parameter
771 - MIPS: Fix MSA ld unaligned failure cases
772 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
773 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
774 - pinctrl: sunxi: Fix A33 external interrupts not working
775 - pinctrl: nomadik: fix pull debug print inversion
776 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
777 - au0828: fix au0828_v4l2_close() dev_state race condition
778 - au0828: Fix dev_state handling
779 - coda: fix error path in case of missing pdata on non-DT platform
780 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
781 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
782 - rbd: use GFP_NOIO consistently for request allocations
783 - virtio: virtio 1.0 cs04 spec compliance for reset
784 - mac80211: properly deal with station hashtable insert errors
785 - mac80211: avoid excessive stack usage in sta_info
786 - mac80211: fix ibss scan parameters
787 - mac80211: fix unnecessary frame drops in mesh fwding
788 - mac80211: fix txq queue related crashes
789 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
790 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
791 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
792 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
793 - iio: accel: bmc150: fix endianness when reading axes
794 - iio: gyro: bmg160: fix buffer read values
795 - iio: gyro: bmg160: fix endianness when reading axes
796 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
797 bytes
798 - fs: add file_dentry()
799 - nfs: use file_dentry()
800 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
801 - ext4: add lockdep annotations for i_data_sem
802 - ext4: ignore quota mount options if the quota feature is enabled
803 - iommu: Don't overwrite domain pointer when there is no default_domain
804 - Btrfs: fix file/data loss caused by fsync after rename and new inode
805 - arm64: replace read_lock to rcu lock in call_step_hook
806 - perf: Do not double free
807 - perf: Cure event->pending_disable race
808 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
809 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
810 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
811 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
812 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
813 - ALSA: usb-audio: Add a quirk for Plantronics BT300
814 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
815 - HID: wacom: fix Bamboo ONE oops
816 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
817 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
818 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
819 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
820 - staging: android: ion: Set the length of the DMA sg entries in buffer
821 - usbvision: fix crash on detecting device with invalid configuration
822 - Revert "usb: hub: do not clear BOS field during reset device"
823 - Linux 4.4.8
824
825 * Fix speaker volume on a Dell machine (LP: #1549660)
826 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
827
828 * Xenial update to v4.4.7 stable release (LP: #1572722)
829 - regulator: core: avoid unused variable warning
830 - regulator: core: Fix nested locking of supplies
831 - ASoC: samsung: pass DMA channels as pointers
832 - mmc: sh_mmcif: rework dma channel handling
833 - mmc: sh_mmcif: Correct TX DMA channel allocation
834 - x86/microcode/intel: Make early loader look for builtin microcode too
835 - x86/microcode: Untangle from BLK_DEV_INITRD
836 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
837 - perf/x86/intel: Add definition for PT PMI bit
838 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
839 - KVM: i8254: change PIT discard tick policy
840 - KVM: fix spin_lock_init order on x86
841 - KVM: VMX: avoid guest hang on invalid invept instruction
842 - KVM: VMX: avoid guest hang on invalid invvpid instruction
843 - KVM: VMX: fix nested vpid for old KVM guests
844 - perf/core: Fix perf_sched_count derailment
845 - perf tools: Dont stop PMU parsing on alias parse error
846 - perf tools: Fix checking asprintf return value
847 - perf tools: Fix python extension build
848 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
849 - sched/preempt, sh: kmap_coherent relies on disabled preemption
850 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
851 - s390: fix floating pointer register corruption (again)
852 - s390/cpumf: add missing lpp magic initialization
853 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
854 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
855 - PCI: ACPI: IA64: fix IO port generic range check
856 - x86/irq: Cure live lock in fixup_irqs()
857 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
858 - x86/iopl/64: Properly context-switch IOPL on Xen PV
859 - x86/iopl: Fix iopl capability check on Xen PV
860 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
861 - sg: fix dxferp in from_to case
862 - aacraid: Fix RRQ overload
863 - aacraid: Fix memory leak in aac_fib_map_free
864 - aacraid: Set correct msix count for EEH recovery
865 - sd: Fix discard granularity when LBPRZ=1
866 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
867 - be2iscsi: set the boot_kset pointer to NULL in case of failure
868 - aic7xxx: Fix queue depth handling
869 - libnvdimm: Fix security issue with DSM IOCTL.
870 - dm snapshot: disallow the COW and origin devices from being identical
871 - dm: fix excessive dm-mq context switching
872 - dm thin metadata: don't issue prefetches if a transaction abort has failed
873 - dm cache: make sure every metadata function checks fail_io
874 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
875 - usb: retry reset if a device times out
876 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
877 - USB: uas: Reduce can_queue to MAX_CMNDS
878 - USB: cdc-acm: more sanity checking
879 - USB: iowarrior: fix oops with malicious USB descriptors
880 - USB: usb_driver_claim_interface: add sanity checking
881 - USB: mct_u232: add sanity checking in probe
882 - USB: digi_acceleport: do sanity checking for the number of ports
883 - USB: cypress_m8: add endpoint sanity check
884 - USB: serial: cp210x: Adding GE Healthcare Device ID
885 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
886 - USB: option: add "D-Link DWM-221 B1" device id
887 - pwc: Add USB id for Philips Spc880nc webcam
888 - Input: powermate - fix oops with malicious USB descriptors
889 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
890 - ALSA: usb-audio: Add sanity checks for endpoint accesses
891 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
892 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
893 - ALSA: usb-audio: Fix double-free in error paths after
894 snd_usb_add_audio_stream() call
895 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
896 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
897 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
898 - crypto: ccp - Add hash state import and export support
899 - crypto: ccp - Limit the amount of information exported
900 - crypto: ccp - Don't assume export/import areas are aligned
901 - crypto: ccp - memset request context to zero during import
902 - crypto: keywrap - memzero the correct memory
903 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
904 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
905 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
906 - X.509: Fix leap year handling again
907 - mei: bus: check if the device is enabled before data transfer
908 - HID: logitech: fix Dual Action gamepad support
909 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
910 - HID: multitouch: force retrieving of Win8 signature blob
911 - HID: fix hid_ignore_special_drivers module parameter
912 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
913 - staging: android: ion_test: fix check of platform_device_register_simple()
914 error code
915 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
916 - tty: Fix GPF in flush_to_ldisc(), part 2
917 - net: irda: Fix use-after-free in irtty_open()
918 - 8250: use callbacks to access UART_DLL/UART_DLM
919 - saa7134: Fix bytesperline not being set correctly for planar formats
920 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
921 - bttv: Width must be a multiple of 16 when capturing planar formats
922 - coda: fix first encoded frame payload
923 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
924 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
925 - mtip32xx: Fix broken service thread handling
926 - mtip32xx: Remove unwanted code from taskfile error handler
927 - mtip32xx: Print exact time when an internal command is interrupted
928 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
929 - mtip32xx: Handle safe removal during IO
930 - mtip32xx: Handle FTL rebuild failure state during device initialization
931 - mtip32xx: Implement timeout handler
932 - mtip32xx: Cleanup queued requests after surprise removal
933 - ALSA: pcm: Avoid "BUG:" string for warnings again
934 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
935 - ALSA: hda - Don't handle ELD notify from invalid port
936 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
937 - ALSA: hda - Fix unconditional GPIO toggle via automute
938 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
939 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
940 - brd: Fix discard request processing
941 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
942 - bcache: cleaned up error handling around register_cache()
943 - bcache: fix race of writeback thread starting before complete initialization
944 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
945 - mm: memcontrol: reclaim when shrinking memory.high below usage
946 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
947 - ia64: define ioremap_uc()
948 - watchdog: don't run proc_watchdog_update if new value is same as old
949 - watchdog: rc32434_wdt: fix ioctl error handling
950 - Bluetooth: Add new AR3012 ID 0489:e095
951 - Bluetooth: Fix potential buffer overflow with Add Advertising
952 - cgroup: ignore css_sets associated with dead cgroups during migration
953 - net: mvneta: enable change MAC address when interface is up
954 - of: alloc anywhere from memblock if range not specified
955 - vfs: show_vfsstat: do not ignore errors from show_devname method
956 - splice: handle zero nr_pages in splice_to_pipe()
957 - xtensa: ISS: don't hang if stdin EOF is reached
958 - xtensa: fix preemption in {clear,copy}_user_highpage
959 - xtensa: clear all DBREAKC registers on start
960 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
961 - ARC: bitops: Remove non relevant comments
962 - quota: Fix possible GPF due to uninitialised pointers
963 - xfs: fix two memory leaks in xfs_attr_list.c error paths
964 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
965 - md/raid5: Compare apples to apples (or sectors to sectors)
966 - RAID5: check_reshape() shouldn't call mddev_suspend
967 - RAID5: revert e9e4c377e2f563 to fix a livelock
968 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
969 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
970 - md: multipath: don't hardcopy bio in .make_request path
971 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
972 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
973 freed"
974 - fuse: do not use iocb after it may have been freed
975 - fuse: Add reference counting for fuse_io_priv
976 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
977 - rapidio/rionet: fix deadlock on SMP
978 - ipr: Fix out-of-bounds null overwrite
979 - ipr: Fix regression when loading firmware
980 - iwlwifi: mvm: Fix paging memory leak
981 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
982 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
983 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
984 - drm/amdgpu: include the right version of gmc header files for iceland
985 - IB/ipoib: fix for rare multicast join race condition
986 - tracing: Have preempt(irqs)off trace preempt disabled functions
987 - tracing: Fix crash from reading trace_pipe with sendfile
988 - tracing: Fix trace_printk() to print when not using bprintk()
989 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
990 - scripts/coccinelle: modernize &
991 - scripts/kconfig: allow building with make 3.80 again
992 - kbuild/mkspec: fix grub2 installkernel issue
993 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
994 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
995 - mmc: block: fix ABI regression of mmc_blk_ioctl
996 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
997 - mmc: sdhci: fix data timeout (part 1)
998 - mmc: sdhci: fix data timeout (part 2)
999 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1000 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1001 - clk: rockchip: rk3368: fix cpuclk core dividers
1002 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1003 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1004 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1005 - clk: bcm2835: Fix setting of PLL divider clock rates
1006 - target: Fix target_release_cmd_kref shutdown comp leak
1007 - iser-target: Fix identification of login rx descriptor type
1008 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1009 - iser-target: Separate flows for np listeners and connections cma events
1010 - iser-target: Rework connection termination
1011 - nfsd4: fix bad bounds checking
1012 - nfsd: fix deadlock secinfo+readdir compound
1013 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1014 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1015 - ACPI / PM: Runtime resume devices when waking from hibernate
1016 - writeback, cgroup: fix premature wb_put() in
1017 locked_inode_to_wb_and_lock_list()
1018 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1019 inode
1020 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1021 trackstick buttons, again"
1022 - Input: synaptics - handle spurious release of trackstick buttons, again
1023 - Input: ims-pcu - sanity check against missing interfaces
1024 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1025 - ocfs2/dlm: fix race between convert and recovery
1026 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1027 - mm/page_alloc: prevent merging between isolated and other pageblocks
1028 - mtd: onenand: fix deadlock in onenand_block_markbad
1029 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1030 - scsi_common: do not clobber fixed sense information
1031 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1032 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1033 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1034 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1035 - Linux 4.4.7
1036
1037 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1038 - Bluetooth: Add new AR3012 ID 0489:e095
1039
1040 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1041 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1042
1043 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1044 gl552jx (LP: #1552925)
1045 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1046
1047 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1048 (LP: #1546694)
1049 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1050
1051 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1052 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1053
1054 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1055 - s390/pci: add extra padding to function measurement block
1056
1057 * CVE-2016-3951 (LP: #1567191)
1058 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1059 - usbnet: cleanup after bind() in probe()
1060
1061 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1062 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1063 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1064 - efi: Add nonblocking option to efi_query_variable_store()
1065 - efi: Add NV memory attribute
1066 - efi: Reformat GUID tables to follow the format in UEFI spec
1067 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1068 - SAUCE: (noup) Add EFI signature data types
1069 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1070 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1071 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1072 - [Config] CONFIG_IMA_MOK_KEYRING=y
1073 - IMA: create machine owner and blacklist keyrings
1074 - KEYS: Add an alloc flag to convey the builtinness of a key
1075 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1076 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1077 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1078
1079 * Miscellaneous Ubuntu changes
1080 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1081
1082 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1083
1084linux (4.4.0-21.37) xenial; urgency=low
1085
1086 [ Tim Gardner ]
1087
1088 * Release Tracking Bug
1089 - LP: #1571791
1090
1091 * linux: MokSBState is ignored (LP: #1571691)
1092 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1093 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1094 - SAUCE: (noup) Display MOKSBState when disabled
1095
1096 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
1097
1098linux (4.4.0-20.36) xenial; urgency=low
1099
1100 [ Tim Gardner ]
1101
1102 * Release Tracking Bug
1103 - LP: #1571069
1104
1105 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
1106 - SAUCE: kernfs: Do not match superblock in another user namespace when
1107 mounting
1108
1109 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
1110 - x86/topology: Fix logical package mapping
1111 - x86/topology: Fix Intel HT disable
1112 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
1113 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
1114 - x86/topology: Fix AMD core count
1115
1116 * [regression]: Failed to call clock_adjtime(): Invalid argument
1117 (LP: #1566465)
1118 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
1119
1120 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
1121
1122linux (4.4.0-19.35) xenial; urgency=low
1123
1124 [ Tim Gardner ]
1125
1126 * Release Tracking Bug
1127 - LP: #1570348
1128
1129 * CVE-2016-2847 (LP: #1554260)
1130 - pipe: limit the per-user amount of pages allocated in pipes
1131
1132 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
1133 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
1134
1135 * arm64: guest hangs when ntpd is running (LP: #1549494)
1136 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
1137
1138 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1139 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
1140
1141 * s390/cpumf: Fix lpp detection (LP: #1555344)
1142 - s390/facilities: use stfl mnemonic instead of insn magic
1143 - s390/facilities: always use lowcore's stfle field for storing facility bits
1144 - s390/cpumf: Fix lpp detection
1145
1146 * s390x kernel image needs weightwatchers (LP: #1536245)
1147 - [Config] s390x: Use compressed kernel bzImage
1148
1149 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
1150 upgrading to Ubuntu 16.04 (LP: #1567581)
1151 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
1152 device-tree properties"
1153
1154 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1155 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
1156 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
1157 - cpufreq: powernv: Add sysfs attributes to show throttle stats
1158
1159 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
1160 - [Config] Add ib_iser to generic inclusion list
1161
1162 * thunderx nic performance improvements (LP: #1567093)
1163 - net: thunderx: Set recevie buffer page usage count in bulk
1164 - net: thunderx: Adjust nicvf structure to reduce cache misses
1165
1166 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
1167 - net: thunderx: Fix for multiqset not configured upon interface toggle
1168 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
1169 - net: thunderx: Fix receive packet stats
1170
1171 * Miscellaneous Ubuntu changes
1172 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
1173
1174 * Miscellaneous upstream changes (LP: #1564901)
1175 - Input: xpad - correctly handle concurrent LED and FF requests
1176
1177 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
1178
1179linux (4.4.0-18.34) xenial; urgency=low
1180
1181 [ Tim Gardner ]
1182
1183 * Release Tracking Bug
1184 - LP: #1566868
1185
1186 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
1187 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
1188 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
1189
1190 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
1191 - [Config] CONFIG_ARCH_ROCKCHIP=y
1192
1193 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
1194 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
1195 - perf/x86/cqm: Fix CQM memory leak and notifier leak
1196 - x86/cpufeature: Carve out X86_FEATURE_*
1197 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
1198 - x86/topology: Create logical package id
1199 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
1200 - perf/x86/mbm: Add memory bandwidth monitoring event management
1201 - perf/x86/mbm: Implement RMID recycling
1202 - perf/x86/mbm: Add support for MBM counter overflow handling
1203
1204 * User namespace mount updates (LP: #1566505)
1205 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
1206 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
1207 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
1208 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
1209 - SAUCE: fs: fix a posible leak of allocated superblock
1210
1211 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
1212 (LP: #1566518)
1213 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
1214 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
1215
1216 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
1217 for Alpine Ridge on SKL (LP: #1519623)
1218 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
1219 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
1220 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
1221 - usb: add device descriptor for usb 3.1 root hub
1222 - usb: Support USB 3.1 extended port status request
1223 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
1224 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
1225 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
1226 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
1227 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
1228 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
1229 - usb: Add USB 3.1 Precision time measurement capability descriptor support
1230 - xhci: refactor and cleanup endpoint initialization.
1231 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
1232 - xhci: cleanup isoc tranfers queuing code
1233 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
1234 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
1235
1236 * wrong/missing permissions for device file /dev/prandom (prng.ko)
1237 (LP: #1558275)
1238 - s390/crypto: provide correct file mode at device register.
1239
1240 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
1241 - ALSA: hda - fix front mic problem for a HP desktop
1242
1243 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
1244 (LP: #1556228)
1245 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
1246
1247 * please provide mmc-modules udeb (LP: #1565765)
1248 - [Config] Add mmc block drivers to d-i
1249
1250 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
1251 - Add secure_modules() call
1252 - PCI: Lock down BAR access when module security is enabled
1253 - x86: Lock down IO port access when module security is enabled
1254 - ACPI: Limit access to custom_method
1255 - asus-wmi: Restrict debugfs interface when module loading is restricted
1256 - Restrict /dev/mem and /dev/kmem when module loading is restricted
1257 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
1258 - kexec: Disable at runtime if the kernel enforces module loading restrictions
1259 - x86: Restrict MSR access when module loading is restricted
1260 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
1261 - Add option to automatically enforce module signatures when in Secure Boot mode
1262 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
1263 - efi: Add EFI_SECURE_BOOT bit
1264 - hibernate: Disable in a signed modules environment
1265
1266 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
1267 - PCI: Add fwnode_handle to x86 pci_sysdata
1268 - PCI: Look up IRQ domain by fwnode_handle
1269 - [Config] CONFIG_PCI_HYPERV=m
1270 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
1271
1272 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
1273 (LP: #1559923)
1274 - ACPI / processor: Request native thermal interrupt handling via _OSC
1275
1276 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
1277 (LP: #1564591)
1278 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
1279
1280 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
1281 - atomics: Allow architectures to define their own __atomic_op_* helpers
1282 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
1283 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
1284 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
1285
1286 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
1287 - [Debian] cpupower uses non-standard CROSS
1288
1289 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
1290 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
1291
1292 * Unable to migrate container (LP: #1563921)
1293 - SAUCE: cgroup mount: ignore nsroot=
1294
1295 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
1296 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
1297
1298 * /proc/$pid/maps performance regression (LP: #1547231)
1299 - proc: revert /proc/<pid>/maps [stack:TID] annotation
1300
1301 * TPM2.0 trusted keys fixes (LP: #1398274)
1302 - tpm: remove unneeded include of actbl2.h
1303 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
1304 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
1305 - tpm_tis: Disable interrupt auto probing on a per-device basis
1306 - tpm_tis: Do not fall back to a hardcoded address for TPM2
1307 - tpm_tis: Use devm_ioremap_resource
1308 - tpm_tis: Clean up the force=1 module parameter
1309 - tpm_crb: Drop le32_to_cpu(ioread32(..))
1310 - tpm_crb: Use devm_ioremap_resource
1311 - tpm: fix the rollback in tpm_chip_register()
1312 - tpm: fix the cleanup of struct tpm_chip
1313 - tpm: fix: set continueSession attribute for the unseal operation
1314 - tpm: fix: return rc when devm_add_action() fails
1315 - tpm_eventlog.c: fix binary_bios_measurements
1316 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
1317 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
1318 - tpm_tis: fix build warning with tpm_tis_resume
1319
1320 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
1321 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
1322
1323 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
1324 Xenial (LP: #1563485)
1325 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
1326 - cxlflash: Increase cmd_per_lun for better throughput
1327 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
1328
1329 * Miscellaneous Ubuntu changes
1330 - [Config] do_zfs_powerpc64-smp = true
1331 - [Debian] fix linux_tools when cross-compiling
1332 - [Config] do_zfs_powerpc64-smp use default value
1333 - SAUCE: apparmor: Fix FTBFS due to bad include path
1334 - SAUCE: i915_bpo: Disable preliminary hw support
1335
1336 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
1337
1338linux (4.4.0-17.33) xenial; urgency=low
1339
1340 [ Tim Gardner ]
1341
1342 * Release Tracking Bug
1343 - LP: #1563441
1344
1345 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
1346 (LP: #1560552)
1347 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
1348 about to hit.
1349
1350 * Predictable naming mechanism is leading to issues in DLPAR operations of
1351 NICs (LP: #1560514)
1352 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
1353 properties
1354
1355 * ThunderX: support alternative phy implementations (LP: #1562968)
1356 - net: thunderx: Cleanup PHY probing code.
1357 - [Config] CONFIG_MDIO_CAVIUM=m
1358 - phy: mdio-octeon: Refactor into two files/modules
1359 - [Config] CONFIG_MDIO_THUNDER=m
1360 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
1361 - phy: mdio-cavium: Add missing MODULE_* annotations.
1362 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
1363 - phy: mdio-thunder: Fix some Kconfig typos
1364 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
1365
1366 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
1367 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
1368 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
1369
1370 * lots of printk to serial console can hang system for long time
1371 (LP: #1534216)
1372 - printk: set may_schedule for some of console_trylock() callers
1373
1374 * [i915_bpo] Update i915 backport driver (LP: #1560395)
1375 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
1376 - PM / runtime: Add new helper for conditional usage count incrementation
1377 - drm/core: Add drm_for_each_encoder_mask, v2.
1378 - drm/atomic-helper: Implement subsystem-level suspend/resume
1379
1380 * [Hyper-V] VM Sockets (LP: #1541585)
1381 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
1382 - Drivers: hv: vmbus: Add vendor and device atttributes
1383 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
1384 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
1385 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
1386 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
1387 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
1388 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
1389 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
1390 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
1391 - Drivers: hv: vmbus: add a per-channel rescind callback
1392 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
1393 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
1394 - Drivers: hv: vmbus: Give control over how the ring access is serialized
1395 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
1396 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
1397 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
1398 - Drivers: hv: vmbus: remove code duplication in message handling
1399 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
1400 - Drivers: hv: util: Pass the channel information during the init call
1401 - Drivers: hv: utils: Remove util transport handler from list if registration fails
1402 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
1403 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1404
1405 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
1406 (LP: #1559918)
1407 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
1408
1409 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
1410 - net: add tc offload feature flag
1411 - net: tc: helper functions to query action types
1412 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
1413 - net: rework ndo tc op to consume additional qdisc handle parameter
1414 - net: rework setup_tc ndo op to consume general tc operand
1415 - net: sched: add cls_u32 offload hooks for netdevs
1416 - net: ixgbe: add support for tc_u32 offload
1417 - net: ixgbe: abort with cls u32 divisor groups greater than 1
1418
1419 * Bring fm10k up to Fortville SW5 (LP: #1562310)
1420 - net: add netif_is_team_master helper
1421 - net: add netif_is_team_port helper
1422 - net: add netif_is_lag_master helper
1423 - net: add netif_is_lag_port helper
1424 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
1425 - fm10k: don't reinitialize RSS flow table when RXFH configured
1426
1427 * [Feature]Always Running Timer (ART) to System Time translation
1428 (LP: #1519625)
1429 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
1430 - timekeeping: Provide internal function __ktime_get_real_seconds
1431 - timekeeping: Cap adjustments so they don't exceed the maxadj value
1432 - clocksource: Make clocksource validation work for all clocksources
1433 - time: Add cycles to nanoseconds translation
1434 - time: Add timekeeping snapshot code capturing system time and counter
1435 - time: Remove duplicated code in ktime_get_raw_and_real()
1436 - time: Add driver cross timestamp interface for higher precision time synchronization
1437 - time: Add history to cross timestamp interface supporting slower devices
1438 - time/timekeeping: Work around false positive GCC warning
1439 - x86/tsc: Always Running Timer (ART) correlated clocksource
1440 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
1441 - [Config] CONFIG_E1000E_HWTS=y
1442 - e1000e: Adds hardware supported cross timestamp on e1000e nic
1443
1444 * x-gene2: add SoC v2 support to clock (LP: #1561604)
1445 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
1446
1447 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
1448 - perf/x86: Move perf_event.c ............... => x86/events/core.c
1449 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
1450 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
1451 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
1452 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
1453 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
1454 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
1455 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
1456 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
1457 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
1458 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
1459 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
1460 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
1461 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
1462 x86/events/intel/uncore.[ch]
1463 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
1464 x86/events/intel/uncore_nmhex.c
1465 - perf/x86: Move perf_event_intel_uncore_snb.c =>
1466 x86/events/intel/uncore_snb.c
1467 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
1468 x86/events/intel/uncore_snbep.c
1469 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
1470 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
1471 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
1472 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
1473 - perf/x86: Move perf_event.h to its new home
1474 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
1475
1476 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
1477 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
1478
1479 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
1480
1481linux (4.4.0-16.32) xenial; urgency=low
1482
1483 [ Tim Gardner ]
1484
1485 * Release Tracking Bug
1486 - LP: #1561727
1487
1488 * fix thermal throttling due to commit "Thermal: initialize thermal zone
1489 device correctly" (LP: #1561676)
1490 - Thermal: Ignore invalid trip points
1491
1492 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
1493 on press (LP: #1553811)
1494 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
1495 buttons, again
1496
1497 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1498 (LP: #1560583)
1499 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1500 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1501
1502 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
1503 - ubuntu: vbox -- update to 5.0.16-dfsg-2
1504
1505 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
1506 s390x (LP: #1557690)
1507 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
1508
1509 * spl/zfs fails to build on s390x (LP: #1519814)
1510 - [Config] s390x -- re-enable zfs
1511 - [Config] zfs -- disable powerpc until the test failures can be resolved
1512
1513 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
1514 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
1515
1516 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
1517 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
1518 - [Config] powerpc -- convert zfs configuration to custom_override
1519
1520 * Memory arena corruption with FUSE (was Memory allocation failure crashes
1521 kernel hard, presumably related to FUSE) (LP: #1505948)
1522 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
1523 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
1524
1525 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
1526 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
1527
1528 * linux packaging: clear remaining redundant delta (LP: #1560445)
1529 - [Debian] Remove generated intermediate files on clean
1530
1531 * arm64: guest hangs when ntpd is running (LP: #1549494)
1532 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
1533 - Revert "hrtimer: Catch illegal clockids"
1534 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
1535
1536 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
1537 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
1538 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
1539 ThunderX
1540
1541 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
1542 (LP: #1559609)
1543 - arcmsr: fixed getting wrong configuration data
1544 - arcmsr: fixes not release allocated resource
1545 - arcmsr: make code more readable
1546 - arcmsr: adds code to support new Areca adapter ARC1203
1547 - arcmsr: changes driver version number
1548 - arcmsr: more readability improvements
1549 - arcmsr: Split dma resource allocation to a new function
1550 - arcmsr: change driver version to v1.30.00.22-20151126
1551
1552 * server image has no keyboard, desktop image works (LP: #1559692)
1553 - [Config] Rework input-modules (d-i) list
1554
1555 * PMU support for Cavium ThunderX (LP: #1559349)
1556 - arm64: perf: Rename Cortex A57 events
1557 - arm64/perf: Add Cavium ThunderX PMU support
1558 - arm64: perf: Enable PMCR long cycle counter bit
1559 - arm64: perf: Extend event mask for ARMv8.1
1560 - arm64: dts: Add Cavium ThunderX specific PMU
1561
1562 * Show ARM PMU events in perf stat (LP: #1559350)
1563 - drivers/perf: kill armpmu_register
1564 - arm: perf: Convert event enums to #defines
1565 - arm: perf: Add event descriptions
1566 - arm64: perf: Convert event enums to #defines
1567 - arm64: perf: Add event descriptions
1568 - ARM: perf: add format entry to describe event -> config mapping
1569 - arm64: perf: add format entry to describe event -> config mapping
1570
1571 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
1572 - EDAC/sb_edac: Fix computation of channel address
1573
1574 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
1575 - [Config] disable CONFIG_IP_PNP
1576
1577 * Miscellaneous Ubuntu changes
1578 - [Debian] Silence the reconstruct script
1579
1580 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
1581
1582linux (4.4.0-15.31) xenial; urgency=low
1583
1584 [ Tim Gardner ]
1585
1586 * Release Tracking Bug
1587 - LP: #1559252
1588
1589 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
1590 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
1591
1592 * policy namespace stacking (LP: #1379535)
1593 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
1594 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
1595 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
1596 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
1597 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
1598 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
1599 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
1600 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
1601 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
1602 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
1603 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
1604 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
1605 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
1606 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
1607 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
1608 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
1609 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
1610 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
1611 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
1612 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
1613 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
1614 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
1615 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
1616 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
1617 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
1618 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
1619 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
1620 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
1621 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
1622 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
1623 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
1624 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
1625 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
1626 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
1627 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
1628 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
1629 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
1630 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
1631 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
1632 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
1633 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
1634 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
1635 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
1636 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
1637 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
1638 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
1639 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
1640 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
1641 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1642
1643 * Add arm64 NUMA support (LP: #1558765)
1644 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
1645 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
1646 - [Config] CONFIG_OF_NUMA=y
1647 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
1648 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
1649 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
1650 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
1651 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
1652
1653 * vivid/linux: total ADT test failures (LP: #1558447)
1654 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
1655
1656 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
1657 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
1658 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
1659
1660 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
1661 - s390/pci: enforce fmb page boundary rule
1662
1663 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
1664 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
1665 - page_to_phys() always returns a multiple of PAGE_SIZE
1666 - s390/pci: provide ZPCI_ADDR macro
1667 - s390/pci: improve ZPCI_* macros
1668 - s390/pci: resize iomap
1669 - s390/pci: fix bar check
1670 - s390/pci: set error state for unusable functions
1671 - s390/pci: remove iomap sanity checks
1672 - s390/pci: remove pdev pointer from arch data
1673 - s390/pci: add ioctl interface for CLP
1674
1675 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
1676 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
1677 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
1678 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
1679 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
1680
1681 * skb_warn_bad_offload Crash (LP: #1558025)
1682 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
1683
1684 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
1685 - [Config] CONFIG_PCI_HOST_COMMON=y
1686 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
1687 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
1688 - PCI: generic: Move structure definitions to separate header file
1689 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
1690 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
1691 - PCI: thunder: Add PCIe host driver for ThunderX processors
1692 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
1693
1694 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
1695 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
1696
1697 * Xenial update to v4.4.6 stable release (LP: #1558330)
1698 - arm64: account for sparsemem section alignment when choosing vmemmap offset
1699 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
1700 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
1701 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
1702 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
1703 - kvm: cap halt polling at exactly halt_poll_ns
1704 - KVM: VMX: disable PEBS before a guest entry
1705 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
1706 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
1707 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
1708 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
1709 - s390/dasd: fix diag 0x250 inline assembly
1710 - tracing: Fix check for cpu online when event is disabled
1711 - dmaengine: at_xdmac: fix residue computation
1712 - jffs2: reduce the breakage on recovery from halfway failed rename()
1713 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
1714 - ASoC: dapm: Fix ctl value accesses in a wrong type
1715 - ASoC: samsung: Use IRQ safe spin lock calls
1716 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
1717 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
1718 - ovl: ignore lower entries when checking purity of non-directory entries
1719 - ovl: fix working on distributed fs as lower layer
1720 - wext: fix message delay/ordering
1721 - cfg80211/wext: fix message ordering
1722 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
1723 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
1724 - mac80211: minstrel: Change expected throughput unit back to Kbps
1725 - mac80211: fix use of uninitialised values in RX aggregation
1726 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
1727 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
1728 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
1729 - mac80211: Fix Public Action frame RX in AP mode
1730 - gpu: ipu-v3: Do not bail out on missing optional port nodes
1731 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
1732 - drm/radeon: Fix error handling in radeon_flip_work_func.
1733 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
1734 - userfaultfd: don't block on the last VM updates at exit time
1735 - ovl: fix getcwd() failure after unsuccessful rmdir
1736 - MIPS: Fix build error when SMP is used without GIC
1737 - MIPS: smp.c: Fix uninitialised temp_foreign_map
1738 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
1739 - target: Drop incorrect ABORT_TASK put for completed commands
1740 - ld-version: Fix awk regex compile failure
1741 - Linux 4.4.6
1742
1743 * linux fails to load x.509 built-in certificate (LP: #1557250)
1744 - lib/mpi: Endianness fix
1745
1746 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
1747 - [Config] CONFIG_NET_9P=m for s390x
1748
1749 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
1750 (LP: #1557950)
1751 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
1752 - net/mlx5e: Don't modify CQ before it was created
1753
1754 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
1755 - mmc: sdhci: Do not BUG on invalid vdd
1756 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
1757 - mmc: It is not an error for the card to be removed while suspended
1758
1759 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
1760 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
1761
1762 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
1763 - [Config] CONFIG_NUMA_EMU=y for s390x
1764
1765 * Miscellaneous Ubuntu changes
1766 - [Debian] git-ubuntu-log -- prevent bug references being split
1767 - [Debian] git-ubuntu-log -- git log output is UTF-8
1768
1769 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
1770
1771linux (4.4.0-14.30) xenial; urgency=low
1772
1773 [ Tim Gardner ]
1774
1775 * Release Tracking Bug
1776 - LP: #1557508
1777
1778 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
1779 - powerpc: Fix dedotify for binutils >= 2.26
1780
1781 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
1782 - Illumos 6370 - ZFS send fails to transmit some holes
1783
1784 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
1785 camera (LP: #1557138)
1786 - UVC: Add support for ds4 depth camera
1787
1788 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
1789 - sched/numa: Fix use-after-free bug in the task_numa_compare
1790
1791 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
1792 files (LP: #1555997)
1793 - ovl: copy new uid/gid into overlayfs runtime inode
1794
1795 * Miscellaneous Ubuntu changes
1796 - SAUCE: Dump stack when X.509 certificates cannot be loaded
1797
1798 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
1799
1800linux (4.4.0-13.29) xenial; urgency=low
1801
1802 [ Tim Gardner ]
1803
1804 * Release Tracking Bug
1805 - LP: #1556247
1806
1807 * s390/mm: four page table levels vs. fork (LP: #1556141)
1808 - s390/mm: four page table levels vs. fork
1809
1810 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
1811 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
1812 - hv_netvsc: cleanup netdev feature flags for netvsc
1813
1814 * fails to boot on megaraid (LP: #1552903)
1815 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
1816 case of PD list DCMD failure
1817
1818 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
1819 - ALSA: hda - add codec support for Kabylake display audio codec
1820
1821 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
1822 - cpufreq: powernv: Free 'chips' on module exit
1823 - cpufreq: powernv: Hot-plug safe the kworker thread
1824 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
1825 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
1826 - cpufreq: powernv: Replace pr_info with trace print for throttle event
1827 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
1828
1829 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
1830 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
1831
1832 * integer overflow in xt_alloc_table_info (LP: #1555353)
1833 - SAUCE: (noup) netfilter: x_tables: check for size overflow
1834
1835 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
1836 - [Packaging] reconstruct -- automatically reconstruct against base tag
1837 - [Config] reconstruct -- update to autoreconstruct output
1838 - [Packaging] reconstruct -- update when inserting final changes
1839
1840 * Xenial update to v4.4.5 stable release (LP: #1555640)
1841 - use ->d_seq to get coherency between ->d_inode and ->d_flags
1842 - drivers: sh: Restore legacy clock domain on SuperH platforms
1843 - Btrfs: fix deadlock running delayed iputs at transaction commit time
1844 - btrfs: Fix no_space in write and rm loop
1845 - btrfs: async-thread: Fix a use-after-free error for trace
1846 - block: Initialize max_dev_sectors to 0
1847 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
1848 - parisc: Fix ptrace syscall number and return value modification
1849 - mips/kvm: fix ioctl error handling
1850 - kvm: x86: Update tsc multiplier on change.
1851 - fbcon: set a default value to blink interval
1852 - cifs: fix out-of-bounds access in lease parsing
1853 - CIFS: Fix SMB2+ interim response processing for read requests
1854 - Fix cifs_uniqueid_to_ino_t() function for s390x
1855 - vfio: fix ioctl error handling
1856 - KVM: x86: fix root cause for missed hardware breakpoints
1857 - arm/arm64: KVM: Fix ioctl error handling
1858 - iommu/amd: Apply workaround for ATS write permission check
1859 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
1860 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
1861 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
1862 - drm/ast: Fix incorrect register check for DRAM width
1863 - drm/radeon/pm: update current crtc info after setting the powerstate
1864 - drm/amdgpu/pm: update current crtc info after setting the powerstate
1865 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
1866 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
1867 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
1868 - libata: fix HDIO_GET_32BIT ioctl
1869 - libata: Align ata_device's id on a cacheline
1870 - block: bio: introduce helpers to get the 1st and last bvec
1871 - writeback: flush inode cgroup wb switches instead of pinning super_block
1872 - Adding Intel Lewisburg device IDs for SATA
1873 - arm64: vmemmap: use virtual projection of linear region
1874 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
1875 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
1876 - tracing: Do not have 'comm' filter override event 'comm' field
1877 - pata-rb532-cf: get rid of the irq_to_gpio() call
1878 - Btrfs: fix loading of orphan roots leading to BUG_ON
1879 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
1880 - jffs2: Fix page lock / f->sem deadlock
1881 - Fix directory hardlinks from deleted directories
1882 - dmaengine: pxa_dma: fix cyclic transfers
1883 - adv7604: fix tx 5v detect regression
1884 - ALSA: usb-audio: Add a quirk for Plantronics DA45
1885 - ALSA: ctl: Fix ioctls for X32 ABI
1886 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
1887 - ALSA: rawmidi: Fix ioctls X32 ABI
1888 - ALSA: timer: Fix ioctls for X32 ABI
1889 - ALSA: pcm: Fix ioctls for X32 ABI
1890 - ALSA: seq: oss: Don't drain at closing a client
1891 - ALSA: hdspm: Fix wrong boolean ctl value accesses
1892 - ALSA: hdsp: Fix wrong boolean ctl value accesses
1893 - ALSA: hdspm: Fix zero-division
1894 - ALSA: timer: Fix broken compat timer user status ioctl
1895 - usb: chipidea: otg: change workqueue ci_otg as freezable
1896 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
1897 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
1898 - USB: qcserial: add Sierra Wireless EM74xx device ID
1899 - USB: serial: option: add support for Telit LE922 PID 0x1045
1900 - USB: serial: option: add support for Quectel UC20
1901 - MIPS: scache: Fix scache init with invalid line size.
1902 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
1903 - ubi: Fix out of bounds write in volume update code
1904 - i2c: brcmstb: allocate correct amount of memory for regmap
1905 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
1906 - block: check virt boundary in bio_will_gap()
1907 - block: get the 1st and last bvec via helpers
1908 - drm/i915: more virtual south bridge detection
1909 - drm/i915: refine qemu south bridge detection
1910 - modules: fix longstanding /proc/kallsyms vs module insertion race.
1911 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
1912 - Linux 4.4.5
1913
1914 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
1915 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
1916
1917 * TPM2.0 trusted keys fixes (LP: #1398274)
1918 - tpm_tis: further simplify calculation of ordinal duration
1919 - tpm_tis: Use devm_free_irq not free_irq
1920 - tpm_tis: Ensure interrupts are disabled when the driver starts
1921 - tpm: rework tpm_get_timeouts()
1922 - tpm_tis: Get rid of the duplicate IRQ probing code
1923 - tpm_tis: Refactor the interrupt setup
1924 - tpm_tis: Tighten IRQ auto-probing
1925 - tpm_ibmvtpm: properly handle interrupted packet receptions
1926
1927 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
1928 - [Config] control.stub.in -- review versioned Build-Depends:
1929 - [Config] control.stub.in -- review versioned
1930 Depends/Breaks/Conflicts/Replaces
1931 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
1932 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
1933
1934 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
1935
1936linux (4.4.0-12.28) xenial; urgency=low
1937
1938 * Miscellaneous Ubuntu changes
1939 - reconstruct: Work around orig tarball packaging limitiations
1940 Fixes FTBS
1941
1942 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
1943
1944linux (4.4.0-12.27) xenial; urgency=low
1945
1946 [ Tim Gardner ]
1947
1948 * Release Tracking Bug
1949 - LP: #1554704
1950
1951 * Fails to detect (second) display (LP: #1543683)
1952 - drm/i915: Fix hpd live status bits for g4x
1953
1954 * s390x -- various configuration changes (LP: #1543165)
1955 - [Config] s390x -- enable CONFIG_NUMA
1956 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
1957 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
1958 - [Config] s390x -- disable CONFIG_NVMEM
1959 - [Config] s390x -- switch preempt mode to none
1960
1961 * Radeon hybrid graphics problem on resume (LP: #1554608)
1962 - Revert "drm/radeon: call hpd_irq_event on resume"
1963
1964 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
1965 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
1966 - drm/amdgpu: use $(src) in Makefile (v2)
1967 - drm/radeon: constify radeon_asic_ring structures
1968 - drm/amdgpu: add a callback for reading the bios from the rom directly
1969 - drm/amdgpu: add read_bios_from_rom callback for CI parts
1970 - drm/amdgpu: add read_bios_from_rom callback for VI parts
1971 - drm/amdgpu: Use new read bios from rom callback
1972 - drm/amdgpu: Use unlocked gem unreferencing
1973 - drm/radeon: Use unlocked gem unreferencing
1974 - drm/amd: add new gfx8 register definitions for EDC
1975 - drm/amdgpu: add EDC support for CZ (v3)
1976 - drm/amd: abstract kernel rq and normal rq to priority of run queue
1977 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
1978 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
1979 - drm/amdgpu: update rev id register for VI
1980 - drm/amdgpu: add more debugging output for driver failures
1981 - drm/amdgpu: add entity only when first job come
1982 - drm/amdgpu: handle error case for ctx
1983 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
1984 - drm/amdgpu: change default sched jobs to 32
1985 - drm/amdgpu: limit visible vram if it's smaller than the BAR
1986 - drm/amdgpu: restrict the sched jobs number to power of two
1987 - drm/amdgpu: put VM page tables directly into duplicates list
1988 - drm/amdgpu: split VM PD and PT handling during CS
1989 - drm/amdgpu: keep the PTs validation list in the VM v2
1990 - drm/radeon: Update radeon_get_vblank_counter_kms()
1991 - drm/radeon: only increment sync_seq when a fence is really emitted
1992 - drm/fb-helper: Use proper plane mask for fb cleanup
1993 - drm/amdgpu: fix dp link rate selection (v2)
1994 - drm/radeon: fix dp link rate selection (v2)
1995 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
1996 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
1997 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
1998 - drm/amdgpu: implement new cgs interface for acpi function
1999 - drm/amdgpu: implement cgs interface to query system info
2000 - drm/amdgpu: add new cgs interface to get display info (v2)
2001 - drm/amd/powerplay: add basic powerplay framework
2002 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2003 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2004 - drm/amd/powerplay: add SMU manager sub-component
2005 - drm/amd/powerplay: add hardware manager sub-component
2006 - SAUCE: amd: Include errno.h
2007 - drm/amd/powerplay: add Carrizo smu support
2008 - drm/amd/powerplay: add Carrizo dpm support
2009 - drm/amd/powerplay: add CG and PG support for carrizo
2010 - drm/amd/powerplay: add event manager sub-component
2011 - drm/amd/powerplay: implement functions of amd_powerplay_func
2012 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2013 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2014 - drm/amd/powerplay: add header file for tonga smu and dpm
2015 - drm/amd/powerplay: Add Tonga SMU support
2016 - drm/amd/powerplay: add Tonga dpm support (v3)
2017 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2018 - drm/amd/powerplay: update atomctrl for fiji
2019 - drm/amd/powerplay: add Fiji SMU support.
2020 - drm/amd/powerplay: add Fiji DPM support.
2021 - drm/amdgpu: add amdgpu.powerplay module option
2022 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2023 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2024 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2025 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2026 - drm/amdgpu/powerplay: program display gap for tonga.
2027 - drm/amdgpu: enable powerplay module by default for tonga.
2028 - drm/amdgpu: enable powerplay module by default for fiji.
2029 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2030 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2031 - drm/amd/powerplay: Add CG and PG support for tonga
2032 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2033 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2034 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2035 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2036 - drm/amdgpu/powerplay: implement thermal control for tonga.
2037 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2038 - drm/amdgpu: export fan control functions to amdgpu
2039 - drm/amdgpu: enable sysfs interface for powerplay
2040 - drm/amdgpu: support per device powerplay enablement (v2)
2041 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2042 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2043 - drm/amd/powerplay: refine the logic of whether need to update power state.
2044 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2045 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2046 - drm/amdgpu: extract pcie helpers to common header
2047 - drm: add drm_pcie_get_max_link_width helper (v2)
2048 - drm/amdgpu: store pcie gen mask and link width
2049 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2050 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2051 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2052 - drm/amd/powerplay: fix boolreturn.cocci warnings
2053 - drm/amd/powerplay/tonga: Add UVD DPM init
2054 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2055 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2056 - drm/amdgpu: add sdma clock gating support for Fiji.
2057 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2058 - drm/amd/powerplay: enable clock gating for Fiji.
2059 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2060 - drm/amd/powerplay: implement smc state upload for CZ
2061 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2062 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2063 - drm/amd/powerplay: add new function point in hwmgr.
2064 - drm/amd/powerplay: add smc msg for NB P-State switch
2065 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2066 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2067 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2068 - drm/amd/powerplay: Add PPLib debug print macro.
2069 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2070 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2071 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2072 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2073 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2074 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2075 - drm/amdgpu: Prepare DKMS build for powerplay module.
2076 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2077 - drm/amd/powerplay: Add thermal protection support for Fiji.
2078 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2079 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2080 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2081 - drm/amd/powerplay: fix boolreturn.cocci warnings
2082 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2083 - drm/amd/powerplay: check whether enable dpm in powerplay.
2084 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2085 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2086 - drm/amd/powerplay: display gpu load when print performance for tonga.
2087 - drm/powerplay: add debugging output to tonga_processpptables.c
2088 - drm/powerplay: add debugging output to processpptables.c
2089 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2090 - drm/amd/powerplay: Don't return an error if fan table is missing
2091 - amd\powerplay Implement get dal power level
2092 - amd/powerplay: Fix get dal power level
2093 - amd/powerplay: Add structures required to report configuration change
2094 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2095 - drm/amd/powerplay: add point check to avoid NULL point hang.
2096 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
2097 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
2098 - drm: powerplay: use div64_s64 instead of do_div
2099 - drm/amd/powerplay: fix a reversed condition
2100 - drm/amdgpu/cgs: cleanup some indenting
2101 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
2102 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
2103 - drm/amd/powerplay: fix bug that NULL checks are reversed.
2104 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
2105 - drm/amd/powerplay: fix Smatch static checker warnings
2106 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
2107 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
2108 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
2109 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
2110 - drm/amdgpu: fix hex/decimal bug when show gpu load.
2111 - drm/amd/powerplay: add thermal control task when resume.
2112 - drm/amd/powerplay: enable set boot state task
2113 - drm/amd/powerplay: enable power down asic task. (v2)
2114 - drm/amd/powerplay: implement power down asic task for CZ
2115 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
2116 - drm/amdgpu/cgs: add an interface to access PCI resources
2117 - drm/amdgpu: add irq domain support
2118 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
2119 - drm/sysfs: use kobj_to_dev()
2120 - drm/amd/powerplay: fix static checker warning for return meaningless value.
2121 - drm/amdgpu/cz: add code to enable forcing UVD clocks
2122 - drm/amdgpu/cz: add code to enable forcing VCE clocks
2123 - drm/amdgpu/cz: force uvd clocks when sclks are forced
2124 - drm/amdgpu/cz: force vce clocks when sclks are forced
2125 - drm/amdgpu: use kobj_to_dev()
2126 - drm/radeon: use kobj_to_dev()
2127 - drm/ttm: fix adding foreign BOs to the LRU during init v2
2128 - drm/ttm: fix adding foreign BOs to the swap LRU
2129 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
2130 - drm/amdgpu: move VM page tables to the LRU end on CS v2
2131 - drm/amdgpu: validate duplicates first
2132 - drm/amdgpu: add missing irq.h include
2133 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
2134 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
2135 - amdkfd: don't open-code memdup_user()
2136 - amdkfd: Copy from the proper user command pointer
2137 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
2138 - amd/powerplay: disable powerplay by default initially
2139 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
2140 - drm/atomic-helper: Export framebuffer_changed()
2141 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
2142 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
2143 - drm/amdgpu: fix next_rptr handling for debugfs
2144 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
2145 - drm/radeon: only init fbdev if we have connectors
2146 - drm/amdgpu: don't init fbdev if we don't have any connectors
2147 - drm/amd/powerplay: Update SMU firmware loading for Stoney
2148 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
2149 - drm/amdkfd: Remove unnecessary cast in kfree
2150 - drm/amdgpu: only move pt bos in LRU list on success
2151 - drm/amdgpu: mask out WC from BO on unsupported arches
2152 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
2153 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
2154 - drm/amdgpu: load MEC ucode manually on iceland
2155 - drm/amdgpu: disable uvd and vce clockgating on Fiji
2156 - drm/amdgpu: add pcie cap module parameters (v2)
2157 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
2158 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
2159 - drm/amdgpu: handle uvd pg flags properly
2160 - drm/amdgpu: handle vce pg flags properly
2161 - drm/amdgpu: clean up vce pg flags for cz/st
2162 - drm/amdgpu: be consistent with uvd cg flags
2163 - drm/amd/powerplay/cz: disable uvd pg
2164 - drm/amd/powerplay/cz: disable vce pg
2165 - drm/amd/powerplay/tonga: disable uvd pg
2166 - drm/amd/powerplay/tonga: disable vce pg
2167 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
2168 - drm/amdgpu: remove unused cg defines
2169 - drma/dmgpu: move cg and pg flags into shared headers
2170 - drm/amdgpu/tonga: plumb pg flags through to powerplay
2171 - drm/amdgpu/cz: plumb pg flags through to powerplay
2172 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
2173
2174 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
2175 #1552632)
2176 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
2177
2178 * Miscellaneous Ubuntu changes
2179 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
2180
2181 * Miscellaneous upstream changes
2182 - net: thunderx: Fix for Qset error due to CQ full
2183 - ahci: Workaround for ThunderX Errata#22536
2184 - arm64: Add workaround for Cavium erratum 27456
2185 - tipc: fix nullptr crash during subscription cancel
2186
2187 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
2188
2189linux (4.4.0-11.26) xenial; urgency=low
2190
2191 [ Tim Gardner ]
2192
2193 * Release Tracking Bug
2194 - LP: #1553391
2195
2196 * Xenial update to v4.4.4 stable release (LP: #1553179)
2197 - af_iucv: Validate socket address length in iucv_sock_bind()
2198 - gro: Make GRO aware of lightweight tunnels.
2199 - net: dp83640: Fix tx timestamp overflow handling.
2200 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
2201 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
2202 - tcp: fix NULL deref in tcp_v4_send_ack()
2203 - af_unix: fix struct pid memory leak
2204 - pptp: fix illegal memory access caused by multiple bind()s
2205 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
2206 - net: dsa: fix mv88e6xxx switches
2207 - tipc: fix connection abort during subscription cancel
2208 - inet: frag: Always orphan skbs inside ip_defrag()
2209 - switchdev: Require RTNL mutex to be held when sending FDB notifications
2210 - tcp: beware of alignments in tcp_get_info()
2211 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
2212 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
2213 - ipv6: addrconf: Fix recursive spin lock call
2214 - ipv6: fix a lockdep splat
2215 - unix: correctly track in-flight fds in sending process user_struct
2216 - tcp: do not drop syn_recv on all icmp reports
2217 - net:Add sysctl_max_skb_frags
2218 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
2219 - enic: increment devcmd2 result ring in case of timeout
2220 - sctp: translate network order to host order when users get a hmacid
2221 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
2222 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
2223 eth_get_headlen
2224 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
2225 - bonding: Fix ARP monitor validation
2226 - ipv4: fix memory leaks in ip_cmsg_send() callers
2227 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
2228 - af_unix: Guard against other == sk in unix_dgram_sendmsg
2229 - tipc: fix premature addition of node to lookup table
2230 - tcp: md5: release request socket instead of listener
2231 - qmi_wwan: add "4G LTE usb-modem U901"
2232 - net/mlx4_en: Count HW buffer overrun only once
2233 - net/mlx4_en: Avoid changing dev->features directly in run-time
2234 - l2tp: Fix error creating L2TP tunnels
2235 - pppoe: fix reference counting in PPPoE proxy
2236 - net_sched fix: reclassification needs to consider ether protocol changes
2237 - route: check and remove route cache when we get route
2238 - tcp/dccp: fix another race at listener dismantle
2239 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
2240 - rtnl: RTM_GETNETCONF: fix wrong return value
2241 - tipc: unlock in error path
2242 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
2243 - sctp: Fix port hash table size computation
2244 - ext4: fix bh->b_state corruption
2245 - ARM: debug-ll: fix BCM63xx entry for multiplatform
2246 - arm64: errata: Add -mpc-relative-literal-loads to build flags
2247 - KVM: s390: fix guest fprs memory leak
2248 - devm_memremap: Fix error value when memremap failed
2249 - drm/gma500: Use correct unref in the gem bo create function
2250 - ARM: 8457/1: psci-smp is built only for SMP
2251 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
2252 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
2253 - efi: Do variable name validation tests in utf8
2254 - efi: Make our variable validation list include the guid
2255 - efi: Make efivarfs entries immutable by default
2256 - efi: Add pstore variables to the deletion whitelist
2257 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
2258 - bcache: fix a livelock when we cause a huge number of cache misses
2259 - bcache: Add a cond_resched() call to gc
2260 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
2261 - bcache: fix a leak in bch_cached_dev_run()
2262 - bcache: unregister reboot notifier if bcache fails to unregister device
2263 - bcache: allows use of register in udev to avoid "device_busy" error.
2264 - bcache: Change refill_dirty() to always scan entire disk if necessary
2265 - dm thin: fix race condition when destroying thin pool workqueue
2266 - can: ems_usb: Fix possible tx overflow
2267 - usb: dwc3: Fix assignment of EP transfer resources
2268 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
2269 - USB: option: add support for SIM7100E
2270 - USB: option: add "4G LTE usb-modem U901"
2271 - drivers: android: correct the size of struct binder_uintptr_t for
2272 BC_DEAD_BINDER_DONE
2273 - spi: omap2-mcspi: Prevent duplicate gpio_request
2274 - iw_cxgb3: Fix incorrectly returning error on success
2275 - drm/i915: shut up gen8+ SDE irq dmesg noise
2276 - ocfs2: unlock inode if deleting inode from orphan fails
2277 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
2278 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
2279 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
2280 - clocksource/drivers/vt8500: Increase the minimum delta
2281 - s390/kvm: remove dependency on struct save_area definition
2282 - KVM: s390: fix memory overwrites when vx is disabled
2283 - Btrfs: add missing brelse when superblock checksum fails
2284 - Btrfs: igrab inode in writepage
2285 - btrfs: statfs: report zero available if metadata are exhausted
2286 - Btrfs: send, don't BUG_ON() when an empty symlink is found
2287 - Btrfs: fix number of transaction units required to create symlink
2288 - Btrfs: fix transaction handle leak on failure to create hard link
2289 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
2290 subvolume roots
2291 - btrfs: initialize the seq counter in struct btrfs_device
2292 - s390: fix normalization bug in exception table sorting
2293 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
2294 - s390/dasd: fix refcount for PAV reassignment
2295 - s390/dasd: fix performance drop
2296 - uml: flush stdout before forking
2297 - uml: fix hostfs mknod()
2298 - um: link with -lpthread
2299 - locks: fix unlock when fcntl_setlk races with a close
2300 - rtlwifi: rtl_pci: Fix kernel panic
2301 - rtlwifi: rtl8192cu: Add missing parameter setup
2302 - rtlwifi: rtl8192ce: Fix handling of module parameters
2303 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
2304 - rtlwifi: rtl8723ae: Fix initialization of module parameters
2305 - rtlwifi: rtl8192se: Fix module parameter initialization
2306 - rtlwifi: rtl8188ee: Fix module parameter initialization
2307 - rtlwifi: rtl8723be: Fix module parameter initialization
2308 - mei: fix fasync return value on error
2309 - mei: validate request value in client notify request ioctl
2310 - namei: ->d_inode of a pinned dentry is stable only for positives
2311 - rc: sunxi-cir: Initialize the spinlock properly
2312 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
2313 - si2157: return -EINVAL if firmware blob is too big
2314 - gspca: ov534/topro: prevent a division by 0
2315 - vb2: fix a regression in poll() behavior for output,streams
2316 - tda1004x: only update the frontend properties if locked
2317 - dm space map metadata: remove unused variable in brb_pop()
2318 - dm snapshot: fix hung bios when copy error occurs
2319 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
2320 - coresight: checking for NULL string in coresight_name_match()
2321 - irqchip/omap-intc: Add support for spurious irq handling
2322 - irqchip/mxs: Add missing set_handle_irq()
2323 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
2324 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
2325 - posix-clock: Fix return code on the poll method's error path
2326 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
2327 - mmc: usdhi6rol0: handle NULL data in timeout
2328 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
2329 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
2330 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
2331 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
2332 - mmc: core: Enable tuning according to the actual timing
2333 - mmc: mmci: fix an ages old detection error
2334 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
2335 - mmc: pxamci: fix again read-only gpio detection polarity
2336 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
2337 - mmc: sdhci: Allow override of mmc host operations
2338 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
2339 - Bluetooth: Use continuous scanning when creating LE connections
2340 - Bluetooth: Add support of Toshiba Broadcom based devices
2341 - Bluetooth: Fix incorrect removing of IRKs
2342 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
2343 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
2344 - time: Avoid signed overflow in timekeeping_get_ns()
2345 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
2346 - Revert "MIPS: Fix PAGE_MASK definition"
2347 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
2348 - MIPS: hpet: Choose a safe value for the ETIME check
2349 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
2350 - MIPS: Fix buffer overflow in syscall_get_arguments()
2351 - EDAC: Robustify workqueues destruction
2352 - EDAC, mc_sysfs: Fix freeing bus' name
2353 - sparc64: fix incorrect sign extension in sys_sparc64_personality
2354 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
2355 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
2356 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
2357 - virtio_balloon: fix race by fill and leak
2358 - virtio_balloon: fix race between migration and ballooning
2359 - virtio_pci: fix use after free on release
2360 - drm/vmwgfx: Fix an incorrect lock check
2361 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
2362 - drm/vmwgfx: respect 'nomodeset'
2363 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
2364 - drm/amdgpu: call hpd_irq_event on resume
2365 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
2366 - drm/amdgpu: fix tonga smu resume
2367 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
2368 - drm/amdgpu: no need to load MC firmware on fiji
2369 - drm/amdgpu: move gmc7 support out of CIK dependency
2370 - drm/amdgpu: iceland use CI based MC IP
2371 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
2372 - drm/amdgpu: pull topaz gmc bits into gmc_v7
2373 - drm/amdgpu: drop topaz support from gmc8 module
2374 - drm/amdgpu: don't load MEC2 on topaz
2375 - drm/amdgpu: remove exp hardware support from iceland
2376 - drm/amdgpu: fix s4 resume
2377 - drm/amdgpu: remove unnecessary forward declaration
2378 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
2379 - drm/amdgpu: fix issue with overlapping userptrs
2380 - drm/amdgpu: use post-decrement in error handling
2381 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
2382 - drm/amdgpu/pm: adjust display configuration after powerstate
2383 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
2384 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
2385 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
2386 training
2387 - drm/nouveau: platform: Fix deferred probe
2388 - drm/dp/mst: process broadcast messages correctly
2389 - drm/dp/mst: always send reply for UP request
2390 - drm/dp/mst: fix in MSTB RAD initialization
2391 - drm/dp/mst: fix in RAD element access
2392 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
2393 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
2394 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
2395 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
2396 - drm/dp/mst: deallocate payload on port destruction
2397 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
2398 - drm/radeon: call hpd_irq_event on resume
2399 - drm/radeon: Fix "slow" audio over DP on DCE8+
2400 - drm/radeon: clean up fujitsu quirks
2401 - drm/radeon: properly byte swap vce firmware setup
2402 - drm/radeon: cleaned up VCO output settings for DP audio
2403 - drm/radeon: Add a common function for DFS handling
2404 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
2405 - drm: add helper to check for wc memory support
2406 - drm/radeon: mask out WC from BO on unsupported arches
2407 - drm/radeon: hold reference to fences in radeon_sa_bo_new
2408 - drm: fix missing reference counting decrease
2409 - drm/i915: Restore inhibiting the load of the default context
2410 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
2411 - drm/i915: Init power domains early in driver load
2412 - drm/i915: Make sure DC writes are coherent on flush.
2413 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
2414 - drm/i915: Don't reject primary plane windowing with color keying enabled on
2415 SKL+
2416 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
2417 - drm/i915/dsi: defend gpio table against out of bounds access
2418 - drm/i915/dsi: don't pass arbitrary data to sideband
2419 - drm/i915: fix error path in intel_setup_gmbus()
2420 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
2421 - drm/radeon: use post-decrement in error handling
2422 - drm: No-Op redundant calls to drm_vblank_off() (v2)
2423 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
2424 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
2425 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
2426 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
2427 - drm/radeon/pm: adjust display configuration after powerstate
2428 - make sure that freeing shmem fast symlinks is RCU-delayed
2429 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
2430 supported
2431 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
2432 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
2433 - uapi: update install list after nvme.h rename
2434 - lib: sw842: select crc32
2435 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
2436 R700
2437 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
2438 R830
2439 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
2440 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
2441 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
2442 - dmaengine: dw: fix cyclic transfer setup
2443 - dmaengine: dw: fix cyclic transfer callbacks
2444 - dmaengine: at_xdmac: fix resume for cyclic transfers
2445 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
2446 - IB/cm: Fix a recently introduced deadlock
2447 - IB/qib: fix mcast detach when qp not attached
2448 - IB/qib: Support creating qps with GFP_NOIO flag
2449 - IB/mlx5: Expose correct maximum number of CQE capacity
2450 - Thermal: initialize thermal zone device correctly
2451 - Thermal: handle thermal zone device properly during system sleep
2452 - Thermal: do thermal zone update after a cooling device registered
2453 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
2454 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
2455 - hwmon: (ads1015) Handle negative conversion values correctly
2456 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
2457 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
2458 - seccomp: always propagate NO_NEW_PRIVS on tsync
2459 - libceph: fix ceph_msg_revoke()
2460 - libceph: don't bail early from try_read() when skipping a message
2461 - libceph: use the right footer size when skipping a message
2462 - libceph: don't spam dmesg with stray reply warnings
2463 - sd: Optimal I/O size is in bytes, not sectors
2464 - Staging: speakup: Fix getting port information
2465 - Revert "Staging: panel: usleep_range is preferred over udelay"
2466 - cdc-acm:exclude Samsung phone 04e8:685d
2467 - perf stat: Do not clean event's private stats
2468 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
2469 - rfkill: fix rfkill_fop_read wait_event usage
2470 - mac80211: Requeue work after scan complete for all VIF types.
2471 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
2472 - Revert "workqueue: make sure delayed work run in local cpu"
2473 - ALSA: hda - Apply clock gate workaround to Skylake, too
2474 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
2475 - target: Fix LUN_RESET active I/O handling for ACK_KREF
2476 - target: Fix LUN_RESET active TMR descriptor handling
2477 - target: Fix TAS handling for multi-session se_node_acls
2478 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
2479 - target: Fix race with SCF_SEND_DELAYED_TAS handling
2480 - spi: atmel: fix gpio chip-select in case of non-DT platform
2481 - libata: fix sff host state machine locking while polling
2482 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
2483 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
2484 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
2485 - cpuset: make mm migration asynchronous
2486 - cgroup: make sure a parent css isn't offlined before its children
2487 - writeback: keep superblock pinned during cgroup writeback association
2488 switches
2489 - phy: core: fix wrong err handle for phy_power_on
2490 - i2c: i801: Adding Intel Lewisburg support for iTCO
2491 - bio: return EINTR if copying to user space got interrupted
2492 - block: fix use-after-free in dio_bio_complete
2493 - nfs: fix nfs_size_to_loff_t
2494 - NFSv4: Fix a dentry leak on alias use
2495 - of/irq: Fix msi-map calculation for nonzero rid-base
2496 - KVM: async_pf: do not warn on page allocation failures
2497 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
2498 - KVM: x86: fix missed hardware breakpoints
2499 - KVM: x86: MMU: fix ubsan index-out-of-range warning
2500 - powerpc/eeh: Fix partial hotplug criterion
2501 - tracing: Fix showing function event in available_events
2502 - sunrpc/cache: fix off-by-one in qword_get()
2503 - kernel/resource.c: fix muxed resource handling in __request_region()
2504 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
2505 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
2506 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
2507 - xen/arm: correctly handle DMA mapping of compound pages
2508 - xen/scsiback: correct frontend counting
2509 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
2510 - xen/pciback: Save the number of MSI-X entries to be copied later.
2511 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
2512 extracted.
2513 - should_follow_link(): validate ->d_seq after having decided to follow
2514 - do_last(): ELOOP failure exit should be done after leaving RCU mode
2515 - hpfs: don't truncate the file when delete fails
2516 - x86/irq: Call chip->irq_set_affinity in proper context
2517 - x86/irq: Fix a race in x86_vector_free_irqs()
2518 - x86/irq: Validate that irq descriptor is still active
2519 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
2520 - x86/irq: Reorganize the return path in assign_irq_vector
2521 - x86/irq: Reorganize the search in assign_irq_vector
2522 - x86/irq: Check vector allocation early
2523 - x86/irq: Copy vectormask instead of an AND operation
2524 - x86/irq: Get rid of code duplication
2525 - x86/irq: Remove offline cpus from vector cleanup
2526 - x86/irq: Clear move_in_progress before sending cleanup IPI
2527 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
2528 - x86/irq: Remove outgoing CPU from vector cleanup mask
2529 - x86/irq: Call irq_force_move_complete with irq descriptor
2530 - x86/irq: Plug vector cleanup race
2531 - IB/cma: Fix RDMA port validation for iWarp
2532 - iwlwifi: dvm: fix WoWLAN
2533 - iwlwifi: pcie: properly configure the debug buffer size for 8000
2534 - iwlwifi: update and fix 7265 series PCI IDs
2535 - iwlwifi: mvm: don't allow sched scans without matches to be started
2536 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
2537 - bcache: prevent crash on changing writeback_running
2538 - Linux 4.4.4
2539
2540 * mlx4_en didn't choose time-stamping shift value according to HW frequency
2541 (LP: #1552627)
2542 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
2543
2544 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
2545 - target/transport: add flag to indicate CPU Affinity is observed
2546 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
2547 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
2548
2549 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
2550 - qla2xxx: Fix warning reported by static checker
2551 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
2552 - qla2xxx: Fix stale pointer access.
2553 - qla2xxx: Use ATIO type to send correct tmr response
2554 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
2555
2556 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
2557 - [Config] Add s390x zfcp to scsi-modules udeb
2558
2559 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
2560
2561linux (4.4.0-10.25) xenial; urgency=low
2562
2563 [ Tim Gardner ]
2564
2565 * Release Tracking Bug
2566 - LP: #1552247
2567
2568 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
2569 - security: let security modules use PTRACE_MODE_* with bitmasks
2570
2571 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
2572 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
2573
2574 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2575 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
2576 - mmc: sdhci: Fix DMA descriptor with zero data length
2577
2578 * Miscellaneous Ubuntu changes
2579 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
2580
2581 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
2582
2583linux (4.4.0-9.24) xenial; urgency=low
2584
2585 [ Tim Gardner ]
2586
2587 * Release Tracking Bug
2588 - LP: #1551319
2589
2590 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
2591 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
2592
2593 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
2594 #1448912)
2595 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
2596 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
2597 replacedby is not setup
2598 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
2599 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
2600 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
2601 replacedby
2602 - SAUCE: apparmor: Fix: label_vec_merge insertion
2603 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
2604 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
2605 merge path
2606 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
2607 labelset lock
2608 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
2609
2610 * apparmor kernel BUG kills firefox (LP: #1430546)
2611 - SAUCE: apparmor: Disallow update of cred when then subjective != the
2612 objective cred
2613 - SAUCE: apparmor: rework retrieval of the current label in the profile update
2614 case
2615
2616 * sleep from invalid context in aa_move_mount (LP: #1539349)
2617 - SAUCE: apparmor: fix sleep from invalid context
2618
2619 * s390x: correct restore of high gprs on signal return (LP: #1550468)
2620 - s390/compat: correct restore of high gprs on signal return
2621
2622 * missing SMAP support (LP: #1550517)
2623 - x86/entry/compat: Add missing CLAC to entry_INT80_32
2624
2625 * Floating-point exception handler receives empty Data-Exception Code in
2626 Floating Point Control register (LP: #1548414)
2627 - s390/fpu: signals vs. floating point control register
2628
2629 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
2630 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
2631
2632 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
2633 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
2634 build fips840/b1208b_1604.840 (LP: #1532914)
2635 - cxl: Fix PSL timebase synchronization detection
2636
2637 * [Feature]EDAC support for Knights Landing (LP: #1519631)
2638 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
2639
2640 * Various failures of kernel_security suite on Xenial kernel on s390x arch
2641 (LP: #1531327)
2642 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
2643
2644 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
2645 - [Config] Provides: virtualbox-guest-modules when appropriate
2646
2647 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
2648 #1507588)
2649 - [Config] Provides: virtualbox-guest-modules when appropriate
2650
2651 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
2652 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
2653 - SAUCE: i915_bpo: Update intel_ips.h file location
2654 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
2655 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
2656 - drm/i915: remove an extra level of indirection in PCI ID list
2657 - drm/i915/kbl: Add Kabylake PCI ID
2658 - drm/i915/kbl: Add Kabylake GT4 PCI ID
2659 - mm: Export nr_swap_pages
2660 - async: export current_is_async()
2661 - drm: fix potential dangling else problems in for_each_ macros
2662 - dp/mst: add SDP stream support
2663 - drm: Implement drm_modeset_lock_all_ctx()
2664 - drm: Add "prefix" parameter to drm_rect_debug_print()
2665 - drm/i915: Set connector_state->connector using the helper.
2666 - drm/atomic: add connector mask to drm_crtc_state.
2667 - drm/i915: Report context GTT size
2668 - drm/i915: Add get_eld audio component
2669 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
2670 - SAUCE: i915_bpo: Revert passing plane/encoder name
2671 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
2672 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
2673 - drm/i915/bxt: update list of PCIIDs
2674 - drm/i915/skl: Add missing SKL ids
2675 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
2676 driver isn't"
2677 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
2678 - drm/atomic: Do not unset crtc when an encoder is stolen
2679 - drm/i915: Update connector_mask during readout, v2.
2680 - drm/atomic: Add encoder_mask to crtc_state, v3.
2681 - SAUCE: drm/core: Add drm_encoder_index.
2682 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
2683 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
2684
2685 * arm64: guest hangs when ntpd is running (LP: #1549494)
2686 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
2687 - hrtimer: Catch illegal clockids
2688 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
2689
2690 * Miscellaneous Ubuntu changes
2691 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
2692 - [Config] CONFIG_ARM_SMMU=y on arm64
2693 - rebase to v4.4.3
2694 - [Debian] git-ubuntu-log -- ensure we get the last commit
2695 - [Config] fix up spelling of probably again
2696 - [Debian] perf -- build in the context of the full generated local headers
2697 - SAUCE: tools: lib/bpf -- add generated headers to search path
2698 - SAUCE: proc: Always set super block owner to init_user_ns
2699 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
2700 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
2701 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
2702 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
2703 needs locking
2704 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
2705 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
2706 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
2707 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
2708 of remove_and_insert
2709 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
2710 transitions ns
2711 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
2712 freed.
2713 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
2714 been removed
2715 - SAUCE: apparmor: Fix: query label file permission
2716 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
2717 - SAUCE: fixup: cleanup return handling of labels
2718 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
2719 destroyed
2720 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
2721 - SAUCE: fixup: 20/23 locking issue around in __label_update
2722 - SAUCE: fixup: get rid of unused var build warning
2723 - SAUCE: fixup: cast poison values to remove warnings
2724 - SAUCE: apparmor: fix refcount race when finding a child profile
2725 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
2726 - SAUCE: fix: audit "no_new_privs" case for exec failure
2727 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
2728 - SAUCE: Move replacedby allocation into label_alloc
2729 - [Debian] supply zfs dkms Provides: based on do_zfs
2730 - [Config] supply zfs dkms Provides: based on do_zfs
2731 - [Config] drop linux-image-3.0 provides
2732
2733 * Miscellaneous upstream changes
2734 - x86/mpx: Fix off-by-one comparison with nr_registers
2735
2736 [ Upstream Kernel Changes ]
2737
2738 * rebase to v4.4.3
2739
2740 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
2741
2742linux (4.4.0-8.23) xenial; urgency=low
2743
2744 * cgroup namespace mounts broken in containers (LP: #1549398)
2745 - SAUCE: kernfs: Always set super block owner to init_user_ns
2746
2747 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
2748 - arm64: mm: avoid calling apply_to_page_range on empty range
2749 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
2750
2751 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
2752 - [Config] postinst -- handle recreating symlinks when a real file is present
2753
2754 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
2755 - SAUCE: cred: Add clone_cred() interface
2756 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2757 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2758 - SAUCE: overlayfs: Be more careful about copying up sxid files
2759 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2760
2761 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
2762 - SAUCE: cred: Add clone_cred() interface
2763 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2764 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2765 - SAUCE: overlayfs: Be more careful about copying up sxid files
2766 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
2767
2768 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
2769 - SAUCE: cred: Add clone_cred() interface
2770 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
2771 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
2772
2773 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
2774 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
2775 - net: Add eth_platform_get_mac_address() helper.
2776 - i40e: Add mac_filter_element at the end of the list instead of HEAD
2777 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
2778 - i40e: Replace X722 mac check in ethtool get_settings
2779 - i40evf: allow channel bonding of VFs
2780 - i40e: define function capabilities in only one place
2781 - i40evf: null out ring pointers on free
2782 - i40e: Cleanup the code with respect to restarting autoneg
2783 - i40e: update features with right offload
2784 - i40e: bump version to 1.4.10
2785 - i40e: add new device IDs for X722
2786 - i40e: Extend ethtool RSS hooks for X722
2787 - i40e/i40evf: Fix for UDP/TCP RSS for X722
2788 - i40evf: add new write-back mode
2789 - i40e/i40evf: Use private workqueue
2790 - i40e: add new proxy-wol bit for X722
2791 - i40e: Limit DCB FW version checks to X710/XL710 devices
2792 - i40e: AQ Add Run PHY Activity struct
2793 - i40e: AQ Geneve cloud tunnel type
2794 - i40e: AQ Add external power class to get link status
2795 - i40e: add 100Mb ethtool reporting
2796 - ixgbe: bulk free SKBs during TX completion cleanup cycle
2797 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
2798 - igb: Unpair the queues when changing the number of queues
2799 - igb/igbvf: don't give up
2800 - igb: clean up code for setting MAC address
2801 - igb: Refactor VFTA configuration
2802 - igb: Allow asymmetric configuration of MTU versus Rx frame size
2803 - igb: Do not factor VLANs into RLPML calculation
2804 - igb: Always enable VLAN 0 even if 8021q is not loaded
2805 - igb: Merge VLVF configuration into igb_vfta_set
2806 - igb: Clean-up configuration of VF port VLANs
2807 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
2808 - igb: Drop unnecessary checks in transmit path
2809 - igb: Enable use of "bridge fdb add" to set unicast table entries
2810 - igb: Add workaround for VLAN tag stripping on 82576
2811 - i40e: AQ Shared resource flags
2812 - i40e: AQ Add set_switch_config
2813 - i40e: AQ Add VXLAN-GPE tunnel type
2814 - i40e: AQ thermal sensor control struct
2815 - i40e: Bump AQ minor version to 1.5 for new FW features
2816 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
2817 - i40e: fix write-back-on-itr to work with legacy itr
2818 - i40e: add counter for arq overflows
2819 - i40e: add 20G speed for Tx bandwidth calculations
2820 - i40e: refactor DCB function
2821 - i40e: add a little more to an NVM update debug message
2822 - i40evf: enable bus master after reset
2823 - i40e: add netdev info to VSI dump
2824 - i40e: remove VF device IDs from PF
2825 - i40e: trivial: remove unnecessary local var
2826 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
2827 - net: ixgbe: add minimal parser details for ixgbe
2828 - i40e: trivial: drop duplicate definition
2829 - i40e: trivial: fix missing space
2830 - i40e: fix bug in dma sync
2831 - i40e: do TSO only if CHECKSUM_PARTIAL is set
2832 - i40e: allocate memory safer
2833 - i40e: fix: do not sleep in netdev_ops
2834 - i40e: APIs to Add/remove port mirroring rules
2835 - i40e: negate PHY int mask bits
2836 - i40e: drop unused function
2837 - i40e: count allocation errors
2838 - i40e: avoid large memcpy by assigning struct
2839 - i40e/i40evf: bump version to 1.4.12/1.4.8
2840 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
2841 - i40e: add priv flag for automatic rule eviction
2842 - i40e: use eth_platform_get_mac_address()
2843 - i40e: move sync_vsi_filters up in service_task
2844 - i40e: Make the DCB firmware checks for X710/XL710 only
2845 - i40e: set shared bit for multicast filters
2846 - i40e: add VEB stat control and remove L2 cloud filter
2847 - i40e: use new add_veb calling with VEB stats control
2848 - i40e: Refactor force_wb and WB_ON_ITR functionality code
2849 - i40evf: Change vf driver string to reflect all products i40evf supports
2850 - i40e/i40evf: don't lose interrupts
2851 - i40e/i40evf: try again after failure
2852 - i40e: dump descriptor indexes in hex
2853 - i40e/i40evf: use __GFP_NOWARN
2854 - i40e/i40evf: use pages correctly in Rx
2855 - i40e/i40evf: use logical operators, not bitwise
2856 - i40e: properly show packet split status in debugfs
2857 - i40e/i40evf: Bump version
2858 - ixgbe: use u32 instead of __u32 in model header
2859 - ixgbe: fix dates on header of ixgbe_model.h
2860 - i40e: get rid of magic number
2861 - i40e: drop unused debugfs file "dump"
2862 - i40evf: support packet split receive
2863 - i40e: trivial: cleanup use of pf->hw
2864 - i40e: Add a SW workaround for lost interrupts
2865 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
2866 - i40e: Removal of code which relies on BASE VEB SEID
2867 - i40e/i40evf: avoid atomics
2868 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
2869 - i40e: expand comment
2870 - i40e: better error reporting for nvmupdate
2871 - i40evf: set adapter state on reset failure
2872 - i40e: clean event descriptor before use
2873 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
2874 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
2875 - i40e/i40evf: Drop outer checksum offload that was not requested
2876 - i40e/i40evf: Use u64 values instead of casting them in TSO function
2877 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
2878 - i40e/i40evf: Consolidate all header changes into TSO function
2879 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
2880 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
2881 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
2882 - i40e/i40evf: Do not write to descriptor unless we complete
2883 - i40e/i40evf: Add exception handling for Tx checksum
2884 - i40e/i40evf: Clean-up Rx packet checksum handling
2885 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
2886 - i40e: Fix ATR in relation to tunnels
2887 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
2888 - i40e: Update feature flags to reflect newly enabled features
2889 - i40evf: Update feature flags to reflect newly enabled features
2890 - i40e: Add support for ATR w/ IPv6 extension headers
2891 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
2892 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
2893 - i40e/i40evf: Move Tx checksum closer to TSO
2894 - i40e: Add functions to blink led on 10GBaseT PHY
2895 - i40e: Fix led blink capability for 10GBaseT PHY
2896 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
2897 - i40e: Do not wait for Rx queue disable in DCB reconfig
2898 - i40e: Fix for unexpected messaging
2899 - i40e: Expose some registers to program parser, FD and RSS logic
2900 - i40e: add check for null VSI
2901 - i40e: add adminq commands for Rx CTL registers
2902 - i40e: implement and use Rx CTL helper functions
2903 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
2904 - i40e: suspend scheduling during driver unload
2905 - i40e: let go of the past
2906 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
2907
2908 * MPT3SAS Driver update for next kernel release (LP: #1512221)
2909 - mpt3sas: A correction in unmap_resources
2910 - mpt3sas: Added support for high port count HBA variants.
2911 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
2912 - mpt3sas: Fix static analyzer(coverity) tool identified defects
2913 - mpt3sas: Never block the Enclosure device
2914 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
2915 - mpt3sas: Added smp_affinity_enable module parameter.
2916 - mpt3sas: Add support for configurable Chain Frame Size
2917 - mpt3sas: Updated MPI Header to 2.00.42
2918 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
2919 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
2920 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
2921
2922 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
2923 - ibmvscsi: Add endian conversions to sysfs attribute show functions
2924
2925 * Miscellaneous Ubuntu changes
2926 - [Packaging] git-ubuntu-log -- output should be utf-8
2927 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
2928
2929 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
2930
2931linux (4.4.0-7.22) xenial; urgency=low
2932
2933 [ Tim Gardner ]
2934
2935 * Release Tracking Bug
2936 - LP: #1547205
2937
2938 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
2939 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
2940 - arm64: kernel: implement ACPI parking protocol
2941
2942 * Please pull cgroup namespaces (LP: #1546775)
2943 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
2944 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
2945 - SAUCE: (noup) cgroup: introduce cgroup namespaces
2946 - SAUCE: (noup) cgroup: cgroup namespace setns support
2947 - SAUCE: (noup) kernfs: define kernfs_node_dentry
2948 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
2949 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
2950 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
2951
2952 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
2953 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
2954 - pwm: lpss: Remove ->free() callback
2955 - pwm: bcm2835: Calculate scaler in ->config()
2956 - pwm: bcm2835: Prevent division by zero
2957 - pwm: bcm2835: Fix email address specification
2958 - pwm: lpss: Update PWM setting for Broxton
2959 - pwm: lpss: Select core part automatically
2960 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
2961 - pwm: fsl-ftm: Fix clock enable/disable when using PM
2962 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
2963 - pwm: lpc32xx: make device usable with common clock framework
2964 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
2965 - pwm: lpc32xx: return ERANGE, if requested period is not supported
2966 - pwm: rcar: Improve accuracy of frequency division setting
2967 - pwm: Add PWM driver for OMAP using dual-mode timers
2968 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
2969 - pwm: omap-dmtimer: Potential NULL dereference on error
2970 - pwm: Mark all devices as "might sleep"
2971
2972 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
2973 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
2974 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
2975
2976 * Update megaraid driver to MR6.10 (LP: #1544679)
2977 - megaraid_sas: Do not allow PCI access during OCR
2978 - megaraid_sas: MFI IO timeout handling
2979 - megaraid_sas: Syncing request flags macro names with firmware
2980 - megaraid_sas: Task management support
2981 - megaraid_sas: Update device queue depth based on interface type
2982 - megaraid_sas: Fastpath region lock bypass
2983 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
2984 - megaraid_sas: Code optimization build_and_issue_cmd return-type
2985 - megaraid_sas: Dual queue depth support
2986 - megaraid_sas: IO throttling support
2987 - megaraid_sas: Make adprecovery variable atomic
2988 - megaraid_sas: MFI adapter OCR changes
2989 - megaraid_sas: Introduce module parameter for SCSI command timeout
2990 - megaraid_sas: SPERC OCR changes
2991 - megaraid_sas: driver version upgrade
2992 - megaraid: fix null pointer check in megasas_detach_one().
2993 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
2994 - megaraid_sas: Fix SMAP issue
2995 - megaraid_sas: Add an i/o barrier
2996
2997 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
2998 - powerpc/powernv: Fix stale PE primary bus
2999
3000 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3001 - [Config] Update bnx2x d-i firmware to 7.12.30
3002
3003 * Miscellaneous Ubuntu changes
3004 - rebase to v4.4.2
3005
3006 * Miscellaneous upstream changes
3007 - openvswitch: allow management from inside user namespaces
3008 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3009 - net, thunderx: Remove unnecessary rcv buffer start address management
3010 - net: thunderx: HW TSO support for pass-2 hardware
3011 - net: thunderx: Enable CQE count threshold interrupt
3012 - net: cavium: liquidio: use helpers ns_to_timespec64()
3013 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3014 - arm64: KVM: Configure TCR_EL2.PS at runtime
3015 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3016 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3017 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3018 - arm64: lib: patch in prfm for copy_page if requested
3019 - arm64: prefetch: add missing #include for spin_lock_prefetch
3020 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3021 - net: thunderx: Use napi_schedule_irqoff()
3022 - net: thunderx: Assign affinity hints to vf's interrupts
3023 - net: thunderx: bgx: Use standard firmware node infrastructure.
3024 - net: thunderx: bgx: Add log message when setting mac address
3025 - net: thunderx: Alloc higher order pages when pagesize is small
3026 - net: cavium: liquidio: Return correct error code
3027 - net: cavium: liquidio: fix check for in progress flag
3028 - livepatch: add old_sympos as disambiguator field to klp_func
3029 - livepatch: add sympos as disambiguator field to klp_reloc
3030 - livepatch: function,sympos scheme in livepatch sysfs directory
3031 - module: Use the same logic for setting and unsetting RO/NX
3032 - gcov: use within_module() helper.
3033 - module: use a structure to encapsulate layout.
3034 - module: clean up RO/NX handling.
3035 - module: keep percpu symbols in module's symtab
3036 - livepatch: Cleanup module page permission changes
3037
3038 [ Upstream Kernel Changes ]
3039
3040 * rebase to v4.4.2
3041
3042 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3043
3044linux (4.4.0-6.21) xenial; urgency=low
3045
3046 [ Tim Gardner ]
3047
3048 * Release Tracking Bug
3049 - LP: #1546283
3050
3051 * Naples/Zen, NTB Driver (LP: #1542071)
3052 - [Config] CONFIG_NTB_AMD=m
3053 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3054
3055 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3056 - SAUCE: storvsc: use small sg_tablesize on x86
3057
3058 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3059 - [Config] CONFIG_ARMV8_DEPRECATED=y
3060
3061 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3062 - powerpc/eeh: Fix stale cached primary bus
3063
3064 * Miscellaneous Ubuntu changes
3065 - SAUCE: fs: Add user namesapace member to struct super_block
3066 - SAUCE: fs: Limit file caps to the user namespace of the super block
3067 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3068 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3069 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3070 - SAUCE: fs: Treat foreign mounts as nosuid
3071 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3072 - SAUCE: userns: Replace in_userns with current_in_userns
3073 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3074 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3075 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3076 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3077 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3078 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3079 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3080 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3081 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3082 - SAUCE: fuse: Add support for pid namespaces
3083 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3084 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3085 - SAUCE: fuse: Allow user namespace mounts
3086 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3087 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3088 - SAUCE: quota: Convert ids relative to s_user_ns
3089 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3090 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3091 - SAUCE: quota: Treat superblock owner as privilged
3092 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3093 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3094 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3095 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3096 - SAUCE: fuse: Add module parameter to enable user namespace mounts
3097
3098 * Miscellaneous upstream changes
3099 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
3100 - libahci: Implement the capability to override the generic ahci interrupt handler.
3101 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
3102 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
3103
3104 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
3105
3106linux (4.4.0-5.20) xenial; urgency=low
3107
3108 [ Tim Gardner ]
3109
3110 * Release Tracking Bug
3111 - LP: #1544637
3112
3113 * s390/cio: update measurement characteristics (LP: #1541534)
3114 - s390/cio: fix measurement characteristics memleak
3115 - s390/cio: ensure consistent measurement state
3116 - s390/cio: update measurement characteristics
3117
3118 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
3119 - qeth: initialize net_device with carrier off
3120
3121 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
3122 - [Config] CONFIG_ZONE_DMA=y
3123 - mm: CONFIG_NR_ZONES_EXTENDED
3124
3125 * perf enahancements for ppc64 (LP: #1521678)
3126 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
3127 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
3128 - perf kvm/powerpc: Port perf kvm stat to powerpc
3129 - perf kvm/powerpc: Add support for HCALL reasons
3130
3131 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
3132 - SAUCE: nbd: ratelimit error msgs after socket close
3133
3134 * sleep from invalid context in aa_move_mount (LP: #1539349)
3135 - SAUCE: apparmor: fix sleep from invalid context
3136
3137 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
3138 - net/mlx5_core: Modify enable/disable hca functions
3139 - net/mlx5_core: Add base sriov support
3140 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
3141 - net/mlx5: Update access functions to Query/Modify vport MAC address
3142 - net/mlx5: Introduce access functions to modify/query vport mac lists
3143 - net/mlx5: Introduce access functions to modify/query vport state
3144 - net/mlx5: Introduce access functions to modify/query vport promisc mode
3145 - net/mlx5: Introduce access functions to modify/query vport vlans
3146 - net/mlx5e: Write UC/MC list and promisc mode into vport context
3147 - net/mlx5e: Write vlan list into vport context
3148 - net/mlx5: Introducing E-Switch and l2 table
3149 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
3150 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
3151 - net/mlx5: E-Switch, Introduce Vport administration functions
3152 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
3153 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
3154 - net/mlx5: E-Switch, Introduce get vf statistics
3155 - net/mlx5e: Add support for SR-IOV ndos
3156 - net/mlx5: Fix query E-Switch capabilities
3157 - net/mlx5e: Assign random MAC address if needed
3158
3159 * make wacom_w8001 work well in xenial (LP: #1542771)
3160 - Input: wacom_w8001 - use __set_bit for evbits
3161 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
3162 - Input: wacom_w8001 - handle touch error case correctly
3163 - Input: wacom_w8001 - split pen and touch initialization up
3164 - Input: wacom_w8001 - split the touch and pen devices into two devices
3165 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
3166
3167 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
3168 - ubuntu: vbox -- update to 5.0.14-dfsg-2
3169
3170 * Miscellaneous Ubuntu changes
3171 - [Packaging] git-ubuntu-log -- fix empty section formatting
3172 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
3173
3174 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
3175
3176linux (4.4.0-4.19) xenial; urgency=low
3177
3178 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
3179 - [Config] update spl/zfs version
3180 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
3181 - [Config] reconstruct -- drop links for zfs userspace components
3182 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
3183
3184 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
3185 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
3186
3187 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
3188 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
3189
3190 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
3191 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
3192
3193 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
3194 - HID: multitouch: enable palm rejection if device implements confidence usage
3195
3196 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3197 - qla2xxx: Remove unavailable firmware files
3198 - qla2xxx: Enable Extended Logins support
3199 - qla2xxx: Enable Exchange offload support.
3200 - qla2xxx: Enable Target counters in DebugFS.
3201 - qla2xxx: Add FW resource count in DebugFS.
3202 - qla2xxx: Added interface to send explicit LOGO.
3203 - qla2xxx: Delete session if initiator is gone from FW
3204 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
3205 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
3206 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
3207 - qla2xxx: Add irq affinity notification
3208 - qla2xxx: Add selective command queuing
3209 - qla2xxx: Move atioq to a different lock to reduce lock contention
3210 - qla2xxx: Disable ZIO at start time.
3211 - qla2xxx: Set all queues to 4k
3212 - qla2xxx: Check for online flag instead of active reset when transmitting responses
3213 - scsi: qla2xxxx: avoid type mismatch in comparison
3214
3215 * [Hyper-V] PCI Passthrough (LP: #1541120)
3216 - x86/irq: Export functions to allow MSI domains in modules
3217 - genirq/msi: Export functions to allow MSI domains in modules
3218
3219 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
3220 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
3221 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
3222 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
3223 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
3224 - lpfc: Fix crash in fcp command completion path.
3225 - lpfc: Modularize and cleanup FDMI code in driver
3226 - lpfc: Fix RDP Speed reporting.
3227 - lpfc: Fix RDP ACC being too long.
3228 - lpfc: Make write check error processing more resilient
3229 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
3230 - lpfc: Fix mbox reuse in PLOGI completion
3231 - lpfc: Fix external loopback failure.
3232 - lpfc: Add logging for misconfigured optics.
3233 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
3234 - lpfc: Use kzalloc instead of kmalloc
3235 - lpfc: Update version to 11.0.0.10 for upstream patch set
3236
3237 * Miscellaneous Ubuntu changes
3238 - [Config] CONFIG_ARM64_VA_BITS=48
3239 - [Config] Fixed Vcs-Git
3240
3241 * Miscellaneous upstream changes
3242 - cxl: Fix possible idr warning when contexts are released
3243 - cxl: use correct operator when writing pcie config space values
3244 - cxlflash: drop unlikely before IS_ERR_OR_NULL
3245 - cxl: Fix DSI misses when the context owning task exits
3246 - cxlflash: Removed driver date print
3247 - cxlflash: Fix to resolve cmd leak after host reset
3248 - cxlflash: Resolve oops in wait_port_offline
3249 - cxlflash: Enable device id for future IBM CXL adapter
3250 - cxl: fix build for GCC 4.6.x
3251 - cxl: use -Werror only with CONFIG_PPC_WERROR
3252 - cxl: Enable PCI device ID for future IBM CXL adapter
3253
3254 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
3255
3256linux (4.4.0-3.17) xenial; urgency=low
3257
3258 [ Tim Gardner ]
3259
3260 * Release Tracking Bug
3261 - LP: #1541058
3262 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
3263 - LP: #1531539
3264 * SAUCE: nvme merge cleanup
3265 - LP: #1531539
3266 * rebase to v4.4.1
3267
3268 [ Andy Whitcroft ]
3269
3270 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
3271 ioctls"
3272 - LP: #1538618
3273 * postinst -- detect symlinks correctly
3274 - LP: #1536810
3275
3276 [ John Johansen ]
3277
3278 * SAUCE: apparmor: fix sleep from invalid context
3279 - LP: #1539349
3280
3281 [ Upstream Kernel Changes ]
3282
3283 * powerpc/eeh: Fix PE location code
3284 - LP: #1538909
3285 * powerpc/pseries: Limit EPOW reset event warnings
3286 - LP: #1539102
3287 * lightnvm: fix bio submission issue
3288 - LP: #1531539
3289 * lightnvm: fix incorrect nr_free_blocks stat
3290 - LP: #1531539
3291 * lightnvm: add check after mempool allocation
3292 - LP: #1531539
3293 * lightnvm: unlock rq and free ppa_list on submission fail
3294 - LP: #1531539
3295 * lightnvm: move ppa erase logic to core
3296 - LP: #1531539
3297 * lightnvm: refactor rqd ppa list into set/free
3298 - LP: #1531539
3299 * lightnvm: refactor end_io functions for sync
3300 - LP: #1531539
3301 * lightnvm: return the get_bb_tbl return value
3302 - LP: #1531539
3303 * lightnvm: check bi_error in gc
3304 - LP: #1531539
3305 * lightnvm: put block back to gc list on its reclaim fail
3306 - LP: #1531539
3307 * lightnvm: fix locking and mempool in rrpc_lun_gc
3308 - LP: #1531539
3309 * lightnvm: sectors first in ppa list
3310 - LP: #1531539
3311 * lightnvm: move the pages per block check out of the loop
3312 - LP: #1531539
3313 * lightnvm: support multiple ppas in nvm_erase_ppa
3314 - LP: #1531539
3315 * lightnvm: move rq->error to nvm_rq->error
3316 - LP: #1531539
3317 * lightnvm: introduce nvm_submit_ppa
3318 - LP: #1531539
3319 * lightnvm: reference rrpc lun in rrpc block
3320 - LP: #1531539
3321 * lightnvm: fix missing grown bad block type
3322 - LP: #1531539
3323 * lightnvm: manage open and closed blocks separately
3324 - LP: #1531539
3325 * lightnvm: add mccap support
3326 - LP: #1531539
3327 * lightnvm: introduce mlc lower page table mappings
3328 - LP: #1531539
3329 * lightnvm: core on-disk initialization
3330 - LP: #1531539
3331 * lightnvm: introduce ioctl to initialize device
3332 - LP: #1531539
3333 * lightnvm: use system block for mm initialization
3334 - LP: #1531539
3335 * lightnvm: introduce factory reset
3336 - LP: #1531539
3337 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
3338 - LP: #1531539
3339 * blk-mq: add a flags parameter to blk_mq_alloc_request
3340 - LP: #1531539
3341 * nvme: move struct nvme_iod to pci.c
3342 - LP: #1531539
3343 * nvme: split command submission helpers out of pci.c
3344 - LP: #1531539
3345 * nvme: use offset instead of a struct for registers
3346 - LP: #1531539
3347 * nvme: split nvme_trans_device_id_page
3348 - LP: #1531539
3349 * nvme: use vendor it from identify
3350 - LP: #1531539
3351 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
3352 - LP: #1531539
3353 * nvme: simplify nvme_setup_prps calling convention
3354 - LP: #1531539
3355 * nvme: refactor nvme_queue_rq
3356 - LP: #1531539
3357 * nvme: factor out a nvme_unmap_data helper
3358 - LP: #1531539
3359 * nvme: move nvme_error_status to common code
3360 - LP: #1531539
3361 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
3362 - LP: #1531539
3363 * nvme: split __nvme_submit_sync_cmd
3364 - LP: #1531539
3365 * nvme: use the block layer for userspace passthrough metadata
3366 - LP: #1531539
3367 * nvme: move block_device_operations and ns/ctrl freeing to common code
3368 - LP: #1531539
3369 * nvme: add explicit quirk handling
3370 - LP: #1531539
3371 * nvme: move remaining CC setup into nvme_enable_ctrl
3372 - LP: #1531539
3373 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
3374 - LP: #1531539
3375 * nvme: add a common helper to read Identify Controller data
3376 - LP: #1531539
3377 * nvme: move the call to nvme_init_identify earlier
3378 - LP: #1531539
3379 * nvme: move namespace scanning to common code
3380 - LP: #1531539
3381 * nvme: move chardev and sysfs interface to common code
3382 - LP: #1531539
3383 * nvme: refactor set_queue_count
3384 - LP: #1531539
3385 * blk-integrity: empty implementation when disabled
3386 - LP: #1531539
3387 * NVMe: fix build with CONFIG_NVM enabled
3388 - LP: #1531539
3389 * nvme: fix another 32-bit build warning
3390 - LP: #1531539
3391 * nvme: precedence bug in nvme_pr_clear()
3392 - LP: #1531539
3393 * nvme: only ignore hardware errors in nvme_create_io_queues
3394 - LP: #1531539
3395 * nvme: only add a controller to dev_list after it's been fully
3396 initialized
3397 - LP: #1531539
3398 * nvme: protect against simultaneous shutdown invocations
3399 - LP: #1531539
3400 * nvme: don't take the I/O queue q_lock in nvme_timeout
3401 - LP: #1531539
3402 * nvme: merge nvme_abort_req and nvme_timeout
3403 - LP: #1531539
3404 * nvme: add NVME_SC_CANCELLED
3405 - LP: #1531539
3406 * nvme: simplify resets
3407 - LP: #1531539
3408 * nvme: do not restart the request timeout if we're resetting the
3409 controller
3410 - LP: #1531539
3411 * nvme: merge probe_work and reset_work
3412 - LP: #1531539
3413 * nvme: remove dead controllers from a work item
3414 - LP: #1531539
3415 * nvme: switch abort_limit to an atomic_t
3416 - LP: #1531539
3417 * NVMe: Implement namespace list scanning
3418 - LP: #1531539
3419 * NVMe: Use unbounded work queue for all work
3420 - LP: #1531539
3421 * NVMe: Remove device management handles on remove
3422 - LP: #1531539
3423 * NVMe: Simplify metadata setup
3424 - LP: #1531539
3425 * nvme: fix admin queue depth
3426 - LP: #1531539
3427 * nvme: factor out a few helpers from req_completion
3428 - LP: #1531539
3429 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
3430 - LP: #1531539
3431 * nvme: switch abort to blk_execute_rq_nowait
3432 - LP: #1531539
3433 * nvme: special case AEN requests
3434 - LP: #1531539
3435 * nvme: simplify completion handling
3436 - LP: #1531539
3437 * nvme: properly free resources for cancelled command
3438 - LP: #1531539
3439 * nvme: meta_sg doesn't have to be an array
3440 - LP: #1531539
3441 * nvme: merge iod and cmd_info
3442 - LP: #1531539
3443 * NVMe: Add pci error handlers
3444 - LP: #1531539
3445 * NVMe: Export namespace attributes to sysfs
3446 - LP: #1531539
3447 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
3448 - LP: #1531539
3449 * nvme: synchronize access to ctrl->namespaces
3450 - LP: #1531539
3451 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
3452 - LP: #1531539
3453 * nvme: make SG_IO support optional
3454 - LP: #1531539
3455 * NVMe: Fix admin queue ring wrap
3456 - LP: #1531539
3457 * NVMe: Use a retryable error code on reset
3458 - LP: #1531539
3459 * NVMe: Remove queue freezing on resets
3460 - LP: #1531539
3461 * NVMe: IO queue deletion re-write
3462 - LP: #1531539
3463 * NVMe: Shutdown controller only for power-off
3464 - LP: #1531539
3465 * NVMe: Export NVMe attributes to sysfs group
3466 - LP: #1531539
3467 * i40e: fix build warnings
3468 * net: i40e: shut up uninitialized variable warnings
3469 * Drivers: hv: vmbus: fix build warning
3470 * Drivers: hv: util: Increase the timeout for util services
3471 * Drivers: hv: utils: run polling callback always in interrupt context
3472 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
3473 * tools: hv: remove repeated HV_FCOPY string
3474 * Drivers: hv: util: catch allocation errors
3475 * Drivers: hv: utils: use memdup_user in hvt_op_write
3476 * drivers/hv: cleanup synic msrs if vmbus connect failed
3477 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
3478 num
3479 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
3480 * drivers:hv: Define the channel type for Hyper-V PCI Express
3481 pass-through
3482 * Drivers: hv: vss: run only on supported host versions
3483 * Drivers: hv: vmbus: Use uuid_le type consistently
3484 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
3485 * Drivers: hv: vmbus: Get rid of the unused macro
3486 * Drivers: hv: vmbus: Get rid of the unused irq variable
3487 * Drivers: hv: vmbus: serialize process_chn_event() and
3488 vmbus_close_internal()
3489 * Drivers: hv: vmbus: do sanity check of channel state in
3490 vmbus_close_internal()
3491 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
3492 driver
3493 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
3494 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
3495 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
3496 * Drivers: hv: vmbus: Fix a Host signaling bug
3497 * drivers/hv: correct tsc page sequence invalid value
3498 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
3499 * Drivers: hv: utils: Invoke the poll function after handshake
3500 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
3501 * Drivers: hv: utils: fix memory leak on on_msg() failure
3502 * Drivers: hv: utils: rename outmsg_lock
3503 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
3504 * Drivers: hv: utils: fix crash when device is removed from host side
3505 * Drivers: hv: ring_buffer.c: fix comment style
3506 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
3507 * Drivers: hv: ring_buffer: remove code duplication from
3508 hv_ringbuffer_peek/read()
3509 * Drivers: hv: remove code duplication between
3510 vmbus_recvpacket()/vmbus_recvpacket_raw()
3511 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
3512 * drivers/hv: replace enum hv_message_type by u32
3513 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
3514 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
3515 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
3516 header
3517 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
3518 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
3519 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
3520
3521 [ Upstream Kernel Changes ]
3522
3523 * rebase to v4.4.1
3524 - LP: #1533461
3525 - LP: #1529624
3526
3527 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
3528
3529linux (4.4.0-2.16) xenial; urgency=low
3530
3531 [ Andy Whitcroft ]
3532
3533 * Release Tracking Bug
3534 - LP: #1539090
3535 * SAUCE: hv: hv_set_ifconfig -- convert to python3
3536 - LP: #1506521
3537 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
3538 - LP: #1538618
3539
3540 [ Colin Ian King ]
3541
3542 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
3543 bit FADT addresses (LP: #1529381)
3544 - LP: #1529381
3545
3546 [ John Johansen ]
3547
3548 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
3549 being shutdown
3550 - LP: #1446906
3551
3552 [ Mahesh Salgaonkar ]
3553
3554 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
3555 - LP: #1537881
3556 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
3557 interrupt.
3558 - LP: #1537881
3559 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
3560 base errors
3561 - LP: #1537881
3562
3563 [ Paolo Pisati ]
3564
3565 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
3566 #843419 build flags
3567 - LP: #1533009
3568 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
3569 * [Config] disable ARCH_ZX (ZTE ZX Soc)
3570
3571 [ Tim Gardner ]
3572
3573 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
3574 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
3575 - LP: #1536719
3576 * SAUCE: drop obsolete bnx2x firmware
3577 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
3578 - LP: #1536474
3579 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
3580 - LP: #1534647
3581 * [Config] Add pvpanic to virtual flavour
3582 - LP: #1537923
3583 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
3584 - LP: #1520457
3585
3586 [ Upstream Kernel Changes ]
3587
3588 * i40evf: fix compiler warning of unused variable
3589 - LP: #1536474
3590 * intel: i40e: fix confused code
3591 - LP: #1536474
3592 * i40e/i40evf: remove unused tunnel parameter
3593 - LP: #1536474
3594 * i40e: Change BUG_ON to WARN_ON in service event complete
3595 - LP: #1536474
3596 * i40e: remove BUG_ON from feature string building
3597 - LP: #1536474
3598 * i40e: remove BUG_ON from FCoE setup
3599 - LP: #1536474
3600 * i40e: Workaround fix for mss < 256 issue
3601 - LP: #1536474
3602 * i40e/i40evf: Add a stat to track how many times we have to do a force
3603 WB
3604 - LP: #1536474
3605 * i40e: Move the saving of old link info from handle_link_event to
3606 link_event
3607 - LP: #1536474
3608 * i40e/i40evf: Add comment to #endif
3609 - LP: #1536474
3610 * i40e/i40evf: clean up error messages
3611 - LP: #1536474
3612 * i40evf: handle many MAC filters correctly
3613 - LP: #1536474
3614 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
3615 - LP: #1536474
3616 * i40e: rework the functions to configure RSS with similar parameters
3617 - LP: #1536474
3618 * i40e: create a generic configure rss function
3619 - LP: #1536474
3620 * i40e: Bump version to 1.4.2
3621 - LP: #1536474
3622 * i40e: add new fields to store user configuration
3623 - LP: #1536474
3624 * i40e: rename rss_size to alloc_rss_size in i40e_pf
3625 - LP: #1536474
3626 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
3627 workaround
3628 - LP: #1536474
3629 * i40e/i40evf: prefetch skb data on transmit
3630 - LP: #1536474
3631 * i40evf: rename VF adapter specific RSS function
3632 - LP: #1536474
3633 * i40evf: create a generic config RSS function
3634 - LP: #1536474
3635 * i40evf: create a generic get RSS function
3636 - LP: #1536474
3637 * i40evf: add new fields to store user configuration of RSS
3638 - LP: #1536474
3639 * i40e: Update error messaging
3640 - LP: #1536474
3641 * i40e: fix confusing message
3642 - LP: #1536474
3643 * i40e: make error message more useful
3644 - LP: #1536474
3645 * i40evf: quoth the VF driver, Nevermore
3646 - LP: #1536474
3647 * i40evf: allocate queue vectors dynamically
3648 - LP: #1536474
3649 * i40evf: allocate ring structs dynamically
3650 - LP: #1536474
3651 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
3652 - LP: #1536474
3653 * i40e: fix: do not sleep in netdev_ops
3654 - LP: #1536474
3655 * i40e: remove unused argument
3656 - LP: #1536474
3657 * i40evf: increase max number of queues
3658 - LP: #1536474
3659 * i40evf: set real num queues
3660 - LP: #1536474
3661 * i40evf: remove duplicate string
3662 - LP: #1536474
3663 * i40e: Detection and recovery of TX queue hung logic moved to
3664 service_task from tx_timeout
3665 - LP: #1536474
3666 * i40e: Fix memory leaks, sideband filter programming
3667 - LP: #1536474
3668 * i40evf: don't use atomic allocation
3669 - LP: #1536474
3670 * i40e: propagate properly
3671 - LP: #1536474
3672 * i40evf: use correct types
3673 - LP: #1536474
3674 * i40e: use priv flags to control packet split
3675 - LP: #1536474
3676 * i40e: Remove separate functions gathering XOFF Rx stats
3677 - LP: #1536474
3678 * i40e: fix whitespace
3679 - LP: #1536474
3680 * i40e/i40evf: use logical operator
3681 - LP: #1536474
3682 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
3683 - LP: #1536474
3684 * i40e: trivial fixes
3685 - LP: #1536474
3686 * i40e: Fix i40e_print_features() VEB mode output
3687 - LP: #1536474
3688 * i40e: chomp the BIT(_ULL)
3689 - LP: #1536474
3690 * i40e: properly delete VF MAC filters
3691 - LP: #1536474
3692 * i40e: don't add zero MAC filter
3693 - LP: #1536474
3694 * i40evf: check rings before freeing resources
3695 - LP: #1536474
3696 * i40e: use explicit cast from u16 to u8
3697 - LP: #1536474
3698 * i40e: Opcode and structures required by OEM Post Update AQ command and
3699 add new NVM arq message
3700 - LP: #1536474
3701 * i40e: hush little warnings
3702 - LP: #1536474
3703 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
3704 - LP: #1536474
3705 * i40e: clean whole mac filter list
3706 - LP: #1536474
3707 * i40evf: change version string generation
3708 - LP: #1536474
3709 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
3710 - LP: #1536474
3711 * geneve: UDP checksum configuration via netlink
3712 - LP: #1536474
3713 * geneve: Add geneve udp port offload for ethernet devices
3714 - LP: #1536474
3715 * i40e: geneve tunnel offload support
3716 - LP: #1536474
3717 * geneve: Add geneve_get_rx_port support
3718 - LP: #1536474
3719 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
3720 - LP: #1536474
3721 * i40e: change log messages and error returns
3722 - LP: #1536474
3723 * i40e: allow zero MAC address for VFs
3724 - LP: #1536474
3725 * i40e: Look up MAC address in Open Firmware or IDPROM
3726 - LP: #1536474
3727 * i40e: Fix Rx hash reported to the stack by our driver
3728 - LP: #1536474
3729 * i40e: remove forever unused ID
3730 - LP: #1536474
3731 * igb: add 88E1543 initialization code
3732 * igb: don't unmap NULL hw_addr
3733 * igb: use the correct i210 register for EEMNGCTL
3734 * igb: fix NULL derefs due to skipped SR-IOV enabling
3735 * igb: improve handling of disconnected adapters
3736 * igb: Remove GS40G specific defines/functions
3737 * igb: Don't add PHY address to PCDL address
3738 * igb: Improve cable length function for I210, etc.
3739 * igb: Explicitly label self-test result indices
3740 * ixgbe: drop null test before destroy functions
3741 - LP: #1536473
3742 * ixgbe: Delete redundant include file
3743 - LP: #1536473
3744 * ixgbe: fix multiple kernel-doc errors
3745 - LP: #1536473
3746 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
3747 vector
3748 - LP: #1536473
3749 * ixgbe: Add KR mode support for CS4227 chip
3750 - LP: #1536473
3751 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
3752 to 12K
3753 - LP: #1536473
3754 * ixgbe/ixgbevf: use napi_schedule_irqoff()
3755 - LP: #1536473
3756 * ixgbe: Remove CS4227 diagnostic code
3757 - LP: #1536473
3758 * ixgbevf: use ether_addr_copy instead of memcpy
3759 - LP: #1536473
3760 * ixgbevf: fix spoofed packets with random MAC
3761 - LP: #1536473
3762 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
3763 - LP: #1536473
3764 * ixgbe: Add support for newer thermal alarm
3765 - LP: #1536473
3766 * ixgbe: Use private workqueue to avoid certain possible hangs
3767 - LP: #1536473
3768 * ixgbevf: Use a private workqueue to avoid certain possible hangs
3769 - LP: #1536473
3770 * ixgbevf: Minor cleanups
3771 - LP: #1536473
3772 * ixgbe: Refactor MAC address configuration code
3773 - LP: #1536473
3774 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
3775 - LP: #1536473
3776 * ixgbe: Allow FDB entries access to more RAR filters
3777 - LP: #1536473
3778 * ixgbe: Update PTP to support X550EM_x devices
3779 - LP: #1536473
3780 * ixgbe: Correct spec violations by waiting after reset
3781 - LP: #1536473
3782 * ixgbe: Wait for master disable to be set
3783 - LP: #1536473
3784 * ixgbe: Save VF info and take references
3785 - LP: #1536473
3786 * ixgbe: Handle extended IPv6 headers in Tx path
3787 - LP: #1536473
3788 * ixgbe: Always turn PHY power on when requested
3789 - LP: #1536473
3790 * ixgbevf: Handle extended IPv6 headers in Tx path
3791 - LP: #1536473
3792 * ixgbe: Return error on failure to allocate mac_table
3793 - LP: #1536473
3794 * ixgbe: Fix SR-IOV VLAN pool configuration
3795 - LP: #1536473
3796 * ixgbe: Simplify definitions for regidx and bit in set_vfta
3797 - LP: #1536473
3798 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
3799 - LP: #1536473
3800 * ixgbe: Simplify configuration of setting VLVF and VLVFB
3801 - LP: #1536473
3802 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
3803 - LP: #1536473
3804 * ixgbe: Reorder search to work from the top down instead of bottom up
3805 - LP: #1536473
3806 * ixgbe: Add support for VLAN promiscuous with SR-IOV
3807 - LP: #1536473
3808 * ixgbe: Fix VLAN promisc in relation to SR-IOV
3809 - LP: #1536473
3810 * ixgbe: Clear stale pool mappings
3811 - LP: #1536473
3812 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
3813 - LP: #1536473
3814 * ixgbe: do not report 2.5 Gbps as supported
3815 - LP: #1536473
3816 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
3817 per vector
3818 - LP: #1536473
3819 * ixgbevf: minor cleanups for ixgbevf_set_itr()
3820 - LP: #1536473
3821 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
3822 - LP: #1536473
3823 * ixgbe: report correct media type for KR, KX and KX4 interfaces
3824 - LP: #1536473
3825 * ixgbe: Clean up redundancy in hw_enc_features
3826 - LP: #1536473
3827 * ixgbe: fix RSS limit for X550
3828 - LP: #1536473
3829 * ixgbe: Correct X550EM_x revision check
3830 - LP: #1536473
3831 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
3832 - LP: #1536473
3833 * ixgbe: Fill at least min credits to a TC credit refills
3834 - LP: #1536473
3835 * ixgbe: use correct FCoE DDP max check
3836 - LP: #1536473
3837 * ixgbe: fix broken PFC with X550
3838 - LP: #1536473
3839 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
3840 - LP: #1536473
3841 * ixgbe: Correct handling of any outer UDP checksum setting
3842 - LP: #1536473
3843 * ixgbe: Fix to get FDMI HBA attributes information with X550
3844 - LP: #1536473
3845 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
3846 - LP: #1536473
3847 * ixgbe: Make ATR recognize IPv6 extended headers
3848 - LP: #1536473
3849 * e1000: make eeprom read/write scheduler friendly
3850 * e1000: fix data race between tx_ring->next_to_clean
3851 * e1000: Remove checkpatch coding style errors
3852 * e1000: clean up the checking logic
3853 * e1000: fix a typo in the comment
3854 * e1000e: clean up the local variable
3855 * e1000: fix kernel-doc argument being missing
3856 * e1000: get rid of duplicate exit path
3857 * e1000: Elementary checkpatch warnings and checks removed
3858 * e1000e: fix division by zero on jumbo MTUs
3859 * e1000e: Increase timeout of polling bit RSPCIPHY
3860 * e1000e: initial support for i219-LM (3)
3861 * e1000e: Switch e1000e_up to void, drop code checking for error result
3862 * e1000e: Remove unreachable code
3863 * e1000e: Do not read ICR in Other interrupt
3864 * e1000e: Do not write lsc to ics in msi-x mode
3865 * e1000e: Fix msi-x interrupt automask
3866 * acpi: pci: Setup MSI domain for ACPI based pci devices
3867 * irqdomain: Introduce is_fwnode_irqchip helper
3868 * irqchip/gic-v2m: Refactor to prepare for ACPI support
3869 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
3870 * clk: xgene: Fix divider with non-zero shift value
3871 * i2c: designware: Do not require clock when SSCN and FFCN are provided
3872 * fm10k: do not assume VF always has 1 queue
3873 - LP: #1536475
3874 * fm10k: Correct MTU for jumbo frames
3875 - LP: #1536475
3876 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
3877 vector
3878 - LP: #1536475
3879 * fm10k: use napi_schedule_irqoff()
3880 - LP: #1536475
3881 * fm10k: set netdev features in one location
3882 - LP: #1536475
3883 * fm10k: reset max_queues on init_hw_vf failure
3884 - LP: #1536475
3885 * fm10k: always check init_hw for errors
3886 - LP: #1536475
3887 * fm10k: reinitialize queuing scheme after calling init_hw
3888 - LP: #1536475
3889 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
3890 - LP: #1536475
3891 * fm10k: explicitly typecast vlan values to u16
3892 - LP: #1536475
3893 * fm10k: add statistics for actual DWORD count of mbmem mailbox
3894 - LP: #1536475
3895 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
3896 - LP: #1536475
3897 * fm10k: Add support for ITR scaling based on PCIe link speed
3898 - LP: #1536475
3899 * fm10k: introduce ITR_IS_ADAPTIVE macro
3900 - LP: #1536475
3901 * fm10k: Update adaptive ITR algorithm
3902 - LP: #1536475
3903 * fm10k: use macro for default Tx and Rx ITR values
3904 - LP: #1536475
3905 * fm10k: change default Tx ITR to 25usec
3906 - LP: #1536475
3907 * fm10k: TRIVIAL fix typo of hardware
3908 - LP: #1536475
3909 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
3910 - LP: #1536475
3911 * fm10k: use ether_addr_copy to copy MAC address
3912 - LP: #1536475
3913 * fm10k: do not use CamelCase
3914 - LP: #1536475
3915 * fm10k: remove unnecessary else block from if statements with return
3916 - LP: #1536475
3917 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
3918 - LP: #1536475
3919 * fm10k: consistently refer to VLANs and VLAN IDs
3920 - LP: #1536475
3921 * fm10k: bump driver version
3922 - LP: #1536475
3923 * fm10k: conditionally compile DCB and DebugFS support
3924 - LP: #1536475
3925 * fm10k: Cleanup MSI-X interrupts in case of failure
3926 - LP: #1536475
3927 * fm10k: Cleanup exception handling for mailbox interrupt
3928 - LP: #1536475
3929 * fm10k: do not inline fm10k_iov_select_vid()
3930 - LP: #1536475
3931 * fm10k: whitespace cleanups
3932 - LP: #1536475
3933 * fm10k: use BIT() macro instead of open-coded bit-shifting
3934 - LP: #1536475
3935 * fm10k: cleanup namespace pollution
3936 - LP: #1536475
3937 * fm10k: cleanup overly long lines
3938 - LP: #1536475
3939 * fm10k: initialize xps at driver load
3940 - LP: #1536475
3941 * fm10k: don't initialize fm10k_workqueue at global level
3942 - LP: #1536475
3943 * fm10k: correctly pack TLV structures and explain reasoning
3944 - LP: #1536475
3945 * fm10k: Cleanup exception handling for changing queues
3946 - LP: #1536475
3947 * fm10k: use ether_addr_equal instead of memcmp
3948 - LP: #1536475
3949 * fm10k: address operator not needed when declaring function pointers
3950 - LP: #1536475
3951 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
3952 - LP: #1536475
3953 * fm10k: remove unused struct element
3954 - LP: #1536475
3955 * fm10k: use true/false for boolean get_host_state
3956 - LP: #1536475
3957 * fm10k: cleanup mailbox code comments etc
3958 - LP: #1536475
3959 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
3960 - LP: #1536475
3961 * device property: always check for fwnode type
3962 - LP: #1533035
3963 * device property: rename helper functions
3964 - LP: #1533035
3965 * device property: refactor built-in properties support
3966 - LP: #1533035
3967 * device property: keep single value inplace
3968 - LP: #1533035
3969 * device property: helper macros for property entry creation
3970 - LP: #1533035
3971 * device property: improve readability of macros
3972 - LP: #1533035
3973 * device property: return -EINVAL when property isn't found in ACPI
3974 - LP: #1533035
3975 * device property: Fallback to secondary fwnode if primary misses the
3976 property
3977 - LP: #1533035
3978 * device property: Take a copy of the property set
3979 - LP: #1533035
3980 * driver core: platform: Add support for built-in device properties
3981 - LP: #1533035
3982 * driver core: Do not overwrite secondary fwnode with NULL if it is set
3983 - LP: #1533035
3984 * mfd: core: propagate device properties to sub devices drivers
3985 - LP: #1533035
3986 * mfd: intel-lpss: Add support for passing device properties
3987 - LP: #1533035
3988 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
3989 - LP: #1533035
3990 * mfd: intel-lpss: Pass HSUART configuration via properties
3991 - LP: #1533035
3992 * i2c: designware: Convert to use unified device property API
3993 - LP: #1533035
3994 * keys, trusted: fix: *do not* allow duplicate key options
3995 - LP: #1398274
3996 * keys, trusted: select hash algorithm for TPM2 chips
3997 - LP: #1398274
3998 * keys, trusted: seal with a TPM2 authorization policy
3999 - LP: #1398274
4000 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4001 - LP: #1461360
4002 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4003 - LP: #1461360
4004 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4005 offset
4006 - LP: #1461360
4007 * drm/i915: WaRsDisableCoarsePowerGating
4008 - LP: #1527462
4009 * drm/i915/skl: Add SKL GT4 PCI IDs
4010 - LP: #1527462
4011 * drm/i915/skl: Disable coarse power gating up until F0
4012 - LP: #1527462
4013 * platform:x86: add Intel P-Unit mailbox IPC driver
4014 - LP: #1520457
4015 * intel_punit_ipc: add NULL check for input parameters
4016 - LP: #1520457
4017 * platform/x86: Add Intel Telemetry Core Driver
4018 - LP: #1520457
4019 * intel_pmc_ipc: update acpi resource structure for Punit
4020 - LP: #1520457
4021 * platform:x86: Add Intel telemetry platform device
4022 - LP: #1520457
4023 * platform:x86: Add Intel telemetry platform driver
4024 - LP: #1520457
4025 * platform:x86: Add Intel Telemetry Debugfs interfaces
4026 - LP: #1520457
4027 * cxlflash: a couple off by one bugs
4028
4029 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4030
4031linux (4.4.0-1.15) xenial; urgency=low
4032
4033 [ Tim Gardner ]
4034
4035 * Release Tracking Bug
4036 - LP: #1536803
4037
4038 [ Upstream Kernel Changes ]
4039
4040 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4041 - LP: #1517142
4042
4043 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4044
4045linux (4.4.0-0.14) xenial; urgency=low
4046
4047 [ Upstream Kernel Changes ]
4048
4049 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4050 - LP: #1522415
4051 * powerpc: Add __raw_rm_writeq() function
4052 - LP: #1522415
4053
4054 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4055
4056linux (4.4.0-0.13) xenial; urgency=low
4057
4058 [ Andy Whitcroft ]
4059
4060 * [Config] s390x -- the kernel provides ppp-modules such as there are
4061 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4062
4063 [ Tim Gardner ]
4064
4065 * [Config] Update annotations for VIRTIO_{NET,BLK}
4066 - LP: #1533382
4067
4068 [ Upstream Kernel Changes ]
4069
4070 * powerpc/powernv: Add support for Nvlink NPUs
4071 - LP: #1522415
4072 * powerpc/powernv: Fix update of NVLink DMA mask
4073 - LP: #1522415
4074 * powerpc/powernv: Change NPU PE# assignment
4075 - LP: #1522415
4076 * powerpc/powernv: Reserve PE#0 on NPU
4077 - LP: #1522415
4078 * KEYS: Fix keyring ref leak in join_session_keyring()
4079 - LP: #1534887
4080 - CVE-2016-0728
4081
4082 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4083
4084linux (4.4.0-0.12) xenial; urgency=low
4085
4086 [ Eric Dumazet ]
4087
4088 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4089 - LP: #1527902
4090
4091 [ Guilherme G. Piccoli ]
4092
4093 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4094 - LP: #1486180
4095
4096 [ Tim Gardner ]
4097
4098 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
4099 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
4100 - LP: #1532886
4101 * [Config] nvme.ko moved to drivers/nvme/host
4102 * [Config] scsi_dh morphed into 4 modules
4103 * [Config] CONFIG_IBMVNIC=m
4104 * [Config] Add DRM ast driver to udeb installer image
4105 - LP: #1514711
4106 * [Config] CONFIG_KVM=y for s390x
4107 - LP: #1532886
4108 * [Config] Install spl/zfs under the kernel modules directory
4109 Fixes some errors in generic.inclusion-list.log
4110
4111 [ Upstream Kernel Changes ]
4112
4113 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
4114 - LP: #1524574
4115 * EDAC: Add DDR4 flag
4116 - LP: #1519631
4117 * EDAC, sb_edac: Virtualize several hard-coded functions
4118 - LP: #1519631
4119 * EDAC, sb_edac: Add support for duplicate device IDs
4120 - LP: #1519631
4121 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
4122 - LP: #1519631
4123 * Driver for IBM System i/p VNIC protocol
4124 - LP: #1532303
4125
4126 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
4127
4128linux (4.4.0-0.11) xenial; urgency=low
4129
4130 [ Tim Gardner ]
4131
4132 * [Config] Fix bogus reconstruct script
4133
4134 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
4135
4136linux (4.4.0-0.10) xenial; urgency=low
4137
4138 [ Haren Myneni ]
4139
4140 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
4141 - LP: #1529666
4142
4143 [ Serge Hallyn ]
4144
4145 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
4146
4147 [ Tim Gardner ]
4148
4149 * [Config] CONFIG_ZONE_DEVICE=y for amd64
4150 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
4151 - LP: #1526869
4152 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
4153 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
4154 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
4155 * rebase to v4.4
4156
4157 [ Upstream Kernel Changes ]
4158
4159 * rebase to v4.4
4160
4161 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
4162
4163linux (4.4.0-0.9) xenial; urgency=low
4164
4165 [ Tim Gardner ]
4166
4167 * rebase to v4.4-rc8
4168
4169 [ Upstream Kernel Changes ]
4170
4171 * rebase to v4.4-rc8
4172
4173 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
4174
4175linux (4.4.0-0.8) xenial; urgency=low
4176
4177 [ Tim Gardner ]
4178
4179 * rebase to v4.4-rc7
4180
4181 [ Upstream Kernel Changes ]
4182
4183 * rebase to v4.4-rc7
4184
4185 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
4186
4187linux (4.4.0-0.7) xenial; urgency=low
4188
4189 [ Hui Wang ]
4190
4191 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
4192 - LP: #1527096
4193
4194 [ Jann Horn ]
4195
4196 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
4197 uids/gids
4198 - LP: #1527374
4199
4200 [ Tim Gardner ]
4201
4202 * rebase to v4.4-rc6
4203
4204 [ Upstream Kernel Changes ]
4205
4206 * rebase to v4.4-rc6
4207 - LP: #1526330
4208
4209 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
4210
4211linux (4.4.0-0.6) xenial; urgency=low
4212
4213 [ Andy Whitcroft ]
4214
4215 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
4216 support in latest compilers
4217 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
4218 ARMv8.1 support in latest compilers
4219
4220 [ Tim Gardner ]
4221
4222 * [Config] s390 -> s390x
4223 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
4224
4225 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
4226
4227linux (4.4.0-0.5) xenial; urgency=low
4228
4229 [ Andy Whitcroft ]
4230
4231 * [Config] s390x -- enable tools
4232 - LP: #1524319
4233 * [Config] s390x -- add architecture to getabis
4234 * [Config] s390x -- add s390x ABI information
4235 * [Config] s390x -- enable ABI checks
4236
4237 [ Tim Gardner ]
4238
4239 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
4240 * [Config] Add s390 modules to nic-modules udeb
4241 - LP: #1525297
4242 * rebase to v4.4-rc5
4243
4244 [ Upstream Kernel Changes ]
4245
4246 * rebase to v4.4-rc5
4247 - LP: #1523517
4248 - LP: #1523232
4249
4250 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
4251
4252linux (4.4.0-0.4) xenial; urgency=low
4253
4254 [ Upstream Kernel Changes ]
4255
4256 * cgroup: make css_set pin its css's to avoid use-afer-free
4257 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
4258 freezer_attach()
4259 * cgroup: fix handling of multi-destination migration from
4260 subtree_control enabling
4261
4262 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
4263
4264linux (4.4.0-0.3) xenial; urgency=low
4265
4266 [ Upstream Kernel Changes ]
4267
4268 * rebase to v4.4-rc4
4269
4270 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
4271
4272linux (4.4.0-0.2) xenial; urgency=low
4273
4274 [ Tim Gardner ]
4275
4276 * [Config] Add spl/zfs provides to generic and powerpc64-smp
4277 * [Config] Add zfs to d-i fs-core-modules
4278 * [Config] Include all s390 specific drivers in linux-image
4279 - LP: #1522210
4280
4281 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
4282
4283linux (4.4.0-0.1) xenial; urgency=low
4284
4285 [ Andy Whitcroft ]
4286
4287 * [Tests] gcc-multilib does not exist on ppc64el redux
4288 - LP: #1515541
4289 * [Config] libunwind8-dev is not available on s390x
4290 * [Debian] Disable SPL/ZFS for cross compiling -- redux
4291 * [Config] s390x -- add dasd udebs
4292 - LP: #1519833
4293 * [Config] s390x -- include dasd modules in linux-image
4294 - LP: #1519833
4295 * [Config] s390x -- disable ZFS temporarily
4296 - LP: #1519820
4297 * [Config] s390s -- disable ABI/module checks
4298 * [Config] make IBMVETH consistent on powerpc/ppc64el
4299 - LP: #1521712
4300 * [Config] follow ibmvscsi name change
4301 - LP: #1521712
4302 * [Config] move ibm disk and ethernet drivers to linux-image
4303 - LP: #1521712
4304 * [Config] include ibmveth in nic-modules for ppc64el
4305 - LP: #1521712
4306 * [Config] s390x -- disable abi/module checks for s390x
4307
4308 [ Joseph Salisbury ]
4309
4310 * SAUCE: scsi_sysfs: protect against double execution of
4311 __scsi_remove_device()
4312 - LP: #1509029
4313
4314 [ Seth Forshee ]
4315
4316 * [Config] CONFIG_DRM_AMDGPU_CIK=n
4317 - LP: #1510405
4318
4319 [ Tim Gardner ]
4320
4321 * [Debian] Disable SPL/ZFS for cross compiling
4322 * [Config] CONFIG_SCSI_IBMVSCSI=m
4323 - LP: #1515872
4324 * rebase to v4.4-rc2
4325 * [Config] updateconfigs
4326 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
4327 * SAUCE: do_zfs=false temporarily
4328 * [Config] CONFIG_LUSTRE_FS=n
4329 * [Debian] Disable udebs when cross compiling
4330 * rebase to v4.4-rc3
4331 * [Config] CONFIG_AUFS_FS=m
4332 * SAUCE: AUFS
4333
4334 [ Upstream Kernel Changes ]
4335
4336 * ZFS: Update with 4.4 support
4337 * SPL: Update with 4.4 support
4338
4339 [ Upstream Kernel Changes ]
4340
4341 * rebase to v4.4-rc3
4342 - LP: #1519168
4343 * rebase to v4.4-rc2
4344 - LP: #1506615
4345 - LP: #1502781
4346
4347 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
4348
4349linux (4.3.0-0.8) xenial; urgency=low
4350
4351 [ Andy Whitcroft ]
4352
4353 * [Config] re-enable OSS support and blacklist
4354 - LP: #1434842
4355 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
4356 * [Packaging] config-check -- improve syntax diagnostics
4357 * [Packaging] module-inclusion -- add dependency inclusion for a list
4358 * [Packaging] config-check -- accumulate multi-line annotations correctly
4359 * [Packaging] config-check -- handle V2 annotations format
4360 * [Packaging] s390x -- add architecture to kernelconfig
4361 - LP: #1488653
4362 * [Config] s390x -- initial configuration
4363 * [Config] s390x -- add initial binary image
4364 * [Config] s390x -- initial configuration update
4365 * [Config] s390x -- produce linux-image
4366 * [Config] s390x -- d-i module exclusions
4367 * [Config] apply Device Drivers >> LED Support >> LED Class Support
4368 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
4369 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
4370 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
4371 * [Config] -- s390x -- configuration review updates
4372 * [Config] annotations -- add review marks
4373 * [Config] annotations -- config review 4.3 updates
4374 * [Config] annotations -- expose reviews
4375 * [Config] updateconfigs following incoporation of s390x configs
4376 * [Tests] gcc-multilib does not exist on ppc64el
4377 - LP: #1515541
4378
4379 [ Dan Carpenter ]
4380
4381 * SAUCE: (noup) cxlflash: a couple off by one bugs
4382 - LP: #1499849
4383
4384 [ Haren Myneni ]
4385
4386 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
4387
4388 [ Jay Vosburgh ]
4389
4390 * SAUCE: fan: add VXLAN implementation
4391
4392 [ Manoj Kumar ]
4393
4394 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
4395 - LP: #1513583
4396
4397 [ Matthew R. Ochs ]
4398
4399 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
4400 - LP: #1513583
4401
4402 [ Tim Gardner ]
4403
4404 * [Config] CONFIG_AUFS_EXPORT=y
4405 - LP: #1121699
4406
4407 [ Upstream Kernel Changes ]
4408
4409 * misc/genwqe: get rid of atomic allocations
4410 * crypto: 842 - Add CRC and validation support
4411 - LP: #1497878
4412 * cxlflash: Fix to avoid invalid port_sel value
4413 * cxlflash: Replace magic numbers with literals
4414 * cxlflash: Fix read capacity timeout
4415 * cxlflash: Fix potential oops following LUN removal
4416 * cxlflash: Fix data corruption when vLUN used over multiple cards
4417 * cxlflash: Fix to avoid sizeof(bool)
4418 * cxlflash: Fix context encode mask width
4419 * cxlflash: Fix to avoid CXL services during EEH
4420 * cxlflash: Correct naming of limbo state and waitq
4421 * cxlflash: Make functions static
4422 * cxlflash: Refine host/device attributes
4423 * cxlflash: Fix to avoid spamming the kernel log
4424 * cxlflash: Fix to avoid stall while waiting on TMF
4425 * cxlflash: Fix location of setting resid
4426 * cxlflash: Fix host link up event handling
4427 * cxlflash: Fix async interrupt bypass logic
4428 * cxlflash: Remove dual port online dependency
4429 * cxlflash: Fix AFU version access/storage and add check
4430 * cxlflash: Correct usage of scsi_host_put()
4431 * cxlflash: Fix to prevent workq from accessing freed memory
4432 * cxlflash: Correct behavior in device reset handler following EEH
4433 * cxlflash: Remove unnecessary scsi_block_requests
4434 * cxlflash: Fix function prolog parameters and return codes
4435 * cxlflash: Fix MMIO and endianness errors
4436 * cxlflash: Fix to prevent EEH recovery failure
4437 * cxlflash: Correct spelling, grammar, and alignment mistakes
4438 * cxlflash: Fix to prevent stale AFU RRQ
4439 * cxlflash: Fix to double the delay each time
4440 * cxlflash: Fix to avoid corrupting adapter fops
4441 * cxlflash: Correct trace string
4442 * cxlflash: Fix to avoid potential deadlock on EEH
4443 * cxlflash: Fix to avoid leaving dangling interrupt resources
4444 * cxlflash: Fix to escalate to LINK_RESET on login timeout
4445 * cxlflash: Fix to avoid corrupting port selection mask
4446 * cxlflash: Fix to avoid lock instrumentation rejection
4447 * cxlflash: Fix to avoid bypassing context cleanup
4448
4449 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
4450
4451linux (4.3.0-0.7) xenial; urgency=low
4452
4453 [ Tim Gardner ]
4454
4455 * Revert "Bypass spl/zfs config"
4456 Causes unresolved symbols on load.
4457 * [Config] Enable ZFS for powerpc64-smp
4458
4459 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
4460
4461linux (4.3.0-0.6) xenial; urgency=low
4462
4463 [ Tim Gardner ]
4464
4465 * Release Tracking Bug
4466 - LP: #1512704
4467 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
4468
4469 [ Andy Whitcroft ]
4470
4471 * [Packaging] add feature interlock with mainline builds
4472 * apparmor -- follow change to this_cpu_ptr
4473
4474 [ John Johansen ]
4475
4476 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
4477 - LP: #1383886
4478 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
4479 - LP: #1362199
4480 * SAUCE: Revert: fix: only allow a single threaded process to ...
4481 - LP: #1371310
4482 * SAUCE: (no-up) fix: bad unix_addr_fs macro
4483 - LP: #1390223
4484 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
4485 - LP: #1408833
4486 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
4487 - LP: #1496430
4488
4489 [ Tim Gardner ]
4490
4491 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
4492 - LP: #1511006
4493 * rebase to v4.3
4494 * Bypass spl/zfs config
4495 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
4496 * [Config] Default AppArmor settings
4497
4498 [ Upstream Kernel Changes ]
4499
4500 * rebase to v4.3
4501
4502 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
4503
4504linux (4.3.0-0.5) xenial; urgency=low
4505
4506 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
4507
4508 [ Upstream Kernel Changes ]
4509
4510 * rebase to v4.3-rc7
4511 - LP: #1504778
4512
4513 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
4514
4515linux (4.3.0-0.4) xenial; urgency=low
4516
4517 [ Tim Gardner ]
4518
4519 * [Debian] Update to new signing key type and location
4520
4521 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
4522
4523linux (4.3.0-0.3) wily; urgency=low
4524
4525 [ Tim Gardner ]
4526
4527 * [Debian] sign-file is now compiled
4528
4529 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
4530
4531linux (4.3.0-0.2) wily; urgency=low
4532
4533 [ Tim Gardner ]
4534
4535 * [Config] Added libssl-dev to Build-Depends
4536
4537 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
4538
4539linux (4.3.0-0.1) wily; urgency=low
4540
4541 [ Upstream Kernel Changes ]
4542
4543 * rebase to v4.3-rc6
4544 * rebase to v4.3-rc5
4545 * rebase to v4.3-rc4
4546 * rebase to v4.3-rc3
4547 * rebase to v4.3-rc2
4548 * rebase to v4.3-rc1
4549 - LP: #1492132
4550 - LP: #1481575
4551
4552 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
4553
4554linux (4.2.0-10.11) wily; urgency=low
4555
4556 [ Andy Whitcroft ]
4557
4558 * Release Tracking Bug
4559 - LP: #1495208
4560 * No change rebuild to avoid issues with leading zero bytes on
4561 internal module signing key. (see launchpad bug 1494943)
4562
4563 [ Ming Lei ]
4564
4565 * [Config] SERIAL_8250_DW=y for arm64
4566
4567 [ Upstream Kernel Changes ]
4568
4569 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
4570 code
4571 - LP: #1484486
4572 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
4573 - LP: #1484486
4574 * drm/i915/gen8: Re-order init pipe_control in lrc mode
4575 - LP: #1484486
4576 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
4577 - LP: #1484486
4578 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
4579 workaround
4580 - LP: #1484486
4581 * drm/i915: Bail out early if WA batch is not available for given Gen
4582 - LP: #1484486
4583 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
4584 - LP: #1484486
4585 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
4586 - LP: #1484486
4587 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
4588 - LP: #1484486
4589 * drm/i915: Enable WA batch buffers for Gen9
4590 - LP: #1484486
4591 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
4592 - LP: #1484486
4593 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
4594 - LP: #1484486
4595 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
4596 workaround
4597 - LP: #1484486
4598 * drm/i915/gen9: Add
4599 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
4600 - LP: #1484486
4601 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
4602 - LP: #1484486
4603 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
4604 - LP: #1484486
4605 * drm/i915/skl: Don't expose the top most plane on gen9 display
4606 - LP: #1484486
4607 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
4608 - LP: #1484486
4609 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
4610 - LP: #1484486
4611 * drm/i915: reduce indent in i9xx_hpd_irq_handler
4612 - LP: #1484531
4613 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
4614 - LP: #1484531
4615 * drm/i915: reduce indent in intel_hpd_irq_handler
4616 - LP: #1484531
4617 * drm/i915: group all hotplug related fields into a new struct in
4618 dev_priv
4619 - LP: #1484531
4620 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
4621 - LP: #1484531
4622 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
4623 - LP: #1484531
4624 * drm/i915: put back the indent in intel_hpd_irq_handler
4625 - LP: #1484531
4626 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
4627 - LP: #1484531
4628 * drm/i915: simplify condition for digital port
4629 - LP: #1484531
4630 * drm/i915: abstract away platform specific parts from hpd handling
4631 - LP: #1484531
4632 * drm/i915: Handle HPD when it has actually occurred
4633 - LP: #1484531
4634 * drm/i915: Set power domain for DDI-E
4635 - LP: #1484531
4636 * drm/i915: Set alternate aux for DDI-E
4637 - LP: #1484531
4638 * drm/i915/skl: enable DDI-E hotplug
4639 - LP: #1484531
4640 * drm/i915/bxt: fix DDI PHY vswing scale value setting
4641 - LP: #1494163
4642 * drm/i915/skl: Buffer translation improvements
4643 - LP: #1494163
4644 * drm/i915: Per-DDI I_boost override
4645 - LP: #1494163
4646 * drm/i915: fix VBT parsing for SDVO child device mapping
4647 - LP: #1494163
4648 * drm/i915/bxt: edp1.4 Intermediate Freq support
4649 - LP: #1494163
4650 * drm/i915: fix link rates reported for SKL
4651 - LP: #1494163
4652 * drm/i915: Allow parsing of variable size child device entries from VBT
4653 - LP: #1494163
4654 * drm/i915/skl: Update DDI buffer translation programming.
4655 - LP: #1494163
4656 * drm/i915: Enable HDMI on DDI-E
4657 - LP: #1484531
4658 * drm/i915/skl: Enable DDI-E
4659 - LP: #1484531
4660 * drm/i915: eDP can be present on DDI-E
4661 - LP: #1484531
4662 * drm/i915/skl: Adding DDI_E power well domain
4663 - LP: #1484531
4664 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
4665 - LP: #1490035
4666 * drm/i915: Split atomic wm update to pre and post variants
4667 - LP: #1493746
4668 * drm/i915/skl: Drop the preliminary_hw_support flag
4669 - LP: #1486868
4670 * drm/i915: set FDI translations to NULL on SKL
4671 - LP: #1494163
4672
4673 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
4674
4675linux (4.2.0-9.9) wily; urgency=low
4676
4677 [ Tim Gardner ]
4678
4679 * Release Tracking Bug
4680 - LP: #1493970
4681 * [Config] CONFIG_MFD_INTEL_LPSS=m
4682 - LP: #1397876
4683
4684 [ dann frazier ]
4685
4686 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
4687 - LP: #1388952
4688
4689 [ Michael Ellerman ]
4690
4691 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
4692 Fixes FTBS on 32 bit powerpc, patch sent upstream.
4693
4694 [ Upstream Kernel Changes ]
4695
4696 * thermal/powerclamp: add cpu id for skylake h/s
4697 - LP: #1398269
4698 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
4699 - LP: #1397852
4700 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
4701 - LP: #1460905
4702 * i2c: i801: Create iTCO device on newer Intel PCHs
4703 - LP: #1460905
4704 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
4705 - LP: #1460905
4706 * perf/x86: Add a native_perf_sched_clock_from_tsc()
4707 - LP: #1397867
4708 * perf/x86/intel: Add support for PEBSv3 profiling
4709 - LP: #1397867
4710 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
4711 - LP: #1397867
4712 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
4713 - LP: #1397867
4714 * perf: Add cycles to branch_info
4715 - LP: #1397867
4716 * perf/x86/intel/lbr: Add support for LBRv5
4717 - LP: #1397867
4718 * perf/x86/intel: Handle new arch perfmon v4 status bits
4719 - LP: #1397867
4720 * perf/x86/intel: Move PMU ACK to after LBR read
4721 - LP: #1397867
4722 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
4723 - LP: #1397867
4724 * perf/x86/intel: Add Intel Skylake PMU support
4725 - LP: #1397867
4726 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
4727 call stack
4728 - LP: #1397867
4729 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
4730 - LP: #1397867
4731 * perf/x86: Make merge_attr() global to use from perf_event_intel
4732 - LP: #1397867
4733 * perf/x86/intel: Use 0x11 as extra reg test value
4734 - LP: #1397867
4735 * perf tools: Add support for cycles, weight branch_info field
4736 - LP: #1397867
4737 * perf report: Add flag for non ANY branch mode
4738 - LP: #1397867
4739 * perf report: Add infrastructure for a cycles histogram
4740 - LP: #1397867
4741 * perf report: Add processing for cycle histograms
4742 - LP: #1397867
4743 * perf annotate: Compute IPC and basic block cycles
4744 - LP: #1397867
4745 * perf annotate: Finally display IPC and cycle accounting
4746 - LP: #1397867
4747 * perf top: Add branch annotation code to top
4748 - LP: #1397867
4749 * perf report: Display cycles in branch sort mode
4750 - LP: #1397867
4751 * perf annotate: Fix 32-bit compilation error in util/annotate.c
4752 - LP: #1397867
4753 * PM / QoS: Make it possible to expose device latency tolerance to
4754 userspace
4755 - LP: #1460908
4756 * ACPI / PM: Attach ACPI power domain only once
4757 - LP: #1460908
4758 * Driver core: wakeup the parent device before trying probe
4759 - LP: #1460908
4760 * klist: implement klist_prev()
4761 - LP: #1460908
4762 * driver core: implement device_for_each_child_reverse()
4763 - LP: #1460908
4764 * mfd: make mfd_remove_devices() iterate in reverse order
4765 - LP: #1460908
4766 * dmaengine: add a driver for Intel integrated DMA 64-bit
4767 - LP: #1460908
4768 * mfd: Add support for Intel Sunrisepoint LPSS devices
4769 - LP: #1460908
4770 * spi: pxa2xx: Add support for Intel Sunrisepoint
4771 - LP: #1397876
4772 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
4773 - LP: #1397876
4774 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
4775 - LP: #1397876
4776 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
4777 for it
4778 - LP: #1397876
4779 * intel_idle: Skylake Client Support
4780 - LP: #1397877
4781 * powerpc/kernel: Switch to using MAX_ERRNO
4782 - LP: #1458876
4783 * powerpc/kernel: Change the do_syscall_trace_enter() API
4784 - LP: #1458876
4785 * powerpc: Drop unused syscall_get_error()
4786 - LP: #1458876
4787 * powerpc: Don't negate error in syscall_set_return_value()
4788 - LP: #1458876
4789 * powerpc: Rework syscall_get_arguments() so there is only one loop
4790 - LP: #1458876
4791 * powerpc: Use orig_gpr3 in syscall_get_arguments()
4792 - LP: #1458876
4793 * powerpc: Change syscall_get_nr() to return int
4794 - LP: #1458876
4795 * powerpc/kernel: Add SIG_SYS support for compat tasks
4796 - LP: #1458876
4797 * powerpc/kernel: Enable seccomp filter
4798 - LP: #1458876
4799 * selftests/seccomp: Make seccomp tests work on big endian
4800 - LP: #1458876
4801 * selftests/seccomp: Add powerpc support
4802 - LP: #1458876
4803 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
4804
4805 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
4806
4807linux (4.2.0-8.8) wily; urgency=low
4808
4809 [ Tim Gardner ]
4810
4811 * Release Tracking Bug
4812 - LP: #1493357
4813 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
4814 - LP: #1488495
4815 * [Config] CONFIG_CXLFLASH=m
4816 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
4817
4818
4819 [ Andy Whitcroft ]
4820
4821 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
4822 * [Packaging] mark up control for stage1
4823 * [Config] kernel-versions -- clean up deps field
4824 * [Config] s390x -- build linux-libc-dev
4825 - LP: #1488653
4826 * [Packaging] control -- prepare for new kernel-wedge semantics
4827
4828 [ Upstream Kernel Changes ]
4829
4830 * crypto: vmx - Fixing AES-CTR counter bug
4831 - LP: #1484519
4832 * crypto: vmx - Fixing GHASH Key issue on little endian
4833 - LP: #1484519
4834 * powerpc: Uncomment and make enable_kernel_vsx() routine available
4835 - LP: #1484519
4836 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
4837 - LP: #1484519
4838 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
4839 'okay'
4840 - LP: #1488495
4841 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
4842 - LP: #1488495
4843 * crypto: nx - do not emit extra output if status is disabled
4844 - LP: #1488495
4845 * crypto: nx - reduce chattiness of platform drivers
4846 - LP: #1488495
4847 * crypto: nx/842 - Fix context corruption
4848 - LP: #1488495
4849 * crypto: nx - remove __init/__exit from VIO functions
4850 - LP: #1488495
4851 * crypto: nx - remove pSeries NX 'status' field
4852 - LP: #1488495
4853 * crypto: nx - move kzalloc() out of spinlock
4854 - LP: #1488495
4855 * crypto: nx - don't register pSeries driver if ENODEV
4856 - LP: #1488495
4857 * crypto: nx - use common code for both NX decompress success cases
4858 - LP: #1488495
4859 * crypto: nx - merge nx-compress and nx-compress-crypto
4860 - LP: #1488495
4861 * crypto: nx - rename nx-842-crypto.c to nx-842.c
4862 - LP: #1488495
4863 * crypto: nx - make platform drivers directly register with crypto
4864 - LP: #1488495
4865 * cxlflash: Base support for IBM CXL Flash Adapter
4866 - LP: #1449121
4867 * cxlflash: Base error recovery support
4868 - LP: #1449121
4869 * cxlflash: Superpipe support
4870 - LP: #1449121
4871 * cxlflash: Virtual LUN support
4872 - LP: #1449121
4873 * cxlflash: off by one bug in cxlflash_show_port_status()
4874 - LP: #1449121
4875 * cxlflash: shift wrapping bug in afu_link_reset()
4876 - LP: #1449121
4877 * cxlflash: Remove unused variable from queuecommand
4878 - LP: #1449121
4879 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
4880 pci_controller_ops
4881 * powerpc/eeh: Probe after unbalanced kref check
4882 * misc: cxl: clean up afu_read_config()
4883 * cxl: Add explicit precision specifiers
4884 * cxl: use more common format specifier
4885 * cxl: Destroy cxl_adapter_idr on module_exit
4886 * cxl: Destroy afu->contexts_idr on release of an afu
4887 * cxl: Don't ignore add_process_element() result when attaching context
4888 * cxl: Compile with -Werror
4889 * cxl: sparse: Make declarations static
4890 * cxl: sparse: Silence iomem warning in debugfs file creation
4891 * cxl: Convert MMIO read/write macros to inline functions
4892 * cxl: Drop commands if the PCI channel is not in normal state
4893 * cxl: Allocate and release the SPA with the AFU
4894 * cxl: Make IRQ release idempotent
4895 * cxl: Clean up adapter MMIO unmap path.
4896 * cxl: Refactor adaptor init/teardown
4897 * cxl: Refactor AFU init/teardown
4898 * cxl: Don't remove AFUs/vPHBs in cxl_reset
4899 * cxl: Allow the kernel to trust that an image won't change on PERST.
4900 * cxl: EEH support
4901 * cxl: Add CONFIG_CXL_EEH symbol
4902 * cxl: Plug irq_bitmap getting leaked in cxl_context
4903 * cxl: Add alternate MMIO error handling
4904 * cxl: Allow release of contexts which have been OPENED but not STARTED
4905 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
4906 * cxl: Release irqs if memory allocation fails
4907 * cxl: Remove racy attempt to force EEH invocation in reset
4908 * cxl: Fix + cleanup error paths in cxl_dev_context_init
4909 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
4910 * cxl: Set up and enable PSL Timebase
4911
4912 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
4913
4914linux (4.2.0-7.7) wily; urgency=low
4915
4916 [ Tim Gardner ]
4917
4918 * Release Tracking Bug
4919 - LP: #1490564
4920 * rebase to v4.2
4921
4922 [ Wen Xiong ]
4923
4924 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
4925 - LP: #1453892
4926
4927 [ Upstream Kernel Changes ]
4928
4929 * rebase to v4.2
4930 - LP: #1487345
4931
4932 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
4933
4934linux (4.2.0-6.6) wily; urgency=low
4935
4936 [ Tim Gardner ]
4937
4938 * Release Tracking Bug
4939 - LP: #1488138
4940
4941 [ Andy Whitcroft ]
4942
4943 * rebase to v4.2-rc8
4944
4945 [ Shilpasri G Bhat ]
4946
4947 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
4948 level
4949 - LP: #1480894
4950 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
4951 - LP: #1480894
4952 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
4953 notification
4954 - LP: #1480894
4955 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
4956 OCC_THROTTLE
4957 - LP: #1480894
4958 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
4959 bit is set
4960 - LP: #1480894
4961 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
4962 unthrottling
4963 - LP: #1480894
4964
4965 [ Upstream Kernel Changes ]
4966
4967 * rebase to v4.2-rc8
4968 - LP: #1483440
4969 - LP: #1484334
4970
4971 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
4972
4973linux (4.2.0-5.5) wily; urgency=low
4974
4975 [ Tim Gardner ]
4976
4977 * Release Tracking Bug
4978 - LP: #1487173
4979
4980 [ Andy Whitcroft ]
4981
4982 * [Packaging] correct spelling of probabaly on the tools packages
4983 - LP: #1256822
4984 * rebase to v4.2-rc7
4985
4986 [ dann frazier ]
4987
4988 * d-i: Add nicpf and nicvf to nic-modules
4989 * d-i: Enable usb modules on arm64
4990
4991 [ Mahesh Salgaonkar ]
4992
4993 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
4994 - LP: #1482343
4995 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
4996 - LP: #1482343
4997 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
4998 machine check errors.
4999 - LP: #1482343
5000 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5001 - LP: #1482343
5002
5003 [ Vipin K Parashar ]
5004
5005 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5006 PowerNV platform
5007 - LP: #1469771
5008
5009 [ Upstream Kernel Changes ]
5010
5011 * rebase to v4.2-rc7
5012
5013 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5014
5015linux (4.2.0-4.4) wily; urgency=low
5016
5017 [ Tim Gardner ]
5018
5019 * Release Tracking Bug
5020 - LP: #1483677
5021
5022 [ Achiad Shochat ]
5023
5024 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5025 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5026 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5027 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5028
5029 [ Adam Lee ]
5030
5031 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5032 - LP: #1480142
5033
5034 [ dann frazier ]
5035
5036 * [Config] CONFIG_NR_CPUS=128 on arm64
5037
5038 [ Leann Ogasawara ]
5039
5040 * [Config] d-i -- Add sfc to nic-modules udeb
5041 - LP: #1481490
5042
5043 [ Saeed Mahameed ]
5044
5045 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5046 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5047
5048 [ Tim Gardner ]
5049
5050 * [Config] CONFIG_X86_INTEL_MPX=y
5051 - LP: #1460902
5052 * [Debian] change dependency on module-init-tools to kmod
5053 - LP: #1481986
5054 * rebase to v4.2-rc6
5055
5056 [ Upstream Kernel Changes ]
5057
5058 * rebase to v4.2-rc6
5059
5060 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5061
5062linux (4.2.0-3.3) wily; urgency=low
5063
5064 [ Tim Gardner ]
5065
5066 * Release Tracking Bug
5067 - LP: #1481462
5068 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5069 Fixes an FTBS for at least one DKMS package.
5070
5071 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5072
5073linux (4.2.0-2.2) wily; urgency=low
5074
5075 [ Tim Gardner ]
5076
5077 * Release Tracking Bug
5078 - LP: #1481067
5079 * rebase to v4.2-rc5
5080
5081 [ Andy Whitcroft ]
5082
5083 * [Packaging] module-inclusion -- commonise copy code and simplify
5084 * [Packaging] module-inclusion -- add manual command entries
5085 * [Packaging] module blacklists -- add support for manual blacklists
5086 * [Packaging] do_common_tools should always be on
5087 * [Packaging] initscripts need installing when making the package
5088 * [Packaging] initscripts work around bug in debhelper systemd support
5089 * [Config] exclude oss modules from linux-image
5090 - LP: #1434842
5091 * hyper-v -- add hid and fb drivers to linux-virtual
5092 - LP: #1444179
5093 * ubuntu: (no-squash) vbox -- infrastructure and updater
5094 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5095 - LP: #1426113
5096 * ubuntu: vbox -- update to 5.0.0-dfsg-1
5097 - LP: #1480879
5098 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
5099 * [Config] move vbox modules into linux-image
5100
5101 [ Upstream Kernel Changes ]
5102
5103 * rebase to v4.2-rc5
5104 - LP: #1478497
5105 - LP: #1477900
5106
5107 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
5108
5109linux (4.2.0-1.1~rc1) wily; urgency=low
5110
5111 [ Andy Whitcroft ]
5112
5113 * Release Tracking Bug
5114 - LP: #1479903
5115 * Initial upload of v4.2 based kernel (currently v4.-rc4)
5116
5117 [ Upstream Kernel Changes ]
5118
5119 * rebase to v4.2-rc4
5120 - LP: #1476987
5121 - LP: #1476888
5122 * rebase to v4.2-rc3
5123 * rebase to v4.2-rc2
5124 * rebase to v4.2-rc1
5125 - LP: #1394368
5126 - LP: #1427680
5127 - LP: #1462614
5128 - LP: #1397021
5129
5130 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
5131
5132linux (4.1.0-3.3) wily; urgency=low
5133
5134 [ Andy Whitcroft ]
5135
5136 * Release Tracking Bug
5137 - LP: #1478897
5138
5139 [ Colin Ian King ]
5140
5141 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
5142 - CVE-2015-1333
5143
5144 [ Seth Forshee ]
5145
5146 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
5147 - LP: #1478578
5148
5149 [ Upstream Kernel Changes ]
5150
5151 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
5152 - LP: #1461620
5153 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
5154 * x86/nmi/64: Remove asm code that saves cr2
5155 * x86/nmi/64: Switch stacks on userspace NMI entry
5156 * x86/nmi/64: Reorder nested NMI checks
5157 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
5158 detection
5159
5160 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
5161
5162linux (4.1.0-2.4) wily; urgency=low
5163
5164 [ Andy Whitcroft ]
5165
5166 * SAUCE: overlayfs: when copying up and reading directories ensure
5167 mounter had permissions V2
5168 - CVE-2015-1328
5169
5170 [ Leann Ogasawara ]
5171
5172 * Release Tracking Bug
5173 - LP: #1465419
5174
5175 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5176
5177linux (4.1.0-2.2) wily; urgency=low
5178
5179 [ Tim Gardner ]
5180
5181 * rebase to v4.1.3
5182 * [Config] Add i40e[vf] to d-i
5183 - LP: #1476393
5184
5185 [ Upstream Kernel Changes ]
5186
5187 * rebase to v4.1.3
5188 - LP: #1427680
5189 - LP: #1462614
5190 - LP: #1394368
5191
5192 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
5193
5194linux (4.1.0-1.1) wily; urgency=low
5195
5196 [ Andy Whitcroft ]
5197
5198 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5199 - LP: #1395877, #1410480
5200 * SAUCE: overlayfs: when copying up and reading directories ensure
5201 mounter had permissions V2
5202 - CVE-2015-1328
5203 * [Packaging] fix up Vcs-Git: to point to launchpad
5204 * [Config] correct linux-initramfs-tool virtual linkage
5205 - LP: #1474810
5206
5207 [ Chris J Arges ]
5208
5209 * [Config] Add dm-service-time to multipath-modules
5210 - LP: #1469240
5211 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
5212 - LP: #1464560
5213
5214 [ Jay Vosburgh ]
5215
5216 * SAUCE: fan: Proof of concept implementation (v2)
5217 - LP: #1439706
5218 * SAUCE: fan: tunnel multiple mapping mode (v3)
5219 - LP: #1470091
5220
5221 [ Leann Ogasawara ]
5222
5223 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
5224 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
5225 considering"
5226 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
5227 * Revert "SAUCE: dm-crypt: never use write same"
5228 * Release Tracking Bug
5229 - LP: #1476333
5230
5231 [ Tim Gardner ]
5232
5233 * Rebase to v4.1
5234 - LP: #1443371
5235 * [Config] Enable Apparmor
5236 * [Config] CONFIG_OVERLAY_FS_V1=y
5237 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
5238 - LP: #1469829
5239 * [Config] CONFIG_VM86=n
5240 - LP: #1473447
5241 * [Config] ACORN_PARTITION=n
5242 - LP: #1453117
5243
5244 [ Timo Aaltonen ]
5245
5246 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
5247 - LP: #1473319
5248
5249 [ Upstream Kernel Changes ]
5250
5251 * efi: efivar_create_sysfs_entry() should return negative error codes
5252 * efi: Add esrt support
5253 * x86, doc: Remove cmdline_size from list of fields to be filled in for
5254 EFI handover
5255 * efi/esrt: Fix some compiler warnings
5256 * efi: dmi: List SMBIOS3 table before SMBIOS table
5257 * efi: Add 'systab' information to Documentation/ABI
5258 * ALSA: hda - restore the MIC FIXUP for some Dell machines
5259 - LP: #1473560
5260 * mtd: powernv: Add powernv flash MTD abstraction driver
5261 - LP: #1464560
5262 * powerpc/powernv: Expose OPAL APIs required by PRD interface
5263 - LP: #1464560
5264 * powerpc/powernv: Add opal-prd channel
5265 - LP: #1464560
5266 * powerpc/powernv: fix construction of opal PRD messages
5267 - LP: #1464560
5268 * powerpc/include: Add opal-prd to installed uapi headers
5269 - LP: #1464560
5270 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
5271 - LP: #1464560
5272
5273 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
5274
5275linux (4.0.0-2.4) wily; urgency=low
5276
5277 [ Andy Whitcroft ]
5278
5279 * SAUCE: overlayfs: when copying up and reading directories ensure
5280 mounter had permissions V2
5281 - CVE-2015-1328
5282
5283 [ Leann Ogasawara ]
5284
5285 * Release Tracking Bug
5286 - LP: #1465419
5287
5288 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
5289
5290linux (4.0.0-1.2) wily; urgency=low
5291
5292 [ Andy Whitcroft ]
5293
5294 * SAUCE: overlay: add backwards compatible overlayfs format support V3
5295 - LP: #1395877, #1410480
5296 * [Config] enable CONFIG_OVERLAY_FS_V1
5297
5298 [ Tai Nguyen ]
5299
5300 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
5301 - LP: #1463211
5302
5303 [ Tim Gardner ]
5304
5305 * [Config] CONFIG_HIBERNATION=n for ppc64el
5306 - LP: #1463836
5307
5308 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
5309
5310linux (4.0.0-1.1) wily; urgency=low
5311
5312 [ Leann Ogasawara ]
5313
5314 * Revert "md/raid0: fix bug with chunksize not a power of 2."
5315 - LP: #1457510
5316 * powerpc/powernv: Check image loaded or not before calling flash
5317 - LP: #1461553
5318
5319 [ Tim Gardner ]
5320
5321 * [Config] armhf: CPUFREQ_DT=y
5322 - LP: #1457781
5323
5324 [ Upstream Kernel Changes ]
5325
5326 * rebase to v4.0.5
5327 - LP: #1429756
5328 - LP: #1452175
5329 - LP: #1454656
5330 - LP: #1447909
5331 - LP: #1446517
5332 - LP: #1428947
5333 - LP: #1410704
5334 - LP: #1412800
5335 - LP: #1400215
5336 - LP: #1411193
5337 - LP: #1412800
5338 - LP: #1408295
5339 - LP: #1436745
5340
5341 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
5342
5343linux (3.19.0-10.10) vivid; urgency=low
5344
5345 [ Andy Whitcroft ]
5346
5347 * [Packaging] control -- make element ordering deterministic
5348 * [Config] allow dracult to support initramfs as well
5349 - LP: #1109029
5350 * [Packaging] generate live watchdog blacklists
5351 - LP: #1432837
5352
5353 [ Leann Ogasawara ]
5354
5355 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
5356 - LP: #1397860
5357 * rebase to v3.19.2
5358
5359 [ Upstream Kernel Changes ]
5360
5361 * thinkpad_acpi: support new BIOS version string pattern
5362 - LP: #1417915
5363 * arm64: Invalidate the TLB corresponding to intermediate page table
5364 levels
5365 - LP: #1432546
5366 * perf tools: Support parsing parameterized events
5367 - LP: #1430341
5368 * perf tools: Extend format_alias() to include event parameters
5369 - LP: #1430341
5370 * perf Documentation: Add event parameters
5371 - LP: #1430341
5372 * perf tools: Document parameterized and symbolic events
5373 - LP: #1430341
5374 * perf: provide sysfs_show for struct perf_pmu_events_attr
5375 - LP: #1430341
5376 * perf: add PMU_EVENT_ATTR_STRING() helper
5377 - LP: #1430341
5378 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
5379 - LP: #1430341
5380 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
5381 - LP: #1430341
5382 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
5383 annotated
5384 - LP: #1430341
5385 * powerpc/perf/hv-gpci: add the remaining gpci requests
5386 - LP: #1430341
5387 * powerpc/perf/hv-24x7: Document sysfs event description entries
5388 - LP: #1430341
5389 * powerpc/iommu: Remove IOMMU device references via bus notifier
5390 - LP: #1425202
5391 * powerpc/pseries: Fix endian problems with LE migration
5392 - LP: #1428351
5393 * intel_idle: support additional Broadwell model
5394 - LP: #1400970
5395 * tools/power turbostat: support additional Broadwell model
5396 - LP: #1400970
5397 * KVM: x86: flush TLB when D bit is manually changed.
5398 - LP: #1397860
5399 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
5400 - LP: #1397860
5401 * KVM: Add generic support for dirty page logging
5402 - LP: #1397860
5403 * KVM: x86: switch to kvm_get_dirty_log_protect
5404 - LP: #1397860
5405 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
5406 log dirty
5407 - LP: #1397860
5408 * KVM: MMU: Add mmu help functions to support PML
5409 - LP: #1397860
5410 * KVM: MMU: Explicitly set D-bit for writable spte.
5411 - LP: #1397860
5412 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
5413 - LP: #1397860
5414 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
5415 - LP: #1397860
5416 * KVM: VMX: Add PML support in VMX
5417 - LP: #1397860
5418 * HID: multitouch: add support of clickpads
5419 * HID: multitouch: Add support for button type usage
5420
5421 [ Upstream Kernel Changes ]
5422
5423 * rebase to v3.19.2
5424 - LP: #1428947
5425
5426 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
5427
5428linux (3.19.0-9.9) vivid; urgency=low
5429
5430 [ Leann Ogasawara ]
5431
5432 * Release Tracking Bug
5433 - LP: #1430930
5434
5435 [ Shachar Raindel ]
5436
5437 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
5438 arithmetic
5439 - LP: #1413741
5440 - CVE-2014-8159
5441
5442 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
5443
5444linux (3.19.0-8.8) vivid; urgency=low
5445
5446 [ Andy Whitcroft ]
5447
5448 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5449 - LP: #1426113
5450 * rebase to stable v3.19.1
5451
5452 [ John Johansen ]
5453
5454 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5455 - LP: #1408833
5456
5457 [ Leann Ogasawara ]
5458
5459 * Release Tracking Bug
5460 - LP: #1429940
5461
5462 [ Upstream Kernel Changes ]
5463
5464 * xen: correct bug in p2m list initialization
5465 * net/mlx5_core: Fix configuration of log_uar_page_sz
5466 - LP: #1419938
5467 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
5468 - LP: #1420575
5469 * net/mlx4_core: Maintain a persistent memory for mlx4 device
5470 - LP: #1422481
5471 * net/mlx4_core: Set device configuration data to be persistent across
5472 reset
5473 - LP: #1422481
5474 * net/mlx4_core: Refactor the catas flow to work per device
5475 - LP: #1422481
5476 * net/mlx4_core: Enhance the catas flow to support device reset
5477 - LP: #1422481
5478 * net/mlx4_core: Activate reset flow upon fatal command cases
5479 - LP: #1422481
5480 * net/mlx4_core: Manage interface state for Reset flow cases
5481 - LP: #1422481
5482 * net/mlx4_core: Handle AER flow properly
5483 - LP: #1422481
5484 * net/mlx4_core: Enable device recovery flow with SRIOV
5485 - LP: #1422481
5486 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
5487 - LP: #1422481
5488 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
5489 - LP: #1428111
5490 * rebase to v3.19.1
5491 - LP: #1410704
5492 - LP: #1411193
5493 - LP: #1400215
5494
5495 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
5496
5497linux (3.19.0-7.7) vivid; urgency=low
5498
5499 [ Andy Whitcroft ]
5500
5501 * Release Tracking Bug
5502 - LP: #1426013
5503
5504 [ Upstream Kernel Changes ]
5505
5506 * x86/irq: Fix regression caused by commit b568b8601f05
5507 * cxl: Fix leaking interrupts if attach process fails
5508 - LP: #1415102
5509 * cxl: Early return from cxl_handle_fault for a shut down context
5510 - LP: #1415102
5511 * cxl: Disable AFU debug flag
5512 - LP: #1415102
5513 * cxl: Disable SPAP register when freeing SPA
5514 - LP: #1415102
5515 * cxl: remove redundant increment of hwirq
5516 - LP: #1415102
5517 * cxl: Add tracepoints
5518 - LP: #1415102
5519 * cxl: Update CXL ABI documentation
5520 - LP: #1415102
5521 * cxl: Use image state defaults for reloading FPGA
5522 - LP: #1415102
5523 * cxl: Add image control to sysfs
5524 - LP: #1415102
5525 * cxl: Enable CAPP recovery
5526 - LP: #1415102
5527 * cxl: Add ability to reset the card
5528 - LP: #1415102
5529 * cxl: Fix device_node reference counting
5530 - LP: #1415102
5531 * cxl: Export optional AFU configuration record in sysfs
5532 - LP: #1415102
5533 * cxl: Fail AFU initialisation if an invalid configuration record is
5534 found
5535 - LP: #1415102
5536 * cxl: Add missing return statement after handling AFU errror
5537 - LP: #1415102
5538 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
5539 - LP: #1415102
5540 * powerpc/eeh: Allow to set maximal frozen times
5541 - LP: #1415102
5542 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
5543
5544 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
5545
5546linux (3.19.0-6.6) vivid; urgency=low
5547
5548 [ Andy Whitcroft ]
5549
5550 * systemd -- fix hyper-v units to be non-forking
5551 - LP: #1401525
5552 * [Config] move vbox modules into linux-image
5553 * ubuntu: vbox -- update to 4.3.22-dfsg-1
5554
5555 [ Brad Figg ]
5556
5557 * SAUCE: DEP8 test to run our regression tests
5558
5559 [ Paolo Pisati ]
5560
5561 * [Config] I2C_CHARDEV=y
5562 - LP: #1417032
5563
5564 [ Upstream Kernel Changes ]
5565
5566 * PCI: Fix infinite loop with ROM image of size 0
5567 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
5568 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
5569 controller
5570 - LP: #1400215
5571
5572 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
5573
5574linux (3.19.0-5.5) vivid; urgency=low
5575
5576 [ Andy Whitcroft ]
5577
5578 * [Config] CONFIG_FA_DUMP=y
5579 - LP: #1415562
5580 * ubuntu: (no-squash) vbox -- infrastructure and updater
5581 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
5582 * rebase to v3.19 final
5583
5584 [ Chris J Arges ]
5585
5586 * [Config] Add ibmvfc to d-i
5587 - LP: #1416001
5588 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
5589 - LP: #1292234
5590
5591 [ Upstream Kernel Changes ]
5592
5593 * rebase to v3.19
5594
5595 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
5596
5597linux (3.19.0-4.4) vivid; urgency=low
5598
5599 [ Andy Whitcroft ]
5600
5601 * [Config] apply Kernel hacking >> Tracers config defaults
5602 * hyper-v -- fix comment handing in /etc/network/interfaces
5603 - LP: #1413020
5604 * rebase to v3.19-rc7
5605 * updateconfigs following rebase to v3.19-rc7
5606
5607 [ Ben Hutchings ]
5608
5609 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
5610 - LP: #1413149
5611
5612 [ Upstream Kernel Changes ]
5613
5614 * rebase to v3.19-rc7
5615
5616 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
5617
5618linux (3.19.0-3.3) vivid; urgency=low
5619
5620 [ Andy Whitcroft ]
5621
5622 * [Debian] arm64 -- build ubuntu drivers
5623 - LP: #1411284
5624 * [Packaging] config-check -- add support for enforced annotations
5625 * [Config] annotations -- switch to ENFORCED annotations
5626 * [Packaging] config-check -- drop support for enforce file
5627 * [Packaging] enforce -- drop empty enforce file
5628 * rebase to v3.19-rc5
5629 * [Config] add modules removed due to tighter dependencies
5630 * [Config] updateconfigs following rebase to v3.19-rc5
5631 * [Config] enforce CONFIG_FHANDLE=y
5632 - LP: #1412543
5633 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
5634 - LP: #1408355
5635 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
5636 - LP: #1413646
5637 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
5638 message handler config defaults
5639 * [Config] apply Device Drivers >> Character devices >> Serial drivers
5640 config defaults
5641 * [Config] apply Device Drivers >> GPIO Support config defaults
5642 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
5643 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
5644 support) config defaults
5645 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
5646 Devices >> Support for frame buffer devices config defaults
5647 * [Config] apply Device Drivers >> HID support >> HID bus support >>
5648 Special HID drivers config defaults
5649 * [Config] apply Device Drivers >> Hardware Monitoring support config
5650 defaults
5651 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
5652 Hardware Bus support config defaults
5653 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
5654 digital converters config defaults
5655 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
5656 sensors config defaults
5657 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
5658 sensors config defaults
5659 * [Config] apply Device Drivers >> Input device support >> Generic input
5660 layer (needed for keyboard, mouse, ...) >> Mice config defaults
5661 * [Config] apply Device Drivers >> Input device support >> Generic input
5662 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
5663 * [Config] apply Device Drivers >> LED Support >> LED Class Support
5664 config defaults
5665 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
5666 defaults
5667 * [Config] apply Device Drivers >> Multifunction device drivers config
5668 defaults
5669 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
5670 grabbers support >> Media test drivers config defaults
5671 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
5672 Adapters config defaults
5673 * [Config] apply Device Drivers >> Multimedia support >> Remote
5674 Controller devices config defaults
5675 * [Config] apply Device Drivers >> Network device support >> Distributed
5676 Switch Architecture drivers config defaults
5677 * [Config] apply Device Drivers >> Network device support >> Network core
5678 driver support config defaults
5679 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5680 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
5681 defaults
5682 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5683 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
5684 defaults
5685 * [Config] apply Device Drivers >> PHY Subsystem config defaults
5686 * [Config] apply Device Drivers >> Pin controllers config defaults
5687 * [Config] apply Device Drivers >> SPI support config defaults
5688 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5689 Sound Architecture >> ALSA for SoC audio support config defaults
5690 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5691 Sound Architecture >> FireWire sound devices config defaults
5692 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
5693 Sound Architecture >> HD-Audio config defaults
5694 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
5695 client support config defaults
5696 * [Config] apply Device Drivers >> Staging drivers >> Media staging
5697 drivers config defaults
5698 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
5699 USB Gadget Drivers >> USB functions configurable through configfs
5700 config defaults
5701 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
5702 USB Peripheral Controller config defaults
5703 * [Config] apply Networking support >> NFC subsystem support >> Near
5704 Field Communication (NFC) devices config defaults
5705 * [Config] apply Networking support >> Networking options >> Network
5706 packet filtering framework (Netfilter) >> Core Netfilter Configuration
5707 >> Netfilter nf_tables support config defaults
5708 * [Config] apply Networking support >> Networking options >> QoS and/or
5709 fair queueing >> Actions config defaults
5710 * [Config] apply Networking support >> Networking options >> TCP/IP
5711 networking config defaults
5712 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
5713 Networking Stack (mac80211) config defaults
5714 * [Config] apply Device Drivers >> Input device support >> Generic input
5715 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
5716 * [Config] apply Device Drivers >> Input device support >> Generic input
5717 layer (needed for keyboard, mouse, ...) >> Mice config defaults
5718 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
5719 config defaults
5720 * [Config] apply Networking support >> Networking options >> Network
5721 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
5722 >> IPv4 NAT config defaults
5723 * [Config] apply Networking support >> Networking options >> Network
5724 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
5725 >> IPv6 NAT config defaults
5726 * [Config] apply Kernel hacking >> Kernel debugging config defaults
5727 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
5728 config defaults
5729 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
5730 values in
5731 - LP: #1414002
5732 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
5733 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
5734 (iwlwifi) config defaults
5735 * [Config] apply Device Drivers >> Real Time Clock config defaults
5736 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
5737 support >> SCSI low-level drivers config defaults
5738 * [Config] apply General setup >> CPU/Task time and stats accounting >>
5739 Cputime accounting config defaults
5740 * [Config] apply Device Drivers >> Mailbox Hardware Support config
5741 defaults
5742 * rebase to v3.19-rc6
5743 * [Config] updateconfigs following rebase to v3.19-rc6
5744
5745 [ Kamal Mostafa ]
5746
5747 * [Packaging] force "dpkg-source -I -i" behavior
5748
5749 [ Leann Ogasawara ]
5750
5751 * [Config] Disable CONFIG_USB_OTG
5752 - LP: #1411295
5753
5754 [ Upstream Kernel Changes ]
5755
5756 * overlay: add backwards compatible overlayfs format support (fixes)
5757 - LP: #1410480
5758
5759 [ Upstream Kernel Changes ]
5760
5761 * rebase to v3.19-rc5
5762 * rebase to v3.19-rc6
5763
5764 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
5765
5766linux (3.19.0-2.2) vivid; urgency=low
5767
5768 [ Andy Whitcroft ]
5769
5770 * rebase to v3.19-rc4
5771 * [Config] updateconfigs following rebase to v3.19-rc4
5772 * [Packaging] install all dtb files
5773 - LP: #1408002
5774 * [Config] switch on "all" dtbs
5775 - LP: #1408002
5776
5777 [ Colin Ian King ]
5778
5779 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
5780 timers
5781 - LP: #1333569
5782
5783 [ Joseph Salisbury ]
5784
5785 * [Config] Enable CONFIG_N_GSM as module.
5786 - LP: #1404670
5787
5788 [ K. Y. Srinivasan ]
5789
5790 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
5791 - LP: #1406867
5792
5793 [ Steve McIntyre ]
5794
5795 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
5796 - LP: #1409750
5797
5798 [ Upstream Kernel Changes ]
5799
5800 * rebase to v3.19-rc4
5801
5802 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
5803
5804linux (3.19.0-1.1) vivid; urgency=low
5805
5806 [ Andy Whitcroft ]
5807
5808 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
5809 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
5810 * Revert "SAUCE: AUFS -- aufs3-base.patch"
5811 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
5812 * rebase to v3.19-rc1
5813 * rebase to v3.19-rc2
5814 * [Config] defaultconfigs following rebase to v3.19-rc2
5815 * ubuntu: aufs3 -- follow rename of d_child
5816 * ubuntu: aufs3 -- follow switch to d_splice_alias
5817 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
5818 * ubuntu: aufs3 -- follow rename for d_alias
5819 * apparmor -- follow change to this_cpu_ptr
5820 * disable module checks for rebase
5821 * ubuntu: AUFS -- substrate: aufs3-base.patch
5822 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
5823 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
5824 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
5825 * [Configs] updateconfigs following aufs update
5826 * v3.19 series start
5827 * rebase to v3.19-rc3
5828 * [Configs] updateconfigs following rebase to v3.19-rc3
5829 * [Packaging] uploadnum should be the remainder of the version
5830 - LP: #1407755
5831 * [Packaging] handle dts directories
5832 - LP: #1408004
5833 * [Config] follow move of arm64 dts' into vendor directories
5834
5835 [ Upstream Kernel Changes ]
5836
5837 * arm64: optimized copy_to_user and copy_from_user assembly code
5838 - LP: #1400349
5839 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
5840
5841 [ Upstream Kernel Changes ]
5842
5843 * rebase to v3.19-rc1
5844 - LP: #1173681
5845 * rebase to v3.19-rc2
5846 * rebase to v3.19-rc3
5847
5848 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
5849
5850linux (3.18.0-7.8) vivid; urgency=low
5851
5852 [ Leann Ogasawara ]
5853
5854 * Release Tracking Bug
5855 - LP: #1401590
5856
5857 [ John Johansen ]
5858
5859 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
5860 - LP: #1362199
5861 * SAUCE: Revert: fix: only allow a single threaded process to ...
5862 - LP: #1371310
5863 * SAUCE: (no-up) fix: bad unix_addr_fs macro
5864 - LP: #1390223
5865 * SAUCE: (no-up) apparmor: add parameter to control whether policy
5866 hashing is used
5867 - LP: #1383886
5868 * [config] set apparmor config options
5869
5870 [ Seth Forshee ]
5871
5872 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
5873 - LP: #1398458
5874
5875 [ Upstream Kernel Changes ]
5876
5877 * mfd: rtsx: Fix PM suspend for 5227 & 5249
5878 - LP: #1359052
5879 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
5880 - LP: #1346067
5881
5882 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
5883
5884linux (3.18.0-6.7) vivid; urgency=low
5885
5886 [ Andy Whitcroft ]
5887
5888 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
5889 assembly code"
5890 - LP: #1398596
5891 * rebase to v3.18
5892
5893 [ Chris J Arges ]
5894
5895 * [Config] CONFIG_PCIEASPM_DEBUG=y
5896 - LP: #1398544
5897
5898 [ Paolo Pisati ]
5899
5900 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
5901 - LP: #1396470
5902
5903 [ Upstream Kernel Changes ]
5904
5905 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
5906 may result in I/O freeze
5907 - LP: #1400289
5908
5909 [ Upstream Kernel Changes ]
5910
5911 * rebase to v3.18
5912
5913 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
5914
5915linux (3.18.0-5.6) vivid; urgency=low
5916
5917 [ Leann Ogasawara ]
5918
5919 * Release Tracking Bug
5920 - LP: #1398109
5921
5922 [ Andy Whitcroft ]
5923
5924 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
5925 - LP: #1397061
5926 * rebase to v3.18-rc7
5927
5928 [ Chris J Arges ]
5929
5930 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
5931 ppc64el/generic
5932 - LP: #1395855
5933
5934 [ Upstream Kernel Changes ]
5935
5936 * rebase to v3.18-rc7
5937 - LP: #1389497
5938
5939 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
5940
5941linux (3.18.0-4.5) vivid; urgency=low
5942
5943 [ Leann Ogasawara ]
5944
5945 * Release Tracking Bug
5946 - LP: #1395891
5947
5948 [ Andy Whitcroft ]
5949
5950 * rebase to v3.18-rc6
5951 * [Config] update configs following rebase to v3.18-rc6
5952 * [Config] enable overlayfs v1 support
5953
5954 [ Tim Gardner ]
5955
5956 * rebase to v3.18-rc5
5957
5958 [ Upstream Kernel Changes ]
5959
5960 * overlay: add backwards compatible overlayfs format support
5961 - LP: #1395877
5962
5963 [ Upstream Kernel Changes ]
5964
5965 * rebase to v3.18-rc5
5966 * rebase to v3.18-rc6
5967
5968 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
5969
5970linux (3.18.0-3.4) vivid; urgency=low
5971
5972 [ Andy Whitcroft ]
5973
5974 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
5975 * Revert "SAUCE: AUFS -- update to
5976 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
5977 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
5978 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
5979 * [Config] amd64 is now the indep architecture
5980 * [Debian] basic hook support
5981 * SAUCE: AUFS -- aufs3-base.patch
5982 * SAUCE: AUFS -- aufs3-mmap.patch
5983 * SAUCE: AUFS -- aufs3-standalone.patch
5984 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
5985 * [Config] updateconfigs following aufs3 update
5986 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
5987
5988 [ dann frazier ]
5989
5990 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5991 - LP: #1388952
5992 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
5993 * [Config] Disable CONFIG_RCU_USER_QS on arm64
5994
5995 [ Tim Gardner ]
5996
5997 * rebase to v3.18-rc4
5998
5999 [ Upstream Kernel Changes ]
6000
6001 * rebase to v3.18-rc4
6002 - LP: #1389497
6003 - LP: #1387128
6004
6005 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6006
6007linux (3.18.0-2.2) vivid; urgency=low
6008
6009 [ Tim Gardner ]
6010
6011 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6012
6013 [ Upstream Kernel Changes ]
6014
6015 * rebase to v3.18-rc3
6016
6017 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6018
6019linux (3.18.0-1.1) vivid; urgency=low
6020
6021 [ Andy Whitcroft ]
6022
6023 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6024 * [Config] tools -- only build common tools when enabled
6025 * [Config] follow rename of DEB_BUILD_PROFILES
6026 * [Config] linux-image-extra is additive to linux-image
6027 - LP: #1375310
6028 * [Config] linux-image-extra postrm is not needed on purge
6029 * [Config] enable cloud tools on i386
6030 - LP: #1367399
6031
6032 [ Marc Dietrich ]
6033
6034 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6035
6036 [ Paolo Pisati ]
6037
6038 * [Config] armhf: REGULATOR_TWL4030=y
6039 * [Config] armhf: disable JUMP_LABEL
6040 - LP: #1378856
6041
6042 [ Tim Gardner ]
6043
6044 * rebase to v3.17-rc2
6045 * updateconfigs
6046 * [Config] CONFIG_NFC_ST21NFCB=n
6047 * [Config] Added net/6lowpan/* to generic inclusion list
6048 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6049 * rebase to v3.17-rc3
6050 * rebase to v3.17-rc4
6051 * rebase to v3.17-rc5
6052 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6053 * [Config] CONFIG_XMON=y
6054 - LP: #1365655
6055 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6056 - LP: #1362514
6057 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6058 - LP: #1362514
6059 * [Config] CONFIG_DMA_CMA=n
6060 - LP: #1362261
6061 * [Config] Add mpt3sas to d-i
6062 - LP: #1368907
6063 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6064 - LP: #1370211
6065 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6066 - LP: #1244176
6067 * rebase to v3.17-rc6
6068 * SAUCE: usbip: Update include path
6069 * [Debian] usbip tools packaging
6070 - LP: #898003
6071 * [Config] Enable usbip tools
6072 - LP: #898003
6073 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6074 - LP: #1363180
6075 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6076 - LP: #1362261
6077 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6078 - LP: #1374438
6079 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6080 - LP: #1374440
6081 * [Debian] Don't fail if a symlink already exists
6082 * rebase to v3.17-rc7
6083 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6084 - LP: #1374440
6085 * rebase to v3.17
6086 * rebase to v3.18-rc1
6087 * [Config] CONFIG_AUFS_FS=n for FTBS
6088 * Enable vivid
6089 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6090 - LP: #1385510
6091 * rebase to v3.18-rc2
6092 * [Debian] Fix linux-doc dangling symlinks
6093 - LP: #661306
6094 * CONFIG_MODULE_COMPRESS=n
6095 * [Config] dropped scsi_tgt from generic inclusion list
6096 * [Config] Added drivers/uio to generic inclusion list
6097 * [Config] CONFIG_PATA_MACIO=y
6098 - LP: #1378894
6099 * [Config] CONFIG_DRM_BOCHS=n
6100 * [Debian] install usbipd
6101 - LP: #898003
6102
6103 [ Upstream Kernel Changes ]
6104
6105 * rebase to v3.18-rc2
6106
6107 [ Upstream Kernel Changes ]
6108
6109 * rebase to v3.18-rc1
6110 - LP: #1316518
6111 - LP: #1371591
6112 - LP: #1357928
6113
6114 [ Upstream Kernel Changes ]
6115
6116 * rebase to v3.17
6117
6118 [ Upstream Kernel Changes ]
6119
6120 * rebase to v3.17-rc7
6121
6122 [ Upstream Kernel Changes ]
6123
6124 * rebase to v3.17-rc6
6125
6126 [ Upstream Kernel Changes ]
6127
6128 * rebase to v3.17-rc5
6129
6130 [ Upstream Kernel Changes ]
6131
6132 * rebase to v3.17-rc4
6133
6134 [ Upstream Kernel Changes ]
6135
6136 * rebase to v3.17-rc3
6137
6138 [ Upstream Kernel Changes ]
6139
6140 * rebase to v3.17-rc2
6141 - LP: #1358116
6142 - LP: #1350148
6143 - LP: #1334950
6144 - LP: #1329580
6145 - LP: #1329580
6146 - LP: #1329580
6147
6148 [ Upstream Kernel Changes ]
6149
6150 * rebase to v3.17-rc2
6151
6152 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
6153
6154linux (3.17.0-0.0) utopic; urgency=medium
6155
6156 * Empty entry
6157
6158 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
6159
6160linux (3.16.0-11.16) utopic; urgency=low
6161
6162 [ Mauricio Faria de Oliveira ]
6163
6164 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
6165 - LP: #1358920
6166
6167 [ Peter Zijlstra ]
6168
6169 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
6170 - LP: #1361300
6171
6172 [ Tim Gardner ]
6173
6174 * [Config] CONFIG_ZPOOL=y
6175 - LP: #1360428
6176 * Release Tracking Bug
6177 - LP: #1361308
6178
6179 [ Upstream Kernel Changes ]
6180
6181 * Revert "net/mlx4_en: Fix bad use of dev_id"
6182 - LP: #1347012
6183 * net/mlx4_en: Reduce memory consumption on kdump kernel
6184 - LP: #1347012
6185 * net/mlx4_en: Fix mac_hash database inconsistency
6186 - LP: #1347012
6187 * net/mlx4_en: Disable blueflame using ethtool private flags
6188 - LP: #1347012
6189 * net/mlx4_en: current_mac isn't updated in port up
6190 - LP: #1347012
6191 * net/mlx4_core: Use low memory profile on kdump kernel
6192 - LP: #1347012
6193 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
6194 - LP: #1347169
6195 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
6196 - LP: #1347169
6197 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
6198 - LP: #1347169
6199 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
6200 - LP: #1347169
6201 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
6202 - LP: #1347169
6203 * drivers: scsi: storvsc: Set srb_flags in all cases
6204 - LP: #1347169
6205 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
6206 - LP: #1347169
6207 * namespaces: Use task_lock and not rcu to protect nsproxy
6208 - LP: #1328088
6209 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
6210 * mm/zbud: change zbud_alloc size type to size_t
6211 - LP: #1360428
6212 * mm/zpool: implement common zpool api to zbud/zsmalloc
6213 - LP: #1360428
6214 * mm/zpool: zbud/zsmalloc implement zpool
6215 - LP: #1360428
6216 * mm/zpool: update zswap to use zpool
6217 - LP: #1360428
6218 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
6219 - LP: #1341296
6220 * iommu/amd: Fix for pasid initialization
6221 - LP: #1361300
6222 * iommu/amd: Moving PPR fault flags macros definitions
6223 - LP: #1361300
6224 * iommu/amd: Drop oprofile dependency
6225 - LP: #1361300
6226 * iommu/amd: Fix typo in amd_iommu_v2 driver
6227 - LP: #1361300
6228 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
6229 - LP: #1361300
6230 * iommu/amd: Don't free pasid_state in mn_release path
6231 - LP: #1361300
6232 * iommu/amd: Get rid of __unbind_pasid
6233 - LP: #1361300
6234 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
6235 - LP: #1361300
6236 * iommu/amd: Add pasid_state->invalid flag
6237 - LP: #1361300
6238 * iommu/amd: Don't hold a reference to mm_struct
6239 - LP: #1361300
6240 * iommu/amd: Don't hold a reference to task_struct
6241 - LP: #1361300
6242 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
6243 - LP: #1361300
6244 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
6245 - LP: #1361300
6246 * iommu/amd: Remove change_pte mmu_notifier call-back
6247 - LP: #1361300
6248 * iommu/amd: Fix device_state reference counting
6249 - LP: #1361300
6250 * iommu/amd: Fix 2 typos in comments
6251 - LP: #1361300
6252
6253 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
6254
6255linux (3.16.0-10.15) utopic; urgency=low
6256
6257 [ dann frazier ]
6258
6259 * [debian] Fix regression with ABI subversions and backport
6260
6261 [ Feng Kan ]
6262
6263 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
6264 modify write.
6265 - LP: #1357527
6266 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6267 assembly code
6268 - LP: #1358949
6269
6270 [ Stefan Bader ]
6271
6272 * SAUCE: bcache: prevent crash on changing writeback_running
6273 - LP: #1357295
6274
6275 [ Tim Gardner ]
6276
6277 * [Config] CONFIG_XFRM_STATISTICS=y
6278 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
6279 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
6280 - LP: #1353005
6281 * Release Tracking Bug
6282 - LP: #1359783
6283
6284 [ Upstream Kernel Changes ]
6285
6286 * intel_idle: Broadwell support
6287 - LP: #1256170
6288 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
6289 - LP: #1357108
6290 * powerpc/powernv: Invoke opal call to handle hmi.
6291 - LP: #1357108
6292 * powerpc/book3s: handle HMIs for cpus in nap mode.
6293 - LP: #1357108
6294 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
6295 - LP: #1357108
6296 * powerpc: Add smp_mb() to arch_spin_is_locked()
6297 - LP: #1358569
6298 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
6299 - LP: #1358569
6300 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
6301 temperature
6302 - LP: #1353005
6303 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
6304 - LP: #1358855
6305 * printk: Add function to return log buffer address and size
6306 - LP: #1359423
6307 * powerpc/powernv: Interface to register/unregister opal dump region
6308 - LP: #1359423
6309 * bcache: fix crash on shutdown in passthrough mode
6310 - LP: #1357295
6311 * bcache: fix uninterruptible sleep in writeback thread
6312 - LP: #1357295
6313
6314 [ Vinayak Kale ]
6315
6316 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
6317 - LP: #1357527
6318 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
6319 - LP: #1357527
6320
6321 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
6322
6323linux (3.16.0-9.14) utopic; urgency=low
6324
6325 [ Tim Gardner ]
6326
6327 * Release Tracking Bug
6328 - LP: #1357370
6329
6330 [ Serge Hallyn ]
6331
6332 * SAUCE: Overlayfs: allow unprivileged mounts
6333 - LP: #1357025
6334
6335 [ Upstream Kernel Changes ]
6336
6337 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6338 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6339 * dts: Add bindings for APM X-Gene SoC ethernet driver
6340 * drivers: net: Add APM X-Gene SoC ethernet driver support.
6341 * powerpc/thp: Add write barrier after updating the valid bit
6342 - LP: #1357014
6343 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
6344 - LP: #1357014
6345 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
6346 of 4k pte
6347 - LP: #1357014
6348 * powerpc/thp: Handle combo pages in invalidate
6349 - LP: #1357014
6350 * powerpc/thp: Invalidate with vpn in loop
6351 - LP: #1357014
6352 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
6353 - LP: #1357014
6354 * powerpc/mm: Use read barrier when creating real_pte
6355 - LP: #1357014
6356 * powerpc/thp: Add tracepoints to track hugepage invalidate
6357 - LP: #1357014
6358 * rebase to v3.16.1
6359
6360 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
6361
6362linux (3.16.0-8.13) utopic; urgency=low
6363
6364 [ Tim Gardner ]
6365
6366 * Release Tracking Bug
6367 - LP: #1356403
6368
6369 [ dann frazier ]
6370
6371 * [debian] Allow for package revisions condusive for branching
6372
6373 [ Upstream Kernel Changes ]
6374
6375 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
6376 - LP: #1350087
6377 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
6378 - LP: #1350087
6379 * powerpc/powernv: Enable M64 aperatus for PHB3
6380 - LP: #1355469
6381 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
6382 - LP: #1352994
6383 * powerpc: Add machine_early_initcall()
6384 - LP: #1352640
6385 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
6386 - LP: #1352640
6387 * powerpc/eeh: Avoid event on passed PE
6388 - LP: #1352640
6389 * powerpc/eeh: EEH support for VFIO PCI device
6390 - LP: #1352640
6391 * powerpc/eeh: sysfs entries lost
6392 - LP: #1352640
6393 * powerpc/powernv: Fix IOMMU table for VFIO dev
6394 - LP: #1352640
6395 * powerpc/eeh: Fetch IOMMU table in reliable way
6396 - LP: #1352640
6397 * powerpc/eeh: Refactor EEH flag accessors
6398 - LP: #1352640
6399 * powerpc/eeh: Selectively enable IO for error log
6400 - LP: #1352640
6401 * powerpc/eeh: Reduce lines of log dump
6402 - LP: #1352640
6403 * powerpc/eeh: Replace pr_warning() with pr_warn()
6404 - LP: #1352640
6405 * powerpc/eeh: Make diag-data not endian dependent
6406 - LP: #1352640
6407 * powerpc/eeh: Aux PE data for error log
6408 - LP: #1352640
6409 * PCI: Support BAR sizes up to 128GB
6410 - LP: #1352640
6411 * powerpc/powernv: Allow to freeze PE
6412 - LP: #1352640
6413 * powerpc/powernv: Split ioda_eeh_get_state()
6414 - LP: #1352640
6415 * powerpc/powernv: Handle compound PE
6416 - LP: #1352640
6417 * powerpc/powernv: Handle compound PE for EEH
6418 - LP: #1352640
6419 * powerpc/powernv: Handle compound PE in config accessors
6420 - LP: #1352640
6421 * mnt: Only change user settable mount flags in remount
6422 - LP: #1356318
6423 - CVE-2014-5206
6424 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
6425 - LP: #1356318
6426 - CVE-2014-5206
6427 * mnt: Correct permission checks in do_remount
6428 - LP: #1356323
6429 - CVE-2014-5207
6430 * mnt: Change the default remount atime from relatime to the existing value
6431 - LP: #1356323
6432 - CVE-2014-5207
6433
6434 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
6435
6436linux (3.16.0-7.12) utopic; urgency=low
6437
6438 [ Andy Whitcroft ]
6439
6440 * rebase to v3.16 final
6441 * [Config] d-i -- add virtio_scsi to virtio-modules
6442 - LP: #1342000
6443
6444 [ dann frazier ]
6445
6446 * [Packaging] Fix 'printchanges' to work with versions containing '+'
6447
6448 [ Tim Gardner ]
6449
6450 * [Config] CONFIG_MICROCODE=y
6451 - LP: #1084373
6452 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
6453 - LP: #1349028
6454 * [Config] Add hv_balloon to d-i virtio-modules
6455 - LP: #1292216
6456 * Release Tracking Bug
6457 - LP: #1354530
6458
6459 [ Upstream Kernel Changes ]
6460
6461 * rebase to v3.16
6462
6463 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
6464
6465linux (3.16.0-6.11) utopic; urgency=low
6466
6467 [ Paolo Pisati ]
6468
6469 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
6470 * [Config] armhf: KEYBOARD_IMX=m
6471 * [Config] armhf: build cubox & imx6 DTBs
6472 * [Config] armhf: RTC_DRV_PCF8523=y
6473
6474 [ Tim Gardner ]
6475
6476 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
6477 - LP: #1344405
6478 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
6479 - LP: #1343109
6480 * Release Tracking Bug
6481 - LP: #1349196
6482
6483 [ Upstream Kernel Changes ]
6484
6485 * rebase to v3.16-rc7
6486
6487 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
6488
6489linux (3.16.0-5.10) utopic; urgency=low
6490
6491 [ Tim Gardner ]
6492
6493 * Release Tracking Bug
6494 - LP: #1346298
6495 * [Config] CONFIG_GPIO_SYSFS=y
6496 - LP: #1342153
6497 * rebase to v3.16-rc6
6498
6499 [ Paolo Pisati ]
6500
6501 * [Config] enable ARCH_MVEBU*
6502 * [Config] AHCI_MVEBU=m
6503 * [Config] ARMADA_THERMAL=y
6504 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
6505 * [Config] CRYPTO_DEV_MV_CESA=m
6506 * [Config] I2C_MV64XXX=m
6507 * [Config] MMC_MVSDIO=m
6508 * [Config] MMC_SDHCI_DOVE=m
6509 * [Config] MTD_NAND_ORION=m
6510 * [Config] MTD_NAND_PXA3xx=m
6511 * [Config] MVNETA=m
6512 * [Config] MV_XOR=y
6513 * [Config] ORION_WATCHDOG=m
6514 * [Config] PCI_MVEBU=y
6515 * [Config] RTC_DRV_MV=y
6516 * [Config] SND_KIRKWOOD_SOC*=m
6517 * [Config] SPI_ORION=m
6518 * [Config] USB_XHCI_MVEBU=m
6519 * [Config] armhf: build all Armada and Dove DTBs
6520 * [Config] armhf: SERIAL_8250_DW=y
6521
6522 [ Upstream Kernel Changes ]
6523
6524 * rebase to v3.16-rc6
6525
6526 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
6527
6528linux (3.16.0-4.9) utopic; urgency=low
6529
6530 [ Tim Gardner ]
6531
6532 * Release Tracking Bug
6533 - LP: #1341543
6534
6535 [ Upstream Kernel Changes ]
6536
6537 * rebase to v3.16-rc5
6538
6539 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
6540
6541linux (3.16.0-3.8) utopic; urgency=low
6542
6543 [ Tim Gardner ]
6544
6545 * Release Tracking Bug
6546 - LP: #1340091
6547
6548 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
6549
6550linux (3.16.0-2.7) utopic; urgency=low
6551
6552 [ Andy Whitcroft ]
6553
6554 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
6555 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6556
6557 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
6558
6559linux (3.16.0-2.6) utopic; urgency=low
6560
6561 [ Andy Whitcroft ]
6562
6563 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
6564 Fixes FTBS.
6565
6566 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
6567
6568linux (3.16.0-2.5) utopic; urgency=low
6569
6570 [ Andy Whitcroft ]
6571
6572 * ubuntu -- fix basic format for ubuntu/Makefile
6573 * ubuntu: AUFS (no-squash): basic framework and update machinary
6574 * ubuntu: aufs3 -- update update scripting
6575 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
6576 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
6577 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
6578 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
6579 * [Configs] AUFS configs
6580 * ubuntu: aufs3 -- reenable
6581
6582 [ Tim Gardner ]
6583
6584 * CONFIG_LATENCYTOP=n
6585
6586 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
6587
6588linux (3.16.0-2.4) utopic; urgency=low
6589
6590 [ Andy Whitcroft ]
6591
6592 * [Config] flip VIRTIO*=y
6593 * [Config] commonise CONFIG_SWIOTLB=y
6594 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
6595 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
6596 config defaults
6597 * [Config] apply Device Drivers >> Block devices config defaults
6598 * [Config] apply Device Drivers >> Character devices config defaults
6599 * [Config] apply Device Drivers >> DMA Engine support config defaults
6600 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
6601 reporting config defaults
6602 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6603 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6604 support) config defaults
6605 * [Config] apply Device Drivers >> GPIO Support config defaults
6606 * [Config] apply Device Drivers >> Graphics support >> Console display
6607 driver support config defaults
6608 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
6609 config defaults
6610 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
6611 * [Config] apply Device Drivers >> Input device support >> Generic input
6612 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
6613 defaults
6614 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
6615 ports config defaults
6616 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6617 config defaults
6618 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
6619 defaults
6620 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6621 grabbers support config defaults
6622 * [Config] apply Security options config defaults
6623 * [Config] apply Networking options >> Network packet filtering framework
6624 (Netfilter) >> Core Netfilter Configuration config defaults
6625 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6626 defaults
6627 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6628 Devices >> Support for frame buffer devices config defaults
6629 * [Config] apply Power management and ACPI options >> CPU Frequency
6630 scaling config defaults
6631 * [Config] apply Processor type and features config defaults
6632 * [Config] apply Partition Types config defaults
6633 * [Config] apply Power management and ACPI options config defaults
6634 * [Config] apply Device Drivers >> InfiniBand support config defaults
6635 * [Config] apply Device Drivers >> Misc devices config defaults
6636 * [Config] apply Device Drivers >> Multifunction device drivers config
6637 defaults
6638 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6639 support >> SCSI low-level drivers config defaults
6640 * [Config] apply Device Drivers >> Network device support >> Ethernet
6641 driver support config defaults
6642 * [Config] apply Device Drivers >> Network device support >> Network core
6643 driver support config defaults
6644 * [Config] apply Device Drivers >> Network device support >> PHY Device
6645 support and infrastructure config defaults
6646 * [Config] apply File systems >> Network File Systems config defaults
6647 * [Config] apply Device Drivers >> Input device support >> Generic input
6648 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6649 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
6650 >> NAND Device Support config defaults
6651 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6652 >> Ralink driver support config defaults
6653 * [Config] apply Device Drivers >> Staging drivers config defaults
6654 * [Config] apply Cryptographic API >> Hardware crypto devices config
6655 defaults
6656 * [Config] apply Device Drivers >> Macintosh device drivers config
6657 defaults
6658 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6659 config defaults
6660 * [Config] apply Device Drivers >> PPS support config defaults
6661 * [Config] apply Device Drivers >> Sound card support config defaults
6662 * [Config] apply Networking support >> RF switch subsystem support config
6663 defaults
6664 * [Config] apply Library routines config defaults
6665 * [Config] apply Device Drivers >> CODEC drivers config defaults
6666 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6667 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6668 config defaults
6669 * [Config] apply Kernel hacking >> Tracers config defaults
6670 * [Config] apply Kernel hacking >> Runtime Testing config defaults
6671 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
6672 * [Config] apply Device Drivers >> USB support config defaults
6673 * [Config] apply Device Drivers >> Power supply class support config
6674 defaults
6675 * [Config] apply Device Drivers >> USB Network Adapters config defaults
6676 * [Config] apply General setup >> IRQ subsystem config defaults
6677 * [Config] apply General setup config defaults
6678 * [Config] apply File systems >> Miscellaneous filesystems config
6679 defaults
6680 * [Config] apply File systems config defaults
6681 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
6682 * [Config] apply Device Drivers >> Virtio drivers config defaults
6683 * [Config] apply Device Drivers >> USB Peripheral Controller config
6684 defaults
6685 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6686 support >> SCSI Transports config defaults
6687 * [Config] apply Device Drivers >> Real Time Clock config defaults
6688 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
6689 (libata) config defaults
6690 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
6691 defaults
6692 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
6693 config defaults
6694 * [Config] apply Device Drivers >> USB Physical Layer drivers config
6695 defaults
6696 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
6697 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
6698 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
6699 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
6700 CONFIG_HOTPLUG_CPU=n
6701 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
6702 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
6703 * [Config] drivers/acpi/acpi_ipmi.ko needs
6704 drivers/char/ipmi/ipmi_msghandler.ko in virtual
6705 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
6706 CONFIG_FUNCTION_TRACER=n
6707 * [Config] ignore modules changing following major config changes
6708
6709 [ Tim Gardner ]
6710
6711 * rebase to v3.16-rc4
6712
6713 [ Upstream Kernel Changes ]
6714
6715 * rebase to v3.16-rc4
6716 - LP: #1297581
6717
6718 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
6719
6720linux (3.16.0-1.3) utopic; urgency=low
6721
6722 [ Andy Whitcroft ]
6723
6724 * Revert "Disable do_tools_perf for FTBS"
6725 * SAUCE: fix perf_regs definitions for arm64
6726
6727 [ Paolo Pisati ]
6728
6729 * [Config] armhf: ARCH_EXYNOS5* support
6730 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
6731 * [Config] armhf: EXYNOS_THERMAL=y
6732 * [Config] armhf: EXYNOS_IOMMU=y
6733 * [Config] armhf: EXYNOS_ADC=m
6734 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
6735 * [Config] armhf: MMC_SDHCI_S3C=m
6736 * [Config] armhf: PCI_EXYNOS=y
6737 * [Config] armhf: PHY_EXYNOS5250_SATA=y
6738 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
6739 * [Config] armhf: PWM_SAMSUNG=m
6740 * [Config] armhf: RTC_DRV_S3C=y
6741 * [Config] armhf: S3C2410_WATCHDOG=m
6742 * [Config] armhf: MMC_DW_EXYNOS=m
6743 * [Config] armhf: SERIAL_SAMSUNG=y
6744 * [Config] armhf: SND_SOC_SAMSUNG=m
6745 * [Config] armhf: SPI_S3C64XX=m
6746 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
6747 * [Config] armhf: FB_S3C=m
6748 * [Config] armhf: build all Exynos 5 DTBs
6749 * [Config] armhf: disable CPUFREQ_EXYNOS
6750
6751 [ Tim Gardner ]
6752
6753 * rebase to v3.16-rc3
6754
6755 [ Upstream Kernel Changes ]
6756
6757 * rebase to v3.16-rc3
6758 - LP: #1331915
6759
6760 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
6761
6762linux (3.16.0-0.2) utopic; urgency=low
6763
6764 [ Tim Gardner ]
6765
6766 * Revert "SAUCE: intel_pstate -- toggle default to disable"
6767 - LP: #1333322
6768 * CONFIG_BOOKE_WDT=y
6769 * Disable do_tools_perf for FTBS (just until I can figure it out)
6770
6771 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
6772
6773linux (3.16.0-0.1) utopic; urgency=low
6774
6775 [ Tim Gardner ]
6776
6777 * Release Tracking Bug
6778 - LP: #1333265
6779
6780 [ Andy Whitcroft ]
6781
6782 * [Config] cloud-tools -- add systemd units
6783 - LP: #1329027
6784
6785 [ dann frazier ]
6786
6787 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
6788 * [Config] CONFIG_NET_XGENE=m for arm64
6789 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
6790
6791 [ Feng Kan ]
6792
6793 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
6794 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
6795 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
6796
6797 [ Iyappan Subramanian ]
6798
6799 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
6800 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
6801 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
6802 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
6803
6804 [ Tim Gardner ]
6805
6806 * updateconfigs
6807 * Fix arm64 crypto Makefile
6808 * [Config] CONFIG_BOOKE_WDT=n for FTBS
6809 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
6810 - LP: #1327619
6811 * Disabled powerpc64-emb for FTBS
6812 * [Config] CONFIG_DRM_TEGRA=m
6813 * [Config] CONFIG_CMA_SIZE_MBYTES=64
6814 * rebase to v3.16-rc2
6815 * Clean up generic.inclusion-list warnings
6816
6817 [ Upstream Kernel Changes ]
6818
6819 * rebase to v3.16-rc2
6820 - LP: #1328587
6821 - LP: #1319291
6822 - LP: #1310512
6823 - LP: #1310512
6824 - LP: #1305480
6825
6826 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
6827
6828linux (3.15.0-6.11) utopic; urgency=low
6829
6830 [ Adam Conrad ]
6831
6832 * Enable building the sata-modules udeb on ppc64el.
6833 - LP: #1323980
6834 * [Packaging] Set bootloader and loader on ppc64el to grub
6835
6836 [ Adam Lee ]
6837
6838 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
6839 - LP: #1310512, #1320070
6840
6841 [ Alex Hung ]
6842
6843 * SAUCE: (no-up) dell-led: add mic mute led interface
6844 - LP: #1308297
6845
6846 [ Andy Whitcroft ]
6847
6848 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
6849 - LP: #1285434
6850 * [Config] tools -- enable cpupower on ppc64el
6851 * [Config] ppc64el -- enable perf tools
6852 * [Config] powerpc -- enable perf tools
6853 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
6854 * [Config] arm64 -- enable tools
6855 - LP: #1326050
6856 * [Config] switch hyper-keyboard to virtual
6857 - LP: #1325306
6858 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
6859 upgrades
6860 * SAUCE: kvm: BIOS disabled kvm support should be a warning
6861 - LP: #1300247
6862 * SAUCE: nouveau: missing outputs should be warnings
6863 - LP: #1300244
6864 * [Config] d-i -- add nvme devices to block-modules udeb
6865 - LP: #1303710
6866
6867 [ Anton Blanchard ]
6868
6869 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
6870 - LP: #1328230
6871
6872 [ Colin Ian King ]
6873
6874 * SAUCE: intel_pstate: inform user that thermald is worth considering
6875
6876 [ Dave Chiluk ]
6877
6878 * [Config] Enable CONFIG_IP_VS_IPV6=y
6879 - LP: #1300739
6880
6881 [ Paolo Pisati ]
6882
6883 * [Config] build vexpress a9 dtb
6884 - LP: #1303657
6885
6886 [ Tetsuo Handa ]
6887
6888 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
6889
6890 [ Tim Gardner ]
6891
6892 * Release Tracking Bug
6893 - LP: #1329045
6894 * [Debian] Treat vdso install as an environment variable
6895 - LP: #1325713
6896 * [Config] Treat vdso install as an environment variable
6897 - LP: #1325713
6898 * [config] Set IPMI suppoort default to "y"
6899 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
6900 * [Config] CONFIG_RT_GROUP_SCHED=n
6901 - LP: #1284731
6902 * [Config] ppc64el -- switch to 64K system pages
6903 * [Config] CONFIG_MICROCODE_EARLY=y
6904 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
6905 * [Config] armhf: DRM_TILCDC=m
6906 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
6907 * [Config] arm64: KVM=y
6908 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
6909 * [Config] armhf: generic: disable CPU_IDLE
6910 * [Config] armhf: CPU_FREQ=y
6911 * [Config] Add new mlx modules to d-i
6912 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
6913 - LP: #1295112
6914 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
6915 - LP: #1294353
6916 * [Config] CONFIG_ABX500_CORE=y for ppc64el
6917 * [Config] CONFIG_ALX=m for powerpc
6918 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
6919 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
6920 * [Config] CONFIG_ANDROID=n for powerpc
6921 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
6922 * [Config] CONFIG_BIG_KEYS=y for ppc64el
6923 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
6924 * rebase to v3.15
6925 * [Config] CONFIG_PHY_XGENE=y
6926 * [Config] CONFIG_MLX4_DEBUG=y
6927 - LP: #1328256
6928 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
6929 - LP: #1324571
6930 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
6931 * [Config] CONFIG_CFG80211=m for ppc64el
6932 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
6933 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
6934 * [Config] CONFIG_EXPERT=y for ppc64el
6935 * [Config] CONFIG_ATA_SFF=y on ppc64el
6936 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
6937 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
6938 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
6939 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
6940 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
6941 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
6942 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
6943 * [Config] CONFIG_DDR=y for ppc64el
6944 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
6945 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
6946 * [Config] CONFIG_EZX_PCAP=n for all arches
6947 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
6948 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
6949 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
6950 * [Config] CONFIG_FB_3DFX=m for all arches
6951 * [Config] CONFIG_FB_MATROX=m for ppc64el
6952 * [Config] CONFIG_FB_RADEON=m for ppc64el
6953 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
6954 * [Config] CONFIG_FIREWIRE=m for ppc64el
6955 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
6956 * [Config] CONFIG_HAMRADIO=y for ppc64el
6957 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
6958 * [Config] CONFIG_I2C_MUX=m for ppc64el
6959 * [Config] CONFIG_I2C_STUB=m for ppc64el
6960 * [Config] CONFIG_I2O=m for ppc64el
6961 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
6962 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
6963 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
6964 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
6965 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
6966 * [Config] CONFIG_IPACK_BUS=m for ppc64el
6967 * [Config] CONFIG_ISDN=y for ppc64el
6968 * [Config] CONFIG_ISO9660_FS=m for ppc64el
6969 * [Config] CONFIG_KGDB=y for ppc64el
6970 * [Config] CONFIG_KVM_GUEST=y for ppc64el
6971 * [Config] CONFIG_L2TP_V3=y for powerpc
6972 * [Config] CONFIG_MAILBOX=y for ppc64el
6973 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
6974 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
6975 * [Config] CONFIG_MEMORY=y for ppc64el
6976 * [Config] CONFIG_MEMSTICK=m for ppc64el
6977 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
6978 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
6979 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
6980 * [Config] CONFIG_NET_9P=m for ppc64el
6981 * [Config] CONFIG_MSDOS_FS=m for ppc64el
6982 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
6983 * [Config] CONFIG_MTD=m for arm64
6984 * [Config] CONFIG_NETCONSOLE=m for ppc64el
6985 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
6986 * [Config] CONFIG_NET_IPIP=m for ppc64el
6987 * [Config] CONFIG_NET_TEAM=m for all arches
6988 * [Config] CONFIG_NFC=m for ppc64el
6989 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
6990 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
6991 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
6992 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
6993 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
6994 * [Config] CONFIG_OPROFILE=m for ppc64el
6995 * [Config] CONFIG_PARPORT_1284=y for ppc64el
6996 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
6997 * [Config] CONFIG_8723AU_P2P=n
6998 * [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
6999 * [Config] CONFIG_PCNET32=m for ppc64el
7000 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7001 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7002 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7003 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7004 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7005 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7006 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7007 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7008 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7009 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7010 * [Config] CONFIG_WLAN=y for arm64
7011 * [Config] CONFIG_VORTEX=m for ppc64el
7012 * [Config] CONFIG_WIMAX=m for ppc64el
7013 * [Config] CONFIG_WATCHDOG=y for ppc64el
7014 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7015 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7016 * [Config] CONFIG_UWB=m for ppc64el
7017 * [Config] CONFIG_USB_STORAGE=y
7018 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7019 * [Config] CONFIG_HID_RMI=m
7020 * [Config] CONFIG_HVC_DCC=n
7021 - LP: #1303657
7022
7023 [ Upstream Kernel Changes ]
7024
7025 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7026 - LP: #1323165
7027 * powerpc/powernv: Add calls to support little endian host
7028 - LP: #1327400
7029 * HID: rmi: introduce RMI driver for Synaptics touchpads
7030 * HID: rmi: do not stop the device at the end of probe
7031 * HID: rmi: check for the existence of some optional queries before reading query 12
7032 * HID: rmi: do not fetch more than 16 bytes in a query
7033 * HID: rmi: fix wrong struct field name
7034 * HID: rmi: fix masks for x and w_x data
7035 * HID: rmi: do not handle touchscreens through hid-rmi
7036 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7037 - LP: #1305480
7038 * rebase to v3.15
7039
7040 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7041
7042linux (3.15.0-5.10) utopic; urgency=low
7043
7044 [ Tim Gardner ]
7045
7046 * Release Tracking Bug
7047 - LP: #1325596
7048 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7049 * rebase to v3.15-rc8
7050
7051 [ Upstream Kernel Changes ]
7052
7053 * rebase to v3.15-rc8
7054
7055 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7056
7057linux (3.15.0-4.9) utopic; urgency=low
7058
7059 * no change rebuild to fix embeded debhelper.
7060
7061 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7062
7063linux (3.15.0-4.8) utopic; urgency=low
7064
7065 [ Andy Whitcroft ]
7066
7067 * Release Tracking Bug
7068 - LP: #1324107
7069 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7070
7071 [ Javier Martinez Canillas ]
7072
7073 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7074 - LP: #1323526
7075
7076 [ John Johansen ]
7077
7078 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7079 - LP: #1323528
7080 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7081 - LP: #1308761
7082 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7083 - LP: #1308765
7084 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7085 - LP: #1308764
7086 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7087 - LP: #1323530
7088
7089 [ Kamal Mostafa ]
7090
7091 * [Config] add debian/gbp.conf
7092
7093 [ Tim Gardner ]
7094
7095 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7096 - LP: #1323980
7097
7098 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
7099
7100linux (3.15.0-3.7) utopic; urgency=low
7101
7102 [ Tim Gardner ]
7103
7104 * Release Tracking Bug
7105 - LP: #1323189
7106
7107 [ Andy Whitcroft ]
7108
7109 * [Config] autopkgtest -- need fakeroot for tests
7110
7111 [ Upstream Kernel Changes ]
7112
7113 * rebase to v3.15-rc7
7114
7115 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
7116
7117linux (3.15.0-2.6) utopic; urgency=low
7118
7119 [ Andy Whitcroft ]
7120
7121 * [Config] remove the kernel-image firmware list on clean
7122
7123 [ Martin Pitt ]
7124
7125 * [Config] autopkgtest -- switch to significantly faster rebuild
7126
7127 [ Stefan Bader ]
7128
7129 * [Config]: Add missing modules to inclusion list
7130
7131 [ Tim Gardner ]
7132
7133 * [debian] Dynamically generate the kernel-image udebs firmware list
7134 * [d-i] firmware/kernel-image is generated
7135 * rebase to v3.15-rc6
7136 * Release Tracking Bug
7137 - LP: #1322251
7138
7139 [ Upstream Kernel Changes ]
7140
7141 * rebase to v3.15-rc6
7142 - LP: #1297581
7143
7144 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
7145
7146linux (3.15.0-1.5) utopic; urgency=low
7147
7148 [ Tim Gardner ]
7149
7150 * [Config] Add apm-mustang.dtb to kernel-image udeb
7151
7152 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
7153
7154linux (3.15.0-1.4) utopic; urgency=low
7155
7156 [ Andy Whitcroft ]
7157
7158 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
7159 local linux/hyperv.h"
7160 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
7161 local linux/hyperv.h"
7162 * [Packaging] tools -- hv tools build correctly against the built headers
7163 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
7164 * cloud-tools -- pull in init scripts for Hyper-V daemons
7165 * cloud-tools -- detect Hyper-V VM to avoid starting
7166 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
7167 - LP: #1295401
7168 * [Config] cloud-tools: reenable cloud-tools
7169
7170 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
7171
7172linux (3.15.0-1.3) utopic; urgency=low
7173
7174 [ Andy Whitcroft ]
7175
7176 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
7177 - LP: #1318848
7178
7179 [ Ben Collins ]
7180
7181 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
7182 - LP: #1318629
7183
7184 [ Tim Gardner ]
7185
7186 * [Config] CONFIG_FSL_PAMU=n
7187 - LP: #1311738
7188 * Release Tracking Bug
7189 - LP: #1320239
7190
7191 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
7192
7193linux (3.15.0-1.2) utopic; urgency=low
7194
7195 [ Tim Gardner ]
7196
7197 * Release Tracking Bug
7198 - LP: #1318171
7199 * Add rpcsec_gss_krb5 to generic inclusion list
7200 - LP: #769527
7201 * rebase to v3.15-rc5
7202
7203 [ Upstream Kernel Changes ]
7204
7205 * rebase to v3.15-rc5
7206 - LP: #1297581
7207
7208 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
7209
7210linux (3.15.0-0.1) utopic; urgency=low
7211
7212 [ Upstream Kernel Changes ]
7213
7214 * rebase to v3.15-rc4
7215 - LP: #1297581
7216 - LP: #1297581
7217 - LP: #1305133
7218 - LP: #1297581
7219 - LP: #1297581
7220 - LP: #871808
7221 - LP: #1260303
7222 - LP: #1268468
7223 - LP: #1248116
7224 - LP: #1211920
7225 - LP: #1259790
7226 - LP: #1259437
7227 - LP: #1259435
7228 - LP: #1268468
7229
7230 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
7231
7232linux (3.15.0-0.0) utopic; urgency=low
7233
7234 * Initial version for 3.15.
7235
7236 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
7237
7238linux (3.13.0-8.27) trusty; urgency=low
7239
7240 [ John Johansen ]
7241
7242 * SAUCE: Add config option to disable new apparmor 3 semantics
7243 -LP: #1270215
7244
7245 [ Tim Gardner ]
7246
7247 * [debian] Fix indep_hdrs_pkg_name
7248 - LP: #1134441
7249 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
7250 * Enabled lttng build
7251 * Don't build lttng for armhf
7252 lttng hates gcc-4.8 for armhf
7253 * Release Tracking Bug
7254 - LP: #1277309
7255
7256 [ Upstream Kernel Changes ]
7257
7258 * rebase to v3.13.2
7259 - LP: #1260303
7260 - LP: #1260303
7261 - LP: #1268468
7262
7263 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
7264
7265linux (3.13.0-7.26) trusty; urgency=low
7266
7267 [ John Johansen ]
7268
7269 * SAUCE: apparmor: fix uninitialized lsm_audit membe
7270 - LP: #1268727
7271 * Add config option to optionally enable new apparmor 3 semantics
7272
7273 [ Tim Gardner ]
7274
7275 * [Config] Add lowlatency to getabis
7276 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
7277 - LP: #1270215
7278 * Release Tracking Bug
7279 - LP: #1276810
7280
7281 [ Upstream Kernel Changes ]
7282
7283 * x86, x32: Correct invalid use of user timespec in the kernel
7284 - LP: #1274349
7285 - CVE-2014-0038
7286
7287 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
7288
7289linux (3.13.0-7.25) trusty; urgency=low
7290
7291 [ Andy Whitcroft ]
7292
7293 * Revert "SAUCE: fix fmd headers"
7294 * SAUCE: fix fmd headers
7295
7296 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
7297
7298linux (3.13.0-7.24) trusty; urgency=low
7299
7300 [ Stefan Bader ]
7301
7302 * [Config] Make vmwgfx driver enable the framebuffer device
7303
7304 [ Tim Gardner ]
7305
7306 * rebase to v3.13.1
7307 * [Config] CONFIG_NFS_FS=m for ppc64el
7308 * [Config] CONFIG_X86_SYSFB=n
7309 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
7310 * Release Tracking Bug
7311 - LP: #1275898
7312
7313 [ Upstream Kernel Changes ]
7314
7315 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
7316 - LP: #1272525
7317 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
7318 - LP: #1272525
7319 * mm: ignore VM_SOFTDIRTY on VMA merging
7320 - LP: #1274917
7321 * drm/radeon: disable dpm on BTC
7322 - LP: #1266984
7323
7324 [ Upstream Kernel Changes ]
7325
7326 * rebase to v3.13.1
7327
7328 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
7329
7330linux (3.13.0-6.23) trusty; urgency=low
7331
7332 [ Andy Whitcroft ]
7333
7334 * [Config] fix up architecture for linux-tools
7335
7336 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
7337
7338linux (3.13.0-6.22) trusty; urgency=low
7339
7340 [ Andy Whitcroft ]
7341
7342 * [Packaging] limit linux-udebs-<flavour> to matching arch
7343 * [Config] powerpc -- disable perf to fix FTBFS
7344 * [Config] ppc64el -- fix up missing udebs
7345
7346 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
7347
7348linux (3.13.0-6.21) trusty; urgency=low
7349
7350 [ Andy Fleming ]
7351
7352 * SAUCE: net: Add support for handling queueing in hardware
7353 * SAUCE: of_mdio: Add of_phy_attach function
7354 * SAUCE: phylib: Add generic 10G driver
7355 * SAUCE: phylib: Support attaching to gen10g_driver
7356 * SAUCE: phylib: Add Clause 45 read/write functions
7357
7358 [ Andy Whitcroft ]
7359
7360 * SAUCE: fix fmd headers
7361 * [Packaging] lowlatency -- merge out of tree flavours
7362 * SAUCE: allow IRQs to be irq-threaded by default via config
7363 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
7364 * [Config] powerpc -- fix up Build-depends:
7365 * Release Tracking Bug
7366 - LP: #1273747
7367
7368 [ Ben Collins ]
7369
7370 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
7371 ptr/64-bit rsrcs
7372 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
7373 * SAUCE: Fixup freescale usb phy driver to work on ppc64
7374 * SAUCE: xgmac_mdio: Silence read errors
7375 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
7376 * SAUCE: Fix stack overflow on ppc32
7377 * SAUCE: Use resource_size_t instead of long for PCI resource address
7378 * SAUCE: net/phy: Export function for use by dpaa_eth
7379 * [Packaging] powerpc -- merge out of tree powerpc arch
7380
7381 [ Bjorn Helgaas ]
7382
7383 * SAUCE: Revert "EISA: Log device resources in dmesg"
7384 - LP: #1251816
7385 * SAUCE: Revert "EISA: Initialize device before its resources"
7386 - LP: #1251816
7387
7388 [ Emil Medve ]
7389
7390 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
7391 with 10G "fixed-link"s
7392
7393 [ Kumar Gala ]
7394
7395 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
7396 * SAUCE: fsl_pme2: Add support for DPAA PME
7397 * SAUCE: fmd: FMD14 integration
7398 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
7399 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
7400
7401 [ Madalin Bucur ]
7402
7403 * SAUCE: net/flow: remove sleeping and deferral mechanism from
7404 flow_cache_flush
7405 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
7406 and duplex reading
7407
7408 [ Stefan Bader ]
7409
7410 * [Config] move some VMWare related modules into main package
7411 - LP: #1271669
7412
7413 [ Tim Gardner ]
7414
7415 * [Config] Add r815x to nic-modules
7416 - LP: #1273735
7417 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
7418 - LP: #239479
7419
7420 [ Upstream Kernel Changes ]
7421
7422 * mmc: sdhci-pci: break out definitions to header file
7423 - LP: #1239938
7424 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
7425 - LP: #1239938
7426 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
7427 * powerpc/book3e: support CONFIG_RELOCATABLE
7428 * book3e/kexec/kdump: enable kexec for kernel
7429 * book3e/kexec/kdump: create a 1:1 TLB mapping
7430 * book3e/kexec/kdump: introduce a kexec kernel flag
7431 * book3e/kexec/kdump: implement ppc64 kexec specfic
7432 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
7433 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
7434
7435 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
7436
7437linux (3.13.0-5.20) trusty; urgency=low
7438
7439 [ Andy Whitcroft ]
7440
7441 * [Packaging] tools -- do not make symlinks when not making packages
7442 * [Packaging] tools -- tidy up control.stub.in ordering
7443 * [Packaging] tools -- tools-common is shared and not conditional
7444 * rebase to v3.13
7445
7446 [ Dirk Brandewie ]
7447
7448 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
7449
7450 [ KY Srinivasan ]
7451
7452 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
7453 notification
7454
7455 [ Upstream Kernel Changes ]
7456
7457 * rebase to v3.13
7458 - LP: #1270603
7459
7460 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
7461
7462linux (3.13.0-4.19) trusty; urgency=low
7463
7464 [ Andy Whitcroft ]
7465
7466 * [Config] libunwind8-dev is now available for ppc64el
7467 * [Packaging] tools -- make cpupower optional
7468 * [Packaging] tools -- enable correctly for x86
7469
7470 [ Tim Gardner ]
7471
7472 * Release Tracking Bug
7473 - LP: #1269872
7474
7475 [ Upstream Kernel Changes ]
7476
7477 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
7478 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
7479 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
7480 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
7481
7482 [ Upstream Kernel Changes ]
7483
7484 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
7485
7486 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
7487
7488linux (3.13.0-3.18) trusty; urgency=low
7489
7490 [ Andy Whitcroft ]
7491
7492 * rebase to v3.13-rc8
7493 * [Packaging] efi -- allow EFI signatures on any arch
7494
7495 [ Tim Gardner ]
7496
7497 * [Config] Fix vcs-git path
7498 * Release Tracking Bug
7499 - LP: #1268683
7500
7501 [ Upstream Kernel Changes ]
7502
7503 * rebase to v3.13-rc8
7504
7505 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
7506
7507linux (3.13.0-2.17) trusty; urgency=low
7508
7509 [ Andy Whitcroft ]
7510
7511 * Release Tracking Bug
7512 - LP: #1267809
7513 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
7514 defaults
7515 * [Config] apply Platform support>>CPU Frequency scaling config defaults
7516 * [Config] CONFIG_PARIDE_EPATC8=y
7517 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
7518 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
7519 Switch drivers config defaults
7520 * [Config] apply Cryptographic API config defaults
7521 * [Config] apply Device Drivers >> Common Clock Framework config defaults
7522 * [Config] apply Device Drivers >> Distributed Switch Architecture
7523 drivers config defaults
7524 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
7525 device support config defaults
7526 * [Config] apply Device Drivers >> Graphics support >> Support for frame
7527 buffer devices >> Bootup logo config defaults
7528 * annotations -- update in tree annotations
7529 * [Config] apply Bus options >> PCI support >> RapidIO support config
7530 defaults
7531 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
7532 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
7533 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
7534 support config defaults
7535 * [Config] apply Device Drivers >> Character devices >> Serial drivers
7536 config defaults
7537 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
7538 defaults
7539 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
7540 Support config defaults
7541 * [Config] apply Device Drivers >> Character devices config defaults
7542 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
7543 HID transport layer config defaults
7544 * [Config] apply Device Drivers >> HID support >> HID bus support config
7545 defaults
7546 * [Config] apply Device Drivers >> HID support >> USB HID support config
7547 defaults
7548 * annotations -- update in tree annotations
7549 * [Config] apply Device Drivers >> GPIO Support config defaults
7550 * [Config] update configs for apparmour update
7551
7552 [ John Johansen ]
7553
7554 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
7555 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
7556 - LP: #1208988
7557 * SAUCE: apparmor: allocate path lookup buffers during init
7558 - LP: #1208988
7559 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
7560 - LP: #1236455
7561
7562 [ Tim Gardner ]
7563
7564 * Revert "[Debian] getabis: Preface module with package name"
7565 * [Config] Added ppc64el to getabis
7566 * [packaging] Bump ABI for every new release
7567
7568 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
7569
7570linux (3.13.0-1.16) trusty; urgency=low
7571
7572 * First 3.13 upload.
7573 * Release tracker
7574 - LP: #1266852
7575
7576 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
7577
7578linux (3.13.0-0.15) trusty; urgency=low
7579
7580 [ Tim Gardner ]
7581
7582 * rebase to v3.13-rc7
7583
7584 [ Upstream Kernel Changes ]
7585
7586 * rebase to v3.13-rc7
7587
7588 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
7589
7590linux (3.13.0-0.14) trusty; urgency=low
7591
7592 [ Andy Whitcroft ]
7593
7594 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
7595
7596 [ Tim Gardner ]
7597
7598 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
7599 * Update lttng to Version 2.4.0-rc2
7600 * lttng: Disabled trace_kvm_async_pf_completed
7601 * [Config] CONFIG_IMA=y
7602 - LP: #1244627
7603
7604 [ Upstream Kernel Changes ]
7605
7606 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
7607
7608 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
7609
7610linux (3.13.0-0.13) trusty; urgency=low
7611
7612 [ Andy Whitcroft ]
7613
7614 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7615 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7616 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7617 * ubuntu: AUFS (no-squash): basic framework and update machinary
7618 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
7619 * ubuntu: aufs3 -- enable
7620 * ubuntu: aufs3 -- update configs
7621
7622 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
7623
7624linux (3.13.0-0.12) trusty; urgency=low
7625
7626 [ Upstream Kernel Changes ]
7627
7628 * rebase to v3.13-rc6
7629
7630 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
7631
7632linux (3.13.0-0.11) trusty; urgency=low
7633
7634 [ Andy Whitcroft ]
7635
7636 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
7637 * [Config] ppc64el -- initial defconfig based -generic flavour
7638 * [Config] initial defconfig for ppc64el
7639 * [Config] ubuntuise ppc64el config
7640 * [Config] ubuntuise ppc64el config part 2
7641 * [Config] d-i -- update empty udebs list
7642 * [Config] ppc64el -- split extras package
7643
7644 [ Anton Blanchard ]
7645
7646 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
7647
7648 [ Benjamin Herrenschmidt ]
7649
7650 * SAUCE: powerpc/powernv: Add calls to support little endian
7651
7652 [ Cédric Le Goater ]
7653
7654 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
7655 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
7656 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
7657 guests
7658
7659 [ Paul E. McKenney ]
7660
7661 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
7662
7663 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
7664
7665linux (3.13.0-0.10) trusty; urgency=low
7666
7667 [ Andy Whitcroft ]
7668
7669 * rebase to v3.13-rc5
7670 * [Config] updateconfigs following rebase to v3.13-rc5
7671
7672 [ Upstream Kernel Changes ]
7673
7674 * rebase to v3.13-rc5
7675 - LP: #1260303
7676 - LP: #1260303
7677 - LP: #1260225
7678
7679 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
7680
7681linux (3.13.0-0.9) trusty; urgency=low
7682
7683 [ Andy Whitcroft ]
7684
7685 * [Config] d-i -- allow missing firmware
7686
7687 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
7688
7689linux (3.13.0-0.8) trusty; urgency=low
7690
7691 [ Andy Whitcroft ]
7692
7693 * [Config] annotations -- first pass over entire config
7694 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
7695
7696 [ Tim Gardner ]
7697
7698 * [Config] Add arm64 device tree files
7699 - LP: #1262901
7700
7701 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
7702
7703linux (3.13.0-0.7) trusty; urgency=low
7704
7705 [ Rajesh B Prathipati ]
7706
7707 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
7708
7709 [ Tim Gardner ]
7710
7711 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
7712
7713 [ Upstream Kernel Changes ]
7714
7715 * rebase to v3.13-rc4
7716 - LP: #1259790
7717 - LP: #1259437
7718 - LP: #1259435
7719
7720 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
7721
7722linux (3.13.0-0.6) trusty; urgency=low
7723
7724 [ Paolo Pisati ]
7725
7726 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
7727 * [Config] i386: amd64: VIRTIO_CONSOLE=y
7728
7729 [ Tim Gardner ]
7730
7731 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
7732
7733 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
7734
7735linux (3.13.0-0.5) trusty; urgency=low
7736
7737 [ Andy Whitcroft ]
7738
7739 * correct bug listing for v3.13-rc2 rebase
7740 * [Config] ppc64el -- create linux-libc-dev
7741 * [Debian] Improve tools version message
7742 - LP: #1257715
7743
7744 [ Serge Hallyn ]
7745
7746 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
7747 - LP: #1248590
7748 * SAUCE: vfs: Fix a regression in mounting proc
7749
7750 [ Tim Gardner ]
7751
7752 * [Config] Build-in ohci-pci
7753 - LP: #1244176
7754 * Rebase to v3.13-rc3
7755
7756 [ Upstream Kernel Changes ]
7757
7758 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
7759 checks""
7760 - LP: #1248590
7761
7762 [ Upstream Kernel Changes ]
7763
7764 * rebase to v3.13-rc3
7765 - LP: #1256840
7766 - LP: #1256212
7767
7768 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
7769
7770linux (3.13.0-0.4) trusty; urgency=low
7771
7772 [ Tim Gardner ]
7773
7774 * Rebase to v3.13-rc2
7775
7776 [ Upstream Kernel Changes ]
7777
7778 * rebase to v3.13-rc2
7779
7780 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
7781
7782linux (3.13.0-0.3) trusty; urgency=low
7783
7784 [ Andy Whitcroft ]
7785
7786 * Revert "SAUCE: Fix DocBook FTBS"
7787
7788 [ Tim Gardner ]
7789
7790 * [Debian] Re-sign modules after debug objcopy
7791 - LP: #1253155
7792 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
7793
7794 [ Upstream Kernel Changes ]
7795
7796 * doc: fix generation of device-drivers
7797 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
7798
7799 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
7800
7801linux (3.13.0-0.2) trusty; urgency=low
7802
7803 [ Tim Gardner ]
7804
7805 * SAUCE: Fix DocBook FTBS
7806
7807 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
7808
7809linux (3.13.0-0.1) trusty; urgency=low
7810
7811 [ Upstream Kernel Changes ]
7812
7813 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
7814
7815 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
7816
7817linux (3.13.0-0.0) trusty; urgency=low
7818
7819 * Major release bump.
7820
7821 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
7822
7823linux (3.12.0-2.7) trusty; urgency=low
7824
7825 * Fixed armhf ABI build failure.
7826 * Release tracker
7827 - LP: #1249477
7828
7829 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
7830
7831linux (3.12.0-2.6) trusty; urgency=low
7832
7833 [ Joseph Salisbury ]
7834
7835 * SAUCE: tg3: Add support for new 57786 device id.
7836 - LP: #1242610
7837
7838 [ Tim Gardner ]
7839
7840 * [Config] CONFIG_OABI_COMPAT=n
7841 * [Config] add the wandboard to shipped dtb
7842 - LP: #1249421
7843 * Release tracker
7844 - LP: #1249477
7845
7846 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
7847
7848linux (3.12.0-2.5) trusty; urgency=low
7849
7850 [ Andy Whitcroft ]
7851
7852 * rebase to mainline v3.12
7853 * [Config] updateconfigs following rebase to v3.12
7854 * postinst -- improve relative symlink detection with missing files
7855 - LP: #1248053
7856 * postinst -- fix unchanged link detection
7857 * [Config] update configs following addition of apparmor fixes
7858
7859 [ Anthony Wong ]
7860
7861 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
7862 - LP: #1231305
7863
7864 [ John Johansen ]
7865
7866 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
7867 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
7868 - LP: #1208988
7869 * SAUCE: apparmor: allocate path lookup buffers during init
7870 - LP: #1208988
7871
7872 [ Tim Gardner ]
7873
7874 * [Config] Remove superfluous ubuntu/lttng-modules
7875
7876 [ Upstream Kernel Changes ]
7877
7878 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
7879 - LP: #1248590
7880
7881 [ Upstream Kernel Changes ]
7882
7883 * rebase to v3.12
7884 - LP: #1222850
7885
7886 [ Adam Conrad ]
7887 * etc/getabis: Fetch arm64/generic abis as well
7888
7889 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
7890
7891linux (3.12.0-1.3) trusty; urgency=low
7892
7893 [ Andy Whitcroft ]
7894
7895 * [Config] arm64 -- add arch to the configuration handlers
7896 * [Config] arm64 -- add generic flavour
7897 * [Config] arm64 -- default config
7898 * [Config] arm64 -- fix up various FTBFS config options
7899 * SAUCE: arm64: export __copy_in_user to modules
7900 * [Config] arm64 -- disable ABI/module checks
7901 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
7902 * [Config] arm64 -- enable udebs for arm64
7903
7904 [ Colin Watson ]
7905
7906 * [Config] Clean up various udeb Provides
7907
7908 [ Paolo Pisati ]
7909
7910 * [Config] AHCI_IMX=y
7911 * [Config] build imx*-wandboard dtbs
7912
7913 [ Serge Hallyn ]
7914
7915 * SAUCE: device_cgroup: remove can_attach
7916
7917 [ Tim Gardner ]
7918
7919 * rebase to v3.12-rc7
7920 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
7921 * Release tracker
7922 - LP: #1245932
7923
7924 [ Upstream Kernel Changes ]
7925
7926 * rebase to v3.12-rc7
7927 - LP: #1180881
7928 - LP: #1180881
7929 - LP: #1217957
7930
7931 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
7932
7933linux (3.12.0-0.2) trusty; urgency=low
7934
7935 [ Andy Whitcroft ]
7936
7937 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
7938 CAPACITY (16) at SPC-2"
7939 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
7940 SPC-2"
7941 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
7942 CAPACITY (16) be preferred"
7943 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
7944 be used at SPC-2"
7945 * Revert "overlayfs: Update to v19"
7946 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
7947 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
7948 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
7949 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
7950 clone_private_mount()"
7951 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
7952 modules"
7953 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
7954 documentation"
7955 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
7956 * [Config] fix linux-libc-dev generation for arm64
7957 * [Config] fix linux-libc-dev generation for x32
7958 * [Config] add linux-libc-dev generation for ppc64el
7959
7960 [ Erez Zadok ]
7961
7962 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
7963
7964 [ Miklos Szeredi ]
7965
7966 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
7967 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
7968 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
7969 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
7970 * ubuntu: overlayfs v20 -- overlay filesystem
7971 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
7972
7973 [ Neil Brown ]
7974
7975 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
7976
7977 [ Paolo Pisati ]
7978
7979 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
7980
7981 [ Seth Forshee ]
7982
7983 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
7984 ThinkPads
7985 - LP: #1183856
7986
7987 [ Tim Gardner ]
7988
7989 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
7990 * rebase to v3.12-rc2
7991 * updateconfigs
7992 * [Config] disable CONFIG_FB_VESA enforcer check
7993 * [Config] Disable lttng for FTBS
7994 * rebase to v3.12-rc3
7995 * rebase to v3.12-rc4
7996 * [Config] CONFIG_ANDROID=n
7997 - LP: #1235161
7998 * [Config] CONFIG_L2TP_V3=y
7999 - LP: #1235914
8000 * [Config] CONFIG_USB_OTG=n for all arches
8001 * Release tracker
8002 - LP: #1242811
8003
8004 [ Upstream Kernel Changes ]
8005
8006 * scsi: hyper-v storsvc switch up to SPC-3
8007
8008 * rebase to v3.12-rc6
8009 - LP: #1235977
8010 - LP: #1235523
8011 - LP: #1239392
8012 - LP: #1227491
8013
8014 * rebase to v3.12-rc3
8015 - LP: #1231931
8016
8017 * rebase to v3.12-rc2
8018 - LP: #1213820
8019 - LP: #1213055
8020 - LP: #1198030
8021
8022 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8023
8024linux (3.11.0-8.15) saucy; urgency=low
8025
8026 [ Tim Gardner ]
8027
8028 * Release tracker
8029 - LP: #1227969
8030
8031 * Update lttng
8032 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8033 Version 2.3.0+
8034
8035 [ Upstream Kernel Changes ]
8036
8037 * igb: Add additional get_phy_id call for i354 devices
8038 - LP: #1219619
8039 * igb: Read flow control for i350 from correct EEPROM section
8040 - LP: #1219619
8041 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8042 Required for lttng update.
8043
8044 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8045
8046linux (3.11.0-7.14) saucy; urgency=low
8047
8048 [ Andy Whitcroft ]
8049
8050 * [Packaging] sort out linux-tools naming
8051 - LP: #1205284
8052 * [Packaging] linux-tools: switch to common generic version helper
8053
8054 [ Paolo Pisati ]
8055
8056 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8057
8058 [ Tim Gardner ]
8059
8060 * Release tracker
8061 - LP: #1226160
8062
8063 [ Tony Lindgren ]
8064
8065 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8066 for pandaboard
8067
8068 [ Upstream Kernel Changes ]
8069
8070 * USB: handle LPM errors during device suspend correctly
8071 - LP: #1011415
8072 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8073 - LP: #1011415
8074 * usb: Don't fail port power resume on device disconnect.
8075 - LP: #1011415
8076
8077 [ Upstream Kernel Changes ]
8078
8079 * rebase to v3.11.1
8080
8081 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8082
8083linux (3.11.0-7.13) saucy; urgency=low
8084
8085 * Release tracker
8086 - LP: #1223545
8087
8088 [ Andy Whitcroft ]
8089
8090 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8091 - LP: #1223499
8092 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8093 - LP: #1223499
8094 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8095 - LP: #1223499
8096 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
8097 - LP: #1223499
8098
8099 [ Maximiliano Curia ]
8100
8101 * SAUCE: (no-up) Only let characters through when there are active readers.
8102 - LP: #1208740
8103
8104 [ Tim Gardner ]
8105
8106 * [Debian] getabis: Commit new ABI directory, remove the old
8107 * [Config] CONFIG_EFIVAR_FS=y
8108 - LP: #1223195
8109 * [Config] CONFIG_EFI_VARS_PSTORE=m,
8110 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
8111 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
8112 - LP: #1222850
8113
8114 [ Upstream Kernel Changes ]
8115
8116 * Intel xhci: refactor EHCI/xHCI port switching
8117 - LP: #1210858
8118
8119 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
8120
8121linux (3.11.0-6.12) saucy; urgency=low
8122
8123 * Release tracker
8124 - LP: #1222893
8125
8126 [ Andy Whitcroft ]
8127
8128 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8129 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8130 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8131 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8132 - LP: #1222407
8133
8134 [ Paolo Pisati ]
8135
8136 * [Config] restore mmc boot on panda
8137
8138 [ Tyler Hicks ]
8139
8140 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
8141 - LP: #1216294
8142
8143 [ Upstream Kernel Changes ]
8144
8145 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
8146 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
8147 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
8148 * net: calxedaxgmac: fix possible skb free before tx complete
8149 * net: calxedaxgmac: update ring buffer tx_head after barriers
8150 * net: calxedaxgmac: fix race with tx queue stop/wake
8151 * net: calxedaxgmac: enable interrupts after napi_enable
8152 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
8153 * net: calxedaxgmac: remove some unused statistic counters
8154 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
8155 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
8156 * mfd: rtsx: Read vendor setting from config space
8157 - LP: #1201698
8158
8159 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
8160
8161linux (3.11.0-5.11) saucy; urgency=low
8162
8163 * Release tracker
8164 - LP: #1221886
8165
8166 [ Adam Lee ]
8167
8168 * SAUCE: Bluetooth: Add support for 04ca:2007
8169 - LP: #1153448
8170 * SAUCE: Bluetooth: Add support for 105b:e065
8171 - LP: #1161261
8172
8173 [ Gavin Guo ]
8174
8175 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
8176 - LP: #1166113
8177
8178 [ Upstream Kernel Changes ]
8179
8180 * igb: Reset the link when EEE setting changed
8181 - LP: #1219619
8182 * igb: Read register for latch_on without return value
8183 - LP: #1219619
8184 * igb: Added rcu_lock to avoid race
8185 - LP: #1219619
8186 * igb: don't allow SR-IOV without MSI-X
8187 - LP: #1219619
8188 * igb: Update MTU so that it is always at least a standard frame size
8189 - LP: #1219619
8190 * igb: Refactor of init_nvm_params
8191 - LP: #1219619
8192 * igb: Refactor NVM read functions to accommodate devices with no flash
8193 - LP: #1219619
8194 * igb: Add device support for flashless SKU of i210 device
8195 - LP: #1219619
8196 * igb: Fix get_fw_version function for all parts
8197 - LP: #1219619
8198 * igb: Add macro for size of RETA indirection table
8199 - LP: #1219619
8200 * igb: Expose RSS indirection table for ethtool
8201 - LP: #1219619
8202 * igb: Don't look for a PBA in the iNVM when flashless
8203 - LP: #1219619
8204 * igb: Implementation of 1-sec delay for i210 devices
8205 - LP: #1219619
8206 * igb: New PHY_ID for i354 device
8207 - LP: #1219619
8208 * igb: M88E1543 PHY downshift implementation
8209 - LP: #1219619
8210 * igb: No PHPM support in i354 devices
8211 - LP: #1219619
8212 * igb: Support to get 2_5G link status for appropriate media type
8213 - LP: #1219619
8214 * igb: Get speed and duplex for 1G non_copper devices
8215 - LP: #1219619
8216 * igb: Implementation to report advertised/supported link on i354 devices
8217 - LP: #1219619
8218 * igb: Update version number
8219 - LP: #1219619
8220 * Bluetooth: Take proper tty_struct references
8221 - LP: #1189998
8222 * Bluetooth: Remove the device from the list in the destructor
8223 - LP: #1189998
8224 * Bluetooth: Move the tty initialization and cleanup out of open/close
8225 - LP: #1189998
8226 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
8227 - LP: #1189998
8228 * Bluetooth: Fix the reference counting of tty_port
8229 - LP: #1189998
8230 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
8231 - LP: #1189998
8232
8233 [ Wen-chien Jesse Sung ]
8234
8235 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
8236 - LP: #1065400
8237 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
8238 - LP: #1065400
8239
8240 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
8241
8242linux (3.11.0-5.10) saucy; urgency=low
8243
8244 [ Andy Whitcroft ]
8245
8246 * Release tracker
8247 - LP: #1220222
8248 * Revert "[Config] Fix ubuntu directoy Kbuilds"
8249 * Revert "aufs update dropped some Kbuild files"
8250 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
8251 * Revert "ubuntu: AUFS -- update to
8252 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
8253 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
8254 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
8255 * rebase to v3.11 final
8256 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
8257 * ubuntu: AUFS (no-squash): basic framework and update machinary
8258 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
8259 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
8260 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
8261 * ubuntu: (no-squash) AUFS -- enable aufs
8262 * ubuntu: AUFS -- fix remaining d_count references to use accessor
8263 * ubuntu: lttng -- follow rename of pid_ns
8264 * SAUCE: disable stack-protector for ARM compressed bootloader
8265
8266 [ Paolo Pisati ]
8267
8268 * [Config] ARM_ATAG_DTB_COMPAT=y
8269
8270 [ Rob Herring ]
8271
8272 * [Config] Enable KVM and virtio for armhf generic-lpae
8273
8274 [ Tim Gardner ]
8275
8276 * [Config] CONFIG_ARPD=y
8277 * [Config] CONFIG_ZSWAP=y
8278 - LP: #1215379
8279
8280 [ Upstream Kernel Changes ]
8281
8282 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
8283 - LP: #1217957
8284 * ARM: use phys_addr_t for DMA zone sizes
8285 * ARM: highbank: enable DMA zone for LPAE
8286 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
8287 * ARM: highbank: select required errata work-arounds
8288 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
8289 * DMA: fix printk warning in AMBA PL08x DMA driver
8290 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
8291 * ARM: move outer_cache declaration out of ifdef
8292 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
8293 * ARM: highbank: clean-up some unused includes
8294 * ARM: xen: only set pm function ptrs for Xen guests
8295
8296 [ Upstream Kernel Changes ]
8297
8298 * rebase to v3.11
8299
8300 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
8301
8302linux (3.11.0-4.9) saucy; urgency=low
8303
8304 [ Tim Gardner ]
8305
8306 * rebase to v3.11-rc7
8307 * Release tracker
8308 - LP: #1216962
8309
8310 [ Upstream Kernel Changes ]
8311
8312 * mwifiex: do not create AP and P2P interfaces upon driver loading
8313 - LP: #1212720
8314
8315 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
8316
8317linux (3.11.0-3.8) saucy; urgency=low
8318
8319 [ Johannes Berg ]
8320
8321 * SAUCE: mac80211: ignore (E)CSA in probe response frames
8322 - LP: #1201470
8323
8324 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
8325
8326linux (3.11.0-3.7) saucy; urgency=low
8327
8328 [ Tim Gardner ]
8329
8330 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
8331 upstart to track
8332 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
8333 linux/hyperv.h
8334 * SAUCE: hv: Add vss daemon to Makefile
8335 * [Debian] Add hv_vss_daemon to tools package
8336 - LP: #1213282
8337 * [Config] Fix ubuntu directoy Kbuilds
8338 - LP: #1181755
8339
8340 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
8341
8342linux (3.11.0-3.6) saucy; urgency=low
8343
8344 [ Andy Whitcroft ]
8345
8346 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
8347 * [Config] tools: enable x86 and hyper-v
8348
8349 [ John Johansen ]
8350
8351 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
8352 snapshot"
8353 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
8354 root users"
8355 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8356
8357 [ Joseph Salisbury ]
8358
8359 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
8360 - LP: #1210848
8361
8362 [ Kamal Mostafa ]
8363
8364 * [debian] tools: ship 'cpupower' in linux-tools
8365 - LP: #1158668
8366 * [Config] Build-dep on libpci-dev for cpu tools
8367 - LP: #1158668
8368
8369 [ Tim Gardner ]
8370
8371 * rebase to v3.11-rc6
8372 * Release tracker
8373 - LP: #1213941
8374
8375 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
8376
8377linux (3.11.0-2.5) saucy; urgency=low
8378
8379 [ Tim Gardner ]
8380
8381 * [Config] CONFIG_PM_DEBUG=y
8382 - LP: #1210539
8383 * rebase to v3.11-rc5
8384 * Release tracker
8385 - LP: #1211378
8386
8387 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
8388
8389linux (3.11.0-1.4) saucy; urgency=low
8390
8391 [ Tim Gardner ]
8392
8393 * Bump ABI when making changes to the inclusion list lest
8394 you cause conflicts with existing installed kernel
8395 packages.
8396 - LP: #1210331
8397
8398 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
8399
8400linux (3.11.0-0.3) saucy; urgency=low
8401
8402 [ Tim Gardner ]
8403
8404 * [Config] Include rbd and kvm in the virtual inclusion list
8405 - LP: #1206961
8406 * [Config] Removed obsolete inclusion list entries
8407
8408 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
8409
8410linux (3.11.0-0.2) saucy; urgency=low
8411
8412 [ Bruce Allan ]
8413
8414 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
8415 - LP: #1206757
8416 * SAUCE: (no-up) e1000e: enable support for new device IDs
8417 - LP: #1206757
8418
8419 [ John Johansen ]
8420
8421 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8422
8423 [ Paolo Pisati ]
8424
8425 * build vexpress a15 dtb
8426 * [Config] disable Broadcom bcm support (ARCH_BCM)
8427 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
8428 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
8429 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
8430 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
8431 * [Config] disable TI Keystone, AM43xx and OMAP5 support
8432 * [Config] ARM_APPENDED_DTB=y
8433
8434 [ Tim Gardner ]
8435
8436 * rebase to v3.11-rc4
8437 * overlayfs: Update to v19
8438 * [Config] Enable overlayfs
8439 * SAUCE: Fix lttng compile errors
8440
8441 [ Upstream Kernel Changes ]
8442
8443 * rebase to v3.11-rc4
8444 - LP: #1163720
8445 - LP: #1162026
8446 - LP: #1195636
8447 - LP: #1195597
8448 - LP: #1180409
8449 - LP: #1168430
8450
8451 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
8452
8453linux (3.11.0-0.1) saucy; urgency=low
8454
8455 [ Upstream Kernel Changes ]
8456
8457 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
8458 - LP: #1163720
8459 - LP: #1162026
8460 - LP: #1195636
8461 - LP: #1195597
8462 - LP: #1180409
8463 - LP: #1168430
8464
8465 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
8466
8467linux (3.10.0-2.10) saucy; urgency=low
8468
8469 [ Andy Whitcroft ]
8470
8471 * [Config] CONFIG_INTEL_MEI*=m
8472 - LP: #1196155
8473 * [Config] CONFIG_DEBUG_INFO=y
8474
8475 [ Stephen Warren ]
8476
8477 * [Config] fix Calxeda xgmac module filename
8478
8479 [ Upstream Kernel Changes ]
8480
8481 * Revert "serial: 8250_pci: add support for another kind of NetMos
8482 Technology PCI 9835 Multi-I/O Controller"
8483 - LP: #1190967
8484 * mfd: lpc_ich: Add support for Intel Avoton SoC
8485 - LP: #1196658
8486
8487 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
8488
8489linux (3.10.0-2.9) saucy; urgency=low
8490
8491 [ Andy Whitcroft ]
8492
8493 * rebase to v3.10
8494
8495 [ John Johansen ]
8496
8497 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
8498 network mediation"
8499 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
8500 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
8501 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
8502 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
8503 interface"
8504 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
8505 to prevent execve from granting privs"
8506 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
8507
8508 [ Upstream Kernel Changes ]
8509
8510 * rebase to v3.10
8511
8512 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
8513
8514linux (3.10.0-1.8) saucy; urgency=low
8515
8516 [ Andy Whitcroft ]
8517
8518 * Release Tracking Bug
8519 - LP: #1195717
8520
8521 [ Andy Whitcroft ]
8522
8523 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
8524 interface"
8525 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
8526 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
8527 reference"
8528 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
8529 * Revert "ubuntu: overlayfs --
8530 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
8531 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
8532 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
8533 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
8534 * Revert "ubuntu: overlayfs --
8535 overlayfs-fix-possible-leak-in-ovl_new_inode"
8536 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
8537 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
8538 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
8539 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
8540 * Revert "ubuntu: overlayfs -- overlay filesystem"
8541 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
8542 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
8543 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
8544 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
8545
8546 [ Erez Zadok ]
8547
8548 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
8549
8550 [ Miklos Szeredi ]
8551
8552 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
8553 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
8554 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
8555 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
8556 * ubuntu: overlayfs v18 -- -- overlay filesystem
8557 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
8558
8559 [ Neil Brown ]
8560
8561 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
8562
8563 [ Tim Gardner ]
8564
8565 * [Config] CONFIG_SUNRPC_DEBUG=y
8566 - LP: #1127319
8567
8568 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
8569
8570linux (3.10.0-0.7) saucy; urgency=low
8571
8572 [ Andy Whitcroft ]
8573
8574 * autopkgtest: switch Depends: to build-essential
8575
8576 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
8577
8578linux (3.10.0-0.6) saucy; urgency=low
8579
8580 [ Andy Whitcroft ]
8581
8582 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
8583 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
8584 - LP: #1098378
8585 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
8586 * ubuntu: overlayfs -- expose do_splice_direct prototype
8587 * ubuntu: overlayfs -- follow change to do_splice_direct interface
8588 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
8589 - LP: #1192691
8590
8591 [ Stefan Bader ]
8592
8593 * (d-i) Add dm-snapshot to md-modules
8594 - LP: #1191726
8595
8596 [ Tim Gardner ]
8597
8598 * Release tracker
8599 - LP: #1194149
8600 * [Config] CONFIG_WIL6210=n for armhf
8601 * [Config] d-i: Add calxedaxgmac to nic-modules
8602 - LP: #1192358
8603 * [debian] Use dh_strip
8604 - LP: #1192759
8605 * [Config] Enable perf for armhf
8606 * do_tools=false when cross compiling
8607 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
8608 - LP: #1108082
8609
8610 [ Upstream Kernel Changes ]
8611
8612 * nsp32: switch reset delay to msleep() as it is tooo long
8613 * alx: add a simple AR816x/AR817x device driver
8614 Plucked from linux-next. replaces ubuntu/alx in favor of
8615 'to be merged' version in 3.11.
8616 * rebase to v3.10-rc7
8617 - LP: #1189363
8618
8619 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
8620
8621linux (3.10.0-0.5) saucy; urgency=low
8622
8623 [ Andy Whitcroft ]
8624
8625 * rebase to v3.10-rc6
8626 * [Config] updateconfigs following rebase to v3.10-rc6
8627
8628 [ Upstream Kernel Changes ]
8629
8630 * rebase to v3.10-rc6
8631
8632 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
8633
8634linux (3.10.0-0.4) saucy; urgency=low
8635
8636 [ Andy Whitcroft ]
8637
8638 * [Config] updateconfigs following rebase to v3.10-rc4
8639
8640 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
8641
8642linux (3.10.0-0.3) saucy; urgency=low
8643
8644 [ Andy Whitcroft ]
8645
8646 * rebase to v3.10-rc5
8647
8648 [ Upstream Kernel Changes ]
8649
8650 * rebase to v3.10-rc5
8651 - LP: #1186170
8652
8653 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
8654
8655linux (3.10.0-0.2) saucy; urgency=low
8656
8657 [ Andy Whitcroft ]
8658
8659 * rebase to v3.10-rc4
8660 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
8661 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
8662 - LP: #1187744
8663 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
8664
8665 [ Dave Chiluk ]
8666
8667 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
8668 - LP: #1035226
8669
8670 [ Tim Gardner ]
8671
8672 * rebase to v3.10-rc3
8673 * [Config] sparc be gone
8674 * [Config] ia64 be gone
8675 * d-i: block-modules provides nbd-modules
8676
8677 [ Upstream Kernel Changes ]
8678
8679 * rebase to v3.10-rc4
8680 * rebase to v3.10-rc3
8681
8682 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
8683
8684linux (3.10.0-0.1) saucy; urgency=low
8685
8686 [ Tim Gardner ]
8687
8688 * UBUNTU: Disabled lttng
8689 * UBUNTU: Disable aufs for FTBS
8690 * UBUNTU: Disabled alx
8691 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
8692 * UBUNTU: rebase to v3.10-rc2
8693 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
8694
8695 [ Andy Whitcroft ]
8696
8697 * UBUNTU: [Config] update standards version to 3.9.4.0
8698 * UBUNTU: [Config] squash duplicate package description (long and short)
8699 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
8700 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
8701 * UBUNTU: [Config] drop redundant Build-Conficts:
8702
8703 [ Upstream Kernel Changes ]
8704
8705 * rebase to v3.10-rc2
8706 - LP: #1180351
8707
8708 [ Upstream Kernel Changes ]
8709
8710 * rebase to v3.10-rc1
8711 - LP: #1172151
8712 - LP: #1089795
8713 - LP: #1167270
8714 - LP: #1128840
8715
8716 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
8717
8718linux (3.10.0-0.0) saucy; urgency=low
8719
8720 * Dummy
8721
8722 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
8723
8724linux (3.9.0-2.6) saucy; urgency=low
8725
8726 [ Tim Gardner ]
8727
8728 * rebase to v3.9.2
8729
8730 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
8731
8732linux (3.9.0-1.5) saucy; urgency=low
8733
8734 [ Tim Gardner ]
8735
8736 * rebase to v3.9.1
8737
8738 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
8739
8740linux (3.9.0-0.4) saucy; urgency=low
8741
8742 [ Andy Whitcroft ]
8743
8744 * ubuntu: overlayfs -- add FS_ALIAS
8745
8746 [ Tim Gardner ]
8747
8748 * Added lttng
8749 - LP: #1175784
8750
8751 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
8752
8753linux (3.9.0-0.3) saucy; urgency=low
8754
8755 [ Upstream Kernel Changes ]
8756
8757 * rebase to v3.9
8758
8759 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
8760
8761linux (3.9.0-0.2) saucy; urgency=low
8762
8763 [ Tim Gardner ]
8764
8765 * Enable extras packaging for amd64/i386.
8766 Fixes build depenencies with brittany and linux-meta.
8767
8768 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
8769
8770linux (3.9.0-0.1) saucy; urgency=low
8771
8772 [ Upstream Kernel Changes ]
8773
8774 * rebase to v3.9-rc8
8775
8776 [ Upstream Kernel Changes ]
8777
8778 * rebase to v3.9-rc7
8779 - LP: #1128840
8780
8781 [ Upstream Kernel Changes ]
8782
8783 * rebase to v3.9-rc6
8784
8785 [ Upstream Kernel Changes ]
8786
8787 * rebase to v3.9-rc5
8788
8789 [ Upstream Kernel Changes ]
8790
8791 * rebase to v3.8-rc4
8792 - LP: #1095315
8793 - LP: #886975
8794 - LP: #1086921
8795
8796 [ Upstream Kernel Changes ]
8797
8798 * rebase to v3.9-rc3
8799 - LP: #1155016
8800 - LP: #1103594
8801
8802 [ Upstream Kernel Changes ]
8803
8804 * rebase to v3.9-rc2
8805
8806 [ Upstream Kernel Changes ]
8807
8808 * rebase to v3.9-rc1
8809 - LP: #901105
8810 - LP: #961286
8811 - LP: #1011792
8812 - LP: #1128934
8813 - LP: #886975
8814 - LP: #978807
8815
8816 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
8817
8818linux (3.8.0-7.14) raring; urgency=low
8819
8820 [ Andy Whitcroft ]
8821
8822 * [Config] CONFIG_RCU_USER_QS=n
8823 * [Config] CONFIG_MTD_ONENAND_SIM=n
8824 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
8825
8826 [ Upstream Kernel Changes ]
8827
8828 * rebase to v3.8
8829
8830 [Tim Gardner]
8831
8832 * Release Tracking Bug
8833 - LP: #1130111
8834 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
8835 - LP: #1128840
8836
8837 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
8838
8839linux (3.8.0-6.13) raring; urgency=low
8840
8841 [Tim Gardner]
8842
8843 * Release Tracking Bug
8844 - LP: #1125364
8845 * Add ahci modules to d-i
8846 - LP: #1124415
8847
8848
8849 [ Chris Wilson ]
8850
8851 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
8852 the encoders
8853 - LP: #1097315
8854
8855 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
8856
8857linux (3.8.0-6.12) raring; urgency=low
8858
8859 [Tim Gardner]
8860
8861 * perf: NO_LIBPERL=1
8862 * Fix linux-headers dependency
8863 * Release Tracking Bug
8864 - LP: #1124362
8865
8866 [ Andy Whitcroft ]
8867
8868 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
8869 - LP: #1121699
8870
8871 [ Daniel Vetter ]
8872
8873 * SAUCE: drm/i915: write backlight harder
8874 - LP: #954661
8875
8876 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
8877
8878linux (3.8.0-6.11) raring; urgency=low
8879
8880 [Tim Gardner]
8881
8882 * Release Tracking Bug
8883 - LP: #1122071
8884 * rebase to v3.8-rc7
8885 * Add libaudit-dev as a build dependency
8886 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
8887
8888 [ Leann Ogasawara ]
8889
8890 * [Config] Remove CONFIG_SATA_AHCI annotation
8891
8892 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
8893
8894linux (3.8.0-5.10) raring; urgency=low
8895
8896 [Tim Gardner]
8897
8898 * Release Tracking Bug
8899 - LP: #1118568
8900
8901 * Bump ABI to fix install issue with 3.8.0-4.8.
8902 Moving drivers/ata/*ahci* to linux-image caused an
8903 install conflict with linux-image-extras without an
8904 ABI bump.
8905
8906 [ Jan Beulich ]
8907
8908 * SAUCE: xen-pciback: rate limit error messages from
8909 xen_pcibk_enable_msi{, x}()
8910 - LP: #1117336
8911 - CVE-2013-0231
8912
8913 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
8914
8915linux (3.8.0-4.9) raring; urgency=low
8916
8917 [ Herton Ronaldo Krzesinski ]
8918
8919 * d-i: Add mellanox ethernet drivers to nic-modules
8920 - LP: #1015339
8921
8922 [ Joseph Salisbury ]
8923
8924 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
8925 - LP: #1113547
8926
8927 [ Kamal Mostafa ]
8928
8929 * SAUCE: alx driver import script
8930
8931 [ Qualcomm Atheros, Inc ]
8932
8933 * SAUCE: alx: Update to heads/master
8934
8935 [ Tim Gardner ]
8936
8937 * Release Tracking Bug
8938 - LP: #1117673
8939
8940 * [debian] Remove dangling symlink from headers package
8941 - LP: #1112442
8942 * [config] CONFIG_ALX=m
8943 * [Config] Add alx to d-i nic-modules
8944 * [Config] CONFIG_SATA_AHCI=m
8945 - LP: #1056563
8946
8947 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
8948
8949linux (3.8.0-4.8) raring; urgency=low
8950
8951 [ Allen Ibara ]
8952
8953 * SAUCE: imx6: dts: Add IMX6Q AHCI support
8954
8955 [ Andy Whitcroft ]
8956
8957 * rebase to v3.8-rc6
8958 * updateconfigs following rebase to v3.8-rc6
8959
8960 [Leann Ogasawara]
8961
8962 * Release Tracking Bug
8963 - LP: #1112573
8964
8965 [ Paolo Pisati ]
8966
8967 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
8968 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
8969 * [Config] MMC_ARMMMCI=y (vexpress mmc)
8970 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
8971
8972 [ Seth Forshee ]
8973
8974 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
8975
8976 [ Upstream Kernel Changes ]
8977
8978 * rebase to v3.8-rc6
8979 - LP: #1107477
8980
8981 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
8982
8983linux (3.8.0-3.7) raring; urgency=low
8984
8985 [ Andy Green ]
8986
8987 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
8988 * SAUCE: ARM: omap2 add mac address allocation register api
8989 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
8990 allocation
8991
8992 [ Leann Ogasawara ]
8993
8994 * rebase to v3.8-rc5
8995 * Release Tracking Bug
8996 - LP: #1111486
8997
8998 [ Paolo Pisati ]
8999
9000 * SAUCE: davinci: vpss: compilation fix
9001 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9002 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9003 * [Config] enable Freescale IMX6 support (SabreLite)
9004 * [Config] SERIAL_IMX_CONSOLE=y
9005 * [Config] MMC_*_IMX=y
9006 * [Config] disable USB_SUSPEND
9007 * [Config] USB_MXS_PHY=y
9008 * [Config] USB_CHIPIDEA=y
9009 * SAUCE: DTB: add support for multiple DTBs
9010 * SAUCE: DTB: build imx6q-sabrelite
9011 * SAUCE: DTB: build beaglexm
9012 * SAUCE: DTB: build panda/panda es
9013 * [Config] disable CPU_FREQ
9014 * [Config] PANEL_TFP410=y (video DVI output)
9015 * [Config] SND_OMAP_SOC*=y
9016 * [Config] SND_IMX_SOC*=y
9017 * [Config] I2C_IMX=y
9018 * [Config] SPI_IMX=m
9019
9020 [ Stefan Bader ]
9021
9022 * [Config] Move 9p modules into generic package
9023 - LP: #1107658
9024
9025 [ Tony Lindgren ]
9026
9027 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9028 kernels
9029 * SAUCE: ARM: OMAP2+: Use omap initcalls
9030 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9031 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9032 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9033 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9034 multiplaform
9035 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9036 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9037 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9038
9039 [ Upstream Kernel Changes ]
9040
9041 * rebase to v3.8-rc5
9042 - LP: #1096789
9043
9044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9045
9046linux (3.8.0-2.6) raring; urgency=low
9047
9048 [ Adam Conrad ]
9049
9050 * Fix up linux-tools -> SRCPKGNAME-tools rename
9051
9052 [ Andy Whitcroft ]
9053
9054 * [Config] re-disable CONFIG_SOUND_OSS
9055 - LP: #1105230
9056
9057 [ Arend van Spriel ]
9058
9059 * SAUCE: brcmsmac: fix tx status processing
9060
9061 [Leann Ogasawara]
9062
9063 * Release Tracking Bug
9064 - LP: #1105104
9065
9066 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9067
9068linux (3.8.0-1.5) raring; urgency=low
9069
9070 [Tim Gardner]
9071
9072 * Release Tracking Bug
9073 - LP: #1101235
9074
9075 [ Dudley Du ]
9076
9077 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9078 - LP: #978807
9079
9080 [ Kamal Mostafa ]
9081
9082 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9083 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9084 * [Config] Add CONFIG_PS2_CYPRESS
9085
9086 [ Tim Gardner ]
9087
9088 * rebase to v3.8-rc4
9089
9090 [ Upstream Kernel Changes ]
9091
9092 * rebase to v3.8-rc4
9093 - LP: #1095315
9094 - LP: #886975
9095 - LP: #1086921
9096
9097 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
9098
9099linux (3.8.0-0.4) raring; urgency=low
9100
9101 [ Leann Ogasawara ]
9102
9103 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
9104 * [Config] Update CONFIG_IIO build annotation
9105 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
9106 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
9107 * [Config] Remove CONFIG_SPI_PL022 annotation
9108 * [Config] Update CONFIG_EZX_PCAP annotation
9109 * [Config] Update CONFIG_SENSORS_AK8975 annotation
9110 * [Config] Disable CONFIG_DRM_MGAG200
9111 - LP: #1042903
9112
9113 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
9114
9115linux (3.8.0-0.3) raring; urgency=low
9116
9117 [ Andy Whitcroft ]
9118
9119 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
9120 uselib()"
9121
9122 [ Scott James Remnant ]
9123
9124 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
9125 (for v3.7+)
9126 - LP: #1085766, #462111
9127
9128 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
9129
9130linux (3.8.0-0.2) raring; urgency=low
9131
9132 [ Tim Gardner ]
9133
9134 * [packaging] Add macro to selectively disable building perf
9135 * [packaging] Cannot depend on universe package libaudit-dev
9136
9137 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
9138
9139linux (3.8.0-0.1) raring; urgency=low
9140
9141
9142 [ Upstream Kernel Changes ]
9143
9144 * rebase to v3.8-rc3
9145 - LP: #1096789
9146
9147 [ Upstream Kernel Changes ]
9148
9149 * rebase to v3.8-rc2
9150 - LP: #1082357
9151 - LP: #1075882
9152
9153 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
9154
9155linux (3.7.0-7.15) raring; urgency=low
9156
9157 [ Chris J Arges ]
9158
9159 * SAUCE: add eeprom_bad_csum_allow module parameter
9160 - LP: #1070182
9161
9162 [ Leann Ogasawara ]
9163
9164 * Add ceph to linux-image for virtual instances
9165 - LP: #1063784
9166
9167 [ Serge Hallyn ]
9168
9169 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
9170
9171 [ Tim Gardner ]
9172
9173 * [Config] CONFIG_SLUB_DEBUG=y
9174 - LP: #1090308
9175
9176 [ Upstream Kernel Changes ]
9177
9178 * Revert "[SCSI] sd: Implement support for WRITE SAME"
9179 - LP: #1089818
9180
9181 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
9182
9183linux (3.7.0-6.14) raring; urgency=low
9184
9185 [ Andy Whitcroft ]
9186
9187 * [Config] annotations: all new annotations scheme including defaults
9188 * [Configs] apply annotation updates to main configs (top section)
9189
9190 [ Leann Ogasawara ]
9191
9192 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
9193 build"
9194 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
9195 * Temporarily disable module check for build
9196
9197 [ Stefan Bader ]
9198
9199 * ubuntu: dm-raid45: Adapt to upstream interface changes
9200 * Re-enable build of dm-raid45
9201
9202 [ Tim Gardner ]
9203
9204 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
9205 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
9206 * SAUCE: drm: Fix possible EDID memory allocation oops
9207 * SAUCE: ttm: Fix possible _manager memory allocation oops
9208 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
9209 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
9210 2 pointers
9211
9212 [ Tomas Hozza ]
9213
9214 * SAUCE: tools: hv: Netlink source address validation allows DoS
9215 - LP: #1084777
9216 - CVE-2012-5532
9217
9218 [ Upstream Kernel Changes ]
9219
9220 * rebase to v3.7
9221
9222 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
9223
9224linux (3.7.0-5.13) raring; urgency=low
9225
9226 [ Lino Sanfilippo ]
9227
9228 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
9229 fsnotify_destroy_group()
9230 - LP: #922906
9231 * SAUCE: fsnotify: introduce fsnotify_get_group()
9232 - LP: #922906
9233 * SAUCE: fsnotify: use reference counting for groups
9234 - LP: #922906
9235 * SAUCE: fsnotify: take groups mark_lock before mark lock
9236 - LP: #922906
9237 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
9238 indicates wheather a mark should be destroyed
9239 - LP: #922906
9240 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
9241 mark list
9242 - LP: #922906
9243 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
9244 - LP: #922906
9245 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
9246 fsnotify_remove_mark()
9247 - LP: #922906
9248 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
9249 by group
9250 - LP: #922906
9251 * SAUCE: fsnotify: change locking order
9252 - LP: #922906
9253
9254 [ Tim Gardner ]
9255
9256 * [Config] CONFIG_NFC_LLCP=y
9257 * [Config] get-firmware: Filter new files through fwinfo
9258 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
9259 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
9260 * [Config] CONFIG_XEN=y for all arches
9261 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
9262 * [Config] CONFIG_MMC_DW_EXYNOS=m
9263 * [Config] CONFIG_GPIO_ADNP=m
9264 * [Config] find-obsolete-firmware: Use correct path
9265 * rebase to v3.7-rc8
9266 - LP: #1084640
9267
9268 [ Upstream Kernel Changes ]
9269
9270 * Revert "VFS: don't do protected {sym,hard}links by default"
9271 - LP: #1084192
9272
9273 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
9274
9275linux (3.7.0-4.12) raring; urgency=low
9276
9277 [ Tim Gardner ]
9278
9279 * Revert "[Config] Use -j1 for headers_install"
9280 * Revert "[Config] install-arch-headers needs a valid config"
9281 Strayed into the weeds in search of the root cause of the periodic
9282 build failure.
9283 Fixes powerpc FTBS introduced in -4.11.
9284 * [Config] hmake -j1
9285 The kernel makefile appears to have parallel dependency
9286 problems for the install_headers target. This appears to be root
9287 cause for a periodic build failure on N-way machines.
9288
9289 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
9290
9291linux (3.7.0-4.11) raring; urgency=low
9292
9293 [ Tim Gardner ]
9294
9295 * [Config] Use -j1 for headers_install
9296 Also fixes a powerpc FTBS introduced by
9297 "[Config] install-arch-headers needs a valid config".
9298
9299 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
9300
9301linux (3.7.0-4.10) raring; urgency=low
9302
9303 [ Andy Whitcroft ]
9304
9305 * [Config] add rebuild-test support for autopkgtest
9306 - LP: #1081500
9307 * [tests] move build tests out of the way
9308 - LP: #1081500
9309 * [tests] add an autopkgtest rebuild test
9310 - LP: #1081500
9311
9312 [ Tim Gardner ]
9313
9314 * rebase to v3.7-rc7
9315 * SAUCE: Remove emi62 files duplicated in linux-firmware
9316 * SAUCE: Remove sb16 files duplicated in linux-firmware
9317 * SAUCE: Remove whiteheat files duplicated in linux-firmware
9318 * SAUCE: Remove yamaha files duplicated in linux-firmware
9319 * SAUCE: Remove dsp56k files used only by m68k
9320 * SAUCE: firmware: Remove last vestiges of dabusb
9321 * SAUCE: Remove vicam files duplicated in linux-firmware
9322 * [Config] install-arch-headers needs a valid config
9323
9324 [ Upstream Kernel Changes ]
9325
9326 * rebase to v3.7-rc7
9327 - LP: #1076840
9328 - LP: #1081466
9329
9330 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
9331
9332linux (3.7.0-3.9) raring; urgency=low
9333
9334 [ Leann Ogasawara ]
9335
9336 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
9337 - LP: #1079900
9338 * Add nfsv3 to nfs-modules udeb
9339
9340 [ Paolo Pisati ]
9341
9342 * [Config] SND_OMAP_SOC*=y
9343 - LP: #1019321
9344
9345 [ Stefan Bader ]
9346
9347 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
9348 - LP: #1078926
9349
9350 [ Tim Gardner ]
9351
9352 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
9353 - LP: #1079469
9354 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
9355 * rebase to v3.7-rc6
9356 * SAUCE: script to detect obsolete firmware
9357 * SAUCE: Remove yam files duplicated in linux-firmware
9358 * SAUCE: Remove tehuti files duplicated in linux-firmware
9359 * SAUCE: Remove matrox files duplicated in linux-firmware
9360 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
9361 * SAUCE: Remove r128 files duplicated in linux-firmware
9362 * SAUCE: Remove acenic files duplicated in linux-firmware
9363 * SAUCE: Remove keyspan files duplicated in linux-firmware
9364 * SAUCE: Remove sun files duplicated in linux-firmware
9365 * SAUCE: Remove radeon files duplicated in linux-firmware
9366 * SAUCE: Update bnx2x firmware to 7.8.2.0
9367 * [Config] generic.inclusion-list: econet has disappeared
9368
9369 [ Upstream Kernel Changes ]
9370
9371 * seccomp: forcing auditing of kill condition
9372 - LP: #1079469
9373 * rebase to v3.7-rc6
9374
9375 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
9376
9377linux (3.7.0-2.8) raring; urgency=low
9378
9379 [ Andy Whitcroft ]
9380
9381 * Revert "overlayfs: disable until FTBS is fixed"
9382 * Revert "ubuntu: overlayfs"
9383 * Revert "ubuntu: AUFS"
9384 * ubuntu: overlayfs -- overlayfs: add statfs support
9385 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
9386 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
9387 inode
9388 - LP: #944386
9389 * ubuntu: AUFS (no-squash): basic framework and update machinary
9390 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
9391 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
9392 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
9393 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
9394 * ubuntu: AUFS (no-squash) -- reenable
9395 - LP: #1079193
9396
9397 [ Erez Zadok ]
9398
9399 * ubuntu: overlayfs -- overlayfs: implement show_options
9400
9401 [ Miklos Szeredi ]
9402
9403 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
9404 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
9405 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
9406 * ubuntu: overlayfs -- overlay filesystem
9407 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
9408 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
9409
9410 [ Neil Brown ]
9411
9412 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
9413
9414 [ Robin Dong ]
9415
9416 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
9417 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
9418
9419 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
9420
9421linux (3.7.0-1.7) raring; urgency=low
9422
9423 [ Tim Gardner ]
9424
9425 * [Config] Drop dependency on libaudit-dev
9426 Its a universe package which causes an FTBS on the builders.
9427 libaudit-dev is not strictly required for the perf tools build.
9428
9429 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
9430
9431linux (3.7.0-1.6) raring; urgency=low
9432
9433 [ Andy Whitcroft ]
9434
9435 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
9436 * [Config] better encode the CONFIG_NVRAM constaint
9437 * enforcer -- fix debugging output
9438
9439 [ Ben Collins ]
9440
9441 * [Config] Add custom_override rule to allow for alternate kernel
9442 file/install
9443 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
9444
9445 [ Tim Gardner ]
9446
9447 * [Config] Dropped armel
9448 * Drop highbank from ABI fetch list
9449 * [Config] Use dh_prep instead of 'dh_clean -k'
9450 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
9451 * [Config] Document binary-indep dependency chain
9452 * rebase to v3.7-rc5
9453
9454 [ Upstream Kernel Changes ]
9455
9456 * rebase to v3.7-rc5
9457
9458 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
9459
9460linux (3.7.0-0.5) raring; urgency=low
9461
9462 [ Tim Gardner ]
9463
9464 * [Config] CONFIG_AMD_IOMMU_V2=m
9465 - LP: #1071520
9466 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
9467 Fixes FTBS
9468
9469 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
9470
9471linux (3.7.0-0.4) raring; urgency=low
9472
9473 [ Ben Collins ]
9474
9475 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
9476
9477 [ Tim Gardner ]
9478
9479 * [Config] do_tools=false for arm
9480
9481 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
9482
9483linux (3.7.0-0.3) raring; urgency=low
9484
9485 [ Tim Gardner ]
9486
9487 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
9488 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
9489 * [Config] Drop highbank harder
9490
9491 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
9492
9493linux (3.7.0-0.2) raring; urgency=low
9494
9495 [ Andy Whitcroft ]
9496
9497 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
9498 instances
9499 - LP: #1066921
9500 * [Config] drop highbank builds
9501
9502 [ Jeremy Kerr ]
9503
9504 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
9505 - LP: #1063061
9506
9507 [ Leann Ogasawara ]
9508
9509 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
9510
9511 [ Tim Gardner ]
9512
9513 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
9514 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
9515 * rebase to v3.7-rc4
9516 * SAUCE: MODSIGN: Emit error for incorrectly signed module
9517
9518 [ Upstream Kernel Changes ]
9519
9520 * rebase to v3.7-rc4
9521
9522 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
9523
9524linux (3.7.0-0.1) raring; urgency=low
9525
9526
9527 [ Upstream Kernel Changes ]
9528
9529 * rebase to v3.7-rc3
9530 - LP: #1056078
9531
9532 [ Upstream Kernel Changes ]
9533
9534 * rebase to v3.7-rc2
9535 - LP: #1060729
9536 - LP: #1059523
9537 - LP: #1006690
9538 - LP: #1049623
9539 - LP: #1046512
9540 - LP: #1052499
9541 - LP: #1037642
9542 - LP: #559939
9543 - LP: #1052460
9544 - LP: #939161
9545 - LP: #1046734
9546
9547 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
9548
9549linux (3.6.0-0.1) UNRELEASED; urgency=low
9550
9551
9552 [ Upstream Kernel Changes ]
9553
9554 * rebase to v3.6
9555
9556 [ Upstream Kernel Changes ]
9557
9558 * rebase to v3.6-rc7
9559
9560 [ Upstream Kernel Changes ]
9561
9562 * rebase to v3.6-rc6
9563 - LP: #1000424
9564
9565 [ Upstream Kernel Changes ]
9566
9567 * rebase to v3.6-rc5
9568 - LP: #1040077
9569
9570 [ Upstream Kernel Changes ]
9571
9572 * rebase to v3.6-rc4
9573
9574 [ Upstream Kernel Changes ]
9575
9576 * rebase to v3.6-rc3
9577 - LP: #1038651
9578 - LP: #1034779
9579
9580 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
9581
9582linux (3.5.0-6.6) quantal-proposed; urgency=low
9583
9584 [ Andy Whitcroft ]
9585
9586 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
9587 experimental features
9588 * SAUCE: highbank -- export clock functions for modules
9589 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
9590 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
9591 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
9592 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
9593 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
9594 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
9595 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
9596 * [Config] highbank -- reenable CONFIG_DW_DMAC
9597 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
9598 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
9599 * [Config] highbank -- reenable CONFIG_USB_DWC3
9600 * [Config] highbank -- reenable CONFIG_SATA_MV
9601 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
9602 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
9603 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
9604 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
9605 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
9606 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
9607 * [Config] highbank -- enable CONFIG_EXPERT
9608 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
9609 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
9610 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
9611 * [Config] enable CONFIG_USB_ETH_EEM
9612 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
9613 * [Config] disable CONFIG_USB_M66592
9614 * [Config] enable CONFIG_USB_NET2272
9615 * [Config] enable CONFIG_USB_R8A66597
9616 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
9617 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
9618 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
9619 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
9620 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
9621 * [Config] sync configuration armhf omap -> armel omap
9622 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
9623 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
9624
9625 [ Bryan Wu ]
9626
9627 * [Config] change default IO scheduler from CFQ to Deadline
9628
9629 [ Leann Ogasawara ]
9630
9631 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
9632 * [Config] Disable CONFIG_MOUSE_INPORT
9633
9634 [ Tim Gardner ]
9635
9636 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
9637 * [Config] Add bnx2x firmware to nic-modules udeb
9638 * SAUCE: Add script to convert firmware to ihex format
9639 * SAUCE: firmware: Upgrade bnx2 to current versions
9640 * [Config] Add tigon firmware to nic-modules udeb
9641 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
9642 - LP: #1026761
9643 * SAUCE: Remove redundant cis firmware
9644 * SAUCE: Remove redundant emi26 firmware
9645 * SAUCE: Remove redundant ttusb-budget firmware
9646 * SAUCE: Remove redundant sun/cassini firmware
9647 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
9648 * SAUCE: Remove redundant 3com/typhoon.bin firmware
9649 * SAUCE: Remove redundant yamaha/ds1 firmware
9650 * SAUCE: Remove redundant keyspan_pda firmware
9651 * rebase to v3.5
9652
9653 [ Upstream Kernel Changes ]
9654
9655 * rebase to v3.5
9656 - LP: #1027828
9657
9658 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
9659
9660linux (3.5.0-5.5) quantal-proposed; urgency=low
9661
9662 [ Andy Whitcroft ]
9663
9664 * [Config] annotations: initial import of configuration annotations
9665
9666 [ Bryan Wu ]
9667
9668 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
9669
9670 [ Leann Ogasawara ]
9671
9672 * Rebase to v3.5-rc7
9673
9674 [ Manoj Iyer ]
9675
9676 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
9677 - LP: #1010281
9678
9679 [ Tim Gardner ]
9680
9681 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
9682 expects
9683 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
9684 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
9685 * [Config] CONFIG_IP_NF_QUEUE=n
9686 * [Config] CONFIG_MTD_DOC2000=n
9687 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
9688 * [Config] CONFIG_PRISM54=n
9689 * [Config] CONFIG_SCx200_I2C=n
9690 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
9691
9692 [ Upstream Kernel Changes ]
9693
9694 * rebase to v3.5-rc7
9695
9696 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
9697
9698linux (3.5.0-4.4) quantal-proposed; urgency=low
9699
9700 [ Andy Whitcroft ]
9701
9702 * [Packaging] getabis should be extracting all packages
9703 - LP: #1021174
9704 * [Config] getabis -- series uses linux-image-extra
9705 - LP: #1021174
9706 * rebase to v3.5-rc6
9707
9708 [ Bryan Wu ]
9709
9710 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
9711 flavours
9712 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
9713
9714 [ Leann Ogasawara ]
9715
9716 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
9717 - LP: #1019561
9718
9719 [ Paolo Pisati ]
9720
9721 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
9722 - LP: #1019321
9723
9724 [ Stefan Bader ]
9725
9726 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
9727 - LP: #1018456
9728 * (config) Disable ACPI_PROCFS_POWER
9729
9730 [ Tim Gardner ]
9731
9732 * [Config] CONFIG_ACPI_BGRT=y
9733 * Extract firmware module info during getabi
9734 - LP: #1021174
9735
9736 [ Upstream Kernel Changes ]
9737
9738 * rebase to v3.5-rc6
9739
9740 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
9741
9742linux (3.5.0-3.3) quantal-proposed; urgency=low
9743
9744 [ Andy Whitcroft ]
9745
9746 * [Config] enable CONFIG_MEMTEST=y
9747 - LP: #1004535
9748 * [Config] config-check: add support for a cut operation
9749 * [Config] enforcer -- switch to cut where appropriate
9750
9751 [ Leann Ogasawara ]
9752
9753 * Rebase to v3.5-rc5
9754 * [Config] Updateconfigs after rebase to v3.5-rc5
9755
9756 [ Luis Henriques ]
9757
9758 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
9759 __ocfs2_change_file_space
9760 - LP: #1006012
9761
9762 [ Seth Forshee ]
9763
9764 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
9765 for LVDS register initialization
9766 - LP: #1012800
9767
9768 [ Upstream Kernel Changes ]
9769
9770 * rebase to v3.5-rc5
9771 - LP: #1013183
9772 - LP: #1017017
9773 - LP: #884652
9774
9775 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
9776
9777linux (3.5.0-2.2) quantal-proposed; urgency=low
9778
9779 [ Andy Whitcroft ]
9780
9781 * rebase to v3.5-rc4
9782
9783 [ Arend van Spriel ]
9784
9785 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
9786 brcms_c_regd_init()
9787 - LP: #950320
9788
9789 [ Bryan Wu ]
9790
9791 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
9792
9793 [ Chris J Arges ]
9794
9795 * PACKAGING: add .gnu_debuglink sections to .ko files
9796 - LP: #669641
9797
9798 [ Leann Ogasawara ]
9799
9800 * d-i: Add hid-generic to input-modules
9801 - LP: #1017879
9802
9803 [ Ming Lei ]
9804
9805 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
9806 - LP: #1017717, #225
9807
9808 [ Paolo Pisati ]
9809
9810 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
9811 - LP: #1017718
9812 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
9813
9814 [ Seth Forshee ]
9815
9816 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
9817 during initialization
9818 - LP: #950320
9819 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
9820 by mac80211
9821 - LP: #950320
9822 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
9823 channels
9824 - LP: #950320
9825 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
9826 - LP: #950320
9827 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
9828 regulatory domain
9829 - LP: #950320
9830 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
9831 regulatory updates
9832 - LP: #950320
9833 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
9834 tx power limits
9835 - LP: #950320
9836 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
9837 against internal regulatory data
9838 - LP: #950320
9839 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
9840 when checking whether OFDM is allowed
9841 - LP: #950320
9842
9843 [ Tim Gardner ]
9844
9845 * [Config] Enable CONFIG_CGROUPS for highbank
9846 - LP: #1014692
9847 * [Config] FB_OMAP*=y and PANEL_TFP410=y
9848
9849 [ Upstream Kernel Changes ]
9850
9851 * rebase to v3.5-rc4
9852
9853 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
9854
9855linux (3.5.0-1.1) quantal-proposed; urgency=low
9856
9857 [ Andy Whitcroft ]
9858
9859 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
9860
9861 [ Leann Ogasawara ]
9862
9863 * Rebase to v3.5-rc1
9864 * [Config] Remove USB_DEVICEFS from the config enforcer
9865 * [Config] Updateconfigs after rebase to v3.5-rc1
9866 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
9867 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
9868 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
9869 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
9870 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
9871 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
9872 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
9873 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
9874 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
9875 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
9876 * Rebase to v3.5-rc2
9877 * [Config] Updateconfigs after rebase to v3.5-rc2
9878 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
9879 * Rebase to v3.5-rc3
9880 * [Config] Updateconfigs after rebase to v3.5-rc3
9881
9882 [ Paul Mundt ]
9883
9884 * SAUCE: fix bug.h's inclusion of kernel.h
9885
9886 [ Stefan Bader ]
9887
9888 * SAUCE: Fix compile failures of dm-raid45
9889 * [Config] Enable dm-raid45
9890 * Move dependency on crda to extra package
9891 - LP: #657901
9892 * SAUCE: Mask CR4 writes on older Xen hypervisors
9893
9894 [ Upstream Kernel Changes ]
9895
9896 * rebase to v3.5-rc3
9897 - LP: #993162
9898 - LP: #925577
9899 * rebase to v3.5-rc2
9900 * rebase to v3.5-rc1
9901 - LP: #955892
9902 - LP: #978038
9903 - LP: #987371
9904 - LP: #929545
9905 - LP: #942316
9906 - LP: #903853
9907
9908 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
9909
9910linux (3.4.0-5.11) quantal-proposed; urgency=low
9911
9912 [ Leann Ogasawara ]
9913
9914 * [Config] Disable CONFIG_ARM_LPAE
9915 - LP: #1009061
9916
9917 [ Oleksij Rempel ]
9918
9919 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
9920 - LP: #1008905
9921
9922 [ Paolo Pisati ]
9923
9924 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
9925 - LP: #1009061
9926
9927 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
9928
9929linux (3.4.0-4.10) quantal; urgency=low
9930
9931 [ Leann Ogasawara ]
9932
9933 * Temporarily disable ABI and module check
9934
9935 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
9936
9937linux (3.4.0-4.9) quantal; urgency=low
9938
9939 [ Andy Whitcroft ]
9940
9941 * [Config] fix config split to avoid the shared config
9942 * [Config] updateconfigs following split config fix
9943 * [Config] linux-image-extras needs full postinst
9944 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
9945 * [Config] CONFIG_HP_WATCHDOG enable as module
9946 * [Config] CONFIG_PDC_ADMA is not boot essential
9947 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
9948 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
9949 * [Config] CONFIG_TRANZPORT=m commonise
9950 * [Config] CONFIG_R3964=m commonise
9951 * [Config] CONFIG_SCSI_DH=m commonise
9952 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
9953 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
9954 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
9955 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
9956 * [Config] CONFIG_USB_SN9C102 is deprecated disable
9957 * [Config] CONFIG_USB_SI470X=m commonise
9958 * [Config] CONFIG_USB_ET61X251=m commonise
9959 * [Config] CONFIG_RTS_PSTOR=m commonise
9960 * [Config] CONFIG_SCANLOG=m commonise
9961 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
9962 * [Config] CONFIG_SM_FTL=m commonise
9963 * [Config] CONFIG_SOLO6X10=m commonise
9964 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
9965 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
9966 * [Config] CONFIG_SPI_SPIDEV=m commonise
9967 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
9968 * [Config] CONFIG_TPS65010=m commonise
9969 * [Config] CONFIG_STE10XP=y commonise
9970 * [Config] CONFIG_X25_ASY=m commonise
9971 * [Config] CONFIG_USB_MON=m commonise
9972 * [Config] CONFIG_VME_BUS=m commonise
9973 * [Config] CONFIG_W35UND=m commonise
9974 * [Config] -CONFIG_TCG_TPM=y commonise
9975 * [Config] highbank -- commonise filesystems
9976 * [Config] highbank -- commonise subsystems
9977 * [Config] highbank -- commonise network protocols
9978 * [Config] highbank -- commonise input drivers
9979 * [Config] highbank -- commonise CRYPTO options
9980 * [Config] highbank -- commonise HID options
9981 * [Config] highbank -- commonise sensors options
9982 * [Config] highbank -- commonise EXPORTFS/FHANDLE
9983 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
9984 * [Config] highbank -- commonise ENCRYPTED_KEYS
9985 * [Config] highbank -- commonise CONFIG_ATALK
9986 * [Config] highbank -- commonise INET/INET6
9987 * [Config] highbank -- commonise NLS
9988 * [Config] highbank -- commonise BLK/CHR
9989 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
9990 * [Config] highbank -- commonise INET/INET6 part 2
9991 * [Config] highbank -- commonise PHY settings
9992 * [Config] highbank -- commonise CRC settings
9993 * [Config] highbank -- commonise BINFMT settings
9994 * [Config] highbank -- commonise DM settings
9995 * [Config] highbank -- commonise RTC_DRV settings
9996 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
9997 * [Config] highbank -- commonise USB settings
9998 * [Config] highbank -- commonise GPIO settings
9999 * [Config] highbank -- commonise I2C settings
10000 * [Config] highbank -- commonise numerous subsystem selectors
10001 * [Config] highbank -- commonise A-C modules missmatches
10002 * [Config] highbank -- commonise D-F modules missmatches
10003 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10004 * [Config] highbank -- commonise G-I modules missmatches
10005 * [Config] highbank -- commonise J-L modules missmatches
10006 * [Config] highbank -- commonise M modules missmatches
10007 * [Config] highbank -- commonise N-P modules missmatches
10008 * [Config] highbank -- commonise Q-R modules missmatches
10009 * [Config] highbank -- commonise S modules missmatches -- part 1
10010 * [Config] highbank -- commonise S modules missmatches -- part 2
10011 * [Config] highbank -- commonise T modules missmatches
10012 * [Config] highbank -- commonise U-Z modules missmatches
10013
10014 [ Ike Panhc ]
10015
10016 * [Config] add highbank flavour
10017 - LP: #1000831
10018
10019 [ Mark Langsdorf ]
10020
10021 * SAUCE: arm highbank: add support for pl320-ipc driver
10022 - LP: #1000831
10023
10024 [ Rob Herring ]
10025
10026 * SAUCE: input: add a key driver for highbank
10027 - LP: #1000831
10028 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10029 - LP: #1000831
10030 * SAUCE: force DMA buffers to non-bufferable on highbank
10031 - LP: #1000831
10032 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10033 - LP: #1000831
10034
10035 [ Tim Gardner ]
10036
10037 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10038 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10039 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10040 * [Config] Homogenize CIFS configs across all arches
10041 * [Config] armhf should not be skipabi or skipmodules
10042 - LP: #1006913
10043
10044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10045
10046linux (3.4.0-3.8) quantal; urgency=low
10047
10048 [ Andy Whitcroft ]
10049
10050 * [Config] include include/generated/compile.h
10051 - LP: #942569
10052 * [Config] fix up postinst to ensure we know which error is which
10053 - LP: #1002388
10054
10055 [ Herton Ronaldo Krzesinski ]
10056
10057 * SAUCE: async_populate_rootfs: fix build warnings
10058 - LP: #1003417
10059
10060 [ John Johansen ]
10061
10062 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10063 * SAUCE: apparmor: Add the ability to mediate mount
10064 * SAUCE: AppArmor: basic networking rules
10065 * SAUCE: apparmor: fix profile lookup for unconfined
10066 - LP: #978038, #987371
10067 * SAUCE: apparmor: fix long path failure due to disconnected path
10068 - LP: #955892
10069
10070 [ Mario Limonciello ]
10071
10072 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10073 - LP: #901410
10074
10075 [ Stefan Bader ]
10076
10077 * (config) Built-in xen-acpi-processor
10078
10079 [ Tim Gardner ]
10080
10081 * [Config] CONFIG_NET_DSA=m
10082 - LP: #1004148
10083 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10084
10085 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10086
10087linux (3.4.0-3.7) quantal; urgency=low
10088
10089 [ Andy Whitcroft ]
10090
10091 * [Config] drop the virtual flavour in favour of a split generic et al
10092 * [Config] enforcer -- drop IDLE enforcement
10093 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10094 * [Config] updateconfigs following removal of -virtual
10095
10096 [ Leann Ogasawara ]
10097
10098 * Rebase to v3.4
10099
10100 [ Seth Forshee ]
10101
10102 * [Config] disable CONFIG_B43_BCMA_EXTRA
10103
10104 [ Tim Gardner ]
10105
10106 * [Config] Check for extras when building udebs
10107 * [Config] Collapsed generic-pae into generic [i386]
10108
10109 [ Upstream Kernel Changes ]
10110
10111 * rebase to v3.4
10112
10113 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
10114
10115linux (3.4.0-2.6) quantal; urgency=low
10116
10117 [ Andy Whitcroft ]
10118
10119 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
10120 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
10121 d_make_root()"
10122 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
10123 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
10124 security permissions to overlay files"
10125 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
10126 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
10127 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
10128 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
10129 * Revert "ubuntu: overlayfs -- overlay filesystem"
10130 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
10131 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
10132 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
10133 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
10134 * ubuntu: overlayfs -- overlayfs: add statfs support
10135 * ubuntu: overlayfs -- inode_only_permission: export inode level
10136 permissions checks
10137 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
10138
10139 [ Erez Zadok ]
10140
10141 * ubuntu: overlayfs -- overlayfs: implement show_options
10142
10143 [ Miklos Szeredi ]
10144
10145 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10146 * ubuntu: overlayfs -- vfs: add i_op->open()
10147 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10148 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10149 * ubuntu: overlayfs -- overlay filesystem
10150 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10151
10152 [ Neil Brown ]
10153
10154 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10155
10156 [ Robin Dong ]
10157
10158 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10159 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10160
10161 [ Tim Gardner ]
10162
10163 * [Config] perarch and indep tools builds need separate build directories
10164 * Prevent upgrading a non-PAE CPU
10165 * perf is not parallel build safe
10166
10167 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
10168
10169linux (3.4.0-2.5) quantal; urgency=low
10170
10171 [ Andy Whitcroft ]
10172
10173 * [Config] perarch and indep tools builds need separate build directories
10174
10175 [ Tim Gardner ]
10176
10177 * Prevent upgrading a non-PAE CPU
10178 * [Config] build debug
10179 * [Config] perf tools are not parallel build safe
10180
10181 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
10182
10183linux (3.4.0-2.4) quantal; urgency=low
10184
10185 [ Leann Ogasawara ]
10186
10187 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
10188 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
10189 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
10190 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
10191 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
10192 7400"
10193 * Revert "ubuntu: omnibook: fix source file newline"
10194 * Revert "ubuntu: omnibook -- update BOM"
10195 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
10196 depend on X86"
10197 * Revert "ubuntu: omnibook -- Added missing BOM file"
10198 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
10199 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
10200 mappings"
10201 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
10202 X86_32"
10203 * Revert "ubuntu: nx-emu - i386: NX emulation"
10204 * Revert "ubuntu: rfkill drivers -- version 1.3"
10205 * Temporarily disable module check
10206 * [Config] Remove CONFIG_FSAM7400
10207 * [Config] Remove CONFIG_OMNIBOOK
10208 * [Config] Update configs
10209 * Rebase to v3.4-rc7
10210 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
10211
10212 [ Tim Gardner ]
10213
10214 * Updated generic-pae description
10215 * Rebase to v3.4-rc6
10216 * install-tools depends on build targets
10217
10218 [ Upstream Kernel Changes ]
10219
10220 * kconfig: in debug mode some 0 length message prints occur
10221 * rebase to v3.4-rc7
10222 * rebase to v3.3-rc6
10223
10224 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
10225
10226linux (3.4.0-1.3) quantal; urgency=low
10227
10228 [ Andy Whitcroft ]
10229
10230 * [Config] control.stub is an intermediate product not a dependancy
10231 - LP: #992414
10232
10233 [ Leann Ogasawara ]
10234
10235 * remove i386 generic from getabis
10236
10237 [ Upstream Kernel Changes ]
10238
10239 * (pre-stable) b43: only reload config after successful initialization
10240 - LP: #950295
10241
10242 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
10243
10244linux (3.4.0-1.2) quantal; urgency=low
10245
10246 [ Andy Whitcroft ]
10247
10248 * [Config] add build depends for flex, bison and pkg-config
10249
10250 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
10251
10252linux (3.4.0-1.1) quantal; urgency=low
10253
10254 [ Andy Whitcroft ]
10255
10256 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10257 permissions to overlay files
10258 - LP: #915941, #918212
10259 - CVE-2012-0055
10260
10261 [ Leann Ogasawara ]
10262
10263 * Open Q
10264 * Rebase to v3.4-rc5
10265 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10266 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10267 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10268 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
10269 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10270 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
10271 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10272 * [Config] Temporarily disable CONFIG_AX88796 on arm
10273
10274 [ Upstream Kernel Changes ]
10275
10276 * vfs: pass struct path to __dentry_open()
10277 * vfs: add i_op->open()
10278 * vfs: export do_splice_direct() to modules
10279 * vfs: introduce clone_private_mount()
10280 * overlay filesystem
10281 * overlayfs: add statfs support
10282 * overlayfs: implement show_options
10283 * overlay: overlay filesystem documentation
10284 * fs: limit filesystem stacking depth
10285 * overlayfs: follow header cleanup
10286 * overlayfs: switch from d_alloc_root() to d_make_root()
10287 * overlayfs: update touch_atime() usage
10288 * rebase to v3.4-rc5
10289 - LP: #950490
10290 * rebase to v3.4-rc4
10291 * rebase to v3.4-rc3
10292 * rebase to v3.4-rc2
10293 * rebase to v3.4-rc1
10294 * rebase to v3.3
10295 * rebase to v3.3-rc7
10296 * rebase to v3.3-rc6
10297 * rebase to v3.3-rc5
10298 * rebase to v3.3-rc4
10299 - LP: #900802
10300 - LP: #930842
10301 * rebase to v3.3-rc3
10302 - LP: #924320
10303 - LP: #923316
10304 - LP: #923409
10305 - LP: #918254
10306 * rebase to v3.3-rc2
10307 * rebase to v3.3-rc1
10308 - LP: #795823
10309 - LP: #909419
10310 - LP: #910792
10311 - LP: #878701
10312 - LP: #724831
10313
10314 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
10315
10316linux (3.2.0-10.18) precise; urgency=low
10317
10318 [ Tim Gardner ]
10319
10320 * SAUCE: ecryptfs: Print inode on metadata error
10321
10322 [ Upstream Kernel Changes ]
10323
10324 * Revert "proc: enable writing to /proc/pid/mem"
10325 - LP: #919115
10326 - CVE-2012-0056
10327 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
10328 - LP: #909419
10329
10330 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
10331
10332linux (3.2.0-10.17) precise; urgency=low
10333
10334 [ Andy Whitcroft ]
10335
10336 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
10337 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
10338 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
10339 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
10340 * Revert "SAUCE: overlayfs -- overlay filesystem"
10341 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
10342 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
10343 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
10344 * ensure debian/ is not excluded from git by default
10345 * add new scripting to handle buglinks in rebases
10346 * ubuntu: overlayfs -- overlayfs: add statfs support
10347 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
10348 permissions to overlay files
10349 - LP: #915941, #918212
10350 - CVE-2012-0055
10351
10352 [ Erez Zadok ]
10353
10354 * ubuntu: overlayfs -- overlayfs: implement show_options
10355
10356 [ Leann Ogasawara ]
10357
10358 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
10359 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
10360 - LP: #907377, #911236
10361 * [Config] Enable CONFIG_IRQ_REMAP
10362
10363 [ Miklos Szeredi ]
10364
10365 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
10366 * ubuntu: overlayfs -- vfs: add i_op->open()
10367 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10368 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10369 * ubuntu: overlayfs -- overlay filesystem
10370 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10371
10372 [ Neil Brown ]
10373
10374 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10375
10376 [ Upstream Kernel Changes ]
10377
10378 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
10379 - LP: #647043
10380 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
10381 breaks USB
10382 - LP: #647043
10383
10384 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
10385
10386linux (3.2.0-9.16) precise; urgency=low
10387
10388 [ Andy Whitcroft ]
10389
10390 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
10391 * [Config] pull ARM sound modules =m
10392 * [Config] CONFIG_RTC_DRV_TEST is for testing only
10393 * [Config] CONFIG_USB_DUMMY_HCD is testing only
10394 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
10395
10396 [ Leann Ogasawara ]
10397
10398 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
10399 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
10400 * [Config] Enable CONFIG_MMC_TMIO=m
10401 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
10402 * [Config] Enable CONFIG_ISI=m
10403 * [Config] Enable CONFIG_MMC=y
10404 * [Config] Enable CONFIG_LIRC_PARALLEL=m
10405 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
10406 * [Config] Enable CONFIG_CHR_DEV_SG=y
10407 * [Config] Enable CONFIG_GPIO_PCA953X=m
10408 * [Config] Enable CONFIG_GPIO_TWL4030=m
10409 * [Config] Enable CONFIG_INET_DIAG=m
10410 * [Config] Enable CONFIG_NLS_ISO8859_1=m
10411 * [Config] Enable CONFIG_NVRAM=m
10412 * [Config] Enable CONFIG_SLIP=m
10413 * [Config] Enable CONFIG_PC300TOO=m
10414 * [Config] Enable CONFIG_TUN=y
10415 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
10416 * [Config] Enable CONFIG_THERMAL=y
10417 * [Config] Enable CONFIG_PPP=y
10418 * [Config] Enable CONFIG_PCI_STUB=m
10419 * Rebase to v3.2.1
10420 * [Config] Enable CONFIG_RTL8192E=m
10421 * [Config] Enable CONFIG_RTS5139=m
10422
10423 [ Stefan Bader ]
10424
10425 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
10426
10427 [ Upstream Kernel Changes ]
10428
10429 * ARM: restart: add restart hook to machine_desc record
10430 * ARM: restart: allow platforms more flexibility specifying restart mode
10431 * ARM: restart: move reboot failure handing into machine_restart()
10432 * ARM: restart: remove argument to setup_mm_for_reboot()
10433 * ARM: 7159/1: OMAP: Introduce local common.h files
10434 * ARM: restart: only perform setup for restart when soft-restarting
10435 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
10436 function
10437 * ARM: idmap: populate identity map pgd at init time using .init.text
10438 * ARM: suspend: use idmap_pgd instead of suspend_pgd
10439 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
10440 * ARM: idmap: use idmap_pgd when setting up mm for reboot
10441 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
10442 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
10443 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
10444 restart changes
10445 * ARM: lib: add call_with_stack function for safely changing stack
10446 * ARM: reset: implement soft_restart for jumping to a physical address
10447 * ARM: stop: execute platform callback from cpu_stop code
10448 * ARM: kexec: use soft_restart for branching to the reboot buffer
10449 * ARM: restart: omap: use new restart hook
10450 * topdown mmap support
10451 - LP: #861296
10452
10453 [ Upstream Kernel Changes ]
10454
10455 * Rebase to v3.2.1
10456
10457 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
10458
10459linux (3.2.0-8.15) precise; urgency=low
10460
10461 [ Leann Ogasawara ]
10462
10463 * [Config] Disable CONFIG_ACPI_PROCFS
10464 * Remove server from getabis
10465 * Temporarily disable module check
10466 * [Config] Disable CONFIG_MTD_TESTS
10467 * [Config] Disable CONFIG_X86_E_POWERSAVER
10468 * [Config] Set CONFIG_ARCNET=m
10469 * [Config] Enable CONFIG_ATM_DUMMY=m
10470 * [Config] Enable CONFIG_BLK_DEV_MD=y
10471 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
10472 * [Config] Enable CONFIG_BLK_DEV_SD=y
10473 * [Config] Enable CONFIG_BLK_DEV_SR=y
10474 * [Config] Enable CONFIG_BLK_DEV_UB=m
10475 * [Config] Enable CONFIG_COPS=m
10476 * [Config] Enable CONFIG_DVB_USB_EC168=m
10477 * [Config] Enable CONFIG_ENC28J60=m
10478 * [Config] Enable CONFIG_FB_UVESA=m
10479 * [Config] Enable CONFIG_FB_ATY=m
10480 * [Config] Enable CONFIG_BROADCOM_PHY=y
10481 * [Config] Enable CONFIG_CICADA_PHY=y
10482 * [Config] Enable CONFIG_DAVICOM_PHY=y
10483 * [Config] Enable CONFIG_ICPLUS_PHY=y
10484 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
10485 * [Config] Enable CONFIG_LXT_PHY=y
10486 * [Config] Enable CONFIG_MARVELL_PHY=y
10487 * [Config] Enable CONFIG_NATIONAL_PHY=y
10488 * [Config] Enable CONFIG_QSEMI_PHY=y
10489 * [Config] Enable CONFIG_SMSC_PHY=y
10490 * [Config] Enable CONFIG_VITESSE_PHY=y
10491 * Add 3w-sas to scsi-modules
10492 - LP: #776542
10493
10494 [ Mathieu Trudel-Lapierre ]
10495
10496 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
10497 to interface settings
10498
10499 [ Paolo Pisati ]
10500
10501 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
10502 - LP: #912199
10503 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
10504 - LP: #912199
10505 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
10506 - LP: #912199
10507
10508 [ Upstream Kernel Changes ]
10509
10510 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
10511 - LP: #906832
10512
10513 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
10514
10515linux (3.2.0-8.14) precise; urgency=low
10516
10517 [ Andy Whitcroft ]
10518
10519 * [Config] enable CONFIG_SND_USB_6FIRE
10520 - LP: #912197
10521 * rebase to mainline v3.2 final release
10522 * updateconfigs following rebase to v3.2 final
10523 * ubuntu: AUFS -- add BOM and automated update script
10524 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
10525 - LP: #684666
10526 * ubuntu: AUFS -- update aufs-update to track new locations of headers
10527 * ubuntu: AUFS -- clean up the aufs updater and BOM
10528 * ubuntu: AUFS -- documentation on updating aufs2
10529 * ubuntu: AUFS -- aufs3-base.patch
10530 * ubuntu: AUFS -- aufs3-standalone.patch
10531 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
10532 * ubuntu: AUFS -- fix undefined security_path_link
10533 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
10534 * ubuntu: AUFS -- updateconfigs following update
10535 * ubuntu: AUFS -- suppress benign plink warning messages
10536 - LP: #621195
10537 * ubuntu: AUFS -- enable in config and makefile
10538 * ubuntu: AUFS -- disable in favor of overlayfs
10539 * [Config] linux-virtual -- should include the extX modules
10540 - LP: #912308
10541
10542 [ Tyler Hicks ]
10543
10544 * SAUCE: eCryptfs: Improve statfs reporting
10545 - LP: #885744
10546
10547 [ Upstream Kernel Changes ]
10548
10549 * rebase to upstream v3.2
10550
10551 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
10552
10553linux (3.2.0-7.13) precise; urgency=low
10554
10555 [ Upstream Kernel Changes ]
10556
10557 * rebase to upstream 3.2-rc7
10558
10559 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
10560
10561linux (3.2.0-6.12) precise; urgency=low
10562
10563 [ Upstream Kernel Changes ]
10564
10565 * rebase to upstream v3.2-rc6
10566
10567 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
10568
10569linux (3.2.0-5.11) precise; urgency=low
10570
10571 [ Andy Whitcroft ]
10572
10573 * enforcer -- allow arch and flavour predicates to take lists
10574 * enforcer -- simplify armel/armhf specific options
10575 * enforcer -- fix incorrectly specified flavour matches
10576
10577 [ Leann Ogasawara ]
10578
10579 * [Config] Disable IRQ_REMAP
10580 * [Config] Enable CONFIG_SENSORS_LM95245=m
10581 * [Config] Enable CONFIG_SENSORS_MAX1668=m
10582 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
10583 * [Config] Enable CONFIG_SENSORS_MAX6639=m
10584 * [Config] Enable CONFIG_SENSORS_MAX6642=m
10585 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
10586 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
10587 * [Config] Enable CONFIG_PATA_TOSHIBA=m
10588 * [Config] Enable CONFIG_POHMELFS=m
10589 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
10590 * [Config] Enable CONFIG_PATA_OPTI=m
10591 * add overlayfs to virtual inclusion list
10592 - LP: #903897
10593 * add veth to virtual inclusion list
10594 - LP: #903897
10595 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
10596
10597 [ Paolo Pisati ]
10598
10599 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
10600 - LP: #903346
10601
10602 [ Tim Gardner ]
10603
10604 * [Config] CONFIG_LOCKUP_DETECTOR=y
10605 - LP: #903615
10606
10607 [ Upstream Kernel Changes ]
10608
10609 * rebase to upstream 55b02d2f
10610
10611 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
10612
10613linux (3.2.0-4.10) precise; urgency=low
10614
10615 [ Kyle McMartin ]
10616
10617 * SAUCE: dmar: disable if ricoh multifunction detected
10618 - LP: #894070
10619
10620 [ Seth Forshee ]
10621
10622 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
10623 - LP: #581312
10624
10625 [ Tim Gardner ]
10626
10627 * Start new release, Bump ABI, rebase to 3.2-rc5
10628
10629 [ Leann Ogasawara ]
10630
10631 * [Config] Enable CONFIG_SENSORS_AK8975=m
10632
10633 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
10634
10635linux (3.2.0-3.9) precise; urgency=low
10636
10637 [ Andy Whitcroft ]
10638
10639 * SAUCE: ext4: correct partial write discard size calculation
10640 - LP: #894768
10641
10642 [ Leann Ogasawara ]
10643
10644 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
10645 - LP: #892615
10646
10647 [ Matthew Garrett ]
10648
10649 * SAUCE: pci: Rework ASPM disable code
10650
10651 [ Upstream Kernel Changes ]
10652
10653 * x86: Fix boot failures on older AMD CPU's
10654 - LP: #892615
10655 * EHCI : Fix a regression in the ISO scheduler
10656 - LP: #899165
10657
10658 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
10659
10660linux (3.2.0-3.8) precise; urgency=low
10661
10662 [ Andy Whitcroft ]
10663
10664 * armhf -- add d-i configuration
10665 * armhf -- disable ABI checks for armhf
10666 * armhf -- add arch to getabis config
10667
10668 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
10669
10670linux (3.2.0-3.7) precise; urgency=low
10671
10672 [ Stefan Bader ]
10673
10674 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
10675 synchronous, regardless of lazy_mmu mode
10676 - LP: #854050
10677
10678 [ Tim Gardner ]
10679
10680 * rebase to v3.2-rc4
10681
10682 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
10683
10684linux (3.2.0-2.6) precise; urgency=low
10685
10686 [ Andy Whitcroft ]
10687
10688 * armhf -- fix omap flavour to build on armhf
10689 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
10690
10691 [ Borislav Petkov ]
10692
10693 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
10694 - LP: #892615
10695
10696 [ Colin Watson ]
10697
10698 * Add pata_macio to pata-modules
10699
10700 [ Tim Gardner ]
10701
10702 * [Config] Prefer crda over wireless-crda
10703 * [Config] Fix virtual inclusion list.
10704 - LP: #897795
10705
10706 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
10707
10708linux (3.2.0-2.5) precise; urgency=low
10709
10710 [ Paolo Pisati ]
10711
10712 * [Config] PANEL_DVI=y
10713
10714 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
10715
10716linux (3.2.0-2.4) precise; urgency=low
10717
10718 [ Andy Whitcroft ]
10719
10720 * rebase to v3.2-rc3
10721
10722 [ Leann Ogasawara ]
10723
10724 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
10725 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
10726 * Revert "olpc_dcon_xo_1_5 needs delay.h"
10727 * Revert "olpc_dcon_xo_1 needs delay.h"
10728 * rebase to 6fe4c6d4
10729 * [Config] updateconfigs after rebase to 6fe4c6d4
10730
10731 [ Tim Gardner ]
10732
10733 * [Config] Replace wireless-crda with crda,wireless-regdb
10734 - LP: #856421
10735 * [Config] Relax the dependencies on crda
10736
10737 [ Upstream Kernel Changes ]
10738
10739 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
10740 - LP: #724831
10741 * Ubuntu: remove coreutils|fileutils package dependency
10742 - LP: #892814
10743 * iio: iio_event_getfd -- fix ev_int build failure
10744
10745 [ Upstream Kernel Changes ]
10746
10747 * Rebase to v3.2-rc3
10748
10749 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
10750
10751linux (3.2.0-1.3) precise; urgency=low
10752
10753 [ Upstream Kernel Changes ]
10754
10755 * Ubuntu: Add ext2 to fs-core-modules
10756 - LP: #893395
10757
10758 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
10759
10760linux (3.2.0-1.2) precise; urgency=low
10761
10762 [ Andy Whitcroft ]
10763
10764 * [Config] enable CONFIG_NFC and associated devices
10765 * SAUCE: allow brcmsmac and b43 to both build
10766
10767 [ Soren Hansen ]
10768
10769 * Add ixgbe driver to d-i
10770 - LP: #891969
10771
10772 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
10773
10774linux (3.2.0-1.1) precise; urgency=low
10775 [ Andy Whitcroft ]
10776
10777 * armhf -- enable armhf and create the first flavours
10778 * SAUCE: ensure root is ready before running usermodehelpers in it
10779 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
10780
10781 [ Leann Ogasawara ]
10782
10783 * Temporarily ignore module check
10784 * [Config] Enable PCI_IOV on powerpc
10785 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
10786 * rebase to v3.2-rc2
10787 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
10788 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
10789 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
10790 * SAUCE: select ARM_AMBA if OMAP3_EMU
10791 * [Config] updateconfigs after select ARM_AMBA
10792 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
10793 * [Config] Enable CONFIG_EXT2_FS=m
10794 * [Config] Build in CONFIG_SATA_AHCI=y
10795 * Resolve linux-image-extra's install dependency
10796
10797 [ Seth Forshee ]
10798
10799 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
10800 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
10801 Documentation
10802 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
10803 alps_model_info
10804 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
10805 size
10806 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
10807 3 and 4
10808 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
10809 protocol
10810 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
10811 versions 3 and 4
10812
10813 [ Stefan Bader ]
10814
10815 * [Config] Built-in xen-netfront and xen-blkfront
10816 * Fix build of dm-raid45 and re-enable it
10817
10818 [ Tim Gardner ]
10819
10820 * [Config] CONFIG_USB_XHCI_HCD=y
10821 - LP: #886167
10822 * [Config] CONFIG_R6040=m
10823 - LP: #650899
10824 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
10825 - LP: #854399
10826 * [Config] Consolidated amd64 server flavour into generic
10827 * [Config] updateconfigs after rebase to 3.2-rc1
10828 * [Config] Disabled dm-raid4-5
10829 * [Config] Disabled ndiswrapper
10830 * [Config] Disable vt6656
10831 * [Config] exclude ppp-modules for virtual flavour
10832 * [Config] CONFIG_MEMSTICK_R592=m
10833 - LP: #238208
10834
10835 [ Upstream Kernel Changes ]
10836
10837 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
10838 - LP: #887780
10839 * CHROMIUM: seccomp_filter: add process state reporting
10840 - LP: #887780
10841 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
10842 works.
10843 - LP: #887780
10844 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
10845 - LP: #887780
10846 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
10847 - LP: #887780
10848 * CHROMIUM: seccomp_filters: move to btrees
10849 * CHROMIUM: enable CONFIG_BTREE
10850 * CHROMIUM: seccomp_filter: kill NR_syscall references
10851 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
10852 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
10853 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
10854 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
10855 * CHROMIUM: seccomp_filter: inheritance documentation
10856 * CHROMIUM: seccomp_filter: make inherited filters composable
10857 * CHROMIUM: Fix seccomp_t compile error
10858 - LP: #887780
10859 * CHROMIUM: Fix kref usage
10860 - LP: #887780
10861 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
10862 * rebase to v3.2-rc2
10863
10864 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
10865
10866linux (3.1.0-2.3) precise; urgency=low
10867
10868 [ Tim Gardner ]
10869
10870 * Add postinit and postrm scripts to the extras package
10871 - LP: #882120
10872
10873 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
10874
10875linux (3.1.0-2.2) precise; urgency=low
10876
10877 [ Andy Whitcroft ]
10878
10879 * debian: add locking to protect debian/files from parallel update
10880
10881 [ Leann Ogasawara ]
10882
10883 * rebase to v3.1
10884
10885 [ Upstream Kernel Changes ]
10886
10887 * rebase to v3.1
10888
10889 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
10890
10891linux (3.1.0-1.1) precise; urgency=low
10892
10893 [ Andiry Xu ]
10894
10895 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
10896 - LP: #872811
10897
10898 [ Andy Whitcroft ]
10899
10900 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
10901 - LP: #832694
10902 * Revert "ubuntu: compcache -- version 0.5.3"
10903 - LP: #832694
10904 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
10905 * [Config] Enable CONFIG_MACVTAP=m
10906 - LP: #822601
10907 * record the compiler in the ABI and check for inconsistant builds
10908 * [Config] move ECRYPT_FS back to =y for all architectures
10909 - LP: #827197
10910 * [Config] enable CONFIG_DRM_VMWGFX=m
10911 - LP: #698009
10912 * [Config] re-fix ECRYPT_FS=y
10913 - LP: #827197
10914 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
10915 - LP: #827197
10916 * [Config] dropping compcache configuration options
10917 * [Config] standardise on HZ=250
10918 * SAUCE: headers_install: fix #include "..." usage for userspace
10919 - LP: #824377
10920 * make module-inclusion selection retain the left overs
10921 * add a new linux-image-extras package for virtual
10922
10923 [ Colin Watson ]
10924
10925 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
10926
10927 [ edwin_rong ]
10928
10929 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
10930 - LP: #824273
10931
10932 [ Greg Kroah-Hartman ]
10933
10934 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
10935 - LP: #824273
10936
10937 [ Jesse Sung ]
10938
10939 * SAUCE: Unregister input device only if it is registered
10940 - LP: #839238
10941
10942 [ Jiri Kosina ]
10943
10944 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
10945
10946 [ Joshua V. Dillon ]
10947
10948 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
10949
10950 [ Kees Cook ]
10951
10952 * [Config] enable and enforce SECCOMP_FILTER on x86
10953
10954 [ Keng-Yu Lin ]
10955
10956 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
10957 - LP: #824273
10958
10959 [ Leann Ogasawara ]
10960
10961 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
10962 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
10963 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
10964 readdir"
10965 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
10966 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
10967 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
10968 * Revert "ubuntu: overlayfs -- overlay filesystem"
10969 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
10970 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
10971 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
10972 than just revision"
10973 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
10974 * Revert "ubuntu: fsam7400 disable driver"
10975 - LP: #876030
10976 * rebase to v3.1-rc1
10977 * [Config] updateconfigs after rebase to v3.1-rc1
10978 * rebase to v3.1-rc2
10979 * [Config] Updateconfigs after rebase to v3.1-rc2
10980 * ubuntu: Yama - update calls to generic_permission() and
10981 inode->i_op->permission()
10982 * ubuntu: ndiswrapper -- remove netdev_priv macro
10983 * ubuntu: aufs -- Temporarily disable due to build failure
10984 * [Config] Diable INTEL_MID_PTI on armel
10985 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
10986 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
10987 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
10988 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
10989 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
10990 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
10991 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
10992 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
10993 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
10994 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
10995 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
10996 * [Config] Enable CONFIG_ECHO=m on powerpc
10997 * [Config] Enable CONFIG_ET131X=m on powerpc
10998 * [Config] Set CONFIG_FB_MATROX=m
10999 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11000 * [Config] Set CONFIG_FB_VIRTUAL=n
11001 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11002 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11003 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11004 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11005 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11006 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11007 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11008 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11009 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11010 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11011 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11012 * [Config] Enable CONFIG_IGB=m on powerpc
11013 * [Config] Enable CONFIG_IIO=m on powerpc
11014 * [Config] Enable CONFIG_INFINIBAND_NES=m
11015 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11016 * [Config] Enable CONFIG_IWL3945=m on powerpc
11017 * [Config] Disable CONFIG_KVM_BOOK3S_64
11018 * [Config] Enable CONFIG_LAPBETHER=m on arm
11019 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11020 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11021 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11022 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11023 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11024 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11025 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11026 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11027 * [Config] Enable CONFIG_MEMSTICK=m on arm
11028 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11029 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11030 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11031 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11032 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11033 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11034 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11035 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11036 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11037 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11038 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11039 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11040 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11041 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11042 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11043 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11044 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11045 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11046 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11047 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11048 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11049 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11050 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11051 * [Config] Enable CONFIG_PANEL=m on powerpc
11052 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11053 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11054 - LP: #833705
11055 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11056 - LP: #837332
11057 * [Config] Update CONFIG_EFI_VARS enforcer check
11058 * [Config] Add aufs to virtual flavor inclusion list
11059 - LP: #844159
11060 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11061 - LP: #818933
11062 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11063 - LP: #768039
11064 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11065 - LP: #838402
11066 * [Config] Add igbvf to the virtual flavor inclusion list
11067 - LP: #794570
11068 * [Config] Add ixgbevf to the virtual inclusion list
11069 - LP: #872411
11070 * [Config] Transition -generic and -server to be identical
11071 * rebase to v3.1-rc10
11072
11073 [ Luke Yelavich ]
11074
11075 * [Config] Disable legacy IDE drivers on powerpc
11076
11077 [ Ming Lei ]
11078
11079 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11080 - LP: #801719
11081 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11082 Sandybridge chipsets(v2)
11083 - LP: #737388, #782389, #794642
11084
11085 [ Paolo Pisati ]
11086
11087 * [Config] Compile-in vfat support for armel
11088 - LP: #853783
11089
11090 [ Randy Dunlap ]
11091
11092 * SAUCE: staging: fix rts5139 depends & build
11093 - LP: #824273
11094
11095 [ Rene Bolldorf ]
11096
11097 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
11098 power in 'ideapad_backlight_notify_power' to avoid a page fault
11099
11100 [ Seth Forshee ]
11101
11102 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
11103 - LP: #681904
11104 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
11105 - LP: #810020
11106
11107 [ Stefan Bader ]
11108
11109 * (config) Package macvlan and macvtap for virtual
11110 * [Config] Force perf to use libiberty for demangling
11111 - LP: #783660
11112 * SAUCE: xen: Do not use pv spinlocks on HVM
11113 - LP: #838026
11114
11115 [ Tim Gardner ]
11116
11117 * [Config] Clean up tools rules
11118 * [Config] Package x86_energy_perf_policy and turbostat
11119 - LP: #797556
11120 * rebase to v3.1-rc3
11121 * [Config] Simplify binary-udebs dependencies
11122 * [Config] kernel preparation cannot be parallelized
11123 * [Config] Linearize module/abi checks
11124 * [Config] Linearize and simplify tree preparation rules
11125 * [Config] Build kernel image in parallel with modules
11126 * [Config] Set concurrency for kmake invocations
11127 * [Config] Improve install-arch-headers speed
11128 * [Config] Fix binary-perarch dependencies
11129 * [Config] Removed stamp-flavours target
11130 * [Config] Serialize binary indep targets
11131 * [Config] Use build stamp directly
11132 * [Config] Restore prepare-% target
11133 * rebase to v3.1-rc4
11134 * rebase to v3.1-rc5
11135 * [Config] Disable makedumpfile for i386/amd64
11136 * rebase to v3.1-rc6
11137 * [Config] Fix binary-% build target
11138 * rebase to v3.1-rc7
11139 * rebase to v3.1-rc8
11140 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11141 - LP: #854399
11142 * [Config] Enable ftrace support in the mac80211 layer
11143 - LP: #865171
11144 * rebase to v3.1-rc9
11145 * SAUCE: usb/core/devio.c: Check for printer class specific request
11146 - LP: #872711
11147
11148 [ Upstream Kernel Changes ]
11149
11150 * overlay filesystem
11151 * overlayfs: add statfs support
11152 * overlayfs: implement show_options
11153 * overlay: overlay filesystem documentation
11154 * fs: limit filesystem stacking depth
11155
11156 [ Will Drewry ]
11157
11158 * SAUCE: seccomp_filter: new mode with configurable syscall filters
11159 * SAUCE: seccomp_filter: add process state reporting
11160 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
11161 works.
11162 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
11163
11164 [ Upstream Kernel Changes ]
11165
11166 * rebase to v3.1-rc1
11167 * rebase to v3.1-rc2
11168 * rebase to v3.1-rc3
11169 +CONFIG_BLK_DEV_BSGLIB=y
11170 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
11171 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
11172 * rebase to v3.1-rc4
11173 * rebase to v3.1-rc5
11174 * rebase to v3.1-rc6
11175 * rebase to v3.1-rc7
11176 * rebase to v3.1-rc8
11177 * rebase to v3.1-rc9
11178 * rebase to v3.1-rc10
11179
11180 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
11181
11182linux (3.1.0-1.0) oneiric; urgency=low
11183
11184 [ Leann Ogasawara ]
11185
11186 * Open P-series
11187
11188 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
11189
11190linux (3.0.0-8.10) oneiric; urgency=low
11191
11192 [ Adam Jackson ]
11193
11194 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
11195 - LP: #753994
11196
11197 [ John Johansen ]
11198
11199 * [Config] Enable missing IPv6 options
11200
11201 [ Leann Ogasawara ]
11202
11203 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
11204 - LP: #819925
11205 * Rebase to 3.0.1
11206
11207 [ Upstream Kernel Changes ]
11208
11209 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
11210 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
11211 - LP: #783582
11212 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
11213 - LP: #796476
11214 * KVM: Add SMEP support when setting CR4
11215 - LP: #796476
11216 * KVM: Mask function7 ebx against host capability word9
11217 - LP: #796476
11218 * KVM: Add instruction fetch checking when walking guest page table
11219 - LP: #796476
11220
11221 [ Upstream Kernel Changes ]
11222
11223 * rebase to v3.0.1
11224
11225 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
11226
11227linux (3.0.0-7.9) oneiric; urgency=low
11228
11229 [ Andy Whitcroft ]
11230
11231 * Revert "[Upstream] add local prefix to oss local change_bits"
11232 * Revert "SAUCE: add tracing for user initiated readahead requests"
11233 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
11234 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
11235 Zhaoyang E47"
11236 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
11237 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
11238 (grub)"
11239 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
11240 checks"
11241 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
11242 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
11243 vt switch"
11244 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
11245 - LP: #816035
11246 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
11247 it
11248 * SAUCE: (no-up) add tracing for user initiated readahead requests
11249 * SAUCE: vt -- maintain bootloader screen mode and content until vt
11250 switch
11251 * SAUCE: vt -- allow grub to request automatic vt_handoff
11252
11253 [ Arjan van de Ven ]
11254
11255 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
11256
11257 [ Kees Cook ]
11258
11259 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
11260 * [Config] enforce ACPI_CUSTOM_METHOD disabled
11261
11262 [ Keng-Yu Lin ]
11263
11264 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
11265 Zhaoyang E47
11266 - LP: #632884, #803005
11267
11268 [ Leann Ogasawara ]
11269
11270 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
11271 - LP: #513131
11272 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
11273 - LP: #815064
11274
11275 [ Rezwanul Kabir ]
11276
11277 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
11278 Dell E2 series Laptops
11279 - LP: #632884
11280
11281 [ Upstream Kernel Changes ]
11282
11283 * Revert "yama: if an underlying filesystem provides a permissions op use
11284 it"
11285 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
11286 series Laptops"
11287 * Revert "tty: include linux/slab.h for kfree"
11288 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
11289 * Revert "pch_dma: add include/slab.h for kfree"
11290 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
11291 - LP: #773524
11292 * oss: rename local change_bits to avoid powerpc bitsops.h definition
11293
11294 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
11295
11296linux (3.0.0-7.8) oneiric; urgency=low
11297
11298 [ Andy Whitcroft ]
11299
11300 * ubuntu: overlayfs -- overlayfs: add statfs support
11301 * [Config] enable CONFIG_OVERLAYFS
11302
11303 [ Erez Zadok ]
11304
11305 * ubuntu: overlayfs -- overlayfs: implement show_options
11306
11307 [ Leann Ogasawara ]
11308
11309 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
11310 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
11311 * [Config] Disable CONFIG_ATM_DUMMY on arm
11312 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
11313 * Temporarily disable module check on arm
11314 * Rebase to 3.0 final
11315 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
11316 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
11317 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
11318 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
11319 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
11320 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
11321 * [Config] Enable CONFIG_DM9000=m on arm
11322 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
11323 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
11324
11325 [ Miklos Szeredi ]
11326
11327 * ubuntu: overlayfs -- vfs: add i_op->open()
11328 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11329 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11330 * ubuntu: overlayfs -- overlay filesystem
11331 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
11332 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
11333 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11334 * ubuntu: overlayfs -- ovl: make lower mount read-only
11335
11336 [ Neil Brown ]
11337
11338 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11339
11340 [ Tim Gardner ]
11341
11342 * [Config] Add enic/fnic to udebs
11343 - LP: #801610
11344
11345 [ Upstream Kernel Changes ]
11346
11347 * yama: if an underlying filesystem provides a permissions op use it
11348
11349 [ Major Kernel Changes ]
11350
11351 * Rebase to 3.0 final
11352
11353 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
11354
11355linux (3.0.0-6.7) oneiric; urgency=low
11356
11357 [ Eagon Yager ]
11358
11359 * [Config] Fix misspelled 'skipmodule' in arm makefile.
11360
11361 [ Keng-Yu Lin ]
11362
11363 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
11364 - LP: #632884, #803005
11365
11366 [ Leann Ogasawara ]
11367
11368 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
11369 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
11370 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
11371 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
11372 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
11373 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
11374 * [Config] Set CONFIG_ACPI_SBS=m
11375 * [Config] Set CONFIG_ACPI_WMI=m
11376 * [Config] Set CONFIG_AD7150=m on arm
11377 * [Config] Set CONFIG_AD7152=m on arm
11378 * [Config] Drop CONFIG_GPIO_S5PV210
11379 * [Config] Drop CONFIG_GPIO_S5PC100
11380 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
11381 * [Config] Drop CONFIG_GPIO_EXYNOS4
11382
11383 [ Stefan Bader ]
11384
11385 * SAUCE: Re-enable RODATA for i386 virtual
11386 - LP: #809838
11387
11388 [ Upstream Kernel Changes ]
11389
11390 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
11391 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
11392 - LP: #771758
11393
11394 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
11395
11396linux (3.0.0-5.6) oneiric; urgency=low
11397
11398 [ Tim Gardner ]
11399
11400 * [Config] CONFIG_RTL8192CU=m
11401 * Rebase to -rc7
11402
11403 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
11404
11405linux (3.0.0-4.5) oneiric; urgency=low
11406
11407 [ Ming Lei ]
11408
11409 * SAUCE: fix yama_ptracer_del lockdep warning
11410 - LP: #791019
11411
11412 [ Seth Forshee ]
11413
11414 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
11415 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
11416 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
11417 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
11418 - LP: #805218
11419
11420 [ Tim Gardner ]
11421
11422 * [Config] updateconfigs after rebase to -rc6+
11423 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
11424 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
11425 * Revert "UBUNTU: add dependancies for module-init-tools"
11426 This dependency is no longer required for a 3 digit version.
11427
11428 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
11429
11430linux (3.0-3.4) oneiric; urgency=low
11431
11432 [ Keng-Yu Lin ]
11433
11434 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
11435 killswitch"
11436 - LP: #775281
11437
11438 [ Leann Ogasawara ]
11439
11440 * rebase to v3.0-rc5
11441 * [Config] updateconfigs after rebase to 3.0-rc5
11442
11443 [ Tim Gardner ]
11444
11445 * [Config] Remove ubuntu/rtl8192se
11446 * [Config] Added armel ABI files
11447 * [Config] Removed armel versatile flavour
11448 * [Config] CONFIG_INTEL_MEI=m
11449 - LP: #716867
11450
11451 [ Upstream Kernel Changes ]
11452
11453 * ALSA: hda - Enable auto-parser as default for Conexant codecs
11454
11455 [ Upstream Kernel Changes ]
11456
11457 * rebase to v3.0-rc5
11458
11459 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
11460
11461linux (3.0-2.3) oneiric; urgency=low
11462
11463 [ Andy Whitcroft ]
11464
11465 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
11466
11467 [ Leann Ogasawara ]
11468
11469 * rebase to v3.0-rc4
11470 * [Config] updateconfigs after rebase to 3.0-rc4
11471 * fix ERROR: __devcgroup_inode_permission undefined
11472
11473 [ Stefan Bader ]
11474
11475 * SAUCE: iscsitarget: Remove driver from the kernel
11476
11477 [ Tim Gardner ]
11478
11479 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
11480 * [Config] Add grub-efi as a recommended bootloader for server and
11481 generic
11482 - LP: #800910
11483
11484 [ Upstream Kernel Changes ]
11485
11486 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
11487
11488 [ Leann Ogasawara ]
11489
11490 * rebase to v3.0-rc4
11491
11492 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
11493
11494linux (3.0-1.2) oneiric; urgency=low
11495
11496 [ Andy Whitcroft ]
11497
11498 * [Config] enable CONFIG_CAN_CALC_BITTIMING
11499
11500 [ Leann Ogasawara ]
11501
11502 * rebase to v3.0-rc3
11503 * [Config] updateconfigs after rebase to 3.0-rc3
11504
11505 [ Upstream Kernel Changes ]
11506
11507 * perf: clear out make flags when calling kernel make kernelver
11508
11509 [ Leann Ogasawara ]
11510
11511 * rebase to v3.0-rc3
11512
11513 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
11514
11515linux (3.0-0.1) oneiric; urgency=low
11516
11517 [ Andy Whitcroft ]
11518
11519 * use the packaging version in the kernel
11520 * use the kernels idea of its version for version_signature
11521 * add dependancies for module-init-tools
11522 * update control files to version 3
11523 * printchanges/insertchanges allow override of prev_release
11524 * correct Vcs-Git: to point to oneiric
11525
11526 [ Leann Ogasawara ]
11527
11528 * rebase to v3.0-rc1
11529 * [Config] updateconfigs after rebase to 3.0-rc1
11530 * ubuntu: dm-raid4-5 fix up build failure
11531 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
11532 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
11533 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
11534 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
11535 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
11536 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
11537 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
11538 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
11539 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
11540 * rebase to v3.0-rc2
11541
11542 [ Manoj Iyer ]
11543
11544 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
11545 - LP: #790754
11546
11547 [ Upstream Kernel Changes ]
11548
11549 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
11550 demands it"
11551 * drm/i915: fix regression after clock gating init split
11552
11553 [ Major Kernel Changes ]
11554
11555 * rebase from v2.6.39 to v3.0-rc1
11556 * rebase from v3.0-rc1 to v3.0-rc2
11557
11558 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
11559
11560linux (2.6.39-3.10) oneiric; urgency=low
11561
11562 [ Colin Ian King ]
11563
11564 * SAUCE: S3 early resume debug via keyboard LEDs
11565
11566 [ Ingo Molnar ]
11567
11568 * ubuntu: nx-emu - i386: NX emulation
11569 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
11570
11571 [ Leann Ogasawara ]
11572
11573 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
11574 * Revert "[Config] Disable CONFIG_DM_RAID45"
11575 * [Config] enable CONFIG_BRCMFMAC=y
11576 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
11577 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
11578
11579 [ Robert Nelson ]
11580
11581 * SAUCE: omap3: beagle: detect new xM revision B
11582 - LP: #770679
11583 * SAUCE: omap3: beagle: detect new xM revision C
11584 - LP: #770679
11585 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
11586 - LP: #770679
11587
11588 [ Stefan Bader ]
11589
11590 * SAUCE: Convert dm-raid45 to new block plugging
11591
11592 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
11593
11594linux (2.6.39-3.9) oneiric; urgency=low
11595
11596 [ Leann Ogasawara ]
11597
11598 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
11599 * rebase to v2.6.39
11600 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
11601 * [Config] enable CONFIG_INPUT_APANEL=m
11602
11603 [ Thomas Schlichter ]
11604
11605 * SAUCE: vesafb: mtrr module parameter is uint, not bool
11606 - LP: #778043
11607 * SAUCE: vesafb: enable mtrr WC by default
11608 - LP: #778043
11609
11610 [ Major Kernel Changes ]
11611
11612 * rebase from v2.6.39-rc7 to v2.6.39
11613
11614 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
11615
11616linux (2.6.39-2.8) oneiric; urgency=low
11617
11618 [ Andy Whitcroft ]
11619
11620 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
11621 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
11622 * Revert "[Config] Disable CONFIG_AUFS_FS"
11623 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
11624 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
11625 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
11626 * ubuntu: AUFS -- clean up the aufs updater and BOM
11627 * ubuntu: AUFS -- documentation on updating aufs2
11628
11629 [ Kees Cook ]
11630
11631 * ubuntu: Yama - LSM hooks
11632 * ubuntu: Yama - create task_free security callback
11633 * ubuntu: Yama - add ptrace relationship tracking interface
11634 * ubuntu: Yama - unconditionally chain to Yama LSM
11635
11636 [ Leann Ogasawara ]
11637
11638 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
11639 * Revert "[Config] Disable CONFIG_EASYCAP"
11640 * ubuntu: fsam7400 disable driver
11641 * ubuntu: omnibook disable driver
11642 * ubuntu: rfkill disable driver
11643
11644 [ Tim Gardner ]
11645
11646 * SAUCE: Fix extra reference in fb_open()
11647
11648 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
11649
11650linux (2.6.39-2.7) oneiric; urgency=low
11651
11652 [ Leann Ogasawara ]
11653
11654 * rebase to v2.6.39-rc7
11655
11656 [ Major Kernel Changes ]
11657
11658 * rebase from v2.6.39-rc6 to v2.6.39-rc7
11659
11660 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
11661
11662linux (2.6.39-1.6) oneiric; urgency=low
11663
11664 [ Leann Ogasawara ]
11665
11666 * rebase to v2.6.39-rc6
11667 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
11668
11669 [ Tim Gardner ]
11670
11671 * [Config] updateconfigs after rebase to 2.6.39-rc6
11672
11673 [ Major Kernel Changes ]
11674
11675 * rebase from v2.6.39-rc5 to v2.6.39-rc6
11676 - LP: #740126
11677
11678 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
11679
11680linux (2.6.39-0.5) oneiric; urgency=low
11681
11682 [ Herton Ronaldo Krzesinski ]
11683
11684 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
11685 - LP: #764758
11686
11687 [ Leann Ogasawara ]
11688
11689 * rebase to v2.6.39-rc5
11690 * [Config] updateconfigs following rebase to v2.6.39-rc5
11691
11692 [ Paolo Pisati ]
11693
11694 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
11695 - LP: #759913
11696
11697 [ Stefan Bader ]
11698
11699 * Include nls_iso8859-1 for virtual images
11700 - LP: #732046
11701
11702 [ Major Kernel Changes ]
11703
11704 * rebase from v2.6.39-rc4 to v2.6.39-rc5
11705
11706 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
11707
11708linux (2.6.39-0.4) oneiric; urgency=low
11709
11710 [ Leann Ogasawara ]
11711
11712 * rebase to v2.6.39-rc4
11713 * [Config] updateconfigs following rebase to v2.6.39-rc4
11714 * fixup powerpc implicit declaration of function
11715 'crash_kexec_wait_realmode'
11716 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
11717
11718 [ Tim Gardner ]
11719
11720 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
11721 - LP: #769503
11722 * [Config] Add cachefiles.ko to virtual flavour
11723 - LP: #770430
11724
11725 [ Major Kernel Changes ]
11726
11727 * rebase from v2.6.39-rc3 to v2.6.39-rc4
11728
11729 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
11730
11731linux (2.6.39-0.3) oneiric; urgency=low
11732
11733 [ Leann Ogasawara ]
11734
11735 * rebase to v2.6.39-rc3
11736 * crash_kexec_wait_realmode() undefined when !SMP
11737
11738 [ Tim Gardner ]
11739
11740 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
11741 - LP: #632327
11742
11743 [ Major Kernel Changes ]
11744
11745 * rebase from v2.6.39-rc2 to v2.6.39-rc3
11746
11747 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
11748
11749linux (2.6.39-0.2) oneiric; urgency=low
11750
11751 [ Gustavo F. Padovan ]
11752
11753 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
11754 - LP: #720949
11755
11756 [ John Johansen ]
11757
11758 * AppArmor: Fix masking of capabilities in complain mode
11759 - LP: #748656
11760
11761 [ Leann Ogasawara ]
11762
11763 * rebase to v2.6.39-rc2
11764 * [Config] updateconfigs following rebase to v2.6.39-rc2
11765 * hv_mouse needs delay.h
11766 * olpc_dcon_xo_1 needs delay.h
11767 * olpc_dcon_xo_1_5 needs delay.h
11768 * Update dropped.txt for Oneiric
11769
11770 [ Steve Langasek ]
11771
11772 * [Config] Make linux-libc-dev coinstallable under multiarch
11773 - LP: #750585
11774
11775 [ Upstream Kernel Changes ]
11776
11777 * x86, hibernate: Initialize mmu_cr4_features during boot
11778 - LP: #752870
11779
11780 [ Major Kernel Changes ]
11781
11782 * rebase from v2.6.39-rc1 to v2.6.39-rc2
11783
11784 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
11785
11786linux (2.6.39-0.1) oneiric; urgency=low
11787
11788 [ Brad Figg ]
11789
11790 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
11791 - LP: #737124
11792
11793 [ Henrik Rydberg ]
11794
11795 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
11796 * SAUCE: HID: ntrig: fix suspend/resume on recent models
11797
11798 [ Herton Ronaldo Krzesinski ]
11799
11800 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
11801 struct v4l2_subdev
11802 - LP: #745213
11803
11804 [ Kees Cook ]
11805
11806 * [Config] packaging: adjust perms on vmlinuz as well
11807 * SAUCE: nx-emu: further clarify dmesg reporting
11808 - LP: #745181
11809
11810 [ Leann Ogasawara ]
11811
11812 * rebase to v2.6.39-rc1
11813 * [Config] updateconfigs following rebase to v2.6.39-rc1
11814 * [Config] Disable CONFIG_DM_RAID45
11815 * [Config] Disable CONFIG_SCSI_ISCSITARGET
11816 * [Config] Disable CONFIG_EASYCAP
11817 * [Config] Disable CONFIG_AUFS_FS
11818 * update bnx2 firmware files in d-i/firmware/nic-modules
11819 * xhci-pci.c resolve implicit declaration of kzalloc
11820 * [Config] Enable CONFIG_DRM_PSB for only x86
11821 * [Config] Enable CONFIG_RTS_PSTOR for only x86
11822 * mfd/asic3: Fix typo, s/irq_data/data/
11823
11824 [ Luke Yelavich ]
11825
11826 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
11827 - LP: #745358
11828 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
11829 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
11830
11831 [ Manoj Iyer ]
11832
11833 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
11834 - LP: #745217
11835
11836 [ Tim Gardner ]
11837
11838 * SAUCE: INR_OPEN=4096
11839 - LP: #663090
11840 * SAUCE: Increase the default hard limit for open FDs to 4096
11841 - LP: #663090
11842
11843 [ Upstream Kernel Changes ]
11844
11845 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
11846 namespace cleanup
11847 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
11848 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
11849
11850 [ Major Kernel Changes ]
11851
11852 * rebase from v2.6.38 to v2.6.39-rc1
11853
11854 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
11855
11856linux (2.6.39-0.0) oneiric; urgency=low
11857
11858 [ Leann Ogasawara ]
11859
11860 * Open Oneiric
11861
11862 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
11863
11864linux (2.6.38-7.39) natty; urgency=low
11865
11866 [ Leann Ogasawara ]
11867
11868 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
11869
11870 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
11871
11872linux (2.6.38-7.38) natty; urgency=low
11873
11874 [ Leann Ogasawara ]
11875
11876 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
11877 gcc-4.5.2-6ubuntu5 finished building on all arches.
11878
11879 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
11880
11881linux (2.6.38-7.37) natty; urgency=low
11882
11883 [ Leann Ogasawara ]
11884
11885 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
11886
11887 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
11888
11889linux (2.6.38-7.36) natty; urgency=low
11890
11891 [ Andy Whitcroft ]
11892
11893 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
11894 optimisation"
11895 * purge last vestiges of maverick
11896 * [Config] switch CONFIG_FB_VESA back to module
11897
11898 [ Chris Wilson ]
11899
11900 * SAUCE: drm/i915: Fix pipelined fencing
11901 - LP: #717114
11902
11903 [ Loïc Minier ]
11904
11905 * Include nls_cp437 module in virtual for fat
11906 - LP: #732046
11907 * Support arch= cross-compilation for any arch
11908 * Fix couple of typos in 0-common-vars.mk
11909 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
11910 * Add armhf to Debian -> Linux arch map
11911 * Add initial armhf.mk
11912 * Enable common packages for armhf
11913
11914 [ Upstream Kernel Changes ]
11915
11916 * Yama: fix default relationship to check thread group
11917 - LP: #737676
11918
11919 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
11920
11921linux (2.6.38-7.35) natty; urgency=low
11922
11923 [ Andy Whitcroft ]
11924
11925 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
11926 * rebase fixes bug #715330
11927 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
11928 * rebase to v2.6.38 final
11929
11930 [ Herton Ronaldo Krzesinski ]
11931
11932 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
11933 - LP: #636091
11934
11935 [ Tim Gardner ]
11936
11937 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
11938
11939 [ Upstream Kernel Changes ]
11940
11941 * Yama: use thread group leader when creating match
11942 - LP: #729839
11943 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
11944 RAID controller
11945 - LP: #735240
11946 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
11947
11948 [ Major Kernel Changes ]
11949
11950 * rebase from v2.6.38-rc8 to v2.6.38 final
11951 - LP: #715330
11952
11953 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
11954
11955linux (2.6.38-6.34) natty; urgency=low
11956
11957 [ Andy Whitcroft ]
11958
11959 * [Config] normalise CONFIG_INTEL_TXT
11960 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
11961 - LP: #730860
11962 * rebase to mainline v2.6.38-rc8
11963
11964 [ Major Kernel Changes ]
11965
11966 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
11967 to v2.6.38-rc8
11968
11969 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
11970
11971linux (2.6.38-6.33) natty; urgency=low
11972
11973 [ Andy Whitcroft ]
11974
11975 * d-i -- enable speakup-modules udeb
11976 - LP: #672699
11977 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
11978 * [Config] debian PPC64 configuration
11979 * [Config] cleanup powerpc config fixing unexpected inconsistancies
11980 * [Config] resync ppc64 configuration
11981 * SAUCE: match up ENTRY/END naming for 32/64 bit
11982 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
11983 * [Config] update configs after rebase to
11984 fb62c00a6d8942775abc23d1621db1252e2d93d1
11985 * [Config] pps_gen_parport no longer built
11986
11987 [ Corentin Chary ]
11988
11989 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
11990 - LP: #689393
11991 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
11992 - LP: #689393
11993
11994 [ John Johansen ]
11995
11996 * SAUCE: Fix aufs calling of security_path_mknod
11997 - LP: #724456
11998
11999 [ Kees Cook ]
12000
12001 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12002
12003 [ Tim Gardner ]
12004
12005 * rebase to 2.6.38-rc7
12006
12007 [ Upstream Kernel Changes ]
12008
12009 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12010
12011 [ Major Kernel Changes ]
12012
12013 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12014 fb62c00a6d8942775abc23d1621db1252e2d93d1
12015 - LP: #721389
12016 - LP: #722925
12017 - LP: #723672
12018 - LP: #723676
12019 - LP: #715318
12020
12021 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12022
12023linux (2.6.38-5.32) natty; urgency=low
12024
12025 [ Andy Whitcroft ]
12026
12027 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12028 * [Config] updateconfigs following rebase to v2.6.38-rc6
12029 * [Config] enable CONFIG_DMAR
12030 - LP: #552311
12031
12032 [ Upstream Kernel Changes ]
12033
12034 * drm/i915: skip FDI & PCH enabling for DP_A
12035 - LP: #561802, #600453, #681877
12036
12037 [ Major Kernel Changes ]
12038
12039 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12040 - LP: #718402
12041 - LP: #719524
12042 - LP: #721126
12043 - LP: #719691
12044 - LP: #722689
12045 - LP: #722310
12046
12047 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12048
12049linux (2.6.38-4.31) natty; urgency=low
12050
12051 [ Andy Whitcroft ]
12052
12053 * add in bugs closed by upstream patches pulled in by rebases
12054 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12055 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12056 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12057 * rebase to mainline v2.6.38-rc5
12058 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12059 supported
12060 - LP: #719691
12061
12062 [ Colin Ian King ]
12063
12064 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12065
12066 [ Manoj Iyer ]
12067
12068 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12069 - LP: #717435
12070
12071 [ Tim Gardner ]
12072
12073 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12074
12075 [ Upstream Kernel Changes ]
12076
12077 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12078 - LP: #702434
12079 * vfs: fix BUG_ON() in fs/namei.c:1461
12080
12081 [ Vladislav P ]
12082
12083 * SAUCE: Release BTM while sleeping to avoid deadlock.
12084 - LP: #713837
12085
12086 [ Major Kernel Changes ]
12087
12088 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12089 - LP: #579276
12090 - LP: #715877
12091 - LP: #713769
12092 - LP: #716811
12093 * resync with Maverick Ubuntu-2.6.35-27.47
12094
12095 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12096
12097linux (2.6.38-3.30) natty; urgency=low
12098
12099 [ Andy Whitcroft ]
12100
12101 * rebase to v2.6.38-rc4
12102 * ppc64 -- add basic architecture
12103 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
12104
12105 [ Colin Ian King ]
12106
12107 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
12108 - LP: #676997
12109 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
12110 - LP: #701530
12111 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
12112 - LP: #701530
12113
12114 [ Dan Rosenberg ]
12115
12116 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
12117
12118 [ Kees Cook ]
12119
12120 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
12121 attacking"
12122 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
12123
12124 [ Tim Gardner ]
12125
12126 * [Config] CONFIG_BLK_CGROUP=y
12127 - LP: #706394
12128 * [Config] CONFIG_DELL_WMI_AIO=m
12129
12130 [ Upstream Kernel Changes ]
12131
12132 * drm/i915/lvds: Restore dithering on native modes for gen2/3
12133 - LP: #711568
12134
12135 [ Upstream Kernel Changes ]
12136
12137 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
12138 - LP: #701271
12139 - LP: #708521
12140 - LP: #710371
12141
12142 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
12143
12144linux (2.6.38-2.29) natty; urgency=low
12145
12146 [ Andy Whitcroft ]
12147
12148 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
12149 * [Config] updateconfigs following rebase to
12150 1f0324caefd39985e9fe052fac97da31694db31e
12151 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
12152 * [Config] reenable HIBERNATE
12153 - LP: #710877
12154 * rebase to v2.6.38-rc3
12155 * [Config] reenable CONFIG_CRASH_DUMP
12156
12157 [ Kamal Mostafa ]
12158
12159 * SAUCE: rtl8192se: fix source file perms
12160 * SAUCE: rtl8192se: fix source file newline
12161 * SAUCE: omnibook: fix source file newline
12162
12163 [ Kees Cook ]
12164
12165 * [Config] packaging: really make System.map mode 0600
12166
12167 [ Ricardo Salveti de Araujo ]
12168
12169 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
12170 PM34XX_ERRATUM
12171
12172 [ Soren Hansen ]
12173
12174 * SAUCE: nbd: Remove module-level ioctl mutex
12175
12176 [ Tim Gardner ]
12177
12178 * SAUCE: Disable building the ACPI debugfs source
12179
12180 [ Upstream Kernel Changes ]
12181
12182 * Set physical start and alignment 1M for virtual i386
12183 - LP: #710754
12184
12185 [ Upstream Kernel Changes ]
12186
12187 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12188 to v2.6.38-rc3
12189 - LP: #707902
12190
12191 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
12192
12193linux (2.6.38-1.28) natty; urgency=low
12194
12195 [ Andy Whitcroft ]
12196
12197 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
12198
12199 [ Ricardo Salveti de Araujo ]
12200
12201 * SAUCE: omap3: beaglexm: fix DVI initialization
12202 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
12203 display work at Beagle
12204
12205 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
12206
12207linux (2.6.38-1.27) natty; urgency=low
12208
12209 [ Andy Whitcroft ]
12210
12211 * ubuntu: AUFS -- update aufs-update to track new locations of headers
12212 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
12213 * SAUCE: ensure root is ready before running usermodehelpers in it
12214 * correct the Vcs linkage to point to natty
12215 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
12216 * [Config] update configs following rebase
12217 e78bf5e6cbe837daa6ab628a5f679548742994d3
12218 * SAUCE: Yama: follow changes to generic_permission
12219 * ubuntu: compcache -- follow changes to bd_claim/bd_release
12220 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
12221 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
12222 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
12223 * update package version to match payload version
12224 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
12225 * rebase to v2.6.38-rc1
12226 * [Config] updateconfigs following rebase to v2.6.38-rc1
12227 * SAUCE: x86 fix up jiffies/jiffies_64 handling
12228 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
12229 * [Config] updateconfigs following rebase to
12230 2b1caf6ed7b888c95a1909d343799672731651a5
12231 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
12232 * ubuntu: AUFS -- suppress benign plink warning messages
12233 - LP: #621195
12234 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
12235 * rebase to v2.6.38-rc2
12236 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
12237 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12238 * [Config] update configs following rebase to
12239 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12240 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
12241 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
12242 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
12243 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
12244
12245 [ Kees Cook ]
12246
12247 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
12248
12249 [ Stefan Bader ]
12250
12251 * Temporarily disable RODATA for virtual i386
12252 - LP: #699828
12253
12254 [ Tim Gardner ]
12255
12256 * [Config] CONFIG_NLS_DEFAULT=utf8
12257 - LP: #683690
12258 * [Config] CONFIG_HIBERNATION=n
12259 * update bnx2 firmware files in d-i/firmware/nic-modules
12260
12261 [ Upstream Kernel Changes ]
12262
12263 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
12264 objects."
12265 * packaging: make System.map mode 0600
12266 * thinkpad_acpi: Always report scancodes for hotkeys
12267 - LP: #702407
12268 * sched: tg->se->load should be initialised to tg->shares
12269 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
12270 * brcm80211: include linux/slab.h for kfree
12271 * pch_dma: add include/slab.h for kfree
12272 * i2c-eg20t: include linux/slab.h for kfree
12273 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
12274 * tty: include linux/slab.h for kfree
12275 * winbond: include linux/delay.h for mdelay et al
12276
12277 [ Upstream Kernel Changes ]
12278
12279 * mark the start of v2.6.38 versioning
12280 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
12281 - LP: #689886
12282 - LP: #702125
12283 - LP: #608775
12284 - LP: #215802
12285 - LP: #686333
12286 - LP: #677830
12287 - LP: #677652
12288 - LP: #696493
12289 - LP: #697240
12290 - LP: #689036
12291 - LP: #705323
12292 - LP: #686692
12293
12294 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
12295
12296linux (2.6.37-12.26) natty; urgency=low
12297
12298 [ Andy Whitcroft ]
12299
12300 * rebase to v2.6.37-rc8
12301 * [Config] armel -- reenable omap flavour
12302 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
12303 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
12304 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
12305 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
12306 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12307 * [Config] track missing modules
12308 * rebase to v2.6.37 final
12309
12310 [ Chase Douglas ]
12311
12312 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
12313 Magic Trackpad
12314
12315 [ Stefan Bader ]
12316
12317 * Revert "SAUCE: blkfront: default to sd devices"
12318 - LP: #684875
12319
12320 [ Tim Gardner ]
12321
12322 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
12323 - LP: #380138
12324 * [Config] Added autofs4.ko to -virtual flavour
12325 - LP: #692917
12326
12327 [ Upstream Kernel Changes ]
12328
12329 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
12330 Laptops
12331 - LP: #632884
12332
12333 [ Upstream Kernel Changes ]
12334
12335 * rebase to v2.6.37-rc8
12336 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
12337 * rebase to v2.6.37 final
12338
12339 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
12340
12341linux (2.6.37-11.25) natty; urgency=low
12342
12343 [ Andy Whitcroft ]
12344
12345 * [Config] d-i -- add hpsa to the list of block devices
12346 - LP: #684304
12347 * [Config] add vmw-balloon driver to -virtual flavour
12348 - LP: #592039
12349 * rebase to v2.6.37-rc7
12350
12351 [ Upstream Kernel Changes ]
12352
12353 * rebase to v2.6.37-rc7
12354
12355 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
12356
12357linux (2.6.37-10.24) natty; urgency=low
12358
12359 [ Andy Whitcroft ]
12360
12361 * rebase to v2.6.37-rc6
12362 * updateconfigs following rebase to v2.6.37-rc6
12363
12364 [ Upstream Kernel Changes ]
12365
12366 * rebase to v2.6.37-rc6
12367
12368 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
12369
12370linux (2.6.37-9.23) natty; urgency=low
12371
12372 [ Andy Whitcroft ]
12373
12374 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12375 - LP: #689606
12376 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
12377 - LP: #689606
12378
12379 [ Kees Cook ]
12380
12381 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
12382 - LP: #690190
12383
12384 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
12385
12386linux (2.6.37-9.22) natty; urgency=low
12387
12388 [ Andy Whitcroft ]
12389
12390 * rebase to v2.6.35-rc5
12391 * [Config] updateconfigs following rebase to v2.6.37-rc5
12392 * (no-up) add support for installed header files to ubuntu directory
12393 - LP: #684666
12394 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12395 - LP: #684666
12396 * ubuntu: dm-raid4-5 -- follow changes to bio flags
12397 * ubuntu: dm-raid4-5 -- re-enable
12398 * ubuntu: omnibook -- update BOM
12399 * ubuntu: ndiswrapper -- update BOM to match actual version
12400 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
12401 * ubuntu: ndiswrapper -- re-enable
12402 * ubuntu: iscsitarget -- re-instate copy_io_context
12403 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
12404 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
12405 * ubuntu: iscsitarget -- re-enable
12406
12407 [ Kees Cook ]
12408
12409 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12410
12411 [ Manoj Iyer ]
12412
12413 * SAUCE: Enable jack sense for Thinkpad Edge 13
12414 - LP: #685015
12415
12416 [ Tim Gardner ]
12417
12418 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
12419 * [Config] CONFIG_CRYPTO_CRC32C=y
12420 - LP: #681819
12421 * [Config] CONFIG_9P_FSCACHE=n
12422 * [Config] Add nfsd modules to -virtual flavour
12423 - LP: #688070
12424
12425 [ Upstream Kernel Changes ]
12426
12427 * Revert "Staging: zram: work around oops due to startup ordering snafu"
12428 * NFS: Fix panic after nfs_umount()
12429 - LP: #683938
12430 * x86: Add NX protection for kernel data
12431 * x86: Add RO/NX protection for loadable kernel modules
12432 * x86: Resume trampoline must be executable
12433 * x86: RO/NX protection for loadable kernel, jump_table fix
12434
12435 [ Upstream Kernel Changes ]
12436
12437 * rebase to v2.6.37-rc5
12438
12439 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
12440
12441linux (2.6.37-8.21) natty; urgency=low
12442
12443 [ Andy Whitcroft ]
12444
12445 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
12446 linux-libc-headers"
12447 * Revert "(no-up) add support for installed header files to ubuntu
12448 directory"
12449
12450 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
12451
12452linux (2.6.37-8.20) natty; urgency=low
12453
12454 [ Andy Whitcroft ]
12455
12456 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
12457 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
12458 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
12459 * Revert "SAUCE: i915 -- disable powersave by default"
12460 * SAUCE: enable Marvell 9128 PCIe SATA controller
12461 - LP: #658521
12462 * [Config] evtchn has been renamed
12463 * (no-up) add support for installed header files to ubuntu directory
12464 - LP: #684666
12465 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
12466 - LP: #684666
12467
12468 [ Tim Gardner ]
12469
12470 * [Config] MISS: evtchn, NEW : xen-evtchn
12471 * rebase to v2.6.37-rc4
12472
12473 [ Upstream Kernel Changes ]
12474
12475 * drm/i915: Clean conflicting modesetting registers upon init
12476 - LP: #683775
12477 * rebase to v2.6.37-rc4
12478
12479 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
12480
12481linux (2.6.37-7.19) natty; urgency=low
12482
12483 [ Tim Gardner ]
12484
12485 * [Config] Add bnx2 firmware to nic-modules udeb
12486 - LP: #676245
12487
12488 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
12489
12490linux (2.6.37-7.18) natty; urgency=low
12491
12492 [ Andy Whitcroft ]
12493
12494 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
12495 * Revert "SAUCE: Add extra headers to linux-libc-dev"
12496 * Revert "SAUCE: Enable speedstep for sonoma processors."
12497 * [Config] enable CONFIG_BT_HCIUART_ATH3K
12498 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
12499 * [Config] standardise CONFIG_MII
12500 * [Config] standardise CONFIG_PRISM2_USB
12501 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
12502 * [Config] build in CONFIG_AGP
12503 * [Config] build in CONFIG_AGP_INTEL
12504 * [Config] build in CONFIG_AGP_AMD
12505 * [Config] build in CONFIG_AGP_AMD64
12506 * [Config] build in CONFIG_AGP_NVIDIA
12507 * [Config] build in CONFIG_AGP_VIA
12508 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
12509 * (no-up): document the new ## scheme
12510 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
12511 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
12512 - LP: #675453
12513
12514 [ Mathieu J. Poirier ]
12515
12516 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
12517
12518 [ Upstream Kernel Changes ]
12519
12520 * nx-emu: fix inverted report of disable_nx
12521
12522 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
12523
12524linux (2.6.37-6.17) natty; urgency=low
12525
12526 [ Andy Whitcroft ]
12527
12528 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
12529 aufs2.1-36-UNRELEASED-20101103"
12530 * Revert "ubuntu: AUFS -- aufs2-base.patch
12531 aufs2.1-36-UNRELEASED-20101103"
12532 * [Config] standardise CONFIG_BT
12533 * [Config] standardise CONFIG_IRDA
12534 * [Config] standardise CONFIG_LAPB
12535 * [Config] standardise CONFIG_RDS
12536 * [Config] standardise CONFIG_RFKILL
12537 * [Config] standardise CONFIG_TIPC
12538 * [Config] standardise CONFIG_X25
12539 * [Config] standardise CONFIG_INPUT_EVDEV
12540 * [Config] standardise CONFIG_INPUT_JOYDEV
12541 * [Config] standardise CONFIG_INPUT_JOYSTICK
12542 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
12543 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
12544 * [Config] CONFIG_IRDA=n for FTBS (arm)
12545 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
12546 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
12547 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
12548
12549 [ Tim Gardner ]
12550
12551 * SAUCE: Fix drivers/staging/easycap FTBS
12552 * [Config] CONFIG_EASYCAP=m after fixing FTBS
12553
12554 [ Upstream Kernel Changes ]
12555
12556 * Revert "x86: Add NX protection for kernel data"
12557
12558 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
12559
12560linux (2.6.37-6.16) natty; urgency=low
12561
12562 [ Andy Whitcroft ]
12563
12564 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
12565 * rebase to v2.6.37-rc3
12566
12567 [ Tim Gardner ]
12568
12569 * [Config] CONFIG_SCHED_AUTOGROUP=y
12570
12571 [ Upstream Kernel Changes ]
12572
12573 * Revert "x86: Add RO/NX protection for loadable kernel modules"
12574 * sched: automated per session task groups
12575 * rebase to v2.6.37-rc3
12576
12577 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
12578
12579linux (2.6.37-6.15) natty; urgency=low
12580
12581 [ Andy Whitcroft ]
12582
12583 * [Config] standardise CONFIG_CEPH_FS
12584 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
12585 * [Config] standardise CONFIG_SCSI_PROC_FS
12586 * [Config] standardise CONFIG_UBIFS_FS
12587 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
12588
12589 [ Kees Cook ]
12590
12591 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
12592
12593 [ Manoj Iyer ]
12594
12595 * SAUCE: Enable jack sense for Thinkpad Edge 11
12596 - LP: #677210
12597 * SAUCE: enable rfkill for rtl8192se driver
12598 - LP: #640992
12599
12600 [ Tim Gardner ]
12601
12602 * [Config] CONFIG_EASYCAP=n for FTBS
12603 * Rebase to v2.6.32-rc2+git
12604
12605 [ Upstream Kernel Changes ]
12606
12607 * x86: Fix improper large page preservation
12608 * x86: Add NX protection for kernel data
12609 * x86: Add RO/NX protection for loadable kernel modules
12610
12611 [ Upstream Kernel Changes ]
12612
12613 * Rebase to Linus 2.6.37-rc2+git
12614
12615 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
12616
12617linux (2.6.37-5.14) natty; urgency=low
12618
12619 [ Upstream Kernel Changes ]
12620
12621 * PCI: fix offset check for sysfs mmapped files
12622 - LP: #676963
12623
12624 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
12625
12626linux (2.6.37-5.13) natty; urgency=low
12627
12628 [ Andy Whitcroft ]
12629
12630 * rebased to v2.6.37-rc2
12631 * updateconfigs following rebase to v2.6.37-rc2
12632
12633 [ Tim Gardner ]
12634
12635 * [Config] Added NFS and related modules to virtual flavour
12636 - LP: #659084
12637
12638 [ Upstream Kernel Changes ]
12639
12640 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
12641 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
12642 * x86, cpu: Call verify_cpu during 32bit CPU startup
12643 * x86, cpu: Only CPU features determine NX capabilities
12644
12645 [ Upstream Changes ]
12646
12647 * rebased to v2.67.37-rc2
12648
12649 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
12650
12651linux (2.6.37-4.12) natty; urgency=low
12652
12653 [ Andy Whitcroft ]
12654
12655 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
12656 * Revert "[Upstream] HID: magicmouse: properly account for scroll
12657 movement in state"
12658 * Revert "[Upstream] HID: magicmouse: disable and add module param for
12659 scroll acceleration"
12660 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
12661 middle of mouse"
12662
12663 [ Henrik Rydberg ]
12664
12665 * SAUCE: hid: ntrig: remove sysfs nodes
12666 * SAUCE: hid: ntrig: Setup input filtering manually
12667 * SAUCE: hid: ntrig: New ghost-filtering event logic
12668
12669 [ Manoj Iyer ]
12670
12671 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
12672 - LP: #348861
12673
12674 [ Upstream Kernel Changes ]
12675
12676 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
12677 suspend/resume"
12678 * Revert "[ARM] implement arch_randomize_brk()"
12679 * Revert "ARM: stack protector: change the canary value per task"
12680 * Revert "ARM: initial stack protector (-fstack-protector) support"
12681 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
12682 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
12683 * Revert "perf probe: Add kernel source path option"
12684 * hid: ntrig: Support single-touch devices
12685 * hid: ntrig: Mask pen switch events
12686 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
12687 kernel
12688 - LP: #673073
12689 * Fix userspace build of linux/fs.h
12690
12691 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
12692
12693linux (2.6.37-3.11) natty; urgency=low
12694
12695 [ Andy Whitcroft ]
12696
12697 * Revert "ubuntu: AUFS -- update to
12698 b37c575759dc4535ccc03241c584ad5fe69e3b25"
12699 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
12700 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
12701 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
12702 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
12703 * [Config] Disable intel_idle for -virtual kernels
12704 - LP: #651370
12705 * [Config] enforcer -- ensure we never enable CONFIG_IMA
12706 * debian -- pass the correct flavour name when checking configs
12707 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
12708 * [Config] ensure CONFIG_IPV6=y for powerpc
12709 * [Config] enforcer -- ensure CONFIG_IPV6=y
12710 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
12711 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
12712 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
12713 * ubuntu: AUFS -- re-enable
12714 * ubuntu: AUFS -- track changes to work queue initialisation
12715 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
12716 * SAUCE: fbcon -- fix race between open and removal of framebuffers
12717 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
12718 - LP: #614008
12719 * SAUCE: drm -- stop early access to drm devices
12720
12721 [ Jeremy Kerr ]
12722
12723 * [Config] Build-in powermac ZILOG serial driver
12724 - LP: #673346
12725
12726 [ Kees Cook ]
12727
12728 * SAUCE: nx-emu: use upstream ASLR when possible
12729
12730 [ Tim Gardner ]
12731
12732 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
12733 - LP: #628776
12734
12735 [ Upstream Kernel Changes ]
12736
12737 * i386: NX emulation
12738 * nx-emu: drop exec-shield sysctl, merge with disable_nx
12739 * nx-emu: standardize boottime message prefix
12740 * mmap randomization for executable mappings on 32-bit
12741 * exec-randomization: brk away from exec rand area
12742
12743 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
12744
12745linux (2.6.37-2.10) natty; urgency=low
12746
12747 [ Andy Whitcroft ]
12748
12749 * reinstate armel config changes:
12750 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
12751 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
12752
12753 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
12754
12755linux (2.6.37-2.9) natty; urgency=low
12756
12757 [ Andy Whitcroft ]
12758
12759 * config -- fix genportsconfig
12760 * [Config] move powerpc over from ports to distro
12761 * bump master version number to match contained kernel
12762 * SAUCE: fix documentation strings for struct input_keymap_entry
12763 * usb: gadget: goku_udc: add registered flag bit
12764
12765 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
12766
12767linux (2.6.36-2.8) natty; urgency=low
12768
12769 [ Tim Gardner ]
12770
12771 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
12772 * [Config]: TWL4030_CORE=n for FTBS
12773 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
12774 * [Config]: CONFIG_SOLO6X10=n for FTBS
12775 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
12776 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
12777 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
12778 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
12779 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
12780 * [Config]: CONFIG_I2C_I801=n for armel FTBS
12781 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
12782 * AppArmor: compatibility patch for v5 interface
12783 * AppArmor: compatibility patch for v5 network controll
12784 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
12785 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
12786 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
12787 * Dropped: hid: 3m: Convert to MT slots
12788 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
12789 * Dropped: HID: magicmouse: simplify touch data bit manipulation
12790 * Dropped: HID: magicmouse: simplify touch down logic
12791 * Dropped: HID: magicmouse: enable Magic Trackpad support
12792 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
12793 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
12794 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
12795 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
12796 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
12797 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
12798 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
12799 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
12800 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
12801 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
12802 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
12803 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
12804
12805 [ Upstream Kernel Changes ]
12806
12807 * rebased against 2.6.27-rc1
12808
12809 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
12810
12811linux (2.6.36-1.7) natty; urgency=low
12812
12813 [ Andy Whitcroft ]
12814
12815 * rebased to v2.6.36 final
12816 * [Config] update configs following rebase to v2.6.36 final
12817 * [Config] update ports configs following rebase to v2.6.36 final
12818
12819 [ Upstream Kernel Changes ]
12820
12821 * rebased to v2.6.36 final
12822
12823 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
12824
12825linux (2.6.36-1.6) natty; urgency=low
12826
12827 [ Upstream Kernel Changes ]
12828
12829 * drop broadcom staging driver preview:
12830 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
12831 wireless LAN driver."
12832
12833 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
12834
12835linux (2.6.36-1.5) natty; urgency=low
12836
12837 [ Andy Whitcroft ]
12838
12839 * rebase to v2.6.36-rc8
12840 * updateconfigs following rebase to v2.6.36-rc8
12841 * updateportsconfigs following rebase to v2.6.36-rc8
12842 * config -- simplify the kernelconfig interface
12843 * config -- add new config mode 'dumpconfigs'
12844
12845 [ Tim Gardner ]
12846
12847 * Simplify the use of CROSS_COMPILER
12848
12849 [ Upstream Kernel Changes ]
12850
12851 * drop broadcom staging driver preview:
12852 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
12853 brcmfmac.ko mutually exclusive."
12854 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
12855 set."
12856 * Revert "Staging: brcm80211: remove driver specific -W options"
12857 * Revert "Staging: brcm80211: clean up makefile cflag lines"
12858 * Revert "staging: brcm80211: add fullmac driver"
12859 * Revert "staging: brcm80211: use string native library"
12860 * Revert "staging: brcm80211: use native ctype library"
12861 * Revert "staging: brcm80211: fix remaining checkpatch errors."
12862 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
12863 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
12864 ...""
12865 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
12866 ':' ...""
12867 * Revert "staging: brcm80211: fix "ERROR: space required before that
12868 ...""
12869 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
12870 * Revert "staging: brcm80211: fix "ERROR: space required after that close
12871 brace""
12872 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
12873 ...close square bracket""
12874 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
12875 ...""
12876 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
12877 '*'""
12878 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
12879 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
12880 do - while loop""
12881 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
12882 parenthesis""
12883 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
12884 or NULL""
12885 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
12886 or NULL""
12887 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
12888 '}'""
12889 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
12890 line""
12891 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
12892 on next line""
12893 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
12894 condition""
12895 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
12896 paren...""
12897 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
12898 function dec...""
12899 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
12900 *bar"'"
12901 * Revert "staging: brcm80211: Fix URLs for firmware files."
12902 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
12903 * Revert "staging: brcm80211: Add contact info to TODO list."
12904 * Revert "staging: brcm80211: Fix some initialisation failure paths"
12905 * Export dump_{write,seek} to binary loader modules
12906 * rebase to v2.6.36-rc8.
12907
12908 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
12909
12910linux (2.6.36-0.4) natty; urgency=low
12911
12912 [ Andy Whitcroft ]
12913
12914 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
12915 (fixes FTBS on powerpc)
12916
12917 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
12918
12919linux (2.6.36-0.3) natty; urgency=low
12920
12921 [ Andy Whitcroft ]
12922
12923 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
12924
12925 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
12926
12927linux (2.6.36-0.2) natty; urgency=low
12928
12929 [ Andy Whitcroft ]
12930
12931 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
12932 (fix FTBS on powerpc)
12933
12934 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
12935
12936linux (2.6.36-0.1) natty; urgency=low
12937
12938 [ Andy Whitcroft ]
12939
12940 * reduce disk usage during buildd builds
12941 - LP: #645653
12942 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
12943 * [Config] armel -- drop omap flavour
12944
12945 [ Tim Gardner ]
12946
12947 * Added dropped patch list
12948 * more dropped patches
12949 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
12950 * [Config] Add support for cross compiling armel
12951 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
12952 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
12953 * [Config]: updateconfigs after adding brcm80211
12954 * staging: brcm80211: Fix Makefile syntax error
12955 * rebased to v2.6.36-rc7
12956
12957 [ Upstream Kernel Changes ]
12958
12959 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
12960 * (upstream) IPS driver: verify BIOS provided limits
12961 * intel_ips: Print MCP limit exceeded values.
12962 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
12963 LAN driver.
12964 * staging: brcm80211: Fix some initialisation failure paths
12965 * staging: brcm80211: Add contact info to TODO list.
12966 * staging: brcm80211: use '%pM' format to print MAC address
12967 * staging: brcm80211: Fix URLs for firmware files.
12968 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
12969 * staging: brcm80211: fix "ERROR: open brace '{' following function
12970 dec..."
12971 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
12972 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
12973 * staging: brcm80211: fix "ERROR: trailing statements should be on next
12974 line"
12975 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
12976 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
12977 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
12978 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
12979 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
12980 parenthesis"
12981 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
12982 while loop"
12983 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
12984 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
12985 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
12986 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
12987 bracket"
12988 * staging: brcm80211: fix "ERROR: space required after that close brace"
12989 * staging: brcm80211: fix "ERROR: space required after that ..."
12990 * staging: brcm80211: fix "ERROR: space required before that ..."
12991 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
12992 * staging: brcm80211: fix "ERROR: spaces required around that ..."
12993 * staging: brcm80211: fix "ERROR: trailing whitespace."
12994 * staging: brcm80211: fix remaining checkpatch errors.
12995 * staging: brcm80211: use native ctype library
12996 * staging: brcm80211: use string native library
12997 * staging: brcm80211: add fullmac driver
12998 * Staging: brcm80211: clean up makefile cflag lines
12999 * Staging: brcm80211: remove driver specific -W options
13000 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13001 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13002 mutually exclusive.
13003
13004 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13005
13006linux (2.6.35-22.33) maverick; urgency=low
13007
13008 [ Andy Whitcroft ]
13009
13010 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13011 Dell E2 series Laptops"
13012 - LP: #641320
13013
13014 [ Brian Rogers ]
13015
13016 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13017 - LP: #624701
13018
13019 [ Christopher James Halse Rogers ]
13020
13021 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13022 - LP: #544088, #546393
13023 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13024 - LP: #546393
13025
13026 [ John Johansen ]
13027
13028 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13029 kernels"
13030 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13031 - LP: #639758
13032
13033 [ Mathieu J. Poirier ]
13034
13035 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13036
13037 [ Upstream Kernel Changes ]
13038
13039 * ALSA: HDA: Enable internal speaker on Dell M101z
13040 - LP: #640254
13041
13042 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13043
13044linux (2.6.35-22.32) maverick; urgency=low
13045
13046 [ Arjan van de Ven ]
13047
13048 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13049
13050 [ David Henningsson ]
13051
13052 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13053 - LP: #605047, #628961
13054
13055 [ John Johansen ]
13056
13057 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13058 and profile names
13059 - LP: #615947
13060 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13061 - LP: #615947
13062 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13063 - LP: #639758
13064 * SAUCE: Improve Amazon EBS performance for EC2
13065 - LP: #634316
13066
13067 [ Leann Ogasawara ]
13068
13069 * Revert "SAUCE: i915 KMS -- blacklist i855"
13070 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13071 * Revert "SAUCE: i915 KMS -- blacklist i830"
13072 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13073 devices"
13074 * execute module-inclusion within a subshell
13075 - LP: #621175
13076
13077 [ Upstream Kernel Changes ]
13078
13079 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13080 - LP: #633227
13081 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13082 - LP: #629711
13083 * (pre-stable) mm: Move vma_stack_continue into mm.h
13084 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13085 - LP: #601073
13086 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13087 * PM / Runtime: Add runtime PM statistics (v3)
13088 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13089 - CVE-2010-3081
13090 * x86-64, compat: Test %rax for the syscall number, not %eax
13091 - CVE-2010-3301
13092 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13093 - CVE-2010-3301
13094
13095 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13096
13097linux (2.6.35-21.31) maverick; urgency=low
13098
13099 [ Andy Whitcroft ]
13100
13101 * bodge linux-libc-dev package version due to ti-omap4 error
13102 * linux-libc-dev -- ensure we can only build this on debian.master
13103
13104 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
13105
13106linux (2.6.35-21.30) maverick; urgency=low
13107
13108 [ Andy Whitcroft ]
13109
13110 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13111 - LP: #614008
13112
13113 [ Daniel Lezcano ]
13114
13115 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
13116
13117 [ Henrik Rydberg ]
13118
13119 * SAUCE: Input: wacom - add fuzz parameters to features
13120 * SAUCE: Input: wacom - collect device quirks into single function
13121 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
13122 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
13123 * SAUCE: hid: ntrig: Remove unused device ids
13124 * SAUCE: hid: ntrig: remove sysfs nodes
13125 * SAUCE: hid: ntrig: Correct logic for quirks
13126 * SAUCE: hid: ntrig: zero-initialize ntrig struct
13127 * SAUCE: hid: ntrig: Setup input filtering manually
13128 * SAUCE: hid: ntrig: New ghost-filtering event logic
13129
13130 [ Leann Ogasawara ]
13131
13132 * SAUCE: ndiswrapper: Initialize buffer index and check its value
13133 - LP: #613796
13134
13135 [ Manoj Iyer ]
13136
13137 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
13138 series Laptops
13139 - LP: #632884
13140
13141 [ Ping Cheng ]
13142
13143 * SAUCE: Input: wacom - parse the Bamboo device family
13144
13145 [ Rafi Rubin ]
13146
13147 * SAUCE: hid: ntrig: identify firmware version (wiggled)
13148
13149 [ Tim Gardner ]
13150
13151 * [Config] CONFIG_NL80211_TESTMODE=n
13152
13153 [ Upstream Kernel Changes ]
13154
13155 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
13156 * e1000e: initial support for 82579 LOMs
13157 * e1000e: correct MAC-PHY interconnect register offset for 82579
13158 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
13159 tested on HP G60
13160 - LP: #587388
13161 * DSS2: Don't power off a panel twice
13162 - LP: #588243
13163 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
13164 * Input: i8042 - reset keyboard controller wehen resuming from S2R
13165 - LP: #86820
13166 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
13167 - LP: #414795
13168 * agp/intel: Support the extended physical addressing bits on
13169 Sandybridge.
13170 - LP: #632488
13171 * drm/i915,intel_agp: Add support for Sandybridge D0
13172 - LP: #632488
13173 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
13174 - LP: #632488
13175 * mmc: omap: fix for bus width which improves SD card's peformance.
13176
13177 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
13178
13179linux (2.6.35-20.29) maverick; urgency=low
13180
13181 [ Andy Whitcroft ]
13182
13183 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
13184 - LP: #563277
13185 * SAUCE: i915 KMS -- blacklist i830
13186 - LP: #542208, #563277
13187 * SAUCE: i915 KMS -- blacklist i845g
13188 - LP: #541492, #563277
13189 * SAUCE: i915 KMS -- blacklist i855
13190 - LP: #511001, #541511, #563277
13191
13192 [ Leann Ogasawara ]
13193
13194 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
13195 - LP: #601073
13196 * ARM: Temporarily disable module check for armel
13197 * rebase to v2.6.35.4
13198 * [Config] update configs following rebase to v2.6.35.4
13199
13200 [ Ricardo Salveti de Araujo ]
13201
13202 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
13203 in Omap
13204
13205 [ Tim Gardner ]
13206
13207 * [Config] Added be2net, be2scsi to udebs
13208 - LP: #628776
13209
13210 [ Upstream Kernel Changes ]
13211
13212 * x86, cpu: Package Level Thermal Control, Power Limit Notification
13213 definitions
13214 - LP: #601073
13215 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
13216 - LP: #601073
13217 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
13218 - LP: #601073
13219 * x86, hwmon: Package Level Thermal/Power: power limit
13220 - LP: #601073
13221 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
13222 - LP: #601073
13223 * hid: 3m: Adjust to sequential MT HID protocol
13224 * hid: 3m: Convert to MT slots
13225 * hid: 3m: Correct touchscreen emulation
13226 * hid: 3m: Adjust major / minor axes to scale
13227 * input: bcm5974: Adjust major / minor to scale
13228 * HID: magicmouse: don't allow hidinput to initialize the device
13229 * HID: magicmouse: simplify multitouch feature request
13230 * HID: magicmouse: simplify touch data bit manipulation
13231 * HID: magicmouse: simplify touch down logic
13232 * HID: magicmouse: remove timestamp logic
13233 * HID: magicmouse: enable Magic Trackpad support
13234 * HID: magicmouse: Adjust major / minor axes to scale
13235 * mmc: fix all hangs related to mmc/sd card insert/removal during
13236 suspend/resume
13237 - LP: #477106
13238 * drm/i915: fix VGA plane disable for Ironlake+
13239 - LP: #602281
13240
13241 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
13242
13243linux (2.6.35-19.28) maverick; urgency=low
13244
13245 [ Leann Ogasawara ]
13246
13247 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
13248 from the archive and a no-change rebuild was attempted. However, the ABI
13249 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
13250 up the ABI and re-upload.
13251
13252 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
13253
13254linux (2.6.35-19.27) maverick; urgency=low
13255
13256 [ Leann Ogasawara ]
13257
13258 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
13259 from the archive.
13260
13261 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
13262
13263linux (2.6.35-19.26) maverick; urgency=low
13264
13265 [ Upstream Kernel Changes ]
13266
13267 * ARM: OMAP: Beagle: revision detection
13268 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
13269 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
13270
13271 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
13272
13273linux (2.6.35-19.25) maverick; urgency=low
13274
13275 [ Jarod Wilson ]
13276
13277 * SAUCE: Bring in staging/lirc from 2.6.36
13278 - LP: #609234
13279 * SAUCE: Update ir-core to linuxtv/other which should be merged for
13280 2.6.36.
13281 - LP: #609234
13282 * SAUCE: Fix memleaks in imon and mceusb drivers
13283 - LP: #609234
13284 * SAUCE: Bring in streamzap support from linuxtv/other
13285 - LP: #609234
13286
13287 [ Mario Limonciello ]
13288
13289 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
13290 - LP: #609234
13291
13292 [ Mathieu J. Poirier ]
13293
13294 * SAUCE: ARM: adding i2c eeprom driver to read EDID
13295 - LP: #608279
13296
13297 [ Upstream Kernel Changes ]
13298
13299 * intel_idle: disable module support
13300 - LP: #615265
13301 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
13302 correct codec ID
13303 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
13304 - LP: #605101
13305 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
13306 - LP: #495134
13307 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
13308 - LP: #519066
13309 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
13310 - LP: #519066
13311 * input: mt: Initialize slots to unused (rev2)
13312 * input: mt: Add support for the Bamboo Touch trackpad
13313 * hid: Add a hid quirk for input sync override
13314
13315 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
13316
13317linux (2.6.35-18.24) maverick; urgency=low
13318
13319 [ Colin Watson ]
13320
13321 * Pass DEB_MAINT_PARAMS to hook scripts
13322
13323 [ Leann Ogasawara ]
13324
13325 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
13326 - LP: #584812
13327 * rebase to v2.6.35.3
13328
13329 [ Upstream Kernel Changes ]
13330
13331 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
13332 - LP: #609234
13333 * can: add limit for nframes and clean up signed/unsigned variables
13334 - CVE-2010-2959
13335 * drm: Initialize ioctl struct when no user data is present
13336 - CVE-2010-2803
13337 * ARM: initial stack protector (-fstack-protector) support
13338 * ARM: stack protector: change the canary value per task
13339 * [ARM] implement arch_randomize_brk()
13340 * [ARM] add address randomization to mmap()
13341 * ARM: fix ASLR of PIE executables
13342
13343 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
13344
13345linux (2.6.35-17.23) maverick; urgency=low
13346
13347 [ Jeremy Kerr ]
13348
13349 * [Config] build-in uinput module
13350 - LP: #584812
13351
13352 [ Leann Ogasawara ]
13353
13354 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
13355 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
13356 * Revert "[Config] [FTBS] sparc: Temporarily disable
13357 CONFIG_MTD_NAND_DENALI"
13358 * Revert "[Config] [FTBS] sparc: Temporarily disable
13359 CONFIG_MFD_JANZ_CMODIO"
13360 * Revert "[Config] [FTBS] sparc: Temporarily disable
13361 CONFIG_INFINIBAND_QIB"
13362 * [Config] Enable INTEL_IPS
13363 - LP: #601057
13364 * Remove ia64 support
13365 * [Config] Update portsconfigs after removing ia64 support
13366 * Remove sparc support
13367 * [Config] Update portsconfigs after removing sparc support
13368
13369 [ Linus Torvalds ]
13370
13371 * (pre-stable) mm: fix page table unmap for stack guard page properly
13372
13373 [ Mathieu J. Poirier ]
13374
13375 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
13376 - LP: #591941
13377
13378 [ Upstream Kernel Changes ]
13379
13380 * timer: add on-stack deferrable timer interfaces
13381 - LP: #601057
13382 * x86 platform driver: intelligent power sharing driver
13383 - LP: #601057
13384 * IPS driver: add GPU busy and turbo checking
13385 - LP: #601057
13386 * X86: intel_ips, check for kzalloc properly
13387 - LP: #601057
13388 * ips driver: make it less chatty
13389 - LP: #601057
13390
13391 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
13392
13393linux (2.6.35-16.22) maverick; urgency=low
13394
13395 [ Andy Whitcroft ]
13396
13397 * debian -- more agressivly clean up after depmod on purge
13398 - LP: #618591
13399
13400 [ Henrik Rydberg ]
13401
13402 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
13403
13404 [ Leann Ogasawara ]
13405
13406 * ubuntu: iscsitarget -- version 1.4.20.2
13407 * ubuntu: rtl8192se -- update to version 0017.0507.2010
13408 * rebase to v2.6.35.2
13409 * [Config] update configs following rebase to v2.6.35.2
13410 * [Config] update ports configs following rebase to v2.6.35.2
13411
13412 [ Luke Yelavich ]
13413
13414 * [Config] Enable new firewire stack on powerpc
13415
13416 [ Mathieu J. Poirier ]
13417
13418 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
13419 - LP: #608266
13420
13421 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
13422
13423linux (2.6.35-15.21) maverick; urgency=low
13424
13425 [ Luke Yelavich ]
13426
13427 * [Config] CONFIG_SND_USB_UA101=m for all architectures
13428
13429 [ Upstream Kernel Changes ]
13430
13431 * Input: introduce MT event slots
13432 * Input: document the MT event slot protocol
13433 * (pre-stable) sched: Revert nohz_ratelimit() for now
13434 * (pre-stable) drm/radeon/kms: add missing copy from user
13435 - LP: #606081
13436
13437 [ Leann Ogasawara ]
13438
13439 * rebase to v2.6.35.1
13440
13441 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
13442
13443linux (2.6.35-14.20) maverick; urgency=low
13444
13445 [ Andy Whitcroft ]
13446
13447 * update Vcs-Git to point to maverick repo
13448 * debian -- include the debian packaging in the -source package
13449 - LP: #608674
13450 * select debian source format 1.0
13451 * add support for building selected stages of kernel
13452 - LP: #603087
13453 * cleanup conditional dependancy handling
13454 - LP: #603087
13455
13456 [ Upstream Kernel Changes ]
13457
13458 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
13459 - LP: #582199, #586418, #588031
13460 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
13461 - LP: #582199, #586418, #588031
13462 * sched: Revert nohz_ratelimit() for now
13463
13464 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
13465
13466linux (2.6.35-14.19) maverick; urgency=low
13467
13468 [ Leann Ogasawara ]
13469
13470 * rebase to v2.6.35
13471
13472 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
13473
13474linux (2.6.35-13.18) maverick; urgency=low
13475
13476 [ Andy Whitcroft ]
13477
13478 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
13479 * SAUCE: add tracing for user initiated readahead requests
13480 * SAUCE: vt -- maintain bootloader screen mode and content until vt
13481 switch
13482 * SAUCE: vt -- allow grub to request automatic vt_handoff
13483 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13484 * SAUCE: drm -- stop early access to drm devices
13485
13486 [ Bryan Wu ]
13487
13488 * CONFIG: compile in OTG driver and Transceiver driver
13489 - LP: #566645
13490 * remove OTG modules from modules list file
13491
13492 [ John Johansen ]
13493
13494 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
13495 - LP: #581525, #599450
13496 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
13497 * SAUCE: AppArmor 2.4 compatibility patch
13498 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
13499 * SAUCE: fix pv-ops for legacy Xen
13500 * SAUCE: blkfront: default to sd devices
13501 * [Config] Build in drivers required for Xen pv-ops
13502
13503 [ Leann Ogasawara ]
13504
13505 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
13506 size."
13507
13508 [ Lee Jones ]
13509
13510 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
13511 - LP: #608095
13512 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
13513 just revision
13514 - LP: #608095
13515 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
13516 - LP: #608095
13517 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
13518 - LP: #608095
13519
13520 [ Upstream Kernel Changes ]
13521
13522 * agp/intel: Use the correct mask to detect i830 aperture size.
13523 - LP: #597075
13524
13525 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
13526
13527linux (2.6.35-12.17) maverick; urgency=low
13528
13529 [ Leann Ogasawara ]
13530
13531 * rebase to v2.6.35-rc6
13532 * [Config] update configs following rebase to v2.6.35-rc6
13533 * [Config] update ports configs following rebase to v2.6.35-rc6
13534 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
13535
13536 [ Leann Ogasawara ]
13537
13538 * rebase to v2.6.35-rc6
13539
13540 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
13541
13542linux (2.6.35-11.16) maverick; urgency=low
13543
13544 [ Leann Ogasawara ]
13545
13546 * Bump ABI for new compiler update
13547
13548 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
13549
13550linux (2.6.35-10.15) maverick; urgency=low
13551
13552 [ Leann Ogasawara ]
13553
13554 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
13555 device"
13556 * [Config] Enable CONFIG_M686=y
13557 - LP: #592495
13558
13559 [ Upstream Kernel Changes ]
13560
13561 * tracing: Add alignment to syscall metadata declarations
13562
13563 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
13564
13565linux (2.6.35-9.14) maverick; urgency=low
13566
13567 [ Andy Whitcroft ]
13568
13569 * ubuntu: AUFS -- add BOM and automated update script
13570 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
13571
13572 [ John Johansen ]
13573
13574 * [Config] Enable DRBD as a module
13575
13576 [ Kees Cook ]
13577
13578 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
13579 - LP: #604407
13580
13581 [ Leann Ogasawara ]
13582
13583 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
13584 - LP: #606139
13585 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
13586 - LP: #606139
13587 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
13588 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
13589
13590 [ Lee Jones ]
13591
13592 * Stop ARM boards crashing when CUPS is loaded
13593 - LP: #601226
13594
13595 [ Upstream Kernel Changes ]
13596
13597 * perf probe: Support tracing an entry of array
13598 * perf probe: Support static and global variables
13599
13600 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
13601
13602linux (2.6.35-8.13) maverick; urgency=low
13603
13604 [ Kees Cook ]
13605
13606 * SAUCE: Yama: check PTRACE using thread group leader
13607 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
13608 - LP: #603716
13609
13610 [ Leann Ogasawara ]
13611
13612 * rebase to v2.6.35-rc5
13613 * [Config] update configs following rebase to v2.6.35-rc5
13614
13615 [ Nicolas Pitre ]
13616
13617 * SAUCE: make ndiswrapper available on X86 only
13618
13619 [ Tim Gardner ]
13620
13621 * [Config] Added ums-cypress to udeb
13622 - LP: #576066
13623 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
13624 * [Config] CONFIG_NDISWRAPPER=m across all configs
13625
13626 [ Upstream Kernel Changes ]
13627
13628 * HID: magicmouse: report last touch up
13629 * rebase to 2.6.35-rc5
13630
13631 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
13632
13633linux (2.6.35-7.12) maverick; urgency=low
13634
13635 [ Tim Gardner ]
13636
13637 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
13638 - LP: #597075
13639
13640 [ Upstream Kernel Changes ]
13641
13642 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
13643 (squashed)
13644
13645 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
13646
13647linux (2.6.35-7.11) maverick; urgency=low
13648
13649 [ Tim Gardner ]
13650
13651 * [Config] CONFIG_X86_MRST=n
13652
13653 [ Upstream Kernel Changes ]
13654
13655 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
13656 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
13657 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
13658
13659 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
13660
13661linux (2.6.35-7.10) maverick; urgency=low
13662
13663 [ Kees Cook ]
13664
13665 * SAUCE: security: create task_free security callback
13666 * SAUCE: Yama: add PTRACE exception tracking and interface
13667 * SAUCE: security: unconditionally chain to Yama LSM
13668 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
13669 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
13670 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
13671 * [Upstream] security: Yama LSM
13672 * [Config] Enable CONFIG_SECURITY_YAMA=y
13673
13674 [ Tim Gardner ]
13675
13676 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
13677
13678 [ Upstream Kernel Changes ]
13679
13680 * rebase to 2.6.35-rc4
13681
13682 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
13683
13684linux (2.6.35-6.9) maverick; urgency=low
13685
13686 [ Tim Gardner ]
13687
13688 * [Upstream] direct_splice_actor() should not use pos in sd
13689 - LP: #588861
13690
13691 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
13692
13693linux (2.6.35-6.8) maverick; urgency=low
13694
13695 [ Mathieu J. Poirier ]
13696
13697 * ARM: Adding regulator supply for vdds_sdi.
13698 - LP: #597904
13699
13700 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
13701
13702linux (2.6.35-6.7) maverick; urgency=low
13703
13704 [ Alberto Milone ]
13705
13706 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
13707
13708 [ Chase Douglas ]
13709
13710 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
13711 of mouse
13712 * [Upstream] HID: magicmouse: disable and add module param for scroll
13713 acceleration
13714 * [Upstream] HID: magicmouse: properly account for scroll movement in
13715 state
13716 * [Upstream] HID: magicmouse: add param for scroll speed
13717 * [Upstream] HID: magicmouse: enable horizontal scrolling
13718
13719 [ Henrik Rydberg ]
13720
13721 * [Upstream] Input: evdev - convert to dynamic event buffer
13722 * [Upstream] Input: evdev - use driver hint to compute size of event
13723 buffer
13724 * [Upstream] Input: bcm5974 - set the average number of events per MT
13725 event packet
13726 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
13727 * [Upstream] Input: evdev - never leave the client buffer empty after
13728 write
13729
13730 [ John Johansen ]
13731
13732 * SAUCE: AppArmor: -- mainline 2010-06-23
13733 * SAUCE: AppArmor 2.4 compatibility patch
13734 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
13735
13736 [ Leann Ogasawara ]
13737
13738 * [Config] Enable CONFIG_INTR_REMAP=y
13739 - LP: #597091
13740 * [Config] Enable CONFIG_X86_X2APIC
13741 - LP: #597091
13742
13743 [ Mathieu J. Poirier ]
13744
13745 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
13746 - LP: #594382
13747
13748 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
13749
13750linux (2.6.35-5.6) maverick; urgency=low
13751
13752 [ Amit Kucheria ]
13753
13754 * [Config] update omap flavour description
13755
13756 [ Andy Whitcroft ]
13757
13758 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
13759 - LP: #570500, #576274
13760 * SAUCE: add option to hand off all kernel parameters to init
13761 - LP: #586386
13762 * [Config] enable passing all kernel command line to init
13763 - LP: #586386
13764 * [Config] disable CONFIG_VMI
13765 - LP: #537601
13766 * [Config] enable CONFIG_IPV6_SIT_6RD
13767 - LP: #591869
13768 * [Config] enable CONFIG_VMWARE_BALOON as module
13769 - LP: #592039
13770
13771 [ Leann Ogasawara ]
13772
13773 * Revert "SAUCE: pm: Config option to disable handling of console during
13774 suspend/resume"
13775 - LP: #594885
13776 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
13777 * [Config] ports: enable passing all kernel command line to init
13778 - LP: #586386
13779 * [Config] Enable CONFIG_FB_VESA=y for x86
13780 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
13781 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
13782 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
13783 - LP: #493156
13784
13785 [ Mathieu Poirier ]
13786
13787 * ARM: Adding MosChip MCS7830 to nic-usb
13788 - LP: #584920
13789
13790 [ Upstream Kernel Changes ]
13791
13792 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
13793 * docbook: need xmldoclinks for all doc types
13794 * perf probe: Add kernel source path option
13795
13796 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
13797
13798linux (2.6.35-4.5) maverick; urgency=low
13799
13800 [ Leann Ogasawara ]
13801
13802 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
13803 size (rev2)"
13804 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
13805 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
13806 (rev4)"
13807 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
13808 modules"
13809 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
13810 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
13811 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
13812
13813 [ Tim Gardner ]
13814
13815 * [Config] CONFIG_NFS_FSCACHE=y
13816 - LP: #440522
13817 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
13818 - LP: #440522
13819
13820 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
13821
13822linux (2.6.35-3.4) maverick; urgency=low
13823
13824 [ Andy Whitcroft ]
13825
13826 * debian -- ensure the version number is clean
13827
13828 [ Henrik Rydberg ]
13829
13830 * [Upstream] Introduce MT event slots (rev 5)
13831 * [Upstream] Document the MT event slot protocol (rev5)
13832 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
13833 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
13834 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
13835 (rev2)
13836
13837 [ Leann Ogasawara ]
13838
13839 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
13840 * Revert "SAUCE: hostap: send events on data interface as well as master
13841 interface"
13842 * Revert "Fix webcam having USB ID 0ac8:303b"
13843 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
13844 * rebase to v2.6.35-rc3
13845
13846 [ Maxim Levitsky ]
13847
13848 * [Config] Enable new Smartmedia/xD translation layer
13849 - LP: #202490
13850
13851 [ Upstream Kernel Changes ]
13852
13853 * net: fix deliver_no_wcard regression on loopback device
13854
13855 [ Upstream changes ]
13856
13857 * rebased to v2.6.35-rc3
13858
13859 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
13860
13861linux (2.6.35-2.3) maverick; urgency=low
13862
13863 [ Bryan Wu ]
13864
13865 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
13866
13867 [ Leann Ogasawara ]
13868
13869 * [Config] armel: Enable CONFIG_BNX2=m
13870 * [Config] ports: Enable CONFIG_BNX2X=m
13871 * SAUCE: armel: define get_dma_ops to fix FTBS
13872
13873 [ Tim Gardner ]
13874
13875 * [Upstream] net: Print num_rx_queues imbalance warning only when there
13876 are allocated queues
13877 - LP: #591416
13878
13879 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
13880
13881linux (2.6.35-2.2) maverick; urgency=low
13882
13883 [ Andy Whitcroft ]
13884
13885 * [Config] d-i: make armel configuration versatile flavour specific
13886 - LP: #588805
13887 * [Config] d-i: enable .udebs for omap flavour
13888 - LP: #588805
13889
13890 [ Kees Cook ]
13891
13892 * ptrace: limit scope to attach only (allow read)
13893 - LP: #589656
13894
13895 [ Leann Ogasawara ]
13896
13897 * rebase to v2.6.35-rc2
13898 * [Config] update configs following rebase to v2.6.35-rc2
13899 * [Config] update port configs following rebase to v2.6.35-rc2
13900
13901 [ Lee Jones ]
13902
13903 * Enable perf to be more helpful when perf_<version> does not exist.
13904 - LP: #570500
13905 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
13906
13907 [ Tim Gardner ]
13908
13909 * [Config] Update bnx2 udeb firmware files
13910 - LP: #589304
13911
13912 [ Upstream changes ]
13913
13914 * rebased to v2.6.35-rc2
13915
13916 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
13917
13918linux (2.6.35-1.1) maverick; urgency=low
13919
13920 [ Andy Whitcroft ]
13921
13922 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
13923 - LP: #587888
13924 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
13925
13926 [ Leann Ogasawara ]
13927
13928 * rebase to v2.6.35-rc1
13929 * [Config] update configs following rebase to v2.6.35-rc1
13930 * [Config] update port configs following rebase to v2.6.35-rc1
13931 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
13932 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
13933 * SAUCE: ndiswrapper: convert multicast list to list_head
13934 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
13935 * [Config] [FTBS] ia64: Temporarily disable gpiolib
13936 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
13937 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
13938 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
13939 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
13940 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
13941 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
13942 * [Config] [FTBS] armel: Temporarily disable bnx2
13943 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
13944 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
13945 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
13946 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
13947 gpio_set_debounce
13948
13949 [ Upstream Kernel Changes ]
13950
13951 * of/usb: fix build error due to of_node pointer move
13952 * n2_crypto: Fix build after of_device/of_platform_driver changes.
13953 * powerpc/fsl-booke: fix the case where we are not in the first page
13954 * powerpc/fsl-booke: Move the entry setup code into a seperate file
13955 * powerpc/kexec: Add support for FSL-BookE
13956 * greth: Fix build after OF device conversions.
13957
13958 [ Upstream changes ]
13959
13960 * rebased to v2.6.35-rc1
13961
13962 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
13963
13964linux (2.6.35-1.0) UNRELEASED; urgency=low
13965
13966 [ Leann Ogasawara ]
13967
13968 * Null entry.
13969
13970 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
13971
13972linux (2.6.34-5.14) maverick; urgency=low
13973
13974 [ Tim Gardner ]
13975
13976 * [Config] Added module inclusion support
13977 * [Config] Added virtual flavour module inclusion list and d-i package
13978 definitions
13979
13980 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
13981
13982linux (2.6.34-5.13) maverick; urgency=low
13983
13984 [ Andy Whitcroft ]
13985
13986 * Revert "ubuntu: AUFS -- aufs2 20091209"
13987 * Revert "ubuntu: AUFS -- export various core functions
13988 (aufs2-standalone.patch)"
13989 * Revert "ubuntu: AUFS -- export various core functions
13990 (aufs2-base.patch)"
13991 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
13992 - LP: #587888
13993 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
13994 - LP: #587888
13995 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
13996 - LP: #587888
13997 * [Config] AUFS -- enable aufs options
13998 - LP: #587888
13999
14000 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14001
14002linux (2.6.34-5.12) maverick; urgency=low
14003
14004 [ Andy Whitcroft ]
14005
14006 * enforce -- ensure SYSFS compatibility is disabled
14007
14008 [ Chase Douglas ]
14009
14010 * build with libdw-dev for perf probe symbol support
14011 * maverick ftrace configuration changes
14012
14013 [ Kees Cook ]
14014
14015 * Revert "SAUCE: x86: brk away from exec rand area"
14016 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14017 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14018 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14019 - LP: #369978
14020 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14021 * SAUCE: x86: brk away from exec rand area
14022 - LP: #452175
14023 * SAUCE: ptrace: restrict ptrace scope to children
14024
14025 [ Leann Ogasawara ]
14026
14027 * Add new omap flavour to getabis
14028 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14029 - LP: #585490
14030 * build/modules: Temorarily add ignore.modules
14031 * ubuntu: iscsitarget -- version 1.4.20.1
14032
14033 [ Loïc Minier ]
14034
14035 * SAUCE: [um] Don't use nx_enabled under UML
14036 - LP: #524849
14037
14038 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14039
14040linux (2.6.34-4.11) maverick; urgency=low
14041
14042 [ Amit Kucheria ]
14043
14044 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14045 * [Config] Add support for OMAP-mainline flavour
14046
14047 [ Andy Whitcroft ]
14048
14049 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14050 userspace
14051 - LP: #583733
14052
14053 [ Chase Douglas ]
14054
14055 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14056 are present"
14057 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14058 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14059 load detect pipe"
14060
14061 [ Kees Cook ]
14062
14063 * SAUCE: fs: block cross-uid sticky symlinks
14064 * SAUCE: fs: block hardlinks to non-accessible sources
14065
14066 [ Koen Kooi ]
14067
14068 * SAUCE: board-omap3-beagle: add DSS2 support
14069
14070 [ Leann Ogasawara ]
14071
14072 * Revert "staging/go7007 -- disable"
14073 * Revert "[Config] staging/winbond -- disable"
14074 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14075 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14076 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14077 controller"
14078 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14079 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14080 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14081 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14082 chipsets."
14083 * Revert "[Upstream] b43: Declare all possible firmware files."
14084 * Revert "add Breaks: against hardy lvm2"
14085 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14086 id on Vmware ESX Server"
14087 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14088 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14089 * [Config] Enable CONFIG_USB=y for armel and sparc
14090 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14091 * [Config] Enable CONFIG_RFKILL=y for ports
14092 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14093 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14094 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14095 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14096 * [Config] Enable CONFIG_LIBERTAS_MESH=y
14097 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
14098 * [Config] CONFIG_RT2800USB_UNKNOWN=y
14099 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
14100 * [Config] Enable CONFIG_CEPH_FS=m
14101 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
14102 * [Config] Enable CONFIG_EEEPC_WMI=m
14103 * [Config] Enable CONFIG_RT2800PCI=m
14104 * [Config] Enable CONFIG_SCSI_HPSA=m
14105 * [Config] Enable CONFIG_VHOST_NET=m
14106 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
14107 - LP: #582350
14108 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
14109 - LP: #579300
14110 * [Config] Enable CONFIG_PCIEASPM=y
14111 - LP: #333990
14112 * [Config] updateconfigs for OMAP flavour
14113
14114 [ Loïc Minier ]
14115
14116 * Enable perf tools on armel
14117
14118 [ Tim Gardner ]
14119
14120 * SAUCE: Updated ndiswrapper to 1.56
14121 - LP: #582555
14122 * [Config] Added virtual flavour
14123 * [Config] Remove support for sub-flavours
14124 * [Config] Removed amd64 preempt flavour
14125 * [Config] updateconfigs, updateportsconfigs after flavour munging
14126
14127 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
14128
14129linux (2.6.34-3.10) maverick; urgency=low
14130
14131 [ Leann Ogasawara ]
14132
14133 * rebase to v2.6.34
14134
14135 [ Upstream changes ]
14136
14137 * rebased to v2.6.34
14138
14139 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
14140
14141linux (2.6.34-2.9) maverick; urgency=low
14142
14143 [ Leann Ogasawara ]
14144
14145 * [Config] [FTBS] Disable comedi for armel
14146
14147 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
14148
14149linux (2.6.34-2.8) maverick; urgency=low
14150
14151 [ Leann Ogasawara ]
14152
14153 * Drop lpia
14154 * [Config] [FTBS] disable KVM
14155 * [Config] [FTBS] disable ipr for armel
14156
14157 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
14158
14159linux (2.6.34-2.7) maverick; urgency=low
14160
14161 [ Leann Ogasawara ]
14162
14163 * [Config] disable CONFIG_SCSI_IPR on powerpc
14164 * [Config] Remove 386 flavour per UDS discussion
14165
14166 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
14167
14168linux (2.6.34-1.6) maverick; urgency=low
14169
14170 [ Chase Douglas ]
14171
14172 * enforce CONFIG_TMPFS_POSIX_ACL=y
14173 - LP: #575940
14174 * don't force module dependency checking
14175 - LP: #577029
14176
14177 [ Kees Cook ]
14178
14179 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
14180 - LP: #568844
14181
14182 [ Leann Ogasawara ]
14183
14184 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
14185 * rebase to v2.6.34-rc7
14186 * [Config] update configs following rebase to v2.6.34-rc7
14187 * [Config] update port configs following rebase to v2.6.34-rc7
14188 * Add btrfs to the udebs
14189
14190 [ Tim Gardner ]
14191
14192 * [Config] Add atl1c to nic-modules udeb
14193 - LP: #557130
14194
14195 [ Upstream changes ]
14196
14197 * rebased to v2.6.34-rc7
14198
14199 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
14200
14201linux (2.6.34-1.5) UNRELEASED; urgency=low
14202
14203 [ Leann Ogasawara ]
14204
14205 * rebase to v2.6.34-rc6
14206 * [Config] update configs following rebase to v2.6.34-rc6
14207 * [Config] update port configs following rebase to v2.6.34-rc6
14208
14209 [ Upstream changes ]
14210
14211 * rebased to v2.6.34-rc6
14212
14213 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
14214
14215linux (2.6.34-1.4) UNRELEASED; urgency=low
14216
14217 [ Leann Ogasawara ]
14218
14219 * rebase to v2.6.34-rc5
14220 * [Config] update ports configs following rebase to v2.6.34-rc5
14221
14222 [ Upstream changes ]
14223
14224 * rebased to v2.6.34-rc5
14225
14226 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
14227
14228linux (2.6.34-1.3) UNRELEASED; urgency=low
14229
14230 [ Leann Ogasawara ]
14231
14232 * rebase to v2.6.34-rc4
14233 * [Config] update configs following rebase to v2.6.34-rc4
14234 * [Config] update port configs following rebase to v2.6.34-rc4
14235 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
14236
14237 [ Upstream changes ]
14238
14239 * rebased to v2.6.34-rc4
14240
14241 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
14242
14243linux (2.6.34-1.2) UNRELEASED; urgency=low
14244
14245 [ Leann Ogasawara ]
14246
14247 * Temorarily disable building linux-doc
14248 * rebase to v2.6.34-rc3
14249 * [Config] update configs following rebase to v2.6.34-rc3
14250 * [Config] update port configs following rebase to v2.6.34-rc3
14251
14252 [ Upstream changes ]
14253
14254 * rebased to v2.6.34-rc3
14255
14256 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
14257
14258linux (2.6.34-1.1) UNRELEASED; urgency=low
14259
14260 [ Leann Ogasawara ]
14261
14262 * rebase to v2.6.34-rc2
14263 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
14264 * [Config] update port configs following rebase to v2.6.34-rc2
14265 * [Config] update configs following rebase to v2.6.34-rc2
14266
14267 [ Upstream changes ]
14268
14269 * rebased to v2.6.34-rc2
14270
14271 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
14272
14273linux (2.6.33-1.1) UNRELEASED; urgency=low
14274
14275 [ Leann Ogasawara ]
14276
14277 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
14278 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
14279 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
14280 * ubuntu: lirc -- rename kfifo_put and kfifo_get
14281 * ubuntu: iscsitarget -- rename daddr inet_sock field
14282 * rebased to v2.6.33
14283 * [Config] update configs following rebase to v2.6.33
14284 * [Config] update ports configs following rebase to v2.6.33
14285
14286 [ Upstream changes ]
14287
14288 * rebased to v2.6.33
14289
14290 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
14291
14292linux (2.6.33-0.0) UNRELEASED; urgency=low
14293
14294 [ Leann Ogasawara ]
14295
14296 * Null entry.
14297
14298 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
14299
14300linux (2.6.32-16.25) lucid; urgency=low
14301
14302 [ Andy Whitcroft ]
14303
14304 * linux-tools -- move to Suggests: with explicit seeding
14305 - LP: #534635
14306
14307 [ Tim Gardner ]
14308
14309 * [Config] CONFIG_HID=m
14310
14311 [ Upstream Kernel Changes ]
14312
14313 * (pre-stable) sched: Fix SMT scheduler regression in
14314 find_busiest_queue()
14315 * KVM: introduce kvm_vcpu_on_spin
14316 * KVM: VMX: Add support for Pause-Loop Exiting
14317
14318 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
14319
14320linux (2.6.32-16.24) lucid; urgency=low
14321
14322 [ Andy Whitcroft ]
14323
14324 * armel -- perf userspace does not support arm
14325 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
14326
14327 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
14328
14329linux (2.6.32-16.23) lucid; urgency=low
14330
14331 [ Andy Whitcroft ]
14332
14333 * SAUCE: PM report driver and device suspend/resume times -- move config
14334 * update to standards version 3.8.4.0
14335 * printenv -- expose all of the package selectors
14336 * source package -- cleanup source content control
14337 * doc package -- ensure we do build package content on buildd
14338 * lintian -- correct the address in the debian/copyright
14339 * lintian -- update debhelper package version dependancy
14340 * lintian -- fix ghostscript dependancy
14341 * lintian -- add required misc:Depends
14342 * lintian -- move our debhelper compat level to debian/compat
14343 * perf -- build the kernel carried tools
14344 * perf -- add linux-tools carrying the version switches and manuals
14345 * SAUCE: fix up Kconfig for staging drivers
14346 * [Config] enable NOUVEAU etc following drm backport
14347 * update DRM to mainline v2.6.33
14348 * [Config] Remove AppArmor config options that no longer exist (ports)
14349 * [Config] updateportsconfigs following drm update
14350
14351 [ John Johansen ]
14352
14353 * ubuntu: AppArmor -- update to mainline 2010-03-04
14354 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
14355 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
14356 * [Config] Remove AppArmor config options that no longer exist
14357
14358 [ Manoj Iyer ]
14359
14360 * ubuntu: rtl8192se -- version 2010-0115,0014
14361 - LP: #530275
14362 * [Config] added CONFIG_RTL8192SE module.
14363 - LP: #530275
14364
14365 [ Tim Gardner ]
14366
14367 * [Config] Added vmw_pvscsi to d-i/scsi-modules
14368 - LP: #531017
14369 * [Upstream] netfilter: xt_recent: Add an entry reaper
14370
14371 [ Upstream Kernel Changes ]
14372
14373 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
14374 emulation"
14375 * Revert "KVM: x86 emulator: Fix popf emulation"
14376 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
14377 emulation"
14378 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
14379 * Revert "KVM: fix memory access during x86 emulation."
14380 * Add vlan (8021.Q) module package for d-i.
14381 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14382 Inspiron 700m
14383 - LP: #515246
14384 * [Upstream] docbook: need xmldoclinks for all doc types
14385 * x86: set_personality_ia32() misses force_personality32
14386 * lib: Introduce generic list_sort function
14387 * drm/nv50: Implement ctxprog/state generation.
14388 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
14389 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
14390 Inspiron 700m
14391 - LP: #515246
14392
14393 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
14394
14395linux (2.6.32-15.22) lucid; urgency=low
14396
14397 [ Andy Whitcroft ]
14398
14399 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
14400 * Revert "SAUCE: PM report driver and device suspend/resume times."
14401 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
14402
14403 [ Manoj Iyer ]
14404
14405 * SAUCE: PM report driver and device suspend/resume times.
14406
14407 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
14408
14409linux (2.6.32-15.21) lucid; urgency=low
14410
14411 [ Andy Whitcroft ]
14412
14413 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
14414 * Revert "[Config] lenovo-sl-laptop -- enable"
14415 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
14416 * armel -- cramfs module will no longer be built
14417 * d-i -- make all modules optional
14418 * rename the debug packages to match archive standard
14419 - LP: #527837
14420 * lenovo-sl-laptop is no longer built
14421
14422 [ Colin Ian King ]
14423
14424 * Disable 4MB page tables for Atom, work around errata AAE44
14425 - LP: #523112
14426
14427 [ Colin Watson ]
14428
14429 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
14430 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
14431
14432 [ Jesse Barnes ]
14433
14434 * SAUCE: drm/i915: don't change DRM configuration when releasing load
14435 detect pipe
14436 - LP: #488328
14437
14438 [ Loïc Minier ]
14439
14440 * [Config] armel Update versatile initrd configs
14441 - LP: #524893
14442 * SAUCE: [um] Don't use nx_enabled under UML
14443 - LP: #524849
14444
14445 [ Manoj Iyer ]
14446
14447 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
14448
14449 [ Mario Limonciello ]
14450
14451 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
14452
14453 [ Rafael J. Wysocki ]
14454
14455 * SAUCE: PM report driver and device suspend/resume times.
14456
14457 [ Surbhi Palande ]
14458
14459 * Revert "[Upstream] e1000e: enhance frame fragment detection"
14460 - CVE-2009-4538
14461 * Revert "[Upstream] e1000: enhance frame fragment detection"
14462 - CVE-2009-4536
14463
14464 [ Tim Gardner ]
14465
14466 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
14467 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
14468 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
14469
14470 [ Upstream Kernel Changes ]
14471
14472 * Revert "(pre-stable) eCryptfs: Add getattr function"
14473 * Fix potential crash with sys_move_pages
14474 * futex_lock_pi() key refcnt fix
14475 * futex: Handle user space corruption gracefully
14476 * futex: Handle futex value corruption gracefully
14477 * Fix race in tty_fasync() properly
14478 * hwmon: (w83781d) Request I/O ports individually for probing
14479 * hwmon: (lm78) Request I/O ports individually for probing
14480 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
14481 * ALSA: ctxfi - fix PTP address initialization
14482 * drm/i915: disable hotplug detect before Ironlake CRT detect
14483 * drm/i915: enable self-refresh on 965
14484 * drm/i915: Disable SR when more than one pipe is enabled
14485 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
14486 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
14487 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
14488 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
14489 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
14490 * i2c-tiny-usb: Fix on big-endian systems
14491 * drm/i915: handle FBC and self-refresh better
14492 * drm/i915: Increase fb alignment to 64k
14493 * drm/i915: Update write_domains on active list after flush.
14494 * regulator: Fix display of null constraints for regulators
14495 * ALSA: hda-intel: Avoid divide by zero crash
14496 * CPUFREQ: Fix use after free of struct powernow_k8_data
14497 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
14498 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
14499 * ioat: fix infinite timeout checking in ioat2_quiesce
14500 * resource: add helpers for fetching rlimits
14501 * fs/exec.c: restrict initial stack space expansion to rlimit
14502 * cifs: fix length calculation for converted unicode readdir names
14503 * NFS: Fix a reference leak in nfs_wb_cancel_page()
14504 * NFS: Try to commit unstable writes in nfs_release_page()
14505 * NFSv4: Don't allow posix locking against servers that don't support it
14506 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
14507 * NFS: Fix an Oops when truncating a file
14508 * NFS: Fix a umount race
14509 * NFS: Fix a bug in nfs_fscache_release_page()
14510 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
14511 * md: fix 'degraded' calculation when starting a reshape.
14512 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
14513 * Export the symbol of getboottime and mmonotonic_to_bootbased
14514 * kvmclock: count total_sleep_time when updating guest clock
14515 * KVM: PIT: control word is write-only
14516 * tpm_infineon: fix suspend/resume handler for pnp_driver
14517 * amd64_edac: Do not falsely trigger kerneloops
14518 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
14519 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
14520 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
14521 * netfilter: xtables: compat out of scope fix
14522 * netfilter: nf_conntrack: fix hash resizing with namespaces
14523 * drm/i915: remove full registers dump debug
14524 * drm/i915: add i915_lp_ring_sync helper
14525 * drm/i915: Don't wait interruptible for possible plane buffer flush
14526 * dasd: remove strings from s390dbf
14527 * crypto: padlock-sha - Add import/export support
14528 * wmi: Free the allocated acpi objects through wmi_get_event_data
14529 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
14530 * /dev/mem: introduce size_inside_page()
14531 * devmem: check vmalloc address on kmem read/write
14532 * devmem: fix kmem write bug on memory holes
14533 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
14534 of value 0.
14535 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
14536 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
14537 * dst: call cond_resched() in dst_gc_task()
14538 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
14539 * befs: fix leak
14540 * rtc-fm3130: add missing braces
14541 * Call flush_dcache_page after PIO data transfers in libata-sff.c
14542 * ahci: add Acer G725 to broken suspend list
14543 * pktgen: Fix freezing problem
14544 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
14545 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
14546 * x86: Re-get cfg_new in case reuse/move irq_desc
14547 * Staging: fix rtl8187se compilation errors with mac80211
14548 * ALSA: usb-audio - Avoid Oops after disconnect
14549 * serial: 8250: add serial transmitter fully empty test
14550 * sysfs: sysfs_sd_setattr set iattrs unconditionally
14551 * class: Free the class private data in class_release
14552 * USB: usbfs: only copy the actual data received
14553 * USB: usbfs: properly clean up the as structure on error paths
14554 * rtl8187: Add new device ID
14555 * ACPI: Add NULL pointer check in acpi_bus_start
14556 * ACPI: fix High cpu temperature with 2.6.32
14557 * drm/radeon/kms: use udelay for short delays
14558 * NFS: Too many GETATTR and ACCESS calls after direct I/O
14559 * eCryptfs: Add getattr function
14560 * b43: Fix throughput regression
14561 * ath9k: Fix sequence numbers for PAE frames
14562 * mac80211: Fix probe request filtering in IBSS mode
14563 * iwlwifi: Fix to set correct ht configuration
14564 * dm stripe: avoid divide by zero with invalid stripe count
14565 * dm log: userspace fix overhead_size calcuations
14566 * Linux 2.6.32.9
14567 * sfc: Fix SFE4002 initialisation
14568 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
14569 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
14570 * (pre-stable) HID: handle joysticks with large number of buttons
14571 - LP: #492056
14572 * (pre-stable) HID: extend mask for BUTTON usage page
14573 - LP: #492056
14574 * PM: Measure device suspend and resume times
14575 * e1000: enhance frame fragment detection
14576 - CVE-2009-4536
14577 * e1000e: enhance frame fragment detection
14578 - CVE-2009-4538
14579 * KVM: fix memory access during x86 emulation.
14580 - CVE-2010-0306
14581 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
14582 - CVE-2010-0306
14583 * KVM: x86 emulator: Check IOPL level during io instruction emulation
14584 - CVE-2010-0306
14585 * KVM: x86 emulator: Fix popf emulation
14586 - CVE-2010-0306
14587 * KVM: x86 emulator: Check CPL level during privilege instruction
14588 emulation
14589 - CVE-2010-0306
14590 * Input: wacom - ensure the device is initialized properly upon resume
14591 * Input: wacom - add defines for packet lengths of various devices
14592 * Input: wacom - add support for new LCD tablets
14593 - LP: #516777
14594
14595 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
14596
14597linux (2.6.32-14.20) lucid; urgency=low
14598
14599 [ Andy Whitcroft ]
14600
14601 * rebuild following the GCC update to match compiler for out of tree modules
14602 * Revert "[Config] drbd -- enable"
14603 * Revert "ubuntu: drbd -- version 8.3.1"
14604 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
14605 - LP: #510937
14606
14607 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
14608
14609linux (2.6.32-14.19) lucid; urgency=low
14610
14611 [ Andy Whitcroft ]
14612
14613 * ensure we build the source package contents when enabled
14614 - LP: #522308
14615 * [Config] enable CONFIG_X86_MCE_XEON75XX
14616 * SAUCE: AppArmor -- add linux/kref.h for struct kref
14617 * [Config] enable CONFIG_HID_ORTEK
14618 * enable udeb generation for arm versatile flavour
14619 - LP: #522515
14620
14621 [ John Johansen ]
14622
14623 * ubuntu: AppArmor -- update to mainline 2010-02-18
14624 - LP: #439560, #496110, #507069
14625
14626 [ Johnathon Harris ]
14627
14628 * SAUCE: HID: add support for Ortek WKB-2000
14629 - LP: #405390
14630
14631 [ Upstream Kernel Changes ]
14632
14633 * tpm_tis: TPM_STS_DATA_EXPECT workaround
14634 - LP: #490487
14635 * x86, mce: Xeon75xx specific interface to get corrected memory error
14636 information
14637 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
14638 * x86, mce: Make xeon75xx memory driver dependent on PCI
14639 * drm/edid: Unify detailed block parsing between base and extension
14640 blocks
14641 - LP: #500999
14642 * (pre-stable) eCryptfs: Add getattr function
14643 - LP: #390833
14644
14645 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
14646
14647linux (2.6.32-13.18) lucid; urgency=low
14648
14649 [ Andy Whitcroft ]
14650
14651 * Revert "enforcer -- make the enforcement configuration common"
14652 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
14653 (Dell E6x00 series)"
14654 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
14655 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
14656 0755"
14657 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
14658 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
14659 * Revert "SAUCE: make fc transport removal of target configurable"
14660 * enforcer -- make the enforcement configuration common
14661 * getabis -- add preempt flavour to the list
14662 * [Config] enforce DEVTMPFS options
14663 * [Config] armel -- cleanup to-be builtin modules
14664 * [Config] cleanup ports configs
14665 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
14666 - LP: #485536
14667 * add printdebian target to find branch target
14668 * distclean -- do not remove debian.env
14669 * [Config] generic-pae switch to M586TSC
14670 - LP: #519448
14671 * git-ubuntu-log -- commonise duplicated log handling
14672 * git-ubuntu-log -- tighten up Bug: NNNN matching
14673 * git-ubuntu-log -- sort the bug numbers
14674
14675 [ Chris Wilson ]
14676
14677 * (pre-stable) drm/i915: Increase fb alignment to 64k
14678 - LP: #404064
14679
14680 [ Eric Miao ]
14681
14682 * arm -- enable ubuntu/ directory
14683
14684 [ Huang Ying ]
14685
14686 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
14687 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
14688
14689 [ Loïc Minier ]
14690
14691 * [Config] cleanup preempt configuration
14692 * [Config] versatile: Fix video output
14693 - LP: #517594
14694 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
14695 * [Config] Large update to armel/versatile
14696 * [Config] versatile: Add RTC support
14697 * [Config] armel: Enable NEON
14698 * [Config] versatile: Builtin MMC support
14699 * [Config] versatile Builtin SCSI controller
14700 * [Config] armel Disable dma_cache_sync callers
14701 * [Config] armel Disable asm/time.h users
14702 * [Config] armel Disable out of range udelay()
14703 * [Config] armel Disable flush_cache_range() users
14704 * [Config] armel -- Enable ubuntu/ drivers
14705
14706 [ Steve Conklin ]
14707
14708 * SAUCE: drm/i915: Add display hotplug event on Ironlake
14709 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
14710
14711 [ Upstream Kernel Changes ]
14712
14713 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
14714 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
14715 in IRQ handler""
14716 * clockevent: Don't remove broadcast device when cpu is dead
14717 * clockevents: Add missing include to pacify sparse
14718 * ACPI: don't cond_resched if irq is disabled
14719 * be2net: Add support for next generation of BladeEngine device.
14720 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
14721 * mpt2sas: New device SAS2208 support is added
14722 * ar9170: Add support for D-Link DWA 160 A2
14723 * powerpc/fsl: Add PCI device ids for new QoirQ chips
14724 * davinci: dm646x: Add support for 3.x silicon revision
14725 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
14726 * Driver-Core: devtmpfs - set root directory mode to 0755
14727 * driver-core: fix devtmpfs crash on s390
14728 * vfs: get_sb_single() - do not pass options twice
14729 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
14730 * V4L/DVB (13569): smsusb: add autodetection support for five additional
14731 Hauppauge USB IDs
14732 * USB: mos7840: add device IDs for B&B electronics devices
14733 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
14734 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
14735 SubVendor ID: 0x1043 Device ID: 0x4847)
14736 * iTCO_wdt: Add support for Intel Ibex Peak
14737 * atl1c:use common_task instead of reset_task and link_chg_task
14738 * atl1e:disable NETIF_F_TSO6 for hardware limit
14739 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
14740 * V4L/DVB (13680b): DocBook/media: create links for included sources
14741 * netfilter: xtables: fix conntrack match v1 ipt-save output
14742 * partitions: read whole sector with EFI GPT header
14743 * partitions: use sector size for EFI GPT
14744 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
14745 * sched: Fix isolcpus boot option
14746 * sched: Fix missing sched tunable recalculation on cpu add/remove
14747 * nohz: Prevent clocksource wrapping during idle
14748 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
14749 * timers, init: Limit the number of per cpu calibration bootup messages
14750 * PCI: Always set prefetchable base/limit upper32 registers
14751 * iscsi class: modify handling of replacement timeout
14752 * NFS: Revert default r/wsize behavior
14753 * HID: fixup quirk for NCR devices
14754 * scsi_devinfo: update Hitachi entries (v2)
14755 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
14756 * scsi_transport_fc: remove invalid BUG_ON
14757 * lpfc: fix hang on SGI ia64 platform
14758 * libfc: fix typo in retry check on received PRLI
14759 * libfc: fix ddp in fc_fcp for 0 xid
14760 * fcoe: remove redundant checking of netdev->netdev_ops
14761 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
14762 * libfc: lport: fix minor documentation errors
14763 * libfc: don't WARN_ON in lport_timeout for RESET state
14764 * fcoe: initialize return value in fcoe_destroy
14765 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
14766 * libfc: fix memory corruption caused by double frees and bad error
14767 handling
14768 * libfc: fix free of fc_rport_priv with timer pending
14769 * libfc: remote port gets stuck in restart state without really
14770 restarting
14771 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
14772 * fcoe: Fix checking san mac address
14773 * fcoe: Fix getting san mac for VLAN interface
14774 * qlge: Remove explicit setting of PCI Dev CTL reg.
14775 * qlge: Set PCIE max read request size.
14776 * qlge: Don't fail open when port is not initialized.
14777 * qlge: Add handler for DCBX firmware event.
14778 * qlge: Bonding fix for mode 6.
14779 * PCI: AER: fix aer inject result in kernel oops
14780 * DMI: allow omitting ident strings in DMI tables
14781 * Input: i8042 - remove identification strings from DMI tables
14782 * Input: i8042 - add Gigabyte M1022M to the noloop list
14783 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
14784 * ALSA: hda - select IbexPeak handler for Calpella
14785 * ALSA: hda - Fix quirk for Maxdata obook4-1
14786 * ALSA: hda - Add missing Line-Out and PCM switches as slave
14787 * iTCO_wdt.c - cleanup chipset documentation
14788 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
14789 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
14790 * ahci: disable SNotification capability for ich8
14791 * ata_piix: fix MWDMA handling on PIIX3
14792 * md: fix small irregularity with start_ro module parameter
14793 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
14794 * cio: fix double free in case of probe failure
14795 * cio: dont panic in non-fatal conditions
14796 * netiucv: displayed TX bytes value much too high
14797 * ipc ns: fix memory leak (idr)
14798 * ALSA: hda - Fix HP T5735 automute
14799 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
14800 * UBI: fix memory leak in update path
14801 * UBI: initialise update marker
14802 * ASoC: fix a memory-leak in wm8903
14803 * mac80211: check that ieee80211_set_power_mgmt only handles STA
14804 interfaces.
14805 * cfg80211: fix channel setting for wext
14806 * KVM: S390: fix potential array overrun in intercept handling
14807 * KVM: only allow one gsi per fd
14808 * KVM: Fix race between APIC TMR and IRR
14809 * KVM: MMU: bail out pagewalk on kvm_read_guest error
14810 * KVM: x86: Fix host_mapping_level()
14811 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
14812 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
14813 * KVM: fix lock imbalance in kvm_*_irq_source_id()
14814 * KVM: only clear irq_source_id if irqchip is present
14815 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
14816 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
14817 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
14818 - LP: #516325
14819 * iwlwifi: Fix throughput stall issue in HT mode for 5000
14820 * fnctl: f_modown should call write_lock_irqsave/restore
14821 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
14822 CPUID drivers.
14823 * Linux 2.6.32.7
14824 * scsi_lib: Fix bug in completion of bidi commands
14825 * mptsas: Fix issue with chain pools allocation on katmai
14826 * mm: add new 'read_cache_page_gfp()' helper function
14827 * drm/i915: Selectively enable self-reclaim
14828 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
14829 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
14830 * x86: Set hotpluggable nodes in nodes_possible_map
14831 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
14832 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
14833 * zcrypt: Do not remove coprocessor for error 8/72
14834 * dasd: fix possible NULL pointer errors
14835 * ACPI: Add a generic API for _OSC -v2
14836 * ACPI: Add platform-wide _OSC support.
14837 * ACPI: fix OSC regression that caused aer and pciehp not to load
14838 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
14839 * UBI: fix volume creation input checking
14840 * e1000/e1000e: don't use small hardware rx buffers
14841 * drm/i915: Reload hangcheck timer too for Ironlake
14842 * Fix a leak in affs_fill_super()
14843 * Fix failure exits in bfs_fill_super()
14844 * fix oops in fs/9p late mount failure
14845 * fix leak in romfs_fill_super()
14846 * Fix remount races with symlink handling in affs
14847 * fix affs parse_options()
14848 * Fix failure exit in ipathfs
14849 * mm: fix migratetype bug which slowed swapping
14850 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
14851 NOMMU stack
14852 * Split 'flush_old_exec' into two functions
14853 * sparc: TIF_ABI_PENDING bit removal
14854 * x86: get rid of the insane TIF_ABI_PENDING bit
14855 * Input: winbond-cir - remove dmesg spam
14856 * x86: Disable HPET MSI on ATI SB700/SB800
14857 * iwlwifi: set default aggregation frame count limit to 31
14858 * drm/i915: only enable hotplug for detected outputs
14859 * firewire: core: add_descriptor size check
14860 * SECURITY: selinux, fix update_rlimit_cpu parameter
14861 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
14862 * x86: Add Dell OptiPlex 760 reboot quirk
14863 - LP: #488319
14864 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
14865 * x86/amd-iommu: Fix possible integer overflow
14866 * clocksource: fix compilation if no GENERIC_TIME
14867 * tcp: update the netstamp_needed counter when cloning sockets
14868 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
14869 * net: restore ip source validation
14870 * af_packet: Don't use skb after dev_queue_xmit()
14871 * ax25: netrom: rose: Fix timer oopses
14872 * KVM: allow userspace to adjust kvmclock offset
14873 * oprofile/x86: add Xeon 7500 series support
14874 * oprofile/x86: fix crash when profiling more than 28 events
14875 * libata: retry link resume if necessary
14876 * mm: percpu-vmap fix RCU list walking
14877 * mm: purge fragmented percpu vmap blocks
14878 * block: fix bio_add_page for non trivial merge_bvec_fn case
14879 * Fix 'flush_old_exec()/setup_new_exec()' split
14880 * random: drop weird m_time/a_time manipulation
14881 * random: Remove unused inode variable
14882 * block: fix bugs in bio-integrity mempool usage
14883 * usb: r8a66597-hdc disable interrupts fix
14884 * connector: Delete buggy notification code.
14885 * be2net: Bug fix to support newer generation of BE ASIC
14886 * be2net: Fix memset() arg ordering.
14887 * mm: flush dcache before writing into page to avoid alias
14888 * mac80211: fix NULL pointer dereference when ftrace is enabled
14889 * imxfb: correct location of callbacks in suspend and resume
14890 * mx3fb: some debug and initialisation fixes
14891 * starfire: clean up properly if firmware loading fails
14892 * kernel/cred.c: use kmem_cache_free
14893 * uartlite: fix crash when using as console
14894 * pktcdvd: removing device does not remove its sysfs dir
14895 * ath9k: fix eeprom INI values override for 2GHz-only cards
14896 * ath9k: fix beacon slot/buffer leak
14897 * powerpc: TIF_ABI_PENDING bit removal
14898 * NET: fix oops at bootime in sysctl code
14899 * Linux 2.6.32.8
14900
14901 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
14902
14903linux (2.6.32-12.17) lucid; urgency=low
14904
14905 [ Andy Whitcroft ]
14906
14907 * restore linux-image prefix -- master
14908 * enforce -- we require SELINUX enabled -- master
14909 * enforce -- ensure APPARMOR is our default LSM -- master
14910 * make doc package completely optional -- master
14911 * make source package completely optional -- master
14912 * make linux-libc-dev completly optional -- master
14913 * convert package disable to a deps list -- master
14914 * allow common headers to switch from indep to arch -- master
14915 * convert binary package disable to a deps list -- master
14916 * add configuration option for a full source build tree -- master
14917 * add support for uImage kernels in package control scripts
14918 * getabis -- cleanup and parameterise repository list -- master
14919 * getabis -- move configuration to etc/getabi -- master
14920 * kernelconfig -- move configuration to etc -- master
14921 * rules -- make debian/debian.env master for branch name
14922 * set the current branch name -- master
14923 * pull back common debian.master files into debian -- master
14924 * enforcer -- make the enforcement configuration common
14925 * insert-changes -- correctly link to debian/rules in DROOT
14926
14927 [ Colin Watson ]
14928
14929 * future-proof ddeb handling against buildd changes
14930
14931 [ Eric Miao ]
14932
14933 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
14934 X86
14935
14936 [ Loïc Minier ]
14937
14938 * Add modules.builtin.bin to prerm rm list
14939 - LP: #516584
14940
14941 [ Tim Gardner ]
14942
14943 * [Config] Implement the amd64 preempt flavour
14944
14945 [ Upstream Kernel Changes ]
14946
14947 * syslog: distinguish between /proc/kmsg and syscalls
14948 - LP: #515623
14949 * sfc: Fix polling for slow MCDI operations
14950 * sfc: Fix conditions for MDIO self-test
14951 * sfc: QT202x: Remove unreliable MMD check at initialisation
14952 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
14953 * sfc: Use fixed-size buffers for MCDI NVRAM requests
14954
14955 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
14956
14957linux (2.6.32-12.16) lucid; urgency=low
14958
14959 [ Andy Whitcroft ]
14960
14961 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
14962 first use"
14963 * SAUCE: acpi battery -- move first lookup asynchronous
14964 - LP: #507211
14965 * [Config] update configs to cleanup generic configs
14966 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
14967 * [Config] enable USER_NS
14968 - LP: #480739, #509808
14969
14970 [ Heiko Carstens ]
14971
14972 * (pre-stable) driver-core: fix devtmpfs crash on s390
14973 - LP: #512370
14974
14975 [ John Johansen ]
14976
14977 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
14978 - LP: #494565
14979 * [Config] VIRTIO=y for server/virtual flavours
14980 - LP: #494565
14981
14982 [ Kay Sievers ]
14983
14984 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
14985 - LP: #512370
14986
14987 [ Kees Cook ]
14988
14989 * SAUCE: x86: brk away from exec rand area
14990 - LP: #452175
14991
14992 [ Leann Ogasawara ]
14993
14994 * [Upstream] e1000: enhance frame fragment detection
14995 - CVE-2009-4536
14996 * [Upstream] e1000e: enhance frame fragment detection
14997 - CVE-2009-4538
14998
14999 [ Sebastian Kapfer ]
15000
15001 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15002 series)
15003 - LP: #296610
15004
15005 [ Upstream Kernel Changes ]
15006
15007 * inotify: do not reuse watch descriptors
15008 - LP: #485556
15009 * inotify: only warn once for inotify problems
15010 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15011 Framebuffer"
15012 * memcg: ensure list is empty at rmdir
15013 * drm/i915: remove loop in Ironlake interrupt handler
15014 * block: Fix incorrect reporting of partition alignment
15015 * x86, mce: Thermal monitoring depends on APIC being enabled
15016 * futexes: Remove rw parameter from get_futex_key()
15017 * page allocator: update NR_FREE_PAGES only when necessary
15018 * x86, apic: use physical mode for IBM summit platforms
15019 * edac: i5000_edac critical fix panic out of bounds
15020 * x86: SGI UV: Fix mapping of MMIO registers
15021 * mfd: WM835x GPIO direction register is not locked
15022 * mfd: Correct WM835x ISINK ramp time defines
15023 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15024 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15025 * reiserfs: truncate blocks not used by a write
15026 * HID: add device IDs for new model of Apple Wireless Keyboard
15027 * PCI/cardbus: Add a fixup hook and fix powerpc
15028 * Input: pmouse - move Sentelic probe down the list
15029 * asus-laptop: add Lenovo SL hotkey support
15030 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15031 * sparc64: Fix NMI programming when perf events are active.
15032 * sparc64: Fix Niagara2 perf event handling.
15033 * i2c: Do not use device name after device_unregister
15034 * i2c/pca: Don't use *_interruptible
15035 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15036 * sched: Fix task priority bug
15037 * vfs: Fix vmtruncate() regression
15038 * Linux 2.6.32.5
15039 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15040 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15041 * Staging: asus_oled: fix oops in 2.6.32.2
15042 * Staging: hv: fix smp problems in the hyperv core code
15043 * tty: fix race in tty_fasync
15044 * ecryptfs: use after free
15045 * ecryptfs: initialize private persistent file before dereferencing
15046 pointer
15047 * nozomi: quick fix for the close/close bug
15048 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15049 * usb: serial: fix memory leak in generic driver
15050 * USB: fix bitmask merge error
15051 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15052 * USB: EHCI: fix handling of unusual interrupt intervals
15053 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15054 * USB: add missing delay during remote wakeup
15055 * USB: add speed values for USB 3.0 and wireless controllers
15056 * ACPI: EC: Accelerate query execution
15057 * ACPI: EC: Add wait for irq storm
15058 * SCSI: enclosure: fix oops while iterating enclosure_status array
15059 * drm/i915: Read the response after issuing DDC bus switch command
15060 * drm/i915: try another possible DDC bus for the SDVO device with
15061 multiple outputs
15062 * block: bdev_stack_limits wrapper
15063 * DM: Fix device mapper topology stacking
15064 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15065 * USB: fix usbstorage for 2770:915d delivers no FAT
15066 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15067 * perf timechart: Use tid not pid for COMM change
15068 * perf events: Dont report side-band events on each cpu for
15069 per-task-per-cpu events
15070 * perf: Honour event state for aux stream data
15071 * Linux 2.6.32.6
15072
15073 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15074
15075linux (2.6.32-11.15) lucid; urgency=low
15076
15077 [ Andy Whitcroft ]
15078
15079 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15080 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15081 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15082 boards"
15083 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15084 stale queues"
15085 * Revert "SAUCE: Fix nx_enable reporting"
15086 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15087 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15088 * SAUCE: i915 -- disable powersave by default
15089 - LP: #492392
15090
15091 [ Kees Cook ]
15092
15093 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15094 - LP: #369978
15095 * SAUCE: [x86] fix report of cs-limit nx-emulation
15096 - LP: #454285
15097 * SAUCE: Fix nx_enable reporting
15098 - LP: #454285
15099
15100 [ Tim Gardner ]
15101
15102 * [Upstream] b43: Declare all possible firmware files.
15103 - LP: #488636
15104 * [Config] updateconfigs after adding pvscsi
15105 - LP: #497156
15106 * [Config] CONFIG_BT=m
15107
15108 [ Upstream Kernel Changes ]
15109
15110 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
15111 for pre-Pentium"
15112 * SCSI: ipr: fix EEH recovery
15113 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
15114 * SCSI: st: fix mdata->page_order handling
15115 * SCSI: fc class: fix fc_transport_init error handling
15116 * sched: Fix task_hot() test order
15117 * x86, cpuid: Add "volatile" to asm in native_cpuid()
15118 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
15119 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
15120 * pata_hpt3x2n: fix clock turnaround
15121 * pata_cmd64x: fix overclocking of UDMA0-2 modes
15122 * ASoC: wm8974: fix a wrong bit definition
15123 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
15124 * ALSA: hda - Fix missing capsrc_nids for ALC88x
15125 * acerhdf: limit modalias matching to supported
15126 - LP: #435958
15127 * ACPI: EC: Fix MSI DMI detection
15128 * ACPI: Use the return result of ACPI lid notifier chain correctly
15129 * powerpc: Handle VSX alignment faults correctly in little-endian mode
15130 * ASoC: Do not write to invalid registers on the wm9712.
15131 * drm/radeon: fix build on 64-bit with some compilers.
15132 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
15133 * USB: option: support hi speed for modem Haier CE100
15134 * USB: Fix a bug on appledisplay.c regarding signedness
15135 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
15136 * Bluetooth: Prevent ill-timed autosuspend in USB driver
15137 * USB: rename usb_configure_device
15138 * USB: fix bugs in usb_(de)authorize_device
15139 * drivers/net/usb: Correct code taking the size of a pointer
15140 * x86: SGI UV: Fix writes to led registers on remote uv hubs
15141 * md: Fix unfortunate interaction with evms
15142 * dma: at_hdmac: correct incompatible type for argument 1 of
15143 'spin_lock_bh'
15144 * dma-debug: Do not add notifier when dma debugging is disabled.
15145 * dma-debug: Fix bug causing build warning
15146 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
15147 referrals
15148 * x86/amd-iommu: Fix initialization failure panic
15149 * ioat3: fix p-disabled q-continuation
15150 * ioat2,3: put channel hardware in known state at init
15151 * KVM: MMU: remove prefault from invlpg handler
15152 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
15153 * Libertas: fix buffer overflow in lbs_get_essid()
15154 * iwmc3200wifi: fix array out-of-boundary access
15155 * mac80211: fix propagation of failed hardware reconfigurations
15156 * mac80211: fix WMM AP settings application
15157 * mac80211: Fix IBSS merge
15158 * cfg80211: fix race between deauth and assoc response
15159 * ath5k: fix SWI calibration interrupt storm
15160 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
15161 * ath9k: Fix TX queue draining
15162 * ath9k: fix missed error codes in the tx status check
15163 * ath9k: wake hardware during AMPDU TX actions
15164 * ath9k: fix suspend by waking device prior to stop
15165 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
15166 64-bit
15167 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
15168 in 0x4054
15169 * iwl3945: disable power save
15170 * iwl3945: fix panic in iwl3945 driver
15171 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
15172 * iwlwifi: fix more eeprom endian bugs
15173 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
15174 * mac80211: fix race with suspend and dynamic_ps_disable_work
15175 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
15176 * 'sysctl_max_map_count' should be non-negative
15177 * kernel/sysctl.c: fix the incomplete part of
15178 sysctl_max_map_count-should-be-non-negative.patch
15179 * V4L/DVB (13596): ov511.c typo: lock => unlock
15180 * x86/ptrace: make genregs[32]_get/set more robust
15181 * memcg: avoid oom-killing innocent task in case of use_hierarchy
15182 * e100: Fix broken cbs accounting due to missing memset.
15183 * ipv6: reassembly: use seperate reassembly queues for conntrack and
15184 local delivery
15185 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
15186 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
15187 * b43: avoid PPC fault during resume
15188 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
15189 support
15190 * sched: Fix balance vs hotplug race
15191 * drm/radeon/kms: fix crtc vblank update for r600
15192 * drm: disable all the possible outputs/crtcs before entering KMS mode
15193 * S390: dasd: support DIAG access for read-only devices
15194 * xen: fix is_disconnected_device/exists_disconnected_device
15195 * xen: improvement to wait_for_devices()
15196 * xen: wait up to 5 minutes for device connetion
15197 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
15198 * udf: Try harder when looking for VAT inode
15199 * Add unlocked version of inode_add_bytes() function
15200 * quota: decouple fs reserved space from quota reservation
15201 * ext4: Convert to generic reserved quota's space management.
15202 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
15203 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
15204 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
15205 * amd64_edac: unify MCGCTL ECC switching
15206 * x86, msr: Add support for non-contiguous cpumasks
15207 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
15208 * amd64_edac: fix driver instance freeing
15209 * amd64_edac: make driver loading more robust
15210 * amd64_edac: fix forcing module load/unload
15211 * sched: Sched_rt_periodic_timer vs cpu hotplug
15212 * ext4: Update documentation to correct the inode_readahead_blks option
15213 name
15214 * lguest: fix bug in setting guest GDT entry
15215 * vmscan: do not evict inactive pages when skipping an active list scan
15216 * ksm: fix mlockfreed to munlocked
15217 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
15218 * generic_permission: MAY_OPEN is not write access
15219 * Linux 2.6.32.3
15220 * untangle the do_mremap() mess
15221 * fasync: split 'fasync_helper()' into separate add/remove functions
15222 * ASoC: fix params_rate() macro use in several codecs
15223 * modules: Skip empty sections when exporting section notes
15224 * exofs: simple_write_end does not mark_inode_dirty
15225 * nfsd: make sure data is on disk before calling ->fsync
15226 * sunrpc: fix peername failed on closed listener
15227 * SUNRPC: Fix up an error return value in
15228 gss_import_sec_context_kerberos()
15229 * SUNRPC: Fix the return value in gss_import_sec_context()
15230 * sunrpc: on successful gss error pipe write, don't return error
15231 * drm/i915: Update LVDS connector status when receiving ACPI LID event
15232 * drm/i915: fix order of fence release wrt flushing
15233 * drm/i915: Permit pinning whilst the device is 'suspended'
15234 * drm: remove address mask param for drm_pci_alloc()
15235 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
15236 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
15237 pipeconf on Ironlake
15238 * drm/i915: Select the correct BPC for LVDS on Ironlake
15239 * drm/i915: fix unused var
15240 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
15241 * drivers/cpuidle/governors/menu.c: fix undefined reference to
15242 `__udivdi3'
15243 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
15244 * lib/rational.c needs module.h
15245 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
15246 DMA_FROM_DEVICE and
15247 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
15248 * mmc_block: add dev_t initialization check
15249 * mmc_block: fix probe error cleanup bug
15250 * mmc_block: fix queue cleanup
15251 * ALSA: hda - Fix ALC861-VD capture source mixer
15252 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
15253 blacklist
15254 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
15255 - LP: #498863
15256 * ASoC: Fix WM8350 DSP mode B configuration
15257 * netfilter: ebtables: enforce CAP_NET_ADMIN
15258 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
15259 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
15260 * hwmon: (adt7462) Fix pin 28 monitoring
15261 * quota: Fix dquot_transfer for filesystems different from ext4
15262 * xen: fix hang on suspend.
15263 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
15264 * ath5k: Fix eeprom checksum check for custom sized eeproms
15265 * cfg80211: fix syntax error on user regulatory hints
15266 * iwl: off by one bug
15267 * mac80211: add missing sanity checks for action frames
15268 * drm/i915: remove render reclock support
15269 * libertas: Remove carrier signaling from the scan code
15270 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
15271 * mac80211: fix skb buffering issue (and fixes to that)
15272 * fix braindamage in audit_tree.c untag_chunk()
15273 * fix more leaks in audit_tree.c tag_chunk()
15274 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
15275 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
15276 * agp/intel-agp: Clear entire GTT on startup
15277 * Linux 2.6.32.4
15278 * ethtool: Add reset operation
15279 * gro: Name the GRO result enumeration type
15280 * gro: Change all receive functions to return GRO result codes
15281 * sfc: 10Xpress: Initialise pause advertising flags
15282 * sfc: 10Xpress: Report support for pause frames
15283 * sfc: Remove redundant header gmii.h
15284 * sfc: Remove redundant hardware initialisation
15285 * sfc: Rename Falcon-specific board code and types
15286 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
15287 * sfc: Remove versioned bitfield macros
15288 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
15289 * sfc: Update hardware definitions for Siena
15290 * sfc: Rename register I/O header and functions used by both Falcon and
15291 Siena
15292 * sfc: Eliminate indirect lookups of queue size constants
15293 * sfc: Define DMA address mask explicitly in terms of descriptor field
15294 width
15295 * sfc: Move all TX DMA length limiting into tx.c
15296 * sfc: Change order of device removal to reverse of probe order
15297 * sfc: Remove declarations of nonexistent functions
15298 * sfc: Move efx_xmit_done() declaration into correct stanza
15299 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
15300 * sfc: Maintain interrupt moderation values in ticks, not microseconds
15301 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
15302 * sfc: Remove pointless abstraction of memory BAR number
15303 * sfc: Remove incorrect assertion from efx_pci_remove_main()
15304 * sfc: Remove unnecessary tests of efx->membase
15305 * sfc: Move MTD probe after netdev registration and name allocation
15306 * sfc: Remove unused code for non-autoneg speed/duplex switching
15307 * sfc: Rename 'xfp' file and functions to reflect reality
15308 * sfc: Really allow RX checksum offload to be disabled
15309 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
15310 * sfc: Enable heuristic selection between page and skb RX buffers
15311 * sfc: Remove pointless abstraction of memory BAR number (2)
15312 * sfc: Remove redundant gotos from __efx_rx_packet()
15313 * sfc: Remove ridiculously paranoid assertions
15314 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
15315 * sfc: Record RX queue number on GRO path
15316 * sfc: SFT9001: Reset LED configuration correctly after blinking
15317 * sfc: Use a single blink implementation
15318 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
15319 * sfc: Make board information explicitly Falcon-specific
15320 * sfc: Move definition of struct falcon_nic_data into falcon.h
15321 * sfc: Move struct falcon_board into struct falcon_nic_data
15322 * sfc: Move all I2C stuff into struct falcon_board
15323 * sfc: Gather link state fields in struct efx_nic into new struct
15324 efx_link_state
15325 * sfc: Remove unnecessary casts to struct sk_buff *
15326 * sfc: Remove redundant efx_xmit() function
15327 * sfc: Combine high-level header files
15328 * sfc: Log interrupt and reset type names, not numbers
15329 * sfc: Fix descriptor cache sizes
15330 * sfc: Treat all MAC registers as 128-bit
15331 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
15332 * sfc: Comment corrections
15333 * sfc: Remove unused constant
15334 * sfc: Clean up struct falcon_board and struct falcon_board_data
15335 * sfc: Fix bugs in RX queue flushing
15336 * sfc: Remove unused function efx_flush_queues()
15337 * sfc: Only switch Falcon MAC clocks as necessary
15338 * sfc: Hold MAC lock for longer in efx_init_port()
15339 * sfc: Split MAC stats DMA initiation and completion
15340 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
15341 * sfc: Simplify XMAC link polling
15342 * sfc: Change MAC promiscuity and multicast hash at the same time
15343 * sfc: Move inline comment into kernel-doc
15344 * sfc: Do not set net_device::trans_start in self-test
15345 * sfc: Simplify PHY polling
15346 * sfc: QT202x: Reset before reading PHY id
15347 * sfc: Replace MDIO spinlock with mutex
15348 * sfc: Always start Falcon using the XMAC
15349 * sfc: Limit some hardware workarounds to Falcon
15350 * sfc: Remove EFX_WORKAROUND_9141 macro
15351 * sfc: Remove another unused workaround macro
15352 * sfc: Remove some redundant whitespace
15353 * sfc: Decouple NIC revision number from Falcon PCI revision number
15354 * sfc: Move descriptor cache base addresses to struct efx_nic_type
15355 * sfc: Clean up RX event handling
15356 * sfc: Remove redundant writes to INT_ADR_KER
15357 * sfc: Remove duplicate hardware structure definitions
15358 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
15359 * sfc: Move Falcon NIC operations to efx_nic_type
15360 * sfc: Refactor link configuration
15361 * sfc: Generalise link state monitoring
15362 * sfc: Add power-management and wake-on-LAN support
15363 * sfc: Implement ethtool reset operation
15364 * sfc: Add efx_nic_type operation for register self-test
15365 * sfc: Add efx_nic_type operation for NVRAM self-test
15366 * sfc: Add efx_nic_type operation for identity LED control
15367 * sfc: Separate shared NIC code from Falcon-specific and rename
15368 accordingly
15369 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
15370 * sfc: Extend loopback mode enumeration
15371 * sfc: Remove static PHY data and enumerations
15372 * sfc: Extend MTD driver for use with new NICs
15373 * sfc: Allow for additional checksum offload features
15374 * sfc: Rename falcon.h to nic.h
15375 * sfc: Move shared NIC code from falcon.c to new source file nic.c
15376 * sfc: Add firmware protocol definitions (MCDI)
15377 * sfc: Add support for SFC9000 family (1)
15378 * sfc: Add support for SFC9000 family (2)
15379 * sfc: Implement TSO for TCP/IPv6
15380 * sfc: Update version, copyright dates, authors
15381 * drivers/net/sfc: Correct code taking the size of a pointer
15382 * sfc: Move PHY software state initialisation from init() into probe()
15383 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
15384 * sfc: Fix DMA mapping cleanup in case of an error in TSO
15385 * sfc: QT2025C: Work around PHY bug
15386 * sfc: QT2025C: Switch into self-configure mode when not in loopback
15387 * sfc: QT2025C: Work around PHY firmware initialisation bug
15388 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
15389 * sfc: Disable TX descriptor prefetch watchdog
15390 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
15391 - LP: #497156
15392
15393 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
15394
15395linux (2.6.32-10.14) lucid; urgency=low
15396
15397 [ Alex Deucher ]
15398
15399 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
15400 - LP: #493795
15401
15402 [ Andy Whitcroft ]
15403
15404 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
15405 id is less than 0x0f."
15406 * config-check -- ensure the checks get run at build time
15407 * config-check -- check the processed config during updateconfigs
15408 * config-check -- CONFIG_SECCOMP may not be present
15409 * TUN is now built in ignore
15410 * SAUCE: acpi battery -- delay first lookup of the battery until first
15411 use
15412 * SAUCE: async_populate_rootfs: move rootfs init earlier
15413 * ubuntu: AppArmor -- update to mainline 2010-01-06
15414 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
15415 - LP: #498525
15416
15417 [ Dave Airlie ]
15418
15419 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
15420
15421 [ Leann Ogasawara ]
15422
15423 * Add asix to nic-usb-modules file
15424 - LP: #499785
15425
15426 [ Peter Zijlstra ]
15427
15428 * (pre-stable) sched: Fix balance vs hotplug race
15429
15430 [ Tim Gardner ]
15431
15432 * [Config] Enable CONFIG_FUNCTION_TRACER
15433 - LP: #497989
15434 * [Config] Drop lpia from getabis
15435 * [Config] Build in TUN/TAP driver
15436 - LP: #499491
15437 * [Config] DH_COMPAT=5
15438
15439 [ Upstream Kernel Changes ]
15440
15441 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
15442 component_only tv_modes"
15443 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
15444 turned off"
15445 * USB: usb-storage: fix bug in fill_inquiry
15446 * USB: option: add pid for ZTE
15447 * firewire: ohci: handle receive packets with a data length of zero
15448 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
15449 of ->completed counter
15450 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
15451 counter
15452 * rcu: Fix note_new_gpnum() uses of ->gpnum
15453 * rcu: Remove inline from forward-referenced functions
15454 * perf_event: Fix invalid type in ioctl definition
15455 * perf_event: Initialize data.period in perf_swevent_hrtimer()
15456 * perf: Don't free perf_mmap_data until work has been done
15457 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
15458 * sched: Check for an idle shared cache in select_task_rq_fair()
15459 * sched: Fix affinity logic in select_task_rq_fair()
15460 * sched: Rate-limit newidle
15461 * sched: Fix and clean up rate-limit newidle code
15462 * x86/amd-iommu: attach devices to pre-allocated domains early
15463 * x86/amd-iommu: un__init iommu_setup_msi
15464 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
15465 up the PCI tree
15466 * x86: Fix iommu=nodac parameter handling
15467 * x86: GART: pci-gart_64.c: Use correct length in strncmp
15468 * x86: ASUS P4S800 reboot=bios quirk
15469 - LP: #366682
15470 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
15471 * ssb: Fix range check in sprom write
15472 * ath5k: allow setting txpower to 0
15473 * ath5k: enable EEPROM checksum check
15474 * hrtimer: Fix /proc/timer_list regression
15475 * ALSA: hrtimer - Fix lock-up
15476 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
15477 * KVM: x86 emulator: limit instructions to 15 bytes
15478 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
15479 * KVM: s390: Make psw available on all exits, not just a subset
15480 * KVM: fix irq_source_id size verification
15481 * KVM: x86: include pvclock MSRs in msrs_to_save
15482 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
15483 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
15484 * x86, mce: don't restart timer if disabled
15485 * x86/mce: Set up timer unconditionally
15486 * x86: SGI UV: Fix BAU initialization
15487 * x86: Fix duplicated UV BAU interrupt vector
15488 * x86: Add new Intel CPU cache size descriptors
15489 * x86: Fix typo in Intel CPU cache size descriptor
15490 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
15491 * s390: clear high-order bits of registers after sam64
15492 * V4L/DVB: Fix test in copy_reg_bits()
15493 * bsdacct: fix uid/gid misreporting
15494 * UBI: flush wl before clearing update marker
15495 * jbd2: don't wipe the journal on a failed journal checksum
15496 * USB: xhci: Add correct email and files to MAINTAINERS entry.
15497 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
15498 * USB: option.c: add support for D-Link DWM-162-U5
15499 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
15500 * USB: usb-storage: add BAD_SENSE flag
15501 * USB: Close usb_find_interface race v3
15502 * pxa/em-x270: fix usb hub power up/reset sequence
15503 * hfs: fix a potential buffer overflow
15504 * SUNRPC: IS_ERR/PTR_ERR confusion
15505 * NFS: Fix nfs_migrate_page()
15506 * md/bitmap: protect against bitmap removal while being updated.
15507 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
15508 * devpts_get_tty() should validate inode
15509 * debugfs: fix create mutex racy fops and private data
15510 * Driver core: fix race in dev_driver_string
15511 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
15512 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
15513 * mac80211: Fixed bug in mesh portal paths
15514 * mac80211: Revert 'Use correct sign for mesh active path refresh'
15515 * mac80211: fix scan abort sanity checks
15516 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
15517 * rtl8187: Fix wrong rfkill switch mask for some models
15518 * x86: Fix bogus warning in apic_noop.apic_write()
15519 * mm: hugetlb: fix hugepage memory leak in mincore()
15520 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
15521 * powerpc/windfarm: Add detection for second cpu pump
15522 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
15523 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
15524 * drm/radeon/kms: Add quirk for HIS X1300 board
15525 * drm/radeon/kms: handle vblanks properly with dpms on
15526 * drm/radeon/kms: fix legacy crtc2 dpms
15527 * drm/radeon/kms: fix vram setup on rs600
15528 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
15529 * drm/ttm: Fix build failure due to missing struct page
15530 * drm/i915: Set the error code after failing to insert new offset into mm
15531 ht.
15532 * drm/i915: Add the missing clonemask for display port on Ironlake
15533 * xen/xenbus: make DEVICE_ATTR()s static
15534 * xen: re-register runstate area earlier on resume.
15535 * xen: restore runstate_info even if !have_vcpu_info_placement
15536 * xen: correctly restore pfn_to_mfn_list_list after resume
15537 * xen: register timer interrupt with IRQF_TIMER
15538 * xen: register runstate on secondary CPUs
15539 * xen: don't call dpm_resume_noirq() with interrupts disabled.
15540 * xen: register runstate info for boot CPU early
15541 * xen: call clock resume notifier on all CPUs
15542 * xen: improve error handling in do_suspend.
15543 * xen: don't leak IRQs over suspend/resume.
15544 * xen: use iret for return from 64b kernel to 32b usermode
15545 * xen: explicitly create/destroy stop_machine workqueues outside
15546 suspend/resume region.
15547 * Xen balloon: fix totalram_pages counting.
15548 * xen: try harder to balloon up under memory pressure.
15549 * dm exception store: free tmp_store on persistent flag error
15550 * dm snapshot: only take lock for statustype info not table
15551 * dm crypt: move private iv fields to structs
15552 * dm crypt: restructure essiv error path
15553 * dm: avoid _hash_lock deadlock
15554 * dm snapshot: cope with chunk size larger than origin
15555 * dm crypt: separate essiv allocation from initialisation
15556 * dm crypt: make wipe message also wipe essiv key
15557 * slc90e66: fix UDMA handling
15558 * tcp: Stalling connections: Fix timeout calculation routine
15559 * ip_fragment: also adjust skb->truesize for packets not owned by a
15560 socket
15561 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
15562 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
15563 * sparc64: Fix overly strict range type matching for PCI devices.
15564 * sparc64: Fix stack debugging IRQ stack regression.
15565 * sparc: Set UTS_MACHINE correctly.
15566 * b43legacy: avoid PPC fault during resume
15567 * tracing: Fix event format export
15568 * ath9k: Fix TX hang poll routine
15569 * ath9k: fix processing of TX PS null data frames
15570 * ath9k: Fix maximum tx fifo settings for single stream devices
15571 * ath9k: fix tx status reporting
15572 * mac80211: Fix dynamic power save for scanning.
15573 * drm/i915: Fix sync to vblank when VGA output is turned off
15574 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
15575 * thinkpad-acpi: fix default brightness_mode for R50e/R51
15576 * thinkpad-acpi: preserve rfkill state across suspend/resume
15577 * ipw2100: fix rebooting hang with driver loaded
15578 * matroxfb: fix problems with display stability
15579 * acerhdf: add new BIOS versions
15580 * asus-laptop: change light sens default values.
15581 * vmalloc: conditionalize build of pcpu_get_vm_areas()
15582 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
15583 * net: Fix userspace RTM_NEWLINK notifications.
15584 * ext3: Fix data / filesystem corruption when write fails to copy data
15585 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
15586 * bcm63xx_enet: fix compilation failure after get_stats_count removal
15587 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
15588 * drm/i915: Avoid NULL dereference with component_only tv_modes
15589 * drm/i915: PineView only has LVDS and CRT ports
15590 * drm/i915: Fix LVDS stability issue on Ironlake
15591 * mm: sigbus instead of abusing oom
15592 * ipvs: zero usvc and udest
15593 * jffs2: Fix long-standing bug with symlink garbage collection.
15594 * intel-iommu: Detect DMAR in hyperspace at probe time.
15595 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
15596 * intel-iommu: Check for an RMRR which ends before it starts.
15597 * intel-iommu: Fix oops with intel_iommu=igfx_off
15598 * intel-iommu: ignore page table validation in pass through mode
15599 * netfilter: xtables: document minimal required version
15600 * perf_event: Fix incorrect range check on cpu number
15601 * implement early_io{re,un}map for ia64
15602 * Linux 2.6.32.2
15603
15604 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
15605
15606linux (2.6.32-9.13) lucid; urgency=low
15607
15608 [ Andy Whitcroft ]
15609
15610 * [Config] enable CONFIG_B43_PHY_LP
15611 - LP: #493059
15612 * include modules.builtin in the binary debs
15613 * config-check -- add a configuration enforcer
15614 * config-check -- add a unit-test suite to the checker
15615 * [Config] Enable CONFIG_SYN_COOKIES for versatile
15616 * [Config] Enable CONFIG_SECURITY_SMACK for ports
15617 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
15618 * [Config] Disable CONFIG_COMPAT_BRK for ports
15619 * getabis -- add armel versatile to the list
15620
15621 [ Brad Figg ]
15622
15623 * SAUCE: Increase the default prealloc buffer for HDA audio devices
15624 (non-modem)
15625
15626 [ Manoj Iyer ]
15627
15628 * ubuntu: onmibook -- Added missing BOM file
15629
15630 [ Tim Gardner ]
15631
15632 * ubuntu: fsam7400 -- Cleanup Makefile
15633
15634 [ Upstream Kernel Changes ]
15635
15636 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
15637 * signal: Fix alternate signal stack check
15638 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
15639 * SCSI: osd_protocol.h: Add missing #include
15640 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
15641 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
15642 ENOSPC
15643 * ext4: avoid divide by zero when trying to mount a corrupted file system
15644 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
15645 * ext4: fix lock order problem in ext4_move_extents()
15646 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
15647 * ext4: plug a buffer_head leak in an error path of ext4_iget()
15648 * ext4: make sure directory and symlink blocks are revoked
15649 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
15650 * ext4: journal all modifications in ext4_xattr_set_handle
15651 * ext4: don't update the superblock in ext4_statfs()
15652 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
15653 non-zero
15654 * ext4: fix block validity checks so they work correctly with meta_bg
15655 * ext4: avoid issuing unnecessary barriers
15656 * ext4: fix error handling in ext4_ind_get_blocks()
15657 * ext4: make trim/discard optional (and off by default)
15658 * ext4: make "norecovery" an alias for "noload"
15659 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
15660 * ext4: initialize moved_len before calling ext4_move_extents()
15661 * ext4: move_extent_per_page() cleanup
15662 * jbd2: Add ENOMEM checking in and for
15663 jbd2_journal_write_metadata_buffer()
15664 * ext4: Return the PTR_ERR of the correct pointer in
15665 setup_new_group_blocks()
15666 * ext4: Avoid data / filesystem corruption when write fails to copy data
15667 * ext4: wait for log to commit when umounting
15668 * ext4: remove blocks from inode prealloc list on failure
15669 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
15670 * ext4: quota macros cleanup
15671 * ext4: fix incorrect block reservation on quota transfer.
15672 * ext4: Wait for proper transaction commit on fsync
15673 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
15674 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
15675 * Linux 2.6.32.1
15676 * kbuild: generate modules.builtin
15677 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
15678 - LP: #494461
15679 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
15680 tv_modes
15681 - LP: #494045
15682
15683 [ Zhao Yakui ]
15684
15685 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
15686 less than 0x0f.
15687 - LP: #481765
15688
15689 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
15690
15691linux (2.6.32-8.12) lucid; urgency=low
15692
15693 [ Andy Whitcroft ]
15694
15695 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
15696
15697 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
15698
15699linux (2.6.32-8.11) lucid; urgency=low
15700
15701 [ Andy Whitcroft ]
15702
15703 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
15704 up"
15705 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
15706 transition."
15707 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
15708 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
15709 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
15710 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
15711 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
15712 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
15713 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
15714 mem"
15715 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
15716 denied"
15717 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
15718 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
15719 allocation"
15720 * Revert "SAUCE: AppArmor: Set error code after structure
15721 initialization."
15722 * Revert "AppArmor -- fix pstrace_may_access rename"
15723 * Revert "ubuntu: AppArmor security module"
15724 * Revert "SAUCE: Add config option to set a default LSM"
15725 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
15726 * Revert "[Config] fsam7400 -- enable"
15727 * Revert "[Config] AUFS -- enable"
15728 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
15729 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
15730 * Revert "ubuntu: AUFS -- export various core functions"
15731 * Revert "[Config] ubuntu/iscsitarget -- disable"
15732 * Revert "[Config] iscsitarget -- enable"
15733 * Revert "ubuntu: iscsitarget -- SVN revision r214"
15734 * update Vcs-Git to point to the correct repository
15735 - LP: #493589
15736 * update build environment overrides to lucid
15737 - LP: #493589
15738 * [Config] enable CONFIG_DEVTMPFS
15739 * [Config] update all configs following AppArmor 2009-12-08 update
15740 * SAUCE: isapnp_init: make isa PNP scans occur async
15741 * [Config] fsam7400 -- enable
15742 * [Config] omnibook -- enable
15743 * [Config] cleanup CONFIG_AUDIT
15744 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
15745 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
15746 * ubuntu: AUFS -- aufs2 20091209
15747 * [Config] AUFS -- enable
15748 * [Config] iscsitarget -- enable
15749
15750 [ Arjan van de Ven ]
15751
15752 * SAUCE: KMS: cache the EDID information of the LVDS
15753
15754 [ Colin Watson ]
15755
15756 * bnx2: update d-i firmware filenames
15757 - LP: #494052
15758 * add cdc_ether to nic-usb-modules udeb
15759 - LP: #495060
15760
15761 [ John Johansen ]
15762
15763 * ubuntu: AppArmor -- mainline 2009-10-08
15764
15765 [ Manoj Iyer ]
15766
15767 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
15768 * ubuntu: omnibook -- support Toshiba (HP) netbooks
15769 * ubuntu: iscsitarget --- version 1.4.19
15770 - LP: #494693
15771
15772 [ Surbhi Palande ]
15773
15774 * SAUCE: Make populate_rootfs asynchronous
15775
15776 [ Tim Gardner ]
15777
15778 * Parallelize flavour builds and packaging
15779 * [Config] Enable CONFIG_KSM
15780
15781 [ Upstream Kernel Changes ]
15782
15783 * Config option to set a default LSM
15784 * LSM: Add security_path_chroot().
15785 * LSM: Add security_path_chroot().
15786 * LSM: Move security_path_chmod()/security_path_chown() to after
15787 mutex_lock().
15788 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
15789
15790 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
15791
15792linux (2.6.32-7.10) lucid; urgency=low
15793
15794 [ Andy Whitcroft ]
15795
15796 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
15797
15798 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
15799
15800linux (2.6.32-7.9) lucid; urgency=low
15801
15802 [ Andy Whitcroft ]
15803
15804 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
15805 - LP: #458982
15806 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
15807 * [Config] update configs following versatile switch to V7
15808 * rebased to v2.6.32
15809 * [Config] update configs following rebase to v2.6.32
15810 * [Config] update ports configs following rebase to v2.6.32
15811 * SAUCE: default ATI Radeon KMS to off until userspace catches up
15812
15813 [ Arjan van de Ven ]
15814
15815 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
15816
15817 [ Leann Ogasawara ]
15818
15819 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
15820 permissions
15821 - CVE-2009-3939
15822
15823 [ Loic Minier ]
15824
15825 * SAUCE: select a v7 CPU for versatile
15826
15827 [ Takashi Iwai ]
15828
15829 * SAUCE: ALSA: hda - Add power on/off counter
15830
15831 [ Upstream changes ]
15832
15833 * rebased to v2.6.32
15834
15835 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
15836
15837linux (2.6.32-6.8) lucid; urgency=low
15838
15839 [ Andy Whitcroft ]
15840
15841 * [Config] disable SSB devices for armel
15842
15843 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
15844
15845linux (2.6.32-6.7) lucid; urgency=low
15846
15847 [ Andy Whitcroft ]
15848
15849 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
15850 * Revert "SAUCE: Dell XPS710 reboot quirk"
15851 * Revert "SAUCE: Link acpi-cpufreq.o first"
15852 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
15853 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
15854 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
15855 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
15856 * Revert "Add Dell Dimension 9200 reboot quirk"
15857 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
15858 * Revert "SAUCE: tulip: Define ULI PCI ID's"
15859 * Revert "SAUCE: Lower warning level of some PCI messages"
15860 * Revert "mac80211: fix two issues in debugfs"
15861 Drop a number of known redundant commits as identified in the Ubuntu
15862 delta review blueprint.
15863
15864 * reenable armel versatile flavour
15865 * [Config] disable CONFIG_USB_DEVICEFS
15866
15867 [ Tim Gardner ]
15868
15869 * [Config] udeb: Add squashfs to fs-core-modules
15870 - LP: #352615
15871 * [Config] Create a real squashfs udeb
15872 - LP: #352615
15873
15874
15875 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
15876
15877linux (2.6.32-5.6) lucid; urgency=low
15878
15879 [ Andy Whitcroft ]
15880
15881 * rebase to v2.6.32-rc8
15882 * update configs following rebase to v2.6.32-rc8
15883 * update ports configs since rebase to v2.6.32-rc8
15884 * [Config] enable cgroup options
15885 - LP: #480739
15886
15887 [ Upstream Kernel Changes ]
15888
15889 * rebase to v2.6.32-rc8
15890
15891 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
15892
15893linux (2.6.32-4.5) lucid; urgency=low
15894
15895 [ Andy Whitcroft ]
15896
15897 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
15898 * rebase to v2.6.32-rc7
15899 * resync with Karmic proposed
15900
15901 [ John Johansen ]
15902
15903 * SAUCE: AppArmor: Fix oops after profile removal
15904 - LP: #475619
15905 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
15906 - LP: #437258
15907 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
15908 - LP: #479102
15909 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
15910 - LP: #479115
15911 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
15912 transition.
15913 - LP: #480112
15914
15915 [ Ubuntu Changes ]
15916
15917 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
15918
15919 [ Upstream Kernel Changes ]
15920
15921 * rebase to v2.6.32-rc7
15922
15923 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
15924
15925linux (2.6.32-3.4) lucid; urgency=low
15926
15927 [ Andy Whitcroft ]
15928
15929 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
15930 * [Upstream] add local prefix to oss local change_bits
15931
15932 [ Upstream Kernel Changes ]
15933
15934 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
15935 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
15936
15937 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
15938
15939linux (2.6.32-3.3) lucid; urgency=low
15940
15941 [ Andy Whitcroft ]
15942
15943 * rebase to v2.6.32-rc6
15944 * [Config] update configs following rebase to v2.6.32-rc6
15945 * [Config] update ports configs following rebase to v2.6.32-rc6
15946 * resync with Karmic Ubuntu-2.6.31-15.49
15947 * [Config] add module ignores for broken drivers
15948
15949 [ John Johansen ]
15950
15951 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
15952 - LP: #453335
15953 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
15954 - LP: #458299
15955 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
15956 - LP: #462824
15957 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
15958 - LP: #451375
15959
15960 [ Kees Cook ]
15961
15962 * SAUCE: Fix nx_enable reporting
15963 - LP: #454285
15964
15965 [ Scott James Remnant ]
15966
15967 * Revert "SAUCE: trace: add trace_event for the open() syscall"
15968 * SAUCE: trace: add trace events for open(), exec() and uselib()
15969 - LP: #462111
15970
15971 [ Stefan Bader ]
15972
15973 * SAUCE: Fix sub-flavour script to not stop on missing directories
15974 - LP: #453073
15975
15976 [ Ubuntu Changes ]
15977
15978 * resync with Karmic Ubuntu-2.6.31-15.49
15979
15980 [ Upstream Kernel Changes ]
15981
15982 * rebase to v2.6.32-rc6
15983 - LP: #464552
15984
15985 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
15986
15987linux (2.6.32-2.2) lucid; urgency=low
15988
15989 [ Andy Whitcroft ]
15990
15991 * install the full changelog with the binary package
15992 * changelog -- explicitly note rebases and clean history
15993 * reinstate armel.mk with no flavours
15994 - LP: #449637
15995 * [Upstream] block: silently error unsupported empty barriers too
15996 - LP: #420423
15997 * [Config] udate configs following karmic resync
15998 * [Config] update ports configs following karmic resync
15999 * [Upstream] lirc -- follow removal of .id element
16000
16001 [ Colin Watson ]
16002
16003 * Use section 'admin' rather than 'base'
16004 * Add more e100 firmware to nic-modules
16005 - LP: #451872
16006 * Add qla1280 firmware to scsi-modules
16007 - LP: #381037
16008
16009 [ John Johansen ]
16010
16011 * SAUCE: AppArmor: Set error code after structure initialization.
16012 - LP: #427948
16013 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16014 - LP: #446595
16015 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16016
16017 [ Kees Cook ]
16018
16019 * SAUCE: [x86] fix report of cs-limit nx-emulation
16020 - LP: #454285
16021
16022 [ Leann Ogasawara ]
16023
16024 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16025 events
16026 - LP: #430809
16027 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16028 toggle switch press
16029 - LP: #430809
16030
16031 [ Luke Yelavich ]
16032
16033 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16034 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16035
16036 [ Mario Limonciello ]
16037
16038 * SAUCE: Update to LIRC 0.8.6
16039 - LP: #432678
16040 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16041 requerying every time
16042 - LP: #430809
16043 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16044 - LP: #430809
16045
16046 [ Stefan Bader ]
16047
16048 * [Upstream] acerhdf: Limit modalias matching to supported boards
16049 - LP: #435958
16050
16051 [ Tim Gardner ]
16052
16053 * [Upstream] i915: Fix i2c init message
16054 - LP: #409361
16055 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16056 - LP: #439415
16057 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16058 - LP: #439456
16059 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16060 - LP: #381300
16061 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16062 - LP: #430694
16063 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16064 - LP: #430694
16065 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16066 - LP: #416325
16067 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16068 - LP: #430694
16069 * SAUCE: Raise the default console 'quiet' level to 2
16070 * [Config] CONFIG_X86_PAT=y
16071 * [Config] Add armel arch to linux-libc-dev arches.
16072 - LP: #449637
16073 * [Config] CONFIG_X86_MCE
16074 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16075 M300 to rate blacklist
16076 - LP: #433801
16077
16078 [ Upstream Kernel Changes ]
16079
16080 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16081 * drm/i915: Fix FDI M/N setting according with correct color depth
16082 - LP: #416792
16083
16084 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16085
16086linux (2.6.32-1.1) lucid; urgency=low
16087
16088 [ Andy Whitcroft ]
16089
16090 * rebase to v2.6.32-rc3
16091 * [Config] update configs following rebase to 2.6.32-rc3
16092 * [Config] update ports configs following rebase to 2.6.32-rc3
16093 * AppArmor -- fix pstrace_may_access rename
16094 * staging/android -- disable
16095 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16096 * ubuntu: drbd -- disable
16097 * staging/comdi -- disable
16098 * staging/go7007 -- disable
16099 * [Config] staging/winbond -- disable
16100 * [Config] ubuntu/iscsitarget -- disable
16101 * [d-i] cbc and ecb are builtin make them optional in udebs
16102 * rebase to v2.6.32-rc5
16103 * [Config] update configs following rebase to v2.6.32-rc5
16104 * [Config] update ports configs following rebase to v2.6.31-rc5
16105
16106 [ Tim Gardner ]
16107
16108 * [Config] Add cpio as a build dependency.
16109
16110 [ Upstream Kernel Changes ]
16111
16112 * rebase to v2.6.32-rc3
16113 * rebase to v2.6.32-rc5
16114
16115 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
16116
16117linux (2.6.31-11.37) karmic; urgency=low
16118
16119 [ Tim Gardner ]
16120
16121 * [Config] Increase kernel log buffer to 256K for amd64 flavours
16122 - LP: #424810
16123 * [Config] Set HZ=100 for amd64 flavours
16124 - LP: #438234
16125 * [Upstream] e1000e: Emit notice instead of an error when
16126 pci_enable_pcie_error_reporting() fails
16127 - LP: #436370
16128
16129 [ Upstream Kernel Changes ]
16130
16131 * n_tty: honor opost flag for echoes
16132 * n_tty: move echoctl check and clean up logic
16133 - LP: #438310
16134
16135 * Revert "[Upstream] drm/i915: Check that the relocation points to within
16136 the target" - Use upstream cherry-pick.
16137 * drm/i915: Check that the relocation points to within the target
16138 - LP: #429241
16139
16140 * drm/i915: fix tiling on IGDNG
16141 * drm/i915: add B43 chipset support
16142 * agp/intel: Add B43 chipset support
16143 Intel request from kernel team mailing list.
16144
16145 * HID: completely remove apple mightymouse from blacklist
16146 - LP: #428111
16147
16148 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
16149
16150linux (2.6.31-11.36) karmic; urgency=low
16151
16152 [ Brian Rogers ]
16153
16154 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
16155 persistent object
16156 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
16157 persistent object
16158
16159 [ Takashi Iwai ]
16160
16161 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
16162 - LP: #416482
16163
16164 [ Tyler Hicks ]
16165
16166 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
16167 negative during unlink
16168
16169 [ Upstream Kernel Changes ]
16170
16171 * sg: fix oops in the error path in sg_build_indirect()
16172 * mpt2sas : Rescan topology from Interrupt context instead of work thread
16173 * mpt2sas: Prevent sending command to FW while Host Reset
16174 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
16175 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
16176 * SCSI: fix oops during scsi scanning
16177 * SCSI: libsrp: fix memory leak in srp_ring_free()
16178 * cfg80211: fix looping soft lockup in find_ie()
16179 * ath5k: write PCU registers on initial reset
16180 * binfmt_elf: fix PT_INTERP bss handling
16181 * TPM: Fixup boot probe timeout for tpm_tis driver
16182 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
16183 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
16184 * fix undefined reference to user_shm_unlock
16185 * perf_counter: Fix buffer overflow in perf_copy_attr()
16186 * perf_counter: Start counting time enabled when group leader gets
16187 enabled
16188 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
16189 * powerpc: Fix bug where perf_counters breaks oprofile
16190 * powerpc/ps3: Workaround for flash memory I/O error
16191 * block: don't assume device has a request list backing in nr_requests
16192 store
16193 * agp/intel: remove restore in resume
16194 * ALSA: cs46xx - Fix minimum period size
16195 * ASoC: Fix WM835x Out4 capture enumeration
16196 * sound: oxygen: work around MCE when changing volume
16197 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
16198 * perf stat: Change noise calculation to use stddev
16199 * x86: Fix x86_model test in es7000_apic_is_cluster()
16200 * x86/i386: Make sure stack-protector segment base is cache aligned
16201 * PCI: apply nv_msi_ht_cap_quirk on resume too
16202 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
16203 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
16204 with highmem
16205 * KVM guest: do not batch pte updates from interrupt context
16206 * KVM: Fix coalesced interrupt reporting in IOAPIC
16207 * KVM: VMX: Check cpl before emulating debug register access
16208 * KVM guest: fix bogus wallclock physical address calculation
16209 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
16210 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
16211 * KVM: x86 emulator: Implement zero-extended immediate decoding
16212 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
16213 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
16214 * KVM: limit lapic periodic timer frequency
16215 * libata: fix off-by-one error in ata_tf_read_block()
16216 * PCI quirk: update 82576 device ids in SR-IOV quirks list
16217 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
16218 * powerpc/pseries: Fix to handle slb resize across migration
16219 * Linux 2.6.31.1
16220
16221 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
16222
16223linux (2.6.31-10.35) karmic; urgency=low
16224
16225 [ Amit Kucheria ]
16226
16227 * Disable CONFIG_UEVENT_HELPER_PATH
16228
16229 [ Andy Whitcroft ]
16230
16231 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
16232 * remove the tlsup driver
16233 * remove lmpcm logitech driver support
16234
16235 [ Bryan Wu ]
16236
16237 * Add 3 missing files to prerm remove file list
16238 - LP: #345623, #415832
16239
16240 [ Chris Wilson ]
16241
16242 * [Upstream] drm/i915: Check that the relocation points to within the
16243 target
16244 - LP: #429241
16245
16246 [ Luke Yelavich ]
16247
16248 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
16249
16250 [ Manoj Iyer ]
16251
16252 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
16253 - LP: #348861
16254
16255 [ Tim Gardner ]
16256
16257 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
16258 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
16259 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
16260 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
16261 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
16262 Upstream suggests that this is not the right approach.
16263
16264 * [Config] Set default I/O scheduler to DEADLINE
16265 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
16266 - LP: #381300
16267
16268 [ ubuntu@tjworld.net ]
16269
16270 * SAUCE: ipw2200: Enable LED by default
16271 - LP: #21367
16272
16273 [ Upstream Kernel Changes ]
16274
16275 * ALSA: hda - Add support for new AMD HD audio devices
16276 - LP: #430564
16277
16278 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
16279
16280linux (2.6.31-10.34) karmic; urgency=low
16281
16282 [ Ted Tso ]
16283
16284 * [Upstream] ext3: Don't update superblock write time when filesystem is
16285 read-only
16286 - LP: #427822
16287
16288 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
16289
16290linux (2.6.31-10.33) karmic; urgency=low
16291
16292 [ Leann Ogasawara ]
16293
16294 * [Upstream] dvb-usb: fix tuning with Cinergy T2
16295 - LP: #421258
16296
16297 [ Tim Gardner ]
16298
16299 * [Config] Unconditionally copy files from sub-flavours lists.
16300 (really, really fix it this time)
16301 - LP: #423426
16302 * [Config] Set CONFIG_CACHEFILES=m for all flavours
16303
16304 [ Upstream Kernel Changes ]
16305
16306 * ext4: Don't update superblock write time when filesystem is read-only
16307 - LP: #427822
16308
16309 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
16310
16311linux (2.6.31-10.32) karmic; urgency=low
16312
16313 [ Eric Miao ]
16314
16315 * [Config] enable module support for memory stick
16316 - LP: #159951
16317
16318 [ Tim Gardner ]
16319
16320 * [Config] Unconditionally copy files from sub-flavours lists.
16321 - LP: #423426
16322
16323 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
16324
16325linux (2.6.31-10.31) karmic; urgency=low
16326
16327 [ Andy Whitcroft ]
16328
16329 * rebase to v2.6.31 final
16330
16331 [ Colin Watson ]
16332
16333 * [Config] Recommend grub-pc in linux-image
16334 - LP: #385741
16335
16336 [ Ike Panhc ]
16337
16338 * [Upstream] Pull latest update of lenovo-sl-laptop
16339
16340 [ Peter Feuerer ]
16341
16342 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
16343 model
16344 - LP: #426691
16345
16346 [ Tim Gardner ]
16347
16348 * [Config] De-macro some package names.
16349
16350 [ Upstream Changes ]
16351
16352 * rebase to 2.6.31 final.
16353
16354 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
16355
16356linux (2.6.31-10.30) karmic; urgency=low
16357
16358 [ Amit Kucheria ]
16359
16360 * [Config] Enable CONFIG_USB_DEVICEFS
16361 - LP: #417748
16362 * [Config] Populate the config-update template a bit more
16363
16364 [ Andy Whitcroft ]
16365
16366 * rebase to v2.6.31-rc9
16367 * [Config] update configs following rebase to v2.6.31-rc9
16368 * [Config] update ports configs following rebase to v2.6.31-rc9
16369
16370 [ Colin Ian King ]
16371
16372 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
16373 - LP: #254837
16374
16375 [ Jerone Young ]
16376
16377 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
16378 white-list
16379 - LP: #281732
16380 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
16381 white-list
16382 - LP: #281732
16383 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
16384 white-list
16385 - LP: #281732
16386 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
16387 white-list
16388 - LP: #281732
16389 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
16390 white-list
16391 - LP: #281732
16392
16393 [ John Johansen ]
16394
16395 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
16396 - LP: #419308
16397 * SAUCE: AppArmor: Return the correct error codes on profile
16398 addition/removal
16399 - LP: #408473
16400 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
16401 - LP: #408454
16402 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
16403 - LP: #419222
16404 * SAUCE: AppArmor: Fix change_profile failure
16405 - LP: #401931
16406 * SAUCE: AppArmor: Tell git to ignore generated include files
16407 - LP: #419505
16408
16409 [ Stefan Bader ]
16410
16411 * [Upstream] acpi: video: Loosen strictness of video bus detection code
16412 - LP: #333386
16413 * SAUCE: Remove ov511 driver from ubuntu subdirectory
16414
16415 [ Tim Gardner ]
16416
16417 * [Config] Exclude char-modules from non-x86 udeb creation
16418 * SAUCE: Notify the ACPI call chain of AC events
16419 * [Config] CONFIG_SATA_VIA=m
16420 - LP: #403385
16421 * [Config] Build in all phylib support modules.
16422 * [Config] Don't fail when sub-flavour files are missing
16423 - LP: #423426
16424 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
16425 - LP: #423513
16426
16427 [ Upstream ]
16428
16429 * Rebased against v2.6.31-rc9
16430
16431 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
16432
16433linux (2.6.31-9.29) karmic; urgency=low
16434
16435 [ Leann Ogasawara ]
16436
16437 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
16438 - LP: #419993
16439 * [Config] d-i/modules: Add new char-modules file, initialize with
16440 intel-agp
16441 - LP: #420605
16442
16443 [ Upstream ]
16444
16445 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
16446 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
16447 adda766193ea1cf3137484a9521972d080d0b7af.
16448
16449 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
16450
16451linux (2.6.31-8.28) karmic; urgency=low
16452
16453 [ Ike Panhc ]
16454
16455 * [Config] Let nic-shared-modules depends on crypto-modules
16456 - LP: #360966
16457
16458 [ Leann Ogasawara ]
16459
16460 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
16461 constant
16462 - LP: #412492
16463
16464 [ Mario Limonciello ]
16465
16466 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
16467 status if HW switch is disabled
16468 - LP: #418721
16469 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
16470 Compal made Dell laptops
16471 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
16472 with rfkill support
16473
16474 [ Tim Gardner ]
16475
16476 * [Config] Add acpiphp to virtual sub-flavour
16477 - LP: #364916
16478 * Drop KSM patch set for now because of instabilities with encrypted swap.
16479 - LP: #418781
16480
16481 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
16482
16483linux (2.6.31-7.27) karmic; urgency=low
16484
16485 [ Tim Gardner ]
16486
16487 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
16488 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
16489 Replaces previous ksm patches from 2.6.31-6.25
16490 * [Config] KSM=y
16491
16492 [ Upstream ]
16493
16494 * Rebased against v2.6.31-rc7
16495
16496 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
16497
16498linux (2.6.31-6.26) karmic; urgency=low
16499
16500 [ Andy Whitcroft ]
16501
16502 * [Config] enable CONFIG_AUFS_BR_RAMFS
16503 - LP: #414738
16504 * split out debian directory ready for abstraction
16505 * add printdebian target to find branch target
16506 * abstracted debian -- debian/files is not abstracted
16507 * abstracted debian -- packages must be built in debian/<pkg>
16508 * abstracted debian -- kernel-wedge needs to work in debian/
16509 * abstracted debian -- ensure we install the copyright file
16510 * abstracted-debian -- drop the debian directories from headers
16511 * abstracted-debian -- drop the debian directories from headers part 2
16512 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
16513 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
16514 - LP: #410198
16515
16516 [ Luke Yelavich ]
16517
16518 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
16519 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
16520 - LP: #413150
16521 * [Config] Ports: Build all cpu frequency scaling governors into ports
16522 kernels
16523 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
16524 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
16525 * [Config] Ports: Enable PS3 network driver
16526
16527 [ Stefan Bader ]
16528
16529 * abstracted debian -- call $(DEBIAN)/rules using make
16530
16531 [ Tim Gardner ]
16532
16533 * [Config] Abstract the debian directory
16534 * SAUCE: Improve error reporting in postinst
16535 - LP: #358564
16536
16537 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
16538
16539linux (2.6.31-6.25) karmic; urgency=low
16540
16541 [ Andy Whitcroft ]
16542
16543 * script to generate Ubuntu changes from changelog
16544 * [Config] standardise ANDROID options
16545 * [Config] standardise CONFIG_ATM as module
16546 * [Config] standardise CONFIG_LIB80211 as module
16547 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
16548 * [Config] set CONFIG_CRAMFS as module
16549 * [Config] enable CONFIG_DAB and modules
16550 * [Config] set CONFIG_MAC80211_HWSIM as module
16551 * [Config] set CONFIG_NET_CLS_FLOW as module
16552 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
16553 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
16554 * [Config] set CONFIG_RTC_DRV_DS1511 as module
16555 * [Config] set CONFIG_RTC_DRV_R9701 as module
16556 * [Config] set CONFIG_RTC_DRV_S35390A as module
16557 * [Config] set CONFIG_TOIM3232_DONGLE as module
16558 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
16559 * [Config] standardise CONFIG_USB_G_PRINTER as module
16560 * [Config] standardise CONFIG_USB_SERIAL_IR as module
16561 * [Config] set CONFIG_USB_SERIAL_IUU as module
16562 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
16563 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
16564 * cleanup remains of dm-loop
16565 * drop thinkpad ec and smapi support
16566 * drop appleir
16567 * [Config] update configs following rebase to v2.6.31-rc6
16568 * rebase to v2.6.31-rc6
16569
16570 [ Hugh Dickins ]
16571
16572 * SAUCE: ksm patch 1, drop after 2.6.31
16573 * SAUCE: ksm patch 2, drop after 2.6.31
16574 * SAUCE: ksm patch 3, drop after 2.6.31
16575 * SAUCE: ksm patch 4, drop after 2.6.31
16576 * SAUCE: ksm patch 5, drop after 2.6.31
16577 * SAUCE: ksm patch 7, drop after 2.6.31
16578
16579 [ Izik Eidus ]
16580
16581 * SAUCE: ksm patch 0, drop after 2.6.31
16582 * SAUCE: ksm patch 6, drop after 2.6.31
16583 * SAUCE: ksm patch 8, drop after 2.6.31
16584 * SAUCE: ksm patch 9, drop after 2.6.31
16585
16586 [ Luke Yelavich ]
16587
16588 * [Config] Ports: Re-add PS3 modules to udebs
16589
16590 [ Michael Casadevall ]
16591
16592 * [Config] Update SPARC config and d-i files to reflect what can be built
16593
16594 [ Tim Gardner ]
16595
16596 * [Config] Removed armel package support
16597 * [Config] Enabled CONFIG_KSM=y
16598
16599 [ Upstream Kernel Changes ]
16600
16601 * Rebased against v2.6.31-rc6
16602 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
16603 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
16604 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
16605 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
16606 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
16607 changes"
16608 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
16609 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
16610 revision"
16611 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
16612 by default"
16613 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
16614 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
16615 ARCH_MXC_CANONICAL"
16616 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
16617 CONFIG_GPIOLIB"
16618 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
16619 2.6.31"
16620 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
16621 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
16622 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
16623 mxc_uart.h _everywhere_"
16624 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
16625 correct location"
16626 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
16627 snd_card_create"
16628 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
16629 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
16630 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
16631 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
16632 mxc_map_io."
16633 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
16634 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
16635 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
16636 with snd_soc_card."
16637 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
16638 structure"
16639 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
16640 DMA_MODE_READ/WRITE/MASK"
16641 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
16642 Freescale mx51 platform"
16643 * Driver core: add new device to bus's list before probing
16644 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
16645 power-saving
16646 - LP: #381693, #399750, #380892
16647
16648 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
16649
16650linux (2.6.31-5.24) karmic; urgency=low
16651
16652 [ Amit Kucheria ]
16653
16654 * ARM: IMX51: Make video capture drivers compile
16655 * [Config] IMX51: Config updates
16656
16657 [ Andy Whitcroft ]
16658
16659 * remove leftovers of dm-bbr
16660
16661 [ Leann Ogasawara ]
16662
16663 * Add pata_cs5535 to pata-modules
16664 - LP: #318805
16665
16666 [ Luke Yelavich ]
16667
16668 * [Config] CONFIG_PPC64=y for powerpc64-smp
16669 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
16670 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
16671 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
16672 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
16673 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
16674 * [Config] Enable all PS3 drivers in powerpc64-smp
16675
16676 [ Mario Limonciello ]
16677
16678 * LIRC -- fix lirc-i2c 2.6.31 compilation
16679
16680 [ Matthew Garrett ]
16681
16682 * [Upstream] dell-laptop: Fix rfkill state queries
16683
16684 [ Tim Gardner ]
16685
16686 * [Config] Ignore armel ABI and module changes
16687 * [Config] Update configs after rebase against 2.6.31-rc5
16688
16689 [ Upstream ]
16690
16691 * Rebased to 2.6.31-rc5
16692
16693 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
16694
16695linux (2.6.31-4.23) karmic; urgency=low
16696
16697 [ Andy Whitcroft ]
16698
16699 * AUFS -- update to aufs2-30 20090727
16700 * [Config] enable AUFS FUSE support
16701
16702 [ Luke Yelavich ]
16703
16704 * [Config] CONFIG_JFS_FS=m on sparc
16705
16706 [ Tim Gardner ]
16707
16708 * [Upstream] dell-laptop: Fix rfkill state setting.
16709
16710 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
16711
16712linux (2.6.31-4.22) karmic; urgency=low
16713
16714 [ Amit Kucheria ]
16715
16716 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
16717 * ARM: IMX51: Move board-mx51* header files to the correct location
16718 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
16719 * ARM: IMX51: Make it compile.
16720 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
16721 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
16722 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
16723 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
16724 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
16725 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
16726 * ARM: staging: udlfb: Add vmalloc.h include
16727 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
16728
16729 [ Brad Figg ]
16730
16731 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
16732 * ARM: IMX51: codec structure was moved to the card structure
16733 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
16734 * ARM: IMX51: Get to bus_id by calling dev_name.
16735 * ARM: IMX51: Get to bus_id by calling dev_name.
16736 * ARM: IMX51: Added external declaration for mxc_map_io.
16737 * ARM: IMX51: Removed the mxc_gpio_port structure.
16738 * ARM: IMX51: mxc_timer_init prototype
16739 * ARM: IMX51: Fix up merge error in Kconfig
16740 * ARM: IMX51: Changed from snd_card_new to snd_card_create
16741
16742 [ Dinh Nguyen ]
16743
16744 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
16745 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
16746 * ARM: IMX51: Babbage 2.5 needs a different system revision
16747 * ARM: IMX51: IPU irq handler deadlock fix
16748
16749 [ Tim Gardner ]
16750
16751 * [Config] Enabled CONFIG_CAN=m
16752 - LP: #327243
16753 * [Config] Enabled CONFIG_SERIAL=m
16754 - LP: #397189
16755
16756 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
16757
16758linux (2.6.31-4.21) karmic; urgency=low
16759
16760 [ Amit Kucheria ]
16761
16762 * dm-raid-4-5: Add missing brackets around test_bit()
16763
16764 [ John Johansen ]
16765
16766 * AppArmor: Fix change_profile failing lpn401931
16767 * AppArmor: Fix determination of forced AUDIT messages.
16768 * AppArmor: Fix oops in auditing of the policy interface offset
16769
16770 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
16771
16772linux (2.6.31-4.20) karmic; urgency=low
16773
16774 [ Andy Whitcroft ]
16775
16776 * SAUCE: iscsitarget -- update to SVN revision r214
16777 * SAUCE: iscsitarget -- renable driver
16778 * [Config] consolidate lpia/lpia and i386/generic configs
16779 * [Config] enable CRYPTO modules for all architectures
16780 * [Config] enable cryptoloop
16781 * [Config] enable various filesystems for armel
16782 * [Config] sync i386 generic and generic-pae
16783 * [Config] add the 386 (486 processors and above) flavour
16784 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
16785 - LP: #399914
16786 * add genconfigs/genportsconfigs to extract the built configs
16787 * updateconfigs -- alter concatenation order allow easier updates
16788 * intelfb -- INTELFB now conflicts with DRM_I915
16789 * printchanges -- rebase tree does not have stable tags use changelog
16790 * AppArmor: fix argument size missmatch on 64 bit builds
16791
16792 [ Ike Panhc ]
16793
16794 * Ship bnx2x firmware in nic-modules udeb
16795 - LP: #360966
16796
16797 [ Jeff Mahoney ]
16798
16799 * AppArmor: fix build failure on ia64
16800
16801 [ John Johansen ]
16802
16803 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
16804 initialize.
16805 * AppArmour: fix auditing of domain transitions to include target profile
16806 information
16807 * AppArmor: fix C99 violation
16808 * AppArmor: revert reporting of create to write permission.
16809 * SAUCE: Add config option to set a default LSM
16810 * [Config] enable AppArmor by default
16811 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
16812
16813 [ Keith Packard ]
16814
16815 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
16816 hardware
16817 - LP: #351756
16818
16819 [ Luke Yelavich ]
16820
16821 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
16822 header packages
16823 - LP: #355344
16824
16825 [ Michael Casadevall ]
16826
16827 * [Config] update SPARC config files to allow success build
16828
16829 [ Scott James Remnant ]
16830
16831 * SAUCE: trace: add trace_event for the open() syscall
16832
16833 [ Stefan Bader ]
16834
16835 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
16836 - LP: #396780
16837
16838 [ Tim Gardner ]
16839
16840 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
16841 - LP: #397499
16842 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
16843 refresh
16844 - LP: #365291
16845 * [Config] SSB/B44 are common across all arches/flavours.
16846
16847 [ Upstream ]
16848
16849 * Rebased to 2.6.31-rc4
16850
16851 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
16852
16853linux (2.6.31-3.19) karmic; urgency=low
16854
16855 [ Andy Whitcroft ]
16856
16857 * Revert "[Config] Disabled NDISWRAPPER"
16858 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
16859 * AUFS -- export various core functions
16860 * AUFS -- export various core functions -- fixes
16861 * AUFS -- core filesystem
16862 * AUFS -- track changes in v2.6.31
16863 * [Config] Enable AUFS
16864 * droppped 'iwl3945: do not send scan command if channel count zero' as it
16865 is already upstream but failed to auto-drop on rebase.
16866
16867 [ Eric Paris ]
16868
16869 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
16870 choose
16871 * SAUCE: inotify: check filename before dropping repeat events
16872 * SAUCE: fsnotify: fix inotify tail drop check with path entries
16873
16874 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
16875
16876linux (2.6.31-3.18) karmic; urgency=low
16877
16878 [ Andy Whitcroft ]
16879
16880 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
16881 AUFS"
16882 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
16883 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
16884 security_inode_permission"
16885 * clear out left over AUFS files and modifications
16886
16887 [ Luke Yelavich ]
16888
16889 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
16890 * SAUCE: Explicitly include header files to allow apparmor to build on
16891 powerpc
16892 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
16893
16894 [ Tim Gardner ]
16895
16896 * [Config] Dropped ubuntu/misc/wireless/acx
16897 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
16898
16899 [ Upstream ]
16900
16901 * Rebased to 2.6.31-rc3
16902
16903 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
16904
16905linux (2.6.31-2.17) karmic; urgency=low
16906
16907 [ Andy Whitcroft ]
16908
16909 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
16910 * compcache -- remove redundant Kconfig entries part 2
16911 * compcache -- clean up CCFLAGS declarations
16912 * [Config] enable AppArmor
16913 * AppArmor: fix operator precidence issue in as_path_link
16914
16915 [ John Johansen ]
16916
16917 * AppArmor security module
16918 * AppArmor: Correct mapping of file permissions.
16919 * AppArmor: Turn auditing of ptrace on
16920
16921 [ Luke Yelavich ]
16922
16923 * [Config] disable CONFIG_DM_RAID45 on powerpc
16924
16925 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
16926
16927linux (2.6.31-2.16) karmic; urgency=low
16928
16929 [ Andy Whitcroft ]
16930
16931 * compcache -- remove redundant Kconfig entries
16932 added ignore and ignore.modules for all arches since the compcache update
16933 changes the modules names as well as some compcache ABI values.
16934
16935 [ Manoj Iyer ]
16936
16937 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
16938 * SAUCE: update compcache version to 0.5.3
16939
16940 [ Tim Gardner ]
16941
16942 * [Config]: Fix sparc FTBS by adding ignore.modules
16943
16944 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
16945
16946linux (2.6.31-2.15) karmic; urgency=low
16947
16948 [ Andy Whitcroft ]
16949
16950 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16951 * [Config] Update configs following rebase to 2.6.31-rc2
16952 * [Config] update ports configs following update to 2.6.31-rc2
16953
16954 [ Luke Yelavich ]
16955
16956 * [Config] powerpc - Disable CONFIG_RDS
16957
16958 [ Matt Zimmerman ]
16959
16960 * Rename linux-doc-PKGVER to linux-doc and clean up its description
16961 - LP: #382115
16962
16963 [ Upstream Kernel Changes ]
16964
16965 * rebased to mainline 2.6.31-rc2
16966
16967 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
16968
16969linux (2.6.31-1.14) karmic; urgency=low
16970
16971 [ Andy Whitcroft ]
16972
16973 * update ndiswrapper to 1.55
16974 * remove leftovers of gfs
16975 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
16976
16977 [ Luke Yelavich ]
16978
16979 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
16980 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
16981 kernel
16982
16983 [ Manoj Iyer ]
16984
16985 * Remove snd-bt-sco ubuntu driver
16986
16987 [ Michael Casadevall ]
16988
16989 * [Config] updates ia64 config and d-i folders to allow succesful build
16990 * [Config] Update powerpc and sparc for 2.6.31
16991
16992 [ Upstream Kernel Changes ]
16993
16994 * intel-iommu: fix Identity Mapping to be arch independent
16995 - LP: #384695
16996 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
16997
16998 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
16999
17000linux (2.6.31-1.13) karmic; urgency=low
17001
17002 [ Andy Whitcroft ]
17003
17004 * REBASE: rebased to mainline 2.6.31-rc1
17005 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17006 no longer applies, using deprecated interfaces, LPIA only, dropped
17007 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17008 changes now upstream, dropped
17009 * [Config] Update configs following rebase to 2.6.31-rc1
17010 * [Config] update ports configs following update to 2.6.31-rc1
17011
17012 * [Config] disable broken staging driver CONFIG_STLC45XX
17013 * SAUCE: fix compcache to use updates accessors
17014 * [Config] disable staging driver CONFIG_VT6655
17015 * SAUCE: fix DRDB to use updates accessors
17016 * [Disable] ndiswrapper needs update
17017 * [Disable] LIRC I2C needs update
17018 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17019 * [Config] disable I2C_DESIGNWARE does not compile
17020 * [Config] disable CONFIG_TLSUP for lpia
17021 * [Config] disable CONFIG_FB_UDL for arm
17022 * SAUCE: disable adding scsi headers to linux-libc-dev
17023
17024 [ Mario Limonciello ]
17025
17026 * SAUCE: Add LIRC drivers
17027
17028 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17029
17030linux (2.6.30-10.12) karmic; urgency=low
17031
17032 [ Andy Whitcroft ]
17033
17034 * [Config] split out the ports configs into their own family
17035 * [Config] update configs following introduction of ports family
17036
17037 [ Upstream Kernel Changes ]
17038
17039 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17040 description". Fixes linux-doc package name conflicts for now.
17041 - LP: #382115
17042
17043 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17044
17045linux (2.6.30-10.11) karmic; urgency=low
17046
17047 [ Amit Kucheria ]
17048
17049 * [Config] Comment splitconfig.pl and misc cleanup
17050 * [Config] Rename all configs to the new naming scheme
17051 * [Config] Splitconfig rework
17052 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17053 * [Config] Fix build system for new config split
17054 * [Config] Run updateconfigs after the splitconfig rework
17055
17056 [ Andy Whitcroft ]
17057
17058 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17059 * [Config] standardise CONFIG_STAGING=y
17060 * [Config] standardise CONFIG_RD_LZMA=y
17061 * [Config] CONFIG_PCI_IOV=y
17062 * [Config] CONFIG_PCI_STUB=m
17063 * [Config] merge kernel configs more agressively
17064
17065 [ Colin Watson ]
17066
17067 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17068 * [Config] Add support for including firmware in udebs
17069 * [Config] Ship bnx2 firmware in nic-modules udeb
17070 - LP: #384861
17071
17072 [ Luke Yelavich ]
17073
17074 * [Config] ports - Import of ports architectures into kernel packaging
17075 infrastructure
17076 * [Config] ports - Do not update ports kernel configurations by default
17077 * [Config] ports - Disable ABI checking for ports architectures
17078 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17079 * [Config] ports - Add control.d/vars.* files for ports architectures
17080 * [Config] ports - Add ports architectures for linux-libc-dev
17081 * [Config] ports - Create powerpc specific message-modules and
17082 block-modules udebs
17083 * [Config] ports - Add configuration files for ports architectures
17084
17085 [ Manoj Iyer ]
17086
17087 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17088 - LP: #329864
17089
17090 [ Michael Casadevall ]
17091
17092 * [Config] ports - Fix compression of kernels
17093
17094 [ Stefan Bader ]
17095
17096 * [Upstream] mmc: prevent dangling block device from accessing stale
17097 queues
17098 - LP: #383668
17099
17100 [ Tim Gardner ]
17101
17102 * [Config] Recommend grub-pc in linux-image
17103 - LP: #385741
17104 * [Config] Implement i386 generic and generic-pae flavours
17105 * [Config] ports - Add control info after integrating ports arches
17106 * [Config] Removed auto-generated files from git
17107 * [Config] Added netxen_nic to nic-modules
17108 - LP: #389603
17109
17110 [ Matt Zimmerman ]
17111
17112 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17113 - LP: #382115
17114
17115 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
17116
17117linux (2.6.30-9.10) karmic; urgency=low
17118
17119 [ Andy Whitcroft ]
17120
17121 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
17122 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
17123 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
17124 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
17125 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
17126 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
17127
17128 [ Upstream Kernel Changes ]
17129
17130 * rebased to 2.6.30 final
17131
17132 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
17133
17134linux (2.6.30-8.9) karmic; urgency=low
17135
17136 [ Andy Whitcroft ]
17137
17138 * Config update removed the following options:
17139 CONFIG_EDAC_AMD8111=m
17140 CONFIG_EDAC_AMD8131=m
17141
17142 [ Upstream Kernel Changes ]
17143
17144 * rebased to 2.6.30-rc8
17145
17146 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
17147
17148linux (2.6.30-7.8) karmic; urgency=low
17149
17150 [ Andy Whitcroft ]
17151
17152 * Enabled NEW configration options:
17153 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
17154 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
17155
17156 [ Upstream Kernel Changes ]
17157
17158 * rebased to 2.6.30-rc7
17159
17160 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
17161
17162linux (2.6.30-6.7) karmic; urgency=low
17163
17164 [ Andy Whitcroft ]
17165
17166 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
17167 upstream)
17168
17169 [ Upstream Kernel Changes ]
17170
17171 * rebased to 2.6.30-rc6
17172
17173 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
17174
17175linux (2.6.30-5.6) karmic; urgency=low
17176
17177 [ Tim Gardner ]
17178
17179 * [Config] Enable Keyspan USB serial device firmware in kernel module
17180 - LP: #334285
17181
17182 [ Upstream Kernel Changes ]
17183
17184 * rebased to 2.6.30-rc5
17185
17186 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
17187
17188linux (2.6.30-4.5) karmic; urgency=low
17189
17190 [ Colin Watson ]
17191
17192 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
17193 /usr/include/asm/* going missing
17194 - LP: #373214
17195
17196 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
17197
17198linux (2.6.30-3.4) karmic; urgency=low
17199
17200 [ Kees Cook ]
17201
17202 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
17203 - LP: #369978
17204
17205 [ Stefan Bader ]
17206
17207 * SAUCE: input: Blacklist digitizers from joydev.c
17208 - LP: #300143
17209
17210 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
17211
17212linux (2.6.30-2.3) karmic; urgency=low
17213
17214 [ Tim Gardner ]
17215
17216 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
17217 - LP: #369152
17218 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
17219 * [Config] CONFIG_DRM_I915_KMS=y
17220 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
17221 minimums
17222
17223 [ Upstream Kernel Changes ]
17224
17225 * rebased to 2.6.30-rc4
17226
17227 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
17228
17229linux (2.6.30-1.2) karmic; urgency=low
17230
17231 [ Tim Gardner ]
17232
17233 * [Config] armel: disable staging drivers, fixes FTBS
17234 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
17235
17236 [ Upstream Kernel Changes ]
17237
17238 * mpt2sas: Change reset_type enum to avoid namespace collision.
17239 Submitted upstream.
17240
17241 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
17242
17243linux (2.6.30-1.1) karmic; urgency=low
17244
17245 * Initial release after rebasing against v2.6.30-rc3
17246
17247 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
17248