]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blame - debian.master/changelog
UBUNTU: rebase to v4.10
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
CommitLineData
7f3489eb
TG
1linux (4.10.0-9.11) UNRELEASED; urgency=low
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
f0987d53
TG
7 [ Upstream Kernel Changes ]
8
9 * rebase to v4.10
10
7f3489eb
TG
11 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Feb 2017 11:18:07 -0700
12
75b5a0fd 13linux (4.10.0-8.10) zesty; urgency=low
2b04bc9d 14
75b5a0fd
TG
15 [ Tim Gardner ]
16
17 * Release Tracking Bug
18 - LP: #1664217
19
20 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
21 (LP: #1663687)
22 - scsi: storvsc: Enable tracking of queue depth
23 - scsi: storvsc: Remove the restriction on max segment size
24 - scsi: storvsc: Enable multi-queue support
25 - scsi: storvsc: use tagged SRB requests if supported by the device
26 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
27 - scsi: storvsc: properly set residual data length on errors
28
29 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
30 caused KVM host hung and all KVM guests down. (LP: #1651248)
31 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
32 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
33 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
34 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
35 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
36
37 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
38 (LP: #1531747)
39 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
40
41 * CVE-2016-1575 (LP: #1534961)
42 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
43
44 * CVE-2016-1576 (LP: #1535150)
45 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
46
47 * Miscellaneous Ubuntu changes
48 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
49 - SAUCE: Import aufs driver
50 - d-i: Build message-modules udeb for arm64
51 - rebase to v4.10-rc8
52
53 * Miscellaneous upstream changes
54 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
55 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
56 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
57 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
58 - Revert "UBUNTU: SAUCE: Import aufs driver"
2b04bc9d 59
e2b3a5fb
TG
60 [ Upstream Kernel Changes ]
61
62 * rebase to v4.10-rc8
63
2b04bc9d
TG
64 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
65
97c4afde 66linux (4.10.0-7.9) zesty; urgency=low
15598609 67
97c4afde
TG
68 [ Tim Gardner ]
69
70 * Release Tracking Bug
71 - LP: #1662201
72
73 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
74 - [Config] CONFIG_DRM_AMDGPU_CIK=y
75
76 * regession tests failing after stackprofile test is run (LP: #1661030)
77 - fix regression with domain change in complain mode
78
79 * Permission denied and inconsistent behavior in complain mode with 'ip netns
80 list' command (LP: #1648903)
81 - fix regression with domain change in complain mode
82
83 * flock not mediated by 'k' (LP: #1658219)
84 - SAUCE: apparmor: flock mediation is not being enforced on cache check
85
86 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
87 from a unshared mount namespace (LP: #1656121)
88 - SAUCE: apparmor: null profiles should inherit parent control flags
89
90 * apparmor refcount leak of profile namespace when removing profiles
91 (LP: #1660849)
92 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
93
94 * tor in lxd: apparmor="DENIED" operation="change_onexec"
95 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
96 name="system_tor" (LP: #1648143)
97 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
98 namespaces
99
100 * apparmor_parser hangs indefinitely when called by multiple threads
101 (LP: #1645037)
102 - SAUCE: apparmor: fix lock ordering for mkdir
103
104 * apparmor leaking securityfs pin count (LP: #1660846)
105 - SAUCE: apparmor: fix leak on securityfs pin count
106
107 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
108 (LP: #1660845)
109 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
110 fails
111
112 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
113 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
114
115 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
116 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
117
118 * apparmor auditing denied access of special apparmor .null fi\ le
119 (LP: #1660836)
120 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
121
122 * apparmor label leak when new label is unused (LP: #1660834)
123 - SAUCE: apparmor: fix label leak when new label is unused
124
125 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
126 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
127
128 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
129 - SAUCE: apparmor: fix replacement race in reading rawdata
130
131 * unix domain socket cross permission check failing with nested namespaces
132 (LP: #1660832)
133 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
134
135 * Regression tests can not detect binfmt_elf mmpa semantic change
136 (LP: #1630069)
137 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
138
139 * Support snaps inside of lxd containers (LP: #1611078)
140 - apparmor: add interface to be able to grab loaded policy
141 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
142 - apparmor: add __aa_find_ns fn
143 - apparmor: add mkdir/rmdir interface to manage policy namespaces
144 - apparmor: fix oops in pivot_root mediation
145 - apparmor: fix warning that fn build_pivotroot discards const
146 - apparmor: add interface to advertise status of current task stacking
147 - apparmor: update policy permissions to consider ns being viewed/managed
148 - apparmor: add per ns policy management interface
149 - apparmor: bump domain stacking version to 1.2
150
151 * change_hat is logging failures during expected hat probing (LP: #1615893)
152 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
153
154 * deleted files outside of the namespace are not being treated as disconnected
155 (LP: #1615892)
156 - SAUCE: apparmor: deleted dentries can be disconnected
157
158 * stacking to unconfined in a child namespace confuses mediation
159 (LP: #1615890)
160 - SAUCE: apparmor: special case unconfined when determining the mode
161
162 * apparmor module parameters can be changed after the policy is locked
163 (LP: #1615895)
164 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
165
166 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
167 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
168
169 * label vec reductions can result in reference labels instead of direct access
170 to labels (LP: #1615889)
171 - SAUCE: apparmor: reduction of vec to single entry is just that entry
172
173 * profiles from different namespaces can block other namespaces from being
174 able to load a profile (LP: #1615887)
175 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
176
177 * The label build for onexec when stacking is wrong (LP: #1615881)
178 - SAUCE: apparmor: Fix label build for onexec stacking.
179
180 * The inherit check for new to old label comparison for domain transitions is
181 wrong (LP: #1615880)
182 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
183
184 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
185 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
186
187 * __label_update proxy comparison test is wrong (LP: #1615878)
188 - SAUCE: apparmor: Fix __label_update proxy comparison test
189
190 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
191 (LP: #1560583)
192 - SAUCE: apparmor: Allow ns_root processes to open profiles file
193 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
194
195 * policy namespace stacking (LP: #1379535)
196 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
197 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
198
199 * brd module compiled as built-in (LP: #1593293)
200 - [Config] CONFIG_BLK_DEV_RAM=m
201
202 * Miscellaneous Ubuntu changes
203 - SAUCE: apparmor: Fix FTBFS due to bad include path
204 - SAUCE: apparmor: add data query support
205 - rebase to v4.10-rc7
206
207 * Miscellaneous upstream changes
208 - fixup backout policy view capable for forward port
209 - apparmor: fix: Rework the iter loop for label_update
210 - apparmor: add more assertions for updates/merges to help catch errors
211 - apparmor: Make pivot root transitions work with stacking
212 - apparmor: convert delegating deleted files to mediate deleted files
213 - apparmor: add missing parens. not a bug fix but highly recommended
214 - apparmor: add a stack_version file to allow detection of bug fixes
215 - apparmor: push path lookup into mediation loop
216 - apparmor: default to allowing unprivileged userns policy
217 - apparmor: fix: permissions test to view and manage policy
218 - apparmor: Add Basic ns cross check condition for ipc
15598609 219
7a9190d6
TG
220 [ Upstream Kernel Changes ]
221
222 * rebase to v4.10-rc7
223
15598609
TG
224 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
225
dbd151ef 226linux (4.10.0-6.8) zesty; urgency=low
2360c180 227
dbd151ef
TG
228 [ Tim Gardner ]
229
230 * Release Tracking Bug
231 - LP: #1661300
232
233 * flock not mediated by 'k' (LP: #1658219)
234 - SAUCE: apparmor: flock mediation is not being enforced on cache check
235
236 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
237 from a unshared mount namespace (LP: #1656121)
238 - SAUCE: apparmor: null profiles should inherit parent control flags
239
240 * apparmor refcount leak of profile namespace when removing profiles
241 (LP: #1660849)
242 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
243
244 * tor in lxd: apparmor="DENIED" operation="change_onexec"
245 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
246 name="system_tor" (LP: #1648143)
247 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
248 namespaces
249
250 * apparmor_parser hangs indefinitely when called by multiple threads
251 (LP: #1645037)
252 - SAUCE: apparmor: fix lock ordering for mkdir
253
254 * apparmor leaking securityfs pin count (LP: #1660846)
255 - SAUCE: apparmor: fix leak on securityfs pin count
256
257 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
258 (LP: #1660845)
259 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
260 fails
261
262 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
263 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
264
265 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
266 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
267
268 * apparmor auditing denied access of special apparmor .null fi\ le
269 (LP: #1660836)
270 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
271
272 * apparmor label leak when new label is unused (LP: #1660834)
273 - SAUCE: apparmor: fix label leak when new label is unused
274
275 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
276 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
277
278 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
279 - SAUCE: apparmor: fix replacement race in reading rawdata
280
281 * unix domain socket cross permission check failing with nested namespaces
282 (LP: #1660832)
283 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
284
285 * Kdump through NMI SMP and single core not working on Ubuntu16.10
286 (LP: #1630924)
287 - hv: don't reset hv_context.tsc_page on crash
288
289 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
290 distribution (LP: #1628889)
291 - SAUCE: s390: kernel message catalog
292
293 * Miscellaneous Ubuntu changes
294 - [Config] Drop powerpc ABI files
2360c180
TG
295
296 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
297
308c0cf5
SF
298linux (4.10.0-5.7) zesty; urgency=low
299
300 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
301 Chromebook R11 (LP: #1630238)
302 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
303
304 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
305 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
306
307 * Miscellaneous Ubuntu changes
308 - d-i: initrd needs msm_emac on amberwing platform.
309 - [Config] Remove powerpc architecture builds
310 - [Config] updateconfigs after removing powerpc configs
311 - [Config] Update annotations after removing powerpc configs
312 - SAUCE: Disable timers selftest for now
313 - Rebase to v4.10-rc6
314 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
315 - Enable zfs build
316 - [Config] CONFIG_NET_DROP_MONITOR=m
bba9527c 317
b9c040fc
SF
318 [ Upstream Kernel Changes ]
319
320 * rebase to v4.10-rc6
321
308c0cf5 322 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
bba9527c 323
9330ca2d 324linux (4.10.0-4.6) zesty; urgency=low
030b9697 325
9330ca2d
SF
326 * Miscellaneous upstream changes
327 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
030b9697 328
9330ca2d 329 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
030b9697 330
12e53b71 331linux (4.10.0-3.5) zesty; urgency=low
5f4e07f9 332
12e53b71
SF
333 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
334 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
335
336 * ENA network driver moved to -extra (LP: #1657767)
337 - [Config] Move Amazon ENA network driver to the main kernel package
338
339 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
340 (LP: #1657539)
341 - block: relax check on sg gap
342
343 * i915 module requests unreleased GUC firmware files (LP: #1626740)
344 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
345 firmware
346
347 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
348 distribution (LP: #1628889)
349 - [Config] CONFIG_KMSG_IDS=y for s390
350 - SAUCE: s390 Kernel message catalog
351
352 * Miscellaneous Ubuntu changes
353 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
354 - SAUCE: vbox -- remove .readlink assignment
355 - Enable vbox build
356 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
357 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
358 - [Config] Fix up s390x config options changed during 4.10 rebase
359 - [Config] Update annotations for 4.10
360 - Disable all flavors for the powerpc architecture
5f4e07f9 361
fbee9470
TG
362 [ Upstream Kernel Changes ]
363
364 * rebase to v4.10-rc5
365
12e53b71 366 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
5f4e07f9 367
c0d0e54e 368linux (4.10.0-2.4) zesty; urgency=low
2f218d4b 369
c0d0e54e
TG
370 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
371 - [Config] Add IBM power drivers to the inclusion list
372
373 * Miscellaneous Ubuntu changes
374 - [Config] linux-source Provides should not be a macro
375 - [Config] Correct the note URL for LATENCYTOP
376 - rebase to v4.10-rc4
2f218d4b 377
59219e76
TG
378 [ Upstream Kernel Changes ]
379
380 * rebase to v4.10-rc4
381
2f218d4b
TG
382 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
383
7ff9db67 384linux (4.10.0-1.3) zesty; urgency=low
9bd40d9a 385
9548a18f
SF
386 [ Upstream Kernel Changes ]
387
388 * rebase to v4.10-rc3
389
7ff9db67 390 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
9bd40d9a 391
55d32b0c 392linux (4.10.0-0.2) zesty; urgency=low
53abb04a 393
55d32b0c
SF
394 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
395 host/NV kernel (LP: #1643652)
396 - [Config] Update and enforce IMA options
53abb04a 397
55d32b0c
SF
398 * Miscellaneous Ubuntu changes
399 - [Config] Disble stack protector for powerpc-smp
400
401 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
53abb04a 402
6a679021
SF
403linux (4.10.0-0.1) zesty; urgency=low
404
3f6fdd8c
SF
405 * IP-over-DDP packets dropped (LP: #1559772)
406 - [Config] CONFIG_IPDDP=n
407
408 * Miscellaneous Ubuntu changes
409 - [Config] Update annotations with recent config changes
410 - SAUCE: aufs -- remove .readlink assignment
411 - disable vbox build
412 - disable ZFS build
6a679021 413
98e55b68
SF
414 [ Upstream Kernel Changes ]
415
416 * rebase to v4.10-rc2
417
3f6fdd8c 418 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
6a679021 419
b58a399c 420linux (4.9.0-11.12) zesty; urgency=low
e4ab0566 421
b58a399c
TG
422 * Miscellaneous Ubuntu changes
423 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
424 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
e4ab0566 425
beafa51a
TG
426 [ Upstream Kernel Changes ]
427
428 * rebase to v4.9
429
e4ab0566
TG
430 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
431
71917fd7
TG
432linux (4.9.0-10.11) zesty; urgency=low
433
434 * d-i is missing usb support for platforms that use the xhci-platform driver
435 (LP: #1625222)
436 - d-i initrd needs additional usb modules to support the merlin platform
437
438 * Miscellaneous Ubuntu changes
439 - SAUCE: Import aufs driver
440 - SAUCE: aufs -- Convert to use xattr handlers
441 - SAUCE: aufs -- Add flags argument to aufs_rename()
442 - [Config] Enable aufs
443 - [Config] CONFIG_FSL_FMAN=y for powerpc
444 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
445 - [Config] Restore powerpc64-emb
446
447 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
448
a51e1b75 449linux (4.9.0-9.10) zesty; urgency=low
8fc4c565 450
a51e1b75
TG
451 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
452 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
453
454 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
455 - [Config] CONFIG_ARM64_ERRATUM_845719=y
456
457 * Update hio driver to 2.1.0.28 (LP: #1646643)
458 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
459
460 * Miscellaneous Ubuntu changes
461 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
462 - Build vbox for ARCH=x86
463 - SAUCE: Add aufs driver
464 - SAUCE: aufs -- Convert to use xattr handlers
465 - SAUCE: aufs -- Updates for rename2
466 - SAUCE: Export symbols used by aufs
467 - [Config] Enable aufs
8fc4c565
TG
468
469 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
470
8b49f7e4 471linux (4.9.0-8.9) zesty; urgency=low
0bd5bde8 472
8b49f7e4
TG
473 * Miscellaneous Ubuntu changes
474 - SAUCE: xr-usb-serial: only build for x86
475 Fixes s390x FTBS
0bd5bde8
TG
476
477 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
478
ef18e0b5 479linux (4.9.0-7.8) zesty; urgency=low
d535d2dd 480
ef18e0b5
TG
481 * Driver for Exar USB UART (LP: #1645591)
482 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
483 - SAUCE: xr-usb-serial: interface for switching modes
484 - SAUCE: cdc-acm: Exclude Exar USB serial ports
d535d2dd 485
d0eef8eb
TG
486 [ Upstream Kernel Changes ]
487
488 * rebase to v4.9-rc8
489
d535d2dd
TG
490 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
491
ac2ce7c2 492linux (4.9.0-6.7) zesty; urgency=low
0d538f9b 493
ac2ce7c2
TG
494 * Miscellaneous Ubuntu changes
495 - Set build_arch=x86 for i386
0d538f9b
TG
496
497 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
498
f3509366 499linux (4.9.0-5.6) zesty; urgency=low
1bd8d43d 500
f3509366
TG
501 * Miscellaneous Ubuntu changes
502 - [Debian] restore tools build
503 - Set build_arch=x86 for amd64 and x32
1bd8d43d
TG
504
505 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
506
55bf3703 507linux (4.9.0-4.5) zesty; urgency=low
25bf9132 508
55bf3703
TG
509 * linux: Staging modules should be unsigned (LP: #1642368)
510 - [Debian] Suppress module signing for staging drivers
511 - SAUCE: Add rtl drivers to signature inclusion list
512
513 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
514 host/NV kernel (LP: #1643652)
515 - [Config] CONFIG_IMA=y
516
517 * Miscellaneous Ubuntu changes
518 - [Debian] config-check -- Make it easier to find annotations syntax errors
519 - [Config] Enable various drivers for ARM platforms
520 - [Config] Fix s390x config carnage
521 - [Config] Set CONFIG_KEXEC=y for all architectures
522 - [Config] Fix up CONFIG_I2C_SLAVE values
523 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
524 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
525 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
526 - [Config] Update annotations
527 - [Config] CONFIG_NR_CPUS=8192 for amd64
25bf9132
TG
528
529 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
530
7ab763b3
TG
531linux (4.9.0-3.4) zesty; urgency=low
532
533 * Miscellaneous Ubuntu changes
534 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
535 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
536 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
537 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
538 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
539 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
540 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
541 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
542 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
543 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
544 - SAUCE: (namespace) fuse: Add support for pid namespaces
545 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
546 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
547 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
548 - SAUCE: (namespace) fuse: Allow user namespace mounts
549 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
550 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
551 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
552 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
553
554 * Miscellaneous upstream changes
555 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
35bf2177
TG
556
557 [ Upstream Kernel Changes ]
558
559 * rebase to v4.9-rc7
560
67e4ee33
TG
561 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
562
716ed3c8 563linux (4.9.0-2.3) zesty; urgency=low
3a977c00 564
716ed3c8
TG
565 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
566 - SAUCE: ibmvscsis: Rearrange functions for future patches
567 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
568 - SAUCE: ibmvscsis: Synchronize cmds at remove time
569 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
570 - SAUCE: ibmvscsis: Return correct partition name/# to client
571 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
572
573 * Move some kernel modules to the main kernel package (LP: #1642228)
574 - [Config] Move some powerpc kernel modules to the main kernel package
575
576 * linux: Staging modules should be unsigned (LP: #1642368)
577 - [Debian] Suppress module signing for staging drivers
578
579 * Miscellaneous Ubuntu changes
580 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
3a977c00 581
32da737f
TG
582 [ Upstream Kernel Changes ]
583
584 * rebase to v4.9-rc6
585
3a977c00
TG
586 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
587
9afeb32d
TG
588linux (4.9.0-1.2) zesty; urgency=low
589
590 * hio: SSD data corruption under stress test (LP: #1638700)
591 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
592 - SAUCE: hio: splitting bio in the entry of .make_request_fn
593
594 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
595 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
596 - SAUCE: hio: bio_endio() no longer takes errors arg
597 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
598 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
599 - SAUCE: hio: fix mask maybe-uninitialized warning
600 - SAUCE: hio: port to v4.8 base
601 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
602 - SAUCE: hio: Makefile and Kconfig
603 - [Config] Enforce CONFIG_HIO
604
605 * Miscellaneous Ubuntu changes
606 - rebase to v4.9-rc5
607 - zfs: remove the never implemented aio_fsync file operation
608 - [Config] Disable powerpc64-emb for FTBS
a943190c 609
1f063282
TG
610 [ Upstream Kernel Changes ]
611
612 * rebase to v4.9-rc5
613
a943190c
TG
614 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
615
547e6956
TG
616linux (4.9.0-0.1) zesty; urgency=low
617
547e6956
TG
618 [ Upstream Kernel Changes ]
619
209cadf6 620 * rebase to v4.9-rc4
547e6956
TG
621 - LP: #1465724
622 - LP: #1535802
623
624 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
625
626linux (4.9.0-0.0) yakkety; urgency=low
a31133c8 627
80320aca
SF
628 [ Seth Forshee ]
629
630 * Release Tracking Bug
631 - LP: #1632918
632
633 * Revert "If zone is so small that watermarks are the same, stop zone balance"
634 in yakkety (LP: #1632894)
635 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
636 same, stop zone balance."
a31133c8 637
80320aca 638 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
a31133c8 639
7088397f 640linux (4.8.0-24.26) yakkety; urgency=low
3dce9212 641
7088397f
SF
642 [ Seth Forshee ]
643
644 * Release Tracking Bug
645 - LP: #1632749
646
647 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
648 - SAUCE: (no-up) dm raid: fix compat_features validation
649
650 * kswapd0 100% CPU usage (LP: #1518457)
651 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
652 balance.
3dce9212 653
7088397f 654 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
3dce9212 655
5895da9a 656linux (4.8.0-23.25) yakkety; urgency=low
f7b2763e 657
5895da9a 658 [ Seth Forshee ]
f7b2763e 659
5895da9a
SF
660 * Release Tracking Bug
661 - LP: #1632484
662
663 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
664 __copy_tofrom_user (LP: #1632462)
665 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
666 __copy_tofrom_user
667
668 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
669 memory_stress_ng. (LP: #1628976)
670 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
671
672 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
673 ibmvfc) (LP: #1632116)
674 - scsi: ibmvfc: Fix I/O hang when port is not mapped
675
676 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
677 (LP: #1626983)
678 - [Config] Enable live patching on powerpc/ppc64el
679
680 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
681 - [Config] CONFIG_AUFS_XATTR=y
682
683 * Yakkety update to 4.8.1 stable release (LP: #1632445)
684 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
685 - Using BUG_ON() as an assert() is _never_ acceptable
686 - usb: misc: legousbtower: Fix NULL pointer deference
687 - Staging: fbtft: Fix bug in fbtft-core
688 - usb: usbip: vudc: fix left shift overflow
689 - USB: serial: cp210x: Add ID for a Juniper console
690 - Revert "usbtmc: convert to devm_kzalloc"
691 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
692 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
693 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
694 - Linux 4.8.1
695
696 * PSL data cache should be flushed before resetting CAPI adapter
697 (LP: #1632049)
698 - cxl: Flush PSL cache before resetting the adapter
699
700 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
701 - net: thunderx: Don't set RX_PACKET_DIS while initializing
702
703 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
704 - crypto: ghash-generic - move common definitions to a new header file
705 - crypto: vmx - Fix memory corruption caused by p8_ghash
706 - crypto: vmx - Ensure ghash-generic is enabled
707
708 * arm64: SPCR console not autodetected (LP: #1630311)
709 - of/serial: move earlycon early_param handling to serial
710 - [Config] CONFIG_ACPI_SPCR_TABLE=y
711 - ACPI: parse SPCR and enable matching console
712 - ARM64: ACPI: enable ACPI_SPCR_TABLE
713 - serial: pl011: add console matching function
714
715 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
716 (LP: #1630990)
717 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
718 CONFIG_SECURITYFS=n
719
720 * sha1-powerpc returning wrong results (LP: #1629977)
721 - crypto: sha1-powerpc - little-endian support
722
723 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
f7b2763e 724
d85bc481 725linux (4.8.0-22.24) yakkety; urgency=low
ae3a6ef0 726
d85bc481
AW
727 * CVE-2016-7039 (LP: #1631287)
728 - SAUCE: net: add recursion limit to GRO
ae3a6ef0 729
d85bc481 730 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
ae3a6ef0 731
2742a5db 732linux (4.8.0-21.23) yakkety; urgency=low
d067d8a0 733
2742a5db
TG
734 [ Tim Gardner ]
735
736 * Release Tracking Bug
737 - LP: #1630279
738
739 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
740 - Revert "Revert "powerpc: Simplify module TOC handling""
741
742 * Regression tests can not detect binfmt_elf mmpa semantic change
743 (LP: #1630069)
744 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
745
746 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
747 (LP: #1629204)
748 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
d067d8a0
TG
749
750 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
751
f65fc5d8 752linux (4.8.0-20.22) yakkety; urgency=low
0c1d1092 753
f65fc5d8
TG
754 [ Tim Gardner ]
755
756 * Release Tracking Bug
757 - LP: #1629730
758
759 [ Upstream Kernel Changes ]
760
761 * rebase to v4.8
0c1d1092
TG
762
763 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
764
e769e54a 765linux (4.8.0-19.21) yakkety; urgency=low
1198a2c7 766
e769e54a
TG
767 [ Tim Gardner ]
768
769 * Release Tracking Bug
770 - LP: #1629057
771
772 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
773 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
774
775 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
776 - SAUCE: nbd: Only delay uevent until connected
777
778 * Support snaps inside of lxd containers (LP: #1611078)
779 - apparmor: add interface to be able to grab loaded policy
780 - securityfs: update interface to allow inode_ops, and setup from vfs fns
781 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
782 - apparmor: add __aa_find_ns fn
783 - apparmor: add mkdir/rmdir interface to manage policy namespaces
784 - apparmor: fix oops in pivot_root mediation
785 - apparmor: fix warning that fn build_pivotroot discards const
786 - apparmor: add interface to advertise status of current task stacking
787 - apparmor: update policy permissions to consider ns being viewed/managed
788 - apparmor: add per ns policy management interface
789 - apparmor: bump domain stacking version to 1.2
790
791 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
792 (LP: #1628523)
793 - [Config] CONFIG_ZONE_DMA=y for generic
794
795 * Yakkety - disable ARCH_ZX (LP: #1628503)
796 - [Config] armhf: disable ARCH_ZX
797
798 * Enable switchdev config parameter for Yakkety (LP: #1628241)
799 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
800
801 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
802 (LP: #1628009)
803 - firmware: Update bnx2x to 7.13.1.0
804
805 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
806 - [Config] Enable CONFIG_IBMVNIC=m
807
808 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
809 (LP: #1628112)
810 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
811
812 * Miscellaneous Ubuntu changes
813 - Rebase to v4.8-rc8
814 - [Config] skip Ubuntu-4.8.0-18.20
815 - [Config] missing modules in armhf/s390x
1198a2c7 816
436a8f07
LO
817 * Miscellaneous Ubuntu changes
818 - rebase to v4.8-rc8
819
1198a2c7
LO
820 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
821
beea422b 822linux (4.8.0-17.19) yakkety; urgency=low
93749605 823
beea422b
LO
824 * Release Tracking Bug
825 - LP: #1627387
826
827 * build squashfs into xenial kernels by default (LP: #1593134)
828 - Remove squashfs udeb
829
830 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
831 - Add d-i support for ata_generic
832
833 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
834 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
835
836 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
837 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
838
839 * Yakkety - USB drivers must be built in (LP: #1627323)
840 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
841
842 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
843 (LP: #1627052)
844 - [Config] CONFIG_GOLDFISH=n
845
846 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
847 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
848 time in more detail"
849
850 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
851 - SAUCE: Fix regression which breaks DFS mounting
852
853 * Miscellaneous Ubuntu changes
854 - [Config] apply xenial configuration annotations
855 - s390x -- DEBUG_RODATA is now valid
856 - [Config] s390x -- CONFIG_SQUASHFS=y
857 - [Config] s390x -- CONFIG_ECRYPT_FS=y
858 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
859 - [Config] Enable CONFIG_ACPI_HED=y for arm64
860 - [Config] Enable CONFIG_QUICC_ENGINE=y
861
862 * Miscellaneous upstream changes
863 - annotations: pull back to xenial
93749605 864
beea422b 865 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
93749605 866
4a0e8200 867linux (4.8.0-16.17) yakkety; urgency=low
f1c53dc0 868
4a0e8200
TG
869 [ Tim Gardner ]
870
871 * Release Tracking Bug
872 - LP: #1626768
873
874 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
875 - [Config] CONFIG_ACPI_IORT=y
876 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
877 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
878 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
879 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
880 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
881 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
882 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
883 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
884
885 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
886 (LP: #1626394)
887 - [Config] CONFIG_ATA=y
888
889 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
890 - [Config] CONFIG_VMD=m
891 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
892 - [Config] CONFIG_OF=y for all arches
893 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
894 - [Config] Xenial device settings sync with amd64
895 - [Config] Xenial device settings sync with i386
896 - [Config] CONFIG_MTD_UBI_GLUEBI=m
897 - [Config] Xenial device settings sync with armhf
898 - [Config] Xenial device settings sync with arm64
899
900 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
901 - [Config] CONFIG_USERFAULTFD=y
902
903 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
904 - [Config] CONFIG_SLUB=y
905
906 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
907 (LP: #1626158)
908 - add nls_cp437 to the generic.inclusion-list
f1c53dc0
TG
909
910 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
911
8b72f08c 912linux (4.8.0-15.16) yakkety; urgency=low
f2630135 913
8b72f08c
TG
914 [ Tim Gardner ]
915
916 * Release Tracking Bug
917 - LP: #1626239
918
919 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
920 (LP: #1626158)
921 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
922 - [Config] CONFIG_NLS_CODEPAGE_437=y
923 - [Config] CONFIG_VFAT_FS=y
924
925 * Miscellaneous Ubuntu changes
926 - SAUCE: seccomp: log actions even when audit is disabled
f2630135
TG
927
928 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
929
3c99efb7 930linux (4.8.0-14.15) yakkety; urgency=low
c9b00a0f 931
3c99efb7
LO
932 * CVE-2016-1575 (LP: #1534961)
933 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
934 - SAUCE: overlayfs: Be more careful about copying up sxid files
935 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
c9b00a0f 936
3c99efb7
LO
937 * CVE-2016-1576 (LP: #1535150)
938 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
939 - SAUCE: overlayfs: Be more careful about copying up sxid files
940 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
941
942 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
943 (LP: #1531747)
944 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
945
946 * Miscellaneous Ubuntu changes
947 - [Config] CONFIG_PM_WAKELOCKS=y
948 - [Config] CONFIG_CLEANCACHE=y
949 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
950 - [Config] CONFIG_PROCESSOR_SELECT=y
951 - [Config] Enabled some networking options
952 - SAUCE: overlayfs: Enable user namespace mounts
953
954 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
c9b00a0f 955
a928399f 956linux (4.8.0-13.14) yakkety; urgency=low
f71e5453 957
a928399f
TG
958 [ Tim Gardner ]
959
960 * Release Tracking Bug
961 - LP: #1625733
962
963 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
964 - [Config] Add some CRC crypto modules to d-i
965
966 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
967 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
968
969 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
970 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
971 ThinkPads
972
973 * Option GE0301 3G modem doesn't work (LP: #348861)
974 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
975
976 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
977 (LP: #1625259)
978 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
979
980 * Miscellaneous Ubuntu changes
981 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
982 opened for writing
983 - SAUCE: fan: add VXLAN implementation
984 - [Config] CONFIG_VFIO=m for ppc64el
f71e5453
TG
985
986 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
987
6b119e64 988linux (4.8.0-12.13) yakkety; urgency=low
94fb7f08 989
6b119e64 990 [ Tim Gardner ]
94fb7f08 991
6b119e64
TG
992 * Release Tracking Bug
993 - LP: #1625233
41e30a20 994
6b119e64
TG
995 * Miscellaneous Ubuntu changes
996 - rebase to v4.8-rc7
997 - [Config] CONFIG_SCSI_DEBUG=m for all arches
41e30a20 998
94fb7f08
TG
999 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
1000
81355c81 1001linux (4.8.0-11.12) yakkety; urgency=low
c1a6d015 1002
81355c81
LO
1003 * change_hat is logging failures during expected hat probing (LP: #1615893)
1004 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
c1a6d015 1005
81355c81
LO
1006 * deleted files outside of the namespace are not being treated as
1007 disconnected
1008 (LP: #1615892)
1009 - SAUCE: apparmor: deleted dentries can be disconnected
1010
1011 * stacking to unconfined in a child namespace confuses mediation
1012 (LP: #1615890)
1013 - SAUCE: apparmor: special case unconfined when determining the mode
1014
1015 * apparmor module parameters can be changed after the policy is locked
1016 (LP: #1615895)
1017 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1018
1019 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
1020 #1579135)
1021 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1022
1023 * label vec reductions can result in reference labels instead of direct
1024 access
1025 to labels (LP: #1615889)
1026 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1027
1028 * profiles from different namespaces can block other namespaces from being
1029 able to load a profile (LP: #1615887)
1030 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1031
1032 * The label build for onexec when stacking is wrong (LP: #1615881)
1033 - SAUCE: apparmor: Fix label build for onexec stacking.
1034
1035 * The inherit check for new to old label comparison for domain transitions
1036 is
1037 wrong (LP: #1615880)
1038 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1039
1040 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1041 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1042
1043 * __label_update proxy comparison test is wrong (LP: #1615878)
1044 - SAUCE: apparmor: Fix __label_update proxy comparison test
1045
1046 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1047 (LP: #1560583)
1048 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1049 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1050
1051 * policy namespace stacking (LP: #1379535)
1052 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
1053 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1054
1055 * Miscellaneous Ubuntu changes
1056 - [Debian] Dynamically determine linux udebs package name
1057 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
1058 - SAUCE: apparmor: Fix FTBFS due to bad include path
1059 - SAUCE: apparmor: add data query support
1060 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
1061
1062 * Miscellaneous upstream changes
1063 - fixup backout policy view capable for forward port
1064 - apparmor: fix: Rework the iter loop for label_update
1065 - apparmor: add more assertions for updates/merges to help catch errors
1066 - apparmor: Make pivot root transitions work with stacking
1067 - apparmor: convert delegating deleted files to mediate deleted files
1068 - apparmor: add missing parens. not a bug fix but highly recommended
1069 - apparmor: add a stack_version file to allow detection of bug fixes
1070 - apparmor: push path lookup into mediation loop
1071 - apparmor: default to allowing unprivileged userns policy
1072 - apparmor: fix: permissions test to view and manage policy
1073 - apparmor: Add Basic ns cross check condition for ipc
1074
1075 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
c1a6d015 1076
c7dddaff 1077linux (4.8.0-10.11) yakkety; urgency=low
c65851b8 1078
c7dddaff
TG
1079 * Miscellaneous Ubuntu changes
1080 - ubuntu: vbox -- update to 5.1.6-dfsg-1
1081 - SAUCE: Enable vbox build
c65851b8
TG
1082
1083 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
1084
23296c6c 1085linux (4.8.0-9.10) yakkety; urgency=low
19563a18 1086
23296c6c
TG
1087 * Miscellaneous Ubuntu changes
1088 - [Config] arm64: CONFIG_ARCH_THUNDER=y
1089 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
1090 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
1091 - [Config] arm64: CONFIG_DRM_AST=m
1092 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
1093 - d-i: initrd needs ext4 and scsi modules
1094 - SAUCE: AUFS aufs4.x-rcN 20160912
1095 - [Config] Enable CONFIG_GPIO_XGENE*
1096 - [Config] Disable CONFIG_POWER_RESET_XGENE
1097 - [Config] CONFIG_EDAC_XGENE=m
1098 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
1099 - [Config] CONFIG_XGENE_DMA=m
19563a18
TG
1100
1101 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
1102
ea101072 1103linux (4.8.0-8.9) yakkety; urgency=low
a15e177d 1104
ea101072
TG
1105 * New device ID for Kabypoint (LP: #1622469)
1106 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
1107 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
1108
1109 * Miscellaneous Ubuntu changes
1110 - rebase to v4.8-rc6
1111 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
a15e177d 1112
bbfe4661
TG
1113 [ Upstream Kernel Changes ]
1114
1115 * rebase to v4.8-rc6
1116 - LP: #1617900
1117
a15e177d
TG
1118 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
1119
0a7cc07d
TG
1120linux (4.8.0-7.8) yakkety; urgency=low
1121
1122 * Miscellaneous Ubuntu changes
1123 - [Debian] Use src_pkg_name when constructing udeb control files
1124
1125 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
1126
1127linux (4.8.0-6.7) yakkety; urgency=low
1128
1129 * Enable virtual scsi server driver for Power (LP: #1615665)
1130 - SAUCE: Ibmvscsis: Properly deregister target sessions
1131 - SAUCE: Return TCMU-generated sense data to fabric module
1132 - SAUCE: Ibmvscsis: Code cleanup of print statements
1133 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
1134
1135 * Miscellaneous Ubuntu changes
1136 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
1137 - rebase to v4.8-rc5
1138
1139 [ Upstream Kernel Changes ]
1140
1141 * rebase to v4.8-rc5
1142
1143 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
1144
1145linux (4.8.0-5.6) yakkety; urgency=low
1146
1147 * support compressed kernels on arm64 (LP: #1384955)
1148 - [Config] Switch to compressed Image on arm64
1149
1150 * Miscellaneous Ubuntu changes
1151 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
1152 - SAUCE: (namespace) block_dev: Support checking inode permissions in
1153 lookup_bdev()
1154 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
1155 when mounting
1156 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
1157 when mounting
1158 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
1159 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
1160 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1161 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
1162 security.* xattrs
1163 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
1164 filesystems
1165 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
1166 - SAUCE: (namespace) fuse: Add support for pid namespaces
1167 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1168 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
1169 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
1170 or a descendant
1171 - SAUCE: (namespace) fuse: Allow user namespace mounts
1172 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
1173 namespaces
1174 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
1175 mounts
1176 - rebase to v4.8-rc4
1177
1178 [ Upstream Kernel Changes ]
1179
1180 * rebase to v4.8-rc4
1181
1182 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
1183
1184linux (4.8.0-4.5) yakkety; urgency=low
1185
1186 * Miscellaneous Ubuntu changes
1187 - [Config] CONFIG_AUFS_FS=m
1188 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
1189
1190 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
1191
1192linux (4.8.0-3.4) yakkety; urgency=low
1193
1194 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
1195 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
1196
1197 * Miscellaneous Ubuntu changes
1198 - rebase to v4.8-rc3
1199
1200 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
1201
1202linux (4.8.0-2.3) yakkety; urgency=low
1203
1204 * Miscellaneous Ubuntu changes
1205 - [Config] Add fuse to inclusion list
1206 - SAUCE: update spl/zfs to support v4.8
1207
1208 * Miscellaneous upstream changes
1209 - Revert "UBUNTU: [Debian] do_zfs=false"
1210
1211 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
1212
1213linux (4.8.0-1.2) yakkety; urgency=low
1214
1215 * Miscellaneous Ubuntu changes
1216 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
1217 - [Config] Enabled enforcement for CONFIG_NVRAM
1218 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
1219 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
1220 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
1221 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
1222 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
1223 - [Config] Enabled enforcement for CONFIG_SECCOMP
1224 - [Config] Enabled enforcement for
1225 - rebase to v4.8-rc2
1226 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
1227 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
1228 - SAUCE: security,perf: Allow further restriction of perf_event_open
1229
1230 [ Upstream Kernel Changes ]
1231
1232 * rebase to v4.8-rc2
1233
1234 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
1235
1236linux (4.8.0-0.1) yakkety; urgency=low
1237
1238 [ Upstream Kernel Changes ]
1239
1240 * rebase to v4.8-rc1
1241 - LP: #1607647
1242 - LP: #1498667
1243 - LP: #1592547
1244 - LP: #1319984
1245 - LP: #1268727
1246 - LP: #1600623
1247 - LP: #1465724
1248 - LP: #1333569
1249
1250 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
1251
1252linux (4.8.0-0.0) yakkety; urgency=low
1253
1254 * empty stanza
1255
1256 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
1257
1258linux (4.7.0-0.2) yakkety; urgency=low
1259
1260 * Miscellaneous Ubuntu changes fixing various FTBS issues
1261 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
1262 - [Config] make powerpc udeb block modules optional
1263 - [Config] CONFIG_PLIP=m
1264 - [Config] CONFIG_IRDA=m armhf/arm64
1265 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
1266 - [Config] CONFIG_MOUSE_PS2=m
1267 - [Config] remove ppc64el fb-modules
1268
1269 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
1270
1271linux (4.7.0-0.1) yakkety; urgency=low
1272
1273 [ Upstream Kernel Changes ]
1274
1275 * rebase to v4.7
1276 - LP: #972604
1277
1278 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
1279
1280linux (4.7.0-0.0) yakkety; urgency=low
1281
1282 [ Tim Gardner ]
1283
1284 * Release Tracking Bug
1285 - LP: #1588856
1286
1287 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
1288 - scsi_dh_alua: do not fail for unknown VPD identification
1289
1290 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
1291 - [Config] Install lsvmbus in cloud tools
1292 - SAUCE: tools/hv/lsvmbus -- convert to python3
1293 - SAUCE: tools/hv/lsvmbus -- add manual page
1294
1295 * boot stalls on USB detection errors (LP: #1437492)
1296 - usb: core: hub: hub_port_init lock controller instead of bus
1297
1298 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
1299 - kernek/fork.c: allocate idle task for a CPU always on its local node
1300
1301 * VirtIO (and probably other modules as well) is built-in, make it modular...
1302 (LP: #1475078)
1303 - [Config] CONFIG_VIRTIO_*=m for all but s390x
1304 - [Config] CONFIG_USB=m
1305 - [Config] CONFIG_BLK_DEV_*=m
1306 - [Config] CONFIG_ATA=m
1307 - [Config] CONFIG_SCSI=m
1308 - [Config] CONFIG_DEVFREQ_GOV_*=m
1309 - [Config] CONFIG_XEN_NETDEV_*=m
1310 - [Config] CONFIG_AGP=m
1311 - [Config] CONFIG_ECRYPT_FS=m
1312 - [Config] CONFIG_ACPI_*=m
1313 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
1314 - [Config] Modularize some CRYPTO
1315 - [Config] CONFIG_FDDI=m
1316 - [Config] CONFIG_FIXED_PHY=m
1317 - [Config] CONFIG_VFAT_FS=m for all but armhf
1318 - [Config] CONFIG_TUN=m
1319 - [Config] CONFIG_UNIX=m
1320 - [Config] CONFIG_TRUSTED_KEYS=m
1321 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
1322
1323 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
1324 and "not a git repository" (LP: #1584890)
1325 - [debian] getabis: Only git add $abidir if running in local repo
1326 - [debian] getabis: Fix inconsistent compiler versions check
1327
1328 * conflicting modules in udebs - arc4.ko (LP: #1582991)
1329 - [Config] Remove arc4 from nic-modules
1330
1331 * arm64: statically link rtc-efi (LP: #1583738)
1332 - [Config] Link rtc-efi statically on arm64
1333
1334 * Miscellaneous Ubuntu changes
1335 - [Debian] zfs: transform symlink into referent file/dir
1336 - [Debian] Added tristate.sh
1337 - [Config] CONFIG_FUSE_FS=m
1338 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
1339 - [Config] CONFIG_PSTORE_CONSOLE=y
1340 - Added Snapcraft files
1341 - [Config] Mark CONFIG_UNIX enforced
1342
1343 * Miscellaneous upstream changes
1344 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
1345
1346 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
1347
1348linux (4.6.0-6.7) yakkety; urgency=low
1349
1350 [ Tim Gardner ]
1351
1352 * Release Tracking Bug
1353 - LP: #1582753
1354
1355 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
1356 (LP: #1582378)
1357 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
1358 owns the ipc ns
1359
1360 * Miscellaneous Ubuntu changes
1361 - [Config] Add Description to kernel-image udeb
1362 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
1363 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
1364
1365 * Miscellaneous upstream changes
1366 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
1367 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
1368 - Drivers: hv: vmbus: Use the new virt_xx barrier code
1369 - Drivers: hv: vmbus: Export the vmbus_set_event() API
1370 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
1371 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
1372 - drivers:hv: Lock access to hyperv_mmio resource tree
1373 - drivers:hv: Make a function to free mmio regions through vmbus
1374 - drivers:hv: Reverse order of resources in hyperv_mmio
1375 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
1376 - drivers:hv: Record MMIO range in use by frame buffer
1377 - drivers:hv: Separate out frame buffer logic when picking MMIO range
1378 - Drivers: hv: kvp: fix IP Failover
1379 - Drivers: hv: vmbus: handle various crash scenarios
1380 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
1381 - Drivers: hv: balloon: reset host_specified_ha_region
1382
1383 [ Tim Gardner ]
1384
1385 * Dropped hv SAUCE patches in favor of linux-next.
1386
1387 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
1388
1389linux (4.6.0-5.6) yakkety; urgency=low
1390
1391 [ Tim Gardner ]
1392
1393 * Release Tracking Bug
1394 - LP: #1582351
1395
1396 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
1397 - [Config] enable CONFIG_AUFS_EXPORT
1398
1399 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
1400 - [Config] Update inclusion list for CRIU
1401
1402 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
1403 - [Debian] disable zfs module checks when cross-compiling
1404
1405 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
1406 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1407
1408 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
1409 (LP: #1535150)
1410 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1411
1412 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
1413 enabled, breaking serial support on normal systems (LP: #1580960)
1414 - [Config] disable CONFIG_GOLDFISH
1415
1416 * Miscellaneous Ubuntu changes
1417 - [Config] d-i -- update local configuration to new form
1418 - [Config] kernel-wedge -- switch to explicit versions
1419 - [Config] powerpc64-smp --> generic
1420 - [Config] CONFIG_AUFS_FS=m
1421 - SAUCE: AUFS
1422 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
1423 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
1424 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
1425 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
1426 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
1427 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
1428 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
1429 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
1430 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
1431 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
1432 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
1433 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
1434 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
1435 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
1436 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
1437 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
1438 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
1439 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1440 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
1441 - SAUCE: (namespace) fuse: Add support for pid namespaces
1442 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1443 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
1444 - SAUCE: (namespace) fuse: Allow user namespace mounts
1445 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
1446 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
1447 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
1448 - SAUCE: (namespace) quota: Add support for user namespace mounts
1449 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
1450 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
1451 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
1452 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
1453 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
1454 - rebase to v4.6
1455 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
1456 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
1457
1458 * Miscellaneous upstream changes
1459 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
1460 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
1461
1462 [ Upstream Kernel Changes ]
1463
1464 * rebase to v4.6
1465
1466 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
1467
1468linux (4.6.0-4.5) yakkety; urgency=low
1469
1470 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
1471 upgrade -d (LP: #1573231)
1472 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
1473
1474 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
1475 IRC pointed out some leftover SAUCE patches that were causing issues.
1476
1477 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
1478 has some issues.
1479
1480 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
1481
1482linux (4.6.0-3.4) xenial; urgency=low
1483
1484 * Release Tracking Bug
1485 - LP: #1579594
1486
1487 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
1488 - [Config] Generate an -extras package for arm64 and powerpc
1489
1490 * Missing libunwind support in perf (LP: #1248289)
1491 - [Config] Add liblzma-dev to enable libunwind support in perf
1492
1493 * ZFS is confused by user namespaces (uid/gid mapping) when used with
1494 acltype=posixac (LP: #1567558)
1495 - zfs: Fix user namespaces uid/gid mapping
1496
1497 * Miscellaneous Ubuntu changes
1498 - rebase to v4.6-rc7
1499
1500 [ Upstream Kernel Changes ]
1501
1502 * rebase to v4.6-rc7
1503
1504 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
1505
1506linux (4.6.0-2.3) yakkety; urgency=low
1507
1508 * Miscellaneous Ubuntu changes
1509 - [Config] CONFIG_AUFS_FS=m
1510 - SAUCE: AUFS
1511 - zfs: gcc build error: -Wbool-compare in metaslab.c
1512 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
1513 - zfs: Fix ZPL miswrite of default POSIX ACL
1514 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
1515 - SAUCE: Dropped ubuntu/i915
1516 - SAUCE: Dropped ubuntu/dm-raid4-5
1517
1518 * Miscellaneous upstream changes
1519 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
1520 kernel"
1521
1522 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
1523
1524linux (4.6.0-1.2) yakkety; urgency=low
1525
1526 * Miscellaneous Ubuntu changes
1527 - [Config] CONFIG_NR_CPUS=8192 for amd64
1528
1529 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
1530
1531linux (4.6.0-0.1) yakkety; urgency=low
1532
1533
1534 [ Upstream Kernel Changes ]
1535
1536 * rebase to v4.6-rc6
1537 - LP: #1564712
1538 - LP: #1555912
1539 - LP: #1552925
1540 - LP: #1546694
1541 - LP: #1549660
1542 - LP: #1549620
1543 - LP: #1542944
1544 - LP: #1542564
1545 - LP: #1533009
1546 - LP: #1533461
1547 - LP: #1529624
1548 - LP: #1522949
1549
1550 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
1551
1552linux (4.6.0-0.0) yakkety; urgency=low
1553
1554 [ Kamal Mostafa ]
1555
1556 * Release Tracking Bug
1557 - LP: #1573817
1558
1559 * autoreconstruct: need to also generate extend-diff-ignore options for links
1560 (LP: #1574362)
1561 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
1562
1563 * tipc: missing linearization of sk_buff (LP: #1567064)
1564 - tipc: move linearization of buffers to generic code
1565
1566 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
1567 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
1568 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
1569 vmbus_mmio_allocate()
1570 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
1571 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
1572 private resource tree
1573 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
1574 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
1575 range
1576
1577 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
1578 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
1579
1580 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1581 - [Config] CONFIG_AUFS_XATTR=y
1582
1583 * CVE-2016-3672 (LP: #1568523)
1584 - x86/mm/32: Enable full randomization on i386 and X86_32
1585
1586 * CVE-2016-3955 (LP: #1572666)
1587 - USB: usbip: fix potential out-of-bounds write
1588
1589 * Xenial update to v4.4.8 stable release (LP: #1573034)
1590 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
1591 instantiated
1592 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
1593 - parisc: Avoid function pointers for kernel exception routines
1594 - parisc: Fix kernel crash with reversed copy_from_user()
1595 - parisc: Unbreak handling exceptions from kernel modules
1596 - ALSA: timer: Use mod_timer() for rearming the system timer
1597 - ALSA: hda - Asus N750JV external subwoofer fixup
1598 - ALSA: hda - Fix white noise on Asus N750JV headphone
1599 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
1600 - mm: fix invalid node in alloc_migrate_target()
1601 - powerpc/mm: Fixup preempt underflow with huge pages
1602 - libnvdimm: fix smart data retrieval
1603 - libnvdimm, pfn: fix uuid validation
1604 - compiler-gcc: disable -ftracer for __noclone functions
1605 - arm64: opcodes.h: Add arm big-endian config options before including arm
1606 header
1607 - drm/dp: move hw_mutex up the call stack
1608 - drm/udl: Use unlocked gem unreferencing
1609 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
1610 - drm/radeon: add another R7 370 quirk
1611 - drm/radeon: add a dpm quirk for all R7 370 parts
1612 - drm/amdgpu/gmc: move vram type fetching into sw_init
1613 - drm/amdgpu/gmc: use proper register for vram type on Fiji
1614 - xen/events: Mask a moving irq
1615 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
1616 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
1617 - net: jme: fix suspend/resume on JMC260
1618 - net: vrf: Remove direct access to skb->data
1619 - net: qca_spi: Don't clear IFF_BROADCAST
1620 - net: qca_spi: clear IFF_TX_SKB_SHARING
1621 - net: fix bridge multicast packet checksum validation
1622 - sctp: lack the check for ports in sctp_v6_cmp_addr
1623 - mld, igmp: Fix reserved tailroom calculation
1624 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
1625 - qmi_wwan: add Sierra Wireless EM74xx device ID
1626 - ipv6: re-enable fragment header matching in ipv6_find_hdr
1627 - vxlan: fix missing options_len update on RX with collect metadata
1628 - cdc_ncm: toggle altsetting to force reset before setup
1629 - udp6: fix UDP/IPv6 encap resubmit path
1630 - tcp: fix tcpi_segs_in after connection establishment
1631 - ppp: release rtnl mutex when interface creation fails
1632 - net: validate variable length ll headers
1633 - ax25: add link layer header validation function
1634 - packet: validate variable length ll headers
1635 - bpf: avoid copying junk bytes in bpf_get_current_comm()
1636 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
1637 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
1638 - qlcnic: Remove unnecessary usage of atomic_t
1639 - qlcnic: Fix mailbox completion handling during spurious interrupt
1640 - macvtap: always pass ethernet header in linear
1641 - mlxsw: spectrum: Check requested ageing time is valid
1642 - rocker: set FDB cleanup timer according to lowest ageing time
1643 - bridge: allow zero ageing time
1644 - ipv4: Don't do expensive useless work during inetdev destroy.
1645 - net: Fix use after free in the recvmmsg exit path
1646 - mlx4: add missing braces in verify_qp_parameters
1647 - farsync: fix off-by-one bug in fst_add_one
1648 - ath9k: fix buffer overrun for ar9287
1649 - ppp: ensure file->private_data can't be overridden
1650 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
1651 - qlge: Fix receive packets drop.
1652 - net: bcmgenet: fix dma api length mismatch
1653 - bonding: fix bond_get_stats()
1654 - ipv4: fix broadcast packets reception
1655 - ipv4: initialize flowi4_flags before calling fib_lookup()
1656 - ppp: take reference on channels netns
1657 - xfrm: Fix crash observed during device unregistration and decryption
1658 - qmi_wwan: add "D-Link DWM-221 B1" device id
1659 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
1660 - bridge: Allow set bridge ageing time when switchdev disabled
1661 - rtnl: fix msg size calculation in if_nlmsg_size()
1662 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
1663 - tuntap: restore default qdisc
1664 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
1665 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
1666 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
1667 - ipv6: Count in extension headers in skb->network_header
1668 - mpls: find_outdev: check for err ptr in addition to NULL check
1669 - USB: uas: Limit qdepth at the scsi-host level
1670 - USB: uas: Add a new NO_REPORT_LUNS quirk
1671 - cdc-acm: fix NULL pointer reference
1672 - KVM: x86: Inject pending interrupt even if pending nmi exist
1673 - KVM: x86: reduce default value of halt_poll_ns parameter
1674 - MIPS: Fix MSA ld unaligned failure cases
1675 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
1676 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
1677 - pinctrl: sunxi: Fix A33 external interrupts not working
1678 - pinctrl: nomadik: fix pull debug print inversion
1679 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
1680 - au0828: fix au0828_v4l2_close() dev_state race condition
1681 - au0828: Fix dev_state handling
1682 - coda: fix error path in case of missing pdata on non-DT platform
1683 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
1684 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
1685 - rbd: use GFP_NOIO consistently for request allocations
1686 - virtio: virtio 1.0 cs04 spec compliance for reset
1687 - mac80211: properly deal with station hashtable insert errors
1688 - mac80211: avoid excessive stack usage in sta_info
1689 - mac80211: fix ibss scan parameters
1690 - mac80211: fix unnecessary frame drops in mesh fwding
1691 - mac80211: fix txq queue related crashes
1692 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
1693 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
1694 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
1695 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
1696 - iio: accel: bmc150: fix endianness when reading axes
1697 - iio: gyro: bmg160: fix buffer read values
1698 - iio: gyro: bmg160: fix endianness when reading axes
1699 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
1700 bytes
1701 - fs: add file_dentry()
1702 - nfs: use file_dentry()
1703 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
1704 - ext4: add lockdep annotations for i_data_sem
1705 - ext4: ignore quota mount options if the quota feature is enabled
1706 - iommu: Don't overwrite domain pointer when there is no default_domain
1707 - Btrfs: fix file/data loss caused by fsync after rename and new inode
1708 - arm64: replace read_lock to rcu lock in call_step_hook
1709 - perf: Do not double free
1710 - perf: Cure event->pending_disable race
1711 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
1712 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1713 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
1714 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
1715 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
1716 - ALSA: usb-audio: Add a quirk for Plantronics BT300
1717 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
1718 - HID: wacom: fix Bamboo ONE oops
1719 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
1720 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
1721 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
1722 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
1723 - staging: android: ion: Set the length of the DMA sg entries in buffer
1724 - usbvision: fix crash on detecting device with invalid configuration
1725 - Revert "usb: hub: do not clear BOS field during reset device"
1726 - Linux 4.4.8
1727
1728 * Fix speaker volume on a Dell machine (LP: #1549660)
1729 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1730
1731 * Xenial update to v4.4.7 stable release (LP: #1572722)
1732 - regulator: core: avoid unused variable warning
1733 - regulator: core: Fix nested locking of supplies
1734 - ASoC: samsung: pass DMA channels as pointers
1735 - mmc: sh_mmcif: rework dma channel handling
1736 - mmc: sh_mmcif: Correct TX DMA channel allocation
1737 - x86/microcode/intel: Make early loader look for builtin microcode too
1738 - x86/microcode: Untangle from BLK_DEV_INITRD
1739 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
1740 - perf/x86/intel: Add definition for PT PMI bit
1741 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
1742 - KVM: i8254: change PIT discard tick policy
1743 - KVM: fix spin_lock_init order on x86
1744 - KVM: VMX: avoid guest hang on invalid invept instruction
1745 - KVM: VMX: avoid guest hang on invalid invvpid instruction
1746 - KVM: VMX: fix nested vpid for old KVM guests
1747 - perf/core: Fix perf_sched_count derailment
1748 - perf tools: Dont stop PMU parsing on alias parse error
1749 - perf tools: Fix checking asprintf return value
1750 - perf tools: Fix python extension build
1751 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
1752 - sched/preempt, sh: kmap_coherent relies on disabled preemption
1753 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
1754 - s390: fix floating pointer register corruption (again)
1755 - s390/cpumf: add missing lpp magic initialization
1756 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
1757 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
1758 - PCI: ACPI: IA64: fix IO port generic range check
1759 - x86/irq: Cure live lock in fixup_irqs()
1760 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
1761 - x86/iopl/64: Properly context-switch IOPL on Xen PV
1762 - x86/iopl: Fix iopl capability check on Xen PV
1763 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1764 - sg: fix dxferp in from_to case
1765 - aacraid: Fix RRQ overload
1766 - aacraid: Fix memory leak in aac_fib_map_free
1767 - aacraid: Set correct msix count for EEH recovery
1768 - sd: Fix discard granularity when LBPRZ=1
1769 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1770 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1771 - aic7xxx: Fix queue depth handling
1772 - libnvdimm: Fix security issue with DSM IOCTL.
1773 - dm snapshot: disallow the COW and origin devices from being identical
1774 - dm: fix excessive dm-mq context switching
1775 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1776 - dm cache: make sure every metadata function checks fail_io
1777 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1778 - usb: retry reset if a device times out
1779 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1780 - USB: uas: Reduce can_queue to MAX_CMNDS
1781 - USB: cdc-acm: more sanity checking
1782 - USB: iowarrior: fix oops with malicious USB descriptors
1783 - USB: usb_driver_claim_interface: add sanity checking
1784 - USB: mct_u232: add sanity checking in probe
1785 - USB: digi_acceleport: do sanity checking for the number of ports
1786 - USB: cypress_m8: add endpoint sanity check
1787 - USB: serial: cp210x: Adding GE Healthcare Device ID
1788 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1789 - USB: option: add "D-Link DWM-221 B1" device id
1790 - pwc: Add USB id for Philips Spc880nc webcam
1791 - Input: powermate - fix oops with malicious USB descriptors
1792 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1793 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1794 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1795 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1796 - ALSA: usb-audio: Fix double-free in error paths after
1797 snd_usb_add_audio_stream() call
1798 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1799 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1800 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1801 - crypto: ccp - Add hash state import and export support
1802 - crypto: ccp - Limit the amount of information exported
1803 - crypto: ccp - Don't assume export/import areas are aligned
1804 - crypto: ccp - memset request context to zero during import
1805 - crypto: keywrap - memzero the correct memory
1806 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1807 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1808 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1809 - X.509: Fix leap year handling again
1810 - mei: bus: check if the device is enabled before data transfer
1811 - HID: logitech: fix Dual Action gamepad support
1812 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1813 - HID: multitouch: force retrieving of Win8 signature blob
1814 - HID: fix hid_ignore_special_drivers module parameter
1815 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1816 - staging: android: ion_test: fix check of platform_device_register_simple()
1817 error code
1818 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1819 - tty: Fix GPF in flush_to_ldisc(), part 2
1820 - net: irda: Fix use-after-free in irtty_open()
1821 - 8250: use callbacks to access UART_DLL/UART_DLM
1822 - saa7134: Fix bytesperline not being set correctly for planar formats
1823 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1824 - bttv: Width must be a multiple of 16 when capturing planar formats
1825 - coda: fix first encoded frame payload
1826 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1827 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1828 - mtip32xx: Fix broken service thread handling
1829 - mtip32xx: Remove unwanted code from taskfile error handler
1830 - mtip32xx: Print exact time when an internal command is interrupted
1831 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1832 - mtip32xx: Handle safe removal during IO
1833 - mtip32xx: Handle FTL rebuild failure state during device initialization
1834 - mtip32xx: Implement timeout handler
1835 - mtip32xx: Cleanup queued requests after surprise removal
1836 - ALSA: pcm: Avoid "BUG:" string for warnings again
1837 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1838 - ALSA: hda - Don't handle ELD notify from invalid port
1839 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1840 - ALSA: hda - Fix unconditional GPIO toggle via automute
1841 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1842 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1843 - brd: Fix discard request processing
1844 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1845 - bcache: cleaned up error handling around register_cache()
1846 - bcache: fix race of writeback thread starting before complete initialization
1847 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1848 - mm: memcontrol: reclaim when shrinking memory.high below usage
1849 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1850 - ia64: define ioremap_uc()
1851 - watchdog: don't run proc_watchdog_update if new value is same as old
1852 - watchdog: rc32434_wdt: fix ioctl error handling
1853 - Bluetooth: Add new AR3012 ID 0489:e095
1854 - Bluetooth: Fix potential buffer overflow with Add Advertising
1855 - cgroup: ignore css_sets associated with dead cgroups during migration
1856 - net: mvneta: enable change MAC address when interface is up
1857 - of: alloc anywhere from memblock if range not specified
1858 - vfs: show_vfsstat: do not ignore errors from show_devname method
1859 - splice: handle zero nr_pages in splice_to_pipe()
1860 - xtensa: ISS: don't hang if stdin EOF is reached
1861 - xtensa: fix preemption in {clear,copy}_user_highpage
1862 - xtensa: clear all DBREAKC registers on start
1863 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1864 - ARC: bitops: Remove non relevant comments
1865 - quota: Fix possible GPF due to uninitialised pointers
1866 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1867 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1868 - md/raid5: Compare apples to apples (or sectors to sectors)
1869 - RAID5: check_reshape() shouldn't call mddev_suspend
1870 - RAID5: revert e9e4c377e2f563 to fix a livelock
1871 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1872 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1873 - md: multipath: don't hardcopy bio in .make_request path
1874 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1875 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1876 freed"
1877 - fuse: do not use iocb after it may have been freed
1878 - fuse: Add reference counting for fuse_io_priv
1879 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1880 - rapidio/rionet: fix deadlock on SMP
1881 - ipr: Fix out-of-bounds null overwrite
1882 - ipr: Fix regression when loading firmware
1883 - iwlwifi: mvm: Fix paging memory leak
1884 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1885 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1886 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1887 - drm/amdgpu: include the right version of gmc header files for iceland
1888 - IB/ipoib: fix for rare multicast join race condition
1889 - tracing: Have preempt(irqs)off trace preempt disabled functions
1890 - tracing: Fix crash from reading trace_pipe with sendfile
1891 - tracing: Fix trace_printk() to print when not using bprintk()
1892 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1893 - scripts/coccinelle: modernize &
1894 - scripts/kconfig: allow building with make 3.80 again
1895 - kbuild/mkspec: fix grub2 installkernel issue
1896 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1897 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1898 - mmc: block: fix ABI regression of mmc_blk_ioctl
1899 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1900 - mmc: sdhci: fix data timeout (part 1)
1901 - mmc: sdhci: fix data timeout (part 2)
1902 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1903 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1904 - clk: rockchip: rk3368: fix cpuclk core dividers
1905 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1906 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1907 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1908 - clk: bcm2835: Fix setting of PLL divider clock rates
1909 - target: Fix target_release_cmd_kref shutdown comp leak
1910 - iser-target: Fix identification of login rx descriptor type
1911 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1912 - iser-target: Separate flows for np listeners and connections cma events
1913 - iser-target: Rework connection termination
1914 - nfsd4: fix bad bounds checking
1915 - nfsd: fix deadlock secinfo+readdir compound
1916 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1917 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1918 - ACPI / PM: Runtime resume devices when waking from hibernate
1919 - writeback, cgroup: fix premature wb_put() in
1920 locked_inode_to_wb_and_lock_list()
1921 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1922 inode
1923 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1924 trackstick buttons, again"
1925 - Input: synaptics - handle spurious release of trackstick buttons, again
1926 - Input: ims-pcu - sanity check against missing interfaces
1927 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1928 - ocfs2/dlm: fix race between convert and recovery
1929 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1930 - mm/page_alloc: prevent merging between isolated and other pageblocks
1931 - mtd: onenand: fix deadlock in onenand_block_markbad
1932 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1933 - scsi_common: do not clobber fixed sense information
1934 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1935 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1936 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1937 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1938 - Linux 4.4.7
1939
1940 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1941 - Bluetooth: Add new AR3012 ID 0489:e095
1942
1943 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1944 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1945
1946 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1947 gl552jx (LP: #1552925)
1948 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1949
1950 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1951 (LP: #1546694)
1952 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1953
1954 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1955 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1956
1957 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1958 - s390/pci: add extra padding to function measurement block
1959
1960 * CVE-2016-3951 (LP: #1567191)
1961 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1962 - usbnet: cleanup after bind() in probe()
1963
1964 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1965 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1966 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1967 - efi: Add nonblocking option to efi_query_variable_store()
1968 - efi: Add NV memory attribute
1969 - efi: Reformat GUID tables to follow the format in UEFI spec
1970 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1971 - SAUCE: (noup) Add EFI signature data types
1972 - crypto: KEYS: convert public key and digsig asym to the akcipher api
1973 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
1974 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
1975 - [Config] CONFIG_IMA_MOK_KEYRING=y
1976 - IMA: create machine owner and blacklist keyrings
1977 - KEYS: Add an alloc flag to convey the builtinness of a key
1978 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
1979 - SAUCE: (noup) KEYS: Add a system blacklist keyring
1980 - SAUCE: (noup) MODSIGN: Support not importing certs from db
1981
1982 * Miscellaneous Ubuntu changes
1983 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
1984
1985 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
1986
1987linux (4.4.0-21.37) xenial; urgency=low
1988
1989 [ Tim Gardner ]
1990
1991 * Release Tracking Bug
1992 - LP: #1571791
1993
1994 * linux: MokSBState is ignored (LP: #1571691)
1995 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
1996 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
1997 - SAUCE: (noup) Display MOKSBState when disabled
1998
1999 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
2000
2001linux (4.4.0-20.36) xenial; urgency=low
2002
2003 [ Tim Gardner ]
2004
2005 * Release Tracking Bug
2006 - LP: #1571069
2007
2008 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
2009 - SAUCE: kernfs: Do not match superblock in another user namespace when
2010 mounting
2011
2012 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
2013 - x86/topology: Fix logical package mapping
2014 - x86/topology: Fix Intel HT disable
2015 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
2016 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
2017 - x86/topology: Fix AMD core count
2018
2019 * [regression]: Failed to call clock_adjtime(): Invalid argument
2020 (LP: #1566465)
2021 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
2022
2023 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
2024
2025linux (4.4.0-19.35) xenial; urgency=low
2026
2027 [ Tim Gardner ]
2028
2029 * Release Tracking Bug
2030 - LP: #1570348
2031
2032 * CVE-2016-2847 (LP: #1554260)
2033 - pipe: limit the per-user amount of pages allocated in pipes
2034
2035 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
2036 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
2037
2038 * arm64: guest hangs when ntpd is running (LP: #1549494)
2039 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
2040
2041 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2042 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
2043
2044 * s390/cpumf: Fix lpp detection (LP: #1555344)
2045 - s390/facilities: use stfl mnemonic instead of insn magic
2046 - s390/facilities: always use lowcore's stfle field for storing facility bits
2047 - s390/cpumf: Fix lpp detection
2048
2049 * s390x kernel image needs weightwatchers (LP: #1536245)
2050 - [Config] s390x: Use compressed kernel bzImage
2051
2052 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
2053 upgrading to Ubuntu 16.04 (LP: #1567581)
2054 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
2055 device-tree properties"
2056
2057 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2058 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
2059 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
2060 - cpufreq: powernv: Add sysfs attributes to show throttle stats
2061
2062 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
2063 - [Config] Add ib_iser to generic inclusion list
2064
2065 * thunderx nic performance improvements (LP: #1567093)
2066 - net: thunderx: Set recevie buffer page usage count in bulk
2067 - net: thunderx: Adjust nicvf structure to reduce cache misses
2068
2069 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
2070 - net: thunderx: Fix for multiqset not configured upon interface toggle
2071 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
2072 - net: thunderx: Fix receive packet stats
2073
2074 * Miscellaneous Ubuntu changes
2075 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
2076
2077 * Miscellaneous upstream changes (LP: #1564901)
2078 - Input: xpad - correctly handle concurrent LED and FF requests
2079
2080 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
2081
2082linux (4.4.0-18.34) xenial; urgency=low
2083
2084 [ Tim Gardner ]
2085
2086 * Release Tracking Bug
2087 - LP: #1566868
2088
2089 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
2090 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
2091 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
2092
2093 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
2094 - [Config] CONFIG_ARCH_ROCKCHIP=y
2095
2096 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
2097 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
2098 - perf/x86/cqm: Fix CQM memory leak and notifier leak
2099 - x86/cpufeature: Carve out X86_FEATURE_*
2100 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2101 - x86/topology: Create logical package id
2102 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
2103 - perf/x86/mbm: Add memory bandwidth monitoring event management
2104 - perf/x86/mbm: Implement RMID recycling
2105 - perf/x86/mbm: Add support for MBM counter overflow handling
2106
2107 * User namespace mount updates (LP: #1566505)
2108 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
2109 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
2110 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
2111 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
2112 - SAUCE: fs: fix a posible leak of allocated superblock
2113
2114 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
2115 (LP: #1566518)
2116 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
2117 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
2118
2119 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
2120 for Alpine Ridge on SKL (LP: #1519623)
2121 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
2122 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
2123 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
2124 - usb: add device descriptor for usb 3.1 root hub
2125 - usb: Support USB 3.1 extended port status request
2126 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
2127 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
2128 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
2129 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
2130 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
2131 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
2132 - usb: Add USB 3.1 Precision time measurement capability descriptor support
2133 - xhci: refactor and cleanup endpoint initialization.
2134 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
2135 - xhci: cleanup isoc tranfers queuing code
2136 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
2137 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
2138
2139 * wrong/missing permissions for device file /dev/prandom (prng.ko)
2140 (LP: #1558275)
2141 - s390/crypto: provide correct file mode at device register.
2142
2143 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
2144 - ALSA: hda - fix front mic problem for a HP desktop
2145
2146 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
2147 (LP: #1556228)
2148 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
2149
2150 * please provide mmc-modules udeb (LP: #1565765)
2151 - [Config] Add mmc block drivers to d-i
2152
2153 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2154 - Add secure_modules() call
2155 - PCI: Lock down BAR access when module security is enabled
2156 - x86: Lock down IO port access when module security is enabled
2157 - ACPI: Limit access to custom_method
2158 - asus-wmi: Restrict debugfs interface when module loading is restricted
2159 - Restrict /dev/mem and /dev/kmem when module loading is restricted
2160 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
2161 - kexec: Disable at runtime if the kernel enforces module loading restrictions
2162 - x86: Restrict MSR access when module loading is restricted
2163 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
2164 - Add option to automatically enforce module signatures when in Secure Boot mode
2165 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
2166 - efi: Add EFI_SECURE_BOOT bit
2167 - hibernate: Disable in a signed modules environment
2168
2169 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
2170 - PCI: Add fwnode_handle to x86 pci_sysdata
2171 - PCI: Look up IRQ domain by fwnode_handle
2172 - [Config] CONFIG_PCI_HYPERV=m
2173 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
2174
2175 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
2176 (LP: #1559923)
2177 - ACPI / processor: Request native thermal interrupt handling via _OSC
2178
2179 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
2180 (LP: #1564591)
2181 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
2182
2183 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
2184 - atomics: Allow architectures to define their own __atomic_op_* helpers
2185 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
2186 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
2187 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
2188
2189 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
2190 - [Debian] cpupower uses non-standard CROSS
2191
2192 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
2193 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
2194
2195 * Unable to migrate container (LP: #1563921)
2196 - SAUCE: cgroup mount: ignore nsroot=
2197
2198 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
2199 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
2200
2201 * /proc/$pid/maps performance regression (LP: #1547231)
2202 - proc: revert /proc/<pid>/maps [stack:TID] annotation
2203
2204 * TPM2.0 trusted keys fixes (LP: #1398274)
2205 - tpm: remove unneeded include of actbl2.h
2206 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
2207 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
2208 - tpm_tis: Disable interrupt auto probing on a per-device basis
2209 - tpm_tis: Do not fall back to a hardcoded address for TPM2
2210 - tpm_tis: Use devm_ioremap_resource
2211 - tpm_tis: Clean up the force=1 module parameter
2212 - tpm_crb: Drop le32_to_cpu(ioread32(..))
2213 - tpm_crb: Use devm_ioremap_resource
2214 - tpm: fix the rollback in tpm_chip_register()
2215 - tpm: fix the cleanup of struct tpm_chip
2216 - tpm: fix: set continueSession attribute for the unseal operation
2217 - tpm: fix: return rc when devm_add_action() fails
2218 - tpm_eventlog.c: fix binary_bios_measurements
2219 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
2220 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
2221 - tpm_tis: fix build warning with tpm_tis_resume
2222
2223 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
2224 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
2225
2226 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
2227 Xenial (LP: #1563485)
2228 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
2229 - cxlflash: Increase cmd_per_lun for better throughput
2230 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
2231
2232 * Miscellaneous Ubuntu changes
2233 - [Config] do_zfs_powerpc64-smp = true
2234 - [Debian] fix linux_tools when cross-compiling
2235 - [Config] do_zfs_powerpc64-smp use default value
2236 - SAUCE: apparmor: Fix FTBFS due to bad include path
2237 - SAUCE: i915_bpo: Disable preliminary hw support
2238
2239 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
2240
2241linux (4.4.0-17.33) xenial; urgency=low
2242
2243 [ Tim Gardner ]
2244
2245 * Release Tracking Bug
2246 - LP: #1563441
2247
2248 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
2249 (LP: #1560552)
2250 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
2251 about to hit.
2252
2253 * Predictable naming mechanism is leading to issues in DLPAR operations of
2254 NICs (LP: #1560514)
2255 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
2256 properties
2257
2258 * ThunderX: support alternative phy implementations (LP: #1562968)
2259 - net: thunderx: Cleanup PHY probing code.
2260 - [Config] CONFIG_MDIO_CAVIUM=m
2261 - phy: mdio-octeon: Refactor into two files/modules
2262 - [Config] CONFIG_MDIO_THUNDER=m
2263 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
2264 - phy: mdio-cavium: Add missing MODULE_* annotations.
2265 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
2266 - phy: mdio-thunder: Fix some Kconfig typos
2267 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
2268
2269 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
2270 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
2271 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
2272
2273 * lots of printk to serial console can hang system for long time
2274 (LP: #1534216)
2275 - printk: set may_schedule for some of console_trylock() callers
2276
2277 * [i915_bpo] Update i915 backport driver (LP: #1560395)
2278 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
2279 - PM / runtime: Add new helper for conditional usage count incrementation
2280 - drm/core: Add drm_for_each_encoder_mask, v2.
2281 - drm/atomic-helper: Implement subsystem-level suspend/resume
2282
2283 * [Hyper-V] VM Sockets (LP: #1541585)
2284 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
2285 - Drivers: hv: vmbus: Add vendor and device atttributes
2286 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
2287 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
2288 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
2289 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
2290 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
2291 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
2292 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
2293 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
2294 - Drivers: hv: vmbus: add a per-channel rescind callback
2295 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
2296 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
2297 - Drivers: hv: vmbus: Give control over how the ring access is serialized
2298 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
2299 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
2300 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
2301 - Drivers: hv: vmbus: remove code duplication in message handling
2302 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
2303 - Drivers: hv: util: Pass the channel information during the init call
2304 - Drivers: hv: utils: Remove util transport handler from list if registration fails
2305 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
2306 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2307
2308 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
2309 (LP: #1559918)
2310 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
2311
2312 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
2313 - net: add tc offload feature flag
2314 - net: tc: helper functions to query action types
2315 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
2316 - net: rework ndo tc op to consume additional qdisc handle parameter
2317 - net: rework setup_tc ndo op to consume general tc operand
2318 - net: sched: add cls_u32 offload hooks for netdevs
2319 - net: ixgbe: add support for tc_u32 offload
2320 - net: ixgbe: abort with cls u32 divisor groups greater than 1
2321
2322 * Bring fm10k up to Fortville SW5 (LP: #1562310)
2323 - net: add netif_is_team_master helper
2324 - net: add netif_is_team_port helper
2325 - net: add netif_is_lag_master helper
2326 - net: add netif_is_lag_port helper
2327 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
2328 - fm10k: don't reinitialize RSS flow table when RXFH configured
2329
2330 * [Feature]Always Running Timer (ART) to System Time translation
2331 (LP: #1519625)
2332 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
2333 - timekeeping: Provide internal function __ktime_get_real_seconds
2334 - timekeeping: Cap adjustments so they don't exceed the maxadj value
2335 - clocksource: Make clocksource validation work for all clocksources
2336 - time: Add cycles to nanoseconds translation
2337 - time: Add timekeeping snapshot code capturing system time and counter
2338 - time: Remove duplicated code in ktime_get_raw_and_real()
2339 - time: Add driver cross timestamp interface for higher precision time synchronization
2340 - time: Add history to cross timestamp interface supporting slower devices
2341 - time/timekeeping: Work around false positive GCC warning
2342 - x86/tsc: Always Running Timer (ART) correlated clocksource
2343 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
2344 - [Config] CONFIG_E1000E_HWTS=y
2345 - e1000e: Adds hardware supported cross timestamp on e1000e nic
2346
2347 * x-gene2: add SoC v2 support to clock (LP: #1561604)
2348 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
2349
2350 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
2351 - perf/x86: Move perf_event.c ............... => x86/events/core.c
2352 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
2353 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
2354 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
2355 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
2356 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
2357 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
2358 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
2359 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
2360 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
2361 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
2362 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
2363 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
2364 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
2365 x86/events/intel/uncore.[ch]
2366 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
2367 x86/events/intel/uncore_nmhex.c
2368 - perf/x86: Move perf_event_intel_uncore_snb.c =>
2369 x86/events/intel/uncore_snb.c
2370 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
2371 x86/events/intel/uncore_snbep.c
2372 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
2373 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
2374 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
2375 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
2376 - perf/x86: Move perf_event.h to its new home
2377 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
2378
2379 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
2380 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
2381
2382 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
2383
2384linux (4.4.0-16.32) xenial; urgency=low
2385
2386 [ Tim Gardner ]
2387
2388 * Release Tracking Bug
2389 - LP: #1561727
2390
2391 * fix thermal throttling due to commit "Thermal: initialize thermal zone
2392 device correctly" (LP: #1561676)
2393 - Thermal: Ignore invalid trip points
2394
2395 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
2396 on press (LP: #1553811)
2397 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
2398 buttons, again
2399
2400 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
2401 (LP: #1560583)
2402 - SAUCE: apparmor: Allow ns_root processes to open profiles file
2403 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
2404
2405 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
2406 - ubuntu: vbox -- update to 5.0.16-dfsg-2
2407
2408 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
2409 s390x (LP: #1557690)
2410 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
2411
2412 * spl/zfs fails to build on s390x (LP: #1519814)
2413 - [Config] s390x -- re-enable zfs
2414 - [Config] zfs -- disable powerpc until the test failures can be resolved
2415
2416 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
2417 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
2418
2419 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
2420 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
2421 - [Config] powerpc -- convert zfs configuration to custom_override
2422
2423 * Memory arena corruption with FUSE (was Memory allocation failure crashes
2424 kernel hard, presumably related to FUSE) (LP: #1505948)
2425 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
2426 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
2427
2428 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
2429 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
2430
2431 * linux packaging: clear remaining redundant delta (LP: #1560445)
2432 - [Debian] Remove generated intermediate files on clean
2433
2434 * arm64: guest hangs when ntpd is running (LP: #1549494)
2435 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
2436 - Revert "hrtimer: Catch illegal clockids"
2437 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
2438
2439 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
2440 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
2441 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
2442 ThunderX
2443
2444 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
2445 (LP: #1559609)
2446 - arcmsr: fixed getting wrong configuration data
2447 - arcmsr: fixes not release allocated resource
2448 - arcmsr: make code more readable
2449 - arcmsr: adds code to support new Areca adapter ARC1203
2450 - arcmsr: changes driver version number
2451 - arcmsr: more readability improvements
2452 - arcmsr: Split dma resource allocation to a new function
2453 - arcmsr: change driver version to v1.30.00.22-20151126
2454
2455 * server image has no keyboard, desktop image works (LP: #1559692)
2456 - [Config] Rework input-modules (d-i) list
2457
2458 * PMU support for Cavium ThunderX (LP: #1559349)
2459 - arm64: perf: Rename Cortex A57 events
2460 - arm64/perf: Add Cavium ThunderX PMU support
2461 - arm64: perf: Enable PMCR long cycle counter bit
2462 - arm64: perf: Extend event mask for ARMv8.1
2463 - arm64: dts: Add Cavium ThunderX specific PMU
2464
2465 * Show ARM PMU events in perf stat (LP: #1559350)
2466 - drivers/perf: kill armpmu_register
2467 - arm: perf: Convert event enums to #defines
2468 - arm: perf: Add event descriptions
2469 - arm64: perf: Convert event enums to #defines
2470 - arm64: perf: Add event descriptions
2471 - ARM: perf: add format entry to describe event -> config mapping
2472 - arm64: perf: add format entry to describe event -> config mapping
2473
2474 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
2475 - EDAC/sb_edac: Fix computation of channel address
2476
2477 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
2478 - [Config] disable CONFIG_IP_PNP
2479
2480 * Miscellaneous Ubuntu changes
2481 - [Debian] Silence the reconstruct script
2482
2483 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
2484
2485linux (4.4.0-15.31) xenial; urgency=low
2486
2487 [ Tim Gardner ]
2488
2489 * Release Tracking Bug
2490 - LP: #1559252
2491
2492 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
2493 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
2494
2495 * policy namespace stacking (LP: #1379535)
2496 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
2497 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
2498 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
2499 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
2500 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
2501 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
2502 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
2503 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
2504 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
2505 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
2506 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
2507 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
2508 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
2509 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
2510 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
2511 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
2512 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
2513 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
2514 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
2515 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
2516 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
2517 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
2518 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
2519 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
2520 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
2521 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
2522 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
2523 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
2524 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
2525 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
2526 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
2527 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
2528 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
2529 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
2530 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
2531 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
2532 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
2533 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
2534 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
2535 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
2536 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
2537 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
2538 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
2539 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
2540 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
2541 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
2542 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
2543 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
2544 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
2545
2546 * Add arm64 NUMA support (LP: #1558765)
2547 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
2548 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
2549 - [Config] CONFIG_OF_NUMA=y
2550 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
2551 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
2552 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
2553 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
2554 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
2555
2556 * vivid/linux: total ADT test failures (LP: #1558447)
2557 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
2558
2559 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
2560 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2561 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
2562
2563 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
2564 - s390/pci: enforce fmb page boundary rule
2565
2566 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
2567 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
2568 - page_to_phys() always returns a multiple of PAGE_SIZE
2569 - s390/pci: provide ZPCI_ADDR macro
2570 - s390/pci: improve ZPCI_* macros
2571 - s390/pci: resize iomap
2572 - s390/pci: fix bar check
2573 - s390/pci: set error state for unusable functions
2574 - s390/pci: remove iomap sanity checks
2575 - s390/pci: remove pdev pointer from arch data
2576 - s390/pci: add ioctl interface for CLP
2577
2578 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
2579 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
2580 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
2581 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
2582 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
2583
2584 * skb_warn_bad_offload Crash (LP: #1558025)
2585 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
2586
2587 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
2588 - [Config] CONFIG_PCI_HOST_COMMON=y
2589 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
2590 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
2591 - PCI: generic: Move structure definitions to separate header file
2592 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
2593 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
2594 - PCI: thunder: Add PCIe host driver for ThunderX processors
2595 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
2596
2597 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
2598 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2599
2600 * Xenial update to v4.4.6 stable release (LP: #1558330)
2601 - arm64: account for sparsemem section alignment when choosing vmemmap offset
2602 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
2603 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
2604 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
2605 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
2606 - kvm: cap halt polling at exactly halt_poll_ns
2607 - KVM: VMX: disable PEBS before a guest entry
2608 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
2609 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
2610 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
2611 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
2612 - s390/dasd: fix diag 0x250 inline assembly
2613 - tracing: Fix check for cpu online when event is disabled
2614 - dmaengine: at_xdmac: fix residue computation
2615 - jffs2: reduce the breakage on recovery from halfway failed rename()
2616 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
2617 - ASoC: dapm: Fix ctl value accesses in a wrong type
2618 - ASoC: samsung: Use IRQ safe spin lock calls
2619 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
2620 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
2621 - ovl: ignore lower entries when checking purity of non-directory entries
2622 - ovl: fix working on distributed fs as lower layer
2623 - wext: fix message delay/ordering
2624 - cfg80211/wext: fix message ordering
2625 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
2626 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
2627 - mac80211: minstrel: Change expected throughput unit back to Kbps
2628 - mac80211: fix use of uninitialised values in RX aggregation
2629 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
2630 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
2631 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
2632 - mac80211: Fix Public Action frame RX in AP mode
2633 - gpu: ipu-v3: Do not bail out on missing optional port nodes
2634 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
2635 - drm/radeon: Fix error handling in radeon_flip_work_func.
2636 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
2637 - userfaultfd: don't block on the last VM updates at exit time
2638 - ovl: fix getcwd() failure after unsuccessful rmdir
2639 - MIPS: Fix build error when SMP is used without GIC
2640 - MIPS: smp.c: Fix uninitialised temp_foreign_map
2641 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
2642 - target: Drop incorrect ABORT_TASK put for completed commands
2643 - ld-version: Fix awk regex compile failure
2644 - Linux 4.4.6
2645
2646 * linux fails to load x.509 built-in certificate (LP: #1557250)
2647 - lib/mpi: Endianness fix
2648
2649 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
2650 - [Config] CONFIG_NET_9P=m for s390x
2651
2652 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
2653 (LP: #1557950)
2654 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
2655 - net/mlx5e: Don't modify CQ before it was created
2656
2657 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2658 - mmc: sdhci: Do not BUG on invalid vdd
2659 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
2660 - mmc: It is not an error for the card to be removed while suspended
2661
2662 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
2663 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
2664
2665 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
2666 - [Config] CONFIG_NUMA_EMU=y for s390x
2667
2668 * Miscellaneous Ubuntu changes
2669 - [Debian] git-ubuntu-log -- prevent bug references being split
2670 - [Debian] git-ubuntu-log -- git log output is UTF-8
2671
2672 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
2673
2674linux (4.4.0-14.30) xenial; urgency=low
2675
2676 [ Tim Gardner ]
2677
2678 * Release Tracking Bug
2679 - LP: #1557508
2680
2681 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
2682 - powerpc: Fix dedotify for binutils >= 2.26
2683
2684 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
2685 - Illumos 6370 - ZFS send fails to transmit some holes
2686
2687 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
2688 camera (LP: #1557138)
2689 - UVC: Add support for ds4 depth camera
2690
2691 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
2692 - sched/numa: Fix use-after-free bug in the task_numa_compare
2693
2694 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
2695 files (LP: #1555997)
2696 - ovl: copy new uid/gid into overlayfs runtime inode
2697
2698 * Miscellaneous Ubuntu changes
2699 - SAUCE: Dump stack when X.509 certificates cannot be loaded
2700
2701 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
2702
2703linux (4.4.0-13.29) xenial; urgency=low
2704
2705 [ Tim Gardner ]
2706
2707 * Release Tracking Bug
2708 - LP: #1556247
2709
2710 * s390/mm: four page table levels vs. fork (LP: #1556141)
2711 - s390/mm: four page table levels vs. fork
2712
2713 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
2714 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2715 - hv_netvsc: cleanup netdev feature flags for netvsc
2716
2717 * fails to boot on megaraid (LP: #1552903)
2718 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
2719 case of PD list DCMD failure
2720
2721 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
2722 - ALSA: hda - add codec support for Kabylake display audio codec
2723
2724 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2725 - cpufreq: powernv: Free 'chips' on module exit
2726 - cpufreq: powernv: Hot-plug safe the kworker thread
2727 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
2728 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
2729 - cpufreq: powernv: Replace pr_info with trace print for throttle event
2730 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
2731
2732 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2733 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
2734
2735 * integer overflow in xt_alloc_table_info (LP: #1555353)
2736 - SAUCE: (noup) netfilter: x_tables: check for size overflow
2737
2738 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
2739 - [Packaging] reconstruct -- automatically reconstruct against base tag
2740 - [Config] reconstruct -- update to autoreconstruct output
2741 - [Packaging] reconstruct -- update when inserting final changes
2742
2743 * Xenial update to v4.4.5 stable release (LP: #1555640)
2744 - use ->d_seq to get coherency between ->d_inode and ->d_flags
2745 - drivers: sh: Restore legacy clock domain on SuperH platforms
2746 - Btrfs: fix deadlock running delayed iputs at transaction commit time
2747 - btrfs: Fix no_space in write and rm loop
2748 - btrfs: async-thread: Fix a use-after-free error for trace
2749 - block: Initialize max_dev_sectors to 0
2750 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
2751 - parisc: Fix ptrace syscall number and return value modification
2752 - mips/kvm: fix ioctl error handling
2753 - kvm: x86: Update tsc multiplier on change.
2754 - fbcon: set a default value to blink interval
2755 - cifs: fix out-of-bounds access in lease parsing
2756 - CIFS: Fix SMB2+ interim response processing for read requests
2757 - Fix cifs_uniqueid_to_ino_t() function for s390x
2758 - vfio: fix ioctl error handling
2759 - KVM: x86: fix root cause for missed hardware breakpoints
2760 - arm/arm64: KVM: Fix ioctl error handling
2761 - iommu/amd: Apply workaround for ATS write permission check
2762 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
2763 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2764 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2765 - drm/ast: Fix incorrect register check for DRAM width
2766 - drm/radeon/pm: update current crtc info after setting the powerstate
2767 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2768 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2769 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2770 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2771 - libata: fix HDIO_GET_32BIT ioctl
2772 - libata: Align ata_device's id on a cacheline
2773 - block: bio: introduce helpers to get the 1st and last bvec
2774 - writeback: flush inode cgroup wb switches instead of pinning super_block
2775 - Adding Intel Lewisburg device IDs for SATA
2776 - arm64: vmemmap: use virtual projection of linear region
2777 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2778 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2779 - tracing: Do not have 'comm' filter override event 'comm' field
2780 - pata-rb532-cf: get rid of the irq_to_gpio() call
2781 - Btrfs: fix loading of orphan roots leading to BUG_ON
2782 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2783 - jffs2: Fix page lock / f->sem deadlock
2784 - Fix directory hardlinks from deleted directories
2785 - dmaengine: pxa_dma: fix cyclic transfers
2786 - adv7604: fix tx 5v detect regression
2787 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2788 - ALSA: ctl: Fix ioctls for X32 ABI
2789 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2790 - ALSA: rawmidi: Fix ioctls X32 ABI
2791 - ALSA: timer: Fix ioctls for X32 ABI
2792 - ALSA: pcm: Fix ioctls for X32 ABI
2793 - ALSA: seq: oss: Don't drain at closing a client
2794 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2795 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2796 - ALSA: hdspm: Fix zero-division
2797 - ALSA: timer: Fix broken compat timer user status ioctl
2798 - usb: chipidea: otg: change workqueue ci_otg as freezable
2799 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2800 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2801 - USB: qcserial: add Sierra Wireless EM74xx device ID
2802 - USB: serial: option: add support for Telit LE922 PID 0x1045
2803 - USB: serial: option: add support for Quectel UC20
2804 - MIPS: scache: Fix scache init with invalid line size.
2805 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2806 - ubi: Fix out of bounds write in volume update code
2807 - i2c: brcmstb: allocate correct amount of memory for regmap
2808 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2809 - block: check virt boundary in bio_will_gap()
2810 - block: get the 1st and last bvec via helpers
2811 - drm/i915: more virtual south bridge detection
2812 - drm/i915: refine qemu south bridge detection
2813 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2814 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2815 - Linux 4.4.5
2816
2817 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2818 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2819
2820 * TPM2.0 trusted keys fixes (LP: #1398274)
2821 - tpm_tis: further simplify calculation of ordinal duration
2822 - tpm_tis: Use devm_free_irq not free_irq
2823 - tpm_tis: Ensure interrupts are disabled when the driver starts
2824 - tpm: rework tpm_get_timeouts()
2825 - tpm_tis: Get rid of the duplicate IRQ probing code
2826 - tpm_tis: Refactor the interrupt setup
2827 - tpm_tis: Tighten IRQ auto-probing
2828 - tpm_ibmvtpm: properly handle interrupted packet receptions
2829
2830 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2831 - [Config] control.stub.in -- review versioned Build-Depends:
2832 - [Config] control.stub.in -- review versioned
2833 Depends/Breaks/Conflicts/Replaces
2834 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2835 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2836
2837 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2838
2839linux (4.4.0-12.28) xenial; urgency=low
2840
2841 * Miscellaneous Ubuntu changes
2842 - reconstruct: Work around orig tarball packaging limitiations
2843 Fixes FTBS
2844
2845 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2846
2847linux (4.4.0-12.27) xenial; urgency=low
2848
2849 [ Tim Gardner ]
2850
2851 * Release Tracking Bug
2852 - LP: #1554704
2853
2854 * Fails to detect (second) display (LP: #1543683)
2855 - drm/i915: Fix hpd live status bits for g4x
2856
2857 * s390x -- various configuration changes (LP: #1543165)
2858 - [Config] s390x -- enable CONFIG_NUMA
2859 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2860 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2861 - [Config] s390x -- disable CONFIG_NVMEM
2862 - [Config] s390x -- switch preempt mode to none
2863
2864 * Radeon hybrid graphics problem on resume (LP: #1554608)
2865 - Revert "drm/radeon: call hpd_irq_event on resume"
2866
2867 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2868 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2869 - drm/amdgpu: use $(src) in Makefile (v2)
2870 - drm/radeon: constify radeon_asic_ring structures
2871 - drm/amdgpu: add a callback for reading the bios from the rom directly
2872 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2873 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2874 - drm/amdgpu: Use new read bios from rom callback
2875 - drm/amdgpu: Use unlocked gem unreferencing
2876 - drm/radeon: Use unlocked gem unreferencing
2877 - drm/amd: add new gfx8 register definitions for EDC
2878 - drm/amdgpu: add EDC support for CZ (v3)
2879 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2880 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2881 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2882 - drm/amdgpu: update rev id register for VI
2883 - drm/amdgpu: add more debugging output for driver failures
2884 - drm/amdgpu: add entity only when first job come
2885 - drm/amdgpu: handle error case for ctx
2886 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2887 - drm/amdgpu: change default sched jobs to 32
2888 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2889 - drm/amdgpu: restrict the sched jobs number to power of two
2890 - drm/amdgpu: put VM page tables directly into duplicates list
2891 - drm/amdgpu: split VM PD and PT handling during CS
2892 - drm/amdgpu: keep the PTs validation list in the VM v2
2893 - drm/radeon: Update radeon_get_vblank_counter_kms()
2894 - drm/radeon: only increment sync_seq when a fence is really emitted
2895 - drm/fb-helper: Use proper plane mask for fb cleanup
2896 - drm/amdgpu: fix dp link rate selection (v2)
2897 - drm/radeon: fix dp link rate selection (v2)
2898 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2899 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2900 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2901 - drm/amdgpu: implement new cgs interface for acpi function
2902 - drm/amdgpu: implement cgs interface to query system info
2903 - drm/amdgpu: add new cgs interface to get display info (v2)
2904 - drm/amd/powerplay: add basic powerplay framework
2905 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2906 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2907 - drm/amd/powerplay: add SMU manager sub-component
2908 - drm/amd/powerplay: add hardware manager sub-component
2909 - SAUCE: amd: Include errno.h
2910 - drm/amd/powerplay: add Carrizo smu support
2911 - drm/amd/powerplay: add Carrizo dpm support
2912 - drm/amd/powerplay: add CG and PG support for carrizo
2913 - drm/amd/powerplay: add event manager sub-component
2914 - drm/amd/powerplay: implement functions of amd_powerplay_func
2915 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2916 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2917 - drm/amd/powerplay: add header file for tonga smu and dpm
2918 - drm/amd/powerplay: Add Tonga SMU support
2919 - drm/amd/powerplay: add Tonga dpm support (v3)
2920 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2921 - drm/amd/powerplay: update atomctrl for fiji
2922 - drm/amd/powerplay: add Fiji SMU support.
2923 - drm/amd/powerplay: add Fiji DPM support.
2924 - drm/amdgpu: add amdgpu.powerplay module option
2925 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2926 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2927 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2928 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2929 - drm/amdgpu/powerplay: program display gap for tonga.
2930 - drm/amdgpu: enable powerplay module by default for tonga.
2931 - drm/amdgpu: enable powerplay module by default for fiji.
2932 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2933 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2934 - drm/amd/powerplay: Add CG and PG support for tonga
2935 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2936 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2937 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2938 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2939 - drm/amdgpu/powerplay: implement thermal control for tonga.
2940 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2941 - drm/amdgpu: export fan control functions to amdgpu
2942 - drm/amdgpu: enable sysfs interface for powerplay
2943 - drm/amdgpu: support per device powerplay enablement (v2)
2944 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2945 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2946 - drm/amd/powerplay: refine the logic of whether need to update power state.
2947 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2948 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2949 - drm/amdgpu: extract pcie helpers to common header
2950 - drm: add drm_pcie_get_max_link_width helper (v2)
2951 - drm/amdgpu: store pcie gen mask and link width
2952 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2953 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2954 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2955 - drm/amd/powerplay: fix boolreturn.cocci warnings
2956 - drm/amd/powerplay/tonga: Add UVD DPM init
2957 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2958 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2959 - drm/amdgpu: add sdma clock gating support for Fiji.
2960 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2961 - drm/amd/powerplay: enable clock gating for Fiji.
2962 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2963 - drm/amd/powerplay: implement smc state upload for CZ
2964 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2965 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2966 - drm/amd/powerplay: add new function point in hwmgr.
2967 - drm/amd/powerplay: add smc msg for NB P-State switch
2968 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2969 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2970 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2971 - drm/amd/powerplay: Add PPLib debug print macro.
2972 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
2973 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
2974 - drm/amd/powerplay: add multimedia power gating support for Fiji.
2975 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
2976 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
2977 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
2978 - drm/amdgpu: Prepare DKMS build for powerplay module.
2979 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
2980 - drm/amd/powerplay: Add thermal protection support for Fiji.
2981 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
2982 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
2983 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
2984 - drm/amd/powerplay: fix boolreturn.cocci warnings
2985 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
2986 - drm/amd/powerplay: check whether enable dpm in powerplay.
2987 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
2988 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
2989 - drm/amd/powerplay: display gpu load when print performance for tonga.
2990 - drm/powerplay: add debugging output to tonga_processpptables.c
2991 - drm/powerplay: add debugging output to processpptables.c
2992 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
2993 - drm/amd/powerplay: Don't return an error if fan table is missing
2994 - amd\powerplay Implement get dal power level
2995 - amd/powerplay: Fix get dal power level
2996 - amd/powerplay: Add structures required to report configuration change
2997 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
2998 - drm/amd/powerplay: add point check to avoid NULL point hang.
2999 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
3000 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
3001 - drm: powerplay: use div64_s64 instead of do_div
3002 - drm/amd/powerplay: fix a reversed condition
3003 - drm/amdgpu/cgs: cleanup some indenting
3004 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
3005 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
3006 - drm/amd/powerplay: fix bug that NULL checks are reversed.
3007 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
3008 - drm/amd/powerplay: fix Smatch static checker warnings
3009 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
3010 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
3011 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
3012 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
3013 - drm/amdgpu: fix hex/decimal bug when show gpu load.
3014 - drm/amd/powerplay: add thermal control task when resume.
3015 - drm/amd/powerplay: enable set boot state task
3016 - drm/amd/powerplay: enable power down asic task. (v2)
3017 - drm/amd/powerplay: implement power down asic task for CZ
3018 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
3019 - drm/amdgpu/cgs: add an interface to access PCI resources
3020 - drm/amdgpu: add irq domain support
3021 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
3022 - drm/sysfs: use kobj_to_dev()
3023 - drm/amd/powerplay: fix static checker warning for return meaningless value.
3024 - drm/amdgpu/cz: add code to enable forcing UVD clocks
3025 - drm/amdgpu/cz: add code to enable forcing VCE clocks
3026 - drm/amdgpu/cz: force uvd clocks when sclks are forced
3027 - drm/amdgpu/cz: force vce clocks when sclks are forced
3028 - drm/amdgpu: use kobj_to_dev()
3029 - drm/radeon: use kobj_to_dev()
3030 - drm/ttm: fix adding foreign BOs to the LRU during init v2
3031 - drm/ttm: fix adding foreign BOs to the swap LRU
3032 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
3033 - drm/amdgpu: move VM page tables to the LRU end on CS v2
3034 - drm/amdgpu: validate duplicates first
3035 - drm/amdgpu: add missing irq.h include
3036 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
3037 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
3038 - amdkfd: don't open-code memdup_user()
3039 - amdkfd: Copy from the proper user command pointer
3040 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
3041 - amd/powerplay: disable powerplay by default initially
3042 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
3043 - drm/atomic-helper: Export framebuffer_changed()
3044 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
3045 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
3046 - drm/amdgpu: fix next_rptr handling for debugfs
3047 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
3048 - drm/radeon: only init fbdev if we have connectors
3049 - drm/amdgpu: don't init fbdev if we don't have any connectors
3050 - drm/amd/powerplay: Update SMU firmware loading for Stoney
3051 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
3052 - drm/amdkfd: Remove unnecessary cast in kfree
3053 - drm/amdgpu: only move pt bos in LRU list on success
3054 - drm/amdgpu: mask out WC from BO on unsupported arches
3055 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
3056 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
3057 - drm/amdgpu: load MEC ucode manually on iceland
3058 - drm/amdgpu: disable uvd and vce clockgating on Fiji
3059 - drm/amdgpu: add pcie cap module parameters (v2)
3060 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
3061 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
3062 - drm/amdgpu: handle uvd pg flags properly
3063 - drm/amdgpu: handle vce pg flags properly
3064 - drm/amdgpu: clean up vce pg flags for cz/st
3065 - drm/amdgpu: be consistent with uvd cg flags
3066 - drm/amd/powerplay/cz: disable uvd pg
3067 - drm/amd/powerplay/cz: disable vce pg
3068 - drm/amd/powerplay/tonga: disable uvd pg
3069 - drm/amd/powerplay/tonga: disable vce pg
3070 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
3071 - drm/amdgpu: remove unused cg defines
3072 - drma/dmgpu: move cg and pg flags into shared headers
3073 - drm/amdgpu/tonga: plumb pg flags through to powerplay
3074 - drm/amdgpu/cz: plumb pg flags through to powerplay
3075 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
3076
3077 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
3078 #1552632)
3079 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
3080
3081 * Miscellaneous Ubuntu changes
3082 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
3083
3084 * Miscellaneous upstream changes
3085 - net: thunderx: Fix for Qset error due to CQ full
3086 - ahci: Workaround for ThunderX Errata#22536
3087 - arm64: Add workaround for Cavium erratum 27456
3088 - tipc: fix nullptr crash during subscription cancel
3089
3090 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
3091
3092linux (4.4.0-11.26) xenial; urgency=low
3093
3094 [ Tim Gardner ]
3095
3096 * Release Tracking Bug
3097 - LP: #1553391
3098
3099 * Xenial update to v4.4.4 stable release (LP: #1553179)
3100 - af_iucv: Validate socket address length in iucv_sock_bind()
3101 - gro: Make GRO aware of lightweight tunnels.
3102 - net: dp83640: Fix tx timestamp overflow handling.
3103 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
3104 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
3105 - tcp: fix NULL deref in tcp_v4_send_ack()
3106 - af_unix: fix struct pid memory leak
3107 - pptp: fix illegal memory access caused by multiple bind()s
3108 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
3109 - net: dsa: fix mv88e6xxx switches
3110 - tipc: fix connection abort during subscription cancel
3111 - inet: frag: Always orphan skbs inside ip_defrag()
3112 - switchdev: Require RTNL mutex to be held when sending FDB notifications
3113 - tcp: beware of alignments in tcp_get_info()
3114 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
3115 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
3116 - ipv6: addrconf: Fix recursive spin lock call
3117 - ipv6: fix a lockdep splat
3118 - unix: correctly track in-flight fds in sending process user_struct
3119 - tcp: do not drop syn_recv on all icmp reports
3120 - net:Add sysctl_max_skb_frags
3121 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
3122 - enic: increment devcmd2 result ring in case of timeout
3123 - sctp: translate network order to host order when users get a hmacid
3124 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
3125 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
3126 eth_get_headlen
3127 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
3128 - bonding: Fix ARP monitor validation
3129 - ipv4: fix memory leaks in ip_cmsg_send() callers
3130 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
3131 - af_unix: Guard against other == sk in unix_dgram_sendmsg
3132 - tipc: fix premature addition of node to lookup table
3133 - tcp: md5: release request socket instead of listener
3134 - qmi_wwan: add "4G LTE usb-modem U901"
3135 - net/mlx4_en: Count HW buffer overrun only once
3136 - net/mlx4_en: Avoid changing dev->features directly in run-time
3137 - l2tp: Fix error creating L2TP tunnels
3138 - pppoe: fix reference counting in PPPoE proxy
3139 - net_sched fix: reclassification needs to consider ether protocol changes
3140 - route: check and remove route cache when we get route
3141 - tcp/dccp: fix another race at listener dismantle
3142 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
3143 - rtnl: RTM_GETNETCONF: fix wrong return value
3144 - tipc: unlock in error path
3145 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
3146 - sctp: Fix port hash table size computation
3147 - ext4: fix bh->b_state corruption
3148 - ARM: debug-ll: fix BCM63xx entry for multiplatform
3149 - arm64: errata: Add -mpc-relative-literal-loads to build flags
3150 - KVM: s390: fix guest fprs memory leak
3151 - devm_memremap: Fix error value when memremap failed
3152 - drm/gma500: Use correct unref in the gem bo create function
3153 - ARM: 8457/1: psci-smp is built only for SMP
3154 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
3155 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
3156 - efi: Do variable name validation tests in utf8
3157 - efi: Make our variable validation list include the guid
3158 - efi: Make efivarfs entries immutable by default
3159 - efi: Add pstore variables to the deletion whitelist
3160 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
3161 - bcache: fix a livelock when we cause a huge number of cache misses
3162 - bcache: Add a cond_resched() call to gc
3163 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
3164 - bcache: fix a leak in bch_cached_dev_run()
3165 - bcache: unregister reboot notifier if bcache fails to unregister device
3166 - bcache: allows use of register in udev to avoid "device_busy" error.
3167 - bcache: Change refill_dirty() to always scan entire disk if necessary
3168 - dm thin: fix race condition when destroying thin pool workqueue
3169 - can: ems_usb: Fix possible tx overflow
3170 - usb: dwc3: Fix assignment of EP transfer resources
3171 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
3172 - USB: option: add support for SIM7100E
3173 - USB: option: add "4G LTE usb-modem U901"
3174 - drivers: android: correct the size of struct binder_uintptr_t for
3175 BC_DEAD_BINDER_DONE
3176 - spi: omap2-mcspi: Prevent duplicate gpio_request
3177 - iw_cxgb3: Fix incorrectly returning error on success
3178 - drm/i915: shut up gen8+ SDE irq dmesg noise
3179 - ocfs2: unlock inode if deleting inode from orphan fails
3180 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
3181 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
3182 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
3183 - clocksource/drivers/vt8500: Increase the minimum delta
3184 - s390/kvm: remove dependency on struct save_area definition
3185 - KVM: s390: fix memory overwrites when vx is disabled
3186 - Btrfs: add missing brelse when superblock checksum fails
3187 - Btrfs: igrab inode in writepage
3188 - btrfs: statfs: report zero available if metadata are exhausted
3189 - Btrfs: send, don't BUG_ON() when an empty symlink is found
3190 - Btrfs: fix number of transaction units required to create symlink
3191 - Btrfs: fix transaction handle leak on failure to create hard link
3192 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
3193 subvolume roots
3194 - btrfs: initialize the seq counter in struct btrfs_device
3195 - s390: fix normalization bug in exception table sorting
3196 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
3197 - s390/dasd: fix refcount for PAV reassignment
3198 - s390/dasd: fix performance drop
3199 - uml: flush stdout before forking
3200 - uml: fix hostfs mknod()
3201 - um: link with -lpthread
3202 - locks: fix unlock when fcntl_setlk races with a close
3203 - rtlwifi: rtl_pci: Fix kernel panic
3204 - rtlwifi: rtl8192cu: Add missing parameter setup
3205 - rtlwifi: rtl8192ce: Fix handling of module parameters
3206 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
3207 - rtlwifi: rtl8723ae: Fix initialization of module parameters
3208 - rtlwifi: rtl8192se: Fix module parameter initialization
3209 - rtlwifi: rtl8188ee: Fix module parameter initialization
3210 - rtlwifi: rtl8723be: Fix module parameter initialization
3211 - mei: fix fasync return value on error
3212 - mei: validate request value in client notify request ioctl
3213 - namei: ->d_inode of a pinned dentry is stable only for positives
3214 - rc: sunxi-cir: Initialize the spinlock properly
3215 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
3216 - si2157: return -EINVAL if firmware blob is too big
3217 - gspca: ov534/topro: prevent a division by 0
3218 - vb2: fix a regression in poll() behavior for output,streams
3219 - tda1004x: only update the frontend properties if locked
3220 - dm space map metadata: remove unused variable in brb_pop()
3221 - dm snapshot: fix hung bios when copy error occurs
3222 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
3223 - coresight: checking for NULL string in coresight_name_match()
3224 - irqchip/omap-intc: Add support for spurious irq handling
3225 - irqchip/mxs: Add missing set_handle_irq()
3226 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
3227 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
3228 - posix-clock: Fix return code on the poll method's error path
3229 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
3230 - mmc: usdhi6rol0: handle NULL data in timeout
3231 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
3232 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
3233 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
3234 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
3235 - mmc: core: Enable tuning according to the actual timing
3236 - mmc: mmci: fix an ages old detection error
3237 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
3238 - mmc: pxamci: fix again read-only gpio detection polarity
3239 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
3240 - mmc: sdhci: Allow override of mmc host operations
3241 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
3242 - Bluetooth: Use continuous scanning when creating LE connections
3243 - Bluetooth: Add support of Toshiba Broadcom based devices
3244 - Bluetooth: Fix incorrect removing of IRKs
3245 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
3246 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
3247 - time: Avoid signed overflow in timekeeping_get_ns()
3248 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
3249 - Revert "MIPS: Fix PAGE_MASK definition"
3250 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
3251 - MIPS: hpet: Choose a safe value for the ETIME check
3252 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
3253 - MIPS: Fix buffer overflow in syscall_get_arguments()
3254 - EDAC: Robustify workqueues destruction
3255 - EDAC, mc_sysfs: Fix freeing bus' name
3256 - sparc64: fix incorrect sign extension in sys_sparc64_personality
3257 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
3258 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
3259 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
3260 - virtio_balloon: fix race by fill and leak
3261 - virtio_balloon: fix race between migration and ballooning
3262 - virtio_pci: fix use after free on release
3263 - drm/vmwgfx: Fix an incorrect lock check
3264 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
3265 - drm/vmwgfx: respect 'nomodeset'
3266 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
3267 - drm/amdgpu: call hpd_irq_event on resume
3268 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
3269 - drm/amdgpu: fix tonga smu resume
3270 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
3271 - drm/amdgpu: no need to load MC firmware on fiji
3272 - drm/amdgpu: move gmc7 support out of CIK dependency
3273 - drm/amdgpu: iceland use CI based MC IP
3274 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
3275 - drm/amdgpu: pull topaz gmc bits into gmc_v7
3276 - drm/amdgpu: drop topaz support from gmc8 module
3277 - drm/amdgpu: don't load MEC2 on topaz
3278 - drm/amdgpu: remove exp hardware support from iceland
3279 - drm/amdgpu: fix s4 resume
3280 - drm/amdgpu: remove unnecessary forward declaration
3281 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
3282 - drm/amdgpu: fix issue with overlapping userptrs
3283 - drm/amdgpu: use post-decrement in error handling
3284 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
3285 - drm/amdgpu/pm: adjust display configuration after powerstate
3286 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
3287 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
3288 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
3289 training
3290 - drm/nouveau: platform: Fix deferred probe
3291 - drm/dp/mst: process broadcast messages correctly
3292 - drm/dp/mst: always send reply for UP request
3293 - drm/dp/mst: fix in MSTB RAD initialization
3294 - drm/dp/mst: fix in RAD element access
3295 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
3296 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
3297 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
3298 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
3299 - drm/dp/mst: deallocate payload on port destruction
3300 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
3301 - drm/radeon: call hpd_irq_event on resume
3302 - drm/radeon: Fix "slow" audio over DP on DCE8+
3303 - drm/radeon: clean up fujitsu quirks
3304 - drm/radeon: properly byte swap vce firmware setup
3305 - drm/radeon: cleaned up VCO output settings for DP audio
3306 - drm/radeon: Add a common function for DFS handling
3307 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
3308 - drm: add helper to check for wc memory support
3309 - drm/radeon: mask out WC from BO on unsupported arches
3310 - drm/radeon: hold reference to fences in radeon_sa_bo_new
3311 - drm: fix missing reference counting decrease
3312 - drm/i915: Restore inhibiting the load of the default context
3313 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
3314 - drm/i915: Init power domains early in driver load
3315 - drm/i915: Make sure DC writes are coherent on flush.
3316 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
3317 - drm/i915: Don't reject primary plane windowing with color keying enabled on
3318 SKL+
3319 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
3320 - drm/i915/dsi: defend gpio table against out of bounds access
3321 - drm/i915/dsi: don't pass arbitrary data to sideband
3322 - drm/i915: fix error path in intel_setup_gmbus()
3323 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
3324 - drm/radeon: use post-decrement in error handling
3325 - drm: No-Op redundant calls to drm_vblank_off() (v2)
3326 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
3327 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
3328 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
3329 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
3330 - drm/radeon/pm: adjust display configuration after powerstate
3331 - make sure that freeing shmem fast symlinks is RCU-delayed
3332 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
3333 supported
3334 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
3335 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
3336 - uapi: update install list after nvme.h rename
3337 - lib: sw842: select crc32
3338 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
3339 R700
3340 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
3341 R830
3342 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
3343 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
3344 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
3345 - dmaengine: dw: fix cyclic transfer setup
3346 - dmaengine: dw: fix cyclic transfer callbacks
3347 - dmaengine: at_xdmac: fix resume for cyclic transfers
3348 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
3349 - IB/cm: Fix a recently introduced deadlock
3350 - IB/qib: fix mcast detach when qp not attached
3351 - IB/qib: Support creating qps with GFP_NOIO flag
3352 - IB/mlx5: Expose correct maximum number of CQE capacity
3353 - Thermal: initialize thermal zone device correctly
3354 - Thermal: handle thermal zone device properly during system sleep
3355 - Thermal: do thermal zone update after a cooling device registered
3356 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
3357 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
3358 - hwmon: (ads1015) Handle negative conversion values correctly
3359 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
3360 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
3361 - seccomp: always propagate NO_NEW_PRIVS on tsync
3362 - libceph: fix ceph_msg_revoke()
3363 - libceph: don't bail early from try_read() when skipping a message
3364 - libceph: use the right footer size when skipping a message
3365 - libceph: don't spam dmesg with stray reply warnings
3366 - sd: Optimal I/O size is in bytes, not sectors
3367 - Staging: speakup: Fix getting port information
3368 - Revert "Staging: panel: usleep_range is preferred over udelay"
3369 - cdc-acm:exclude Samsung phone 04e8:685d
3370 - perf stat: Do not clean event's private stats
3371 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
3372 - rfkill: fix rfkill_fop_read wait_event usage
3373 - mac80211: Requeue work after scan complete for all VIF types.
3374 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
3375 - Revert "workqueue: make sure delayed work run in local cpu"
3376 - ALSA: hda - Apply clock gate workaround to Skylake, too
3377 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
3378 - target: Fix LUN_RESET active I/O handling for ACK_KREF
3379 - target: Fix LUN_RESET active TMR descriptor handling
3380 - target: Fix TAS handling for multi-session se_node_acls
3381 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
3382 - target: Fix race with SCF_SEND_DELAYED_TAS handling
3383 - spi: atmel: fix gpio chip-select in case of non-DT platform
3384 - libata: fix sff host state machine locking while polling
3385 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
3386 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
3387 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
3388 - cpuset: make mm migration asynchronous
3389 - cgroup: make sure a parent css isn't offlined before its children
3390 - writeback: keep superblock pinned during cgroup writeback association
3391 switches
3392 - phy: core: fix wrong err handle for phy_power_on
3393 - i2c: i801: Adding Intel Lewisburg support for iTCO
3394 - bio: return EINTR if copying to user space got interrupted
3395 - block: fix use-after-free in dio_bio_complete
3396 - nfs: fix nfs_size_to_loff_t
3397 - NFSv4: Fix a dentry leak on alias use
3398 - of/irq: Fix msi-map calculation for nonzero rid-base
3399 - KVM: async_pf: do not warn on page allocation failures
3400 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
3401 - KVM: x86: fix missed hardware breakpoints
3402 - KVM: x86: MMU: fix ubsan index-out-of-range warning
3403 - powerpc/eeh: Fix partial hotplug criterion
3404 - tracing: Fix showing function event in available_events
3405 - sunrpc/cache: fix off-by-one in qword_get()
3406 - kernel/resource.c: fix muxed resource handling in __request_region()
3407 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
3408 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
3409 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
3410 - xen/arm: correctly handle DMA mapping of compound pages
3411 - xen/scsiback: correct frontend counting
3412 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
3413 - xen/pciback: Save the number of MSI-X entries to be copied later.
3414 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
3415 extracted.
3416 - should_follow_link(): validate ->d_seq after having decided to follow
3417 - do_last(): ELOOP failure exit should be done after leaving RCU mode
3418 - hpfs: don't truncate the file when delete fails
3419 - x86/irq: Call chip->irq_set_affinity in proper context
3420 - x86/irq: Fix a race in x86_vector_free_irqs()
3421 - x86/irq: Validate that irq descriptor is still active
3422 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
3423 - x86/irq: Reorganize the return path in assign_irq_vector
3424 - x86/irq: Reorganize the search in assign_irq_vector
3425 - x86/irq: Check vector allocation early
3426 - x86/irq: Copy vectormask instead of an AND operation
3427 - x86/irq: Get rid of code duplication
3428 - x86/irq: Remove offline cpus from vector cleanup
3429 - x86/irq: Clear move_in_progress before sending cleanup IPI
3430 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
3431 - x86/irq: Remove outgoing CPU from vector cleanup mask
3432 - x86/irq: Call irq_force_move_complete with irq descriptor
3433 - x86/irq: Plug vector cleanup race
3434 - IB/cma: Fix RDMA port validation for iWarp
3435 - iwlwifi: dvm: fix WoWLAN
3436 - iwlwifi: pcie: properly configure the debug buffer size for 8000
3437 - iwlwifi: update and fix 7265 series PCI IDs
3438 - iwlwifi: mvm: don't allow sched scans without matches to be started
3439 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
3440 - bcache: prevent crash on changing writeback_running
3441 - Linux 4.4.4
3442
3443 * mlx4_en didn't choose time-stamping shift value according to HW frequency
3444 (LP: #1552627)
3445 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
3446
3447 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
3448 - target/transport: add flag to indicate CPU Affinity is observed
3449 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
3450 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
3451
3452 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3453 - qla2xxx: Fix warning reported by static checker
3454 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
3455 - qla2xxx: Fix stale pointer access.
3456 - qla2xxx: Use ATIO type to send correct tmr response
3457 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
3458
3459 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
3460 - [Config] Add s390x zfcp to scsi-modules udeb
3461
3462 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
3463
3464linux (4.4.0-10.25) xenial; urgency=low
3465
3466 [ Tim Gardner ]
3467
3468 * Release Tracking Bug
3469 - LP: #1552247
3470
3471 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
3472 - security: let security modules use PTRACE_MODE_* with bitmasks
3473
3474 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
3475 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
3476
3477 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
3478 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
3479 - mmc: sdhci: Fix DMA descriptor with zero data length
3480
3481 * Miscellaneous Ubuntu changes
3482 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
3483
3484 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
3485
3486linux (4.4.0-9.24) xenial; urgency=low
3487
3488 [ Tim Gardner ]
3489
3490 * Release Tracking Bug
3491 - LP: #1551319
3492
3493 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
3494 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
3495
3496 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
3497 #1448912)
3498 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
3499 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
3500 replacedby is not setup
3501 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
3502 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
3503 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
3504 replacedby
3505 - SAUCE: apparmor: Fix: label_vec_merge insertion
3506 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
3507 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
3508 merge path
3509 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
3510 labelset lock
3511 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
3512
3513 * apparmor kernel BUG kills firefox (LP: #1430546)
3514 - SAUCE: apparmor: Disallow update of cred when then subjective != the
3515 objective cred
3516 - SAUCE: apparmor: rework retrieval of the current label in the profile update
3517 case
3518
3519 * sleep from invalid context in aa_move_mount (LP: #1539349)
3520 - SAUCE: apparmor: fix sleep from invalid context
3521
3522 * s390x: correct restore of high gprs on signal return (LP: #1550468)
3523 - s390/compat: correct restore of high gprs on signal return
3524
3525 * missing SMAP support (LP: #1550517)
3526 - x86/entry/compat: Add missing CLAC to entry_INT80_32
3527
3528 * Floating-point exception handler receives empty Data-Exception Code in
3529 Floating Point Control register (LP: #1548414)
3530 - s390/fpu: signals vs. floating point control register
3531
3532 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
3533 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
3534
3535 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
3536 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
3537 build fips840/b1208b_1604.840 (LP: #1532914)
3538 - cxl: Fix PSL timebase synchronization detection
3539
3540 * [Feature]EDAC support for Knights Landing (LP: #1519631)
3541 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
3542
3543 * Various failures of kernel_security suite on Xenial kernel on s390x arch
3544 (LP: #1531327)
3545 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
3546
3547 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
3548 - [Config] Provides: virtualbox-guest-modules when appropriate
3549
3550 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
3551 #1507588)
3552 - [Config] Provides: virtualbox-guest-modules when appropriate
3553
3554 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
3555 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
3556 - SAUCE: i915_bpo: Update intel_ips.h file location
3557 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
3558 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
3559 - drm/i915: remove an extra level of indirection in PCI ID list
3560 - drm/i915/kbl: Add Kabylake PCI ID
3561 - drm/i915/kbl: Add Kabylake GT4 PCI ID
3562 - mm: Export nr_swap_pages
3563 - async: export current_is_async()
3564 - drm: fix potential dangling else problems in for_each_ macros
3565 - dp/mst: add SDP stream support
3566 - drm: Implement drm_modeset_lock_all_ctx()
3567 - drm: Add "prefix" parameter to drm_rect_debug_print()
3568 - drm/i915: Set connector_state->connector using the helper.
3569 - drm/atomic: add connector mask to drm_crtc_state.
3570 - drm/i915: Report context GTT size
3571 - drm/i915: Add get_eld audio component
3572 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
3573 - SAUCE: i915_bpo: Revert passing plane/encoder name
3574 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
3575 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
3576 - drm/i915/bxt: update list of PCIIDs
3577 - drm/i915/skl: Add missing SKL ids
3578 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
3579 driver isn't"
3580 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
3581 - drm/atomic: Do not unset crtc when an encoder is stolen
3582 - drm/i915: Update connector_mask during readout, v2.
3583 - drm/atomic: Add encoder_mask to crtc_state, v3.
3584 - SAUCE: drm/core: Add drm_encoder_index.
3585 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
3586 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
3587
3588 * arm64: guest hangs when ntpd is running (LP: #1549494)
3589 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
3590 - hrtimer: Catch illegal clockids
3591 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
3592
3593 * Miscellaneous Ubuntu changes
3594 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
3595 - [Config] CONFIG_ARM_SMMU=y on arm64
3596 - rebase to v4.4.3
3597 - [Debian] git-ubuntu-log -- ensure we get the last commit
3598 - [Config] fix up spelling of probably again
3599 - [Debian] perf -- build in the context of the full generated local headers
3600 - SAUCE: tools: lib/bpf -- add generated headers to search path
3601 - SAUCE: proc: Always set super block owner to init_user_ns
3602 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
3603 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
3604 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
3605 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
3606 needs locking
3607 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
3608 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
3609 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
3610 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
3611 of remove_and_insert
3612 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
3613 transitions ns
3614 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
3615 freed.
3616 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
3617 been removed
3618 - SAUCE: apparmor: Fix: query label file permission
3619 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
3620 - SAUCE: fixup: cleanup return handling of labels
3621 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
3622 destroyed
3623 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
3624 - SAUCE: fixup: 20/23 locking issue around in __label_update
3625 - SAUCE: fixup: get rid of unused var build warning
3626 - SAUCE: fixup: cast poison values to remove warnings
3627 - SAUCE: apparmor: fix refcount race when finding a child profile
3628 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
3629 - SAUCE: fix: audit "no_new_privs" case for exec failure
3630 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
3631 - SAUCE: Move replacedby allocation into label_alloc
3632 - [Debian] supply zfs dkms Provides: based on do_zfs
3633 - [Config] supply zfs dkms Provides: based on do_zfs
3634 - [Config] drop linux-image-3.0 provides
3635
3636 * Miscellaneous upstream changes
3637 - x86/mpx: Fix off-by-one comparison with nr_registers
3638
3639 [ Upstream Kernel Changes ]
3640
3641 * rebase to v4.4.3
3642
3643 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
3644
3645linux (4.4.0-8.23) xenial; urgency=low
3646
3647 * cgroup namespace mounts broken in containers (LP: #1549398)
3648 - SAUCE: kernfs: Always set super block owner to init_user_ns
3649
3650 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
3651 - arm64: mm: avoid calling apply_to_page_range on empty range
3652 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
3653
3654 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
3655 - [Config] postinst -- handle recreating symlinks when a real file is present
3656
3657 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
3658 - SAUCE: cred: Add clone_cred() interface
3659 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3660 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3661 - SAUCE: overlayfs: Be more careful about copying up sxid files
3662 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3663
3664 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
3665 - SAUCE: cred: Add clone_cred() interface
3666 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3667 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3668 - SAUCE: overlayfs: Be more careful about copying up sxid files
3669 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3670
3671 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
3672 - SAUCE: cred: Add clone_cred() interface
3673 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3674 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3675
3676 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
3677 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
3678 - net: Add eth_platform_get_mac_address() helper.
3679 - i40e: Add mac_filter_element at the end of the list instead of HEAD
3680 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
3681 - i40e: Replace X722 mac check in ethtool get_settings
3682 - i40evf: allow channel bonding of VFs
3683 - i40e: define function capabilities in only one place
3684 - i40evf: null out ring pointers on free
3685 - i40e: Cleanup the code with respect to restarting autoneg
3686 - i40e: update features with right offload
3687 - i40e: bump version to 1.4.10
3688 - i40e: add new device IDs for X722
3689 - i40e: Extend ethtool RSS hooks for X722
3690 - i40e/i40evf: Fix for UDP/TCP RSS for X722
3691 - i40evf: add new write-back mode
3692 - i40e/i40evf: Use private workqueue
3693 - i40e: add new proxy-wol bit for X722
3694 - i40e: Limit DCB FW version checks to X710/XL710 devices
3695 - i40e: AQ Add Run PHY Activity struct
3696 - i40e: AQ Geneve cloud tunnel type
3697 - i40e: AQ Add external power class to get link status
3698 - i40e: add 100Mb ethtool reporting
3699 - ixgbe: bulk free SKBs during TX completion cleanup cycle
3700 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
3701 - igb: Unpair the queues when changing the number of queues
3702 - igb/igbvf: don't give up
3703 - igb: clean up code for setting MAC address
3704 - igb: Refactor VFTA configuration
3705 - igb: Allow asymmetric configuration of MTU versus Rx frame size
3706 - igb: Do not factor VLANs into RLPML calculation
3707 - igb: Always enable VLAN 0 even if 8021q is not loaded
3708 - igb: Merge VLVF configuration into igb_vfta_set
3709 - igb: Clean-up configuration of VF port VLANs
3710 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
3711 - igb: Drop unnecessary checks in transmit path
3712 - igb: Enable use of "bridge fdb add" to set unicast table entries
3713 - igb: Add workaround for VLAN tag stripping on 82576
3714 - i40e: AQ Shared resource flags
3715 - i40e: AQ Add set_switch_config
3716 - i40e: AQ Add VXLAN-GPE tunnel type
3717 - i40e: AQ thermal sensor control struct
3718 - i40e: Bump AQ minor version to 1.5 for new FW features
3719 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
3720 - i40e: fix write-back-on-itr to work with legacy itr
3721 - i40e: add counter for arq overflows
3722 - i40e: add 20G speed for Tx bandwidth calculations
3723 - i40e: refactor DCB function
3724 - i40e: add a little more to an NVM update debug message
3725 - i40evf: enable bus master after reset
3726 - i40e: add netdev info to VSI dump
3727 - i40e: remove VF device IDs from PF
3728 - i40e: trivial: remove unnecessary local var
3729 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
3730 - net: ixgbe: add minimal parser details for ixgbe
3731 - i40e: trivial: drop duplicate definition
3732 - i40e: trivial: fix missing space
3733 - i40e: fix bug in dma sync
3734 - i40e: do TSO only if CHECKSUM_PARTIAL is set
3735 - i40e: allocate memory safer
3736 - i40e: fix: do not sleep in netdev_ops
3737 - i40e: APIs to Add/remove port mirroring rules
3738 - i40e: negate PHY int mask bits
3739 - i40e: drop unused function
3740 - i40e: count allocation errors
3741 - i40e: avoid large memcpy by assigning struct
3742 - i40e/i40evf: bump version to 1.4.12/1.4.8
3743 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
3744 - i40e: add priv flag for automatic rule eviction
3745 - i40e: use eth_platform_get_mac_address()
3746 - i40e: move sync_vsi_filters up in service_task
3747 - i40e: Make the DCB firmware checks for X710/XL710 only
3748 - i40e: set shared bit for multicast filters
3749 - i40e: add VEB stat control and remove L2 cloud filter
3750 - i40e: use new add_veb calling with VEB stats control
3751 - i40e: Refactor force_wb and WB_ON_ITR functionality code
3752 - i40evf: Change vf driver string to reflect all products i40evf supports
3753 - i40e/i40evf: don't lose interrupts
3754 - i40e/i40evf: try again after failure
3755 - i40e: dump descriptor indexes in hex
3756 - i40e/i40evf: use __GFP_NOWARN
3757 - i40e/i40evf: use pages correctly in Rx
3758 - i40e/i40evf: use logical operators, not bitwise
3759 - i40e: properly show packet split status in debugfs
3760 - i40e/i40evf: Bump version
3761 - ixgbe: use u32 instead of __u32 in model header
3762 - ixgbe: fix dates on header of ixgbe_model.h
3763 - i40e: get rid of magic number
3764 - i40e: drop unused debugfs file "dump"
3765 - i40evf: support packet split receive
3766 - i40e: trivial: cleanup use of pf->hw
3767 - i40e: Add a SW workaround for lost interrupts
3768 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3769 - i40e: Removal of code which relies on BASE VEB SEID
3770 - i40e/i40evf: avoid atomics
3771 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3772 - i40e: expand comment
3773 - i40e: better error reporting for nvmupdate
3774 - i40evf: set adapter state on reset failure
3775 - i40e: clean event descriptor before use
3776 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3777 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3778 - i40e/i40evf: Drop outer checksum offload that was not requested
3779 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3780 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3781 - i40e/i40evf: Consolidate all header changes into TSO function
3782 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3783 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3784 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3785 - i40e/i40evf: Do not write to descriptor unless we complete
3786 - i40e/i40evf: Add exception handling for Tx checksum
3787 - i40e/i40evf: Clean-up Rx packet checksum handling
3788 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3789 - i40e: Fix ATR in relation to tunnels
3790 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3791 - i40e: Update feature flags to reflect newly enabled features
3792 - i40evf: Update feature flags to reflect newly enabled features
3793 - i40e: Add support for ATR w/ IPv6 extension headers
3794 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3795 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3796 - i40e/i40evf: Move Tx checksum closer to TSO
3797 - i40e: Add functions to blink led on 10GBaseT PHY
3798 - i40e: Fix led blink capability for 10GBaseT PHY
3799 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3800 - i40e: Do not wait for Rx queue disable in DCB reconfig
3801 - i40e: Fix for unexpected messaging
3802 - i40e: Expose some registers to program parser, FD and RSS logic
3803 - i40e: add check for null VSI
3804 - i40e: add adminq commands for Rx CTL registers
3805 - i40e: implement and use Rx CTL helper functions
3806 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3807 - i40e: suspend scheduling during driver unload
3808 - i40e: let go of the past
3809 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3810
3811 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3812 - mpt3sas: A correction in unmap_resources
3813 - mpt3sas: Added support for high port count HBA variants.
3814 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3815 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3816 - mpt3sas: Never block the Enclosure device
3817 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3818 - mpt3sas: Added smp_affinity_enable module parameter.
3819 - mpt3sas: Add support for configurable Chain Frame Size
3820 - mpt3sas: Updated MPI Header to 2.00.42
3821 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3822 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3823 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3824
3825 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3826 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3827
3828 * Miscellaneous Ubuntu changes
3829 - [Packaging] git-ubuntu-log -- output should be utf-8
3830 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3831
3832 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3833
3834linux (4.4.0-7.22) xenial; urgency=low
3835
3836 [ Tim Gardner ]
3837
3838 * Release Tracking Bug
3839 - LP: #1547205
3840
3841 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3842 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3843 - arm64: kernel: implement ACPI parking protocol
3844
3845 * Please pull cgroup namespaces (LP: #1546775)
3846 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3847 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3848 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3849 - SAUCE: (noup) cgroup: cgroup namespace setns support
3850 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3851 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3852 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3853 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3854
3855 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3856 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3857 - pwm: lpss: Remove ->free() callback
3858 - pwm: bcm2835: Calculate scaler in ->config()
3859 - pwm: bcm2835: Prevent division by zero
3860 - pwm: bcm2835: Fix email address specification
3861 - pwm: lpss: Update PWM setting for Broxton
3862 - pwm: lpss: Select core part automatically
3863 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3864 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3865 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3866 - pwm: lpc32xx: make device usable with common clock framework
3867 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3868 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3869 - pwm: rcar: Improve accuracy of frequency division setting
3870 - pwm: Add PWM driver for OMAP using dual-mode timers
3871 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3872 - pwm: omap-dmtimer: Potential NULL dereference on error
3873 - pwm: Mark all devices as "might sleep"
3874
3875 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3876 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3877 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3878
3879 * Update megaraid driver to MR6.10 (LP: #1544679)
3880 - megaraid_sas: Do not allow PCI access during OCR
3881 - megaraid_sas: MFI IO timeout handling
3882 - megaraid_sas: Syncing request flags macro names with firmware
3883 - megaraid_sas: Task management support
3884 - megaraid_sas: Update device queue depth based on interface type
3885 - megaraid_sas: Fastpath region lock bypass
3886 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3887 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3888 - megaraid_sas: Dual queue depth support
3889 - megaraid_sas: IO throttling support
3890 - megaraid_sas: Make adprecovery variable atomic
3891 - megaraid_sas: MFI adapter OCR changes
3892 - megaraid_sas: Introduce module parameter for SCSI command timeout
3893 - megaraid_sas: SPERC OCR changes
3894 - megaraid_sas: driver version upgrade
3895 - megaraid: fix null pointer check in megasas_detach_one().
3896 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3897 - megaraid_sas: Fix SMAP issue
3898 - megaraid_sas: Add an i/o barrier
3899
3900 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3901 - powerpc/powernv: Fix stale PE primary bus
3902
3903 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3904 - [Config] Update bnx2x d-i firmware to 7.12.30
3905
3906 * Miscellaneous Ubuntu changes
3907 - rebase to v4.4.2
3908
3909 * Miscellaneous upstream changes
3910 - openvswitch: allow management from inside user namespaces
3911 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3912 - net, thunderx: Remove unnecessary rcv buffer start address management
3913 - net: thunderx: HW TSO support for pass-2 hardware
3914 - net: thunderx: Enable CQE count threshold interrupt
3915 - net: cavium: liquidio: use helpers ns_to_timespec64()
3916 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3917 - arm64: KVM: Configure TCR_EL2.PS at runtime
3918 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3919 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3920 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3921 - arm64: lib: patch in prfm for copy_page if requested
3922 - arm64: prefetch: add missing #include for spin_lock_prefetch
3923 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3924 - net: thunderx: Use napi_schedule_irqoff()
3925 - net: thunderx: Assign affinity hints to vf's interrupts
3926 - net: thunderx: bgx: Use standard firmware node infrastructure.
3927 - net: thunderx: bgx: Add log message when setting mac address
3928 - net: thunderx: Alloc higher order pages when pagesize is small
3929 - net: cavium: liquidio: Return correct error code
3930 - net: cavium: liquidio: fix check for in progress flag
3931 - livepatch: add old_sympos as disambiguator field to klp_func
3932 - livepatch: add sympos as disambiguator field to klp_reloc
3933 - livepatch: function,sympos scheme in livepatch sysfs directory
3934 - module: Use the same logic for setting and unsetting RO/NX
3935 - gcov: use within_module() helper.
3936 - module: use a structure to encapsulate layout.
3937 - module: clean up RO/NX handling.
3938 - module: keep percpu symbols in module's symtab
3939 - livepatch: Cleanup module page permission changes
3940
3941 [ Upstream Kernel Changes ]
3942
3943 * rebase to v4.4.2
3944
3945 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3946
3947linux (4.4.0-6.21) xenial; urgency=low
3948
3949 [ Tim Gardner ]
3950
3951 * Release Tracking Bug
3952 - LP: #1546283
3953
3954 * Naples/Zen, NTB Driver (LP: #1542071)
3955 - [Config] CONFIG_NTB_AMD=m
3956 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3957
3958 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3959 - SAUCE: storvsc: use small sg_tablesize on x86
3960
3961 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3962 - [Config] CONFIG_ARMV8_DEPRECATED=y
3963
3964 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3965 - powerpc/eeh: Fix stale cached primary bus
3966
3967 * Miscellaneous Ubuntu changes
3968 - SAUCE: fs: Add user namesapace member to struct super_block
3969 - SAUCE: fs: Limit file caps to the user namespace of the super block
3970 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3971 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
3972 - SAUCE: block_dev: Check permissions towards block device inode when mounting
3973 - SAUCE: fs: Treat foreign mounts as nosuid
3974 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
3975 - SAUCE: userns: Replace in_userns with current_in_userns
3976 - SAUCE: Smack: Handle labels consistently in untrusted mounts
3977 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
3978 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
3979 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
3980 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
3981 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
3982 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
3983 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
3984 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
3985 - SAUCE: fuse: Add support for pid namespaces
3986 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
3987 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
3988 - SAUCE: fuse: Allow user namespace mounts
3989 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
3990 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
3991 - SAUCE: quota: Convert ids relative to s_user_ns
3992 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
3993 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
3994 - SAUCE: quota: Treat superblock owner as privilged
3995 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
3996 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
3997 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
3998 - SAUCE: ext4: Add module parameter to enable user namespace mounts
3999 - SAUCE: fuse: Add module parameter to enable user namespace mounts
4000
4001 * Miscellaneous upstream changes
4002 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
4003 - libahci: Implement the capability to override the generic ahci interrupt handler.
4004 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
4005 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
4006
4007 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
4008
4009linux (4.4.0-5.20) xenial; urgency=low
4010
4011 [ Tim Gardner ]
4012
4013 * Release Tracking Bug
4014 - LP: #1544637
4015
4016 * s390/cio: update measurement characteristics (LP: #1541534)
4017 - s390/cio: fix measurement characteristics memleak
4018 - s390/cio: ensure consistent measurement state
4019 - s390/cio: update measurement characteristics
4020
4021 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
4022 - qeth: initialize net_device with carrier off
4023
4024 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
4025 - [Config] CONFIG_ZONE_DMA=y
4026 - mm: CONFIG_NR_ZONES_EXTENDED
4027
4028 * perf enahancements for ppc64 (LP: #1521678)
4029 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
4030 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
4031 - perf kvm/powerpc: Port perf kvm stat to powerpc
4032 - perf kvm/powerpc: Add support for HCALL reasons
4033
4034 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
4035 - SAUCE: nbd: ratelimit error msgs after socket close
4036
4037 * sleep from invalid context in aa_move_mount (LP: #1539349)
4038 - SAUCE: apparmor: fix sleep from invalid context
4039
4040 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
4041 - net/mlx5_core: Modify enable/disable hca functions
4042 - net/mlx5_core: Add base sriov support
4043 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
4044 - net/mlx5: Update access functions to Query/Modify vport MAC address
4045 - net/mlx5: Introduce access functions to modify/query vport mac lists
4046 - net/mlx5: Introduce access functions to modify/query vport state
4047 - net/mlx5: Introduce access functions to modify/query vport promisc mode
4048 - net/mlx5: Introduce access functions to modify/query vport vlans
4049 - net/mlx5e: Write UC/MC list and promisc mode into vport context
4050 - net/mlx5e: Write vlan list into vport context
4051 - net/mlx5: Introducing E-Switch and l2 table
4052 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
4053 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
4054 - net/mlx5: E-Switch, Introduce Vport administration functions
4055 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
4056 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
4057 - net/mlx5: E-Switch, Introduce get vf statistics
4058 - net/mlx5e: Add support for SR-IOV ndos
4059 - net/mlx5: Fix query E-Switch capabilities
4060 - net/mlx5e: Assign random MAC address if needed
4061
4062 * make wacom_w8001 work well in xenial (LP: #1542771)
4063 - Input: wacom_w8001 - use __set_bit for evbits
4064 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
4065 - Input: wacom_w8001 - handle touch error case correctly
4066 - Input: wacom_w8001 - split pen and touch initialization up
4067 - Input: wacom_w8001 - split the touch and pen devices into two devices
4068 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
4069
4070 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
4071 - ubuntu: vbox -- update to 5.0.14-dfsg-2
4072
4073 * Miscellaneous Ubuntu changes
4074 - [Packaging] git-ubuntu-log -- fix empty section formatting
4075 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
4076
4077 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
4078
4079linux (4.4.0-4.19) xenial; urgency=low
4080
4081 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
4082 - [Config] update spl/zfs version
4083 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
4084 - [Config] reconstruct -- drop links for zfs userspace components
4085 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
4086
4087 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
4088 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
4089
4090 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
4091 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
4092
4093 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
4094 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
4095
4096 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
4097 - HID: multitouch: enable palm rejection if device implements confidence usage
4098
4099 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
4100 - qla2xxx: Remove unavailable firmware files
4101 - qla2xxx: Enable Extended Logins support
4102 - qla2xxx: Enable Exchange offload support.
4103 - qla2xxx: Enable Target counters in DebugFS.
4104 - qla2xxx: Add FW resource count in DebugFS.
4105 - qla2xxx: Added interface to send explicit LOGO.
4106 - qla2xxx: Delete session if initiator is gone from FW
4107 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
4108 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
4109 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
4110 - qla2xxx: Add irq affinity notification
4111 - qla2xxx: Add selective command queuing
4112 - qla2xxx: Move atioq to a different lock to reduce lock contention
4113 - qla2xxx: Disable ZIO at start time.
4114 - qla2xxx: Set all queues to 4k
4115 - qla2xxx: Check for online flag instead of active reset when transmitting responses
4116 - scsi: qla2xxxx: avoid type mismatch in comparison
4117
4118 * [Hyper-V] PCI Passthrough (LP: #1541120)
4119 - x86/irq: Export functions to allow MSI domains in modules
4120 - genirq/msi: Export functions to allow MSI domains in modules
4121
4122 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
4123 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
4124 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
4125 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
4126 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
4127 - lpfc: Fix crash in fcp command completion path.
4128 - lpfc: Modularize and cleanup FDMI code in driver
4129 - lpfc: Fix RDP Speed reporting.
4130 - lpfc: Fix RDP ACC being too long.
4131 - lpfc: Make write check error processing more resilient
4132 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
4133 - lpfc: Fix mbox reuse in PLOGI completion
4134 - lpfc: Fix external loopback failure.
4135 - lpfc: Add logging for misconfigured optics.
4136 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
4137 - lpfc: Use kzalloc instead of kmalloc
4138 - lpfc: Update version to 11.0.0.10 for upstream patch set
4139
4140 * Miscellaneous Ubuntu changes
4141 - [Config] CONFIG_ARM64_VA_BITS=48
4142 - [Config] Fixed Vcs-Git
4143
4144 * Miscellaneous upstream changes
4145 - cxl: Fix possible idr warning when contexts are released
4146 - cxl: use correct operator when writing pcie config space values
4147 - cxlflash: drop unlikely before IS_ERR_OR_NULL
4148 - cxl: Fix DSI misses when the context owning task exits
4149 - cxlflash: Removed driver date print
4150 - cxlflash: Fix to resolve cmd leak after host reset
4151 - cxlflash: Resolve oops in wait_port_offline
4152 - cxlflash: Enable device id for future IBM CXL adapter
4153 - cxl: fix build for GCC 4.6.x
4154 - cxl: use -Werror only with CONFIG_PPC_WERROR
4155 - cxl: Enable PCI device ID for future IBM CXL adapter
4156
4157 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
4158
4159linux (4.4.0-3.17) xenial; urgency=low
4160
4161 [ Tim Gardner ]
4162
4163 * Release Tracking Bug
4164 - LP: #1541058
4165 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
4166 - LP: #1531539
4167 * SAUCE: nvme merge cleanup
4168 - LP: #1531539
4169 * rebase to v4.4.1
4170
4171 [ Andy Whitcroft ]
4172
4173 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
4174 ioctls"
4175 - LP: #1538618
4176 * postinst -- detect symlinks correctly
4177 - LP: #1536810
4178
4179 [ John Johansen ]
4180
4181 * SAUCE: apparmor: fix sleep from invalid context
4182 - LP: #1539349
4183
4184 [ Upstream Kernel Changes ]
4185
4186 * powerpc/eeh: Fix PE location code
4187 - LP: #1538909
4188 * powerpc/pseries: Limit EPOW reset event warnings
4189 - LP: #1539102
4190 * lightnvm: fix bio submission issue
4191 - LP: #1531539
4192 * lightnvm: fix incorrect nr_free_blocks stat
4193 - LP: #1531539
4194 * lightnvm: add check after mempool allocation
4195 - LP: #1531539
4196 * lightnvm: unlock rq and free ppa_list on submission fail
4197 - LP: #1531539
4198 * lightnvm: move ppa erase logic to core
4199 - LP: #1531539
4200 * lightnvm: refactor rqd ppa list into set/free
4201 - LP: #1531539
4202 * lightnvm: refactor end_io functions for sync
4203 - LP: #1531539
4204 * lightnvm: return the get_bb_tbl return value
4205 - LP: #1531539
4206 * lightnvm: check bi_error in gc
4207 - LP: #1531539
4208 * lightnvm: put block back to gc list on its reclaim fail
4209 - LP: #1531539
4210 * lightnvm: fix locking and mempool in rrpc_lun_gc
4211 - LP: #1531539
4212 * lightnvm: sectors first in ppa list
4213 - LP: #1531539
4214 * lightnvm: move the pages per block check out of the loop
4215 - LP: #1531539
4216 * lightnvm: support multiple ppas in nvm_erase_ppa
4217 - LP: #1531539
4218 * lightnvm: move rq->error to nvm_rq->error
4219 - LP: #1531539
4220 * lightnvm: introduce nvm_submit_ppa
4221 - LP: #1531539
4222 * lightnvm: reference rrpc lun in rrpc block
4223 - LP: #1531539
4224 * lightnvm: fix missing grown bad block type
4225 - LP: #1531539
4226 * lightnvm: manage open and closed blocks separately
4227 - LP: #1531539
4228 * lightnvm: add mccap support
4229 - LP: #1531539
4230 * lightnvm: introduce mlc lower page table mappings
4231 - LP: #1531539
4232 * lightnvm: core on-disk initialization
4233 - LP: #1531539
4234 * lightnvm: introduce ioctl to initialize device
4235 - LP: #1531539
4236 * lightnvm: use system block for mm initialization
4237 - LP: #1531539
4238 * lightnvm: introduce factory reset
4239 - LP: #1531539
4240 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
4241 - LP: #1531539
4242 * blk-mq: add a flags parameter to blk_mq_alloc_request
4243 - LP: #1531539
4244 * nvme: move struct nvme_iod to pci.c
4245 - LP: #1531539
4246 * nvme: split command submission helpers out of pci.c
4247 - LP: #1531539
4248 * nvme: use offset instead of a struct for registers
4249 - LP: #1531539
4250 * nvme: split nvme_trans_device_id_page
4251 - LP: #1531539
4252 * nvme: use vendor it from identify
4253 - LP: #1531539
4254 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
4255 - LP: #1531539
4256 * nvme: simplify nvme_setup_prps calling convention
4257 - LP: #1531539
4258 * nvme: refactor nvme_queue_rq
4259 - LP: #1531539
4260 * nvme: factor out a nvme_unmap_data helper
4261 - LP: #1531539
4262 * nvme: move nvme_error_status to common code
4263 - LP: #1531539
4264 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
4265 - LP: #1531539
4266 * nvme: split __nvme_submit_sync_cmd
4267 - LP: #1531539
4268 * nvme: use the block layer for userspace passthrough metadata
4269 - LP: #1531539
4270 * nvme: move block_device_operations and ns/ctrl freeing to common code
4271 - LP: #1531539
4272 * nvme: add explicit quirk handling
4273 - LP: #1531539
4274 * nvme: move remaining CC setup into nvme_enable_ctrl
4275 - LP: #1531539
4276 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
4277 - LP: #1531539
4278 * nvme: add a common helper to read Identify Controller data
4279 - LP: #1531539
4280 * nvme: move the call to nvme_init_identify earlier
4281 - LP: #1531539
4282 * nvme: move namespace scanning to common code
4283 - LP: #1531539
4284 * nvme: move chardev and sysfs interface to common code
4285 - LP: #1531539
4286 * nvme: refactor set_queue_count
4287 - LP: #1531539
4288 * blk-integrity: empty implementation when disabled
4289 - LP: #1531539
4290 * NVMe: fix build with CONFIG_NVM enabled
4291 - LP: #1531539
4292 * nvme: fix another 32-bit build warning
4293 - LP: #1531539
4294 * nvme: precedence bug in nvme_pr_clear()
4295 - LP: #1531539
4296 * nvme: only ignore hardware errors in nvme_create_io_queues
4297 - LP: #1531539
4298 * nvme: only add a controller to dev_list after it's been fully
4299 initialized
4300 - LP: #1531539
4301 * nvme: protect against simultaneous shutdown invocations
4302 - LP: #1531539
4303 * nvme: don't take the I/O queue q_lock in nvme_timeout
4304 - LP: #1531539
4305 * nvme: merge nvme_abort_req and nvme_timeout
4306 - LP: #1531539
4307 * nvme: add NVME_SC_CANCELLED
4308 - LP: #1531539
4309 * nvme: simplify resets
4310 - LP: #1531539
4311 * nvme: do not restart the request timeout if we're resetting the
4312 controller
4313 - LP: #1531539
4314 * nvme: merge probe_work and reset_work
4315 - LP: #1531539
4316 * nvme: remove dead controllers from a work item
4317 - LP: #1531539
4318 * nvme: switch abort_limit to an atomic_t
4319 - LP: #1531539
4320 * NVMe: Implement namespace list scanning
4321 - LP: #1531539
4322 * NVMe: Use unbounded work queue for all work
4323 - LP: #1531539
4324 * NVMe: Remove device management handles on remove
4325 - LP: #1531539
4326 * NVMe: Simplify metadata setup
4327 - LP: #1531539
4328 * nvme: fix admin queue depth
4329 - LP: #1531539
4330 * nvme: factor out a few helpers from req_completion
4331 - LP: #1531539
4332 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
4333 - LP: #1531539
4334 * nvme: switch abort to blk_execute_rq_nowait
4335 - LP: #1531539
4336 * nvme: special case AEN requests
4337 - LP: #1531539
4338 * nvme: simplify completion handling
4339 - LP: #1531539
4340 * nvme: properly free resources for cancelled command
4341 - LP: #1531539
4342 * nvme: meta_sg doesn't have to be an array
4343 - LP: #1531539
4344 * nvme: merge iod and cmd_info
4345 - LP: #1531539
4346 * NVMe: Add pci error handlers
4347 - LP: #1531539
4348 * NVMe: Export namespace attributes to sysfs
4349 - LP: #1531539
4350 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
4351 - LP: #1531539
4352 * nvme: synchronize access to ctrl->namespaces
4353 - LP: #1531539
4354 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
4355 - LP: #1531539
4356 * nvme: make SG_IO support optional
4357 - LP: #1531539
4358 * NVMe: Fix admin queue ring wrap
4359 - LP: #1531539
4360 * NVMe: Use a retryable error code on reset
4361 - LP: #1531539
4362 * NVMe: Remove queue freezing on resets
4363 - LP: #1531539
4364 * NVMe: IO queue deletion re-write
4365 - LP: #1531539
4366 * NVMe: Shutdown controller only for power-off
4367 - LP: #1531539
4368 * NVMe: Export NVMe attributes to sysfs group
4369 - LP: #1531539
4370 * i40e: fix build warnings
4371 * net: i40e: shut up uninitialized variable warnings
4372 * Drivers: hv: vmbus: fix build warning
4373 * Drivers: hv: util: Increase the timeout for util services
4374 * Drivers: hv: utils: run polling callback always in interrupt context
4375 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
4376 * tools: hv: remove repeated HV_FCOPY string
4377 * Drivers: hv: util: catch allocation errors
4378 * Drivers: hv: utils: use memdup_user in hvt_op_write
4379 * drivers/hv: cleanup synic msrs if vmbus connect failed
4380 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
4381 num
4382 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
4383 * drivers:hv: Define the channel type for Hyper-V PCI Express
4384 pass-through
4385 * Drivers: hv: vss: run only on supported host versions
4386 * Drivers: hv: vmbus: Use uuid_le type consistently
4387 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
4388 * Drivers: hv: vmbus: Get rid of the unused macro
4389 * Drivers: hv: vmbus: Get rid of the unused irq variable
4390 * Drivers: hv: vmbus: serialize process_chn_event() and
4391 vmbus_close_internal()
4392 * Drivers: hv: vmbus: do sanity check of channel state in
4393 vmbus_close_internal()
4394 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
4395 driver
4396 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
4397 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
4398 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
4399 * Drivers: hv: vmbus: Fix a Host signaling bug
4400 * drivers/hv: correct tsc page sequence invalid value
4401 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
4402 * Drivers: hv: utils: Invoke the poll function after handshake
4403 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
4404 * Drivers: hv: utils: fix memory leak on on_msg() failure
4405 * Drivers: hv: utils: rename outmsg_lock
4406 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
4407 * Drivers: hv: utils: fix crash when device is removed from host side
4408 * Drivers: hv: ring_buffer.c: fix comment style
4409 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
4410 * Drivers: hv: ring_buffer: remove code duplication from
4411 hv_ringbuffer_peek/read()
4412 * Drivers: hv: remove code duplication between
4413 vmbus_recvpacket()/vmbus_recvpacket_raw()
4414 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
4415 * drivers/hv: replace enum hv_message_type by u32
4416 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
4417 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
4418 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
4419 header
4420 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
4421 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
4422 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
4423
4424 [ Upstream Kernel Changes ]
4425
4426 * rebase to v4.4.1
4427 - LP: #1533461
4428 - LP: #1529624
4429
4430 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
4431
4432linux (4.4.0-2.16) xenial; urgency=low
4433
4434 [ Andy Whitcroft ]
4435
4436 * Release Tracking Bug
4437 - LP: #1539090
4438 * SAUCE: hv: hv_set_ifconfig -- convert to python3
4439 - LP: #1506521
4440 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
4441 - LP: #1538618
4442
4443 [ Colin Ian King ]
4444
4445 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
4446 bit FADT addresses (LP: #1529381)
4447 - LP: #1529381
4448
4449 [ John Johansen ]
4450
4451 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
4452 being shutdown
4453 - LP: #1446906
4454
4455 [ Mahesh Salgaonkar ]
4456
4457 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
4458 - LP: #1537881
4459 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
4460 interrupt.
4461 - LP: #1537881
4462 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
4463 base errors
4464 - LP: #1537881
4465
4466 [ Paolo Pisati ]
4467
4468 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
4469 #843419 build flags
4470 - LP: #1533009
4471 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
4472 * [Config] disable ARCH_ZX (ZTE ZX Soc)
4473
4474 [ Tim Gardner ]
4475
4476 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
4477 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
4478 - LP: #1536719
4479 * SAUCE: drop obsolete bnx2x firmware
4480 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
4481 - LP: #1536474
4482 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
4483 - LP: #1534647
4484 * [Config] Add pvpanic to virtual flavour
4485 - LP: #1537923
4486 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
4487 - LP: #1520457
4488
4489 [ Upstream Kernel Changes ]
4490
4491 * i40evf: fix compiler warning of unused variable
4492 - LP: #1536474
4493 * intel: i40e: fix confused code
4494 - LP: #1536474
4495 * i40e/i40evf: remove unused tunnel parameter
4496 - LP: #1536474
4497 * i40e: Change BUG_ON to WARN_ON in service event complete
4498 - LP: #1536474
4499 * i40e: remove BUG_ON from feature string building
4500 - LP: #1536474
4501 * i40e: remove BUG_ON from FCoE setup
4502 - LP: #1536474
4503 * i40e: Workaround fix for mss < 256 issue
4504 - LP: #1536474
4505 * i40e/i40evf: Add a stat to track how many times we have to do a force
4506 WB
4507 - LP: #1536474
4508 * i40e: Move the saving of old link info from handle_link_event to
4509 link_event
4510 - LP: #1536474
4511 * i40e/i40evf: Add comment to #endif
4512 - LP: #1536474
4513 * i40e/i40evf: clean up error messages
4514 - LP: #1536474
4515 * i40evf: handle many MAC filters correctly
4516 - LP: #1536474
4517 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
4518 - LP: #1536474
4519 * i40e: rework the functions to configure RSS with similar parameters
4520 - LP: #1536474
4521 * i40e: create a generic configure rss function
4522 - LP: #1536474
4523 * i40e: Bump version to 1.4.2
4524 - LP: #1536474
4525 * i40e: add new fields to store user configuration
4526 - LP: #1536474
4527 * i40e: rename rss_size to alloc_rss_size in i40e_pf
4528 - LP: #1536474
4529 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
4530 workaround
4531 - LP: #1536474
4532 * i40e/i40evf: prefetch skb data on transmit
4533 - LP: #1536474
4534 * i40evf: rename VF adapter specific RSS function
4535 - LP: #1536474
4536 * i40evf: create a generic config RSS function
4537 - LP: #1536474
4538 * i40evf: create a generic get RSS function
4539 - LP: #1536474
4540 * i40evf: add new fields to store user configuration of RSS
4541 - LP: #1536474
4542 * i40e: Update error messaging
4543 - LP: #1536474
4544 * i40e: fix confusing message
4545 - LP: #1536474
4546 * i40e: make error message more useful
4547 - LP: #1536474
4548 * i40evf: quoth the VF driver, Nevermore
4549 - LP: #1536474
4550 * i40evf: allocate queue vectors dynamically
4551 - LP: #1536474
4552 * i40evf: allocate ring structs dynamically
4553 - LP: #1536474
4554 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
4555 - LP: #1536474
4556 * i40e: fix: do not sleep in netdev_ops
4557 - LP: #1536474
4558 * i40e: remove unused argument
4559 - LP: #1536474
4560 * i40evf: increase max number of queues
4561 - LP: #1536474
4562 * i40evf: set real num queues
4563 - LP: #1536474
4564 * i40evf: remove duplicate string
4565 - LP: #1536474
4566 * i40e: Detection and recovery of TX queue hung logic moved to
4567 service_task from tx_timeout
4568 - LP: #1536474
4569 * i40e: Fix memory leaks, sideband filter programming
4570 - LP: #1536474
4571 * i40evf: don't use atomic allocation
4572 - LP: #1536474
4573 * i40e: propagate properly
4574 - LP: #1536474
4575 * i40evf: use correct types
4576 - LP: #1536474
4577 * i40e: use priv flags to control packet split
4578 - LP: #1536474
4579 * i40e: Remove separate functions gathering XOFF Rx stats
4580 - LP: #1536474
4581 * i40e: fix whitespace
4582 - LP: #1536474
4583 * i40e/i40evf: use logical operator
4584 - LP: #1536474
4585 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
4586 - LP: #1536474
4587 * i40e: trivial fixes
4588 - LP: #1536474
4589 * i40e: Fix i40e_print_features() VEB mode output
4590 - LP: #1536474
4591 * i40e: chomp the BIT(_ULL)
4592 - LP: #1536474
4593 * i40e: properly delete VF MAC filters
4594 - LP: #1536474
4595 * i40e: don't add zero MAC filter
4596 - LP: #1536474
4597 * i40evf: check rings before freeing resources
4598 - LP: #1536474
4599 * i40e: use explicit cast from u16 to u8
4600 - LP: #1536474
4601 * i40e: Opcode and structures required by OEM Post Update AQ command and
4602 add new NVM arq message
4603 - LP: #1536474
4604 * i40e: hush little warnings
4605 - LP: #1536474
4606 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
4607 - LP: #1536474
4608 * i40e: clean whole mac filter list
4609 - LP: #1536474
4610 * i40evf: change version string generation
4611 - LP: #1536474
4612 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
4613 - LP: #1536474
4614 * geneve: UDP checksum configuration via netlink
4615 - LP: #1536474
4616 * geneve: Add geneve udp port offload for ethernet devices
4617 - LP: #1536474
4618 * i40e: geneve tunnel offload support
4619 - LP: #1536474
4620 * geneve: Add geneve_get_rx_port support
4621 - LP: #1536474
4622 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
4623 - LP: #1536474
4624 * i40e: change log messages and error returns
4625 - LP: #1536474
4626 * i40e: allow zero MAC address for VFs
4627 - LP: #1536474
4628 * i40e: Look up MAC address in Open Firmware or IDPROM
4629 - LP: #1536474
4630 * i40e: Fix Rx hash reported to the stack by our driver
4631 - LP: #1536474
4632 * i40e: remove forever unused ID
4633 - LP: #1536474
4634 * igb: add 88E1543 initialization code
4635 * igb: don't unmap NULL hw_addr
4636 * igb: use the correct i210 register for EEMNGCTL
4637 * igb: fix NULL derefs due to skipped SR-IOV enabling
4638 * igb: improve handling of disconnected adapters
4639 * igb: Remove GS40G specific defines/functions
4640 * igb: Don't add PHY address to PCDL address
4641 * igb: Improve cable length function for I210, etc.
4642 * igb: Explicitly label self-test result indices
4643 * ixgbe: drop null test before destroy functions
4644 - LP: #1536473
4645 * ixgbe: Delete redundant include file
4646 - LP: #1536473
4647 * ixgbe: fix multiple kernel-doc errors
4648 - LP: #1536473
4649 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
4650 vector
4651 - LP: #1536473
4652 * ixgbe: Add KR mode support for CS4227 chip
4653 - LP: #1536473
4654 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
4655 to 12K
4656 - LP: #1536473
4657 * ixgbe/ixgbevf: use napi_schedule_irqoff()
4658 - LP: #1536473
4659 * ixgbe: Remove CS4227 diagnostic code
4660 - LP: #1536473
4661 * ixgbevf: use ether_addr_copy instead of memcpy
4662 - LP: #1536473
4663 * ixgbevf: fix spoofed packets with random MAC
4664 - LP: #1536473
4665 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
4666 - LP: #1536473
4667 * ixgbe: Add support for newer thermal alarm
4668 - LP: #1536473
4669 * ixgbe: Use private workqueue to avoid certain possible hangs
4670 - LP: #1536473
4671 * ixgbevf: Use a private workqueue to avoid certain possible hangs
4672 - LP: #1536473
4673 * ixgbevf: Minor cleanups
4674 - LP: #1536473
4675 * ixgbe: Refactor MAC address configuration code
4676 - LP: #1536473
4677 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
4678 - LP: #1536473
4679 * ixgbe: Allow FDB entries access to more RAR filters
4680 - LP: #1536473
4681 * ixgbe: Update PTP to support X550EM_x devices
4682 - LP: #1536473
4683 * ixgbe: Correct spec violations by waiting after reset
4684 - LP: #1536473
4685 * ixgbe: Wait for master disable to be set
4686 - LP: #1536473
4687 * ixgbe: Save VF info and take references
4688 - LP: #1536473
4689 * ixgbe: Handle extended IPv6 headers in Tx path
4690 - LP: #1536473
4691 * ixgbe: Always turn PHY power on when requested
4692 - LP: #1536473
4693 * ixgbevf: Handle extended IPv6 headers in Tx path
4694 - LP: #1536473
4695 * ixgbe: Return error on failure to allocate mac_table
4696 - LP: #1536473
4697 * ixgbe: Fix SR-IOV VLAN pool configuration
4698 - LP: #1536473
4699 * ixgbe: Simplify definitions for regidx and bit in set_vfta
4700 - LP: #1536473
4701 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
4702 - LP: #1536473
4703 * ixgbe: Simplify configuration of setting VLVF and VLVFB
4704 - LP: #1536473
4705 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
4706 - LP: #1536473
4707 * ixgbe: Reorder search to work from the top down instead of bottom up
4708 - LP: #1536473
4709 * ixgbe: Add support for VLAN promiscuous with SR-IOV
4710 - LP: #1536473
4711 * ixgbe: Fix VLAN promisc in relation to SR-IOV
4712 - LP: #1536473
4713 * ixgbe: Clear stale pool mappings
4714 - LP: #1536473
4715 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
4716 - LP: #1536473
4717 * ixgbe: do not report 2.5 Gbps as supported
4718 - LP: #1536473
4719 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
4720 per vector
4721 - LP: #1536473
4722 * ixgbevf: minor cleanups for ixgbevf_set_itr()
4723 - LP: #1536473
4724 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
4725 - LP: #1536473
4726 * ixgbe: report correct media type for KR, KX and KX4 interfaces
4727 - LP: #1536473
4728 * ixgbe: Clean up redundancy in hw_enc_features
4729 - LP: #1536473
4730 * ixgbe: fix RSS limit for X550
4731 - LP: #1536473
4732 * ixgbe: Correct X550EM_x revision check
4733 - LP: #1536473
4734 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
4735 - LP: #1536473
4736 * ixgbe: Fill at least min credits to a TC credit refills
4737 - LP: #1536473
4738 * ixgbe: use correct FCoE DDP max check
4739 - LP: #1536473
4740 * ixgbe: fix broken PFC with X550
4741 - LP: #1536473
4742 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
4743 - LP: #1536473
4744 * ixgbe: Correct handling of any outer UDP checksum setting
4745 - LP: #1536473
4746 * ixgbe: Fix to get FDMI HBA attributes information with X550
4747 - LP: #1536473
4748 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
4749 - LP: #1536473
4750 * ixgbe: Make ATR recognize IPv6 extended headers
4751 - LP: #1536473
4752 * e1000: make eeprom read/write scheduler friendly
4753 * e1000: fix data race between tx_ring->next_to_clean
4754 * e1000: Remove checkpatch coding style errors
4755 * e1000: clean up the checking logic
4756 * e1000: fix a typo in the comment
4757 * e1000e: clean up the local variable
4758 * e1000: fix kernel-doc argument being missing
4759 * e1000: get rid of duplicate exit path
4760 * e1000: Elementary checkpatch warnings and checks removed
4761 * e1000e: fix division by zero on jumbo MTUs
4762 * e1000e: Increase timeout of polling bit RSPCIPHY
4763 * e1000e: initial support for i219-LM (3)
4764 * e1000e: Switch e1000e_up to void, drop code checking for error result
4765 * e1000e: Remove unreachable code
4766 * e1000e: Do not read ICR in Other interrupt
4767 * e1000e: Do not write lsc to ics in msi-x mode
4768 * e1000e: Fix msi-x interrupt automask
4769 * acpi: pci: Setup MSI domain for ACPI based pci devices
4770 * irqdomain: Introduce is_fwnode_irqchip helper
4771 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4772 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4773 * clk: xgene: Fix divider with non-zero shift value
4774 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4775 * fm10k: do not assume VF always has 1 queue
4776 - LP: #1536475
4777 * fm10k: Correct MTU for jumbo frames
4778 - LP: #1536475
4779 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4780 vector
4781 - LP: #1536475
4782 * fm10k: use napi_schedule_irqoff()
4783 - LP: #1536475
4784 * fm10k: set netdev features in one location
4785 - LP: #1536475
4786 * fm10k: reset max_queues on init_hw_vf failure
4787 - LP: #1536475
4788 * fm10k: always check init_hw for errors
4789 - LP: #1536475
4790 * fm10k: reinitialize queuing scheme after calling init_hw
4791 - LP: #1536475
4792 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4793 - LP: #1536475
4794 * fm10k: explicitly typecast vlan values to u16
4795 - LP: #1536475
4796 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4797 - LP: #1536475
4798 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4799 - LP: #1536475
4800 * fm10k: Add support for ITR scaling based on PCIe link speed
4801 - LP: #1536475
4802 * fm10k: introduce ITR_IS_ADAPTIVE macro
4803 - LP: #1536475
4804 * fm10k: Update adaptive ITR algorithm
4805 - LP: #1536475
4806 * fm10k: use macro for default Tx and Rx ITR values
4807 - LP: #1536475
4808 * fm10k: change default Tx ITR to 25usec
4809 - LP: #1536475
4810 * fm10k: TRIVIAL fix typo of hardware
4811 - LP: #1536475
4812 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4813 - LP: #1536475
4814 * fm10k: use ether_addr_copy to copy MAC address
4815 - LP: #1536475
4816 * fm10k: do not use CamelCase
4817 - LP: #1536475
4818 * fm10k: remove unnecessary else block from if statements with return
4819 - LP: #1536475
4820 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4821 - LP: #1536475
4822 * fm10k: consistently refer to VLANs and VLAN IDs
4823 - LP: #1536475
4824 * fm10k: bump driver version
4825 - LP: #1536475
4826 * fm10k: conditionally compile DCB and DebugFS support
4827 - LP: #1536475
4828 * fm10k: Cleanup MSI-X interrupts in case of failure
4829 - LP: #1536475
4830 * fm10k: Cleanup exception handling for mailbox interrupt
4831 - LP: #1536475
4832 * fm10k: do not inline fm10k_iov_select_vid()
4833 - LP: #1536475
4834 * fm10k: whitespace cleanups
4835 - LP: #1536475
4836 * fm10k: use BIT() macro instead of open-coded bit-shifting
4837 - LP: #1536475
4838 * fm10k: cleanup namespace pollution
4839 - LP: #1536475
4840 * fm10k: cleanup overly long lines
4841 - LP: #1536475
4842 * fm10k: initialize xps at driver load
4843 - LP: #1536475
4844 * fm10k: don't initialize fm10k_workqueue at global level
4845 - LP: #1536475
4846 * fm10k: correctly pack TLV structures and explain reasoning
4847 - LP: #1536475
4848 * fm10k: Cleanup exception handling for changing queues
4849 - LP: #1536475
4850 * fm10k: use ether_addr_equal instead of memcmp
4851 - LP: #1536475
4852 * fm10k: address operator not needed when declaring function pointers
4853 - LP: #1536475
4854 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4855 - LP: #1536475
4856 * fm10k: remove unused struct element
4857 - LP: #1536475
4858 * fm10k: use true/false for boolean get_host_state
4859 - LP: #1536475
4860 * fm10k: cleanup mailbox code comments etc
4861 - LP: #1536475
4862 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4863 - LP: #1536475
4864 * device property: always check for fwnode type
4865 - LP: #1533035
4866 * device property: rename helper functions
4867 - LP: #1533035
4868 * device property: refactor built-in properties support
4869 - LP: #1533035
4870 * device property: keep single value inplace
4871 - LP: #1533035
4872 * device property: helper macros for property entry creation
4873 - LP: #1533035
4874 * device property: improve readability of macros
4875 - LP: #1533035
4876 * device property: return -EINVAL when property isn't found in ACPI
4877 - LP: #1533035
4878 * device property: Fallback to secondary fwnode if primary misses the
4879 property
4880 - LP: #1533035
4881 * device property: Take a copy of the property set
4882 - LP: #1533035
4883 * driver core: platform: Add support for built-in device properties
4884 - LP: #1533035
4885 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4886 - LP: #1533035
4887 * mfd: core: propagate device properties to sub devices drivers
4888 - LP: #1533035
4889 * mfd: intel-lpss: Add support for passing device properties
4890 - LP: #1533035
4891 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4892 - LP: #1533035
4893 * mfd: intel-lpss: Pass HSUART configuration via properties
4894 - LP: #1533035
4895 * i2c: designware: Convert to use unified device property API
4896 - LP: #1533035
4897 * keys, trusted: fix: *do not* allow duplicate key options
4898 - LP: #1398274
4899 * keys, trusted: select hash algorithm for TPM2 chips
4900 - LP: #1398274
4901 * keys, trusted: seal with a TPM2 authorization policy
4902 - LP: #1398274
4903 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4904 - LP: #1461360
4905 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4906 - LP: #1461360
4907 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4908 offset
4909 - LP: #1461360
4910 * drm/i915: WaRsDisableCoarsePowerGating
4911 - LP: #1527462
4912 * drm/i915/skl: Add SKL GT4 PCI IDs
4913 - LP: #1527462
4914 * drm/i915/skl: Disable coarse power gating up until F0
4915 - LP: #1527462
4916 * platform:x86: add Intel P-Unit mailbox IPC driver
4917 - LP: #1520457
4918 * intel_punit_ipc: add NULL check for input parameters
4919 - LP: #1520457
4920 * platform/x86: Add Intel Telemetry Core Driver
4921 - LP: #1520457
4922 * intel_pmc_ipc: update acpi resource structure for Punit
4923 - LP: #1520457
4924 * platform:x86: Add Intel telemetry platform device
4925 - LP: #1520457
4926 * platform:x86: Add Intel telemetry platform driver
4927 - LP: #1520457
4928 * platform:x86: Add Intel Telemetry Debugfs interfaces
4929 - LP: #1520457
4930 * cxlflash: a couple off by one bugs
4931
4932 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4933
4934linux (4.4.0-1.15) xenial; urgency=low
4935
4936 [ Tim Gardner ]
4937
4938 * Release Tracking Bug
4939 - LP: #1536803
4940
4941 [ Upstream Kernel Changes ]
4942
4943 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4944 - LP: #1517142
4945
4946 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4947
4948linux (4.4.0-0.14) xenial; urgency=low
4949
4950 [ Upstream Kernel Changes ]
4951
4952 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4953 - LP: #1522415
4954 * powerpc: Add __raw_rm_writeq() function
4955 - LP: #1522415
4956
4957 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4958
4959linux (4.4.0-0.13) xenial; urgency=low
4960
4961 [ Andy Whitcroft ]
4962
4963 * [Config] s390x -- the kernel provides ppp-modules such as there are
4964 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4965
4966 [ Tim Gardner ]
4967
4968 * [Config] Update annotations for VIRTIO_{NET,BLK}
4969 - LP: #1533382
4970
4971 [ Upstream Kernel Changes ]
4972
4973 * powerpc/powernv: Add support for Nvlink NPUs
4974 - LP: #1522415
4975 * powerpc/powernv: Fix update of NVLink DMA mask
4976 - LP: #1522415
4977 * powerpc/powernv: Change NPU PE# assignment
4978 - LP: #1522415
4979 * powerpc/powernv: Reserve PE#0 on NPU
4980 - LP: #1522415
4981 * KEYS: Fix keyring ref leak in join_session_keyring()
4982 - LP: #1534887
4983 - CVE-2016-0728
4984
4985 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
4986
4987linux (4.4.0-0.12) xenial; urgency=low
4988
4989 [ Eric Dumazet ]
4990
4991 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
4992 - LP: #1527902
4993
4994 [ Guilherme G. Piccoli ]
4995
4996 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
4997 - LP: #1486180
4998
4999 [ Tim Gardner ]
5000
5001 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
5002 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
5003 - LP: #1532886
5004 * [Config] nvme.ko moved to drivers/nvme/host
5005 * [Config] scsi_dh morphed into 4 modules
5006 * [Config] CONFIG_IBMVNIC=m
5007 * [Config] Add DRM ast driver to udeb installer image
5008 - LP: #1514711
5009 * [Config] CONFIG_KVM=y for s390x
5010 - LP: #1532886
5011 * [Config] Install spl/zfs under the kernel modules directory
5012 Fixes some errors in generic.inclusion-list.log
5013
5014 [ Upstream Kernel Changes ]
5015
5016 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
5017 - LP: #1524574
5018 * EDAC: Add DDR4 flag
5019 - LP: #1519631
5020 * EDAC, sb_edac: Virtualize several hard-coded functions
5021 - LP: #1519631
5022 * EDAC, sb_edac: Add support for duplicate device IDs
5023 - LP: #1519631
5024 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
5025 - LP: #1519631
5026 * Driver for IBM System i/p VNIC protocol
5027 - LP: #1532303
5028
5029 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
5030
5031linux (4.4.0-0.11) xenial; urgency=low
5032
5033 [ Tim Gardner ]
5034
5035 * [Config] Fix bogus reconstruct script
5036
5037 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
5038
5039linux (4.4.0-0.10) xenial; urgency=low
5040
5041 [ Haren Myneni ]
5042
5043 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
5044 - LP: #1529666
5045
5046 [ Serge Hallyn ]
5047
5048 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
5049
5050 [ Tim Gardner ]
5051
5052 * [Config] CONFIG_ZONE_DEVICE=y for amd64
5053 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
5054 - LP: #1526869
5055 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
5056 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
5057 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
5058 * rebase to v4.4
5059
5060 [ Upstream Kernel Changes ]
5061
5062 * rebase to v4.4
5063
5064 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
5065
5066linux (4.4.0-0.9) xenial; urgency=low
5067
5068 [ Tim Gardner ]
5069
5070 * rebase to v4.4-rc8
5071
5072 [ Upstream Kernel Changes ]
5073
5074 * rebase to v4.4-rc8
5075
5076 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
5077
5078linux (4.4.0-0.8) xenial; urgency=low
5079
5080 [ Tim Gardner ]
5081
5082 * rebase to v4.4-rc7
5083
5084 [ Upstream Kernel Changes ]
5085
5086 * rebase to v4.4-rc7
5087
5088 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
5089
5090linux (4.4.0-0.7) xenial; urgency=low
5091
5092 [ Hui Wang ]
5093
5094 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
5095 - LP: #1527096
5096
5097 [ Jann Horn ]
5098
5099 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
5100 uids/gids
5101 - LP: #1527374
5102
5103 [ Tim Gardner ]
5104
5105 * rebase to v4.4-rc6
5106
5107 [ Upstream Kernel Changes ]
5108
5109 * rebase to v4.4-rc6
5110 - LP: #1526330
5111
5112 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
5113
5114linux (4.4.0-0.6) xenial; urgency=low
5115
5116 [ Andy Whitcroft ]
5117
5118 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
5119 support in latest compilers
5120 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
5121 ARMv8.1 support in latest compilers
5122
5123 [ Tim Gardner ]
5124
5125 * [Config] s390 -> s390x
5126 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
5127
5128 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
5129
5130linux (4.4.0-0.5) xenial; urgency=low
5131
5132 [ Andy Whitcroft ]
5133
5134 * [Config] s390x -- enable tools
5135 - LP: #1524319
5136 * [Config] s390x -- add architecture to getabis
5137 * [Config] s390x -- add s390x ABI information
5138 * [Config] s390x -- enable ABI checks
5139
5140 [ Tim Gardner ]
5141
5142 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
5143 * [Config] Add s390 modules to nic-modules udeb
5144 - LP: #1525297
5145 * rebase to v4.4-rc5
5146
5147 [ Upstream Kernel Changes ]
5148
5149 * rebase to v4.4-rc5
5150 - LP: #1523517
5151 - LP: #1523232
5152
5153 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
5154
5155linux (4.4.0-0.4) xenial; urgency=low
5156
5157 [ Upstream Kernel Changes ]
5158
5159 * cgroup: make css_set pin its css's to avoid use-afer-free
5160 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
5161 freezer_attach()
5162 * cgroup: fix handling of multi-destination migration from
5163 subtree_control enabling
5164
5165 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
5166
5167linux (4.4.0-0.3) xenial; urgency=low
5168
5169 [ Upstream Kernel Changes ]
5170
5171 * rebase to v4.4-rc4
5172
5173 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
5174
5175linux (4.4.0-0.2) xenial; urgency=low
5176
5177 [ Tim Gardner ]
5178
5179 * [Config] Add spl/zfs provides to generic and powerpc64-smp
5180 * [Config] Add zfs to d-i fs-core-modules
5181 * [Config] Include all s390 specific drivers in linux-image
5182 - LP: #1522210
5183
5184 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
5185
5186linux (4.4.0-0.1) xenial; urgency=low
5187
5188 [ Andy Whitcroft ]
5189
5190 * [Tests] gcc-multilib does not exist on ppc64el redux
5191 - LP: #1515541
5192 * [Config] libunwind8-dev is not available on s390x
5193 * [Debian] Disable SPL/ZFS for cross compiling -- redux
5194 * [Config] s390x -- add dasd udebs
5195 - LP: #1519833
5196 * [Config] s390x -- include dasd modules in linux-image
5197 - LP: #1519833
5198 * [Config] s390x -- disable ZFS temporarily
5199 - LP: #1519820
5200 * [Config] s390s -- disable ABI/module checks
5201 * [Config] make IBMVETH consistent on powerpc/ppc64el
5202 - LP: #1521712
5203 * [Config] follow ibmvscsi name change
5204 - LP: #1521712
5205 * [Config] move ibm disk and ethernet drivers to linux-image
5206 - LP: #1521712
5207 * [Config] include ibmveth in nic-modules for ppc64el
5208 - LP: #1521712
5209 * [Config] s390x -- disable abi/module checks for s390x
5210
5211 [ Joseph Salisbury ]
5212
5213 * SAUCE: scsi_sysfs: protect against double execution of
5214 __scsi_remove_device()
5215 - LP: #1509029
5216
5217 [ Seth Forshee ]
5218
5219 * [Config] CONFIG_DRM_AMDGPU_CIK=n
5220 - LP: #1510405
5221
5222 [ Tim Gardner ]
5223
5224 * [Debian] Disable SPL/ZFS for cross compiling
5225 * [Config] CONFIG_SCSI_IBMVSCSI=m
5226 - LP: #1515872
5227 * rebase to v4.4-rc2
5228 * [Config] updateconfigs
5229 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
5230 * SAUCE: do_zfs=false temporarily
5231 * [Config] CONFIG_LUSTRE_FS=n
5232 * [Debian] Disable udebs when cross compiling
5233 * rebase to v4.4-rc3
5234 * [Config] CONFIG_AUFS_FS=m
5235 * SAUCE: AUFS
5236
5237 [ Upstream Kernel Changes ]
5238
5239 * ZFS: Update with 4.4 support
5240 * SPL: Update with 4.4 support
5241
5242 [ Upstream Kernel Changes ]
5243
5244 * rebase to v4.4-rc3
5245 - LP: #1519168
5246 * rebase to v4.4-rc2
5247 - LP: #1506615
5248 - LP: #1502781
5249
5250 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
5251
5252linux (4.3.0-0.8) xenial; urgency=low
5253
5254 [ Andy Whitcroft ]
5255
5256 * [Config] re-enable OSS support and blacklist
5257 - LP: #1434842
5258 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
5259 * [Packaging] config-check -- improve syntax diagnostics
5260 * [Packaging] module-inclusion -- add dependency inclusion for a list
5261 * [Packaging] config-check -- accumulate multi-line annotations correctly
5262 * [Packaging] config-check -- handle V2 annotations format
5263 * [Packaging] s390x -- add architecture to kernelconfig
5264 - LP: #1488653
5265 * [Config] s390x -- initial configuration
5266 * [Config] s390x -- add initial binary image
5267 * [Config] s390x -- initial configuration update
5268 * [Config] s390x -- produce linux-image
5269 * [Config] s390x -- d-i module exclusions
5270 * [Config] apply Device Drivers >> LED Support >> LED Class Support
5271 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
5272 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
5273 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
5274 * [Config] -- s390x -- configuration review updates
5275 * [Config] annotations -- add review marks
5276 * [Config] annotations -- config review 4.3 updates
5277 * [Config] annotations -- expose reviews
5278 * [Config] updateconfigs following incoporation of s390x configs
5279 * [Tests] gcc-multilib does not exist on ppc64el
5280 - LP: #1515541
5281
5282 [ Dan Carpenter ]
5283
5284 * SAUCE: (noup) cxlflash: a couple off by one bugs
5285 - LP: #1499849
5286
5287 [ Haren Myneni ]
5288
5289 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
5290
5291 [ Jay Vosburgh ]
5292
5293 * SAUCE: fan: add VXLAN implementation
5294
5295 [ Manoj Kumar ]
5296
5297 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
5298 - LP: #1513583
5299
5300 [ Matthew R. Ochs ]
5301
5302 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
5303 - LP: #1513583
5304
5305 [ Tim Gardner ]
5306
5307 * [Config] CONFIG_AUFS_EXPORT=y
5308 - LP: #1121699
5309
5310 [ Upstream Kernel Changes ]
5311
5312 * misc/genwqe: get rid of atomic allocations
5313 * crypto: 842 - Add CRC and validation support
5314 - LP: #1497878
5315 * cxlflash: Fix to avoid invalid port_sel value
5316 * cxlflash: Replace magic numbers with literals
5317 * cxlflash: Fix read capacity timeout
5318 * cxlflash: Fix potential oops following LUN removal
5319 * cxlflash: Fix data corruption when vLUN used over multiple cards
5320 * cxlflash: Fix to avoid sizeof(bool)
5321 * cxlflash: Fix context encode mask width
5322 * cxlflash: Fix to avoid CXL services during EEH
5323 * cxlflash: Correct naming of limbo state and waitq
5324 * cxlflash: Make functions static
5325 * cxlflash: Refine host/device attributes
5326 * cxlflash: Fix to avoid spamming the kernel log
5327 * cxlflash: Fix to avoid stall while waiting on TMF
5328 * cxlflash: Fix location of setting resid
5329 * cxlflash: Fix host link up event handling
5330 * cxlflash: Fix async interrupt bypass logic
5331 * cxlflash: Remove dual port online dependency
5332 * cxlflash: Fix AFU version access/storage and add check
5333 * cxlflash: Correct usage of scsi_host_put()
5334 * cxlflash: Fix to prevent workq from accessing freed memory
5335 * cxlflash: Correct behavior in device reset handler following EEH
5336 * cxlflash: Remove unnecessary scsi_block_requests
5337 * cxlflash: Fix function prolog parameters and return codes
5338 * cxlflash: Fix MMIO and endianness errors
5339 * cxlflash: Fix to prevent EEH recovery failure
5340 * cxlflash: Correct spelling, grammar, and alignment mistakes
5341 * cxlflash: Fix to prevent stale AFU RRQ
5342 * cxlflash: Fix to double the delay each time
5343 * cxlflash: Fix to avoid corrupting adapter fops
5344 * cxlflash: Correct trace string
5345 * cxlflash: Fix to avoid potential deadlock on EEH
5346 * cxlflash: Fix to avoid leaving dangling interrupt resources
5347 * cxlflash: Fix to escalate to LINK_RESET on login timeout
5348 * cxlflash: Fix to avoid corrupting port selection mask
5349 * cxlflash: Fix to avoid lock instrumentation rejection
5350 * cxlflash: Fix to avoid bypassing context cleanup
5351
5352 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
5353
5354linux (4.3.0-0.7) xenial; urgency=low
5355
5356 [ Tim Gardner ]
5357
5358 * Revert "Bypass spl/zfs config"
5359 Causes unresolved symbols on load.
5360 * [Config] Enable ZFS for powerpc64-smp
5361
5362 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
5363
5364linux (4.3.0-0.6) xenial; urgency=low
5365
5366 [ Tim Gardner ]
5367
5368 * Release Tracking Bug
5369 - LP: #1512704
5370 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
5371
5372 [ Andy Whitcroft ]
5373
5374 * [Packaging] add feature interlock with mainline builds
5375 * apparmor -- follow change to this_cpu_ptr
5376
5377 [ John Johansen ]
5378
5379 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
5380 - LP: #1383886
5381 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
5382 - LP: #1362199
5383 * SAUCE: Revert: fix: only allow a single threaded process to ...
5384 - LP: #1371310
5385 * SAUCE: (no-up) fix: bad unix_addr_fs macro
5386 - LP: #1390223
5387 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5388 - LP: #1408833
5389 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
5390 - LP: #1496430
5391
5392 [ Tim Gardner ]
5393
5394 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
5395 - LP: #1511006
5396 * rebase to v4.3
5397 * Bypass spl/zfs config
5398 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
5399 * [Config] Default AppArmor settings
5400
5401 [ Upstream Kernel Changes ]
5402
5403 * rebase to v4.3
5404
5405 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
5406
5407linux (4.3.0-0.5) xenial; urgency=low
5408
5409 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
5410
5411 [ Upstream Kernel Changes ]
5412
5413 * rebase to v4.3-rc7
5414 - LP: #1504778
5415
5416 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
5417
5418linux (4.3.0-0.4) xenial; urgency=low
5419
5420 [ Tim Gardner ]
5421
5422 * [Debian] Update to new signing key type and location
5423
5424 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
5425
5426linux (4.3.0-0.3) wily; urgency=low
5427
5428 [ Tim Gardner ]
5429
5430 * [Debian] sign-file is now compiled
5431
5432 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
5433
5434linux (4.3.0-0.2) wily; urgency=low
5435
5436 [ Tim Gardner ]
5437
5438 * [Config] Added libssl-dev to Build-Depends
5439
5440 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
5441
5442linux (4.3.0-0.1) wily; urgency=low
5443
5444 [ Upstream Kernel Changes ]
5445
5446 * rebase to v4.3-rc6
5447 * rebase to v4.3-rc5
5448 * rebase to v4.3-rc4
5449 * rebase to v4.3-rc3
5450 * rebase to v4.3-rc2
5451 * rebase to v4.3-rc1
5452 - LP: #1492132
5453 - LP: #1481575
5454
5455 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
5456
5457linux (4.2.0-10.11) wily; urgency=low
5458
5459 [ Andy Whitcroft ]
5460
5461 * Release Tracking Bug
5462 - LP: #1495208
5463 * No change rebuild to avoid issues with leading zero bytes on
5464 internal module signing key. (see launchpad bug 1494943)
5465
5466 [ Ming Lei ]
5467
5468 * [Config] SERIAL_8250_DW=y for arm64
5469
5470 [ Upstream Kernel Changes ]
5471
5472 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
5473 code
5474 - LP: #1484486
5475 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
5476 - LP: #1484486
5477 * drm/i915/gen8: Re-order init pipe_control in lrc mode
5478 - LP: #1484486
5479 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
5480 - LP: #1484486
5481 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5482 workaround
5483 - LP: #1484486
5484 * drm/i915: Bail out early if WA batch is not available for given Gen
5485 - LP: #1484486
5486 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
5487 - LP: #1484486
5488 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
5489 - LP: #1484486
5490 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
5491 - LP: #1484486
5492 * drm/i915: Enable WA batch buffers for Gen9
5493 - LP: #1484486
5494 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
5495 - LP: #1484486
5496 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
5497 - LP: #1484486
5498 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5499 workaround
5500 - LP: #1484486
5501 * drm/i915/gen9: Add
5502 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
5503 - LP: #1484486
5504 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
5505 - LP: #1484486
5506 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
5507 - LP: #1484486
5508 * drm/i915/skl: Don't expose the top most plane on gen9 display
5509 - LP: #1484486
5510 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
5511 - LP: #1484486
5512 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
5513 - LP: #1484486
5514 * drm/i915: reduce indent in i9xx_hpd_irq_handler
5515 - LP: #1484531
5516 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
5517 - LP: #1484531
5518 * drm/i915: reduce indent in intel_hpd_irq_handler
5519 - LP: #1484531
5520 * drm/i915: group all hotplug related fields into a new struct in
5521 dev_priv
5522 - LP: #1484531
5523 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
5524 - LP: #1484531
5525 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
5526 - LP: #1484531
5527 * drm/i915: put back the indent in intel_hpd_irq_handler
5528 - LP: #1484531
5529 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
5530 - LP: #1484531
5531 * drm/i915: simplify condition for digital port
5532 - LP: #1484531
5533 * drm/i915: abstract away platform specific parts from hpd handling
5534 - LP: #1484531
5535 * drm/i915: Handle HPD when it has actually occurred
5536 - LP: #1484531
5537 * drm/i915: Set power domain for DDI-E
5538 - LP: #1484531
5539 * drm/i915: Set alternate aux for DDI-E
5540 - LP: #1484531
5541 * drm/i915/skl: enable DDI-E hotplug
5542 - LP: #1484531
5543 * drm/i915/bxt: fix DDI PHY vswing scale value setting
5544 - LP: #1494163
5545 * drm/i915/skl: Buffer translation improvements
5546 - LP: #1494163
5547 * drm/i915: Per-DDI I_boost override
5548 - LP: #1494163
5549 * drm/i915: fix VBT parsing for SDVO child device mapping
5550 - LP: #1494163
5551 * drm/i915/bxt: edp1.4 Intermediate Freq support
5552 - LP: #1494163
5553 * drm/i915: fix link rates reported for SKL
5554 - LP: #1494163
5555 * drm/i915: Allow parsing of variable size child device entries from VBT
5556 - LP: #1494163
5557 * drm/i915/skl: Update DDI buffer translation programming.
5558 - LP: #1494163
5559 * drm/i915: Enable HDMI on DDI-E
5560 - LP: #1484531
5561 * drm/i915/skl: Enable DDI-E
5562 - LP: #1484531
5563 * drm/i915: eDP can be present on DDI-E
5564 - LP: #1484531
5565 * drm/i915/skl: Adding DDI_E power well domain
5566 - LP: #1484531
5567 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
5568 - LP: #1490035
5569 * drm/i915: Split atomic wm update to pre and post variants
5570 - LP: #1493746
5571 * drm/i915/skl: Drop the preliminary_hw_support flag
5572 - LP: #1486868
5573 * drm/i915: set FDI translations to NULL on SKL
5574 - LP: #1494163
5575
5576 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
5577
5578linux (4.2.0-9.9) wily; urgency=low
5579
5580 [ Tim Gardner ]
5581
5582 * Release Tracking Bug
5583 - LP: #1493970
5584 * [Config] CONFIG_MFD_INTEL_LPSS=m
5585 - LP: #1397876
5586
5587 [ dann frazier ]
5588
5589 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5590 - LP: #1388952
5591
5592 [ Michael Ellerman ]
5593
5594 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
5595 Fixes FTBS on 32 bit powerpc, patch sent upstream.
5596
5597 [ Upstream Kernel Changes ]
5598
5599 * thermal/powerclamp: add cpu id for skylake h/s
5600 - LP: #1398269
5601 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
5602 - LP: #1397852
5603 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
5604 - LP: #1460905
5605 * i2c: i801: Create iTCO device on newer Intel PCHs
5606 - LP: #1460905
5607 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
5608 - LP: #1460905
5609 * perf/x86: Add a native_perf_sched_clock_from_tsc()
5610 - LP: #1397867
5611 * perf/x86/intel: Add support for PEBSv3 profiling
5612 - LP: #1397867
5613 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
5614 - LP: #1397867
5615 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
5616 - LP: #1397867
5617 * perf: Add cycles to branch_info
5618 - LP: #1397867
5619 * perf/x86/intel/lbr: Add support for LBRv5
5620 - LP: #1397867
5621 * perf/x86/intel: Handle new arch perfmon v4 status bits
5622 - LP: #1397867
5623 * perf/x86/intel: Move PMU ACK to after LBR read
5624 - LP: #1397867
5625 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
5626 - LP: #1397867
5627 * perf/x86/intel: Add Intel Skylake PMU support
5628 - LP: #1397867
5629 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
5630 call stack
5631 - LP: #1397867
5632 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
5633 - LP: #1397867
5634 * perf/x86: Make merge_attr() global to use from perf_event_intel
5635 - LP: #1397867
5636 * perf/x86/intel: Use 0x11 as extra reg test value
5637 - LP: #1397867
5638 * perf tools: Add support for cycles, weight branch_info field
5639 - LP: #1397867
5640 * perf report: Add flag for non ANY branch mode
5641 - LP: #1397867
5642 * perf report: Add infrastructure for a cycles histogram
5643 - LP: #1397867
5644 * perf report: Add processing for cycle histograms
5645 - LP: #1397867
5646 * perf annotate: Compute IPC and basic block cycles
5647 - LP: #1397867
5648 * perf annotate: Finally display IPC and cycle accounting
5649 - LP: #1397867
5650 * perf top: Add branch annotation code to top
5651 - LP: #1397867
5652 * perf report: Display cycles in branch sort mode
5653 - LP: #1397867
5654 * perf annotate: Fix 32-bit compilation error in util/annotate.c
5655 - LP: #1397867
5656 * PM / QoS: Make it possible to expose device latency tolerance to
5657 userspace
5658 - LP: #1460908
5659 * ACPI / PM: Attach ACPI power domain only once
5660 - LP: #1460908
5661 * Driver core: wakeup the parent device before trying probe
5662 - LP: #1460908
5663 * klist: implement klist_prev()
5664 - LP: #1460908
5665 * driver core: implement device_for_each_child_reverse()
5666 - LP: #1460908
5667 * mfd: make mfd_remove_devices() iterate in reverse order
5668 - LP: #1460908
5669 * dmaengine: add a driver for Intel integrated DMA 64-bit
5670 - LP: #1460908
5671 * mfd: Add support for Intel Sunrisepoint LPSS devices
5672 - LP: #1460908
5673 * spi: pxa2xx: Add support for Intel Sunrisepoint
5674 - LP: #1397876
5675 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
5676 - LP: #1397876
5677 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
5678 - LP: #1397876
5679 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
5680 for it
5681 - LP: #1397876
5682 * intel_idle: Skylake Client Support
5683 - LP: #1397877
5684 * powerpc/kernel: Switch to using MAX_ERRNO
5685 - LP: #1458876
5686 * powerpc/kernel: Change the do_syscall_trace_enter() API
5687 - LP: #1458876
5688 * powerpc: Drop unused syscall_get_error()
5689 - LP: #1458876
5690 * powerpc: Don't negate error in syscall_set_return_value()
5691 - LP: #1458876
5692 * powerpc: Rework syscall_get_arguments() so there is only one loop
5693 - LP: #1458876
5694 * powerpc: Use orig_gpr3 in syscall_get_arguments()
5695 - LP: #1458876
5696 * powerpc: Change syscall_get_nr() to return int
5697 - LP: #1458876
5698 * powerpc/kernel: Add SIG_SYS support for compat tasks
5699 - LP: #1458876
5700 * powerpc/kernel: Enable seccomp filter
5701 - LP: #1458876
5702 * selftests/seccomp: Make seccomp tests work on big endian
5703 - LP: #1458876
5704 * selftests/seccomp: Add powerpc support
5705 - LP: #1458876
5706 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
5707
5708 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
5709
5710linux (4.2.0-8.8) wily; urgency=low
5711
5712 [ Tim Gardner ]
5713
5714 * Release Tracking Bug
5715 - LP: #1493357
5716 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
5717 - LP: #1488495
5718 * [Config] CONFIG_CXLFLASH=m
5719 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
5720
5721
5722 [ Andy Whitcroft ]
5723
5724 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
5725 * [Packaging] mark up control for stage1
5726 * [Config] kernel-versions -- clean up deps field
5727 * [Config] s390x -- build linux-libc-dev
5728 - LP: #1488653
5729 * [Packaging] control -- prepare for new kernel-wedge semantics
5730
5731 [ Upstream Kernel Changes ]
5732
5733 * crypto: vmx - Fixing AES-CTR counter bug
5734 - LP: #1484519
5735 * crypto: vmx - Fixing GHASH Key issue on little endian
5736 - LP: #1484519
5737 * powerpc: Uncomment and make enable_kernel_vsx() routine available
5738 - LP: #1484519
5739 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
5740 - LP: #1484519
5741 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
5742 'okay'
5743 - LP: #1488495
5744 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
5745 - LP: #1488495
5746 * crypto: nx - do not emit extra output if status is disabled
5747 - LP: #1488495
5748 * crypto: nx - reduce chattiness of platform drivers
5749 - LP: #1488495
5750 * crypto: nx/842 - Fix context corruption
5751 - LP: #1488495
5752 * crypto: nx - remove __init/__exit from VIO functions
5753 - LP: #1488495
5754 * crypto: nx - remove pSeries NX 'status' field
5755 - LP: #1488495
5756 * crypto: nx - move kzalloc() out of spinlock
5757 - LP: #1488495
5758 * crypto: nx - don't register pSeries driver if ENODEV
5759 - LP: #1488495
5760 * crypto: nx - use common code for both NX decompress success cases
5761 - LP: #1488495
5762 * crypto: nx - merge nx-compress and nx-compress-crypto
5763 - LP: #1488495
5764 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5765 - LP: #1488495
5766 * crypto: nx - make platform drivers directly register with crypto
5767 - LP: #1488495
5768 * cxlflash: Base support for IBM CXL Flash Adapter
5769 - LP: #1449121
5770 * cxlflash: Base error recovery support
5771 - LP: #1449121
5772 * cxlflash: Superpipe support
5773 - LP: #1449121
5774 * cxlflash: Virtual LUN support
5775 - LP: #1449121
5776 * cxlflash: off by one bug in cxlflash_show_port_status()
5777 - LP: #1449121
5778 * cxlflash: shift wrapping bug in afu_link_reset()
5779 - LP: #1449121
5780 * cxlflash: Remove unused variable from queuecommand
5781 - LP: #1449121
5782 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5783 pci_controller_ops
5784 * powerpc/eeh: Probe after unbalanced kref check
5785 * misc: cxl: clean up afu_read_config()
5786 * cxl: Add explicit precision specifiers
5787 * cxl: use more common format specifier
5788 * cxl: Destroy cxl_adapter_idr on module_exit
5789 * cxl: Destroy afu->contexts_idr on release of an afu
5790 * cxl: Don't ignore add_process_element() result when attaching context
5791 * cxl: Compile with -Werror
5792 * cxl: sparse: Make declarations static
5793 * cxl: sparse: Silence iomem warning in debugfs file creation
5794 * cxl: Convert MMIO read/write macros to inline functions
5795 * cxl: Drop commands if the PCI channel is not in normal state
5796 * cxl: Allocate and release the SPA with the AFU
5797 * cxl: Make IRQ release idempotent
5798 * cxl: Clean up adapter MMIO unmap path.
5799 * cxl: Refactor adaptor init/teardown
5800 * cxl: Refactor AFU init/teardown
5801 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5802 * cxl: Allow the kernel to trust that an image won't change on PERST.
5803 * cxl: EEH support
5804 * cxl: Add CONFIG_CXL_EEH symbol
5805 * cxl: Plug irq_bitmap getting leaked in cxl_context
5806 * cxl: Add alternate MMIO error handling
5807 * cxl: Allow release of contexts which have been OPENED but not STARTED
5808 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5809 * cxl: Release irqs if memory allocation fails
5810 * cxl: Remove racy attempt to force EEH invocation in reset
5811 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5812 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5813 * cxl: Set up and enable PSL Timebase
5814
5815 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5816
5817linux (4.2.0-7.7) wily; urgency=low
5818
5819 [ Tim Gardner ]
5820
5821 * Release Tracking Bug
5822 - LP: #1490564
5823 * rebase to v4.2
5824
5825 [ Wen Xiong ]
5826
5827 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5828 - LP: #1453892
5829
5830 [ Upstream Kernel Changes ]
5831
5832 * rebase to v4.2
5833 - LP: #1487345
5834
5835 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5836
5837linux (4.2.0-6.6) wily; urgency=low
5838
5839 [ Tim Gardner ]
5840
5841 * Release Tracking Bug
5842 - LP: #1488138
5843
5844 [ Andy Whitcroft ]
5845
5846 * rebase to v4.2-rc8
5847
5848 [ Shilpasri G Bhat ]
5849
5850 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5851 level
5852 - LP: #1480894
5853 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5854 - LP: #1480894
5855 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5856 notification
5857 - LP: #1480894
5858 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5859 OCC_THROTTLE
5860 - LP: #1480894
5861 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5862 bit is set
5863 - LP: #1480894
5864 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5865 unthrottling
5866 - LP: #1480894
5867
5868 [ Upstream Kernel Changes ]
5869
5870 * rebase to v4.2-rc8
5871 - LP: #1483440
5872 - LP: #1484334
5873
5874 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5875
5876linux (4.2.0-5.5) wily; urgency=low
5877
5878 [ Tim Gardner ]
5879
5880 * Release Tracking Bug
5881 - LP: #1487173
5882
5883 [ Andy Whitcroft ]
5884
5885 * [Packaging] correct spelling of probabaly on the tools packages
5886 - LP: #1256822
5887 * rebase to v4.2-rc7
5888
5889 [ dann frazier ]
5890
5891 * d-i: Add nicpf and nicvf to nic-modules
5892 * d-i: Enable usb modules on arm64
5893
5894 [ Mahesh Salgaonkar ]
5895
5896 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5897 - LP: #1482343
5898 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5899 - LP: #1482343
5900 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5901 machine check errors.
5902 - LP: #1482343
5903 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5904 - LP: #1482343
5905
5906 [ Vipin K Parashar ]
5907
5908 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5909 PowerNV platform
5910 - LP: #1469771
5911
5912 [ Upstream Kernel Changes ]
5913
5914 * rebase to v4.2-rc7
5915
5916 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5917
5918linux (4.2.0-4.4) wily; urgency=low
5919
5920 [ Tim Gardner ]
5921
5922 * Release Tracking Bug
5923 - LP: #1483677
5924
5925 [ Achiad Shochat ]
5926
5927 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5928 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5929 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5930 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5931
5932 [ Adam Lee ]
5933
5934 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5935 - LP: #1480142
5936
5937 [ dann frazier ]
5938
5939 * [Config] CONFIG_NR_CPUS=128 on arm64
5940
5941 [ Leann Ogasawara ]
5942
5943 * [Config] d-i -- Add sfc to nic-modules udeb
5944 - LP: #1481490
5945
5946 [ Saeed Mahameed ]
5947
5948 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5949 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5950
5951 [ Tim Gardner ]
5952
5953 * [Config] CONFIG_X86_INTEL_MPX=y
5954 - LP: #1460902
5955 * [Debian] change dependency on module-init-tools to kmod
5956 - LP: #1481986
5957 * rebase to v4.2-rc6
5958
5959 [ Upstream Kernel Changes ]
5960
5961 * rebase to v4.2-rc6
5962
5963 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5964
5965linux (4.2.0-3.3) wily; urgency=low
5966
5967 [ Tim Gardner ]
5968
5969 * Release Tracking Bug
5970 - LP: #1481462
5971 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
5972 Fixes an FTBS for at least one DKMS package.
5973
5974 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
5975
5976linux (4.2.0-2.2) wily; urgency=low
5977
5978 [ Tim Gardner ]
5979
5980 * Release Tracking Bug
5981 - LP: #1481067
5982 * rebase to v4.2-rc5
5983
5984 [ Andy Whitcroft ]
5985
5986 * [Packaging] module-inclusion -- commonise copy code and simplify
5987 * [Packaging] module-inclusion -- add manual command entries
5988 * [Packaging] module blacklists -- add support for manual blacklists
5989 * [Packaging] do_common_tools should always be on
5990 * [Packaging] initscripts need installing when making the package
5991 * [Packaging] initscripts work around bug in debhelper systemd support
5992 * [Config] exclude oss modules from linux-image
5993 - LP: #1434842
5994 * hyper-v -- add hid and fb drivers to linux-virtual
5995 - LP: #1444179
5996 * ubuntu: (no-squash) vbox -- infrastructure and updater
5997 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
5998 - LP: #1426113
5999 * ubuntu: vbox -- update to 5.0.0-dfsg-1
6000 - LP: #1480879
6001 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
6002 * [Config] move vbox modules into linux-image
6003
6004 [ Upstream Kernel Changes ]
6005
6006 * rebase to v4.2-rc5
6007 - LP: #1478497
6008 - LP: #1477900
6009
6010 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
6011
6012linux (4.2.0-1.1~rc1) wily; urgency=low
6013
6014 [ Andy Whitcroft ]
6015
6016 * Release Tracking Bug
6017 - LP: #1479903
6018 * Initial upload of v4.2 based kernel (currently v4.-rc4)
6019
6020 [ Upstream Kernel Changes ]
6021
6022 * rebase to v4.2-rc4
6023 - LP: #1476987
6024 - LP: #1476888
6025 * rebase to v4.2-rc3
6026 * rebase to v4.2-rc2
6027 * rebase to v4.2-rc1
6028 - LP: #1394368
6029 - LP: #1427680
6030 - LP: #1462614
6031 - LP: #1397021
6032
6033 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
6034
6035linux (4.1.0-3.3) wily; urgency=low
6036
6037 [ Andy Whitcroft ]
6038
6039 * Release Tracking Bug
6040 - LP: #1478897
6041
6042 [ Colin Ian King ]
6043
6044 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
6045 - CVE-2015-1333
6046
6047 [ Seth Forshee ]
6048
6049 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
6050 - LP: #1478578
6051
6052 [ Upstream Kernel Changes ]
6053
6054 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
6055 - LP: #1461620
6056 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
6057 * x86/nmi/64: Remove asm code that saves cr2
6058 * x86/nmi/64: Switch stacks on userspace NMI entry
6059 * x86/nmi/64: Reorder nested NMI checks
6060 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
6061 detection
6062
6063 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
6064
6065linux (4.1.0-2.4) wily; urgency=low
6066
6067 [ Andy Whitcroft ]
6068
6069 * SAUCE: overlayfs: when copying up and reading directories ensure
6070 mounter had permissions V2
6071 - CVE-2015-1328
6072
6073 [ Leann Ogasawara ]
6074
6075 * Release Tracking Bug
6076 - LP: #1465419
6077
6078 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6079
6080linux (4.1.0-2.2) wily; urgency=low
6081
6082 [ Tim Gardner ]
6083
6084 * rebase to v4.1.3
6085 * [Config] Add i40e[vf] to d-i
6086 - LP: #1476393
6087
6088 [ Upstream Kernel Changes ]
6089
6090 * rebase to v4.1.3
6091 - LP: #1427680
6092 - LP: #1462614
6093 - LP: #1394368
6094
6095 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
6096
6097linux (4.1.0-1.1) wily; urgency=low
6098
6099 [ Andy Whitcroft ]
6100
6101 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6102 - LP: #1395877, #1410480
6103 * SAUCE: overlayfs: when copying up and reading directories ensure
6104 mounter had permissions V2
6105 - CVE-2015-1328
6106 * [Packaging] fix up Vcs-Git: to point to launchpad
6107 * [Config] correct linux-initramfs-tool virtual linkage
6108 - LP: #1474810
6109
6110 [ Chris J Arges ]
6111
6112 * [Config] Add dm-service-time to multipath-modules
6113 - LP: #1469240
6114 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
6115 - LP: #1464560
6116
6117 [ Jay Vosburgh ]
6118
6119 * SAUCE: fan: Proof of concept implementation (v2)
6120 - LP: #1439706
6121 * SAUCE: fan: tunnel multiple mapping mode (v3)
6122 - LP: #1470091
6123
6124 [ Leann Ogasawara ]
6125
6126 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
6127 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
6128 considering"
6129 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
6130 * Revert "SAUCE: dm-crypt: never use write same"
6131 * Release Tracking Bug
6132 - LP: #1476333
6133
6134 [ Tim Gardner ]
6135
6136 * Rebase to v4.1
6137 - LP: #1443371
6138 * [Config] Enable Apparmor
6139 * [Config] CONFIG_OVERLAY_FS_V1=y
6140 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
6141 - LP: #1469829
6142 * [Config] CONFIG_VM86=n
6143 - LP: #1473447
6144 * [Config] ACORN_PARTITION=n
6145 - LP: #1453117
6146
6147 [ Timo Aaltonen ]
6148
6149 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
6150 - LP: #1473319
6151
6152 [ Upstream Kernel Changes ]
6153
6154 * efi: efivar_create_sysfs_entry() should return negative error codes
6155 * efi: Add esrt support
6156 * x86, doc: Remove cmdline_size from list of fields to be filled in for
6157 EFI handover
6158 * efi/esrt: Fix some compiler warnings
6159 * efi: dmi: List SMBIOS3 table before SMBIOS table
6160 * efi: Add 'systab' information to Documentation/ABI
6161 * ALSA: hda - restore the MIC FIXUP for some Dell machines
6162 - LP: #1473560
6163 * mtd: powernv: Add powernv flash MTD abstraction driver
6164 - LP: #1464560
6165 * powerpc/powernv: Expose OPAL APIs required by PRD interface
6166 - LP: #1464560
6167 * powerpc/powernv: Add opal-prd channel
6168 - LP: #1464560
6169 * powerpc/powernv: fix construction of opal PRD messages
6170 - LP: #1464560
6171 * powerpc/include: Add opal-prd to installed uapi headers
6172 - LP: #1464560
6173 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
6174 - LP: #1464560
6175
6176 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
6177
6178linux (4.0.0-2.4) wily; urgency=low
6179
6180 [ Andy Whitcroft ]
6181
6182 * SAUCE: overlayfs: when copying up and reading directories ensure
6183 mounter had permissions V2
6184 - CVE-2015-1328
6185
6186 [ Leann Ogasawara ]
6187
6188 * Release Tracking Bug
6189 - LP: #1465419
6190
6191 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6192
6193linux (4.0.0-1.2) wily; urgency=low
6194
6195 [ Andy Whitcroft ]
6196
6197 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6198 - LP: #1395877, #1410480
6199 * [Config] enable CONFIG_OVERLAY_FS_V1
6200
6201 [ Tai Nguyen ]
6202
6203 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
6204 - LP: #1463211
6205
6206 [ Tim Gardner ]
6207
6208 * [Config] CONFIG_HIBERNATION=n for ppc64el
6209 - LP: #1463836
6210
6211 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
6212
6213linux (4.0.0-1.1) wily; urgency=low
6214
6215 [ Leann Ogasawara ]
6216
6217 * Revert "md/raid0: fix bug with chunksize not a power of 2."
6218 - LP: #1457510
6219 * powerpc/powernv: Check image loaded or not before calling flash
6220 - LP: #1461553
6221
6222 [ Tim Gardner ]
6223
6224 * [Config] armhf: CPUFREQ_DT=y
6225 - LP: #1457781
6226
6227 [ Upstream Kernel Changes ]
6228
6229 * rebase to v4.0.5
6230 - LP: #1429756
6231 - LP: #1452175
6232 - LP: #1454656
6233 - LP: #1447909
6234 - LP: #1446517
6235 - LP: #1428947
6236 - LP: #1410704
6237 - LP: #1412800
6238 - LP: #1400215
6239 - LP: #1411193
6240 - LP: #1412800
6241 - LP: #1408295
6242 - LP: #1436745
6243
6244 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
6245
6246linux (3.19.0-10.10) vivid; urgency=low
6247
6248 [ Andy Whitcroft ]
6249
6250 * [Packaging] control -- make element ordering deterministic
6251 * [Config] allow dracult to support initramfs as well
6252 - LP: #1109029
6253 * [Packaging] generate live watchdog blacklists
6254 - LP: #1432837
6255
6256 [ Leann Ogasawara ]
6257
6258 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
6259 - LP: #1397860
6260 * rebase to v3.19.2
6261
6262 [ Upstream Kernel Changes ]
6263
6264 * thinkpad_acpi: support new BIOS version string pattern
6265 - LP: #1417915
6266 * arm64: Invalidate the TLB corresponding to intermediate page table
6267 levels
6268 - LP: #1432546
6269 * perf tools: Support parsing parameterized events
6270 - LP: #1430341
6271 * perf tools: Extend format_alias() to include event parameters
6272 - LP: #1430341
6273 * perf Documentation: Add event parameters
6274 - LP: #1430341
6275 * perf tools: Document parameterized and symbolic events
6276 - LP: #1430341
6277 * perf: provide sysfs_show for struct perf_pmu_events_attr
6278 - LP: #1430341
6279 * perf: add PMU_EVENT_ATTR_STRING() helper
6280 - LP: #1430341
6281 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
6282 - LP: #1430341
6283 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
6284 - LP: #1430341
6285 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
6286 annotated
6287 - LP: #1430341
6288 * powerpc/perf/hv-gpci: add the remaining gpci requests
6289 - LP: #1430341
6290 * powerpc/perf/hv-24x7: Document sysfs event description entries
6291 - LP: #1430341
6292 * powerpc/iommu: Remove IOMMU device references via bus notifier
6293 - LP: #1425202
6294 * powerpc/pseries: Fix endian problems with LE migration
6295 - LP: #1428351
6296 * intel_idle: support additional Broadwell model
6297 - LP: #1400970
6298 * tools/power turbostat: support additional Broadwell model
6299 - LP: #1400970
6300 * KVM: x86: flush TLB when D bit is manually changed.
6301 - LP: #1397860
6302 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
6303 - LP: #1397860
6304 * KVM: Add generic support for dirty page logging
6305 - LP: #1397860
6306 * KVM: x86: switch to kvm_get_dirty_log_protect
6307 - LP: #1397860
6308 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
6309 log dirty
6310 - LP: #1397860
6311 * KVM: MMU: Add mmu help functions to support PML
6312 - LP: #1397860
6313 * KVM: MMU: Explicitly set D-bit for writable spte.
6314 - LP: #1397860
6315 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
6316 - LP: #1397860
6317 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
6318 - LP: #1397860
6319 * KVM: VMX: Add PML support in VMX
6320 - LP: #1397860
6321 * HID: multitouch: add support of clickpads
6322 * HID: multitouch: Add support for button type usage
6323
6324 [ Upstream Kernel Changes ]
6325
6326 * rebase to v3.19.2
6327 - LP: #1428947
6328
6329 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
6330
6331linux (3.19.0-9.9) vivid; urgency=low
6332
6333 [ Leann Ogasawara ]
6334
6335 * Release Tracking Bug
6336 - LP: #1430930
6337
6338 [ Shachar Raindel ]
6339
6340 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
6341 arithmetic
6342 - LP: #1413741
6343 - CVE-2014-8159
6344
6345 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
6346
6347linux (3.19.0-8.8) vivid; urgency=low
6348
6349 [ Andy Whitcroft ]
6350
6351 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
6352 - LP: #1426113
6353 * rebase to stable v3.19.1
6354
6355 [ John Johansen ]
6356
6357 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
6358 - LP: #1408833
6359
6360 [ Leann Ogasawara ]
6361
6362 * Release Tracking Bug
6363 - LP: #1429940
6364
6365 [ Upstream Kernel Changes ]
6366
6367 * xen: correct bug in p2m list initialization
6368 * net/mlx5_core: Fix configuration of log_uar_page_sz
6369 - LP: #1419938
6370 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
6371 - LP: #1420575
6372 * net/mlx4_core: Maintain a persistent memory for mlx4 device
6373 - LP: #1422481
6374 * net/mlx4_core: Set device configuration data to be persistent across
6375 reset
6376 - LP: #1422481
6377 * net/mlx4_core: Refactor the catas flow to work per device
6378 - LP: #1422481
6379 * net/mlx4_core: Enhance the catas flow to support device reset
6380 - LP: #1422481
6381 * net/mlx4_core: Activate reset flow upon fatal command cases
6382 - LP: #1422481
6383 * net/mlx4_core: Manage interface state for Reset flow cases
6384 - LP: #1422481
6385 * net/mlx4_core: Handle AER flow properly
6386 - LP: #1422481
6387 * net/mlx4_core: Enable device recovery flow with SRIOV
6388 - LP: #1422481
6389 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
6390 - LP: #1422481
6391 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
6392 - LP: #1428111
6393 * rebase to v3.19.1
6394 - LP: #1410704
6395 - LP: #1411193
6396 - LP: #1400215
6397
6398 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
6399
6400linux (3.19.0-7.7) vivid; urgency=low
6401
6402 [ Andy Whitcroft ]
6403
6404 * Release Tracking Bug
6405 - LP: #1426013
6406
6407 [ Upstream Kernel Changes ]
6408
6409 * x86/irq: Fix regression caused by commit b568b8601f05
6410 * cxl: Fix leaking interrupts if attach process fails
6411 - LP: #1415102
6412 * cxl: Early return from cxl_handle_fault for a shut down context
6413 - LP: #1415102
6414 * cxl: Disable AFU debug flag
6415 - LP: #1415102
6416 * cxl: Disable SPAP register when freeing SPA
6417 - LP: #1415102
6418 * cxl: remove redundant increment of hwirq
6419 - LP: #1415102
6420 * cxl: Add tracepoints
6421 - LP: #1415102
6422 * cxl: Update CXL ABI documentation
6423 - LP: #1415102
6424 * cxl: Use image state defaults for reloading FPGA
6425 - LP: #1415102
6426 * cxl: Add image control to sysfs
6427 - LP: #1415102
6428 * cxl: Enable CAPP recovery
6429 - LP: #1415102
6430 * cxl: Add ability to reset the card
6431 - LP: #1415102
6432 * cxl: Fix device_node reference counting
6433 - LP: #1415102
6434 * cxl: Export optional AFU configuration record in sysfs
6435 - LP: #1415102
6436 * cxl: Fail AFU initialisation if an invalid configuration record is
6437 found
6438 - LP: #1415102
6439 * cxl: Add missing return statement after handling AFU errror
6440 - LP: #1415102
6441 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
6442 - LP: #1415102
6443 * powerpc/eeh: Allow to set maximal frozen times
6444 - LP: #1415102
6445 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
6446
6447 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
6448
6449linux (3.19.0-6.6) vivid; urgency=low
6450
6451 [ Andy Whitcroft ]
6452
6453 * systemd -- fix hyper-v units to be non-forking
6454 - LP: #1401525
6455 * [Config] move vbox modules into linux-image
6456 * ubuntu: vbox -- update to 4.3.22-dfsg-1
6457
6458 [ Brad Figg ]
6459
6460 * SAUCE: DEP8 test to run our regression tests
6461
6462 [ Paolo Pisati ]
6463
6464 * [Config] I2C_CHARDEV=y
6465 - LP: #1417032
6466
6467 [ Upstream Kernel Changes ]
6468
6469 * PCI: Fix infinite loop with ROM image of size 0
6470 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
6471 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
6472 controller
6473 - LP: #1400215
6474
6475 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
6476
6477linux (3.19.0-5.5) vivid; urgency=low
6478
6479 [ Andy Whitcroft ]
6480
6481 * [Config] CONFIG_FA_DUMP=y
6482 - LP: #1415562
6483 * ubuntu: (no-squash) vbox -- infrastructure and updater
6484 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
6485 * rebase to v3.19 final
6486
6487 [ Chris J Arges ]
6488
6489 * [Config] Add ibmvfc to d-i
6490 - LP: #1416001
6491 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
6492 - LP: #1292234
6493
6494 [ Upstream Kernel Changes ]
6495
6496 * rebase to v3.19
6497
6498 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
6499
6500linux (3.19.0-4.4) vivid; urgency=low
6501
6502 [ Andy Whitcroft ]
6503
6504 * [Config] apply Kernel hacking >> Tracers config defaults
6505 * hyper-v -- fix comment handing in /etc/network/interfaces
6506 - LP: #1413020
6507 * rebase to v3.19-rc7
6508 * updateconfigs following rebase to v3.19-rc7
6509
6510 [ Ben Hutchings ]
6511
6512 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
6513 - LP: #1413149
6514
6515 [ Upstream Kernel Changes ]
6516
6517 * rebase to v3.19-rc7
6518
6519 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
6520
6521linux (3.19.0-3.3) vivid; urgency=low
6522
6523 [ Andy Whitcroft ]
6524
6525 * [Debian] arm64 -- build ubuntu drivers
6526 - LP: #1411284
6527 * [Packaging] config-check -- add support for enforced annotations
6528 * [Config] annotations -- switch to ENFORCED annotations
6529 * [Packaging] config-check -- drop support for enforce file
6530 * [Packaging] enforce -- drop empty enforce file
6531 * rebase to v3.19-rc5
6532 * [Config] add modules removed due to tighter dependencies
6533 * [Config] updateconfigs following rebase to v3.19-rc5
6534 * [Config] enforce CONFIG_FHANDLE=y
6535 - LP: #1412543
6536 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
6537 - LP: #1408355
6538 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
6539 - LP: #1413646
6540 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
6541 message handler config defaults
6542 * [Config] apply Device Drivers >> Character devices >> Serial drivers
6543 config defaults
6544 * [Config] apply Device Drivers >> GPIO Support config defaults
6545 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6546 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6547 support) config defaults
6548 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6549 Devices >> Support for frame buffer devices config defaults
6550 * [Config] apply Device Drivers >> HID support >> HID bus support >>
6551 Special HID drivers config defaults
6552 * [Config] apply Device Drivers >> Hardware Monitoring support config
6553 defaults
6554 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
6555 Hardware Bus support config defaults
6556 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
6557 digital converters config defaults
6558 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
6559 sensors config defaults
6560 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
6561 sensors config defaults
6562 * [Config] apply Device Drivers >> Input device support >> Generic input
6563 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6564 * [Config] apply Device Drivers >> Input device support >> Generic input
6565 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6566 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6567 config defaults
6568 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6569 defaults
6570 * [Config] apply Device Drivers >> Multifunction device drivers config
6571 defaults
6572 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6573 grabbers support >> Media test drivers config defaults
6574 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
6575 Adapters config defaults
6576 * [Config] apply Device Drivers >> Multimedia support >> Remote
6577 Controller devices config defaults
6578 * [Config] apply Device Drivers >> Network device support >> Distributed
6579 Switch Architecture drivers config defaults
6580 * [Config] apply Device Drivers >> Network device support >> Network core
6581 driver support config defaults
6582 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6583 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
6584 defaults
6585 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6586 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
6587 defaults
6588 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6589 * [Config] apply Device Drivers >> Pin controllers config defaults
6590 * [Config] apply Device Drivers >> SPI support config defaults
6591 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6592 Sound Architecture >> ALSA for SoC audio support config defaults
6593 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6594 Sound Architecture >> FireWire sound devices config defaults
6595 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6596 Sound Architecture >> HD-Audio config defaults
6597 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
6598 client support config defaults
6599 * [Config] apply Device Drivers >> Staging drivers >> Media staging
6600 drivers config defaults
6601 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6602 USB Gadget Drivers >> USB functions configurable through configfs
6603 config defaults
6604 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6605 USB Peripheral Controller config defaults
6606 * [Config] apply Networking support >> NFC subsystem support >> Near
6607 Field Communication (NFC) devices config defaults
6608 * [Config] apply Networking support >> Networking options >> Network
6609 packet filtering framework (Netfilter) >> Core Netfilter Configuration
6610 >> Netfilter nf_tables support config defaults
6611 * [Config] apply Networking support >> Networking options >> QoS and/or
6612 fair queueing >> Actions config defaults
6613 * [Config] apply Networking support >> Networking options >> TCP/IP
6614 networking config defaults
6615 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
6616 Networking Stack (mac80211) config defaults
6617 * [Config] apply Device Drivers >> Input device support >> Generic input
6618 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
6619 * [Config] apply Device Drivers >> Input device support >> Generic input
6620 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6621 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6622 config defaults
6623 * [Config] apply Networking support >> Networking options >> Network
6624 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
6625 >> IPv4 NAT config defaults
6626 * [Config] apply Networking support >> Networking options >> Network
6627 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
6628 >> IPv6 NAT config defaults
6629 * [Config] apply Kernel hacking >> Kernel debugging config defaults
6630 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
6631 config defaults
6632 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
6633 values in
6634 - LP: #1414002
6635 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6636 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
6637 (iwlwifi) config defaults
6638 * [Config] apply Device Drivers >> Real Time Clock config defaults
6639 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6640 support >> SCSI low-level drivers config defaults
6641 * [Config] apply General setup >> CPU/Task time and stats accounting >>
6642 Cputime accounting config defaults
6643 * [Config] apply Device Drivers >> Mailbox Hardware Support config
6644 defaults
6645 * rebase to v3.19-rc6
6646 * [Config] updateconfigs following rebase to v3.19-rc6
6647
6648 [ Kamal Mostafa ]
6649
6650 * [Packaging] force "dpkg-source -I -i" behavior
6651
6652 [ Leann Ogasawara ]
6653
6654 * [Config] Disable CONFIG_USB_OTG
6655 - LP: #1411295
6656
6657 [ Upstream Kernel Changes ]
6658
6659 * overlay: add backwards compatible overlayfs format support (fixes)
6660 - LP: #1410480
6661
6662 [ Upstream Kernel Changes ]
6663
6664 * rebase to v3.19-rc5
6665 * rebase to v3.19-rc6
6666
6667 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
6668
6669linux (3.19.0-2.2) vivid; urgency=low
6670
6671 [ Andy Whitcroft ]
6672
6673 * rebase to v3.19-rc4
6674 * [Config] updateconfigs following rebase to v3.19-rc4
6675 * [Packaging] install all dtb files
6676 - LP: #1408002
6677 * [Config] switch on "all" dtbs
6678 - LP: #1408002
6679
6680 [ Colin Ian King ]
6681
6682 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
6683 timers
6684 - LP: #1333569
6685
6686 [ Joseph Salisbury ]
6687
6688 * [Config] Enable CONFIG_N_GSM as module.
6689 - LP: #1404670
6690
6691 [ K. Y. Srinivasan ]
6692
6693 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
6694 - LP: #1406867
6695
6696 [ Steve McIntyre ]
6697
6698 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
6699 - LP: #1409750
6700
6701 [ Upstream Kernel Changes ]
6702
6703 * rebase to v3.19-rc4
6704
6705 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
6706
6707linux (3.19.0-1.1) vivid; urgency=low
6708
6709 [ Andy Whitcroft ]
6710
6711 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
6712 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
6713 * Revert "SAUCE: AUFS -- aufs3-base.patch"
6714 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
6715 * rebase to v3.19-rc1
6716 * rebase to v3.19-rc2
6717 * [Config] defaultconfigs following rebase to v3.19-rc2
6718 * ubuntu: aufs3 -- follow rename of d_child
6719 * ubuntu: aufs3 -- follow switch to d_splice_alias
6720 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
6721 * ubuntu: aufs3 -- follow rename for d_alias
6722 * apparmor -- follow change to this_cpu_ptr
6723 * disable module checks for rebase
6724 * ubuntu: AUFS -- substrate: aufs3-base.patch
6725 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
6726 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
6727 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
6728 * [Configs] updateconfigs following aufs update
6729 * v3.19 series start
6730 * rebase to v3.19-rc3
6731 * [Configs] updateconfigs following rebase to v3.19-rc3
6732 * [Packaging] uploadnum should be the remainder of the version
6733 - LP: #1407755
6734 * [Packaging] handle dts directories
6735 - LP: #1408004
6736 * [Config] follow move of arm64 dts' into vendor directories
6737
6738 [ Upstream Kernel Changes ]
6739
6740 * arm64: optimized copy_to_user and copy_from_user assembly code
6741 - LP: #1400349
6742 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
6743
6744 [ Upstream Kernel Changes ]
6745
6746 * rebase to v3.19-rc1
6747 - LP: #1173681
6748 * rebase to v3.19-rc2
6749 * rebase to v3.19-rc3
6750
6751 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
6752
6753linux (3.18.0-7.8) vivid; urgency=low
6754
6755 [ Leann Ogasawara ]
6756
6757 * Release Tracking Bug
6758 - LP: #1401590
6759
6760 [ John Johansen ]
6761
6762 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6763 - LP: #1362199
6764 * SAUCE: Revert: fix: only allow a single threaded process to ...
6765 - LP: #1371310
6766 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6767 - LP: #1390223
6768 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6769 hashing is used
6770 - LP: #1383886
6771 * [config] set apparmor config options
6772
6773 [ Seth Forshee ]
6774
6775 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6776 - LP: #1398458
6777
6778 [ Upstream Kernel Changes ]
6779
6780 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6781 - LP: #1359052
6782 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6783 - LP: #1346067
6784
6785 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6786
6787linux (3.18.0-6.7) vivid; urgency=low
6788
6789 [ Andy Whitcroft ]
6790
6791 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6792 assembly code"
6793 - LP: #1398596
6794 * rebase to v3.18
6795
6796 [ Chris J Arges ]
6797
6798 * [Config] CONFIG_PCIEASPM_DEBUG=y
6799 - LP: #1398544
6800
6801 [ Paolo Pisati ]
6802
6803 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6804 - LP: #1396470
6805
6806 [ Upstream Kernel Changes ]
6807
6808 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6809 may result in I/O freeze
6810 - LP: #1400289
6811
6812 [ Upstream Kernel Changes ]
6813
6814 * rebase to v3.18
6815
6816 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6817
6818linux (3.18.0-5.6) vivid; urgency=low
6819
6820 [ Leann Ogasawara ]
6821
6822 * Release Tracking Bug
6823 - LP: #1398109
6824
6825 [ Andy Whitcroft ]
6826
6827 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6828 - LP: #1397061
6829 * rebase to v3.18-rc7
6830
6831 [ Chris J Arges ]
6832
6833 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6834 ppc64el/generic
6835 - LP: #1395855
6836
6837 [ Upstream Kernel Changes ]
6838
6839 * rebase to v3.18-rc7
6840 - LP: #1389497
6841
6842 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6843
6844linux (3.18.0-4.5) vivid; urgency=low
6845
6846 [ Leann Ogasawara ]
6847
6848 * Release Tracking Bug
6849 - LP: #1395891
6850
6851 [ Andy Whitcroft ]
6852
6853 * rebase to v3.18-rc6
6854 * [Config] update configs following rebase to v3.18-rc6
6855 * [Config] enable overlayfs v1 support
6856
6857 [ Tim Gardner ]
6858
6859 * rebase to v3.18-rc5
6860
6861 [ Upstream Kernel Changes ]
6862
6863 * overlay: add backwards compatible overlayfs format support
6864 - LP: #1395877
6865
6866 [ Upstream Kernel Changes ]
6867
6868 * rebase to v3.18-rc5
6869 * rebase to v3.18-rc6
6870
6871 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6872
6873linux (3.18.0-3.4) vivid; urgency=low
6874
6875 [ Andy Whitcroft ]
6876
6877 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6878 * Revert "SAUCE: AUFS -- update to
6879 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6880 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6881 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6882 * [Config] amd64 is now the indep architecture
6883 * [Debian] basic hook support
6884 * SAUCE: AUFS -- aufs3-base.patch
6885 * SAUCE: AUFS -- aufs3-mmap.patch
6886 * SAUCE: AUFS -- aufs3-standalone.patch
6887 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6888 * [Config] updateconfigs following aufs3 update
6889 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6890
6891 [ dann frazier ]
6892
6893 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6894 - LP: #1388952
6895 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6896 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6897
6898 [ Tim Gardner ]
6899
6900 * rebase to v3.18-rc4
6901
6902 [ Upstream Kernel Changes ]
6903
6904 * rebase to v3.18-rc4
6905 - LP: #1389497
6906 - LP: #1387128
6907
6908 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6909
6910linux (3.18.0-2.2) vivid; urgency=low
6911
6912 [ Tim Gardner ]
6913
6914 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6915
6916 [ Upstream Kernel Changes ]
6917
6918 * rebase to v3.18-rc3
6919
6920 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6921
6922linux (3.18.0-1.1) vivid; urgency=low
6923
6924 [ Andy Whitcroft ]
6925
6926 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6927 * [Config] tools -- only build common tools when enabled
6928 * [Config] follow rename of DEB_BUILD_PROFILES
6929 * [Config] linux-image-extra is additive to linux-image
6930 - LP: #1375310
6931 * [Config] linux-image-extra postrm is not needed on purge
6932 * [Config] enable cloud tools on i386
6933 - LP: #1367399
6934
6935 [ Marc Dietrich ]
6936
6937 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6938
6939 [ Paolo Pisati ]
6940
6941 * [Config] armhf: REGULATOR_TWL4030=y
6942 * [Config] armhf: disable JUMP_LABEL
6943 - LP: #1378856
6944
6945 [ Tim Gardner ]
6946
6947 * rebase to v3.17-rc2
6948 * updateconfigs
6949 * [Config] CONFIG_NFC_ST21NFCB=n
6950 * [Config] Added net/6lowpan/* to generic inclusion list
6951 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6952 * rebase to v3.17-rc3
6953 * rebase to v3.17-rc4
6954 * rebase to v3.17-rc5
6955 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6956 * [Config] CONFIG_XMON=y
6957 - LP: #1365655
6958 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6959 - LP: #1362514
6960 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6961 - LP: #1362514
6962 * [Config] CONFIG_DMA_CMA=n
6963 - LP: #1362261
6964 * [Config] Add mpt3sas to d-i
6965 - LP: #1368907
6966 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6967 - LP: #1370211
6968 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6969 - LP: #1244176
6970 * rebase to v3.17-rc6
6971 * SAUCE: usbip: Update include path
6972 * [Debian] usbip tools packaging
6973 - LP: #898003
6974 * [Config] Enable usbip tools
6975 - LP: #898003
6976 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
6977 - LP: #1363180
6978 * [Config] Correct annotation regarding CONFIG_DMA_CMA
6979 - LP: #1362261
6980 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
6981 - LP: #1374438
6982 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
6983 - LP: #1374440
6984 * [Debian] Don't fail if a symlink already exists
6985 * rebase to v3.17-rc7
6986 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
6987 - LP: #1374440
6988 * rebase to v3.17
6989 * rebase to v3.18-rc1
6990 * [Config] CONFIG_AUFS_FS=n for FTBS
6991 * Enable vivid
6992 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
6993 - LP: #1385510
6994 * rebase to v3.18-rc2
6995 * [Debian] Fix linux-doc dangling symlinks
6996 - LP: #661306
6997 * CONFIG_MODULE_COMPRESS=n
6998 * [Config] dropped scsi_tgt from generic inclusion list
6999 * [Config] Added drivers/uio to generic inclusion list
7000 * [Config] CONFIG_PATA_MACIO=y
7001 - LP: #1378894
7002 * [Config] CONFIG_DRM_BOCHS=n
7003 * [Debian] install usbipd
7004 - LP: #898003
7005
7006 [ Upstream Kernel Changes ]
7007
7008 * rebase to v3.18-rc2
7009
7010 [ Upstream Kernel Changes ]
7011
7012 * rebase to v3.18-rc1
7013 - LP: #1316518
7014 - LP: #1371591
7015 - LP: #1357928
7016
7017 [ Upstream Kernel Changes ]
7018
7019 * rebase to v3.17
7020
7021 [ Upstream Kernel Changes ]
7022
7023 * rebase to v3.17-rc7
7024
7025 [ Upstream Kernel Changes ]
7026
7027 * rebase to v3.17-rc6
7028
7029 [ Upstream Kernel Changes ]
7030
7031 * rebase to v3.17-rc5
7032
7033 [ Upstream Kernel Changes ]
7034
7035 * rebase to v3.17-rc4
7036
7037 [ Upstream Kernel Changes ]
7038
7039 * rebase to v3.17-rc3
7040
7041 [ Upstream Kernel Changes ]
7042
7043 * rebase to v3.17-rc2
7044 - LP: #1358116
7045 - LP: #1350148
7046 - LP: #1334950
7047 - LP: #1329580
7048 - LP: #1329580
7049 - LP: #1329580
7050
7051 [ Upstream Kernel Changes ]
7052
7053 * rebase to v3.17-rc2
7054
7055 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
7056
7057linux (3.17.0-0.0) utopic; urgency=medium
7058
7059 * Empty entry
7060
7061 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
7062
7063linux (3.16.0-11.16) utopic; urgency=low
7064
7065 [ Mauricio Faria de Oliveira ]
7066
7067 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
7068 - LP: #1358920
7069
7070 [ Peter Zijlstra ]
7071
7072 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
7073 - LP: #1361300
7074
7075 [ Tim Gardner ]
7076
7077 * [Config] CONFIG_ZPOOL=y
7078 - LP: #1360428
7079 * Release Tracking Bug
7080 - LP: #1361308
7081
7082 [ Upstream Kernel Changes ]
7083
7084 * Revert "net/mlx4_en: Fix bad use of dev_id"
7085 - LP: #1347012
7086 * net/mlx4_en: Reduce memory consumption on kdump kernel
7087 - LP: #1347012
7088 * net/mlx4_en: Fix mac_hash database inconsistency
7089 - LP: #1347012
7090 * net/mlx4_en: Disable blueflame using ethtool private flags
7091 - LP: #1347012
7092 * net/mlx4_en: current_mac isn't updated in port up
7093 - LP: #1347012
7094 * net/mlx4_core: Use low memory profile on kdump kernel
7095 - LP: #1347012
7096 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
7097 - LP: #1347169
7098 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
7099 - LP: #1347169
7100 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
7101 - LP: #1347169
7102 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
7103 - LP: #1347169
7104 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
7105 - LP: #1347169
7106 * drivers: scsi: storvsc: Set srb_flags in all cases
7107 - LP: #1347169
7108 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
7109 - LP: #1347169
7110 * namespaces: Use task_lock and not rcu to protect nsproxy
7111 - LP: #1328088
7112 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
7113 * mm/zbud: change zbud_alloc size type to size_t
7114 - LP: #1360428
7115 * mm/zpool: implement common zpool api to zbud/zsmalloc
7116 - LP: #1360428
7117 * mm/zpool: zbud/zsmalloc implement zpool
7118 - LP: #1360428
7119 * mm/zpool: update zswap to use zpool
7120 - LP: #1360428
7121 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
7122 - LP: #1341296
7123 * iommu/amd: Fix for pasid initialization
7124 - LP: #1361300
7125 * iommu/amd: Moving PPR fault flags macros definitions
7126 - LP: #1361300
7127 * iommu/amd: Drop oprofile dependency
7128 - LP: #1361300
7129 * iommu/amd: Fix typo in amd_iommu_v2 driver
7130 - LP: #1361300
7131 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
7132 - LP: #1361300
7133 * iommu/amd: Don't free pasid_state in mn_release path
7134 - LP: #1361300
7135 * iommu/amd: Get rid of __unbind_pasid
7136 - LP: #1361300
7137 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
7138 - LP: #1361300
7139 * iommu/amd: Add pasid_state->invalid flag
7140 - LP: #1361300
7141 * iommu/amd: Don't hold a reference to mm_struct
7142 - LP: #1361300
7143 * iommu/amd: Don't hold a reference to task_struct
7144 - LP: #1361300
7145 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
7146 - LP: #1361300
7147 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
7148 - LP: #1361300
7149 * iommu/amd: Remove change_pte mmu_notifier call-back
7150 - LP: #1361300
7151 * iommu/amd: Fix device_state reference counting
7152 - LP: #1361300
7153 * iommu/amd: Fix 2 typos in comments
7154 - LP: #1361300
7155
7156 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
7157
7158linux (3.16.0-10.15) utopic; urgency=low
7159
7160 [ dann frazier ]
7161
7162 * [debian] Fix regression with ABI subversions and backport
7163
7164 [ Feng Kan ]
7165
7166 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
7167 modify write.
7168 - LP: #1357527
7169 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
7170 assembly code
7171 - LP: #1358949
7172
7173 [ Stefan Bader ]
7174
7175 * SAUCE: bcache: prevent crash on changing writeback_running
7176 - LP: #1357295
7177
7178 [ Tim Gardner ]
7179
7180 * [Config] CONFIG_XFRM_STATISTICS=y
7181 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
7182 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
7183 - LP: #1353005
7184 * Release Tracking Bug
7185 - LP: #1359783
7186
7187 [ Upstream Kernel Changes ]
7188
7189 * intel_idle: Broadwell support
7190 - LP: #1256170
7191 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
7192 - LP: #1357108
7193 * powerpc/powernv: Invoke opal call to handle hmi.
7194 - LP: #1357108
7195 * powerpc/book3s: handle HMIs for cpus in nap mode.
7196 - LP: #1357108
7197 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
7198 - LP: #1357108
7199 * powerpc: Add smp_mb() to arch_spin_is_locked()
7200 - LP: #1358569
7201 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
7202 - LP: #1358569
7203 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
7204 temperature
7205 - LP: #1353005
7206 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
7207 - LP: #1358855
7208 * printk: Add function to return log buffer address and size
7209 - LP: #1359423
7210 * powerpc/powernv: Interface to register/unregister opal dump region
7211 - LP: #1359423
7212 * bcache: fix crash on shutdown in passthrough mode
7213 - LP: #1357295
7214 * bcache: fix uninterruptible sleep in writeback thread
7215 - LP: #1357295
7216
7217 [ Vinayak Kale ]
7218
7219 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
7220 - LP: #1357527
7221 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
7222 - LP: #1357527
7223
7224 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
7225
7226linux (3.16.0-9.14) utopic; urgency=low
7227
7228 [ Tim Gardner ]
7229
7230 * Release Tracking Bug
7231 - LP: #1357370
7232
7233 [ Serge Hallyn ]
7234
7235 * SAUCE: Overlayfs: allow unprivileged mounts
7236 - LP: #1357025
7237
7238 [ Upstream Kernel Changes ]
7239
7240 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7241 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7242 * dts: Add bindings for APM X-Gene SoC ethernet driver
7243 * drivers: net: Add APM X-Gene SoC ethernet driver support.
7244 * powerpc/thp: Add write barrier after updating the valid bit
7245 - LP: #1357014
7246 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
7247 - LP: #1357014
7248 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
7249 of 4k pte
7250 - LP: #1357014
7251 * powerpc/thp: Handle combo pages in invalidate
7252 - LP: #1357014
7253 * powerpc/thp: Invalidate with vpn in loop
7254 - LP: #1357014
7255 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
7256 - LP: #1357014
7257 * powerpc/mm: Use read barrier when creating real_pte
7258 - LP: #1357014
7259 * powerpc/thp: Add tracepoints to track hugepage invalidate
7260 - LP: #1357014
7261 * rebase to v3.16.1
7262
7263 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
7264
7265linux (3.16.0-8.13) utopic; urgency=low
7266
7267 [ Tim Gardner ]
7268
7269 * Release Tracking Bug
7270 - LP: #1356403
7271
7272 [ dann frazier ]
7273
7274 * [debian] Allow for package revisions condusive for branching
7275
7276 [ Upstream Kernel Changes ]
7277
7278 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
7279 - LP: #1350087
7280 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
7281 - LP: #1350087
7282 * powerpc/powernv: Enable M64 aperatus for PHB3
7283 - LP: #1355469
7284 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
7285 - LP: #1352994
7286 * powerpc: Add machine_early_initcall()
7287 - LP: #1352640
7288 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
7289 - LP: #1352640
7290 * powerpc/eeh: Avoid event on passed PE
7291 - LP: #1352640
7292 * powerpc/eeh: EEH support for VFIO PCI device
7293 - LP: #1352640
7294 * powerpc/eeh: sysfs entries lost
7295 - LP: #1352640
7296 * powerpc/powernv: Fix IOMMU table for VFIO dev
7297 - LP: #1352640
7298 * powerpc/eeh: Fetch IOMMU table in reliable way
7299 - LP: #1352640
7300 * powerpc/eeh: Refactor EEH flag accessors
7301 - LP: #1352640
7302 * powerpc/eeh: Selectively enable IO for error log
7303 - LP: #1352640
7304 * powerpc/eeh: Reduce lines of log dump
7305 - LP: #1352640
7306 * powerpc/eeh: Replace pr_warning() with pr_warn()
7307 - LP: #1352640
7308 * powerpc/eeh: Make diag-data not endian dependent
7309 - LP: #1352640
7310 * powerpc/eeh: Aux PE data for error log
7311 - LP: #1352640
7312 * PCI: Support BAR sizes up to 128GB
7313 - LP: #1352640
7314 * powerpc/powernv: Allow to freeze PE
7315 - LP: #1352640
7316 * powerpc/powernv: Split ioda_eeh_get_state()
7317 - LP: #1352640
7318 * powerpc/powernv: Handle compound PE
7319 - LP: #1352640
7320 * powerpc/powernv: Handle compound PE for EEH
7321 - LP: #1352640
7322 * powerpc/powernv: Handle compound PE in config accessors
7323 - LP: #1352640
7324 * mnt: Only change user settable mount flags in remount
7325 - LP: #1356318
7326 - CVE-2014-5206
7327 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
7328 - LP: #1356318
7329 - CVE-2014-5206
7330 * mnt: Correct permission checks in do_remount
7331 - LP: #1356323
7332 - CVE-2014-5207
7333 * mnt: Change the default remount atime from relatime to the existing value
7334 - LP: #1356323
7335 - CVE-2014-5207
7336
7337 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
7338
7339linux (3.16.0-7.12) utopic; urgency=low
7340
7341 [ Andy Whitcroft ]
7342
7343 * rebase to v3.16 final
7344 * [Config] d-i -- add virtio_scsi to virtio-modules
7345 - LP: #1342000
7346
7347 [ dann frazier ]
7348
7349 * [Packaging] Fix 'printchanges' to work with versions containing '+'
7350
7351 [ Tim Gardner ]
7352
7353 * [Config] CONFIG_MICROCODE=y
7354 - LP: #1084373
7355 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
7356 - LP: #1349028
7357 * [Config] Add hv_balloon to d-i virtio-modules
7358 - LP: #1292216
7359 * Release Tracking Bug
7360 - LP: #1354530
7361
7362 [ Upstream Kernel Changes ]
7363
7364 * rebase to v3.16
7365
7366 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
7367
7368linux (3.16.0-6.11) utopic; urgency=low
7369
7370 [ Paolo Pisati ]
7371
7372 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
7373 * [Config] armhf: KEYBOARD_IMX=m
7374 * [Config] armhf: build cubox & imx6 DTBs
7375 * [Config] armhf: RTC_DRV_PCF8523=y
7376
7377 [ Tim Gardner ]
7378
7379 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
7380 - LP: #1344405
7381 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
7382 - LP: #1343109
7383 * Release Tracking Bug
7384 - LP: #1349196
7385
7386 [ Upstream Kernel Changes ]
7387
7388 * rebase to v3.16-rc7
7389
7390 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
7391
7392linux (3.16.0-5.10) utopic; urgency=low
7393
7394 [ Tim Gardner ]
7395
7396 * Release Tracking Bug
7397 - LP: #1346298
7398 * [Config] CONFIG_GPIO_SYSFS=y
7399 - LP: #1342153
7400 * rebase to v3.16-rc6
7401
7402 [ Paolo Pisati ]
7403
7404 * [Config] enable ARCH_MVEBU*
7405 * [Config] AHCI_MVEBU=m
7406 * [Config] ARMADA_THERMAL=y
7407 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
7408 * [Config] CRYPTO_DEV_MV_CESA=m
7409 * [Config] I2C_MV64XXX=m
7410 * [Config] MMC_MVSDIO=m
7411 * [Config] MMC_SDHCI_DOVE=m
7412 * [Config] MTD_NAND_ORION=m
7413 * [Config] MTD_NAND_PXA3xx=m
7414 * [Config] MVNETA=m
7415 * [Config] MV_XOR=y
7416 * [Config] ORION_WATCHDOG=m
7417 * [Config] PCI_MVEBU=y
7418 * [Config] RTC_DRV_MV=y
7419 * [Config] SND_KIRKWOOD_SOC*=m
7420 * [Config] SPI_ORION=m
7421 * [Config] USB_XHCI_MVEBU=m
7422 * [Config] armhf: build all Armada and Dove DTBs
7423 * [Config] armhf: SERIAL_8250_DW=y
7424
7425 [ Upstream Kernel Changes ]
7426
7427 * rebase to v3.16-rc6
7428
7429 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
7430
7431linux (3.16.0-4.9) utopic; urgency=low
7432
7433 [ Tim Gardner ]
7434
7435 * Release Tracking Bug
7436 - LP: #1341543
7437
7438 [ Upstream Kernel Changes ]
7439
7440 * rebase to v3.16-rc5
7441
7442 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
7443
7444linux (3.16.0-3.8) utopic; urgency=low
7445
7446 [ Tim Gardner ]
7447
7448 * Release Tracking Bug
7449 - LP: #1340091
7450
7451 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
7452
7453linux (3.16.0-2.7) utopic; urgency=low
7454
7455 [ Andy Whitcroft ]
7456
7457 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
7458 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7459
7460 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
7461
7462linux (3.16.0-2.6) utopic; urgency=low
7463
7464 [ Andy Whitcroft ]
7465
7466 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
7467 Fixes FTBS.
7468
7469 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
7470
7471linux (3.16.0-2.5) utopic; urgency=low
7472
7473 [ Andy Whitcroft ]
7474
7475 * ubuntu -- fix basic format for ubuntu/Makefile
7476 * ubuntu: AUFS (no-squash): basic framework and update machinary
7477 * ubuntu: aufs3 -- update update scripting
7478 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7479 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7480 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7481 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
7482 * [Configs] AUFS configs
7483 * ubuntu: aufs3 -- reenable
7484
7485 [ Tim Gardner ]
7486
7487 * CONFIG_LATENCYTOP=n
7488
7489 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
7490
7491linux (3.16.0-2.4) utopic; urgency=low
7492
7493 [ Andy Whitcroft ]
7494
7495 * [Config] flip VIRTIO*=y
7496 * [Config] commonise CONFIG_SWIOTLB=y
7497 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
7498 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
7499 config defaults
7500 * [Config] apply Device Drivers >> Block devices config defaults
7501 * [Config] apply Device Drivers >> Character devices config defaults
7502 * [Config] apply Device Drivers >> DMA Engine support config defaults
7503 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
7504 reporting config defaults
7505 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7506 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7507 support) config defaults
7508 * [Config] apply Device Drivers >> GPIO Support config defaults
7509 * [Config] apply Device Drivers >> Graphics support >> Console display
7510 driver support config defaults
7511 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
7512 config defaults
7513 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
7514 * [Config] apply Device Drivers >> Input device support >> Generic input
7515 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
7516 defaults
7517 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
7518 ports config defaults
7519 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7520 config defaults
7521 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
7522 defaults
7523 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7524 grabbers support config defaults
7525 * [Config] apply Security options config defaults
7526 * [Config] apply Networking options >> Network packet filtering framework
7527 (Netfilter) >> Core Netfilter Configuration config defaults
7528 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7529 defaults
7530 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7531 Devices >> Support for frame buffer devices config defaults
7532 * [Config] apply Power management and ACPI options >> CPU Frequency
7533 scaling config defaults
7534 * [Config] apply Processor type and features config defaults
7535 * [Config] apply Partition Types config defaults
7536 * [Config] apply Power management and ACPI options config defaults
7537 * [Config] apply Device Drivers >> InfiniBand support config defaults
7538 * [Config] apply Device Drivers >> Misc devices config defaults
7539 * [Config] apply Device Drivers >> Multifunction device drivers config
7540 defaults
7541 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7542 support >> SCSI low-level drivers config defaults
7543 * [Config] apply Device Drivers >> Network device support >> Ethernet
7544 driver support config defaults
7545 * [Config] apply Device Drivers >> Network device support >> Network core
7546 driver support config defaults
7547 * [Config] apply Device Drivers >> Network device support >> PHY Device
7548 support and infrastructure config defaults
7549 * [Config] apply File systems >> Network File Systems config defaults
7550 * [Config] apply Device Drivers >> Input device support >> Generic input
7551 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7552 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
7553 >> NAND Device Support config defaults
7554 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7555 >> Ralink driver support config defaults
7556 * [Config] apply Device Drivers >> Staging drivers config defaults
7557 * [Config] apply Cryptographic API >> Hardware crypto devices config
7558 defaults
7559 * [Config] apply Device Drivers >> Macintosh device drivers config
7560 defaults
7561 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7562 config defaults
7563 * [Config] apply Device Drivers >> PPS support config defaults
7564 * [Config] apply Device Drivers >> Sound card support config defaults
7565 * [Config] apply Networking support >> RF switch subsystem support config
7566 defaults
7567 * [Config] apply Library routines config defaults
7568 * [Config] apply Device Drivers >> CODEC drivers config defaults
7569 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7570 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7571 config defaults
7572 * [Config] apply Kernel hacking >> Tracers config defaults
7573 * [Config] apply Kernel hacking >> Runtime Testing config defaults
7574 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
7575 * [Config] apply Device Drivers >> USB support config defaults
7576 * [Config] apply Device Drivers >> Power supply class support config
7577 defaults
7578 * [Config] apply Device Drivers >> USB Network Adapters config defaults
7579 * [Config] apply General setup >> IRQ subsystem config defaults
7580 * [Config] apply General setup config defaults
7581 * [Config] apply File systems >> Miscellaneous filesystems config
7582 defaults
7583 * [Config] apply File systems config defaults
7584 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
7585 * [Config] apply Device Drivers >> Virtio drivers config defaults
7586 * [Config] apply Device Drivers >> USB Peripheral Controller config
7587 defaults
7588 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7589 support >> SCSI Transports config defaults
7590 * [Config] apply Device Drivers >> Real Time Clock config defaults
7591 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
7592 (libata) config defaults
7593 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
7594 defaults
7595 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
7596 config defaults
7597 * [Config] apply Device Drivers >> USB Physical Layer drivers config
7598 defaults
7599 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
7600 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
7601 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
7602 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
7603 CONFIG_HOTPLUG_CPU=n
7604 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
7605 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
7606 * [Config] drivers/acpi/acpi_ipmi.ko needs
7607 drivers/char/ipmi/ipmi_msghandler.ko in virtual
7608 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
7609 CONFIG_FUNCTION_TRACER=n
7610 * [Config] ignore modules changing following major config changes
7611
7612 [ Tim Gardner ]
7613
7614 * rebase to v3.16-rc4
7615
7616 [ Upstream Kernel Changes ]
7617
7618 * rebase to v3.16-rc4
7619 - LP: #1297581
7620
7621 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
7622
7623linux (3.16.0-1.3) utopic; urgency=low
7624
7625 [ Andy Whitcroft ]
7626
7627 * Revert "Disable do_tools_perf for FTBS"
7628 * SAUCE: fix perf_regs definitions for arm64
7629
7630 [ Paolo Pisati ]
7631
7632 * [Config] armhf: ARCH_EXYNOS5* support
7633 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
7634 * [Config] armhf: EXYNOS_THERMAL=y
7635 * [Config] armhf: EXYNOS_IOMMU=y
7636 * [Config] armhf: EXYNOS_ADC=m
7637 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
7638 * [Config] armhf: MMC_SDHCI_S3C=m
7639 * [Config] armhf: PCI_EXYNOS=y
7640 * [Config] armhf: PHY_EXYNOS5250_SATA=y
7641 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
7642 * [Config] armhf: PWM_SAMSUNG=m
7643 * [Config] armhf: RTC_DRV_S3C=y
7644 * [Config] armhf: S3C2410_WATCHDOG=m
7645 * [Config] armhf: MMC_DW_EXYNOS=m
7646 * [Config] armhf: SERIAL_SAMSUNG=y
7647 * [Config] armhf: SND_SOC_SAMSUNG=m
7648 * [Config] armhf: SPI_S3C64XX=m
7649 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
7650 * [Config] armhf: FB_S3C=m
7651 * [Config] armhf: build all Exynos 5 DTBs
7652 * [Config] armhf: disable CPUFREQ_EXYNOS
7653
7654 [ Tim Gardner ]
7655
7656 * rebase to v3.16-rc3
7657
7658 [ Upstream Kernel Changes ]
7659
7660 * rebase to v3.16-rc3
7661 - LP: #1331915
7662
7663 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
7664
7665linux (3.16.0-0.2) utopic; urgency=low
7666
7667 [ Tim Gardner ]
7668
7669 * Revert "SAUCE: intel_pstate -- toggle default to disable"
7670 - LP: #1333322
7671 * CONFIG_BOOKE_WDT=y
7672 * Disable do_tools_perf for FTBS (just until I can figure it out)
7673
7674 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
7675
7676linux (3.16.0-0.1) utopic; urgency=low
7677
7678 [ Tim Gardner ]
7679
7680 * Release Tracking Bug
7681 - LP: #1333265
7682
7683 [ Andy Whitcroft ]
7684
7685 * [Config] cloud-tools -- add systemd units
7686 - LP: #1329027
7687
7688 [ dann frazier ]
7689
7690 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
7691 * [Config] CONFIG_NET_XGENE=m for arm64
7692 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
7693
7694 [ Feng Kan ]
7695
7696 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
7697 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
7698 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
7699
7700 [ Iyappan Subramanian ]
7701
7702 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7703 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7704 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
7705 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
7706
7707 [ Tim Gardner ]
7708
7709 * updateconfigs
7710 * Fix arm64 crypto Makefile
7711 * [Config] CONFIG_BOOKE_WDT=n for FTBS
7712 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
7713 - LP: #1327619
7714 * Disabled powerpc64-emb for FTBS
7715 * [Config] CONFIG_DRM_TEGRA=m
7716 * [Config] CONFIG_CMA_SIZE_MBYTES=64
7717 * rebase to v3.16-rc2
7718 * Clean up generic.inclusion-list warnings
7719
7720 [ Upstream Kernel Changes ]
7721
7722 * rebase to v3.16-rc2
7723 - LP: #1328587
7724 - LP: #1319291
7725 - LP: #1310512
7726 - LP: #1310512
7727 - LP: #1305480
7728
7729 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
7730
7731linux (3.15.0-6.11) utopic; urgency=low
7732
7733 [ Adam Conrad ]
7734
7735 * Enable building the sata-modules udeb on ppc64el.
7736 - LP: #1323980
7737 * [Packaging] Set bootloader and loader on ppc64el to grub
7738
7739 [ Adam Lee ]
7740
7741 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
7742 - LP: #1310512, #1320070
7743
7744 [ Alex Hung ]
7745
7746 * SAUCE: (no-up) dell-led: add mic mute led interface
7747 - LP: #1308297
7748
7749 [ Andy Whitcroft ]
7750
7751 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
7752 - LP: #1285434
7753 * [Config] tools -- enable cpupower on ppc64el
7754 * [Config] ppc64el -- enable perf tools
7755 * [Config] powerpc -- enable perf tools
7756 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
7757 * [Config] arm64 -- enable tools
7758 - LP: #1326050
7759 * [Config] switch hyper-keyboard to virtual
7760 - LP: #1325306
7761 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
7762 upgrades
7763 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7764 - LP: #1300247
7765 * SAUCE: nouveau: missing outputs should be warnings
7766 - LP: #1300244
7767 * [Config] d-i -- add nvme devices to block-modules udeb
7768 - LP: #1303710
7769
7770 [ Anton Blanchard ]
7771
7772 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7773 - LP: #1328230
7774
7775 [ Colin Ian King ]
7776
7777 * SAUCE: intel_pstate: inform user that thermald is worth considering
7778
7779 [ Dave Chiluk ]
7780
7781 * [Config] Enable CONFIG_IP_VS_IPV6=y
7782 - LP: #1300739
7783
7784 [ Paolo Pisati ]
7785
7786 * [Config] build vexpress a9 dtb
7787 - LP: #1303657
7788
7789 [ Tetsuo Handa ]
7790
7791 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7792
7793 [ Tim Gardner ]
7794
7795 * Release Tracking Bug
7796 - LP: #1329045
7797 * [Debian] Treat vdso install as an environment variable
7798 - LP: #1325713
7799 * [Config] Treat vdso install as an environment variable
7800 - LP: #1325713
7801 * [config] Set IPMI suppoort default to "y"
7802 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7803 * [Config] CONFIG_RT_GROUP_SCHED=n
7804 - LP: #1284731
7805 * [Config] ppc64el -- switch to 64K system pages
7806 * [Config] CONFIG_MICROCODE_EARLY=y
7807 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7808 * [Config] armhf: DRM_TILCDC=m
7809 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7810 * [Config] arm64: KVM=y
7811 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7812 * [Config] armhf: generic: disable CPU_IDLE
7813 * [Config] armhf: CPU_FREQ=y
7814 * [Config] Add new mlx modules to d-i
7815 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7816 - LP: #1295112
7817 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7818 - LP: #1294353
7819 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7820 * [Config] CONFIG_ALX=m for powerpc
7821 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7822 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7823 * [Config] CONFIG_ANDROID=n for powerpc
7824 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7825 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7826 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7827 * rebase to v3.15
7828 * [Config] CONFIG_PHY_XGENE=y
7829 * [Config] CONFIG_MLX4_DEBUG=y
7830 - LP: #1328256
7831 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7832 - LP: #1324571
7833 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7834 * [Config] CONFIG_CFG80211=m for ppc64el
7835 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7836 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7837 * [Config] CONFIG_EXPERT=y for ppc64el
7838 * [Config] CONFIG_ATA_SFF=y on ppc64el
7839 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7840 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7841 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7842 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7843 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7844 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7845 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7846 * [Config] CONFIG_DDR=y for ppc64el
7847 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7848 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7849 * [Config] CONFIG_EZX_PCAP=n for all arches
7850 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7851 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7852 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7853 * [Config] CONFIG_FB_3DFX=m for all arches
7854 * [Config] CONFIG_FB_MATROX=m for ppc64el
7855 * [Config] CONFIG_FB_RADEON=m for ppc64el
7856 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7857 * [Config] CONFIG_FIREWIRE=m for ppc64el
7858 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7859 * [Config] CONFIG_HAMRADIO=y for ppc64el
7860 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7861 * [Config] CONFIG_I2C_MUX=m for ppc64el
7862 * [Config] CONFIG_I2C_STUB=m for ppc64el
7863 * [Config] CONFIG_I2O=m for ppc64el
7864 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7865 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7866 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7867 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7868 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7869 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7870 * [Config] CONFIG_ISDN=y for ppc64el
7871 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7872 * [Config] CONFIG_KGDB=y for ppc64el
7873 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7874 * [Config] CONFIG_L2TP_V3=y for powerpc
7875 * [Config] CONFIG_MAILBOX=y for ppc64el
7876 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7877 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7878 * [Config] CONFIG_MEMORY=y for ppc64el
7879 * [Config] CONFIG_MEMSTICK=m for ppc64el
7880 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7881 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7882 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7883 * [Config] CONFIG_NET_9P=m for ppc64el
7884 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7885 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7886 * [Config] CONFIG_MTD=m for arm64
7887 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7888 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7889 * [Config] CONFIG_NET_IPIP=m for ppc64el
7890 * [Config] CONFIG_NET_TEAM=m for all arches
7891 * [Config] CONFIG_NFC=m for ppc64el
7892 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7893 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7894 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7895 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7896 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7897 * [Config] CONFIG_OPROFILE=m for ppc64el
7898 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7899 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7900 * [Config] CONFIG_8723AU_P2P=n
7901 * [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
7902 * [Config] CONFIG_PCNET32=m for ppc64el
7903 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7904 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7905 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7906 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7907 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7908 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7909 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7910 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7911 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7912 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7913 * [Config] CONFIG_WLAN=y for arm64
7914 * [Config] CONFIG_VORTEX=m for ppc64el
7915 * [Config] CONFIG_WIMAX=m for ppc64el
7916 * [Config] CONFIG_WATCHDOG=y for ppc64el
7917 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7918 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7919 * [Config] CONFIG_UWB=m for ppc64el
7920 * [Config] CONFIG_USB_STORAGE=y
7921 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7922 * [Config] CONFIG_HID_RMI=m
7923 * [Config] CONFIG_HVC_DCC=n
7924 - LP: #1303657
7925
7926 [ Upstream Kernel Changes ]
7927
7928 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7929 - LP: #1323165
7930 * powerpc/powernv: Add calls to support little endian host
7931 - LP: #1327400
7932 * HID: rmi: introduce RMI driver for Synaptics touchpads
7933 * HID: rmi: do not stop the device at the end of probe
7934 * HID: rmi: check for the existence of some optional queries before reading query 12
7935 * HID: rmi: do not fetch more than 16 bytes in a query
7936 * HID: rmi: fix wrong struct field name
7937 * HID: rmi: fix masks for x and w_x data
7938 * HID: rmi: do not handle touchscreens through hid-rmi
7939 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7940 - LP: #1305480
7941 * rebase to v3.15
7942
7943 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7944
7945linux (3.15.0-5.10) utopic; urgency=low
7946
7947 [ Tim Gardner ]
7948
7949 * Release Tracking Bug
7950 - LP: #1325596
7951 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7952 * rebase to v3.15-rc8
7953
7954 [ Upstream Kernel Changes ]
7955
7956 * rebase to v3.15-rc8
7957
7958 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7959
7960linux (3.15.0-4.9) utopic; urgency=low
7961
7962 * no change rebuild to fix embeded debhelper.
7963
7964 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7965
7966linux (3.15.0-4.8) utopic; urgency=low
7967
7968 [ Andy Whitcroft ]
7969
7970 * Release Tracking Bug
7971 - LP: #1324107
7972 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
7973
7974 [ Javier Martinez Canillas ]
7975
7976 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
7977 - LP: #1323526
7978
7979 [ John Johansen ]
7980
7981 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
7982 - LP: #1323528
7983 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
7984 - LP: #1308761
7985 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
7986 - LP: #1308765
7987 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
7988 - LP: #1308764
7989 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
7990 - LP: #1323530
7991
7992 [ Kamal Mostafa ]
7993
7994 * [Config] add debian/gbp.conf
7995
7996 [ Tim Gardner ]
7997
7998 * [Config] CONFIG_SATA_AHCI=m for ppc64el
7999 - LP: #1323980
8000
8001 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
8002
8003linux (3.15.0-3.7) utopic; urgency=low
8004
8005 [ Tim Gardner ]
8006
8007 * Release Tracking Bug
8008 - LP: #1323189
8009
8010 [ Andy Whitcroft ]
8011
8012 * [Config] autopkgtest -- need fakeroot for tests
8013
8014 [ Upstream Kernel Changes ]
8015
8016 * rebase to v3.15-rc7
8017
8018 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
8019
8020linux (3.15.0-2.6) utopic; urgency=low
8021
8022 [ Andy Whitcroft ]
8023
8024 * [Config] remove the kernel-image firmware list on clean
8025
8026 [ Martin Pitt ]
8027
8028 * [Config] autopkgtest -- switch to significantly faster rebuild
8029
8030 [ Stefan Bader ]
8031
8032 * [Config]: Add missing modules to inclusion list
8033
8034 [ Tim Gardner ]
8035
8036 * [debian] Dynamically generate the kernel-image udebs firmware list
8037 * [d-i] firmware/kernel-image is generated
8038 * rebase to v3.15-rc6
8039 * Release Tracking Bug
8040 - LP: #1322251
8041
8042 [ Upstream Kernel Changes ]
8043
8044 * rebase to v3.15-rc6
8045 - LP: #1297581
8046
8047 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
8048
8049linux (3.15.0-1.5) utopic; urgency=low
8050
8051 [ Tim Gardner ]
8052
8053 * [Config] Add apm-mustang.dtb to kernel-image udeb
8054
8055 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
8056
8057linux (3.15.0-1.4) utopic; urgency=low
8058
8059 [ Andy Whitcroft ]
8060
8061 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
8062 local linux/hyperv.h"
8063 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
8064 local linux/hyperv.h"
8065 * [Packaging] tools -- hv tools build correctly against the built headers
8066 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
8067 * cloud-tools -- pull in init scripts for Hyper-V daemons
8068 * cloud-tools -- detect Hyper-V VM to avoid starting
8069 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
8070 - LP: #1295401
8071 * [Config] cloud-tools: reenable cloud-tools
8072
8073 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
8074
8075linux (3.15.0-1.3) utopic; urgency=low
8076
8077 [ Andy Whitcroft ]
8078
8079 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
8080 - LP: #1318848
8081
8082 [ Ben Collins ]
8083
8084 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
8085 - LP: #1318629
8086
8087 [ Tim Gardner ]
8088
8089 * [Config] CONFIG_FSL_PAMU=n
8090 - LP: #1311738
8091 * Release Tracking Bug
8092 - LP: #1320239
8093
8094 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
8095
8096linux (3.15.0-1.2) utopic; urgency=low
8097
8098 [ Tim Gardner ]
8099
8100 * Release Tracking Bug
8101 - LP: #1318171
8102 * Add rpcsec_gss_krb5 to generic inclusion list
8103 - LP: #769527
8104 * rebase to v3.15-rc5
8105
8106 [ Upstream Kernel Changes ]
8107
8108 * rebase to v3.15-rc5
8109 - LP: #1297581
8110
8111 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
8112
8113linux (3.15.0-0.1) utopic; urgency=low
8114
8115 [ Upstream Kernel Changes ]
8116
8117 * rebase to v3.15-rc4
8118 - LP: #1297581
8119 - LP: #1297581
8120 - LP: #1305133
8121 - LP: #1297581
8122 - LP: #1297581
8123 - LP: #871808
8124 - LP: #1260303
8125 - LP: #1268468
8126 - LP: #1248116
8127 - LP: #1211920
8128 - LP: #1259790
8129 - LP: #1259437
8130 - LP: #1259435
8131 - LP: #1268468
8132
8133 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
8134
8135linux (3.15.0-0.0) utopic; urgency=low
8136
8137 * Initial version for 3.15.
8138
8139 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
8140
8141linux (3.13.0-8.27) trusty; urgency=low
8142
8143 [ John Johansen ]
8144
8145 * SAUCE: Add config option to disable new apparmor 3 semantics
8146 -LP: #1270215
8147
8148 [ Tim Gardner ]
8149
8150 * [debian] Fix indep_hdrs_pkg_name
8151 - LP: #1134441
8152 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
8153 * Enabled lttng build
8154 * Don't build lttng for armhf
8155 lttng hates gcc-4.8 for armhf
8156 * Release Tracking Bug
8157 - LP: #1277309
8158
8159 [ Upstream Kernel Changes ]
8160
8161 * rebase to v3.13.2
8162 - LP: #1260303
8163 - LP: #1260303
8164 - LP: #1268468
8165
8166 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
8167
8168linux (3.13.0-7.26) trusty; urgency=low
8169
8170 [ John Johansen ]
8171
8172 * SAUCE: apparmor: fix uninitialized lsm_audit membe
8173 - LP: #1268727
8174 * Add config option to optionally enable new apparmor 3 semantics
8175
8176 [ Tim Gardner ]
8177
8178 * [Config] Add lowlatency to getabis
8179 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
8180 - LP: #1270215
8181 * Release Tracking Bug
8182 - LP: #1276810
8183
8184 [ Upstream Kernel Changes ]
8185
8186 * x86, x32: Correct invalid use of user timespec in the kernel
8187 - LP: #1274349
8188 - CVE-2014-0038
8189
8190 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
8191
8192linux (3.13.0-7.25) trusty; urgency=low
8193
8194 [ Andy Whitcroft ]
8195
8196 * Revert "SAUCE: fix fmd headers"
8197 * SAUCE: fix fmd headers
8198
8199 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
8200
8201linux (3.13.0-7.24) trusty; urgency=low
8202
8203 [ Stefan Bader ]
8204
8205 * [Config] Make vmwgfx driver enable the framebuffer device
8206
8207 [ Tim Gardner ]
8208
8209 * rebase to v3.13.1
8210 * [Config] CONFIG_NFS_FS=m for ppc64el
8211 * [Config] CONFIG_X86_SYSFB=n
8212 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
8213 * Release Tracking Bug
8214 - LP: #1275898
8215
8216 [ Upstream Kernel Changes ]
8217
8218 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
8219 - LP: #1272525
8220 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
8221 - LP: #1272525
8222 * mm: ignore VM_SOFTDIRTY on VMA merging
8223 - LP: #1274917
8224 * drm/radeon: disable dpm on BTC
8225 - LP: #1266984
8226
8227 [ Upstream Kernel Changes ]
8228
8229 * rebase to v3.13.1
8230
8231 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
8232
8233linux (3.13.0-6.23) trusty; urgency=low
8234
8235 [ Andy Whitcroft ]
8236
8237 * [Config] fix up architecture for linux-tools
8238
8239 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
8240
8241linux (3.13.0-6.22) trusty; urgency=low
8242
8243 [ Andy Whitcroft ]
8244
8245 * [Packaging] limit linux-udebs-<flavour> to matching arch
8246 * [Config] powerpc -- disable perf to fix FTBFS
8247 * [Config] ppc64el -- fix up missing udebs
8248
8249 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
8250
8251linux (3.13.0-6.21) trusty; urgency=low
8252
8253 [ Andy Fleming ]
8254
8255 * SAUCE: net: Add support for handling queueing in hardware
8256 * SAUCE: of_mdio: Add of_phy_attach function
8257 * SAUCE: phylib: Add generic 10G driver
8258 * SAUCE: phylib: Support attaching to gen10g_driver
8259 * SAUCE: phylib: Add Clause 45 read/write functions
8260
8261 [ Andy Whitcroft ]
8262
8263 * SAUCE: fix fmd headers
8264 * [Packaging] lowlatency -- merge out of tree flavours
8265 * SAUCE: allow IRQs to be irq-threaded by default via config
8266 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
8267 * [Config] powerpc -- fix up Build-depends:
8268 * Release Tracking Bug
8269 - LP: #1273747
8270
8271 [ Ben Collins ]
8272
8273 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
8274 ptr/64-bit rsrcs
8275 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
8276 * SAUCE: Fixup freescale usb phy driver to work on ppc64
8277 * SAUCE: xgmac_mdio: Silence read errors
8278 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
8279 * SAUCE: Fix stack overflow on ppc32
8280 * SAUCE: Use resource_size_t instead of long for PCI resource address
8281 * SAUCE: net/phy: Export function for use by dpaa_eth
8282 * [Packaging] powerpc -- merge out of tree powerpc arch
8283
8284 [ Bjorn Helgaas ]
8285
8286 * SAUCE: Revert "EISA: Log device resources in dmesg"
8287 - LP: #1251816
8288 * SAUCE: Revert "EISA: Initialize device before its resources"
8289 - LP: #1251816
8290
8291 [ Emil Medve ]
8292
8293 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
8294 with 10G "fixed-link"s
8295
8296 [ Kumar Gala ]
8297
8298 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
8299 * SAUCE: fsl_pme2: Add support for DPAA PME
8300 * SAUCE: fmd: FMD14 integration
8301 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
8302 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
8303
8304 [ Madalin Bucur ]
8305
8306 * SAUCE: net/flow: remove sleeping and deferral mechanism from
8307 flow_cache_flush
8308 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
8309 and duplex reading
8310
8311 [ Stefan Bader ]
8312
8313 * [Config] move some VMWare related modules into main package
8314 - LP: #1271669
8315
8316 [ Tim Gardner ]
8317
8318 * [Config] Add r815x to nic-modules
8319 - LP: #1273735
8320 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
8321 - LP: #239479
8322
8323 [ Upstream Kernel Changes ]
8324
8325 * mmc: sdhci-pci: break out definitions to header file
8326 - LP: #1239938
8327 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
8328 - LP: #1239938
8329 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
8330 * powerpc/book3e: support CONFIG_RELOCATABLE
8331 * book3e/kexec/kdump: enable kexec for kernel
8332 * book3e/kexec/kdump: create a 1:1 TLB mapping
8333 * book3e/kexec/kdump: introduce a kexec kernel flag
8334 * book3e/kexec/kdump: implement ppc64 kexec specfic
8335 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
8336 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
8337
8338 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
8339
8340linux (3.13.0-5.20) trusty; urgency=low
8341
8342 [ Andy Whitcroft ]
8343
8344 * [Packaging] tools -- do not make symlinks when not making packages
8345 * [Packaging] tools -- tidy up control.stub.in ordering
8346 * [Packaging] tools -- tools-common is shared and not conditional
8347 * rebase to v3.13
8348
8349 [ Dirk Brandewie ]
8350
8351 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
8352
8353 [ KY Srinivasan ]
8354
8355 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
8356 notification
8357
8358 [ Upstream Kernel Changes ]
8359
8360 * rebase to v3.13
8361 - LP: #1270603
8362
8363 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
8364
8365linux (3.13.0-4.19) trusty; urgency=low
8366
8367 [ Andy Whitcroft ]
8368
8369 * [Config] libunwind8-dev is now available for ppc64el
8370 * [Packaging] tools -- make cpupower optional
8371 * [Packaging] tools -- enable correctly for x86
8372
8373 [ Tim Gardner ]
8374
8375 * Release Tracking Bug
8376 - LP: #1269872
8377
8378 [ Upstream Kernel Changes ]
8379
8380 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
8381 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
8382 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
8383 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
8384
8385 [ Upstream Kernel Changes ]
8386
8387 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
8388
8389 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
8390
8391linux (3.13.0-3.18) trusty; urgency=low
8392
8393 [ Andy Whitcroft ]
8394
8395 * rebase to v3.13-rc8
8396 * [Packaging] efi -- allow EFI signatures on any arch
8397
8398 [ Tim Gardner ]
8399
8400 * [Config] Fix vcs-git path
8401 * Release Tracking Bug
8402 - LP: #1268683
8403
8404 [ Upstream Kernel Changes ]
8405
8406 * rebase to v3.13-rc8
8407
8408 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
8409
8410linux (3.13.0-2.17) trusty; urgency=low
8411
8412 [ Andy Whitcroft ]
8413
8414 * Release Tracking Bug
8415 - LP: #1267809
8416 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
8417 defaults
8418 * [Config] apply Platform support>>CPU Frequency scaling config defaults
8419 * [Config] CONFIG_PARIDE_EPATC8=y
8420 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
8421 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
8422 Switch drivers config defaults
8423 * [Config] apply Cryptographic API config defaults
8424 * [Config] apply Device Drivers >> Common Clock Framework config defaults
8425 * [Config] apply Device Drivers >> Distributed Switch Architecture
8426 drivers config defaults
8427 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
8428 device support config defaults
8429 * [Config] apply Device Drivers >> Graphics support >> Support for frame
8430 buffer devices >> Bootup logo config defaults
8431 * annotations -- update in tree annotations
8432 * [Config] apply Bus options >> PCI support >> RapidIO support config
8433 defaults
8434 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
8435 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
8436 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
8437 support config defaults
8438 * [Config] apply Device Drivers >> Character devices >> Serial drivers
8439 config defaults
8440 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
8441 defaults
8442 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
8443 Support config defaults
8444 * [Config] apply Device Drivers >> Character devices config defaults
8445 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
8446 HID transport layer config defaults
8447 * [Config] apply Device Drivers >> HID support >> HID bus support config
8448 defaults
8449 * [Config] apply Device Drivers >> HID support >> USB HID support config
8450 defaults
8451 * annotations -- update in tree annotations
8452 * [Config] apply Device Drivers >> GPIO Support config defaults
8453 * [Config] update configs for apparmour update
8454
8455 [ John Johansen ]
8456
8457 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8458 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8459 - LP: #1208988
8460 * SAUCE: apparmor: allocate path lookup buffers during init
8461 - LP: #1208988
8462 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
8463 - LP: #1236455
8464
8465 [ Tim Gardner ]
8466
8467 * Revert "[Debian] getabis: Preface module with package name"
8468 * [Config] Added ppc64el to getabis
8469 * [packaging] Bump ABI for every new release
8470
8471 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
8472
8473linux (3.13.0-1.16) trusty; urgency=low
8474
8475 * First 3.13 upload.
8476 * Release tracker
8477 - LP: #1266852
8478
8479 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
8480
8481linux (3.13.0-0.15) trusty; urgency=low
8482
8483 [ Tim Gardner ]
8484
8485 * rebase to v3.13-rc7
8486
8487 [ Upstream Kernel Changes ]
8488
8489 * rebase to v3.13-rc7
8490
8491 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
8492
8493linux (3.13.0-0.14) trusty; urgency=low
8494
8495 [ Andy Whitcroft ]
8496
8497 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8498
8499 [ Tim Gardner ]
8500
8501 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
8502 * Update lttng to Version 2.4.0-rc2
8503 * lttng: Disabled trace_kvm_async_pf_completed
8504 * [Config] CONFIG_IMA=y
8505 - LP: #1244627
8506
8507 [ Upstream Kernel Changes ]
8508
8509 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8510
8511 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
8512
8513linux (3.13.0-0.13) trusty; urgency=low
8514
8515 [ Andy Whitcroft ]
8516
8517 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8518 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8519 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8520 * ubuntu: AUFS (no-squash): basic framework and update machinary
8521 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
8522 * ubuntu: aufs3 -- enable
8523 * ubuntu: aufs3 -- update configs
8524
8525 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
8526
8527linux (3.13.0-0.12) trusty; urgency=low
8528
8529 [ Upstream Kernel Changes ]
8530
8531 * rebase to v3.13-rc6
8532
8533 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
8534
8535linux (3.13.0-0.11) trusty; urgency=low
8536
8537 [ Andy Whitcroft ]
8538
8539 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
8540 * [Config] ppc64el -- initial defconfig based -generic flavour
8541 * [Config] initial defconfig for ppc64el
8542 * [Config] ubuntuise ppc64el config
8543 * [Config] ubuntuise ppc64el config part 2
8544 * [Config] d-i -- update empty udebs list
8545 * [Config] ppc64el -- split extras package
8546
8547 [ Anton Blanchard ]
8548
8549 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
8550
8551 [ Benjamin Herrenschmidt ]
8552
8553 * SAUCE: powerpc/powernv: Add calls to support little endian
8554
8555 [ Cédric Le Goater ]
8556
8557 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
8558 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
8559 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
8560 guests
8561
8562 [ Paul E. McKenney ]
8563
8564 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
8565
8566 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
8567
8568linux (3.13.0-0.10) trusty; urgency=low
8569
8570 [ Andy Whitcroft ]
8571
8572 * rebase to v3.13-rc5
8573 * [Config] updateconfigs following rebase to v3.13-rc5
8574
8575 [ Upstream Kernel Changes ]
8576
8577 * rebase to v3.13-rc5
8578 - LP: #1260303
8579 - LP: #1260303
8580 - LP: #1260225
8581
8582 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
8583
8584linux (3.13.0-0.9) trusty; urgency=low
8585
8586 [ Andy Whitcroft ]
8587
8588 * [Config] d-i -- allow missing firmware
8589
8590 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
8591
8592linux (3.13.0-0.8) trusty; urgency=low
8593
8594 [ Andy Whitcroft ]
8595
8596 * [Config] annotations -- first pass over entire config
8597 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
8598
8599 [ Tim Gardner ]
8600
8601 * [Config] Add arm64 device tree files
8602 - LP: #1262901
8603
8604 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
8605
8606linux (3.13.0-0.7) trusty; urgency=low
8607
8608 [ Rajesh B Prathipati ]
8609
8610 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
8611
8612 [ Tim Gardner ]
8613
8614 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
8615
8616 [ Upstream Kernel Changes ]
8617
8618 * rebase to v3.13-rc4
8619 - LP: #1259790
8620 - LP: #1259437
8621 - LP: #1259435
8622
8623 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
8624
8625linux (3.13.0-0.6) trusty; urgency=low
8626
8627 [ Paolo Pisati ]
8628
8629 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
8630 * [Config] i386: amd64: VIRTIO_CONSOLE=y
8631
8632 [ Tim Gardner ]
8633
8634 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
8635
8636 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
8637
8638linux (3.13.0-0.5) trusty; urgency=low
8639
8640 [ Andy Whitcroft ]
8641
8642 * correct bug listing for v3.13-rc2 rebase
8643 * [Config] ppc64el -- create linux-libc-dev
8644 * [Debian] Improve tools version message
8645 - LP: #1257715
8646
8647 [ Serge Hallyn ]
8648
8649 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
8650 - LP: #1248590
8651 * SAUCE: vfs: Fix a regression in mounting proc
8652
8653 [ Tim Gardner ]
8654
8655 * [Config] Build-in ohci-pci
8656 - LP: #1244176
8657 * Rebase to v3.13-rc3
8658
8659 [ Upstream Kernel Changes ]
8660
8661 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
8662 checks""
8663 - LP: #1248590
8664
8665 [ Upstream Kernel Changes ]
8666
8667 * rebase to v3.13-rc3
8668 - LP: #1256840
8669 - LP: #1256212
8670
8671 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
8672
8673linux (3.13.0-0.4) trusty; urgency=low
8674
8675 [ Tim Gardner ]
8676
8677 * Rebase to v3.13-rc2
8678
8679 [ Upstream Kernel Changes ]
8680
8681 * rebase to v3.13-rc2
8682
8683 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
8684
8685linux (3.13.0-0.3) trusty; urgency=low
8686
8687 [ Andy Whitcroft ]
8688
8689 * Revert "SAUCE: Fix DocBook FTBS"
8690
8691 [ Tim Gardner ]
8692
8693 * [Debian] Re-sign modules after debug objcopy
8694 - LP: #1253155
8695 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
8696
8697 [ Upstream Kernel Changes ]
8698
8699 * doc: fix generation of device-drivers
8700 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
8701
8702 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
8703
8704linux (3.13.0-0.2) trusty; urgency=low
8705
8706 [ Tim Gardner ]
8707
8708 * SAUCE: Fix DocBook FTBS
8709
8710 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
8711
8712linux (3.13.0-0.1) trusty; urgency=low
8713
8714 [ Upstream Kernel Changes ]
8715
8716 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
8717
8718 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
8719
8720linux (3.13.0-0.0) trusty; urgency=low
8721
8722 * Major release bump.
8723
8724 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
8725
8726linux (3.12.0-2.7) trusty; urgency=low
8727
8728 * Fixed armhf ABI build failure.
8729 * Release tracker
8730 - LP: #1249477
8731
8732 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
8733
8734linux (3.12.0-2.6) trusty; urgency=low
8735
8736 [ Joseph Salisbury ]
8737
8738 * SAUCE: tg3: Add support for new 57786 device id.
8739 - LP: #1242610
8740
8741 [ Tim Gardner ]
8742
8743 * [Config] CONFIG_OABI_COMPAT=n
8744 * [Config] add the wandboard to shipped dtb
8745 - LP: #1249421
8746 * Release tracker
8747 - LP: #1249477
8748
8749 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
8750
8751linux (3.12.0-2.5) trusty; urgency=low
8752
8753 [ Andy Whitcroft ]
8754
8755 * rebase to mainline v3.12
8756 * [Config] updateconfigs following rebase to v3.12
8757 * postinst -- improve relative symlink detection with missing files
8758 - LP: #1248053
8759 * postinst -- fix unchanged link detection
8760 * [Config] update configs following addition of apparmor fixes
8761
8762 [ Anthony Wong ]
8763
8764 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8765 - LP: #1231305
8766
8767 [ John Johansen ]
8768
8769 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8770 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8771 - LP: #1208988
8772 * SAUCE: apparmor: allocate path lookup buffers during init
8773 - LP: #1208988
8774
8775 [ Tim Gardner ]
8776
8777 * [Config] Remove superfluous ubuntu/lttng-modules
8778
8779 [ Upstream Kernel Changes ]
8780
8781 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8782 - LP: #1248590
8783
8784 [ Upstream Kernel Changes ]
8785
8786 * rebase to v3.12
8787 - LP: #1222850
8788
8789 [ Adam Conrad ]
8790 * etc/getabis: Fetch arm64/generic abis as well
8791
8792 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8793
8794linux (3.12.0-1.3) trusty; urgency=low
8795
8796 [ Andy Whitcroft ]
8797
8798 * [Config] arm64 -- add arch to the configuration handlers
8799 * [Config] arm64 -- add generic flavour
8800 * [Config] arm64 -- default config
8801 * [Config] arm64 -- fix up various FTBFS config options
8802 * SAUCE: arm64: export __copy_in_user to modules
8803 * [Config] arm64 -- disable ABI/module checks
8804 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8805 * [Config] arm64 -- enable udebs for arm64
8806
8807 [ Colin Watson ]
8808
8809 * [Config] Clean up various udeb Provides
8810
8811 [ Paolo Pisati ]
8812
8813 * [Config] AHCI_IMX=y
8814 * [Config] build imx*-wandboard dtbs
8815
8816 [ Serge Hallyn ]
8817
8818 * SAUCE: device_cgroup: remove can_attach
8819
8820 [ Tim Gardner ]
8821
8822 * rebase to v3.12-rc7
8823 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8824 * Release tracker
8825 - LP: #1245932
8826
8827 [ Upstream Kernel Changes ]
8828
8829 * rebase to v3.12-rc7
8830 - LP: #1180881
8831 - LP: #1180881
8832 - LP: #1217957
8833
8834 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8835
8836linux (3.12.0-0.2) trusty; urgency=low
8837
8838 [ Andy Whitcroft ]
8839
8840 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8841 CAPACITY (16) at SPC-2"
8842 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8843 SPC-2"
8844 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8845 CAPACITY (16) be preferred"
8846 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8847 be used at SPC-2"
8848 * Revert "overlayfs: Update to v19"
8849 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8850 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8851 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8852 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8853 clone_private_mount()"
8854 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8855 modules"
8856 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8857 documentation"
8858 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8859 * [Config] fix linux-libc-dev generation for arm64
8860 * [Config] fix linux-libc-dev generation for x32
8861 * [Config] add linux-libc-dev generation for ppc64el
8862
8863 [ Erez Zadok ]
8864
8865 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8866
8867 [ Miklos Szeredi ]
8868
8869 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8870 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8871 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8872 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8873 * ubuntu: overlayfs v20 -- overlay filesystem
8874 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8875
8876 [ Neil Brown ]
8877
8878 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8879
8880 [ Paolo Pisati ]
8881
8882 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8883
8884 [ Seth Forshee ]
8885
8886 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8887 ThinkPads
8888 - LP: #1183856
8889
8890 [ Tim Gardner ]
8891
8892 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8893 * rebase to v3.12-rc2
8894 * updateconfigs
8895 * [Config] disable CONFIG_FB_VESA enforcer check
8896 * [Config] Disable lttng for FTBS
8897 * rebase to v3.12-rc3
8898 * rebase to v3.12-rc4
8899 * [Config] CONFIG_ANDROID=n
8900 - LP: #1235161
8901 * [Config] CONFIG_L2TP_V3=y
8902 - LP: #1235914
8903 * [Config] CONFIG_USB_OTG=n for all arches
8904 * Release tracker
8905 - LP: #1242811
8906
8907 [ Upstream Kernel Changes ]
8908
8909 * scsi: hyper-v storsvc switch up to SPC-3
8910
8911 * rebase to v3.12-rc6
8912 - LP: #1235977
8913 - LP: #1235523
8914 - LP: #1239392
8915 - LP: #1227491
8916
8917 * rebase to v3.12-rc3
8918 - LP: #1231931
8919
8920 * rebase to v3.12-rc2
8921 - LP: #1213820
8922 - LP: #1213055
8923 - LP: #1198030
8924
8925 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8926
8927linux (3.11.0-8.15) saucy; urgency=low
8928
8929 [ Tim Gardner ]
8930
8931 * Release tracker
8932 - LP: #1227969
8933
8934 * Update lttng
8935 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8936 Version 2.3.0+
8937
8938 [ Upstream Kernel Changes ]
8939
8940 * igb: Add additional get_phy_id call for i354 devices
8941 - LP: #1219619
8942 * igb: Read flow control for i350 from correct EEPROM section
8943 - LP: #1219619
8944 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8945 Required for lttng update.
8946
8947 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8948
8949linux (3.11.0-7.14) saucy; urgency=low
8950
8951 [ Andy Whitcroft ]
8952
8953 * [Packaging] sort out linux-tools naming
8954 - LP: #1205284
8955 * [Packaging] linux-tools: switch to common generic version helper
8956
8957 [ Paolo Pisati ]
8958
8959 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8960
8961 [ Tim Gardner ]
8962
8963 * Release tracker
8964 - LP: #1226160
8965
8966 [ Tony Lindgren ]
8967
8968 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8969 for pandaboard
8970
8971 [ Upstream Kernel Changes ]
8972
8973 * USB: handle LPM errors during device suspend correctly
8974 - LP: #1011415
8975 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
8976 - LP: #1011415
8977 * usb: Don't fail port power resume on device disconnect.
8978 - LP: #1011415
8979
8980 [ Upstream Kernel Changes ]
8981
8982 * rebase to v3.11.1
8983
8984 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
8985
8986linux (3.11.0-7.13) saucy; urgency=low
8987
8988 * Release tracker
8989 - LP: #1223545
8990
8991 [ Andy Whitcroft ]
8992
8993 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
8994 - LP: #1223499
8995 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
8996 - LP: #1223499
8997 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
8998 - LP: #1223499
8999 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
9000 - LP: #1223499
9001
9002 [ Maximiliano Curia ]
9003
9004 * SAUCE: (no-up) Only let characters through when there are active readers.
9005 - LP: #1208740
9006
9007 [ Tim Gardner ]
9008
9009 * [Debian] getabis: Commit new ABI directory, remove the old
9010 * [Config] CONFIG_EFIVAR_FS=y
9011 - LP: #1223195
9012 * [Config] CONFIG_EFI_VARS_PSTORE=m,
9013 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
9014 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
9015 - LP: #1222850
9016
9017 [ Upstream Kernel Changes ]
9018
9019 * Intel xhci: refactor EHCI/xHCI port switching
9020 - LP: #1210858
9021
9022 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
9023
9024linux (3.11.0-6.12) saucy; urgency=low
9025
9026 * Release tracker
9027 - LP: #1222893
9028
9029 [ Andy Whitcroft ]
9030
9031 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9032 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9033 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9034 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9035 - LP: #1222407
9036
9037 [ Paolo Pisati ]
9038
9039 * [Config] restore mmc boot on panda
9040
9041 [ Tyler Hicks ]
9042
9043 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
9044 - LP: #1216294
9045
9046 [ Upstream Kernel Changes ]
9047
9048 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
9049 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
9050 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
9051 * net: calxedaxgmac: fix possible skb free before tx complete
9052 * net: calxedaxgmac: update ring buffer tx_head after barriers
9053 * net: calxedaxgmac: fix race with tx queue stop/wake
9054 * net: calxedaxgmac: enable interrupts after napi_enable
9055 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
9056 * net: calxedaxgmac: remove some unused statistic counters
9057 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
9058 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
9059 * mfd: rtsx: Read vendor setting from config space
9060 - LP: #1201698
9061
9062 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
9063
9064linux (3.11.0-5.11) saucy; urgency=low
9065
9066 * Release tracker
9067 - LP: #1221886
9068
9069 [ Adam Lee ]
9070
9071 * SAUCE: Bluetooth: Add support for 04ca:2007
9072 - LP: #1153448
9073 * SAUCE: Bluetooth: Add support for 105b:e065
9074 - LP: #1161261
9075
9076 [ Gavin Guo ]
9077
9078 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
9079 - LP: #1166113
9080
9081 [ Upstream Kernel Changes ]
9082
9083 * igb: Reset the link when EEE setting changed
9084 - LP: #1219619
9085 * igb: Read register for latch_on without return value
9086 - LP: #1219619
9087 * igb: Added rcu_lock to avoid race
9088 - LP: #1219619
9089 * igb: don't allow SR-IOV without MSI-X
9090 - LP: #1219619
9091 * igb: Update MTU so that it is always at least a standard frame size
9092 - LP: #1219619
9093 * igb: Refactor of init_nvm_params
9094 - LP: #1219619
9095 * igb: Refactor NVM read functions to accommodate devices with no flash
9096 - LP: #1219619
9097 * igb: Add device support for flashless SKU of i210 device
9098 - LP: #1219619
9099 * igb: Fix get_fw_version function for all parts
9100 - LP: #1219619
9101 * igb: Add macro for size of RETA indirection table
9102 - LP: #1219619
9103 * igb: Expose RSS indirection table for ethtool
9104 - LP: #1219619
9105 * igb: Don't look for a PBA in the iNVM when flashless
9106 - LP: #1219619
9107 * igb: Implementation of 1-sec delay for i210 devices
9108 - LP: #1219619
9109 * igb: New PHY_ID for i354 device
9110 - LP: #1219619
9111 * igb: M88E1543 PHY downshift implementation
9112 - LP: #1219619
9113 * igb: No PHPM support in i354 devices
9114 - LP: #1219619
9115 * igb: Support to get 2_5G link status for appropriate media type
9116 - LP: #1219619
9117 * igb: Get speed and duplex for 1G non_copper devices
9118 - LP: #1219619
9119 * igb: Implementation to report advertised/supported link on i354 devices
9120 - LP: #1219619
9121 * igb: Update version number
9122 - LP: #1219619
9123 * Bluetooth: Take proper tty_struct references
9124 - LP: #1189998
9125 * Bluetooth: Remove the device from the list in the destructor
9126 - LP: #1189998
9127 * Bluetooth: Move the tty initialization and cleanup out of open/close
9128 - LP: #1189998
9129 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
9130 - LP: #1189998
9131 * Bluetooth: Fix the reference counting of tty_port
9132 - LP: #1189998
9133 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
9134 - LP: #1189998
9135
9136 [ Wen-chien Jesse Sung ]
9137
9138 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
9139 - LP: #1065400
9140 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
9141 - LP: #1065400
9142
9143 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
9144
9145linux (3.11.0-5.10) saucy; urgency=low
9146
9147 [ Andy Whitcroft ]
9148
9149 * Release tracker
9150 - LP: #1220222
9151 * Revert "[Config] Fix ubuntu directoy Kbuilds"
9152 * Revert "aufs update dropped some Kbuild files"
9153 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
9154 * Revert "ubuntu: AUFS -- update to
9155 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
9156 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9157 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9158 * rebase to v3.11 final
9159 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
9160 * ubuntu: AUFS (no-squash): basic framework and update machinary
9161 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9162 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9163 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
9164 * ubuntu: (no-squash) AUFS -- enable aufs
9165 * ubuntu: AUFS -- fix remaining d_count references to use accessor
9166 * ubuntu: lttng -- follow rename of pid_ns
9167 * SAUCE: disable stack-protector for ARM compressed bootloader
9168
9169 [ Paolo Pisati ]
9170
9171 * [Config] ARM_ATAG_DTB_COMPAT=y
9172
9173 [ Rob Herring ]
9174
9175 * [Config] Enable KVM and virtio for armhf generic-lpae
9176
9177 [ Tim Gardner ]
9178
9179 * [Config] CONFIG_ARPD=y
9180 * [Config] CONFIG_ZSWAP=y
9181 - LP: #1215379
9182
9183 [ Upstream Kernel Changes ]
9184
9185 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
9186 - LP: #1217957
9187 * ARM: use phys_addr_t for DMA zone sizes
9188 * ARM: highbank: enable DMA zone for LPAE
9189 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
9190 * ARM: highbank: select required errata work-arounds
9191 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
9192 * DMA: fix printk warning in AMBA PL08x DMA driver
9193 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
9194 * ARM: move outer_cache declaration out of ifdef
9195 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
9196 * ARM: highbank: clean-up some unused includes
9197 * ARM: xen: only set pm function ptrs for Xen guests
9198
9199 [ Upstream Kernel Changes ]
9200
9201 * rebase to v3.11
9202
9203 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
9204
9205linux (3.11.0-4.9) saucy; urgency=low
9206
9207 [ Tim Gardner ]
9208
9209 * rebase to v3.11-rc7
9210 * Release tracker
9211 - LP: #1216962
9212
9213 [ Upstream Kernel Changes ]
9214
9215 * mwifiex: do not create AP and P2P interfaces upon driver loading
9216 - LP: #1212720
9217
9218 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
9219
9220linux (3.11.0-3.8) saucy; urgency=low
9221
9222 [ Johannes Berg ]
9223
9224 * SAUCE: mac80211: ignore (E)CSA in probe response frames
9225 - LP: #1201470
9226
9227 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
9228
9229linux (3.11.0-3.7) saucy; urgency=low
9230
9231 [ Tim Gardner ]
9232
9233 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
9234 upstart to track
9235 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
9236 linux/hyperv.h
9237 * SAUCE: hv: Add vss daemon to Makefile
9238 * [Debian] Add hv_vss_daemon to tools package
9239 - LP: #1213282
9240 * [Config] Fix ubuntu directoy Kbuilds
9241 - LP: #1181755
9242
9243 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
9244
9245linux (3.11.0-3.6) saucy; urgency=low
9246
9247 [ Andy Whitcroft ]
9248
9249 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
9250 * [Config] tools: enable x86 and hyper-v
9251
9252 [ John Johansen ]
9253
9254 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
9255 snapshot"
9256 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
9257 root users"
9258 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
9259
9260 [ Joseph Salisbury ]
9261
9262 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
9263 - LP: #1210848
9264
9265 [ Kamal Mostafa ]
9266
9267 * [debian] tools: ship 'cpupower' in linux-tools
9268 - LP: #1158668
9269 * [Config] Build-dep on libpci-dev for cpu tools
9270 - LP: #1158668
9271
9272 [ Tim Gardner ]
9273
9274 * rebase to v3.11-rc6
9275 * Release tracker
9276 - LP: #1213941
9277
9278 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
9279
9280linux (3.11.0-2.5) saucy; urgency=low
9281
9282 [ Tim Gardner ]
9283
9284 * [Config] CONFIG_PM_DEBUG=y
9285 - LP: #1210539
9286 * rebase to v3.11-rc5
9287 * Release tracker
9288 - LP: #1211378
9289
9290 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
9291
9292linux (3.11.0-1.4) saucy; urgency=low
9293
9294 [ Tim Gardner ]
9295
9296 * Bump ABI when making changes to the inclusion list lest
9297 you cause conflicts with existing installed kernel
9298 packages.
9299 - LP: #1210331
9300
9301 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
9302
9303linux (3.11.0-0.3) saucy; urgency=low
9304
9305 [ Tim Gardner ]
9306
9307 * [Config] Include rbd and kvm in the virtual inclusion list
9308 - LP: #1206961
9309 * [Config] Removed obsolete inclusion list entries
9310
9311 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
9312
9313linux (3.11.0-0.2) saucy; urgency=low
9314
9315 [ Bruce Allan ]
9316
9317 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
9318 - LP: #1206757
9319 * SAUCE: (no-up) e1000e: enable support for new device IDs
9320 - LP: #1206757
9321
9322 [ John Johansen ]
9323
9324 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9325
9326 [ Paolo Pisati ]
9327
9328 * build vexpress a15 dtb
9329 * [Config] disable Broadcom bcm support (ARCH_BCM)
9330 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
9331 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
9332 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
9333 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
9334 * [Config] disable TI Keystone, AM43xx and OMAP5 support
9335 * [Config] ARM_APPENDED_DTB=y
9336
9337 [ Tim Gardner ]
9338
9339 * rebase to v3.11-rc4
9340 * overlayfs: Update to v19
9341 * [Config] Enable overlayfs
9342 * SAUCE: Fix lttng compile errors
9343
9344 [ Upstream Kernel Changes ]
9345
9346 * rebase to v3.11-rc4
9347 - LP: #1163720
9348 - LP: #1162026
9349 - LP: #1195636
9350 - LP: #1195597
9351 - LP: #1180409
9352 - LP: #1168430
9353
9354 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
9355
9356linux (3.11.0-0.1) saucy; urgency=low
9357
9358 [ Upstream Kernel Changes ]
9359
9360 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
9361 - LP: #1163720
9362 - LP: #1162026
9363 - LP: #1195636
9364 - LP: #1195597
9365 - LP: #1180409
9366 - LP: #1168430
9367
9368 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
9369
9370linux (3.10.0-2.10) saucy; urgency=low
9371
9372 [ Andy Whitcroft ]
9373
9374 * [Config] CONFIG_INTEL_MEI*=m
9375 - LP: #1196155
9376 * [Config] CONFIG_DEBUG_INFO=y
9377
9378 [ Stephen Warren ]
9379
9380 * [Config] fix Calxeda xgmac module filename
9381
9382 [ Upstream Kernel Changes ]
9383
9384 * Revert "serial: 8250_pci: add support for another kind of NetMos
9385 Technology PCI 9835 Multi-I/O Controller"
9386 - LP: #1190967
9387 * mfd: lpc_ich: Add support for Intel Avoton SoC
9388 - LP: #1196658
9389
9390 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
9391
9392linux (3.10.0-2.9) saucy; urgency=low
9393
9394 [ Andy Whitcroft ]
9395
9396 * rebase to v3.10
9397
9398 [ John Johansen ]
9399
9400 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
9401 network mediation"
9402 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
9403 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
9404 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
9405 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
9406 interface"
9407 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
9408 to prevent execve from granting privs"
9409 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9410
9411 [ Upstream Kernel Changes ]
9412
9413 * rebase to v3.10
9414
9415 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
9416
9417linux (3.10.0-1.8) saucy; urgency=low
9418
9419 [ Andy Whitcroft ]
9420
9421 * Release Tracking Bug
9422 - LP: #1195717
9423
9424 [ Andy Whitcroft ]
9425
9426 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
9427 interface"
9428 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
9429 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
9430 reference"
9431 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
9432 * Revert "ubuntu: overlayfs --
9433 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
9434 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
9435 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
9436 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
9437 * Revert "ubuntu: overlayfs --
9438 overlayfs-fix-possible-leak-in-ovl_new_inode"
9439 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
9440 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
9441 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
9442 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
9443 * Revert "ubuntu: overlayfs -- overlay filesystem"
9444 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
9445 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
9446 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
9447 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
9448
9449 [ Erez Zadok ]
9450
9451 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
9452
9453 [ Miklos Szeredi ]
9454
9455 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
9456 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
9457 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
9458 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
9459 * ubuntu: overlayfs v18 -- -- overlay filesystem
9460 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
9461
9462 [ Neil Brown ]
9463
9464 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
9465
9466 [ Tim Gardner ]
9467
9468 * [Config] CONFIG_SUNRPC_DEBUG=y
9469 - LP: #1127319
9470
9471 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
9472
9473linux (3.10.0-0.7) saucy; urgency=low
9474
9475 [ Andy Whitcroft ]
9476
9477 * autopkgtest: switch Depends: to build-essential
9478
9479 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
9480
9481linux (3.10.0-0.6) saucy; urgency=low
9482
9483 [ Andy Whitcroft ]
9484
9485 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
9486 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
9487 - LP: #1098378
9488 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
9489 * ubuntu: overlayfs -- expose do_splice_direct prototype
9490 * ubuntu: overlayfs -- follow change to do_splice_direct interface
9491 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
9492 - LP: #1192691
9493
9494 [ Stefan Bader ]
9495
9496 * (d-i) Add dm-snapshot to md-modules
9497 - LP: #1191726
9498
9499 [ Tim Gardner ]
9500
9501 * Release tracker
9502 - LP: #1194149
9503 * [Config] CONFIG_WIL6210=n for armhf
9504 * [Config] d-i: Add calxedaxgmac to nic-modules
9505 - LP: #1192358
9506 * [debian] Use dh_strip
9507 - LP: #1192759
9508 * [Config] Enable perf for armhf
9509 * do_tools=false when cross compiling
9510 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
9511 - LP: #1108082
9512
9513 [ Upstream Kernel Changes ]
9514
9515 * nsp32: switch reset delay to msleep() as it is tooo long
9516 * alx: add a simple AR816x/AR817x device driver
9517 Plucked from linux-next. replaces ubuntu/alx in favor of
9518 'to be merged' version in 3.11.
9519 * rebase to v3.10-rc7
9520 - LP: #1189363
9521
9522 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
9523
9524linux (3.10.0-0.5) saucy; urgency=low
9525
9526 [ Andy Whitcroft ]
9527
9528 * rebase to v3.10-rc6
9529 * [Config] updateconfigs following rebase to v3.10-rc6
9530
9531 [ Upstream Kernel Changes ]
9532
9533 * rebase to v3.10-rc6
9534
9535 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
9536
9537linux (3.10.0-0.4) saucy; urgency=low
9538
9539 [ Andy Whitcroft ]
9540
9541 * [Config] updateconfigs following rebase to v3.10-rc4
9542
9543 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
9544
9545linux (3.10.0-0.3) saucy; urgency=low
9546
9547 [ Andy Whitcroft ]
9548
9549 * rebase to v3.10-rc5
9550
9551 [ Upstream Kernel Changes ]
9552
9553 * rebase to v3.10-rc5
9554 - LP: #1186170
9555
9556 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
9557
9558linux (3.10.0-0.2) saucy; urgency=low
9559
9560 [ Andy Whitcroft ]
9561
9562 * rebase to v3.10-rc4
9563 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
9564 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
9565 - LP: #1187744
9566 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
9567
9568 [ Dave Chiluk ]
9569
9570 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
9571 - LP: #1035226
9572
9573 [ Tim Gardner ]
9574
9575 * rebase to v3.10-rc3
9576 * [Config] sparc be gone
9577 * [Config] ia64 be gone
9578 * d-i: block-modules provides nbd-modules
9579
9580 [ Upstream Kernel Changes ]
9581
9582 * rebase to v3.10-rc4
9583 * rebase to v3.10-rc3
9584
9585 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
9586
9587linux (3.10.0-0.1) saucy; urgency=low
9588
9589 [ Tim Gardner ]
9590
9591 * UBUNTU: Disabled lttng
9592 * UBUNTU: Disable aufs for FTBS
9593 * UBUNTU: Disabled alx
9594 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
9595 * UBUNTU: rebase to v3.10-rc2
9596 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
9597
9598 [ Andy Whitcroft ]
9599
9600 * UBUNTU: [Config] update standards version to 3.9.4.0
9601 * UBUNTU: [Config] squash duplicate package description (long and short)
9602 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
9603 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
9604 * UBUNTU: [Config] drop redundant Build-Conficts:
9605
9606 [ Upstream Kernel Changes ]
9607
9608 * rebase to v3.10-rc2
9609 - LP: #1180351
9610
9611 [ Upstream Kernel Changes ]
9612
9613 * rebase to v3.10-rc1
9614 - LP: #1172151
9615 - LP: #1089795
9616 - LP: #1167270
9617 - LP: #1128840
9618
9619 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
9620
9621linux (3.10.0-0.0) saucy; urgency=low
9622
9623 * Dummy
9624
9625 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9626
9627linux (3.9.0-2.6) saucy; urgency=low
9628
9629 [ Tim Gardner ]
9630
9631 * rebase to v3.9.2
9632
9633 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9634
9635linux (3.9.0-1.5) saucy; urgency=low
9636
9637 [ Tim Gardner ]
9638
9639 * rebase to v3.9.1
9640
9641 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
9642
9643linux (3.9.0-0.4) saucy; urgency=low
9644
9645 [ Andy Whitcroft ]
9646
9647 * ubuntu: overlayfs -- add FS_ALIAS
9648
9649 [ Tim Gardner ]
9650
9651 * Added lttng
9652 - LP: #1175784
9653
9654 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
9655
9656linux (3.9.0-0.3) saucy; urgency=low
9657
9658 [ Upstream Kernel Changes ]
9659
9660 * rebase to v3.9
9661
9662 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
9663
9664linux (3.9.0-0.2) saucy; urgency=low
9665
9666 [ Tim Gardner ]
9667
9668 * Enable extras packaging for amd64/i386.
9669 Fixes build depenencies with brittany and linux-meta.
9670
9671 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
9672
9673linux (3.9.0-0.1) saucy; urgency=low
9674
9675 [ Upstream Kernel Changes ]
9676
9677 * rebase to v3.9-rc8
9678
9679 [ Upstream Kernel Changes ]
9680
9681 * rebase to v3.9-rc7
9682 - LP: #1128840
9683
9684 [ Upstream Kernel Changes ]
9685
9686 * rebase to v3.9-rc6
9687
9688 [ Upstream Kernel Changes ]
9689
9690 * rebase to v3.9-rc5
9691
9692 [ Upstream Kernel Changes ]
9693
9694 * rebase to v3.8-rc4
9695 - LP: #1095315
9696 - LP: #886975
9697 - LP: #1086921
9698
9699 [ Upstream Kernel Changes ]
9700
9701 * rebase to v3.9-rc3
9702 - LP: #1155016
9703 - LP: #1103594
9704
9705 [ Upstream Kernel Changes ]
9706
9707 * rebase to v3.9-rc2
9708
9709 [ Upstream Kernel Changes ]
9710
9711 * rebase to v3.9-rc1
9712 - LP: #901105
9713 - LP: #961286
9714 - LP: #1011792
9715 - LP: #1128934
9716 - LP: #886975
9717 - LP: #978807
9718
9719 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
9720
9721linux (3.8.0-7.14) raring; urgency=low
9722
9723 [ Andy Whitcroft ]
9724
9725 * [Config] CONFIG_RCU_USER_QS=n
9726 * [Config] CONFIG_MTD_ONENAND_SIM=n
9727 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
9728
9729 [ Upstream Kernel Changes ]
9730
9731 * rebase to v3.8
9732
9733 [Tim Gardner]
9734
9735 * Release Tracking Bug
9736 - LP: #1130111
9737 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
9738 - LP: #1128840
9739
9740 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
9741
9742linux (3.8.0-6.13) raring; urgency=low
9743
9744 [Tim Gardner]
9745
9746 * Release Tracking Bug
9747 - LP: #1125364
9748 * Add ahci modules to d-i
9749 - LP: #1124415
9750
9751
9752 [ Chris Wilson ]
9753
9754 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
9755 the encoders
9756 - LP: #1097315
9757
9758 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
9759
9760linux (3.8.0-6.12) raring; urgency=low
9761
9762 [Tim Gardner]
9763
9764 * perf: NO_LIBPERL=1
9765 * Fix linux-headers dependency
9766 * Release Tracking Bug
9767 - LP: #1124362
9768
9769 [ Andy Whitcroft ]
9770
9771 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9772 - LP: #1121699
9773
9774 [ Daniel Vetter ]
9775
9776 * SAUCE: drm/i915: write backlight harder
9777 - LP: #954661
9778
9779 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9780
9781linux (3.8.0-6.11) raring; urgency=low
9782
9783 [Tim Gardner]
9784
9785 * Release Tracking Bug
9786 - LP: #1122071
9787 * rebase to v3.8-rc7
9788 * Add libaudit-dev as a build dependency
9789 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9790
9791 [ Leann Ogasawara ]
9792
9793 * [Config] Remove CONFIG_SATA_AHCI annotation
9794
9795 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9796
9797linux (3.8.0-5.10) raring; urgency=low
9798
9799 [Tim Gardner]
9800
9801 * Release Tracking Bug
9802 - LP: #1118568
9803
9804 * Bump ABI to fix install issue with 3.8.0-4.8.
9805 Moving drivers/ata/*ahci* to linux-image caused an
9806 install conflict with linux-image-extras without an
9807 ABI bump.
9808
9809 [ Jan Beulich ]
9810
9811 * SAUCE: xen-pciback: rate limit error messages from
9812 xen_pcibk_enable_msi{, x}()
9813 - LP: #1117336
9814 - CVE-2013-0231
9815
9816 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9817
9818linux (3.8.0-4.9) raring; urgency=low
9819
9820 [ Herton Ronaldo Krzesinski ]
9821
9822 * d-i: Add mellanox ethernet drivers to nic-modules
9823 - LP: #1015339
9824
9825 [ Joseph Salisbury ]
9826
9827 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9828 - LP: #1113547
9829
9830 [ Kamal Mostafa ]
9831
9832 * SAUCE: alx driver import script
9833
9834 [ Qualcomm Atheros, Inc ]
9835
9836 * SAUCE: alx: Update to heads/master
9837
9838 [ Tim Gardner ]
9839
9840 * Release Tracking Bug
9841 - LP: #1117673
9842
9843 * [debian] Remove dangling symlink from headers package
9844 - LP: #1112442
9845 * [config] CONFIG_ALX=m
9846 * [Config] Add alx to d-i nic-modules
9847 * [Config] CONFIG_SATA_AHCI=m
9848 - LP: #1056563
9849
9850 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9851
9852linux (3.8.0-4.8) raring; urgency=low
9853
9854 [ Allen Ibara ]
9855
9856 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9857
9858 [ Andy Whitcroft ]
9859
9860 * rebase to v3.8-rc6
9861 * updateconfigs following rebase to v3.8-rc6
9862
9863 [Leann Ogasawara]
9864
9865 * Release Tracking Bug
9866 - LP: #1112573
9867
9868 [ Paolo Pisati ]
9869
9870 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9871 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9872 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9873 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9874
9875 [ Seth Forshee ]
9876
9877 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9878
9879 [ Upstream Kernel Changes ]
9880
9881 * rebase to v3.8-rc6
9882 - LP: #1107477
9883
9884 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9885
9886linux (3.8.0-3.7) raring; urgency=low
9887
9888 [ Andy Green ]
9889
9890 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9891 * SAUCE: ARM: omap2 add mac address allocation register api
9892 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9893 allocation
9894
9895 [ Leann Ogasawara ]
9896
9897 * rebase to v3.8-rc5
9898 * Release Tracking Bug
9899 - LP: #1111486
9900
9901 [ Paolo Pisati ]
9902
9903 * SAUCE: davinci: vpss: compilation fix
9904 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9905 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9906 * [Config] enable Freescale IMX6 support (SabreLite)
9907 * [Config] SERIAL_IMX_CONSOLE=y
9908 * [Config] MMC_*_IMX=y
9909 * [Config] disable USB_SUSPEND
9910 * [Config] USB_MXS_PHY=y
9911 * [Config] USB_CHIPIDEA=y
9912 * SAUCE: DTB: add support for multiple DTBs
9913 * SAUCE: DTB: build imx6q-sabrelite
9914 * SAUCE: DTB: build beaglexm
9915 * SAUCE: DTB: build panda/panda es
9916 * [Config] disable CPU_FREQ
9917 * [Config] PANEL_TFP410=y (video DVI output)
9918 * [Config] SND_OMAP_SOC*=y
9919 * [Config] SND_IMX_SOC*=y
9920 * [Config] I2C_IMX=y
9921 * [Config] SPI_IMX=m
9922
9923 [ Stefan Bader ]
9924
9925 * [Config] Move 9p modules into generic package
9926 - LP: #1107658
9927
9928 [ Tony Lindgren ]
9929
9930 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9931 kernels
9932 * SAUCE: ARM: OMAP2+: Use omap initcalls
9933 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9934 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9935 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9936 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9937 multiplaform
9938 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9939 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9940 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9941
9942 [ Upstream Kernel Changes ]
9943
9944 * rebase to v3.8-rc5
9945 - LP: #1096789
9946
9947 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9948
9949linux (3.8.0-2.6) raring; urgency=low
9950
9951 [ Adam Conrad ]
9952
9953 * Fix up linux-tools -> SRCPKGNAME-tools rename
9954
9955 [ Andy Whitcroft ]
9956
9957 * [Config] re-disable CONFIG_SOUND_OSS
9958 - LP: #1105230
9959
9960 [ Arend van Spriel ]
9961
9962 * SAUCE: brcmsmac: fix tx status processing
9963
9964 [Leann Ogasawara]
9965
9966 * Release Tracking Bug
9967 - LP: #1105104
9968
9969 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9970
9971linux (3.8.0-1.5) raring; urgency=low
9972
9973 [Tim Gardner]
9974
9975 * Release Tracking Bug
9976 - LP: #1101235
9977
9978 [ Dudley Du ]
9979
9980 * SAUCE: Input: add support for Cypress PS/2 Trackpads
9981 - LP: #978807
9982
9983 [ Kamal Mostafa ]
9984
9985 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
9986 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
9987 * [Config] Add CONFIG_PS2_CYPRESS
9988
9989 [ Tim Gardner ]
9990
9991 * rebase to v3.8-rc4
9992
9993 [ Upstream Kernel Changes ]
9994
9995 * rebase to v3.8-rc4
9996 - LP: #1095315
9997 - LP: #886975
9998 - LP: #1086921
9999
10000 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
10001
10002linux (3.8.0-0.4) raring; urgency=low
10003
10004 [ Leann Ogasawara ]
10005
10006 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
10007 * [Config] Update CONFIG_IIO build annotation
10008 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
10009 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
10010 * [Config] Remove CONFIG_SPI_PL022 annotation
10011 * [Config] Update CONFIG_EZX_PCAP annotation
10012 * [Config] Update CONFIG_SENSORS_AK8975 annotation
10013 * [Config] Disable CONFIG_DRM_MGAG200
10014 - LP: #1042903
10015
10016 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
10017
10018linux (3.8.0-0.3) raring; urgency=low
10019
10020 [ Andy Whitcroft ]
10021
10022 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
10023 uselib()"
10024
10025 [ Scott James Remnant ]
10026
10027 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
10028 (for v3.7+)
10029 - LP: #1085766, #462111
10030
10031 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
10032
10033linux (3.8.0-0.2) raring; urgency=low
10034
10035 [ Tim Gardner ]
10036
10037 * [packaging] Add macro to selectively disable building perf
10038 * [packaging] Cannot depend on universe package libaudit-dev
10039
10040 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
10041
10042linux (3.8.0-0.1) raring; urgency=low
10043
10044
10045 [ Upstream Kernel Changes ]
10046
10047 * rebase to v3.8-rc3
10048 - LP: #1096789
10049
10050 [ Upstream Kernel Changes ]
10051
10052 * rebase to v3.8-rc2
10053 - LP: #1082357
10054 - LP: #1075882
10055
10056 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
10057
10058linux (3.7.0-7.15) raring; urgency=low
10059
10060 [ Chris J Arges ]
10061
10062 * SAUCE: add eeprom_bad_csum_allow module parameter
10063 - LP: #1070182
10064
10065 [ Leann Ogasawara ]
10066
10067 * Add ceph to linux-image for virtual instances
10068 - LP: #1063784
10069
10070 [ Serge Hallyn ]
10071
10072 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
10073
10074 [ Tim Gardner ]
10075
10076 * [Config] CONFIG_SLUB_DEBUG=y
10077 - LP: #1090308
10078
10079 [ Upstream Kernel Changes ]
10080
10081 * Revert "[SCSI] sd: Implement support for WRITE SAME"
10082 - LP: #1089818
10083
10084 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
10085
10086linux (3.7.0-6.14) raring; urgency=low
10087
10088 [ Andy Whitcroft ]
10089
10090 * [Config] annotations: all new annotations scheme including defaults
10091 * [Configs] apply annotation updates to main configs (top section)
10092
10093 [ Leann Ogasawara ]
10094
10095 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
10096 build"
10097 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
10098 * Temporarily disable module check for build
10099
10100 [ Stefan Bader ]
10101
10102 * ubuntu: dm-raid45: Adapt to upstream interface changes
10103 * Re-enable build of dm-raid45
10104
10105 [ Tim Gardner ]
10106
10107 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
10108 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
10109 * SAUCE: drm: Fix possible EDID memory allocation oops
10110 * SAUCE: ttm: Fix possible _manager memory allocation oops
10111 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
10112 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
10113 2 pointers
10114
10115 [ Tomas Hozza ]
10116
10117 * SAUCE: tools: hv: Netlink source address validation allows DoS
10118 - LP: #1084777
10119 - CVE-2012-5532
10120
10121 [ Upstream Kernel Changes ]
10122
10123 * rebase to v3.7
10124
10125 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
10126
10127linux (3.7.0-5.13) raring; urgency=low
10128
10129 [ Lino Sanfilippo ]
10130
10131 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
10132 fsnotify_destroy_group()
10133 - LP: #922906
10134 * SAUCE: fsnotify: introduce fsnotify_get_group()
10135 - LP: #922906
10136 * SAUCE: fsnotify: use reference counting for groups
10137 - LP: #922906
10138 * SAUCE: fsnotify: take groups mark_lock before mark lock
10139 - LP: #922906
10140 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
10141 indicates wheather a mark should be destroyed
10142 - LP: #922906
10143 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
10144 mark list
10145 - LP: #922906
10146 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
10147 - LP: #922906
10148 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
10149 fsnotify_remove_mark()
10150 - LP: #922906
10151 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
10152 by group
10153 - LP: #922906
10154 * SAUCE: fsnotify: change locking order
10155 - LP: #922906
10156
10157 [ Tim Gardner ]
10158
10159 * [Config] CONFIG_NFC_LLCP=y
10160 * [Config] get-firmware: Filter new files through fwinfo
10161 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
10162 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
10163 * [Config] CONFIG_XEN=y for all arches
10164 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
10165 * [Config] CONFIG_MMC_DW_EXYNOS=m
10166 * [Config] CONFIG_GPIO_ADNP=m
10167 * [Config] find-obsolete-firmware: Use correct path
10168 * rebase to v3.7-rc8
10169 - LP: #1084640
10170
10171 [ Upstream Kernel Changes ]
10172
10173 * Revert "VFS: don't do protected {sym,hard}links by default"
10174 - LP: #1084192
10175
10176 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
10177
10178linux (3.7.0-4.12) raring; urgency=low
10179
10180 [ Tim Gardner ]
10181
10182 * Revert "[Config] Use -j1 for headers_install"
10183 * Revert "[Config] install-arch-headers needs a valid config"
10184 Strayed into the weeds in search of the root cause of the periodic
10185 build failure.
10186 Fixes powerpc FTBS introduced in -4.11.
10187 * [Config] hmake -j1
10188 The kernel makefile appears to have parallel dependency
10189 problems for the install_headers target. This appears to be root
10190 cause for a periodic build failure on N-way machines.
10191
10192 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
10193
10194linux (3.7.0-4.11) raring; urgency=low
10195
10196 [ Tim Gardner ]
10197
10198 * [Config] Use -j1 for headers_install
10199 Also fixes a powerpc FTBS introduced by
10200 "[Config] install-arch-headers needs a valid config".
10201
10202 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
10203
10204linux (3.7.0-4.10) raring; urgency=low
10205
10206 [ Andy Whitcroft ]
10207
10208 * [Config] add rebuild-test support for autopkgtest
10209 - LP: #1081500
10210 * [tests] move build tests out of the way
10211 - LP: #1081500
10212 * [tests] add an autopkgtest rebuild test
10213 - LP: #1081500
10214
10215 [ Tim Gardner ]
10216
10217 * rebase to v3.7-rc7
10218 * SAUCE: Remove emi62 files duplicated in linux-firmware
10219 * SAUCE: Remove sb16 files duplicated in linux-firmware
10220 * SAUCE: Remove whiteheat files duplicated in linux-firmware
10221 * SAUCE: Remove yamaha files duplicated in linux-firmware
10222 * SAUCE: Remove dsp56k files used only by m68k
10223 * SAUCE: firmware: Remove last vestiges of dabusb
10224 * SAUCE: Remove vicam files duplicated in linux-firmware
10225 * [Config] install-arch-headers needs a valid config
10226
10227 [ Upstream Kernel Changes ]
10228
10229 * rebase to v3.7-rc7
10230 - LP: #1076840
10231 - LP: #1081466
10232
10233 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
10234
10235linux (3.7.0-3.9) raring; urgency=low
10236
10237 [ Leann Ogasawara ]
10238
10239 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
10240 - LP: #1079900
10241 * Add nfsv3 to nfs-modules udeb
10242
10243 [ Paolo Pisati ]
10244
10245 * [Config] SND_OMAP_SOC*=y
10246 - LP: #1019321
10247
10248 [ Stefan Bader ]
10249
10250 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
10251 - LP: #1078926
10252
10253 [ Tim Gardner ]
10254
10255 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
10256 - LP: #1079469
10257 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
10258 * rebase to v3.7-rc6
10259 * SAUCE: script to detect obsolete firmware
10260 * SAUCE: Remove yam files duplicated in linux-firmware
10261 * SAUCE: Remove tehuti files duplicated in linux-firmware
10262 * SAUCE: Remove matrox files duplicated in linux-firmware
10263 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
10264 * SAUCE: Remove r128 files duplicated in linux-firmware
10265 * SAUCE: Remove acenic files duplicated in linux-firmware
10266 * SAUCE: Remove keyspan files duplicated in linux-firmware
10267 * SAUCE: Remove sun files duplicated in linux-firmware
10268 * SAUCE: Remove radeon files duplicated in linux-firmware
10269 * SAUCE: Update bnx2x firmware to 7.8.2.0
10270 * [Config] generic.inclusion-list: econet has disappeared
10271
10272 [ Upstream Kernel Changes ]
10273
10274 * seccomp: forcing auditing of kill condition
10275 - LP: #1079469
10276 * rebase to v3.7-rc6
10277
10278 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
10279
10280linux (3.7.0-2.8) raring; urgency=low
10281
10282 [ Andy Whitcroft ]
10283
10284 * Revert "overlayfs: disable until FTBS is fixed"
10285 * Revert "ubuntu: overlayfs"
10286 * Revert "ubuntu: AUFS"
10287 * ubuntu: overlayfs -- overlayfs: add statfs support
10288 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
10289 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
10290 inode
10291 - LP: #944386
10292 * ubuntu: AUFS (no-squash): basic framework and update machinary
10293 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
10294 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
10295 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
10296 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
10297 * ubuntu: AUFS (no-squash) -- reenable
10298 - LP: #1079193
10299
10300 [ Erez Zadok ]
10301
10302 * ubuntu: overlayfs -- overlayfs: implement show_options
10303
10304 [ Miklos Szeredi ]
10305
10306 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
10307 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10308 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10309 * ubuntu: overlayfs -- overlay filesystem
10310 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10311 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
10312
10313 [ Neil Brown ]
10314
10315 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10316
10317 [ Robin Dong ]
10318
10319 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10320 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10321
10322 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
10323
10324linux (3.7.0-1.7) raring; urgency=low
10325
10326 [ Tim Gardner ]
10327
10328 * [Config] Drop dependency on libaudit-dev
10329 Its a universe package which causes an FTBS on the builders.
10330 libaudit-dev is not strictly required for the perf tools build.
10331
10332 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
10333
10334linux (3.7.0-1.6) raring; urgency=low
10335
10336 [ Andy Whitcroft ]
10337
10338 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
10339 * [Config] better encode the CONFIG_NVRAM constaint
10340 * enforcer -- fix debugging output
10341
10342 [ Ben Collins ]
10343
10344 * [Config] Add custom_override rule to allow for alternate kernel
10345 file/install
10346 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
10347
10348 [ Tim Gardner ]
10349
10350 * [Config] Dropped armel
10351 * Drop highbank from ABI fetch list
10352 * [Config] Use dh_prep instead of 'dh_clean -k'
10353 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
10354 * [Config] Document binary-indep dependency chain
10355 * rebase to v3.7-rc5
10356
10357 [ Upstream Kernel Changes ]
10358
10359 * rebase to v3.7-rc5
10360
10361 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
10362
10363linux (3.7.0-0.5) raring; urgency=low
10364
10365 [ Tim Gardner ]
10366
10367 * [Config] CONFIG_AMD_IOMMU_V2=m
10368 - LP: #1071520
10369 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
10370 Fixes FTBS
10371
10372 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
10373
10374linux (3.7.0-0.4) raring; urgency=low
10375
10376 [ Ben Collins ]
10377
10378 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
10379
10380 [ Tim Gardner ]
10381
10382 * [Config] do_tools=false for arm
10383
10384 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
10385
10386linux (3.7.0-0.3) raring; urgency=low
10387
10388 [ Tim Gardner ]
10389
10390 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
10391 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
10392 * [Config] Drop highbank harder
10393
10394 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
10395
10396linux (3.7.0-0.2) raring; urgency=low
10397
10398 [ Andy Whitcroft ]
10399
10400 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
10401 instances
10402 - LP: #1066921
10403 * [Config] drop highbank builds
10404
10405 [ Jeremy Kerr ]
10406
10407 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
10408 - LP: #1063061
10409
10410 [ Leann Ogasawara ]
10411
10412 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
10413
10414 [ Tim Gardner ]
10415
10416 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
10417 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
10418 * rebase to v3.7-rc4
10419 * SAUCE: MODSIGN: Emit error for incorrectly signed module
10420
10421 [ Upstream Kernel Changes ]
10422
10423 * rebase to v3.7-rc4
10424
10425 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
10426
10427linux (3.7.0-0.1) raring; urgency=low
10428
10429
10430 [ Upstream Kernel Changes ]
10431
10432 * rebase to v3.7-rc3
10433 - LP: #1056078
10434
10435 [ Upstream Kernel Changes ]
10436
10437 * rebase to v3.7-rc2
10438 - LP: #1060729
10439 - LP: #1059523
10440 - LP: #1006690
10441 - LP: #1049623
10442 - LP: #1046512
10443 - LP: #1052499
10444 - LP: #1037642
10445 - LP: #559939
10446 - LP: #1052460
10447 - LP: #939161
10448 - LP: #1046734
10449
10450 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
10451
10452linux (3.6.0-0.1) UNRELEASED; urgency=low
10453
10454
10455 [ Upstream Kernel Changes ]
10456
10457 * rebase to v3.6
10458
10459 [ Upstream Kernel Changes ]
10460
10461 * rebase to v3.6-rc7
10462
10463 [ Upstream Kernel Changes ]
10464
10465 * rebase to v3.6-rc6
10466 - LP: #1000424
10467
10468 [ Upstream Kernel Changes ]
10469
10470 * rebase to v3.6-rc5
10471 - LP: #1040077
10472
10473 [ Upstream Kernel Changes ]
10474
10475 * rebase to v3.6-rc4
10476
10477 [ Upstream Kernel Changes ]
10478
10479 * rebase to v3.6-rc3
10480 - LP: #1038651
10481 - LP: #1034779
10482
10483 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
10484
10485linux (3.5.0-6.6) quantal-proposed; urgency=low
10486
10487 [ Andy Whitcroft ]
10488
10489 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
10490 experimental features
10491 * SAUCE: highbank -- export clock functions for modules
10492 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
10493 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
10494 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
10495 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10496 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10497 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
10498 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
10499 * [Config] highbank -- reenable CONFIG_DW_DMAC
10500 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
10501 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
10502 * [Config] highbank -- reenable CONFIG_USB_DWC3
10503 * [Config] highbank -- reenable CONFIG_SATA_MV
10504 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
10505 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
10506 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
10507 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
10508 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
10509 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10510 * [Config] highbank -- enable CONFIG_EXPERT
10511 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10512 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
10513 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
10514 * [Config] enable CONFIG_USB_ETH_EEM
10515 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
10516 * [Config] disable CONFIG_USB_M66592
10517 * [Config] enable CONFIG_USB_NET2272
10518 * [Config] enable CONFIG_USB_R8A66597
10519 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
10520 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
10521 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
10522 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
10523 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
10524 * [Config] sync configuration armhf omap -> armel omap
10525 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
10526 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
10527
10528 [ Bryan Wu ]
10529
10530 * [Config] change default IO scheduler from CFQ to Deadline
10531
10532 [ Leann Ogasawara ]
10533
10534 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
10535 * [Config] Disable CONFIG_MOUSE_INPORT
10536
10537 [ Tim Gardner ]
10538
10539 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
10540 * [Config] Add bnx2x firmware to nic-modules udeb
10541 * SAUCE: Add script to convert firmware to ihex format
10542 * SAUCE: firmware: Upgrade bnx2 to current versions
10543 * [Config] Add tigon firmware to nic-modules udeb
10544 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
10545 - LP: #1026761
10546 * SAUCE: Remove redundant cis firmware
10547 * SAUCE: Remove redundant emi26 firmware
10548 * SAUCE: Remove redundant ttusb-budget firmware
10549 * SAUCE: Remove redundant sun/cassini firmware
10550 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
10551 * SAUCE: Remove redundant 3com/typhoon.bin firmware
10552 * SAUCE: Remove redundant yamaha/ds1 firmware
10553 * SAUCE: Remove redundant keyspan_pda firmware
10554 * rebase to v3.5
10555
10556 [ Upstream Kernel Changes ]
10557
10558 * rebase to v3.5
10559 - LP: #1027828
10560
10561 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
10562
10563linux (3.5.0-5.5) quantal-proposed; urgency=low
10564
10565 [ Andy Whitcroft ]
10566
10567 * [Config] annotations: initial import of configuration annotations
10568
10569 [ Bryan Wu ]
10570
10571 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
10572
10573 [ Leann Ogasawara ]
10574
10575 * Rebase to v3.5-rc7
10576
10577 [ Manoj Iyer ]
10578
10579 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
10580 - LP: #1010281
10581
10582 [ Tim Gardner ]
10583
10584 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
10585 expects
10586 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
10587 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
10588 * [Config] CONFIG_IP_NF_QUEUE=n
10589 * [Config] CONFIG_MTD_DOC2000=n
10590 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
10591 * [Config] CONFIG_PRISM54=n
10592 * [Config] CONFIG_SCx200_I2C=n
10593 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
10594
10595 [ Upstream Kernel Changes ]
10596
10597 * rebase to v3.5-rc7
10598
10599 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
10600
10601linux (3.5.0-4.4) quantal-proposed; urgency=low
10602
10603 [ Andy Whitcroft ]
10604
10605 * [Packaging] getabis should be extracting all packages
10606 - LP: #1021174
10607 * [Config] getabis -- series uses linux-image-extra
10608 - LP: #1021174
10609 * rebase to v3.5-rc6
10610
10611 [ Bryan Wu ]
10612
10613 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
10614 flavours
10615 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
10616
10617 [ Leann Ogasawara ]
10618
10619 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
10620 - LP: #1019561
10621
10622 [ Paolo Pisati ]
10623
10624 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
10625 - LP: #1019321
10626
10627 [ Stefan Bader ]
10628
10629 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
10630 - LP: #1018456
10631 * (config) Disable ACPI_PROCFS_POWER
10632
10633 [ Tim Gardner ]
10634
10635 * [Config] CONFIG_ACPI_BGRT=y
10636 * Extract firmware module info during getabi
10637 - LP: #1021174
10638
10639 [ Upstream Kernel Changes ]
10640
10641 * rebase to v3.5-rc6
10642
10643 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
10644
10645linux (3.5.0-3.3) quantal-proposed; urgency=low
10646
10647 [ Andy Whitcroft ]
10648
10649 * [Config] enable CONFIG_MEMTEST=y
10650 - LP: #1004535
10651 * [Config] config-check: add support for a cut operation
10652 * [Config] enforcer -- switch to cut where appropriate
10653
10654 [ Leann Ogasawara ]
10655
10656 * Rebase to v3.5-rc5
10657 * [Config] Updateconfigs after rebase to v3.5-rc5
10658
10659 [ Luis Henriques ]
10660
10661 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
10662 __ocfs2_change_file_space
10663 - LP: #1006012
10664
10665 [ Seth Forshee ]
10666
10667 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
10668 for LVDS register initialization
10669 - LP: #1012800
10670
10671 [ Upstream Kernel Changes ]
10672
10673 * rebase to v3.5-rc5
10674 - LP: #1013183
10675 - LP: #1017017
10676 - LP: #884652
10677
10678 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
10679
10680linux (3.5.0-2.2) quantal-proposed; urgency=low
10681
10682 [ Andy Whitcroft ]
10683
10684 * rebase to v3.5-rc4
10685
10686 [ Arend van Spriel ]
10687
10688 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
10689 brcms_c_regd_init()
10690 - LP: #950320
10691
10692 [ Bryan Wu ]
10693
10694 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
10695
10696 [ Chris J Arges ]
10697
10698 * PACKAGING: add .gnu_debuglink sections to .ko files
10699 - LP: #669641
10700
10701 [ Leann Ogasawara ]
10702
10703 * d-i: Add hid-generic to input-modules
10704 - LP: #1017879
10705
10706 [ Ming Lei ]
10707
10708 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
10709 - LP: #1017717, #225
10710
10711 [ Paolo Pisati ]
10712
10713 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
10714 - LP: #1017718
10715 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
10716
10717 [ Seth Forshee ]
10718
10719 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
10720 during initialization
10721 - LP: #950320
10722 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
10723 by mac80211
10724 - LP: #950320
10725 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
10726 channels
10727 - LP: #950320
10728 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
10729 - LP: #950320
10730 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
10731 regulatory domain
10732 - LP: #950320
10733 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
10734 regulatory updates
10735 - LP: #950320
10736 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
10737 tx power limits
10738 - LP: #950320
10739 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
10740 against internal regulatory data
10741 - LP: #950320
10742 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
10743 when checking whether OFDM is allowed
10744 - LP: #950320
10745
10746 [ Tim Gardner ]
10747
10748 * [Config] Enable CONFIG_CGROUPS for highbank
10749 - LP: #1014692
10750 * [Config] FB_OMAP*=y and PANEL_TFP410=y
10751
10752 [ Upstream Kernel Changes ]
10753
10754 * rebase to v3.5-rc4
10755
10756 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
10757
10758linux (3.5.0-1.1) quantal-proposed; urgency=low
10759
10760 [ Andy Whitcroft ]
10761
10762 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
10763
10764 [ Leann Ogasawara ]
10765
10766 * Rebase to v3.5-rc1
10767 * [Config] Remove USB_DEVICEFS from the config enforcer
10768 * [Config] Updateconfigs after rebase to v3.5-rc1
10769 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10770 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10771 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10772 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10773 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10774 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10775 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10776 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10777 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10778 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10779 * Rebase to v3.5-rc2
10780 * [Config] Updateconfigs after rebase to v3.5-rc2
10781 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10782 * Rebase to v3.5-rc3
10783 * [Config] Updateconfigs after rebase to v3.5-rc3
10784
10785 [ Paul Mundt ]
10786
10787 * SAUCE: fix bug.h's inclusion of kernel.h
10788
10789 [ Stefan Bader ]
10790
10791 * SAUCE: Fix compile failures of dm-raid45
10792 * [Config] Enable dm-raid45
10793 * Move dependency on crda to extra package
10794 - LP: #657901
10795 * SAUCE: Mask CR4 writes on older Xen hypervisors
10796
10797 [ Upstream Kernel Changes ]
10798
10799 * rebase to v3.5-rc3
10800 - LP: #993162
10801 - LP: #925577
10802 * rebase to v3.5-rc2
10803 * rebase to v3.5-rc1
10804 - LP: #955892
10805 - LP: #978038
10806 - LP: #987371
10807 - LP: #929545
10808 - LP: #942316
10809 - LP: #903853
10810
10811 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10812
10813linux (3.4.0-5.11) quantal-proposed; urgency=low
10814
10815 [ Leann Ogasawara ]
10816
10817 * [Config] Disable CONFIG_ARM_LPAE
10818 - LP: #1009061
10819
10820 [ Oleksij Rempel ]
10821
10822 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10823 - LP: #1008905
10824
10825 [ Paolo Pisati ]
10826
10827 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10828 - LP: #1009061
10829
10830 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10831
10832linux (3.4.0-4.10) quantal; urgency=low
10833
10834 [ Leann Ogasawara ]
10835
10836 * Temporarily disable ABI and module check
10837
10838 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10839
10840linux (3.4.0-4.9) quantal; urgency=low
10841
10842 [ Andy Whitcroft ]
10843
10844 * [Config] fix config split to avoid the shared config
10845 * [Config] updateconfigs following split config fix
10846 * [Config] linux-image-extras needs full postinst
10847 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10848 * [Config] CONFIG_HP_WATCHDOG enable as module
10849 * [Config] CONFIG_PDC_ADMA is not boot essential
10850 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10851 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10852 * [Config] CONFIG_TRANZPORT=m commonise
10853 * [Config] CONFIG_R3964=m commonise
10854 * [Config] CONFIG_SCSI_DH=m commonise
10855 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10856 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10857 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10858 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10859 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10860 * [Config] CONFIG_USB_SI470X=m commonise
10861 * [Config] CONFIG_USB_ET61X251=m commonise
10862 * [Config] CONFIG_RTS_PSTOR=m commonise
10863 * [Config] CONFIG_SCANLOG=m commonise
10864 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10865 * [Config] CONFIG_SM_FTL=m commonise
10866 * [Config] CONFIG_SOLO6X10=m commonise
10867 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10868 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10869 * [Config] CONFIG_SPI_SPIDEV=m commonise
10870 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10871 * [Config] CONFIG_TPS65010=m commonise
10872 * [Config] CONFIG_STE10XP=y commonise
10873 * [Config] CONFIG_X25_ASY=m commonise
10874 * [Config] CONFIG_USB_MON=m commonise
10875 * [Config] CONFIG_VME_BUS=m commonise
10876 * [Config] CONFIG_W35UND=m commonise
10877 * [Config] -CONFIG_TCG_TPM=y commonise
10878 * [Config] highbank -- commonise filesystems
10879 * [Config] highbank -- commonise subsystems
10880 * [Config] highbank -- commonise network protocols
10881 * [Config] highbank -- commonise input drivers
10882 * [Config] highbank -- commonise CRYPTO options
10883 * [Config] highbank -- commonise HID options
10884 * [Config] highbank -- commonise sensors options
10885 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10886 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10887 * [Config] highbank -- commonise ENCRYPTED_KEYS
10888 * [Config] highbank -- commonise CONFIG_ATALK
10889 * [Config] highbank -- commonise INET/INET6
10890 * [Config] highbank -- commonise NLS
10891 * [Config] highbank -- commonise BLK/CHR
10892 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10893 * [Config] highbank -- commonise INET/INET6 part 2
10894 * [Config] highbank -- commonise PHY settings
10895 * [Config] highbank -- commonise CRC settings
10896 * [Config] highbank -- commonise BINFMT settings
10897 * [Config] highbank -- commonise DM settings
10898 * [Config] highbank -- commonise RTC_DRV settings
10899 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10900 * [Config] highbank -- commonise USB settings
10901 * [Config] highbank -- commonise GPIO settings
10902 * [Config] highbank -- commonise I2C settings
10903 * [Config] highbank -- commonise numerous subsystem selectors
10904 * [Config] highbank -- commonise A-C modules missmatches
10905 * [Config] highbank -- commonise D-F modules missmatches
10906 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10907 * [Config] highbank -- commonise G-I modules missmatches
10908 * [Config] highbank -- commonise J-L modules missmatches
10909 * [Config] highbank -- commonise M modules missmatches
10910 * [Config] highbank -- commonise N-P modules missmatches
10911 * [Config] highbank -- commonise Q-R modules missmatches
10912 * [Config] highbank -- commonise S modules missmatches -- part 1
10913 * [Config] highbank -- commonise S modules missmatches -- part 2
10914 * [Config] highbank -- commonise T modules missmatches
10915 * [Config] highbank -- commonise U-Z modules missmatches
10916
10917 [ Ike Panhc ]
10918
10919 * [Config] add highbank flavour
10920 - LP: #1000831
10921
10922 [ Mark Langsdorf ]
10923
10924 * SAUCE: arm highbank: add support for pl320-ipc driver
10925 - LP: #1000831
10926
10927 [ Rob Herring ]
10928
10929 * SAUCE: input: add a key driver for highbank
10930 - LP: #1000831
10931 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10932 - LP: #1000831
10933 * SAUCE: force DMA buffers to non-bufferable on highbank
10934 - LP: #1000831
10935 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10936 - LP: #1000831
10937
10938 [ Tim Gardner ]
10939
10940 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10941 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10942 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10943 * [Config] Homogenize CIFS configs across all arches
10944 * [Config] armhf should not be skipabi or skipmodules
10945 - LP: #1006913
10946
10947 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10948
10949linux (3.4.0-3.8) quantal; urgency=low
10950
10951 [ Andy Whitcroft ]
10952
10953 * [Config] include include/generated/compile.h
10954 - LP: #942569
10955 * [Config] fix up postinst to ensure we know which error is which
10956 - LP: #1002388
10957
10958 [ Herton Ronaldo Krzesinski ]
10959
10960 * SAUCE: async_populate_rootfs: fix build warnings
10961 - LP: #1003417
10962
10963 [ John Johansen ]
10964
10965 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10966 * SAUCE: apparmor: Add the ability to mediate mount
10967 * SAUCE: AppArmor: basic networking rules
10968 * SAUCE: apparmor: fix profile lookup for unconfined
10969 - LP: #978038, #987371
10970 * SAUCE: apparmor: fix long path failure due to disconnected path
10971 - LP: #955892
10972
10973 [ Mario Limonciello ]
10974
10975 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
10976 - LP: #901410
10977
10978 [ Stefan Bader ]
10979
10980 * (config) Built-in xen-acpi-processor
10981
10982 [ Tim Gardner ]
10983
10984 * [Config] CONFIG_NET_DSA=m
10985 - LP: #1004148
10986 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
10987
10988 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
10989
10990linux (3.4.0-3.7) quantal; urgency=low
10991
10992 [ Andy Whitcroft ]
10993
10994 * [Config] drop the virtual flavour in favour of a split generic et al
10995 * [Config] enforcer -- drop IDLE enforcement
10996 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
10997 * [Config] updateconfigs following removal of -virtual
10998
10999 [ Leann Ogasawara ]
11000
11001 * Rebase to v3.4
11002
11003 [ Seth Forshee ]
11004
11005 * [Config] disable CONFIG_B43_BCMA_EXTRA
11006
11007 [ Tim Gardner ]
11008
11009 * [Config] Check for extras when building udebs
11010 * [Config] Collapsed generic-pae into generic [i386]
11011
11012 [ Upstream Kernel Changes ]
11013
11014 * rebase to v3.4
11015
11016 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
11017
11018linux (3.4.0-2.6) quantal; urgency=low
11019
11020 [ Andy Whitcroft ]
11021
11022 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
11023 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
11024 d_make_root()"
11025 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
11026 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
11027 security permissions to overlay files"
11028 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11029 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11030 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11031 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11032 * Revert "ubuntu: overlayfs -- overlay filesystem"
11033 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
11034 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
11035 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
11036 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
11037 * ubuntu: overlayfs -- overlayfs: add statfs support
11038 * ubuntu: overlayfs -- inode_only_permission: export inode level
11039 permissions checks
11040 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
11041
11042 [ Erez Zadok ]
11043
11044 * ubuntu: overlayfs -- overlayfs: implement show_options
11045
11046 [ Miklos Szeredi ]
11047
11048 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11049 * ubuntu: overlayfs -- vfs: add i_op->open()
11050 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11051 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11052 * ubuntu: overlayfs -- overlay filesystem
11053 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11054
11055 [ Neil Brown ]
11056
11057 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11058
11059 [ Robin Dong ]
11060
11061 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
11062 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
11063
11064 [ Tim Gardner ]
11065
11066 * [Config] perarch and indep tools builds need separate build directories
11067 * Prevent upgrading a non-PAE CPU
11068 * perf is not parallel build safe
11069
11070 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
11071
11072linux (3.4.0-2.5) quantal; urgency=low
11073
11074 [ Andy Whitcroft ]
11075
11076 * [Config] perarch and indep tools builds need separate build directories
11077
11078 [ Tim Gardner ]
11079
11080 * Prevent upgrading a non-PAE CPU
11081 * [Config] build debug
11082 * [Config] perf tools are not parallel build safe
11083
11084 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
11085
11086linux (3.4.0-2.4) quantal; urgency=low
11087
11088 [ Leann Ogasawara ]
11089
11090 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
11091 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
11092 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
11093 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
11094 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
11095 7400"
11096 * Revert "ubuntu: omnibook: fix source file newline"
11097 * Revert "ubuntu: omnibook -- update BOM"
11098 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
11099 depend on X86"
11100 * Revert "ubuntu: omnibook -- Added missing BOM file"
11101 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
11102 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
11103 mappings"
11104 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
11105 X86_32"
11106 * Revert "ubuntu: nx-emu - i386: NX emulation"
11107 * Revert "ubuntu: rfkill drivers -- version 1.3"
11108 * Temporarily disable module check
11109 * [Config] Remove CONFIG_FSAM7400
11110 * [Config] Remove CONFIG_OMNIBOOK
11111 * [Config] Update configs
11112 * Rebase to v3.4-rc7
11113 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
11114
11115 [ Tim Gardner ]
11116
11117 * Updated generic-pae description
11118 * Rebase to v3.4-rc6
11119 * install-tools depends on build targets
11120
11121 [ Upstream Kernel Changes ]
11122
11123 * kconfig: in debug mode some 0 length message prints occur
11124 * rebase to v3.4-rc7
11125 * rebase to v3.3-rc6
11126
11127 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
11128
11129linux (3.4.0-1.3) quantal; urgency=low
11130
11131 [ Andy Whitcroft ]
11132
11133 * [Config] control.stub is an intermediate product not a dependancy
11134 - LP: #992414
11135
11136 [ Leann Ogasawara ]
11137
11138 * remove i386 generic from getabis
11139
11140 [ Upstream Kernel Changes ]
11141
11142 * (pre-stable) b43: only reload config after successful initialization
11143 - LP: #950295
11144
11145 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
11146
11147linux (3.4.0-1.2) quantal; urgency=low
11148
11149 [ Andy Whitcroft ]
11150
11151 * [Config] add build depends for flex, bison and pkg-config
11152
11153 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
11154
11155linux (3.4.0-1.1) quantal; urgency=low
11156
11157 [ Andy Whitcroft ]
11158
11159 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11160 permissions to overlay files
11161 - LP: #915941, #918212
11162 - CVE-2012-0055
11163
11164 [ Leann Ogasawara ]
11165
11166 * Open Q
11167 * Rebase to v3.4-rc5
11168 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
11169 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
11170 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
11171 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
11172 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
11173 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
11174 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
11175 * [Config] Temporarily disable CONFIG_AX88796 on arm
11176
11177 [ Upstream Kernel Changes ]
11178
11179 * vfs: pass struct path to __dentry_open()
11180 * vfs: add i_op->open()
11181 * vfs: export do_splice_direct() to modules
11182 * vfs: introduce clone_private_mount()
11183 * overlay filesystem
11184 * overlayfs: add statfs support
11185 * overlayfs: implement show_options
11186 * overlay: overlay filesystem documentation
11187 * fs: limit filesystem stacking depth
11188 * overlayfs: follow header cleanup
11189 * overlayfs: switch from d_alloc_root() to d_make_root()
11190 * overlayfs: update touch_atime() usage
11191 * rebase to v3.4-rc5
11192 - LP: #950490
11193 * rebase to v3.4-rc4
11194 * rebase to v3.4-rc3
11195 * rebase to v3.4-rc2
11196 * rebase to v3.4-rc1
11197 * rebase to v3.3
11198 * rebase to v3.3-rc7
11199 * rebase to v3.3-rc6
11200 * rebase to v3.3-rc5
11201 * rebase to v3.3-rc4
11202 - LP: #900802
11203 - LP: #930842
11204 * rebase to v3.3-rc3
11205 - LP: #924320
11206 - LP: #923316
11207 - LP: #923409
11208 - LP: #918254
11209 * rebase to v3.3-rc2
11210 * rebase to v3.3-rc1
11211 - LP: #795823
11212 - LP: #909419
11213 - LP: #910792
11214 - LP: #878701
11215 - LP: #724831
11216
11217 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
11218
11219linux (3.2.0-10.18) precise; urgency=low
11220
11221 [ Tim Gardner ]
11222
11223 * SAUCE: ecryptfs: Print inode on metadata error
11224
11225 [ Upstream Kernel Changes ]
11226
11227 * Revert "proc: enable writing to /proc/pid/mem"
11228 - LP: #919115
11229 - CVE-2012-0056
11230 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
11231 - LP: #909419
11232
11233 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
11234
11235linux (3.2.0-10.17) precise; urgency=low
11236
11237 [ Andy Whitcroft ]
11238
11239 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
11240 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
11241 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
11242 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
11243 * Revert "SAUCE: overlayfs -- overlay filesystem"
11244 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
11245 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
11246 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
11247 * ensure debian/ is not excluded from git by default
11248 * add new scripting to handle buglinks in rebases
11249 * ubuntu: overlayfs -- overlayfs: add statfs support
11250 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11251 permissions to overlay files
11252 - LP: #915941, #918212
11253 - CVE-2012-0055
11254
11255 [ Erez Zadok ]
11256
11257 * ubuntu: overlayfs -- overlayfs: implement show_options
11258
11259 [ Leann Ogasawara ]
11260
11261 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
11262 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
11263 - LP: #907377, #911236
11264 * [Config] Enable CONFIG_IRQ_REMAP
11265
11266 [ Miklos Szeredi ]
11267
11268 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11269 * ubuntu: overlayfs -- vfs: add i_op->open()
11270 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11271 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11272 * ubuntu: overlayfs -- overlay filesystem
11273 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11274
11275 [ Neil Brown ]
11276
11277 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11278
11279 [ Upstream Kernel Changes ]
11280
11281 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
11282 - LP: #647043
11283 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
11284 breaks USB
11285 - LP: #647043
11286
11287 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
11288
11289linux (3.2.0-9.16) precise; urgency=low
11290
11291 [ Andy Whitcroft ]
11292
11293 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
11294 * [Config] pull ARM sound modules =m
11295 * [Config] CONFIG_RTC_DRV_TEST is for testing only
11296 * [Config] CONFIG_USB_DUMMY_HCD is testing only
11297 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
11298
11299 [ Leann Ogasawara ]
11300
11301 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
11302 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
11303 * [Config] Enable CONFIG_MMC_TMIO=m
11304 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
11305 * [Config] Enable CONFIG_ISI=m
11306 * [Config] Enable CONFIG_MMC=y
11307 * [Config] Enable CONFIG_LIRC_PARALLEL=m
11308 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
11309 * [Config] Enable CONFIG_CHR_DEV_SG=y
11310 * [Config] Enable CONFIG_GPIO_PCA953X=m
11311 * [Config] Enable CONFIG_GPIO_TWL4030=m
11312 * [Config] Enable CONFIG_INET_DIAG=m
11313 * [Config] Enable CONFIG_NLS_ISO8859_1=m
11314 * [Config] Enable CONFIG_NVRAM=m
11315 * [Config] Enable CONFIG_SLIP=m
11316 * [Config] Enable CONFIG_PC300TOO=m
11317 * [Config] Enable CONFIG_TUN=y
11318 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
11319 * [Config] Enable CONFIG_THERMAL=y
11320 * [Config] Enable CONFIG_PPP=y
11321 * [Config] Enable CONFIG_PCI_STUB=m
11322 * Rebase to v3.2.1
11323 * [Config] Enable CONFIG_RTL8192E=m
11324 * [Config] Enable CONFIG_RTS5139=m
11325
11326 [ Stefan Bader ]
11327
11328 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
11329
11330 [ Upstream Kernel Changes ]
11331
11332 * ARM: restart: add restart hook to machine_desc record
11333 * ARM: restart: allow platforms more flexibility specifying restart mode
11334 * ARM: restart: move reboot failure handing into machine_restart()
11335 * ARM: restart: remove argument to setup_mm_for_reboot()
11336 * ARM: 7159/1: OMAP: Introduce local common.h files
11337 * ARM: restart: only perform setup for restart when soft-restarting
11338 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
11339 function
11340 * ARM: idmap: populate identity map pgd at init time using .init.text
11341 * ARM: suspend: use idmap_pgd instead of suspend_pgd
11342 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
11343 * ARM: idmap: use idmap_pgd when setting up mm for reboot
11344 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
11345 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
11346 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
11347 restart changes
11348 * ARM: lib: add call_with_stack function for safely changing stack
11349 * ARM: reset: implement soft_restart for jumping to a physical address
11350 * ARM: stop: execute platform callback from cpu_stop code
11351 * ARM: kexec: use soft_restart for branching to the reboot buffer
11352 * ARM: restart: omap: use new restart hook
11353 * topdown mmap support
11354 - LP: #861296
11355
11356 [ Upstream Kernel Changes ]
11357
11358 * Rebase to v3.2.1
11359
11360 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
11361
11362linux (3.2.0-8.15) precise; urgency=low
11363
11364 [ Leann Ogasawara ]
11365
11366 * [Config] Disable CONFIG_ACPI_PROCFS
11367 * Remove server from getabis
11368 * Temporarily disable module check
11369 * [Config] Disable CONFIG_MTD_TESTS
11370 * [Config] Disable CONFIG_X86_E_POWERSAVER
11371 * [Config] Set CONFIG_ARCNET=m
11372 * [Config] Enable CONFIG_ATM_DUMMY=m
11373 * [Config] Enable CONFIG_BLK_DEV_MD=y
11374 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
11375 * [Config] Enable CONFIG_BLK_DEV_SD=y
11376 * [Config] Enable CONFIG_BLK_DEV_SR=y
11377 * [Config] Enable CONFIG_BLK_DEV_UB=m
11378 * [Config] Enable CONFIG_COPS=m
11379 * [Config] Enable CONFIG_DVB_USB_EC168=m
11380 * [Config] Enable CONFIG_ENC28J60=m
11381 * [Config] Enable CONFIG_FB_UVESA=m
11382 * [Config] Enable CONFIG_FB_ATY=m
11383 * [Config] Enable CONFIG_BROADCOM_PHY=y
11384 * [Config] Enable CONFIG_CICADA_PHY=y
11385 * [Config] Enable CONFIG_DAVICOM_PHY=y
11386 * [Config] Enable CONFIG_ICPLUS_PHY=y
11387 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
11388 * [Config] Enable CONFIG_LXT_PHY=y
11389 * [Config] Enable CONFIG_MARVELL_PHY=y
11390 * [Config] Enable CONFIG_NATIONAL_PHY=y
11391 * [Config] Enable CONFIG_QSEMI_PHY=y
11392 * [Config] Enable CONFIG_SMSC_PHY=y
11393 * [Config] Enable CONFIG_VITESSE_PHY=y
11394 * Add 3w-sas to scsi-modules
11395 - LP: #776542
11396
11397 [ Mathieu Trudel-Lapierre ]
11398
11399 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
11400 to interface settings
11401
11402 [ Paolo Pisati ]
11403
11404 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
11405 - LP: #912199
11406 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
11407 - LP: #912199
11408 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
11409 - LP: #912199
11410
11411 [ Upstream Kernel Changes ]
11412
11413 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
11414 - LP: #906832
11415
11416 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
11417
11418linux (3.2.0-8.14) precise; urgency=low
11419
11420 [ Andy Whitcroft ]
11421
11422 * [Config] enable CONFIG_SND_USB_6FIRE
11423 - LP: #912197
11424 * rebase to mainline v3.2 final release
11425 * updateconfigs following rebase to v3.2 final
11426 * ubuntu: AUFS -- add BOM and automated update script
11427 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
11428 - LP: #684666
11429 * ubuntu: AUFS -- update aufs-update to track new locations of headers
11430 * ubuntu: AUFS -- clean up the aufs updater and BOM
11431 * ubuntu: AUFS -- documentation on updating aufs2
11432 * ubuntu: AUFS -- aufs3-base.patch
11433 * ubuntu: AUFS -- aufs3-standalone.patch
11434 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
11435 * ubuntu: AUFS -- fix undefined security_path_link
11436 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
11437 * ubuntu: AUFS -- updateconfigs following update
11438 * ubuntu: AUFS -- suppress benign plink warning messages
11439 - LP: #621195
11440 * ubuntu: AUFS -- enable in config and makefile
11441 * ubuntu: AUFS -- disable in favor of overlayfs
11442 * [Config] linux-virtual -- should include the extX modules
11443 - LP: #912308
11444
11445 [ Tyler Hicks ]
11446
11447 * SAUCE: eCryptfs: Improve statfs reporting
11448 - LP: #885744
11449
11450 [ Upstream Kernel Changes ]
11451
11452 * rebase to upstream v3.2
11453
11454 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
11455
11456linux (3.2.0-7.13) precise; urgency=low
11457
11458 [ Upstream Kernel Changes ]
11459
11460 * rebase to upstream 3.2-rc7
11461
11462 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
11463
11464linux (3.2.0-6.12) precise; urgency=low
11465
11466 [ Upstream Kernel Changes ]
11467
11468 * rebase to upstream v3.2-rc6
11469
11470 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
11471
11472linux (3.2.0-5.11) precise; urgency=low
11473
11474 [ Andy Whitcroft ]
11475
11476 * enforcer -- allow arch and flavour predicates to take lists
11477 * enforcer -- simplify armel/armhf specific options
11478 * enforcer -- fix incorrectly specified flavour matches
11479
11480 [ Leann Ogasawara ]
11481
11482 * [Config] Disable IRQ_REMAP
11483 * [Config] Enable CONFIG_SENSORS_LM95245=m
11484 * [Config] Enable CONFIG_SENSORS_MAX1668=m
11485 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
11486 * [Config] Enable CONFIG_SENSORS_MAX6639=m
11487 * [Config] Enable CONFIG_SENSORS_MAX6642=m
11488 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
11489 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
11490 * [Config] Enable CONFIG_PATA_TOSHIBA=m
11491 * [Config] Enable CONFIG_POHMELFS=m
11492 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
11493 * [Config] Enable CONFIG_PATA_OPTI=m
11494 * add overlayfs to virtual inclusion list
11495 - LP: #903897
11496 * add veth to virtual inclusion list
11497 - LP: #903897
11498 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
11499
11500 [ Paolo Pisati ]
11501
11502 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
11503 - LP: #903346
11504
11505 [ Tim Gardner ]
11506
11507 * [Config] CONFIG_LOCKUP_DETECTOR=y
11508 - LP: #903615
11509
11510 [ Upstream Kernel Changes ]
11511
11512 * rebase to upstream 55b02d2f
11513
11514 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
11515
11516linux (3.2.0-4.10) precise; urgency=low
11517
11518 [ Kyle McMartin ]
11519
11520 * SAUCE: dmar: disable if ricoh multifunction detected
11521 - LP: #894070
11522
11523 [ Seth Forshee ]
11524
11525 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
11526 - LP: #581312
11527
11528 [ Tim Gardner ]
11529
11530 * Start new release, Bump ABI, rebase to 3.2-rc5
11531
11532 [ Leann Ogasawara ]
11533
11534 * [Config] Enable CONFIG_SENSORS_AK8975=m
11535
11536 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
11537
11538linux (3.2.0-3.9) precise; urgency=low
11539
11540 [ Andy Whitcroft ]
11541
11542 * SAUCE: ext4: correct partial write discard size calculation
11543 - LP: #894768
11544
11545 [ Leann Ogasawara ]
11546
11547 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
11548 - LP: #892615
11549
11550 [ Matthew Garrett ]
11551
11552 * SAUCE: pci: Rework ASPM disable code
11553
11554 [ Upstream Kernel Changes ]
11555
11556 * x86: Fix boot failures on older AMD CPU's
11557 - LP: #892615
11558 * EHCI : Fix a regression in the ISO scheduler
11559 - LP: #899165
11560
11561 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
11562
11563linux (3.2.0-3.8) precise; urgency=low
11564
11565 [ Andy Whitcroft ]
11566
11567 * armhf -- add d-i configuration
11568 * armhf -- disable ABI checks for armhf
11569 * armhf -- add arch to getabis config
11570
11571 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
11572
11573linux (3.2.0-3.7) precise; urgency=low
11574
11575 [ Stefan Bader ]
11576
11577 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
11578 synchronous, regardless of lazy_mmu mode
11579 - LP: #854050
11580
11581 [ Tim Gardner ]
11582
11583 * rebase to v3.2-rc4
11584
11585 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
11586
11587linux (3.2.0-2.6) precise; urgency=low
11588
11589 [ Andy Whitcroft ]
11590
11591 * armhf -- fix omap flavour to build on armhf
11592 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
11593
11594 [ Borislav Petkov ]
11595
11596 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
11597 - LP: #892615
11598
11599 [ Colin Watson ]
11600
11601 * Add pata_macio to pata-modules
11602
11603 [ Tim Gardner ]
11604
11605 * [Config] Prefer crda over wireless-crda
11606 * [Config] Fix virtual inclusion list.
11607 - LP: #897795
11608
11609 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
11610
11611linux (3.2.0-2.5) precise; urgency=low
11612
11613 [ Paolo Pisati ]
11614
11615 * [Config] PANEL_DVI=y
11616
11617 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
11618
11619linux (3.2.0-2.4) precise; urgency=low
11620
11621 [ Andy Whitcroft ]
11622
11623 * rebase to v3.2-rc3
11624
11625 [ Leann Ogasawara ]
11626
11627 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
11628 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
11629 * Revert "olpc_dcon_xo_1_5 needs delay.h"
11630 * Revert "olpc_dcon_xo_1 needs delay.h"
11631 * rebase to 6fe4c6d4
11632 * [Config] updateconfigs after rebase to 6fe4c6d4
11633
11634 [ Tim Gardner ]
11635
11636 * [Config] Replace wireless-crda with crda,wireless-regdb
11637 - LP: #856421
11638 * [Config] Relax the dependencies on crda
11639
11640 [ Upstream Kernel Changes ]
11641
11642 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
11643 - LP: #724831
11644 * Ubuntu: remove coreutils|fileutils package dependency
11645 - LP: #892814
11646 * iio: iio_event_getfd -- fix ev_int build failure
11647
11648 [ Upstream Kernel Changes ]
11649
11650 * Rebase to v3.2-rc3
11651
11652 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
11653
11654linux (3.2.0-1.3) precise; urgency=low
11655
11656 [ Upstream Kernel Changes ]
11657
11658 * Ubuntu: Add ext2 to fs-core-modules
11659 - LP: #893395
11660
11661 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
11662
11663linux (3.2.0-1.2) precise; urgency=low
11664
11665 [ Andy Whitcroft ]
11666
11667 * [Config] enable CONFIG_NFC and associated devices
11668 * SAUCE: allow brcmsmac and b43 to both build
11669
11670 [ Soren Hansen ]
11671
11672 * Add ixgbe driver to d-i
11673 - LP: #891969
11674
11675 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
11676
11677linux (3.2.0-1.1) precise; urgency=low
11678 [ Andy Whitcroft ]
11679
11680 * armhf -- enable armhf and create the first flavours
11681 * SAUCE: ensure root is ready before running usermodehelpers in it
11682 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
11683
11684 [ Leann Ogasawara ]
11685
11686 * Temporarily ignore module check
11687 * [Config] Enable PCI_IOV on powerpc
11688 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
11689 * rebase to v3.2-rc2
11690 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
11691 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
11692 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
11693 * SAUCE: select ARM_AMBA if OMAP3_EMU
11694 * [Config] updateconfigs after select ARM_AMBA
11695 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
11696 * [Config] Enable CONFIG_EXT2_FS=m
11697 * [Config] Build in CONFIG_SATA_AHCI=y
11698 * Resolve linux-image-extra's install dependency
11699
11700 [ Seth Forshee ]
11701
11702 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
11703 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
11704 Documentation
11705 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
11706 alps_model_info
11707 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
11708 size
11709 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
11710 3 and 4
11711 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
11712 protocol
11713 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
11714 versions 3 and 4
11715
11716 [ Stefan Bader ]
11717
11718 * [Config] Built-in xen-netfront and xen-blkfront
11719 * Fix build of dm-raid45 and re-enable it
11720
11721 [ Tim Gardner ]
11722
11723 * [Config] CONFIG_USB_XHCI_HCD=y
11724 - LP: #886167
11725 * [Config] CONFIG_R6040=m
11726 - LP: #650899
11727 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11728 - LP: #854399
11729 * [Config] Consolidated amd64 server flavour into generic
11730 * [Config] updateconfigs after rebase to 3.2-rc1
11731 * [Config] Disabled dm-raid4-5
11732 * [Config] Disabled ndiswrapper
11733 * [Config] Disable vt6656
11734 * [Config] exclude ppp-modules for virtual flavour
11735 * [Config] CONFIG_MEMSTICK_R592=m
11736 - LP: #238208
11737
11738 [ Upstream Kernel Changes ]
11739
11740 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
11741 - LP: #887780
11742 * CHROMIUM: seccomp_filter: add process state reporting
11743 - LP: #887780
11744 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
11745 works.
11746 - LP: #887780
11747 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
11748 - LP: #887780
11749 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
11750 - LP: #887780
11751 * CHROMIUM: seccomp_filters: move to btrees
11752 * CHROMIUM: enable CONFIG_BTREE
11753 * CHROMIUM: seccomp_filter: kill NR_syscall references
11754 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
11755 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
11756 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
11757 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
11758 * CHROMIUM: seccomp_filter: inheritance documentation
11759 * CHROMIUM: seccomp_filter: make inherited filters composable
11760 * CHROMIUM: Fix seccomp_t compile error
11761 - LP: #887780
11762 * CHROMIUM: Fix kref usage
11763 - LP: #887780
11764 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11765 * rebase to v3.2-rc2
11766
11767 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11768
11769linux (3.1.0-2.3) precise; urgency=low
11770
11771 [ Tim Gardner ]
11772
11773 * Add postinit and postrm scripts to the extras package
11774 - LP: #882120
11775
11776 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11777
11778linux (3.1.0-2.2) precise; urgency=low
11779
11780 [ Andy Whitcroft ]
11781
11782 * debian: add locking to protect debian/files from parallel update
11783
11784 [ Leann Ogasawara ]
11785
11786 * rebase to v3.1
11787
11788 [ Upstream Kernel Changes ]
11789
11790 * rebase to v3.1
11791
11792 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11793
11794linux (3.1.0-1.1) precise; urgency=low
11795
11796 [ Andiry Xu ]
11797
11798 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11799 - LP: #872811
11800
11801 [ Andy Whitcroft ]
11802
11803 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11804 - LP: #832694
11805 * Revert "ubuntu: compcache -- version 0.5.3"
11806 - LP: #832694
11807 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11808 * [Config] Enable CONFIG_MACVTAP=m
11809 - LP: #822601
11810 * record the compiler in the ABI and check for inconsistant builds
11811 * [Config] move ECRYPT_FS back to =y for all architectures
11812 - LP: #827197
11813 * [Config] enable CONFIG_DRM_VMWGFX=m
11814 - LP: #698009
11815 * [Config] re-fix ECRYPT_FS=y
11816 - LP: #827197
11817 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11818 - LP: #827197
11819 * [Config] dropping compcache configuration options
11820 * [Config] standardise on HZ=250
11821 * SAUCE: headers_install: fix #include "..." usage for userspace
11822 - LP: #824377
11823 * make module-inclusion selection retain the left overs
11824 * add a new linux-image-extras package for virtual
11825
11826 [ Colin Watson ]
11827
11828 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11829
11830 [ edwin_rong ]
11831
11832 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11833 - LP: #824273
11834
11835 [ Greg Kroah-Hartman ]
11836
11837 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11838 - LP: #824273
11839
11840 [ Jesse Sung ]
11841
11842 * SAUCE: Unregister input device only if it is registered
11843 - LP: #839238
11844
11845 [ Jiri Kosina ]
11846
11847 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11848
11849 [ Joshua V. Dillon ]
11850
11851 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11852
11853 [ Kees Cook ]
11854
11855 * [Config] enable and enforce SECCOMP_FILTER on x86
11856
11857 [ Keng-Yu Lin ]
11858
11859 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11860 - LP: #824273
11861
11862 [ Leann Ogasawara ]
11863
11864 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11865 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11866 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11867 readdir"
11868 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11869 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11870 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11871 * Revert "ubuntu: overlayfs -- overlay filesystem"
11872 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11873 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11874 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11875 than just revision"
11876 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11877 * Revert "ubuntu: fsam7400 disable driver"
11878 - LP: #876030
11879 * rebase to v3.1-rc1
11880 * [Config] updateconfigs after rebase to v3.1-rc1
11881 * rebase to v3.1-rc2
11882 * [Config] Updateconfigs after rebase to v3.1-rc2
11883 * ubuntu: Yama - update calls to generic_permission() and
11884 inode->i_op->permission()
11885 * ubuntu: ndiswrapper -- remove netdev_priv macro
11886 * ubuntu: aufs -- Temporarily disable due to build failure
11887 * [Config] Diable INTEL_MID_PTI on armel
11888 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11889 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11890 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11891 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11892 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11893 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11894 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11895 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11896 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11897 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11898 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11899 * [Config] Enable CONFIG_ECHO=m on powerpc
11900 * [Config] Enable CONFIG_ET131X=m on powerpc
11901 * [Config] Set CONFIG_FB_MATROX=m
11902 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11903 * [Config] Set CONFIG_FB_VIRTUAL=n
11904 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11905 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11906 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11907 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11908 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11909 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11910 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11911 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11912 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11913 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11914 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11915 * [Config] Enable CONFIG_IGB=m on powerpc
11916 * [Config] Enable CONFIG_IIO=m on powerpc
11917 * [Config] Enable CONFIG_INFINIBAND_NES=m
11918 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11919 * [Config] Enable CONFIG_IWL3945=m on powerpc
11920 * [Config] Disable CONFIG_KVM_BOOK3S_64
11921 * [Config] Enable CONFIG_LAPBETHER=m on arm
11922 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11923 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11924 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11925 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11926 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11927 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11928 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11929 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11930 * [Config] Enable CONFIG_MEMSTICK=m on arm
11931 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11932 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11933 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11934 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11935 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11936 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11937 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11938 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11939 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11940 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11941 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11942 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11943 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11944 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11945 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11946 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11947 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11948 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11949 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11950 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11951 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11952 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11953 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11954 * [Config] Enable CONFIG_PANEL=m on powerpc
11955 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11956 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11957 - LP: #833705
11958 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11959 - LP: #837332
11960 * [Config] Update CONFIG_EFI_VARS enforcer check
11961 * [Config] Add aufs to virtual flavor inclusion list
11962 - LP: #844159
11963 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11964 - LP: #818933
11965 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11966 - LP: #768039
11967 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11968 - LP: #838402
11969 * [Config] Add igbvf to the virtual flavor inclusion list
11970 - LP: #794570
11971 * [Config] Add ixgbevf to the virtual inclusion list
11972 - LP: #872411
11973 * [Config] Transition -generic and -server to be identical
11974 * rebase to v3.1-rc10
11975
11976 [ Luke Yelavich ]
11977
11978 * [Config] Disable legacy IDE drivers on powerpc
11979
11980 [ Ming Lei ]
11981
11982 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
11983 - LP: #801719
11984 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
11985 Sandybridge chipsets(v2)
11986 - LP: #737388, #782389, #794642
11987
11988 [ Paolo Pisati ]
11989
11990 * [Config] Compile-in vfat support for armel
11991 - LP: #853783
11992
11993 [ Randy Dunlap ]
11994
11995 * SAUCE: staging: fix rts5139 depends & build
11996 - LP: #824273
11997
11998 [ Rene Bolldorf ]
11999
12000 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
12001 power in 'ideapad_backlight_notify_power' to avoid a page fault
12002
12003 [ Seth Forshee ]
12004
12005 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
12006 - LP: #681904
12007 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
12008 - LP: #810020
12009
12010 [ Stefan Bader ]
12011
12012 * (config) Package macvlan and macvtap for virtual
12013 * [Config] Force perf to use libiberty for demangling
12014 - LP: #783660
12015 * SAUCE: xen: Do not use pv spinlocks on HVM
12016 - LP: #838026
12017
12018 [ Tim Gardner ]
12019
12020 * [Config] Clean up tools rules
12021 * [Config] Package x86_energy_perf_policy and turbostat
12022 - LP: #797556
12023 * rebase to v3.1-rc3
12024 * [Config] Simplify binary-udebs dependencies
12025 * [Config] kernel preparation cannot be parallelized
12026 * [Config] Linearize module/abi checks
12027 * [Config] Linearize and simplify tree preparation rules
12028 * [Config] Build kernel image in parallel with modules
12029 * [Config] Set concurrency for kmake invocations
12030 * [Config] Improve install-arch-headers speed
12031 * [Config] Fix binary-perarch dependencies
12032 * [Config] Removed stamp-flavours target
12033 * [Config] Serialize binary indep targets
12034 * [Config] Use build stamp directly
12035 * [Config] Restore prepare-% target
12036 * rebase to v3.1-rc4
12037 * rebase to v3.1-rc5
12038 * [Config] Disable makedumpfile for i386/amd64
12039 * rebase to v3.1-rc6
12040 * [Config] Fix binary-% build target
12041 * rebase to v3.1-rc7
12042 * rebase to v3.1-rc8
12043 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
12044 - LP: #854399
12045 * [Config] Enable ftrace support in the mac80211 layer
12046 - LP: #865171
12047 * rebase to v3.1-rc9
12048 * SAUCE: usb/core/devio.c: Check for printer class specific request
12049 - LP: #872711
12050
12051 [ Upstream Kernel Changes ]
12052
12053 * overlay filesystem
12054 * overlayfs: add statfs support
12055 * overlayfs: implement show_options
12056 * overlay: overlay filesystem documentation
12057 * fs: limit filesystem stacking depth
12058
12059 [ Will Drewry ]
12060
12061 * SAUCE: seccomp_filter: new mode with configurable syscall filters
12062 * SAUCE: seccomp_filter: add process state reporting
12063 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
12064 works.
12065 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
12066
12067 [ Upstream Kernel Changes ]
12068
12069 * rebase to v3.1-rc1
12070 * rebase to v3.1-rc2
12071 * rebase to v3.1-rc3
12072 +CONFIG_BLK_DEV_BSGLIB=y
12073 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
12074 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
12075 * rebase to v3.1-rc4
12076 * rebase to v3.1-rc5
12077 * rebase to v3.1-rc6
12078 * rebase to v3.1-rc7
12079 * rebase to v3.1-rc8
12080 * rebase to v3.1-rc9
12081 * rebase to v3.1-rc10
12082
12083 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
12084
12085linux (3.1.0-1.0) oneiric; urgency=low
12086
12087 [ Leann Ogasawara ]
12088
12089 * Open P-series
12090
12091 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
12092
12093linux (3.0.0-8.10) oneiric; urgency=low
12094
12095 [ Adam Jackson ]
12096
12097 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
12098 - LP: #753994
12099
12100 [ John Johansen ]
12101
12102 * [Config] Enable missing IPv6 options
12103
12104 [ Leann Ogasawara ]
12105
12106 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
12107 - LP: #819925
12108 * Rebase to 3.0.1
12109
12110 [ Upstream Kernel Changes ]
12111
12112 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
12113 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
12114 - LP: #783582
12115 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
12116 - LP: #796476
12117 * KVM: Add SMEP support when setting CR4
12118 - LP: #796476
12119 * KVM: Mask function7 ebx against host capability word9
12120 - LP: #796476
12121 * KVM: Add instruction fetch checking when walking guest page table
12122 - LP: #796476
12123
12124 [ Upstream Kernel Changes ]
12125
12126 * rebase to v3.0.1
12127
12128 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
12129
12130linux (3.0.0-7.9) oneiric; urgency=low
12131
12132 [ Andy Whitcroft ]
12133
12134 * Revert "[Upstream] add local prefix to oss local change_bits"
12135 * Revert "SAUCE: add tracing for user initiated readahead requests"
12136 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
12137 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
12138 Zhaoyang E47"
12139 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
12140 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12141 (grub)"
12142 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
12143 checks"
12144 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
12145 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
12146 vt switch"
12147 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
12148 - LP: #816035
12149 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
12150 it
12151 * SAUCE: (no-up) add tracing for user initiated readahead requests
12152 * SAUCE: vt -- maintain bootloader screen mode and content until vt
12153 switch
12154 * SAUCE: vt -- allow grub to request automatic vt_handoff
12155
12156 [ Arjan van de Ven ]
12157
12158 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
12159
12160 [ Kees Cook ]
12161
12162 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
12163 * [Config] enforce ACPI_CUSTOM_METHOD disabled
12164
12165 [ Keng-Yu Lin ]
12166
12167 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
12168 Zhaoyang E47
12169 - LP: #632884, #803005
12170
12171 [ Leann Ogasawara ]
12172
12173 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
12174 - LP: #513131
12175 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
12176 - LP: #815064
12177
12178 [ Rezwanul Kabir ]
12179
12180 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
12181 Dell E2 series Laptops
12182 - LP: #632884
12183
12184 [ Upstream Kernel Changes ]
12185
12186 * Revert "yama: if an underlying filesystem provides a permissions op use
12187 it"
12188 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
12189 series Laptops"
12190 * Revert "tty: include linux/slab.h for kfree"
12191 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
12192 * Revert "pch_dma: add include/slab.h for kfree"
12193 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
12194 - LP: #773524
12195 * oss: rename local change_bits to avoid powerpc bitsops.h definition
12196
12197 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
12198
12199linux (3.0.0-7.8) oneiric; urgency=low
12200
12201 [ Andy Whitcroft ]
12202
12203 * ubuntu: overlayfs -- overlayfs: add statfs support
12204 * [Config] enable CONFIG_OVERLAYFS
12205
12206 [ Erez Zadok ]
12207
12208 * ubuntu: overlayfs -- overlayfs: implement show_options
12209
12210 [ Leann Ogasawara ]
12211
12212 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
12213 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
12214 * [Config] Disable CONFIG_ATM_DUMMY on arm
12215 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
12216 * Temporarily disable module check on arm
12217 * Rebase to 3.0 final
12218 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
12219 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
12220 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
12221 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
12222 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
12223 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
12224 * [Config] Enable CONFIG_DM9000=m on arm
12225 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
12226 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
12227
12228 [ Miklos Szeredi ]
12229
12230 * ubuntu: overlayfs -- vfs: add i_op->open()
12231 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12232 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12233 * ubuntu: overlayfs -- overlay filesystem
12234 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
12235 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
12236 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12237 * ubuntu: overlayfs -- ovl: make lower mount read-only
12238
12239 [ Neil Brown ]
12240
12241 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12242
12243 [ Tim Gardner ]
12244
12245 * [Config] Add enic/fnic to udebs
12246 - LP: #801610
12247
12248 [ Upstream Kernel Changes ]
12249
12250 * yama: if an underlying filesystem provides a permissions op use it
12251
12252 [ Major Kernel Changes ]
12253
12254 * Rebase to 3.0 final
12255
12256 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
12257
12258linux (3.0.0-6.7) oneiric; urgency=low
12259
12260 [ Eagon Yager ]
12261
12262 * [Config] Fix misspelled 'skipmodule' in arm makefile.
12263
12264 [ Keng-Yu Lin ]
12265
12266 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
12267 - LP: #632884, #803005
12268
12269 [ Leann Ogasawara ]
12270
12271 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
12272 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
12273 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
12274 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
12275 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
12276 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
12277 * [Config] Set CONFIG_ACPI_SBS=m
12278 * [Config] Set CONFIG_ACPI_WMI=m
12279 * [Config] Set CONFIG_AD7150=m on arm
12280 * [Config] Set CONFIG_AD7152=m on arm
12281 * [Config] Drop CONFIG_GPIO_S5PV210
12282 * [Config] Drop CONFIG_GPIO_S5PC100
12283 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
12284 * [Config] Drop CONFIG_GPIO_EXYNOS4
12285
12286 [ Stefan Bader ]
12287
12288 * SAUCE: Re-enable RODATA for i386 virtual
12289 - LP: #809838
12290
12291 [ Upstream Kernel Changes ]
12292
12293 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
12294 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
12295 - LP: #771758
12296
12297 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
12298
12299linux (3.0.0-5.6) oneiric; urgency=low
12300
12301 [ Tim Gardner ]
12302
12303 * [Config] CONFIG_RTL8192CU=m
12304 * Rebase to -rc7
12305
12306 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
12307
12308linux (3.0.0-4.5) oneiric; urgency=low
12309
12310 [ Ming Lei ]
12311
12312 * SAUCE: fix yama_ptracer_del lockdep warning
12313 - LP: #791019
12314
12315 [ Seth Forshee ]
12316
12317 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
12318 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
12319 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
12320 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
12321 - LP: #805218
12322
12323 [ Tim Gardner ]
12324
12325 * [Config] updateconfigs after rebase to -rc6+
12326 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
12327 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
12328 * Revert "UBUNTU: add dependancies for module-init-tools"
12329 This dependency is no longer required for a 3 digit version.
12330
12331 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
12332
12333linux (3.0-3.4) oneiric; urgency=low
12334
12335 [ Keng-Yu Lin ]
12336
12337 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
12338 killswitch"
12339 - LP: #775281
12340
12341 [ Leann Ogasawara ]
12342
12343 * rebase to v3.0-rc5
12344 * [Config] updateconfigs after rebase to 3.0-rc5
12345
12346 [ Tim Gardner ]
12347
12348 * [Config] Remove ubuntu/rtl8192se
12349 * [Config] Added armel ABI files
12350 * [Config] Removed armel versatile flavour
12351 * [Config] CONFIG_INTEL_MEI=m
12352 - LP: #716867
12353
12354 [ Upstream Kernel Changes ]
12355
12356 * ALSA: hda - Enable auto-parser as default for Conexant codecs
12357
12358 [ Upstream Kernel Changes ]
12359
12360 * rebase to v3.0-rc5
12361
12362 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
12363
12364linux (3.0-2.3) oneiric; urgency=low
12365
12366 [ Andy Whitcroft ]
12367
12368 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
12369
12370 [ Leann Ogasawara ]
12371
12372 * rebase to v3.0-rc4
12373 * [Config] updateconfigs after rebase to 3.0-rc4
12374 * fix ERROR: __devcgroup_inode_permission undefined
12375
12376 [ Stefan Bader ]
12377
12378 * SAUCE: iscsitarget: Remove driver from the kernel
12379
12380 [ Tim Gardner ]
12381
12382 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
12383 * [Config] Add grub-efi as a recommended bootloader for server and
12384 generic
12385 - LP: #800910
12386
12387 [ Upstream Kernel Changes ]
12388
12389 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
12390
12391 [ Leann Ogasawara ]
12392
12393 * rebase to v3.0-rc4
12394
12395 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
12396
12397linux (3.0-1.2) oneiric; urgency=low
12398
12399 [ Andy Whitcroft ]
12400
12401 * [Config] enable CONFIG_CAN_CALC_BITTIMING
12402
12403 [ Leann Ogasawara ]
12404
12405 * rebase to v3.0-rc3
12406 * [Config] updateconfigs after rebase to 3.0-rc3
12407
12408 [ Upstream Kernel Changes ]
12409
12410 * perf: clear out make flags when calling kernel make kernelver
12411
12412 [ Leann Ogasawara ]
12413
12414 * rebase to v3.0-rc3
12415
12416 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
12417
12418linux (3.0-0.1) oneiric; urgency=low
12419
12420 [ Andy Whitcroft ]
12421
12422 * use the packaging version in the kernel
12423 * use the kernels idea of its version for version_signature
12424 * add dependancies for module-init-tools
12425 * update control files to version 3
12426 * printchanges/insertchanges allow override of prev_release
12427 * correct Vcs-Git: to point to oneiric
12428
12429 [ Leann Ogasawara ]
12430
12431 * rebase to v3.0-rc1
12432 * [Config] updateconfigs after rebase to 3.0-rc1
12433 * ubuntu: dm-raid4-5 fix up build failure
12434 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
12435 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
12436 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
12437 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
12438 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
12439 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
12440 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
12441 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
12442 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
12443 * rebase to v3.0-rc2
12444
12445 [ Manoj Iyer ]
12446
12447 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
12448 - LP: #790754
12449
12450 [ Upstream Kernel Changes ]
12451
12452 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
12453 demands it"
12454 * drm/i915: fix regression after clock gating init split
12455
12456 [ Major Kernel Changes ]
12457
12458 * rebase from v2.6.39 to v3.0-rc1
12459 * rebase from v3.0-rc1 to v3.0-rc2
12460
12461 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
12462
12463linux (2.6.39-3.10) oneiric; urgency=low
12464
12465 [ Colin Ian King ]
12466
12467 * SAUCE: S3 early resume debug via keyboard LEDs
12468
12469 [ Ingo Molnar ]
12470
12471 * ubuntu: nx-emu - i386: NX emulation
12472 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
12473
12474 [ Leann Ogasawara ]
12475
12476 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
12477 * Revert "[Config] Disable CONFIG_DM_RAID45"
12478 * [Config] enable CONFIG_BRCMFMAC=y
12479 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
12480 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
12481
12482 [ Robert Nelson ]
12483
12484 * SAUCE: omap3: beagle: detect new xM revision B
12485 - LP: #770679
12486 * SAUCE: omap3: beagle: detect new xM revision C
12487 - LP: #770679
12488 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
12489 - LP: #770679
12490
12491 [ Stefan Bader ]
12492
12493 * SAUCE: Convert dm-raid45 to new block plugging
12494
12495 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
12496
12497linux (2.6.39-3.9) oneiric; urgency=low
12498
12499 [ Leann Ogasawara ]
12500
12501 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
12502 * rebase to v2.6.39
12503 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
12504 * [Config] enable CONFIG_INPUT_APANEL=m
12505
12506 [ Thomas Schlichter ]
12507
12508 * SAUCE: vesafb: mtrr module parameter is uint, not bool
12509 - LP: #778043
12510 * SAUCE: vesafb: enable mtrr WC by default
12511 - LP: #778043
12512
12513 [ Major Kernel Changes ]
12514
12515 * rebase from v2.6.39-rc7 to v2.6.39
12516
12517 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
12518
12519linux (2.6.39-2.8) oneiric; urgency=low
12520
12521 [ Andy Whitcroft ]
12522
12523 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
12524 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
12525 * Revert "[Config] Disable CONFIG_AUFS_FS"
12526 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
12527 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
12528 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
12529 * ubuntu: AUFS -- clean up the aufs updater and BOM
12530 * ubuntu: AUFS -- documentation on updating aufs2
12531
12532 [ Kees Cook ]
12533
12534 * ubuntu: Yama - LSM hooks
12535 * ubuntu: Yama - create task_free security callback
12536 * ubuntu: Yama - add ptrace relationship tracking interface
12537 * ubuntu: Yama - unconditionally chain to Yama LSM
12538
12539 [ Leann Ogasawara ]
12540
12541 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
12542 * Revert "[Config] Disable CONFIG_EASYCAP"
12543 * ubuntu: fsam7400 disable driver
12544 * ubuntu: omnibook disable driver
12545 * ubuntu: rfkill disable driver
12546
12547 [ Tim Gardner ]
12548
12549 * SAUCE: Fix extra reference in fb_open()
12550
12551 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
12552
12553linux (2.6.39-2.7) oneiric; urgency=low
12554
12555 [ Leann Ogasawara ]
12556
12557 * rebase to v2.6.39-rc7
12558
12559 [ Major Kernel Changes ]
12560
12561 * rebase from v2.6.39-rc6 to v2.6.39-rc7
12562
12563 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
12564
12565linux (2.6.39-1.6) oneiric; urgency=low
12566
12567 [ Leann Ogasawara ]
12568
12569 * rebase to v2.6.39-rc6
12570 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
12571
12572 [ Tim Gardner ]
12573
12574 * [Config] updateconfigs after rebase to 2.6.39-rc6
12575
12576 [ Major Kernel Changes ]
12577
12578 * rebase from v2.6.39-rc5 to v2.6.39-rc6
12579 - LP: #740126
12580
12581 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
12582
12583linux (2.6.39-0.5) oneiric; urgency=low
12584
12585 [ Herton Ronaldo Krzesinski ]
12586
12587 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
12588 - LP: #764758
12589
12590 [ Leann Ogasawara ]
12591
12592 * rebase to v2.6.39-rc5
12593 * [Config] updateconfigs following rebase to v2.6.39-rc5
12594
12595 [ Paolo Pisati ]
12596
12597 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
12598 - LP: #759913
12599
12600 [ Stefan Bader ]
12601
12602 * Include nls_iso8859-1 for virtual images
12603 - LP: #732046
12604
12605 [ Major Kernel Changes ]
12606
12607 * rebase from v2.6.39-rc4 to v2.6.39-rc5
12608
12609 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
12610
12611linux (2.6.39-0.4) oneiric; urgency=low
12612
12613 [ Leann Ogasawara ]
12614
12615 * rebase to v2.6.39-rc4
12616 * [Config] updateconfigs following rebase to v2.6.39-rc4
12617 * fixup powerpc implicit declaration of function
12618 'crash_kexec_wait_realmode'
12619 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
12620
12621 [ Tim Gardner ]
12622
12623 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
12624 - LP: #769503
12625 * [Config] Add cachefiles.ko to virtual flavour
12626 - LP: #770430
12627
12628 [ Major Kernel Changes ]
12629
12630 * rebase from v2.6.39-rc3 to v2.6.39-rc4
12631
12632 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
12633
12634linux (2.6.39-0.3) oneiric; urgency=low
12635
12636 [ Leann Ogasawara ]
12637
12638 * rebase to v2.6.39-rc3
12639 * crash_kexec_wait_realmode() undefined when !SMP
12640
12641 [ Tim Gardner ]
12642
12643 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
12644 - LP: #632327
12645
12646 [ Major Kernel Changes ]
12647
12648 * rebase from v2.6.39-rc2 to v2.6.39-rc3
12649
12650 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
12651
12652linux (2.6.39-0.2) oneiric; urgency=low
12653
12654 [ Gustavo F. Padovan ]
12655
12656 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
12657 - LP: #720949
12658
12659 [ John Johansen ]
12660
12661 * AppArmor: Fix masking of capabilities in complain mode
12662 - LP: #748656
12663
12664 [ Leann Ogasawara ]
12665
12666 * rebase to v2.6.39-rc2
12667 * [Config] updateconfigs following rebase to v2.6.39-rc2
12668 * hv_mouse needs delay.h
12669 * olpc_dcon_xo_1 needs delay.h
12670 * olpc_dcon_xo_1_5 needs delay.h
12671 * Update dropped.txt for Oneiric
12672
12673 [ Steve Langasek ]
12674
12675 * [Config] Make linux-libc-dev coinstallable under multiarch
12676 - LP: #750585
12677
12678 [ Upstream Kernel Changes ]
12679
12680 * x86, hibernate: Initialize mmu_cr4_features during boot
12681 - LP: #752870
12682
12683 [ Major Kernel Changes ]
12684
12685 * rebase from v2.6.39-rc1 to v2.6.39-rc2
12686
12687 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
12688
12689linux (2.6.39-0.1) oneiric; urgency=low
12690
12691 [ Brad Figg ]
12692
12693 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
12694 - LP: #737124
12695
12696 [ Henrik Rydberg ]
12697
12698 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
12699 * SAUCE: HID: ntrig: fix suspend/resume on recent models
12700
12701 [ Herton Ronaldo Krzesinski ]
12702
12703 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
12704 struct v4l2_subdev
12705 - LP: #745213
12706
12707 [ Kees Cook ]
12708
12709 * [Config] packaging: adjust perms on vmlinuz as well
12710 * SAUCE: nx-emu: further clarify dmesg reporting
12711 - LP: #745181
12712
12713 [ Leann Ogasawara ]
12714
12715 * rebase to v2.6.39-rc1
12716 * [Config] updateconfigs following rebase to v2.6.39-rc1
12717 * [Config] Disable CONFIG_DM_RAID45
12718 * [Config] Disable CONFIG_SCSI_ISCSITARGET
12719 * [Config] Disable CONFIG_EASYCAP
12720 * [Config] Disable CONFIG_AUFS_FS
12721 * update bnx2 firmware files in d-i/firmware/nic-modules
12722 * xhci-pci.c resolve implicit declaration of kzalloc
12723 * [Config] Enable CONFIG_DRM_PSB for only x86
12724 * [Config] Enable CONFIG_RTS_PSTOR for only x86
12725 * mfd/asic3: Fix typo, s/irq_data/data/
12726
12727 [ Luke Yelavich ]
12728
12729 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
12730 - LP: #745358
12731 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
12732 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
12733
12734 [ Manoj Iyer ]
12735
12736 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
12737 - LP: #745217
12738
12739 [ Tim Gardner ]
12740
12741 * SAUCE: INR_OPEN=4096
12742 - LP: #663090
12743 * SAUCE: Increase the default hard limit for open FDs to 4096
12744 - LP: #663090
12745
12746 [ Upstream Kernel Changes ]
12747
12748 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
12749 namespace cleanup
12750 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
12751 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
12752
12753 [ Major Kernel Changes ]
12754
12755 * rebase from v2.6.38 to v2.6.39-rc1
12756
12757 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
12758
12759linux (2.6.39-0.0) oneiric; urgency=low
12760
12761 [ Leann Ogasawara ]
12762
12763 * Open Oneiric
12764
12765 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12766
12767linux (2.6.38-7.39) natty; urgency=low
12768
12769 [ Leann Ogasawara ]
12770
12771 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12772
12773 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12774
12775linux (2.6.38-7.38) natty; urgency=low
12776
12777 [ Leann Ogasawara ]
12778
12779 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12780 gcc-4.5.2-6ubuntu5 finished building on all arches.
12781
12782 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12783
12784linux (2.6.38-7.37) natty; urgency=low
12785
12786 [ Leann Ogasawara ]
12787
12788 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12789
12790 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12791
12792linux (2.6.38-7.36) natty; urgency=low
12793
12794 [ Andy Whitcroft ]
12795
12796 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12797 optimisation"
12798 * purge last vestiges of maverick
12799 * [Config] switch CONFIG_FB_VESA back to module
12800
12801 [ Chris Wilson ]
12802
12803 * SAUCE: drm/i915: Fix pipelined fencing
12804 - LP: #717114
12805
12806 [ Loïc Minier ]
12807
12808 * Include nls_cp437 module in virtual for fat
12809 - LP: #732046
12810 * Support arch= cross-compilation for any arch
12811 * Fix couple of typos in 0-common-vars.mk
12812 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12813 * Add armhf to Debian -> Linux arch map
12814 * Add initial armhf.mk
12815 * Enable common packages for armhf
12816
12817 [ Upstream Kernel Changes ]
12818
12819 * Yama: fix default relationship to check thread group
12820 - LP: #737676
12821
12822 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12823
12824linux (2.6.38-7.35) natty; urgency=low
12825
12826 [ Andy Whitcroft ]
12827
12828 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12829 * rebase fixes bug #715330
12830 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12831 * rebase to v2.6.38 final
12832
12833 [ Herton Ronaldo Krzesinski ]
12834
12835 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12836 - LP: #636091
12837
12838 [ Tim Gardner ]
12839
12840 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12841
12842 [ Upstream Kernel Changes ]
12843
12844 * Yama: use thread group leader when creating match
12845 - LP: #729839
12846 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12847 RAID controller
12848 - LP: #735240
12849 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12850
12851 [ Major Kernel Changes ]
12852
12853 * rebase from v2.6.38-rc8 to v2.6.38 final
12854 - LP: #715330
12855
12856 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12857
12858linux (2.6.38-6.34) natty; urgency=low
12859
12860 [ Andy Whitcroft ]
12861
12862 * [Config] normalise CONFIG_INTEL_TXT
12863 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12864 - LP: #730860
12865 * rebase to mainline v2.6.38-rc8
12866
12867 [ Major Kernel Changes ]
12868
12869 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12870 to v2.6.38-rc8
12871
12872 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12873
12874linux (2.6.38-6.33) natty; urgency=low
12875
12876 [ Andy Whitcroft ]
12877
12878 * d-i -- enable speakup-modules udeb
12879 - LP: #672699
12880 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12881 * [Config] debian PPC64 configuration
12882 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12883 * [Config] resync ppc64 configuration
12884 * SAUCE: match up ENTRY/END naming for 32/64 bit
12885 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12886 * [Config] update configs after rebase to
12887 fb62c00a6d8942775abc23d1621db1252e2d93d1
12888 * [Config] pps_gen_parport no longer built
12889
12890 [ Corentin Chary ]
12891
12892 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12893 - LP: #689393
12894 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12895 - LP: #689393
12896
12897 [ John Johansen ]
12898
12899 * SAUCE: Fix aufs calling of security_path_mknod
12900 - LP: #724456
12901
12902 [ Kees Cook ]
12903
12904 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12905
12906 [ Tim Gardner ]
12907
12908 * rebase to 2.6.38-rc7
12909
12910 [ Upstream Kernel Changes ]
12911
12912 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12913
12914 [ Major Kernel Changes ]
12915
12916 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12917 fb62c00a6d8942775abc23d1621db1252e2d93d1
12918 - LP: #721389
12919 - LP: #722925
12920 - LP: #723672
12921 - LP: #723676
12922 - LP: #715318
12923
12924 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12925
12926linux (2.6.38-5.32) natty; urgency=low
12927
12928 [ Andy Whitcroft ]
12929
12930 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12931 * [Config] updateconfigs following rebase to v2.6.38-rc6
12932 * [Config] enable CONFIG_DMAR
12933 - LP: #552311
12934
12935 [ Upstream Kernel Changes ]
12936
12937 * drm/i915: skip FDI & PCH enabling for DP_A
12938 - LP: #561802, #600453, #681877
12939
12940 [ Major Kernel Changes ]
12941
12942 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12943 - LP: #718402
12944 - LP: #719524
12945 - LP: #721126
12946 - LP: #719691
12947 - LP: #722689
12948 - LP: #722310
12949
12950 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12951
12952linux (2.6.38-4.31) natty; urgency=low
12953
12954 [ Andy Whitcroft ]
12955
12956 * add in bugs closed by upstream patches pulled in by rebases
12957 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12958 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12959 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12960 * rebase to mainline v2.6.38-rc5
12961 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12962 supported
12963 - LP: #719691
12964
12965 [ Colin Ian King ]
12966
12967 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12968
12969 [ Manoj Iyer ]
12970
12971 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
12972 - LP: #717435
12973
12974 [ Tim Gardner ]
12975
12976 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
12977
12978 [ Upstream Kernel Changes ]
12979
12980 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
12981 - LP: #702434
12982 * vfs: fix BUG_ON() in fs/namei.c:1461
12983
12984 [ Vladislav P ]
12985
12986 * SAUCE: Release BTM while sleeping to avoid deadlock.
12987 - LP: #713837
12988
12989 [ Major Kernel Changes ]
12990
12991 * rebase from v2.6.38-rc4 to v2.6.38-rc5
12992 - LP: #579276
12993 - LP: #715877
12994 - LP: #713769
12995 - LP: #716811
12996 * resync with Maverick Ubuntu-2.6.35-27.47
12997
12998 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
12999
13000linux (2.6.38-3.30) natty; urgency=low
13001
13002 [ Andy Whitcroft ]
13003
13004 * rebase to v2.6.38-rc4
13005 * ppc64 -- add basic architecture
13006 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
13007
13008 [ Colin Ian King ]
13009
13010 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
13011 - LP: #676997
13012 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
13013 - LP: #701530
13014 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
13015 - LP: #701530
13016
13017 [ Dan Rosenberg ]
13018
13019 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
13020
13021 [ Kees Cook ]
13022
13023 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
13024 attacking"
13025 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
13026
13027 [ Tim Gardner ]
13028
13029 * [Config] CONFIG_BLK_CGROUP=y
13030 - LP: #706394
13031 * [Config] CONFIG_DELL_WMI_AIO=m
13032
13033 [ Upstream Kernel Changes ]
13034
13035 * drm/i915/lvds: Restore dithering on native modes for gen2/3
13036 - LP: #711568
13037
13038 [ Upstream Kernel Changes ]
13039
13040 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
13041 - LP: #701271
13042 - LP: #708521
13043 - LP: #710371
13044
13045 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
13046
13047linux (2.6.38-2.29) natty; urgency=low
13048
13049 [ Andy Whitcroft ]
13050
13051 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
13052 * [Config] updateconfigs following rebase to
13053 1f0324caefd39985e9fe052fac97da31694db31e
13054 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
13055 * [Config] reenable HIBERNATE
13056 - LP: #710877
13057 * rebase to v2.6.38-rc3
13058 * [Config] reenable CONFIG_CRASH_DUMP
13059
13060 [ Kamal Mostafa ]
13061
13062 * SAUCE: rtl8192se: fix source file perms
13063 * SAUCE: rtl8192se: fix source file newline
13064 * SAUCE: omnibook: fix source file newline
13065
13066 [ Kees Cook ]
13067
13068 * [Config] packaging: really make System.map mode 0600
13069
13070 [ Ricardo Salveti de Araujo ]
13071
13072 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
13073 PM34XX_ERRATUM
13074
13075 [ Soren Hansen ]
13076
13077 * SAUCE: nbd: Remove module-level ioctl mutex
13078
13079 [ Tim Gardner ]
13080
13081 * SAUCE: Disable building the ACPI debugfs source
13082
13083 [ Upstream Kernel Changes ]
13084
13085 * Set physical start and alignment 1M for virtual i386
13086 - LP: #710754
13087
13088 [ Upstream Kernel Changes ]
13089
13090 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13091 to v2.6.38-rc3
13092 - LP: #707902
13093
13094 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
13095
13096linux (2.6.38-1.28) natty; urgency=low
13097
13098 [ Andy Whitcroft ]
13099
13100 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
13101
13102 [ Ricardo Salveti de Araujo ]
13103
13104 * SAUCE: omap3: beaglexm: fix DVI initialization
13105 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
13106 display work at Beagle
13107
13108 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
13109
13110linux (2.6.38-1.27) natty; urgency=low
13111
13112 [ Andy Whitcroft ]
13113
13114 * ubuntu: AUFS -- update aufs-update to track new locations of headers
13115 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
13116 * SAUCE: ensure root is ready before running usermodehelpers in it
13117 * correct the Vcs linkage to point to natty
13118 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
13119 * [Config] update configs following rebase
13120 e78bf5e6cbe837daa6ab628a5f679548742994d3
13121 * SAUCE: Yama: follow changes to generic_permission
13122 * ubuntu: compcache -- follow changes to bd_claim/bd_release
13123 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
13124 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
13125 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
13126 * update package version to match payload version
13127 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
13128 * rebase to v2.6.38-rc1
13129 * [Config] updateconfigs following rebase to v2.6.38-rc1
13130 * SAUCE: x86 fix up jiffies/jiffies_64 handling
13131 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
13132 * [Config] updateconfigs following rebase to
13133 2b1caf6ed7b888c95a1909d343799672731651a5
13134 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
13135 * ubuntu: AUFS -- suppress benign plink warning messages
13136 - LP: #621195
13137 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
13138 * rebase to v2.6.38-rc2
13139 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
13140 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13141 * [Config] update configs following rebase to
13142 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13143 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
13144 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
13145 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
13146 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
13147
13148 [ Kees Cook ]
13149
13150 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
13151
13152 [ Stefan Bader ]
13153
13154 * Temporarily disable RODATA for virtual i386
13155 - LP: #699828
13156
13157 [ Tim Gardner ]
13158
13159 * [Config] CONFIG_NLS_DEFAULT=utf8
13160 - LP: #683690
13161 * [Config] CONFIG_HIBERNATION=n
13162 * update bnx2 firmware files in d-i/firmware/nic-modules
13163
13164 [ Upstream Kernel Changes ]
13165
13166 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
13167 objects."
13168 * packaging: make System.map mode 0600
13169 * thinkpad_acpi: Always report scancodes for hotkeys
13170 - LP: #702407
13171 * sched: tg->se->load should be initialised to tg->shares
13172 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
13173 * brcm80211: include linux/slab.h for kfree
13174 * pch_dma: add include/slab.h for kfree
13175 * i2c-eg20t: include linux/slab.h for kfree
13176 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
13177 * tty: include linux/slab.h for kfree
13178 * winbond: include linux/delay.h for mdelay et al
13179
13180 [ Upstream Kernel Changes ]
13181
13182 * mark the start of v2.6.38 versioning
13183 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13184 - LP: #689886
13185 - LP: #702125
13186 - LP: #608775
13187 - LP: #215802
13188 - LP: #686333
13189 - LP: #677830
13190 - LP: #677652
13191 - LP: #696493
13192 - LP: #697240
13193 - LP: #689036
13194 - LP: #705323
13195 - LP: #686692
13196
13197 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
13198
13199linux (2.6.37-12.26) natty; urgency=low
13200
13201 [ Andy Whitcroft ]
13202
13203 * rebase to v2.6.37-rc8
13204 * [Config] armel -- reenable omap flavour
13205 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
13206 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
13207 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
13208 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
13209 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13210 * [Config] track missing modules
13211 * rebase to v2.6.37 final
13212
13213 [ Chase Douglas ]
13214
13215 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
13216 Magic Trackpad
13217
13218 [ Stefan Bader ]
13219
13220 * Revert "SAUCE: blkfront: default to sd devices"
13221 - LP: #684875
13222
13223 [ Tim Gardner ]
13224
13225 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
13226 - LP: #380138
13227 * [Config] Added autofs4.ko to -virtual flavour
13228 - LP: #692917
13229
13230 [ Upstream Kernel Changes ]
13231
13232 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
13233 Laptops
13234 - LP: #632884
13235
13236 [ Upstream Kernel Changes ]
13237
13238 * rebase to v2.6.37-rc8
13239 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13240 * rebase to v2.6.37 final
13241
13242 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
13243
13244linux (2.6.37-11.25) natty; urgency=low
13245
13246 [ Andy Whitcroft ]
13247
13248 * [Config] d-i -- add hpsa to the list of block devices
13249 - LP: #684304
13250 * [Config] add vmw-balloon driver to -virtual flavour
13251 - LP: #592039
13252 * rebase to v2.6.37-rc7
13253
13254 [ Upstream Kernel Changes ]
13255
13256 * rebase to v2.6.37-rc7
13257
13258 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
13259
13260linux (2.6.37-10.24) natty; urgency=low
13261
13262 [ Andy Whitcroft ]
13263
13264 * rebase to v2.6.37-rc6
13265 * updateconfigs following rebase to v2.6.37-rc6
13266
13267 [ Upstream Kernel Changes ]
13268
13269 * rebase to v2.6.37-rc6
13270
13271 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
13272
13273linux (2.6.37-9.23) natty; urgency=low
13274
13275 [ Andy Whitcroft ]
13276
13277 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
13278 - LP: #689606
13279 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
13280 - LP: #689606
13281
13282 [ Kees Cook ]
13283
13284 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
13285 - LP: #690190
13286
13287 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
13288
13289linux (2.6.37-9.22) natty; urgency=low
13290
13291 [ Andy Whitcroft ]
13292
13293 * rebase to v2.6.35-rc5
13294 * [Config] updateconfigs following rebase to v2.6.37-rc5
13295 * (no-up) add support for installed header files to ubuntu directory
13296 - LP: #684666
13297 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13298 - LP: #684666
13299 * ubuntu: dm-raid4-5 -- follow changes to bio flags
13300 * ubuntu: dm-raid4-5 -- re-enable
13301 * ubuntu: omnibook -- update BOM
13302 * ubuntu: ndiswrapper -- update BOM to match actual version
13303 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
13304 * ubuntu: ndiswrapper -- re-enable
13305 * ubuntu: iscsitarget -- re-instate copy_io_context
13306 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
13307 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
13308 * ubuntu: iscsitarget -- re-enable
13309
13310 [ Kees Cook ]
13311
13312 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13313
13314 [ Manoj Iyer ]
13315
13316 * SAUCE: Enable jack sense for Thinkpad Edge 13
13317 - LP: #685015
13318
13319 [ Tim Gardner ]
13320
13321 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
13322 * [Config] CONFIG_CRYPTO_CRC32C=y
13323 - LP: #681819
13324 * [Config] CONFIG_9P_FSCACHE=n
13325 * [Config] Add nfsd modules to -virtual flavour
13326 - LP: #688070
13327
13328 [ Upstream Kernel Changes ]
13329
13330 * Revert "Staging: zram: work around oops due to startup ordering snafu"
13331 * NFS: Fix panic after nfs_umount()
13332 - LP: #683938
13333 * x86: Add NX protection for kernel data
13334 * x86: Add RO/NX protection for loadable kernel modules
13335 * x86: Resume trampoline must be executable
13336 * x86: RO/NX protection for loadable kernel, jump_table fix
13337
13338 [ Upstream Kernel Changes ]
13339
13340 * rebase to v2.6.37-rc5
13341
13342 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
13343
13344linux (2.6.37-8.21) natty; urgency=low
13345
13346 [ Andy Whitcroft ]
13347
13348 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
13349 linux-libc-headers"
13350 * Revert "(no-up) add support for installed header files to ubuntu
13351 directory"
13352
13353 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
13354
13355linux (2.6.37-8.20) natty; urgency=low
13356
13357 [ Andy Whitcroft ]
13358
13359 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
13360 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
13361 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
13362 * Revert "SAUCE: i915 -- disable powersave by default"
13363 * SAUCE: enable Marvell 9128 PCIe SATA controller
13364 - LP: #658521
13365 * [Config] evtchn has been renamed
13366 * (no-up) add support for installed header files to ubuntu directory
13367 - LP: #684666
13368 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13369 - LP: #684666
13370
13371 [ Tim Gardner ]
13372
13373 * [Config] MISS: evtchn, NEW : xen-evtchn
13374 * rebase to v2.6.37-rc4
13375
13376 [ Upstream Kernel Changes ]
13377
13378 * drm/i915: Clean conflicting modesetting registers upon init
13379 - LP: #683775
13380 * rebase to v2.6.37-rc4
13381
13382 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
13383
13384linux (2.6.37-7.19) natty; urgency=low
13385
13386 [ Tim Gardner ]
13387
13388 * [Config] Add bnx2 firmware to nic-modules udeb
13389 - LP: #676245
13390
13391 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
13392
13393linux (2.6.37-7.18) natty; urgency=low
13394
13395 [ Andy Whitcroft ]
13396
13397 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
13398 * Revert "SAUCE: Add extra headers to linux-libc-dev"
13399 * Revert "SAUCE: Enable speedstep for sonoma processors."
13400 * [Config] enable CONFIG_BT_HCIUART_ATH3K
13401 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
13402 * [Config] standardise CONFIG_MII
13403 * [Config] standardise CONFIG_PRISM2_USB
13404 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
13405 * [Config] build in CONFIG_AGP
13406 * [Config] build in CONFIG_AGP_INTEL
13407 * [Config] build in CONFIG_AGP_AMD
13408 * [Config] build in CONFIG_AGP_AMD64
13409 * [Config] build in CONFIG_AGP_NVIDIA
13410 * [Config] build in CONFIG_AGP_VIA
13411 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
13412 * (no-up): document the new ## scheme
13413 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
13414 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
13415 - LP: #675453
13416
13417 [ Mathieu J. Poirier ]
13418
13419 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
13420
13421 [ Upstream Kernel Changes ]
13422
13423 * nx-emu: fix inverted report of disable_nx
13424
13425 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
13426
13427linux (2.6.37-6.17) natty; urgency=low
13428
13429 [ Andy Whitcroft ]
13430
13431 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
13432 aufs2.1-36-UNRELEASED-20101103"
13433 * Revert "ubuntu: AUFS -- aufs2-base.patch
13434 aufs2.1-36-UNRELEASED-20101103"
13435 * [Config] standardise CONFIG_BT
13436 * [Config] standardise CONFIG_IRDA
13437 * [Config] standardise CONFIG_LAPB
13438 * [Config] standardise CONFIG_RDS
13439 * [Config] standardise CONFIG_RFKILL
13440 * [Config] standardise CONFIG_TIPC
13441 * [Config] standardise CONFIG_X25
13442 * [Config] standardise CONFIG_INPUT_EVDEV
13443 * [Config] standardise CONFIG_INPUT_JOYDEV
13444 * [Config] standardise CONFIG_INPUT_JOYSTICK
13445 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
13446 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
13447 * [Config] CONFIG_IRDA=n for FTBS (arm)
13448 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
13449 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
13450 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
13451
13452 [ Tim Gardner ]
13453
13454 * SAUCE: Fix drivers/staging/easycap FTBS
13455 * [Config] CONFIG_EASYCAP=m after fixing FTBS
13456
13457 [ Upstream Kernel Changes ]
13458
13459 * Revert "x86: Add NX protection for kernel data"
13460
13461 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
13462
13463linux (2.6.37-6.16) natty; urgency=low
13464
13465 [ Andy Whitcroft ]
13466
13467 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
13468 * rebase to v2.6.37-rc3
13469
13470 [ Tim Gardner ]
13471
13472 * [Config] CONFIG_SCHED_AUTOGROUP=y
13473
13474 [ Upstream Kernel Changes ]
13475
13476 * Revert "x86: Add RO/NX protection for loadable kernel modules"
13477 * sched: automated per session task groups
13478 * rebase to v2.6.37-rc3
13479
13480 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
13481
13482linux (2.6.37-6.15) natty; urgency=low
13483
13484 [ Andy Whitcroft ]
13485
13486 * [Config] standardise CONFIG_CEPH_FS
13487 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
13488 * [Config] standardise CONFIG_SCSI_PROC_FS
13489 * [Config] standardise CONFIG_UBIFS_FS
13490 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
13491
13492 [ Kees Cook ]
13493
13494 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13495
13496 [ Manoj Iyer ]
13497
13498 * SAUCE: Enable jack sense for Thinkpad Edge 11
13499 - LP: #677210
13500 * SAUCE: enable rfkill for rtl8192se driver
13501 - LP: #640992
13502
13503 [ Tim Gardner ]
13504
13505 * [Config] CONFIG_EASYCAP=n for FTBS
13506 * Rebase to v2.6.32-rc2+git
13507
13508 [ Upstream Kernel Changes ]
13509
13510 * x86: Fix improper large page preservation
13511 * x86: Add NX protection for kernel data
13512 * x86: Add RO/NX protection for loadable kernel modules
13513
13514 [ Upstream Kernel Changes ]
13515
13516 * Rebase to Linus 2.6.37-rc2+git
13517
13518 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
13519
13520linux (2.6.37-5.14) natty; urgency=low
13521
13522 [ Upstream Kernel Changes ]
13523
13524 * PCI: fix offset check for sysfs mmapped files
13525 - LP: #676963
13526
13527 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
13528
13529linux (2.6.37-5.13) natty; urgency=low
13530
13531 [ Andy Whitcroft ]
13532
13533 * rebased to v2.6.37-rc2
13534 * updateconfigs following rebase to v2.6.37-rc2
13535
13536 [ Tim Gardner ]
13537
13538 * [Config] Added NFS and related modules to virtual flavour
13539 - LP: #659084
13540
13541 [ Upstream Kernel Changes ]
13542
13543 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
13544 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
13545 * x86, cpu: Call verify_cpu during 32bit CPU startup
13546 * x86, cpu: Only CPU features determine NX capabilities
13547
13548 [ Upstream Changes ]
13549
13550 * rebased to v2.67.37-rc2
13551
13552 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
13553
13554linux (2.6.37-4.12) natty; urgency=low
13555
13556 [ Andy Whitcroft ]
13557
13558 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
13559 * Revert "[Upstream] HID: magicmouse: properly account for scroll
13560 movement in state"
13561 * Revert "[Upstream] HID: magicmouse: disable and add module param for
13562 scroll acceleration"
13563 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
13564 middle of mouse"
13565
13566 [ Henrik Rydberg ]
13567
13568 * SAUCE: hid: ntrig: remove sysfs nodes
13569 * SAUCE: hid: ntrig: Setup input filtering manually
13570 * SAUCE: hid: ntrig: New ghost-filtering event logic
13571
13572 [ Manoj Iyer ]
13573
13574 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13575 - LP: #348861
13576
13577 [ Upstream Kernel Changes ]
13578
13579 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
13580 suspend/resume"
13581 * Revert "[ARM] implement arch_randomize_brk()"
13582 * Revert "ARM: stack protector: change the canary value per task"
13583 * Revert "ARM: initial stack protector (-fstack-protector) support"
13584 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
13585 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
13586 * Revert "perf probe: Add kernel source path option"
13587 * hid: ntrig: Support single-touch devices
13588 * hid: ntrig: Mask pen switch events
13589 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
13590 kernel
13591 - LP: #673073
13592 * Fix userspace build of linux/fs.h
13593
13594 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
13595
13596linux (2.6.37-3.11) natty; urgency=low
13597
13598 [ Andy Whitcroft ]
13599
13600 * Revert "ubuntu: AUFS -- update to
13601 b37c575759dc4535ccc03241c584ad5fe69e3b25"
13602 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
13603 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
13604 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
13605 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
13606 * [Config] Disable intel_idle for -virtual kernels
13607 - LP: #651370
13608 * [Config] enforcer -- ensure we never enable CONFIG_IMA
13609 * debian -- pass the correct flavour name when checking configs
13610 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
13611 * [Config] ensure CONFIG_IPV6=y for powerpc
13612 * [Config] enforcer -- ensure CONFIG_IPV6=y
13613 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
13614 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
13615 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
13616 * ubuntu: AUFS -- re-enable
13617 * ubuntu: AUFS -- track changes to work queue initialisation
13618 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
13619 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13620 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13621 - LP: #614008
13622 * SAUCE: drm -- stop early access to drm devices
13623
13624 [ Jeremy Kerr ]
13625
13626 * [Config] Build-in powermac ZILOG serial driver
13627 - LP: #673346
13628
13629 [ Kees Cook ]
13630
13631 * SAUCE: nx-emu: use upstream ASLR when possible
13632
13633 [ Tim Gardner ]
13634
13635 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
13636 - LP: #628776
13637
13638 [ Upstream Kernel Changes ]
13639
13640 * i386: NX emulation
13641 * nx-emu: drop exec-shield sysctl, merge with disable_nx
13642 * nx-emu: standardize boottime message prefix
13643 * mmap randomization for executable mappings on 32-bit
13644 * exec-randomization: brk away from exec rand area
13645
13646 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
13647
13648linux (2.6.37-2.10) natty; urgency=low
13649
13650 [ Andy Whitcroft ]
13651
13652 * reinstate armel config changes:
13653 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
13654 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
13655
13656 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
13657
13658linux (2.6.37-2.9) natty; urgency=low
13659
13660 [ Andy Whitcroft ]
13661
13662 * config -- fix genportsconfig
13663 * [Config] move powerpc over from ports to distro
13664 * bump master version number to match contained kernel
13665 * SAUCE: fix documentation strings for struct input_keymap_entry
13666 * usb: gadget: goku_udc: add registered flag bit
13667
13668 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
13669
13670linux (2.6.36-2.8) natty; urgency=low
13671
13672 [ Tim Gardner ]
13673
13674 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
13675 * [Config]: TWL4030_CORE=n for FTBS
13676 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
13677 * [Config]: CONFIG_SOLO6X10=n for FTBS
13678 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
13679 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
13680 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
13681 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
13682 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
13683 * [Config]: CONFIG_I2C_I801=n for armel FTBS
13684 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
13685 * AppArmor: compatibility patch for v5 interface
13686 * AppArmor: compatibility patch for v5 network controll
13687 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
13688 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13689 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13690 * Dropped: hid: 3m: Convert to MT slots
13691 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
13692 * Dropped: HID: magicmouse: simplify touch data bit manipulation
13693 * Dropped: HID: magicmouse: simplify touch down logic
13694 * Dropped: HID: magicmouse: enable Magic Trackpad support
13695 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
13696 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
13697 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
13698 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
13699 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
13700 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
13701 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
13702 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13703 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
13704 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
13705 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
13706 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
13707
13708 [ Upstream Kernel Changes ]
13709
13710 * rebased against 2.6.27-rc1
13711
13712 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
13713
13714linux (2.6.36-1.7) natty; urgency=low
13715
13716 [ Andy Whitcroft ]
13717
13718 * rebased to v2.6.36 final
13719 * [Config] update configs following rebase to v2.6.36 final
13720 * [Config] update ports configs following rebase to v2.6.36 final
13721
13722 [ Upstream Kernel Changes ]
13723
13724 * rebased to v2.6.36 final
13725
13726 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
13727
13728linux (2.6.36-1.6) natty; urgency=low
13729
13730 [ Upstream Kernel Changes ]
13731
13732 * drop broadcom staging driver preview:
13733 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
13734 wireless LAN driver."
13735
13736 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
13737
13738linux (2.6.36-1.5) natty; urgency=low
13739
13740 [ Andy Whitcroft ]
13741
13742 * rebase to v2.6.36-rc8
13743 * updateconfigs following rebase to v2.6.36-rc8
13744 * updateportsconfigs following rebase to v2.6.36-rc8
13745 * config -- simplify the kernelconfig interface
13746 * config -- add new config mode 'dumpconfigs'
13747
13748 [ Tim Gardner ]
13749
13750 * Simplify the use of CROSS_COMPILER
13751
13752 [ Upstream Kernel Changes ]
13753
13754 * drop broadcom staging driver preview:
13755 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
13756 brcmfmac.ko mutually exclusive."
13757 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
13758 set."
13759 * Revert "Staging: brcm80211: remove driver specific -W options"
13760 * Revert "Staging: brcm80211: clean up makefile cflag lines"
13761 * Revert "staging: brcm80211: add fullmac driver"
13762 * Revert "staging: brcm80211: use string native library"
13763 * Revert "staging: brcm80211: use native ctype library"
13764 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13765 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13766 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13767 ...""
13768 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13769 ':' ...""
13770 * Revert "staging: brcm80211: fix "ERROR: space required before that
13771 ...""
13772 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13773 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13774 brace""
13775 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13776 ...close square bracket""
13777 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13778 ...""
13779 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13780 '*'""
13781 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13782 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13783 do - while loop""
13784 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13785 parenthesis""
13786 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13787 or NULL""
13788 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13789 or NULL""
13790 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13791 '}'""
13792 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13793 line""
13794 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13795 on next line""
13796 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13797 condition""
13798 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13799 paren...""
13800 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13801 function dec...""
13802 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13803 *bar"'"
13804 * Revert "staging: brcm80211: Fix URLs for firmware files."
13805 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13806 * Revert "staging: brcm80211: Add contact info to TODO list."
13807 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13808 * Export dump_{write,seek} to binary loader modules
13809 * rebase to v2.6.36-rc8.
13810
13811 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13812
13813linux (2.6.36-0.4) natty; urgency=low
13814
13815 [ Andy Whitcroft ]
13816
13817 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13818 (fixes FTBS on powerpc)
13819
13820 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13821
13822linux (2.6.36-0.3) natty; urgency=low
13823
13824 [ Andy Whitcroft ]
13825
13826 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13827
13828 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13829
13830linux (2.6.36-0.2) natty; urgency=low
13831
13832 [ Andy Whitcroft ]
13833
13834 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13835 (fix FTBS on powerpc)
13836
13837 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13838
13839linux (2.6.36-0.1) natty; urgency=low
13840
13841 [ Andy Whitcroft ]
13842
13843 * reduce disk usage during buildd builds
13844 - LP: #645653
13845 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13846 * [Config] armel -- drop omap flavour
13847
13848 [ Tim Gardner ]
13849
13850 * Added dropped patch list
13851 * more dropped patches
13852 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13853 * [Config] Add support for cross compiling armel
13854 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13855 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13856 * [Config]: updateconfigs after adding brcm80211
13857 * staging: brcm80211: Fix Makefile syntax error
13858 * rebased to v2.6.36-rc7
13859
13860 [ Upstream Kernel Changes ]
13861
13862 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13863 * (upstream) IPS driver: verify BIOS provided limits
13864 * intel_ips: Print MCP limit exceeded values.
13865 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13866 LAN driver.
13867 * staging: brcm80211: Fix some initialisation failure paths
13868 * staging: brcm80211: Add contact info to TODO list.
13869 * staging: brcm80211: use '%pM' format to print MAC address
13870 * staging: brcm80211: Fix URLs for firmware files.
13871 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13872 * staging: brcm80211: fix "ERROR: open brace '{' following function
13873 dec..."
13874 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13875 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13876 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13877 line"
13878 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13879 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13880 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13881 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13882 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13883 parenthesis"
13884 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13885 while loop"
13886 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13887 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13888 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13889 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13890 bracket"
13891 * staging: brcm80211: fix "ERROR: space required after that close brace"
13892 * staging: brcm80211: fix "ERROR: space required after that ..."
13893 * staging: brcm80211: fix "ERROR: space required before that ..."
13894 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13895 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13896 * staging: brcm80211: fix "ERROR: trailing whitespace."
13897 * staging: brcm80211: fix remaining checkpatch errors.
13898 * staging: brcm80211: use native ctype library
13899 * staging: brcm80211: use string native library
13900 * staging: brcm80211: add fullmac driver
13901 * Staging: brcm80211: clean up makefile cflag lines
13902 * Staging: brcm80211: remove driver specific -W options
13903 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13904 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13905 mutually exclusive.
13906
13907 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13908
13909linux (2.6.35-22.33) maverick; urgency=low
13910
13911 [ Andy Whitcroft ]
13912
13913 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13914 Dell E2 series Laptops"
13915 - LP: #641320
13916
13917 [ Brian Rogers ]
13918
13919 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13920 - LP: #624701
13921
13922 [ Christopher James Halse Rogers ]
13923
13924 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13925 - LP: #544088, #546393
13926 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13927 - LP: #546393
13928
13929 [ John Johansen ]
13930
13931 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13932 kernels"
13933 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13934 - LP: #639758
13935
13936 [ Mathieu J. Poirier ]
13937
13938 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13939
13940 [ Upstream Kernel Changes ]
13941
13942 * ALSA: HDA: Enable internal speaker on Dell M101z
13943 - LP: #640254
13944
13945 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13946
13947linux (2.6.35-22.32) maverick; urgency=low
13948
13949 [ Arjan van de Ven ]
13950
13951 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13952
13953 [ David Henningsson ]
13954
13955 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13956 - LP: #605047, #628961
13957
13958 [ John Johansen ]
13959
13960 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13961 and profile names
13962 - LP: #615947
13963 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13964 - LP: #615947
13965 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13966 - LP: #639758
13967 * SAUCE: Improve Amazon EBS performance for EC2
13968 - LP: #634316
13969
13970 [ Leann Ogasawara ]
13971
13972 * Revert "SAUCE: i915 KMS -- blacklist i855"
13973 * Revert "SAUCE: i915 KMS -- blacklist i845g"
13974 * Revert "SAUCE: i915 KMS -- blacklist i830"
13975 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
13976 devices"
13977 * execute module-inclusion within a subshell
13978 - LP: #621175
13979
13980 [ Upstream Kernel Changes ]
13981
13982 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
13983 - LP: #633227
13984 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
13985 - LP: #629711
13986 * (pre-stable) mm: Move vma_stack_continue into mm.h
13987 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
13988 - LP: #601073
13989 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
13990 * PM / Runtime: Add runtime PM statistics (v3)
13991 * compat: Make compat_alloc_user_space() incorporate the access_ok()
13992 - CVE-2010-3081
13993 * x86-64, compat: Test %rax for the syscall number, not %eax
13994 - CVE-2010-3301
13995 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
13996 - CVE-2010-3301
13997
13998 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
13999
14000linux (2.6.35-21.31) maverick; urgency=low
14001
14002 [ Andy Whitcroft ]
14003
14004 * bodge linux-libc-dev package version due to ti-omap4 error
14005 * linux-libc-dev -- ensure we can only build this on debian.master
14006
14007 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
14008
14009linux (2.6.35-21.30) maverick; urgency=low
14010
14011 [ Andy Whitcroft ]
14012
14013 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14014 - LP: #614008
14015
14016 [ Daniel Lezcano ]
14017
14018 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
14019
14020 [ Henrik Rydberg ]
14021
14022 * SAUCE: Input: wacom - add fuzz parameters to features
14023 * SAUCE: Input: wacom - collect device quirks into single function
14024 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
14025 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
14026 * SAUCE: hid: ntrig: Remove unused device ids
14027 * SAUCE: hid: ntrig: remove sysfs nodes
14028 * SAUCE: hid: ntrig: Correct logic for quirks
14029 * SAUCE: hid: ntrig: zero-initialize ntrig struct
14030 * SAUCE: hid: ntrig: Setup input filtering manually
14031 * SAUCE: hid: ntrig: New ghost-filtering event logic
14032
14033 [ Leann Ogasawara ]
14034
14035 * SAUCE: ndiswrapper: Initialize buffer index and check its value
14036 - LP: #613796
14037
14038 [ Manoj Iyer ]
14039
14040 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
14041 series Laptops
14042 - LP: #632884
14043
14044 [ Ping Cheng ]
14045
14046 * SAUCE: Input: wacom - parse the Bamboo device family
14047
14048 [ Rafi Rubin ]
14049
14050 * SAUCE: hid: ntrig: identify firmware version (wiggled)
14051
14052 [ Tim Gardner ]
14053
14054 * [Config] CONFIG_NL80211_TESTMODE=n
14055
14056 [ Upstream Kernel Changes ]
14057
14058 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
14059 * e1000e: initial support for 82579 LOMs
14060 * e1000e: correct MAC-PHY interconnect register offset for 82579
14061 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
14062 tested on HP G60
14063 - LP: #587388
14064 * DSS2: Don't power off a panel twice
14065 - LP: #588243
14066 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
14067 * Input: i8042 - reset keyboard controller wehen resuming from S2R
14068 - LP: #86820
14069 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
14070 - LP: #414795
14071 * agp/intel: Support the extended physical addressing bits on
14072 Sandybridge.
14073 - LP: #632488
14074 * drm/i915,intel_agp: Add support for Sandybridge D0
14075 - LP: #632488
14076 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
14077 - LP: #632488
14078 * mmc: omap: fix for bus width which improves SD card's peformance.
14079
14080 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
14081
14082linux (2.6.35-20.29) maverick; urgency=low
14083
14084 [ Andy Whitcroft ]
14085
14086 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
14087 - LP: #563277
14088 * SAUCE: i915 KMS -- blacklist i830
14089 - LP: #542208, #563277
14090 * SAUCE: i915 KMS -- blacklist i845g
14091 - LP: #541492, #563277
14092 * SAUCE: i915 KMS -- blacklist i855
14093 - LP: #511001, #541511, #563277
14094
14095 [ Leann Ogasawara ]
14096
14097 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
14098 - LP: #601073
14099 * ARM: Temporarily disable module check for armel
14100 * rebase to v2.6.35.4
14101 * [Config] update configs following rebase to v2.6.35.4
14102
14103 [ Ricardo Salveti de Araujo ]
14104
14105 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
14106 in Omap
14107
14108 [ Tim Gardner ]
14109
14110 * [Config] Added be2net, be2scsi to udebs
14111 - LP: #628776
14112
14113 [ Upstream Kernel Changes ]
14114
14115 * x86, cpu: Package Level Thermal Control, Power Limit Notification
14116 definitions
14117 - LP: #601073
14118 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
14119 - LP: #601073
14120 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
14121 - LP: #601073
14122 * x86, hwmon: Package Level Thermal/Power: power limit
14123 - LP: #601073
14124 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
14125 - LP: #601073
14126 * hid: 3m: Adjust to sequential MT HID protocol
14127 * hid: 3m: Convert to MT slots
14128 * hid: 3m: Correct touchscreen emulation
14129 * hid: 3m: Adjust major / minor axes to scale
14130 * input: bcm5974: Adjust major / minor to scale
14131 * HID: magicmouse: don't allow hidinput to initialize the device
14132 * HID: magicmouse: simplify multitouch feature request
14133 * HID: magicmouse: simplify touch data bit manipulation
14134 * HID: magicmouse: simplify touch down logic
14135 * HID: magicmouse: remove timestamp logic
14136 * HID: magicmouse: enable Magic Trackpad support
14137 * HID: magicmouse: Adjust major / minor axes to scale
14138 * mmc: fix all hangs related to mmc/sd card insert/removal during
14139 suspend/resume
14140 - LP: #477106
14141 * drm/i915: fix VGA plane disable for Ironlake+
14142 - LP: #602281
14143
14144 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
14145
14146linux (2.6.35-19.28) maverick; urgency=low
14147
14148 [ Leann Ogasawara ]
14149
14150 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
14151 from the archive and a no-change rebuild was attempted. However, the ABI
14152 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
14153 up the ABI and re-upload.
14154
14155 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
14156
14157linux (2.6.35-19.27) maverick; urgency=low
14158
14159 [ Leann Ogasawara ]
14160
14161 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
14162 from the archive.
14163
14164 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
14165
14166linux (2.6.35-19.26) maverick; urgency=low
14167
14168 [ Upstream Kernel Changes ]
14169
14170 * ARM: OMAP: Beagle: revision detection
14171 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
14172 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
14173
14174 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
14175
14176linux (2.6.35-19.25) maverick; urgency=low
14177
14178 [ Jarod Wilson ]
14179
14180 * SAUCE: Bring in staging/lirc from 2.6.36
14181 - LP: #609234
14182 * SAUCE: Update ir-core to linuxtv/other which should be merged for
14183 2.6.36.
14184 - LP: #609234
14185 * SAUCE: Fix memleaks in imon and mceusb drivers
14186 - LP: #609234
14187 * SAUCE: Bring in streamzap support from linuxtv/other
14188 - LP: #609234
14189
14190 [ Mario Limonciello ]
14191
14192 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
14193 - LP: #609234
14194
14195 [ Mathieu J. Poirier ]
14196
14197 * SAUCE: ARM: adding i2c eeprom driver to read EDID
14198 - LP: #608279
14199
14200 [ Upstream Kernel Changes ]
14201
14202 * intel_idle: disable module support
14203 - LP: #615265
14204 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
14205 correct codec ID
14206 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
14207 - LP: #605101
14208 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
14209 - LP: #495134
14210 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
14211 - LP: #519066
14212 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
14213 - LP: #519066
14214 * input: mt: Initialize slots to unused (rev2)
14215 * input: mt: Add support for the Bamboo Touch trackpad
14216 * hid: Add a hid quirk for input sync override
14217
14218 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
14219
14220linux (2.6.35-18.24) maverick; urgency=low
14221
14222 [ Colin Watson ]
14223
14224 * Pass DEB_MAINT_PARAMS to hook scripts
14225
14226 [ Leann Ogasawara ]
14227
14228 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
14229 - LP: #584812
14230 * rebase to v2.6.35.3
14231
14232 [ Upstream Kernel Changes ]
14233
14234 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
14235 - LP: #609234
14236 * can: add limit for nframes and clean up signed/unsigned variables
14237 - CVE-2010-2959
14238 * drm: Initialize ioctl struct when no user data is present
14239 - CVE-2010-2803
14240 * ARM: initial stack protector (-fstack-protector) support
14241 * ARM: stack protector: change the canary value per task
14242 * [ARM] implement arch_randomize_brk()
14243 * [ARM] add address randomization to mmap()
14244 * ARM: fix ASLR of PIE executables
14245
14246 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
14247
14248linux (2.6.35-17.23) maverick; urgency=low
14249
14250 [ Jeremy Kerr ]
14251
14252 * [Config] build-in uinput module
14253 - LP: #584812
14254
14255 [ Leann Ogasawara ]
14256
14257 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
14258 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
14259 * Revert "[Config] [FTBS] sparc: Temporarily disable
14260 CONFIG_MTD_NAND_DENALI"
14261 * Revert "[Config] [FTBS] sparc: Temporarily disable
14262 CONFIG_MFD_JANZ_CMODIO"
14263 * Revert "[Config] [FTBS] sparc: Temporarily disable
14264 CONFIG_INFINIBAND_QIB"
14265 * [Config] Enable INTEL_IPS
14266 - LP: #601057
14267 * Remove ia64 support
14268 * [Config] Update portsconfigs after removing ia64 support
14269 * Remove sparc support
14270 * [Config] Update portsconfigs after removing sparc support
14271
14272 [ Linus Torvalds ]
14273
14274 * (pre-stable) mm: fix page table unmap for stack guard page properly
14275
14276 [ Mathieu J. Poirier ]
14277
14278 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
14279 - LP: #591941
14280
14281 [ Upstream Kernel Changes ]
14282
14283 * timer: add on-stack deferrable timer interfaces
14284 - LP: #601057
14285 * x86 platform driver: intelligent power sharing driver
14286 - LP: #601057
14287 * IPS driver: add GPU busy and turbo checking
14288 - LP: #601057
14289 * X86: intel_ips, check for kzalloc properly
14290 - LP: #601057
14291 * ips driver: make it less chatty
14292 - LP: #601057
14293
14294 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
14295
14296linux (2.6.35-16.22) maverick; urgency=low
14297
14298 [ Andy Whitcroft ]
14299
14300 * debian -- more agressivly clean up after depmod on purge
14301 - LP: #618591
14302
14303 [ Henrik Rydberg ]
14304
14305 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
14306
14307 [ Leann Ogasawara ]
14308
14309 * ubuntu: iscsitarget -- version 1.4.20.2
14310 * ubuntu: rtl8192se -- update to version 0017.0507.2010
14311 * rebase to v2.6.35.2
14312 * [Config] update configs following rebase to v2.6.35.2
14313 * [Config] update ports configs following rebase to v2.6.35.2
14314
14315 [ Luke Yelavich ]
14316
14317 * [Config] Enable new firewire stack on powerpc
14318
14319 [ Mathieu J. Poirier ]
14320
14321 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
14322 - LP: #608266
14323
14324 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
14325
14326linux (2.6.35-15.21) maverick; urgency=low
14327
14328 [ Luke Yelavich ]
14329
14330 * [Config] CONFIG_SND_USB_UA101=m for all architectures
14331
14332 [ Upstream Kernel Changes ]
14333
14334 * Input: introduce MT event slots
14335 * Input: document the MT event slot protocol
14336 * (pre-stable) sched: Revert nohz_ratelimit() for now
14337 * (pre-stable) drm/radeon/kms: add missing copy from user
14338 - LP: #606081
14339
14340 [ Leann Ogasawara ]
14341
14342 * rebase to v2.6.35.1
14343
14344 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
14345
14346linux (2.6.35-14.20) maverick; urgency=low
14347
14348 [ Andy Whitcroft ]
14349
14350 * update Vcs-Git to point to maverick repo
14351 * debian -- include the debian packaging in the -source package
14352 - LP: #608674
14353 * select debian source format 1.0
14354 * add support for building selected stages of kernel
14355 - LP: #603087
14356 * cleanup conditional dependancy handling
14357 - LP: #603087
14358
14359 [ Upstream Kernel Changes ]
14360
14361 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
14362 - LP: #582199, #586418, #588031
14363 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
14364 - LP: #582199, #586418, #588031
14365 * sched: Revert nohz_ratelimit() for now
14366
14367 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
14368
14369linux (2.6.35-14.19) maverick; urgency=low
14370
14371 [ Leann Ogasawara ]
14372
14373 * rebase to v2.6.35
14374
14375 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
14376
14377linux (2.6.35-13.18) maverick; urgency=low
14378
14379 [ Andy Whitcroft ]
14380
14381 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
14382 * SAUCE: add tracing for user initiated readahead requests
14383 * SAUCE: vt -- maintain bootloader screen mode and content until vt
14384 switch
14385 * SAUCE: vt -- allow grub to request automatic vt_handoff
14386 * SAUCE: fbcon -- fix race between open and removal of framebuffers
14387 * SAUCE: drm -- stop early access to drm devices
14388
14389 [ Bryan Wu ]
14390
14391 * CONFIG: compile in OTG driver and Transceiver driver
14392 - LP: #566645
14393 * remove OTG modules from modules list file
14394
14395 [ John Johansen ]
14396
14397 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
14398 - LP: #581525, #599450
14399 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
14400 * SAUCE: AppArmor 2.4 compatibility patch
14401 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
14402 * SAUCE: fix pv-ops for legacy Xen
14403 * SAUCE: blkfront: default to sd devices
14404 * [Config] Build in drivers required for Xen pv-ops
14405
14406 [ Leann Ogasawara ]
14407
14408 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
14409 size."
14410
14411 [ Lee Jones ]
14412
14413 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
14414 - LP: #608095
14415 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
14416 just revision
14417 - LP: #608095
14418 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
14419 - LP: #608095
14420 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
14421 - LP: #608095
14422
14423 [ Upstream Kernel Changes ]
14424
14425 * agp/intel: Use the correct mask to detect i830 aperture size.
14426 - LP: #597075
14427
14428 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
14429
14430linux (2.6.35-12.17) maverick; urgency=low
14431
14432 [ Leann Ogasawara ]
14433
14434 * rebase to v2.6.35-rc6
14435 * [Config] update configs following rebase to v2.6.35-rc6
14436 * [Config] update ports configs following rebase to v2.6.35-rc6
14437 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
14438
14439 [ Leann Ogasawara ]
14440
14441 * rebase to v2.6.35-rc6
14442
14443 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
14444
14445linux (2.6.35-11.16) maverick; urgency=low
14446
14447 [ Leann Ogasawara ]
14448
14449 * Bump ABI for new compiler update
14450
14451 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
14452
14453linux (2.6.35-10.15) maverick; urgency=low
14454
14455 [ Leann Ogasawara ]
14456
14457 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
14458 device"
14459 * [Config] Enable CONFIG_M686=y
14460 - LP: #592495
14461
14462 [ Upstream Kernel Changes ]
14463
14464 * tracing: Add alignment to syscall metadata declarations
14465
14466 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
14467
14468linux (2.6.35-9.14) maverick; urgency=low
14469
14470 [ Andy Whitcroft ]
14471
14472 * ubuntu: AUFS -- add BOM and automated update script
14473 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
14474
14475 [ John Johansen ]
14476
14477 * [Config] Enable DRBD as a module
14478
14479 [ Kees Cook ]
14480
14481 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
14482 - LP: #604407
14483
14484 [ Leann Ogasawara ]
14485
14486 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
14487 - LP: #606139
14488 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
14489 - LP: #606139
14490 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14491 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14492
14493 [ Lee Jones ]
14494
14495 * Stop ARM boards crashing when CUPS is loaded
14496 - LP: #601226
14497
14498 [ Upstream Kernel Changes ]
14499
14500 * perf probe: Support tracing an entry of array
14501 * perf probe: Support static and global variables
14502
14503 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
14504
14505linux (2.6.35-8.13) maverick; urgency=low
14506
14507 [ Kees Cook ]
14508
14509 * SAUCE: Yama: check PTRACE using thread group leader
14510 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
14511 - LP: #603716
14512
14513 [ Leann Ogasawara ]
14514
14515 * rebase to v2.6.35-rc5
14516 * [Config] update configs following rebase to v2.6.35-rc5
14517
14518 [ Nicolas Pitre ]
14519
14520 * SAUCE: make ndiswrapper available on X86 only
14521
14522 [ Tim Gardner ]
14523
14524 * [Config] Added ums-cypress to udeb
14525 - LP: #576066
14526 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
14527 * [Config] CONFIG_NDISWRAPPER=m across all configs
14528
14529 [ Upstream Kernel Changes ]
14530
14531 * HID: magicmouse: report last touch up
14532 * rebase to 2.6.35-rc5
14533
14534 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
14535
14536linux (2.6.35-7.12) maverick; urgency=low
14537
14538 [ Tim Gardner ]
14539
14540 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
14541 - LP: #597075
14542
14543 [ Upstream Kernel Changes ]
14544
14545 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
14546 (squashed)
14547
14548 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
14549
14550linux (2.6.35-7.11) maverick; urgency=low
14551
14552 [ Tim Gardner ]
14553
14554 * [Config] CONFIG_X86_MRST=n
14555
14556 [ Upstream Kernel Changes ]
14557
14558 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
14559 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
14560 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
14561
14562 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
14563
14564linux (2.6.35-7.10) maverick; urgency=low
14565
14566 [ Kees Cook ]
14567
14568 * SAUCE: security: create task_free security callback
14569 * SAUCE: Yama: add PTRACE exception tracking and interface
14570 * SAUCE: security: unconditionally chain to Yama LSM
14571 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
14572 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
14573 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
14574 * [Upstream] security: Yama LSM
14575 * [Config] Enable CONFIG_SECURITY_YAMA=y
14576
14577 [ Tim Gardner ]
14578
14579 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
14580
14581 [ Upstream Kernel Changes ]
14582
14583 * rebase to 2.6.35-rc4
14584
14585 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
14586
14587linux (2.6.35-6.9) maverick; urgency=low
14588
14589 [ Tim Gardner ]
14590
14591 * [Upstream] direct_splice_actor() should not use pos in sd
14592 - LP: #588861
14593
14594 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
14595
14596linux (2.6.35-6.8) maverick; urgency=low
14597
14598 [ Mathieu J. Poirier ]
14599
14600 * ARM: Adding regulator supply for vdds_sdi.
14601 - LP: #597904
14602
14603 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
14604
14605linux (2.6.35-6.7) maverick; urgency=low
14606
14607 [ Alberto Milone ]
14608
14609 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
14610
14611 [ Chase Douglas ]
14612
14613 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
14614 of mouse
14615 * [Upstream] HID: magicmouse: disable and add module param for scroll
14616 acceleration
14617 * [Upstream] HID: magicmouse: properly account for scroll movement in
14618 state
14619 * [Upstream] HID: magicmouse: add param for scroll speed
14620 * [Upstream] HID: magicmouse: enable horizontal scrolling
14621
14622 [ Henrik Rydberg ]
14623
14624 * [Upstream] Input: evdev - convert to dynamic event buffer
14625 * [Upstream] Input: evdev - use driver hint to compute size of event
14626 buffer
14627 * [Upstream] Input: bcm5974 - set the average number of events per MT
14628 event packet
14629 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
14630 * [Upstream] Input: evdev - never leave the client buffer empty after
14631 write
14632
14633 [ John Johansen ]
14634
14635 * SAUCE: AppArmor: -- mainline 2010-06-23
14636 * SAUCE: AppArmor 2.4 compatibility patch
14637 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
14638
14639 [ Leann Ogasawara ]
14640
14641 * [Config] Enable CONFIG_INTR_REMAP=y
14642 - LP: #597091
14643 * [Config] Enable CONFIG_X86_X2APIC
14644 - LP: #597091
14645
14646 [ Mathieu J. Poirier ]
14647
14648 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
14649 - LP: #594382
14650
14651 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
14652
14653linux (2.6.35-5.6) maverick; urgency=low
14654
14655 [ Amit Kucheria ]
14656
14657 * [Config] update omap flavour description
14658
14659 [ Andy Whitcroft ]
14660
14661 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
14662 - LP: #570500, #576274
14663 * SAUCE: add option to hand off all kernel parameters to init
14664 - LP: #586386
14665 * [Config] enable passing all kernel command line to init
14666 - LP: #586386
14667 * [Config] disable CONFIG_VMI
14668 - LP: #537601
14669 * [Config] enable CONFIG_IPV6_SIT_6RD
14670 - LP: #591869
14671 * [Config] enable CONFIG_VMWARE_BALOON as module
14672 - LP: #592039
14673
14674 [ Leann Ogasawara ]
14675
14676 * Revert "SAUCE: pm: Config option to disable handling of console during
14677 suspend/resume"
14678 - LP: #594885
14679 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
14680 * [Config] ports: enable passing all kernel command line to init
14681 - LP: #586386
14682 * [Config] Enable CONFIG_FB_VESA=y for x86
14683 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
14684 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
14685 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
14686 - LP: #493156
14687
14688 [ Mathieu Poirier ]
14689
14690 * ARM: Adding MosChip MCS7830 to nic-usb
14691 - LP: #584920
14692
14693 [ Upstream Kernel Changes ]
14694
14695 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
14696 * docbook: need xmldoclinks for all doc types
14697 * perf probe: Add kernel source path option
14698
14699 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
14700
14701linux (2.6.35-4.5) maverick; urgency=low
14702
14703 [ Leann Ogasawara ]
14704
14705 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
14706 size (rev2)"
14707 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
14708 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
14709 (rev4)"
14710 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
14711 modules"
14712 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
14713 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
14714 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
14715
14716 [ Tim Gardner ]
14717
14718 * [Config] CONFIG_NFS_FSCACHE=y
14719 - LP: #440522
14720 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
14721 - LP: #440522
14722
14723 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
14724
14725linux (2.6.35-3.4) maverick; urgency=low
14726
14727 [ Andy Whitcroft ]
14728
14729 * debian -- ensure the version number is clean
14730
14731 [ Henrik Rydberg ]
14732
14733 * [Upstream] Introduce MT event slots (rev 5)
14734 * [Upstream] Document the MT event slot protocol (rev5)
14735 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
14736 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
14737 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
14738 (rev2)
14739
14740 [ Leann Ogasawara ]
14741
14742 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
14743 * Revert "SAUCE: hostap: send events on data interface as well as master
14744 interface"
14745 * Revert "Fix webcam having USB ID 0ac8:303b"
14746 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
14747 * rebase to v2.6.35-rc3
14748
14749 [ Maxim Levitsky ]
14750
14751 * [Config] Enable new Smartmedia/xD translation layer
14752 - LP: #202490
14753
14754 [ Upstream Kernel Changes ]
14755
14756 * net: fix deliver_no_wcard regression on loopback device
14757
14758 [ Upstream changes ]
14759
14760 * rebased to v2.6.35-rc3
14761
14762 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
14763
14764linux (2.6.35-2.3) maverick; urgency=low
14765
14766 [ Bryan Wu ]
14767
14768 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14769
14770 [ Leann Ogasawara ]
14771
14772 * [Config] armel: Enable CONFIG_BNX2=m
14773 * [Config] ports: Enable CONFIG_BNX2X=m
14774 * SAUCE: armel: define get_dma_ops to fix FTBS
14775
14776 [ Tim Gardner ]
14777
14778 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14779 are allocated queues
14780 - LP: #591416
14781
14782 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14783
14784linux (2.6.35-2.2) maverick; urgency=low
14785
14786 [ Andy Whitcroft ]
14787
14788 * [Config] d-i: make armel configuration versatile flavour specific
14789 - LP: #588805
14790 * [Config] d-i: enable .udebs for omap flavour
14791 - LP: #588805
14792
14793 [ Kees Cook ]
14794
14795 * ptrace: limit scope to attach only (allow read)
14796 - LP: #589656
14797
14798 [ Leann Ogasawara ]
14799
14800 * rebase to v2.6.35-rc2
14801 * [Config] update configs following rebase to v2.6.35-rc2
14802 * [Config] update port configs following rebase to v2.6.35-rc2
14803
14804 [ Lee Jones ]
14805
14806 * Enable perf to be more helpful when perf_<version> does not exist.
14807 - LP: #570500
14808 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14809
14810 [ Tim Gardner ]
14811
14812 * [Config] Update bnx2 udeb firmware files
14813 - LP: #589304
14814
14815 [ Upstream changes ]
14816
14817 * rebased to v2.6.35-rc2
14818
14819 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14820
14821linux (2.6.35-1.1) maverick; urgency=low
14822
14823 [ Andy Whitcroft ]
14824
14825 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14826 - LP: #587888
14827 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14828
14829 [ Leann Ogasawara ]
14830
14831 * rebase to v2.6.35-rc1
14832 * [Config] update configs following rebase to v2.6.35-rc1
14833 * [Config] update port configs following rebase to v2.6.35-rc1
14834 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14835 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14836 * SAUCE: ndiswrapper: convert multicast list to list_head
14837 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14838 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14839 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14840 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14841 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14842 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14843 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14844 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14845 * [Config] [FTBS] armel: Temporarily disable bnx2
14846 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14847 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14848 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14849 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14850 gpio_set_debounce
14851
14852 [ Upstream Kernel Changes ]
14853
14854 * of/usb: fix build error due to of_node pointer move
14855 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14856 * powerpc/fsl-booke: fix the case where we are not in the first page
14857 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14858 * powerpc/kexec: Add support for FSL-BookE
14859 * greth: Fix build after OF device conversions.
14860
14861 [ Upstream changes ]
14862
14863 * rebased to v2.6.35-rc1
14864
14865 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14866
14867linux (2.6.35-1.0) UNRELEASED; urgency=low
14868
14869 [ Leann Ogasawara ]
14870
14871 * Null entry.
14872
14873 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14874
14875linux (2.6.34-5.14) maverick; urgency=low
14876
14877 [ Tim Gardner ]
14878
14879 * [Config] Added module inclusion support
14880 * [Config] Added virtual flavour module inclusion list and d-i package
14881 definitions
14882
14883 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14884
14885linux (2.6.34-5.13) maverick; urgency=low
14886
14887 [ Andy Whitcroft ]
14888
14889 * Revert "ubuntu: AUFS -- aufs2 20091209"
14890 * Revert "ubuntu: AUFS -- export various core functions
14891 (aufs2-standalone.patch)"
14892 * Revert "ubuntu: AUFS -- export various core functions
14893 (aufs2-base.patch)"
14894 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14895 - LP: #587888
14896 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14897 - LP: #587888
14898 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14899 - LP: #587888
14900 * [Config] AUFS -- enable aufs options
14901 - LP: #587888
14902
14903 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14904
14905linux (2.6.34-5.12) maverick; urgency=low
14906
14907 [ Andy Whitcroft ]
14908
14909 * enforce -- ensure SYSFS compatibility is disabled
14910
14911 [ Chase Douglas ]
14912
14913 * build with libdw-dev for perf probe symbol support
14914 * maverick ftrace configuration changes
14915
14916 [ Kees Cook ]
14917
14918 * Revert "SAUCE: x86: brk away from exec rand area"
14919 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14920 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14921 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14922 - LP: #369978
14923 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14924 * SAUCE: x86: brk away from exec rand area
14925 - LP: #452175
14926 * SAUCE: ptrace: restrict ptrace scope to children
14927
14928 [ Leann Ogasawara ]
14929
14930 * Add new omap flavour to getabis
14931 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14932 - LP: #585490
14933 * build/modules: Temorarily add ignore.modules
14934 * ubuntu: iscsitarget -- version 1.4.20.1
14935
14936 [ Loïc Minier ]
14937
14938 * SAUCE: [um] Don't use nx_enabled under UML
14939 - LP: #524849
14940
14941 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14942
14943linux (2.6.34-4.11) maverick; urgency=low
14944
14945 [ Amit Kucheria ]
14946
14947 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14948 * [Config] Add support for OMAP-mainline flavour
14949
14950 [ Andy Whitcroft ]
14951
14952 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14953 userspace
14954 - LP: #583733
14955
14956 [ Chase Douglas ]
14957
14958 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14959 are present"
14960 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14961 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14962 load detect pipe"
14963
14964 [ Kees Cook ]
14965
14966 * SAUCE: fs: block cross-uid sticky symlinks
14967 * SAUCE: fs: block hardlinks to non-accessible sources
14968
14969 [ Koen Kooi ]
14970
14971 * SAUCE: board-omap3-beagle: add DSS2 support
14972
14973 [ Leann Ogasawara ]
14974
14975 * Revert "staging/go7007 -- disable"
14976 * Revert "[Config] staging/winbond -- disable"
14977 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
14978 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
14979 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
14980 controller"
14981 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
14982 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
14983 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
14984 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
14985 chipsets."
14986 * Revert "[Upstream] b43: Declare all possible firmware files."
14987 * Revert "add Breaks: against hardy lvm2"
14988 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
14989 id on Vmware ESX Server"
14990 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
14991 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
14992 * [Config] Enable CONFIG_USB=y for armel and sparc
14993 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
14994 * [Config] Enable CONFIG_RFKILL=y for ports
14995 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
14996 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
14997 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
14998 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
14999 * [Config] Enable CONFIG_LIBERTAS_MESH=y
15000 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
15001 * [Config] CONFIG_RT2800USB_UNKNOWN=y
15002 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
15003 * [Config] Enable CONFIG_CEPH_FS=m
15004 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
15005 * [Config] Enable CONFIG_EEEPC_WMI=m
15006 * [Config] Enable CONFIG_RT2800PCI=m
15007 * [Config] Enable CONFIG_SCSI_HPSA=m
15008 * [Config] Enable CONFIG_VHOST_NET=m
15009 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
15010 - LP: #582350
15011 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
15012 - LP: #579300
15013 * [Config] Enable CONFIG_PCIEASPM=y
15014 - LP: #333990
15015 * [Config] updateconfigs for OMAP flavour
15016
15017 [ Loïc Minier ]
15018
15019 * Enable perf tools on armel
15020
15021 [ Tim Gardner ]
15022
15023 * SAUCE: Updated ndiswrapper to 1.56
15024 - LP: #582555
15025 * [Config] Added virtual flavour
15026 * [Config] Remove support for sub-flavours
15027 * [Config] Removed amd64 preempt flavour
15028 * [Config] updateconfigs, updateportsconfigs after flavour munging
15029
15030 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
15031
15032linux (2.6.34-3.10) maverick; urgency=low
15033
15034 [ Leann Ogasawara ]
15035
15036 * rebase to v2.6.34
15037
15038 [ Upstream changes ]
15039
15040 * rebased to v2.6.34
15041
15042 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
15043
15044linux (2.6.34-2.9) maverick; urgency=low
15045
15046 [ Leann Ogasawara ]
15047
15048 * [Config] [FTBS] Disable comedi for armel
15049
15050 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
15051
15052linux (2.6.34-2.8) maverick; urgency=low
15053
15054 [ Leann Ogasawara ]
15055
15056 * Drop lpia
15057 * [Config] [FTBS] disable KVM
15058 * [Config] [FTBS] disable ipr for armel
15059
15060 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
15061
15062linux (2.6.34-2.7) maverick; urgency=low
15063
15064 [ Leann Ogasawara ]
15065
15066 * [Config] disable CONFIG_SCSI_IPR on powerpc
15067 * [Config] Remove 386 flavour per UDS discussion
15068
15069 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
15070
15071linux (2.6.34-1.6) maverick; urgency=low
15072
15073 [ Chase Douglas ]
15074
15075 * enforce CONFIG_TMPFS_POSIX_ACL=y
15076 - LP: #575940
15077 * don't force module dependency checking
15078 - LP: #577029
15079
15080 [ Kees Cook ]
15081
15082 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
15083 - LP: #568844
15084
15085 [ Leann Ogasawara ]
15086
15087 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
15088 * rebase to v2.6.34-rc7
15089 * [Config] update configs following rebase to v2.6.34-rc7
15090 * [Config] update port configs following rebase to v2.6.34-rc7
15091 * Add btrfs to the udebs
15092
15093 [ Tim Gardner ]
15094
15095 * [Config] Add atl1c to nic-modules udeb
15096 - LP: #557130
15097
15098 [ Upstream changes ]
15099
15100 * rebased to v2.6.34-rc7
15101
15102 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
15103
15104linux (2.6.34-1.5) UNRELEASED; urgency=low
15105
15106 [ Leann Ogasawara ]
15107
15108 * rebase to v2.6.34-rc6
15109 * [Config] update configs following rebase to v2.6.34-rc6
15110 * [Config] update port configs following rebase to v2.6.34-rc6
15111
15112 [ Upstream changes ]
15113
15114 * rebased to v2.6.34-rc6
15115
15116 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
15117
15118linux (2.6.34-1.4) UNRELEASED; urgency=low
15119
15120 [ Leann Ogasawara ]
15121
15122 * rebase to v2.6.34-rc5
15123 * [Config] update ports configs following rebase to v2.6.34-rc5
15124
15125 [ Upstream changes ]
15126
15127 * rebased to v2.6.34-rc5
15128
15129 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
15130
15131linux (2.6.34-1.3) UNRELEASED; urgency=low
15132
15133 [ Leann Ogasawara ]
15134
15135 * rebase to v2.6.34-rc4
15136 * [Config] update configs following rebase to v2.6.34-rc4
15137 * [Config] update port configs following rebase to v2.6.34-rc4
15138 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
15139
15140 [ Upstream changes ]
15141
15142 * rebased to v2.6.34-rc4
15143
15144 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
15145
15146linux (2.6.34-1.2) UNRELEASED; urgency=low
15147
15148 [ Leann Ogasawara ]
15149
15150 * Temorarily disable building linux-doc
15151 * rebase to v2.6.34-rc3
15152 * [Config] update configs following rebase to v2.6.34-rc3
15153 * [Config] update port configs following rebase to v2.6.34-rc3
15154
15155 [ Upstream changes ]
15156
15157 * rebased to v2.6.34-rc3
15158
15159 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
15160
15161linux (2.6.34-1.1) UNRELEASED; urgency=low
15162
15163 [ Leann Ogasawara ]
15164
15165 * rebase to v2.6.34-rc2
15166 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
15167 * [Config] update port configs following rebase to v2.6.34-rc2
15168 * [Config] update configs following rebase to v2.6.34-rc2
15169
15170 [ Upstream changes ]
15171
15172 * rebased to v2.6.34-rc2
15173
15174 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
15175
15176linux (2.6.33-1.1) UNRELEASED; urgency=low
15177
15178 [ Leann Ogasawara ]
15179
15180 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
15181 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
15182 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
15183 * ubuntu: lirc -- rename kfifo_put and kfifo_get
15184 * ubuntu: iscsitarget -- rename daddr inet_sock field
15185 * rebased to v2.6.33
15186 * [Config] update configs following rebase to v2.6.33
15187 * [Config] update ports configs following rebase to v2.6.33
15188
15189 [ Upstream changes ]
15190
15191 * rebased to v2.6.33
15192
15193 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
15194
15195linux (2.6.33-0.0) UNRELEASED; urgency=low
15196
15197 [ Leann Ogasawara ]
15198
15199 * Null entry.
15200
15201 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
15202
15203linux (2.6.32-16.25) lucid; urgency=low
15204
15205 [ Andy Whitcroft ]
15206
15207 * linux-tools -- move to Suggests: with explicit seeding
15208 - LP: #534635
15209
15210 [ Tim Gardner ]
15211
15212 * [Config] CONFIG_HID=m
15213
15214 [ Upstream Kernel Changes ]
15215
15216 * (pre-stable) sched: Fix SMT scheduler regression in
15217 find_busiest_queue()
15218 * KVM: introduce kvm_vcpu_on_spin
15219 * KVM: VMX: Add support for Pause-Loop Exiting
15220
15221 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
15222
15223linux (2.6.32-16.24) lucid; urgency=low
15224
15225 [ Andy Whitcroft ]
15226
15227 * armel -- perf userspace does not support arm
15228 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
15229
15230 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
15231
15232linux (2.6.32-16.23) lucid; urgency=low
15233
15234 [ Andy Whitcroft ]
15235
15236 * SAUCE: PM report driver and device suspend/resume times -- move config
15237 * update to standards version 3.8.4.0
15238 * printenv -- expose all of the package selectors
15239 * source package -- cleanup source content control
15240 * doc package -- ensure we do build package content on buildd
15241 * lintian -- correct the address in the debian/copyright
15242 * lintian -- update debhelper package version dependancy
15243 * lintian -- fix ghostscript dependancy
15244 * lintian -- add required misc:Depends
15245 * lintian -- move our debhelper compat level to debian/compat
15246 * perf -- build the kernel carried tools
15247 * perf -- add linux-tools carrying the version switches and manuals
15248 * SAUCE: fix up Kconfig for staging drivers
15249 * [Config] enable NOUVEAU etc following drm backport
15250 * update DRM to mainline v2.6.33
15251 * [Config] Remove AppArmor config options that no longer exist (ports)
15252 * [Config] updateportsconfigs following drm update
15253
15254 [ John Johansen ]
15255
15256 * ubuntu: AppArmor -- update to mainline 2010-03-04
15257 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
15258 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
15259 * [Config] Remove AppArmor config options that no longer exist
15260
15261 [ Manoj Iyer ]
15262
15263 * ubuntu: rtl8192se -- version 2010-0115,0014
15264 - LP: #530275
15265 * [Config] added CONFIG_RTL8192SE module.
15266 - LP: #530275
15267
15268 [ Tim Gardner ]
15269
15270 * [Config] Added vmw_pvscsi to d-i/scsi-modules
15271 - LP: #531017
15272 * [Upstream] netfilter: xt_recent: Add an entry reaper
15273
15274 [ Upstream Kernel Changes ]
15275
15276 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
15277 emulation"
15278 * Revert "KVM: x86 emulator: Fix popf emulation"
15279 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
15280 emulation"
15281 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
15282 * Revert "KVM: fix memory access during x86 emulation."
15283 * Add vlan (8021.Q) module package for d-i.
15284 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15285 Inspiron 700m
15286 - LP: #515246
15287 * [Upstream] docbook: need xmldoclinks for all doc types
15288 * x86: set_personality_ia32() misses force_personality32
15289 * lib: Introduce generic list_sort function
15290 * drm/nv50: Implement ctxprog/state generation.
15291 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
15292 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15293 Inspiron 700m
15294 - LP: #515246
15295
15296 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
15297
15298linux (2.6.32-15.22) lucid; urgency=low
15299
15300 [ Andy Whitcroft ]
15301
15302 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
15303 * Revert "SAUCE: PM report driver and device suspend/resume times."
15304 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
15305
15306 [ Manoj Iyer ]
15307
15308 * SAUCE: PM report driver and device suspend/resume times.
15309
15310 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
15311
15312linux (2.6.32-15.21) lucid; urgency=low
15313
15314 [ Andy Whitcroft ]
15315
15316 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
15317 * Revert "[Config] lenovo-sl-laptop -- enable"
15318 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
15319 * armel -- cramfs module will no longer be built
15320 * d-i -- make all modules optional
15321 * rename the debug packages to match archive standard
15322 - LP: #527837
15323 * lenovo-sl-laptop is no longer built
15324
15325 [ Colin Ian King ]
15326
15327 * Disable 4MB page tables for Atom, work around errata AAE44
15328 - LP: #523112
15329
15330 [ Colin Watson ]
15331
15332 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
15333 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
15334
15335 [ Jesse Barnes ]
15336
15337 * SAUCE: drm/i915: don't change DRM configuration when releasing load
15338 detect pipe
15339 - LP: #488328
15340
15341 [ Loïc Minier ]
15342
15343 * [Config] armel Update versatile initrd configs
15344 - LP: #524893
15345 * SAUCE: [um] Don't use nx_enabled under UML
15346 - LP: #524849
15347
15348 [ Manoj Iyer ]
15349
15350 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
15351
15352 [ Mario Limonciello ]
15353
15354 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
15355
15356 [ Rafael J. Wysocki ]
15357
15358 * SAUCE: PM report driver and device suspend/resume times.
15359
15360 [ Surbhi Palande ]
15361
15362 * Revert "[Upstream] e1000e: enhance frame fragment detection"
15363 - CVE-2009-4538
15364 * Revert "[Upstream] e1000: enhance frame fragment detection"
15365 - CVE-2009-4536
15366
15367 [ Tim Gardner ]
15368
15369 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
15370 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
15371 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
15372
15373 [ Upstream Kernel Changes ]
15374
15375 * Revert "(pre-stable) eCryptfs: Add getattr function"
15376 * Fix potential crash with sys_move_pages
15377 * futex_lock_pi() key refcnt fix
15378 * futex: Handle user space corruption gracefully
15379 * futex: Handle futex value corruption gracefully
15380 * Fix race in tty_fasync() properly
15381 * hwmon: (w83781d) Request I/O ports individually for probing
15382 * hwmon: (lm78) Request I/O ports individually for probing
15383 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
15384 * ALSA: ctxfi - fix PTP address initialization
15385 * drm/i915: disable hotplug detect before Ironlake CRT detect
15386 * drm/i915: enable self-refresh on 965
15387 * drm/i915: Disable SR when more than one pipe is enabled
15388 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
15389 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
15390 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
15391 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
15392 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
15393 * i2c-tiny-usb: Fix on big-endian systems
15394 * drm/i915: handle FBC and self-refresh better
15395 * drm/i915: Increase fb alignment to 64k
15396 * drm/i915: Update write_domains on active list after flush.
15397 * regulator: Fix display of null constraints for regulators
15398 * ALSA: hda-intel: Avoid divide by zero crash
15399 * CPUFREQ: Fix use after free of struct powernow_k8_data
15400 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
15401 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
15402 * ioat: fix infinite timeout checking in ioat2_quiesce
15403 * resource: add helpers for fetching rlimits
15404 * fs/exec.c: restrict initial stack space expansion to rlimit
15405 * cifs: fix length calculation for converted unicode readdir names
15406 * NFS: Fix a reference leak in nfs_wb_cancel_page()
15407 * NFS: Try to commit unstable writes in nfs_release_page()
15408 * NFSv4: Don't allow posix locking against servers that don't support it
15409 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
15410 * NFS: Fix an Oops when truncating a file
15411 * NFS: Fix a umount race
15412 * NFS: Fix a bug in nfs_fscache_release_page()
15413 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
15414 * md: fix 'degraded' calculation when starting a reshape.
15415 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
15416 * Export the symbol of getboottime and mmonotonic_to_bootbased
15417 * kvmclock: count total_sleep_time when updating guest clock
15418 * KVM: PIT: control word is write-only
15419 * tpm_infineon: fix suspend/resume handler for pnp_driver
15420 * amd64_edac: Do not falsely trigger kerneloops
15421 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
15422 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
15423 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
15424 * netfilter: xtables: compat out of scope fix
15425 * netfilter: nf_conntrack: fix hash resizing with namespaces
15426 * drm/i915: remove full registers dump debug
15427 * drm/i915: add i915_lp_ring_sync helper
15428 * drm/i915: Don't wait interruptible for possible plane buffer flush
15429 * dasd: remove strings from s390dbf
15430 * crypto: padlock-sha - Add import/export support
15431 * wmi: Free the allocated acpi objects through wmi_get_event_data
15432 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
15433 * /dev/mem: introduce size_inside_page()
15434 * devmem: check vmalloc address on kmem read/write
15435 * devmem: fix kmem write bug on memory holes
15436 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
15437 of value 0.
15438 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
15439 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
15440 * dst: call cond_resched() in dst_gc_task()
15441 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
15442 * befs: fix leak
15443 * rtc-fm3130: add missing braces
15444 * Call flush_dcache_page after PIO data transfers in libata-sff.c
15445 * ahci: add Acer G725 to broken suspend list
15446 * pktgen: Fix freezing problem
15447 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
15448 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
15449 * x86: Re-get cfg_new in case reuse/move irq_desc
15450 * Staging: fix rtl8187se compilation errors with mac80211
15451 * ALSA: usb-audio - Avoid Oops after disconnect
15452 * serial: 8250: add serial transmitter fully empty test
15453 * sysfs: sysfs_sd_setattr set iattrs unconditionally
15454 * class: Free the class private data in class_release
15455 * USB: usbfs: only copy the actual data received
15456 * USB: usbfs: properly clean up the as structure on error paths
15457 * rtl8187: Add new device ID
15458 * ACPI: Add NULL pointer check in acpi_bus_start
15459 * ACPI: fix High cpu temperature with 2.6.32
15460 * drm/radeon/kms: use udelay for short delays
15461 * NFS: Too many GETATTR and ACCESS calls after direct I/O
15462 * eCryptfs: Add getattr function
15463 * b43: Fix throughput regression
15464 * ath9k: Fix sequence numbers for PAE frames
15465 * mac80211: Fix probe request filtering in IBSS mode
15466 * iwlwifi: Fix to set correct ht configuration
15467 * dm stripe: avoid divide by zero with invalid stripe count
15468 * dm log: userspace fix overhead_size calcuations
15469 * Linux 2.6.32.9
15470 * sfc: Fix SFE4002 initialisation
15471 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
15472 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
15473 * (pre-stable) HID: handle joysticks with large number of buttons
15474 - LP: #492056
15475 * (pre-stable) HID: extend mask for BUTTON usage page
15476 - LP: #492056
15477 * PM: Measure device suspend and resume times
15478 * e1000: enhance frame fragment detection
15479 - CVE-2009-4536
15480 * e1000e: enhance frame fragment detection
15481 - CVE-2009-4538
15482 * KVM: fix memory access during x86 emulation.
15483 - CVE-2010-0306
15484 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
15485 - CVE-2010-0306
15486 * KVM: x86 emulator: Check IOPL level during io instruction emulation
15487 - CVE-2010-0306
15488 * KVM: x86 emulator: Fix popf emulation
15489 - CVE-2010-0306
15490 * KVM: x86 emulator: Check CPL level during privilege instruction
15491 emulation
15492 - CVE-2010-0306
15493 * Input: wacom - ensure the device is initialized properly upon resume
15494 * Input: wacom - add defines for packet lengths of various devices
15495 * Input: wacom - add support for new LCD tablets
15496 - LP: #516777
15497
15498 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
15499
15500linux (2.6.32-14.20) lucid; urgency=low
15501
15502 [ Andy Whitcroft ]
15503
15504 * rebuild following the GCC update to match compiler for out of tree modules
15505 * Revert "[Config] drbd -- enable"
15506 * Revert "ubuntu: drbd -- version 8.3.1"
15507 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
15508 - LP: #510937
15509
15510 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
15511
15512linux (2.6.32-14.19) lucid; urgency=low
15513
15514 [ Andy Whitcroft ]
15515
15516 * ensure we build the source package contents when enabled
15517 - LP: #522308
15518 * [Config] enable CONFIG_X86_MCE_XEON75XX
15519 * SAUCE: AppArmor -- add linux/kref.h for struct kref
15520 * [Config] enable CONFIG_HID_ORTEK
15521 * enable udeb generation for arm versatile flavour
15522 - LP: #522515
15523
15524 [ John Johansen ]
15525
15526 * ubuntu: AppArmor -- update to mainline 2010-02-18
15527 - LP: #439560, #496110, #507069
15528
15529 [ Johnathon Harris ]
15530
15531 * SAUCE: HID: add support for Ortek WKB-2000
15532 - LP: #405390
15533
15534 [ Upstream Kernel Changes ]
15535
15536 * tpm_tis: TPM_STS_DATA_EXPECT workaround
15537 - LP: #490487
15538 * x86, mce: Xeon75xx specific interface to get corrected memory error
15539 information
15540 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
15541 * x86, mce: Make xeon75xx memory driver dependent on PCI
15542 * drm/edid: Unify detailed block parsing between base and extension
15543 blocks
15544 - LP: #500999
15545 * (pre-stable) eCryptfs: Add getattr function
15546 - LP: #390833
15547
15548 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
15549
15550linux (2.6.32-13.18) lucid; urgency=low
15551
15552 [ Andy Whitcroft ]
15553
15554 * Revert "enforcer -- make the enforcement configuration common"
15555 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
15556 (Dell E6x00 series)"
15557 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
15558 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
15559 0755"
15560 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
15561 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
15562 * Revert "SAUCE: make fc transport removal of target configurable"
15563 * enforcer -- make the enforcement configuration common
15564 * getabis -- add preempt flavour to the list
15565 * [Config] enforce DEVTMPFS options
15566 * [Config] armel -- cleanup to-be builtin modules
15567 * [Config] cleanup ports configs
15568 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
15569 - LP: #485536
15570 * add printdebian target to find branch target
15571 * distclean -- do not remove debian.env
15572 * [Config] generic-pae switch to M586TSC
15573 - LP: #519448
15574 * git-ubuntu-log -- commonise duplicated log handling
15575 * git-ubuntu-log -- tighten up Bug: NNNN matching
15576 * git-ubuntu-log -- sort the bug numbers
15577
15578 [ Chris Wilson ]
15579
15580 * (pre-stable) drm/i915: Increase fb alignment to 64k
15581 - LP: #404064
15582
15583 [ Eric Miao ]
15584
15585 * arm -- enable ubuntu/ directory
15586
15587 [ Huang Ying ]
15588
15589 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
15590 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
15591
15592 [ Loïc Minier ]
15593
15594 * [Config] cleanup preempt configuration
15595 * [Config] versatile: Fix video output
15596 - LP: #517594
15597 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
15598 * [Config] Large update to armel/versatile
15599 * [Config] versatile: Add RTC support
15600 * [Config] armel: Enable NEON
15601 * [Config] versatile: Builtin MMC support
15602 * [Config] versatile Builtin SCSI controller
15603 * [Config] armel Disable dma_cache_sync callers
15604 * [Config] armel Disable asm/time.h users
15605 * [Config] armel Disable out of range udelay()
15606 * [Config] armel Disable flush_cache_range() users
15607 * [Config] armel -- Enable ubuntu/ drivers
15608
15609 [ Steve Conklin ]
15610
15611 * SAUCE: drm/i915: Add display hotplug event on Ironlake
15612 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
15613
15614 [ Upstream Kernel Changes ]
15615
15616 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
15617 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
15618 in IRQ handler""
15619 * clockevent: Don't remove broadcast device when cpu is dead
15620 * clockevents: Add missing include to pacify sparse
15621 * ACPI: don't cond_resched if irq is disabled
15622 * be2net: Add support for next generation of BladeEngine device.
15623 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
15624 * mpt2sas: New device SAS2208 support is added
15625 * ar9170: Add support for D-Link DWA 160 A2
15626 * powerpc/fsl: Add PCI device ids for new QoirQ chips
15627 * davinci: dm646x: Add support for 3.x silicon revision
15628 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
15629 * Driver-Core: devtmpfs - set root directory mode to 0755
15630 * driver-core: fix devtmpfs crash on s390
15631 * vfs: get_sb_single() - do not pass options twice
15632 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
15633 * V4L/DVB (13569): smsusb: add autodetection support for five additional
15634 Hauppauge USB IDs
15635 * USB: mos7840: add device IDs for B&B electronics devices
15636 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
15637 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
15638 SubVendor ID: 0x1043 Device ID: 0x4847)
15639 * iTCO_wdt: Add support for Intel Ibex Peak
15640 * atl1c:use common_task instead of reset_task and link_chg_task
15641 * atl1e:disable NETIF_F_TSO6 for hardware limit
15642 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
15643 * V4L/DVB (13680b): DocBook/media: create links for included sources
15644 * netfilter: xtables: fix conntrack match v1 ipt-save output
15645 * partitions: read whole sector with EFI GPT header
15646 * partitions: use sector size for EFI GPT
15647 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
15648 * sched: Fix isolcpus boot option
15649 * sched: Fix missing sched tunable recalculation on cpu add/remove
15650 * nohz: Prevent clocksource wrapping during idle
15651 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
15652 * timers, init: Limit the number of per cpu calibration bootup messages
15653 * PCI: Always set prefetchable base/limit upper32 registers
15654 * iscsi class: modify handling of replacement timeout
15655 * NFS: Revert default r/wsize behavior
15656 * HID: fixup quirk for NCR devices
15657 * scsi_devinfo: update Hitachi entries (v2)
15658 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
15659 * scsi_transport_fc: remove invalid BUG_ON
15660 * lpfc: fix hang on SGI ia64 platform
15661 * libfc: fix typo in retry check on received PRLI
15662 * libfc: fix ddp in fc_fcp for 0 xid
15663 * fcoe: remove redundant checking of netdev->netdev_ops
15664 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
15665 * libfc: lport: fix minor documentation errors
15666 * libfc: don't WARN_ON in lport_timeout for RESET state
15667 * fcoe: initialize return value in fcoe_destroy
15668 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
15669 * libfc: fix memory corruption caused by double frees and bad error
15670 handling
15671 * libfc: fix free of fc_rport_priv with timer pending
15672 * libfc: remote port gets stuck in restart state without really
15673 restarting
15674 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
15675 * fcoe: Fix checking san mac address
15676 * fcoe: Fix getting san mac for VLAN interface
15677 * qlge: Remove explicit setting of PCI Dev CTL reg.
15678 * qlge: Set PCIE max read request size.
15679 * qlge: Don't fail open when port is not initialized.
15680 * qlge: Add handler for DCBX firmware event.
15681 * qlge: Bonding fix for mode 6.
15682 * PCI: AER: fix aer inject result in kernel oops
15683 * DMI: allow omitting ident strings in DMI tables
15684 * Input: i8042 - remove identification strings from DMI tables
15685 * Input: i8042 - add Gigabyte M1022M to the noloop list
15686 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
15687 * ALSA: hda - select IbexPeak handler for Calpella
15688 * ALSA: hda - Fix quirk for Maxdata obook4-1
15689 * ALSA: hda - Add missing Line-Out and PCM switches as slave
15690 * iTCO_wdt.c - cleanup chipset documentation
15691 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
15692 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
15693 * ahci: disable SNotification capability for ich8
15694 * ata_piix: fix MWDMA handling on PIIX3
15695 * md: fix small irregularity with start_ro module parameter
15696 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
15697 * cio: fix double free in case of probe failure
15698 * cio: dont panic in non-fatal conditions
15699 * netiucv: displayed TX bytes value much too high
15700 * ipc ns: fix memory leak (idr)
15701 * ALSA: hda - Fix HP T5735 automute
15702 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
15703 * UBI: fix memory leak in update path
15704 * UBI: initialise update marker
15705 * ASoC: fix a memory-leak in wm8903
15706 * mac80211: check that ieee80211_set_power_mgmt only handles STA
15707 interfaces.
15708 * cfg80211: fix channel setting for wext
15709 * KVM: S390: fix potential array overrun in intercept handling
15710 * KVM: only allow one gsi per fd
15711 * KVM: Fix race between APIC TMR and IRR
15712 * KVM: MMU: bail out pagewalk on kvm_read_guest error
15713 * KVM: x86: Fix host_mapping_level()
15714 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
15715 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
15716 * KVM: fix lock imbalance in kvm_*_irq_source_id()
15717 * KVM: only clear irq_source_id if irqchip is present
15718 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
15719 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
15720 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
15721 - LP: #516325
15722 * iwlwifi: Fix throughput stall issue in HT mode for 5000
15723 * fnctl: f_modown should call write_lock_irqsave/restore
15724 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
15725 CPUID drivers.
15726 * Linux 2.6.32.7
15727 * scsi_lib: Fix bug in completion of bidi commands
15728 * mptsas: Fix issue with chain pools allocation on katmai
15729 * mm: add new 'read_cache_page_gfp()' helper function
15730 * drm/i915: Selectively enable self-reclaim
15731 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
15732 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
15733 * x86: Set hotpluggable nodes in nodes_possible_map
15734 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
15735 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
15736 * zcrypt: Do not remove coprocessor for error 8/72
15737 * dasd: fix possible NULL pointer errors
15738 * ACPI: Add a generic API for _OSC -v2
15739 * ACPI: Add platform-wide _OSC support.
15740 * ACPI: fix OSC regression that caused aer and pciehp not to load
15741 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
15742 * UBI: fix volume creation input checking
15743 * e1000/e1000e: don't use small hardware rx buffers
15744 * drm/i915: Reload hangcheck timer too for Ironlake
15745 * Fix a leak in affs_fill_super()
15746 * Fix failure exits in bfs_fill_super()
15747 * fix oops in fs/9p late mount failure
15748 * fix leak in romfs_fill_super()
15749 * Fix remount races with symlink handling in affs
15750 * fix affs parse_options()
15751 * Fix failure exit in ipathfs
15752 * mm: fix migratetype bug which slowed swapping
15753 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
15754 NOMMU stack
15755 * Split 'flush_old_exec' into two functions
15756 * sparc: TIF_ABI_PENDING bit removal
15757 * x86: get rid of the insane TIF_ABI_PENDING bit
15758 * Input: winbond-cir - remove dmesg spam
15759 * x86: Disable HPET MSI on ATI SB700/SB800
15760 * iwlwifi: set default aggregation frame count limit to 31
15761 * drm/i915: only enable hotplug for detected outputs
15762 * firewire: core: add_descriptor size check
15763 * SECURITY: selinux, fix update_rlimit_cpu parameter
15764 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15765 * x86: Add Dell OptiPlex 760 reboot quirk
15766 - LP: #488319
15767 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15768 * x86/amd-iommu: Fix possible integer overflow
15769 * clocksource: fix compilation if no GENERIC_TIME
15770 * tcp: update the netstamp_needed counter when cloning sockets
15771 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15772 * net: restore ip source validation
15773 * af_packet: Don't use skb after dev_queue_xmit()
15774 * ax25: netrom: rose: Fix timer oopses
15775 * KVM: allow userspace to adjust kvmclock offset
15776 * oprofile/x86: add Xeon 7500 series support
15777 * oprofile/x86: fix crash when profiling more than 28 events
15778 * libata: retry link resume if necessary
15779 * mm: percpu-vmap fix RCU list walking
15780 * mm: purge fragmented percpu vmap blocks
15781 * block: fix bio_add_page for non trivial merge_bvec_fn case
15782 * Fix 'flush_old_exec()/setup_new_exec()' split
15783 * random: drop weird m_time/a_time manipulation
15784 * random: Remove unused inode variable
15785 * block: fix bugs in bio-integrity mempool usage
15786 * usb: r8a66597-hdc disable interrupts fix
15787 * connector: Delete buggy notification code.
15788 * be2net: Bug fix to support newer generation of BE ASIC
15789 * be2net: Fix memset() arg ordering.
15790 * mm: flush dcache before writing into page to avoid alias
15791 * mac80211: fix NULL pointer dereference when ftrace is enabled
15792 * imxfb: correct location of callbacks in suspend and resume
15793 * mx3fb: some debug and initialisation fixes
15794 * starfire: clean up properly if firmware loading fails
15795 * kernel/cred.c: use kmem_cache_free
15796 * uartlite: fix crash when using as console
15797 * pktcdvd: removing device does not remove its sysfs dir
15798 * ath9k: fix eeprom INI values override for 2GHz-only cards
15799 * ath9k: fix beacon slot/buffer leak
15800 * powerpc: TIF_ABI_PENDING bit removal
15801 * NET: fix oops at bootime in sysctl code
15802 * Linux 2.6.32.8
15803
15804 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15805
15806linux (2.6.32-12.17) lucid; urgency=low
15807
15808 [ Andy Whitcroft ]
15809
15810 * restore linux-image prefix -- master
15811 * enforce -- we require SELINUX enabled -- master
15812 * enforce -- ensure APPARMOR is our default LSM -- master
15813 * make doc package completely optional -- master
15814 * make source package completely optional -- master
15815 * make linux-libc-dev completly optional -- master
15816 * convert package disable to a deps list -- master
15817 * allow common headers to switch from indep to arch -- master
15818 * convert binary package disable to a deps list -- master
15819 * add configuration option for a full source build tree -- master
15820 * add support for uImage kernels in package control scripts
15821 * getabis -- cleanup and parameterise repository list -- master
15822 * getabis -- move configuration to etc/getabi -- master
15823 * kernelconfig -- move configuration to etc -- master
15824 * rules -- make debian/debian.env master for branch name
15825 * set the current branch name -- master
15826 * pull back common debian.master files into debian -- master
15827 * enforcer -- make the enforcement configuration common
15828 * insert-changes -- correctly link to debian/rules in DROOT
15829
15830 [ Colin Watson ]
15831
15832 * future-proof ddeb handling against buildd changes
15833
15834 [ Eric Miao ]
15835
15836 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15837 X86
15838
15839 [ Loïc Minier ]
15840
15841 * Add modules.builtin.bin to prerm rm list
15842 - LP: #516584
15843
15844 [ Tim Gardner ]
15845
15846 * [Config] Implement the amd64 preempt flavour
15847
15848 [ Upstream Kernel Changes ]
15849
15850 * syslog: distinguish between /proc/kmsg and syscalls
15851 - LP: #515623
15852 * sfc: Fix polling for slow MCDI operations
15853 * sfc: Fix conditions for MDIO self-test
15854 * sfc: QT202x: Remove unreliable MMD check at initialisation
15855 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15856 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15857
15858 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15859
15860linux (2.6.32-12.16) lucid; urgency=low
15861
15862 [ Andy Whitcroft ]
15863
15864 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15865 first use"
15866 * SAUCE: acpi battery -- move first lookup asynchronous
15867 - LP: #507211
15868 * [Config] update configs to cleanup generic configs
15869 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15870 * [Config] enable USER_NS
15871 - LP: #480739, #509808
15872
15873 [ Heiko Carstens ]
15874
15875 * (pre-stable) driver-core: fix devtmpfs crash on s390
15876 - LP: #512370
15877
15878 [ John Johansen ]
15879
15880 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15881 - LP: #494565
15882 * [Config] VIRTIO=y for server/virtual flavours
15883 - LP: #494565
15884
15885 [ Kay Sievers ]
15886
15887 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15888 - LP: #512370
15889
15890 [ Kees Cook ]
15891
15892 * SAUCE: x86: brk away from exec rand area
15893 - LP: #452175
15894
15895 [ Leann Ogasawara ]
15896
15897 * [Upstream] e1000: enhance frame fragment detection
15898 - CVE-2009-4536
15899 * [Upstream] e1000e: enhance frame fragment detection
15900 - CVE-2009-4538
15901
15902 [ Sebastian Kapfer ]
15903
15904 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15905 series)
15906 - LP: #296610
15907
15908 [ Upstream Kernel Changes ]
15909
15910 * inotify: do not reuse watch descriptors
15911 - LP: #485556
15912 * inotify: only warn once for inotify problems
15913 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15914 Framebuffer"
15915 * memcg: ensure list is empty at rmdir
15916 * drm/i915: remove loop in Ironlake interrupt handler
15917 * block: Fix incorrect reporting of partition alignment
15918 * x86, mce: Thermal monitoring depends on APIC being enabled
15919 * futexes: Remove rw parameter from get_futex_key()
15920 * page allocator: update NR_FREE_PAGES only when necessary
15921 * x86, apic: use physical mode for IBM summit platforms
15922 * edac: i5000_edac critical fix panic out of bounds
15923 * x86: SGI UV: Fix mapping of MMIO registers
15924 * mfd: WM835x GPIO direction register is not locked
15925 * mfd: Correct WM835x ISINK ramp time defines
15926 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15927 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15928 * reiserfs: truncate blocks not used by a write
15929 * HID: add device IDs for new model of Apple Wireless Keyboard
15930 * PCI/cardbus: Add a fixup hook and fix powerpc
15931 * Input: pmouse - move Sentelic probe down the list
15932 * asus-laptop: add Lenovo SL hotkey support
15933 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15934 * sparc64: Fix NMI programming when perf events are active.
15935 * sparc64: Fix Niagara2 perf event handling.
15936 * i2c: Do not use device name after device_unregister
15937 * i2c/pca: Don't use *_interruptible
15938 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15939 * sched: Fix task priority bug
15940 * vfs: Fix vmtruncate() regression
15941 * Linux 2.6.32.5
15942 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15943 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15944 * Staging: asus_oled: fix oops in 2.6.32.2
15945 * Staging: hv: fix smp problems in the hyperv core code
15946 * tty: fix race in tty_fasync
15947 * ecryptfs: use after free
15948 * ecryptfs: initialize private persistent file before dereferencing
15949 pointer
15950 * nozomi: quick fix for the close/close bug
15951 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15952 * usb: serial: fix memory leak in generic driver
15953 * USB: fix bitmask merge error
15954 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15955 * USB: EHCI: fix handling of unusual interrupt intervals
15956 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15957 * USB: add missing delay during remote wakeup
15958 * USB: add speed values for USB 3.0 and wireless controllers
15959 * ACPI: EC: Accelerate query execution
15960 * ACPI: EC: Add wait for irq storm
15961 * SCSI: enclosure: fix oops while iterating enclosure_status array
15962 * drm/i915: Read the response after issuing DDC bus switch command
15963 * drm/i915: try another possible DDC bus for the SDVO device with
15964 multiple outputs
15965 * block: bdev_stack_limits wrapper
15966 * DM: Fix device mapper topology stacking
15967 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15968 * USB: fix usbstorage for 2770:915d delivers no FAT
15969 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15970 * perf timechart: Use tid not pid for COMM change
15971 * perf events: Dont report side-band events on each cpu for
15972 per-task-per-cpu events
15973 * perf: Honour event state for aux stream data
15974 * Linux 2.6.32.6
15975
15976 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
15977
15978linux (2.6.32-11.15) lucid; urgency=low
15979
15980 [ Andy Whitcroft ]
15981
15982 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
15983 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
15984 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
15985 boards"
15986 * Revert "[Upstream] mmc: prevent dangling block device from accessing
15987 stale queues"
15988 * Revert "SAUCE: Fix nx_enable reporting"
15989 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
15990 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
15991 * SAUCE: i915 -- disable powersave by default
15992 - LP: #492392
15993
15994 [ Kees Cook ]
15995
15996 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
15997 - LP: #369978
15998 * SAUCE: [x86] fix report of cs-limit nx-emulation
15999 - LP: #454285
16000 * SAUCE: Fix nx_enable reporting
16001 - LP: #454285
16002
16003 [ Tim Gardner ]
16004
16005 * [Upstream] b43: Declare all possible firmware files.
16006 - LP: #488636
16007 * [Config] updateconfigs after adding pvscsi
16008 - LP: #497156
16009 * [Config] CONFIG_BT=m
16010
16011 [ Upstream Kernel Changes ]
16012
16013 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
16014 for pre-Pentium"
16015 * SCSI: ipr: fix EEH recovery
16016 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
16017 * SCSI: st: fix mdata->page_order handling
16018 * SCSI: fc class: fix fc_transport_init error handling
16019 * sched: Fix task_hot() test order
16020 * x86, cpuid: Add "volatile" to asm in native_cpuid()
16021 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
16022 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
16023 * pata_hpt3x2n: fix clock turnaround
16024 * pata_cmd64x: fix overclocking of UDMA0-2 modes
16025 * ASoC: wm8974: fix a wrong bit definition
16026 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
16027 * ALSA: hda - Fix missing capsrc_nids for ALC88x
16028 * acerhdf: limit modalias matching to supported
16029 - LP: #435958
16030 * ACPI: EC: Fix MSI DMI detection
16031 * ACPI: Use the return result of ACPI lid notifier chain correctly
16032 * powerpc: Handle VSX alignment faults correctly in little-endian mode
16033 * ASoC: Do not write to invalid registers on the wm9712.
16034 * drm/radeon: fix build on 64-bit with some compilers.
16035 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
16036 * USB: option: support hi speed for modem Haier CE100
16037 * USB: Fix a bug on appledisplay.c regarding signedness
16038 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
16039 * Bluetooth: Prevent ill-timed autosuspend in USB driver
16040 * USB: rename usb_configure_device
16041 * USB: fix bugs in usb_(de)authorize_device
16042 * drivers/net/usb: Correct code taking the size of a pointer
16043 * x86: SGI UV: Fix writes to led registers on remote uv hubs
16044 * md: Fix unfortunate interaction with evms
16045 * dma: at_hdmac: correct incompatible type for argument 1 of
16046 'spin_lock_bh'
16047 * dma-debug: Do not add notifier when dma debugging is disabled.
16048 * dma-debug: Fix bug causing build warning
16049 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
16050 referrals
16051 * x86/amd-iommu: Fix initialization failure panic
16052 * ioat3: fix p-disabled q-continuation
16053 * ioat2,3: put channel hardware in known state at init
16054 * KVM: MMU: remove prefault from invlpg handler
16055 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
16056 * Libertas: fix buffer overflow in lbs_get_essid()
16057 * iwmc3200wifi: fix array out-of-boundary access
16058 * mac80211: fix propagation of failed hardware reconfigurations
16059 * mac80211: fix WMM AP settings application
16060 * mac80211: Fix IBSS merge
16061 * cfg80211: fix race between deauth and assoc response
16062 * ath5k: fix SWI calibration interrupt storm
16063 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
16064 * ath9k: Fix TX queue draining
16065 * ath9k: fix missed error codes in the tx status check
16066 * ath9k: wake hardware during AMPDU TX actions
16067 * ath9k: fix suspend by waking device prior to stop
16068 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
16069 64-bit
16070 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
16071 in 0x4054
16072 * iwl3945: disable power save
16073 * iwl3945: fix panic in iwl3945 driver
16074 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
16075 * iwlwifi: fix more eeprom endian bugs
16076 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
16077 * mac80211: fix race with suspend and dynamic_ps_disable_work
16078 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
16079 * 'sysctl_max_map_count' should be non-negative
16080 * kernel/sysctl.c: fix the incomplete part of
16081 sysctl_max_map_count-should-be-non-negative.patch
16082 * V4L/DVB (13596): ov511.c typo: lock => unlock
16083 * x86/ptrace: make genregs[32]_get/set more robust
16084 * memcg: avoid oom-killing innocent task in case of use_hierarchy
16085 * e100: Fix broken cbs accounting due to missing memset.
16086 * ipv6: reassembly: use seperate reassembly queues for conntrack and
16087 local delivery
16088 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
16089 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
16090 * b43: avoid PPC fault during resume
16091 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
16092 support
16093 * sched: Fix balance vs hotplug race
16094 * drm/radeon/kms: fix crtc vblank update for r600
16095 * drm: disable all the possible outputs/crtcs before entering KMS mode
16096 * S390: dasd: support DIAG access for read-only devices
16097 * xen: fix is_disconnected_device/exists_disconnected_device
16098 * xen: improvement to wait_for_devices()
16099 * xen: wait up to 5 minutes for device connetion
16100 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
16101 * udf: Try harder when looking for VAT inode
16102 * Add unlocked version of inode_add_bytes() function
16103 * quota: decouple fs reserved space from quota reservation
16104 * ext4: Convert to generic reserved quota's space management.
16105 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
16106 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
16107 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
16108 * amd64_edac: unify MCGCTL ECC switching
16109 * x86, msr: Add support for non-contiguous cpumasks
16110 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
16111 * amd64_edac: fix driver instance freeing
16112 * amd64_edac: make driver loading more robust
16113 * amd64_edac: fix forcing module load/unload
16114 * sched: Sched_rt_periodic_timer vs cpu hotplug
16115 * ext4: Update documentation to correct the inode_readahead_blks option
16116 name
16117 * lguest: fix bug in setting guest GDT entry
16118 * vmscan: do not evict inactive pages when skipping an active list scan
16119 * ksm: fix mlockfreed to munlocked
16120 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
16121 * generic_permission: MAY_OPEN is not write access
16122 * Linux 2.6.32.3
16123 * untangle the do_mremap() mess
16124 * fasync: split 'fasync_helper()' into separate add/remove functions
16125 * ASoC: fix params_rate() macro use in several codecs
16126 * modules: Skip empty sections when exporting section notes
16127 * exofs: simple_write_end does not mark_inode_dirty
16128 * nfsd: make sure data is on disk before calling ->fsync
16129 * sunrpc: fix peername failed on closed listener
16130 * SUNRPC: Fix up an error return value in
16131 gss_import_sec_context_kerberos()
16132 * SUNRPC: Fix the return value in gss_import_sec_context()
16133 * sunrpc: on successful gss error pipe write, don't return error
16134 * drm/i915: Update LVDS connector status when receiving ACPI LID event
16135 * drm/i915: fix order of fence release wrt flushing
16136 * drm/i915: Permit pinning whilst the device is 'suspended'
16137 * drm: remove address mask param for drm_pci_alloc()
16138 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
16139 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
16140 pipeconf on Ironlake
16141 * drm/i915: Select the correct BPC for LVDS on Ironlake
16142 * drm/i915: fix unused var
16143 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
16144 * drivers/cpuidle/governors/menu.c: fix undefined reference to
16145 `__udivdi3'
16146 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
16147 * lib/rational.c needs module.h
16148 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
16149 DMA_FROM_DEVICE and
16150 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
16151 * mmc_block: add dev_t initialization check
16152 * mmc_block: fix probe error cleanup bug
16153 * mmc_block: fix queue cleanup
16154 * ALSA: hda - Fix ALC861-VD capture source mixer
16155 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
16156 blacklist
16157 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
16158 - LP: #498863
16159 * ASoC: Fix WM8350 DSP mode B configuration
16160 * netfilter: ebtables: enforce CAP_NET_ADMIN
16161 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
16162 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
16163 * hwmon: (adt7462) Fix pin 28 monitoring
16164 * quota: Fix dquot_transfer for filesystems different from ext4
16165 * xen: fix hang on suspend.
16166 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
16167 * ath5k: Fix eeprom checksum check for custom sized eeproms
16168 * cfg80211: fix syntax error on user regulatory hints
16169 * iwl: off by one bug
16170 * mac80211: add missing sanity checks for action frames
16171 * drm/i915: remove render reclock support
16172 * libertas: Remove carrier signaling from the scan code
16173 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
16174 * mac80211: fix skb buffering issue (and fixes to that)
16175 * fix braindamage in audit_tree.c untag_chunk()
16176 * fix more leaks in audit_tree.c tag_chunk()
16177 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
16178 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
16179 * agp/intel-agp: Clear entire GTT on startup
16180 * Linux 2.6.32.4
16181 * ethtool: Add reset operation
16182 * gro: Name the GRO result enumeration type
16183 * gro: Change all receive functions to return GRO result codes
16184 * sfc: 10Xpress: Initialise pause advertising flags
16185 * sfc: 10Xpress: Report support for pause frames
16186 * sfc: Remove redundant header gmii.h
16187 * sfc: Remove redundant hardware initialisation
16188 * sfc: Rename Falcon-specific board code and types
16189 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
16190 * sfc: Remove versioned bitfield macros
16191 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
16192 * sfc: Update hardware definitions for Siena
16193 * sfc: Rename register I/O header and functions used by both Falcon and
16194 Siena
16195 * sfc: Eliminate indirect lookups of queue size constants
16196 * sfc: Define DMA address mask explicitly in terms of descriptor field
16197 width
16198 * sfc: Move all TX DMA length limiting into tx.c
16199 * sfc: Change order of device removal to reverse of probe order
16200 * sfc: Remove declarations of nonexistent functions
16201 * sfc: Move efx_xmit_done() declaration into correct stanza
16202 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
16203 * sfc: Maintain interrupt moderation values in ticks, not microseconds
16204 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
16205 * sfc: Remove pointless abstraction of memory BAR number
16206 * sfc: Remove incorrect assertion from efx_pci_remove_main()
16207 * sfc: Remove unnecessary tests of efx->membase
16208 * sfc: Move MTD probe after netdev registration and name allocation
16209 * sfc: Remove unused code for non-autoneg speed/duplex switching
16210 * sfc: Rename 'xfp' file and functions to reflect reality
16211 * sfc: Really allow RX checksum offload to be disabled
16212 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
16213 * sfc: Enable heuristic selection between page and skb RX buffers
16214 * sfc: Remove pointless abstraction of memory BAR number (2)
16215 * sfc: Remove redundant gotos from __efx_rx_packet()
16216 * sfc: Remove ridiculously paranoid assertions
16217 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
16218 * sfc: Record RX queue number on GRO path
16219 * sfc: SFT9001: Reset LED configuration correctly after blinking
16220 * sfc: Use a single blink implementation
16221 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
16222 * sfc: Make board information explicitly Falcon-specific
16223 * sfc: Move definition of struct falcon_nic_data into falcon.h
16224 * sfc: Move struct falcon_board into struct falcon_nic_data
16225 * sfc: Move all I2C stuff into struct falcon_board
16226 * sfc: Gather link state fields in struct efx_nic into new struct
16227 efx_link_state
16228 * sfc: Remove unnecessary casts to struct sk_buff *
16229 * sfc: Remove redundant efx_xmit() function
16230 * sfc: Combine high-level header files
16231 * sfc: Log interrupt and reset type names, not numbers
16232 * sfc: Fix descriptor cache sizes
16233 * sfc: Treat all MAC registers as 128-bit
16234 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
16235 * sfc: Comment corrections
16236 * sfc: Remove unused constant
16237 * sfc: Clean up struct falcon_board and struct falcon_board_data
16238 * sfc: Fix bugs in RX queue flushing
16239 * sfc: Remove unused function efx_flush_queues()
16240 * sfc: Only switch Falcon MAC clocks as necessary
16241 * sfc: Hold MAC lock for longer in efx_init_port()
16242 * sfc: Split MAC stats DMA initiation and completion
16243 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
16244 * sfc: Simplify XMAC link polling
16245 * sfc: Change MAC promiscuity and multicast hash at the same time
16246 * sfc: Move inline comment into kernel-doc
16247 * sfc: Do not set net_device::trans_start in self-test
16248 * sfc: Simplify PHY polling
16249 * sfc: QT202x: Reset before reading PHY id
16250 * sfc: Replace MDIO spinlock with mutex
16251 * sfc: Always start Falcon using the XMAC
16252 * sfc: Limit some hardware workarounds to Falcon
16253 * sfc: Remove EFX_WORKAROUND_9141 macro
16254 * sfc: Remove another unused workaround macro
16255 * sfc: Remove some redundant whitespace
16256 * sfc: Decouple NIC revision number from Falcon PCI revision number
16257 * sfc: Move descriptor cache base addresses to struct efx_nic_type
16258 * sfc: Clean up RX event handling
16259 * sfc: Remove redundant writes to INT_ADR_KER
16260 * sfc: Remove duplicate hardware structure definitions
16261 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
16262 * sfc: Move Falcon NIC operations to efx_nic_type
16263 * sfc: Refactor link configuration
16264 * sfc: Generalise link state monitoring
16265 * sfc: Add power-management and wake-on-LAN support
16266 * sfc: Implement ethtool reset operation
16267 * sfc: Add efx_nic_type operation for register self-test
16268 * sfc: Add efx_nic_type operation for NVRAM self-test
16269 * sfc: Add efx_nic_type operation for identity LED control
16270 * sfc: Separate shared NIC code from Falcon-specific and rename
16271 accordingly
16272 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
16273 * sfc: Extend loopback mode enumeration
16274 * sfc: Remove static PHY data and enumerations
16275 * sfc: Extend MTD driver for use with new NICs
16276 * sfc: Allow for additional checksum offload features
16277 * sfc: Rename falcon.h to nic.h
16278 * sfc: Move shared NIC code from falcon.c to new source file nic.c
16279 * sfc: Add firmware protocol definitions (MCDI)
16280 * sfc: Add support for SFC9000 family (1)
16281 * sfc: Add support for SFC9000 family (2)
16282 * sfc: Implement TSO for TCP/IPv6
16283 * sfc: Update version, copyright dates, authors
16284 * drivers/net/sfc: Correct code taking the size of a pointer
16285 * sfc: Move PHY software state initialisation from init() into probe()
16286 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
16287 * sfc: Fix DMA mapping cleanup in case of an error in TSO
16288 * sfc: QT2025C: Work around PHY bug
16289 * sfc: QT2025C: Switch into self-configure mode when not in loopback
16290 * sfc: QT2025C: Work around PHY firmware initialisation bug
16291 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
16292 * sfc: Disable TX descriptor prefetch watchdog
16293 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
16294 - LP: #497156
16295
16296 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
16297
16298linux (2.6.32-10.14) lucid; urgency=low
16299
16300 [ Alex Deucher ]
16301
16302 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
16303 - LP: #493795
16304
16305 [ Andy Whitcroft ]
16306
16307 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
16308 id is less than 0x0f."
16309 * config-check -- ensure the checks get run at build time
16310 * config-check -- check the processed config during updateconfigs
16311 * config-check -- CONFIG_SECCOMP may not be present
16312 * TUN is now built in ignore
16313 * SAUCE: acpi battery -- delay first lookup of the battery until first
16314 use
16315 * SAUCE: async_populate_rootfs: move rootfs init earlier
16316 * ubuntu: AppArmor -- update to mainline 2010-01-06
16317 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
16318 - LP: #498525
16319
16320 [ Dave Airlie ]
16321
16322 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
16323
16324 [ Leann Ogasawara ]
16325
16326 * Add asix to nic-usb-modules file
16327 - LP: #499785
16328
16329 [ Peter Zijlstra ]
16330
16331 * (pre-stable) sched: Fix balance vs hotplug race
16332
16333 [ Tim Gardner ]
16334
16335 * [Config] Enable CONFIG_FUNCTION_TRACER
16336 - LP: #497989
16337 * [Config] Drop lpia from getabis
16338 * [Config] Build in TUN/TAP driver
16339 - LP: #499491
16340 * [Config] DH_COMPAT=5
16341
16342 [ Upstream Kernel Changes ]
16343
16344 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
16345 component_only tv_modes"
16346 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
16347 turned off"
16348 * USB: usb-storage: fix bug in fill_inquiry
16349 * USB: option: add pid for ZTE
16350 * firewire: ohci: handle receive packets with a data length of zero
16351 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
16352 of ->completed counter
16353 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
16354 counter
16355 * rcu: Fix note_new_gpnum() uses of ->gpnum
16356 * rcu: Remove inline from forward-referenced functions
16357 * perf_event: Fix invalid type in ioctl definition
16358 * perf_event: Initialize data.period in perf_swevent_hrtimer()
16359 * perf: Don't free perf_mmap_data until work has been done
16360 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
16361 * sched: Check for an idle shared cache in select_task_rq_fair()
16362 * sched: Fix affinity logic in select_task_rq_fair()
16363 * sched: Rate-limit newidle
16364 * sched: Fix and clean up rate-limit newidle code
16365 * x86/amd-iommu: attach devices to pre-allocated domains early
16366 * x86/amd-iommu: un__init iommu_setup_msi
16367 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
16368 up the PCI tree
16369 * x86: Fix iommu=nodac parameter handling
16370 * x86: GART: pci-gart_64.c: Use correct length in strncmp
16371 * x86: ASUS P4S800 reboot=bios quirk
16372 - LP: #366682
16373 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
16374 * ssb: Fix range check in sprom write
16375 * ath5k: allow setting txpower to 0
16376 * ath5k: enable EEPROM checksum check
16377 * hrtimer: Fix /proc/timer_list regression
16378 * ALSA: hrtimer - Fix lock-up
16379 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
16380 * KVM: x86 emulator: limit instructions to 15 bytes
16381 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
16382 * KVM: s390: Make psw available on all exits, not just a subset
16383 * KVM: fix irq_source_id size verification
16384 * KVM: x86: include pvclock MSRs in msrs_to_save
16385 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
16386 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
16387 * x86, mce: don't restart timer if disabled
16388 * x86/mce: Set up timer unconditionally
16389 * x86: SGI UV: Fix BAU initialization
16390 * x86: Fix duplicated UV BAU interrupt vector
16391 * x86: Add new Intel CPU cache size descriptors
16392 * x86: Fix typo in Intel CPU cache size descriptor
16393 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
16394 * s390: clear high-order bits of registers after sam64
16395 * V4L/DVB: Fix test in copy_reg_bits()
16396 * bsdacct: fix uid/gid misreporting
16397 * UBI: flush wl before clearing update marker
16398 * jbd2: don't wipe the journal on a failed journal checksum
16399 * USB: xhci: Add correct email and files to MAINTAINERS entry.
16400 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
16401 * USB: option.c: add support for D-Link DWM-162-U5
16402 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
16403 * USB: usb-storage: add BAD_SENSE flag
16404 * USB: Close usb_find_interface race v3
16405 * pxa/em-x270: fix usb hub power up/reset sequence
16406 * hfs: fix a potential buffer overflow
16407 * SUNRPC: IS_ERR/PTR_ERR confusion
16408 * NFS: Fix nfs_migrate_page()
16409 * md/bitmap: protect against bitmap removal while being updated.
16410 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
16411 * devpts_get_tty() should validate inode
16412 * debugfs: fix create mutex racy fops and private data
16413 * Driver core: fix race in dev_driver_string
16414 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
16415 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
16416 * mac80211: Fixed bug in mesh portal paths
16417 * mac80211: Revert 'Use correct sign for mesh active path refresh'
16418 * mac80211: fix scan abort sanity checks
16419 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
16420 * rtl8187: Fix wrong rfkill switch mask for some models
16421 * x86: Fix bogus warning in apic_noop.apic_write()
16422 * mm: hugetlb: fix hugepage memory leak in mincore()
16423 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
16424 * powerpc/windfarm: Add detection for second cpu pump
16425 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
16426 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
16427 * drm/radeon/kms: Add quirk for HIS X1300 board
16428 * drm/radeon/kms: handle vblanks properly with dpms on
16429 * drm/radeon/kms: fix legacy crtc2 dpms
16430 * drm/radeon/kms: fix vram setup on rs600
16431 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
16432 * drm/ttm: Fix build failure due to missing struct page
16433 * drm/i915: Set the error code after failing to insert new offset into mm
16434 ht.
16435 * drm/i915: Add the missing clonemask for display port on Ironlake
16436 * xen/xenbus: make DEVICE_ATTR()s static
16437 * xen: re-register runstate area earlier on resume.
16438 * xen: restore runstate_info even if !have_vcpu_info_placement
16439 * xen: correctly restore pfn_to_mfn_list_list after resume
16440 * xen: register timer interrupt with IRQF_TIMER
16441 * xen: register runstate on secondary CPUs
16442 * xen: don't call dpm_resume_noirq() with interrupts disabled.
16443 * xen: register runstate info for boot CPU early
16444 * xen: call clock resume notifier on all CPUs
16445 * xen: improve error handling in do_suspend.
16446 * xen: don't leak IRQs over suspend/resume.
16447 * xen: use iret for return from 64b kernel to 32b usermode
16448 * xen: explicitly create/destroy stop_machine workqueues outside
16449 suspend/resume region.
16450 * Xen balloon: fix totalram_pages counting.
16451 * xen: try harder to balloon up under memory pressure.
16452 * dm exception store: free tmp_store on persistent flag error
16453 * dm snapshot: only take lock for statustype info not table
16454 * dm crypt: move private iv fields to structs
16455 * dm crypt: restructure essiv error path
16456 * dm: avoid _hash_lock deadlock
16457 * dm snapshot: cope with chunk size larger than origin
16458 * dm crypt: separate essiv allocation from initialisation
16459 * dm crypt: make wipe message also wipe essiv key
16460 * slc90e66: fix UDMA handling
16461 * tcp: Stalling connections: Fix timeout calculation routine
16462 * ip_fragment: also adjust skb->truesize for packets not owned by a
16463 socket
16464 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
16465 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
16466 * sparc64: Fix overly strict range type matching for PCI devices.
16467 * sparc64: Fix stack debugging IRQ stack regression.
16468 * sparc: Set UTS_MACHINE correctly.
16469 * b43legacy: avoid PPC fault during resume
16470 * tracing: Fix event format export
16471 * ath9k: Fix TX hang poll routine
16472 * ath9k: fix processing of TX PS null data frames
16473 * ath9k: Fix maximum tx fifo settings for single stream devices
16474 * ath9k: fix tx status reporting
16475 * mac80211: Fix dynamic power save for scanning.
16476 * drm/i915: Fix sync to vblank when VGA output is turned off
16477 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
16478 * thinkpad-acpi: fix default brightness_mode for R50e/R51
16479 * thinkpad-acpi: preserve rfkill state across suspend/resume
16480 * ipw2100: fix rebooting hang with driver loaded
16481 * matroxfb: fix problems with display stability
16482 * acerhdf: add new BIOS versions
16483 * asus-laptop: change light sens default values.
16484 * vmalloc: conditionalize build of pcpu_get_vm_areas()
16485 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
16486 * net: Fix userspace RTM_NEWLINK notifications.
16487 * ext3: Fix data / filesystem corruption when write fails to copy data
16488 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
16489 * bcm63xx_enet: fix compilation failure after get_stats_count removal
16490 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
16491 * drm/i915: Avoid NULL dereference with component_only tv_modes
16492 * drm/i915: PineView only has LVDS and CRT ports
16493 * drm/i915: Fix LVDS stability issue on Ironlake
16494 * mm: sigbus instead of abusing oom
16495 * ipvs: zero usvc and udest
16496 * jffs2: Fix long-standing bug with symlink garbage collection.
16497 * intel-iommu: Detect DMAR in hyperspace at probe time.
16498 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
16499 * intel-iommu: Check for an RMRR which ends before it starts.
16500 * intel-iommu: Fix oops with intel_iommu=igfx_off
16501 * intel-iommu: ignore page table validation in pass through mode
16502 * netfilter: xtables: document minimal required version
16503 * perf_event: Fix incorrect range check on cpu number
16504 * implement early_io{re,un}map for ia64
16505 * Linux 2.6.32.2
16506
16507 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
16508
16509linux (2.6.32-9.13) lucid; urgency=low
16510
16511 [ Andy Whitcroft ]
16512
16513 * [Config] enable CONFIG_B43_PHY_LP
16514 - LP: #493059
16515 * include modules.builtin in the binary debs
16516 * config-check -- add a configuration enforcer
16517 * config-check -- add a unit-test suite to the checker
16518 * [Config] Enable CONFIG_SYN_COOKIES for versatile
16519 * [Config] Enable CONFIG_SECURITY_SMACK for ports
16520 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
16521 * [Config] Disable CONFIG_COMPAT_BRK for ports
16522 * getabis -- add armel versatile to the list
16523
16524 [ Brad Figg ]
16525
16526 * SAUCE: Increase the default prealloc buffer for HDA audio devices
16527 (non-modem)
16528
16529 [ Manoj Iyer ]
16530
16531 * ubuntu: onmibook -- Added missing BOM file
16532
16533 [ Tim Gardner ]
16534
16535 * ubuntu: fsam7400 -- Cleanup Makefile
16536
16537 [ Upstream Kernel Changes ]
16538
16539 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
16540 * signal: Fix alternate signal stack check
16541 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
16542 * SCSI: osd_protocol.h: Add missing #include
16543 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
16544 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
16545 ENOSPC
16546 * ext4: avoid divide by zero when trying to mount a corrupted file system
16547 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
16548 * ext4: fix lock order problem in ext4_move_extents()
16549 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
16550 * ext4: plug a buffer_head leak in an error path of ext4_iget()
16551 * ext4: make sure directory and symlink blocks are revoked
16552 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
16553 * ext4: journal all modifications in ext4_xattr_set_handle
16554 * ext4: don't update the superblock in ext4_statfs()
16555 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
16556 non-zero
16557 * ext4: fix block validity checks so they work correctly with meta_bg
16558 * ext4: avoid issuing unnecessary barriers
16559 * ext4: fix error handling in ext4_ind_get_blocks()
16560 * ext4: make trim/discard optional (and off by default)
16561 * ext4: make "norecovery" an alias for "noload"
16562 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
16563 * ext4: initialize moved_len before calling ext4_move_extents()
16564 * ext4: move_extent_per_page() cleanup
16565 * jbd2: Add ENOMEM checking in and for
16566 jbd2_journal_write_metadata_buffer()
16567 * ext4: Return the PTR_ERR of the correct pointer in
16568 setup_new_group_blocks()
16569 * ext4: Avoid data / filesystem corruption when write fails to copy data
16570 * ext4: wait for log to commit when umounting
16571 * ext4: remove blocks from inode prealloc list on failure
16572 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
16573 * ext4: quota macros cleanup
16574 * ext4: fix incorrect block reservation on quota transfer.
16575 * ext4: Wait for proper transaction commit on fsync
16576 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16577 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
16578 * Linux 2.6.32.1
16579 * kbuild: generate modules.builtin
16580 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
16581 - LP: #494461
16582 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
16583 tv_modes
16584 - LP: #494045
16585
16586 [ Zhao Yakui ]
16587
16588 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
16589 less than 0x0f.
16590 - LP: #481765
16591
16592 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
16593
16594linux (2.6.32-8.12) lucid; urgency=low
16595
16596 [ Andy Whitcroft ]
16597
16598 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
16599
16600 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
16601
16602linux (2.6.32-8.11) lucid; urgency=low
16603
16604 [ Andy Whitcroft ]
16605
16606 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
16607 up"
16608 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16609 transition."
16610 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
16611 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
16612 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
16613 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
16614 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
16615 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
16616 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
16617 mem"
16618 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
16619 denied"
16620 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
16621 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
16622 allocation"
16623 * Revert "SAUCE: AppArmor: Set error code after structure
16624 initialization."
16625 * Revert "AppArmor -- fix pstrace_may_access rename"
16626 * Revert "ubuntu: AppArmor security module"
16627 * Revert "SAUCE: Add config option to set a default LSM"
16628 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
16629 * Revert "[Config] fsam7400 -- enable"
16630 * Revert "[Config] AUFS -- enable"
16631 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
16632 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
16633 * Revert "ubuntu: AUFS -- export various core functions"
16634 * Revert "[Config] ubuntu/iscsitarget -- disable"
16635 * Revert "[Config] iscsitarget -- enable"
16636 * Revert "ubuntu: iscsitarget -- SVN revision r214"
16637 * update Vcs-Git to point to the correct repository
16638 - LP: #493589
16639 * update build environment overrides to lucid
16640 - LP: #493589
16641 * [Config] enable CONFIG_DEVTMPFS
16642 * [Config] update all configs following AppArmor 2009-12-08 update
16643 * SAUCE: isapnp_init: make isa PNP scans occur async
16644 * [Config] fsam7400 -- enable
16645 * [Config] omnibook -- enable
16646 * [Config] cleanup CONFIG_AUDIT
16647 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
16648 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
16649 * ubuntu: AUFS -- aufs2 20091209
16650 * [Config] AUFS -- enable
16651 * [Config] iscsitarget -- enable
16652
16653 [ Arjan van de Ven ]
16654
16655 * SAUCE: KMS: cache the EDID information of the LVDS
16656
16657 [ Colin Watson ]
16658
16659 * bnx2: update d-i firmware filenames
16660 - LP: #494052
16661 * add cdc_ether to nic-usb-modules udeb
16662 - LP: #495060
16663
16664 [ John Johansen ]
16665
16666 * ubuntu: AppArmor -- mainline 2009-10-08
16667
16668 [ Manoj Iyer ]
16669
16670 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
16671 * ubuntu: omnibook -- support Toshiba (HP) netbooks
16672 * ubuntu: iscsitarget --- version 1.4.19
16673 - LP: #494693
16674
16675 [ Surbhi Palande ]
16676
16677 * SAUCE: Make populate_rootfs asynchronous
16678
16679 [ Tim Gardner ]
16680
16681 * Parallelize flavour builds and packaging
16682 * [Config] Enable CONFIG_KSM
16683
16684 [ Upstream Kernel Changes ]
16685
16686 * Config option to set a default LSM
16687 * LSM: Add security_path_chroot().
16688 * LSM: Add security_path_chroot().
16689 * LSM: Move security_path_chmod()/security_path_chown() to after
16690 mutex_lock().
16691 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16692
16693 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
16694
16695linux (2.6.32-7.10) lucid; urgency=low
16696
16697 [ Andy Whitcroft ]
16698
16699 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
16700
16701 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
16702
16703linux (2.6.32-7.9) lucid; urgency=low
16704
16705 [ Andy Whitcroft ]
16706
16707 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
16708 - LP: #458982
16709 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
16710 * [Config] update configs following versatile switch to V7
16711 * rebased to v2.6.32
16712 * [Config] update configs following rebase to v2.6.32
16713 * [Config] update ports configs following rebase to v2.6.32
16714 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16715
16716 [ Arjan van de Ven ]
16717
16718 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
16719
16720 [ Leann Ogasawara ]
16721
16722 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
16723 permissions
16724 - CVE-2009-3939
16725
16726 [ Loic Minier ]
16727
16728 * SAUCE: select a v7 CPU for versatile
16729
16730 [ Takashi Iwai ]
16731
16732 * SAUCE: ALSA: hda - Add power on/off counter
16733
16734 [ Upstream changes ]
16735
16736 * rebased to v2.6.32
16737
16738 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
16739
16740linux (2.6.32-6.8) lucid; urgency=low
16741
16742 [ Andy Whitcroft ]
16743
16744 * [Config] disable SSB devices for armel
16745
16746 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
16747
16748linux (2.6.32-6.7) lucid; urgency=low
16749
16750 [ Andy Whitcroft ]
16751
16752 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
16753 * Revert "SAUCE: Dell XPS710 reboot quirk"
16754 * Revert "SAUCE: Link acpi-cpufreq.o first"
16755 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
16756 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
16757 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
16758 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
16759 * Revert "Add Dell Dimension 9200 reboot quirk"
16760 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
16761 * Revert "SAUCE: tulip: Define ULI PCI ID's"
16762 * Revert "SAUCE: Lower warning level of some PCI messages"
16763 * Revert "mac80211: fix two issues in debugfs"
16764 Drop a number of known redundant commits as identified in the Ubuntu
16765 delta review blueprint.
16766
16767 * reenable armel versatile flavour
16768 * [Config] disable CONFIG_USB_DEVICEFS
16769
16770 [ Tim Gardner ]
16771
16772 * [Config] udeb: Add squashfs to fs-core-modules
16773 - LP: #352615
16774 * [Config] Create a real squashfs udeb
16775 - LP: #352615
16776
16777
16778 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16779
16780linux (2.6.32-5.6) lucid; urgency=low
16781
16782 [ Andy Whitcroft ]
16783
16784 * rebase to v2.6.32-rc8
16785 * update configs following rebase to v2.6.32-rc8
16786 * update ports configs since rebase to v2.6.32-rc8
16787 * [Config] enable cgroup options
16788 - LP: #480739
16789
16790 [ Upstream Kernel Changes ]
16791
16792 * rebase to v2.6.32-rc8
16793
16794 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16795
16796linux (2.6.32-4.5) lucid; urgency=low
16797
16798 [ Andy Whitcroft ]
16799
16800 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16801 * rebase to v2.6.32-rc7
16802 * resync with Karmic proposed
16803
16804 [ John Johansen ]
16805
16806 * SAUCE: AppArmor: Fix oops after profile removal
16807 - LP: #475619
16808 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16809 - LP: #437258
16810 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16811 - LP: #479102
16812 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16813 - LP: #479115
16814 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16815 transition.
16816 - LP: #480112
16817
16818 [ Ubuntu Changes ]
16819
16820 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16821
16822 [ Upstream Kernel Changes ]
16823
16824 * rebase to v2.6.32-rc7
16825
16826 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16827
16828linux (2.6.32-3.4) lucid; urgency=low
16829
16830 [ Andy Whitcroft ]
16831
16832 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16833 * [Upstream] add local prefix to oss local change_bits
16834
16835 [ Upstream Kernel Changes ]
16836
16837 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16838 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16839
16840 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16841
16842linux (2.6.32-3.3) lucid; urgency=low
16843
16844 [ Andy Whitcroft ]
16845
16846 * rebase to v2.6.32-rc6
16847 * [Config] update configs following rebase to v2.6.32-rc6
16848 * [Config] update ports configs following rebase to v2.6.32-rc6
16849 * resync with Karmic Ubuntu-2.6.31-15.49
16850 * [Config] add module ignores for broken drivers
16851
16852 [ John Johansen ]
16853
16854 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16855 - LP: #453335
16856 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16857 - LP: #458299
16858 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16859 - LP: #462824
16860 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16861 - LP: #451375
16862
16863 [ Kees Cook ]
16864
16865 * SAUCE: Fix nx_enable reporting
16866 - LP: #454285
16867
16868 [ Scott James Remnant ]
16869
16870 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16871 * SAUCE: trace: add trace events for open(), exec() and uselib()
16872 - LP: #462111
16873
16874 [ Stefan Bader ]
16875
16876 * SAUCE: Fix sub-flavour script to not stop on missing directories
16877 - LP: #453073
16878
16879 [ Ubuntu Changes ]
16880
16881 * resync with Karmic Ubuntu-2.6.31-15.49
16882
16883 [ Upstream Kernel Changes ]
16884
16885 * rebase to v2.6.32-rc6
16886 - LP: #464552
16887
16888 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16889
16890linux (2.6.32-2.2) lucid; urgency=low
16891
16892 [ Andy Whitcroft ]
16893
16894 * install the full changelog with the binary package
16895 * changelog -- explicitly note rebases and clean history
16896 * reinstate armel.mk with no flavours
16897 - LP: #449637
16898 * [Upstream] block: silently error unsupported empty barriers too
16899 - LP: #420423
16900 * [Config] udate configs following karmic resync
16901 * [Config] update ports configs following karmic resync
16902 * [Upstream] lirc -- follow removal of .id element
16903
16904 [ Colin Watson ]
16905
16906 * Use section 'admin' rather than 'base'
16907 * Add more e100 firmware to nic-modules
16908 - LP: #451872
16909 * Add qla1280 firmware to scsi-modules
16910 - LP: #381037
16911
16912 [ John Johansen ]
16913
16914 * SAUCE: AppArmor: Set error code after structure initialization.
16915 - LP: #427948
16916 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16917 - LP: #446595
16918 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16919
16920 [ Kees Cook ]
16921
16922 * SAUCE: [x86] fix report of cs-limit nx-emulation
16923 - LP: #454285
16924
16925 [ Leann Ogasawara ]
16926
16927 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16928 events
16929 - LP: #430809
16930 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16931 toggle switch press
16932 - LP: #430809
16933
16934 [ Luke Yelavich ]
16935
16936 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16937 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16938
16939 [ Mario Limonciello ]
16940
16941 * SAUCE: Update to LIRC 0.8.6
16942 - LP: #432678
16943 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16944 requerying every time
16945 - LP: #430809
16946 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16947 - LP: #430809
16948
16949 [ Stefan Bader ]
16950
16951 * [Upstream] acerhdf: Limit modalias matching to supported boards
16952 - LP: #435958
16953
16954 [ Tim Gardner ]
16955
16956 * [Upstream] i915: Fix i2c init message
16957 - LP: #409361
16958 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16959 - LP: #439415
16960 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16961 - LP: #439456
16962 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16963 - LP: #381300
16964 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16965 - LP: #430694
16966 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16967 - LP: #430694
16968 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16969 - LP: #416325
16970 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16971 - LP: #430694
16972 * SAUCE: Raise the default console 'quiet' level to 2
16973 * [Config] CONFIG_X86_PAT=y
16974 * [Config] Add armel arch to linux-libc-dev arches.
16975 - LP: #449637
16976 * [Config] CONFIG_X86_MCE
16977 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
16978 M300 to rate blacklist
16979 - LP: #433801
16980
16981 [ Upstream Kernel Changes ]
16982
16983 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
16984 * drm/i915: Fix FDI M/N setting according with correct color depth
16985 - LP: #416792
16986
16987 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
16988
16989linux (2.6.32-1.1) lucid; urgency=low
16990
16991 [ Andy Whitcroft ]
16992
16993 * rebase to v2.6.32-rc3
16994 * [Config] update configs following rebase to 2.6.32-rc3
16995 * [Config] update ports configs following rebase to 2.6.32-rc3
16996 * AppArmor -- fix pstrace_may_access rename
16997 * staging/android -- disable
16998 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
16999 * ubuntu: drbd -- disable
17000 * staging/comdi -- disable
17001 * staging/go7007 -- disable
17002 * [Config] staging/winbond -- disable
17003 * [Config] ubuntu/iscsitarget -- disable
17004 * [d-i] cbc and ecb are builtin make them optional in udebs
17005 * rebase to v2.6.32-rc5
17006 * [Config] update configs following rebase to v2.6.32-rc5
17007 * [Config] update ports configs following rebase to v2.6.31-rc5
17008
17009 [ Tim Gardner ]
17010
17011 * [Config] Add cpio as a build dependency.
17012
17013 [ Upstream Kernel Changes ]
17014
17015 * rebase to v2.6.32-rc3
17016 * rebase to v2.6.32-rc5
17017
17018 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
17019
17020linux (2.6.31-11.37) karmic; urgency=low
17021
17022 [ Tim Gardner ]
17023
17024 * [Config] Increase kernel log buffer to 256K for amd64 flavours
17025 - LP: #424810
17026 * [Config] Set HZ=100 for amd64 flavours
17027 - LP: #438234
17028 * [Upstream] e1000e: Emit notice instead of an error when
17029 pci_enable_pcie_error_reporting() fails
17030 - LP: #436370
17031
17032 [ Upstream Kernel Changes ]
17033
17034 * n_tty: honor opost flag for echoes
17035 * n_tty: move echoctl check and clean up logic
17036 - LP: #438310
17037
17038 * Revert "[Upstream] drm/i915: Check that the relocation points to within
17039 the target" - Use upstream cherry-pick.
17040 * drm/i915: Check that the relocation points to within the target
17041 - LP: #429241
17042
17043 * drm/i915: fix tiling on IGDNG
17044 * drm/i915: add B43 chipset support
17045 * agp/intel: Add B43 chipset support
17046 Intel request from kernel team mailing list.
17047
17048 * HID: completely remove apple mightymouse from blacklist
17049 - LP: #428111
17050
17051 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
17052
17053linux (2.6.31-11.36) karmic; urgency=low
17054
17055 [ Brian Rogers ]
17056
17057 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
17058 persistent object
17059 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
17060 persistent object
17061
17062 [ Takashi Iwai ]
17063
17064 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
17065 - LP: #416482
17066
17067 [ Tyler Hicks ]
17068
17069 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
17070 negative during unlink
17071
17072 [ Upstream Kernel Changes ]
17073
17074 * sg: fix oops in the error path in sg_build_indirect()
17075 * mpt2sas : Rescan topology from Interrupt context instead of work thread
17076 * mpt2sas: Prevent sending command to FW while Host Reset
17077 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
17078 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
17079 * SCSI: fix oops during scsi scanning
17080 * SCSI: libsrp: fix memory leak in srp_ring_free()
17081 * cfg80211: fix looping soft lockup in find_ie()
17082 * ath5k: write PCU registers on initial reset
17083 * binfmt_elf: fix PT_INTERP bss handling
17084 * TPM: Fixup boot probe timeout for tpm_tis driver
17085 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
17086 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
17087 * fix undefined reference to user_shm_unlock
17088 * perf_counter: Fix buffer overflow in perf_copy_attr()
17089 * perf_counter: Start counting time enabled when group leader gets
17090 enabled
17091 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
17092 * powerpc: Fix bug where perf_counters breaks oprofile
17093 * powerpc/ps3: Workaround for flash memory I/O error
17094 * block: don't assume device has a request list backing in nr_requests
17095 store
17096 * agp/intel: remove restore in resume
17097 * ALSA: cs46xx - Fix minimum period size
17098 * ASoC: Fix WM835x Out4 capture enumeration
17099 * sound: oxygen: work around MCE when changing volume
17100 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
17101 * perf stat: Change noise calculation to use stddev
17102 * x86: Fix x86_model test in es7000_apic_is_cluster()
17103 * x86/i386: Make sure stack-protector segment base is cache aligned
17104 * PCI: apply nv_msi_ht_cap_quirk on resume too
17105 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
17106 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
17107 with highmem
17108 * KVM guest: do not batch pte updates from interrupt context
17109 * KVM: Fix coalesced interrupt reporting in IOAPIC
17110 * KVM: VMX: Check cpl before emulating debug register access
17111 * KVM guest: fix bogus wallclock physical address calculation
17112 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
17113 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
17114 * KVM: x86 emulator: Implement zero-extended immediate decoding
17115 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
17116 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
17117 * KVM: limit lapic periodic timer frequency
17118 * libata: fix off-by-one error in ata_tf_read_block()
17119 * PCI quirk: update 82576 device ids in SR-IOV quirks list
17120 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
17121 * powerpc/pseries: Fix to handle slb resize across migration
17122 * Linux 2.6.31.1
17123
17124 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
17125
17126linux (2.6.31-10.35) karmic; urgency=low
17127
17128 [ Amit Kucheria ]
17129
17130 * Disable CONFIG_UEVENT_HELPER_PATH
17131
17132 [ Andy Whitcroft ]
17133
17134 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
17135 * remove the tlsup driver
17136 * remove lmpcm logitech driver support
17137
17138 [ Bryan Wu ]
17139
17140 * Add 3 missing files to prerm remove file list
17141 - LP: #345623, #415832
17142
17143 [ Chris Wilson ]
17144
17145 * [Upstream] drm/i915: Check that the relocation points to within the
17146 target
17147 - LP: #429241
17148
17149 [ Luke Yelavich ]
17150
17151 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
17152
17153 [ Manoj Iyer ]
17154
17155 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
17156 - LP: #348861
17157
17158 [ Tim Gardner ]
17159
17160 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
17161 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
17162 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
17163 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
17164 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
17165 Upstream suggests that this is not the right approach.
17166
17167 * [Config] Set default I/O scheduler to DEADLINE
17168 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
17169 - LP: #381300
17170
17171 [ ubuntu@tjworld.net ]
17172
17173 * SAUCE: ipw2200: Enable LED by default
17174 - LP: #21367
17175
17176 [ Upstream Kernel Changes ]
17177
17178 * ALSA: hda - Add support for new AMD HD audio devices
17179 - LP: #430564
17180
17181 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
17182
17183linux (2.6.31-10.34) karmic; urgency=low
17184
17185 [ Ted Tso ]
17186
17187 * [Upstream] ext3: Don't update superblock write time when filesystem is
17188 read-only
17189 - LP: #427822
17190
17191 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
17192
17193linux (2.6.31-10.33) karmic; urgency=low
17194
17195 [ Leann Ogasawara ]
17196
17197 * [Upstream] dvb-usb: fix tuning with Cinergy T2
17198 - LP: #421258
17199
17200 [ Tim Gardner ]
17201
17202 * [Config] Unconditionally copy files from sub-flavours lists.
17203 (really, really fix it this time)
17204 - LP: #423426
17205 * [Config] Set CONFIG_CACHEFILES=m for all flavours
17206
17207 [ Upstream Kernel Changes ]
17208
17209 * ext4: Don't update superblock write time when filesystem is read-only
17210 - LP: #427822
17211
17212 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
17213
17214linux (2.6.31-10.32) karmic; urgency=low
17215
17216 [ Eric Miao ]
17217
17218 * [Config] enable module support for memory stick
17219 - LP: #159951
17220
17221 [ Tim Gardner ]
17222
17223 * [Config] Unconditionally copy files from sub-flavours lists.
17224 - LP: #423426
17225
17226 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
17227
17228linux (2.6.31-10.31) karmic; urgency=low
17229
17230 [ Andy Whitcroft ]
17231
17232 * rebase to v2.6.31 final
17233
17234 [ Colin Watson ]
17235
17236 * [Config] Recommend grub-pc in linux-image
17237 - LP: #385741
17238
17239 [ Ike Panhc ]
17240
17241 * [Upstream] Pull latest update of lenovo-sl-laptop
17242
17243 [ Peter Feuerer ]
17244
17245 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
17246 model
17247 - LP: #426691
17248
17249 [ Tim Gardner ]
17250
17251 * [Config] De-macro some package names.
17252
17253 [ Upstream Changes ]
17254
17255 * rebase to 2.6.31 final.
17256
17257 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
17258
17259linux (2.6.31-10.30) karmic; urgency=low
17260
17261 [ Amit Kucheria ]
17262
17263 * [Config] Enable CONFIG_USB_DEVICEFS
17264 - LP: #417748
17265 * [Config] Populate the config-update template a bit more
17266
17267 [ Andy Whitcroft ]
17268
17269 * rebase to v2.6.31-rc9
17270 * [Config] update configs following rebase to v2.6.31-rc9
17271 * [Config] update ports configs following rebase to v2.6.31-rc9
17272
17273 [ Colin Ian King ]
17274
17275 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
17276 - LP: #254837
17277
17278 [ Jerone Young ]
17279
17280 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
17281 white-list
17282 - LP: #281732
17283 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
17284 white-list
17285 - LP: #281732
17286 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
17287 white-list
17288 - LP: #281732
17289 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
17290 white-list
17291 - LP: #281732
17292 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
17293 white-list
17294 - LP: #281732
17295
17296 [ John Johansen ]
17297
17298 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
17299 - LP: #419308
17300 * SAUCE: AppArmor: Return the correct error codes on profile
17301 addition/removal
17302 - LP: #408473
17303 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
17304 - LP: #408454
17305 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
17306 - LP: #419222
17307 * SAUCE: AppArmor: Fix change_profile failure
17308 - LP: #401931
17309 * SAUCE: AppArmor: Tell git to ignore generated include files
17310 - LP: #419505
17311
17312 [ Stefan Bader ]
17313
17314 * [Upstream] acpi: video: Loosen strictness of video bus detection code
17315 - LP: #333386
17316 * SAUCE: Remove ov511 driver from ubuntu subdirectory
17317
17318 [ Tim Gardner ]
17319
17320 * [Config] Exclude char-modules from non-x86 udeb creation
17321 * SAUCE: Notify the ACPI call chain of AC events
17322 * [Config] CONFIG_SATA_VIA=m
17323 - LP: #403385
17324 * [Config] Build in all phylib support modules.
17325 * [Config] Don't fail when sub-flavour files are missing
17326 - LP: #423426
17327 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
17328 - LP: #423513
17329
17330 [ Upstream ]
17331
17332 * Rebased against v2.6.31-rc9
17333
17334 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
17335
17336linux (2.6.31-9.29) karmic; urgency=low
17337
17338 [ Leann Ogasawara ]
17339
17340 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
17341 - LP: #419993
17342 * [Config] d-i/modules: Add new char-modules file, initialize with
17343 intel-agp
17344 - LP: #420605
17345
17346 [ Upstream ]
17347
17348 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
17349 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
17350 adda766193ea1cf3137484a9521972d080d0b7af.
17351
17352 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
17353
17354linux (2.6.31-8.28) karmic; urgency=low
17355
17356 [ Ike Panhc ]
17357
17358 * [Config] Let nic-shared-modules depends on crypto-modules
17359 - LP: #360966
17360
17361 [ Leann Ogasawara ]
17362
17363 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
17364 constant
17365 - LP: #412492
17366
17367 [ Mario Limonciello ]
17368
17369 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
17370 status if HW switch is disabled
17371 - LP: #418721
17372 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
17373 Compal made Dell laptops
17374 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
17375 with rfkill support
17376
17377 [ Tim Gardner ]
17378
17379 * [Config] Add acpiphp to virtual sub-flavour
17380 - LP: #364916
17381 * Drop KSM patch set for now because of instabilities with encrypted swap.
17382 - LP: #418781
17383
17384 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
17385
17386linux (2.6.31-7.27) karmic; urgency=low
17387
17388 [ Tim Gardner ]
17389
17390 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
17391 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
17392 Replaces previous ksm patches from 2.6.31-6.25
17393 * [Config] KSM=y
17394
17395 [ Upstream ]
17396
17397 * Rebased against v2.6.31-rc7
17398
17399 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
17400
17401linux (2.6.31-6.26) karmic; urgency=low
17402
17403 [ Andy Whitcroft ]
17404
17405 * [Config] enable CONFIG_AUFS_BR_RAMFS
17406 - LP: #414738
17407 * split out debian directory ready for abstraction
17408 * add printdebian target to find branch target
17409 * abstracted debian -- debian/files is not abstracted
17410 * abstracted debian -- packages must be built in debian/<pkg>
17411 * abstracted debian -- kernel-wedge needs to work in debian/
17412 * abstracted debian -- ensure we install the copyright file
17413 * abstracted-debian -- drop the debian directories from headers
17414 * abstracted-debian -- drop the debian directories from headers part 2
17415 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
17416 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
17417 - LP: #410198
17418
17419 [ Luke Yelavich ]
17420
17421 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
17422 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
17423 - LP: #413150
17424 * [Config] Ports: Build all cpu frequency scaling governors into ports
17425 kernels
17426 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
17427 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
17428 * [Config] Ports: Enable PS3 network driver
17429
17430 [ Stefan Bader ]
17431
17432 * abstracted debian -- call $(DEBIAN)/rules using make
17433
17434 [ Tim Gardner ]
17435
17436 * [Config] Abstract the debian directory
17437 * SAUCE: Improve error reporting in postinst
17438 - LP: #358564
17439
17440 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
17441
17442linux (2.6.31-6.25) karmic; urgency=low
17443
17444 [ Andy Whitcroft ]
17445
17446 * script to generate Ubuntu changes from changelog
17447 * [Config] standardise ANDROID options
17448 * [Config] standardise CONFIG_ATM as module
17449 * [Config] standardise CONFIG_LIB80211 as module
17450 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
17451 * [Config] set CONFIG_CRAMFS as module
17452 * [Config] enable CONFIG_DAB and modules
17453 * [Config] set CONFIG_MAC80211_HWSIM as module
17454 * [Config] set CONFIG_NET_CLS_FLOW as module
17455 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
17456 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
17457 * [Config] set CONFIG_RTC_DRV_DS1511 as module
17458 * [Config] set CONFIG_RTC_DRV_R9701 as module
17459 * [Config] set CONFIG_RTC_DRV_S35390A as module
17460 * [Config] set CONFIG_TOIM3232_DONGLE as module
17461 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
17462 * [Config] standardise CONFIG_USB_G_PRINTER as module
17463 * [Config] standardise CONFIG_USB_SERIAL_IR as module
17464 * [Config] set CONFIG_USB_SERIAL_IUU as module
17465 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
17466 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
17467 * cleanup remains of dm-loop
17468 * drop thinkpad ec and smapi support
17469 * drop appleir
17470 * [Config] update configs following rebase to v2.6.31-rc6
17471 * rebase to v2.6.31-rc6
17472
17473 [ Hugh Dickins ]
17474
17475 * SAUCE: ksm patch 1, drop after 2.6.31
17476 * SAUCE: ksm patch 2, drop after 2.6.31
17477 * SAUCE: ksm patch 3, drop after 2.6.31
17478 * SAUCE: ksm patch 4, drop after 2.6.31
17479 * SAUCE: ksm patch 5, drop after 2.6.31
17480 * SAUCE: ksm patch 7, drop after 2.6.31
17481
17482 [ Izik Eidus ]
17483
17484 * SAUCE: ksm patch 0, drop after 2.6.31
17485 * SAUCE: ksm patch 6, drop after 2.6.31
17486 * SAUCE: ksm patch 8, drop after 2.6.31
17487 * SAUCE: ksm patch 9, drop after 2.6.31
17488
17489 [ Luke Yelavich ]
17490
17491 * [Config] Ports: Re-add PS3 modules to udebs
17492
17493 [ Michael Casadevall ]
17494
17495 * [Config] Update SPARC config and d-i files to reflect what can be built
17496
17497 [ Tim Gardner ]
17498
17499 * [Config] Removed armel package support
17500 * [Config] Enabled CONFIG_KSM=y
17501
17502 [ Upstream Kernel Changes ]
17503
17504 * Rebased against v2.6.31-rc6
17505 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
17506 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
17507 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
17508 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
17509 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
17510 changes"
17511 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
17512 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
17513 revision"
17514 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
17515 by default"
17516 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
17517 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
17518 ARCH_MXC_CANONICAL"
17519 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
17520 CONFIG_GPIOLIB"
17521 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
17522 2.6.31"
17523 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
17524 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
17525 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
17526 mxc_uart.h _everywhere_"
17527 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
17528 correct location"
17529 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
17530 snd_card_create"
17531 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
17532 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
17533 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
17534 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
17535 mxc_map_io."
17536 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17537 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17538 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
17539 with snd_soc_card."
17540 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
17541 structure"
17542 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
17543 DMA_MODE_READ/WRITE/MASK"
17544 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
17545 Freescale mx51 platform"
17546 * Driver core: add new device to bus's list before probing
17547 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
17548 power-saving
17549 - LP: #381693, #399750, #380892
17550
17551 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
17552
17553linux (2.6.31-5.24) karmic; urgency=low
17554
17555 [ Amit Kucheria ]
17556
17557 * ARM: IMX51: Make video capture drivers compile
17558 * [Config] IMX51: Config updates
17559
17560 [ Andy Whitcroft ]
17561
17562 * remove leftovers of dm-bbr
17563
17564 [ Leann Ogasawara ]
17565
17566 * Add pata_cs5535 to pata-modules
17567 - LP: #318805
17568
17569 [ Luke Yelavich ]
17570
17571 * [Config] CONFIG_PPC64=y for powerpc64-smp
17572 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
17573 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
17574 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
17575 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
17576 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
17577 * [Config] Enable all PS3 drivers in powerpc64-smp
17578
17579 [ Mario Limonciello ]
17580
17581 * LIRC -- fix lirc-i2c 2.6.31 compilation
17582
17583 [ Matthew Garrett ]
17584
17585 * [Upstream] dell-laptop: Fix rfkill state queries
17586
17587 [ Tim Gardner ]
17588
17589 * [Config] Ignore armel ABI and module changes
17590 * [Config] Update configs after rebase against 2.6.31-rc5
17591
17592 [ Upstream ]
17593
17594 * Rebased to 2.6.31-rc5
17595
17596 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
17597
17598linux (2.6.31-4.23) karmic; urgency=low
17599
17600 [ Andy Whitcroft ]
17601
17602 * AUFS -- update to aufs2-30 20090727
17603 * [Config] enable AUFS FUSE support
17604
17605 [ Luke Yelavich ]
17606
17607 * [Config] CONFIG_JFS_FS=m on sparc
17608
17609 [ Tim Gardner ]
17610
17611 * [Upstream] dell-laptop: Fix rfkill state setting.
17612
17613 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
17614
17615linux (2.6.31-4.22) karmic; urgency=low
17616
17617 [ Amit Kucheria ]
17618
17619 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
17620 * ARM: IMX51: Move board-mx51* header files to the correct location
17621 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
17622 * ARM: IMX51: Make it compile.
17623 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
17624 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
17625 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
17626 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
17627 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
17628 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
17629 * ARM: staging: udlfb: Add vmalloc.h include
17630 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
17631
17632 [ Brad Figg ]
17633
17634 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
17635 * ARM: IMX51: codec structure was moved to the card structure
17636 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
17637 * ARM: IMX51: Get to bus_id by calling dev_name.
17638 * ARM: IMX51: Get to bus_id by calling dev_name.
17639 * ARM: IMX51: Added external declaration for mxc_map_io.
17640 * ARM: IMX51: Removed the mxc_gpio_port structure.
17641 * ARM: IMX51: mxc_timer_init prototype
17642 * ARM: IMX51: Fix up merge error in Kconfig
17643 * ARM: IMX51: Changed from snd_card_new to snd_card_create
17644
17645 [ Dinh Nguyen ]
17646
17647 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
17648 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
17649 * ARM: IMX51: Babbage 2.5 needs a different system revision
17650 * ARM: IMX51: IPU irq handler deadlock fix
17651
17652 [ Tim Gardner ]
17653
17654 * [Config] Enabled CONFIG_CAN=m
17655 - LP: #327243
17656 * [Config] Enabled CONFIG_SERIAL=m
17657 - LP: #397189
17658
17659 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
17660
17661linux (2.6.31-4.21) karmic; urgency=low
17662
17663 [ Amit Kucheria ]
17664
17665 * dm-raid-4-5: Add missing brackets around test_bit()
17666
17667 [ John Johansen ]
17668
17669 * AppArmor: Fix change_profile failing lpn401931
17670 * AppArmor: Fix determination of forced AUDIT messages.
17671 * AppArmor: Fix oops in auditing of the policy interface offset
17672
17673 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
17674
17675linux (2.6.31-4.20) karmic; urgency=low
17676
17677 [ Andy Whitcroft ]
17678
17679 * SAUCE: iscsitarget -- update to SVN revision r214
17680 * SAUCE: iscsitarget -- renable driver
17681 * [Config] consolidate lpia/lpia and i386/generic configs
17682 * [Config] enable CRYPTO modules for all architectures
17683 * [Config] enable cryptoloop
17684 * [Config] enable various filesystems for armel
17685 * [Config] sync i386 generic and generic-pae
17686 * [Config] add the 386 (486 processors and above) flavour
17687 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
17688 - LP: #399914
17689 * add genconfigs/genportsconfigs to extract the built configs
17690 * updateconfigs -- alter concatenation order allow easier updates
17691 * intelfb -- INTELFB now conflicts with DRM_I915
17692 * printchanges -- rebase tree does not have stable tags use changelog
17693 * AppArmor: fix argument size missmatch on 64 bit builds
17694
17695 [ Ike Panhc ]
17696
17697 * Ship bnx2x firmware in nic-modules udeb
17698 - LP: #360966
17699
17700 [ Jeff Mahoney ]
17701
17702 * AppArmor: fix build failure on ia64
17703
17704 [ John Johansen ]
17705
17706 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
17707 initialize.
17708 * AppArmour: fix auditing of domain transitions to include target profile
17709 information
17710 * AppArmor: fix C99 violation
17711 * AppArmor: revert reporting of create to write permission.
17712 * SAUCE: Add config option to set a default LSM
17713 * [Config] enable AppArmor by default
17714 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
17715
17716 [ Keith Packard ]
17717
17718 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
17719 hardware
17720 - LP: #351756
17721
17722 [ Luke Yelavich ]
17723
17724 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
17725 header packages
17726 - LP: #355344
17727
17728 [ Michael Casadevall ]
17729
17730 * [Config] update SPARC config files to allow success build
17731
17732 [ Scott James Remnant ]
17733
17734 * SAUCE: trace: add trace_event for the open() syscall
17735
17736 [ Stefan Bader ]
17737
17738 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
17739 - LP: #396780
17740
17741 [ Tim Gardner ]
17742
17743 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
17744 - LP: #397499
17745 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
17746 refresh
17747 - LP: #365291
17748 * [Config] SSB/B44 are common across all arches/flavours.
17749
17750 [ Upstream ]
17751
17752 * Rebased to 2.6.31-rc4
17753
17754 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
17755
17756linux (2.6.31-3.19) karmic; urgency=low
17757
17758 [ Andy Whitcroft ]
17759
17760 * Revert "[Config] Disabled NDISWRAPPER"
17761 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
17762 * AUFS -- export various core functions
17763 * AUFS -- export various core functions -- fixes
17764 * AUFS -- core filesystem
17765 * AUFS -- track changes in v2.6.31
17766 * [Config] Enable AUFS
17767 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17768 is already upstream but failed to auto-drop on rebase.
17769
17770 [ Eric Paris ]
17771
17772 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17773 choose
17774 * SAUCE: inotify: check filename before dropping repeat events
17775 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17776
17777 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17778
17779linux (2.6.31-3.18) karmic; urgency=low
17780
17781 [ Andy Whitcroft ]
17782
17783 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17784 AUFS"
17785 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17786 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17787 security_inode_permission"
17788 * clear out left over AUFS files and modifications
17789
17790 [ Luke Yelavich ]
17791
17792 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17793 * SAUCE: Explicitly include header files to allow apparmor to build on
17794 powerpc
17795 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17796
17797 [ Tim Gardner ]
17798
17799 * [Config] Dropped ubuntu/misc/wireless/acx
17800 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17801
17802 [ Upstream ]
17803
17804 * Rebased to 2.6.31-rc3
17805
17806 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17807
17808linux (2.6.31-2.17) karmic; urgency=low
17809
17810 [ Andy Whitcroft ]
17811
17812 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17813 * compcache -- remove redundant Kconfig entries part 2
17814 * compcache -- clean up CCFLAGS declarations
17815 * [Config] enable AppArmor
17816 * AppArmor: fix operator precidence issue in as_path_link
17817
17818 [ John Johansen ]
17819
17820 * AppArmor security module
17821 * AppArmor: Correct mapping of file permissions.
17822 * AppArmor: Turn auditing of ptrace on
17823
17824 [ Luke Yelavich ]
17825
17826 * [Config] disable CONFIG_DM_RAID45 on powerpc
17827
17828 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17829
17830linux (2.6.31-2.16) karmic; urgency=low
17831
17832 [ Andy Whitcroft ]
17833
17834 * compcache -- remove redundant Kconfig entries
17835 added ignore and ignore.modules for all arches since the compcache update
17836 changes the modules names as well as some compcache ABI values.
17837
17838 [ Manoj Iyer ]
17839
17840 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17841 * SAUCE: update compcache version to 0.5.3
17842
17843 [ Tim Gardner ]
17844
17845 * [Config]: Fix sparc FTBS by adding ignore.modules
17846
17847 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17848
17849linux (2.6.31-2.15) karmic; urgency=low
17850
17851 [ Andy Whitcroft ]
17852
17853 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17854 * [Config] Update configs following rebase to 2.6.31-rc2
17855 * [Config] update ports configs following update to 2.6.31-rc2
17856
17857 [ Luke Yelavich ]
17858
17859 * [Config] powerpc - Disable CONFIG_RDS
17860
17861 [ Matt Zimmerman ]
17862
17863 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17864 - LP: #382115
17865
17866 [ Upstream Kernel Changes ]
17867
17868 * rebased to mainline 2.6.31-rc2
17869
17870 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17871
17872linux (2.6.31-1.14) karmic; urgency=low
17873
17874 [ Andy Whitcroft ]
17875
17876 * update ndiswrapper to 1.55
17877 * remove leftovers of gfs
17878 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17879
17880 [ Luke Yelavich ]
17881
17882 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17883 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17884 kernel
17885
17886 [ Manoj Iyer ]
17887
17888 * Remove snd-bt-sco ubuntu driver
17889
17890 [ Michael Casadevall ]
17891
17892 * [Config] updates ia64 config and d-i folders to allow succesful build
17893 * [Config] Update powerpc and sparc for 2.6.31
17894
17895 [ Upstream Kernel Changes ]
17896
17897 * intel-iommu: fix Identity Mapping to be arch independent
17898 - LP: #384695
17899 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17900
17901 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17902
17903linux (2.6.31-1.13) karmic; urgency=low
17904
17905 [ Andy Whitcroft ]
17906
17907 * REBASE: rebased to mainline 2.6.31-rc1
17908 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17909 no longer applies, using deprecated interfaces, LPIA only, dropped
17910 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17911 changes now upstream, dropped
17912 * [Config] Update configs following rebase to 2.6.31-rc1
17913 * [Config] update ports configs following update to 2.6.31-rc1
17914
17915 * [Config] disable broken staging driver CONFIG_STLC45XX
17916 * SAUCE: fix compcache to use updates accessors
17917 * [Config] disable staging driver CONFIG_VT6655
17918 * SAUCE: fix DRDB to use updates accessors
17919 * [Disable] ndiswrapper needs update
17920 * [Disable] LIRC I2C needs update
17921 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17922 * [Config] disable I2C_DESIGNWARE does not compile
17923 * [Config] disable CONFIG_TLSUP for lpia
17924 * [Config] disable CONFIG_FB_UDL for arm
17925 * SAUCE: disable adding scsi headers to linux-libc-dev
17926
17927 [ Mario Limonciello ]
17928
17929 * SAUCE: Add LIRC drivers
17930
17931 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17932
17933linux (2.6.30-10.12) karmic; urgency=low
17934
17935 [ Andy Whitcroft ]
17936
17937 * [Config] split out the ports configs into their own family
17938 * [Config] update configs following introduction of ports family
17939
17940 [ Upstream Kernel Changes ]
17941
17942 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17943 description". Fixes linux-doc package name conflicts for now.
17944 - LP: #382115
17945
17946 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17947
17948linux (2.6.30-10.11) karmic; urgency=low
17949
17950 [ Amit Kucheria ]
17951
17952 * [Config] Comment splitconfig.pl and misc cleanup
17953 * [Config] Rename all configs to the new naming scheme
17954 * [Config] Splitconfig rework
17955 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17956 * [Config] Fix build system for new config split
17957 * [Config] Run updateconfigs after the splitconfig rework
17958
17959 [ Andy Whitcroft ]
17960
17961 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17962 * [Config] standardise CONFIG_STAGING=y
17963 * [Config] standardise CONFIG_RD_LZMA=y
17964 * [Config] CONFIG_PCI_IOV=y
17965 * [Config] CONFIG_PCI_STUB=m
17966 * [Config] merge kernel configs more agressively
17967
17968 [ Colin Watson ]
17969
17970 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17971 * [Config] Add support for including firmware in udebs
17972 * [Config] Ship bnx2 firmware in nic-modules udeb
17973 - LP: #384861
17974
17975 [ Luke Yelavich ]
17976
17977 * [Config] ports - Import of ports architectures into kernel packaging
17978 infrastructure
17979 * [Config] ports - Do not update ports kernel configurations by default
17980 * [Config] ports - Disable ABI checking for ports architectures
17981 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
17982 * [Config] ports - Add control.d/vars.* files for ports architectures
17983 * [Config] ports - Add ports architectures for linux-libc-dev
17984 * [Config] ports - Create powerpc specific message-modules and
17985 block-modules udebs
17986 * [Config] ports - Add configuration files for ports architectures
17987
17988 [ Manoj Iyer ]
17989
17990 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
17991 - LP: #329864
17992
17993 [ Michael Casadevall ]
17994
17995 * [Config] ports - Fix compression of kernels
17996
17997 [ Stefan Bader ]
17998
17999 * [Upstream] mmc: prevent dangling block device from accessing stale
18000 queues
18001 - LP: #383668
18002
18003 [ Tim Gardner ]
18004
18005 * [Config] Recommend grub-pc in linux-image
18006 - LP: #385741
18007 * [Config] Implement i386 generic and generic-pae flavours
18008 * [Config] ports - Add control info after integrating ports arches
18009 * [Config] Removed auto-generated files from git
18010 * [Config] Added netxen_nic to nic-modules
18011 - LP: #389603
18012
18013 [ Matt Zimmerman ]
18014
18015 * Rename linux-doc-PKGVER to linux-doc and clean up its description
18016 - LP: #382115
18017
18018 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
18019
18020linux (2.6.30-9.10) karmic; urgency=low
18021
18022 [ Andy Whitcroft ]
18023
18024 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
18025 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
18026 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
18027 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
18028 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
18029 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
18030
18031 [ Upstream Kernel Changes ]
18032
18033 * rebased to 2.6.30 final
18034
18035 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
18036
18037linux (2.6.30-8.9) karmic; urgency=low
18038
18039 [ Andy Whitcroft ]
18040
18041 * Config update removed the following options:
18042 CONFIG_EDAC_AMD8111=m
18043 CONFIG_EDAC_AMD8131=m
18044
18045 [ Upstream Kernel Changes ]
18046
18047 * rebased to 2.6.30-rc8
18048
18049 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
18050
18051linux (2.6.30-7.8) karmic; urgency=low
18052
18053 [ Andy Whitcroft ]
18054
18055 * Enabled NEW configration options:
18056 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
18057 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
18058
18059 [ Upstream Kernel Changes ]
18060
18061 * rebased to 2.6.30-rc7
18062
18063 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
18064
18065linux (2.6.30-6.7) karmic; urgency=low
18066
18067 [ Andy Whitcroft ]
18068
18069 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
18070 upstream)
18071
18072 [ Upstream Kernel Changes ]
18073
18074 * rebased to 2.6.30-rc6
18075
18076 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
18077
18078linux (2.6.30-5.6) karmic; urgency=low
18079
18080 [ Tim Gardner ]
18081
18082 * [Config] Enable Keyspan USB serial device firmware in kernel module
18083 - LP: #334285
18084
18085 [ Upstream Kernel Changes ]
18086
18087 * rebased to 2.6.30-rc5
18088
18089 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
18090
18091linux (2.6.30-4.5) karmic; urgency=low
18092
18093 [ Colin Watson ]
18094
18095 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
18096 /usr/include/asm/* going missing
18097 - LP: #373214
18098
18099 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
18100
18101linux (2.6.30-3.4) karmic; urgency=low
18102
18103 [ Kees Cook ]
18104
18105 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
18106 - LP: #369978
18107
18108 [ Stefan Bader ]
18109
18110 * SAUCE: input: Blacklist digitizers from joydev.c
18111 - LP: #300143
18112
18113 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
18114
18115linux (2.6.30-2.3) karmic; urgency=low
18116
18117 [ Tim Gardner ]
18118
18119 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
18120 - LP: #369152
18121 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
18122 * [Config] CONFIG_DRM_I915_KMS=y
18123 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
18124 minimums
18125
18126 [ Upstream Kernel Changes ]
18127
18128 * rebased to 2.6.30-rc4
18129
18130 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
18131
18132linux (2.6.30-1.2) karmic; urgency=low
18133
18134 [ Tim Gardner ]
18135
18136 * [Config] armel: disable staging drivers, fixes FTBS
18137 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
18138
18139 [ Upstream Kernel Changes ]
18140
18141 * mpt2sas: Change reset_type enum to avoid namespace collision.
18142 Submitted upstream.
18143
18144 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
18145
18146linux (2.6.30-1.1) karmic; urgency=low
18147
18148 * Initial release after rebasing against v2.6.30-rc3
18149
18150 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
18151