]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.10.0-8.10
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
1 linux (4.10.0-8.10) zesty; urgency=low
2
3 [ Tim Gardner ]
4
5 * Release Tracking Bug
6 - LP: #1664217
7
8 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
9 (LP: #1663687)
10 - scsi: storvsc: Enable tracking of queue depth
11 - scsi: storvsc: Remove the restriction on max segment size
12 - scsi: storvsc: Enable multi-queue support
13 - scsi: storvsc: use tagged SRB requests if supported by the device
14 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
15 - scsi: storvsc: properly set residual data length on errors
16
17 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
18 caused KVM host hung and all KVM guests down. (LP: #1651248)
19 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
20 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
21 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
22 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
23 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
24
25 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
26 (LP: #1531747)
27 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
28
29 * CVE-2016-1575 (LP: #1534961)
30 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
31
32 * CVE-2016-1576 (LP: #1535150)
33 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
34
35 * Miscellaneous Ubuntu changes
36 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
37 - SAUCE: Import aufs driver
38 - d-i: Build message-modules udeb for arm64
39 - rebase to v4.10-rc8
40
41 * Miscellaneous upstream changes
42 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
43 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
44 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
45 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
46 - Revert "UBUNTU: SAUCE: Import aufs driver"
47
48 [ Upstream Kernel Changes ]
49
50 * rebase to v4.10-rc8
51
52 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
53
54 linux (4.10.0-7.9) zesty; urgency=low
55
56 [ Tim Gardner ]
57
58 * Release Tracking Bug
59 - LP: #1662201
60
61 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
62 - [Config] CONFIG_DRM_AMDGPU_CIK=y
63
64 * regession tests failing after stackprofile test is run (LP: #1661030)
65 - fix regression with domain change in complain mode
66
67 * Permission denied and inconsistent behavior in complain mode with 'ip netns
68 list' command (LP: #1648903)
69 - fix regression with domain change in complain mode
70
71 * flock not mediated by 'k' (LP: #1658219)
72 - SAUCE: apparmor: flock mediation is not being enforced on cache check
73
74 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
75 from a unshared mount namespace (LP: #1656121)
76 - SAUCE: apparmor: null profiles should inherit parent control flags
77
78 * apparmor refcount leak of profile namespace when removing profiles
79 (LP: #1660849)
80 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
81
82 * tor in lxd: apparmor="DENIED" operation="change_onexec"
83 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
84 name="system_tor" (LP: #1648143)
85 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
86 namespaces
87
88 * apparmor_parser hangs indefinitely when called by multiple threads
89 (LP: #1645037)
90 - SAUCE: apparmor: fix lock ordering for mkdir
91
92 * apparmor leaking securityfs pin count (LP: #1660846)
93 - SAUCE: apparmor: fix leak on securityfs pin count
94
95 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
96 (LP: #1660845)
97 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
98 fails
99
100 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
101 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
102
103 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
104 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
105
106 * apparmor auditing denied access of special apparmor .null fi\ le
107 (LP: #1660836)
108 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
109
110 * apparmor label leak when new label is unused (LP: #1660834)
111 - SAUCE: apparmor: fix label leak when new label is unused
112
113 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
114 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
115
116 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
117 - SAUCE: apparmor: fix replacement race in reading rawdata
118
119 * unix domain socket cross permission check failing with nested namespaces
120 (LP: #1660832)
121 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
122
123 * Regression tests can not detect binfmt_elf mmpa semantic change
124 (LP: #1630069)
125 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
126
127 * Support snaps inside of lxd containers (LP: #1611078)
128 - apparmor: add interface to be able to grab loaded policy
129 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
130 - apparmor: add __aa_find_ns fn
131 - apparmor: add mkdir/rmdir interface to manage policy namespaces
132 - apparmor: fix oops in pivot_root mediation
133 - apparmor: fix warning that fn build_pivotroot discards const
134 - apparmor: add interface to advertise status of current task stacking
135 - apparmor: update policy permissions to consider ns being viewed/managed
136 - apparmor: add per ns policy management interface
137 - apparmor: bump domain stacking version to 1.2
138
139 * change_hat is logging failures during expected hat probing (LP: #1615893)
140 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
141
142 * deleted files outside of the namespace are not being treated as disconnected
143 (LP: #1615892)
144 - SAUCE: apparmor: deleted dentries can be disconnected
145
146 * stacking to unconfined in a child namespace confuses mediation
147 (LP: #1615890)
148 - SAUCE: apparmor: special case unconfined when determining the mode
149
150 * apparmor module parameters can be changed after the policy is locked
151 (LP: #1615895)
152 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
153
154 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
155 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
156
157 * label vec reductions can result in reference labels instead of direct access
158 to labels (LP: #1615889)
159 - SAUCE: apparmor: reduction of vec to single entry is just that entry
160
161 * profiles from different namespaces can block other namespaces from being
162 able to load a profile (LP: #1615887)
163 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
164
165 * The label build for onexec when stacking is wrong (LP: #1615881)
166 - SAUCE: apparmor: Fix label build for onexec stacking.
167
168 * The inherit check for new to old label comparison for domain transitions is
169 wrong (LP: #1615880)
170 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
171
172 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
173 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
174
175 * __label_update proxy comparison test is wrong (LP: #1615878)
176 - SAUCE: apparmor: Fix __label_update proxy comparison test
177
178 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
179 (LP: #1560583)
180 - SAUCE: apparmor: Allow ns_root processes to open profiles file
181 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
182
183 * policy namespace stacking (LP: #1379535)
184 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
185 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
186
187 * brd module compiled as built-in (LP: #1593293)
188 - [Config] CONFIG_BLK_DEV_RAM=m
189
190 * Miscellaneous Ubuntu changes
191 - SAUCE: apparmor: Fix FTBFS due to bad include path
192 - SAUCE: apparmor: add data query support
193 - rebase to v4.10-rc7
194
195 * Miscellaneous upstream changes
196 - fixup backout policy view capable for forward port
197 - apparmor: fix: Rework the iter loop for label_update
198 - apparmor: add more assertions for updates/merges to help catch errors
199 - apparmor: Make pivot root transitions work with stacking
200 - apparmor: convert delegating deleted files to mediate deleted files
201 - apparmor: add missing parens. not a bug fix but highly recommended
202 - apparmor: add a stack_version file to allow detection of bug fixes
203 - apparmor: push path lookup into mediation loop
204 - apparmor: default to allowing unprivileged userns policy
205 - apparmor: fix: permissions test to view and manage policy
206 - apparmor: Add Basic ns cross check condition for ipc
207
208 [ Upstream Kernel Changes ]
209
210 * rebase to v4.10-rc7
211
212 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
213
214 linux (4.10.0-6.8) zesty; urgency=low
215
216 [ Tim Gardner ]
217
218 * Release Tracking Bug
219 - LP: #1661300
220
221 * flock not mediated by 'k' (LP: #1658219)
222 - SAUCE: apparmor: flock mediation is not being enforced on cache check
223
224 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
225 from a unshared mount namespace (LP: #1656121)
226 - SAUCE: apparmor: null profiles should inherit parent control flags
227
228 * apparmor refcount leak of profile namespace when removing profiles
229 (LP: #1660849)
230 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
231
232 * tor in lxd: apparmor="DENIED" operation="change_onexec"
233 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
234 name="system_tor" (LP: #1648143)
235 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
236 namespaces
237
238 * apparmor_parser hangs indefinitely when called by multiple threads
239 (LP: #1645037)
240 - SAUCE: apparmor: fix lock ordering for mkdir
241
242 * apparmor leaking securityfs pin count (LP: #1660846)
243 - SAUCE: apparmor: fix leak on securityfs pin count
244
245 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
246 (LP: #1660845)
247 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
248 fails
249
250 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
251 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
252
253 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
254 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
255
256 * apparmor auditing denied access of special apparmor .null fi\ le
257 (LP: #1660836)
258 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
259
260 * apparmor label leak when new label is unused (LP: #1660834)
261 - SAUCE: apparmor: fix label leak when new label is unused
262
263 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
264 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
265
266 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
267 - SAUCE: apparmor: fix replacement race in reading rawdata
268
269 * unix domain socket cross permission check failing with nested namespaces
270 (LP: #1660832)
271 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
272
273 * Kdump through NMI SMP and single core not working on Ubuntu16.10
274 (LP: #1630924)
275 - hv: don't reset hv_context.tsc_page on crash
276
277 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
278 distribution (LP: #1628889)
279 - SAUCE: s390: kernel message catalog
280
281 * Miscellaneous Ubuntu changes
282 - [Config] Drop powerpc ABI files
283
284 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
285
286 linux (4.10.0-5.7) zesty; urgency=low
287
288 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
289 Chromebook R11 (LP: #1630238)
290 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
291
292 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
293 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
294
295 * Miscellaneous Ubuntu changes
296 - d-i: initrd needs msm_emac on amberwing platform.
297 - [Config] Remove powerpc architecture builds
298 - [Config] updateconfigs after removing powerpc configs
299 - [Config] Update annotations after removing powerpc configs
300 - SAUCE: Disable timers selftest for now
301 - Rebase to v4.10-rc6
302 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
303 - Enable zfs build
304 - [Config] CONFIG_NET_DROP_MONITOR=m
305
306 [ Upstream Kernel Changes ]
307
308 * rebase to v4.10-rc6
309
310 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
311
312 linux (4.10.0-4.6) zesty; urgency=low
313
314 * Miscellaneous upstream changes
315 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
316
317 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
318
319 linux (4.10.0-3.5) zesty; urgency=low
320
321 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
322 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
323
324 * ENA network driver moved to -extra (LP: #1657767)
325 - [Config] Move Amazon ENA network driver to the main kernel package
326
327 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
328 (LP: #1657539)
329 - block: relax check on sg gap
330
331 * i915 module requests unreleased GUC firmware files (LP: #1626740)
332 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
333 firmware
334
335 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
336 distribution (LP: #1628889)
337 - [Config] CONFIG_KMSG_IDS=y for s390
338 - SAUCE: s390 Kernel message catalog
339
340 * Miscellaneous Ubuntu changes
341 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
342 - SAUCE: vbox -- remove .readlink assignment
343 - Enable vbox build
344 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
345 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
346 - [Config] Fix up s390x config options changed during 4.10 rebase
347 - [Config] Update annotations for 4.10
348 - Disable all flavors for the powerpc architecture
349
350 [ Upstream Kernel Changes ]
351
352 * rebase to v4.10-rc5
353
354 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
355
356 linux (4.10.0-2.4) zesty; urgency=low
357
358 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
359 - [Config] Add IBM power drivers to the inclusion list
360
361 * Miscellaneous Ubuntu changes
362 - [Config] linux-source Provides should not be a macro
363 - [Config] Correct the note URL for LATENCYTOP
364 - rebase to v4.10-rc4
365
366 [ Upstream Kernel Changes ]
367
368 * rebase to v4.10-rc4
369
370 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
371
372 linux (4.10.0-1.3) zesty; urgency=low
373
374 [ Upstream Kernel Changes ]
375
376 * rebase to v4.10-rc3
377
378 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
379
380 linux (4.10.0-0.2) zesty; urgency=low
381
382 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
383 host/NV kernel (LP: #1643652)
384 - [Config] Update and enforce IMA options
385
386 * Miscellaneous Ubuntu changes
387 - [Config] Disble stack protector for powerpc-smp
388
389 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
390
391 linux (4.10.0-0.1) zesty; urgency=low
392
393 * IP-over-DDP packets dropped (LP: #1559772)
394 - [Config] CONFIG_IPDDP=n
395
396 * Miscellaneous Ubuntu changes
397 - [Config] Update annotations with recent config changes
398 - SAUCE: aufs -- remove .readlink assignment
399 - disable vbox build
400 - disable ZFS build
401
402 [ Upstream Kernel Changes ]
403
404 * rebase to v4.10-rc2
405
406 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
407
408 linux (4.9.0-11.12) zesty; urgency=low
409
410 * Miscellaneous Ubuntu changes
411 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
412 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
413
414 [ Upstream Kernel Changes ]
415
416 * rebase to v4.9
417
418 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
419
420 linux (4.9.0-10.11) zesty; urgency=low
421
422 * d-i is missing usb support for platforms that use the xhci-platform driver
423 (LP: #1625222)
424 - d-i initrd needs additional usb modules to support the merlin platform
425
426 * Miscellaneous Ubuntu changes
427 - SAUCE: Import aufs driver
428 - SAUCE: aufs -- Convert to use xattr handlers
429 - SAUCE: aufs -- Add flags argument to aufs_rename()
430 - [Config] Enable aufs
431 - [Config] CONFIG_FSL_FMAN=y for powerpc
432 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
433 - [Config] Restore powerpc64-emb
434
435 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
436
437 linux (4.9.0-9.10) zesty; urgency=low
438
439 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
440 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
441
442 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
443 - [Config] CONFIG_ARM64_ERRATUM_845719=y
444
445 * Update hio driver to 2.1.0.28 (LP: #1646643)
446 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
447
448 * Miscellaneous Ubuntu changes
449 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
450 - Build vbox for ARCH=x86
451 - SAUCE: Add aufs driver
452 - SAUCE: aufs -- Convert to use xattr handlers
453 - SAUCE: aufs -- Updates for rename2
454 - SAUCE: Export symbols used by aufs
455 - [Config] Enable aufs
456
457 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
458
459 linux (4.9.0-8.9) zesty; urgency=low
460
461 * Miscellaneous Ubuntu changes
462 - SAUCE: xr-usb-serial: only build for x86
463 Fixes s390x FTBS
464
465 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
466
467 linux (4.9.0-7.8) zesty; urgency=low
468
469 * Driver for Exar USB UART (LP: #1645591)
470 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
471 - SAUCE: xr-usb-serial: interface for switching modes
472 - SAUCE: cdc-acm: Exclude Exar USB serial ports
473
474 [ Upstream Kernel Changes ]
475
476 * rebase to v4.9-rc8
477
478 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
479
480 linux (4.9.0-6.7) zesty; urgency=low
481
482 * Miscellaneous Ubuntu changes
483 - Set build_arch=x86 for i386
484
485 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
486
487 linux (4.9.0-5.6) zesty; urgency=low
488
489 * Miscellaneous Ubuntu changes
490 - [Debian] restore tools build
491 - Set build_arch=x86 for amd64 and x32
492
493 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
494
495 linux (4.9.0-4.5) zesty; urgency=low
496
497 * linux: Staging modules should be unsigned (LP: #1642368)
498 - [Debian] Suppress module signing for staging drivers
499 - SAUCE: Add rtl drivers to signature inclusion list
500
501 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
502 host/NV kernel (LP: #1643652)
503 - [Config] CONFIG_IMA=y
504
505 * Miscellaneous Ubuntu changes
506 - [Debian] config-check -- Make it easier to find annotations syntax errors
507 - [Config] Enable various drivers for ARM platforms
508 - [Config] Fix s390x config carnage
509 - [Config] Set CONFIG_KEXEC=y for all architectures
510 - [Config] Fix up CONFIG_I2C_SLAVE values
511 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
512 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
513 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
514 - [Config] Update annotations
515 - [Config] CONFIG_NR_CPUS=8192 for amd64
516
517 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
518
519 linux (4.9.0-3.4) zesty; urgency=low
520
521 * Miscellaneous Ubuntu changes
522 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
523 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
524 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
525 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
526 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
527 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
528 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
529 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
530 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
531 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
532 - SAUCE: (namespace) fuse: Add support for pid namespaces
533 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
534 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
535 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
536 - SAUCE: (namespace) fuse: Allow user namespace mounts
537 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
538 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
539 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
540 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
541
542 * Miscellaneous upstream changes
543 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
544
545 [ Upstream Kernel Changes ]
546
547 * rebase to v4.9-rc7
548
549 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
550
551 linux (4.9.0-2.3) zesty; urgency=low
552
553 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
554 - SAUCE: ibmvscsis: Rearrange functions for future patches
555 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
556 - SAUCE: ibmvscsis: Synchronize cmds at remove time
557 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
558 - SAUCE: ibmvscsis: Return correct partition name/# to client
559 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
560
561 * Move some kernel modules to the main kernel package (LP: #1642228)
562 - [Config] Move some powerpc kernel modules to the main kernel package
563
564 * linux: Staging modules should be unsigned (LP: #1642368)
565 - [Debian] Suppress module signing for staging drivers
566
567 * Miscellaneous Ubuntu changes
568 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
569
570 [ Upstream Kernel Changes ]
571
572 * rebase to v4.9-rc6
573
574 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
575
576 linux (4.9.0-1.2) zesty; urgency=low
577
578 * hio: SSD data corruption under stress test (LP: #1638700)
579 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
580 - SAUCE: hio: splitting bio in the entry of .make_request_fn
581
582 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
583 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
584 - SAUCE: hio: bio_endio() no longer takes errors arg
585 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
586 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
587 - SAUCE: hio: fix mask maybe-uninitialized warning
588 - SAUCE: hio: port to v4.8 base
589 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
590 - SAUCE: hio: Makefile and Kconfig
591 - [Config] Enforce CONFIG_HIO
592
593 * Miscellaneous Ubuntu changes
594 - rebase to v4.9-rc5
595 - zfs: remove the never implemented aio_fsync file operation
596 - [Config] Disable powerpc64-emb for FTBS
597
598 [ Upstream Kernel Changes ]
599
600 * rebase to v4.9-rc5
601
602 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
603
604 linux (4.9.0-0.1) zesty; urgency=low
605
606 [ Upstream Kernel Changes ]
607
608 * rebase to v4.9-rc4
609 - LP: #1465724
610 - LP: #1535802
611
612 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
613
614 linux (4.9.0-0.0) yakkety; urgency=low
615
616 [ Seth Forshee ]
617
618 * Release Tracking Bug
619 - LP: #1632918
620
621 * Revert "If zone is so small that watermarks are the same, stop zone balance"
622 in yakkety (LP: #1632894)
623 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
624 same, stop zone balance."
625
626 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
627
628 linux (4.8.0-24.26) yakkety; urgency=low
629
630 [ Seth Forshee ]
631
632 * Release Tracking Bug
633 - LP: #1632749
634
635 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
636 - SAUCE: (no-up) dm raid: fix compat_features validation
637
638 * kswapd0 100% CPU usage (LP: #1518457)
639 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
640 balance.
641
642 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
643
644 linux (4.8.0-23.25) yakkety; urgency=low
645
646 [ Seth Forshee ]
647
648 * Release Tracking Bug
649 - LP: #1632484
650
651 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
652 __copy_tofrom_user (LP: #1632462)
653 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
654 __copy_tofrom_user
655
656 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
657 memory_stress_ng. (LP: #1628976)
658 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
659
660 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
661 ibmvfc) (LP: #1632116)
662 - scsi: ibmvfc: Fix I/O hang when port is not mapped
663
664 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
665 (LP: #1626983)
666 - [Config] Enable live patching on powerpc/ppc64el
667
668 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
669 - [Config] CONFIG_AUFS_XATTR=y
670
671 * Yakkety update to 4.8.1 stable release (LP: #1632445)
672 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
673 - Using BUG_ON() as an assert() is _never_ acceptable
674 - usb: misc: legousbtower: Fix NULL pointer deference
675 - Staging: fbtft: Fix bug in fbtft-core
676 - usb: usbip: vudc: fix left shift overflow
677 - USB: serial: cp210x: Add ID for a Juniper console
678 - Revert "usbtmc: convert to devm_kzalloc"
679 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
680 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
681 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
682 - Linux 4.8.1
683
684 * PSL data cache should be flushed before resetting CAPI adapter
685 (LP: #1632049)
686 - cxl: Flush PSL cache before resetting the adapter
687
688 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
689 - net: thunderx: Don't set RX_PACKET_DIS while initializing
690
691 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
692 - crypto: ghash-generic - move common definitions to a new header file
693 - crypto: vmx - Fix memory corruption caused by p8_ghash
694 - crypto: vmx - Ensure ghash-generic is enabled
695
696 * arm64: SPCR console not autodetected (LP: #1630311)
697 - of/serial: move earlycon early_param handling to serial
698 - [Config] CONFIG_ACPI_SPCR_TABLE=y
699 - ACPI: parse SPCR and enable matching console
700 - ARM64: ACPI: enable ACPI_SPCR_TABLE
701 - serial: pl011: add console matching function
702
703 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
704 (LP: #1630990)
705 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
706 CONFIG_SECURITYFS=n
707
708 * sha1-powerpc returning wrong results (LP: #1629977)
709 - crypto: sha1-powerpc - little-endian support
710
711 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
712
713 linux (4.8.0-22.24) yakkety; urgency=low
714
715 * CVE-2016-7039 (LP: #1631287)
716 - SAUCE: net: add recursion limit to GRO
717
718 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
719
720 linux (4.8.0-21.23) yakkety; urgency=low
721
722 [ Tim Gardner ]
723
724 * Release Tracking Bug
725 - LP: #1630279
726
727 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
728 - Revert "Revert "powerpc: Simplify module TOC handling""
729
730 * Regression tests can not detect binfmt_elf mmpa semantic change
731 (LP: #1630069)
732 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
733
734 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
735 (LP: #1629204)
736 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
737
738 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
739
740 linux (4.8.0-20.22) yakkety; urgency=low
741
742 [ Tim Gardner ]
743
744 * Release Tracking Bug
745 - LP: #1629730
746
747 [ Upstream Kernel Changes ]
748
749 * rebase to v4.8
750
751 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
752
753 linux (4.8.0-19.21) yakkety; urgency=low
754
755 [ Tim Gardner ]
756
757 * Release Tracking Bug
758 - LP: #1629057
759
760 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
761 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
762
763 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
764 - SAUCE: nbd: Only delay uevent until connected
765
766 * Support snaps inside of lxd containers (LP: #1611078)
767 - apparmor: add interface to be able to grab loaded policy
768 - securityfs: update interface to allow inode_ops, and setup from vfs fns
769 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
770 - apparmor: add __aa_find_ns fn
771 - apparmor: add mkdir/rmdir interface to manage policy namespaces
772 - apparmor: fix oops in pivot_root mediation
773 - apparmor: fix warning that fn build_pivotroot discards const
774 - apparmor: add interface to advertise status of current task stacking
775 - apparmor: update policy permissions to consider ns being viewed/managed
776 - apparmor: add per ns policy management interface
777 - apparmor: bump domain stacking version to 1.2
778
779 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
780 (LP: #1628523)
781 - [Config] CONFIG_ZONE_DMA=y for generic
782
783 * Yakkety - disable ARCH_ZX (LP: #1628503)
784 - [Config] armhf: disable ARCH_ZX
785
786 * Enable switchdev config parameter for Yakkety (LP: #1628241)
787 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
788
789 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
790 (LP: #1628009)
791 - firmware: Update bnx2x to 7.13.1.0
792
793 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
794 - [Config] Enable CONFIG_IBMVNIC=m
795
796 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
797 (LP: #1628112)
798 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
799
800 * Miscellaneous Ubuntu changes
801 - Rebase to v4.8-rc8
802 - [Config] skip Ubuntu-4.8.0-18.20
803 - [Config] missing modules in armhf/s390x
804
805 * Miscellaneous Ubuntu changes
806 - rebase to v4.8-rc8
807
808 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
809
810 linux (4.8.0-17.19) yakkety; urgency=low
811
812 * Release Tracking Bug
813 - LP: #1627387
814
815 * build squashfs into xenial kernels by default (LP: #1593134)
816 - Remove squashfs udeb
817
818 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
819 - Add d-i support for ata_generic
820
821 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
822 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
823
824 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
825 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
826
827 * Yakkety - USB drivers must be built in (LP: #1627323)
828 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
829
830 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
831 (LP: #1627052)
832 - [Config] CONFIG_GOLDFISH=n
833
834 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
835 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
836 time in more detail"
837
838 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
839 - SAUCE: Fix regression which breaks DFS mounting
840
841 * Miscellaneous Ubuntu changes
842 - [Config] apply xenial configuration annotations
843 - s390x -- DEBUG_RODATA is now valid
844 - [Config] s390x -- CONFIG_SQUASHFS=y
845 - [Config] s390x -- CONFIG_ECRYPT_FS=y
846 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
847 - [Config] Enable CONFIG_ACPI_HED=y for arm64
848 - [Config] Enable CONFIG_QUICC_ENGINE=y
849
850 * Miscellaneous upstream changes
851 - annotations: pull back to xenial
852
853 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
854
855 linux (4.8.0-16.17) yakkety; urgency=low
856
857 [ Tim Gardner ]
858
859 * Release Tracking Bug
860 - LP: #1626768
861
862 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
863 - [Config] CONFIG_ACPI_IORT=y
864 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
865 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
866 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
867 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
868 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
869 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
870 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
871 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
872
873 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
874 (LP: #1626394)
875 - [Config] CONFIG_ATA=y
876
877 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
878 - [Config] CONFIG_VMD=m
879 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
880 - [Config] CONFIG_OF=y for all arches
881 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
882 - [Config] Xenial device settings sync with amd64
883 - [Config] Xenial device settings sync with i386
884 - [Config] CONFIG_MTD_UBI_GLUEBI=m
885 - [Config] Xenial device settings sync with armhf
886 - [Config] Xenial device settings sync with arm64
887
888 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
889 - [Config] CONFIG_USERFAULTFD=y
890
891 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
892 - [Config] CONFIG_SLUB=y
893
894 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
895 (LP: #1626158)
896 - add nls_cp437 to the generic.inclusion-list
897
898 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
899
900 linux (4.8.0-15.16) yakkety; urgency=low
901
902 [ Tim Gardner ]
903
904 * Release Tracking Bug
905 - LP: #1626239
906
907 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
908 (LP: #1626158)
909 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
910 - [Config] CONFIG_NLS_CODEPAGE_437=y
911 - [Config] CONFIG_VFAT_FS=y
912
913 * Miscellaneous Ubuntu changes
914 - SAUCE: seccomp: log actions even when audit is disabled
915
916 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
917
918 linux (4.8.0-14.15) yakkety; urgency=low
919
920 * CVE-2016-1575 (LP: #1534961)
921 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
922 - SAUCE: overlayfs: Be more careful about copying up sxid files
923 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
924
925 * CVE-2016-1576 (LP: #1535150)
926 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
927 - SAUCE: overlayfs: Be more careful about copying up sxid files
928 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
929
930 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
931 (LP: #1531747)
932 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
933
934 * Miscellaneous Ubuntu changes
935 - [Config] CONFIG_PM_WAKELOCKS=y
936 - [Config] CONFIG_CLEANCACHE=y
937 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
938 - [Config] CONFIG_PROCESSOR_SELECT=y
939 - [Config] Enabled some networking options
940 - SAUCE: overlayfs: Enable user namespace mounts
941
942 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
943
944 linux (4.8.0-13.14) yakkety; urgency=low
945
946 [ Tim Gardner ]
947
948 * Release Tracking Bug
949 - LP: #1625733
950
951 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
952 - [Config] Add some CRC crypto modules to d-i
953
954 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
955 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
956
957 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
958 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
959 ThinkPads
960
961 * Option GE0301 3G modem doesn't work (LP: #348861)
962 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
963
964 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
965 (LP: #1625259)
966 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
967
968 * Miscellaneous Ubuntu changes
969 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
970 opened for writing
971 - SAUCE: fan: add VXLAN implementation
972 - [Config] CONFIG_VFIO=m for ppc64el
973
974 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
975
976 linux (4.8.0-12.13) yakkety; urgency=low
977
978 [ Tim Gardner ]
979
980 * Release Tracking Bug
981 - LP: #1625233
982
983 * Miscellaneous Ubuntu changes
984 - rebase to v4.8-rc7
985 - [Config] CONFIG_SCSI_DEBUG=m for all arches
986
987 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
988
989 linux (4.8.0-11.12) yakkety; urgency=low
990
991 * change_hat is logging failures during expected hat probing (LP: #1615893)
992 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
993
994 * deleted files outside of the namespace are not being treated as
995 disconnected
996 (LP: #1615892)
997 - SAUCE: apparmor: deleted dentries can be disconnected
998
999 * stacking to unconfined in a child namespace confuses mediation
1000 (LP: #1615890)
1001 - SAUCE: apparmor: special case unconfined when determining the mode
1002
1003 * apparmor module parameters can be changed after the policy is locked
1004 (LP: #1615895)
1005 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1006
1007 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
1008 #1579135)
1009 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1010
1011 * label vec reductions can result in reference labels instead of direct
1012 access
1013 to labels (LP: #1615889)
1014 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1015
1016 * profiles from different namespaces can block other namespaces from being
1017 able to load a profile (LP: #1615887)
1018 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1019
1020 * The label build for onexec when stacking is wrong (LP: #1615881)
1021 - SAUCE: apparmor: Fix label build for onexec stacking.
1022
1023 * The inherit check for new to old label comparison for domain transitions
1024 is
1025 wrong (LP: #1615880)
1026 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1027
1028 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1029 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1030
1031 * __label_update proxy comparison test is wrong (LP: #1615878)
1032 - SAUCE: apparmor: Fix __label_update proxy comparison test
1033
1034 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1035 (LP: #1560583)
1036 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1037 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1038
1039 * policy namespace stacking (LP: #1379535)
1040 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
1041 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1042
1043 * Miscellaneous Ubuntu changes
1044 - [Debian] Dynamically determine linux udebs package name
1045 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
1046 - SAUCE: apparmor: Fix FTBFS due to bad include path
1047 - SAUCE: apparmor: add data query support
1048 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
1049
1050 * Miscellaneous upstream changes
1051 - fixup backout policy view capable for forward port
1052 - apparmor: fix: Rework the iter loop for label_update
1053 - apparmor: add more assertions for updates/merges to help catch errors
1054 - apparmor: Make pivot root transitions work with stacking
1055 - apparmor: convert delegating deleted files to mediate deleted files
1056 - apparmor: add missing parens. not a bug fix but highly recommended
1057 - apparmor: add a stack_version file to allow detection of bug fixes
1058 - apparmor: push path lookup into mediation loop
1059 - apparmor: default to allowing unprivileged userns policy
1060 - apparmor: fix: permissions test to view and manage policy
1061 - apparmor: Add Basic ns cross check condition for ipc
1062
1063 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
1064
1065 linux (4.8.0-10.11) yakkety; urgency=low
1066
1067 * Miscellaneous Ubuntu changes
1068 - ubuntu: vbox -- update to 5.1.6-dfsg-1
1069 - SAUCE: Enable vbox build
1070
1071 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
1072
1073 linux (4.8.0-9.10) yakkety; urgency=low
1074
1075 * Miscellaneous Ubuntu changes
1076 - [Config] arm64: CONFIG_ARCH_THUNDER=y
1077 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
1078 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
1079 - [Config] arm64: CONFIG_DRM_AST=m
1080 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
1081 - d-i: initrd needs ext4 and scsi modules
1082 - SAUCE: AUFS aufs4.x-rcN 20160912
1083 - [Config] Enable CONFIG_GPIO_XGENE*
1084 - [Config] Disable CONFIG_POWER_RESET_XGENE
1085 - [Config] CONFIG_EDAC_XGENE=m
1086 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
1087 - [Config] CONFIG_XGENE_DMA=m
1088
1089 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
1090
1091 linux (4.8.0-8.9) yakkety; urgency=low
1092
1093 * New device ID for Kabypoint (LP: #1622469)
1094 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
1095 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
1096
1097 * Miscellaneous Ubuntu changes
1098 - rebase to v4.8-rc6
1099 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
1100
1101 [ Upstream Kernel Changes ]
1102
1103 * rebase to v4.8-rc6
1104 - LP: #1617900
1105
1106 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
1107
1108 linux (4.8.0-7.8) yakkety; urgency=low
1109
1110 * Miscellaneous Ubuntu changes
1111 - [Debian] Use src_pkg_name when constructing udeb control files
1112
1113 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
1114
1115 linux (4.8.0-6.7) yakkety; urgency=low
1116
1117 * Enable virtual scsi server driver for Power (LP: #1615665)
1118 - SAUCE: Ibmvscsis: Properly deregister target sessions
1119 - SAUCE: Return TCMU-generated sense data to fabric module
1120 - SAUCE: Ibmvscsis: Code cleanup of print statements
1121 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
1122
1123 * Miscellaneous Ubuntu changes
1124 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
1125 - rebase to v4.8-rc5
1126
1127 [ Upstream Kernel Changes ]
1128
1129 * rebase to v4.8-rc5
1130
1131 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
1132
1133 linux (4.8.0-5.6) yakkety; urgency=low
1134
1135 * support compressed kernels on arm64 (LP: #1384955)
1136 - [Config] Switch to compressed Image on arm64
1137
1138 * Miscellaneous Ubuntu changes
1139 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
1140 - SAUCE: (namespace) block_dev: Support checking inode permissions in
1141 lookup_bdev()
1142 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
1143 when mounting
1144 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
1145 when mounting
1146 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
1147 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
1148 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1149 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
1150 security.* xattrs
1151 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
1152 filesystems
1153 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
1154 - SAUCE: (namespace) fuse: Add support for pid namespaces
1155 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1156 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
1157 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
1158 or a descendant
1159 - SAUCE: (namespace) fuse: Allow user namespace mounts
1160 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
1161 namespaces
1162 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
1163 mounts
1164 - rebase to v4.8-rc4
1165
1166 [ Upstream Kernel Changes ]
1167
1168 * rebase to v4.8-rc4
1169
1170 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
1171
1172 linux (4.8.0-4.5) yakkety; urgency=low
1173
1174 * Miscellaneous Ubuntu changes
1175 - [Config] CONFIG_AUFS_FS=m
1176 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
1177
1178 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
1179
1180 linux (4.8.0-3.4) yakkety; urgency=low
1181
1182 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
1183 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
1184
1185 * Miscellaneous Ubuntu changes
1186 - rebase to v4.8-rc3
1187
1188 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
1189
1190 linux (4.8.0-2.3) yakkety; urgency=low
1191
1192 * Miscellaneous Ubuntu changes
1193 - [Config] Add fuse to inclusion list
1194 - SAUCE: update spl/zfs to support v4.8
1195
1196 * Miscellaneous upstream changes
1197 - Revert "UBUNTU: [Debian] do_zfs=false"
1198
1199 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
1200
1201 linux (4.8.0-1.2) yakkety; urgency=low
1202
1203 * Miscellaneous Ubuntu changes
1204 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
1205 - [Config] Enabled enforcement for CONFIG_NVRAM
1206 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
1207 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
1208 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
1209 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
1210 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
1211 - [Config] Enabled enforcement for CONFIG_SECCOMP
1212 - [Config] Enabled enforcement for
1213 - rebase to v4.8-rc2
1214 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
1215 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
1216 - SAUCE: security,perf: Allow further restriction of perf_event_open
1217
1218 [ Upstream Kernel Changes ]
1219
1220 * rebase to v4.8-rc2
1221
1222 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
1223
1224 linux (4.8.0-0.1) yakkety; urgency=low
1225
1226 [ Upstream Kernel Changes ]
1227
1228 * rebase to v4.8-rc1
1229 - LP: #1607647
1230 - LP: #1498667
1231 - LP: #1592547
1232 - LP: #1319984
1233 - LP: #1268727
1234 - LP: #1600623
1235 - LP: #1465724
1236 - LP: #1333569
1237
1238 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
1239
1240 linux (4.8.0-0.0) yakkety; urgency=low
1241
1242 * empty stanza
1243
1244 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
1245
1246 linux (4.7.0-0.2) yakkety; urgency=low
1247
1248 * Miscellaneous Ubuntu changes fixing various FTBS issues
1249 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
1250 - [Config] make powerpc udeb block modules optional
1251 - [Config] CONFIG_PLIP=m
1252 - [Config] CONFIG_IRDA=m armhf/arm64
1253 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
1254 - [Config] CONFIG_MOUSE_PS2=m
1255 - [Config] remove ppc64el fb-modules
1256
1257 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
1258
1259 linux (4.7.0-0.1) yakkety; urgency=low
1260
1261 [ Upstream Kernel Changes ]
1262
1263 * rebase to v4.7
1264 - LP: #972604
1265
1266 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
1267
1268 linux (4.7.0-0.0) yakkety; urgency=low
1269
1270 [ Tim Gardner ]
1271
1272 * Release Tracking Bug
1273 - LP: #1588856
1274
1275 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
1276 - scsi_dh_alua: do not fail for unknown VPD identification
1277
1278 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
1279 - [Config] Install lsvmbus in cloud tools
1280 - SAUCE: tools/hv/lsvmbus -- convert to python3
1281 - SAUCE: tools/hv/lsvmbus -- add manual page
1282
1283 * boot stalls on USB detection errors (LP: #1437492)
1284 - usb: core: hub: hub_port_init lock controller instead of bus
1285
1286 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
1287 - kernek/fork.c: allocate idle task for a CPU always on its local node
1288
1289 * VirtIO (and probably other modules as well) is built-in, make it modular...
1290 (LP: #1475078)
1291 - [Config] CONFIG_VIRTIO_*=m for all but s390x
1292 - [Config] CONFIG_USB=m
1293 - [Config] CONFIG_BLK_DEV_*=m
1294 - [Config] CONFIG_ATA=m
1295 - [Config] CONFIG_SCSI=m
1296 - [Config] CONFIG_DEVFREQ_GOV_*=m
1297 - [Config] CONFIG_XEN_NETDEV_*=m
1298 - [Config] CONFIG_AGP=m
1299 - [Config] CONFIG_ECRYPT_FS=m
1300 - [Config] CONFIG_ACPI_*=m
1301 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
1302 - [Config] Modularize some CRYPTO
1303 - [Config] CONFIG_FDDI=m
1304 - [Config] CONFIG_FIXED_PHY=m
1305 - [Config] CONFIG_VFAT_FS=m for all but armhf
1306 - [Config] CONFIG_TUN=m
1307 - [Config] CONFIG_UNIX=m
1308 - [Config] CONFIG_TRUSTED_KEYS=m
1309 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
1310
1311 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
1312 and "not a git repository" (LP: #1584890)
1313 - [debian] getabis: Only git add $abidir if running in local repo
1314 - [debian] getabis: Fix inconsistent compiler versions check
1315
1316 * conflicting modules in udebs - arc4.ko (LP: #1582991)
1317 - [Config] Remove arc4 from nic-modules
1318
1319 * arm64: statically link rtc-efi (LP: #1583738)
1320 - [Config] Link rtc-efi statically on arm64
1321
1322 * Miscellaneous Ubuntu changes
1323 - [Debian] zfs: transform symlink into referent file/dir
1324 - [Debian] Added tristate.sh
1325 - [Config] CONFIG_FUSE_FS=m
1326 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
1327 - [Config] CONFIG_PSTORE_CONSOLE=y
1328 - Added Snapcraft files
1329 - [Config] Mark CONFIG_UNIX enforced
1330
1331 * Miscellaneous upstream changes
1332 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
1333
1334 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
1335
1336 linux (4.6.0-6.7) yakkety; urgency=low
1337
1338 [ Tim Gardner ]
1339
1340 * Release Tracking Bug
1341 - LP: #1582753
1342
1343 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
1344 (LP: #1582378)
1345 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
1346 owns the ipc ns
1347
1348 * Miscellaneous Ubuntu changes
1349 - [Config] Add Description to kernel-image udeb
1350 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
1351 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
1352
1353 * Miscellaneous upstream changes
1354 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
1355 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
1356 - Drivers: hv: vmbus: Use the new virt_xx barrier code
1357 - Drivers: hv: vmbus: Export the vmbus_set_event() API
1358 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
1359 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
1360 - drivers:hv: Lock access to hyperv_mmio resource tree
1361 - drivers:hv: Make a function to free mmio regions through vmbus
1362 - drivers:hv: Reverse order of resources in hyperv_mmio
1363 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
1364 - drivers:hv: Record MMIO range in use by frame buffer
1365 - drivers:hv: Separate out frame buffer logic when picking MMIO range
1366 - Drivers: hv: kvp: fix IP Failover
1367 - Drivers: hv: vmbus: handle various crash scenarios
1368 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
1369 - Drivers: hv: balloon: reset host_specified_ha_region
1370
1371 [ Tim Gardner ]
1372
1373 * Dropped hv SAUCE patches in favor of linux-next.
1374
1375 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
1376
1377 linux (4.6.0-5.6) yakkety; urgency=low
1378
1379 [ Tim Gardner ]
1380
1381 * Release Tracking Bug
1382 - LP: #1582351
1383
1384 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
1385 - [Config] enable CONFIG_AUFS_EXPORT
1386
1387 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
1388 - [Config] Update inclusion list for CRIU
1389
1390 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
1391 - [Debian] disable zfs module checks when cross-compiling
1392
1393 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
1394 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1395
1396 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
1397 (LP: #1535150)
1398 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1399
1400 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
1401 enabled, breaking serial support on normal systems (LP: #1580960)
1402 - [Config] disable CONFIG_GOLDFISH
1403
1404 * Miscellaneous Ubuntu changes
1405 - [Config] d-i -- update local configuration to new form
1406 - [Config] kernel-wedge -- switch to explicit versions
1407 - [Config] powerpc64-smp --> generic
1408 - [Config] CONFIG_AUFS_FS=m
1409 - SAUCE: AUFS
1410 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
1411 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
1412 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
1413 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
1414 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
1415 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
1416 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
1417 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
1418 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
1419 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
1420 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
1421 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
1422 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
1423 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
1424 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
1425 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
1426 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
1427 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1428 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
1429 - SAUCE: (namespace) fuse: Add support for pid namespaces
1430 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1431 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
1432 - SAUCE: (namespace) fuse: Allow user namespace mounts
1433 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
1434 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
1435 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
1436 - SAUCE: (namespace) quota: Add support for user namespace mounts
1437 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
1438 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
1439 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
1440 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
1441 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
1442 - rebase to v4.6
1443 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
1444 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
1445
1446 * Miscellaneous upstream changes
1447 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
1448 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
1449
1450 [ Upstream Kernel Changes ]
1451
1452 * rebase to v4.6
1453
1454 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
1455
1456 linux (4.6.0-4.5) yakkety; urgency=low
1457
1458 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
1459 upgrade -d (LP: #1573231)
1460 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
1461
1462 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
1463 IRC pointed out some leftover SAUCE patches that were causing issues.
1464
1465 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
1466 has some issues.
1467
1468 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
1469
1470 linux (4.6.0-3.4) xenial; urgency=low
1471
1472 * Release Tracking Bug
1473 - LP: #1579594
1474
1475 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
1476 - [Config] Generate an -extras package for arm64 and powerpc
1477
1478 * Missing libunwind support in perf (LP: #1248289)
1479 - [Config] Add liblzma-dev to enable libunwind support in perf
1480
1481 * ZFS is confused by user namespaces (uid/gid mapping) when used with
1482 acltype=posixac (LP: #1567558)
1483 - zfs: Fix user namespaces uid/gid mapping
1484
1485 * Miscellaneous Ubuntu changes
1486 - rebase to v4.6-rc7
1487
1488 [ Upstream Kernel Changes ]
1489
1490 * rebase to v4.6-rc7
1491
1492 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
1493
1494 linux (4.6.0-2.3) yakkety; urgency=low
1495
1496 * Miscellaneous Ubuntu changes
1497 - [Config] CONFIG_AUFS_FS=m
1498 - SAUCE: AUFS
1499 - zfs: gcc build error: -Wbool-compare in metaslab.c
1500 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
1501 - zfs: Fix ZPL miswrite of default POSIX ACL
1502 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
1503 - SAUCE: Dropped ubuntu/i915
1504 - SAUCE: Dropped ubuntu/dm-raid4-5
1505
1506 * Miscellaneous upstream changes
1507 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
1508 kernel"
1509
1510 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
1511
1512 linux (4.6.0-1.2) yakkety; urgency=low
1513
1514 * Miscellaneous Ubuntu changes
1515 - [Config] CONFIG_NR_CPUS=8192 for amd64
1516
1517 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
1518
1519 linux (4.6.0-0.1) yakkety; urgency=low
1520
1521
1522 [ Upstream Kernel Changes ]
1523
1524 * rebase to v4.6-rc6
1525 - LP: #1564712
1526 - LP: #1555912
1527 - LP: #1552925
1528 - LP: #1546694
1529 - LP: #1549660
1530 - LP: #1549620
1531 - LP: #1542944
1532 - LP: #1542564
1533 - LP: #1533009
1534 - LP: #1533461
1535 - LP: #1529624
1536 - LP: #1522949
1537
1538 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
1539
1540 linux (4.6.0-0.0) yakkety; urgency=low
1541
1542 [ Kamal Mostafa ]
1543
1544 * Release Tracking Bug
1545 - LP: #1573817
1546
1547 * autoreconstruct: need to also generate extend-diff-ignore options for links
1548 (LP: #1574362)
1549 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
1550
1551 * tipc: missing linearization of sk_buff (LP: #1567064)
1552 - tipc: move linearization of buffers to generic code
1553
1554 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
1555 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
1556 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
1557 vmbus_mmio_allocate()
1558 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
1559 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
1560 private resource tree
1561 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
1562 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
1563 range
1564
1565 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
1566 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
1567
1568 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1569 - [Config] CONFIG_AUFS_XATTR=y
1570
1571 * CVE-2016-3672 (LP: #1568523)
1572 - x86/mm/32: Enable full randomization on i386 and X86_32
1573
1574 * CVE-2016-3955 (LP: #1572666)
1575 - USB: usbip: fix potential out-of-bounds write
1576
1577 * Xenial update to v4.4.8 stable release (LP: #1573034)
1578 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
1579 instantiated
1580 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
1581 - parisc: Avoid function pointers for kernel exception routines
1582 - parisc: Fix kernel crash with reversed copy_from_user()
1583 - parisc: Unbreak handling exceptions from kernel modules
1584 - ALSA: timer: Use mod_timer() for rearming the system timer
1585 - ALSA: hda - Asus N750JV external subwoofer fixup
1586 - ALSA: hda - Fix white noise on Asus N750JV headphone
1587 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
1588 - mm: fix invalid node in alloc_migrate_target()
1589 - powerpc/mm: Fixup preempt underflow with huge pages
1590 - libnvdimm: fix smart data retrieval
1591 - libnvdimm, pfn: fix uuid validation
1592 - compiler-gcc: disable -ftracer for __noclone functions
1593 - arm64: opcodes.h: Add arm big-endian config options before including arm
1594 header
1595 - drm/dp: move hw_mutex up the call stack
1596 - drm/udl: Use unlocked gem unreferencing
1597 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
1598 - drm/radeon: add another R7 370 quirk
1599 - drm/radeon: add a dpm quirk for all R7 370 parts
1600 - drm/amdgpu/gmc: move vram type fetching into sw_init
1601 - drm/amdgpu/gmc: use proper register for vram type on Fiji
1602 - xen/events: Mask a moving irq
1603 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
1604 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
1605 - net: jme: fix suspend/resume on JMC260
1606 - net: vrf: Remove direct access to skb->data
1607 - net: qca_spi: Don't clear IFF_BROADCAST
1608 - net: qca_spi: clear IFF_TX_SKB_SHARING
1609 - net: fix bridge multicast packet checksum validation
1610 - sctp: lack the check for ports in sctp_v6_cmp_addr
1611 - mld, igmp: Fix reserved tailroom calculation
1612 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
1613 - qmi_wwan: add Sierra Wireless EM74xx device ID
1614 - ipv6: re-enable fragment header matching in ipv6_find_hdr
1615 - vxlan: fix missing options_len update on RX with collect metadata
1616 - cdc_ncm: toggle altsetting to force reset before setup
1617 - udp6: fix UDP/IPv6 encap resubmit path
1618 - tcp: fix tcpi_segs_in after connection establishment
1619 - ppp: release rtnl mutex when interface creation fails
1620 - net: validate variable length ll headers
1621 - ax25: add link layer header validation function
1622 - packet: validate variable length ll headers
1623 - bpf: avoid copying junk bytes in bpf_get_current_comm()
1624 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
1625 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
1626 - qlcnic: Remove unnecessary usage of atomic_t
1627 - qlcnic: Fix mailbox completion handling during spurious interrupt
1628 - macvtap: always pass ethernet header in linear
1629 - mlxsw: spectrum: Check requested ageing time is valid
1630 - rocker: set FDB cleanup timer according to lowest ageing time
1631 - bridge: allow zero ageing time
1632 - ipv4: Don't do expensive useless work during inetdev destroy.
1633 - net: Fix use after free in the recvmmsg exit path
1634 - mlx4: add missing braces in verify_qp_parameters
1635 - farsync: fix off-by-one bug in fst_add_one
1636 - ath9k: fix buffer overrun for ar9287
1637 - ppp: ensure file->private_data can't be overridden
1638 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
1639 - qlge: Fix receive packets drop.
1640 - net: bcmgenet: fix dma api length mismatch
1641 - bonding: fix bond_get_stats()
1642 - ipv4: fix broadcast packets reception
1643 - ipv4: initialize flowi4_flags before calling fib_lookup()
1644 - ppp: take reference on channels netns
1645 - xfrm: Fix crash observed during device unregistration and decryption
1646 - qmi_wwan: add "D-Link DWM-221 B1" device id
1647 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
1648 - bridge: Allow set bridge ageing time when switchdev disabled
1649 - rtnl: fix msg size calculation in if_nlmsg_size()
1650 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
1651 - tuntap: restore default qdisc
1652 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
1653 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
1654 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
1655 - ipv6: Count in extension headers in skb->network_header
1656 - mpls: find_outdev: check for err ptr in addition to NULL check
1657 - USB: uas: Limit qdepth at the scsi-host level
1658 - USB: uas: Add a new NO_REPORT_LUNS quirk
1659 - cdc-acm: fix NULL pointer reference
1660 - KVM: x86: Inject pending interrupt even if pending nmi exist
1661 - KVM: x86: reduce default value of halt_poll_ns parameter
1662 - MIPS: Fix MSA ld unaligned failure cases
1663 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
1664 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
1665 - pinctrl: sunxi: Fix A33 external interrupts not working
1666 - pinctrl: nomadik: fix pull debug print inversion
1667 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
1668 - au0828: fix au0828_v4l2_close() dev_state race condition
1669 - au0828: Fix dev_state handling
1670 - coda: fix error path in case of missing pdata on non-DT platform
1671 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
1672 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
1673 - rbd: use GFP_NOIO consistently for request allocations
1674 - virtio: virtio 1.0 cs04 spec compliance for reset
1675 - mac80211: properly deal with station hashtable insert errors
1676 - mac80211: avoid excessive stack usage in sta_info
1677 - mac80211: fix ibss scan parameters
1678 - mac80211: fix unnecessary frame drops in mesh fwding
1679 - mac80211: fix txq queue related crashes
1680 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
1681 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
1682 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
1683 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
1684 - iio: accel: bmc150: fix endianness when reading axes
1685 - iio: gyro: bmg160: fix buffer read values
1686 - iio: gyro: bmg160: fix endianness when reading axes
1687 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
1688 bytes
1689 - fs: add file_dentry()
1690 - nfs: use file_dentry()
1691 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
1692 - ext4: add lockdep annotations for i_data_sem
1693 - ext4: ignore quota mount options if the quota feature is enabled
1694 - iommu: Don't overwrite domain pointer when there is no default_domain
1695 - Btrfs: fix file/data loss caused by fsync after rename and new inode
1696 - arm64: replace read_lock to rcu lock in call_step_hook
1697 - perf: Do not double free
1698 - perf: Cure event->pending_disable race
1699 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
1700 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1701 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
1702 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
1703 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
1704 - ALSA: usb-audio: Add a quirk for Plantronics BT300
1705 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
1706 - HID: wacom: fix Bamboo ONE oops
1707 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
1708 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
1709 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
1710 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
1711 - staging: android: ion: Set the length of the DMA sg entries in buffer
1712 - usbvision: fix crash on detecting device with invalid configuration
1713 - Revert "usb: hub: do not clear BOS field during reset device"
1714 - Linux 4.4.8
1715
1716 * Fix speaker volume on a Dell machine (LP: #1549660)
1717 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1718
1719 * Xenial update to v4.4.7 stable release (LP: #1572722)
1720 - regulator: core: avoid unused variable warning
1721 - regulator: core: Fix nested locking of supplies
1722 - ASoC: samsung: pass DMA channels as pointers
1723 - mmc: sh_mmcif: rework dma channel handling
1724 - mmc: sh_mmcif: Correct TX DMA channel allocation
1725 - x86/microcode/intel: Make early loader look for builtin microcode too
1726 - x86/microcode: Untangle from BLK_DEV_INITRD
1727 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
1728 - perf/x86/intel: Add definition for PT PMI bit
1729 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
1730 - KVM: i8254: change PIT discard tick policy
1731 - KVM: fix spin_lock_init order on x86
1732 - KVM: VMX: avoid guest hang on invalid invept instruction
1733 - KVM: VMX: avoid guest hang on invalid invvpid instruction
1734 - KVM: VMX: fix nested vpid for old KVM guests
1735 - perf/core: Fix perf_sched_count derailment
1736 - perf tools: Dont stop PMU parsing on alias parse error
1737 - perf tools: Fix checking asprintf return value
1738 - perf tools: Fix python extension build
1739 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
1740 - sched/preempt, sh: kmap_coherent relies on disabled preemption
1741 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
1742 - s390: fix floating pointer register corruption (again)
1743 - s390/cpumf: add missing lpp magic initialization
1744 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
1745 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
1746 - PCI: ACPI: IA64: fix IO port generic range check
1747 - x86/irq: Cure live lock in fixup_irqs()
1748 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
1749 - x86/iopl/64: Properly context-switch IOPL on Xen PV
1750 - x86/iopl: Fix iopl capability check on Xen PV
1751 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1752 - sg: fix dxferp in from_to case
1753 - aacraid: Fix RRQ overload
1754 - aacraid: Fix memory leak in aac_fib_map_free
1755 - aacraid: Set correct msix count for EEH recovery
1756 - sd: Fix discard granularity when LBPRZ=1
1757 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1758 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1759 - aic7xxx: Fix queue depth handling
1760 - libnvdimm: Fix security issue with DSM IOCTL.
1761 - dm snapshot: disallow the COW and origin devices from being identical
1762 - dm: fix excessive dm-mq context switching
1763 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1764 - dm cache: make sure every metadata function checks fail_io
1765 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1766 - usb: retry reset if a device times out
1767 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1768 - USB: uas: Reduce can_queue to MAX_CMNDS
1769 - USB: cdc-acm: more sanity checking
1770 - USB: iowarrior: fix oops with malicious USB descriptors
1771 - USB: usb_driver_claim_interface: add sanity checking
1772 - USB: mct_u232: add sanity checking in probe
1773 - USB: digi_acceleport: do sanity checking for the number of ports
1774 - USB: cypress_m8: add endpoint sanity check
1775 - USB: serial: cp210x: Adding GE Healthcare Device ID
1776 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1777 - USB: option: add "D-Link DWM-221 B1" device id
1778 - pwc: Add USB id for Philips Spc880nc webcam
1779 - Input: powermate - fix oops with malicious USB descriptors
1780 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1781 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1782 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1783 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1784 - ALSA: usb-audio: Fix double-free in error paths after
1785 snd_usb_add_audio_stream() call
1786 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1787 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1788 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1789 - crypto: ccp - Add hash state import and export support
1790 - crypto: ccp - Limit the amount of information exported
1791 - crypto: ccp - Don't assume export/import areas are aligned
1792 - crypto: ccp - memset request context to zero during import
1793 - crypto: keywrap - memzero the correct memory
1794 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1795 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1796 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1797 - X.509: Fix leap year handling again
1798 - mei: bus: check if the device is enabled before data transfer
1799 - HID: logitech: fix Dual Action gamepad support
1800 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1801 - HID: multitouch: force retrieving of Win8 signature blob
1802 - HID: fix hid_ignore_special_drivers module parameter
1803 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1804 - staging: android: ion_test: fix check of platform_device_register_simple()
1805 error code
1806 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1807 - tty: Fix GPF in flush_to_ldisc(), part 2
1808 - net: irda: Fix use-after-free in irtty_open()
1809 - 8250: use callbacks to access UART_DLL/UART_DLM
1810 - saa7134: Fix bytesperline not being set correctly for planar formats
1811 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1812 - bttv: Width must be a multiple of 16 when capturing planar formats
1813 - coda: fix first encoded frame payload
1814 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1815 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1816 - mtip32xx: Fix broken service thread handling
1817 - mtip32xx: Remove unwanted code from taskfile error handler
1818 - mtip32xx: Print exact time when an internal command is interrupted
1819 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1820 - mtip32xx: Handle safe removal during IO
1821 - mtip32xx: Handle FTL rebuild failure state during device initialization
1822 - mtip32xx: Implement timeout handler
1823 - mtip32xx: Cleanup queued requests after surprise removal
1824 - ALSA: pcm: Avoid "BUG:" string for warnings again
1825 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1826 - ALSA: hda - Don't handle ELD notify from invalid port
1827 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1828 - ALSA: hda - Fix unconditional GPIO toggle via automute
1829 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1830 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1831 - brd: Fix discard request processing
1832 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1833 - bcache: cleaned up error handling around register_cache()
1834 - bcache: fix race of writeback thread starting before complete initialization
1835 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1836 - mm: memcontrol: reclaim when shrinking memory.high below usage
1837 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1838 - ia64: define ioremap_uc()
1839 - watchdog: don't run proc_watchdog_update if new value is same as old
1840 - watchdog: rc32434_wdt: fix ioctl error handling
1841 - Bluetooth: Add new AR3012 ID 0489:e095
1842 - Bluetooth: Fix potential buffer overflow with Add Advertising
1843 - cgroup: ignore css_sets associated with dead cgroups during migration
1844 - net: mvneta: enable change MAC address when interface is up
1845 - of: alloc anywhere from memblock if range not specified
1846 - vfs: show_vfsstat: do not ignore errors from show_devname method
1847 - splice: handle zero nr_pages in splice_to_pipe()
1848 - xtensa: ISS: don't hang if stdin EOF is reached
1849 - xtensa: fix preemption in {clear,copy}_user_highpage
1850 - xtensa: clear all DBREAKC registers on start
1851 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1852 - ARC: bitops: Remove non relevant comments
1853 - quota: Fix possible GPF due to uninitialised pointers
1854 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1855 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1856 - md/raid5: Compare apples to apples (or sectors to sectors)
1857 - RAID5: check_reshape() shouldn't call mddev_suspend
1858 - RAID5: revert e9e4c377e2f563 to fix a livelock
1859 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1860 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1861 - md: multipath: don't hardcopy bio in .make_request path
1862 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1863 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1864 freed"
1865 - fuse: do not use iocb after it may have been freed
1866 - fuse: Add reference counting for fuse_io_priv
1867 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1868 - rapidio/rionet: fix deadlock on SMP
1869 - ipr: Fix out-of-bounds null overwrite
1870 - ipr: Fix regression when loading firmware
1871 - iwlwifi: mvm: Fix paging memory leak
1872 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1873 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1874 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1875 - drm/amdgpu: include the right version of gmc header files for iceland
1876 - IB/ipoib: fix for rare multicast join race condition
1877 - tracing: Have preempt(irqs)off trace preempt disabled functions
1878 - tracing: Fix crash from reading trace_pipe with sendfile
1879 - tracing: Fix trace_printk() to print when not using bprintk()
1880 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1881 - scripts/coccinelle: modernize &
1882 - scripts/kconfig: allow building with make 3.80 again
1883 - kbuild/mkspec: fix grub2 installkernel issue
1884 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1885 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1886 - mmc: block: fix ABI regression of mmc_blk_ioctl
1887 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1888 - mmc: sdhci: fix data timeout (part 1)
1889 - mmc: sdhci: fix data timeout (part 2)
1890 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1891 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1892 - clk: rockchip: rk3368: fix cpuclk core dividers
1893 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1894 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1895 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1896 - clk: bcm2835: Fix setting of PLL divider clock rates
1897 - target: Fix target_release_cmd_kref shutdown comp leak
1898 - iser-target: Fix identification of login rx descriptor type
1899 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1900 - iser-target: Separate flows for np listeners and connections cma events
1901 - iser-target: Rework connection termination
1902 - nfsd4: fix bad bounds checking
1903 - nfsd: fix deadlock secinfo+readdir compound
1904 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1905 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1906 - ACPI / PM: Runtime resume devices when waking from hibernate
1907 - writeback, cgroup: fix premature wb_put() in
1908 locked_inode_to_wb_and_lock_list()
1909 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1910 inode
1911 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1912 trackstick buttons, again"
1913 - Input: synaptics - handle spurious release of trackstick buttons, again
1914 - Input: ims-pcu - sanity check against missing interfaces
1915 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1916 - ocfs2/dlm: fix race between convert and recovery
1917 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1918 - mm/page_alloc: prevent merging between isolated and other pageblocks
1919 - mtd: onenand: fix deadlock in onenand_block_markbad
1920 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1921 - scsi_common: do not clobber fixed sense information
1922 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1923 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1924 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1925 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1926 - Linux 4.4.7
1927
1928 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1929 - Bluetooth: Add new AR3012 ID 0489:e095
1930
1931 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1932 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1933
1934 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1935 gl552jx (LP: #1552925)
1936 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1937
1938 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1939 (LP: #1546694)
1940 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1941
1942 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1943 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1944
1945 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1946 - s390/pci: add extra padding to function measurement block
1947
1948 * CVE-2016-3951 (LP: #1567191)
1949 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1950 - usbnet: cleanup after bind() in probe()
1951
1952 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1953 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1954 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1955 - efi: Add nonblocking option to efi_query_variable_store()
1956 - efi: Add NV memory attribute
1957 - efi: Reformat GUID tables to follow the format in UEFI spec
1958 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1959 - SAUCE: (noup) Add EFI signature data types
1960 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1961 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1962 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1963 - [Config] CONFIG_IMA_MOK_KEYRING=y
1964 - IMA: create machine owner and blacklist keyrings
1965 - KEYS: Add an alloc flag to convey the builtinness of a key
1966 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1967 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1968 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1969
1970 * Miscellaneous Ubuntu changes
1971 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1972
1973 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1974
1975 linux (4.4.0-21.37) xenial; urgency=low
1976
1977 [ Tim Gardner ]
1978
1979 * Release Tracking Bug
1980 - LP: #1571791
1981
1982 * linux: MokSBState is ignored (LP: #1571691)
1983 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1984 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1985 - SAUCE: (noup) Display MOKSBState when disabled
1986
1987 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
1988
1989 linux (4.4.0-20.36) xenial; urgency=low
1990
1991 [ Tim Gardner ]
1992
1993 * Release Tracking Bug
1994 - LP: #1571069
1995
1996 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
1997 - SAUCE: kernfs: Do not match superblock in another user namespace when
1998 mounting
1999
2000 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
2001 - x86/topology: Fix logical package mapping
2002 - x86/topology: Fix Intel HT disable
2003 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
2004 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
2005 - x86/topology: Fix AMD core count
2006
2007 * [regression]: Failed to call clock_adjtime(): Invalid argument
2008 (LP: #1566465)
2009 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
2010
2011 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
2012
2013 linux (4.4.0-19.35) xenial; urgency=low
2014
2015 [ Tim Gardner ]
2016
2017 * Release Tracking Bug
2018 - LP: #1570348
2019
2020 * CVE-2016-2847 (LP: #1554260)
2021 - pipe: limit the per-user amount of pages allocated in pipes
2022
2023 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
2024 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
2025
2026 * arm64: guest hangs when ntpd is running (LP: #1549494)
2027 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
2028
2029 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2030 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
2031
2032 * s390/cpumf: Fix lpp detection (LP: #1555344)
2033 - s390/facilities: use stfl mnemonic instead of insn magic
2034 - s390/facilities: always use lowcore's stfle field for storing facility bits
2035 - s390/cpumf: Fix lpp detection
2036
2037 * s390x kernel image needs weightwatchers (LP: #1536245)
2038 - [Config] s390x: Use compressed kernel bzImage
2039
2040 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
2041 upgrading to Ubuntu 16.04 (LP: #1567581)
2042 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
2043 device-tree properties"
2044
2045 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2046 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
2047 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
2048 - cpufreq: powernv: Add sysfs attributes to show throttle stats
2049
2050 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
2051 - [Config] Add ib_iser to generic inclusion list
2052
2053 * thunderx nic performance improvements (LP: #1567093)
2054 - net: thunderx: Set recevie buffer page usage count in bulk
2055 - net: thunderx: Adjust nicvf structure to reduce cache misses
2056
2057 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
2058 - net: thunderx: Fix for multiqset not configured upon interface toggle
2059 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
2060 - net: thunderx: Fix receive packet stats
2061
2062 * Miscellaneous Ubuntu changes
2063 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
2064
2065 * Miscellaneous upstream changes (LP: #1564901)
2066 - Input: xpad - correctly handle concurrent LED and FF requests
2067
2068 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
2069
2070 linux (4.4.0-18.34) xenial; urgency=low
2071
2072 [ Tim Gardner ]
2073
2074 * Release Tracking Bug
2075 - LP: #1566868
2076
2077 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
2078 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
2079 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
2080
2081 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
2082 - [Config] CONFIG_ARCH_ROCKCHIP=y
2083
2084 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
2085 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
2086 - perf/x86/cqm: Fix CQM memory leak and notifier leak
2087 - x86/cpufeature: Carve out X86_FEATURE_*
2088 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2089 - x86/topology: Create logical package id
2090 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
2091 - perf/x86/mbm: Add memory bandwidth monitoring event management
2092 - perf/x86/mbm: Implement RMID recycling
2093 - perf/x86/mbm: Add support for MBM counter overflow handling
2094
2095 * User namespace mount updates (LP: #1566505)
2096 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
2097 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
2098 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
2099 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
2100 - SAUCE: fs: fix a posible leak of allocated superblock
2101
2102 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
2103 (LP: #1566518)
2104 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
2105 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
2106
2107 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
2108 for Alpine Ridge on SKL (LP: #1519623)
2109 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
2110 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
2111 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
2112 - usb: add device descriptor for usb 3.1 root hub
2113 - usb: Support USB 3.1 extended port status request
2114 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
2115 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
2116 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
2117 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
2118 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
2119 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
2120 - usb: Add USB 3.1 Precision time measurement capability descriptor support
2121 - xhci: refactor and cleanup endpoint initialization.
2122 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
2123 - xhci: cleanup isoc tranfers queuing code
2124 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
2125 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
2126
2127 * wrong/missing permissions for device file /dev/prandom (prng.ko)
2128 (LP: #1558275)
2129 - s390/crypto: provide correct file mode at device register.
2130
2131 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
2132 - ALSA: hda - fix front mic problem for a HP desktop
2133
2134 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
2135 (LP: #1556228)
2136 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
2137
2138 * please provide mmc-modules udeb (LP: #1565765)
2139 - [Config] Add mmc block drivers to d-i
2140
2141 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2142 - Add secure_modules() call
2143 - PCI: Lock down BAR access when module security is enabled
2144 - x86: Lock down IO port access when module security is enabled
2145 - ACPI: Limit access to custom_method
2146 - asus-wmi: Restrict debugfs interface when module loading is restricted
2147 - Restrict /dev/mem and /dev/kmem when module loading is restricted
2148 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
2149 - kexec: Disable at runtime if the kernel enforces module loading restrictions
2150 - x86: Restrict MSR access when module loading is restricted
2151 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
2152 - Add option to automatically enforce module signatures when in Secure Boot mode
2153 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
2154 - efi: Add EFI_SECURE_BOOT bit
2155 - hibernate: Disable in a signed modules environment
2156
2157 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
2158 - PCI: Add fwnode_handle to x86 pci_sysdata
2159 - PCI: Look up IRQ domain by fwnode_handle
2160 - [Config] CONFIG_PCI_HYPERV=m
2161 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
2162
2163 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
2164 (LP: #1559923)
2165 - ACPI / processor: Request native thermal interrupt handling via _OSC
2166
2167 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
2168 (LP: #1564591)
2169 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
2170
2171 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
2172 - atomics: Allow architectures to define their own __atomic_op_* helpers
2173 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
2174 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
2175 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
2176
2177 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
2178 - [Debian] cpupower uses non-standard CROSS
2179
2180 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
2181 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
2182
2183 * Unable to migrate container (LP: #1563921)
2184 - SAUCE: cgroup mount: ignore nsroot=
2185
2186 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
2187 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
2188
2189 * /proc/$pid/maps performance regression (LP: #1547231)
2190 - proc: revert /proc/<pid>/maps [stack:TID] annotation
2191
2192 * TPM2.0 trusted keys fixes (LP: #1398274)
2193 - tpm: remove unneeded include of actbl2.h
2194 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
2195 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
2196 - tpm_tis: Disable interrupt auto probing on a per-device basis
2197 - tpm_tis: Do not fall back to a hardcoded address for TPM2
2198 - tpm_tis: Use devm_ioremap_resource
2199 - tpm_tis: Clean up the force=1 module parameter
2200 - tpm_crb: Drop le32_to_cpu(ioread32(..))
2201 - tpm_crb: Use devm_ioremap_resource
2202 - tpm: fix the rollback in tpm_chip_register()
2203 - tpm: fix the cleanup of struct tpm_chip
2204 - tpm: fix: set continueSession attribute for the unseal operation
2205 - tpm: fix: return rc when devm_add_action() fails
2206 - tpm_eventlog.c: fix binary_bios_measurements
2207 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
2208 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
2209 - tpm_tis: fix build warning with tpm_tis_resume
2210
2211 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
2212 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
2213
2214 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
2215 Xenial (LP: #1563485)
2216 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
2217 - cxlflash: Increase cmd_per_lun for better throughput
2218 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
2219
2220 * Miscellaneous Ubuntu changes
2221 - [Config] do_zfs_powerpc64-smp = true
2222 - [Debian] fix linux_tools when cross-compiling
2223 - [Config] do_zfs_powerpc64-smp use default value
2224 - SAUCE: apparmor: Fix FTBFS due to bad include path
2225 - SAUCE: i915_bpo: Disable preliminary hw support
2226
2227 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
2228
2229 linux (4.4.0-17.33) xenial; urgency=low
2230
2231 [ Tim Gardner ]
2232
2233 * Release Tracking Bug
2234 - LP: #1563441
2235
2236 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
2237 (LP: #1560552)
2238 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
2239 about to hit.
2240
2241 * Predictable naming mechanism is leading to issues in DLPAR operations of
2242 NICs (LP: #1560514)
2243 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
2244 properties
2245
2246 * ThunderX: support alternative phy implementations (LP: #1562968)
2247 - net: thunderx: Cleanup PHY probing code.
2248 - [Config] CONFIG_MDIO_CAVIUM=m
2249 - phy: mdio-octeon: Refactor into two files/modules
2250 - [Config] CONFIG_MDIO_THUNDER=m
2251 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
2252 - phy: mdio-cavium: Add missing MODULE_* annotations.
2253 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
2254 - phy: mdio-thunder: Fix some Kconfig typos
2255 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
2256
2257 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
2258 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
2259 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
2260
2261 * lots of printk to serial console can hang system for long time
2262 (LP: #1534216)
2263 - printk: set may_schedule for some of console_trylock() callers
2264
2265 * [i915_bpo] Update i915 backport driver (LP: #1560395)
2266 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
2267 - PM / runtime: Add new helper for conditional usage count incrementation
2268 - drm/core: Add drm_for_each_encoder_mask, v2.
2269 - drm/atomic-helper: Implement subsystem-level suspend/resume
2270
2271 * [Hyper-V] VM Sockets (LP: #1541585)
2272 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
2273 - Drivers: hv: vmbus: Add vendor and device atttributes
2274 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
2275 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
2276 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
2277 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
2278 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
2279 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
2280 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
2281 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
2282 - Drivers: hv: vmbus: add a per-channel rescind callback
2283 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
2284 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
2285 - Drivers: hv: vmbus: Give control over how the ring access is serialized
2286 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
2287 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
2288 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
2289 - Drivers: hv: vmbus: remove code duplication in message handling
2290 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
2291 - Drivers: hv: util: Pass the channel information during the init call
2292 - Drivers: hv: utils: Remove util transport handler from list if registration fails
2293 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
2294 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2295
2296 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
2297 (LP: #1559918)
2298 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
2299
2300 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
2301 - net: add tc offload feature flag
2302 - net: tc: helper functions to query action types
2303 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
2304 - net: rework ndo tc op to consume additional qdisc handle parameter
2305 - net: rework setup_tc ndo op to consume general tc operand
2306 - net: sched: add cls_u32 offload hooks for netdevs
2307 - net: ixgbe: add support for tc_u32 offload
2308 - net: ixgbe: abort with cls u32 divisor groups greater than 1
2309
2310 * Bring fm10k up to Fortville SW5 (LP: #1562310)
2311 - net: add netif_is_team_master helper
2312 - net: add netif_is_team_port helper
2313 - net: add netif_is_lag_master helper
2314 - net: add netif_is_lag_port helper
2315 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
2316 - fm10k: don't reinitialize RSS flow table when RXFH configured
2317
2318 * [Feature]Always Running Timer (ART) to System Time translation
2319 (LP: #1519625)
2320 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
2321 - timekeeping: Provide internal function __ktime_get_real_seconds
2322 - timekeeping: Cap adjustments so they don't exceed the maxadj value
2323 - clocksource: Make clocksource validation work for all clocksources
2324 - time: Add cycles to nanoseconds translation
2325 - time: Add timekeeping snapshot code capturing system time and counter
2326 - time: Remove duplicated code in ktime_get_raw_and_real()
2327 - time: Add driver cross timestamp interface for higher precision time synchronization
2328 - time: Add history to cross timestamp interface supporting slower devices
2329 - time/timekeeping: Work around false positive GCC warning
2330 - x86/tsc: Always Running Timer (ART) correlated clocksource
2331 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
2332 - [Config] CONFIG_E1000E_HWTS=y
2333 - e1000e: Adds hardware supported cross timestamp on e1000e nic
2334
2335 * x-gene2: add SoC v2 support to clock (LP: #1561604)
2336 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
2337
2338 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
2339 - perf/x86: Move perf_event.c ............... => x86/events/core.c
2340 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
2341 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
2342 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
2343 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
2344 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
2345 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
2346 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
2347 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
2348 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
2349 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
2350 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
2351 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
2352 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
2353 x86/events/intel/uncore.[ch]
2354 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
2355 x86/events/intel/uncore_nmhex.c
2356 - perf/x86: Move perf_event_intel_uncore_snb.c =>
2357 x86/events/intel/uncore_snb.c
2358 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
2359 x86/events/intel/uncore_snbep.c
2360 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
2361 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
2362 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
2363 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
2364 - perf/x86: Move perf_event.h to its new home
2365 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
2366
2367 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
2368 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
2369
2370 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
2371
2372 linux (4.4.0-16.32) xenial; urgency=low
2373
2374 [ Tim Gardner ]
2375
2376 * Release Tracking Bug
2377 - LP: #1561727
2378
2379 * fix thermal throttling due to commit "Thermal: initialize thermal zone
2380 device correctly" (LP: #1561676)
2381 - Thermal: Ignore invalid trip points
2382
2383 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
2384 on press (LP: #1553811)
2385 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
2386 buttons, again
2387
2388 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
2389 (LP: #1560583)
2390 - SAUCE: apparmor: Allow ns_root processes to open profiles file
2391 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
2392
2393 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
2394 - ubuntu: vbox -- update to 5.0.16-dfsg-2
2395
2396 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
2397 s390x (LP: #1557690)
2398 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
2399
2400 * spl/zfs fails to build on s390x (LP: #1519814)
2401 - [Config] s390x -- re-enable zfs
2402 - [Config] zfs -- disable powerpc until the test failures can be resolved
2403
2404 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
2405 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
2406
2407 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
2408 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
2409 - [Config] powerpc -- convert zfs configuration to custom_override
2410
2411 * Memory arena corruption with FUSE (was Memory allocation failure crashes
2412 kernel hard, presumably related to FUSE) (LP: #1505948)
2413 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
2414 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
2415
2416 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
2417 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
2418
2419 * linux packaging: clear remaining redundant delta (LP: #1560445)
2420 - [Debian] Remove generated intermediate files on clean
2421
2422 * arm64: guest hangs when ntpd is running (LP: #1549494)
2423 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
2424 - Revert "hrtimer: Catch illegal clockids"
2425 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
2426
2427 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
2428 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
2429 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
2430 ThunderX
2431
2432 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
2433 (LP: #1559609)
2434 - arcmsr: fixed getting wrong configuration data
2435 - arcmsr: fixes not release allocated resource
2436 - arcmsr: make code more readable
2437 - arcmsr: adds code to support new Areca adapter ARC1203
2438 - arcmsr: changes driver version number
2439 - arcmsr: more readability improvements
2440 - arcmsr: Split dma resource allocation to a new function
2441 - arcmsr: change driver version to v1.30.00.22-20151126
2442
2443 * server image has no keyboard, desktop image works (LP: #1559692)
2444 - [Config] Rework input-modules (d-i) list
2445
2446 * PMU support for Cavium ThunderX (LP: #1559349)
2447 - arm64: perf: Rename Cortex A57 events
2448 - arm64/perf: Add Cavium ThunderX PMU support
2449 - arm64: perf: Enable PMCR long cycle counter bit
2450 - arm64: perf: Extend event mask for ARMv8.1
2451 - arm64: dts: Add Cavium ThunderX specific PMU
2452
2453 * Show ARM PMU events in perf stat (LP: #1559350)
2454 - drivers/perf: kill armpmu_register
2455 - arm: perf: Convert event enums to #defines
2456 - arm: perf: Add event descriptions
2457 - arm64: perf: Convert event enums to #defines
2458 - arm64: perf: Add event descriptions
2459 - ARM: perf: add format entry to describe event -> config mapping
2460 - arm64: perf: add format entry to describe event -> config mapping
2461
2462 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
2463 - EDAC/sb_edac: Fix computation of channel address
2464
2465 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
2466 - [Config] disable CONFIG_IP_PNP
2467
2468 * Miscellaneous Ubuntu changes
2469 - [Debian] Silence the reconstruct script
2470
2471 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
2472
2473 linux (4.4.0-15.31) xenial; urgency=low
2474
2475 [ Tim Gardner ]
2476
2477 * Release Tracking Bug
2478 - LP: #1559252
2479
2480 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
2481 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
2482
2483 * policy namespace stacking (LP: #1379535)
2484 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
2485 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
2486 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
2487 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
2488 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
2489 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
2490 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
2491 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
2492 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
2493 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
2494 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
2495 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
2496 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
2497 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
2498 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
2499 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
2500 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
2501 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
2502 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
2503 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
2504 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
2505 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
2506 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
2507 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
2508 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
2509 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
2510 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
2511 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
2512 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
2513 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
2514 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
2515 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
2516 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
2517 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
2518 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
2519 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
2520 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
2521 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
2522 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
2523 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
2524 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
2525 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
2526 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
2527 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
2528 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
2529 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
2530 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
2531 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
2532 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
2533
2534 * Add arm64 NUMA support (LP: #1558765)
2535 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
2536 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
2537 - [Config] CONFIG_OF_NUMA=y
2538 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
2539 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
2540 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
2541 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
2542 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
2543
2544 * vivid/linux: total ADT test failures (LP: #1558447)
2545 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
2546
2547 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
2548 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2549 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
2550
2551 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
2552 - s390/pci: enforce fmb page boundary rule
2553
2554 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
2555 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
2556 - page_to_phys() always returns a multiple of PAGE_SIZE
2557 - s390/pci: provide ZPCI_ADDR macro
2558 - s390/pci: improve ZPCI_* macros
2559 - s390/pci: resize iomap
2560 - s390/pci: fix bar check
2561 - s390/pci: set error state for unusable functions
2562 - s390/pci: remove iomap sanity checks
2563 - s390/pci: remove pdev pointer from arch data
2564 - s390/pci: add ioctl interface for CLP
2565
2566 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
2567 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
2568 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
2569 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
2570 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
2571
2572 * skb_warn_bad_offload Crash (LP: #1558025)
2573 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
2574
2575 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
2576 - [Config] CONFIG_PCI_HOST_COMMON=y
2577 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
2578 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
2579 - PCI: generic: Move structure definitions to separate header file
2580 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
2581 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
2582 - PCI: thunder: Add PCIe host driver for ThunderX processors
2583 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
2584
2585 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
2586 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2587
2588 * Xenial update to v4.4.6 stable release (LP: #1558330)
2589 - arm64: account for sparsemem section alignment when choosing vmemmap offset
2590 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
2591 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
2592 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
2593 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
2594 - kvm: cap halt polling at exactly halt_poll_ns
2595 - KVM: VMX: disable PEBS before a guest entry
2596 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
2597 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
2598 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
2599 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
2600 - s390/dasd: fix diag 0x250 inline assembly
2601 - tracing: Fix check for cpu online when event is disabled
2602 - dmaengine: at_xdmac: fix residue computation
2603 - jffs2: reduce the breakage on recovery from halfway failed rename()
2604 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
2605 - ASoC: dapm: Fix ctl value accesses in a wrong type
2606 - ASoC: samsung: Use IRQ safe spin lock calls
2607 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
2608 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
2609 - ovl: ignore lower entries when checking purity of non-directory entries
2610 - ovl: fix working on distributed fs as lower layer
2611 - wext: fix message delay/ordering
2612 - cfg80211/wext: fix message ordering
2613 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
2614 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
2615 - mac80211: minstrel: Change expected throughput unit back to Kbps
2616 - mac80211: fix use of uninitialised values in RX aggregation
2617 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
2618 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
2619 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
2620 - mac80211: Fix Public Action frame RX in AP mode
2621 - gpu: ipu-v3: Do not bail out on missing optional port nodes
2622 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
2623 - drm/radeon: Fix error handling in radeon_flip_work_func.
2624 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
2625 - userfaultfd: don't block on the last VM updates at exit time
2626 - ovl: fix getcwd() failure after unsuccessful rmdir
2627 - MIPS: Fix build error when SMP is used without GIC
2628 - MIPS: smp.c: Fix uninitialised temp_foreign_map
2629 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
2630 - target: Drop incorrect ABORT_TASK put for completed commands
2631 - ld-version: Fix awk regex compile failure
2632 - Linux 4.4.6
2633
2634 * linux fails to load x.509 built-in certificate (LP: #1557250)
2635 - lib/mpi: Endianness fix
2636
2637 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
2638 - [Config] CONFIG_NET_9P=m for s390x
2639
2640 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
2641 (LP: #1557950)
2642 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
2643 - net/mlx5e: Don't modify CQ before it was created
2644
2645 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2646 - mmc: sdhci: Do not BUG on invalid vdd
2647 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
2648 - mmc: It is not an error for the card to be removed while suspended
2649
2650 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
2651 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
2652
2653 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
2654 - [Config] CONFIG_NUMA_EMU=y for s390x
2655
2656 * Miscellaneous Ubuntu changes
2657 - [Debian] git-ubuntu-log -- prevent bug references being split
2658 - [Debian] git-ubuntu-log -- git log output is UTF-8
2659
2660 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
2661
2662 linux (4.4.0-14.30) xenial; urgency=low
2663
2664 [ Tim Gardner ]
2665
2666 * Release Tracking Bug
2667 - LP: #1557508
2668
2669 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
2670 - powerpc: Fix dedotify for binutils >= 2.26
2671
2672 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
2673 - Illumos 6370 - ZFS send fails to transmit some holes
2674
2675 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
2676 camera (LP: #1557138)
2677 - UVC: Add support for ds4 depth camera
2678
2679 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
2680 - sched/numa: Fix use-after-free bug in the task_numa_compare
2681
2682 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
2683 files (LP: #1555997)
2684 - ovl: copy new uid/gid into overlayfs runtime inode
2685
2686 * Miscellaneous Ubuntu changes
2687 - SAUCE: Dump stack when X.509 certificates cannot be loaded
2688
2689 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
2690
2691 linux (4.4.0-13.29) xenial; urgency=low
2692
2693 [ Tim Gardner ]
2694
2695 * Release Tracking Bug
2696 - LP: #1556247
2697
2698 * s390/mm: four page table levels vs. fork (LP: #1556141)
2699 - s390/mm: four page table levels vs. fork
2700
2701 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
2702 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2703 - hv_netvsc: cleanup netdev feature flags for netvsc
2704
2705 * fails to boot on megaraid (LP: #1552903)
2706 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
2707 case of PD list DCMD failure
2708
2709 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
2710 - ALSA: hda - add codec support for Kabylake display audio codec
2711
2712 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2713 - cpufreq: powernv: Free 'chips' on module exit
2714 - cpufreq: powernv: Hot-plug safe the kworker thread
2715 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
2716 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
2717 - cpufreq: powernv: Replace pr_info with trace print for throttle event
2718 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
2719
2720 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2721 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
2722
2723 * integer overflow in xt_alloc_table_info (LP: #1555353)
2724 - SAUCE: (noup) netfilter: x_tables: check for size overflow
2725
2726 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
2727 - [Packaging] reconstruct -- automatically reconstruct against base tag
2728 - [Config] reconstruct -- update to autoreconstruct output
2729 - [Packaging] reconstruct -- update when inserting final changes
2730
2731 * Xenial update to v4.4.5 stable release (LP: #1555640)
2732 - use ->d_seq to get coherency between ->d_inode and ->d_flags
2733 - drivers: sh: Restore legacy clock domain on SuperH platforms
2734 - Btrfs: fix deadlock running delayed iputs at transaction commit time
2735 - btrfs: Fix no_space in write and rm loop
2736 - btrfs: async-thread: Fix a use-after-free error for trace
2737 - block: Initialize max_dev_sectors to 0
2738 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
2739 - parisc: Fix ptrace syscall number and return value modification
2740 - mips/kvm: fix ioctl error handling
2741 - kvm: x86: Update tsc multiplier on change.
2742 - fbcon: set a default value to blink interval
2743 - cifs: fix out-of-bounds access in lease parsing
2744 - CIFS: Fix SMB2+ interim response processing for read requests
2745 - Fix cifs_uniqueid_to_ino_t() function for s390x
2746 - vfio: fix ioctl error handling
2747 - KVM: x86: fix root cause for missed hardware breakpoints
2748 - arm/arm64: KVM: Fix ioctl error handling
2749 - iommu/amd: Apply workaround for ATS write permission check
2750 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
2751 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2752 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2753 - drm/ast: Fix incorrect register check for DRAM width
2754 - drm/radeon/pm: update current crtc info after setting the powerstate
2755 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2756 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2757 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2758 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2759 - libata: fix HDIO_GET_32BIT ioctl
2760 - libata: Align ata_device's id on a cacheline
2761 - block: bio: introduce helpers to get the 1st and last bvec
2762 - writeback: flush inode cgroup wb switches instead of pinning super_block
2763 - Adding Intel Lewisburg device IDs for SATA
2764 - arm64: vmemmap: use virtual projection of linear region
2765 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2766 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2767 - tracing: Do not have 'comm' filter override event 'comm' field
2768 - pata-rb532-cf: get rid of the irq_to_gpio() call
2769 - Btrfs: fix loading of orphan roots leading to BUG_ON
2770 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2771 - jffs2: Fix page lock / f->sem deadlock
2772 - Fix directory hardlinks from deleted directories
2773 - dmaengine: pxa_dma: fix cyclic transfers
2774 - adv7604: fix tx 5v detect regression
2775 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2776 - ALSA: ctl: Fix ioctls for X32 ABI
2777 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2778 - ALSA: rawmidi: Fix ioctls X32 ABI
2779 - ALSA: timer: Fix ioctls for X32 ABI
2780 - ALSA: pcm: Fix ioctls for X32 ABI
2781 - ALSA: seq: oss: Don't drain at closing a client
2782 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2783 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2784 - ALSA: hdspm: Fix zero-division
2785 - ALSA: timer: Fix broken compat timer user status ioctl
2786 - usb: chipidea: otg: change workqueue ci_otg as freezable
2787 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2788 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2789 - USB: qcserial: add Sierra Wireless EM74xx device ID
2790 - USB: serial: option: add support for Telit LE922 PID 0x1045
2791 - USB: serial: option: add support for Quectel UC20
2792 - MIPS: scache: Fix scache init with invalid line size.
2793 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2794 - ubi: Fix out of bounds write in volume update code
2795 - i2c: brcmstb: allocate correct amount of memory for regmap
2796 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2797 - block: check virt boundary in bio_will_gap()
2798 - block: get the 1st and last bvec via helpers
2799 - drm/i915: more virtual south bridge detection
2800 - drm/i915: refine qemu south bridge detection
2801 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2802 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2803 - Linux 4.4.5
2804
2805 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2806 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2807
2808 * TPM2.0 trusted keys fixes (LP: #1398274)
2809 - tpm_tis: further simplify calculation of ordinal duration
2810 - tpm_tis: Use devm_free_irq not free_irq
2811 - tpm_tis: Ensure interrupts are disabled when the driver starts
2812 - tpm: rework tpm_get_timeouts()
2813 - tpm_tis: Get rid of the duplicate IRQ probing code
2814 - tpm_tis: Refactor the interrupt setup
2815 - tpm_tis: Tighten IRQ auto-probing
2816 - tpm_ibmvtpm: properly handle interrupted packet receptions
2817
2818 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2819 - [Config] control.stub.in -- review versioned Build-Depends:
2820 - [Config] control.stub.in -- review versioned
2821 Depends/Breaks/Conflicts/Replaces
2822 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2823 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2824
2825 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2826
2827 linux (4.4.0-12.28) xenial; urgency=low
2828
2829 * Miscellaneous Ubuntu changes
2830 - reconstruct: Work around orig tarball packaging limitiations
2831 Fixes FTBS
2832
2833 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2834
2835 linux (4.4.0-12.27) xenial; urgency=low
2836
2837 [ Tim Gardner ]
2838
2839 * Release Tracking Bug
2840 - LP: #1554704
2841
2842 * Fails to detect (second) display (LP: #1543683)
2843 - drm/i915: Fix hpd live status bits for g4x
2844
2845 * s390x -- various configuration changes (LP: #1543165)
2846 - [Config] s390x -- enable CONFIG_NUMA
2847 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2848 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2849 - [Config] s390x -- disable CONFIG_NVMEM
2850 - [Config] s390x -- switch preempt mode to none
2851
2852 * Radeon hybrid graphics problem on resume (LP: #1554608)
2853 - Revert "drm/radeon: call hpd_irq_event on resume"
2854
2855 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2856 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2857 - drm/amdgpu: use $(src) in Makefile (v2)
2858 - drm/radeon: constify radeon_asic_ring structures
2859 - drm/amdgpu: add a callback for reading the bios from the rom directly
2860 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2861 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2862 - drm/amdgpu: Use new read bios from rom callback
2863 - drm/amdgpu: Use unlocked gem unreferencing
2864 - drm/radeon: Use unlocked gem unreferencing
2865 - drm/amd: add new gfx8 register definitions for EDC
2866 - drm/amdgpu: add EDC support for CZ (v3)
2867 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2868 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2869 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2870 - drm/amdgpu: update rev id register for VI
2871 - drm/amdgpu: add more debugging output for driver failures
2872 - drm/amdgpu: add entity only when first job come
2873 - drm/amdgpu: handle error case for ctx
2874 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2875 - drm/amdgpu: change default sched jobs to 32
2876 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2877 - drm/amdgpu: restrict the sched jobs number to power of two
2878 - drm/amdgpu: put VM page tables directly into duplicates list
2879 - drm/amdgpu: split VM PD and PT handling during CS
2880 - drm/amdgpu: keep the PTs validation list in the VM v2
2881 - drm/radeon: Update radeon_get_vblank_counter_kms()
2882 - drm/radeon: only increment sync_seq when a fence is really emitted
2883 - drm/fb-helper: Use proper plane mask for fb cleanup
2884 - drm/amdgpu: fix dp link rate selection (v2)
2885 - drm/radeon: fix dp link rate selection (v2)
2886 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2887 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2888 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2889 - drm/amdgpu: implement new cgs interface for acpi function
2890 - drm/amdgpu: implement cgs interface to query system info
2891 - drm/amdgpu: add new cgs interface to get display info (v2)
2892 - drm/amd/powerplay: add basic powerplay framework
2893 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2894 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2895 - drm/amd/powerplay: add SMU manager sub-component
2896 - drm/amd/powerplay: add hardware manager sub-component
2897 - SAUCE: amd: Include errno.h
2898 - drm/amd/powerplay: add Carrizo smu support
2899 - drm/amd/powerplay: add Carrizo dpm support
2900 - drm/amd/powerplay: add CG and PG support for carrizo
2901 - drm/amd/powerplay: add event manager sub-component
2902 - drm/amd/powerplay: implement functions of amd_powerplay_func
2903 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2904 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2905 - drm/amd/powerplay: add header file for tonga smu and dpm
2906 - drm/amd/powerplay: Add Tonga SMU support
2907 - drm/amd/powerplay: add Tonga dpm support (v3)
2908 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2909 - drm/amd/powerplay: update atomctrl for fiji
2910 - drm/amd/powerplay: add Fiji SMU support.
2911 - drm/amd/powerplay: add Fiji DPM support.
2912 - drm/amdgpu: add amdgpu.powerplay module option
2913 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2914 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2915 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2916 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2917 - drm/amdgpu/powerplay: program display gap for tonga.
2918 - drm/amdgpu: enable powerplay module by default for tonga.
2919 - drm/amdgpu: enable powerplay module by default for fiji.
2920 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2921 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2922 - drm/amd/powerplay: Add CG and PG support for tonga
2923 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2924 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2925 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2926 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2927 - drm/amdgpu/powerplay: implement thermal control for tonga.
2928 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2929 - drm/amdgpu: export fan control functions to amdgpu
2930 - drm/amdgpu: enable sysfs interface for powerplay
2931 - drm/amdgpu: support per device powerplay enablement (v2)
2932 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2933 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2934 - drm/amd/powerplay: refine the logic of whether need to update power state.
2935 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2936 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2937 - drm/amdgpu: extract pcie helpers to common header
2938 - drm: add drm_pcie_get_max_link_width helper (v2)
2939 - drm/amdgpu: store pcie gen mask and link width
2940 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2941 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2942 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2943 - drm/amd/powerplay: fix boolreturn.cocci warnings
2944 - drm/amd/powerplay/tonga: Add UVD DPM init
2945 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2946 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2947 - drm/amdgpu: add sdma clock gating support for Fiji.
2948 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2949 - drm/amd/powerplay: enable clock gating for Fiji.
2950 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2951 - drm/amd/powerplay: implement smc state upload for CZ
2952 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2953 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2954 - drm/amd/powerplay: add new function point in hwmgr.
2955 - drm/amd/powerplay: add smc msg for NB P-State switch
2956 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2957 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2958 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2959 - drm/amd/powerplay: Add PPLib debug print macro.
2960 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2961 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2962 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2963 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2964 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2965 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2966 - drm/amdgpu: Prepare DKMS build for powerplay module.
2967 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2968 - drm/amd/powerplay: Add thermal protection support for Fiji.
2969 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2970 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2971 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2972 - drm/amd/powerplay: fix boolreturn.cocci warnings
2973 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2974 - drm/amd/powerplay: check whether enable dpm in powerplay.
2975 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2976 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2977 - drm/amd/powerplay: display gpu load when print performance for tonga.
2978 - drm/powerplay: add debugging output to tonga_processpptables.c
2979 - drm/powerplay: add debugging output to processpptables.c
2980 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2981 - drm/amd/powerplay: Don't return an error if fan table is missing
2982 - amd\powerplay Implement get dal power level
2983 - amd/powerplay: Fix get dal power level
2984 - amd/powerplay: Add structures required to report configuration change
2985 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2986 - drm/amd/powerplay: add point check to avoid NULL point hang.
2987 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
2988 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
2989 - drm: powerplay: use div64_s64 instead of do_div
2990 - drm/amd/powerplay: fix a reversed condition
2991 - drm/amdgpu/cgs: cleanup some indenting
2992 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
2993 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
2994 - drm/amd/powerplay: fix bug that NULL checks are reversed.
2995 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
2996 - drm/amd/powerplay: fix Smatch static checker warnings
2997 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
2998 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
2999 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
3000 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
3001 - drm/amdgpu: fix hex/decimal bug when show gpu load.
3002 - drm/amd/powerplay: add thermal control task when resume.
3003 - drm/amd/powerplay: enable set boot state task
3004 - drm/amd/powerplay: enable power down asic task. (v2)
3005 - drm/amd/powerplay: implement power down asic task for CZ
3006 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
3007 - drm/amdgpu/cgs: add an interface to access PCI resources
3008 - drm/amdgpu: add irq domain support
3009 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
3010 - drm/sysfs: use kobj_to_dev()
3011 - drm/amd/powerplay: fix static checker warning for return meaningless value.
3012 - drm/amdgpu/cz: add code to enable forcing UVD clocks
3013 - drm/amdgpu/cz: add code to enable forcing VCE clocks
3014 - drm/amdgpu/cz: force uvd clocks when sclks are forced
3015 - drm/amdgpu/cz: force vce clocks when sclks are forced
3016 - drm/amdgpu: use kobj_to_dev()
3017 - drm/radeon: use kobj_to_dev()
3018 - drm/ttm: fix adding foreign BOs to the LRU during init v2
3019 - drm/ttm: fix adding foreign BOs to the swap LRU
3020 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
3021 - drm/amdgpu: move VM page tables to the LRU end on CS v2
3022 - drm/amdgpu: validate duplicates first
3023 - drm/amdgpu: add missing irq.h include
3024 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
3025 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
3026 - amdkfd: don't open-code memdup_user()
3027 - amdkfd: Copy from the proper user command pointer
3028 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
3029 - amd/powerplay: disable powerplay by default initially
3030 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
3031 - drm/atomic-helper: Export framebuffer_changed()
3032 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
3033 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
3034 - drm/amdgpu: fix next_rptr handling for debugfs
3035 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
3036 - drm/radeon: only init fbdev if we have connectors
3037 - drm/amdgpu: don't init fbdev if we don't have any connectors
3038 - drm/amd/powerplay: Update SMU firmware loading for Stoney
3039 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
3040 - drm/amdkfd: Remove unnecessary cast in kfree
3041 - drm/amdgpu: only move pt bos in LRU list on success
3042 - drm/amdgpu: mask out WC from BO on unsupported arches
3043 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
3044 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
3045 - drm/amdgpu: load MEC ucode manually on iceland
3046 - drm/amdgpu: disable uvd and vce clockgating on Fiji
3047 - drm/amdgpu: add pcie cap module parameters (v2)
3048 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
3049 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
3050 - drm/amdgpu: handle uvd pg flags properly
3051 - drm/amdgpu: handle vce pg flags properly
3052 - drm/amdgpu: clean up vce pg flags for cz/st
3053 - drm/amdgpu: be consistent with uvd cg flags
3054 - drm/amd/powerplay/cz: disable uvd pg
3055 - drm/amd/powerplay/cz: disable vce pg
3056 - drm/amd/powerplay/tonga: disable uvd pg
3057 - drm/amd/powerplay/tonga: disable vce pg
3058 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
3059 - drm/amdgpu: remove unused cg defines
3060 - drma/dmgpu: move cg and pg flags into shared headers
3061 - drm/amdgpu/tonga: plumb pg flags through to powerplay
3062 - drm/amdgpu/cz: plumb pg flags through to powerplay
3063 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
3064
3065 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
3066 #1552632)
3067 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
3068
3069 * Miscellaneous Ubuntu changes
3070 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
3071
3072 * Miscellaneous upstream changes
3073 - net: thunderx: Fix for Qset error due to CQ full
3074 - ahci: Workaround for ThunderX Errata#22536
3075 - arm64: Add workaround for Cavium erratum 27456
3076 - tipc: fix nullptr crash during subscription cancel
3077
3078 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
3079
3080 linux (4.4.0-11.26) xenial; urgency=low
3081
3082 [ Tim Gardner ]
3083
3084 * Release Tracking Bug
3085 - LP: #1553391
3086
3087 * Xenial update to v4.4.4 stable release (LP: #1553179)
3088 - af_iucv: Validate socket address length in iucv_sock_bind()
3089 - gro: Make GRO aware of lightweight tunnels.
3090 - net: dp83640: Fix tx timestamp overflow handling.
3091 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
3092 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
3093 - tcp: fix NULL deref in tcp_v4_send_ack()
3094 - af_unix: fix struct pid memory leak
3095 - pptp: fix illegal memory access caused by multiple bind()s
3096 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
3097 - net: dsa: fix mv88e6xxx switches
3098 - tipc: fix connection abort during subscription cancel
3099 - inet: frag: Always orphan skbs inside ip_defrag()
3100 - switchdev: Require RTNL mutex to be held when sending FDB notifications
3101 - tcp: beware of alignments in tcp_get_info()
3102 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
3103 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
3104 - ipv6: addrconf: Fix recursive spin lock call
3105 - ipv6: fix a lockdep splat
3106 - unix: correctly track in-flight fds in sending process user_struct
3107 - tcp: do not drop syn_recv on all icmp reports
3108 - net:Add sysctl_max_skb_frags
3109 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
3110 - enic: increment devcmd2 result ring in case of timeout
3111 - sctp: translate network order to host order when users get a hmacid
3112 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
3113 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
3114 eth_get_headlen
3115 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
3116 - bonding: Fix ARP monitor validation
3117 - ipv4: fix memory leaks in ip_cmsg_send() callers
3118 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
3119 - af_unix: Guard against other == sk in unix_dgram_sendmsg
3120 - tipc: fix premature addition of node to lookup table
3121 - tcp: md5: release request socket instead of listener
3122 - qmi_wwan: add "4G LTE usb-modem U901"
3123 - net/mlx4_en: Count HW buffer overrun only once
3124 - net/mlx4_en: Avoid changing dev->features directly in run-time
3125 - l2tp: Fix error creating L2TP tunnels
3126 - pppoe: fix reference counting in PPPoE proxy
3127 - net_sched fix: reclassification needs to consider ether protocol changes
3128 - route: check and remove route cache when we get route
3129 - tcp/dccp: fix another race at listener dismantle
3130 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
3131 - rtnl: RTM_GETNETCONF: fix wrong return value
3132 - tipc: unlock in error path
3133 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
3134 - sctp: Fix port hash table size computation
3135 - ext4: fix bh->b_state corruption
3136 - ARM: debug-ll: fix BCM63xx entry for multiplatform
3137 - arm64: errata: Add -mpc-relative-literal-loads to build flags
3138 - KVM: s390: fix guest fprs memory leak
3139 - devm_memremap: Fix error value when memremap failed
3140 - drm/gma500: Use correct unref in the gem bo create function
3141 - ARM: 8457/1: psci-smp is built only for SMP
3142 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
3143 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
3144 - efi: Do variable name validation tests in utf8
3145 - efi: Make our variable validation list include the guid
3146 - efi: Make efivarfs entries immutable by default
3147 - efi: Add pstore variables to the deletion whitelist
3148 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
3149 - bcache: fix a livelock when we cause a huge number of cache misses
3150 - bcache: Add a cond_resched() call to gc
3151 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
3152 - bcache: fix a leak in bch_cached_dev_run()
3153 - bcache: unregister reboot notifier if bcache fails to unregister device
3154 - bcache: allows use of register in udev to avoid "device_busy" error.
3155 - bcache: Change refill_dirty() to always scan entire disk if necessary
3156 - dm thin: fix race condition when destroying thin pool workqueue
3157 - can: ems_usb: Fix possible tx overflow
3158 - usb: dwc3: Fix assignment of EP transfer resources
3159 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
3160 - USB: option: add support for SIM7100E
3161 - USB: option: add "4G LTE usb-modem U901"
3162 - drivers: android: correct the size of struct binder_uintptr_t for
3163 BC_DEAD_BINDER_DONE
3164 - spi: omap2-mcspi: Prevent duplicate gpio_request
3165 - iw_cxgb3: Fix incorrectly returning error on success
3166 - drm/i915: shut up gen8+ SDE irq dmesg noise
3167 - ocfs2: unlock inode if deleting inode from orphan fails
3168 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
3169 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
3170 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
3171 - clocksource/drivers/vt8500: Increase the minimum delta
3172 - s390/kvm: remove dependency on struct save_area definition
3173 - KVM: s390: fix memory overwrites when vx is disabled
3174 - Btrfs: add missing brelse when superblock checksum fails
3175 - Btrfs: igrab inode in writepage
3176 - btrfs: statfs: report zero available if metadata are exhausted
3177 - Btrfs: send, don't BUG_ON() when an empty symlink is found
3178 - Btrfs: fix number of transaction units required to create symlink
3179 - Btrfs: fix transaction handle leak on failure to create hard link
3180 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
3181 subvolume roots
3182 - btrfs: initialize the seq counter in struct btrfs_device
3183 - s390: fix normalization bug in exception table sorting
3184 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
3185 - s390/dasd: fix refcount for PAV reassignment
3186 - s390/dasd: fix performance drop
3187 - uml: flush stdout before forking
3188 - uml: fix hostfs mknod()
3189 - um: link with -lpthread
3190 - locks: fix unlock when fcntl_setlk races with a close
3191 - rtlwifi: rtl_pci: Fix kernel panic
3192 - rtlwifi: rtl8192cu: Add missing parameter setup
3193 - rtlwifi: rtl8192ce: Fix handling of module parameters
3194 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
3195 - rtlwifi: rtl8723ae: Fix initialization of module parameters
3196 - rtlwifi: rtl8192se: Fix module parameter initialization
3197 - rtlwifi: rtl8188ee: Fix module parameter initialization
3198 - rtlwifi: rtl8723be: Fix module parameter initialization
3199 - mei: fix fasync return value on error
3200 - mei: validate request value in client notify request ioctl
3201 - namei: ->d_inode of a pinned dentry is stable only for positives
3202 - rc: sunxi-cir: Initialize the spinlock properly
3203 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
3204 - si2157: return -EINVAL if firmware blob is too big
3205 - gspca: ov534/topro: prevent a division by 0
3206 - vb2: fix a regression in poll() behavior for output,streams
3207 - tda1004x: only update the frontend properties if locked
3208 - dm space map metadata: remove unused variable in brb_pop()
3209 - dm snapshot: fix hung bios when copy error occurs
3210 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
3211 - coresight: checking for NULL string in coresight_name_match()
3212 - irqchip/omap-intc: Add support for spurious irq handling
3213 - irqchip/mxs: Add missing set_handle_irq()
3214 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
3215 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
3216 - posix-clock: Fix return code on the poll method's error path
3217 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
3218 - mmc: usdhi6rol0: handle NULL data in timeout
3219 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
3220 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
3221 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
3222 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
3223 - mmc: core: Enable tuning according to the actual timing
3224 - mmc: mmci: fix an ages old detection error
3225 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
3226 - mmc: pxamci: fix again read-only gpio detection polarity
3227 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
3228 - mmc: sdhci: Allow override of mmc host operations
3229 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
3230 - Bluetooth: Use continuous scanning when creating LE connections
3231 - Bluetooth: Add support of Toshiba Broadcom based devices
3232 - Bluetooth: Fix incorrect removing of IRKs
3233 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
3234 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
3235 - time: Avoid signed overflow in timekeeping_get_ns()
3236 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
3237 - Revert "MIPS: Fix PAGE_MASK definition"
3238 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
3239 - MIPS: hpet: Choose a safe value for the ETIME check
3240 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
3241 - MIPS: Fix buffer overflow in syscall_get_arguments()
3242 - EDAC: Robustify workqueues destruction
3243 - EDAC, mc_sysfs: Fix freeing bus' name
3244 - sparc64: fix incorrect sign extension in sys_sparc64_personality
3245 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
3246 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
3247 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
3248 - virtio_balloon: fix race by fill and leak
3249 - virtio_balloon: fix race between migration and ballooning
3250 - virtio_pci: fix use after free on release
3251 - drm/vmwgfx: Fix an incorrect lock check
3252 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
3253 - drm/vmwgfx: respect 'nomodeset'
3254 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
3255 - drm/amdgpu: call hpd_irq_event on resume
3256 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
3257 - drm/amdgpu: fix tonga smu resume
3258 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
3259 - drm/amdgpu: no need to load MC firmware on fiji
3260 - drm/amdgpu: move gmc7 support out of CIK dependency
3261 - drm/amdgpu: iceland use CI based MC IP
3262 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
3263 - drm/amdgpu: pull topaz gmc bits into gmc_v7
3264 - drm/amdgpu: drop topaz support from gmc8 module
3265 - drm/amdgpu: don't load MEC2 on topaz
3266 - drm/amdgpu: remove exp hardware support from iceland
3267 - drm/amdgpu: fix s4 resume
3268 - drm/amdgpu: remove unnecessary forward declaration
3269 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
3270 - drm/amdgpu: fix issue with overlapping userptrs
3271 - drm/amdgpu: use post-decrement in error handling
3272 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
3273 - drm/amdgpu/pm: adjust display configuration after powerstate
3274 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
3275 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
3276 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
3277 training
3278 - drm/nouveau: platform: Fix deferred probe
3279 - drm/dp/mst: process broadcast messages correctly
3280 - drm/dp/mst: always send reply for UP request
3281 - drm/dp/mst: fix in MSTB RAD initialization
3282 - drm/dp/mst: fix in RAD element access
3283 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
3284 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
3285 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
3286 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
3287 - drm/dp/mst: deallocate payload on port destruction
3288 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
3289 - drm/radeon: call hpd_irq_event on resume
3290 - drm/radeon: Fix "slow" audio over DP on DCE8+
3291 - drm/radeon: clean up fujitsu quirks
3292 - drm/radeon: properly byte swap vce firmware setup
3293 - drm/radeon: cleaned up VCO output settings for DP audio
3294 - drm/radeon: Add a common function for DFS handling
3295 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
3296 - drm: add helper to check for wc memory support
3297 - drm/radeon: mask out WC from BO on unsupported arches
3298 - drm/radeon: hold reference to fences in radeon_sa_bo_new
3299 - drm: fix missing reference counting decrease
3300 - drm/i915: Restore inhibiting the load of the default context
3301 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
3302 - drm/i915: Init power domains early in driver load
3303 - drm/i915: Make sure DC writes are coherent on flush.
3304 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
3305 - drm/i915: Don't reject primary plane windowing with color keying enabled on
3306 SKL+
3307 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
3308 - drm/i915/dsi: defend gpio table against out of bounds access
3309 - drm/i915/dsi: don't pass arbitrary data to sideband
3310 - drm/i915: fix error path in intel_setup_gmbus()
3311 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
3312 - drm/radeon: use post-decrement in error handling
3313 - drm: No-Op redundant calls to drm_vblank_off() (v2)
3314 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
3315 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
3316 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
3317 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
3318 - drm/radeon/pm: adjust display configuration after powerstate
3319 - make sure that freeing shmem fast symlinks is RCU-delayed
3320 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
3321 supported
3322 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
3323 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
3324 - uapi: update install list after nvme.h rename
3325 - lib: sw842: select crc32
3326 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
3327 R700
3328 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
3329 R830
3330 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
3331 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
3332 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
3333 - dmaengine: dw: fix cyclic transfer setup
3334 - dmaengine: dw: fix cyclic transfer callbacks
3335 - dmaengine: at_xdmac: fix resume for cyclic transfers
3336 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
3337 - IB/cm: Fix a recently introduced deadlock
3338 - IB/qib: fix mcast detach when qp not attached
3339 - IB/qib: Support creating qps with GFP_NOIO flag
3340 - IB/mlx5: Expose correct maximum number of CQE capacity
3341 - Thermal: initialize thermal zone device correctly
3342 - Thermal: handle thermal zone device properly during system sleep
3343 - Thermal: do thermal zone update after a cooling device registered
3344 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
3345 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
3346 - hwmon: (ads1015) Handle negative conversion values correctly
3347 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
3348 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
3349 - seccomp: always propagate NO_NEW_PRIVS on tsync
3350 - libceph: fix ceph_msg_revoke()
3351 - libceph: don't bail early from try_read() when skipping a message
3352 - libceph: use the right footer size when skipping a message
3353 - libceph: don't spam dmesg with stray reply warnings
3354 - sd: Optimal I/O size is in bytes, not sectors
3355 - Staging: speakup: Fix getting port information
3356 - Revert "Staging: panel: usleep_range is preferred over udelay"
3357 - cdc-acm:exclude Samsung phone 04e8:685d
3358 - perf stat: Do not clean event's private stats
3359 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
3360 - rfkill: fix rfkill_fop_read wait_event usage
3361 - mac80211: Requeue work after scan complete for all VIF types.
3362 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
3363 - Revert "workqueue: make sure delayed work run in local cpu"
3364 - ALSA: hda - Apply clock gate workaround to Skylake, too
3365 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
3366 - target: Fix LUN_RESET active I/O handling for ACK_KREF
3367 - target: Fix LUN_RESET active TMR descriptor handling
3368 - target: Fix TAS handling for multi-session se_node_acls
3369 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
3370 - target: Fix race with SCF_SEND_DELAYED_TAS handling
3371 - spi: atmel: fix gpio chip-select in case of non-DT platform
3372 - libata: fix sff host state machine locking while polling
3373 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
3374 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
3375 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
3376 - cpuset: make mm migration asynchronous
3377 - cgroup: make sure a parent css isn't offlined before its children
3378 - writeback: keep superblock pinned during cgroup writeback association
3379 switches
3380 - phy: core: fix wrong err handle for phy_power_on
3381 - i2c: i801: Adding Intel Lewisburg support for iTCO
3382 - bio: return EINTR if copying to user space got interrupted
3383 - block: fix use-after-free in dio_bio_complete
3384 - nfs: fix nfs_size_to_loff_t
3385 - NFSv4: Fix a dentry leak on alias use
3386 - of/irq: Fix msi-map calculation for nonzero rid-base
3387 - KVM: async_pf: do not warn on page allocation failures
3388 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
3389 - KVM: x86: fix missed hardware breakpoints
3390 - KVM: x86: MMU: fix ubsan index-out-of-range warning
3391 - powerpc/eeh: Fix partial hotplug criterion
3392 - tracing: Fix showing function event in available_events
3393 - sunrpc/cache: fix off-by-one in qword_get()
3394 - kernel/resource.c: fix muxed resource handling in __request_region()
3395 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
3396 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
3397 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
3398 - xen/arm: correctly handle DMA mapping of compound pages
3399 - xen/scsiback: correct frontend counting
3400 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
3401 - xen/pciback: Save the number of MSI-X entries to be copied later.
3402 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
3403 extracted.
3404 - should_follow_link(): validate ->d_seq after having decided to follow
3405 - do_last(): ELOOP failure exit should be done after leaving RCU mode
3406 - hpfs: don't truncate the file when delete fails
3407 - x86/irq: Call chip->irq_set_affinity in proper context
3408 - x86/irq: Fix a race in x86_vector_free_irqs()
3409 - x86/irq: Validate that irq descriptor is still active
3410 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
3411 - x86/irq: Reorganize the return path in assign_irq_vector
3412 - x86/irq: Reorganize the search in assign_irq_vector
3413 - x86/irq: Check vector allocation early
3414 - x86/irq: Copy vectormask instead of an AND operation
3415 - x86/irq: Get rid of code duplication
3416 - x86/irq: Remove offline cpus from vector cleanup
3417 - x86/irq: Clear move_in_progress before sending cleanup IPI
3418 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
3419 - x86/irq: Remove outgoing CPU from vector cleanup mask
3420 - x86/irq: Call irq_force_move_complete with irq descriptor
3421 - x86/irq: Plug vector cleanup race
3422 - IB/cma: Fix RDMA port validation for iWarp
3423 - iwlwifi: dvm: fix WoWLAN
3424 - iwlwifi: pcie: properly configure the debug buffer size for 8000
3425 - iwlwifi: update and fix 7265 series PCI IDs
3426 - iwlwifi: mvm: don't allow sched scans without matches to be started
3427 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
3428 - bcache: prevent crash on changing writeback_running
3429 - Linux 4.4.4
3430
3431 * mlx4_en didn't choose time-stamping shift value according to HW frequency
3432 (LP: #1552627)
3433 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
3434
3435 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
3436 - target/transport: add flag to indicate CPU Affinity is observed
3437 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
3438 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
3439
3440 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3441 - qla2xxx: Fix warning reported by static checker
3442 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
3443 - qla2xxx: Fix stale pointer access.
3444 - qla2xxx: Use ATIO type to send correct tmr response
3445 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
3446
3447 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
3448 - [Config] Add s390x zfcp to scsi-modules udeb
3449
3450 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
3451
3452 linux (4.4.0-10.25) xenial; urgency=low
3453
3454 [ Tim Gardner ]
3455
3456 * Release Tracking Bug
3457 - LP: #1552247
3458
3459 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
3460 - security: let security modules use PTRACE_MODE_* with bitmasks
3461
3462 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
3463 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
3464
3465 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
3466 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
3467 - mmc: sdhci: Fix DMA descriptor with zero data length
3468
3469 * Miscellaneous Ubuntu changes
3470 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
3471
3472 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
3473
3474 linux (4.4.0-9.24) xenial; urgency=low
3475
3476 [ Tim Gardner ]
3477
3478 * Release Tracking Bug
3479 - LP: #1551319
3480
3481 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
3482 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
3483
3484 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
3485 #1448912)
3486 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
3487 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
3488 replacedby is not setup
3489 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
3490 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
3491 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
3492 replacedby
3493 - SAUCE: apparmor: Fix: label_vec_merge insertion
3494 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
3495 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
3496 merge path
3497 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
3498 labelset lock
3499 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
3500
3501 * apparmor kernel BUG kills firefox (LP: #1430546)
3502 - SAUCE: apparmor: Disallow update of cred when then subjective != the
3503 objective cred
3504 - SAUCE: apparmor: rework retrieval of the current label in the profile update
3505 case
3506
3507 * sleep from invalid context in aa_move_mount (LP: #1539349)
3508 - SAUCE: apparmor: fix sleep from invalid context
3509
3510 * s390x: correct restore of high gprs on signal return (LP: #1550468)
3511 - s390/compat: correct restore of high gprs on signal return
3512
3513 * missing SMAP support (LP: #1550517)
3514 - x86/entry/compat: Add missing CLAC to entry_INT80_32
3515
3516 * Floating-point exception handler receives empty Data-Exception Code in
3517 Floating Point Control register (LP: #1548414)
3518 - s390/fpu: signals vs. floating point control register
3519
3520 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
3521 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
3522
3523 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
3524 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
3525 build fips840/b1208b_1604.840 (LP: #1532914)
3526 - cxl: Fix PSL timebase synchronization detection
3527
3528 * [Feature]EDAC support for Knights Landing (LP: #1519631)
3529 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
3530
3531 * Various failures of kernel_security suite on Xenial kernel on s390x arch
3532 (LP: #1531327)
3533 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
3534
3535 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
3536 - [Config] Provides: virtualbox-guest-modules when appropriate
3537
3538 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
3539 #1507588)
3540 - [Config] Provides: virtualbox-guest-modules when appropriate
3541
3542 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
3543 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
3544 - SAUCE: i915_bpo: Update intel_ips.h file location
3545 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
3546 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
3547 - drm/i915: remove an extra level of indirection in PCI ID list
3548 - drm/i915/kbl: Add Kabylake PCI ID
3549 - drm/i915/kbl: Add Kabylake GT4 PCI ID
3550 - mm: Export nr_swap_pages
3551 - async: export current_is_async()
3552 - drm: fix potential dangling else problems in for_each_ macros
3553 - dp/mst: add SDP stream support
3554 - drm: Implement drm_modeset_lock_all_ctx()
3555 - drm: Add "prefix" parameter to drm_rect_debug_print()
3556 - drm/i915: Set connector_state->connector using the helper.
3557 - drm/atomic: add connector mask to drm_crtc_state.
3558 - drm/i915: Report context GTT size
3559 - drm/i915: Add get_eld audio component
3560 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
3561 - SAUCE: i915_bpo: Revert passing plane/encoder name
3562 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
3563 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
3564 - drm/i915/bxt: update list of PCIIDs
3565 - drm/i915/skl: Add missing SKL ids
3566 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
3567 driver isn't"
3568 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
3569 - drm/atomic: Do not unset crtc when an encoder is stolen
3570 - drm/i915: Update connector_mask during readout, v2.
3571 - drm/atomic: Add encoder_mask to crtc_state, v3.
3572 - SAUCE: drm/core: Add drm_encoder_index.
3573 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
3574 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
3575
3576 * arm64: guest hangs when ntpd is running (LP: #1549494)
3577 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
3578 - hrtimer: Catch illegal clockids
3579 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
3580
3581 * Miscellaneous Ubuntu changes
3582 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
3583 - [Config] CONFIG_ARM_SMMU=y on arm64
3584 - rebase to v4.4.3
3585 - [Debian] git-ubuntu-log -- ensure we get the last commit
3586 - [Config] fix up spelling of probably again
3587 - [Debian] perf -- build in the context of the full generated local headers
3588 - SAUCE: tools: lib/bpf -- add generated headers to search path
3589 - SAUCE: proc: Always set super block owner to init_user_ns
3590 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
3591 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
3592 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
3593 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
3594 needs locking
3595 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
3596 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
3597 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
3598 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
3599 of remove_and_insert
3600 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
3601 transitions ns
3602 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
3603 freed.
3604 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
3605 been removed
3606 - SAUCE: apparmor: Fix: query label file permission
3607 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
3608 - SAUCE: fixup: cleanup return handling of labels
3609 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
3610 destroyed
3611 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
3612 - SAUCE: fixup: 20/23 locking issue around in __label_update
3613 - SAUCE: fixup: get rid of unused var build warning
3614 - SAUCE: fixup: cast poison values to remove warnings
3615 - SAUCE: apparmor: fix refcount race when finding a child profile
3616 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
3617 - SAUCE: fix: audit "no_new_privs" case for exec failure
3618 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
3619 - SAUCE: Move replacedby allocation into label_alloc
3620 - [Debian] supply zfs dkms Provides: based on do_zfs
3621 - [Config] supply zfs dkms Provides: based on do_zfs
3622 - [Config] drop linux-image-3.0 provides
3623
3624 * Miscellaneous upstream changes
3625 - x86/mpx: Fix off-by-one comparison with nr_registers
3626
3627 [ Upstream Kernel Changes ]
3628
3629 * rebase to v4.4.3
3630
3631 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
3632
3633 linux (4.4.0-8.23) xenial; urgency=low
3634
3635 * cgroup namespace mounts broken in containers (LP: #1549398)
3636 - SAUCE: kernfs: Always set super block owner to init_user_ns
3637
3638 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
3639 - arm64: mm: avoid calling apply_to_page_range on empty range
3640 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
3641
3642 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
3643 - [Config] postinst -- handle recreating symlinks when a real file is present
3644
3645 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
3646 - SAUCE: cred: Add clone_cred() interface
3647 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3648 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3649 - SAUCE: overlayfs: Be more careful about copying up sxid files
3650 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3651
3652 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
3653 - SAUCE: cred: Add clone_cred() interface
3654 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3655 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3656 - SAUCE: overlayfs: Be more careful about copying up sxid files
3657 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3658
3659 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
3660 - SAUCE: cred: Add clone_cred() interface
3661 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3662 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3663
3664 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
3665 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
3666 - net: Add eth_platform_get_mac_address() helper.
3667 - i40e: Add mac_filter_element at the end of the list instead of HEAD
3668 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
3669 - i40e: Replace X722 mac check in ethtool get_settings
3670 - i40evf: allow channel bonding of VFs
3671 - i40e: define function capabilities in only one place
3672 - i40evf: null out ring pointers on free
3673 - i40e: Cleanup the code with respect to restarting autoneg
3674 - i40e: update features with right offload
3675 - i40e: bump version to 1.4.10
3676 - i40e: add new device IDs for X722
3677 - i40e: Extend ethtool RSS hooks for X722
3678 - i40e/i40evf: Fix for UDP/TCP RSS for X722
3679 - i40evf: add new write-back mode
3680 - i40e/i40evf: Use private workqueue
3681 - i40e: add new proxy-wol bit for X722
3682 - i40e: Limit DCB FW version checks to X710/XL710 devices
3683 - i40e: AQ Add Run PHY Activity struct
3684 - i40e: AQ Geneve cloud tunnel type
3685 - i40e: AQ Add external power class to get link status
3686 - i40e: add 100Mb ethtool reporting
3687 - ixgbe: bulk free SKBs during TX completion cleanup cycle
3688 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
3689 - igb: Unpair the queues when changing the number of queues
3690 - igb/igbvf: don't give up
3691 - igb: clean up code for setting MAC address
3692 - igb: Refactor VFTA configuration
3693 - igb: Allow asymmetric configuration of MTU versus Rx frame size
3694 - igb: Do not factor VLANs into RLPML calculation
3695 - igb: Always enable VLAN 0 even if 8021q is not loaded
3696 - igb: Merge VLVF configuration into igb_vfta_set
3697 - igb: Clean-up configuration of VF port VLANs
3698 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
3699 - igb: Drop unnecessary checks in transmit path
3700 - igb: Enable use of "bridge fdb add" to set unicast table entries
3701 - igb: Add workaround for VLAN tag stripping on 82576
3702 - i40e: AQ Shared resource flags
3703 - i40e: AQ Add set_switch_config
3704 - i40e: AQ Add VXLAN-GPE tunnel type
3705 - i40e: AQ thermal sensor control struct
3706 - i40e: Bump AQ minor version to 1.5 for new FW features
3707 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
3708 - i40e: fix write-back-on-itr to work with legacy itr
3709 - i40e: add counter for arq overflows
3710 - i40e: add 20G speed for Tx bandwidth calculations
3711 - i40e: refactor DCB function
3712 - i40e: add a little more to an NVM update debug message
3713 - i40evf: enable bus master after reset
3714 - i40e: add netdev info to VSI dump
3715 - i40e: remove VF device IDs from PF
3716 - i40e: trivial: remove unnecessary local var
3717 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
3718 - net: ixgbe: add minimal parser details for ixgbe
3719 - i40e: trivial: drop duplicate definition
3720 - i40e: trivial: fix missing space
3721 - i40e: fix bug in dma sync
3722 - i40e: do TSO only if CHECKSUM_PARTIAL is set
3723 - i40e: allocate memory safer
3724 - i40e: fix: do not sleep in netdev_ops
3725 - i40e: APIs to Add/remove port mirroring rules
3726 - i40e: negate PHY int mask bits
3727 - i40e: drop unused function
3728 - i40e: count allocation errors
3729 - i40e: avoid large memcpy by assigning struct
3730 - i40e/i40evf: bump version to 1.4.12/1.4.8
3731 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
3732 - i40e: add priv flag for automatic rule eviction
3733 - i40e: use eth_platform_get_mac_address()
3734 - i40e: move sync_vsi_filters up in service_task
3735 - i40e: Make the DCB firmware checks for X710/XL710 only
3736 - i40e: set shared bit for multicast filters
3737 - i40e: add VEB stat control and remove L2 cloud filter
3738 - i40e: use new add_veb calling with VEB stats control
3739 - i40e: Refactor force_wb and WB_ON_ITR functionality code
3740 - i40evf: Change vf driver string to reflect all products i40evf supports
3741 - i40e/i40evf: don't lose interrupts
3742 - i40e/i40evf: try again after failure
3743 - i40e: dump descriptor indexes in hex
3744 - i40e/i40evf: use __GFP_NOWARN
3745 - i40e/i40evf: use pages correctly in Rx
3746 - i40e/i40evf: use logical operators, not bitwise
3747 - i40e: properly show packet split status in debugfs
3748 - i40e/i40evf: Bump version
3749 - ixgbe: use u32 instead of __u32 in model header
3750 - ixgbe: fix dates on header of ixgbe_model.h
3751 - i40e: get rid of magic number
3752 - i40e: drop unused debugfs file "dump"
3753 - i40evf: support packet split receive
3754 - i40e: trivial: cleanup use of pf->hw
3755 - i40e: Add a SW workaround for lost interrupts
3756 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3757 - i40e: Removal of code which relies on BASE VEB SEID
3758 - i40e/i40evf: avoid atomics
3759 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3760 - i40e: expand comment
3761 - i40e: better error reporting for nvmupdate
3762 - i40evf: set adapter state on reset failure
3763 - i40e: clean event descriptor before use
3764 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3765 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3766 - i40e/i40evf: Drop outer checksum offload that was not requested
3767 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3768 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3769 - i40e/i40evf: Consolidate all header changes into TSO function
3770 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3771 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3772 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3773 - i40e/i40evf: Do not write to descriptor unless we complete
3774 - i40e/i40evf: Add exception handling for Tx checksum
3775 - i40e/i40evf: Clean-up Rx packet checksum handling
3776 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3777 - i40e: Fix ATR in relation to tunnels
3778 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3779 - i40e: Update feature flags to reflect newly enabled features
3780 - i40evf: Update feature flags to reflect newly enabled features
3781 - i40e: Add support for ATR w/ IPv6 extension headers
3782 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3783 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3784 - i40e/i40evf: Move Tx checksum closer to TSO
3785 - i40e: Add functions to blink led on 10GBaseT PHY
3786 - i40e: Fix led blink capability for 10GBaseT PHY
3787 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3788 - i40e: Do not wait for Rx queue disable in DCB reconfig
3789 - i40e: Fix for unexpected messaging
3790 - i40e: Expose some registers to program parser, FD and RSS logic
3791 - i40e: add check for null VSI
3792 - i40e: add adminq commands for Rx CTL registers
3793 - i40e: implement and use Rx CTL helper functions
3794 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3795 - i40e: suspend scheduling during driver unload
3796 - i40e: let go of the past
3797 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3798
3799 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3800 - mpt3sas: A correction in unmap_resources
3801 - mpt3sas: Added support for high port count HBA variants.
3802 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3803 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3804 - mpt3sas: Never block the Enclosure device
3805 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3806 - mpt3sas: Added smp_affinity_enable module parameter.
3807 - mpt3sas: Add support for configurable Chain Frame Size
3808 - mpt3sas: Updated MPI Header to 2.00.42
3809 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3810 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3811 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3812
3813 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3814 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3815
3816 * Miscellaneous Ubuntu changes
3817 - [Packaging] git-ubuntu-log -- output should be utf-8
3818 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3819
3820 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3821
3822 linux (4.4.0-7.22) xenial; urgency=low
3823
3824 [ Tim Gardner ]
3825
3826 * Release Tracking Bug
3827 - LP: #1547205
3828
3829 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3830 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3831 - arm64: kernel: implement ACPI parking protocol
3832
3833 * Please pull cgroup namespaces (LP: #1546775)
3834 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3835 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3836 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3837 - SAUCE: (noup) cgroup: cgroup namespace setns support
3838 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3839 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3840 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3841 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3842
3843 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3844 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3845 - pwm: lpss: Remove ->free() callback
3846 - pwm: bcm2835: Calculate scaler in ->config()
3847 - pwm: bcm2835: Prevent division by zero
3848 - pwm: bcm2835: Fix email address specification
3849 - pwm: lpss: Update PWM setting for Broxton
3850 - pwm: lpss: Select core part automatically
3851 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3852 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3853 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3854 - pwm: lpc32xx: make device usable with common clock framework
3855 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3856 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3857 - pwm: rcar: Improve accuracy of frequency division setting
3858 - pwm: Add PWM driver for OMAP using dual-mode timers
3859 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3860 - pwm: omap-dmtimer: Potential NULL dereference on error
3861 - pwm: Mark all devices as "might sleep"
3862
3863 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3864 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3865 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3866
3867 * Update megaraid driver to MR6.10 (LP: #1544679)
3868 - megaraid_sas: Do not allow PCI access during OCR
3869 - megaraid_sas: MFI IO timeout handling
3870 - megaraid_sas: Syncing request flags macro names with firmware
3871 - megaraid_sas: Task management support
3872 - megaraid_sas: Update device queue depth based on interface type
3873 - megaraid_sas: Fastpath region lock bypass
3874 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3875 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3876 - megaraid_sas: Dual queue depth support
3877 - megaraid_sas: IO throttling support
3878 - megaraid_sas: Make adprecovery variable atomic
3879 - megaraid_sas: MFI adapter OCR changes
3880 - megaraid_sas: Introduce module parameter for SCSI command timeout
3881 - megaraid_sas: SPERC OCR changes
3882 - megaraid_sas: driver version upgrade
3883 - megaraid: fix null pointer check in megasas_detach_one().
3884 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3885 - megaraid_sas: Fix SMAP issue
3886 - megaraid_sas: Add an i/o barrier
3887
3888 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3889 - powerpc/powernv: Fix stale PE primary bus
3890
3891 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3892 - [Config] Update bnx2x d-i firmware to 7.12.30
3893
3894 * Miscellaneous Ubuntu changes
3895 - rebase to v4.4.2
3896
3897 * Miscellaneous upstream changes
3898 - openvswitch: allow management from inside user namespaces
3899 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3900 - net, thunderx: Remove unnecessary rcv buffer start address management
3901 - net: thunderx: HW TSO support for pass-2 hardware
3902 - net: thunderx: Enable CQE count threshold interrupt
3903 - net: cavium: liquidio: use helpers ns_to_timespec64()
3904 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3905 - arm64: KVM: Configure TCR_EL2.PS at runtime
3906 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3907 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3908 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3909 - arm64: lib: patch in prfm for copy_page if requested
3910 - arm64: prefetch: add missing #include for spin_lock_prefetch
3911 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3912 - net: thunderx: Use napi_schedule_irqoff()
3913 - net: thunderx: Assign affinity hints to vf's interrupts
3914 - net: thunderx: bgx: Use standard firmware node infrastructure.
3915 - net: thunderx: bgx: Add log message when setting mac address
3916 - net: thunderx: Alloc higher order pages when pagesize is small
3917 - net: cavium: liquidio: Return correct error code
3918 - net: cavium: liquidio: fix check for in progress flag
3919 - livepatch: add old_sympos as disambiguator field to klp_func
3920 - livepatch: add sympos as disambiguator field to klp_reloc
3921 - livepatch: function,sympos scheme in livepatch sysfs directory
3922 - module: Use the same logic for setting and unsetting RO/NX
3923 - gcov: use within_module() helper.
3924 - module: use a structure to encapsulate layout.
3925 - module: clean up RO/NX handling.
3926 - module: keep percpu symbols in module's symtab
3927 - livepatch: Cleanup module page permission changes
3928
3929 [ Upstream Kernel Changes ]
3930
3931 * rebase to v4.4.2
3932
3933 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3934
3935 linux (4.4.0-6.21) xenial; urgency=low
3936
3937 [ Tim Gardner ]
3938
3939 * Release Tracking Bug
3940 - LP: #1546283
3941
3942 * Naples/Zen, NTB Driver (LP: #1542071)
3943 - [Config] CONFIG_NTB_AMD=m
3944 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3945
3946 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3947 - SAUCE: storvsc: use small sg_tablesize on x86
3948
3949 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3950 - [Config] CONFIG_ARMV8_DEPRECATED=y
3951
3952 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3953 - powerpc/eeh: Fix stale cached primary bus
3954
3955 * Miscellaneous Ubuntu changes
3956 - SAUCE: fs: Add user namesapace member to struct super_block
3957 - SAUCE: fs: Limit file caps to the user namespace of the super block
3958 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3959 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3960 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3961 - SAUCE: fs: Treat foreign mounts as nosuid
3962 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3963 - SAUCE: userns: Replace in_userns with current_in_userns
3964 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3965 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3966 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3967 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3968 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3969 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3970 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3971 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3972 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3973 - SAUCE: fuse: Add support for pid namespaces
3974 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3975 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3976 - SAUCE: fuse: Allow user namespace mounts
3977 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3978 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3979 - SAUCE: quota: Convert ids relative to s_user_ns
3980 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3981 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3982 - SAUCE: quota: Treat superblock owner as privilged
3983 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3984 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3985 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3986 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3987 - SAUCE: fuse: Add module parameter to enable user namespace mounts
3988
3989 * Miscellaneous upstream changes
3990 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
3991 - libahci: Implement the capability to override the generic ahci interrupt handler.
3992 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
3993 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
3994
3995 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
3996
3997 linux (4.4.0-5.20) xenial; urgency=low
3998
3999 [ Tim Gardner ]
4000
4001 * Release Tracking Bug
4002 - LP: #1544637
4003
4004 * s390/cio: update measurement characteristics (LP: #1541534)
4005 - s390/cio: fix measurement characteristics memleak
4006 - s390/cio: ensure consistent measurement state
4007 - s390/cio: update measurement characteristics
4008
4009 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
4010 - qeth: initialize net_device with carrier off
4011
4012 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
4013 - [Config] CONFIG_ZONE_DMA=y
4014 - mm: CONFIG_NR_ZONES_EXTENDED
4015
4016 * perf enahancements for ppc64 (LP: #1521678)
4017 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
4018 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
4019 - perf kvm/powerpc: Port perf kvm stat to powerpc
4020 - perf kvm/powerpc: Add support for HCALL reasons
4021
4022 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
4023 - SAUCE: nbd: ratelimit error msgs after socket close
4024
4025 * sleep from invalid context in aa_move_mount (LP: #1539349)
4026 - SAUCE: apparmor: fix sleep from invalid context
4027
4028 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
4029 - net/mlx5_core: Modify enable/disable hca functions
4030 - net/mlx5_core: Add base sriov support
4031 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
4032 - net/mlx5: Update access functions to Query/Modify vport MAC address
4033 - net/mlx5: Introduce access functions to modify/query vport mac lists
4034 - net/mlx5: Introduce access functions to modify/query vport state
4035 - net/mlx5: Introduce access functions to modify/query vport promisc mode
4036 - net/mlx5: Introduce access functions to modify/query vport vlans
4037 - net/mlx5e: Write UC/MC list and promisc mode into vport context
4038 - net/mlx5e: Write vlan list into vport context
4039 - net/mlx5: Introducing E-Switch and l2 table
4040 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
4041 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
4042 - net/mlx5: E-Switch, Introduce Vport administration functions
4043 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
4044 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
4045 - net/mlx5: E-Switch, Introduce get vf statistics
4046 - net/mlx5e: Add support for SR-IOV ndos
4047 - net/mlx5: Fix query E-Switch capabilities
4048 - net/mlx5e: Assign random MAC address if needed
4049
4050 * make wacom_w8001 work well in xenial (LP: #1542771)
4051 - Input: wacom_w8001 - use __set_bit for evbits
4052 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
4053 - Input: wacom_w8001 - handle touch error case correctly
4054 - Input: wacom_w8001 - split pen and touch initialization up
4055 - Input: wacom_w8001 - split the touch and pen devices into two devices
4056 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
4057
4058 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
4059 - ubuntu: vbox -- update to 5.0.14-dfsg-2
4060
4061 * Miscellaneous Ubuntu changes
4062 - [Packaging] git-ubuntu-log -- fix empty section formatting
4063 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
4064
4065 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
4066
4067 linux (4.4.0-4.19) xenial; urgency=low
4068
4069 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
4070 - [Config] update spl/zfs version
4071 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
4072 - [Config] reconstruct -- drop links for zfs userspace components
4073 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
4074
4075 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
4076 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
4077
4078 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
4079 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
4080
4081 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
4082 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
4083
4084 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
4085 - HID: multitouch: enable palm rejection if device implements confidence usage
4086
4087 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
4088 - qla2xxx: Remove unavailable firmware files
4089 - qla2xxx: Enable Extended Logins support
4090 - qla2xxx: Enable Exchange offload support.
4091 - qla2xxx: Enable Target counters in DebugFS.
4092 - qla2xxx: Add FW resource count in DebugFS.
4093 - qla2xxx: Added interface to send explicit LOGO.
4094 - qla2xxx: Delete session if initiator is gone from FW
4095 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
4096 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
4097 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
4098 - qla2xxx: Add irq affinity notification
4099 - qla2xxx: Add selective command queuing
4100 - qla2xxx: Move atioq to a different lock to reduce lock contention
4101 - qla2xxx: Disable ZIO at start time.
4102 - qla2xxx: Set all queues to 4k
4103 - qla2xxx: Check for online flag instead of active reset when transmitting responses
4104 - scsi: qla2xxxx: avoid type mismatch in comparison
4105
4106 * [Hyper-V] PCI Passthrough (LP: #1541120)
4107 - x86/irq: Export functions to allow MSI domains in modules
4108 - genirq/msi: Export functions to allow MSI domains in modules
4109
4110 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
4111 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
4112 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
4113 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
4114 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
4115 - lpfc: Fix crash in fcp command completion path.
4116 - lpfc: Modularize and cleanup FDMI code in driver
4117 - lpfc: Fix RDP Speed reporting.
4118 - lpfc: Fix RDP ACC being too long.
4119 - lpfc: Make write check error processing more resilient
4120 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
4121 - lpfc: Fix mbox reuse in PLOGI completion
4122 - lpfc: Fix external loopback failure.
4123 - lpfc: Add logging for misconfigured optics.
4124 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
4125 - lpfc: Use kzalloc instead of kmalloc
4126 - lpfc: Update version to 11.0.0.10 for upstream patch set
4127
4128 * Miscellaneous Ubuntu changes
4129 - [Config] CONFIG_ARM64_VA_BITS=48
4130 - [Config] Fixed Vcs-Git
4131
4132 * Miscellaneous upstream changes
4133 - cxl: Fix possible idr warning when contexts are released
4134 - cxl: use correct operator when writing pcie config space values
4135 - cxlflash: drop unlikely before IS_ERR_OR_NULL
4136 - cxl: Fix DSI misses when the context owning task exits
4137 - cxlflash: Removed driver date print
4138 - cxlflash: Fix to resolve cmd leak after host reset
4139 - cxlflash: Resolve oops in wait_port_offline
4140 - cxlflash: Enable device id for future IBM CXL adapter
4141 - cxl: fix build for GCC 4.6.x
4142 - cxl: use -Werror only with CONFIG_PPC_WERROR
4143 - cxl: Enable PCI device ID for future IBM CXL adapter
4144
4145 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
4146
4147 linux (4.4.0-3.17) xenial; urgency=low
4148
4149 [ Tim Gardner ]
4150
4151 * Release Tracking Bug
4152 - LP: #1541058
4153 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
4154 - LP: #1531539
4155 * SAUCE: nvme merge cleanup
4156 - LP: #1531539
4157 * rebase to v4.4.1
4158
4159 [ Andy Whitcroft ]
4160
4161 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
4162 ioctls"
4163 - LP: #1538618
4164 * postinst -- detect symlinks correctly
4165 - LP: #1536810
4166
4167 [ John Johansen ]
4168
4169 * SAUCE: apparmor: fix sleep from invalid context
4170 - LP: #1539349
4171
4172 [ Upstream Kernel Changes ]
4173
4174 * powerpc/eeh: Fix PE location code
4175 - LP: #1538909
4176 * powerpc/pseries: Limit EPOW reset event warnings
4177 - LP: #1539102
4178 * lightnvm: fix bio submission issue
4179 - LP: #1531539
4180 * lightnvm: fix incorrect nr_free_blocks stat
4181 - LP: #1531539
4182 * lightnvm: add check after mempool allocation
4183 - LP: #1531539
4184 * lightnvm: unlock rq and free ppa_list on submission fail
4185 - LP: #1531539
4186 * lightnvm: move ppa erase logic to core
4187 - LP: #1531539
4188 * lightnvm: refactor rqd ppa list into set/free
4189 - LP: #1531539
4190 * lightnvm: refactor end_io functions for sync
4191 - LP: #1531539
4192 * lightnvm: return the get_bb_tbl return value
4193 - LP: #1531539
4194 * lightnvm: check bi_error in gc
4195 - LP: #1531539
4196 * lightnvm: put block back to gc list on its reclaim fail
4197 - LP: #1531539
4198 * lightnvm: fix locking and mempool in rrpc_lun_gc
4199 - LP: #1531539
4200 * lightnvm: sectors first in ppa list
4201 - LP: #1531539
4202 * lightnvm: move the pages per block check out of the loop
4203 - LP: #1531539
4204 * lightnvm: support multiple ppas in nvm_erase_ppa
4205 - LP: #1531539
4206 * lightnvm: move rq->error to nvm_rq->error
4207 - LP: #1531539
4208 * lightnvm: introduce nvm_submit_ppa
4209 - LP: #1531539
4210 * lightnvm: reference rrpc lun in rrpc block
4211 - LP: #1531539
4212 * lightnvm: fix missing grown bad block type
4213 - LP: #1531539
4214 * lightnvm: manage open and closed blocks separately
4215 - LP: #1531539
4216 * lightnvm: add mccap support
4217 - LP: #1531539
4218 * lightnvm: introduce mlc lower page table mappings
4219 - LP: #1531539
4220 * lightnvm: core on-disk initialization
4221 - LP: #1531539
4222 * lightnvm: introduce ioctl to initialize device
4223 - LP: #1531539
4224 * lightnvm: use system block for mm initialization
4225 - LP: #1531539
4226 * lightnvm: introduce factory reset
4227 - LP: #1531539
4228 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
4229 - LP: #1531539
4230 * blk-mq: add a flags parameter to blk_mq_alloc_request
4231 - LP: #1531539
4232 * nvme: move struct nvme_iod to pci.c
4233 - LP: #1531539
4234 * nvme: split command submission helpers out of pci.c
4235 - LP: #1531539
4236 * nvme: use offset instead of a struct for registers
4237 - LP: #1531539
4238 * nvme: split nvme_trans_device_id_page
4239 - LP: #1531539
4240 * nvme: use vendor it from identify
4241 - LP: #1531539
4242 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
4243 - LP: #1531539
4244 * nvme: simplify nvme_setup_prps calling convention
4245 - LP: #1531539
4246 * nvme: refactor nvme_queue_rq
4247 - LP: #1531539
4248 * nvme: factor out a nvme_unmap_data helper
4249 - LP: #1531539
4250 * nvme: move nvme_error_status to common code
4251 - LP: #1531539
4252 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
4253 - LP: #1531539
4254 * nvme: split __nvme_submit_sync_cmd
4255 - LP: #1531539
4256 * nvme: use the block layer for userspace passthrough metadata
4257 - LP: #1531539
4258 * nvme: move block_device_operations and ns/ctrl freeing to common code
4259 - LP: #1531539
4260 * nvme: add explicit quirk handling
4261 - LP: #1531539
4262 * nvme: move remaining CC setup into nvme_enable_ctrl
4263 - LP: #1531539
4264 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
4265 - LP: #1531539
4266 * nvme: add a common helper to read Identify Controller data
4267 - LP: #1531539
4268 * nvme: move the call to nvme_init_identify earlier
4269 - LP: #1531539
4270 * nvme: move namespace scanning to common code
4271 - LP: #1531539
4272 * nvme: move chardev and sysfs interface to common code
4273 - LP: #1531539
4274 * nvme: refactor set_queue_count
4275 - LP: #1531539
4276 * blk-integrity: empty implementation when disabled
4277 - LP: #1531539
4278 * NVMe: fix build with CONFIG_NVM enabled
4279 - LP: #1531539
4280 * nvme: fix another 32-bit build warning
4281 - LP: #1531539
4282 * nvme: precedence bug in nvme_pr_clear()
4283 - LP: #1531539
4284 * nvme: only ignore hardware errors in nvme_create_io_queues
4285 - LP: #1531539
4286 * nvme: only add a controller to dev_list after it's been fully
4287 initialized
4288 - LP: #1531539
4289 * nvme: protect against simultaneous shutdown invocations
4290 - LP: #1531539
4291 * nvme: don't take the I/O queue q_lock in nvme_timeout
4292 - LP: #1531539
4293 * nvme: merge nvme_abort_req and nvme_timeout
4294 - LP: #1531539
4295 * nvme: add NVME_SC_CANCELLED
4296 - LP: #1531539
4297 * nvme: simplify resets
4298 - LP: #1531539
4299 * nvme: do not restart the request timeout if we're resetting the
4300 controller
4301 - LP: #1531539
4302 * nvme: merge probe_work and reset_work
4303 - LP: #1531539
4304 * nvme: remove dead controllers from a work item
4305 - LP: #1531539
4306 * nvme: switch abort_limit to an atomic_t
4307 - LP: #1531539
4308 * NVMe: Implement namespace list scanning
4309 - LP: #1531539
4310 * NVMe: Use unbounded work queue for all work
4311 - LP: #1531539
4312 * NVMe: Remove device management handles on remove
4313 - LP: #1531539
4314 * NVMe: Simplify metadata setup
4315 - LP: #1531539
4316 * nvme: fix admin queue depth
4317 - LP: #1531539
4318 * nvme: factor out a few helpers from req_completion
4319 - LP: #1531539
4320 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
4321 - LP: #1531539
4322 * nvme: switch abort to blk_execute_rq_nowait
4323 - LP: #1531539
4324 * nvme: special case AEN requests
4325 - LP: #1531539
4326 * nvme: simplify completion handling
4327 - LP: #1531539
4328 * nvme: properly free resources for cancelled command
4329 - LP: #1531539
4330 * nvme: meta_sg doesn't have to be an array
4331 - LP: #1531539
4332 * nvme: merge iod and cmd_info
4333 - LP: #1531539
4334 * NVMe: Add pci error handlers
4335 - LP: #1531539
4336 * NVMe: Export namespace attributes to sysfs
4337 - LP: #1531539
4338 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
4339 - LP: #1531539
4340 * nvme: synchronize access to ctrl->namespaces
4341 - LP: #1531539
4342 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
4343 - LP: #1531539
4344 * nvme: make SG_IO support optional
4345 - LP: #1531539
4346 * NVMe: Fix admin queue ring wrap
4347 - LP: #1531539
4348 * NVMe: Use a retryable error code on reset
4349 - LP: #1531539
4350 * NVMe: Remove queue freezing on resets
4351 - LP: #1531539
4352 * NVMe: IO queue deletion re-write
4353 - LP: #1531539
4354 * NVMe: Shutdown controller only for power-off
4355 - LP: #1531539
4356 * NVMe: Export NVMe attributes to sysfs group
4357 - LP: #1531539
4358 * i40e: fix build warnings
4359 * net: i40e: shut up uninitialized variable warnings
4360 * Drivers: hv: vmbus: fix build warning
4361 * Drivers: hv: util: Increase the timeout for util services
4362 * Drivers: hv: utils: run polling callback always in interrupt context
4363 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
4364 * tools: hv: remove repeated HV_FCOPY string
4365 * Drivers: hv: util: catch allocation errors
4366 * Drivers: hv: utils: use memdup_user in hvt_op_write
4367 * drivers/hv: cleanup synic msrs if vmbus connect failed
4368 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
4369 num
4370 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
4371 * drivers:hv: Define the channel type for Hyper-V PCI Express
4372 pass-through
4373 * Drivers: hv: vss: run only on supported host versions
4374 * Drivers: hv: vmbus: Use uuid_le type consistently
4375 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
4376 * Drivers: hv: vmbus: Get rid of the unused macro
4377 * Drivers: hv: vmbus: Get rid of the unused irq variable
4378 * Drivers: hv: vmbus: serialize process_chn_event() and
4379 vmbus_close_internal()
4380 * Drivers: hv: vmbus: do sanity check of channel state in
4381 vmbus_close_internal()
4382 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
4383 driver
4384 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
4385 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
4386 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
4387 * Drivers: hv: vmbus: Fix a Host signaling bug
4388 * drivers/hv: correct tsc page sequence invalid value
4389 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
4390 * Drivers: hv: utils: Invoke the poll function after handshake
4391 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
4392 * Drivers: hv: utils: fix memory leak on on_msg() failure
4393 * Drivers: hv: utils: rename outmsg_lock
4394 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
4395 * Drivers: hv: utils: fix crash when device is removed from host side
4396 * Drivers: hv: ring_buffer.c: fix comment style
4397 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
4398 * Drivers: hv: ring_buffer: remove code duplication from
4399 hv_ringbuffer_peek/read()
4400 * Drivers: hv: remove code duplication between
4401 vmbus_recvpacket()/vmbus_recvpacket_raw()
4402 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
4403 * drivers/hv: replace enum hv_message_type by u32
4404 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
4405 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
4406 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
4407 header
4408 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
4409 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
4410 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
4411
4412 [ Upstream Kernel Changes ]
4413
4414 * rebase to v4.4.1
4415 - LP: #1533461
4416 - LP: #1529624
4417
4418 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
4419
4420 linux (4.4.0-2.16) xenial; urgency=low
4421
4422 [ Andy Whitcroft ]
4423
4424 * Release Tracking Bug
4425 - LP: #1539090
4426 * SAUCE: hv: hv_set_ifconfig -- convert to python3
4427 - LP: #1506521
4428 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
4429 - LP: #1538618
4430
4431 [ Colin Ian King ]
4432
4433 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
4434 bit FADT addresses (LP: #1529381)
4435 - LP: #1529381
4436
4437 [ John Johansen ]
4438
4439 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
4440 being shutdown
4441 - LP: #1446906
4442
4443 [ Mahesh Salgaonkar ]
4444
4445 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
4446 - LP: #1537881
4447 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
4448 interrupt.
4449 - LP: #1537881
4450 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
4451 base errors
4452 - LP: #1537881
4453
4454 [ Paolo Pisati ]
4455
4456 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
4457 #843419 build flags
4458 - LP: #1533009
4459 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
4460 * [Config] disable ARCH_ZX (ZTE ZX Soc)
4461
4462 [ Tim Gardner ]
4463
4464 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
4465 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
4466 - LP: #1536719
4467 * SAUCE: drop obsolete bnx2x firmware
4468 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
4469 - LP: #1536474
4470 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
4471 - LP: #1534647
4472 * [Config] Add pvpanic to virtual flavour
4473 - LP: #1537923
4474 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
4475 - LP: #1520457
4476
4477 [ Upstream Kernel Changes ]
4478
4479 * i40evf: fix compiler warning of unused variable
4480 - LP: #1536474
4481 * intel: i40e: fix confused code
4482 - LP: #1536474
4483 * i40e/i40evf: remove unused tunnel parameter
4484 - LP: #1536474
4485 * i40e: Change BUG_ON to WARN_ON in service event complete
4486 - LP: #1536474
4487 * i40e: remove BUG_ON from feature string building
4488 - LP: #1536474
4489 * i40e: remove BUG_ON from FCoE setup
4490 - LP: #1536474
4491 * i40e: Workaround fix for mss < 256 issue
4492 - LP: #1536474
4493 * i40e/i40evf: Add a stat to track how many times we have to do a force
4494 WB
4495 - LP: #1536474
4496 * i40e: Move the saving of old link info from handle_link_event to
4497 link_event
4498 - LP: #1536474
4499 * i40e/i40evf: Add comment to #endif
4500 - LP: #1536474
4501 * i40e/i40evf: clean up error messages
4502 - LP: #1536474
4503 * i40evf: handle many MAC filters correctly
4504 - LP: #1536474
4505 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
4506 - LP: #1536474
4507 * i40e: rework the functions to configure RSS with similar parameters
4508 - LP: #1536474
4509 * i40e: create a generic configure rss function
4510 - LP: #1536474
4511 * i40e: Bump version to 1.4.2
4512 - LP: #1536474
4513 * i40e: add new fields to store user configuration
4514 - LP: #1536474
4515 * i40e: rename rss_size to alloc_rss_size in i40e_pf
4516 - LP: #1536474
4517 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
4518 workaround
4519 - LP: #1536474
4520 * i40e/i40evf: prefetch skb data on transmit
4521 - LP: #1536474
4522 * i40evf: rename VF adapter specific RSS function
4523 - LP: #1536474
4524 * i40evf: create a generic config RSS function
4525 - LP: #1536474
4526 * i40evf: create a generic get RSS function
4527 - LP: #1536474
4528 * i40evf: add new fields to store user configuration of RSS
4529 - LP: #1536474
4530 * i40e: Update error messaging
4531 - LP: #1536474
4532 * i40e: fix confusing message
4533 - LP: #1536474
4534 * i40e: make error message more useful
4535 - LP: #1536474
4536 * i40evf: quoth the VF driver, Nevermore
4537 - LP: #1536474
4538 * i40evf: allocate queue vectors dynamically
4539 - LP: #1536474
4540 * i40evf: allocate ring structs dynamically
4541 - LP: #1536474
4542 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
4543 - LP: #1536474
4544 * i40e: fix: do not sleep in netdev_ops
4545 - LP: #1536474
4546 * i40e: remove unused argument
4547 - LP: #1536474
4548 * i40evf: increase max number of queues
4549 - LP: #1536474
4550 * i40evf: set real num queues
4551 - LP: #1536474
4552 * i40evf: remove duplicate string
4553 - LP: #1536474
4554 * i40e: Detection and recovery of TX queue hung logic moved to
4555 service_task from tx_timeout
4556 - LP: #1536474
4557 * i40e: Fix memory leaks, sideband filter programming
4558 - LP: #1536474
4559 * i40evf: don't use atomic allocation
4560 - LP: #1536474
4561 * i40e: propagate properly
4562 - LP: #1536474
4563 * i40evf: use correct types
4564 - LP: #1536474
4565 * i40e: use priv flags to control packet split
4566 - LP: #1536474
4567 * i40e: Remove separate functions gathering XOFF Rx stats
4568 - LP: #1536474
4569 * i40e: fix whitespace
4570 - LP: #1536474
4571 * i40e/i40evf: use logical operator
4572 - LP: #1536474
4573 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
4574 - LP: #1536474
4575 * i40e: trivial fixes
4576 - LP: #1536474
4577 * i40e: Fix i40e_print_features() VEB mode output
4578 - LP: #1536474
4579 * i40e: chomp the BIT(_ULL)
4580 - LP: #1536474
4581 * i40e: properly delete VF MAC filters
4582 - LP: #1536474
4583 * i40e: don't add zero MAC filter
4584 - LP: #1536474
4585 * i40evf: check rings before freeing resources
4586 - LP: #1536474
4587 * i40e: use explicit cast from u16 to u8
4588 - LP: #1536474
4589 * i40e: Opcode and structures required by OEM Post Update AQ command and
4590 add new NVM arq message
4591 - LP: #1536474
4592 * i40e: hush little warnings
4593 - LP: #1536474
4594 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
4595 - LP: #1536474
4596 * i40e: clean whole mac filter list
4597 - LP: #1536474
4598 * i40evf: change version string generation
4599 - LP: #1536474
4600 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
4601 - LP: #1536474
4602 * geneve: UDP checksum configuration via netlink
4603 - LP: #1536474
4604 * geneve: Add geneve udp port offload for ethernet devices
4605 - LP: #1536474
4606 * i40e: geneve tunnel offload support
4607 - LP: #1536474
4608 * geneve: Add geneve_get_rx_port support
4609 - LP: #1536474
4610 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
4611 - LP: #1536474
4612 * i40e: change log messages and error returns
4613 - LP: #1536474
4614 * i40e: allow zero MAC address for VFs
4615 - LP: #1536474
4616 * i40e: Look up MAC address in Open Firmware or IDPROM
4617 - LP: #1536474
4618 * i40e: Fix Rx hash reported to the stack by our driver
4619 - LP: #1536474
4620 * i40e: remove forever unused ID
4621 - LP: #1536474
4622 * igb: add 88E1543 initialization code
4623 * igb: don't unmap NULL hw_addr
4624 * igb: use the correct i210 register for EEMNGCTL
4625 * igb: fix NULL derefs due to skipped SR-IOV enabling
4626 * igb: improve handling of disconnected adapters
4627 * igb: Remove GS40G specific defines/functions
4628 * igb: Don't add PHY address to PCDL address
4629 * igb: Improve cable length function for I210, etc.
4630 * igb: Explicitly label self-test result indices
4631 * ixgbe: drop null test before destroy functions
4632 - LP: #1536473
4633 * ixgbe: Delete redundant include file
4634 - LP: #1536473
4635 * ixgbe: fix multiple kernel-doc errors
4636 - LP: #1536473
4637 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
4638 vector
4639 - LP: #1536473
4640 * ixgbe: Add KR mode support for CS4227 chip
4641 - LP: #1536473
4642 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
4643 to 12K
4644 - LP: #1536473
4645 * ixgbe/ixgbevf: use napi_schedule_irqoff()
4646 - LP: #1536473
4647 * ixgbe: Remove CS4227 diagnostic code
4648 - LP: #1536473
4649 * ixgbevf: use ether_addr_copy instead of memcpy
4650 - LP: #1536473
4651 * ixgbevf: fix spoofed packets with random MAC
4652 - LP: #1536473
4653 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
4654 - LP: #1536473
4655 * ixgbe: Add support for newer thermal alarm
4656 - LP: #1536473
4657 * ixgbe: Use private workqueue to avoid certain possible hangs
4658 - LP: #1536473
4659 * ixgbevf: Use a private workqueue to avoid certain possible hangs
4660 - LP: #1536473
4661 * ixgbevf: Minor cleanups
4662 - LP: #1536473
4663 * ixgbe: Refactor MAC address configuration code
4664 - LP: #1536473
4665 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
4666 - LP: #1536473
4667 * ixgbe: Allow FDB entries access to more RAR filters
4668 - LP: #1536473
4669 * ixgbe: Update PTP to support X550EM_x devices
4670 - LP: #1536473
4671 * ixgbe: Correct spec violations by waiting after reset
4672 - LP: #1536473
4673 * ixgbe: Wait for master disable to be set
4674 - LP: #1536473
4675 * ixgbe: Save VF info and take references
4676 - LP: #1536473
4677 * ixgbe: Handle extended IPv6 headers in Tx path
4678 - LP: #1536473
4679 * ixgbe: Always turn PHY power on when requested
4680 - LP: #1536473
4681 * ixgbevf: Handle extended IPv6 headers in Tx path
4682 - LP: #1536473
4683 * ixgbe: Return error on failure to allocate mac_table
4684 - LP: #1536473
4685 * ixgbe: Fix SR-IOV VLAN pool configuration
4686 - LP: #1536473
4687 * ixgbe: Simplify definitions for regidx and bit in set_vfta
4688 - LP: #1536473
4689 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
4690 - LP: #1536473
4691 * ixgbe: Simplify configuration of setting VLVF and VLVFB
4692 - LP: #1536473
4693 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
4694 - LP: #1536473
4695 * ixgbe: Reorder search to work from the top down instead of bottom up
4696 - LP: #1536473
4697 * ixgbe: Add support for VLAN promiscuous with SR-IOV
4698 - LP: #1536473
4699 * ixgbe: Fix VLAN promisc in relation to SR-IOV
4700 - LP: #1536473
4701 * ixgbe: Clear stale pool mappings
4702 - LP: #1536473
4703 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
4704 - LP: #1536473
4705 * ixgbe: do not report 2.5 Gbps as supported
4706 - LP: #1536473
4707 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
4708 per vector
4709 - LP: #1536473
4710 * ixgbevf: minor cleanups for ixgbevf_set_itr()
4711 - LP: #1536473
4712 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
4713 - LP: #1536473
4714 * ixgbe: report correct media type for KR, KX and KX4 interfaces
4715 - LP: #1536473
4716 * ixgbe: Clean up redundancy in hw_enc_features
4717 - LP: #1536473
4718 * ixgbe: fix RSS limit for X550
4719 - LP: #1536473
4720 * ixgbe: Correct X550EM_x revision check
4721 - LP: #1536473
4722 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
4723 - LP: #1536473
4724 * ixgbe: Fill at least min credits to a TC credit refills
4725 - LP: #1536473
4726 * ixgbe: use correct FCoE DDP max check
4727 - LP: #1536473
4728 * ixgbe: fix broken PFC with X550
4729 - LP: #1536473
4730 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
4731 - LP: #1536473
4732 * ixgbe: Correct handling of any outer UDP checksum setting
4733 - LP: #1536473
4734 * ixgbe: Fix to get FDMI HBA attributes information with X550
4735 - LP: #1536473
4736 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
4737 - LP: #1536473
4738 * ixgbe: Make ATR recognize IPv6 extended headers
4739 - LP: #1536473
4740 * e1000: make eeprom read/write scheduler friendly
4741 * e1000: fix data race between tx_ring->next_to_clean
4742 * e1000: Remove checkpatch coding style errors
4743 * e1000: clean up the checking logic
4744 * e1000: fix a typo in the comment
4745 * e1000e: clean up the local variable
4746 * e1000: fix kernel-doc argument being missing
4747 * e1000: get rid of duplicate exit path
4748 * e1000: Elementary checkpatch warnings and checks removed
4749 * e1000e: fix division by zero on jumbo MTUs
4750 * e1000e: Increase timeout of polling bit RSPCIPHY
4751 * e1000e: initial support for i219-LM (3)
4752 * e1000e: Switch e1000e_up to void, drop code checking for error result
4753 * e1000e: Remove unreachable code
4754 * e1000e: Do not read ICR in Other interrupt
4755 * e1000e: Do not write lsc to ics in msi-x mode
4756 * e1000e: Fix msi-x interrupt automask
4757 * acpi: pci: Setup MSI domain for ACPI based pci devices
4758 * irqdomain: Introduce is_fwnode_irqchip helper
4759 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4760 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4761 * clk: xgene: Fix divider with non-zero shift value
4762 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4763 * fm10k: do not assume VF always has 1 queue
4764 - LP: #1536475
4765 * fm10k: Correct MTU for jumbo frames
4766 - LP: #1536475
4767 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4768 vector
4769 - LP: #1536475
4770 * fm10k: use napi_schedule_irqoff()
4771 - LP: #1536475
4772 * fm10k: set netdev features in one location
4773 - LP: #1536475
4774 * fm10k: reset max_queues on init_hw_vf failure
4775 - LP: #1536475
4776 * fm10k: always check init_hw for errors
4777 - LP: #1536475
4778 * fm10k: reinitialize queuing scheme after calling init_hw
4779 - LP: #1536475
4780 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4781 - LP: #1536475
4782 * fm10k: explicitly typecast vlan values to u16
4783 - LP: #1536475
4784 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4785 - LP: #1536475
4786 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4787 - LP: #1536475
4788 * fm10k: Add support for ITR scaling based on PCIe link speed
4789 - LP: #1536475
4790 * fm10k: introduce ITR_IS_ADAPTIVE macro
4791 - LP: #1536475
4792 * fm10k: Update adaptive ITR algorithm
4793 - LP: #1536475
4794 * fm10k: use macro for default Tx and Rx ITR values
4795 - LP: #1536475
4796 * fm10k: change default Tx ITR to 25usec
4797 - LP: #1536475
4798 * fm10k: TRIVIAL fix typo of hardware
4799 - LP: #1536475
4800 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4801 - LP: #1536475
4802 * fm10k: use ether_addr_copy to copy MAC address
4803 - LP: #1536475
4804 * fm10k: do not use CamelCase
4805 - LP: #1536475
4806 * fm10k: remove unnecessary else block from if statements with return
4807 - LP: #1536475
4808 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4809 - LP: #1536475
4810 * fm10k: consistently refer to VLANs and VLAN IDs
4811 - LP: #1536475
4812 * fm10k: bump driver version
4813 - LP: #1536475
4814 * fm10k: conditionally compile DCB and DebugFS support
4815 - LP: #1536475
4816 * fm10k: Cleanup MSI-X interrupts in case of failure
4817 - LP: #1536475
4818 * fm10k: Cleanup exception handling for mailbox interrupt
4819 - LP: #1536475
4820 * fm10k: do not inline fm10k_iov_select_vid()
4821 - LP: #1536475
4822 * fm10k: whitespace cleanups
4823 - LP: #1536475
4824 * fm10k: use BIT() macro instead of open-coded bit-shifting
4825 - LP: #1536475
4826 * fm10k: cleanup namespace pollution
4827 - LP: #1536475
4828 * fm10k: cleanup overly long lines
4829 - LP: #1536475
4830 * fm10k: initialize xps at driver load
4831 - LP: #1536475
4832 * fm10k: don't initialize fm10k_workqueue at global level
4833 - LP: #1536475
4834 * fm10k: correctly pack TLV structures and explain reasoning
4835 - LP: #1536475
4836 * fm10k: Cleanup exception handling for changing queues
4837 - LP: #1536475
4838 * fm10k: use ether_addr_equal instead of memcmp
4839 - LP: #1536475
4840 * fm10k: address operator not needed when declaring function pointers
4841 - LP: #1536475
4842 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4843 - LP: #1536475
4844 * fm10k: remove unused struct element
4845 - LP: #1536475
4846 * fm10k: use true/false for boolean get_host_state
4847 - LP: #1536475
4848 * fm10k: cleanup mailbox code comments etc
4849 - LP: #1536475
4850 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4851 - LP: #1536475
4852 * device property: always check for fwnode type
4853 - LP: #1533035
4854 * device property: rename helper functions
4855 - LP: #1533035
4856 * device property: refactor built-in properties support
4857 - LP: #1533035
4858 * device property: keep single value inplace
4859 - LP: #1533035
4860 * device property: helper macros for property entry creation
4861 - LP: #1533035
4862 * device property: improve readability of macros
4863 - LP: #1533035
4864 * device property: return -EINVAL when property isn't found in ACPI
4865 - LP: #1533035
4866 * device property: Fallback to secondary fwnode if primary misses the
4867 property
4868 - LP: #1533035
4869 * device property: Take a copy of the property set
4870 - LP: #1533035
4871 * driver core: platform: Add support for built-in device properties
4872 - LP: #1533035
4873 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4874 - LP: #1533035
4875 * mfd: core: propagate device properties to sub devices drivers
4876 - LP: #1533035
4877 * mfd: intel-lpss: Add support for passing device properties
4878 - LP: #1533035
4879 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4880 - LP: #1533035
4881 * mfd: intel-lpss: Pass HSUART configuration via properties
4882 - LP: #1533035
4883 * i2c: designware: Convert to use unified device property API
4884 - LP: #1533035
4885 * keys, trusted: fix: *do not* allow duplicate key options
4886 - LP: #1398274
4887 * keys, trusted: select hash algorithm for TPM2 chips
4888 - LP: #1398274
4889 * keys, trusted: seal with a TPM2 authorization policy
4890 - LP: #1398274
4891 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4892 - LP: #1461360
4893 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4894 - LP: #1461360
4895 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4896 offset
4897 - LP: #1461360
4898 * drm/i915: WaRsDisableCoarsePowerGating
4899 - LP: #1527462
4900 * drm/i915/skl: Add SKL GT4 PCI IDs
4901 - LP: #1527462
4902 * drm/i915/skl: Disable coarse power gating up until F0
4903 - LP: #1527462
4904 * platform:x86: add Intel P-Unit mailbox IPC driver
4905 - LP: #1520457
4906 * intel_punit_ipc: add NULL check for input parameters
4907 - LP: #1520457
4908 * platform/x86: Add Intel Telemetry Core Driver
4909 - LP: #1520457
4910 * intel_pmc_ipc: update acpi resource structure for Punit
4911 - LP: #1520457
4912 * platform:x86: Add Intel telemetry platform device
4913 - LP: #1520457
4914 * platform:x86: Add Intel telemetry platform driver
4915 - LP: #1520457
4916 * platform:x86: Add Intel Telemetry Debugfs interfaces
4917 - LP: #1520457
4918 * cxlflash: a couple off by one bugs
4919
4920 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4921
4922 linux (4.4.0-1.15) xenial; urgency=low
4923
4924 [ Tim Gardner ]
4925
4926 * Release Tracking Bug
4927 - LP: #1536803
4928
4929 [ Upstream Kernel Changes ]
4930
4931 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4932 - LP: #1517142
4933
4934 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4935
4936 linux (4.4.0-0.14) xenial; urgency=low
4937
4938 [ Upstream Kernel Changes ]
4939
4940 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4941 - LP: #1522415
4942 * powerpc: Add __raw_rm_writeq() function
4943 - LP: #1522415
4944
4945 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4946
4947 linux (4.4.0-0.13) xenial; urgency=low
4948
4949 [ Andy Whitcroft ]
4950
4951 * [Config] s390x -- the kernel provides ppp-modules such as there are
4952 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4953
4954 [ Tim Gardner ]
4955
4956 * [Config] Update annotations for VIRTIO_{NET,BLK}
4957 - LP: #1533382
4958
4959 [ Upstream Kernel Changes ]
4960
4961 * powerpc/powernv: Add support for Nvlink NPUs
4962 - LP: #1522415
4963 * powerpc/powernv: Fix update of NVLink DMA mask
4964 - LP: #1522415
4965 * powerpc/powernv: Change NPU PE# assignment
4966 - LP: #1522415
4967 * powerpc/powernv: Reserve PE#0 on NPU
4968 - LP: #1522415
4969 * KEYS: Fix keyring ref leak in join_session_keyring()
4970 - LP: #1534887
4971 - CVE-2016-0728
4972
4973 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4974
4975 linux (4.4.0-0.12) xenial; urgency=low
4976
4977 [ Eric Dumazet ]
4978
4979 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4980 - LP: #1527902
4981
4982 [ Guilherme G. Piccoli ]
4983
4984 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4985 - LP: #1486180
4986
4987 [ Tim Gardner ]
4988
4989 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
4990 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
4991 - LP: #1532886
4992 * [Config] nvme.ko moved to drivers/nvme/host
4993 * [Config] scsi_dh morphed into 4 modules
4994 * [Config] CONFIG_IBMVNIC=m
4995 * [Config] Add DRM ast driver to udeb installer image
4996 - LP: #1514711
4997 * [Config] CONFIG_KVM=y for s390x
4998 - LP: #1532886
4999 * [Config] Install spl/zfs under the kernel modules directory
5000 Fixes some errors in generic.inclusion-list.log
5001
5002 [ Upstream Kernel Changes ]
5003
5004 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
5005 - LP: #1524574
5006 * EDAC: Add DDR4 flag
5007 - LP: #1519631
5008 * EDAC, sb_edac: Virtualize several hard-coded functions
5009 - LP: #1519631
5010 * EDAC, sb_edac: Add support for duplicate device IDs
5011 - LP: #1519631
5012 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
5013 - LP: #1519631
5014 * Driver for IBM System i/p VNIC protocol
5015 - LP: #1532303
5016
5017 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
5018
5019 linux (4.4.0-0.11) xenial; urgency=low
5020
5021 [ Tim Gardner ]
5022
5023 * [Config] Fix bogus reconstruct script
5024
5025 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
5026
5027 linux (4.4.0-0.10) xenial; urgency=low
5028
5029 [ Haren Myneni ]
5030
5031 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
5032 - LP: #1529666
5033
5034 [ Serge Hallyn ]
5035
5036 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
5037
5038 [ Tim Gardner ]
5039
5040 * [Config] CONFIG_ZONE_DEVICE=y for amd64
5041 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
5042 - LP: #1526869
5043 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
5044 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
5045 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
5046 * rebase to v4.4
5047
5048 [ Upstream Kernel Changes ]
5049
5050 * rebase to v4.4
5051
5052 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
5053
5054 linux (4.4.0-0.9) xenial; urgency=low
5055
5056 [ Tim Gardner ]
5057
5058 * rebase to v4.4-rc8
5059
5060 [ Upstream Kernel Changes ]
5061
5062 * rebase to v4.4-rc8
5063
5064 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
5065
5066 linux (4.4.0-0.8) xenial; urgency=low
5067
5068 [ Tim Gardner ]
5069
5070 * rebase to v4.4-rc7
5071
5072 [ Upstream Kernel Changes ]
5073
5074 * rebase to v4.4-rc7
5075
5076 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
5077
5078 linux (4.4.0-0.7) xenial; urgency=low
5079
5080 [ Hui Wang ]
5081
5082 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
5083 - LP: #1527096
5084
5085 [ Jann Horn ]
5086
5087 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
5088 uids/gids
5089 - LP: #1527374
5090
5091 [ Tim Gardner ]
5092
5093 * rebase to v4.4-rc6
5094
5095 [ Upstream Kernel Changes ]
5096
5097 * rebase to v4.4-rc6
5098 - LP: #1526330
5099
5100 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
5101
5102 linux (4.4.0-0.6) xenial; urgency=low
5103
5104 [ Andy Whitcroft ]
5105
5106 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
5107 support in latest compilers
5108 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
5109 ARMv8.1 support in latest compilers
5110
5111 [ Tim Gardner ]
5112
5113 * [Config] s390 -> s390x
5114 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
5115
5116 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
5117
5118 linux (4.4.0-0.5) xenial; urgency=low
5119
5120 [ Andy Whitcroft ]
5121
5122 * [Config] s390x -- enable tools
5123 - LP: #1524319
5124 * [Config] s390x -- add architecture to getabis
5125 * [Config] s390x -- add s390x ABI information
5126 * [Config] s390x -- enable ABI checks
5127
5128 [ Tim Gardner ]
5129
5130 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
5131 * [Config] Add s390 modules to nic-modules udeb
5132 - LP: #1525297
5133 * rebase to v4.4-rc5
5134
5135 [ Upstream Kernel Changes ]
5136
5137 * rebase to v4.4-rc5
5138 - LP: #1523517
5139 - LP: #1523232
5140
5141 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
5142
5143 linux (4.4.0-0.4) xenial; urgency=low
5144
5145 [ Upstream Kernel Changes ]
5146
5147 * cgroup: make css_set pin its css's to avoid use-afer-free
5148 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
5149 freezer_attach()
5150 * cgroup: fix handling of multi-destination migration from
5151 subtree_control enabling
5152
5153 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
5154
5155 linux (4.4.0-0.3) xenial; urgency=low
5156
5157 [ Upstream Kernel Changes ]
5158
5159 * rebase to v4.4-rc4
5160
5161 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
5162
5163 linux (4.4.0-0.2) xenial; urgency=low
5164
5165 [ Tim Gardner ]
5166
5167 * [Config] Add spl/zfs provides to generic and powerpc64-smp
5168 * [Config] Add zfs to d-i fs-core-modules
5169 * [Config] Include all s390 specific drivers in linux-image
5170 - LP: #1522210
5171
5172 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
5173
5174 linux (4.4.0-0.1) xenial; urgency=low
5175
5176 [ Andy Whitcroft ]
5177
5178 * [Tests] gcc-multilib does not exist on ppc64el redux
5179 - LP: #1515541
5180 * [Config] libunwind8-dev is not available on s390x
5181 * [Debian] Disable SPL/ZFS for cross compiling -- redux
5182 * [Config] s390x -- add dasd udebs
5183 - LP: #1519833
5184 * [Config] s390x -- include dasd modules in linux-image
5185 - LP: #1519833
5186 * [Config] s390x -- disable ZFS temporarily
5187 - LP: #1519820
5188 * [Config] s390s -- disable ABI/module checks
5189 * [Config] make IBMVETH consistent on powerpc/ppc64el
5190 - LP: #1521712
5191 * [Config] follow ibmvscsi name change
5192 - LP: #1521712
5193 * [Config] move ibm disk and ethernet drivers to linux-image
5194 - LP: #1521712
5195 * [Config] include ibmveth in nic-modules for ppc64el
5196 - LP: #1521712
5197 * [Config] s390x -- disable abi/module checks for s390x
5198
5199 [ Joseph Salisbury ]
5200
5201 * SAUCE: scsi_sysfs: protect against double execution of
5202 __scsi_remove_device()
5203 - LP: #1509029
5204
5205 [ Seth Forshee ]
5206
5207 * [Config] CONFIG_DRM_AMDGPU_CIK=n
5208 - LP: #1510405
5209
5210 [ Tim Gardner ]
5211
5212 * [Debian] Disable SPL/ZFS for cross compiling
5213 * [Config] CONFIG_SCSI_IBMVSCSI=m
5214 - LP: #1515872
5215 * rebase to v4.4-rc2
5216 * [Config] updateconfigs
5217 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
5218 * SAUCE: do_zfs=false temporarily
5219 * [Config] CONFIG_LUSTRE_FS=n
5220 * [Debian] Disable udebs when cross compiling
5221 * rebase to v4.4-rc3
5222 * [Config] CONFIG_AUFS_FS=m
5223 * SAUCE: AUFS
5224
5225 [ Upstream Kernel Changes ]
5226
5227 * ZFS: Update with 4.4 support
5228 * SPL: Update with 4.4 support
5229
5230 [ Upstream Kernel Changes ]
5231
5232 * rebase to v4.4-rc3
5233 - LP: #1519168
5234 * rebase to v4.4-rc2
5235 - LP: #1506615
5236 - LP: #1502781
5237
5238 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
5239
5240 linux (4.3.0-0.8) xenial; urgency=low
5241
5242 [ Andy Whitcroft ]
5243
5244 * [Config] re-enable OSS support and blacklist
5245 - LP: #1434842
5246 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
5247 * [Packaging] config-check -- improve syntax diagnostics
5248 * [Packaging] module-inclusion -- add dependency inclusion for a list
5249 * [Packaging] config-check -- accumulate multi-line annotations correctly
5250 * [Packaging] config-check -- handle V2 annotations format
5251 * [Packaging] s390x -- add architecture to kernelconfig
5252 - LP: #1488653
5253 * [Config] s390x -- initial configuration
5254 * [Config] s390x -- add initial binary image
5255 * [Config] s390x -- initial configuration update
5256 * [Config] s390x -- produce linux-image
5257 * [Config] s390x -- d-i module exclusions
5258 * [Config] apply Device Drivers >> LED Support >> LED Class Support
5259 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
5260 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
5261 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
5262 * [Config] -- s390x -- configuration review updates
5263 * [Config] annotations -- add review marks
5264 * [Config] annotations -- config review 4.3 updates
5265 * [Config] annotations -- expose reviews
5266 * [Config] updateconfigs following incoporation of s390x configs
5267 * [Tests] gcc-multilib does not exist on ppc64el
5268 - LP: #1515541
5269
5270 [ Dan Carpenter ]
5271
5272 * SAUCE: (noup) cxlflash: a couple off by one bugs
5273 - LP: #1499849
5274
5275 [ Haren Myneni ]
5276
5277 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
5278
5279 [ Jay Vosburgh ]
5280
5281 * SAUCE: fan: add VXLAN implementation
5282
5283 [ Manoj Kumar ]
5284
5285 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
5286 - LP: #1513583
5287
5288 [ Matthew R. Ochs ]
5289
5290 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
5291 - LP: #1513583
5292
5293 [ Tim Gardner ]
5294
5295 * [Config] CONFIG_AUFS_EXPORT=y
5296 - LP: #1121699
5297
5298 [ Upstream Kernel Changes ]
5299
5300 * misc/genwqe: get rid of atomic allocations
5301 * crypto: 842 - Add CRC and validation support
5302 - LP: #1497878
5303 * cxlflash: Fix to avoid invalid port_sel value
5304 * cxlflash: Replace magic numbers with literals
5305 * cxlflash: Fix read capacity timeout
5306 * cxlflash: Fix potential oops following LUN removal
5307 * cxlflash: Fix data corruption when vLUN used over multiple cards
5308 * cxlflash: Fix to avoid sizeof(bool)
5309 * cxlflash: Fix context encode mask width
5310 * cxlflash: Fix to avoid CXL services during EEH
5311 * cxlflash: Correct naming of limbo state and waitq
5312 * cxlflash: Make functions static
5313 * cxlflash: Refine host/device attributes
5314 * cxlflash: Fix to avoid spamming the kernel log
5315 * cxlflash: Fix to avoid stall while waiting on TMF
5316 * cxlflash: Fix location of setting resid
5317 * cxlflash: Fix host link up event handling
5318 * cxlflash: Fix async interrupt bypass logic
5319 * cxlflash: Remove dual port online dependency
5320 * cxlflash: Fix AFU version access/storage and add check
5321 * cxlflash: Correct usage of scsi_host_put()
5322 * cxlflash: Fix to prevent workq from accessing freed memory
5323 * cxlflash: Correct behavior in device reset handler following EEH
5324 * cxlflash: Remove unnecessary scsi_block_requests
5325 * cxlflash: Fix function prolog parameters and return codes
5326 * cxlflash: Fix MMIO and endianness errors
5327 * cxlflash: Fix to prevent EEH recovery failure
5328 * cxlflash: Correct spelling, grammar, and alignment mistakes
5329 * cxlflash: Fix to prevent stale AFU RRQ
5330 * cxlflash: Fix to double the delay each time
5331 * cxlflash: Fix to avoid corrupting adapter fops
5332 * cxlflash: Correct trace string
5333 * cxlflash: Fix to avoid potential deadlock on EEH
5334 * cxlflash: Fix to avoid leaving dangling interrupt resources
5335 * cxlflash: Fix to escalate to LINK_RESET on login timeout
5336 * cxlflash: Fix to avoid corrupting port selection mask
5337 * cxlflash: Fix to avoid lock instrumentation rejection
5338 * cxlflash: Fix to avoid bypassing context cleanup
5339
5340 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
5341
5342 linux (4.3.0-0.7) xenial; urgency=low
5343
5344 [ Tim Gardner ]
5345
5346 * Revert "Bypass spl/zfs config"
5347 Causes unresolved symbols on load.
5348 * [Config] Enable ZFS for powerpc64-smp
5349
5350 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
5351
5352 linux (4.3.0-0.6) xenial; urgency=low
5353
5354 [ Tim Gardner ]
5355
5356 * Release Tracking Bug
5357 - LP: #1512704
5358 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
5359
5360 [ Andy Whitcroft ]
5361
5362 * [Packaging] add feature interlock with mainline builds
5363 * apparmor -- follow change to this_cpu_ptr
5364
5365 [ John Johansen ]
5366
5367 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
5368 - LP: #1383886
5369 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
5370 - LP: #1362199
5371 * SAUCE: Revert: fix: only allow a single threaded process to ...
5372 - LP: #1371310
5373 * SAUCE: (no-up) fix: bad unix_addr_fs macro
5374 - LP: #1390223
5375 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5376 - LP: #1408833
5377 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
5378 - LP: #1496430
5379
5380 [ Tim Gardner ]
5381
5382 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
5383 - LP: #1511006
5384 * rebase to v4.3
5385 * Bypass spl/zfs config
5386 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
5387 * [Config] Default AppArmor settings
5388
5389 [ Upstream Kernel Changes ]
5390
5391 * rebase to v4.3
5392
5393 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
5394
5395 linux (4.3.0-0.5) xenial; urgency=low
5396
5397 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
5398
5399 [ Upstream Kernel Changes ]
5400
5401 * rebase to v4.3-rc7
5402 - LP: #1504778
5403
5404 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
5405
5406 linux (4.3.0-0.4) xenial; urgency=low
5407
5408 [ Tim Gardner ]
5409
5410 * [Debian] Update to new signing key type and location
5411
5412 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
5413
5414 linux (4.3.0-0.3) wily; urgency=low
5415
5416 [ Tim Gardner ]
5417
5418 * [Debian] sign-file is now compiled
5419
5420 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
5421
5422 linux (4.3.0-0.2) wily; urgency=low
5423
5424 [ Tim Gardner ]
5425
5426 * [Config] Added libssl-dev to Build-Depends
5427
5428 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
5429
5430 linux (4.3.0-0.1) wily; urgency=low
5431
5432 [ Upstream Kernel Changes ]
5433
5434 * rebase to v4.3-rc6
5435 * rebase to v4.3-rc5
5436 * rebase to v4.3-rc4
5437 * rebase to v4.3-rc3
5438 * rebase to v4.3-rc2
5439 * rebase to v4.3-rc1
5440 - LP: #1492132
5441 - LP: #1481575
5442
5443 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
5444
5445 linux (4.2.0-10.11) wily; urgency=low
5446
5447 [ Andy Whitcroft ]
5448
5449 * Release Tracking Bug
5450 - LP: #1495208
5451 * No change rebuild to avoid issues with leading zero bytes on
5452 internal module signing key. (see launchpad bug 1494943)
5453
5454 [ Ming Lei ]
5455
5456 * [Config] SERIAL_8250_DW=y for arm64
5457
5458 [ Upstream Kernel Changes ]
5459
5460 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
5461 code
5462 - LP: #1484486
5463 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
5464 - LP: #1484486
5465 * drm/i915/gen8: Re-order init pipe_control in lrc mode
5466 - LP: #1484486
5467 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
5468 - LP: #1484486
5469 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5470 workaround
5471 - LP: #1484486
5472 * drm/i915: Bail out early if WA batch is not available for given Gen
5473 - LP: #1484486
5474 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
5475 - LP: #1484486
5476 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
5477 - LP: #1484486
5478 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
5479 - LP: #1484486
5480 * drm/i915: Enable WA batch buffers for Gen9
5481 - LP: #1484486
5482 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
5483 - LP: #1484486
5484 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
5485 - LP: #1484486
5486 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5487 workaround
5488 - LP: #1484486
5489 * drm/i915/gen9: Add
5490 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
5491 - LP: #1484486
5492 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
5493 - LP: #1484486
5494 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
5495 - LP: #1484486
5496 * drm/i915/skl: Don't expose the top most plane on gen9 display
5497 - LP: #1484486
5498 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
5499 - LP: #1484486
5500 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
5501 - LP: #1484486
5502 * drm/i915: reduce indent in i9xx_hpd_irq_handler
5503 - LP: #1484531
5504 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
5505 - LP: #1484531
5506 * drm/i915: reduce indent in intel_hpd_irq_handler
5507 - LP: #1484531
5508 * drm/i915: group all hotplug related fields into a new struct in
5509 dev_priv
5510 - LP: #1484531
5511 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
5512 - LP: #1484531
5513 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
5514 - LP: #1484531
5515 * drm/i915: put back the indent in intel_hpd_irq_handler
5516 - LP: #1484531
5517 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
5518 - LP: #1484531
5519 * drm/i915: simplify condition for digital port
5520 - LP: #1484531
5521 * drm/i915: abstract away platform specific parts from hpd handling
5522 - LP: #1484531
5523 * drm/i915: Handle HPD when it has actually occurred
5524 - LP: #1484531
5525 * drm/i915: Set power domain for DDI-E
5526 - LP: #1484531
5527 * drm/i915: Set alternate aux for DDI-E
5528 - LP: #1484531
5529 * drm/i915/skl: enable DDI-E hotplug
5530 - LP: #1484531
5531 * drm/i915/bxt: fix DDI PHY vswing scale value setting
5532 - LP: #1494163
5533 * drm/i915/skl: Buffer translation improvements
5534 - LP: #1494163
5535 * drm/i915: Per-DDI I_boost override
5536 - LP: #1494163
5537 * drm/i915: fix VBT parsing for SDVO child device mapping
5538 - LP: #1494163
5539 * drm/i915/bxt: edp1.4 Intermediate Freq support
5540 - LP: #1494163
5541 * drm/i915: fix link rates reported for SKL
5542 - LP: #1494163
5543 * drm/i915: Allow parsing of variable size child device entries from VBT
5544 - LP: #1494163
5545 * drm/i915/skl: Update DDI buffer translation programming.
5546 - LP: #1494163
5547 * drm/i915: Enable HDMI on DDI-E
5548 - LP: #1484531
5549 * drm/i915/skl: Enable DDI-E
5550 - LP: #1484531
5551 * drm/i915: eDP can be present on DDI-E
5552 - LP: #1484531
5553 * drm/i915/skl: Adding DDI_E power well domain
5554 - LP: #1484531
5555 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
5556 - LP: #1490035
5557 * drm/i915: Split atomic wm update to pre and post variants
5558 - LP: #1493746
5559 * drm/i915/skl: Drop the preliminary_hw_support flag
5560 - LP: #1486868
5561 * drm/i915: set FDI translations to NULL on SKL
5562 - LP: #1494163
5563
5564 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
5565
5566 linux (4.2.0-9.9) wily; urgency=low
5567
5568 [ Tim Gardner ]
5569
5570 * Release Tracking Bug
5571 - LP: #1493970
5572 * [Config] CONFIG_MFD_INTEL_LPSS=m
5573 - LP: #1397876
5574
5575 [ dann frazier ]
5576
5577 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5578 - LP: #1388952
5579
5580 [ Michael Ellerman ]
5581
5582 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
5583 Fixes FTBS on 32 bit powerpc, patch sent upstream.
5584
5585 [ Upstream Kernel Changes ]
5586
5587 * thermal/powerclamp: add cpu id for skylake h/s
5588 - LP: #1398269
5589 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
5590 - LP: #1397852
5591 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
5592 - LP: #1460905
5593 * i2c: i801: Create iTCO device on newer Intel PCHs
5594 - LP: #1460905
5595 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
5596 - LP: #1460905
5597 * perf/x86: Add a native_perf_sched_clock_from_tsc()
5598 - LP: #1397867
5599 * perf/x86/intel: Add support for PEBSv3 profiling
5600 - LP: #1397867
5601 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
5602 - LP: #1397867
5603 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
5604 - LP: #1397867
5605 * perf: Add cycles to branch_info
5606 - LP: #1397867
5607 * perf/x86/intel/lbr: Add support for LBRv5
5608 - LP: #1397867
5609 * perf/x86/intel: Handle new arch perfmon v4 status bits
5610 - LP: #1397867
5611 * perf/x86/intel: Move PMU ACK to after LBR read
5612 - LP: #1397867
5613 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
5614 - LP: #1397867
5615 * perf/x86/intel: Add Intel Skylake PMU support
5616 - LP: #1397867
5617 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
5618 call stack
5619 - LP: #1397867
5620 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
5621 - LP: #1397867
5622 * perf/x86: Make merge_attr() global to use from perf_event_intel
5623 - LP: #1397867
5624 * perf/x86/intel: Use 0x11 as extra reg test value
5625 - LP: #1397867
5626 * perf tools: Add support for cycles, weight branch_info field
5627 - LP: #1397867
5628 * perf report: Add flag for non ANY branch mode
5629 - LP: #1397867
5630 * perf report: Add infrastructure for a cycles histogram
5631 - LP: #1397867
5632 * perf report: Add processing for cycle histograms
5633 - LP: #1397867
5634 * perf annotate: Compute IPC and basic block cycles
5635 - LP: #1397867
5636 * perf annotate: Finally display IPC and cycle accounting
5637 - LP: #1397867
5638 * perf top: Add branch annotation code to top
5639 - LP: #1397867
5640 * perf report: Display cycles in branch sort mode
5641 - LP: #1397867
5642 * perf annotate: Fix 32-bit compilation error in util/annotate.c
5643 - LP: #1397867
5644 * PM / QoS: Make it possible to expose device latency tolerance to
5645 userspace
5646 - LP: #1460908
5647 * ACPI / PM: Attach ACPI power domain only once
5648 - LP: #1460908
5649 * Driver core: wakeup the parent device before trying probe
5650 - LP: #1460908
5651 * klist: implement klist_prev()
5652 - LP: #1460908
5653 * driver core: implement device_for_each_child_reverse()
5654 - LP: #1460908
5655 * mfd: make mfd_remove_devices() iterate in reverse order
5656 - LP: #1460908
5657 * dmaengine: add a driver for Intel integrated DMA 64-bit
5658 - LP: #1460908
5659 * mfd: Add support for Intel Sunrisepoint LPSS devices
5660 - LP: #1460908
5661 * spi: pxa2xx: Add support for Intel Sunrisepoint
5662 - LP: #1397876
5663 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
5664 - LP: #1397876
5665 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
5666 - LP: #1397876
5667 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
5668 for it
5669 - LP: #1397876
5670 * intel_idle: Skylake Client Support
5671 - LP: #1397877
5672 * powerpc/kernel: Switch to using MAX_ERRNO
5673 - LP: #1458876
5674 * powerpc/kernel: Change the do_syscall_trace_enter() API
5675 - LP: #1458876
5676 * powerpc: Drop unused syscall_get_error()
5677 - LP: #1458876
5678 * powerpc: Don't negate error in syscall_set_return_value()
5679 - LP: #1458876
5680 * powerpc: Rework syscall_get_arguments() so there is only one loop
5681 - LP: #1458876
5682 * powerpc: Use orig_gpr3 in syscall_get_arguments()
5683 - LP: #1458876
5684 * powerpc: Change syscall_get_nr() to return int
5685 - LP: #1458876
5686 * powerpc/kernel: Add SIG_SYS support for compat tasks
5687 - LP: #1458876
5688 * powerpc/kernel: Enable seccomp filter
5689 - LP: #1458876
5690 * selftests/seccomp: Make seccomp tests work on big endian
5691 - LP: #1458876
5692 * selftests/seccomp: Add powerpc support
5693 - LP: #1458876
5694 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
5695
5696 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
5697
5698 linux (4.2.0-8.8) wily; urgency=low
5699
5700 [ Tim Gardner ]
5701
5702 * Release Tracking Bug
5703 - LP: #1493357
5704 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
5705 - LP: #1488495
5706 * [Config] CONFIG_CXLFLASH=m
5707 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
5708
5709
5710 [ Andy Whitcroft ]
5711
5712 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
5713 * [Packaging] mark up control for stage1
5714 * [Config] kernel-versions -- clean up deps field
5715 * [Config] s390x -- build linux-libc-dev
5716 - LP: #1488653
5717 * [Packaging] control -- prepare for new kernel-wedge semantics
5718
5719 [ Upstream Kernel Changes ]
5720
5721 * crypto: vmx - Fixing AES-CTR counter bug
5722 - LP: #1484519
5723 * crypto: vmx - Fixing GHASH Key issue on little endian
5724 - LP: #1484519
5725 * powerpc: Uncomment and make enable_kernel_vsx() routine available
5726 - LP: #1484519
5727 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
5728 - LP: #1484519
5729 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
5730 'okay'
5731 - LP: #1488495
5732 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
5733 - LP: #1488495
5734 * crypto: nx - do not emit extra output if status is disabled
5735 - LP: #1488495
5736 * crypto: nx - reduce chattiness of platform drivers
5737 - LP: #1488495
5738 * crypto: nx/842 - Fix context corruption
5739 - LP: #1488495
5740 * crypto: nx - remove __init/__exit from VIO functions
5741 - LP: #1488495
5742 * crypto: nx - remove pSeries NX 'status' field
5743 - LP: #1488495
5744 * crypto: nx - move kzalloc() out of spinlock
5745 - LP: #1488495
5746 * crypto: nx - don't register pSeries driver if ENODEV
5747 - LP: #1488495
5748 * crypto: nx - use common code for both NX decompress success cases
5749 - LP: #1488495
5750 * crypto: nx - merge nx-compress and nx-compress-crypto
5751 - LP: #1488495
5752 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5753 - LP: #1488495
5754 * crypto: nx - make platform drivers directly register with crypto
5755 - LP: #1488495
5756 * cxlflash: Base support for IBM CXL Flash Adapter
5757 - LP: #1449121
5758 * cxlflash: Base error recovery support
5759 - LP: #1449121
5760 * cxlflash: Superpipe support
5761 - LP: #1449121
5762 * cxlflash: Virtual LUN support
5763 - LP: #1449121
5764 * cxlflash: off by one bug in cxlflash_show_port_status()
5765 - LP: #1449121
5766 * cxlflash: shift wrapping bug in afu_link_reset()
5767 - LP: #1449121
5768 * cxlflash: Remove unused variable from queuecommand
5769 - LP: #1449121
5770 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5771 pci_controller_ops
5772 * powerpc/eeh: Probe after unbalanced kref check
5773 * misc: cxl: clean up afu_read_config()
5774 * cxl: Add explicit precision specifiers
5775 * cxl: use more common format specifier
5776 * cxl: Destroy cxl_adapter_idr on module_exit
5777 * cxl: Destroy afu->contexts_idr on release of an afu
5778 * cxl: Don't ignore add_process_element() result when attaching context
5779 * cxl: Compile with -Werror
5780 * cxl: sparse: Make declarations static
5781 * cxl: sparse: Silence iomem warning in debugfs file creation
5782 * cxl: Convert MMIO read/write macros to inline functions
5783 * cxl: Drop commands if the PCI channel is not in normal state
5784 * cxl: Allocate and release the SPA with the AFU
5785 * cxl: Make IRQ release idempotent
5786 * cxl: Clean up adapter MMIO unmap path.
5787 * cxl: Refactor adaptor init/teardown
5788 * cxl: Refactor AFU init/teardown
5789 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5790 * cxl: Allow the kernel to trust that an image won't change on PERST.
5791 * cxl: EEH support
5792 * cxl: Add CONFIG_CXL_EEH symbol
5793 * cxl: Plug irq_bitmap getting leaked in cxl_context
5794 * cxl: Add alternate MMIO error handling
5795 * cxl: Allow release of contexts which have been OPENED but not STARTED
5796 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5797 * cxl: Release irqs if memory allocation fails
5798 * cxl: Remove racy attempt to force EEH invocation in reset
5799 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5800 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5801 * cxl: Set up and enable PSL Timebase
5802
5803 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5804
5805 linux (4.2.0-7.7) wily; urgency=low
5806
5807 [ Tim Gardner ]
5808
5809 * Release Tracking Bug
5810 - LP: #1490564
5811 * rebase to v4.2
5812
5813 [ Wen Xiong ]
5814
5815 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5816 - LP: #1453892
5817
5818 [ Upstream Kernel Changes ]
5819
5820 * rebase to v4.2
5821 - LP: #1487345
5822
5823 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5824
5825 linux (4.2.0-6.6) wily; urgency=low
5826
5827 [ Tim Gardner ]
5828
5829 * Release Tracking Bug
5830 - LP: #1488138
5831
5832 [ Andy Whitcroft ]
5833
5834 * rebase to v4.2-rc8
5835
5836 [ Shilpasri G Bhat ]
5837
5838 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5839 level
5840 - LP: #1480894
5841 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5842 - LP: #1480894
5843 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5844 notification
5845 - LP: #1480894
5846 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5847 OCC_THROTTLE
5848 - LP: #1480894
5849 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5850 bit is set
5851 - LP: #1480894
5852 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5853 unthrottling
5854 - LP: #1480894
5855
5856 [ Upstream Kernel Changes ]
5857
5858 * rebase to v4.2-rc8
5859 - LP: #1483440
5860 - LP: #1484334
5861
5862 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5863
5864 linux (4.2.0-5.5) wily; urgency=low
5865
5866 [ Tim Gardner ]
5867
5868 * Release Tracking Bug
5869 - LP: #1487173
5870
5871 [ Andy Whitcroft ]
5872
5873 * [Packaging] correct spelling of probabaly on the tools packages
5874 - LP: #1256822
5875 * rebase to v4.2-rc7
5876
5877 [ dann frazier ]
5878
5879 * d-i: Add nicpf and nicvf to nic-modules
5880 * d-i: Enable usb modules on arm64
5881
5882 [ Mahesh Salgaonkar ]
5883
5884 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5885 - LP: #1482343
5886 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5887 - LP: #1482343
5888 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5889 machine check errors.
5890 - LP: #1482343
5891 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5892 - LP: #1482343
5893
5894 [ Vipin K Parashar ]
5895
5896 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5897 PowerNV platform
5898 - LP: #1469771
5899
5900 [ Upstream Kernel Changes ]
5901
5902 * rebase to v4.2-rc7
5903
5904 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5905
5906 linux (4.2.0-4.4) wily; urgency=low
5907
5908 [ Tim Gardner ]
5909
5910 * Release Tracking Bug
5911 - LP: #1483677
5912
5913 [ Achiad Shochat ]
5914
5915 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5916 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5917 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5918 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5919
5920 [ Adam Lee ]
5921
5922 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5923 - LP: #1480142
5924
5925 [ dann frazier ]
5926
5927 * [Config] CONFIG_NR_CPUS=128 on arm64
5928
5929 [ Leann Ogasawara ]
5930
5931 * [Config] d-i -- Add sfc to nic-modules udeb
5932 - LP: #1481490
5933
5934 [ Saeed Mahameed ]
5935
5936 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5937 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5938
5939 [ Tim Gardner ]
5940
5941 * [Config] CONFIG_X86_INTEL_MPX=y
5942 - LP: #1460902
5943 * [Debian] change dependency on module-init-tools to kmod
5944 - LP: #1481986
5945 * rebase to v4.2-rc6
5946
5947 [ Upstream Kernel Changes ]
5948
5949 * rebase to v4.2-rc6
5950
5951 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5952
5953 linux (4.2.0-3.3) wily; urgency=low
5954
5955 [ Tim Gardner ]
5956
5957 * Release Tracking Bug
5958 - LP: #1481462
5959 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5960 Fixes an FTBS for at least one DKMS package.
5961
5962 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5963
5964 linux (4.2.0-2.2) wily; urgency=low
5965
5966 [ Tim Gardner ]
5967
5968 * Release Tracking Bug
5969 - LP: #1481067
5970 * rebase to v4.2-rc5
5971
5972 [ Andy Whitcroft ]
5973
5974 * [Packaging] module-inclusion -- commonise copy code and simplify
5975 * [Packaging] module-inclusion -- add manual command entries
5976 * [Packaging] module blacklists -- add support for manual blacklists
5977 * [Packaging] do_common_tools should always be on
5978 * [Packaging] initscripts need installing when making the package
5979 * [Packaging] initscripts work around bug in debhelper systemd support
5980 * [Config] exclude oss modules from linux-image
5981 - LP: #1434842
5982 * hyper-v -- add hid and fb drivers to linux-virtual
5983 - LP: #1444179
5984 * ubuntu: (no-squash) vbox -- infrastructure and updater
5985 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5986 - LP: #1426113
5987 * ubuntu: vbox -- update to 5.0.0-dfsg-1
5988 - LP: #1480879
5989 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
5990 * [Config] move vbox modules into linux-image
5991
5992 [ Upstream Kernel Changes ]
5993
5994 * rebase to v4.2-rc5
5995 - LP: #1478497
5996 - LP: #1477900
5997
5998 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
5999
6000 linux (4.2.0-1.1~rc1) wily; urgency=low
6001
6002 [ Andy Whitcroft ]
6003
6004 * Release Tracking Bug
6005 - LP: #1479903
6006 * Initial upload of v4.2 based kernel (currently v4.-rc4)
6007
6008 [ Upstream Kernel Changes ]
6009
6010 * rebase to v4.2-rc4
6011 - LP: #1476987
6012 - LP: #1476888
6013 * rebase to v4.2-rc3
6014 * rebase to v4.2-rc2
6015 * rebase to v4.2-rc1
6016 - LP: #1394368
6017 - LP: #1427680
6018 - LP: #1462614
6019 - LP: #1397021
6020
6021 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
6022
6023 linux (4.1.0-3.3) wily; urgency=low
6024
6025 [ Andy Whitcroft ]
6026
6027 * Release Tracking Bug
6028 - LP: #1478897
6029
6030 [ Colin Ian King ]
6031
6032 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
6033 - CVE-2015-1333
6034
6035 [ Seth Forshee ]
6036
6037 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
6038 - LP: #1478578
6039
6040 [ Upstream Kernel Changes ]
6041
6042 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
6043 - LP: #1461620
6044 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
6045 * x86/nmi/64: Remove asm code that saves cr2
6046 * x86/nmi/64: Switch stacks on userspace NMI entry
6047 * x86/nmi/64: Reorder nested NMI checks
6048 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
6049 detection
6050
6051 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
6052
6053 linux (4.1.0-2.4) wily; urgency=low
6054
6055 [ Andy Whitcroft ]
6056
6057 * SAUCE: overlayfs: when copying up and reading directories ensure
6058 mounter had permissions V2
6059 - CVE-2015-1328
6060
6061 [ Leann Ogasawara ]
6062
6063 * Release Tracking Bug
6064 - LP: #1465419
6065
6066 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6067
6068 linux (4.1.0-2.2) wily; urgency=low
6069
6070 [ Tim Gardner ]
6071
6072 * rebase to v4.1.3
6073 * [Config] Add i40e[vf] to d-i
6074 - LP: #1476393
6075
6076 [ Upstream Kernel Changes ]
6077
6078 * rebase to v4.1.3
6079 - LP: #1427680
6080 - LP: #1462614
6081 - LP: #1394368
6082
6083 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
6084
6085 linux (4.1.0-1.1) wily; urgency=low
6086
6087 [ Andy Whitcroft ]
6088
6089 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6090 - LP: #1395877, #1410480
6091 * SAUCE: overlayfs: when copying up and reading directories ensure
6092 mounter had permissions V2
6093 - CVE-2015-1328
6094 * [Packaging] fix up Vcs-Git: to point to launchpad
6095 * [Config] correct linux-initramfs-tool virtual linkage
6096 - LP: #1474810
6097
6098 [ Chris J Arges ]
6099
6100 * [Config] Add dm-service-time to multipath-modules
6101 - LP: #1469240
6102 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
6103 - LP: #1464560
6104
6105 [ Jay Vosburgh ]
6106
6107 * SAUCE: fan: Proof of concept implementation (v2)
6108 - LP: #1439706
6109 * SAUCE: fan: tunnel multiple mapping mode (v3)
6110 - LP: #1470091
6111
6112 [ Leann Ogasawara ]
6113
6114 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
6115 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
6116 considering"
6117 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
6118 * Revert "SAUCE: dm-crypt: never use write same"
6119 * Release Tracking Bug
6120 - LP: #1476333
6121
6122 [ Tim Gardner ]
6123
6124 * Rebase to v4.1
6125 - LP: #1443371
6126 * [Config] Enable Apparmor
6127 * [Config] CONFIG_OVERLAY_FS_V1=y
6128 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
6129 - LP: #1469829
6130 * [Config] CONFIG_VM86=n
6131 - LP: #1473447
6132 * [Config] ACORN_PARTITION=n
6133 - LP: #1453117
6134
6135 [ Timo Aaltonen ]
6136
6137 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
6138 - LP: #1473319
6139
6140 [ Upstream Kernel Changes ]
6141
6142 * efi: efivar_create_sysfs_entry() should return negative error codes
6143 * efi: Add esrt support
6144 * x86, doc: Remove cmdline_size from list of fields to be filled in for
6145 EFI handover
6146 * efi/esrt: Fix some compiler warnings
6147 * efi: dmi: List SMBIOS3 table before SMBIOS table
6148 * efi: Add 'systab' information to Documentation/ABI
6149 * ALSA: hda - restore the MIC FIXUP for some Dell machines
6150 - LP: #1473560
6151 * mtd: powernv: Add powernv flash MTD abstraction driver
6152 - LP: #1464560
6153 * powerpc/powernv: Expose OPAL APIs required by PRD interface
6154 - LP: #1464560
6155 * powerpc/powernv: Add opal-prd channel
6156 - LP: #1464560
6157 * powerpc/powernv: fix construction of opal PRD messages
6158 - LP: #1464560
6159 * powerpc/include: Add opal-prd to installed uapi headers
6160 - LP: #1464560
6161 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
6162 - LP: #1464560
6163
6164 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
6165
6166 linux (4.0.0-2.4) wily; urgency=low
6167
6168 [ Andy Whitcroft ]
6169
6170 * SAUCE: overlayfs: when copying up and reading directories ensure
6171 mounter had permissions V2
6172 - CVE-2015-1328
6173
6174 [ Leann Ogasawara ]
6175
6176 * Release Tracking Bug
6177 - LP: #1465419
6178
6179 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6180
6181 linux (4.0.0-1.2) wily; urgency=low
6182
6183 [ Andy Whitcroft ]
6184
6185 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6186 - LP: #1395877, #1410480
6187 * [Config] enable CONFIG_OVERLAY_FS_V1
6188
6189 [ Tai Nguyen ]
6190
6191 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
6192 - LP: #1463211
6193
6194 [ Tim Gardner ]
6195
6196 * [Config] CONFIG_HIBERNATION=n for ppc64el
6197 - LP: #1463836
6198
6199 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
6200
6201 linux (4.0.0-1.1) wily; urgency=low
6202
6203 [ Leann Ogasawara ]
6204
6205 * Revert "md/raid0: fix bug with chunksize not a power of 2."
6206 - LP: #1457510
6207 * powerpc/powernv: Check image loaded or not before calling flash
6208 - LP: #1461553
6209
6210 [ Tim Gardner ]
6211
6212 * [Config] armhf: CPUFREQ_DT=y
6213 - LP: #1457781
6214
6215 [ Upstream Kernel Changes ]
6216
6217 * rebase to v4.0.5
6218 - LP: #1429756
6219 - LP: #1452175
6220 - LP: #1454656
6221 - LP: #1447909
6222 - LP: #1446517
6223 - LP: #1428947
6224 - LP: #1410704
6225 - LP: #1412800
6226 - LP: #1400215
6227 - LP: #1411193
6228 - LP: #1412800
6229 - LP: #1408295
6230 - LP: #1436745
6231
6232 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
6233
6234 linux (3.19.0-10.10) vivid; urgency=low
6235
6236 [ Andy Whitcroft ]
6237
6238 * [Packaging] control -- make element ordering deterministic
6239 * [Config] allow dracult to support initramfs as well
6240 - LP: #1109029
6241 * [Packaging] generate live watchdog blacklists
6242 - LP: #1432837
6243
6244 [ Leann Ogasawara ]
6245
6246 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
6247 - LP: #1397860
6248 * rebase to v3.19.2
6249
6250 [ Upstream Kernel Changes ]
6251
6252 * thinkpad_acpi: support new BIOS version string pattern
6253 - LP: #1417915
6254 * arm64: Invalidate the TLB corresponding to intermediate page table
6255 levels
6256 - LP: #1432546
6257 * perf tools: Support parsing parameterized events
6258 - LP: #1430341
6259 * perf tools: Extend format_alias() to include event parameters
6260 - LP: #1430341
6261 * perf Documentation: Add event parameters
6262 - LP: #1430341
6263 * perf tools: Document parameterized and symbolic events
6264 - LP: #1430341
6265 * perf: provide sysfs_show for struct perf_pmu_events_attr
6266 - LP: #1430341
6267 * perf: add PMU_EVENT_ATTR_STRING() helper
6268 - LP: #1430341
6269 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
6270 - LP: #1430341
6271 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
6272 - LP: #1430341
6273 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
6274 annotated
6275 - LP: #1430341
6276 * powerpc/perf/hv-gpci: add the remaining gpci requests
6277 - LP: #1430341
6278 * powerpc/perf/hv-24x7: Document sysfs event description entries
6279 - LP: #1430341
6280 * powerpc/iommu: Remove IOMMU device references via bus notifier
6281 - LP: #1425202
6282 * powerpc/pseries: Fix endian problems with LE migration
6283 - LP: #1428351
6284 * intel_idle: support additional Broadwell model
6285 - LP: #1400970
6286 * tools/power turbostat: support additional Broadwell model
6287 - LP: #1400970
6288 * KVM: x86: flush TLB when D bit is manually changed.
6289 - LP: #1397860
6290 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
6291 - LP: #1397860
6292 * KVM: Add generic support for dirty page logging
6293 - LP: #1397860
6294 * KVM: x86: switch to kvm_get_dirty_log_protect
6295 - LP: #1397860
6296 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
6297 log dirty
6298 - LP: #1397860
6299 * KVM: MMU: Add mmu help functions to support PML
6300 - LP: #1397860
6301 * KVM: MMU: Explicitly set D-bit for writable spte.
6302 - LP: #1397860
6303 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
6304 - LP: #1397860
6305 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
6306 - LP: #1397860
6307 * KVM: VMX: Add PML support in VMX
6308 - LP: #1397860
6309 * HID: multitouch: add support of clickpads
6310 * HID: multitouch: Add support for button type usage
6311
6312 [ Upstream Kernel Changes ]
6313
6314 * rebase to v3.19.2
6315 - LP: #1428947
6316
6317 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
6318
6319 linux (3.19.0-9.9) vivid; urgency=low
6320
6321 [ Leann Ogasawara ]
6322
6323 * Release Tracking Bug
6324 - LP: #1430930
6325
6326 [ Shachar Raindel ]
6327
6328 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
6329 arithmetic
6330 - LP: #1413741
6331 - CVE-2014-8159
6332
6333 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
6334
6335 linux (3.19.0-8.8) vivid; urgency=low
6336
6337 [ Andy Whitcroft ]
6338
6339 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
6340 - LP: #1426113
6341 * rebase to stable v3.19.1
6342
6343 [ John Johansen ]
6344
6345 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
6346 - LP: #1408833
6347
6348 [ Leann Ogasawara ]
6349
6350 * Release Tracking Bug
6351 - LP: #1429940
6352
6353 [ Upstream Kernel Changes ]
6354
6355 * xen: correct bug in p2m list initialization
6356 * net/mlx5_core: Fix configuration of log_uar_page_sz
6357 - LP: #1419938
6358 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
6359 - LP: #1420575
6360 * net/mlx4_core: Maintain a persistent memory for mlx4 device
6361 - LP: #1422481
6362 * net/mlx4_core: Set device configuration data to be persistent across
6363 reset
6364 - LP: #1422481
6365 * net/mlx4_core: Refactor the catas flow to work per device
6366 - LP: #1422481
6367 * net/mlx4_core: Enhance the catas flow to support device reset
6368 - LP: #1422481
6369 * net/mlx4_core: Activate reset flow upon fatal command cases
6370 - LP: #1422481
6371 * net/mlx4_core: Manage interface state for Reset flow cases
6372 - LP: #1422481
6373 * net/mlx4_core: Handle AER flow properly
6374 - LP: #1422481
6375 * net/mlx4_core: Enable device recovery flow with SRIOV
6376 - LP: #1422481
6377 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
6378 - LP: #1422481
6379 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
6380 - LP: #1428111
6381 * rebase to v3.19.1
6382 - LP: #1410704
6383 - LP: #1411193
6384 - LP: #1400215
6385
6386 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
6387
6388 linux (3.19.0-7.7) vivid; urgency=low
6389
6390 [ Andy Whitcroft ]
6391
6392 * Release Tracking Bug
6393 - LP: #1426013
6394
6395 [ Upstream Kernel Changes ]
6396
6397 * x86/irq: Fix regression caused by commit b568b8601f05
6398 * cxl: Fix leaking interrupts if attach process fails
6399 - LP: #1415102
6400 * cxl: Early return from cxl_handle_fault for a shut down context
6401 - LP: #1415102
6402 * cxl: Disable AFU debug flag
6403 - LP: #1415102
6404 * cxl: Disable SPAP register when freeing SPA
6405 - LP: #1415102
6406 * cxl: remove redundant increment of hwirq
6407 - LP: #1415102
6408 * cxl: Add tracepoints
6409 - LP: #1415102
6410 * cxl: Update CXL ABI documentation
6411 - LP: #1415102
6412 * cxl: Use image state defaults for reloading FPGA
6413 - LP: #1415102
6414 * cxl: Add image control to sysfs
6415 - LP: #1415102
6416 * cxl: Enable CAPP recovery
6417 - LP: #1415102
6418 * cxl: Add ability to reset the card
6419 - LP: #1415102
6420 * cxl: Fix device_node reference counting
6421 - LP: #1415102
6422 * cxl: Export optional AFU configuration record in sysfs
6423 - LP: #1415102
6424 * cxl: Fail AFU initialisation if an invalid configuration record is
6425 found
6426 - LP: #1415102
6427 * cxl: Add missing return statement after handling AFU errror
6428 - LP: #1415102
6429 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
6430 - LP: #1415102
6431 * powerpc/eeh: Allow to set maximal frozen times
6432 - LP: #1415102
6433 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
6434
6435 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
6436
6437 linux (3.19.0-6.6) vivid; urgency=low
6438
6439 [ Andy Whitcroft ]
6440
6441 * systemd -- fix hyper-v units to be non-forking
6442 - LP: #1401525
6443 * [Config] move vbox modules into linux-image
6444 * ubuntu: vbox -- update to 4.3.22-dfsg-1
6445
6446 [ Brad Figg ]
6447
6448 * SAUCE: DEP8 test to run our regression tests
6449
6450 [ Paolo Pisati ]
6451
6452 * [Config] I2C_CHARDEV=y
6453 - LP: #1417032
6454
6455 [ Upstream Kernel Changes ]
6456
6457 * PCI: Fix infinite loop with ROM image of size 0
6458 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
6459 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
6460 controller
6461 - LP: #1400215
6462
6463 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
6464
6465 linux (3.19.0-5.5) vivid; urgency=low
6466
6467 [ Andy Whitcroft ]
6468
6469 * [Config] CONFIG_FA_DUMP=y
6470 - LP: #1415562
6471 * ubuntu: (no-squash) vbox -- infrastructure and updater
6472 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
6473 * rebase to v3.19 final
6474
6475 [ Chris J Arges ]
6476
6477 * [Config] Add ibmvfc to d-i
6478 - LP: #1416001
6479 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
6480 - LP: #1292234
6481
6482 [ Upstream Kernel Changes ]
6483
6484 * rebase to v3.19
6485
6486 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
6487
6488 linux (3.19.0-4.4) vivid; urgency=low
6489
6490 [ Andy Whitcroft ]
6491
6492 * [Config] apply Kernel hacking >> Tracers config defaults
6493 * hyper-v -- fix comment handing in /etc/network/interfaces
6494 - LP: #1413020
6495 * rebase to v3.19-rc7
6496 * updateconfigs following rebase to v3.19-rc7
6497
6498 [ Ben Hutchings ]
6499
6500 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
6501 - LP: #1413149
6502
6503 [ Upstream Kernel Changes ]
6504
6505 * rebase to v3.19-rc7
6506
6507 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
6508
6509 linux (3.19.0-3.3) vivid; urgency=low
6510
6511 [ Andy Whitcroft ]
6512
6513 * [Debian] arm64 -- build ubuntu drivers
6514 - LP: #1411284
6515 * [Packaging] config-check -- add support for enforced annotations
6516 * [Config] annotations -- switch to ENFORCED annotations
6517 * [Packaging] config-check -- drop support for enforce file
6518 * [Packaging] enforce -- drop empty enforce file
6519 * rebase to v3.19-rc5
6520 * [Config] add modules removed due to tighter dependencies
6521 * [Config] updateconfigs following rebase to v3.19-rc5
6522 * [Config] enforce CONFIG_FHANDLE=y
6523 - LP: #1412543
6524 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
6525 - LP: #1408355
6526 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
6527 - LP: #1413646
6528 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
6529 message handler config defaults
6530 * [Config] apply Device Drivers >> Character devices >> Serial drivers
6531 config defaults
6532 * [Config] apply Device Drivers >> GPIO Support config defaults
6533 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6534 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6535 support) config defaults
6536 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6537 Devices >> Support for frame buffer devices config defaults
6538 * [Config] apply Device Drivers >> HID support >> HID bus support >>
6539 Special HID drivers config defaults
6540 * [Config] apply Device Drivers >> Hardware Monitoring support config
6541 defaults
6542 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
6543 Hardware Bus support config defaults
6544 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
6545 digital converters config defaults
6546 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
6547 sensors config defaults
6548 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
6549 sensors config defaults
6550 * [Config] apply Device Drivers >> Input device support >> Generic input
6551 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6552 * [Config] apply Device Drivers >> Input device support >> Generic input
6553 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6554 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6555 config defaults
6556 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6557 defaults
6558 * [Config] apply Device Drivers >> Multifunction device drivers config
6559 defaults
6560 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6561 grabbers support >> Media test drivers config defaults
6562 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
6563 Adapters config defaults
6564 * [Config] apply Device Drivers >> Multimedia support >> Remote
6565 Controller devices config defaults
6566 * [Config] apply Device Drivers >> Network device support >> Distributed
6567 Switch Architecture drivers config defaults
6568 * [Config] apply Device Drivers >> Network device support >> Network core
6569 driver support config defaults
6570 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6571 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
6572 defaults
6573 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6574 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
6575 defaults
6576 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6577 * [Config] apply Device Drivers >> Pin controllers config defaults
6578 * [Config] apply Device Drivers >> SPI support config defaults
6579 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6580 Sound Architecture >> ALSA for SoC audio support config defaults
6581 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6582 Sound Architecture >> FireWire sound devices config defaults
6583 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6584 Sound Architecture >> HD-Audio config defaults
6585 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
6586 client support config defaults
6587 * [Config] apply Device Drivers >> Staging drivers >> Media staging
6588 drivers config defaults
6589 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6590 USB Gadget Drivers >> USB functions configurable through configfs
6591 config defaults
6592 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6593 USB Peripheral Controller config defaults
6594 * [Config] apply Networking support >> NFC subsystem support >> Near
6595 Field Communication (NFC) devices config defaults
6596 * [Config] apply Networking support >> Networking options >> Network
6597 packet filtering framework (Netfilter) >> Core Netfilter Configuration
6598 >> Netfilter nf_tables support config defaults
6599 * [Config] apply Networking support >> Networking options >> QoS and/or
6600 fair queueing >> Actions config defaults
6601 * [Config] apply Networking support >> Networking options >> TCP/IP
6602 networking config defaults
6603 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
6604 Networking Stack (mac80211) config defaults
6605 * [Config] apply Device Drivers >> Input device support >> Generic input
6606 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
6607 * [Config] apply Device Drivers >> Input device support >> Generic input
6608 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6609 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6610 config defaults
6611 * [Config] apply Networking support >> Networking options >> Network
6612 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
6613 >> IPv4 NAT config defaults
6614 * [Config] apply Networking support >> Networking options >> Network
6615 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
6616 >> IPv6 NAT config defaults
6617 * [Config] apply Kernel hacking >> Kernel debugging config defaults
6618 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
6619 config defaults
6620 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
6621 values in
6622 - LP: #1414002
6623 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6624 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
6625 (iwlwifi) config defaults
6626 * [Config] apply Device Drivers >> Real Time Clock config defaults
6627 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6628 support >> SCSI low-level drivers config defaults
6629 * [Config] apply General setup >> CPU/Task time and stats accounting >>
6630 Cputime accounting config defaults
6631 * [Config] apply Device Drivers >> Mailbox Hardware Support config
6632 defaults
6633 * rebase to v3.19-rc6
6634 * [Config] updateconfigs following rebase to v3.19-rc6
6635
6636 [ Kamal Mostafa ]
6637
6638 * [Packaging] force "dpkg-source -I -i" behavior
6639
6640 [ Leann Ogasawara ]
6641
6642 * [Config] Disable CONFIG_USB_OTG
6643 - LP: #1411295
6644
6645 [ Upstream Kernel Changes ]
6646
6647 * overlay: add backwards compatible overlayfs format support (fixes)
6648 - LP: #1410480
6649
6650 [ Upstream Kernel Changes ]
6651
6652 * rebase to v3.19-rc5
6653 * rebase to v3.19-rc6
6654
6655 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
6656
6657 linux (3.19.0-2.2) vivid; urgency=low
6658
6659 [ Andy Whitcroft ]
6660
6661 * rebase to v3.19-rc4
6662 * [Config] updateconfigs following rebase to v3.19-rc4
6663 * [Packaging] install all dtb files
6664 - LP: #1408002
6665 * [Config] switch on "all" dtbs
6666 - LP: #1408002
6667
6668 [ Colin Ian King ]
6669
6670 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
6671 timers
6672 - LP: #1333569
6673
6674 [ Joseph Salisbury ]
6675
6676 * [Config] Enable CONFIG_N_GSM as module.
6677 - LP: #1404670
6678
6679 [ K. Y. Srinivasan ]
6680
6681 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
6682 - LP: #1406867
6683
6684 [ Steve McIntyre ]
6685
6686 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
6687 - LP: #1409750
6688
6689 [ Upstream Kernel Changes ]
6690
6691 * rebase to v3.19-rc4
6692
6693 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
6694
6695 linux (3.19.0-1.1) vivid; urgency=low
6696
6697 [ Andy Whitcroft ]
6698
6699 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
6700 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
6701 * Revert "SAUCE: AUFS -- aufs3-base.patch"
6702 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
6703 * rebase to v3.19-rc1
6704 * rebase to v3.19-rc2
6705 * [Config] defaultconfigs following rebase to v3.19-rc2
6706 * ubuntu: aufs3 -- follow rename of d_child
6707 * ubuntu: aufs3 -- follow switch to d_splice_alias
6708 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
6709 * ubuntu: aufs3 -- follow rename for d_alias
6710 * apparmor -- follow change to this_cpu_ptr
6711 * disable module checks for rebase
6712 * ubuntu: AUFS -- substrate: aufs3-base.patch
6713 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
6714 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
6715 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
6716 * [Configs] updateconfigs following aufs update
6717 * v3.19 series start
6718 * rebase to v3.19-rc3
6719 * [Configs] updateconfigs following rebase to v3.19-rc3
6720 * [Packaging] uploadnum should be the remainder of the version
6721 - LP: #1407755
6722 * [Packaging] handle dts directories
6723 - LP: #1408004
6724 * [Config] follow move of arm64 dts' into vendor directories
6725
6726 [ Upstream Kernel Changes ]
6727
6728 * arm64: optimized copy_to_user and copy_from_user assembly code
6729 - LP: #1400349
6730 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
6731
6732 [ Upstream Kernel Changes ]
6733
6734 * rebase to v3.19-rc1
6735 - LP: #1173681
6736 * rebase to v3.19-rc2
6737 * rebase to v3.19-rc3
6738
6739 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
6740
6741 linux (3.18.0-7.8) vivid; urgency=low
6742
6743 [ Leann Ogasawara ]
6744
6745 * Release Tracking Bug
6746 - LP: #1401590
6747
6748 [ John Johansen ]
6749
6750 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6751 - LP: #1362199
6752 * SAUCE: Revert: fix: only allow a single threaded process to ...
6753 - LP: #1371310
6754 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6755 - LP: #1390223
6756 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6757 hashing is used
6758 - LP: #1383886
6759 * [config] set apparmor config options
6760
6761 [ Seth Forshee ]
6762
6763 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6764 - LP: #1398458
6765
6766 [ Upstream Kernel Changes ]
6767
6768 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6769 - LP: #1359052
6770 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6771 - LP: #1346067
6772
6773 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6774
6775 linux (3.18.0-6.7) vivid; urgency=low
6776
6777 [ Andy Whitcroft ]
6778
6779 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6780 assembly code"
6781 - LP: #1398596
6782 * rebase to v3.18
6783
6784 [ Chris J Arges ]
6785
6786 * [Config] CONFIG_PCIEASPM_DEBUG=y
6787 - LP: #1398544
6788
6789 [ Paolo Pisati ]
6790
6791 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6792 - LP: #1396470
6793
6794 [ Upstream Kernel Changes ]
6795
6796 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6797 may result in I/O freeze
6798 - LP: #1400289
6799
6800 [ Upstream Kernel Changes ]
6801
6802 * rebase to v3.18
6803
6804 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6805
6806 linux (3.18.0-5.6) vivid; urgency=low
6807
6808 [ Leann Ogasawara ]
6809
6810 * Release Tracking Bug
6811 - LP: #1398109
6812
6813 [ Andy Whitcroft ]
6814
6815 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6816 - LP: #1397061
6817 * rebase to v3.18-rc7
6818
6819 [ Chris J Arges ]
6820
6821 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6822 ppc64el/generic
6823 - LP: #1395855
6824
6825 [ Upstream Kernel Changes ]
6826
6827 * rebase to v3.18-rc7
6828 - LP: #1389497
6829
6830 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6831
6832 linux (3.18.0-4.5) vivid; urgency=low
6833
6834 [ Leann Ogasawara ]
6835
6836 * Release Tracking Bug
6837 - LP: #1395891
6838
6839 [ Andy Whitcroft ]
6840
6841 * rebase to v3.18-rc6
6842 * [Config] update configs following rebase to v3.18-rc6
6843 * [Config] enable overlayfs v1 support
6844
6845 [ Tim Gardner ]
6846
6847 * rebase to v3.18-rc5
6848
6849 [ Upstream Kernel Changes ]
6850
6851 * overlay: add backwards compatible overlayfs format support
6852 - LP: #1395877
6853
6854 [ Upstream Kernel Changes ]
6855
6856 * rebase to v3.18-rc5
6857 * rebase to v3.18-rc6
6858
6859 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6860
6861 linux (3.18.0-3.4) vivid; urgency=low
6862
6863 [ Andy Whitcroft ]
6864
6865 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6866 * Revert "SAUCE: AUFS -- update to
6867 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6868 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6869 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6870 * [Config] amd64 is now the indep architecture
6871 * [Debian] basic hook support
6872 * SAUCE: AUFS -- aufs3-base.patch
6873 * SAUCE: AUFS -- aufs3-mmap.patch
6874 * SAUCE: AUFS -- aufs3-standalone.patch
6875 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6876 * [Config] updateconfigs following aufs3 update
6877 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6878
6879 [ dann frazier ]
6880
6881 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6882 - LP: #1388952
6883 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6884 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6885
6886 [ Tim Gardner ]
6887
6888 * rebase to v3.18-rc4
6889
6890 [ Upstream Kernel Changes ]
6891
6892 * rebase to v3.18-rc4
6893 - LP: #1389497
6894 - LP: #1387128
6895
6896 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6897
6898 linux (3.18.0-2.2) vivid; urgency=low
6899
6900 [ Tim Gardner ]
6901
6902 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6903
6904 [ Upstream Kernel Changes ]
6905
6906 * rebase to v3.18-rc3
6907
6908 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6909
6910 linux (3.18.0-1.1) vivid; urgency=low
6911
6912 [ Andy Whitcroft ]
6913
6914 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6915 * [Config] tools -- only build common tools when enabled
6916 * [Config] follow rename of DEB_BUILD_PROFILES
6917 * [Config] linux-image-extra is additive to linux-image
6918 - LP: #1375310
6919 * [Config] linux-image-extra postrm is not needed on purge
6920 * [Config] enable cloud tools on i386
6921 - LP: #1367399
6922
6923 [ Marc Dietrich ]
6924
6925 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6926
6927 [ Paolo Pisati ]
6928
6929 * [Config] armhf: REGULATOR_TWL4030=y
6930 * [Config] armhf: disable JUMP_LABEL
6931 - LP: #1378856
6932
6933 [ Tim Gardner ]
6934
6935 * rebase to v3.17-rc2
6936 * updateconfigs
6937 * [Config] CONFIG_NFC_ST21NFCB=n
6938 * [Config] Added net/6lowpan/* to generic inclusion list
6939 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6940 * rebase to v3.17-rc3
6941 * rebase to v3.17-rc4
6942 * rebase to v3.17-rc5
6943 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6944 * [Config] CONFIG_XMON=y
6945 - LP: #1365655
6946 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6947 - LP: #1362514
6948 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6949 - LP: #1362514
6950 * [Config] CONFIG_DMA_CMA=n
6951 - LP: #1362261
6952 * [Config] Add mpt3sas to d-i
6953 - LP: #1368907
6954 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6955 - LP: #1370211
6956 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6957 - LP: #1244176
6958 * rebase to v3.17-rc6
6959 * SAUCE: usbip: Update include path
6960 * [Debian] usbip tools packaging
6961 - LP: #898003
6962 * [Config] Enable usbip tools
6963 - LP: #898003
6964 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6965 - LP: #1363180
6966 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6967 - LP: #1362261
6968 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6969 - LP: #1374438
6970 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6971 - LP: #1374440
6972 * [Debian] Don't fail if a symlink already exists
6973 * rebase to v3.17-rc7
6974 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6975 - LP: #1374440
6976 * rebase to v3.17
6977 * rebase to v3.18-rc1
6978 * [Config] CONFIG_AUFS_FS=n for FTBS
6979 * Enable vivid
6980 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6981 - LP: #1385510
6982 * rebase to v3.18-rc2
6983 * [Debian] Fix linux-doc dangling symlinks
6984 - LP: #661306
6985 * CONFIG_MODULE_COMPRESS=n
6986 * [Config] dropped scsi_tgt from generic inclusion list
6987 * [Config] Added drivers/uio to generic inclusion list
6988 * [Config] CONFIG_PATA_MACIO=y
6989 - LP: #1378894
6990 * [Config] CONFIG_DRM_BOCHS=n
6991 * [Debian] install usbipd
6992 - LP: #898003
6993
6994 [ Upstream Kernel Changes ]
6995
6996 * rebase to v3.18-rc2
6997
6998 [ Upstream Kernel Changes ]
6999
7000 * rebase to v3.18-rc1
7001 - LP: #1316518
7002 - LP: #1371591
7003 - LP: #1357928
7004
7005 [ Upstream Kernel Changes ]
7006
7007 * rebase to v3.17
7008
7009 [ Upstream Kernel Changes ]
7010
7011 * rebase to v3.17-rc7
7012
7013 [ Upstream Kernel Changes ]
7014
7015 * rebase to v3.17-rc6
7016
7017 [ Upstream Kernel Changes ]
7018
7019 * rebase to v3.17-rc5
7020
7021 [ Upstream Kernel Changes ]
7022
7023 * rebase to v3.17-rc4
7024
7025 [ Upstream Kernel Changes ]
7026
7027 * rebase to v3.17-rc3
7028
7029 [ Upstream Kernel Changes ]
7030
7031 * rebase to v3.17-rc2
7032 - LP: #1358116
7033 - LP: #1350148
7034 - LP: #1334950
7035 - LP: #1329580
7036 - LP: #1329580
7037 - LP: #1329580
7038
7039 [ Upstream Kernel Changes ]
7040
7041 * rebase to v3.17-rc2
7042
7043 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
7044
7045 linux (3.17.0-0.0) utopic; urgency=medium
7046
7047 * Empty entry
7048
7049 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
7050
7051 linux (3.16.0-11.16) utopic; urgency=low
7052
7053 [ Mauricio Faria de Oliveira ]
7054
7055 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
7056 - LP: #1358920
7057
7058 [ Peter Zijlstra ]
7059
7060 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
7061 - LP: #1361300
7062
7063 [ Tim Gardner ]
7064
7065 * [Config] CONFIG_ZPOOL=y
7066 - LP: #1360428
7067 * Release Tracking Bug
7068 - LP: #1361308
7069
7070 [ Upstream Kernel Changes ]
7071
7072 * Revert "net/mlx4_en: Fix bad use of dev_id"
7073 - LP: #1347012
7074 * net/mlx4_en: Reduce memory consumption on kdump kernel
7075 - LP: #1347012
7076 * net/mlx4_en: Fix mac_hash database inconsistency
7077 - LP: #1347012
7078 * net/mlx4_en: Disable blueflame using ethtool private flags
7079 - LP: #1347012
7080 * net/mlx4_en: current_mac isn't updated in port up
7081 - LP: #1347012
7082 * net/mlx4_core: Use low memory profile on kdump kernel
7083 - LP: #1347012
7084 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
7085 - LP: #1347169
7086 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
7087 - LP: #1347169
7088 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
7089 - LP: #1347169
7090 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
7091 - LP: #1347169
7092 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
7093 - LP: #1347169
7094 * drivers: scsi: storvsc: Set srb_flags in all cases
7095 - LP: #1347169
7096 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
7097 - LP: #1347169
7098 * namespaces: Use task_lock and not rcu to protect nsproxy
7099 - LP: #1328088
7100 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
7101 * mm/zbud: change zbud_alloc size type to size_t
7102 - LP: #1360428
7103 * mm/zpool: implement common zpool api to zbud/zsmalloc
7104 - LP: #1360428
7105 * mm/zpool: zbud/zsmalloc implement zpool
7106 - LP: #1360428
7107 * mm/zpool: update zswap to use zpool
7108 - LP: #1360428
7109 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
7110 - LP: #1341296
7111 * iommu/amd: Fix for pasid initialization
7112 - LP: #1361300
7113 * iommu/amd: Moving PPR fault flags macros definitions
7114 - LP: #1361300
7115 * iommu/amd: Drop oprofile dependency
7116 - LP: #1361300
7117 * iommu/amd: Fix typo in amd_iommu_v2 driver
7118 - LP: #1361300
7119 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
7120 - LP: #1361300
7121 * iommu/amd: Don't free pasid_state in mn_release path
7122 - LP: #1361300
7123 * iommu/amd: Get rid of __unbind_pasid
7124 - LP: #1361300
7125 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
7126 - LP: #1361300
7127 * iommu/amd: Add pasid_state->invalid flag
7128 - LP: #1361300
7129 * iommu/amd: Don't hold a reference to mm_struct
7130 - LP: #1361300
7131 * iommu/amd: Don't hold a reference to task_struct
7132 - LP: #1361300
7133 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
7134 - LP: #1361300
7135 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
7136 - LP: #1361300
7137 * iommu/amd: Remove change_pte mmu_notifier call-back
7138 - LP: #1361300
7139 * iommu/amd: Fix device_state reference counting
7140 - LP: #1361300
7141 * iommu/amd: Fix 2 typos in comments
7142 - LP: #1361300
7143
7144 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
7145
7146 linux (3.16.0-10.15) utopic; urgency=low
7147
7148 [ dann frazier ]
7149
7150 * [debian] Fix regression with ABI subversions and backport
7151
7152 [ Feng Kan ]
7153
7154 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
7155 modify write.
7156 - LP: #1357527
7157 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
7158 assembly code
7159 - LP: #1358949
7160
7161 [ Stefan Bader ]
7162
7163 * SAUCE: bcache: prevent crash on changing writeback_running
7164 - LP: #1357295
7165
7166 [ Tim Gardner ]
7167
7168 * [Config] CONFIG_XFRM_STATISTICS=y
7169 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
7170 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
7171 - LP: #1353005
7172 * Release Tracking Bug
7173 - LP: #1359783
7174
7175 [ Upstream Kernel Changes ]
7176
7177 * intel_idle: Broadwell support
7178 - LP: #1256170
7179 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
7180 - LP: #1357108
7181 * powerpc/powernv: Invoke opal call to handle hmi.
7182 - LP: #1357108
7183 * powerpc/book3s: handle HMIs for cpus in nap mode.
7184 - LP: #1357108
7185 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
7186 - LP: #1357108
7187 * powerpc: Add smp_mb() to arch_spin_is_locked()
7188 - LP: #1358569
7189 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
7190 - LP: #1358569
7191 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
7192 temperature
7193 - LP: #1353005
7194 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
7195 - LP: #1358855
7196 * printk: Add function to return log buffer address and size
7197 - LP: #1359423
7198 * powerpc/powernv: Interface to register/unregister opal dump region
7199 - LP: #1359423
7200 * bcache: fix crash on shutdown in passthrough mode
7201 - LP: #1357295
7202 * bcache: fix uninterruptible sleep in writeback thread
7203 - LP: #1357295
7204
7205 [ Vinayak Kale ]
7206
7207 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
7208 - LP: #1357527
7209 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
7210 - LP: #1357527
7211
7212 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
7213
7214 linux (3.16.0-9.14) utopic; urgency=low
7215
7216 [ Tim Gardner ]
7217
7218 * Release Tracking Bug
7219 - LP: #1357370
7220
7221 [ Serge Hallyn ]
7222
7223 * SAUCE: Overlayfs: allow unprivileged mounts
7224 - LP: #1357025
7225
7226 [ Upstream Kernel Changes ]
7227
7228 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7229 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7230 * dts: Add bindings for APM X-Gene SoC ethernet driver
7231 * drivers: net: Add APM X-Gene SoC ethernet driver support.
7232 * powerpc/thp: Add write barrier after updating the valid bit
7233 - LP: #1357014
7234 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
7235 - LP: #1357014
7236 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
7237 of 4k pte
7238 - LP: #1357014
7239 * powerpc/thp: Handle combo pages in invalidate
7240 - LP: #1357014
7241 * powerpc/thp: Invalidate with vpn in loop
7242 - LP: #1357014
7243 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
7244 - LP: #1357014
7245 * powerpc/mm: Use read barrier when creating real_pte
7246 - LP: #1357014
7247 * powerpc/thp: Add tracepoints to track hugepage invalidate
7248 - LP: #1357014
7249 * rebase to v3.16.1
7250
7251 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
7252
7253 linux (3.16.0-8.13) utopic; urgency=low
7254
7255 [ Tim Gardner ]
7256
7257 * Release Tracking Bug
7258 - LP: #1356403
7259
7260 [ dann frazier ]
7261
7262 * [debian] Allow for package revisions condusive for branching
7263
7264 [ Upstream Kernel Changes ]
7265
7266 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
7267 - LP: #1350087
7268 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
7269 - LP: #1350087
7270 * powerpc/powernv: Enable M64 aperatus for PHB3
7271 - LP: #1355469
7272 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
7273 - LP: #1352994
7274 * powerpc: Add machine_early_initcall()
7275 - LP: #1352640
7276 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
7277 - LP: #1352640
7278 * powerpc/eeh: Avoid event on passed PE
7279 - LP: #1352640
7280 * powerpc/eeh: EEH support for VFIO PCI device
7281 - LP: #1352640
7282 * powerpc/eeh: sysfs entries lost
7283 - LP: #1352640
7284 * powerpc/powernv: Fix IOMMU table for VFIO dev
7285 - LP: #1352640
7286 * powerpc/eeh: Fetch IOMMU table in reliable way
7287 - LP: #1352640
7288 * powerpc/eeh: Refactor EEH flag accessors
7289 - LP: #1352640
7290 * powerpc/eeh: Selectively enable IO for error log
7291 - LP: #1352640
7292 * powerpc/eeh: Reduce lines of log dump
7293 - LP: #1352640
7294 * powerpc/eeh: Replace pr_warning() with pr_warn()
7295 - LP: #1352640
7296 * powerpc/eeh: Make diag-data not endian dependent
7297 - LP: #1352640
7298 * powerpc/eeh: Aux PE data for error log
7299 - LP: #1352640
7300 * PCI: Support BAR sizes up to 128GB
7301 - LP: #1352640
7302 * powerpc/powernv: Allow to freeze PE
7303 - LP: #1352640
7304 * powerpc/powernv: Split ioda_eeh_get_state()
7305 - LP: #1352640
7306 * powerpc/powernv: Handle compound PE
7307 - LP: #1352640
7308 * powerpc/powernv: Handle compound PE for EEH
7309 - LP: #1352640
7310 * powerpc/powernv: Handle compound PE in config accessors
7311 - LP: #1352640
7312 * mnt: Only change user settable mount flags in remount
7313 - LP: #1356318
7314 - CVE-2014-5206
7315 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
7316 - LP: #1356318
7317 - CVE-2014-5206
7318 * mnt: Correct permission checks in do_remount
7319 - LP: #1356323
7320 - CVE-2014-5207
7321 * mnt: Change the default remount atime from relatime to the existing value
7322 - LP: #1356323
7323 - CVE-2014-5207
7324
7325 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
7326
7327 linux (3.16.0-7.12) utopic; urgency=low
7328
7329 [ Andy Whitcroft ]
7330
7331 * rebase to v3.16 final
7332 * [Config] d-i -- add virtio_scsi to virtio-modules
7333 - LP: #1342000
7334
7335 [ dann frazier ]
7336
7337 * [Packaging] Fix 'printchanges' to work with versions containing '+'
7338
7339 [ Tim Gardner ]
7340
7341 * [Config] CONFIG_MICROCODE=y
7342 - LP: #1084373
7343 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
7344 - LP: #1349028
7345 * [Config] Add hv_balloon to d-i virtio-modules
7346 - LP: #1292216
7347 * Release Tracking Bug
7348 - LP: #1354530
7349
7350 [ Upstream Kernel Changes ]
7351
7352 * rebase to v3.16
7353
7354 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
7355
7356 linux (3.16.0-6.11) utopic; urgency=low
7357
7358 [ Paolo Pisati ]
7359
7360 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
7361 * [Config] armhf: KEYBOARD_IMX=m
7362 * [Config] armhf: build cubox & imx6 DTBs
7363 * [Config] armhf: RTC_DRV_PCF8523=y
7364
7365 [ Tim Gardner ]
7366
7367 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
7368 - LP: #1344405
7369 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
7370 - LP: #1343109
7371 * Release Tracking Bug
7372 - LP: #1349196
7373
7374 [ Upstream Kernel Changes ]
7375
7376 * rebase to v3.16-rc7
7377
7378 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
7379
7380 linux (3.16.0-5.10) utopic; urgency=low
7381
7382 [ Tim Gardner ]
7383
7384 * Release Tracking Bug
7385 - LP: #1346298
7386 * [Config] CONFIG_GPIO_SYSFS=y
7387 - LP: #1342153
7388 * rebase to v3.16-rc6
7389
7390 [ Paolo Pisati ]
7391
7392 * [Config] enable ARCH_MVEBU*
7393 * [Config] AHCI_MVEBU=m
7394 * [Config] ARMADA_THERMAL=y
7395 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
7396 * [Config] CRYPTO_DEV_MV_CESA=m
7397 * [Config] I2C_MV64XXX=m
7398 * [Config] MMC_MVSDIO=m
7399 * [Config] MMC_SDHCI_DOVE=m
7400 * [Config] MTD_NAND_ORION=m
7401 * [Config] MTD_NAND_PXA3xx=m
7402 * [Config] MVNETA=m
7403 * [Config] MV_XOR=y
7404 * [Config] ORION_WATCHDOG=m
7405 * [Config] PCI_MVEBU=y
7406 * [Config] RTC_DRV_MV=y
7407 * [Config] SND_KIRKWOOD_SOC*=m
7408 * [Config] SPI_ORION=m
7409 * [Config] USB_XHCI_MVEBU=m
7410 * [Config] armhf: build all Armada and Dove DTBs
7411 * [Config] armhf: SERIAL_8250_DW=y
7412
7413 [ Upstream Kernel Changes ]
7414
7415 * rebase to v3.16-rc6
7416
7417 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
7418
7419 linux (3.16.0-4.9) utopic; urgency=low
7420
7421 [ Tim Gardner ]
7422
7423 * Release Tracking Bug
7424 - LP: #1341543
7425
7426 [ Upstream Kernel Changes ]
7427
7428 * rebase to v3.16-rc5
7429
7430 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
7431
7432 linux (3.16.0-3.8) utopic; urgency=low
7433
7434 [ Tim Gardner ]
7435
7436 * Release Tracking Bug
7437 - LP: #1340091
7438
7439 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
7440
7441 linux (3.16.0-2.7) utopic; urgency=low
7442
7443 [ Andy Whitcroft ]
7444
7445 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
7446 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7447
7448 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
7449
7450 linux (3.16.0-2.6) utopic; urgency=low
7451
7452 [ Andy Whitcroft ]
7453
7454 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
7455 Fixes FTBS.
7456
7457 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
7458
7459 linux (3.16.0-2.5) utopic; urgency=low
7460
7461 [ Andy Whitcroft ]
7462
7463 * ubuntu -- fix basic format for ubuntu/Makefile
7464 * ubuntu: AUFS (no-squash): basic framework and update machinary
7465 * ubuntu: aufs3 -- update update scripting
7466 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7467 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7468 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7469 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
7470 * [Configs] AUFS configs
7471 * ubuntu: aufs3 -- reenable
7472
7473 [ Tim Gardner ]
7474
7475 * CONFIG_LATENCYTOP=n
7476
7477 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
7478
7479 linux (3.16.0-2.4) utopic; urgency=low
7480
7481 [ Andy Whitcroft ]
7482
7483 * [Config] flip VIRTIO*=y
7484 * [Config] commonise CONFIG_SWIOTLB=y
7485 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
7486 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
7487 config defaults
7488 * [Config] apply Device Drivers >> Block devices config defaults
7489 * [Config] apply Device Drivers >> Character devices config defaults
7490 * [Config] apply Device Drivers >> DMA Engine support config defaults
7491 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
7492 reporting config defaults
7493 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7494 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7495 support) config defaults
7496 * [Config] apply Device Drivers >> GPIO Support config defaults
7497 * [Config] apply Device Drivers >> Graphics support >> Console display
7498 driver support config defaults
7499 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
7500 config defaults
7501 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
7502 * [Config] apply Device Drivers >> Input device support >> Generic input
7503 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
7504 defaults
7505 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
7506 ports config defaults
7507 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7508 config defaults
7509 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
7510 defaults
7511 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7512 grabbers support config defaults
7513 * [Config] apply Security options config defaults
7514 * [Config] apply Networking options >> Network packet filtering framework
7515 (Netfilter) >> Core Netfilter Configuration config defaults
7516 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7517 defaults
7518 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7519 Devices >> Support for frame buffer devices config defaults
7520 * [Config] apply Power management and ACPI options >> CPU Frequency
7521 scaling config defaults
7522 * [Config] apply Processor type and features config defaults
7523 * [Config] apply Partition Types config defaults
7524 * [Config] apply Power management and ACPI options config defaults
7525 * [Config] apply Device Drivers >> InfiniBand support config defaults
7526 * [Config] apply Device Drivers >> Misc devices config defaults
7527 * [Config] apply Device Drivers >> Multifunction device drivers config
7528 defaults
7529 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7530 support >> SCSI low-level drivers config defaults
7531 * [Config] apply Device Drivers >> Network device support >> Ethernet
7532 driver support config defaults
7533 * [Config] apply Device Drivers >> Network device support >> Network core
7534 driver support config defaults
7535 * [Config] apply Device Drivers >> Network device support >> PHY Device
7536 support and infrastructure config defaults
7537 * [Config] apply File systems >> Network File Systems config defaults
7538 * [Config] apply Device Drivers >> Input device support >> Generic input
7539 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7540 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
7541 >> NAND Device Support config defaults
7542 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7543 >> Ralink driver support config defaults
7544 * [Config] apply Device Drivers >> Staging drivers config defaults
7545 * [Config] apply Cryptographic API >> Hardware crypto devices config
7546 defaults
7547 * [Config] apply Device Drivers >> Macintosh device drivers config
7548 defaults
7549 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7550 config defaults
7551 * [Config] apply Device Drivers >> PPS support config defaults
7552 * [Config] apply Device Drivers >> Sound card support config defaults
7553 * [Config] apply Networking support >> RF switch subsystem support config
7554 defaults
7555 * [Config] apply Library routines config defaults
7556 * [Config] apply Device Drivers >> CODEC drivers config defaults
7557 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7558 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7559 config defaults
7560 * [Config] apply Kernel hacking >> Tracers config defaults
7561 * [Config] apply Kernel hacking >> Runtime Testing config defaults
7562 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
7563 * [Config] apply Device Drivers >> USB support config defaults
7564 * [Config] apply Device Drivers >> Power supply class support config
7565 defaults
7566 * [Config] apply Device Drivers >> USB Network Adapters config defaults
7567 * [Config] apply General setup >> IRQ subsystem config defaults
7568 * [Config] apply General setup config defaults
7569 * [Config] apply File systems >> Miscellaneous filesystems config
7570 defaults
7571 * [Config] apply File systems config defaults
7572 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
7573 * [Config] apply Device Drivers >> Virtio drivers config defaults
7574 * [Config] apply Device Drivers >> USB Peripheral Controller config
7575 defaults
7576 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7577 support >> SCSI Transports config defaults
7578 * [Config] apply Device Drivers >> Real Time Clock config defaults
7579 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
7580 (libata) config defaults
7581 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
7582 defaults
7583 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
7584 config defaults
7585 * [Config] apply Device Drivers >> USB Physical Layer drivers config
7586 defaults
7587 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
7588 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
7589 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
7590 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
7591 CONFIG_HOTPLUG_CPU=n
7592 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
7593 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
7594 * [Config] drivers/acpi/acpi_ipmi.ko needs
7595 drivers/char/ipmi/ipmi_msghandler.ko in virtual
7596 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
7597 CONFIG_FUNCTION_TRACER=n
7598 * [Config] ignore modules changing following major config changes
7599
7600 [ Tim Gardner ]
7601
7602 * rebase to v3.16-rc4
7603
7604 [ Upstream Kernel Changes ]
7605
7606 * rebase to v3.16-rc4
7607 - LP: #1297581
7608
7609 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
7610
7611 linux (3.16.0-1.3) utopic; urgency=low
7612
7613 [ Andy Whitcroft ]
7614
7615 * Revert "Disable do_tools_perf for FTBS"
7616 * SAUCE: fix perf_regs definitions for arm64
7617
7618 [ Paolo Pisati ]
7619
7620 * [Config] armhf: ARCH_EXYNOS5* support
7621 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
7622 * [Config] armhf: EXYNOS_THERMAL=y
7623 * [Config] armhf: EXYNOS_IOMMU=y
7624 * [Config] armhf: EXYNOS_ADC=m
7625 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
7626 * [Config] armhf: MMC_SDHCI_S3C=m
7627 * [Config] armhf: PCI_EXYNOS=y
7628 * [Config] armhf: PHY_EXYNOS5250_SATA=y
7629 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
7630 * [Config] armhf: PWM_SAMSUNG=m
7631 * [Config] armhf: RTC_DRV_S3C=y
7632 * [Config] armhf: S3C2410_WATCHDOG=m
7633 * [Config] armhf: MMC_DW_EXYNOS=m
7634 * [Config] armhf: SERIAL_SAMSUNG=y
7635 * [Config] armhf: SND_SOC_SAMSUNG=m
7636 * [Config] armhf: SPI_S3C64XX=m
7637 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
7638 * [Config] armhf: FB_S3C=m
7639 * [Config] armhf: build all Exynos 5 DTBs
7640 * [Config] armhf: disable CPUFREQ_EXYNOS
7641
7642 [ Tim Gardner ]
7643
7644 * rebase to v3.16-rc3
7645
7646 [ Upstream Kernel Changes ]
7647
7648 * rebase to v3.16-rc3
7649 - LP: #1331915
7650
7651 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
7652
7653 linux (3.16.0-0.2) utopic; urgency=low
7654
7655 [ Tim Gardner ]
7656
7657 * Revert "SAUCE: intel_pstate -- toggle default to disable"
7658 - LP: #1333322
7659 * CONFIG_BOOKE_WDT=y
7660 * Disable do_tools_perf for FTBS (just until I can figure it out)
7661
7662 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
7663
7664 linux (3.16.0-0.1) utopic; urgency=low
7665
7666 [ Tim Gardner ]
7667
7668 * Release Tracking Bug
7669 - LP: #1333265
7670
7671 [ Andy Whitcroft ]
7672
7673 * [Config] cloud-tools -- add systemd units
7674 - LP: #1329027
7675
7676 [ dann frazier ]
7677
7678 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
7679 * [Config] CONFIG_NET_XGENE=m for arm64
7680 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
7681
7682 [ Feng Kan ]
7683
7684 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
7685 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
7686 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
7687
7688 [ Iyappan Subramanian ]
7689
7690 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7691 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7692 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
7693 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
7694
7695 [ Tim Gardner ]
7696
7697 * updateconfigs
7698 * Fix arm64 crypto Makefile
7699 * [Config] CONFIG_BOOKE_WDT=n for FTBS
7700 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
7701 - LP: #1327619
7702 * Disabled powerpc64-emb for FTBS
7703 * [Config] CONFIG_DRM_TEGRA=m
7704 * [Config] CONFIG_CMA_SIZE_MBYTES=64
7705 * rebase to v3.16-rc2
7706 * Clean up generic.inclusion-list warnings
7707
7708 [ Upstream Kernel Changes ]
7709
7710 * rebase to v3.16-rc2
7711 - LP: #1328587
7712 - LP: #1319291
7713 - LP: #1310512
7714 - LP: #1310512
7715 - LP: #1305480
7716
7717 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
7718
7719 linux (3.15.0-6.11) utopic; urgency=low
7720
7721 [ Adam Conrad ]
7722
7723 * Enable building the sata-modules udeb on ppc64el.
7724 - LP: #1323980
7725 * [Packaging] Set bootloader and loader on ppc64el to grub
7726
7727 [ Adam Lee ]
7728
7729 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
7730 - LP: #1310512, #1320070
7731
7732 [ Alex Hung ]
7733
7734 * SAUCE: (no-up) dell-led: add mic mute led interface
7735 - LP: #1308297
7736
7737 [ Andy Whitcroft ]
7738
7739 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
7740 - LP: #1285434
7741 * [Config] tools -- enable cpupower on ppc64el
7742 * [Config] ppc64el -- enable perf tools
7743 * [Config] powerpc -- enable perf tools
7744 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
7745 * [Config] arm64 -- enable tools
7746 - LP: #1326050
7747 * [Config] switch hyper-keyboard to virtual
7748 - LP: #1325306
7749 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
7750 upgrades
7751 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7752 - LP: #1300247
7753 * SAUCE: nouveau: missing outputs should be warnings
7754 - LP: #1300244
7755 * [Config] d-i -- add nvme devices to block-modules udeb
7756 - LP: #1303710
7757
7758 [ Anton Blanchard ]
7759
7760 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7761 - LP: #1328230
7762
7763 [ Colin Ian King ]
7764
7765 * SAUCE: intel_pstate: inform user that thermald is worth considering
7766
7767 [ Dave Chiluk ]
7768
7769 * [Config] Enable CONFIG_IP_VS_IPV6=y
7770 - LP: #1300739
7771
7772 [ Paolo Pisati ]
7773
7774 * [Config] build vexpress a9 dtb
7775 - LP: #1303657
7776
7777 [ Tetsuo Handa ]
7778
7779 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7780
7781 [ Tim Gardner ]
7782
7783 * Release Tracking Bug
7784 - LP: #1329045
7785 * [Debian] Treat vdso install as an environment variable
7786 - LP: #1325713
7787 * [Config] Treat vdso install as an environment variable
7788 - LP: #1325713
7789 * [config] Set IPMI suppoort default to "y"
7790 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7791 * [Config] CONFIG_RT_GROUP_SCHED=n
7792 - LP: #1284731
7793 * [Config] ppc64el -- switch to 64K system pages
7794 * [Config] CONFIG_MICROCODE_EARLY=y
7795 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7796 * [Config] armhf: DRM_TILCDC=m
7797 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7798 * [Config] arm64: KVM=y
7799 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7800 * [Config] armhf: generic: disable CPU_IDLE
7801 * [Config] armhf: CPU_FREQ=y
7802 * [Config] Add new mlx modules to d-i
7803 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7804 - LP: #1295112
7805 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7806 - LP: #1294353
7807 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7808 * [Config] CONFIG_ALX=m for powerpc
7809 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7810 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7811 * [Config] CONFIG_ANDROID=n for powerpc
7812 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7813 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7814 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7815 * rebase to v3.15
7816 * [Config] CONFIG_PHY_XGENE=y
7817 * [Config] CONFIG_MLX4_DEBUG=y
7818 - LP: #1328256
7819 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7820 - LP: #1324571
7821 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7822 * [Config] CONFIG_CFG80211=m for ppc64el
7823 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7824 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7825 * [Config] CONFIG_EXPERT=y for ppc64el
7826 * [Config] CONFIG_ATA_SFF=y on ppc64el
7827 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7828 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7829 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7830 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7831 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7832 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7833 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7834 * [Config] CONFIG_DDR=y for ppc64el
7835 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7836 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7837 * [Config] CONFIG_EZX_PCAP=n for all arches
7838 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7839 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7840 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7841 * [Config] CONFIG_FB_3DFX=m for all arches
7842 * [Config] CONFIG_FB_MATROX=m for ppc64el
7843 * [Config] CONFIG_FB_RADEON=m for ppc64el
7844 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7845 * [Config] CONFIG_FIREWIRE=m for ppc64el
7846 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7847 * [Config] CONFIG_HAMRADIO=y for ppc64el
7848 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7849 * [Config] CONFIG_I2C_MUX=m for ppc64el
7850 * [Config] CONFIG_I2C_STUB=m for ppc64el
7851 * [Config] CONFIG_I2O=m for ppc64el
7852 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7853 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7854 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7855 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7856 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7857 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7858 * [Config] CONFIG_ISDN=y for ppc64el
7859 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7860 * [Config] CONFIG_KGDB=y for ppc64el
7861 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7862 * [Config] CONFIG_L2TP_V3=y for powerpc
7863 * [Config] CONFIG_MAILBOX=y for ppc64el
7864 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7865 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7866 * [Config] CONFIG_MEMORY=y for ppc64el
7867 * [Config] CONFIG_MEMSTICK=m for ppc64el
7868 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7869 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7870 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7871 * [Config] CONFIG_NET_9P=m for ppc64el
7872 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7873 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7874 * [Config] CONFIG_MTD=m for arm64
7875 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7876 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7877 * [Config] CONFIG_NET_IPIP=m for ppc64el
7878 * [Config] CONFIG_NET_TEAM=m for all arches
7879 * [Config] CONFIG_NFC=m for ppc64el
7880 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7881 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7882 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7883 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7884 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7885 * [Config] CONFIG_OPROFILE=m for ppc64el
7886 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7887 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7888 * [Config] CONFIG_8723AU_P2P=n
7889 * [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
7890 * [Config] CONFIG_PCNET32=m for ppc64el
7891 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7892 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7893 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7894 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7895 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7896 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7897 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7898 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7899 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7900 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7901 * [Config] CONFIG_WLAN=y for arm64
7902 * [Config] CONFIG_VORTEX=m for ppc64el
7903 * [Config] CONFIG_WIMAX=m for ppc64el
7904 * [Config] CONFIG_WATCHDOG=y for ppc64el
7905 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7906 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7907 * [Config] CONFIG_UWB=m for ppc64el
7908 * [Config] CONFIG_USB_STORAGE=y
7909 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7910 * [Config] CONFIG_HID_RMI=m
7911 * [Config] CONFIG_HVC_DCC=n
7912 - LP: #1303657
7913
7914 [ Upstream Kernel Changes ]
7915
7916 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7917 - LP: #1323165
7918 * powerpc/powernv: Add calls to support little endian host
7919 - LP: #1327400
7920 * HID: rmi: introduce RMI driver for Synaptics touchpads
7921 * HID: rmi: do not stop the device at the end of probe
7922 * HID: rmi: check for the existence of some optional queries before reading query 12
7923 * HID: rmi: do not fetch more than 16 bytes in a query
7924 * HID: rmi: fix wrong struct field name
7925 * HID: rmi: fix masks for x and w_x data
7926 * HID: rmi: do not handle touchscreens through hid-rmi
7927 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7928 - LP: #1305480
7929 * rebase to v3.15
7930
7931 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7932
7933 linux (3.15.0-5.10) utopic; urgency=low
7934
7935 [ Tim Gardner ]
7936
7937 * Release Tracking Bug
7938 - LP: #1325596
7939 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7940 * rebase to v3.15-rc8
7941
7942 [ Upstream Kernel Changes ]
7943
7944 * rebase to v3.15-rc8
7945
7946 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7947
7948 linux (3.15.0-4.9) utopic; urgency=low
7949
7950 * no change rebuild to fix embeded debhelper.
7951
7952 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7953
7954 linux (3.15.0-4.8) utopic; urgency=low
7955
7956 [ Andy Whitcroft ]
7957
7958 * Release Tracking Bug
7959 - LP: #1324107
7960 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7961
7962 [ Javier Martinez Canillas ]
7963
7964 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7965 - LP: #1323526
7966
7967 [ John Johansen ]
7968
7969 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7970 - LP: #1323528
7971 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7972 - LP: #1308761
7973 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7974 - LP: #1308765
7975 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7976 - LP: #1308764
7977 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7978 - LP: #1323530
7979
7980 [ Kamal Mostafa ]
7981
7982 * [Config] add debian/gbp.conf
7983
7984 [ Tim Gardner ]
7985
7986 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7987 - LP: #1323980
7988
7989 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
7990
7991 linux (3.15.0-3.7) utopic; urgency=low
7992
7993 [ Tim Gardner ]
7994
7995 * Release Tracking Bug
7996 - LP: #1323189
7997
7998 [ Andy Whitcroft ]
7999
8000 * [Config] autopkgtest -- need fakeroot for tests
8001
8002 [ Upstream Kernel Changes ]
8003
8004 * rebase to v3.15-rc7
8005
8006 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
8007
8008 linux (3.15.0-2.6) utopic; urgency=low
8009
8010 [ Andy Whitcroft ]
8011
8012 * [Config] remove the kernel-image firmware list on clean
8013
8014 [ Martin Pitt ]
8015
8016 * [Config] autopkgtest -- switch to significantly faster rebuild
8017
8018 [ Stefan Bader ]
8019
8020 * [Config]: Add missing modules to inclusion list
8021
8022 [ Tim Gardner ]
8023
8024 * [debian] Dynamically generate the kernel-image udebs firmware list
8025 * [d-i] firmware/kernel-image is generated
8026 * rebase to v3.15-rc6
8027 * Release Tracking Bug
8028 - LP: #1322251
8029
8030 [ Upstream Kernel Changes ]
8031
8032 * rebase to v3.15-rc6
8033 - LP: #1297581
8034
8035 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
8036
8037 linux (3.15.0-1.5) utopic; urgency=low
8038
8039 [ Tim Gardner ]
8040
8041 * [Config] Add apm-mustang.dtb to kernel-image udeb
8042
8043 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
8044
8045 linux (3.15.0-1.4) utopic; urgency=low
8046
8047 [ Andy Whitcroft ]
8048
8049 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
8050 local linux/hyperv.h"
8051 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
8052 local linux/hyperv.h"
8053 * [Packaging] tools -- hv tools build correctly against the built headers
8054 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
8055 * cloud-tools -- pull in init scripts for Hyper-V daemons
8056 * cloud-tools -- detect Hyper-V VM to avoid starting
8057 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
8058 - LP: #1295401
8059 * [Config] cloud-tools: reenable cloud-tools
8060
8061 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
8062
8063 linux (3.15.0-1.3) utopic; urgency=low
8064
8065 [ Andy Whitcroft ]
8066
8067 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
8068 - LP: #1318848
8069
8070 [ Ben Collins ]
8071
8072 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
8073 - LP: #1318629
8074
8075 [ Tim Gardner ]
8076
8077 * [Config] CONFIG_FSL_PAMU=n
8078 - LP: #1311738
8079 * Release Tracking Bug
8080 - LP: #1320239
8081
8082 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
8083
8084 linux (3.15.0-1.2) utopic; urgency=low
8085
8086 [ Tim Gardner ]
8087
8088 * Release Tracking Bug
8089 - LP: #1318171
8090 * Add rpcsec_gss_krb5 to generic inclusion list
8091 - LP: #769527
8092 * rebase to v3.15-rc5
8093
8094 [ Upstream Kernel Changes ]
8095
8096 * rebase to v3.15-rc5
8097 - LP: #1297581
8098
8099 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
8100
8101 linux (3.15.0-0.1) utopic; urgency=low
8102
8103 [ Upstream Kernel Changes ]
8104
8105 * rebase to v3.15-rc4
8106 - LP: #1297581
8107 - LP: #1297581
8108 - LP: #1305133
8109 - LP: #1297581
8110 - LP: #1297581
8111 - LP: #871808
8112 - LP: #1260303
8113 - LP: #1268468
8114 - LP: #1248116
8115 - LP: #1211920
8116 - LP: #1259790
8117 - LP: #1259437
8118 - LP: #1259435
8119 - LP: #1268468
8120
8121 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
8122
8123 linux (3.15.0-0.0) utopic; urgency=low
8124
8125 * Initial version for 3.15.
8126
8127 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
8128
8129 linux (3.13.0-8.27) trusty; urgency=low
8130
8131 [ John Johansen ]
8132
8133 * SAUCE: Add config option to disable new apparmor 3 semantics
8134 -LP: #1270215
8135
8136 [ Tim Gardner ]
8137
8138 * [debian] Fix indep_hdrs_pkg_name
8139 - LP: #1134441
8140 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
8141 * Enabled lttng build
8142 * Don't build lttng for armhf
8143 lttng hates gcc-4.8 for armhf
8144 * Release Tracking Bug
8145 - LP: #1277309
8146
8147 [ Upstream Kernel Changes ]
8148
8149 * rebase to v3.13.2
8150 - LP: #1260303
8151 - LP: #1260303
8152 - LP: #1268468
8153
8154 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
8155
8156 linux (3.13.0-7.26) trusty; urgency=low
8157
8158 [ John Johansen ]
8159
8160 * SAUCE: apparmor: fix uninitialized lsm_audit membe
8161 - LP: #1268727
8162 * Add config option to optionally enable new apparmor 3 semantics
8163
8164 [ Tim Gardner ]
8165
8166 * [Config] Add lowlatency to getabis
8167 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
8168 - LP: #1270215
8169 * Release Tracking Bug
8170 - LP: #1276810
8171
8172 [ Upstream Kernel Changes ]
8173
8174 * x86, x32: Correct invalid use of user timespec in the kernel
8175 - LP: #1274349
8176 - CVE-2014-0038
8177
8178 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
8179
8180 linux (3.13.0-7.25) trusty; urgency=low
8181
8182 [ Andy Whitcroft ]
8183
8184 * Revert "SAUCE: fix fmd headers"
8185 * SAUCE: fix fmd headers
8186
8187 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
8188
8189 linux (3.13.0-7.24) trusty; urgency=low
8190
8191 [ Stefan Bader ]
8192
8193 * [Config] Make vmwgfx driver enable the framebuffer device
8194
8195 [ Tim Gardner ]
8196
8197 * rebase to v3.13.1
8198 * [Config] CONFIG_NFS_FS=m for ppc64el
8199 * [Config] CONFIG_X86_SYSFB=n
8200 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
8201 * Release Tracking Bug
8202 - LP: #1275898
8203
8204 [ Upstream Kernel Changes ]
8205
8206 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
8207 - LP: #1272525
8208 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
8209 - LP: #1272525
8210 * mm: ignore VM_SOFTDIRTY on VMA merging
8211 - LP: #1274917
8212 * drm/radeon: disable dpm on BTC
8213 - LP: #1266984
8214
8215 [ Upstream Kernel Changes ]
8216
8217 * rebase to v3.13.1
8218
8219 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
8220
8221 linux (3.13.0-6.23) trusty; urgency=low
8222
8223 [ Andy Whitcroft ]
8224
8225 * [Config] fix up architecture for linux-tools
8226
8227 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
8228
8229 linux (3.13.0-6.22) trusty; urgency=low
8230
8231 [ Andy Whitcroft ]
8232
8233 * [Packaging] limit linux-udebs-<flavour> to matching arch
8234 * [Config] powerpc -- disable perf to fix FTBFS
8235 * [Config] ppc64el -- fix up missing udebs
8236
8237 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
8238
8239 linux (3.13.0-6.21) trusty; urgency=low
8240
8241 [ Andy Fleming ]
8242
8243 * SAUCE: net: Add support for handling queueing in hardware
8244 * SAUCE: of_mdio: Add of_phy_attach function
8245 * SAUCE: phylib: Add generic 10G driver
8246 * SAUCE: phylib: Support attaching to gen10g_driver
8247 * SAUCE: phylib: Add Clause 45 read/write functions
8248
8249 [ Andy Whitcroft ]
8250
8251 * SAUCE: fix fmd headers
8252 * [Packaging] lowlatency -- merge out of tree flavours
8253 * SAUCE: allow IRQs to be irq-threaded by default via config
8254 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
8255 * [Config] powerpc -- fix up Build-depends:
8256 * Release Tracking Bug
8257 - LP: #1273747
8258
8259 [ Ben Collins ]
8260
8261 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
8262 ptr/64-bit rsrcs
8263 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
8264 * SAUCE: Fixup freescale usb phy driver to work on ppc64
8265 * SAUCE: xgmac_mdio: Silence read errors
8266 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
8267 * SAUCE: Fix stack overflow on ppc32
8268 * SAUCE: Use resource_size_t instead of long for PCI resource address
8269 * SAUCE: net/phy: Export function for use by dpaa_eth
8270 * [Packaging] powerpc -- merge out of tree powerpc arch
8271
8272 [ Bjorn Helgaas ]
8273
8274 * SAUCE: Revert "EISA: Log device resources in dmesg"
8275 - LP: #1251816
8276 * SAUCE: Revert "EISA: Initialize device before its resources"
8277 - LP: #1251816
8278
8279 [ Emil Medve ]
8280
8281 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
8282 with 10G "fixed-link"s
8283
8284 [ Kumar Gala ]
8285
8286 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
8287 * SAUCE: fsl_pme2: Add support for DPAA PME
8288 * SAUCE: fmd: FMD14 integration
8289 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
8290 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
8291
8292 [ Madalin Bucur ]
8293
8294 * SAUCE: net/flow: remove sleeping and deferral mechanism from
8295 flow_cache_flush
8296 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
8297 and duplex reading
8298
8299 [ Stefan Bader ]
8300
8301 * [Config] move some VMWare related modules into main package
8302 - LP: #1271669
8303
8304 [ Tim Gardner ]
8305
8306 * [Config] Add r815x to nic-modules
8307 - LP: #1273735
8308 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
8309 - LP: #239479
8310
8311 [ Upstream Kernel Changes ]
8312
8313 * mmc: sdhci-pci: break out definitions to header file
8314 - LP: #1239938
8315 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
8316 - LP: #1239938
8317 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
8318 * powerpc/book3e: support CONFIG_RELOCATABLE
8319 * book3e/kexec/kdump: enable kexec for kernel
8320 * book3e/kexec/kdump: create a 1:1 TLB mapping
8321 * book3e/kexec/kdump: introduce a kexec kernel flag
8322 * book3e/kexec/kdump: implement ppc64 kexec specfic
8323 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
8324 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
8325
8326 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
8327
8328 linux (3.13.0-5.20) trusty; urgency=low
8329
8330 [ Andy Whitcroft ]
8331
8332 * [Packaging] tools -- do not make symlinks when not making packages
8333 * [Packaging] tools -- tidy up control.stub.in ordering
8334 * [Packaging] tools -- tools-common is shared and not conditional
8335 * rebase to v3.13
8336
8337 [ Dirk Brandewie ]
8338
8339 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
8340
8341 [ KY Srinivasan ]
8342
8343 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
8344 notification
8345
8346 [ Upstream Kernel Changes ]
8347
8348 * rebase to v3.13
8349 - LP: #1270603
8350
8351 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
8352
8353 linux (3.13.0-4.19) trusty; urgency=low
8354
8355 [ Andy Whitcroft ]
8356
8357 * [Config] libunwind8-dev is now available for ppc64el
8358 * [Packaging] tools -- make cpupower optional
8359 * [Packaging] tools -- enable correctly for x86
8360
8361 [ Tim Gardner ]
8362
8363 * Release Tracking Bug
8364 - LP: #1269872
8365
8366 [ Upstream Kernel Changes ]
8367
8368 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
8369 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
8370 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
8371 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
8372
8373 [ Upstream Kernel Changes ]
8374
8375 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
8376
8377 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
8378
8379 linux (3.13.0-3.18) trusty; urgency=low
8380
8381 [ Andy Whitcroft ]
8382
8383 * rebase to v3.13-rc8
8384 * [Packaging] efi -- allow EFI signatures on any arch
8385
8386 [ Tim Gardner ]
8387
8388 * [Config] Fix vcs-git path
8389 * Release Tracking Bug
8390 - LP: #1268683
8391
8392 [ Upstream Kernel Changes ]
8393
8394 * rebase to v3.13-rc8
8395
8396 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
8397
8398 linux (3.13.0-2.17) trusty; urgency=low
8399
8400 [ Andy Whitcroft ]
8401
8402 * Release Tracking Bug
8403 - LP: #1267809
8404 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
8405 defaults
8406 * [Config] apply Platform support>>CPU Frequency scaling config defaults
8407 * [Config] CONFIG_PARIDE_EPATC8=y
8408 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
8409 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
8410 Switch drivers config defaults
8411 * [Config] apply Cryptographic API config defaults
8412 * [Config] apply Device Drivers >> Common Clock Framework config defaults
8413 * [Config] apply Device Drivers >> Distributed Switch Architecture
8414 drivers config defaults
8415 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
8416 device support config defaults
8417 * [Config] apply Device Drivers >> Graphics support >> Support for frame
8418 buffer devices >> Bootup logo config defaults
8419 * annotations -- update in tree annotations
8420 * [Config] apply Bus options >> PCI support >> RapidIO support config
8421 defaults
8422 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
8423 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
8424 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
8425 support config defaults
8426 * [Config] apply Device Drivers >> Character devices >> Serial drivers
8427 config defaults
8428 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
8429 defaults
8430 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
8431 Support config defaults
8432 * [Config] apply Device Drivers >> Character devices config defaults
8433 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
8434 HID transport layer config defaults
8435 * [Config] apply Device Drivers >> HID support >> HID bus support config
8436 defaults
8437 * [Config] apply Device Drivers >> HID support >> USB HID support config
8438 defaults
8439 * annotations -- update in tree annotations
8440 * [Config] apply Device Drivers >> GPIO Support config defaults
8441 * [Config] update configs for apparmour update
8442
8443 [ John Johansen ]
8444
8445 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8446 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8447 - LP: #1208988
8448 * SAUCE: apparmor: allocate path lookup buffers during init
8449 - LP: #1208988
8450 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
8451 - LP: #1236455
8452
8453 [ Tim Gardner ]
8454
8455 * Revert "[Debian] getabis: Preface module with package name"
8456 * [Config] Added ppc64el to getabis
8457 * [packaging] Bump ABI for every new release
8458
8459 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
8460
8461 linux (3.13.0-1.16) trusty; urgency=low
8462
8463 * First 3.13 upload.
8464 * Release tracker
8465 - LP: #1266852
8466
8467 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
8468
8469 linux (3.13.0-0.15) trusty; urgency=low
8470
8471 [ Tim Gardner ]
8472
8473 * rebase to v3.13-rc7
8474
8475 [ Upstream Kernel Changes ]
8476
8477 * rebase to v3.13-rc7
8478
8479 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
8480
8481 linux (3.13.0-0.14) trusty; urgency=low
8482
8483 [ Andy Whitcroft ]
8484
8485 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8486
8487 [ Tim Gardner ]
8488
8489 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
8490 * Update lttng to Version 2.4.0-rc2
8491 * lttng: Disabled trace_kvm_async_pf_completed
8492 * [Config] CONFIG_IMA=y
8493 - LP: #1244627
8494
8495 [ Upstream Kernel Changes ]
8496
8497 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8498
8499 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
8500
8501 linux (3.13.0-0.13) trusty; urgency=low
8502
8503 [ Andy Whitcroft ]
8504
8505 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8506 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8507 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8508 * ubuntu: AUFS (no-squash): basic framework and update machinary
8509 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
8510 * ubuntu: aufs3 -- enable
8511 * ubuntu: aufs3 -- update configs
8512
8513 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
8514
8515 linux (3.13.0-0.12) trusty; urgency=low
8516
8517 [ Upstream Kernel Changes ]
8518
8519 * rebase to v3.13-rc6
8520
8521 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
8522
8523 linux (3.13.0-0.11) trusty; urgency=low
8524
8525 [ Andy Whitcroft ]
8526
8527 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
8528 * [Config] ppc64el -- initial defconfig based -generic flavour
8529 * [Config] initial defconfig for ppc64el
8530 * [Config] ubuntuise ppc64el config
8531 * [Config] ubuntuise ppc64el config part 2
8532 * [Config] d-i -- update empty udebs list
8533 * [Config] ppc64el -- split extras package
8534
8535 [ Anton Blanchard ]
8536
8537 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
8538
8539 [ Benjamin Herrenschmidt ]
8540
8541 * SAUCE: powerpc/powernv: Add calls to support little endian
8542
8543 [ Cédric Le Goater ]
8544
8545 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
8546 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
8547 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
8548 guests
8549
8550 [ Paul E. McKenney ]
8551
8552 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
8553
8554 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
8555
8556 linux (3.13.0-0.10) trusty; urgency=low
8557
8558 [ Andy Whitcroft ]
8559
8560 * rebase to v3.13-rc5
8561 * [Config] updateconfigs following rebase to v3.13-rc5
8562
8563 [ Upstream Kernel Changes ]
8564
8565 * rebase to v3.13-rc5
8566 - LP: #1260303
8567 - LP: #1260303
8568 - LP: #1260225
8569
8570 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
8571
8572 linux (3.13.0-0.9) trusty; urgency=low
8573
8574 [ Andy Whitcroft ]
8575
8576 * [Config] d-i -- allow missing firmware
8577
8578 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
8579
8580 linux (3.13.0-0.8) trusty; urgency=low
8581
8582 [ Andy Whitcroft ]
8583
8584 * [Config] annotations -- first pass over entire config
8585 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
8586
8587 [ Tim Gardner ]
8588
8589 * [Config] Add arm64 device tree files
8590 - LP: #1262901
8591
8592 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
8593
8594 linux (3.13.0-0.7) trusty; urgency=low
8595
8596 [ Rajesh B Prathipati ]
8597
8598 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
8599
8600 [ Tim Gardner ]
8601
8602 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
8603
8604 [ Upstream Kernel Changes ]
8605
8606 * rebase to v3.13-rc4
8607 - LP: #1259790
8608 - LP: #1259437
8609 - LP: #1259435
8610
8611 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
8612
8613 linux (3.13.0-0.6) trusty; urgency=low
8614
8615 [ Paolo Pisati ]
8616
8617 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
8618 * [Config] i386: amd64: VIRTIO_CONSOLE=y
8619
8620 [ Tim Gardner ]
8621
8622 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
8623
8624 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
8625
8626 linux (3.13.0-0.5) trusty; urgency=low
8627
8628 [ Andy Whitcroft ]
8629
8630 * correct bug listing for v3.13-rc2 rebase
8631 * [Config] ppc64el -- create linux-libc-dev
8632 * [Debian] Improve tools version message
8633 - LP: #1257715
8634
8635 [ Serge Hallyn ]
8636
8637 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
8638 - LP: #1248590
8639 * SAUCE: vfs: Fix a regression in mounting proc
8640
8641 [ Tim Gardner ]
8642
8643 * [Config] Build-in ohci-pci
8644 - LP: #1244176
8645 * Rebase to v3.13-rc3
8646
8647 [ Upstream Kernel Changes ]
8648
8649 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
8650 checks""
8651 - LP: #1248590
8652
8653 [ Upstream Kernel Changes ]
8654
8655 * rebase to v3.13-rc3
8656 - LP: #1256840
8657 - LP: #1256212
8658
8659 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
8660
8661 linux (3.13.0-0.4) trusty; urgency=low
8662
8663 [ Tim Gardner ]
8664
8665 * Rebase to v3.13-rc2
8666
8667 [ Upstream Kernel Changes ]
8668
8669 * rebase to v3.13-rc2
8670
8671 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
8672
8673 linux (3.13.0-0.3) trusty; urgency=low
8674
8675 [ Andy Whitcroft ]
8676
8677 * Revert "SAUCE: Fix DocBook FTBS"
8678
8679 [ Tim Gardner ]
8680
8681 * [Debian] Re-sign modules after debug objcopy
8682 - LP: #1253155
8683 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
8684
8685 [ Upstream Kernel Changes ]
8686
8687 * doc: fix generation of device-drivers
8688 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
8689
8690 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
8691
8692 linux (3.13.0-0.2) trusty; urgency=low
8693
8694 [ Tim Gardner ]
8695
8696 * SAUCE: Fix DocBook FTBS
8697
8698 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
8699
8700 linux (3.13.0-0.1) trusty; urgency=low
8701
8702 [ Upstream Kernel Changes ]
8703
8704 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
8705
8706 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
8707
8708 linux (3.13.0-0.0) trusty; urgency=low
8709
8710 * Major release bump.
8711
8712 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
8713
8714 linux (3.12.0-2.7) trusty; urgency=low
8715
8716 * Fixed armhf ABI build failure.
8717 * Release tracker
8718 - LP: #1249477
8719
8720 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
8721
8722 linux (3.12.0-2.6) trusty; urgency=low
8723
8724 [ Joseph Salisbury ]
8725
8726 * SAUCE: tg3: Add support for new 57786 device id.
8727 - LP: #1242610
8728
8729 [ Tim Gardner ]
8730
8731 * [Config] CONFIG_OABI_COMPAT=n
8732 * [Config] add the wandboard to shipped dtb
8733 - LP: #1249421
8734 * Release tracker
8735 - LP: #1249477
8736
8737 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
8738
8739 linux (3.12.0-2.5) trusty; urgency=low
8740
8741 [ Andy Whitcroft ]
8742
8743 * rebase to mainline v3.12
8744 * [Config] updateconfigs following rebase to v3.12
8745 * postinst -- improve relative symlink detection with missing files
8746 - LP: #1248053
8747 * postinst -- fix unchanged link detection
8748 * [Config] update configs following addition of apparmor fixes
8749
8750 [ Anthony Wong ]
8751
8752 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8753 - LP: #1231305
8754
8755 [ John Johansen ]
8756
8757 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8758 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8759 - LP: #1208988
8760 * SAUCE: apparmor: allocate path lookup buffers during init
8761 - LP: #1208988
8762
8763 [ Tim Gardner ]
8764
8765 * [Config] Remove superfluous ubuntu/lttng-modules
8766
8767 [ Upstream Kernel Changes ]
8768
8769 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8770 - LP: #1248590
8771
8772 [ Upstream Kernel Changes ]
8773
8774 * rebase to v3.12
8775 - LP: #1222850
8776
8777 [ Adam Conrad ]
8778 * etc/getabis: Fetch arm64/generic abis as well
8779
8780 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8781
8782 linux (3.12.0-1.3) trusty; urgency=low
8783
8784 [ Andy Whitcroft ]
8785
8786 * [Config] arm64 -- add arch to the configuration handlers
8787 * [Config] arm64 -- add generic flavour
8788 * [Config] arm64 -- default config
8789 * [Config] arm64 -- fix up various FTBFS config options
8790 * SAUCE: arm64: export __copy_in_user to modules
8791 * [Config] arm64 -- disable ABI/module checks
8792 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8793 * [Config] arm64 -- enable udebs for arm64
8794
8795 [ Colin Watson ]
8796
8797 * [Config] Clean up various udeb Provides
8798
8799 [ Paolo Pisati ]
8800
8801 * [Config] AHCI_IMX=y
8802 * [Config] build imx*-wandboard dtbs
8803
8804 [ Serge Hallyn ]
8805
8806 * SAUCE: device_cgroup: remove can_attach
8807
8808 [ Tim Gardner ]
8809
8810 * rebase to v3.12-rc7
8811 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8812 * Release tracker
8813 - LP: #1245932
8814
8815 [ Upstream Kernel Changes ]
8816
8817 * rebase to v3.12-rc7
8818 - LP: #1180881
8819 - LP: #1180881
8820 - LP: #1217957
8821
8822 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8823
8824 linux (3.12.0-0.2) trusty; urgency=low
8825
8826 [ Andy Whitcroft ]
8827
8828 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8829 CAPACITY (16) at SPC-2"
8830 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8831 SPC-2"
8832 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8833 CAPACITY (16) be preferred"
8834 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8835 be used at SPC-2"
8836 * Revert "overlayfs: Update to v19"
8837 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8838 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8839 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8840 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8841 clone_private_mount()"
8842 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8843 modules"
8844 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8845 documentation"
8846 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8847 * [Config] fix linux-libc-dev generation for arm64
8848 * [Config] fix linux-libc-dev generation for x32
8849 * [Config] add linux-libc-dev generation for ppc64el
8850
8851 [ Erez Zadok ]
8852
8853 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8854
8855 [ Miklos Szeredi ]
8856
8857 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8858 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8859 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8860 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8861 * ubuntu: overlayfs v20 -- overlay filesystem
8862 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8863
8864 [ Neil Brown ]
8865
8866 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8867
8868 [ Paolo Pisati ]
8869
8870 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8871
8872 [ Seth Forshee ]
8873
8874 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8875 ThinkPads
8876 - LP: #1183856
8877
8878 [ Tim Gardner ]
8879
8880 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8881 * rebase to v3.12-rc2
8882 * updateconfigs
8883 * [Config] disable CONFIG_FB_VESA enforcer check
8884 * [Config] Disable lttng for FTBS
8885 * rebase to v3.12-rc3
8886 * rebase to v3.12-rc4
8887 * [Config] CONFIG_ANDROID=n
8888 - LP: #1235161
8889 * [Config] CONFIG_L2TP_V3=y
8890 - LP: #1235914
8891 * [Config] CONFIG_USB_OTG=n for all arches
8892 * Release tracker
8893 - LP: #1242811
8894
8895 [ Upstream Kernel Changes ]
8896
8897 * scsi: hyper-v storsvc switch up to SPC-3
8898
8899 * rebase to v3.12-rc6
8900 - LP: #1235977
8901 - LP: #1235523
8902 - LP: #1239392
8903 - LP: #1227491
8904
8905 * rebase to v3.12-rc3
8906 - LP: #1231931
8907
8908 * rebase to v3.12-rc2
8909 - LP: #1213820
8910 - LP: #1213055
8911 - LP: #1198030
8912
8913 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8914
8915 linux (3.11.0-8.15) saucy; urgency=low
8916
8917 [ Tim Gardner ]
8918
8919 * Release tracker
8920 - LP: #1227969
8921
8922 * Update lttng
8923 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8924 Version 2.3.0+
8925
8926 [ Upstream Kernel Changes ]
8927
8928 * igb: Add additional get_phy_id call for i354 devices
8929 - LP: #1219619
8930 * igb: Read flow control for i350 from correct EEPROM section
8931 - LP: #1219619
8932 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8933 Required for lttng update.
8934
8935 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8936
8937 linux (3.11.0-7.14) saucy; urgency=low
8938
8939 [ Andy Whitcroft ]
8940
8941 * [Packaging] sort out linux-tools naming
8942 - LP: #1205284
8943 * [Packaging] linux-tools: switch to common generic version helper
8944
8945 [ Paolo Pisati ]
8946
8947 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8948
8949 [ Tim Gardner ]
8950
8951 * Release tracker
8952 - LP: #1226160
8953
8954 [ Tony Lindgren ]
8955
8956 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8957 for pandaboard
8958
8959 [ Upstream Kernel Changes ]
8960
8961 * USB: handle LPM errors during device suspend correctly
8962 - LP: #1011415
8963 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8964 - LP: #1011415
8965 * usb: Don't fail port power resume on device disconnect.
8966 - LP: #1011415
8967
8968 [ Upstream Kernel Changes ]
8969
8970 * rebase to v3.11.1
8971
8972 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8973
8974 linux (3.11.0-7.13) saucy; urgency=low
8975
8976 * Release tracker
8977 - LP: #1223545
8978
8979 [ Andy Whitcroft ]
8980
8981 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8982 - LP: #1223499
8983 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8984 - LP: #1223499
8985 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8986 - LP: #1223499
8987 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
8988 - LP: #1223499
8989
8990 [ Maximiliano Curia ]
8991
8992 * SAUCE: (no-up) Only let characters through when there are active readers.
8993 - LP: #1208740
8994
8995 [ Tim Gardner ]
8996
8997 * [Debian] getabis: Commit new ABI directory, remove the old
8998 * [Config] CONFIG_EFIVAR_FS=y
8999 - LP: #1223195
9000 * [Config] CONFIG_EFI_VARS_PSTORE=m,
9001 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
9002 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
9003 - LP: #1222850
9004
9005 [ Upstream Kernel Changes ]
9006
9007 * Intel xhci: refactor EHCI/xHCI port switching
9008 - LP: #1210858
9009
9010 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
9011
9012 linux (3.11.0-6.12) saucy; urgency=low
9013
9014 * Release tracker
9015 - LP: #1222893
9016
9017 [ Andy Whitcroft ]
9018
9019 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9020 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9021 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9022 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9023 - LP: #1222407
9024
9025 [ Paolo Pisati ]
9026
9027 * [Config] restore mmc boot on panda
9028
9029 [ Tyler Hicks ]
9030
9031 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
9032 - LP: #1216294
9033
9034 [ Upstream Kernel Changes ]
9035
9036 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
9037 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
9038 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
9039 * net: calxedaxgmac: fix possible skb free before tx complete
9040 * net: calxedaxgmac: update ring buffer tx_head after barriers
9041 * net: calxedaxgmac: fix race with tx queue stop/wake
9042 * net: calxedaxgmac: enable interrupts after napi_enable
9043 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
9044 * net: calxedaxgmac: remove some unused statistic counters
9045 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
9046 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
9047 * mfd: rtsx: Read vendor setting from config space
9048 - LP: #1201698
9049
9050 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
9051
9052 linux (3.11.0-5.11) saucy; urgency=low
9053
9054 * Release tracker
9055 - LP: #1221886
9056
9057 [ Adam Lee ]
9058
9059 * SAUCE: Bluetooth: Add support for 04ca:2007
9060 - LP: #1153448
9061 * SAUCE: Bluetooth: Add support for 105b:e065
9062 - LP: #1161261
9063
9064 [ Gavin Guo ]
9065
9066 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
9067 - LP: #1166113
9068
9069 [ Upstream Kernel Changes ]
9070
9071 * igb: Reset the link when EEE setting changed
9072 - LP: #1219619
9073 * igb: Read register for latch_on without return value
9074 - LP: #1219619
9075 * igb: Added rcu_lock to avoid race
9076 - LP: #1219619
9077 * igb: don't allow SR-IOV without MSI-X
9078 - LP: #1219619
9079 * igb: Update MTU so that it is always at least a standard frame size
9080 - LP: #1219619
9081 * igb: Refactor of init_nvm_params
9082 - LP: #1219619
9083 * igb: Refactor NVM read functions to accommodate devices with no flash
9084 - LP: #1219619
9085 * igb: Add device support for flashless SKU of i210 device
9086 - LP: #1219619
9087 * igb: Fix get_fw_version function for all parts
9088 - LP: #1219619
9089 * igb: Add macro for size of RETA indirection table
9090 - LP: #1219619
9091 * igb: Expose RSS indirection table for ethtool
9092 - LP: #1219619
9093 * igb: Don't look for a PBA in the iNVM when flashless
9094 - LP: #1219619
9095 * igb: Implementation of 1-sec delay for i210 devices
9096 - LP: #1219619
9097 * igb: New PHY_ID for i354 device
9098 - LP: #1219619
9099 * igb: M88E1543 PHY downshift implementation
9100 - LP: #1219619
9101 * igb: No PHPM support in i354 devices
9102 - LP: #1219619
9103 * igb: Support to get 2_5G link status for appropriate media type
9104 - LP: #1219619
9105 * igb: Get speed and duplex for 1G non_copper devices
9106 - LP: #1219619
9107 * igb: Implementation to report advertised/supported link on i354 devices
9108 - LP: #1219619
9109 * igb: Update version number
9110 - LP: #1219619
9111 * Bluetooth: Take proper tty_struct references
9112 - LP: #1189998
9113 * Bluetooth: Remove the device from the list in the destructor
9114 - LP: #1189998
9115 * Bluetooth: Move the tty initialization and cleanup out of open/close
9116 - LP: #1189998
9117 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
9118 - LP: #1189998
9119 * Bluetooth: Fix the reference counting of tty_port
9120 - LP: #1189998
9121 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
9122 - LP: #1189998
9123
9124 [ Wen-chien Jesse Sung ]
9125
9126 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
9127 - LP: #1065400
9128 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
9129 - LP: #1065400
9130
9131 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
9132
9133 linux (3.11.0-5.10) saucy; urgency=low
9134
9135 [ Andy Whitcroft ]
9136
9137 * Release tracker
9138 - LP: #1220222
9139 * Revert "[Config] Fix ubuntu directoy Kbuilds"
9140 * Revert "aufs update dropped some Kbuild files"
9141 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
9142 * Revert "ubuntu: AUFS -- update to
9143 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
9144 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9145 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9146 * rebase to v3.11 final
9147 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
9148 * ubuntu: AUFS (no-squash): basic framework and update machinary
9149 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9150 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9151 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
9152 * ubuntu: (no-squash) AUFS -- enable aufs
9153 * ubuntu: AUFS -- fix remaining d_count references to use accessor
9154 * ubuntu: lttng -- follow rename of pid_ns
9155 * SAUCE: disable stack-protector for ARM compressed bootloader
9156
9157 [ Paolo Pisati ]
9158
9159 * [Config] ARM_ATAG_DTB_COMPAT=y
9160
9161 [ Rob Herring ]
9162
9163 * [Config] Enable KVM and virtio for armhf generic-lpae
9164
9165 [ Tim Gardner ]
9166
9167 * [Config] CONFIG_ARPD=y
9168 * [Config] CONFIG_ZSWAP=y
9169 - LP: #1215379
9170
9171 [ Upstream Kernel Changes ]
9172
9173 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
9174 - LP: #1217957
9175 * ARM: use phys_addr_t for DMA zone sizes
9176 * ARM: highbank: enable DMA zone for LPAE
9177 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
9178 * ARM: highbank: select required errata work-arounds
9179 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
9180 * DMA: fix printk warning in AMBA PL08x DMA driver
9181 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
9182 * ARM: move outer_cache declaration out of ifdef
9183 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
9184 * ARM: highbank: clean-up some unused includes
9185 * ARM: xen: only set pm function ptrs for Xen guests
9186
9187 [ Upstream Kernel Changes ]
9188
9189 * rebase to v3.11
9190
9191 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
9192
9193 linux (3.11.0-4.9) saucy; urgency=low
9194
9195 [ Tim Gardner ]
9196
9197 * rebase to v3.11-rc7
9198 * Release tracker
9199 - LP: #1216962
9200
9201 [ Upstream Kernel Changes ]
9202
9203 * mwifiex: do not create AP and P2P interfaces upon driver loading
9204 - LP: #1212720
9205
9206 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
9207
9208 linux (3.11.0-3.8) saucy; urgency=low
9209
9210 [ Johannes Berg ]
9211
9212 * SAUCE: mac80211: ignore (E)CSA in probe response frames
9213 - LP: #1201470
9214
9215 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
9216
9217 linux (3.11.0-3.7) saucy; urgency=low
9218
9219 [ Tim Gardner ]
9220
9221 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
9222 upstart to track
9223 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
9224 linux/hyperv.h
9225 * SAUCE: hv: Add vss daemon to Makefile
9226 * [Debian] Add hv_vss_daemon to tools package
9227 - LP: #1213282
9228 * [Config] Fix ubuntu directoy Kbuilds
9229 - LP: #1181755
9230
9231 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
9232
9233 linux (3.11.0-3.6) saucy; urgency=low
9234
9235 [ Andy Whitcroft ]
9236
9237 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
9238 * [Config] tools: enable x86 and hyper-v
9239
9240 [ John Johansen ]
9241
9242 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
9243 snapshot"
9244 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
9245 root users"
9246 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
9247
9248 [ Joseph Salisbury ]
9249
9250 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
9251 - LP: #1210848
9252
9253 [ Kamal Mostafa ]
9254
9255 * [debian] tools: ship 'cpupower' in linux-tools
9256 - LP: #1158668
9257 * [Config] Build-dep on libpci-dev for cpu tools
9258 - LP: #1158668
9259
9260 [ Tim Gardner ]
9261
9262 * rebase to v3.11-rc6
9263 * Release tracker
9264 - LP: #1213941
9265
9266 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
9267
9268 linux (3.11.0-2.5) saucy; urgency=low
9269
9270 [ Tim Gardner ]
9271
9272 * [Config] CONFIG_PM_DEBUG=y
9273 - LP: #1210539
9274 * rebase to v3.11-rc5
9275 * Release tracker
9276 - LP: #1211378
9277
9278 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
9279
9280 linux (3.11.0-1.4) saucy; urgency=low
9281
9282 [ Tim Gardner ]
9283
9284 * Bump ABI when making changes to the inclusion list lest
9285 you cause conflicts with existing installed kernel
9286 packages.
9287 - LP: #1210331
9288
9289 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
9290
9291 linux (3.11.0-0.3) saucy; urgency=low
9292
9293 [ Tim Gardner ]
9294
9295 * [Config] Include rbd and kvm in the virtual inclusion list
9296 - LP: #1206961
9297 * [Config] Removed obsolete inclusion list entries
9298
9299 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
9300
9301 linux (3.11.0-0.2) saucy; urgency=low
9302
9303 [ Bruce Allan ]
9304
9305 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
9306 - LP: #1206757
9307 * SAUCE: (no-up) e1000e: enable support for new device IDs
9308 - LP: #1206757
9309
9310 [ John Johansen ]
9311
9312 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9313
9314 [ Paolo Pisati ]
9315
9316 * build vexpress a15 dtb
9317 * [Config] disable Broadcom bcm support (ARCH_BCM)
9318 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
9319 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
9320 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
9321 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
9322 * [Config] disable TI Keystone, AM43xx and OMAP5 support
9323 * [Config] ARM_APPENDED_DTB=y
9324
9325 [ Tim Gardner ]
9326
9327 * rebase to v3.11-rc4
9328 * overlayfs: Update to v19
9329 * [Config] Enable overlayfs
9330 * SAUCE: Fix lttng compile errors
9331
9332 [ Upstream Kernel Changes ]
9333
9334 * rebase to v3.11-rc4
9335 - LP: #1163720
9336 - LP: #1162026
9337 - LP: #1195636
9338 - LP: #1195597
9339 - LP: #1180409
9340 - LP: #1168430
9341
9342 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
9343
9344 linux (3.11.0-0.1) saucy; urgency=low
9345
9346 [ Upstream Kernel Changes ]
9347
9348 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
9349 - LP: #1163720
9350 - LP: #1162026
9351 - LP: #1195636
9352 - LP: #1195597
9353 - LP: #1180409
9354 - LP: #1168430
9355
9356 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
9357
9358 linux (3.10.0-2.10) saucy; urgency=low
9359
9360 [ Andy Whitcroft ]
9361
9362 * [Config] CONFIG_INTEL_MEI*=m
9363 - LP: #1196155
9364 * [Config] CONFIG_DEBUG_INFO=y
9365
9366 [ Stephen Warren ]
9367
9368 * [Config] fix Calxeda xgmac module filename
9369
9370 [ Upstream Kernel Changes ]
9371
9372 * Revert "serial: 8250_pci: add support for another kind of NetMos
9373 Technology PCI 9835 Multi-I/O Controller"
9374 - LP: #1190967
9375 * mfd: lpc_ich: Add support for Intel Avoton SoC
9376 - LP: #1196658
9377
9378 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
9379
9380 linux (3.10.0-2.9) saucy; urgency=low
9381
9382 [ Andy Whitcroft ]
9383
9384 * rebase to v3.10
9385
9386 [ John Johansen ]
9387
9388 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
9389 network mediation"
9390 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
9391 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
9392 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
9393 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
9394 interface"
9395 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
9396 to prevent execve from granting privs"
9397 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9398
9399 [ Upstream Kernel Changes ]
9400
9401 * rebase to v3.10
9402
9403 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
9404
9405 linux (3.10.0-1.8) saucy; urgency=low
9406
9407 [ Andy Whitcroft ]
9408
9409 * Release Tracking Bug
9410 - LP: #1195717
9411
9412 [ Andy Whitcroft ]
9413
9414 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
9415 interface"
9416 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
9417 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
9418 reference"
9419 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
9420 * Revert "ubuntu: overlayfs --
9421 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
9422 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
9423 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
9424 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
9425 * Revert "ubuntu: overlayfs --
9426 overlayfs-fix-possible-leak-in-ovl_new_inode"
9427 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
9428 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
9429 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
9430 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
9431 * Revert "ubuntu: overlayfs -- overlay filesystem"
9432 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
9433 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
9434 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
9435 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
9436
9437 [ Erez Zadok ]
9438
9439 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
9440
9441 [ Miklos Szeredi ]
9442
9443 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
9444 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
9445 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
9446 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
9447 * ubuntu: overlayfs v18 -- -- overlay filesystem
9448 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
9449
9450 [ Neil Brown ]
9451
9452 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
9453
9454 [ Tim Gardner ]
9455
9456 * [Config] CONFIG_SUNRPC_DEBUG=y
9457 - LP: #1127319
9458
9459 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
9460
9461 linux (3.10.0-0.7) saucy; urgency=low
9462
9463 [ Andy Whitcroft ]
9464
9465 * autopkgtest: switch Depends: to build-essential
9466
9467 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
9468
9469 linux (3.10.0-0.6) saucy; urgency=low
9470
9471 [ Andy Whitcroft ]
9472
9473 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
9474 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
9475 - LP: #1098378
9476 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
9477 * ubuntu: overlayfs -- expose do_splice_direct prototype
9478 * ubuntu: overlayfs -- follow change to do_splice_direct interface
9479 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
9480 - LP: #1192691
9481
9482 [ Stefan Bader ]
9483
9484 * (d-i) Add dm-snapshot to md-modules
9485 - LP: #1191726
9486
9487 [ Tim Gardner ]
9488
9489 * Release tracker
9490 - LP: #1194149
9491 * [Config] CONFIG_WIL6210=n for armhf
9492 * [Config] d-i: Add calxedaxgmac to nic-modules
9493 - LP: #1192358
9494 * [debian] Use dh_strip
9495 - LP: #1192759
9496 * [Config] Enable perf for armhf
9497 * do_tools=false when cross compiling
9498 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
9499 - LP: #1108082
9500
9501 [ Upstream Kernel Changes ]
9502
9503 * nsp32: switch reset delay to msleep() as it is tooo long
9504 * alx: add a simple AR816x/AR817x device driver
9505 Plucked from linux-next. replaces ubuntu/alx in favor of
9506 'to be merged' version in 3.11.
9507 * rebase to v3.10-rc7
9508 - LP: #1189363
9509
9510 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
9511
9512 linux (3.10.0-0.5) saucy; urgency=low
9513
9514 [ Andy Whitcroft ]
9515
9516 * rebase to v3.10-rc6
9517 * [Config] updateconfigs following rebase to v3.10-rc6
9518
9519 [ Upstream Kernel Changes ]
9520
9521 * rebase to v3.10-rc6
9522
9523 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
9524
9525 linux (3.10.0-0.4) saucy; urgency=low
9526
9527 [ Andy Whitcroft ]
9528
9529 * [Config] updateconfigs following rebase to v3.10-rc4
9530
9531 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
9532
9533 linux (3.10.0-0.3) saucy; urgency=low
9534
9535 [ Andy Whitcroft ]
9536
9537 * rebase to v3.10-rc5
9538
9539 [ Upstream Kernel Changes ]
9540
9541 * rebase to v3.10-rc5
9542 - LP: #1186170
9543
9544 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
9545
9546 linux (3.10.0-0.2) saucy; urgency=low
9547
9548 [ Andy Whitcroft ]
9549
9550 * rebase to v3.10-rc4
9551 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
9552 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
9553 - LP: #1187744
9554 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
9555
9556 [ Dave Chiluk ]
9557
9558 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
9559 - LP: #1035226
9560
9561 [ Tim Gardner ]
9562
9563 * rebase to v3.10-rc3
9564 * [Config] sparc be gone
9565 * [Config] ia64 be gone
9566 * d-i: block-modules provides nbd-modules
9567
9568 [ Upstream Kernel Changes ]
9569
9570 * rebase to v3.10-rc4
9571 * rebase to v3.10-rc3
9572
9573 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
9574
9575 linux (3.10.0-0.1) saucy; urgency=low
9576
9577 [ Tim Gardner ]
9578
9579 * UBUNTU: Disabled lttng
9580 * UBUNTU: Disable aufs for FTBS
9581 * UBUNTU: Disabled alx
9582 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
9583 * UBUNTU: rebase to v3.10-rc2
9584 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
9585
9586 [ Andy Whitcroft ]
9587
9588 * UBUNTU: [Config] update standards version to 3.9.4.0
9589 * UBUNTU: [Config] squash duplicate package description (long and short)
9590 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
9591 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
9592 * UBUNTU: [Config] drop redundant Build-Conficts:
9593
9594 [ Upstream Kernel Changes ]
9595
9596 * rebase to v3.10-rc2
9597 - LP: #1180351
9598
9599 [ Upstream Kernel Changes ]
9600
9601 * rebase to v3.10-rc1
9602 - LP: #1172151
9603 - LP: #1089795
9604 - LP: #1167270
9605 - LP: #1128840
9606
9607 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
9608
9609 linux (3.10.0-0.0) saucy; urgency=low
9610
9611 * Dummy
9612
9613 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9614
9615 linux (3.9.0-2.6) saucy; urgency=low
9616
9617 [ Tim Gardner ]
9618
9619 * rebase to v3.9.2
9620
9621 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9622
9623 linux (3.9.0-1.5) saucy; urgency=low
9624
9625 [ Tim Gardner ]
9626
9627 * rebase to v3.9.1
9628
9629 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
9630
9631 linux (3.9.0-0.4) saucy; urgency=low
9632
9633 [ Andy Whitcroft ]
9634
9635 * ubuntu: overlayfs -- add FS_ALIAS
9636
9637 [ Tim Gardner ]
9638
9639 * Added lttng
9640 - LP: #1175784
9641
9642 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
9643
9644 linux (3.9.0-0.3) saucy; urgency=low
9645
9646 [ Upstream Kernel Changes ]
9647
9648 * rebase to v3.9
9649
9650 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
9651
9652 linux (3.9.0-0.2) saucy; urgency=low
9653
9654 [ Tim Gardner ]
9655
9656 * Enable extras packaging for amd64/i386.
9657 Fixes build depenencies with brittany and linux-meta.
9658
9659 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
9660
9661 linux (3.9.0-0.1) saucy; urgency=low
9662
9663 [ Upstream Kernel Changes ]
9664
9665 * rebase to v3.9-rc8
9666
9667 [ Upstream Kernel Changes ]
9668
9669 * rebase to v3.9-rc7
9670 - LP: #1128840
9671
9672 [ Upstream Kernel Changes ]
9673
9674 * rebase to v3.9-rc6
9675
9676 [ Upstream Kernel Changes ]
9677
9678 * rebase to v3.9-rc5
9679
9680 [ Upstream Kernel Changes ]
9681
9682 * rebase to v3.8-rc4
9683 - LP: #1095315
9684 - LP: #886975
9685 - LP: #1086921
9686
9687 [ Upstream Kernel Changes ]
9688
9689 * rebase to v3.9-rc3
9690 - LP: #1155016
9691 - LP: #1103594
9692
9693 [ Upstream Kernel Changes ]
9694
9695 * rebase to v3.9-rc2
9696
9697 [ Upstream Kernel Changes ]
9698
9699 * rebase to v3.9-rc1
9700 - LP: #901105
9701 - LP: #961286
9702 - LP: #1011792
9703 - LP: #1128934
9704 - LP: #886975
9705 - LP: #978807
9706
9707 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
9708
9709 linux (3.8.0-7.14) raring; urgency=low
9710
9711 [ Andy Whitcroft ]
9712
9713 * [Config] CONFIG_RCU_USER_QS=n
9714 * [Config] CONFIG_MTD_ONENAND_SIM=n
9715 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
9716
9717 [ Upstream Kernel Changes ]
9718
9719 * rebase to v3.8
9720
9721 [Tim Gardner]
9722
9723 * Release Tracking Bug
9724 - LP: #1130111
9725 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
9726 - LP: #1128840
9727
9728 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
9729
9730 linux (3.8.0-6.13) raring; urgency=low
9731
9732 [Tim Gardner]
9733
9734 * Release Tracking Bug
9735 - LP: #1125364
9736 * Add ahci modules to d-i
9737 - LP: #1124415
9738
9739
9740 [ Chris Wilson ]
9741
9742 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
9743 the encoders
9744 - LP: #1097315
9745
9746 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
9747
9748 linux (3.8.0-6.12) raring; urgency=low
9749
9750 [Tim Gardner]
9751
9752 * perf: NO_LIBPERL=1
9753 * Fix linux-headers dependency
9754 * Release Tracking Bug
9755 - LP: #1124362
9756
9757 [ Andy Whitcroft ]
9758
9759 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9760 - LP: #1121699
9761
9762 [ Daniel Vetter ]
9763
9764 * SAUCE: drm/i915: write backlight harder
9765 - LP: #954661
9766
9767 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9768
9769 linux (3.8.0-6.11) raring; urgency=low
9770
9771 [Tim Gardner]
9772
9773 * Release Tracking Bug
9774 - LP: #1122071
9775 * rebase to v3.8-rc7
9776 * Add libaudit-dev as a build dependency
9777 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9778
9779 [ Leann Ogasawara ]
9780
9781 * [Config] Remove CONFIG_SATA_AHCI annotation
9782
9783 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9784
9785 linux (3.8.0-5.10) raring; urgency=low
9786
9787 [Tim Gardner]
9788
9789 * Release Tracking Bug
9790 - LP: #1118568
9791
9792 * Bump ABI to fix install issue with 3.8.0-4.8.
9793 Moving drivers/ata/*ahci* to linux-image caused an
9794 install conflict with linux-image-extras without an
9795 ABI bump.
9796
9797 [ Jan Beulich ]
9798
9799 * SAUCE: xen-pciback: rate limit error messages from
9800 xen_pcibk_enable_msi{, x}()
9801 - LP: #1117336
9802 - CVE-2013-0231
9803
9804 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9805
9806 linux (3.8.0-4.9) raring; urgency=low
9807
9808 [ Herton Ronaldo Krzesinski ]
9809
9810 * d-i: Add mellanox ethernet drivers to nic-modules
9811 - LP: #1015339
9812
9813 [ Joseph Salisbury ]
9814
9815 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9816 - LP: #1113547
9817
9818 [ Kamal Mostafa ]
9819
9820 * SAUCE: alx driver import script
9821
9822 [ Qualcomm Atheros, Inc ]
9823
9824 * SAUCE: alx: Update to heads/master
9825
9826 [ Tim Gardner ]
9827
9828 * Release Tracking Bug
9829 - LP: #1117673
9830
9831 * [debian] Remove dangling symlink from headers package
9832 - LP: #1112442
9833 * [config] CONFIG_ALX=m
9834 * [Config] Add alx to d-i nic-modules
9835 * [Config] CONFIG_SATA_AHCI=m
9836 - LP: #1056563
9837
9838 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9839
9840 linux (3.8.0-4.8) raring; urgency=low
9841
9842 [ Allen Ibara ]
9843
9844 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9845
9846 [ Andy Whitcroft ]
9847
9848 * rebase to v3.8-rc6
9849 * updateconfigs following rebase to v3.8-rc6
9850
9851 [Leann Ogasawara]
9852
9853 * Release Tracking Bug
9854 - LP: #1112573
9855
9856 [ Paolo Pisati ]
9857
9858 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9859 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9860 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9861 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9862
9863 [ Seth Forshee ]
9864
9865 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9866
9867 [ Upstream Kernel Changes ]
9868
9869 * rebase to v3.8-rc6
9870 - LP: #1107477
9871
9872 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9873
9874 linux (3.8.0-3.7) raring; urgency=low
9875
9876 [ Andy Green ]
9877
9878 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9879 * SAUCE: ARM: omap2 add mac address allocation register api
9880 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9881 allocation
9882
9883 [ Leann Ogasawara ]
9884
9885 * rebase to v3.8-rc5
9886 * Release Tracking Bug
9887 - LP: #1111486
9888
9889 [ Paolo Pisati ]
9890
9891 * SAUCE: davinci: vpss: compilation fix
9892 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9893 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9894 * [Config] enable Freescale IMX6 support (SabreLite)
9895 * [Config] SERIAL_IMX_CONSOLE=y
9896 * [Config] MMC_*_IMX=y
9897 * [Config] disable USB_SUSPEND
9898 * [Config] USB_MXS_PHY=y
9899 * [Config] USB_CHIPIDEA=y
9900 * SAUCE: DTB: add support for multiple DTBs
9901 * SAUCE: DTB: build imx6q-sabrelite
9902 * SAUCE: DTB: build beaglexm
9903 * SAUCE: DTB: build panda/panda es
9904 * [Config] disable CPU_FREQ
9905 * [Config] PANEL_TFP410=y (video DVI output)
9906 * [Config] SND_OMAP_SOC*=y
9907 * [Config] SND_IMX_SOC*=y
9908 * [Config] I2C_IMX=y
9909 * [Config] SPI_IMX=m
9910
9911 [ Stefan Bader ]
9912
9913 * [Config] Move 9p modules into generic package
9914 - LP: #1107658
9915
9916 [ Tony Lindgren ]
9917
9918 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9919 kernels
9920 * SAUCE: ARM: OMAP2+: Use omap initcalls
9921 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9922 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9923 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9924 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9925 multiplaform
9926 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9927 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9928 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9929
9930 [ Upstream Kernel Changes ]
9931
9932 * rebase to v3.8-rc5
9933 - LP: #1096789
9934
9935 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9936
9937 linux (3.8.0-2.6) raring; urgency=low
9938
9939 [ Adam Conrad ]
9940
9941 * Fix up linux-tools -> SRCPKGNAME-tools rename
9942
9943 [ Andy Whitcroft ]
9944
9945 * [Config] re-disable CONFIG_SOUND_OSS
9946 - LP: #1105230
9947
9948 [ Arend van Spriel ]
9949
9950 * SAUCE: brcmsmac: fix tx status processing
9951
9952 [Leann Ogasawara]
9953
9954 * Release Tracking Bug
9955 - LP: #1105104
9956
9957 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9958
9959 linux (3.8.0-1.5) raring; urgency=low
9960
9961 [Tim Gardner]
9962
9963 * Release Tracking Bug
9964 - LP: #1101235
9965
9966 [ Dudley Du ]
9967
9968 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9969 - LP: #978807
9970
9971 [ Kamal Mostafa ]
9972
9973 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9974 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9975 * [Config] Add CONFIG_PS2_CYPRESS
9976
9977 [ Tim Gardner ]
9978
9979 * rebase to v3.8-rc4
9980
9981 [ Upstream Kernel Changes ]
9982
9983 * rebase to v3.8-rc4
9984 - LP: #1095315
9985 - LP: #886975
9986 - LP: #1086921
9987
9988 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
9989
9990 linux (3.8.0-0.4) raring; urgency=low
9991
9992 [ Leann Ogasawara ]
9993
9994 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
9995 * [Config] Update CONFIG_IIO build annotation
9996 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
9997 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
9998 * [Config] Remove CONFIG_SPI_PL022 annotation
9999 * [Config] Update CONFIG_EZX_PCAP annotation
10000 * [Config] Update CONFIG_SENSORS_AK8975 annotation
10001 * [Config] Disable CONFIG_DRM_MGAG200
10002 - LP: #1042903
10003
10004 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
10005
10006 linux (3.8.0-0.3) raring; urgency=low
10007
10008 [ Andy Whitcroft ]
10009
10010 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
10011 uselib()"
10012
10013 [ Scott James Remnant ]
10014
10015 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
10016 (for v3.7+)
10017 - LP: #1085766, #462111
10018
10019 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
10020
10021 linux (3.8.0-0.2) raring; urgency=low
10022
10023 [ Tim Gardner ]
10024
10025 * [packaging] Add macro to selectively disable building perf
10026 * [packaging] Cannot depend on universe package libaudit-dev
10027
10028 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
10029
10030 linux (3.8.0-0.1) raring; urgency=low
10031
10032
10033 [ Upstream Kernel Changes ]
10034
10035 * rebase to v3.8-rc3
10036 - LP: #1096789
10037
10038 [ Upstream Kernel Changes ]
10039
10040 * rebase to v3.8-rc2
10041 - LP: #1082357
10042 - LP: #1075882
10043
10044 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
10045
10046 linux (3.7.0-7.15) raring; urgency=low
10047
10048 [ Chris J Arges ]
10049
10050 * SAUCE: add eeprom_bad_csum_allow module parameter
10051 - LP: #1070182
10052
10053 [ Leann Ogasawara ]
10054
10055 * Add ceph to linux-image for virtual instances
10056 - LP: #1063784
10057
10058 [ Serge Hallyn ]
10059
10060 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
10061
10062 [ Tim Gardner ]
10063
10064 * [Config] CONFIG_SLUB_DEBUG=y
10065 - LP: #1090308
10066
10067 [ Upstream Kernel Changes ]
10068
10069 * Revert "[SCSI] sd: Implement support for WRITE SAME"
10070 - LP: #1089818
10071
10072 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
10073
10074 linux (3.7.0-6.14) raring; urgency=low
10075
10076 [ Andy Whitcroft ]
10077
10078 * [Config] annotations: all new annotations scheme including defaults
10079 * [Configs] apply annotation updates to main configs (top section)
10080
10081 [ Leann Ogasawara ]
10082
10083 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
10084 build"
10085 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
10086 * Temporarily disable module check for build
10087
10088 [ Stefan Bader ]
10089
10090 * ubuntu: dm-raid45: Adapt to upstream interface changes
10091 * Re-enable build of dm-raid45
10092
10093 [ Tim Gardner ]
10094
10095 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
10096 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
10097 * SAUCE: drm: Fix possible EDID memory allocation oops
10098 * SAUCE: ttm: Fix possible _manager memory allocation oops
10099 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
10100 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
10101 2 pointers
10102
10103 [ Tomas Hozza ]
10104
10105 * SAUCE: tools: hv: Netlink source address validation allows DoS
10106 - LP: #1084777
10107 - CVE-2012-5532
10108
10109 [ Upstream Kernel Changes ]
10110
10111 * rebase to v3.7
10112
10113 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
10114
10115 linux (3.7.0-5.13) raring; urgency=low
10116
10117 [ Lino Sanfilippo ]
10118
10119 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
10120 fsnotify_destroy_group()
10121 - LP: #922906
10122 * SAUCE: fsnotify: introduce fsnotify_get_group()
10123 - LP: #922906
10124 * SAUCE: fsnotify: use reference counting for groups
10125 - LP: #922906
10126 * SAUCE: fsnotify: take groups mark_lock before mark lock
10127 - LP: #922906
10128 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
10129 indicates wheather a mark should be destroyed
10130 - LP: #922906
10131 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
10132 mark list
10133 - LP: #922906
10134 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
10135 - LP: #922906
10136 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
10137 fsnotify_remove_mark()
10138 - LP: #922906
10139 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
10140 by group
10141 - LP: #922906
10142 * SAUCE: fsnotify: change locking order
10143 - LP: #922906
10144
10145 [ Tim Gardner ]
10146
10147 * [Config] CONFIG_NFC_LLCP=y
10148 * [Config] get-firmware: Filter new files through fwinfo
10149 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
10150 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
10151 * [Config] CONFIG_XEN=y for all arches
10152 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
10153 * [Config] CONFIG_MMC_DW_EXYNOS=m
10154 * [Config] CONFIG_GPIO_ADNP=m
10155 * [Config] find-obsolete-firmware: Use correct path
10156 * rebase to v3.7-rc8
10157 - LP: #1084640
10158
10159 [ Upstream Kernel Changes ]
10160
10161 * Revert "VFS: don't do protected {sym,hard}links by default"
10162 - LP: #1084192
10163
10164 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
10165
10166 linux (3.7.0-4.12) raring; urgency=low
10167
10168 [ Tim Gardner ]
10169
10170 * Revert "[Config] Use -j1 for headers_install"
10171 * Revert "[Config] install-arch-headers needs a valid config"
10172 Strayed into the weeds in search of the root cause of the periodic
10173 build failure.
10174 Fixes powerpc FTBS introduced in -4.11.
10175 * [Config] hmake -j1
10176 The kernel makefile appears to have parallel dependency
10177 problems for the install_headers target. This appears to be root
10178 cause for a periodic build failure on N-way machines.
10179
10180 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
10181
10182 linux (3.7.0-4.11) raring; urgency=low
10183
10184 [ Tim Gardner ]
10185
10186 * [Config] Use -j1 for headers_install
10187 Also fixes a powerpc FTBS introduced by
10188 "[Config] install-arch-headers needs a valid config".
10189
10190 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
10191
10192 linux (3.7.0-4.10) raring; urgency=low
10193
10194 [ Andy Whitcroft ]
10195
10196 * [Config] add rebuild-test support for autopkgtest
10197 - LP: #1081500
10198 * [tests] move build tests out of the way
10199 - LP: #1081500
10200 * [tests] add an autopkgtest rebuild test
10201 - LP: #1081500
10202
10203 [ Tim Gardner ]
10204
10205 * rebase to v3.7-rc7
10206 * SAUCE: Remove emi62 files duplicated in linux-firmware
10207 * SAUCE: Remove sb16 files duplicated in linux-firmware
10208 * SAUCE: Remove whiteheat files duplicated in linux-firmware
10209 * SAUCE: Remove yamaha files duplicated in linux-firmware
10210 * SAUCE: Remove dsp56k files used only by m68k
10211 * SAUCE: firmware: Remove last vestiges of dabusb
10212 * SAUCE: Remove vicam files duplicated in linux-firmware
10213 * [Config] install-arch-headers needs a valid config
10214
10215 [ Upstream Kernel Changes ]
10216
10217 * rebase to v3.7-rc7
10218 - LP: #1076840
10219 - LP: #1081466
10220
10221 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
10222
10223 linux (3.7.0-3.9) raring; urgency=low
10224
10225 [ Leann Ogasawara ]
10226
10227 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
10228 - LP: #1079900
10229 * Add nfsv3 to nfs-modules udeb
10230
10231 [ Paolo Pisati ]
10232
10233 * [Config] SND_OMAP_SOC*=y
10234 - LP: #1019321
10235
10236 [ Stefan Bader ]
10237
10238 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
10239 - LP: #1078926
10240
10241 [ Tim Gardner ]
10242
10243 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
10244 - LP: #1079469
10245 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
10246 * rebase to v3.7-rc6
10247 * SAUCE: script to detect obsolete firmware
10248 * SAUCE: Remove yam files duplicated in linux-firmware
10249 * SAUCE: Remove tehuti files duplicated in linux-firmware
10250 * SAUCE: Remove matrox files duplicated in linux-firmware
10251 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
10252 * SAUCE: Remove r128 files duplicated in linux-firmware
10253 * SAUCE: Remove acenic files duplicated in linux-firmware
10254 * SAUCE: Remove keyspan files duplicated in linux-firmware
10255 * SAUCE: Remove sun files duplicated in linux-firmware
10256 * SAUCE: Remove radeon files duplicated in linux-firmware
10257 * SAUCE: Update bnx2x firmware to 7.8.2.0
10258 * [Config] generic.inclusion-list: econet has disappeared
10259
10260 [ Upstream Kernel Changes ]
10261
10262 * seccomp: forcing auditing of kill condition
10263 - LP: #1079469
10264 * rebase to v3.7-rc6
10265
10266 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
10267
10268 linux (3.7.0-2.8) raring; urgency=low
10269
10270 [ Andy Whitcroft ]
10271
10272 * Revert "overlayfs: disable until FTBS is fixed"
10273 * Revert "ubuntu: overlayfs"
10274 * Revert "ubuntu: AUFS"
10275 * ubuntu: overlayfs -- overlayfs: add statfs support
10276 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
10277 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
10278 inode
10279 - LP: #944386
10280 * ubuntu: AUFS (no-squash): basic framework and update machinary
10281 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
10282 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
10283 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
10284 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
10285 * ubuntu: AUFS (no-squash) -- reenable
10286 - LP: #1079193
10287
10288 [ Erez Zadok ]
10289
10290 * ubuntu: overlayfs -- overlayfs: implement show_options
10291
10292 [ Miklos Szeredi ]
10293
10294 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
10295 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10296 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10297 * ubuntu: overlayfs -- overlay filesystem
10298 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10299 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
10300
10301 [ Neil Brown ]
10302
10303 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10304
10305 [ Robin Dong ]
10306
10307 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10308 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10309
10310 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
10311
10312 linux (3.7.0-1.7) raring; urgency=low
10313
10314 [ Tim Gardner ]
10315
10316 * [Config] Drop dependency on libaudit-dev
10317 Its a universe package which causes an FTBS on the builders.
10318 libaudit-dev is not strictly required for the perf tools build.
10319
10320 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
10321
10322 linux (3.7.0-1.6) raring; urgency=low
10323
10324 [ Andy Whitcroft ]
10325
10326 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
10327 * [Config] better encode the CONFIG_NVRAM constaint
10328 * enforcer -- fix debugging output
10329
10330 [ Ben Collins ]
10331
10332 * [Config] Add custom_override rule to allow for alternate kernel
10333 file/install
10334 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
10335
10336 [ Tim Gardner ]
10337
10338 * [Config] Dropped armel
10339 * Drop highbank from ABI fetch list
10340 * [Config] Use dh_prep instead of 'dh_clean -k'
10341 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
10342 * [Config] Document binary-indep dependency chain
10343 * rebase to v3.7-rc5
10344
10345 [ Upstream Kernel Changes ]
10346
10347 * rebase to v3.7-rc5
10348
10349 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
10350
10351 linux (3.7.0-0.5) raring; urgency=low
10352
10353 [ Tim Gardner ]
10354
10355 * [Config] CONFIG_AMD_IOMMU_V2=m
10356 - LP: #1071520
10357 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
10358 Fixes FTBS
10359
10360 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
10361
10362 linux (3.7.0-0.4) raring; urgency=low
10363
10364 [ Ben Collins ]
10365
10366 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
10367
10368 [ Tim Gardner ]
10369
10370 * [Config] do_tools=false for arm
10371
10372 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
10373
10374 linux (3.7.0-0.3) raring; urgency=low
10375
10376 [ Tim Gardner ]
10377
10378 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
10379 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
10380 * [Config] Drop highbank harder
10381
10382 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
10383
10384 linux (3.7.0-0.2) raring; urgency=low
10385
10386 [ Andy Whitcroft ]
10387
10388 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
10389 instances
10390 - LP: #1066921
10391 * [Config] drop highbank builds
10392
10393 [ Jeremy Kerr ]
10394
10395 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
10396 - LP: #1063061
10397
10398 [ Leann Ogasawara ]
10399
10400 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
10401
10402 [ Tim Gardner ]
10403
10404 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
10405 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
10406 * rebase to v3.7-rc4
10407 * SAUCE: MODSIGN: Emit error for incorrectly signed module
10408
10409 [ Upstream Kernel Changes ]
10410
10411 * rebase to v3.7-rc4
10412
10413 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
10414
10415 linux (3.7.0-0.1) raring; urgency=low
10416
10417
10418 [ Upstream Kernel Changes ]
10419
10420 * rebase to v3.7-rc3
10421 - LP: #1056078
10422
10423 [ Upstream Kernel Changes ]
10424
10425 * rebase to v3.7-rc2
10426 - LP: #1060729
10427 - LP: #1059523
10428 - LP: #1006690
10429 - LP: #1049623
10430 - LP: #1046512
10431 - LP: #1052499
10432 - LP: #1037642
10433 - LP: #559939
10434 - LP: #1052460
10435 - LP: #939161
10436 - LP: #1046734
10437
10438 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
10439
10440 linux (3.6.0-0.1) UNRELEASED; urgency=low
10441
10442
10443 [ Upstream Kernel Changes ]
10444
10445 * rebase to v3.6
10446
10447 [ Upstream Kernel Changes ]
10448
10449 * rebase to v3.6-rc7
10450
10451 [ Upstream Kernel Changes ]
10452
10453 * rebase to v3.6-rc6
10454 - LP: #1000424
10455
10456 [ Upstream Kernel Changes ]
10457
10458 * rebase to v3.6-rc5
10459 - LP: #1040077
10460
10461 [ Upstream Kernel Changes ]
10462
10463 * rebase to v3.6-rc4
10464
10465 [ Upstream Kernel Changes ]
10466
10467 * rebase to v3.6-rc3
10468 - LP: #1038651
10469 - LP: #1034779
10470
10471 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
10472
10473 linux (3.5.0-6.6) quantal-proposed; urgency=low
10474
10475 [ Andy Whitcroft ]
10476
10477 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
10478 experimental features
10479 * SAUCE: highbank -- export clock functions for modules
10480 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
10481 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
10482 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
10483 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10484 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10485 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
10486 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
10487 * [Config] highbank -- reenable CONFIG_DW_DMAC
10488 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
10489 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
10490 * [Config] highbank -- reenable CONFIG_USB_DWC3
10491 * [Config] highbank -- reenable CONFIG_SATA_MV
10492 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
10493 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
10494 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
10495 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
10496 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
10497 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10498 * [Config] highbank -- enable CONFIG_EXPERT
10499 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10500 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
10501 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
10502 * [Config] enable CONFIG_USB_ETH_EEM
10503 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
10504 * [Config] disable CONFIG_USB_M66592
10505 * [Config] enable CONFIG_USB_NET2272
10506 * [Config] enable CONFIG_USB_R8A66597
10507 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
10508 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
10509 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
10510 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
10511 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
10512 * [Config] sync configuration armhf omap -> armel omap
10513 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
10514 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
10515
10516 [ Bryan Wu ]
10517
10518 * [Config] change default IO scheduler from CFQ to Deadline
10519
10520 [ Leann Ogasawara ]
10521
10522 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
10523 * [Config] Disable CONFIG_MOUSE_INPORT
10524
10525 [ Tim Gardner ]
10526
10527 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
10528 * [Config] Add bnx2x firmware to nic-modules udeb
10529 * SAUCE: Add script to convert firmware to ihex format
10530 * SAUCE: firmware: Upgrade bnx2 to current versions
10531 * [Config] Add tigon firmware to nic-modules udeb
10532 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
10533 - LP: #1026761
10534 * SAUCE: Remove redundant cis firmware
10535 * SAUCE: Remove redundant emi26 firmware
10536 * SAUCE: Remove redundant ttusb-budget firmware
10537 * SAUCE: Remove redundant sun/cassini firmware
10538 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
10539 * SAUCE: Remove redundant 3com/typhoon.bin firmware
10540 * SAUCE: Remove redundant yamaha/ds1 firmware
10541 * SAUCE: Remove redundant keyspan_pda firmware
10542 * rebase to v3.5
10543
10544 [ Upstream Kernel Changes ]
10545
10546 * rebase to v3.5
10547 - LP: #1027828
10548
10549 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
10550
10551 linux (3.5.0-5.5) quantal-proposed; urgency=low
10552
10553 [ Andy Whitcroft ]
10554
10555 * [Config] annotations: initial import of configuration annotations
10556
10557 [ Bryan Wu ]
10558
10559 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
10560
10561 [ Leann Ogasawara ]
10562
10563 * Rebase to v3.5-rc7
10564
10565 [ Manoj Iyer ]
10566
10567 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
10568 - LP: #1010281
10569
10570 [ Tim Gardner ]
10571
10572 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
10573 expects
10574 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
10575 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
10576 * [Config] CONFIG_IP_NF_QUEUE=n
10577 * [Config] CONFIG_MTD_DOC2000=n
10578 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
10579 * [Config] CONFIG_PRISM54=n
10580 * [Config] CONFIG_SCx200_I2C=n
10581 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
10582
10583 [ Upstream Kernel Changes ]
10584
10585 * rebase to v3.5-rc7
10586
10587 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
10588
10589 linux (3.5.0-4.4) quantal-proposed; urgency=low
10590
10591 [ Andy Whitcroft ]
10592
10593 * [Packaging] getabis should be extracting all packages
10594 - LP: #1021174
10595 * [Config] getabis -- series uses linux-image-extra
10596 - LP: #1021174
10597 * rebase to v3.5-rc6
10598
10599 [ Bryan Wu ]
10600
10601 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
10602 flavours
10603 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
10604
10605 [ Leann Ogasawara ]
10606
10607 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
10608 - LP: #1019561
10609
10610 [ Paolo Pisati ]
10611
10612 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
10613 - LP: #1019321
10614
10615 [ Stefan Bader ]
10616
10617 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
10618 - LP: #1018456
10619 * (config) Disable ACPI_PROCFS_POWER
10620
10621 [ Tim Gardner ]
10622
10623 * [Config] CONFIG_ACPI_BGRT=y
10624 * Extract firmware module info during getabi
10625 - LP: #1021174
10626
10627 [ Upstream Kernel Changes ]
10628
10629 * rebase to v3.5-rc6
10630
10631 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
10632
10633 linux (3.5.0-3.3) quantal-proposed; urgency=low
10634
10635 [ Andy Whitcroft ]
10636
10637 * [Config] enable CONFIG_MEMTEST=y
10638 - LP: #1004535
10639 * [Config] config-check: add support for a cut operation
10640 * [Config] enforcer -- switch to cut where appropriate
10641
10642 [ Leann Ogasawara ]
10643
10644 * Rebase to v3.5-rc5
10645 * [Config] Updateconfigs after rebase to v3.5-rc5
10646
10647 [ Luis Henriques ]
10648
10649 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
10650 __ocfs2_change_file_space
10651 - LP: #1006012
10652
10653 [ Seth Forshee ]
10654
10655 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
10656 for LVDS register initialization
10657 - LP: #1012800
10658
10659 [ Upstream Kernel Changes ]
10660
10661 * rebase to v3.5-rc5
10662 - LP: #1013183
10663 - LP: #1017017
10664 - LP: #884652
10665
10666 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
10667
10668 linux (3.5.0-2.2) quantal-proposed; urgency=low
10669
10670 [ Andy Whitcroft ]
10671
10672 * rebase to v3.5-rc4
10673
10674 [ Arend van Spriel ]
10675
10676 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
10677 brcms_c_regd_init()
10678 - LP: #950320
10679
10680 [ Bryan Wu ]
10681
10682 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
10683
10684 [ Chris J Arges ]
10685
10686 * PACKAGING: add .gnu_debuglink sections to .ko files
10687 - LP: #669641
10688
10689 [ Leann Ogasawara ]
10690
10691 * d-i: Add hid-generic to input-modules
10692 - LP: #1017879
10693
10694 [ Ming Lei ]
10695
10696 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
10697 - LP: #1017717, #225
10698
10699 [ Paolo Pisati ]
10700
10701 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
10702 - LP: #1017718
10703 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
10704
10705 [ Seth Forshee ]
10706
10707 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
10708 during initialization
10709 - LP: #950320
10710 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
10711 by mac80211
10712 - LP: #950320
10713 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
10714 channels
10715 - LP: #950320
10716 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
10717 - LP: #950320
10718 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
10719 regulatory domain
10720 - LP: #950320
10721 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
10722 regulatory updates
10723 - LP: #950320
10724 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
10725 tx power limits
10726 - LP: #950320
10727 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
10728 against internal regulatory data
10729 - LP: #950320
10730 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
10731 when checking whether OFDM is allowed
10732 - LP: #950320
10733
10734 [ Tim Gardner ]
10735
10736 * [Config] Enable CONFIG_CGROUPS for highbank
10737 - LP: #1014692
10738 * [Config] FB_OMAP*=y and PANEL_TFP410=y
10739
10740 [ Upstream Kernel Changes ]
10741
10742 * rebase to v3.5-rc4
10743
10744 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
10745
10746 linux (3.5.0-1.1) quantal-proposed; urgency=low
10747
10748 [ Andy Whitcroft ]
10749
10750 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
10751
10752 [ Leann Ogasawara ]
10753
10754 * Rebase to v3.5-rc1
10755 * [Config] Remove USB_DEVICEFS from the config enforcer
10756 * [Config] Updateconfigs after rebase to v3.5-rc1
10757 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10758 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10759 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10760 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10761 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10762 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10763 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10764 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10765 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10766 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10767 * Rebase to v3.5-rc2
10768 * [Config] Updateconfigs after rebase to v3.5-rc2
10769 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10770 * Rebase to v3.5-rc3
10771 * [Config] Updateconfigs after rebase to v3.5-rc3
10772
10773 [ Paul Mundt ]
10774
10775 * SAUCE: fix bug.h's inclusion of kernel.h
10776
10777 [ Stefan Bader ]
10778
10779 * SAUCE: Fix compile failures of dm-raid45
10780 * [Config] Enable dm-raid45
10781 * Move dependency on crda to extra package
10782 - LP: #657901
10783 * SAUCE: Mask CR4 writes on older Xen hypervisors
10784
10785 [ Upstream Kernel Changes ]
10786
10787 * rebase to v3.5-rc3
10788 - LP: #993162
10789 - LP: #925577
10790 * rebase to v3.5-rc2
10791 * rebase to v3.5-rc1
10792 - LP: #955892
10793 - LP: #978038
10794 - LP: #987371
10795 - LP: #929545
10796 - LP: #942316
10797 - LP: #903853
10798
10799 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10800
10801 linux (3.4.0-5.11) quantal-proposed; urgency=low
10802
10803 [ Leann Ogasawara ]
10804
10805 * [Config] Disable CONFIG_ARM_LPAE
10806 - LP: #1009061
10807
10808 [ Oleksij Rempel ]
10809
10810 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10811 - LP: #1008905
10812
10813 [ Paolo Pisati ]
10814
10815 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10816 - LP: #1009061
10817
10818 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10819
10820 linux (3.4.0-4.10) quantal; urgency=low
10821
10822 [ Leann Ogasawara ]
10823
10824 * Temporarily disable ABI and module check
10825
10826 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10827
10828 linux (3.4.0-4.9) quantal; urgency=low
10829
10830 [ Andy Whitcroft ]
10831
10832 * [Config] fix config split to avoid the shared config
10833 * [Config] updateconfigs following split config fix
10834 * [Config] linux-image-extras needs full postinst
10835 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10836 * [Config] CONFIG_HP_WATCHDOG enable as module
10837 * [Config] CONFIG_PDC_ADMA is not boot essential
10838 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10839 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10840 * [Config] CONFIG_TRANZPORT=m commonise
10841 * [Config] CONFIG_R3964=m commonise
10842 * [Config] CONFIG_SCSI_DH=m commonise
10843 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10844 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10845 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10846 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10847 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10848 * [Config] CONFIG_USB_SI470X=m commonise
10849 * [Config] CONFIG_USB_ET61X251=m commonise
10850 * [Config] CONFIG_RTS_PSTOR=m commonise
10851 * [Config] CONFIG_SCANLOG=m commonise
10852 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10853 * [Config] CONFIG_SM_FTL=m commonise
10854 * [Config] CONFIG_SOLO6X10=m commonise
10855 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10856 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10857 * [Config] CONFIG_SPI_SPIDEV=m commonise
10858 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10859 * [Config] CONFIG_TPS65010=m commonise
10860 * [Config] CONFIG_STE10XP=y commonise
10861 * [Config] CONFIG_X25_ASY=m commonise
10862 * [Config] CONFIG_USB_MON=m commonise
10863 * [Config] CONFIG_VME_BUS=m commonise
10864 * [Config] CONFIG_W35UND=m commonise
10865 * [Config] -CONFIG_TCG_TPM=y commonise
10866 * [Config] highbank -- commonise filesystems
10867 * [Config] highbank -- commonise subsystems
10868 * [Config] highbank -- commonise network protocols
10869 * [Config] highbank -- commonise input drivers
10870 * [Config] highbank -- commonise CRYPTO options
10871 * [Config] highbank -- commonise HID options
10872 * [Config] highbank -- commonise sensors options
10873 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10874 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10875 * [Config] highbank -- commonise ENCRYPTED_KEYS
10876 * [Config] highbank -- commonise CONFIG_ATALK
10877 * [Config] highbank -- commonise INET/INET6
10878 * [Config] highbank -- commonise NLS
10879 * [Config] highbank -- commonise BLK/CHR
10880 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10881 * [Config] highbank -- commonise INET/INET6 part 2
10882 * [Config] highbank -- commonise PHY settings
10883 * [Config] highbank -- commonise CRC settings
10884 * [Config] highbank -- commonise BINFMT settings
10885 * [Config] highbank -- commonise DM settings
10886 * [Config] highbank -- commonise RTC_DRV settings
10887 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10888 * [Config] highbank -- commonise USB settings
10889 * [Config] highbank -- commonise GPIO settings
10890 * [Config] highbank -- commonise I2C settings
10891 * [Config] highbank -- commonise numerous subsystem selectors
10892 * [Config] highbank -- commonise A-C modules missmatches
10893 * [Config] highbank -- commonise D-F modules missmatches
10894 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10895 * [Config] highbank -- commonise G-I modules missmatches
10896 * [Config] highbank -- commonise J-L modules missmatches
10897 * [Config] highbank -- commonise M modules missmatches
10898 * [Config] highbank -- commonise N-P modules missmatches
10899 * [Config] highbank -- commonise Q-R modules missmatches
10900 * [Config] highbank -- commonise S modules missmatches -- part 1
10901 * [Config] highbank -- commonise S modules missmatches -- part 2
10902 * [Config] highbank -- commonise T modules missmatches
10903 * [Config] highbank -- commonise U-Z modules missmatches
10904
10905 [ Ike Panhc ]
10906
10907 * [Config] add highbank flavour
10908 - LP: #1000831
10909
10910 [ Mark Langsdorf ]
10911
10912 * SAUCE: arm highbank: add support for pl320-ipc driver
10913 - LP: #1000831
10914
10915 [ Rob Herring ]
10916
10917 * SAUCE: input: add a key driver for highbank
10918 - LP: #1000831
10919 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10920 - LP: #1000831
10921 * SAUCE: force DMA buffers to non-bufferable on highbank
10922 - LP: #1000831
10923 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10924 - LP: #1000831
10925
10926 [ Tim Gardner ]
10927
10928 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10929 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10930 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10931 * [Config] Homogenize CIFS configs across all arches
10932 * [Config] armhf should not be skipabi or skipmodules
10933 - LP: #1006913
10934
10935 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10936
10937 linux (3.4.0-3.8) quantal; urgency=low
10938
10939 [ Andy Whitcroft ]
10940
10941 * [Config] include include/generated/compile.h
10942 - LP: #942569
10943 * [Config] fix up postinst to ensure we know which error is which
10944 - LP: #1002388
10945
10946 [ Herton Ronaldo Krzesinski ]
10947
10948 * SAUCE: async_populate_rootfs: fix build warnings
10949 - LP: #1003417
10950
10951 [ John Johansen ]
10952
10953 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10954 * SAUCE: apparmor: Add the ability to mediate mount
10955 * SAUCE: AppArmor: basic networking rules
10956 * SAUCE: apparmor: fix profile lookup for unconfined
10957 - LP: #978038, #987371
10958 * SAUCE: apparmor: fix long path failure due to disconnected path
10959 - LP: #955892
10960
10961 [ Mario Limonciello ]
10962
10963 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10964 - LP: #901410
10965
10966 [ Stefan Bader ]
10967
10968 * (config) Built-in xen-acpi-processor
10969
10970 [ Tim Gardner ]
10971
10972 * [Config] CONFIG_NET_DSA=m
10973 - LP: #1004148
10974 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10975
10976 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10977
10978 linux (3.4.0-3.7) quantal; urgency=low
10979
10980 [ Andy Whitcroft ]
10981
10982 * [Config] drop the virtual flavour in favour of a split generic et al
10983 * [Config] enforcer -- drop IDLE enforcement
10984 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10985 * [Config] updateconfigs following removal of -virtual
10986
10987 [ Leann Ogasawara ]
10988
10989 * Rebase to v3.4
10990
10991 [ Seth Forshee ]
10992
10993 * [Config] disable CONFIG_B43_BCMA_EXTRA
10994
10995 [ Tim Gardner ]
10996
10997 * [Config] Check for extras when building udebs
10998 * [Config] Collapsed generic-pae into generic [i386]
10999
11000 [ Upstream Kernel Changes ]
11001
11002 * rebase to v3.4
11003
11004 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
11005
11006 linux (3.4.0-2.6) quantal; urgency=low
11007
11008 [ Andy Whitcroft ]
11009
11010 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
11011 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
11012 d_make_root()"
11013 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
11014 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
11015 security permissions to overlay files"
11016 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11017 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11018 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11019 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11020 * Revert "ubuntu: overlayfs -- overlay filesystem"
11021 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
11022 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
11023 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
11024 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
11025 * ubuntu: overlayfs -- overlayfs: add statfs support
11026 * ubuntu: overlayfs -- inode_only_permission: export inode level
11027 permissions checks
11028 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
11029
11030 [ Erez Zadok ]
11031
11032 * ubuntu: overlayfs -- overlayfs: implement show_options
11033
11034 [ Miklos Szeredi ]
11035
11036 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11037 * ubuntu: overlayfs -- vfs: add i_op->open()
11038 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11039 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11040 * ubuntu: overlayfs -- overlay filesystem
11041 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11042
11043 [ Neil Brown ]
11044
11045 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11046
11047 [ Robin Dong ]
11048
11049 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
11050 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
11051
11052 [ Tim Gardner ]
11053
11054 * [Config] perarch and indep tools builds need separate build directories
11055 * Prevent upgrading a non-PAE CPU
11056 * perf is not parallel build safe
11057
11058 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
11059
11060 linux (3.4.0-2.5) quantal; urgency=low
11061
11062 [ Andy Whitcroft ]
11063
11064 * [Config] perarch and indep tools builds need separate build directories
11065
11066 [ Tim Gardner ]
11067
11068 * Prevent upgrading a non-PAE CPU
11069 * [Config] build debug
11070 * [Config] perf tools are not parallel build safe
11071
11072 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
11073
11074 linux (3.4.0-2.4) quantal; urgency=low
11075
11076 [ Leann Ogasawara ]
11077
11078 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
11079 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
11080 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
11081 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
11082 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
11083 7400"
11084 * Revert "ubuntu: omnibook: fix source file newline"
11085 * Revert "ubuntu: omnibook -- update BOM"
11086 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
11087 depend on X86"
11088 * Revert "ubuntu: omnibook -- Added missing BOM file"
11089 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
11090 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
11091 mappings"
11092 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
11093 X86_32"
11094 * Revert "ubuntu: nx-emu - i386: NX emulation"
11095 * Revert "ubuntu: rfkill drivers -- version 1.3"
11096 * Temporarily disable module check
11097 * [Config] Remove CONFIG_FSAM7400
11098 * [Config] Remove CONFIG_OMNIBOOK
11099 * [Config] Update configs
11100 * Rebase to v3.4-rc7
11101 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
11102
11103 [ Tim Gardner ]
11104
11105 * Updated generic-pae description
11106 * Rebase to v3.4-rc6
11107 * install-tools depends on build targets
11108
11109 [ Upstream Kernel Changes ]
11110
11111 * kconfig: in debug mode some 0 length message prints occur
11112 * rebase to v3.4-rc7
11113 * rebase to v3.3-rc6
11114
11115 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
11116
11117 linux (3.4.0-1.3) quantal; urgency=low
11118
11119 [ Andy Whitcroft ]
11120
11121 * [Config] control.stub is an intermediate product not a dependancy
11122 - LP: #992414
11123
11124 [ Leann Ogasawara ]
11125
11126 * remove i386 generic from getabis
11127
11128 [ Upstream Kernel Changes ]
11129
11130 * (pre-stable) b43: only reload config after successful initialization
11131 - LP: #950295
11132
11133 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
11134
11135 linux (3.4.0-1.2) quantal; urgency=low
11136
11137 [ Andy Whitcroft ]
11138
11139 * [Config] add build depends for flex, bison and pkg-config
11140
11141 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
11142
11143 linux (3.4.0-1.1) quantal; urgency=low
11144
11145 [ Andy Whitcroft ]
11146
11147 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11148 permissions to overlay files
11149 - LP: #915941, #918212
11150 - CVE-2012-0055
11151
11152 [ Leann Ogasawara ]
11153
11154 * Open Q
11155 * Rebase to v3.4-rc5
11156 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
11157 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
11158 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
11159 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
11160 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
11161 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
11162 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
11163 * [Config] Temporarily disable CONFIG_AX88796 on arm
11164
11165 [ Upstream Kernel Changes ]
11166
11167 * vfs: pass struct path to __dentry_open()
11168 * vfs: add i_op->open()
11169 * vfs: export do_splice_direct() to modules
11170 * vfs: introduce clone_private_mount()
11171 * overlay filesystem
11172 * overlayfs: add statfs support
11173 * overlayfs: implement show_options
11174 * overlay: overlay filesystem documentation
11175 * fs: limit filesystem stacking depth
11176 * overlayfs: follow header cleanup
11177 * overlayfs: switch from d_alloc_root() to d_make_root()
11178 * overlayfs: update touch_atime() usage
11179 * rebase to v3.4-rc5
11180 - LP: #950490
11181 * rebase to v3.4-rc4
11182 * rebase to v3.4-rc3
11183 * rebase to v3.4-rc2
11184 * rebase to v3.4-rc1
11185 * rebase to v3.3
11186 * rebase to v3.3-rc7
11187 * rebase to v3.3-rc6
11188 * rebase to v3.3-rc5
11189 * rebase to v3.3-rc4
11190 - LP: #900802
11191 - LP: #930842
11192 * rebase to v3.3-rc3
11193 - LP: #924320
11194 - LP: #923316
11195 - LP: #923409
11196 - LP: #918254
11197 * rebase to v3.3-rc2
11198 * rebase to v3.3-rc1
11199 - LP: #795823
11200 - LP: #909419
11201 - LP: #910792
11202 - LP: #878701
11203 - LP: #724831
11204
11205 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
11206
11207 linux (3.2.0-10.18) precise; urgency=low
11208
11209 [ Tim Gardner ]
11210
11211 * SAUCE: ecryptfs: Print inode on metadata error
11212
11213 [ Upstream Kernel Changes ]
11214
11215 * Revert "proc: enable writing to /proc/pid/mem"
11216 - LP: #919115
11217 - CVE-2012-0056
11218 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
11219 - LP: #909419
11220
11221 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
11222
11223 linux (3.2.0-10.17) precise; urgency=low
11224
11225 [ Andy Whitcroft ]
11226
11227 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
11228 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
11229 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
11230 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
11231 * Revert "SAUCE: overlayfs -- overlay filesystem"
11232 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
11233 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
11234 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
11235 * ensure debian/ is not excluded from git by default
11236 * add new scripting to handle buglinks in rebases
11237 * ubuntu: overlayfs -- overlayfs: add statfs support
11238 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11239 permissions to overlay files
11240 - LP: #915941, #918212
11241 - CVE-2012-0055
11242
11243 [ Erez Zadok ]
11244
11245 * ubuntu: overlayfs -- overlayfs: implement show_options
11246
11247 [ Leann Ogasawara ]
11248
11249 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
11250 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
11251 - LP: #907377, #911236
11252 * [Config] Enable CONFIG_IRQ_REMAP
11253
11254 [ Miklos Szeredi ]
11255
11256 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11257 * ubuntu: overlayfs -- vfs: add i_op->open()
11258 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11259 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11260 * ubuntu: overlayfs -- overlay filesystem
11261 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11262
11263 [ Neil Brown ]
11264
11265 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11266
11267 [ Upstream Kernel Changes ]
11268
11269 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
11270 - LP: #647043
11271 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
11272 breaks USB
11273 - LP: #647043
11274
11275 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
11276
11277 linux (3.2.0-9.16) precise; urgency=low
11278
11279 [ Andy Whitcroft ]
11280
11281 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
11282 * [Config] pull ARM sound modules =m
11283 * [Config] CONFIG_RTC_DRV_TEST is for testing only
11284 * [Config] CONFIG_USB_DUMMY_HCD is testing only
11285 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
11286
11287 [ Leann Ogasawara ]
11288
11289 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
11290 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
11291 * [Config] Enable CONFIG_MMC_TMIO=m
11292 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
11293 * [Config] Enable CONFIG_ISI=m
11294 * [Config] Enable CONFIG_MMC=y
11295 * [Config] Enable CONFIG_LIRC_PARALLEL=m
11296 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
11297 * [Config] Enable CONFIG_CHR_DEV_SG=y
11298 * [Config] Enable CONFIG_GPIO_PCA953X=m
11299 * [Config] Enable CONFIG_GPIO_TWL4030=m
11300 * [Config] Enable CONFIG_INET_DIAG=m
11301 * [Config] Enable CONFIG_NLS_ISO8859_1=m
11302 * [Config] Enable CONFIG_NVRAM=m
11303 * [Config] Enable CONFIG_SLIP=m
11304 * [Config] Enable CONFIG_PC300TOO=m
11305 * [Config] Enable CONFIG_TUN=y
11306 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
11307 * [Config] Enable CONFIG_THERMAL=y
11308 * [Config] Enable CONFIG_PPP=y
11309 * [Config] Enable CONFIG_PCI_STUB=m
11310 * Rebase to v3.2.1
11311 * [Config] Enable CONFIG_RTL8192E=m
11312 * [Config] Enable CONFIG_RTS5139=m
11313
11314 [ Stefan Bader ]
11315
11316 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
11317
11318 [ Upstream Kernel Changes ]
11319
11320 * ARM: restart: add restart hook to machine_desc record
11321 * ARM: restart: allow platforms more flexibility specifying restart mode
11322 * ARM: restart: move reboot failure handing into machine_restart()
11323 * ARM: restart: remove argument to setup_mm_for_reboot()
11324 * ARM: 7159/1: OMAP: Introduce local common.h files
11325 * ARM: restart: only perform setup for restart when soft-restarting
11326 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
11327 function
11328 * ARM: idmap: populate identity map pgd at init time using .init.text
11329 * ARM: suspend: use idmap_pgd instead of suspend_pgd
11330 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
11331 * ARM: idmap: use idmap_pgd when setting up mm for reboot
11332 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
11333 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
11334 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
11335 restart changes
11336 * ARM: lib: add call_with_stack function for safely changing stack
11337 * ARM: reset: implement soft_restart for jumping to a physical address
11338 * ARM: stop: execute platform callback from cpu_stop code
11339 * ARM: kexec: use soft_restart for branching to the reboot buffer
11340 * ARM: restart: omap: use new restart hook
11341 * topdown mmap support
11342 - LP: #861296
11343
11344 [ Upstream Kernel Changes ]
11345
11346 * Rebase to v3.2.1
11347
11348 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
11349
11350 linux (3.2.0-8.15) precise; urgency=low
11351
11352 [ Leann Ogasawara ]
11353
11354 * [Config] Disable CONFIG_ACPI_PROCFS
11355 * Remove server from getabis
11356 * Temporarily disable module check
11357 * [Config] Disable CONFIG_MTD_TESTS
11358 * [Config] Disable CONFIG_X86_E_POWERSAVER
11359 * [Config] Set CONFIG_ARCNET=m
11360 * [Config] Enable CONFIG_ATM_DUMMY=m
11361 * [Config] Enable CONFIG_BLK_DEV_MD=y
11362 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
11363 * [Config] Enable CONFIG_BLK_DEV_SD=y
11364 * [Config] Enable CONFIG_BLK_DEV_SR=y
11365 * [Config] Enable CONFIG_BLK_DEV_UB=m
11366 * [Config] Enable CONFIG_COPS=m
11367 * [Config] Enable CONFIG_DVB_USB_EC168=m
11368 * [Config] Enable CONFIG_ENC28J60=m
11369 * [Config] Enable CONFIG_FB_UVESA=m
11370 * [Config] Enable CONFIG_FB_ATY=m
11371 * [Config] Enable CONFIG_BROADCOM_PHY=y
11372 * [Config] Enable CONFIG_CICADA_PHY=y
11373 * [Config] Enable CONFIG_DAVICOM_PHY=y
11374 * [Config] Enable CONFIG_ICPLUS_PHY=y
11375 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
11376 * [Config] Enable CONFIG_LXT_PHY=y
11377 * [Config] Enable CONFIG_MARVELL_PHY=y
11378 * [Config] Enable CONFIG_NATIONAL_PHY=y
11379 * [Config] Enable CONFIG_QSEMI_PHY=y
11380 * [Config] Enable CONFIG_SMSC_PHY=y
11381 * [Config] Enable CONFIG_VITESSE_PHY=y
11382 * Add 3w-sas to scsi-modules
11383 - LP: #776542
11384
11385 [ Mathieu Trudel-Lapierre ]
11386
11387 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
11388 to interface settings
11389
11390 [ Paolo Pisati ]
11391
11392 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
11393 - LP: #912199
11394 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
11395 - LP: #912199
11396 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
11397 - LP: #912199
11398
11399 [ Upstream Kernel Changes ]
11400
11401 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
11402 - LP: #906832
11403
11404 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
11405
11406 linux (3.2.0-8.14) precise; urgency=low
11407
11408 [ Andy Whitcroft ]
11409
11410 * [Config] enable CONFIG_SND_USB_6FIRE
11411 - LP: #912197
11412 * rebase to mainline v3.2 final release
11413 * updateconfigs following rebase to v3.2 final
11414 * ubuntu: AUFS -- add BOM and automated update script
11415 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
11416 - LP: #684666
11417 * ubuntu: AUFS -- update aufs-update to track new locations of headers
11418 * ubuntu: AUFS -- clean up the aufs updater and BOM
11419 * ubuntu: AUFS -- documentation on updating aufs2
11420 * ubuntu: AUFS -- aufs3-base.patch
11421 * ubuntu: AUFS -- aufs3-standalone.patch
11422 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
11423 * ubuntu: AUFS -- fix undefined security_path_link
11424 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
11425 * ubuntu: AUFS -- updateconfigs following update
11426 * ubuntu: AUFS -- suppress benign plink warning messages
11427 - LP: #621195
11428 * ubuntu: AUFS -- enable in config and makefile
11429 * ubuntu: AUFS -- disable in favor of overlayfs
11430 * [Config] linux-virtual -- should include the extX modules
11431 - LP: #912308
11432
11433 [ Tyler Hicks ]
11434
11435 * SAUCE: eCryptfs: Improve statfs reporting
11436 - LP: #885744
11437
11438 [ Upstream Kernel Changes ]
11439
11440 * rebase to upstream v3.2
11441
11442 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
11443
11444 linux (3.2.0-7.13) precise; urgency=low
11445
11446 [ Upstream Kernel Changes ]
11447
11448 * rebase to upstream 3.2-rc7
11449
11450 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
11451
11452 linux (3.2.0-6.12) precise; urgency=low
11453
11454 [ Upstream Kernel Changes ]
11455
11456 * rebase to upstream v3.2-rc6
11457
11458 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
11459
11460 linux (3.2.0-5.11) precise; urgency=low
11461
11462 [ Andy Whitcroft ]
11463
11464 * enforcer -- allow arch and flavour predicates to take lists
11465 * enforcer -- simplify armel/armhf specific options
11466 * enforcer -- fix incorrectly specified flavour matches
11467
11468 [ Leann Ogasawara ]
11469
11470 * [Config] Disable IRQ_REMAP
11471 * [Config] Enable CONFIG_SENSORS_LM95245=m
11472 * [Config] Enable CONFIG_SENSORS_MAX1668=m
11473 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
11474 * [Config] Enable CONFIG_SENSORS_MAX6639=m
11475 * [Config] Enable CONFIG_SENSORS_MAX6642=m
11476 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
11477 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
11478 * [Config] Enable CONFIG_PATA_TOSHIBA=m
11479 * [Config] Enable CONFIG_POHMELFS=m
11480 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
11481 * [Config] Enable CONFIG_PATA_OPTI=m
11482 * add overlayfs to virtual inclusion list
11483 - LP: #903897
11484 * add veth to virtual inclusion list
11485 - LP: #903897
11486 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
11487
11488 [ Paolo Pisati ]
11489
11490 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
11491 - LP: #903346
11492
11493 [ Tim Gardner ]
11494
11495 * [Config] CONFIG_LOCKUP_DETECTOR=y
11496 - LP: #903615
11497
11498 [ Upstream Kernel Changes ]
11499
11500 * rebase to upstream 55b02d2f
11501
11502 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
11503
11504 linux (3.2.0-4.10) precise; urgency=low
11505
11506 [ Kyle McMartin ]
11507
11508 * SAUCE: dmar: disable if ricoh multifunction detected
11509 - LP: #894070
11510
11511 [ Seth Forshee ]
11512
11513 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
11514 - LP: #581312
11515
11516 [ Tim Gardner ]
11517
11518 * Start new release, Bump ABI, rebase to 3.2-rc5
11519
11520 [ Leann Ogasawara ]
11521
11522 * [Config] Enable CONFIG_SENSORS_AK8975=m
11523
11524 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
11525
11526 linux (3.2.0-3.9) precise; urgency=low
11527
11528 [ Andy Whitcroft ]
11529
11530 * SAUCE: ext4: correct partial write discard size calculation
11531 - LP: #894768
11532
11533 [ Leann Ogasawara ]
11534
11535 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
11536 - LP: #892615
11537
11538 [ Matthew Garrett ]
11539
11540 * SAUCE: pci: Rework ASPM disable code
11541
11542 [ Upstream Kernel Changes ]
11543
11544 * x86: Fix boot failures on older AMD CPU's
11545 - LP: #892615
11546 * EHCI : Fix a regression in the ISO scheduler
11547 - LP: #899165
11548
11549 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
11550
11551 linux (3.2.0-3.8) precise; urgency=low
11552
11553 [ Andy Whitcroft ]
11554
11555 * armhf -- add d-i configuration
11556 * armhf -- disable ABI checks for armhf
11557 * armhf -- add arch to getabis config
11558
11559 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
11560
11561 linux (3.2.0-3.7) precise; urgency=low
11562
11563 [ Stefan Bader ]
11564
11565 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
11566 synchronous, regardless of lazy_mmu mode
11567 - LP: #854050
11568
11569 [ Tim Gardner ]
11570
11571 * rebase to v3.2-rc4
11572
11573 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
11574
11575 linux (3.2.0-2.6) precise; urgency=low
11576
11577 [ Andy Whitcroft ]
11578
11579 * armhf -- fix omap flavour to build on armhf
11580 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
11581
11582 [ Borislav Petkov ]
11583
11584 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
11585 - LP: #892615
11586
11587 [ Colin Watson ]
11588
11589 * Add pata_macio to pata-modules
11590
11591 [ Tim Gardner ]
11592
11593 * [Config] Prefer crda over wireless-crda
11594 * [Config] Fix virtual inclusion list.
11595 - LP: #897795
11596
11597 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
11598
11599 linux (3.2.0-2.5) precise; urgency=low
11600
11601 [ Paolo Pisati ]
11602
11603 * [Config] PANEL_DVI=y
11604
11605 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
11606
11607 linux (3.2.0-2.4) precise; urgency=low
11608
11609 [ Andy Whitcroft ]
11610
11611 * rebase to v3.2-rc3
11612
11613 [ Leann Ogasawara ]
11614
11615 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
11616 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
11617 * Revert "olpc_dcon_xo_1_5 needs delay.h"
11618 * Revert "olpc_dcon_xo_1 needs delay.h"
11619 * rebase to 6fe4c6d4
11620 * [Config] updateconfigs after rebase to 6fe4c6d4
11621
11622 [ Tim Gardner ]
11623
11624 * [Config] Replace wireless-crda with crda,wireless-regdb
11625 - LP: #856421
11626 * [Config] Relax the dependencies on crda
11627
11628 [ Upstream Kernel Changes ]
11629
11630 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
11631 - LP: #724831
11632 * Ubuntu: remove coreutils|fileutils package dependency
11633 - LP: #892814
11634 * iio: iio_event_getfd -- fix ev_int build failure
11635
11636 [ Upstream Kernel Changes ]
11637
11638 * Rebase to v3.2-rc3
11639
11640 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
11641
11642 linux (3.2.0-1.3) precise; urgency=low
11643
11644 [ Upstream Kernel Changes ]
11645
11646 * Ubuntu: Add ext2 to fs-core-modules
11647 - LP: #893395
11648
11649 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
11650
11651 linux (3.2.0-1.2) precise; urgency=low
11652
11653 [ Andy Whitcroft ]
11654
11655 * [Config] enable CONFIG_NFC and associated devices
11656 * SAUCE: allow brcmsmac and b43 to both build
11657
11658 [ Soren Hansen ]
11659
11660 * Add ixgbe driver to d-i
11661 - LP: #891969
11662
11663 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
11664
11665 linux (3.2.0-1.1) precise; urgency=low
11666 [ Andy Whitcroft ]
11667
11668 * armhf -- enable armhf and create the first flavours
11669 * SAUCE: ensure root is ready before running usermodehelpers in it
11670 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
11671
11672 [ Leann Ogasawara ]
11673
11674 * Temporarily ignore module check
11675 * [Config] Enable PCI_IOV on powerpc
11676 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
11677 * rebase to v3.2-rc2
11678 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
11679 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
11680 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
11681 * SAUCE: select ARM_AMBA if OMAP3_EMU
11682 * [Config] updateconfigs after select ARM_AMBA
11683 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
11684 * [Config] Enable CONFIG_EXT2_FS=m
11685 * [Config] Build in CONFIG_SATA_AHCI=y
11686 * Resolve linux-image-extra's install dependency
11687
11688 [ Seth Forshee ]
11689
11690 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
11691 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
11692 Documentation
11693 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
11694 alps_model_info
11695 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
11696 size
11697 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
11698 3 and 4
11699 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
11700 protocol
11701 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
11702 versions 3 and 4
11703
11704 [ Stefan Bader ]
11705
11706 * [Config] Built-in xen-netfront and xen-blkfront
11707 * Fix build of dm-raid45 and re-enable it
11708
11709 [ Tim Gardner ]
11710
11711 * [Config] CONFIG_USB_XHCI_HCD=y
11712 - LP: #886167
11713 * [Config] CONFIG_R6040=m
11714 - LP: #650899
11715 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11716 - LP: #854399
11717 * [Config] Consolidated amd64 server flavour into generic
11718 * [Config] updateconfigs after rebase to 3.2-rc1
11719 * [Config] Disabled dm-raid4-5
11720 * [Config] Disabled ndiswrapper
11721 * [Config] Disable vt6656
11722 * [Config] exclude ppp-modules for virtual flavour
11723 * [Config] CONFIG_MEMSTICK_R592=m
11724 - LP: #238208
11725
11726 [ Upstream Kernel Changes ]
11727
11728 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
11729 - LP: #887780
11730 * CHROMIUM: seccomp_filter: add process state reporting
11731 - LP: #887780
11732 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
11733 works.
11734 - LP: #887780
11735 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
11736 - LP: #887780
11737 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
11738 - LP: #887780
11739 * CHROMIUM: seccomp_filters: move to btrees
11740 * CHROMIUM: enable CONFIG_BTREE
11741 * CHROMIUM: seccomp_filter: kill NR_syscall references
11742 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
11743 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
11744 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
11745 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
11746 * CHROMIUM: seccomp_filter: inheritance documentation
11747 * CHROMIUM: seccomp_filter: make inherited filters composable
11748 * CHROMIUM: Fix seccomp_t compile error
11749 - LP: #887780
11750 * CHROMIUM: Fix kref usage
11751 - LP: #887780
11752 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11753 * rebase to v3.2-rc2
11754
11755 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11756
11757 linux (3.1.0-2.3) precise; urgency=low
11758
11759 [ Tim Gardner ]
11760
11761 * Add postinit and postrm scripts to the extras package
11762 - LP: #882120
11763
11764 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11765
11766 linux (3.1.0-2.2) precise; urgency=low
11767
11768 [ Andy Whitcroft ]
11769
11770 * debian: add locking to protect debian/files from parallel update
11771
11772 [ Leann Ogasawara ]
11773
11774 * rebase to v3.1
11775
11776 [ Upstream Kernel Changes ]
11777
11778 * rebase to v3.1
11779
11780 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11781
11782 linux (3.1.0-1.1) precise; urgency=low
11783
11784 [ Andiry Xu ]
11785
11786 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11787 - LP: #872811
11788
11789 [ Andy Whitcroft ]
11790
11791 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11792 - LP: #832694
11793 * Revert "ubuntu: compcache -- version 0.5.3"
11794 - LP: #832694
11795 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11796 * [Config] Enable CONFIG_MACVTAP=m
11797 - LP: #822601
11798 * record the compiler in the ABI and check for inconsistant builds
11799 * [Config] move ECRYPT_FS back to =y for all architectures
11800 - LP: #827197
11801 * [Config] enable CONFIG_DRM_VMWGFX=m
11802 - LP: #698009
11803 * [Config] re-fix ECRYPT_FS=y
11804 - LP: #827197
11805 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11806 - LP: #827197
11807 * [Config] dropping compcache configuration options
11808 * [Config] standardise on HZ=250
11809 * SAUCE: headers_install: fix #include "..." usage for userspace
11810 - LP: #824377
11811 * make module-inclusion selection retain the left overs
11812 * add a new linux-image-extras package for virtual
11813
11814 [ Colin Watson ]
11815
11816 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11817
11818 [ edwin_rong ]
11819
11820 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11821 - LP: #824273
11822
11823 [ Greg Kroah-Hartman ]
11824
11825 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11826 - LP: #824273
11827
11828 [ Jesse Sung ]
11829
11830 * SAUCE: Unregister input device only if it is registered
11831 - LP: #839238
11832
11833 [ Jiri Kosina ]
11834
11835 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11836
11837 [ Joshua V. Dillon ]
11838
11839 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11840
11841 [ Kees Cook ]
11842
11843 * [Config] enable and enforce SECCOMP_FILTER on x86
11844
11845 [ Keng-Yu Lin ]
11846
11847 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11848 - LP: #824273
11849
11850 [ Leann Ogasawara ]
11851
11852 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11853 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11854 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11855 readdir"
11856 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11857 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11858 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11859 * Revert "ubuntu: overlayfs -- overlay filesystem"
11860 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11861 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11862 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11863 than just revision"
11864 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11865 * Revert "ubuntu: fsam7400 disable driver"
11866 - LP: #876030
11867 * rebase to v3.1-rc1
11868 * [Config] updateconfigs after rebase to v3.1-rc1
11869 * rebase to v3.1-rc2
11870 * [Config] Updateconfigs after rebase to v3.1-rc2
11871 * ubuntu: Yama - update calls to generic_permission() and
11872 inode->i_op->permission()
11873 * ubuntu: ndiswrapper -- remove netdev_priv macro
11874 * ubuntu: aufs -- Temporarily disable due to build failure
11875 * [Config] Diable INTEL_MID_PTI on armel
11876 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11877 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11878 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11879 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11880 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11881 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11882 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11883 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11884 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11885 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11886 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11887 * [Config] Enable CONFIG_ECHO=m on powerpc
11888 * [Config] Enable CONFIG_ET131X=m on powerpc
11889 * [Config] Set CONFIG_FB_MATROX=m
11890 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11891 * [Config] Set CONFIG_FB_VIRTUAL=n
11892 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11893 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11894 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11895 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11896 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11897 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11898 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11899 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11900 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11901 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11902 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11903 * [Config] Enable CONFIG_IGB=m on powerpc
11904 * [Config] Enable CONFIG_IIO=m on powerpc
11905 * [Config] Enable CONFIG_INFINIBAND_NES=m
11906 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11907 * [Config] Enable CONFIG_IWL3945=m on powerpc
11908 * [Config] Disable CONFIG_KVM_BOOK3S_64
11909 * [Config] Enable CONFIG_LAPBETHER=m on arm
11910 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11911 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11912 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11913 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11914 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11915 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11916 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11917 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11918 * [Config] Enable CONFIG_MEMSTICK=m on arm
11919 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11920 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11921 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11922 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11923 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11924 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11925 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11926 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11927 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11928 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11929 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11930 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11931 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11932 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11933 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11934 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11935 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11936 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11937 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11938 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11939 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11940 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11941 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11942 * [Config] Enable CONFIG_PANEL=m on powerpc
11943 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11944 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11945 - LP: #833705
11946 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11947 - LP: #837332
11948 * [Config] Update CONFIG_EFI_VARS enforcer check
11949 * [Config] Add aufs to virtual flavor inclusion list
11950 - LP: #844159
11951 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11952 - LP: #818933
11953 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11954 - LP: #768039
11955 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11956 - LP: #838402
11957 * [Config] Add igbvf to the virtual flavor inclusion list
11958 - LP: #794570
11959 * [Config] Add ixgbevf to the virtual inclusion list
11960 - LP: #872411
11961 * [Config] Transition -generic and -server to be identical
11962 * rebase to v3.1-rc10
11963
11964 [ Luke Yelavich ]
11965
11966 * [Config] Disable legacy IDE drivers on powerpc
11967
11968 [ Ming Lei ]
11969
11970 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11971 - LP: #801719
11972 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11973 Sandybridge chipsets(v2)
11974 - LP: #737388, #782389, #794642
11975
11976 [ Paolo Pisati ]
11977
11978 * [Config] Compile-in vfat support for armel
11979 - LP: #853783
11980
11981 [ Randy Dunlap ]
11982
11983 * SAUCE: staging: fix rts5139 depends & build
11984 - LP: #824273
11985
11986 [ Rene Bolldorf ]
11987
11988 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
11989 power in 'ideapad_backlight_notify_power' to avoid a page fault
11990
11991 [ Seth Forshee ]
11992
11993 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
11994 - LP: #681904
11995 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
11996 - LP: #810020
11997
11998 [ Stefan Bader ]
11999
12000 * (config) Package macvlan and macvtap for virtual
12001 * [Config] Force perf to use libiberty for demangling
12002 - LP: #783660
12003 * SAUCE: xen: Do not use pv spinlocks on HVM
12004 - LP: #838026
12005
12006 [ Tim Gardner ]
12007
12008 * [Config] Clean up tools rules
12009 * [Config] Package x86_energy_perf_policy and turbostat
12010 - LP: #797556
12011 * rebase to v3.1-rc3
12012 * [Config] Simplify binary-udebs dependencies
12013 * [Config] kernel preparation cannot be parallelized
12014 * [Config] Linearize module/abi checks
12015 * [Config] Linearize and simplify tree preparation rules
12016 * [Config] Build kernel image in parallel with modules
12017 * [Config] Set concurrency for kmake invocations
12018 * [Config] Improve install-arch-headers speed
12019 * [Config] Fix binary-perarch dependencies
12020 * [Config] Removed stamp-flavours target
12021 * [Config] Serialize binary indep targets
12022 * [Config] Use build stamp directly
12023 * [Config] Restore prepare-% target
12024 * rebase to v3.1-rc4
12025 * rebase to v3.1-rc5
12026 * [Config] Disable makedumpfile for i386/amd64
12027 * rebase to v3.1-rc6
12028 * [Config] Fix binary-% build target
12029 * rebase to v3.1-rc7
12030 * rebase to v3.1-rc8
12031 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
12032 - LP: #854399
12033 * [Config] Enable ftrace support in the mac80211 layer
12034 - LP: #865171
12035 * rebase to v3.1-rc9
12036 * SAUCE: usb/core/devio.c: Check for printer class specific request
12037 - LP: #872711
12038
12039 [ Upstream Kernel Changes ]
12040
12041 * overlay filesystem
12042 * overlayfs: add statfs support
12043 * overlayfs: implement show_options
12044 * overlay: overlay filesystem documentation
12045 * fs: limit filesystem stacking depth
12046
12047 [ Will Drewry ]
12048
12049 * SAUCE: seccomp_filter: new mode with configurable syscall filters
12050 * SAUCE: seccomp_filter: add process state reporting
12051 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
12052 works.
12053 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
12054
12055 [ Upstream Kernel Changes ]
12056
12057 * rebase to v3.1-rc1
12058 * rebase to v3.1-rc2
12059 * rebase to v3.1-rc3
12060 +CONFIG_BLK_DEV_BSGLIB=y
12061 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
12062 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
12063 * rebase to v3.1-rc4
12064 * rebase to v3.1-rc5
12065 * rebase to v3.1-rc6
12066 * rebase to v3.1-rc7
12067 * rebase to v3.1-rc8
12068 * rebase to v3.1-rc9
12069 * rebase to v3.1-rc10
12070
12071 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
12072
12073 linux (3.1.0-1.0) oneiric; urgency=low
12074
12075 [ Leann Ogasawara ]
12076
12077 * Open P-series
12078
12079 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
12080
12081 linux (3.0.0-8.10) oneiric; urgency=low
12082
12083 [ Adam Jackson ]
12084
12085 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
12086 - LP: #753994
12087
12088 [ John Johansen ]
12089
12090 * [Config] Enable missing IPv6 options
12091
12092 [ Leann Ogasawara ]
12093
12094 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
12095 - LP: #819925
12096 * Rebase to 3.0.1
12097
12098 [ Upstream Kernel Changes ]
12099
12100 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
12101 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
12102 - LP: #783582
12103 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
12104 - LP: #796476
12105 * KVM: Add SMEP support when setting CR4
12106 - LP: #796476
12107 * KVM: Mask function7 ebx against host capability word9
12108 - LP: #796476
12109 * KVM: Add instruction fetch checking when walking guest page table
12110 - LP: #796476
12111
12112 [ Upstream Kernel Changes ]
12113
12114 * rebase to v3.0.1
12115
12116 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
12117
12118 linux (3.0.0-7.9) oneiric; urgency=low
12119
12120 [ Andy Whitcroft ]
12121
12122 * Revert "[Upstream] add local prefix to oss local change_bits"
12123 * Revert "SAUCE: add tracing for user initiated readahead requests"
12124 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
12125 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
12126 Zhaoyang E47"
12127 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
12128 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12129 (grub)"
12130 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
12131 checks"
12132 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
12133 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
12134 vt switch"
12135 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
12136 - LP: #816035
12137 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
12138 it
12139 * SAUCE: (no-up) add tracing for user initiated readahead requests
12140 * SAUCE: vt -- maintain bootloader screen mode and content until vt
12141 switch
12142 * SAUCE: vt -- allow grub to request automatic vt_handoff
12143
12144 [ Arjan van de Ven ]
12145
12146 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
12147
12148 [ Kees Cook ]
12149
12150 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
12151 * [Config] enforce ACPI_CUSTOM_METHOD disabled
12152
12153 [ Keng-Yu Lin ]
12154
12155 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
12156 Zhaoyang E47
12157 - LP: #632884, #803005
12158
12159 [ Leann Ogasawara ]
12160
12161 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
12162 - LP: #513131
12163 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
12164 - LP: #815064
12165
12166 [ Rezwanul Kabir ]
12167
12168 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
12169 Dell E2 series Laptops
12170 - LP: #632884
12171
12172 [ Upstream Kernel Changes ]
12173
12174 * Revert "yama: if an underlying filesystem provides a permissions op use
12175 it"
12176 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
12177 series Laptops"
12178 * Revert "tty: include linux/slab.h for kfree"
12179 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
12180 * Revert "pch_dma: add include/slab.h for kfree"
12181 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
12182 - LP: #773524
12183 * oss: rename local change_bits to avoid powerpc bitsops.h definition
12184
12185 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
12186
12187 linux (3.0.0-7.8) oneiric; urgency=low
12188
12189 [ Andy Whitcroft ]
12190
12191 * ubuntu: overlayfs -- overlayfs: add statfs support
12192 * [Config] enable CONFIG_OVERLAYFS
12193
12194 [ Erez Zadok ]
12195
12196 * ubuntu: overlayfs -- overlayfs: implement show_options
12197
12198 [ Leann Ogasawara ]
12199
12200 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
12201 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
12202 * [Config] Disable CONFIG_ATM_DUMMY on arm
12203 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
12204 * Temporarily disable module check on arm
12205 * Rebase to 3.0 final
12206 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
12207 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
12208 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
12209 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
12210 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
12211 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
12212 * [Config] Enable CONFIG_DM9000=m on arm
12213 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
12214 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
12215
12216 [ Miklos Szeredi ]
12217
12218 * ubuntu: overlayfs -- vfs: add i_op->open()
12219 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12220 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12221 * ubuntu: overlayfs -- overlay filesystem
12222 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
12223 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
12224 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12225 * ubuntu: overlayfs -- ovl: make lower mount read-only
12226
12227 [ Neil Brown ]
12228
12229 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12230
12231 [ Tim Gardner ]
12232
12233 * [Config] Add enic/fnic to udebs
12234 - LP: #801610
12235
12236 [ Upstream Kernel Changes ]
12237
12238 * yama: if an underlying filesystem provides a permissions op use it
12239
12240 [ Major Kernel Changes ]
12241
12242 * Rebase to 3.0 final
12243
12244 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
12245
12246 linux (3.0.0-6.7) oneiric; urgency=low
12247
12248 [ Eagon Yager ]
12249
12250 * [Config] Fix misspelled 'skipmodule' in arm makefile.
12251
12252 [ Keng-Yu Lin ]
12253
12254 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
12255 - LP: #632884, #803005
12256
12257 [ Leann Ogasawara ]
12258
12259 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
12260 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
12261 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
12262 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
12263 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
12264 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
12265 * [Config] Set CONFIG_ACPI_SBS=m
12266 * [Config] Set CONFIG_ACPI_WMI=m
12267 * [Config] Set CONFIG_AD7150=m on arm
12268 * [Config] Set CONFIG_AD7152=m on arm
12269 * [Config] Drop CONFIG_GPIO_S5PV210
12270 * [Config] Drop CONFIG_GPIO_S5PC100
12271 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
12272 * [Config] Drop CONFIG_GPIO_EXYNOS4
12273
12274 [ Stefan Bader ]
12275
12276 * SAUCE: Re-enable RODATA for i386 virtual
12277 - LP: #809838
12278
12279 [ Upstream Kernel Changes ]
12280
12281 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
12282 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
12283 - LP: #771758
12284
12285 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
12286
12287 linux (3.0.0-5.6) oneiric; urgency=low
12288
12289 [ Tim Gardner ]
12290
12291 * [Config] CONFIG_RTL8192CU=m
12292 * Rebase to -rc7
12293
12294 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
12295
12296 linux (3.0.0-4.5) oneiric; urgency=low
12297
12298 [ Ming Lei ]
12299
12300 * SAUCE: fix yama_ptracer_del lockdep warning
12301 - LP: #791019
12302
12303 [ Seth Forshee ]
12304
12305 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
12306 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
12307 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
12308 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
12309 - LP: #805218
12310
12311 [ Tim Gardner ]
12312
12313 * [Config] updateconfigs after rebase to -rc6+
12314 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
12315 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
12316 * Revert "UBUNTU: add dependancies for module-init-tools"
12317 This dependency is no longer required for a 3 digit version.
12318
12319 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
12320
12321 linux (3.0-3.4) oneiric; urgency=low
12322
12323 [ Keng-Yu Lin ]
12324
12325 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
12326 killswitch"
12327 - LP: #775281
12328
12329 [ Leann Ogasawara ]
12330
12331 * rebase to v3.0-rc5
12332 * [Config] updateconfigs after rebase to 3.0-rc5
12333
12334 [ Tim Gardner ]
12335
12336 * [Config] Remove ubuntu/rtl8192se
12337 * [Config] Added armel ABI files
12338 * [Config] Removed armel versatile flavour
12339 * [Config] CONFIG_INTEL_MEI=m
12340 - LP: #716867
12341
12342 [ Upstream Kernel Changes ]
12343
12344 * ALSA: hda - Enable auto-parser as default for Conexant codecs
12345
12346 [ Upstream Kernel Changes ]
12347
12348 * rebase to v3.0-rc5
12349
12350 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
12351
12352 linux (3.0-2.3) oneiric; urgency=low
12353
12354 [ Andy Whitcroft ]
12355
12356 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
12357
12358 [ Leann Ogasawara ]
12359
12360 * rebase to v3.0-rc4
12361 * [Config] updateconfigs after rebase to 3.0-rc4
12362 * fix ERROR: __devcgroup_inode_permission undefined
12363
12364 [ Stefan Bader ]
12365
12366 * SAUCE: iscsitarget: Remove driver from the kernel
12367
12368 [ Tim Gardner ]
12369
12370 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
12371 * [Config] Add grub-efi as a recommended bootloader for server and
12372 generic
12373 - LP: #800910
12374
12375 [ Upstream Kernel Changes ]
12376
12377 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
12378
12379 [ Leann Ogasawara ]
12380
12381 * rebase to v3.0-rc4
12382
12383 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
12384
12385 linux (3.0-1.2) oneiric; urgency=low
12386
12387 [ Andy Whitcroft ]
12388
12389 * [Config] enable CONFIG_CAN_CALC_BITTIMING
12390
12391 [ Leann Ogasawara ]
12392
12393 * rebase to v3.0-rc3
12394 * [Config] updateconfigs after rebase to 3.0-rc3
12395
12396 [ Upstream Kernel Changes ]
12397
12398 * perf: clear out make flags when calling kernel make kernelver
12399
12400 [ Leann Ogasawara ]
12401
12402 * rebase to v3.0-rc3
12403
12404 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
12405
12406 linux (3.0-0.1) oneiric; urgency=low
12407
12408 [ Andy Whitcroft ]
12409
12410 * use the packaging version in the kernel
12411 * use the kernels idea of its version for version_signature
12412 * add dependancies for module-init-tools
12413 * update control files to version 3
12414 * printchanges/insertchanges allow override of prev_release
12415 * correct Vcs-Git: to point to oneiric
12416
12417 [ Leann Ogasawara ]
12418
12419 * rebase to v3.0-rc1
12420 * [Config] updateconfigs after rebase to 3.0-rc1
12421 * ubuntu: dm-raid4-5 fix up build failure
12422 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
12423 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
12424 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
12425 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
12426 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
12427 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
12428 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
12429 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
12430 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
12431 * rebase to v3.0-rc2
12432
12433 [ Manoj Iyer ]
12434
12435 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
12436 - LP: #790754
12437
12438 [ Upstream Kernel Changes ]
12439
12440 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
12441 demands it"
12442 * drm/i915: fix regression after clock gating init split
12443
12444 [ Major Kernel Changes ]
12445
12446 * rebase from v2.6.39 to v3.0-rc1
12447 * rebase from v3.0-rc1 to v3.0-rc2
12448
12449 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
12450
12451 linux (2.6.39-3.10) oneiric; urgency=low
12452
12453 [ Colin Ian King ]
12454
12455 * SAUCE: S3 early resume debug via keyboard LEDs
12456
12457 [ Ingo Molnar ]
12458
12459 * ubuntu: nx-emu - i386: NX emulation
12460 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
12461
12462 [ Leann Ogasawara ]
12463
12464 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
12465 * Revert "[Config] Disable CONFIG_DM_RAID45"
12466 * [Config] enable CONFIG_BRCMFMAC=y
12467 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
12468 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
12469
12470 [ Robert Nelson ]
12471
12472 * SAUCE: omap3: beagle: detect new xM revision B
12473 - LP: #770679
12474 * SAUCE: omap3: beagle: detect new xM revision C
12475 - LP: #770679
12476 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
12477 - LP: #770679
12478
12479 [ Stefan Bader ]
12480
12481 * SAUCE: Convert dm-raid45 to new block plugging
12482
12483 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
12484
12485 linux (2.6.39-3.9) oneiric; urgency=low
12486
12487 [ Leann Ogasawara ]
12488
12489 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
12490 * rebase to v2.6.39
12491 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
12492 * [Config] enable CONFIG_INPUT_APANEL=m
12493
12494 [ Thomas Schlichter ]
12495
12496 * SAUCE: vesafb: mtrr module parameter is uint, not bool
12497 - LP: #778043
12498 * SAUCE: vesafb: enable mtrr WC by default
12499 - LP: #778043
12500
12501 [ Major Kernel Changes ]
12502
12503 * rebase from v2.6.39-rc7 to v2.6.39
12504
12505 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
12506
12507 linux (2.6.39-2.8) oneiric; urgency=low
12508
12509 [ Andy Whitcroft ]
12510
12511 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
12512 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
12513 * Revert "[Config] Disable CONFIG_AUFS_FS"
12514 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
12515 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
12516 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
12517 * ubuntu: AUFS -- clean up the aufs updater and BOM
12518 * ubuntu: AUFS -- documentation on updating aufs2
12519
12520 [ Kees Cook ]
12521
12522 * ubuntu: Yama - LSM hooks
12523 * ubuntu: Yama - create task_free security callback
12524 * ubuntu: Yama - add ptrace relationship tracking interface
12525 * ubuntu: Yama - unconditionally chain to Yama LSM
12526
12527 [ Leann Ogasawara ]
12528
12529 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
12530 * Revert "[Config] Disable CONFIG_EASYCAP"
12531 * ubuntu: fsam7400 disable driver
12532 * ubuntu: omnibook disable driver
12533 * ubuntu: rfkill disable driver
12534
12535 [ Tim Gardner ]
12536
12537 * SAUCE: Fix extra reference in fb_open()
12538
12539 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
12540
12541 linux (2.6.39-2.7) oneiric; urgency=low
12542
12543 [ Leann Ogasawara ]
12544
12545 * rebase to v2.6.39-rc7
12546
12547 [ Major Kernel Changes ]
12548
12549 * rebase from v2.6.39-rc6 to v2.6.39-rc7
12550
12551 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
12552
12553 linux (2.6.39-1.6) oneiric; urgency=low
12554
12555 [ Leann Ogasawara ]
12556
12557 * rebase to v2.6.39-rc6
12558 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
12559
12560 [ Tim Gardner ]
12561
12562 * [Config] updateconfigs after rebase to 2.6.39-rc6
12563
12564 [ Major Kernel Changes ]
12565
12566 * rebase from v2.6.39-rc5 to v2.6.39-rc6
12567 - LP: #740126
12568
12569 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
12570
12571 linux (2.6.39-0.5) oneiric; urgency=low
12572
12573 [ Herton Ronaldo Krzesinski ]
12574
12575 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
12576 - LP: #764758
12577
12578 [ Leann Ogasawara ]
12579
12580 * rebase to v2.6.39-rc5
12581 * [Config] updateconfigs following rebase to v2.6.39-rc5
12582
12583 [ Paolo Pisati ]
12584
12585 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
12586 - LP: #759913
12587
12588 [ Stefan Bader ]
12589
12590 * Include nls_iso8859-1 for virtual images
12591 - LP: #732046
12592
12593 [ Major Kernel Changes ]
12594
12595 * rebase from v2.6.39-rc4 to v2.6.39-rc5
12596
12597 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
12598
12599 linux (2.6.39-0.4) oneiric; urgency=low
12600
12601 [ Leann Ogasawara ]
12602
12603 * rebase to v2.6.39-rc4
12604 * [Config] updateconfigs following rebase to v2.6.39-rc4
12605 * fixup powerpc implicit declaration of function
12606 'crash_kexec_wait_realmode'
12607 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
12608
12609 [ Tim Gardner ]
12610
12611 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
12612 - LP: #769503
12613 * [Config] Add cachefiles.ko to virtual flavour
12614 - LP: #770430
12615
12616 [ Major Kernel Changes ]
12617
12618 * rebase from v2.6.39-rc3 to v2.6.39-rc4
12619
12620 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
12621
12622 linux (2.6.39-0.3) oneiric; urgency=low
12623
12624 [ Leann Ogasawara ]
12625
12626 * rebase to v2.6.39-rc3
12627 * crash_kexec_wait_realmode() undefined when !SMP
12628
12629 [ Tim Gardner ]
12630
12631 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
12632 - LP: #632327
12633
12634 [ Major Kernel Changes ]
12635
12636 * rebase from v2.6.39-rc2 to v2.6.39-rc3
12637
12638 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
12639
12640 linux (2.6.39-0.2) oneiric; urgency=low
12641
12642 [ Gustavo F. Padovan ]
12643
12644 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
12645 - LP: #720949
12646
12647 [ John Johansen ]
12648
12649 * AppArmor: Fix masking of capabilities in complain mode
12650 - LP: #748656
12651
12652 [ Leann Ogasawara ]
12653
12654 * rebase to v2.6.39-rc2
12655 * [Config] updateconfigs following rebase to v2.6.39-rc2
12656 * hv_mouse needs delay.h
12657 * olpc_dcon_xo_1 needs delay.h
12658 * olpc_dcon_xo_1_5 needs delay.h
12659 * Update dropped.txt for Oneiric
12660
12661 [ Steve Langasek ]
12662
12663 * [Config] Make linux-libc-dev coinstallable under multiarch
12664 - LP: #750585
12665
12666 [ Upstream Kernel Changes ]
12667
12668 * x86, hibernate: Initialize mmu_cr4_features during boot
12669 - LP: #752870
12670
12671 [ Major Kernel Changes ]
12672
12673 * rebase from v2.6.39-rc1 to v2.6.39-rc2
12674
12675 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
12676
12677 linux (2.6.39-0.1) oneiric; urgency=low
12678
12679 [ Brad Figg ]
12680
12681 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
12682 - LP: #737124
12683
12684 [ Henrik Rydberg ]
12685
12686 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
12687 * SAUCE: HID: ntrig: fix suspend/resume on recent models
12688
12689 [ Herton Ronaldo Krzesinski ]
12690
12691 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
12692 struct v4l2_subdev
12693 - LP: #745213
12694
12695 [ Kees Cook ]
12696
12697 * [Config] packaging: adjust perms on vmlinuz as well
12698 * SAUCE: nx-emu: further clarify dmesg reporting
12699 - LP: #745181
12700
12701 [ Leann Ogasawara ]
12702
12703 * rebase to v2.6.39-rc1
12704 * [Config] updateconfigs following rebase to v2.6.39-rc1
12705 * [Config] Disable CONFIG_DM_RAID45
12706 * [Config] Disable CONFIG_SCSI_ISCSITARGET
12707 * [Config] Disable CONFIG_EASYCAP
12708 * [Config] Disable CONFIG_AUFS_FS
12709 * update bnx2 firmware files in d-i/firmware/nic-modules
12710 * xhci-pci.c resolve implicit declaration of kzalloc
12711 * [Config] Enable CONFIG_DRM_PSB for only x86
12712 * [Config] Enable CONFIG_RTS_PSTOR for only x86
12713 * mfd/asic3: Fix typo, s/irq_data/data/
12714
12715 [ Luke Yelavich ]
12716
12717 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
12718 - LP: #745358
12719 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
12720 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
12721
12722 [ Manoj Iyer ]
12723
12724 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
12725 - LP: #745217
12726
12727 [ Tim Gardner ]
12728
12729 * SAUCE: INR_OPEN=4096
12730 - LP: #663090
12731 * SAUCE: Increase the default hard limit for open FDs to 4096
12732 - LP: #663090
12733
12734 [ Upstream Kernel Changes ]
12735
12736 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
12737 namespace cleanup
12738 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
12739 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
12740
12741 [ Major Kernel Changes ]
12742
12743 * rebase from v2.6.38 to v2.6.39-rc1
12744
12745 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
12746
12747 linux (2.6.39-0.0) oneiric; urgency=low
12748
12749 [ Leann Ogasawara ]
12750
12751 * Open Oneiric
12752
12753 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12754
12755 linux (2.6.38-7.39) natty; urgency=low
12756
12757 [ Leann Ogasawara ]
12758
12759 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12760
12761 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12762
12763 linux (2.6.38-7.38) natty; urgency=low
12764
12765 [ Leann Ogasawara ]
12766
12767 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12768 gcc-4.5.2-6ubuntu5 finished building on all arches.
12769
12770 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12771
12772 linux (2.6.38-7.37) natty; urgency=low
12773
12774 [ Leann Ogasawara ]
12775
12776 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12777
12778 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12779
12780 linux (2.6.38-7.36) natty; urgency=low
12781
12782 [ Andy Whitcroft ]
12783
12784 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12785 optimisation"
12786 * purge last vestiges of maverick
12787 * [Config] switch CONFIG_FB_VESA back to module
12788
12789 [ Chris Wilson ]
12790
12791 * SAUCE: drm/i915: Fix pipelined fencing
12792 - LP: #717114
12793
12794 [ Loïc Minier ]
12795
12796 * Include nls_cp437 module in virtual for fat
12797 - LP: #732046
12798 * Support arch= cross-compilation for any arch
12799 * Fix couple of typos in 0-common-vars.mk
12800 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12801 * Add armhf to Debian -> Linux arch map
12802 * Add initial armhf.mk
12803 * Enable common packages for armhf
12804
12805 [ Upstream Kernel Changes ]
12806
12807 * Yama: fix default relationship to check thread group
12808 - LP: #737676
12809
12810 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12811
12812 linux (2.6.38-7.35) natty; urgency=low
12813
12814 [ Andy Whitcroft ]
12815
12816 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12817 * rebase fixes bug #715330
12818 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12819 * rebase to v2.6.38 final
12820
12821 [ Herton Ronaldo Krzesinski ]
12822
12823 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12824 - LP: #636091
12825
12826 [ Tim Gardner ]
12827
12828 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12829
12830 [ Upstream Kernel Changes ]
12831
12832 * Yama: use thread group leader when creating match
12833 - LP: #729839
12834 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12835 RAID controller
12836 - LP: #735240
12837 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12838
12839 [ Major Kernel Changes ]
12840
12841 * rebase from v2.6.38-rc8 to v2.6.38 final
12842 - LP: #715330
12843
12844 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12845
12846 linux (2.6.38-6.34) natty; urgency=low
12847
12848 [ Andy Whitcroft ]
12849
12850 * [Config] normalise CONFIG_INTEL_TXT
12851 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12852 - LP: #730860
12853 * rebase to mainline v2.6.38-rc8
12854
12855 [ Major Kernel Changes ]
12856
12857 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12858 to v2.6.38-rc8
12859
12860 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12861
12862 linux (2.6.38-6.33) natty; urgency=low
12863
12864 [ Andy Whitcroft ]
12865
12866 * d-i -- enable speakup-modules udeb
12867 - LP: #672699
12868 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12869 * [Config] debian PPC64 configuration
12870 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12871 * [Config] resync ppc64 configuration
12872 * SAUCE: match up ENTRY/END naming for 32/64 bit
12873 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12874 * [Config] update configs after rebase to
12875 fb62c00a6d8942775abc23d1621db1252e2d93d1
12876 * [Config] pps_gen_parport no longer built
12877
12878 [ Corentin Chary ]
12879
12880 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12881 - LP: #689393
12882 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12883 - LP: #689393
12884
12885 [ John Johansen ]
12886
12887 * SAUCE: Fix aufs calling of security_path_mknod
12888 - LP: #724456
12889
12890 [ Kees Cook ]
12891
12892 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12893
12894 [ Tim Gardner ]
12895
12896 * rebase to 2.6.38-rc7
12897
12898 [ Upstream Kernel Changes ]
12899
12900 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12901
12902 [ Major Kernel Changes ]
12903
12904 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12905 fb62c00a6d8942775abc23d1621db1252e2d93d1
12906 - LP: #721389
12907 - LP: #722925
12908 - LP: #723672
12909 - LP: #723676
12910 - LP: #715318
12911
12912 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12913
12914 linux (2.6.38-5.32) natty; urgency=low
12915
12916 [ Andy Whitcroft ]
12917
12918 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12919 * [Config] updateconfigs following rebase to v2.6.38-rc6
12920 * [Config] enable CONFIG_DMAR
12921 - LP: #552311
12922
12923 [ Upstream Kernel Changes ]
12924
12925 * drm/i915: skip FDI & PCH enabling for DP_A
12926 - LP: #561802, #600453, #681877
12927
12928 [ Major Kernel Changes ]
12929
12930 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12931 - LP: #718402
12932 - LP: #719524
12933 - LP: #721126
12934 - LP: #719691
12935 - LP: #722689
12936 - LP: #722310
12937
12938 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12939
12940 linux (2.6.38-4.31) natty; urgency=low
12941
12942 [ Andy Whitcroft ]
12943
12944 * add in bugs closed by upstream patches pulled in by rebases
12945 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12946 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12947 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12948 * rebase to mainline v2.6.38-rc5
12949 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12950 supported
12951 - LP: #719691
12952
12953 [ Colin Ian King ]
12954
12955 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12956
12957 [ Manoj Iyer ]
12958
12959 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12960 - LP: #717435
12961
12962 [ Tim Gardner ]
12963
12964 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12965
12966 [ Upstream Kernel Changes ]
12967
12968 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12969 - LP: #702434
12970 * vfs: fix BUG_ON() in fs/namei.c:1461
12971
12972 [ Vladislav P ]
12973
12974 * SAUCE: Release BTM while sleeping to avoid deadlock.
12975 - LP: #713837
12976
12977 [ Major Kernel Changes ]
12978
12979 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12980 - LP: #579276
12981 - LP: #715877
12982 - LP: #713769
12983 - LP: #716811
12984 * resync with Maverick Ubuntu-2.6.35-27.47
12985
12986 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12987
12988 linux (2.6.38-3.30) natty; urgency=low
12989
12990 [ Andy Whitcroft ]
12991
12992 * rebase to v2.6.38-rc4
12993 * ppc64 -- add basic architecture
12994 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
12995
12996 [ Colin Ian King ]
12997
12998 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
12999 - LP: #676997
13000 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
13001 - LP: #701530
13002 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
13003 - LP: #701530
13004
13005 [ Dan Rosenberg ]
13006
13007 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
13008
13009 [ Kees Cook ]
13010
13011 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
13012 attacking"
13013 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
13014
13015 [ Tim Gardner ]
13016
13017 * [Config] CONFIG_BLK_CGROUP=y
13018 - LP: #706394
13019 * [Config] CONFIG_DELL_WMI_AIO=m
13020
13021 [ Upstream Kernel Changes ]
13022
13023 * drm/i915/lvds: Restore dithering on native modes for gen2/3
13024 - LP: #711568
13025
13026 [ Upstream Kernel Changes ]
13027
13028 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
13029 - LP: #701271
13030 - LP: #708521
13031 - LP: #710371
13032
13033 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
13034
13035 linux (2.6.38-2.29) natty; urgency=low
13036
13037 [ Andy Whitcroft ]
13038
13039 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
13040 * [Config] updateconfigs following rebase to
13041 1f0324caefd39985e9fe052fac97da31694db31e
13042 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
13043 * [Config] reenable HIBERNATE
13044 - LP: #710877
13045 * rebase to v2.6.38-rc3
13046 * [Config] reenable CONFIG_CRASH_DUMP
13047
13048 [ Kamal Mostafa ]
13049
13050 * SAUCE: rtl8192se: fix source file perms
13051 * SAUCE: rtl8192se: fix source file newline
13052 * SAUCE: omnibook: fix source file newline
13053
13054 [ Kees Cook ]
13055
13056 * [Config] packaging: really make System.map mode 0600
13057
13058 [ Ricardo Salveti de Araujo ]
13059
13060 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
13061 PM34XX_ERRATUM
13062
13063 [ Soren Hansen ]
13064
13065 * SAUCE: nbd: Remove module-level ioctl mutex
13066
13067 [ Tim Gardner ]
13068
13069 * SAUCE: Disable building the ACPI debugfs source
13070
13071 [ Upstream Kernel Changes ]
13072
13073 * Set physical start and alignment 1M for virtual i386
13074 - LP: #710754
13075
13076 [ Upstream Kernel Changes ]
13077
13078 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13079 to v2.6.38-rc3
13080 - LP: #707902
13081
13082 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
13083
13084 linux (2.6.38-1.28) natty; urgency=low
13085
13086 [ Andy Whitcroft ]
13087
13088 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
13089
13090 [ Ricardo Salveti de Araujo ]
13091
13092 * SAUCE: omap3: beaglexm: fix DVI initialization
13093 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
13094 display work at Beagle
13095
13096 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
13097
13098 linux (2.6.38-1.27) natty; urgency=low
13099
13100 [ Andy Whitcroft ]
13101
13102 * ubuntu: AUFS -- update aufs-update to track new locations of headers
13103 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
13104 * SAUCE: ensure root is ready before running usermodehelpers in it
13105 * correct the Vcs linkage to point to natty
13106 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
13107 * [Config] update configs following rebase
13108 e78bf5e6cbe837daa6ab628a5f679548742994d3
13109 * SAUCE: Yama: follow changes to generic_permission
13110 * ubuntu: compcache -- follow changes to bd_claim/bd_release
13111 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
13112 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
13113 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
13114 * update package version to match payload version
13115 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
13116 * rebase to v2.6.38-rc1
13117 * [Config] updateconfigs following rebase to v2.6.38-rc1
13118 * SAUCE: x86 fix up jiffies/jiffies_64 handling
13119 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
13120 * [Config] updateconfigs following rebase to
13121 2b1caf6ed7b888c95a1909d343799672731651a5
13122 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
13123 * ubuntu: AUFS -- suppress benign plink warning messages
13124 - LP: #621195
13125 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
13126 * rebase to v2.6.38-rc2
13127 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
13128 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13129 * [Config] update configs following rebase to
13130 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13131 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
13132 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
13133 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
13134 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
13135
13136 [ Kees Cook ]
13137
13138 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
13139
13140 [ Stefan Bader ]
13141
13142 * Temporarily disable RODATA for virtual i386
13143 - LP: #699828
13144
13145 [ Tim Gardner ]
13146
13147 * [Config] CONFIG_NLS_DEFAULT=utf8
13148 - LP: #683690
13149 * [Config] CONFIG_HIBERNATION=n
13150 * update bnx2 firmware files in d-i/firmware/nic-modules
13151
13152 [ Upstream Kernel Changes ]
13153
13154 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
13155 objects."
13156 * packaging: make System.map mode 0600
13157 * thinkpad_acpi: Always report scancodes for hotkeys
13158 - LP: #702407
13159 * sched: tg->se->load should be initialised to tg->shares
13160 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
13161 * brcm80211: include linux/slab.h for kfree
13162 * pch_dma: add include/slab.h for kfree
13163 * i2c-eg20t: include linux/slab.h for kfree
13164 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
13165 * tty: include linux/slab.h for kfree
13166 * winbond: include linux/delay.h for mdelay et al
13167
13168 [ Upstream Kernel Changes ]
13169
13170 * mark the start of v2.6.38 versioning
13171 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13172 - LP: #689886
13173 - LP: #702125
13174 - LP: #608775
13175 - LP: #215802
13176 - LP: #686333
13177 - LP: #677830
13178 - LP: #677652
13179 - LP: #696493
13180 - LP: #697240
13181 - LP: #689036
13182 - LP: #705323
13183 - LP: #686692
13184
13185 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
13186
13187 linux (2.6.37-12.26) natty; urgency=low
13188
13189 [ Andy Whitcroft ]
13190
13191 * rebase to v2.6.37-rc8
13192 * [Config] armel -- reenable omap flavour
13193 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
13194 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
13195 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
13196 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
13197 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13198 * [Config] track missing modules
13199 * rebase to v2.6.37 final
13200
13201 [ Chase Douglas ]
13202
13203 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
13204 Magic Trackpad
13205
13206 [ Stefan Bader ]
13207
13208 * Revert "SAUCE: blkfront: default to sd devices"
13209 - LP: #684875
13210
13211 [ Tim Gardner ]
13212
13213 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
13214 - LP: #380138
13215 * [Config] Added autofs4.ko to -virtual flavour
13216 - LP: #692917
13217
13218 [ Upstream Kernel Changes ]
13219
13220 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
13221 Laptops
13222 - LP: #632884
13223
13224 [ Upstream Kernel Changes ]
13225
13226 * rebase to v2.6.37-rc8
13227 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13228 * rebase to v2.6.37 final
13229
13230 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
13231
13232 linux (2.6.37-11.25) natty; urgency=low
13233
13234 [ Andy Whitcroft ]
13235
13236 * [Config] d-i -- add hpsa to the list of block devices
13237 - LP: #684304
13238 * [Config] add vmw-balloon driver to -virtual flavour
13239 - LP: #592039
13240 * rebase to v2.6.37-rc7
13241
13242 [ Upstream Kernel Changes ]
13243
13244 * rebase to v2.6.37-rc7
13245
13246 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
13247
13248 linux (2.6.37-10.24) natty; urgency=low
13249
13250 [ Andy Whitcroft ]
13251
13252 * rebase to v2.6.37-rc6
13253 * updateconfigs following rebase to v2.6.37-rc6
13254
13255 [ Upstream Kernel Changes ]
13256
13257 * rebase to v2.6.37-rc6
13258
13259 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
13260
13261 linux (2.6.37-9.23) natty; urgency=low
13262
13263 [ Andy Whitcroft ]
13264
13265 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
13266 - LP: #689606
13267 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
13268 - LP: #689606
13269
13270 [ Kees Cook ]
13271
13272 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
13273 - LP: #690190
13274
13275 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
13276
13277 linux (2.6.37-9.22) natty; urgency=low
13278
13279 [ Andy Whitcroft ]
13280
13281 * rebase to v2.6.35-rc5
13282 * [Config] updateconfigs following rebase to v2.6.37-rc5
13283 * (no-up) add support for installed header files to ubuntu directory
13284 - LP: #684666
13285 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13286 - LP: #684666
13287 * ubuntu: dm-raid4-5 -- follow changes to bio flags
13288 * ubuntu: dm-raid4-5 -- re-enable
13289 * ubuntu: omnibook -- update BOM
13290 * ubuntu: ndiswrapper -- update BOM to match actual version
13291 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
13292 * ubuntu: ndiswrapper -- re-enable
13293 * ubuntu: iscsitarget -- re-instate copy_io_context
13294 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
13295 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
13296 * ubuntu: iscsitarget -- re-enable
13297
13298 [ Kees Cook ]
13299
13300 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13301
13302 [ Manoj Iyer ]
13303
13304 * SAUCE: Enable jack sense for Thinkpad Edge 13
13305 - LP: #685015
13306
13307 [ Tim Gardner ]
13308
13309 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
13310 * [Config] CONFIG_CRYPTO_CRC32C=y
13311 - LP: #681819
13312 * [Config] CONFIG_9P_FSCACHE=n
13313 * [Config] Add nfsd modules to -virtual flavour
13314 - LP: #688070
13315
13316 [ Upstream Kernel Changes ]
13317
13318 * Revert "Staging: zram: work around oops due to startup ordering snafu"
13319 * NFS: Fix panic after nfs_umount()
13320 - LP: #683938
13321 * x86: Add NX protection for kernel data
13322 * x86: Add RO/NX protection for loadable kernel modules
13323 * x86: Resume trampoline must be executable
13324 * x86: RO/NX protection for loadable kernel, jump_table fix
13325
13326 [ Upstream Kernel Changes ]
13327
13328 * rebase to v2.6.37-rc5
13329
13330 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
13331
13332 linux (2.6.37-8.21) natty; urgency=low
13333
13334 [ Andy Whitcroft ]
13335
13336 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
13337 linux-libc-headers"
13338 * Revert "(no-up) add support for installed header files to ubuntu
13339 directory"
13340
13341 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
13342
13343 linux (2.6.37-8.20) natty; urgency=low
13344
13345 [ Andy Whitcroft ]
13346
13347 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
13348 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
13349 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
13350 * Revert "SAUCE: i915 -- disable powersave by default"
13351 * SAUCE: enable Marvell 9128 PCIe SATA controller
13352 - LP: #658521
13353 * [Config] evtchn has been renamed
13354 * (no-up) add support for installed header files to ubuntu directory
13355 - LP: #684666
13356 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13357 - LP: #684666
13358
13359 [ Tim Gardner ]
13360
13361 * [Config] MISS: evtchn, NEW : xen-evtchn
13362 * rebase to v2.6.37-rc4
13363
13364 [ Upstream Kernel Changes ]
13365
13366 * drm/i915: Clean conflicting modesetting registers upon init
13367 - LP: #683775
13368 * rebase to v2.6.37-rc4
13369
13370 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
13371
13372 linux (2.6.37-7.19) natty; urgency=low
13373
13374 [ Tim Gardner ]
13375
13376 * [Config] Add bnx2 firmware to nic-modules udeb
13377 - LP: #676245
13378
13379 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
13380
13381 linux (2.6.37-7.18) natty; urgency=low
13382
13383 [ Andy Whitcroft ]
13384
13385 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
13386 * Revert "SAUCE: Add extra headers to linux-libc-dev"
13387 * Revert "SAUCE: Enable speedstep for sonoma processors."
13388 * [Config] enable CONFIG_BT_HCIUART_ATH3K
13389 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
13390 * [Config] standardise CONFIG_MII
13391 * [Config] standardise CONFIG_PRISM2_USB
13392 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
13393 * [Config] build in CONFIG_AGP
13394 * [Config] build in CONFIG_AGP_INTEL
13395 * [Config] build in CONFIG_AGP_AMD
13396 * [Config] build in CONFIG_AGP_AMD64
13397 * [Config] build in CONFIG_AGP_NVIDIA
13398 * [Config] build in CONFIG_AGP_VIA
13399 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
13400 * (no-up): document the new ## scheme
13401 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
13402 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
13403 - LP: #675453
13404
13405 [ Mathieu J. Poirier ]
13406
13407 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
13408
13409 [ Upstream Kernel Changes ]
13410
13411 * nx-emu: fix inverted report of disable_nx
13412
13413 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
13414
13415 linux (2.6.37-6.17) natty; urgency=low
13416
13417 [ Andy Whitcroft ]
13418
13419 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
13420 aufs2.1-36-UNRELEASED-20101103"
13421 * Revert "ubuntu: AUFS -- aufs2-base.patch
13422 aufs2.1-36-UNRELEASED-20101103"
13423 * [Config] standardise CONFIG_BT
13424 * [Config] standardise CONFIG_IRDA
13425 * [Config] standardise CONFIG_LAPB
13426 * [Config] standardise CONFIG_RDS
13427 * [Config] standardise CONFIG_RFKILL
13428 * [Config] standardise CONFIG_TIPC
13429 * [Config] standardise CONFIG_X25
13430 * [Config] standardise CONFIG_INPUT_EVDEV
13431 * [Config] standardise CONFIG_INPUT_JOYDEV
13432 * [Config] standardise CONFIG_INPUT_JOYSTICK
13433 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
13434 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
13435 * [Config] CONFIG_IRDA=n for FTBS (arm)
13436 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
13437 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
13438 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
13439
13440 [ Tim Gardner ]
13441
13442 * SAUCE: Fix drivers/staging/easycap FTBS
13443 * [Config] CONFIG_EASYCAP=m after fixing FTBS
13444
13445 [ Upstream Kernel Changes ]
13446
13447 * Revert "x86: Add NX protection for kernel data"
13448
13449 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
13450
13451 linux (2.6.37-6.16) natty; urgency=low
13452
13453 [ Andy Whitcroft ]
13454
13455 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
13456 * rebase to v2.6.37-rc3
13457
13458 [ Tim Gardner ]
13459
13460 * [Config] CONFIG_SCHED_AUTOGROUP=y
13461
13462 [ Upstream Kernel Changes ]
13463
13464 * Revert "x86: Add RO/NX protection for loadable kernel modules"
13465 * sched: automated per session task groups
13466 * rebase to v2.6.37-rc3
13467
13468 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
13469
13470 linux (2.6.37-6.15) natty; urgency=low
13471
13472 [ Andy Whitcroft ]
13473
13474 * [Config] standardise CONFIG_CEPH_FS
13475 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
13476 * [Config] standardise CONFIG_SCSI_PROC_FS
13477 * [Config] standardise CONFIG_UBIFS_FS
13478 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
13479
13480 [ Kees Cook ]
13481
13482 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13483
13484 [ Manoj Iyer ]
13485
13486 * SAUCE: Enable jack sense for Thinkpad Edge 11
13487 - LP: #677210
13488 * SAUCE: enable rfkill for rtl8192se driver
13489 - LP: #640992
13490
13491 [ Tim Gardner ]
13492
13493 * [Config] CONFIG_EASYCAP=n for FTBS
13494 * Rebase to v2.6.32-rc2+git
13495
13496 [ Upstream Kernel Changes ]
13497
13498 * x86: Fix improper large page preservation
13499 * x86: Add NX protection for kernel data
13500 * x86: Add RO/NX protection for loadable kernel modules
13501
13502 [ Upstream Kernel Changes ]
13503
13504 * Rebase to Linus 2.6.37-rc2+git
13505
13506 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
13507
13508 linux (2.6.37-5.14) natty; urgency=low
13509
13510 [ Upstream Kernel Changes ]
13511
13512 * PCI: fix offset check for sysfs mmapped files
13513 - LP: #676963
13514
13515 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
13516
13517 linux (2.6.37-5.13) natty; urgency=low
13518
13519 [ Andy Whitcroft ]
13520
13521 * rebased to v2.6.37-rc2
13522 * updateconfigs following rebase to v2.6.37-rc2
13523
13524 [ Tim Gardner ]
13525
13526 * [Config] Added NFS and related modules to virtual flavour
13527 - LP: #659084
13528
13529 [ Upstream Kernel Changes ]
13530
13531 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
13532 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
13533 * x86, cpu: Call verify_cpu during 32bit CPU startup
13534 * x86, cpu: Only CPU features determine NX capabilities
13535
13536 [ Upstream Changes ]
13537
13538 * rebased to v2.67.37-rc2
13539
13540 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
13541
13542 linux (2.6.37-4.12) natty; urgency=low
13543
13544 [ Andy Whitcroft ]
13545
13546 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
13547 * Revert "[Upstream] HID: magicmouse: properly account for scroll
13548 movement in state"
13549 * Revert "[Upstream] HID: magicmouse: disable and add module param for
13550 scroll acceleration"
13551 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
13552 middle of mouse"
13553
13554 [ Henrik Rydberg ]
13555
13556 * SAUCE: hid: ntrig: remove sysfs nodes
13557 * SAUCE: hid: ntrig: Setup input filtering manually
13558 * SAUCE: hid: ntrig: New ghost-filtering event logic
13559
13560 [ Manoj Iyer ]
13561
13562 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13563 - LP: #348861
13564
13565 [ Upstream Kernel Changes ]
13566
13567 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
13568 suspend/resume"
13569 * Revert "[ARM] implement arch_randomize_brk()"
13570 * Revert "ARM: stack protector: change the canary value per task"
13571 * Revert "ARM: initial stack protector (-fstack-protector) support"
13572 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
13573 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
13574 * Revert "perf probe: Add kernel source path option"
13575 * hid: ntrig: Support single-touch devices
13576 * hid: ntrig: Mask pen switch events
13577 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
13578 kernel
13579 - LP: #673073
13580 * Fix userspace build of linux/fs.h
13581
13582 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
13583
13584 linux (2.6.37-3.11) natty; urgency=low
13585
13586 [ Andy Whitcroft ]
13587
13588 * Revert "ubuntu: AUFS -- update to
13589 b37c575759dc4535ccc03241c584ad5fe69e3b25"
13590 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
13591 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
13592 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
13593 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
13594 * [Config] Disable intel_idle for -virtual kernels
13595 - LP: #651370
13596 * [Config] enforcer -- ensure we never enable CONFIG_IMA
13597 * debian -- pass the correct flavour name when checking configs
13598 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
13599 * [Config] ensure CONFIG_IPV6=y for powerpc
13600 * [Config] enforcer -- ensure CONFIG_IPV6=y
13601 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
13602 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
13603 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
13604 * ubuntu: AUFS -- re-enable
13605 * ubuntu: AUFS -- track changes to work queue initialisation
13606 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
13607 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13608 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13609 - LP: #614008
13610 * SAUCE: drm -- stop early access to drm devices
13611
13612 [ Jeremy Kerr ]
13613
13614 * [Config] Build-in powermac ZILOG serial driver
13615 - LP: #673346
13616
13617 [ Kees Cook ]
13618
13619 * SAUCE: nx-emu: use upstream ASLR when possible
13620
13621 [ Tim Gardner ]
13622
13623 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
13624 - LP: #628776
13625
13626 [ Upstream Kernel Changes ]
13627
13628 * i386: NX emulation
13629 * nx-emu: drop exec-shield sysctl, merge with disable_nx
13630 * nx-emu: standardize boottime message prefix
13631 * mmap randomization for executable mappings on 32-bit
13632 * exec-randomization: brk away from exec rand area
13633
13634 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
13635
13636 linux (2.6.37-2.10) natty; urgency=low
13637
13638 [ Andy Whitcroft ]
13639
13640 * reinstate armel config changes:
13641 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
13642 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
13643
13644 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
13645
13646 linux (2.6.37-2.9) natty; urgency=low
13647
13648 [ Andy Whitcroft ]
13649
13650 * config -- fix genportsconfig
13651 * [Config] move powerpc over from ports to distro
13652 * bump master version number to match contained kernel
13653 * SAUCE: fix documentation strings for struct input_keymap_entry
13654 * usb: gadget: goku_udc: add registered flag bit
13655
13656 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
13657
13658 linux (2.6.36-2.8) natty; urgency=low
13659
13660 [ Tim Gardner ]
13661
13662 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
13663 * [Config]: TWL4030_CORE=n for FTBS
13664 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
13665 * [Config]: CONFIG_SOLO6X10=n for FTBS
13666 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
13667 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
13668 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
13669 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
13670 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
13671 * [Config]: CONFIG_I2C_I801=n for armel FTBS
13672 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
13673 * AppArmor: compatibility patch for v5 interface
13674 * AppArmor: compatibility patch for v5 network controll
13675 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
13676 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13677 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13678 * Dropped: hid: 3m: Convert to MT slots
13679 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
13680 * Dropped: HID: magicmouse: simplify touch data bit manipulation
13681 * Dropped: HID: magicmouse: simplify touch down logic
13682 * Dropped: HID: magicmouse: enable Magic Trackpad support
13683 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
13684 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
13685 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
13686 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
13687 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
13688 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
13689 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
13690 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13691 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
13692 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
13693 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
13694 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
13695
13696 [ Upstream Kernel Changes ]
13697
13698 * rebased against 2.6.27-rc1
13699
13700 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
13701
13702 linux (2.6.36-1.7) natty; urgency=low
13703
13704 [ Andy Whitcroft ]
13705
13706 * rebased to v2.6.36 final
13707 * [Config] update configs following rebase to v2.6.36 final
13708 * [Config] update ports configs following rebase to v2.6.36 final
13709
13710 [ Upstream Kernel Changes ]
13711
13712 * rebased to v2.6.36 final
13713
13714 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
13715
13716 linux (2.6.36-1.6) natty; urgency=low
13717
13718 [ Upstream Kernel Changes ]
13719
13720 * drop broadcom staging driver preview:
13721 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
13722 wireless LAN driver."
13723
13724 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
13725
13726 linux (2.6.36-1.5) natty; urgency=low
13727
13728 [ Andy Whitcroft ]
13729
13730 * rebase to v2.6.36-rc8
13731 * updateconfigs following rebase to v2.6.36-rc8
13732 * updateportsconfigs following rebase to v2.6.36-rc8
13733 * config -- simplify the kernelconfig interface
13734 * config -- add new config mode 'dumpconfigs'
13735
13736 [ Tim Gardner ]
13737
13738 * Simplify the use of CROSS_COMPILER
13739
13740 [ Upstream Kernel Changes ]
13741
13742 * drop broadcom staging driver preview:
13743 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
13744 brcmfmac.ko mutually exclusive."
13745 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
13746 set."
13747 * Revert "Staging: brcm80211: remove driver specific -W options"
13748 * Revert "Staging: brcm80211: clean up makefile cflag lines"
13749 * Revert "staging: brcm80211: add fullmac driver"
13750 * Revert "staging: brcm80211: use string native library"
13751 * Revert "staging: brcm80211: use native ctype library"
13752 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13753 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13754 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13755 ...""
13756 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13757 ':' ...""
13758 * Revert "staging: brcm80211: fix "ERROR: space required before that
13759 ...""
13760 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13761 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13762 brace""
13763 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13764 ...close square bracket""
13765 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13766 ...""
13767 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13768 '*'""
13769 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13770 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13771 do - while loop""
13772 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13773 parenthesis""
13774 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13775 or NULL""
13776 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13777 or NULL""
13778 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13779 '}'""
13780 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13781 line""
13782 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13783 on next line""
13784 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13785 condition""
13786 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13787 paren...""
13788 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13789 function dec...""
13790 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13791 *bar"'"
13792 * Revert "staging: brcm80211: Fix URLs for firmware files."
13793 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13794 * Revert "staging: brcm80211: Add contact info to TODO list."
13795 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13796 * Export dump_{write,seek} to binary loader modules
13797 * rebase to v2.6.36-rc8.
13798
13799 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13800
13801 linux (2.6.36-0.4) natty; urgency=low
13802
13803 [ Andy Whitcroft ]
13804
13805 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13806 (fixes FTBS on powerpc)
13807
13808 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13809
13810 linux (2.6.36-0.3) natty; urgency=low
13811
13812 [ Andy Whitcroft ]
13813
13814 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13815
13816 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13817
13818 linux (2.6.36-0.2) natty; urgency=low
13819
13820 [ Andy Whitcroft ]
13821
13822 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13823 (fix FTBS on powerpc)
13824
13825 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13826
13827 linux (2.6.36-0.1) natty; urgency=low
13828
13829 [ Andy Whitcroft ]
13830
13831 * reduce disk usage during buildd builds
13832 - LP: #645653
13833 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13834 * [Config] armel -- drop omap flavour
13835
13836 [ Tim Gardner ]
13837
13838 * Added dropped patch list
13839 * more dropped patches
13840 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13841 * [Config] Add support for cross compiling armel
13842 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13843 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13844 * [Config]: updateconfigs after adding brcm80211
13845 * staging: brcm80211: Fix Makefile syntax error
13846 * rebased to v2.6.36-rc7
13847
13848 [ Upstream Kernel Changes ]
13849
13850 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13851 * (upstream) IPS driver: verify BIOS provided limits
13852 * intel_ips: Print MCP limit exceeded values.
13853 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13854 LAN driver.
13855 * staging: brcm80211: Fix some initialisation failure paths
13856 * staging: brcm80211: Add contact info to TODO list.
13857 * staging: brcm80211: use '%pM' format to print MAC address
13858 * staging: brcm80211: Fix URLs for firmware files.
13859 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13860 * staging: brcm80211: fix "ERROR: open brace '{' following function
13861 dec..."
13862 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13863 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13864 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13865 line"
13866 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13867 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13868 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13869 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13870 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13871 parenthesis"
13872 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13873 while loop"
13874 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13875 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13876 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13877 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13878 bracket"
13879 * staging: brcm80211: fix "ERROR: space required after that close brace"
13880 * staging: brcm80211: fix "ERROR: space required after that ..."
13881 * staging: brcm80211: fix "ERROR: space required before that ..."
13882 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13883 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13884 * staging: brcm80211: fix "ERROR: trailing whitespace."
13885 * staging: brcm80211: fix remaining checkpatch errors.
13886 * staging: brcm80211: use native ctype library
13887 * staging: brcm80211: use string native library
13888 * staging: brcm80211: add fullmac driver
13889 * Staging: brcm80211: clean up makefile cflag lines
13890 * Staging: brcm80211: remove driver specific -W options
13891 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13892 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13893 mutually exclusive.
13894
13895 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13896
13897 linux (2.6.35-22.33) maverick; urgency=low
13898
13899 [ Andy Whitcroft ]
13900
13901 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13902 Dell E2 series Laptops"
13903 - LP: #641320
13904
13905 [ Brian Rogers ]
13906
13907 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13908 - LP: #624701
13909
13910 [ Christopher James Halse Rogers ]
13911
13912 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13913 - LP: #544088, #546393
13914 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13915 - LP: #546393
13916
13917 [ John Johansen ]
13918
13919 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13920 kernels"
13921 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13922 - LP: #639758
13923
13924 [ Mathieu J. Poirier ]
13925
13926 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13927
13928 [ Upstream Kernel Changes ]
13929
13930 * ALSA: HDA: Enable internal speaker on Dell M101z
13931 - LP: #640254
13932
13933 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13934
13935 linux (2.6.35-22.32) maverick; urgency=low
13936
13937 [ Arjan van de Ven ]
13938
13939 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13940
13941 [ David Henningsson ]
13942
13943 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13944 - LP: #605047, #628961
13945
13946 [ John Johansen ]
13947
13948 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13949 and profile names
13950 - LP: #615947
13951 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13952 - LP: #615947
13953 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13954 - LP: #639758
13955 * SAUCE: Improve Amazon EBS performance for EC2
13956 - LP: #634316
13957
13958 [ Leann Ogasawara ]
13959
13960 * Revert "SAUCE: i915 KMS -- blacklist i855"
13961 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13962 * Revert "SAUCE: i915 KMS -- blacklist i830"
13963 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13964 devices"
13965 * execute module-inclusion within a subshell
13966 - LP: #621175
13967
13968 [ Upstream Kernel Changes ]
13969
13970 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13971 - LP: #633227
13972 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13973 - LP: #629711
13974 * (pre-stable) mm: Move vma_stack_continue into mm.h
13975 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13976 - LP: #601073
13977 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13978 * PM / Runtime: Add runtime PM statistics (v3)
13979 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13980 - CVE-2010-3081
13981 * x86-64, compat: Test %rax for the syscall number, not %eax
13982 - CVE-2010-3301
13983 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13984 - CVE-2010-3301
13985
13986 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13987
13988 linux (2.6.35-21.31) maverick; urgency=low
13989
13990 [ Andy Whitcroft ]
13991
13992 * bodge linux-libc-dev package version due to ti-omap4 error
13993 * linux-libc-dev -- ensure we can only build this on debian.master
13994
13995 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
13996
13997 linux (2.6.35-21.30) maverick; urgency=low
13998
13999 [ Andy Whitcroft ]
14000
14001 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14002 - LP: #614008
14003
14004 [ Daniel Lezcano ]
14005
14006 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
14007
14008 [ Henrik Rydberg ]
14009
14010 * SAUCE: Input: wacom - add fuzz parameters to features
14011 * SAUCE: Input: wacom - collect device quirks into single function
14012 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
14013 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
14014 * SAUCE: hid: ntrig: Remove unused device ids
14015 * SAUCE: hid: ntrig: remove sysfs nodes
14016 * SAUCE: hid: ntrig: Correct logic for quirks
14017 * SAUCE: hid: ntrig: zero-initialize ntrig struct
14018 * SAUCE: hid: ntrig: Setup input filtering manually
14019 * SAUCE: hid: ntrig: New ghost-filtering event logic
14020
14021 [ Leann Ogasawara ]
14022
14023 * SAUCE: ndiswrapper: Initialize buffer index and check its value
14024 - LP: #613796
14025
14026 [ Manoj Iyer ]
14027
14028 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
14029 series Laptops
14030 - LP: #632884
14031
14032 [ Ping Cheng ]
14033
14034 * SAUCE: Input: wacom - parse the Bamboo device family
14035
14036 [ Rafi Rubin ]
14037
14038 * SAUCE: hid: ntrig: identify firmware version (wiggled)
14039
14040 [ Tim Gardner ]
14041
14042 * [Config] CONFIG_NL80211_TESTMODE=n
14043
14044 [ Upstream Kernel Changes ]
14045
14046 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
14047 * e1000e: initial support for 82579 LOMs
14048 * e1000e: correct MAC-PHY interconnect register offset for 82579
14049 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
14050 tested on HP G60
14051 - LP: #587388
14052 * DSS2: Don't power off a panel twice
14053 - LP: #588243
14054 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
14055 * Input: i8042 - reset keyboard controller wehen resuming from S2R
14056 - LP: #86820
14057 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
14058 - LP: #414795
14059 * agp/intel: Support the extended physical addressing bits on
14060 Sandybridge.
14061 - LP: #632488
14062 * drm/i915,intel_agp: Add support for Sandybridge D0
14063 - LP: #632488
14064 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
14065 - LP: #632488
14066 * mmc: omap: fix for bus width which improves SD card's peformance.
14067
14068 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
14069
14070 linux (2.6.35-20.29) maverick; urgency=low
14071
14072 [ Andy Whitcroft ]
14073
14074 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
14075 - LP: #563277
14076 * SAUCE: i915 KMS -- blacklist i830
14077 - LP: #542208, #563277
14078 * SAUCE: i915 KMS -- blacklist i845g
14079 - LP: #541492, #563277
14080 * SAUCE: i915 KMS -- blacklist i855
14081 - LP: #511001, #541511, #563277
14082
14083 [ Leann Ogasawara ]
14084
14085 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
14086 - LP: #601073
14087 * ARM: Temporarily disable module check for armel
14088 * rebase to v2.6.35.4
14089 * [Config] update configs following rebase to v2.6.35.4
14090
14091 [ Ricardo Salveti de Araujo ]
14092
14093 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
14094 in Omap
14095
14096 [ Tim Gardner ]
14097
14098 * [Config] Added be2net, be2scsi to udebs
14099 - LP: #628776
14100
14101 [ Upstream Kernel Changes ]
14102
14103 * x86, cpu: Package Level Thermal Control, Power Limit Notification
14104 definitions
14105 - LP: #601073
14106 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
14107 - LP: #601073
14108 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
14109 - LP: #601073
14110 * x86, hwmon: Package Level Thermal/Power: power limit
14111 - LP: #601073
14112 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
14113 - LP: #601073
14114 * hid: 3m: Adjust to sequential MT HID protocol
14115 * hid: 3m: Convert to MT slots
14116 * hid: 3m: Correct touchscreen emulation
14117 * hid: 3m: Adjust major / minor axes to scale
14118 * input: bcm5974: Adjust major / minor to scale
14119 * HID: magicmouse: don't allow hidinput to initialize the device
14120 * HID: magicmouse: simplify multitouch feature request
14121 * HID: magicmouse: simplify touch data bit manipulation
14122 * HID: magicmouse: simplify touch down logic
14123 * HID: magicmouse: remove timestamp logic
14124 * HID: magicmouse: enable Magic Trackpad support
14125 * HID: magicmouse: Adjust major / minor axes to scale
14126 * mmc: fix all hangs related to mmc/sd card insert/removal during
14127 suspend/resume
14128 - LP: #477106
14129 * drm/i915: fix VGA plane disable for Ironlake+
14130 - LP: #602281
14131
14132 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
14133
14134 linux (2.6.35-19.28) maverick; urgency=low
14135
14136 [ Leann Ogasawara ]
14137
14138 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
14139 from the archive and a no-change rebuild was attempted. However, the ABI
14140 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
14141 up the ABI and re-upload.
14142
14143 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
14144
14145 linux (2.6.35-19.27) maverick; urgency=low
14146
14147 [ Leann Ogasawara ]
14148
14149 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
14150 from the archive.
14151
14152 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
14153
14154 linux (2.6.35-19.26) maverick; urgency=low
14155
14156 [ Upstream Kernel Changes ]
14157
14158 * ARM: OMAP: Beagle: revision detection
14159 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
14160 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
14161
14162 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
14163
14164 linux (2.6.35-19.25) maverick; urgency=low
14165
14166 [ Jarod Wilson ]
14167
14168 * SAUCE: Bring in staging/lirc from 2.6.36
14169 - LP: #609234
14170 * SAUCE: Update ir-core to linuxtv/other which should be merged for
14171 2.6.36.
14172 - LP: #609234
14173 * SAUCE: Fix memleaks in imon and mceusb drivers
14174 - LP: #609234
14175 * SAUCE: Bring in streamzap support from linuxtv/other
14176 - LP: #609234
14177
14178 [ Mario Limonciello ]
14179
14180 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
14181 - LP: #609234
14182
14183 [ Mathieu J. Poirier ]
14184
14185 * SAUCE: ARM: adding i2c eeprom driver to read EDID
14186 - LP: #608279
14187
14188 [ Upstream Kernel Changes ]
14189
14190 * intel_idle: disable module support
14191 - LP: #615265
14192 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
14193 correct codec ID
14194 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
14195 - LP: #605101
14196 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
14197 - LP: #495134
14198 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
14199 - LP: #519066
14200 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
14201 - LP: #519066
14202 * input: mt: Initialize slots to unused (rev2)
14203 * input: mt: Add support for the Bamboo Touch trackpad
14204 * hid: Add a hid quirk for input sync override
14205
14206 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
14207
14208 linux (2.6.35-18.24) maverick; urgency=low
14209
14210 [ Colin Watson ]
14211
14212 * Pass DEB_MAINT_PARAMS to hook scripts
14213
14214 [ Leann Ogasawara ]
14215
14216 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
14217 - LP: #584812
14218 * rebase to v2.6.35.3
14219
14220 [ Upstream Kernel Changes ]
14221
14222 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
14223 - LP: #609234
14224 * can: add limit for nframes and clean up signed/unsigned variables
14225 - CVE-2010-2959
14226 * drm: Initialize ioctl struct when no user data is present
14227 - CVE-2010-2803
14228 * ARM: initial stack protector (-fstack-protector) support
14229 * ARM: stack protector: change the canary value per task
14230 * [ARM] implement arch_randomize_brk()
14231 * [ARM] add address randomization to mmap()
14232 * ARM: fix ASLR of PIE executables
14233
14234 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
14235
14236 linux (2.6.35-17.23) maverick; urgency=low
14237
14238 [ Jeremy Kerr ]
14239
14240 * [Config] build-in uinput module
14241 - LP: #584812
14242
14243 [ Leann Ogasawara ]
14244
14245 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
14246 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
14247 * Revert "[Config] [FTBS] sparc: Temporarily disable
14248 CONFIG_MTD_NAND_DENALI"
14249 * Revert "[Config] [FTBS] sparc: Temporarily disable
14250 CONFIG_MFD_JANZ_CMODIO"
14251 * Revert "[Config] [FTBS] sparc: Temporarily disable
14252 CONFIG_INFINIBAND_QIB"
14253 * [Config] Enable INTEL_IPS
14254 - LP: #601057
14255 * Remove ia64 support
14256 * [Config] Update portsconfigs after removing ia64 support
14257 * Remove sparc support
14258 * [Config] Update portsconfigs after removing sparc support
14259
14260 [ Linus Torvalds ]
14261
14262 * (pre-stable) mm: fix page table unmap for stack guard page properly
14263
14264 [ Mathieu J. Poirier ]
14265
14266 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
14267 - LP: #591941
14268
14269 [ Upstream Kernel Changes ]
14270
14271 * timer: add on-stack deferrable timer interfaces
14272 - LP: #601057
14273 * x86 platform driver: intelligent power sharing driver
14274 - LP: #601057
14275 * IPS driver: add GPU busy and turbo checking
14276 - LP: #601057
14277 * X86: intel_ips, check for kzalloc properly
14278 - LP: #601057
14279 * ips driver: make it less chatty
14280 - LP: #601057
14281
14282 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
14283
14284 linux (2.6.35-16.22) maverick; urgency=low
14285
14286 [ Andy Whitcroft ]
14287
14288 * debian -- more agressivly clean up after depmod on purge
14289 - LP: #618591
14290
14291 [ Henrik Rydberg ]
14292
14293 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
14294
14295 [ Leann Ogasawara ]
14296
14297 * ubuntu: iscsitarget -- version 1.4.20.2
14298 * ubuntu: rtl8192se -- update to version 0017.0507.2010
14299 * rebase to v2.6.35.2
14300 * [Config] update configs following rebase to v2.6.35.2
14301 * [Config] update ports configs following rebase to v2.6.35.2
14302
14303 [ Luke Yelavich ]
14304
14305 * [Config] Enable new firewire stack on powerpc
14306
14307 [ Mathieu J. Poirier ]
14308
14309 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
14310 - LP: #608266
14311
14312 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
14313
14314 linux (2.6.35-15.21) maverick; urgency=low
14315
14316 [ Luke Yelavich ]
14317
14318 * [Config] CONFIG_SND_USB_UA101=m for all architectures
14319
14320 [ Upstream Kernel Changes ]
14321
14322 * Input: introduce MT event slots
14323 * Input: document the MT event slot protocol
14324 * (pre-stable) sched: Revert nohz_ratelimit() for now
14325 * (pre-stable) drm/radeon/kms: add missing copy from user
14326 - LP: #606081
14327
14328 [ Leann Ogasawara ]
14329
14330 * rebase to v2.6.35.1
14331
14332 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
14333
14334 linux (2.6.35-14.20) maverick; urgency=low
14335
14336 [ Andy Whitcroft ]
14337
14338 * update Vcs-Git to point to maverick repo
14339 * debian -- include the debian packaging in the -source package
14340 - LP: #608674
14341 * select debian source format 1.0
14342 * add support for building selected stages of kernel
14343 - LP: #603087
14344 * cleanup conditional dependancy handling
14345 - LP: #603087
14346
14347 [ Upstream Kernel Changes ]
14348
14349 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
14350 - LP: #582199, #586418, #588031
14351 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
14352 - LP: #582199, #586418, #588031
14353 * sched: Revert nohz_ratelimit() for now
14354
14355 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
14356
14357 linux (2.6.35-14.19) maverick; urgency=low
14358
14359 [ Leann Ogasawara ]
14360
14361 * rebase to v2.6.35
14362
14363 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
14364
14365 linux (2.6.35-13.18) maverick; urgency=low
14366
14367 [ Andy Whitcroft ]
14368
14369 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
14370 * SAUCE: add tracing for user initiated readahead requests
14371 * SAUCE: vt -- maintain bootloader screen mode and content until vt
14372 switch
14373 * SAUCE: vt -- allow grub to request automatic vt_handoff
14374 * SAUCE: fbcon -- fix race between open and removal of framebuffers
14375 * SAUCE: drm -- stop early access to drm devices
14376
14377 [ Bryan Wu ]
14378
14379 * CONFIG: compile in OTG driver and Transceiver driver
14380 - LP: #566645
14381 * remove OTG modules from modules list file
14382
14383 [ John Johansen ]
14384
14385 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
14386 - LP: #581525, #599450
14387 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
14388 * SAUCE: AppArmor 2.4 compatibility patch
14389 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
14390 * SAUCE: fix pv-ops for legacy Xen
14391 * SAUCE: blkfront: default to sd devices
14392 * [Config] Build in drivers required for Xen pv-ops
14393
14394 [ Leann Ogasawara ]
14395
14396 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
14397 size."
14398
14399 [ Lee Jones ]
14400
14401 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
14402 - LP: #608095
14403 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
14404 just revision
14405 - LP: #608095
14406 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
14407 - LP: #608095
14408 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
14409 - LP: #608095
14410
14411 [ Upstream Kernel Changes ]
14412
14413 * agp/intel: Use the correct mask to detect i830 aperture size.
14414 - LP: #597075
14415
14416 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
14417
14418 linux (2.6.35-12.17) maverick; urgency=low
14419
14420 [ Leann Ogasawara ]
14421
14422 * rebase to v2.6.35-rc6
14423 * [Config] update configs following rebase to v2.6.35-rc6
14424 * [Config] update ports configs following rebase to v2.6.35-rc6
14425 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
14426
14427 [ Leann Ogasawara ]
14428
14429 * rebase to v2.6.35-rc6
14430
14431 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
14432
14433 linux (2.6.35-11.16) maverick; urgency=low
14434
14435 [ Leann Ogasawara ]
14436
14437 * Bump ABI for new compiler update
14438
14439 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
14440
14441 linux (2.6.35-10.15) maverick; urgency=low
14442
14443 [ Leann Ogasawara ]
14444
14445 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
14446 device"
14447 * [Config] Enable CONFIG_M686=y
14448 - LP: #592495
14449
14450 [ Upstream Kernel Changes ]
14451
14452 * tracing: Add alignment to syscall metadata declarations
14453
14454 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
14455
14456 linux (2.6.35-9.14) maverick; urgency=low
14457
14458 [ Andy Whitcroft ]
14459
14460 * ubuntu: AUFS -- add BOM and automated update script
14461 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
14462
14463 [ John Johansen ]
14464
14465 * [Config] Enable DRBD as a module
14466
14467 [ Kees Cook ]
14468
14469 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
14470 - LP: #604407
14471
14472 [ Leann Ogasawara ]
14473
14474 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
14475 - LP: #606139
14476 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
14477 - LP: #606139
14478 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14479 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14480
14481 [ Lee Jones ]
14482
14483 * Stop ARM boards crashing when CUPS is loaded
14484 - LP: #601226
14485
14486 [ Upstream Kernel Changes ]
14487
14488 * perf probe: Support tracing an entry of array
14489 * perf probe: Support static and global variables
14490
14491 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
14492
14493 linux (2.6.35-8.13) maverick; urgency=low
14494
14495 [ Kees Cook ]
14496
14497 * SAUCE: Yama: check PTRACE using thread group leader
14498 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
14499 - LP: #603716
14500
14501 [ Leann Ogasawara ]
14502
14503 * rebase to v2.6.35-rc5
14504 * [Config] update configs following rebase to v2.6.35-rc5
14505
14506 [ Nicolas Pitre ]
14507
14508 * SAUCE: make ndiswrapper available on X86 only
14509
14510 [ Tim Gardner ]
14511
14512 * [Config] Added ums-cypress to udeb
14513 - LP: #576066
14514 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
14515 * [Config] CONFIG_NDISWRAPPER=m across all configs
14516
14517 [ Upstream Kernel Changes ]
14518
14519 * HID: magicmouse: report last touch up
14520 * rebase to 2.6.35-rc5
14521
14522 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
14523
14524 linux (2.6.35-7.12) maverick; urgency=low
14525
14526 [ Tim Gardner ]
14527
14528 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
14529 - LP: #597075
14530
14531 [ Upstream Kernel Changes ]
14532
14533 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
14534 (squashed)
14535
14536 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
14537
14538 linux (2.6.35-7.11) maverick; urgency=low
14539
14540 [ Tim Gardner ]
14541
14542 * [Config] CONFIG_X86_MRST=n
14543
14544 [ Upstream Kernel Changes ]
14545
14546 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
14547 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
14548 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
14549
14550 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
14551
14552 linux (2.6.35-7.10) maverick; urgency=low
14553
14554 [ Kees Cook ]
14555
14556 * SAUCE: security: create task_free security callback
14557 * SAUCE: Yama: add PTRACE exception tracking and interface
14558 * SAUCE: security: unconditionally chain to Yama LSM
14559 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
14560 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
14561 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
14562 * [Upstream] security: Yama LSM
14563 * [Config] Enable CONFIG_SECURITY_YAMA=y
14564
14565 [ Tim Gardner ]
14566
14567 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
14568
14569 [ Upstream Kernel Changes ]
14570
14571 * rebase to 2.6.35-rc4
14572
14573 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
14574
14575 linux (2.6.35-6.9) maverick; urgency=low
14576
14577 [ Tim Gardner ]
14578
14579 * [Upstream] direct_splice_actor() should not use pos in sd
14580 - LP: #588861
14581
14582 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
14583
14584 linux (2.6.35-6.8) maverick; urgency=low
14585
14586 [ Mathieu J. Poirier ]
14587
14588 * ARM: Adding regulator supply for vdds_sdi.
14589 - LP: #597904
14590
14591 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
14592
14593 linux (2.6.35-6.7) maverick; urgency=low
14594
14595 [ Alberto Milone ]
14596
14597 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
14598
14599 [ Chase Douglas ]
14600
14601 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
14602 of mouse
14603 * [Upstream] HID: magicmouse: disable and add module param for scroll
14604 acceleration
14605 * [Upstream] HID: magicmouse: properly account for scroll movement in
14606 state
14607 * [Upstream] HID: magicmouse: add param for scroll speed
14608 * [Upstream] HID: magicmouse: enable horizontal scrolling
14609
14610 [ Henrik Rydberg ]
14611
14612 * [Upstream] Input: evdev - convert to dynamic event buffer
14613 * [Upstream] Input: evdev - use driver hint to compute size of event
14614 buffer
14615 * [Upstream] Input: bcm5974 - set the average number of events per MT
14616 event packet
14617 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
14618 * [Upstream] Input: evdev - never leave the client buffer empty after
14619 write
14620
14621 [ John Johansen ]
14622
14623 * SAUCE: AppArmor: -- mainline 2010-06-23
14624 * SAUCE: AppArmor 2.4 compatibility patch
14625 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
14626
14627 [ Leann Ogasawara ]
14628
14629 * [Config] Enable CONFIG_INTR_REMAP=y
14630 - LP: #597091
14631 * [Config] Enable CONFIG_X86_X2APIC
14632 - LP: #597091
14633
14634 [ Mathieu J. Poirier ]
14635
14636 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
14637 - LP: #594382
14638
14639 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
14640
14641 linux (2.6.35-5.6) maverick; urgency=low
14642
14643 [ Amit Kucheria ]
14644
14645 * [Config] update omap flavour description
14646
14647 [ Andy Whitcroft ]
14648
14649 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
14650 - LP: #570500, #576274
14651 * SAUCE: add option to hand off all kernel parameters to init
14652 - LP: #586386
14653 * [Config] enable passing all kernel command line to init
14654 - LP: #586386
14655 * [Config] disable CONFIG_VMI
14656 - LP: #537601
14657 * [Config] enable CONFIG_IPV6_SIT_6RD
14658 - LP: #591869
14659 * [Config] enable CONFIG_VMWARE_BALOON as module
14660 - LP: #592039
14661
14662 [ Leann Ogasawara ]
14663
14664 * Revert "SAUCE: pm: Config option to disable handling of console during
14665 suspend/resume"
14666 - LP: #594885
14667 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
14668 * [Config] ports: enable passing all kernel command line to init
14669 - LP: #586386
14670 * [Config] Enable CONFIG_FB_VESA=y for x86
14671 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
14672 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
14673 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
14674 - LP: #493156
14675
14676 [ Mathieu Poirier ]
14677
14678 * ARM: Adding MosChip MCS7830 to nic-usb
14679 - LP: #584920
14680
14681 [ Upstream Kernel Changes ]
14682
14683 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
14684 * docbook: need xmldoclinks for all doc types
14685 * perf probe: Add kernel source path option
14686
14687 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
14688
14689 linux (2.6.35-4.5) maverick; urgency=low
14690
14691 [ Leann Ogasawara ]
14692
14693 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
14694 size (rev2)"
14695 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
14696 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
14697 (rev4)"
14698 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
14699 modules"
14700 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
14701 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
14702 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
14703
14704 [ Tim Gardner ]
14705
14706 * [Config] CONFIG_NFS_FSCACHE=y
14707 - LP: #440522
14708 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
14709 - LP: #440522
14710
14711 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
14712
14713 linux (2.6.35-3.4) maverick; urgency=low
14714
14715 [ Andy Whitcroft ]
14716
14717 * debian -- ensure the version number is clean
14718
14719 [ Henrik Rydberg ]
14720
14721 * [Upstream] Introduce MT event slots (rev 5)
14722 * [Upstream] Document the MT event slot protocol (rev5)
14723 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
14724 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
14725 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
14726 (rev2)
14727
14728 [ Leann Ogasawara ]
14729
14730 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
14731 * Revert "SAUCE: hostap: send events on data interface as well as master
14732 interface"
14733 * Revert "Fix webcam having USB ID 0ac8:303b"
14734 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
14735 * rebase to v2.6.35-rc3
14736
14737 [ Maxim Levitsky ]
14738
14739 * [Config] Enable new Smartmedia/xD translation layer
14740 - LP: #202490
14741
14742 [ Upstream Kernel Changes ]
14743
14744 * net: fix deliver_no_wcard regression on loopback device
14745
14746 [ Upstream changes ]
14747
14748 * rebased to v2.6.35-rc3
14749
14750 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
14751
14752 linux (2.6.35-2.3) maverick; urgency=low
14753
14754 [ Bryan Wu ]
14755
14756 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14757
14758 [ Leann Ogasawara ]
14759
14760 * [Config] armel: Enable CONFIG_BNX2=m
14761 * [Config] ports: Enable CONFIG_BNX2X=m
14762 * SAUCE: armel: define get_dma_ops to fix FTBS
14763
14764 [ Tim Gardner ]
14765
14766 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14767 are allocated queues
14768 - LP: #591416
14769
14770 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14771
14772 linux (2.6.35-2.2) maverick; urgency=low
14773
14774 [ Andy Whitcroft ]
14775
14776 * [Config] d-i: make armel configuration versatile flavour specific
14777 - LP: #588805
14778 * [Config] d-i: enable .udebs for omap flavour
14779 - LP: #588805
14780
14781 [ Kees Cook ]
14782
14783 * ptrace: limit scope to attach only (allow read)
14784 - LP: #589656
14785
14786 [ Leann Ogasawara ]
14787
14788 * rebase to v2.6.35-rc2
14789 * [Config] update configs following rebase to v2.6.35-rc2
14790 * [Config] update port configs following rebase to v2.6.35-rc2
14791
14792 [ Lee Jones ]
14793
14794 * Enable perf to be more helpful when perf_<version> does not exist.
14795 - LP: #570500
14796 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14797
14798 [ Tim Gardner ]
14799
14800 * [Config] Update bnx2 udeb firmware files
14801 - LP: #589304
14802
14803 [ Upstream changes ]
14804
14805 * rebased to v2.6.35-rc2
14806
14807 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14808
14809 linux (2.6.35-1.1) maverick; urgency=low
14810
14811 [ Andy Whitcroft ]
14812
14813 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14814 - LP: #587888
14815 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14816
14817 [ Leann Ogasawara ]
14818
14819 * rebase to v2.6.35-rc1
14820 * [Config] update configs following rebase to v2.6.35-rc1
14821 * [Config] update port configs following rebase to v2.6.35-rc1
14822 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14823 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14824 * SAUCE: ndiswrapper: convert multicast list to list_head
14825 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14826 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14827 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14828 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14829 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14830 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14831 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14832 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14833 * [Config] [FTBS] armel: Temporarily disable bnx2
14834 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14835 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14836 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14837 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14838 gpio_set_debounce
14839
14840 [ Upstream Kernel Changes ]
14841
14842 * of/usb: fix build error due to of_node pointer move
14843 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14844 * powerpc/fsl-booke: fix the case where we are not in the first page
14845 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14846 * powerpc/kexec: Add support for FSL-BookE
14847 * greth: Fix build after OF device conversions.
14848
14849 [ Upstream changes ]
14850
14851 * rebased to v2.6.35-rc1
14852
14853 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14854
14855 linux (2.6.35-1.0) UNRELEASED; urgency=low
14856
14857 [ Leann Ogasawara ]
14858
14859 * Null entry.
14860
14861 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14862
14863 linux (2.6.34-5.14) maverick; urgency=low
14864
14865 [ Tim Gardner ]
14866
14867 * [Config] Added module inclusion support
14868 * [Config] Added virtual flavour module inclusion list and d-i package
14869 definitions
14870
14871 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14872
14873 linux (2.6.34-5.13) maverick; urgency=low
14874
14875 [ Andy Whitcroft ]
14876
14877 * Revert "ubuntu: AUFS -- aufs2 20091209"
14878 * Revert "ubuntu: AUFS -- export various core functions
14879 (aufs2-standalone.patch)"
14880 * Revert "ubuntu: AUFS -- export various core functions
14881 (aufs2-base.patch)"
14882 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14883 - LP: #587888
14884 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14885 - LP: #587888
14886 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14887 - LP: #587888
14888 * [Config] AUFS -- enable aufs options
14889 - LP: #587888
14890
14891 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14892
14893 linux (2.6.34-5.12) maverick; urgency=low
14894
14895 [ Andy Whitcroft ]
14896
14897 * enforce -- ensure SYSFS compatibility is disabled
14898
14899 [ Chase Douglas ]
14900
14901 * build with libdw-dev for perf probe symbol support
14902 * maverick ftrace configuration changes
14903
14904 [ Kees Cook ]
14905
14906 * Revert "SAUCE: x86: brk away from exec rand area"
14907 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14908 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14909 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14910 - LP: #369978
14911 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14912 * SAUCE: x86: brk away from exec rand area
14913 - LP: #452175
14914 * SAUCE: ptrace: restrict ptrace scope to children
14915
14916 [ Leann Ogasawara ]
14917
14918 * Add new omap flavour to getabis
14919 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14920 - LP: #585490
14921 * build/modules: Temorarily add ignore.modules
14922 * ubuntu: iscsitarget -- version 1.4.20.1
14923
14924 [ Loïc Minier ]
14925
14926 * SAUCE: [um] Don't use nx_enabled under UML
14927 - LP: #524849
14928
14929 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14930
14931 linux (2.6.34-4.11) maverick; urgency=low
14932
14933 [ Amit Kucheria ]
14934
14935 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14936 * [Config] Add support for OMAP-mainline flavour
14937
14938 [ Andy Whitcroft ]
14939
14940 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14941 userspace
14942 - LP: #583733
14943
14944 [ Chase Douglas ]
14945
14946 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14947 are present"
14948 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14949 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14950 load detect pipe"
14951
14952 [ Kees Cook ]
14953
14954 * SAUCE: fs: block cross-uid sticky symlinks
14955 * SAUCE: fs: block hardlinks to non-accessible sources
14956
14957 [ Koen Kooi ]
14958
14959 * SAUCE: board-omap3-beagle: add DSS2 support
14960
14961 [ Leann Ogasawara ]
14962
14963 * Revert "staging/go7007 -- disable"
14964 * Revert "[Config] staging/winbond -- disable"
14965 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14966 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14967 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14968 controller"
14969 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14970 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14971 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14972 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14973 chipsets."
14974 * Revert "[Upstream] b43: Declare all possible firmware files."
14975 * Revert "add Breaks: against hardy lvm2"
14976 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14977 id on Vmware ESX Server"
14978 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14979 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14980 * [Config] Enable CONFIG_USB=y for armel and sparc
14981 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14982 * [Config] Enable CONFIG_RFKILL=y for ports
14983 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14984 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14985 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14986 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14987 * [Config] Enable CONFIG_LIBERTAS_MESH=y
14988 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
14989 * [Config] CONFIG_RT2800USB_UNKNOWN=y
14990 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
14991 * [Config] Enable CONFIG_CEPH_FS=m
14992 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
14993 * [Config] Enable CONFIG_EEEPC_WMI=m
14994 * [Config] Enable CONFIG_RT2800PCI=m
14995 * [Config] Enable CONFIG_SCSI_HPSA=m
14996 * [Config] Enable CONFIG_VHOST_NET=m
14997 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
14998 - LP: #582350
14999 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
15000 - LP: #579300
15001 * [Config] Enable CONFIG_PCIEASPM=y
15002 - LP: #333990
15003 * [Config] updateconfigs for OMAP flavour
15004
15005 [ Loïc Minier ]
15006
15007 * Enable perf tools on armel
15008
15009 [ Tim Gardner ]
15010
15011 * SAUCE: Updated ndiswrapper to 1.56
15012 - LP: #582555
15013 * [Config] Added virtual flavour
15014 * [Config] Remove support for sub-flavours
15015 * [Config] Removed amd64 preempt flavour
15016 * [Config] updateconfigs, updateportsconfigs after flavour munging
15017
15018 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
15019
15020 linux (2.6.34-3.10) maverick; urgency=low
15021
15022 [ Leann Ogasawara ]
15023
15024 * rebase to v2.6.34
15025
15026 [ Upstream changes ]
15027
15028 * rebased to v2.6.34
15029
15030 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
15031
15032 linux (2.6.34-2.9) maverick; urgency=low
15033
15034 [ Leann Ogasawara ]
15035
15036 * [Config] [FTBS] Disable comedi for armel
15037
15038 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
15039
15040 linux (2.6.34-2.8) maverick; urgency=low
15041
15042 [ Leann Ogasawara ]
15043
15044 * Drop lpia
15045 * [Config] [FTBS] disable KVM
15046 * [Config] [FTBS] disable ipr for armel
15047
15048 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
15049
15050 linux (2.6.34-2.7) maverick; urgency=low
15051
15052 [ Leann Ogasawara ]
15053
15054 * [Config] disable CONFIG_SCSI_IPR on powerpc
15055 * [Config] Remove 386 flavour per UDS discussion
15056
15057 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
15058
15059 linux (2.6.34-1.6) maverick; urgency=low
15060
15061 [ Chase Douglas ]
15062
15063 * enforce CONFIG_TMPFS_POSIX_ACL=y
15064 - LP: #575940
15065 * don't force module dependency checking
15066 - LP: #577029
15067
15068 [ Kees Cook ]
15069
15070 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
15071 - LP: #568844
15072
15073 [ Leann Ogasawara ]
15074
15075 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
15076 * rebase to v2.6.34-rc7
15077 * [Config] update configs following rebase to v2.6.34-rc7
15078 * [Config] update port configs following rebase to v2.6.34-rc7
15079 * Add btrfs to the udebs
15080
15081 [ Tim Gardner ]
15082
15083 * [Config] Add atl1c to nic-modules udeb
15084 - LP: #557130
15085
15086 [ Upstream changes ]
15087
15088 * rebased to v2.6.34-rc7
15089
15090 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
15091
15092 linux (2.6.34-1.5) UNRELEASED; urgency=low
15093
15094 [ Leann Ogasawara ]
15095
15096 * rebase to v2.6.34-rc6
15097 * [Config] update configs following rebase to v2.6.34-rc6
15098 * [Config] update port configs following rebase to v2.6.34-rc6
15099
15100 [ Upstream changes ]
15101
15102 * rebased to v2.6.34-rc6
15103
15104 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
15105
15106 linux (2.6.34-1.4) UNRELEASED; urgency=low
15107
15108 [ Leann Ogasawara ]
15109
15110 * rebase to v2.6.34-rc5
15111 * [Config] update ports configs following rebase to v2.6.34-rc5
15112
15113 [ Upstream changes ]
15114
15115 * rebased to v2.6.34-rc5
15116
15117 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
15118
15119 linux (2.6.34-1.3) UNRELEASED; urgency=low
15120
15121 [ Leann Ogasawara ]
15122
15123 * rebase to v2.6.34-rc4
15124 * [Config] update configs following rebase to v2.6.34-rc4
15125 * [Config] update port configs following rebase to v2.6.34-rc4
15126 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
15127
15128 [ Upstream changes ]
15129
15130 * rebased to v2.6.34-rc4
15131
15132 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
15133
15134 linux (2.6.34-1.2) UNRELEASED; urgency=low
15135
15136 [ Leann Ogasawara ]
15137
15138 * Temorarily disable building linux-doc
15139 * rebase to v2.6.34-rc3
15140 * [Config] update configs following rebase to v2.6.34-rc3
15141 * [Config] update port configs following rebase to v2.6.34-rc3
15142
15143 [ Upstream changes ]
15144
15145 * rebased to v2.6.34-rc3
15146
15147 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
15148
15149 linux (2.6.34-1.1) UNRELEASED; urgency=low
15150
15151 [ Leann Ogasawara ]
15152
15153 * rebase to v2.6.34-rc2
15154 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
15155 * [Config] update port configs following rebase to v2.6.34-rc2
15156 * [Config] update configs following rebase to v2.6.34-rc2
15157
15158 [ Upstream changes ]
15159
15160 * rebased to v2.6.34-rc2
15161
15162 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
15163
15164 linux (2.6.33-1.1) UNRELEASED; urgency=low
15165
15166 [ Leann Ogasawara ]
15167
15168 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
15169 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
15170 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
15171 * ubuntu: lirc -- rename kfifo_put and kfifo_get
15172 * ubuntu: iscsitarget -- rename daddr inet_sock field
15173 * rebased to v2.6.33
15174 * [Config] update configs following rebase to v2.6.33
15175 * [Config] update ports configs following rebase to v2.6.33
15176
15177 [ Upstream changes ]
15178
15179 * rebased to v2.6.33
15180
15181 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
15182
15183 linux (2.6.33-0.0) UNRELEASED; urgency=low
15184
15185 [ Leann Ogasawara ]
15186
15187 * Null entry.
15188
15189 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
15190
15191 linux (2.6.32-16.25) lucid; urgency=low
15192
15193 [ Andy Whitcroft ]
15194
15195 * linux-tools -- move to Suggests: with explicit seeding
15196 - LP: #534635
15197
15198 [ Tim Gardner ]
15199
15200 * [Config] CONFIG_HID=m
15201
15202 [ Upstream Kernel Changes ]
15203
15204 * (pre-stable) sched: Fix SMT scheduler regression in
15205 find_busiest_queue()
15206 * KVM: introduce kvm_vcpu_on_spin
15207 * KVM: VMX: Add support for Pause-Loop Exiting
15208
15209 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
15210
15211 linux (2.6.32-16.24) lucid; urgency=low
15212
15213 [ Andy Whitcroft ]
15214
15215 * armel -- perf userspace does not support arm
15216 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
15217
15218 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
15219
15220 linux (2.6.32-16.23) lucid; urgency=low
15221
15222 [ Andy Whitcroft ]
15223
15224 * SAUCE: PM report driver and device suspend/resume times -- move config
15225 * update to standards version 3.8.4.0
15226 * printenv -- expose all of the package selectors
15227 * source package -- cleanup source content control
15228 * doc package -- ensure we do build package content on buildd
15229 * lintian -- correct the address in the debian/copyright
15230 * lintian -- update debhelper package version dependancy
15231 * lintian -- fix ghostscript dependancy
15232 * lintian -- add required misc:Depends
15233 * lintian -- move our debhelper compat level to debian/compat
15234 * perf -- build the kernel carried tools
15235 * perf -- add linux-tools carrying the version switches and manuals
15236 * SAUCE: fix up Kconfig for staging drivers
15237 * [Config] enable NOUVEAU etc following drm backport
15238 * update DRM to mainline v2.6.33
15239 * [Config] Remove AppArmor config options that no longer exist (ports)
15240 * [Config] updateportsconfigs following drm update
15241
15242 [ John Johansen ]
15243
15244 * ubuntu: AppArmor -- update to mainline 2010-03-04
15245 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
15246 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
15247 * [Config] Remove AppArmor config options that no longer exist
15248
15249 [ Manoj Iyer ]
15250
15251 * ubuntu: rtl8192se -- version 2010-0115,0014
15252 - LP: #530275
15253 * [Config] added CONFIG_RTL8192SE module.
15254 - LP: #530275
15255
15256 [ Tim Gardner ]
15257
15258 * [Config] Added vmw_pvscsi to d-i/scsi-modules
15259 - LP: #531017
15260 * [Upstream] netfilter: xt_recent: Add an entry reaper
15261
15262 [ Upstream Kernel Changes ]
15263
15264 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
15265 emulation"
15266 * Revert "KVM: x86 emulator: Fix popf emulation"
15267 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
15268 emulation"
15269 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
15270 * Revert "KVM: fix memory access during x86 emulation."
15271 * Add vlan (8021.Q) module package for d-i.
15272 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15273 Inspiron 700m
15274 - LP: #515246
15275 * [Upstream] docbook: need xmldoclinks for all doc types
15276 * x86: set_personality_ia32() misses force_personality32
15277 * lib: Introduce generic list_sort function
15278 * drm/nv50: Implement ctxprog/state generation.
15279 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
15280 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15281 Inspiron 700m
15282 - LP: #515246
15283
15284 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
15285
15286 linux (2.6.32-15.22) lucid; urgency=low
15287
15288 [ Andy Whitcroft ]
15289
15290 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
15291 * Revert "SAUCE: PM report driver and device suspend/resume times."
15292 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
15293
15294 [ Manoj Iyer ]
15295
15296 * SAUCE: PM report driver and device suspend/resume times.
15297
15298 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
15299
15300 linux (2.6.32-15.21) lucid; urgency=low
15301
15302 [ Andy Whitcroft ]
15303
15304 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
15305 * Revert "[Config] lenovo-sl-laptop -- enable"
15306 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
15307 * armel -- cramfs module will no longer be built
15308 * d-i -- make all modules optional
15309 * rename the debug packages to match archive standard
15310 - LP: #527837
15311 * lenovo-sl-laptop is no longer built
15312
15313 [ Colin Ian King ]
15314
15315 * Disable 4MB page tables for Atom, work around errata AAE44
15316 - LP: #523112
15317
15318 [ Colin Watson ]
15319
15320 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
15321 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
15322
15323 [ Jesse Barnes ]
15324
15325 * SAUCE: drm/i915: don't change DRM configuration when releasing load
15326 detect pipe
15327 - LP: #488328
15328
15329 [ Loïc Minier ]
15330
15331 * [Config] armel Update versatile initrd configs
15332 - LP: #524893
15333 * SAUCE: [um] Don't use nx_enabled under UML
15334 - LP: #524849
15335
15336 [ Manoj Iyer ]
15337
15338 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
15339
15340 [ Mario Limonciello ]
15341
15342 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
15343
15344 [ Rafael J. Wysocki ]
15345
15346 * SAUCE: PM report driver and device suspend/resume times.
15347
15348 [ Surbhi Palande ]
15349
15350 * Revert "[Upstream] e1000e: enhance frame fragment detection"
15351 - CVE-2009-4538
15352 * Revert "[Upstream] e1000: enhance frame fragment detection"
15353 - CVE-2009-4536
15354
15355 [ Tim Gardner ]
15356
15357 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
15358 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
15359 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
15360
15361 [ Upstream Kernel Changes ]
15362
15363 * Revert "(pre-stable) eCryptfs: Add getattr function"
15364 * Fix potential crash with sys_move_pages
15365 * futex_lock_pi() key refcnt fix
15366 * futex: Handle user space corruption gracefully
15367 * futex: Handle futex value corruption gracefully
15368 * Fix race in tty_fasync() properly
15369 * hwmon: (w83781d) Request I/O ports individually for probing
15370 * hwmon: (lm78) Request I/O ports individually for probing
15371 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
15372 * ALSA: ctxfi - fix PTP address initialization
15373 * drm/i915: disable hotplug detect before Ironlake CRT detect
15374 * drm/i915: enable self-refresh on 965
15375 * drm/i915: Disable SR when more than one pipe is enabled
15376 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
15377 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
15378 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
15379 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
15380 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
15381 * i2c-tiny-usb: Fix on big-endian systems
15382 * drm/i915: handle FBC and self-refresh better
15383 * drm/i915: Increase fb alignment to 64k
15384 * drm/i915: Update write_domains on active list after flush.
15385 * regulator: Fix display of null constraints for regulators
15386 * ALSA: hda-intel: Avoid divide by zero crash
15387 * CPUFREQ: Fix use after free of struct powernow_k8_data
15388 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
15389 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
15390 * ioat: fix infinite timeout checking in ioat2_quiesce
15391 * resource: add helpers for fetching rlimits
15392 * fs/exec.c: restrict initial stack space expansion to rlimit
15393 * cifs: fix length calculation for converted unicode readdir names
15394 * NFS: Fix a reference leak in nfs_wb_cancel_page()
15395 * NFS: Try to commit unstable writes in nfs_release_page()
15396 * NFSv4: Don't allow posix locking against servers that don't support it
15397 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
15398 * NFS: Fix an Oops when truncating a file
15399 * NFS: Fix a umount race
15400 * NFS: Fix a bug in nfs_fscache_release_page()
15401 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
15402 * md: fix 'degraded' calculation when starting a reshape.
15403 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
15404 * Export the symbol of getboottime and mmonotonic_to_bootbased
15405 * kvmclock: count total_sleep_time when updating guest clock
15406 * KVM: PIT: control word is write-only
15407 * tpm_infineon: fix suspend/resume handler for pnp_driver
15408 * amd64_edac: Do not falsely trigger kerneloops
15409 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
15410 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
15411 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
15412 * netfilter: xtables: compat out of scope fix
15413 * netfilter: nf_conntrack: fix hash resizing with namespaces
15414 * drm/i915: remove full registers dump debug
15415 * drm/i915: add i915_lp_ring_sync helper
15416 * drm/i915: Don't wait interruptible for possible plane buffer flush
15417 * dasd: remove strings from s390dbf
15418 * crypto: padlock-sha - Add import/export support
15419 * wmi: Free the allocated acpi objects through wmi_get_event_data
15420 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
15421 * /dev/mem: introduce size_inside_page()
15422 * devmem: check vmalloc address on kmem read/write
15423 * devmem: fix kmem write bug on memory holes
15424 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
15425 of value 0.
15426 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
15427 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
15428 * dst: call cond_resched() in dst_gc_task()
15429 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
15430 * befs: fix leak
15431 * rtc-fm3130: add missing braces
15432 * Call flush_dcache_page after PIO data transfers in libata-sff.c
15433 * ahci: add Acer G725 to broken suspend list
15434 * pktgen: Fix freezing problem
15435 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
15436 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
15437 * x86: Re-get cfg_new in case reuse/move irq_desc
15438 * Staging: fix rtl8187se compilation errors with mac80211
15439 * ALSA: usb-audio - Avoid Oops after disconnect
15440 * serial: 8250: add serial transmitter fully empty test
15441 * sysfs: sysfs_sd_setattr set iattrs unconditionally
15442 * class: Free the class private data in class_release
15443 * USB: usbfs: only copy the actual data received
15444 * USB: usbfs: properly clean up the as structure on error paths
15445 * rtl8187: Add new device ID
15446 * ACPI: Add NULL pointer check in acpi_bus_start
15447 * ACPI: fix High cpu temperature with 2.6.32
15448 * drm/radeon/kms: use udelay for short delays
15449 * NFS: Too many GETATTR and ACCESS calls after direct I/O
15450 * eCryptfs: Add getattr function
15451 * b43: Fix throughput regression
15452 * ath9k: Fix sequence numbers for PAE frames
15453 * mac80211: Fix probe request filtering in IBSS mode
15454 * iwlwifi: Fix to set correct ht configuration
15455 * dm stripe: avoid divide by zero with invalid stripe count
15456 * dm log: userspace fix overhead_size calcuations
15457 * Linux 2.6.32.9
15458 * sfc: Fix SFE4002 initialisation
15459 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
15460 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
15461 * (pre-stable) HID: handle joysticks with large number of buttons
15462 - LP: #492056
15463 * (pre-stable) HID: extend mask for BUTTON usage page
15464 - LP: #492056
15465 * PM: Measure device suspend and resume times
15466 * e1000: enhance frame fragment detection
15467 - CVE-2009-4536
15468 * e1000e: enhance frame fragment detection
15469 - CVE-2009-4538
15470 * KVM: fix memory access during x86 emulation.
15471 - CVE-2010-0306
15472 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
15473 - CVE-2010-0306
15474 * KVM: x86 emulator: Check IOPL level during io instruction emulation
15475 - CVE-2010-0306
15476 * KVM: x86 emulator: Fix popf emulation
15477 - CVE-2010-0306
15478 * KVM: x86 emulator: Check CPL level during privilege instruction
15479 emulation
15480 - CVE-2010-0306
15481 * Input: wacom - ensure the device is initialized properly upon resume
15482 * Input: wacom - add defines for packet lengths of various devices
15483 * Input: wacom - add support for new LCD tablets
15484 - LP: #516777
15485
15486 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
15487
15488 linux (2.6.32-14.20) lucid; urgency=low
15489
15490 [ Andy Whitcroft ]
15491
15492 * rebuild following the GCC update to match compiler for out of tree modules
15493 * Revert "[Config] drbd -- enable"
15494 * Revert "ubuntu: drbd -- version 8.3.1"
15495 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
15496 - LP: #510937
15497
15498 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
15499
15500 linux (2.6.32-14.19) lucid; urgency=low
15501
15502 [ Andy Whitcroft ]
15503
15504 * ensure we build the source package contents when enabled
15505 - LP: #522308
15506 * [Config] enable CONFIG_X86_MCE_XEON75XX
15507 * SAUCE: AppArmor -- add linux/kref.h for struct kref
15508 * [Config] enable CONFIG_HID_ORTEK
15509 * enable udeb generation for arm versatile flavour
15510 - LP: #522515
15511
15512 [ John Johansen ]
15513
15514 * ubuntu: AppArmor -- update to mainline 2010-02-18
15515 - LP: #439560, #496110, #507069
15516
15517 [ Johnathon Harris ]
15518
15519 * SAUCE: HID: add support for Ortek WKB-2000
15520 - LP: #405390
15521
15522 [ Upstream Kernel Changes ]
15523
15524 * tpm_tis: TPM_STS_DATA_EXPECT workaround
15525 - LP: #490487
15526 * x86, mce: Xeon75xx specific interface to get corrected memory error
15527 information
15528 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
15529 * x86, mce: Make xeon75xx memory driver dependent on PCI
15530 * drm/edid: Unify detailed block parsing between base and extension
15531 blocks
15532 - LP: #500999
15533 * (pre-stable) eCryptfs: Add getattr function
15534 - LP: #390833
15535
15536 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
15537
15538 linux (2.6.32-13.18) lucid; urgency=low
15539
15540 [ Andy Whitcroft ]
15541
15542 * Revert "enforcer -- make the enforcement configuration common"
15543 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
15544 (Dell E6x00 series)"
15545 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
15546 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
15547 0755"
15548 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
15549 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
15550 * Revert "SAUCE: make fc transport removal of target configurable"
15551 * enforcer -- make the enforcement configuration common
15552 * getabis -- add preempt flavour to the list
15553 * [Config] enforce DEVTMPFS options
15554 * [Config] armel -- cleanup to-be builtin modules
15555 * [Config] cleanup ports configs
15556 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
15557 - LP: #485536
15558 * add printdebian target to find branch target
15559 * distclean -- do not remove debian.env
15560 * [Config] generic-pae switch to M586TSC
15561 - LP: #519448
15562 * git-ubuntu-log -- commonise duplicated log handling
15563 * git-ubuntu-log -- tighten up Bug: NNNN matching
15564 * git-ubuntu-log -- sort the bug numbers
15565
15566 [ Chris Wilson ]
15567
15568 * (pre-stable) drm/i915: Increase fb alignment to 64k
15569 - LP: #404064
15570
15571 [ Eric Miao ]
15572
15573 * arm -- enable ubuntu/ directory
15574
15575 [ Huang Ying ]
15576
15577 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
15578 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
15579
15580 [ Loïc Minier ]
15581
15582 * [Config] cleanup preempt configuration
15583 * [Config] versatile: Fix video output
15584 - LP: #517594
15585 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
15586 * [Config] Large update to armel/versatile
15587 * [Config] versatile: Add RTC support
15588 * [Config] armel: Enable NEON
15589 * [Config] versatile: Builtin MMC support
15590 * [Config] versatile Builtin SCSI controller
15591 * [Config] armel Disable dma_cache_sync callers
15592 * [Config] armel Disable asm/time.h users
15593 * [Config] armel Disable out of range udelay()
15594 * [Config] armel Disable flush_cache_range() users
15595 * [Config] armel -- Enable ubuntu/ drivers
15596
15597 [ Steve Conklin ]
15598
15599 * SAUCE: drm/i915: Add display hotplug event on Ironlake
15600 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
15601
15602 [ Upstream Kernel Changes ]
15603
15604 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
15605 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
15606 in IRQ handler""
15607 * clockevent: Don't remove broadcast device when cpu is dead
15608 * clockevents: Add missing include to pacify sparse
15609 * ACPI: don't cond_resched if irq is disabled
15610 * be2net: Add support for next generation of BladeEngine device.
15611 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
15612 * mpt2sas: New device SAS2208 support is added
15613 * ar9170: Add support for D-Link DWA 160 A2
15614 * powerpc/fsl: Add PCI device ids for new QoirQ chips
15615 * davinci: dm646x: Add support for 3.x silicon revision
15616 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
15617 * Driver-Core: devtmpfs - set root directory mode to 0755
15618 * driver-core: fix devtmpfs crash on s390
15619 * vfs: get_sb_single() - do not pass options twice
15620 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
15621 * V4L/DVB (13569): smsusb: add autodetection support for five additional
15622 Hauppauge USB IDs
15623 * USB: mos7840: add device IDs for B&B electronics devices
15624 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
15625 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
15626 SubVendor ID: 0x1043 Device ID: 0x4847)
15627 * iTCO_wdt: Add support for Intel Ibex Peak
15628 * atl1c:use common_task instead of reset_task and link_chg_task
15629 * atl1e:disable NETIF_F_TSO6 for hardware limit
15630 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
15631 * V4L/DVB (13680b): DocBook/media: create links for included sources
15632 * netfilter: xtables: fix conntrack match v1 ipt-save output
15633 * partitions: read whole sector with EFI GPT header
15634 * partitions: use sector size for EFI GPT
15635 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
15636 * sched: Fix isolcpus boot option
15637 * sched: Fix missing sched tunable recalculation on cpu add/remove
15638 * nohz: Prevent clocksource wrapping during idle
15639 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
15640 * timers, init: Limit the number of per cpu calibration bootup messages
15641 * PCI: Always set prefetchable base/limit upper32 registers
15642 * iscsi class: modify handling of replacement timeout
15643 * NFS: Revert default r/wsize behavior
15644 * HID: fixup quirk for NCR devices
15645 * scsi_devinfo: update Hitachi entries (v2)
15646 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
15647 * scsi_transport_fc: remove invalid BUG_ON
15648 * lpfc: fix hang on SGI ia64 platform
15649 * libfc: fix typo in retry check on received PRLI
15650 * libfc: fix ddp in fc_fcp for 0 xid
15651 * fcoe: remove redundant checking of netdev->netdev_ops
15652 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
15653 * libfc: lport: fix minor documentation errors
15654 * libfc: don't WARN_ON in lport_timeout for RESET state
15655 * fcoe: initialize return value in fcoe_destroy
15656 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
15657 * libfc: fix memory corruption caused by double frees and bad error
15658 handling
15659 * libfc: fix free of fc_rport_priv with timer pending
15660 * libfc: remote port gets stuck in restart state without really
15661 restarting
15662 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
15663 * fcoe: Fix checking san mac address
15664 * fcoe: Fix getting san mac for VLAN interface
15665 * qlge: Remove explicit setting of PCI Dev CTL reg.
15666 * qlge: Set PCIE max read request size.
15667 * qlge: Don't fail open when port is not initialized.
15668 * qlge: Add handler for DCBX firmware event.
15669 * qlge: Bonding fix for mode 6.
15670 * PCI: AER: fix aer inject result in kernel oops
15671 * DMI: allow omitting ident strings in DMI tables
15672 * Input: i8042 - remove identification strings from DMI tables
15673 * Input: i8042 - add Gigabyte M1022M to the noloop list
15674 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
15675 * ALSA: hda - select IbexPeak handler for Calpella
15676 * ALSA: hda - Fix quirk for Maxdata obook4-1
15677 * ALSA: hda - Add missing Line-Out and PCM switches as slave
15678 * iTCO_wdt.c - cleanup chipset documentation
15679 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
15680 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
15681 * ahci: disable SNotification capability for ich8
15682 * ata_piix: fix MWDMA handling on PIIX3
15683 * md: fix small irregularity with start_ro module parameter
15684 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
15685 * cio: fix double free in case of probe failure
15686 * cio: dont panic in non-fatal conditions
15687 * netiucv: displayed TX bytes value much too high
15688 * ipc ns: fix memory leak (idr)
15689 * ALSA: hda - Fix HP T5735 automute
15690 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
15691 * UBI: fix memory leak in update path
15692 * UBI: initialise update marker
15693 * ASoC: fix a memory-leak in wm8903
15694 * mac80211: check that ieee80211_set_power_mgmt only handles STA
15695 interfaces.
15696 * cfg80211: fix channel setting for wext
15697 * KVM: S390: fix potential array overrun in intercept handling
15698 * KVM: only allow one gsi per fd
15699 * KVM: Fix race between APIC TMR and IRR
15700 * KVM: MMU: bail out pagewalk on kvm_read_guest error
15701 * KVM: x86: Fix host_mapping_level()
15702 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
15703 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
15704 * KVM: fix lock imbalance in kvm_*_irq_source_id()
15705 * KVM: only clear irq_source_id if irqchip is present
15706 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
15707 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
15708 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
15709 - LP: #516325
15710 * iwlwifi: Fix throughput stall issue in HT mode for 5000
15711 * fnctl: f_modown should call write_lock_irqsave/restore
15712 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
15713 CPUID drivers.
15714 * Linux 2.6.32.7
15715 * scsi_lib: Fix bug in completion of bidi commands
15716 * mptsas: Fix issue with chain pools allocation on katmai
15717 * mm: add new 'read_cache_page_gfp()' helper function
15718 * drm/i915: Selectively enable self-reclaim
15719 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
15720 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
15721 * x86: Set hotpluggable nodes in nodes_possible_map
15722 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
15723 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
15724 * zcrypt: Do not remove coprocessor for error 8/72
15725 * dasd: fix possible NULL pointer errors
15726 * ACPI: Add a generic API for _OSC -v2
15727 * ACPI: Add platform-wide _OSC support.
15728 * ACPI: fix OSC regression that caused aer and pciehp not to load
15729 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
15730 * UBI: fix volume creation input checking
15731 * e1000/e1000e: don't use small hardware rx buffers
15732 * drm/i915: Reload hangcheck timer too for Ironlake
15733 * Fix a leak in affs_fill_super()
15734 * Fix failure exits in bfs_fill_super()
15735 * fix oops in fs/9p late mount failure
15736 * fix leak in romfs_fill_super()
15737 * Fix remount races with symlink handling in affs
15738 * fix affs parse_options()
15739 * Fix failure exit in ipathfs
15740 * mm: fix migratetype bug which slowed swapping
15741 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
15742 NOMMU stack
15743 * Split 'flush_old_exec' into two functions
15744 * sparc: TIF_ABI_PENDING bit removal
15745 * x86: get rid of the insane TIF_ABI_PENDING bit
15746 * Input: winbond-cir - remove dmesg spam
15747 * x86: Disable HPET MSI on ATI SB700/SB800
15748 * iwlwifi: set default aggregation frame count limit to 31
15749 * drm/i915: only enable hotplug for detected outputs
15750 * firewire: core: add_descriptor size check
15751 * SECURITY: selinux, fix update_rlimit_cpu parameter
15752 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15753 * x86: Add Dell OptiPlex 760 reboot quirk
15754 - LP: #488319
15755 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15756 * x86/amd-iommu: Fix possible integer overflow
15757 * clocksource: fix compilation if no GENERIC_TIME
15758 * tcp: update the netstamp_needed counter when cloning sockets
15759 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15760 * net: restore ip source validation
15761 * af_packet: Don't use skb after dev_queue_xmit()
15762 * ax25: netrom: rose: Fix timer oopses
15763 * KVM: allow userspace to adjust kvmclock offset
15764 * oprofile/x86: add Xeon 7500 series support
15765 * oprofile/x86: fix crash when profiling more than 28 events
15766 * libata: retry link resume if necessary
15767 * mm: percpu-vmap fix RCU list walking
15768 * mm: purge fragmented percpu vmap blocks
15769 * block: fix bio_add_page for non trivial merge_bvec_fn case
15770 * Fix 'flush_old_exec()/setup_new_exec()' split
15771 * random: drop weird m_time/a_time manipulation
15772 * random: Remove unused inode variable
15773 * block: fix bugs in bio-integrity mempool usage
15774 * usb: r8a66597-hdc disable interrupts fix
15775 * connector: Delete buggy notification code.
15776 * be2net: Bug fix to support newer generation of BE ASIC
15777 * be2net: Fix memset() arg ordering.
15778 * mm: flush dcache before writing into page to avoid alias
15779 * mac80211: fix NULL pointer dereference when ftrace is enabled
15780 * imxfb: correct location of callbacks in suspend and resume
15781 * mx3fb: some debug and initialisation fixes
15782 * starfire: clean up properly if firmware loading fails
15783 * kernel/cred.c: use kmem_cache_free
15784 * uartlite: fix crash when using as console
15785 * pktcdvd: removing device does not remove its sysfs dir
15786 * ath9k: fix eeprom INI values override for 2GHz-only cards
15787 * ath9k: fix beacon slot/buffer leak
15788 * powerpc: TIF_ABI_PENDING bit removal
15789 * NET: fix oops at bootime in sysctl code
15790 * Linux 2.6.32.8
15791
15792 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15793
15794 linux (2.6.32-12.17) lucid; urgency=low
15795
15796 [ Andy Whitcroft ]
15797
15798 * restore linux-image prefix -- master
15799 * enforce -- we require SELINUX enabled -- master
15800 * enforce -- ensure APPARMOR is our default LSM -- master
15801 * make doc package completely optional -- master
15802 * make source package completely optional -- master
15803 * make linux-libc-dev completly optional -- master
15804 * convert package disable to a deps list -- master
15805 * allow common headers to switch from indep to arch -- master
15806 * convert binary package disable to a deps list -- master
15807 * add configuration option for a full source build tree -- master
15808 * add support for uImage kernels in package control scripts
15809 * getabis -- cleanup and parameterise repository list -- master
15810 * getabis -- move configuration to etc/getabi -- master
15811 * kernelconfig -- move configuration to etc -- master
15812 * rules -- make debian/debian.env master for branch name
15813 * set the current branch name -- master
15814 * pull back common debian.master files into debian -- master
15815 * enforcer -- make the enforcement configuration common
15816 * insert-changes -- correctly link to debian/rules in DROOT
15817
15818 [ Colin Watson ]
15819
15820 * future-proof ddeb handling against buildd changes
15821
15822 [ Eric Miao ]
15823
15824 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15825 X86
15826
15827 [ Loïc Minier ]
15828
15829 * Add modules.builtin.bin to prerm rm list
15830 - LP: #516584
15831
15832 [ Tim Gardner ]
15833
15834 * [Config] Implement the amd64 preempt flavour
15835
15836 [ Upstream Kernel Changes ]
15837
15838 * syslog: distinguish between /proc/kmsg and syscalls
15839 - LP: #515623
15840 * sfc: Fix polling for slow MCDI operations
15841 * sfc: Fix conditions for MDIO self-test
15842 * sfc: QT202x: Remove unreliable MMD check at initialisation
15843 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15844 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15845
15846 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15847
15848 linux (2.6.32-12.16) lucid; urgency=low
15849
15850 [ Andy Whitcroft ]
15851
15852 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15853 first use"
15854 * SAUCE: acpi battery -- move first lookup asynchronous
15855 - LP: #507211
15856 * [Config] update configs to cleanup generic configs
15857 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15858 * [Config] enable USER_NS
15859 - LP: #480739, #509808
15860
15861 [ Heiko Carstens ]
15862
15863 * (pre-stable) driver-core: fix devtmpfs crash on s390
15864 - LP: #512370
15865
15866 [ John Johansen ]
15867
15868 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15869 - LP: #494565
15870 * [Config] VIRTIO=y for server/virtual flavours
15871 - LP: #494565
15872
15873 [ Kay Sievers ]
15874
15875 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15876 - LP: #512370
15877
15878 [ Kees Cook ]
15879
15880 * SAUCE: x86: brk away from exec rand area
15881 - LP: #452175
15882
15883 [ Leann Ogasawara ]
15884
15885 * [Upstream] e1000: enhance frame fragment detection
15886 - CVE-2009-4536
15887 * [Upstream] e1000e: enhance frame fragment detection
15888 - CVE-2009-4538
15889
15890 [ Sebastian Kapfer ]
15891
15892 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15893 series)
15894 - LP: #296610
15895
15896 [ Upstream Kernel Changes ]
15897
15898 * inotify: do not reuse watch descriptors
15899 - LP: #485556
15900 * inotify: only warn once for inotify problems
15901 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15902 Framebuffer"
15903 * memcg: ensure list is empty at rmdir
15904 * drm/i915: remove loop in Ironlake interrupt handler
15905 * block: Fix incorrect reporting of partition alignment
15906 * x86, mce: Thermal monitoring depends on APIC being enabled
15907 * futexes: Remove rw parameter from get_futex_key()
15908 * page allocator: update NR_FREE_PAGES only when necessary
15909 * x86, apic: use physical mode for IBM summit platforms
15910 * edac: i5000_edac critical fix panic out of bounds
15911 * x86: SGI UV: Fix mapping of MMIO registers
15912 * mfd: WM835x GPIO direction register is not locked
15913 * mfd: Correct WM835x ISINK ramp time defines
15914 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15915 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15916 * reiserfs: truncate blocks not used by a write
15917 * HID: add device IDs for new model of Apple Wireless Keyboard
15918 * PCI/cardbus: Add a fixup hook and fix powerpc
15919 * Input: pmouse - move Sentelic probe down the list
15920 * asus-laptop: add Lenovo SL hotkey support
15921 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15922 * sparc64: Fix NMI programming when perf events are active.
15923 * sparc64: Fix Niagara2 perf event handling.
15924 * i2c: Do not use device name after device_unregister
15925 * i2c/pca: Don't use *_interruptible
15926 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15927 * sched: Fix task priority bug
15928 * vfs: Fix vmtruncate() regression
15929 * Linux 2.6.32.5
15930 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15931 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15932 * Staging: asus_oled: fix oops in 2.6.32.2
15933 * Staging: hv: fix smp problems in the hyperv core code
15934 * tty: fix race in tty_fasync
15935 * ecryptfs: use after free
15936 * ecryptfs: initialize private persistent file before dereferencing
15937 pointer
15938 * nozomi: quick fix for the close/close bug
15939 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15940 * usb: serial: fix memory leak in generic driver
15941 * USB: fix bitmask merge error
15942 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15943 * USB: EHCI: fix handling of unusual interrupt intervals
15944 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15945 * USB: add missing delay during remote wakeup
15946 * USB: add speed values for USB 3.0 and wireless controllers
15947 * ACPI: EC: Accelerate query execution
15948 * ACPI: EC: Add wait for irq storm
15949 * SCSI: enclosure: fix oops while iterating enclosure_status array
15950 * drm/i915: Read the response after issuing DDC bus switch command
15951 * drm/i915: try another possible DDC bus for the SDVO device with
15952 multiple outputs
15953 * block: bdev_stack_limits wrapper
15954 * DM: Fix device mapper topology stacking
15955 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15956 * USB: fix usbstorage for 2770:915d delivers no FAT
15957 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15958 * perf timechart: Use tid not pid for COMM change
15959 * perf events: Dont report side-band events on each cpu for
15960 per-task-per-cpu events
15961 * perf: Honour event state for aux stream data
15962 * Linux 2.6.32.6
15963
15964 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15965
15966 linux (2.6.32-11.15) lucid; urgency=low
15967
15968 [ Andy Whitcroft ]
15969
15970 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15971 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15972 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15973 boards"
15974 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15975 stale queues"
15976 * Revert "SAUCE: Fix nx_enable reporting"
15977 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15978 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15979 * SAUCE: i915 -- disable powersave by default
15980 - LP: #492392
15981
15982 [ Kees Cook ]
15983
15984 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15985 - LP: #369978
15986 * SAUCE: [x86] fix report of cs-limit nx-emulation
15987 - LP: #454285
15988 * SAUCE: Fix nx_enable reporting
15989 - LP: #454285
15990
15991 [ Tim Gardner ]
15992
15993 * [Upstream] b43: Declare all possible firmware files.
15994 - LP: #488636
15995 * [Config] updateconfigs after adding pvscsi
15996 - LP: #497156
15997 * [Config] CONFIG_BT=m
15998
15999 [ Upstream Kernel Changes ]
16000
16001 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
16002 for pre-Pentium"
16003 * SCSI: ipr: fix EEH recovery
16004 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
16005 * SCSI: st: fix mdata->page_order handling
16006 * SCSI: fc class: fix fc_transport_init error handling
16007 * sched: Fix task_hot() test order
16008 * x86, cpuid: Add "volatile" to asm in native_cpuid()
16009 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
16010 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
16011 * pata_hpt3x2n: fix clock turnaround
16012 * pata_cmd64x: fix overclocking of UDMA0-2 modes
16013 * ASoC: wm8974: fix a wrong bit definition
16014 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
16015 * ALSA: hda - Fix missing capsrc_nids for ALC88x
16016 * acerhdf: limit modalias matching to supported
16017 - LP: #435958
16018 * ACPI: EC: Fix MSI DMI detection
16019 * ACPI: Use the return result of ACPI lid notifier chain correctly
16020 * powerpc: Handle VSX alignment faults correctly in little-endian mode
16021 * ASoC: Do not write to invalid registers on the wm9712.
16022 * drm/radeon: fix build on 64-bit with some compilers.
16023 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
16024 * USB: option: support hi speed for modem Haier CE100
16025 * USB: Fix a bug on appledisplay.c regarding signedness
16026 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
16027 * Bluetooth: Prevent ill-timed autosuspend in USB driver
16028 * USB: rename usb_configure_device
16029 * USB: fix bugs in usb_(de)authorize_device
16030 * drivers/net/usb: Correct code taking the size of a pointer
16031 * x86: SGI UV: Fix writes to led registers on remote uv hubs
16032 * md: Fix unfortunate interaction with evms
16033 * dma: at_hdmac: correct incompatible type for argument 1 of
16034 'spin_lock_bh'
16035 * dma-debug: Do not add notifier when dma debugging is disabled.
16036 * dma-debug: Fix bug causing build warning
16037 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
16038 referrals
16039 * x86/amd-iommu: Fix initialization failure panic
16040 * ioat3: fix p-disabled q-continuation
16041 * ioat2,3: put channel hardware in known state at init
16042 * KVM: MMU: remove prefault from invlpg handler
16043 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
16044 * Libertas: fix buffer overflow in lbs_get_essid()
16045 * iwmc3200wifi: fix array out-of-boundary access
16046 * mac80211: fix propagation of failed hardware reconfigurations
16047 * mac80211: fix WMM AP settings application
16048 * mac80211: Fix IBSS merge
16049 * cfg80211: fix race between deauth and assoc response
16050 * ath5k: fix SWI calibration interrupt storm
16051 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
16052 * ath9k: Fix TX queue draining
16053 * ath9k: fix missed error codes in the tx status check
16054 * ath9k: wake hardware during AMPDU TX actions
16055 * ath9k: fix suspend by waking device prior to stop
16056 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
16057 64-bit
16058 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
16059 in 0x4054
16060 * iwl3945: disable power save
16061 * iwl3945: fix panic in iwl3945 driver
16062 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
16063 * iwlwifi: fix more eeprom endian bugs
16064 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
16065 * mac80211: fix race with suspend and dynamic_ps_disable_work
16066 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
16067 * 'sysctl_max_map_count' should be non-negative
16068 * kernel/sysctl.c: fix the incomplete part of
16069 sysctl_max_map_count-should-be-non-negative.patch
16070 * V4L/DVB (13596): ov511.c typo: lock => unlock
16071 * x86/ptrace: make genregs[32]_get/set more robust
16072 * memcg: avoid oom-killing innocent task in case of use_hierarchy
16073 * e100: Fix broken cbs accounting due to missing memset.
16074 * ipv6: reassembly: use seperate reassembly queues for conntrack and
16075 local delivery
16076 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
16077 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
16078 * b43: avoid PPC fault during resume
16079 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
16080 support
16081 * sched: Fix balance vs hotplug race
16082 * drm/radeon/kms: fix crtc vblank update for r600
16083 * drm: disable all the possible outputs/crtcs before entering KMS mode
16084 * S390: dasd: support DIAG access for read-only devices
16085 * xen: fix is_disconnected_device/exists_disconnected_device
16086 * xen: improvement to wait_for_devices()
16087 * xen: wait up to 5 minutes for device connetion
16088 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
16089 * udf: Try harder when looking for VAT inode
16090 * Add unlocked version of inode_add_bytes() function
16091 * quota: decouple fs reserved space from quota reservation
16092 * ext4: Convert to generic reserved quota's space management.
16093 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
16094 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
16095 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
16096 * amd64_edac: unify MCGCTL ECC switching
16097 * x86, msr: Add support for non-contiguous cpumasks
16098 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
16099 * amd64_edac: fix driver instance freeing
16100 * amd64_edac: make driver loading more robust
16101 * amd64_edac: fix forcing module load/unload
16102 * sched: Sched_rt_periodic_timer vs cpu hotplug
16103 * ext4: Update documentation to correct the inode_readahead_blks option
16104 name
16105 * lguest: fix bug in setting guest GDT entry
16106 * vmscan: do not evict inactive pages when skipping an active list scan
16107 * ksm: fix mlockfreed to munlocked
16108 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
16109 * generic_permission: MAY_OPEN is not write access
16110 * Linux 2.6.32.3
16111 * untangle the do_mremap() mess
16112 * fasync: split 'fasync_helper()' into separate add/remove functions
16113 * ASoC: fix params_rate() macro use in several codecs
16114 * modules: Skip empty sections when exporting section notes
16115 * exofs: simple_write_end does not mark_inode_dirty
16116 * nfsd: make sure data is on disk before calling ->fsync
16117 * sunrpc: fix peername failed on closed listener
16118 * SUNRPC: Fix up an error return value in
16119 gss_import_sec_context_kerberos()
16120 * SUNRPC: Fix the return value in gss_import_sec_context()
16121 * sunrpc: on successful gss error pipe write, don't return error
16122 * drm/i915: Update LVDS connector status when receiving ACPI LID event
16123 * drm/i915: fix order of fence release wrt flushing
16124 * drm/i915: Permit pinning whilst the device is 'suspended'
16125 * drm: remove address mask param for drm_pci_alloc()
16126 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
16127 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
16128 pipeconf on Ironlake
16129 * drm/i915: Select the correct BPC for LVDS on Ironlake
16130 * drm/i915: fix unused var
16131 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
16132 * drivers/cpuidle/governors/menu.c: fix undefined reference to
16133 `__udivdi3'
16134 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
16135 * lib/rational.c needs module.h
16136 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
16137 DMA_FROM_DEVICE and
16138 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
16139 * mmc_block: add dev_t initialization check
16140 * mmc_block: fix probe error cleanup bug
16141 * mmc_block: fix queue cleanup
16142 * ALSA: hda - Fix ALC861-VD capture source mixer
16143 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
16144 blacklist
16145 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
16146 - LP: #498863
16147 * ASoC: Fix WM8350 DSP mode B configuration
16148 * netfilter: ebtables: enforce CAP_NET_ADMIN
16149 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
16150 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
16151 * hwmon: (adt7462) Fix pin 28 monitoring
16152 * quota: Fix dquot_transfer for filesystems different from ext4
16153 * xen: fix hang on suspend.
16154 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
16155 * ath5k: Fix eeprom checksum check for custom sized eeproms
16156 * cfg80211: fix syntax error on user regulatory hints
16157 * iwl: off by one bug
16158 * mac80211: add missing sanity checks for action frames
16159 * drm/i915: remove render reclock support
16160 * libertas: Remove carrier signaling from the scan code
16161 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
16162 * mac80211: fix skb buffering issue (and fixes to that)
16163 * fix braindamage in audit_tree.c untag_chunk()
16164 * fix more leaks in audit_tree.c tag_chunk()
16165 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
16166 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
16167 * agp/intel-agp: Clear entire GTT on startup
16168 * Linux 2.6.32.4
16169 * ethtool: Add reset operation
16170 * gro: Name the GRO result enumeration type
16171 * gro: Change all receive functions to return GRO result codes
16172 * sfc: 10Xpress: Initialise pause advertising flags
16173 * sfc: 10Xpress: Report support for pause frames
16174 * sfc: Remove redundant header gmii.h
16175 * sfc: Remove redundant hardware initialisation
16176 * sfc: Rename Falcon-specific board code and types
16177 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
16178 * sfc: Remove versioned bitfield macros
16179 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
16180 * sfc: Update hardware definitions for Siena
16181 * sfc: Rename register I/O header and functions used by both Falcon and
16182 Siena
16183 * sfc: Eliminate indirect lookups of queue size constants
16184 * sfc: Define DMA address mask explicitly in terms of descriptor field
16185 width
16186 * sfc: Move all TX DMA length limiting into tx.c
16187 * sfc: Change order of device removal to reverse of probe order
16188 * sfc: Remove declarations of nonexistent functions
16189 * sfc: Move efx_xmit_done() declaration into correct stanza
16190 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
16191 * sfc: Maintain interrupt moderation values in ticks, not microseconds
16192 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
16193 * sfc: Remove pointless abstraction of memory BAR number
16194 * sfc: Remove incorrect assertion from efx_pci_remove_main()
16195 * sfc: Remove unnecessary tests of efx->membase
16196 * sfc: Move MTD probe after netdev registration and name allocation
16197 * sfc: Remove unused code for non-autoneg speed/duplex switching
16198 * sfc: Rename 'xfp' file and functions to reflect reality
16199 * sfc: Really allow RX checksum offload to be disabled
16200 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
16201 * sfc: Enable heuristic selection between page and skb RX buffers
16202 * sfc: Remove pointless abstraction of memory BAR number (2)
16203 * sfc: Remove redundant gotos from __efx_rx_packet()
16204 * sfc: Remove ridiculously paranoid assertions
16205 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
16206 * sfc: Record RX queue number on GRO path
16207 * sfc: SFT9001: Reset LED configuration correctly after blinking
16208 * sfc: Use a single blink implementation
16209 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
16210 * sfc: Make board information explicitly Falcon-specific
16211 * sfc: Move definition of struct falcon_nic_data into falcon.h
16212 * sfc: Move struct falcon_board into struct falcon_nic_data
16213 * sfc: Move all I2C stuff into struct falcon_board
16214 * sfc: Gather link state fields in struct efx_nic into new struct
16215 efx_link_state
16216 * sfc: Remove unnecessary casts to struct sk_buff *
16217 * sfc: Remove redundant efx_xmit() function
16218 * sfc: Combine high-level header files
16219 * sfc: Log interrupt and reset type names, not numbers
16220 * sfc: Fix descriptor cache sizes
16221 * sfc: Treat all MAC registers as 128-bit
16222 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
16223 * sfc: Comment corrections
16224 * sfc: Remove unused constant
16225 * sfc: Clean up struct falcon_board and struct falcon_board_data
16226 * sfc: Fix bugs in RX queue flushing
16227 * sfc: Remove unused function efx_flush_queues()
16228 * sfc: Only switch Falcon MAC clocks as necessary
16229 * sfc: Hold MAC lock for longer in efx_init_port()
16230 * sfc: Split MAC stats DMA initiation and completion
16231 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
16232 * sfc: Simplify XMAC link polling
16233 * sfc: Change MAC promiscuity and multicast hash at the same time
16234 * sfc: Move inline comment into kernel-doc
16235 * sfc: Do not set net_device::trans_start in self-test
16236 * sfc: Simplify PHY polling
16237 * sfc: QT202x: Reset before reading PHY id
16238 * sfc: Replace MDIO spinlock with mutex
16239 * sfc: Always start Falcon using the XMAC
16240 * sfc: Limit some hardware workarounds to Falcon
16241 * sfc: Remove EFX_WORKAROUND_9141 macro
16242 * sfc: Remove another unused workaround macro
16243 * sfc: Remove some redundant whitespace
16244 * sfc: Decouple NIC revision number from Falcon PCI revision number
16245 * sfc: Move descriptor cache base addresses to struct efx_nic_type
16246 * sfc: Clean up RX event handling
16247 * sfc: Remove redundant writes to INT_ADR_KER
16248 * sfc: Remove duplicate hardware structure definitions
16249 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
16250 * sfc: Move Falcon NIC operations to efx_nic_type
16251 * sfc: Refactor link configuration
16252 * sfc: Generalise link state monitoring
16253 * sfc: Add power-management and wake-on-LAN support
16254 * sfc: Implement ethtool reset operation
16255 * sfc: Add efx_nic_type operation for register self-test
16256 * sfc: Add efx_nic_type operation for NVRAM self-test
16257 * sfc: Add efx_nic_type operation for identity LED control
16258 * sfc: Separate shared NIC code from Falcon-specific and rename
16259 accordingly
16260 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
16261 * sfc: Extend loopback mode enumeration
16262 * sfc: Remove static PHY data and enumerations
16263 * sfc: Extend MTD driver for use with new NICs
16264 * sfc: Allow for additional checksum offload features
16265 * sfc: Rename falcon.h to nic.h
16266 * sfc: Move shared NIC code from falcon.c to new source file nic.c
16267 * sfc: Add firmware protocol definitions (MCDI)
16268 * sfc: Add support for SFC9000 family (1)
16269 * sfc: Add support for SFC9000 family (2)
16270 * sfc: Implement TSO for TCP/IPv6
16271 * sfc: Update version, copyright dates, authors
16272 * drivers/net/sfc: Correct code taking the size of a pointer
16273 * sfc: Move PHY software state initialisation from init() into probe()
16274 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
16275 * sfc: Fix DMA mapping cleanup in case of an error in TSO
16276 * sfc: QT2025C: Work around PHY bug
16277 * sfc: QT2025C: Switch into self-configure mode when not in loopback
16278 * sfc: QT2025C: Work around PHY firmware initialisation bug
16279 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
16280 * sfc: Disable TX descriptor prefetch watchdog
16281 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
16282 - LP: #497156
16283
16284 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
16285
16286 linux (2.6.32-10.14) lucid; urgency=low
16287
16288 [ Alex Deucher ]
16289
16290 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
16291 - LP: #493795
16292
16293 [ Andy Whitcroft ]
16294
16295 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
16296 id is less than 0x0f."
16297 * config-check -- ensure the checks get run at build time
16298 * config-check -- check the processed config during updateconfigs
16299 * config-check -- CONFIG_SECCOMP may not be present
16300 * TUN is now built in ignore
16301 * SAUCE: acpi battery -- delay first lookup of the battery until first
16302 use
16303 * SAUCE: async_populate_rootfs: move rootfs init earlier
16304 * ubuntu: AppArmor -- update to mainline 2010-01-06
16305 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
16306 - LP: #498525
16307
16308 [ Dave Airlie ]
16309
16310 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
16311
16312 [ Leann Ogasawara ]
16313
16314 * Add asix to nic-usb-modules file
16315 - LP: #499785
16316
16317 [ Peter Zijlstra ]
16318
16319 * (pre-stable) sched: Fix balance vs hotplug race
16320
16321 [ Tim Gardner ]
16322
16323 * [Config] Enable CONFIG_FUNCTION_TRACER
16324 - LP: #497989
16325 * [Config] Drop lpia from getabis
16326 * [Config] Build in TUN/TAP driver
16327 - LP: #499491
16328 * [Config] DH_COMPAT=5
16329
16330 [ Upstream Kernel Changes ]
16331
16332 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
16333 component_only tv_modes"
16334 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
16335 turned off"
16336 * USB: usb-storage: fix bug in fill_inquiry
16337 * USB: option: add pid for ZTE
16338 * firewire: ohci: handle receive packets with a data length of zero
16339 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
16340 of ->completed counter
16341 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
16342 counter
16343 * rcu: Fix note_new_gpnum() uses of ->gpnum
16344 * rcu: Remove inline from forward-referenced functions
16345 * perf_event: Fix invalid type in ioctl definition
16346 * perf_event: Initialize data.period in perf_swevent_hrtimer()
16347 * perf: Don't free perf_mmap_data until work has been done
16348 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
16349 * sched: Check for an idle shared cache in select_task_rq_fair()
16350 * sched: Fix affinity logic in select_task_rq_fair()
16351 * sched: Rate-limit newidle
16352 * sched: Fix and clean up rate-limit newidle code
16353 * x86/amd-iommu: attach devices to pre-allocated domains early
16354 * x86/amd-iommu: un__init iommu_setup_msi
16355 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
16356 up the PCI tree
16357 * x86: Fix iommu=nodac parameter handling
16358 * x86: GART: pci-gart_64.c: Use correct length in strncmp
16359 * x86: ASUS P4S800 reboot=bios quirk
16360 - LP: #366682
16361 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
16362 * ssb: Fix range check in sprom write
16363 * ath5k: allow setting txpower to 0
16364 * ath5k: enable EEPROM checksum check
16365 * hrtimer: Fix /proc/timer_list regression
16366 * ALSA: hrtimer - Fix lock-up
16367 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
16368 * KVM: x86 emulator: limit instructions to 15 bytes
16369 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
16370 * KVM: s390: Make psw available on all exits, not just a subset
16371 * KVM: fix irq_source_id size verification
16372 * KVM: x86: include pvclock MSRs in msrs_to_save
16373 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
16374 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
16375 * x86, mce: don't restart timer if disabled
16376 * x86/mce: Set up timer unconditionally
16377 * x86: SGI UV: Fix BAU initialization
16378 * x86: Fix duplicated UV BAU interrupt vector
16379 * x86: Add new Intel CPU cache size descriptors
16380 * x86: Fix typo in Intel CPU cache size descriptor
16381 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
16382 * s390: clear high-order bits of registers after sam64
16383 * V4L/DVB: Fix test in copy_reg_bits()
16384 * bsdacct: fix uid/gid misreporting
16385 * UBI: flush wl before clearing update marker
16386 * jbd2: don't wipe the journal on a failed journal checksum
16387 * USB: xhci: Add correct email and files to MAINTAINERS entry.
16388 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
16389 * USB: option.c: add support for D-Link DWM-162-U5
16390 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
16391 * USB: usb-storage: add BAD_SENSE flag
16392 * USB: Close usb_find_interface race v3
16393 * pxa/em-x270: fix usb hub power up/reset sequence
16394 * hfs: fix a potential buffer overflow
16395 * SUNRPC: IS_ERR/PTR_ERR confusion
16396 * NFS: Fix nfs_migrate_page()
16397 * md/bitmap: protect against bitmap removal while being updated.
16398 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
16399 * devpts_get_tty() should validate inode
16400 * debugfs: fix create mutex racy fops and private data
16401 * Driver core: fix race in dev_driver_string
16402 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
16403 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
16404 * mac80211: Fixed bug in mesh portal paths
16405 * mac80211: Revert 'Use correct sign for mesh active path refresh'
16406 * mac80211: fix scan abort sanity checks
16407 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
16408 * rtl8187: Fix wrong rfkill switch mask for some models
16409 * x86: Fix bogus warning in apic_noop.apic_write()
16410 * mm: hugetlb: fix hugepage memory leak in mincore()
16411 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
16412 * powerpc/windfarm: Add detection for second cpu pump
16413 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
16414 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
16415 * drm/radeon/kms: Add quirk for HIS X1300 board
16416 * drm/radeon/kms: handle vblanks properly with dpms on
16417 * drm/radeon/kms: fix legacy crtc2 dpms
16418 * drm/radeon/kms: fix vram setup on rs600
16419 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
16420 * drm/ttm: Fix build failure due to missing struct page
16421 * drm/i915: Set the error code after failing to insert new offset into mm
16422 ht.
16423 * drm/i915: Add the missing clonemask for display port on Ironlake
16424 * xen/xenbus: make DEVICE_ATTR()s static
16425 * xen: re-register runstate area earlier on resume.
16426 * xen: restore runstate_info even if !have_vcpu_info_placement
16427 * xen: correctly restore pfn_to_mfn_list_list after resume
16428 * xen: register timer interrupt with IRQF_TIMER
16429 * xen: register runstate on secondary CPUs
16430 * xen: don't call dpm_resume_noirq() with interrupts disabled.
16431 * xen: register runstate info for boot CPU early
16432 * xen: call clock resume notifier on all CPUs
16433 * xen: improve error handling in do_suspend.
16434 * xen: don't leak IRQs over suspend/resume.
16435 * xen: use iret for return from 64b kernel to 32b usermode
16436 * xen: explicitly create/destroy stop_machine workqueues outside
16437 suspend/resume region.
16438 * Xen balloon: fix totalram_pages counting.
16439 * xen: try harder to balloon up under memory pressure.
16440 * dm exception store: free tmp_store on persistent flag error
16441 * dm snapshot: only take lock for statustype info not table
16442 * dm crypt: move private iv fields to structs
16443 * dm crypt: restructure essiv error path
16444 * dm: avoid _hash_lock deadlock
16445 * dm snapshot: cope with chunk size larger than origin
16446 * dm crypt: separate essiv allocation from initialisation
16447 * dm crypt: make wipe message also wipe essiv key
16448 * slc90e66: fix UDMA handling
16449 * tcp: Stalling connections: Fix timeout calculation routine
16450 * ip_fragment: also adjust skb->truesize for packets not owned by a
16451 socket
16452 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
16453 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
16454 * sparc64: Fix overly strict range type matching for PCI devices.
16455 * sparc64: Fix stack debugging IRQ stack regression.
16456 * sparc: Set UTS_MACHINE correctly.
16457 * b43legacy: avoid PPC fault during resume
16458 * tracing: Fix event format export
16459 * ath9k: Fix TX hang poll routine
16460 * ath9k: fix processing of TX PS null data frames
16461 * ath9k: Fix maximum tx fifo settings for single stream devices
16462 * ath9k: fix tx status reporting
16463 * mac80211: Fix dynamic power save for scanning.
16464 * drm/i915: Fix sync to vblank when VGA output is turned off
16465 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
16466 * thinkpad-acpi: fix default brightness_mode for R50e/R51
16467 * thinkpad-acpi: preserve rfkill state across suspend/resume
16468 * ipw2100: fix rebooting hang with driver loaded
16469 * matroxfb: fix problems with display stability
16470 * acerhdf: add new BIOS versions
16471 * asus-laptop: change light sens default values.
16472 * vmalloc: conditionalize build of pcpu_get_vm_areas()
16473 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
16474 * net: Fix userspace RTM_NEWLINK notifications.
16475 * ext3: Fix data / filesystem corruption when write fails to copy data
16476 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
16477 * bcm63xx_enet: fix compilation failure after get_stats_count removal
16478 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
16479 * drm/i915: Avoid NULL dereference with component_only tv_modes
16480 * drm/i915: PineView only has LVDS and CRT ports
16481 * drm/i915: Fix LVDS stability issue on Ironlake
16482 * mm: sigbus instead of abusing oom
16483 * ipvs: zero usvc and udest
16484 * jffs2: Fix long-standing bug with symlink garbage collection.
16485 * intel-iommu: Detect DMAR in hyperspace at probe time.
16486 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
16487 * intel-iommu: Check for an RMRR which ends before it starts.
16488 * intel-iommu: Fix oops with intel_iommu=igfx_off
16489 * intel-iommu: ignore page table validation in pass through mode
16490 * netfilter: xtables: document minimal required version
16491 * perf_event: Fix incorrect range check on cpu number
16492 * implement early_io{re,un}map for ia64
16493 * Linux 2.6.32.2
16494
16495 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
16496
16497 linux (2.6.32-9.13) lucid; urgency=low
16498
16499 [ Andy Whitcroft ]
16500
16501 * [Config] enable CONFIG_B43_PHY_LP
16502 - LP: #493059
16503 * include modules.builtin in the binary debs
16504 * config-check -- add a configuration enforcer
16505 * config-check -- add a unit-test suite to the checker
16506 * [Config] Enable CONFIG_SYN_COOKIES for versatile
16507 * [Config] Enable CONFIG_SECURITY_SMACK for ports
16508 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
16509 * [Config] Disable CONFIG_COMPAT_BRK for ports
16510 * getabis -- add armel versatile to the list
16511
16512 [ Brad Figg ]
16513
16514 * SAUCE: Increase the default prealloc buffer for HDA audio devices
16515 (non-modem)
16516
16517 [ Manoj Iyer ]
16518
16519 * ubuntu: onmibook -- Added missing BOM file
16520
16521 [ Tim Gardner ]
16522
16523 * ubuntu: fsam7400 -- Cleanup Makefile
16524
16525 [ Upstream Kernel Changes ]
16526
16527 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
16528 * signal: Fix alternate signal stack check
16529 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
16530 * SCSI: osd_protocol.h: Add missing #include
16531 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
16532 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
16533 ENOSPC
16534 * ext4: avoid divide by zero when trying to mount a corrupted file system
16535 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
16536 * ext4: fix lock order problem in ext4_move_extents()
16537 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
16538 * ext4: plug a buffer_head leak in an error path of ext4_iget()
16539 * ext4: make sure directory and symlink blocks are revoked
16540 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
16541 * ext4: journal all modifications in ext4_xattr_set_handle
16542 * ext4: don't update the superblock in ext4_statfs()
16543 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
16544 non-zero
16545 * ext4: fix block validity checks so they work correctly with meta_bg
16546 * ext4: avoid issuing unnecessary barriers
16547 * ext4: fix error handling in ext4_ind_get_blocks()
16548 * ext4: make trim/discard optional (and off by default)
16549 * ext4: make "norecovery" an alias for "noload"
16550 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
16551 * ext4: initialize moved_len before calling ext4_move_extents()
16552 * ext4: move_extent_per_page() cleanup
16553 * jbd2: Add ENOMEM checking in and for
16554 jbd2_journal_write_metadata_buffer()
16555 * ext4: Return the PTR_ERR of the correct pointer in
16556 setup_new_group_blocks()
16557 * ext4: Avoid data / filesystem corruption when write fails to copy data
16558 * ext4: wait for log to commit when umounting
16559 * ext4: remove blocks from inode prealloc list on failure
16560 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
16561 * ext4: quota macros cleanup
16562 * ext4: fix incorrect block reservation on quota transfer.
16563 * ext4: Wait for proper transaction commit on fsync
16564 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16565 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
16566 * Linux 2.6.32.1
16567 * kbuild: generate modules.builtin
16568 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
16569 - LP: #494461
16570 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
16571 tv_modes
16572 - LP: #494045
16573
16574 [ Zhao Yakui ]
16575
16576 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
16577 less than 0x0f.
16578 - LP: #481765
16579
16580 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
16581
16582 linux (2.6.32-8.12) lucid; urgency=low
16583
16584 [ Andy Whitcroft ]
16585
16586 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
16587
16588 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
16589
16590 linux (2.6.32-8.11) lucid; urgency=low
16591
16592 [ Andy Whitcroft ]
16593
16594 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
16595 up"
16596 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16597 transition."
16598 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
16599 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
16600 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
16601 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
16602 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
16603 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
16604 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
16605 mem"
16606 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
16607 denied"
16608 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
16609 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
16610 allocation"
16611 * Revert "SAUCE: AppArmor: Set error code after structure
16612 initialization."
16613 * Revert "AppArmor -- fix pstrace_may_access rename"
16614 * Revert "ubuntu: AppArmor security module"
16615 * Revert "SAUCE: Add config option to set a default LSM"
16616 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
16617 * Revert "[Config] fsam7400 -- enable"
16618 * Revert "[Config] AUFS -- enable"
16619 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
16620 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
16621 * Revert "ubuntu: AUFS -- export various core functions"
16622 * Revert "[Config] ubuntu/iscsitarget -- disable"
16623 * Revert "[Config] iscsitarget -- enable"
16624 * Revert "ubuntu: iscsitarget -- SVN revision r214"
16625 * update Vcs-Git to point to the correct repository
16626 - LP: #493589
16627 * update build environment overrides to lucid
16628 - LP: #493589
16629 * [Config] enable CONFIG_DEVTMPFS
16630 * [Config] update all configs following AppArmor 2009-12-08 update
16631 * SAUCE: isapnp_init: make isa PNP scans occur async
16632 * [Config] fsam7400 -- enable
16633 * [Config] omnibook -- enable
16634 * [Config] cleanup CONFIG_AUDIT
16635 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
16636 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
16637 * ubuntu: AUFS -- aufs2 20091209
16638 * [Config] AUFS -- enable
16639 * [Config] iscsitarget -- enable
16640
16641 [ Arjan van de Ven ]
16642
16643 * SAUCE: KMS: cache the EDID information of the LVDS
16644
16645 [ Colin Watson ]
16646
16647 * bnx2: update d-i firmware filenames
16648 - LP: #494052
16649 * add cdc_ether to nic-usb-modules udeb
16650 - LP: #495060
16651
16652 [ John Johansen ]
16653
16654 * ubuntu: AppArmor -- mainline 2009-10-08
16655
16656 [ Manoj Iyer ]
16657
16658 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
16659 * ubuntu: omnibook -- support Toshiba (HP) netbooks
16660 * ubuntu: iscsitarget --- version 1.4.19
16661 - LP: #494693
16662
16663 [ Surbhi Palande ]
16664
16665 * SAUCE: Make populate_rootfs asynchronous
16666
16667 [ Tim Gardner ]
16668
16669 * Parallelize flavour builds and packaging
16670 * [Config] Enable CONFIG_KSM
16671
16672 [ Upstream Kernel Changes ]
16673
16674 * Config option to set a default LSM
16675 * LSM: Add security_path_chroot().
16676 * LSM: Add security_path_chroot().
16677 * LSM: Move security_path_chmod()/security_path_chown() to after
16678 mutex_lock().
16679 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16680
16681 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
16682
16683 linux (2.6.32-7.10) lucid; urgency=low
16684
16685 [ Andy Whitcroft ]
16686
16687 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
16688
16689 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
16690
16691 linux (2.6.32-7.9) lucid; urgency=low
16692
16693 [ Andy Whitcroft ]
16694
16695 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
16696 - LP: #458982
16697 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
16698 * [Config] update configs following versatile switch to V7
16699 * rebased to v2.6.32
16700 * [Config] update configs following rebase to v2.6.32
16701 * [Config] update ports configs following rebase to v2.6.32
16702 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16703
16704 [ Arjan van de Ven ]
16705
16706 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
16707
16708 [ Leann Ogasawara ]
16709
16710 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
16711 permissions
16712 - CVE-2009-3939
16713
16714 [ Loic Minier ]
16715
16716 * SAUCE: select a v7 CPU for versatile
16717
16718 [ Takashi Iwai ]
16719
16720 * SAUCE: ALSA: hda - Add power on/off counter
16721
16722 [ Upstream changes ]
16723
16724 * rebased to v2.6.32
16725
16726 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
16727
16728 linux (2.6.32-6.8) lucid; urgency=low
16729
16730 [ Andy Whitcroft ]
16731
16732 * [Config] disable SSB devices for armel
16733
16734 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
16735
16736 linux (2.6.32-6.7) lucid; urgency=low
16737
16738 [ Andy Whitcroft ]
16739
16740 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
16741 * Revert "SAUCE: Dell XPS710 reboot quirk"
16742 * Revert "SAUCE: Link acpi-cpufreq.o first"
16743 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
16744 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
16745 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
16746 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
16747 * Revert "Add Dell Dimension 9200 reboot quirk"
16748 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
16749 * Revert "SAUCE: tulip: Define ULI PCI ID's"
16750 * Revert "SAUCE: Lower warning level of some PCI messages"
16751 * Revert "mac80211: fix two issues in debugfs"
16752 Drop a number of known redundant commits as identified in the Ubuntu
16753 delta review blueprint.
16754
16755 * reenable armel versatile flavour
16756 * [Config] disable CONFIG_USB_DEVICEFS
16757
16758 [ Tim Gardner ]
16759
16760 * [Config] udeb: Add squashfs to fs-core-modules
16761 - LP: #352615
16762 * [Config] Create a real squashfs udeb
16763 - LP: #352615
16764
16765
16766 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16767
16768 linux (2.6.32-5.6) lucid; urgency=low
16769
16770 [ Andy Whitcroft ]
16771
16772 * rebase to v2.6.32-rc8
16773 * update configs following rebase to v2.6.32-rc8
16774 * update ports configs since rebase to v2.6.32-rc8
16775 * [Config] enable cgroup options
16776 - LP: #480739
16777
16778 [ Upstream Kernel Changes ]
16779
16780 * rebase to v2.6.32-rc8
16781
16782 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16783
16784 linux (2.6.32-4.5) lucid; urgency=low
16785
16786 [ Andy Whitcroft ]
16787
16788 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16789 * rebase to v2.6.32-rc7
16790 * resync with Karmic proposed
16791
16792 [ John Johansen ]
16793
16794 * SAUCE: AppArmor: Fix oops after profile removal
16795 - LP: #475619
16796 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16797 - LP: #437258
16798 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16799 - LP: #479102
16800 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16801 - LP: #479115
16802 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16803 transition.
16804 - LP: #480112
16805
16806 [ Ubuntu Changes ]
16807
16808 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16809
16810 [ Upstream Kernel Changes ]
16811
16812 * rebase to v2.6.32-rc7
16813
16814 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16815
16816 linux (2.6.32-3.4) lucid; urgency=low
16817
16818 [ Andy Whitcroft ]
16819
16820 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16821 * [Upstream] add local prefix to oss local change_bits
16822
16823 [ Upstream Kernel Changes ]
16824
16825 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16826 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16827
16828 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16829
16830 linux (2.6.32-3.3) lucid; urgency=low
16831
16832 [ Andy Whitcroft ]
16833
16834 * rebase to v2.6.32-rc6
16835 * [Config] update configs following rebase to v2.6.32-rc6
16836 * [Config] update ports configs following rebase to v2.6.32-rc6
16837 * resync with Karmic Ubuntu-2.6.31-15.49
16838 * [Config] add module ignores for broken drivers
16839
16840 [ John Johansen ]
16841
16842 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16843 - LP: #453335
16844 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16845 - LP: #458299
16846 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16847 - LP: #462824
16848 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16849 - LP: #451375
16850
16851 [ Kees Cook ]
16852
16853 * SAUCE: Fix nx_enable reporting
16854 - LP: #454285
16855
16856 [ Scott James Remnant ]
16857
16858 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16859 * SAUCE: trace: add trace events for open(), exec() and uselib()
16860 - LP: #462111
16861
16862 [ Stefan Bader ]
16863
16864 * SAUCE: Fix sub-flavour script to not stop on missing directories
16865 - LP: #453073
16866
16867 [ Ubuntu Changes ]
16868
16869 * resync with Karmic Ubuntu-2.6.31-15.49
16870
16871 [ Upstream Kernel Changes ]
16872
16873 * rebase to v2.6.32-rc6
16874 - LP: #464552
16875
16876 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16877
16878 linux (2.6.32-2.2) lucid; urgency=low
16879
16880 [ Andy Whitcroft ]
16881
16882 * install the full changelog with the binary package
16883 * changelog -- explicitly note rebases and clean history
16884 * reinstate armel.mk with no flavours
16885 - LP: #449637
16886 * [Upstream] block: silently error unsupported empty barriers too
16887 - LP: #420423
16888 * [Config] udate configs following karmic resync
16889 * [Config] update ports configs following karmic resync
16890 * [Upstream] lirc -- follow removal of .id element
16891
16892 [ Colin Watson ]
16893
16894 * Use section 'admin' rather than 'base'
16895 * Add more e100 firmware to nic-modules
16896 - LP: #451872
16897 * Add qla1280 firmware to scsi-modules
16898 - LP: #381037
16899
16900 [ John Johansen ]
16901
16902 * SAUCE: AppArmor: Set error code after structure initialization.
16903 - LP: #427948
16904 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16905 - LP: #446595
16906 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16907
16908 [ Kees Cook ]
16909
16910 * SAUCE: [x86] fix report of cs-limit nx-emulation
16911 - LP: #454285
16912
16913 [ Leann Ogasawara ]
16914
16915 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16916 events
16917 - LP: #430809
16918 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16919 toggle switch press
16920 - LP: #430809
16921
16922 [ Luke Yelavich ]
16923
16924 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16925 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16926
16927 [ Mario Limonciello ]
16928
16929 * SAUCE: Update to LIRC 0.8.6
16930 - LP: #432678
16931 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16932 requerying every time
16933 - LP: #430809
16934 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16935 - LP: #430809
16936
16937 [ Stefan Bader ]
16938
16939 * [Upstream] acerhdf: Limit modalias matching to supported boards
16940 - LP: #435958
16941
16942 [ Tim Gardner ]
16943
16944 * [Upstream] i915: Fix i2c init message
16945 - LP: #409361
16946 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16947 - LP: #439415
16948 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16949 - LP: #439456
16950 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16951 - LP: #381300
16952 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16953 - LP: #430694
16954 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16955 - LP: #430694
16956 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16957 - LP: #416325
16958 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16959 - LP: #430694
16960 * SAUCE: Raise the default console 'quiet' level to 2
16961 * [Config] CONFIG_X86_PAT=y
16962 * [Config] Add armel arch to linux-libc-dev arches.
16963 - LP: #449637
16964 * [Config] CONFIG_X86_MCE
16965 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16966 M300 to rate blacklist
16967 - LP: #433801
16968
16969 [ Upstream Kernel Changes ]
16970
16971 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16972 * drm/i915: Fix FDI M/N setting according with correct color depth
16973 - LP: #416792
16974
16975 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16976
16977 linux (2.6.32-1.1) lucid; urgency=low
16978
16979 [ Andy Whitcroft ]
16980
16981 * rebase to v2.6.32-rc3
16982 * [Config] update configs following rebase to 2.6.32-rc3
16983 * [Config] update ports configs following rebase to 2.6.32-rc3
16984 * AppArmor -- fix pstrace_may_access rename
16985 * staging/android -- disable
16986 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16987 * ubuntu: drbd -- disable
16988 * staging/comdi -- disable
16989 * staging/go7007 -- disable
16990 * [Config] staging/winbond -- disable
16991 * [Config] ubuntu/iscsitarget -- disable
16992 * [d-i] cbc and ecb are builtin make them optional in udebs
16993 * rebase to v2.6.32-rc5
16994 * [Config] update configs following rebase to v2.6.32-rc5
16995 * [Config] update ports configs following rebase to v2.6.31-rc5
16996
16997 [ Tim Gardner ]
16998
16999 * [Config] Add cpio as a build dependency.
17000
17001 [ Upstream Kernel Changes ]
17002
17003 * rebase to v2.6.32-rc3
17004 * rebase to v2.6.32-rc5
17005
17006 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
17007
17008 linux (2.6.31-11.37) karmic; urgency=low
17009
17010 [ Tim Gardner ]
17011
17012 * [Config] Increase kernel log buffer to 256K for amd64 flavours
17013 - LP: #424810
17014 * [Config] Set HZ=100 for amd64 flavours
17015 - LP: #438234
17016 * [Upstream] e1000e: Emit notice instead of an error when
17017 pci_enable_pcie_error_reporting() fails
17018 - LP: #436370
17019
17020 [ Upstream Kernel Changes ]
17021
17022 * n_tty: honor opost flag for echoes
17023 * n_tty: move echoctl check and clean up logic
17024 - LP: #438310
17025
17026 * Revert "[Upstream] drm/i915: Check that the relocation points to within
17027 the target" - Use upstream cherry-pick.
17028 * drm/i915: Check that the relocation points to within the target
17029 - LP: #429241
17030
17031 * drm/i915: fix tiling on IGDNG
17032 * drm/i915: add B43 chipset support
17033 * agp/intel: Add B43 chipset support
17034 Intel request from kernel team mailing list.
17035
17036 * HID: completely remove apple mightymouse from blacklist
17037 - LP: #428111
17038
17039 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
17040
17041 linux (2.6.31-11.36) karmic; urgency=low
17042
17043 [ Brian Rogers ]
17044
17045 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
17046 persistent object
17047 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
17048 persistent object
17049
17050 [ Takashi Iwai ]
17051
17052 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
17053 - LP: #416482
17054
17055 [ Tyler Hicks ]
17056
17057 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
17058 negative during unlink
17059
17060 [ Upstream Kernel Changes ]
17061
17062 * sg: fix oops in the error path in sg_build_indirect()
17063 * mpt2sas : Rescan topology from Interrupt context instead of work thread
17064 * mpt2sas: Prevent sending command to FW while Host Reset
17065 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
17066 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
17067 * SCSI: fix oops during scsi scanning
17068 * SCSI: libsrp: fix memory leak in srp_ring_free()
17069 * cfg80211: fix looping soft lockup in find_ie()
17070 * ath5k: write PCU registers on initial reset
17071 * binfmt_elf: fix PT_INTERP bss handling
17072 * TPM: Fixup boot probe timeout for tpm_tis driver
17073 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
17074 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
17075 * fix undefined reference to user_shm_unlock
17076 * perf_counter: Fix buffer overflow in perf_copy_attr()
17077 * perf_counter: Start counting time enabled when group leader gets
17078 enabled
17079 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
17080 * powerpc: Fix bug where perf_counters breaks oprofile
17081 * powerpc/ps3: Workaround for flash memory I/O error
17082 * block: don't assume device has a request list backing in nr_requests
17083 store
17084 * agp/intel: remove restore in resume
17085 * ALSA: cs46xx - Fix minimum period size
17086 * ASoC: Fix WM835x Out4 capture enumeration
17087 * sound: oxygen: work around MCE when changing volume
17088 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
17089 * perf stat: Change noise calculation to use stddev
17090 * x86: Fix x86_model test in es7000_apic_is_cluster()
17091 * x86/i386: Make sure stack-protector segment base is cache aligned
17092 * PCI: apply nv_msi_ht_cap_quirk on resume too
17093 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
17094 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
17095 with highmem
17096 * KVM guest: do not batch pte updates from interrupt context
17097 * KVM: Fix coalesced interrupt reporting in IOAPIC
17098 * KVM: VMX: Check cpl before emulating debug register access
17099 * KVM guest: fix bogus wallclock physical address calculation
17100 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
17101 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
17102 * KVM: x86 emulator: Implement zero-extended immediate decoding
17103 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
17104 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
17105 * KVM: limit lapic periodic timer frequency
17106 * libata: fix off-by-one error in ata_tf_read_block()
17107 * PCI quirk: update 82576 device ids in SR-IOV quirks list
17108 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
17109 * powerpc/pseries: Fix to handle slb resize across migration
17110 * Linux 2.6.31.1
17111
17112 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
17113
17114 linux (2.6.31-10.35) karmic; urgency=low
17115
17116 [ Amit Kucheria ]
17117
17118 * Disable CONFIG_UEVENT_HELPER_PATH
17119
17120 [ Andy Whitcroft ]
17121
17122 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
17123 * remove the tlsup driver
17124 * remove lmpcm logitech driver support
17125
17126 [ Bryan Wu ]
17127
17128 * Add 3 missing files to prerm remove file list
17129 - LP: #345623, #415832
17130
17131 [ Chris Wilson ]
17132
17133 * [Upstream] drm/i915: Check that the relocation points to within the
17134 target
17135 - LP: #429241
17136
17137 [ Luke Yelavich ]
17138
17139 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
17140
17141 [ Manoj Iyer ]
17142
17143 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
17144 - LP: #348861
17145
17146 [ Tim Gardner ]
17147
17148 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
17149 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
17150 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
17151 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
17152 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
17153 Upstream suggests that this is not the right approach.
17154
17155 * [Config] Set default I/O scheduler to DEADLINE
17156 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
17157 - LP: #381300
17158
17159 [ ubuntu@tjworld.net ]
17160
17161 * SAUCE: ipw2200: Enable LED by default
17162 - LP: #21367
17163
17164 [ Upstream Kernel Changes ]
17165
17166 * ALSA: hda - Add support for new AMD HD audio devices
17167 - LP: #430564
17168
17169 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
17170
17171 linux (2.6.31-10.34) karmic; urgency=low
17172
17173 [ Ted Tso ]
17174
17175 * [Upstream] ext3: Don't update superblock write time when filesystem is
17176 read-only
17177 - LP: #427822
17178
17179 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
17180
17181 linux (2.6.31-10.33) karmic; urgency=low
17182
17183 [ Leann Ogasawara ]
17184
17185 * [Upstream] dvb-usb: fix tuning with Cinergy T2
17186 - LP: #421258
17187
17188 [ Tim Gardner ]
17189
17190 * [Config] Unconditionally copy files from sub-flavours lists.
17191 (really, really fix it this time)
17192 - LP: #423426
17193 * [Config] Set CONFIG_CACHEFILES=m for all flavours
17194
17195 [ Upstream Kernel Changes ]
17196
17197 * ext4: Don't update superblock write time when filesystem is read-only
17198 - LP: #427822
17199
17200 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
17201
17202 linux (2.6.31-10.32) karmic; urgency=low
17203
17204 [ Eric Miao ]
17205
17206 * [Config] enable module support for memory stick
17207 - LP: #159951
17208
17209 [ Tim Gardner ]
17210
17211 * [Config] Unconditionally copy files from sub-flavours lists.
17212 - LP: #423426
17213
17214 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
17215
17216 linux (2.6.31-10.31) karmic; urgency=low
17217
17218 [ Andy Whitcroft ]
17219
17220 * rebase to v2.6.31 final
17221
17222 [ Colin Watson ]
17223
17224 * [Config] Recommend grub-pc in linux-image
17225 - LP: #385741
17226
17227 [ Ike Panhc ]
17228
17229 * [Upstream] Pull latest update of lenovo-sl-laptop
17230
17231 [ Peter Feuerer ]
17232
17233 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
17234 model
17235 - LP: #426691
17236
17237 [ Tim Gardner ]
17238
17239 * [Config] De-macro some package names.
17240
17241 [ Upstream Changes ]
17242
17243 * rebase to 2.6.31 final.
17244
17245 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
17246
17247 linux (2.6.31-10.30) karmic; urgency=low
17248
17249 [ Amit Kucheria ]
17250
17251 * [Config] Enable CONFIG_USB_DEVICEFS
17252 - LP: #417748
17253 * [Config] Populate the config-update template a bit more
17254
17255 [ Andy Whitcroft ]
17256
17257 * rebase to v2.6.31-rc9
17258 * [Config] update configs following rebase to v2.6.31-rc9
17259 * [Config] update ports configs following rebase to v2.6.31-rc9
17260
17261 [ Colin Ian King ]
17262
17263 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
17264 - LP: #254837
17265
17266 [ Jerone Young ]
17267
17268 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
17269 white-list
17270 - LP: #281732
17271 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
17272 white-list
17273 - LP: #281732
17274 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
17275 white-list
17276 - LP: #281732
17277 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
17278 white-list
17279 - LP: #281732
17280 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
17281 white-list
17282 - LP: #281732
17283
17284 [ John Johansen ]
17285
17286 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
17287 - LP: #419308
17288 * SAUCE: AppArmor: Return the correct error codes on profile
17289 addition/removal
17290 - LP: #408473
17291 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
17292 - LP: #408454
17293 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
17294 - LP: #419222
17295 * SAUCE: AppArmor: Fix change_profile failure
17296 - LP: #401931
17297 * SAUCE: AppArmor: Tell git to ignore generated include files
17298 - LP: #419505
17299
17300 [ Stefan Bader ]
17301
17302 * [Upstream] acpi: video: Loosen strictness of video bus detection code
17303 - LP: #333386
17304 * SAUCE: Remove ov511 driver from ubuntu subdirectory
17305
17306 [ Tim Gardner ]
17307
17308 * [Config] Exclude char-modules from non-x86 udeb creation
17309 * SAUCE: Notify the ACPI call chain of AC events
17310 * [Config] CONFIG_SATA_VIA=m
17311 - LP: #403385
17312 * [Config] Build in all phylib support modules.
17313 * [Config] Don't fail when sub-flavour files are missing
17314 - LP: #423426
17315 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
17316 - LP: #423513
17317
17318 [ Upstream ]
17319
17320 * Rebased against v2.6.31-rc9
17321
17322 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
17323
17324 linux (2.6.31-9.29) karmic; urgency=low
17325
17326 [ Leann Ogasawara ]
17327
17328 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
17329 - LP: #419993
17330 * [Config] d-i/modules: Add new char-modules file, initialize with
17331 intel-agp
17332 - LP: #420605
17333
17334 [ Upstream ]
17335
17336 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
17337 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
17338 adda766193ea1cf3137484a9521972d080d0b7af.
17339
17340 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
17341
17342 linux (2.6.31-8.28) karmic; urgency=low
17343
17344 [ Ike Panhc ]
17345
17346 * [Config] Let nic-shared-modules depends on crypto-modules
17347 - LP: #360966
17348
17349 [ Leann Ogasawara ]
17350
17351 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
17352 constant
17353 - LP: #412492
17354
17355 [ Mario Limonciello ]
17356
17357 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
17358 status if HW switch is disabled
17359 - LP: #418721
17360 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
17361 Compal made Dell laptops
17362 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
17363 with rfkill support
17364
17365 [ Tim Gardner ]
17366
17367 * [Config] Add acpiphp to virtual sub-flavour
17368 - LP: #364916
17369 * Drop KSM patch set for now because of instabilities with encrypted swap.
17370 - LP: #418781
17371
17372 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
17373
17374 linux (2.6.31-7.27) karmic; urgency=low
17375
17376 [ Tim Gardner ]
17377
17378 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
17379 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
17380 Replaces previous ksm patches from 2.6.31-6.25
17381 * [Config] KSM=y
17382
17383 [ Upstream ]
17384
17385 * Rebased against v2.6.31-rc7
17386
17387 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
17388
17389 linux (2.6.31-6.26) karmic; urgency=low
17390
17391 [ Andy Whitcroft ]
17392
17393 * [Config] enable CONFIG_AUFS_BR_RAMFS
17394 - LP: #414738
17395 * split out debian directory ready for abstraction
17396 * add printdebian target to find branch target
17397 * abstracted debian -- debian/files is not abstracted
17398 * abstracted debian -- packages must be built in debian/<pkg>
17399 * abstracted debian -- kernel-wedge needs to work in debian/
17400 * abstracted debian -- ensure we install the copyright file
17401 * abstracted-debian -- drop the debian directories from headers
17402 * abstracted-debian -- drop the debian directories from headers part 2
17403 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
17404 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
17405 - LP: #410198
17406
17407 [ Luke Yelavich ]
17408
17409 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
17410 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
17411 - LP: #413150
17412 * [Config] Ports: Build all cpu frequency scaling governors into ports
17413 kernels
17414 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
17415 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
17416 * [Config] Ports: Enable PS3 network driver
17417
17418 [ Stefan Bader ]
17419
17420 * abstracted debian -- call $(DEBIAN)/rules using make
17421
17422 [ Tim Gardner ]
17423
17424 * [Config] Abstract the debian directory
17425 * SAUCE: Improve error reporting in postinst
17426 - LP: #358564
17427
17428 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
17429
17430 linux (2.6.31-6.25) karmic; urgency=low
17431
17432 [ Andy Whitcroft ]
17433
17434 * script to generate Ubuntu changes from changelog
17435 * [Config] standardise ANDROID options
17436 * [Config] standardise CONFIG_ATM as module
17437 * [Config] standardise CONFIG_LIB80211 as module
17438 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
17439 * [Config] set CONFIG_CRAMFS as module
17440 * [Config] enable CONFIG_DAB and modules
17441 * [Config] set CONFIG_MAC80211_HWSIM as module
17442 * [Config] set CONFIG_NET_CLS_FLOW as module
17443 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
17444 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
17445 * [Config] set CONFIG_RTC_DRV_DS1511 as module
17446 * [Config] set CONFIG_RTC_DRV_R9701 as module
17447 * [Config] set CONFIG_RTC_DRV_S35390A as module
17448 * [Config] set CONFIG_TOIM3232_DONGLE as module
17449 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
17450 * [Config] standardise CONFIG_USB_G_PRINTER as module
17451 * [Config] standardise CONFIG_USB_SERIAL_IR as module
17452 * [Config] set CONFIG_USB_SERIAL_IUU as module
17453 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
17454 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
17455 * cleanup remains of dm-loop
17456 * drop thinkpad ec and smapi support
17457 * drop appleir
17458 * [Config] update configs following rebase to v2.6.31-rc6
17459 * rebase to v2.6.31-rc6
17460
17461 [ Hugh Dickins ]
17462
17463 * SAUCE: ksm patch 1, drop after 2.6.31
17464 * SAUCE: ksm patch 2, drop after 2.6.31
17465 * SAUCE: ksm patch 3, drop after 2.6.31
17466 * SAUCE: ksm patch 4, drop after 2.6.31
17467 * SAUCE: ksm patch 5, drop after 2.6.31
17468 * SAUCE: ksm patch 7, drop after 2.6.31
17469
17470 [ Izik Eidus ]
17471
17472 * SAUCE: ksm patch 0, drop after 2.6.31
17473 * SAUCE: ksm patch 6, drop after 2.6.31
17474 * SAUCE: ksm patch 8, drop after 2.6.31
17475 * SAUCE: ksm patch 9, drop after 2.6.31
17476
17477 [ Luke Yelavich ]
17478
17479 * [Config] Ports: Re-add PS3 modules to udebs
17480
17481 [ Michael Casadevall ]
17482
17483 * [Config] Update SPARC config and d-i files to reflect what can be built
17484
17485 [ Tim Gardner ]
17486
17487 * [Config] Removed armel package support
17488 * [Config] Enabled CONFIG_KSM=y
17489
17490 [ Upstream Kernel Changes ]
17491
17492 * Rebased against v2.6.31-rc6
17493 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
17494 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
17495 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
17496 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
17497 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
17498 changes"
17499 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
17500 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
17501 revision"
17502 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
17503 by default"
17504 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
17505 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
17506 ARCH_MXC_CANONICAL"
17507 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
17508 CONFIG_GPIOLIB"
17509 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
17510 2.6.31"
17511 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
17512 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
17513 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
17514 mxc_uart.h _everywhere_"
17515 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
17516 correct location"
17517 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
17518 snd_card_create"
17519 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
17520 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
17521 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
17522 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
17523 mxc_map_io."
17524 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17525 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17526 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
17527 with snd_soc_card."
17528 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
17529 structure"
17530 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
17531 DMA_MODE_READ/WRITE/MASK"
17532 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
17533 Freescale mx51 platform"
17534 * Driver core: add new device to bus's list before probing
17535 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
17536 power-saving
17537 - LP: #381693, #399750, #380892
17538
17539 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
17540
17541 linux (2.6.31-5.24) karmic; urgency=low
17542
17543 [ Amit Kucheria ]
17544
17545 * ARM: IMX51: Make video capture drivers compile
17546 * [Config] IMX51: Config updates
17547
17548 [ Andy Whitcroft ]
17549
17550 * remove leftovers of dm-bbr
17551
17552 [ Leann Ogasawara ]
17553
17554 * Add pata_cs5535 to pata-modules
17555 - LP: #318805
17556
17557 [ Luke Yelavich ]
17558
17559 * [Config] CONFIG_PPC64=y for powerpc64-smp
17560 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
17561 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
17562 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
17563 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
17564 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
17565 * [Config] Enable all PS3 drivers in powerpc64-smp
17566
17567 [ Mario Limonciello ]
17568
17569 * LIRC -- fix lirc-i2c 2.6.31 compilation
17570
17571 [ Matthew Garrett ]
17572
17573 * [Upstream] dell-laptop: Fix rfkill state queries
17574
17575 [ Tim Gardner ]
17576
17577 * [Config] Ignore armel ABI and module changes
17578 * [Config] Update configs after rebase against 2.6.31-rc5
17579
17580 [ Upstream ]
17581
17582 * Rebased to 2.6.31-rc5
17583
17584 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
17585
17586 linux (2.6.31-4.23) karmic; urgency=low
17587
17588 [ Andy Whitcroft ]
17589
17590 * AUFS -- update to aufs2-30 20090727
17591 * [Config] enable AUFS FUSE support
17592
17593 [ Luke Yelavich ]
17594
17595 * [Config] CONFIG_JFS_FS=m on sparc
17596
17597 [ Tim Gardner ]
17598
17599 * [Upstream] dell-laptop: Fix rfkill state setting.
17600
17601 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
17602
17603 linux (2.6.31-4.22) karmic; urgency=low
17604
17605 [ Amit Kucheria ]
17606
17607 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
17608 * ARM: IMX51: Move board-mx51* header files to the correct location
17609 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
17610 * ARM: IMX51: Make it compile.
17611 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
17612 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
17613 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
17614 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
17615 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
17616 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
17617 * ARM: staging: udlfb: Add vmalloc.h include
17618 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
17619
17620 [ Brad Figg ]
17621
17622 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
17623 * ARM: IMX51: codec structure was moved to the card structure
17624 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
17625 * ARM: IMX51: Get to bus_id by calling dev_name.
17626 * ARM: IMX51: Get to bus_id by calling dev_name.
17627 * ARM: IMX51: Added external declaration for mxc_map_io.
17628 * ARM: IMX51: Removed the mxc_gpio_port structure.
17629 * ARM: IMX51: mxc_timer_init prototype
17630 * ARM: IMX51: Fix up merge error in Kconfig
17631 * ARM: IMX51: Changed from snd_card_new to snd_card_create
17632
17633 [ Dinh Nguyen ]
17634
17635 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
17636 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
17637 * ARM: IMX51: Babbage 2.5 needs a different system revision
17638 * ARM: IMX51: IPU irq handler deadlock fix
17639
17640 [ Tim Gardner ]
17641
17642 * [Config] Enabled CONFIG_CAN=m
17643 - LP: #327243
17644 * [Config] Enabled CONFIG_SERIAL=m
17645 - LP: #397189
17646
17647 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
17648
17649 linux (2.6.31-4.21) karmic; urgency=low
17650
17651 [ Amit Kucheria ]
17652
17653 * dm-raid-4-5: Add missing brackets around test_bit()
17654
17655 [ John Johansen ]
17656
17657 * AppArmor: Fix change_profile failing lpn401931
17658 * AppArmor: Fix determination of forced AUDIT messages.
17659 * AppArmor: Fix oops in auditing of the policy interface offset
17660
17661 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
17662
17663 linux (2.6.31-4.20) karmic; urgency=low
17664
17665 [ Andy Whitcroft ]
17666
17667 * SAUCE: iscsitarget -- update to SVN revision r214
17668 * SAUCE: iscsitarget -- renable driver
17669 * [Config] consolidate lpia/lpia and i386/generic configs
17670 * [Config] enable CRYPTO modules for all architectures
17671 * [Config] enable cryptoloop
17672 * [Config] enable various filesystems for armel
17673 * [Config] sync i386 generic and generic-pae
17674 * [Config] add the 386 (486 processors and above) flavour
17675 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
17676 - LP: #399914
17677 * add genconfigs/genportsconfigs to extract the built configs
17678 * updateconfigs -- alter concatenation order allow easier updates
17679 * intelfb -- INTELFB now conflicts with DRM_I915
17680 * printchanges -- rebase tree does not have stable tags use changelog
17681 * AppArmor: fix argument size missmatch on 64 bit builds
17682
17683 [ Ike Panhc ]
17684
17685 * Ship bnx2x firmware in nic-modules udeb
17686 - LP: #360966
17687
17688 [ Jeff Mahoney ]
17689
17690 * AppArmor: fix build failure on ia64
17691
17692 [ John Johansen ]
17693
17694 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
17695 initialize.
17696 * AppArmour: fix auditing of domain transitions to include target profile
17697 information
17698 * AppArmor: fix C99 violation
17699 * AppArmor: revert reporting of create to write permission.
17700 * SAUCE: Add config option to set a default LSM
17701 * [Config] enable AppArmor by default
17702 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
17703
17704 [ Keith Packard ]
17705
17706 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
17707 hardware
17708 - LP: #351756
17709
17710 [ Luke Yelavich ]
17711
17712 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
17713 header packages
17714 - LP: #355344
17715
17716 [ Michael Casadevall ]
17717
17718 * [Config] update SPARC config files to allow success build
17719
17720 [ Scott James Remnant ]
17721
17722 * SAUCE: trace: add trace_event for the open() syscall
17723
17724 [ Stefan Bader ]
17725
17726 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
17727 - LP: #396780
17728
17729 [ Tim Gardner ]
17730
17731 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
17732 - LP: #397499
17733 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
17734 refresh
17735 - LP: #365291
17736 * [Config] SSB/B44 are common across all arches/flavours.
17737
17738 [ Upstream ]
17739
17740 * Rebased to 2.6.31-rc4
17741
17742 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
17743
17744 linux (2.6.31-3.19) karmic; urgency=low
17745
17746 [ Andy Whitcroft ]
17747
17748 * Revert "[Config] Disabled NDISWRAPPER"
17749 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
17750 * AUFS -- export various core functions
17751 * AUFS -- export various core functions -- fixes
17752 * AUFS -- core filesystem
17753 * AUFS -- track changes in v2.6.31
17754 * [Config] Enable AUFS
17755 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17756 is already upstream but failed to auto-drop on rebase.
17757
17758 [ Eric Paris ]
17759
17760 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17761 choose
17762 * SAUCE: inotify: check filename before dropping repeat events
17763 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17764
17765 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17766
17767 linux (2.6.31-3.18) karmic; urgency=low
17768
17769 [ Andy Whitcroft ]
17770
17771 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17772 AUFS"
17773 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17774 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17775 security_inode_permission"
17776 * clear out left over AUFS files and modifications
17777
17778 [ Luke Yelavich ]
17779
17780 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17781 * SAUCE: Explicitly include header files to allow apparmor to build on
17782 powerpc
17783 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17784
17785 [ Tim Gardner ]
17786
17787 * [Config] Dropped ubuntu/misc/wireless/acx
17788 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17789
17790 [ Upstream ]
17791
17792 * Rebased to 2.6.31-rc3
17793
17794 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17795
17796 linux (2.6.31-2.17) karmic; urgency=low
17797
17798 [ Andy Whitcroft ]
17799
17800 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17801 * compcache -- remove redundant Kconfig entries part 2
17802 * compcache -- clean up CCFLAGS declarations
17803 * [Config] enable AppArmor
17804 * AppArmor: fix operator precidence issue in as_path_link
17805
17806 [ John Johansen ]
17807
17808 * AppArmor security module
17809 * AppArmor: Correct mapping of file permissions.
17810 * AppArmor: Turn auditing of ptrace on
17811
17812 [ Luke Yelavich ]
17813
17814 * [Config] disable CONFIG_DM_RAID45 on powerpc
17815
17816 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17817
17818 linux (2.6.31-2.16) karmic; urgency=low
17819
17820 [ Andy Whitcroft ]
17821
17822 * compcache -- remove redundant Kconfig entries
17823 added ignore and ignore.modules for all arches since the compcache update
17824 changes the modules names as well as some compcache ABI values.
17825
17826 [ Manoj Iyer ]
17827
17828 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17829 * SAUCE: update compcache version to 0.5.3
17830
17831 [ Tim Gardner ]
17832
17833 * [Config]: Fix sparc FTBS by adding ignore.modules
17834
17835 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17836
17837 linux (2.6.31-2.15) karmic; urgency=low
17838
17839 [ Andy Whitcroft ]
17840
17841 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17842 * [Config] Update configs following rebase to 2.6.31-rc2
17843 * [Config] update ports configs following update to 2.6.31-rc2
17844
17845 [ Luke Yelavich ]
17846
17847 * [Config] powerpc - Disable CONFIG_RDS
17848
17849 [ Matt Zimmerman ]
17850
17851 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17852 - LP: #382115
17853
17854 [ Upstream Kernel Changes ]
17855
17856 * rebased to mainline 2.6.31-rc2
17857
17858 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17859
17860 linux (2.6.31-1.14) karmic; urgency=low
17861
17862 [ Andy Whitcroft ]
17863
17864 * update ndiswrapper to 1.55
17865 * remove leftovers of gfs
17866 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17867
17868 [ Luke Yelavich ]
17869
17870 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17871 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17872 kernel
17873
17874 [ Manoj Iyer ]
17875
17876 * Remove snd-bt-sco ubuntu driver
17877
17878 [ Michael Casadevall ]
17879
17880 * [Config] updates ia64 config and d-i folders to allow succesful build
17881 * [Config] Update powerpc and sparc for 2.6.31
17882
17883 [ Upstream Kernel Changes ]
17884
17885 * intel-iommu: fix Identity Mapping to be arch independent
17886 - LP: #384695
17887 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17888
17889 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17890
17891 linux (2.6.31-1.13) karmic; urgency=low
17892
17893 [ Andy Whitcroft ]
17894
17895 * REBASE: rebased to mainline 2.6.31-rc1
17896 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17897 no longer applies, using deprecated interfaces, LPIA only, dropped
17898 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17899 changes now upstream, dropped
17900 * [Config] Update configs following rebase to 2.6.31-rc1
17901 * [Config] update ports configs following update to 2.6.31-rc1
17902
17903 * [Config] disable broken staging driver CONFIG_STLC45XX
17904 * SAUCE: fix compcache to use updates accessors
17905 * [Config] disable staging driver CONFIG_VT6655
17906 * SAUCE: fix DRDB to use updates accessors
17907 * [Disable] ndiswrapper needs update
17908 * [Disable] LIRC I2C needs update
17909 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17910 * [Config] disable I2C_DESIGNWARE does not compile
17911 * [Config] disable CONFIG_TLSUP for lpia
17912 * [Config] disable CONFIG_FB_UDL for arm
17913 * SAUCE: disable adding scsi headers to linux-libc-dev
17914
17915 [ Mario Limonciello ]
17916
17917 * SAUCE: Add LIRC drivers
17918
17919 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17920
17921 linux (2.6.30-10.12) karmic; urgency=low
17922
17923 [ Andy Whitcroft ]
17924
17925 * [Config] split out the ports configs into their own family
17926 * [Config] update configs following introduction of ports family
17927
17928 [ Upstream Kernel Changes ]
17929
17930 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17931 description". Fixes linux-doc package name conflicts for now.
17932 - LP: #382115
17933
17934 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17935
17936 linux (2.6.30-10.11) karmic; urgency=low
17937
17938 [ Amit Kucheria ]
17939
17940 * [Config] Comment splitconfig.pl and misc cleanup
17941 * [Config] Rename all configs to the new naming scheme
17942 * [Config] Splitconfig rework
17943 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17944 * [Config] Fix build system for new config split
17945 * [Config] Run updateconfigs after the splitconfig rework
17946
17947 [ Andy Whitcroft ]
17948
17949 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17950 * [Config] standardise CONFIG_STAGING=y
17951 * [Config] standardise CONFIG_RD_LZMA=y
17952 * [Config] CONFIG_PCI_IOV=y
17953 * [Config] CONFIG_PCI_STUB=m
17954 * [Config] merge kernel configs more agressively
17955
17956 [ Colin Watson ]
17957
17958 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17959 * [Config] Add support for including firmware in udebs
17960 * [Config] Ship bnx2 firmware in nic-modules udeb
17961 - LP: #384861
17962
17963 [ Luke Yelavich ]
17964
17965 * [Config] ports - Import of ports architectures into kernel packaging
17966 infrastructure
17967 * [Config] ports - Do not update ports kernel configurations by default
17968 * [Config] ports - Disable ABI checking for ports architectures
17969 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17970 * [Config] ports - Add control.d/vars.* files for ports architectures
17971 * [Config] ports - Add ports architectures for linux-libc-dev
17972 * [Config] ports - Create powerpc specific message-modules and
17973 block-modules udebs
17974 * [Config] ports - Add configuration files for ports architectures
17975
17976 [ Manoj Iyer ]
17977
17978 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17979 - LP: #329864
17980
17981 [ Michael Casadevall ]
17982
17983 * [Config] ports - Fix compression of kernels
17984
17985 [ Stefan Bader ]
17986
17987 * [Upstream] mmc: prevent dangling block device from accessing stale
17988 queues
17989 - LP: #383668
17990
17991 [ Tim Gardner ]
17992
17993 * [Config] Recommend grub-pc in linux-image
17994 - LP: #385741
17995 * [Config] Implement i386 generic and generic-pae flavours
17996 * [Config] ports - Add control info after integrating ports arches
17997 * [Config] Removed auto-generated files from git
17998 * [Config] Added netxen_nic to nic-modules
17999 - LP: #389603
18000
18001 [ Matt Zimmerman ]
18002
18003 * Rename linux-doc-PKGVER to linux-doc and clean up its description
18004 - LP: #382115
18005
18006 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
18007
18008 linux (2.6.30-9.10) karmic; urgency=low
18009
18010 [ Andy Whitcroft ]
18011
18012 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
18013 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
18014 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
18015 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
18016 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
18017 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
18018
18019 [ Upstream Kernel Changes ]
18020
18021 * rebased to 2.6.30 final
18022
18023 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
18024
18025 linux (2.6.30-8.9) karmic; urgency=low
18026
18027 [ Andy Whitcroft ]
18028
18029 * Config update removed the following options:
18030 CONFIG_EDAC_AMD8111=m
18031 CONFIG_EDAC_AMD8131=m
18032
18033 [ Upstream Kernel Changes ]
18034
18035 * rebased to 2.6.30-rc8
18036
18037 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
18038
18039 linux (2.6.30-7.8) karmic; urgency=low
18040
18041 [ Andy Whitcroft ]
18042
18043 * Enabled NEW configration options:
18044 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
18045 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
18046
18047 [ Upstream Kernel Changes ]
18048
18049 * rebased to 2.6.30-rc7
18050
18051 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
18052
18053 linux (2.6.30-6.7) karmic; urgency=low
18054
18055 [ Andy Whitcroft ]
18056
18057 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
18058 upstream)
18059
18060 [ Upstream Kernel Changes ]
18061
18062 * rebased to 2.6.30-rc6
18063
18064 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
18065
18066 linux (2.6.30-5.6) karmic; urgency=low
18067
18068 [ Tim Gardner ]
18069
18070 * [Config] Enable Keyspan USB serial device firmware in kernel module
18071 - LP: #334285
18072
18073 [ Upstream Kernel Changes ]
18074
18075 * rebased to 2.6.30-rc5
18076
18077 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
18078
18079 linux (2.6.30-4.5) karmic; urgency=low
18080
18081 [ Colin Watson ]
18082
18083 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
18084 /usr/include/asm/* going missing
18085 - LP: #373214
18086
18087 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
18088
18089 linux (2.6.30-3.4) karmic; urgency=low
18090
18091 [ Kees Cook ]
18092
18093 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
18094 - LP: #369978
18095
18096 [ Stefan Bader ]
18097
18098 * SAUCE: input: Blacklist digitizers from joydev.c
18099 - LP: #300143
18100
18101 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
18102
18103 linux (2.6.30-2.3) karmic; urgency=low
18104
18105 [ Tim Gardner ]
18106
18107 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
18108 - LP: #369152
18109 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
18110 * [Config] CONFIG_DRM_I915_KMS=y
18111 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
18112 minimums
18113
18114 [ Upstream Kernel Changes ]
18115
18116 * rebased to 2.6.30-rc4
18117
18118 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
18119
18120 linux (2.6.30-1.2) karmic; urgency=low
18121
18122 [ Tim Gardner ]
18123
18124 * [Config] armel: disable staging drivers, fixes FTBS
18125 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
18126
18127 [ Upstream Kernel Changes ]
18128
18129 * mpt2sas: Change reset_type enum to avoid namespace collision.
18130 Submitted upstream.
18131
18132 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
18133
18134 linux (2.6.30-1.1) karmic; urgency=low
18135
18136 * Initial release after rebasing against v2.6.30-rc3
18137
18138 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
18139