]> git.proxmox.com Git - mirror_ubuntu-zesty-kernel.git/blob - debian.master/changelog
79982e9b444f98ebee5b0e8b69e46453dbf81d4b
[mirror_ubuntu-zesty-kernel.git] / debian.master / changelog
1 linux (4.10.0-9.11) zesty; urgency=low
2
3 [ Tim Gardner ]
4
5 * Release Tracking Bug
6 - LP: #1666214
7
8 * linux: disable CONFIG_PCIEPORTBUS in the kernel (LP: #1665404)
9 - [Config] CONFIG_PCIEPORTBUS=n for ppc64el
10
11 * linux-lts-xenial 4.4.0-63.84~14.04.2 ADT test failure with linux-lts-xenial
12 4.4.0-63.84~14.04.2 (LP: #1664912)
13 - SAUCE: apparmor: fix link auditing failure due to, uninitialized var
14
15 * Ubuntu 17.04: "Oops: Exception in kernel mode, sig: 5 [#1]" seen during
16 fadump over ssh on Alpine machine. (LP: #1655241)
17 - SAUCE: powerpc/fadump: set an upper limit for boot memory size
18
19 * In Ubuntu 17.04 : after reboot getting message in console like Unable to
20 open file: /etc/keys/x509_ima.der (-2) (LP: #1656908)
21 - SAUCE: ima: Downgrade error to warning
22
23 * NFS client : permission denied when trying to access subshare, since kernel
24 4.4.0-31 (LP: #1649292)
25 - fs: Better permission checking for submounts
26
27 * Miscellaneous Ubuntu changes
28 - SAUCE: (noup) Update spl to 0.6.5.9-1, zfs to 0.6.5.9-2
29 - [Config] CONFIG_SCSI_HISI_SAS=m on arm64
30 - d-i: Add hisi_sas_v2_hw to scsi-modules
31 - d-i: Add hns_enet_drv to nic-modules
32 - d-i: Add supporting modules for hns_enet_drv to nic-modules
33 - rebase to v4.10
34
35 [ Upstream Kernel Changes ]
36
37 * rebase to v4.10
38
39 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Feb 2017 11:18:07 -0700
40
41 linux (4.10.0-8.10) zesty; urgency=low
42
43 [ Tim Gardner ]
44
45 * Release Tracking Bug
46 - LP: #1664217
47
48 * [Hyper-V] Bug fixes for storvsc (tagged queuing, error conditions)
49 (LP: #1663687)
50 - scsi: storvsc: Enable tracking of queue depth
51 - scsi: storvsc: Remove the restriction on max segment size
52 - scsi: storvsc: Enable multi-queue support
53 - scsi: storvsc: use tagged SRB requests if supported by the device
54 - scsi: storvsc: properly handle SRB_ERROR when sense message is present
55 - scsi: storvsc: properly set residual data length on errors
56
57 * Ubuntu16.10-KVM:Big configuration with multiple guests running SRIOV VFs
58 caused KVM host hung and all KVM guests down. (LP: #1651248)
59 - KVM: PPC: Book 3S: XICS cleanup: remove XICS_RM_REJECT
60 - KVM: PPC: Book 3S: XICS: correct the real mode ICP rejecting counter
61 - KVM: PPC: Book 3S: XICS: Fix potential issue with duplicate IRQ resends
62 - KVM: PPC: Book 3S: XICS: Implement ICS P/Q states
63 - KVM: PPC: Book 3S: XICS: Don't lock twice when checking for resend
64
65 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
66 (LP: #1531747)
67 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
68
69 * CVE-2016-1575 (LP: #1534961)
70 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
71
72 * CVE-2016-1576 (LP: #1535150)
73 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
74
75 * Miscellaneous Ubuntu changes
76 - SAUCE: md/raid6 algorithms: scale test duration for speedier boots
77 - SAUCE: Import aufs driver
78 - d-i: Build message-modules udeb for arm64
79 - rebase to v4.10-rc8
80
81 * Miscellaneous upstream changes
82 - Revert "UBUNTU: SAUCE: aufs -- remove .readlink assignment"
83 - Revert "UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()"
84 - Revert "UBUNTU: SAUCE: aufs -- Add flags argument to aufs_rename()"
85 - Revert "UBUNTU: SAUCE: aufs -- Convert to use xattr handlers"
86 - Revert "UBUNTU: SAUCE: Import aufs driver"
87
88 [ Upstream Kernel Changes ]
89
90 * rebase to v4.10-rc8
91
92 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Feb 2017 08:34:24 -0700
93
94 linux (4.10.0-7.9) zesty; urgency=low
95
96 [ Tim Gardner ]
97
98 * Release Tracking Bug
99 - LP: #1662201
100
101 * AMDGPU support for CIK parts in kernel config? (LP: #1661887)
102 - [Config] CONFIG_DRM_AMDGPU_CIK=y
103
104 * regession tests failing after stackprofile test is run (LP: #1661030)
105 - fix regression with domain change in complain mode
106
107 * Permission denied and inconsistent behavior in complain mode with 'ip netns
108 list' command (LP: #1648903)
109 - fix regression with domain change in complain mode
110
111 * flock not mediated by 'k' (LP: #1658219)
112 - SAUCE: apparmor: flock mediation is not being enforced on cache check
113
114 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
115 from a unshared mount namespace (LP: #1656121)
116 - SAUCE: apparmor: null profiles should inherit parent control flags
117
118 * apparmor refcount leak of profile namespace when removing profiles
119 (LP: #1660849)
120 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
121
122 * tor in lxd: apparmor="DENIED" operation="change_onexec"
123 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
124 name="system_tor" (LP: #1648143)
125 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
126 namespaces
127
128 * apparmor_parser hangs indefinitely when called by multiple threads
129 (LP: #1645037)
130 - SAUCE: apparmor: fix lock ordering for mkdir
131
132 * apparmor leaking securityfs pin count (LP: #1660846)
133 - SAUCE: apparmor: fix leak on securityfs pin count
134
135 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
136 (LP: #1660845)
137 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
138 fails
139
140 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
141 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
142
143 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
144 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
145
146 * apparmor auditing denied access of special apparmor .null fi\ le
147 (LP: #1660836)
148 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
149
150 * apparmor label leak when new label is unused (LP: #1660834)
151 - SAUCE: apparmor: fix label leak when new label is unused
152
153 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
154 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
155
156 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
157 - SAUCE: apparmor: fix replacement race in reading rawdata
158
159 * unix domain socket cross permission check failing with nested namespaces
160 (LP: #1660832)
161 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
162
163 * Regression tests can not detect binfmt_elf mmpa semantic change
164 (LP: #1630069)
165 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
166
167 * Support snaps inside of lxd containers (LP: #1611078)
168 - apparmor: add interface to be able to grab loaded policy
169 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
170 - apparmor: add __aa_find_ns fn
171 - apparmor: add mkdir/rmdir interface to manage policy namespaces
172 - apparmor: fix oops in pivot_root mediation
173 - apparmor: fix warning that fn build_pivotroot discards const
174 - apparmor: add interface to advertise status of current task stacking
175 - apparmor: update policy permissions to consider ns being viewed/managed
176 - apparmor: add per ns policy management interface
177 - apparmor: bump domain stacking version to 1.2
178
179 * change_hat is logging failures during expected hat probing (LP: #1615893)
180 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
181
182 * deleted files outside of the namespace are not being treated as disconnected
183 (LP: #1615892)
184 - SAUCE: apparmor: deleted dentries can be disconnected
185
186 * stacking to unconfined in a child namespace confuses mediation
187 (LP: #1615890)
188 - SAUCE: apparmor: special case unconfined when determining the mode
189
190 * apparmor module parameters can be changed after the policy is locked
191 (LP: #1615895)
192 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
193
194 * AppArmor profile reloading causes an intermittent kernel BUG (LP: #1579135)
195 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
196
197 * label vec reductions can result in reference labels instead of direct access
198 to labels (LP: #1615889)
199 - SAUCE: apparmor: reduction of vec to single entry is just that entry
200
201 * profiles from different namespaces can block other namespaces from being
202 able to load a profile (LP: #1615887)
203 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
204
205 * The label build for onexec when stacking is wrong (LP: #1615881)
206 - SAUCE: apparmor: Fix label build for onexec stacking.
207
208 * The inherit check for new to old label comparison for domain transitions is
209 wrong (LP: #1615880)
210 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
211
212 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
213 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
214
215 * __label_update proxy comparison test is wrong (LP: #1615878)
216 - SAUCE: apparmor: Fix __label_update proxy comparison test
217
218 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
219 (LP: #1560583)
220 - SAUCE: apparmor: Allow ns_root processes to open profiles file
221 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
222
223 * policy namespace stacking (LP: #1379535)
224 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
225 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
226
227 * brd module compiled as built-in (LP: #1593293)
228 - [Config] CONFIG_BLK_DEV_RAM=m
229
230 * Miscellaneous Ubuntu changes
231 - SAUCE: apparmor: Fix FTBFS due to bad include path
232 - SAUCE: apparmor: add data query support
233 - rebase to v4.10-rc7
234
235 * Miscellaneous upstream changes
236 - fixup backout policy view capable for forward port
237 - apparmor: fix: Rework the iter loop for label_update
238 - apparmor: add more assertions for updates/merges to help catch errors
239 - apparmor: Make pivot root transitions work with stacking
240 - apparmor: convert delegating deleted files to mediate deleted files
241 - apparmor: add missing parens. not a bug fix but highly recommended
242 - apparmor: add a stack_version file to allow detection of bug fixes
243 - apparmor: push path lookup into mediation loop
244 - apparmor: default to allowing unprivileged userns policy
245 - apparmor: fix: permissions test to view and manage policy
246 - apparmor: Add Basic ns cross check condition for ipc
247
248 [ Upstream Kernel Changes ]
249
250 * rebase to v4.10-rc7
251
252 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Feb 2017 10:48:30 -0700
253
254 linux (4.10.0-6.8) zesty; urgency=low
255
256 [ Tim Gardner ]
257
258 * Release Tracking Bug
259 - LP: #1661300
260
261 * flock not mediated by 'k' (LP: #1658219)
262 - SAUCE: apparmor: flock mediation is not being enforced on cache check
263
264 * unexpected errno=13 and disconnected path when trying to open /proc/1/ns/mnt
265 from a unshared mount namespace (LP: #1656121)
266 - SAUCE: apparmor: null profiles should inherit parent control flags
267
268 * apparmor refcount leak of profile namespace when removing profiles
269 (LP: #1660849)
270 - SAUCE: apparmor: fix ns ref count link when removing profiles from policy
271
272 * tor in lxd: apparmor="DENIED" operation="change_onexec"
273 namespace="root//CONTAINERNAME_<var-lib-lxd>" profile="unconfined"
274 name="system_tor" (LP: #1648143)
275 - SAUCE: apparmor: Fix no_new_privs blocking change_onexec when using stacked
276 namespaces
277
278 * apparmor_parser hangs indefinitely when called by multiple threads
279 (LP: #1645037)
280 - SAUCE: apparmor: fix lock ordering for mkdir
281
282 * apparmor leaking securityfs pin count (LP: #1660846)
283 - SAUCE: apparmor: fix leak on securityfs pin count
284
285 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
286 (LP: #1660845)
287 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
288 fails
289
290 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
291 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
292
293 * apparmor oops in bind_mnt when dev_path lookup fails (LP: #1660840)
294 - SAUCE: apparmor: fix oops in bind_mnt when dev_path lookup fails
295
296 * apparmor auditing denied access of special apparmor .null fi\ le
297 (LP: #1660836)
298 - SAUCE: apparmor: Don't audit denied access of special apparmor .null file
299
300 * apparmor label leak when new label is unused (LP: #1660834)
301 - SAUCE: apparmor: fix label leak when new label is unused
302
303 * apparmor reference count bug in label_merge_insert() (LP: #1660833)
304 - SAUCE: apparmor: fix reference count bug in label_merge_insert()
305
306 * apparmor's raw_data file in securityfs is sometimes truncated (LP: #1638996)
307 - SAUCE: apparmor: fix replacement race in reading rawdata
308
309 * unix domain socket cross permission check failing with nested namespaces
310 (LP: #1660832)
311 - SAUCE: apparmor: fix cross ns perm of unix domain sockets
312
313 * Kdump through NMI SMP and single core not working on Ubuntu16.10
314 (LP: #1630924)
315 - hv: don't reset hv_context.tsc_page on crash
316
317 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
318 distribution (LP: #1628889)
319 - SAUCE: s390: kernel message catalog
320
321 * Miscellaneous Ubuntu changes
322 - [Config] Drop powerpc ABI files
323
324 -- Tim Gardner <tim.gardner@canonical.com> Wed, 01 Feb 2017 15:21:35 -0700
325
326 linux (4.10.0-5.7) zesty; urgency=low
327
328 * [regression 4.8.0-14 -> 4.8.0-17] keyboard and touchscreen lost on Acer
329 Chromebook R11 (LP: #1630238)
330 - [Config] CONFIG_TOUCHSCREEN_ELAN=y,CONFIG_PINCTRL_CHERRYVIEW=y for amd64
331
332 * Enable CONFIG_NET_DROP_MONITOR=m in Ubuntu Kernel (LP: #1660634)
333 - [Config] Update annotations for CONFIG_NET_DROP_MONITOR
334
335 * Miscellaneous Ubuntu changes
336 - d-i: initrd needs msm_emac on amberwing platform.
337 - [Config] Remove powerpc architecture builds
338 - [Config] updateconfigs after removing powerpc configs
339 - [Config] Update annotations after removing powerpc configs
340 - SAUCE: Disable timers selftest for now
341 - Rebase to v4.10-rc6
342 - SAUCE: (no-up) Update zfs to 0.6.5.8-0ubuntu9
343 - Enable zfs build
344 - [Config] CONFIG_NET_DROP_MONITOR=m
345
346 [ Upstream Kernel Changes ]
347
348 * rebase to v4.10-rc6
349
350 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Feb 2017 12:26:09 -0600
351
352 linux (4.10.0-4.6) zesty; urgency=low
353
354 * Miscellaneous upstream changes
355 - Revert "UBUNTU: Disable all flavors for the powerpc architecture"
356
357 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jan 2017 07:13:15 -0600
358
359 linux (4.10.0-3.5) zesty; urgency=low
360
361 * KVM module handling different per Architecture - ppc64el (LP: #1657734)
362 - [Config] powerpc: Add kvm-hv and kvm-pr to the generic inclusion list
363
364 * ENA network driver moved to -extra (LP: #1657767)
365 - [Config] Move Amazon ENA network driver to the main kernel package
366
367 * [Hyper-V] mkfs regression in 4.10 fixed by patch in "for-4.11"
368 (LP: #1657539)
369 - block: relax check on sg gap
370
371 * i915 module requests unreleased GUC firmware files (LP: #1626740)
372 - SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for unreleased
373 firmware
374
375 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
376 distribution (LP: #1628889)
377 - [Config] CONFIG_KMSG_IDS=y for s390
378 - SAUCE: s390 Kernel message catalog
379
380 * Miscellaneous Ubuntu changes
381 - ubuntu: vbox -- Update to 5.1.14-dfsg-1
382 - SAUCE: vbox -- remove .readlink assignment
383 - Enable vbox build
384 - [Config] CONFIG_DEFAULT_IOSCHED=cfq
385 - [Config] Bump CONFIG_NR_CPUS up to 256 on arm64
386 - [Config] Fix up s390x config options changed during 4.10 rebase
387 - [Config] Update annotations for 4.10
388 - Disable all flavors for the powerpc architecture
389
390 [ Upstream Kernel Changes ]
391
392 * rebase to v4.10-rc5
393
394 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Jan 2017 15:48:35 -0600
395
396 linux (4.10.0-2.4) zesty; urgency=low
397
398 * Move some kernel modules to the main kernel package (part 2) (LP: #1655002)
399 - [Config] Add IBM power drivers to the inclusion list
400
401 * Miscellaneous Ubuntu changes
402 - [Config] linux-source Provides should not be a macro
403 - [Config] Correct the note URL for LATENCYTOP
404 - rebase to v4.10-rc4
405
406 [ Upstream Kernel Changes ]
407
408 * rebase to v4.10-rc4
409
410 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Jan 2017 07:17:34 -0700
411
412 linux (4.10.0-1.3) zesty; urgency=low
413
414 [ Upstream Kernel Changes ]
415
416 * rebase to v4.10-rc3
417
418 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jan 2017 11:41:13 -0600
419
420 linux (4.10.0-0.2) zesty; urgency=low
421
422 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
423 host/NV kernel (LP: #1643652)
424 - [Config] Update and enforce IMA options
425
426 * Miscellaneous Ubuntu changes
427 - [Config] Disble stack protector for powerpc-smp
428
429 -- Seth Forshee <seth.forshee@canonical.com> Sat, 07 Jan 2017 19:07:55 -0600
430
431 linux (4.10.0-0.1) zesty; urgency=low
432
433 * IP-over-DDP packets dropped (LP: #1559772)
434 - [Config] CONFIG_IPDDP=n
435
436 * Miscellaneous Ubuntu changes
437 - [Config] Update annotations with recent config changes
438 - SAUCE: aufs -- remove .readlink assignment
439 - disable vbox build
440 - disable ZFS build
441
442 [ Upstream Kernel Changes ]
443
444 * rebase to v4.10-rc2
445
446 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jan 2017 07:55:57 -0600
447
448 linux (4.9.0-11.12) zesty; urgency=low
449
450 * Miscellaneous Ubuntu changes
451 - UBUNTU: SAUCE: Add '-fno-pie -no-pie' to cflags for x86 selftests
452 - UBUNTU: SAUCE: (no-up) aufs: for v4.9-rc1, support setattr_prepare()
453
454 [ Upstream Kernel Changes ]
455
456 * rebase to v4.9
457
458 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Dec 2016 06:40:40 -0700
459
460 linux (4.9.0-10.11) zesty; urgency=low
461
462 * d-i is missing usb support for platforms that use the xhci-platform driver
463 (LP: #1625222)
464 - d-i initrd needs additional usb modules to support the merlin platform
465
466 * Miscellaneous Ubuntu changes
467 - SAUCE: Import aufs driver
468 - SAUCE: aufs -- Convert to use xattr handlers
469 - SAUCE: aufs -- Add flags argument to aufs_rename()
470 - [Config] Enable aufs
471 - [Config] CONFIG_FSL_FMAN=y for powerpc
472 - SAUCE: powerpc64: Fix legacy cmpi mneomonic assumption
473 - [Config] Restore powerpc64-emb
474
475 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Dec 2016 20:38:12 -0700
476
477 linux (4.9.0-9.10) zesty; urgency=low
478
479 * Kernel Fixes to get TCMU File Backed Optical to work (LP: #1646204)
480 - SAUCE: target/user: Fix use-after-free of tcmu_cmds if they are expired
481
482 * Yakkety: arm64: CONFIG_ARM64_ERRATUM_845719 isn't enabled (LP: #1647793)
483 - [Config] CONFIG_ARM64_ERRATUM_845719=y
484
485 * Update hio driver to 2.1.0.28 (LP: #1646643)
486 - SAUCE: hio: update to Huawei ES3000_V2 (2.1.0.28)
487
488 * Miscellaneous Ubuntu changes
489 - ubuntu: vbox -- Update to 5.1.10-dfsg-2
490 - Build vbox for ARCH=x86
491 - SAUCE: Add aufs driver
492 - SAUCE: aufs -- Convert to use xattr handlers
493 - SAUCE: aufs -- Updates for rename2
494 - SAUCE: Export symbols used by aufs
495 - [Config] Enable aufs
496
497 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 13:02:18 -0700
498
499 linux (4.9.0-8.9) zesty; urgency=low
500
501 * Miscellaneous Ubuntu changes
502 - SAUCE: xr-usb-serial: only build for x86
503 Fixes s390x FTBS
504
505 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 12:35:33 -0700
506
507 linux (4.9.0-7.8) zesty; urgency=low
508
509 * Driver for Exar USB UART (LP: #1645591)
510 - SAUCE: xr-usb-serial: Driver for Exar USB serial ports
511 - SAUCE: xr-usb-serial: interface for switching modes
512 - SAUCE: cdc-acm: Exclude Exar USB serial ports
513
514 [ Upstream Kernel Changes ]
515
516 * rebase to v4.9-rc8
517
518 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Dec 2016 07:41:58 -0700
519
520 linux (4.9.0-6.7) zesty; urgency=low
521
522 * Miscellaneous Ubuntu changes
523 - Set build_arch=x86 for i386
524
525 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 21:00:11 -0700
526
527 linux (4.9.0-5.6) zesty; urgency=low
528
529 * Miscellaneous Ubuntu changes
530 - [Debian] restore tools build
531 - Set build_arch=x86 for amd64 and x32
532
533 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Dec 2016 07:06:20 -0700
534
535 linux (4.9.0-4.5) zesty; urgency=low
536
537 * linux: Staging modules should be unsigned (LP: #1642368)
538 - [Debian] Suppress module signing for staging drivers
539 - SAUCE: Add rtl drivers to signature inclusion list
540
541 * [17.04 FEAT] Build IMA and the TPM device drivers into the KVM on POWER
542 host/NV kernel (LP: #1643652)
543 - [Config] CONFIG_IMA=y
544
545 * Miscellaneous Ubuntu changes
546 - [Debian] config-check -- Make it easier to find annotations syntax errors
547 - [Config] Enable various drivers for ARM platforms
548 - [Config] Fix s390x config carnage
549 - [Config] Set CONFIG_KEXEC=y for all architectures
550 - [Config] Fix up CONFIG_I2C_SLAVE values
551 - [Config] Set CONFIG_WLAN_VENDOR_TI=y for all supported kernels
552 - [Config] Set CONFIG_PWM_PCA9685=m for amd64 and i386
553 - [Config] Set CONFIG_ZONE_DMA=m for amd64-generic
554 - [Config] Update annotations
555 - [Config] CONFIG_NR_CPUS=8192 for amd64
556
557 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Nov 2016 12:57:09 -0700
558
559 linux (4.9.0-3.4) zesty; urgency=low
560
561 * Miscellaneous Ubuntu changes
562 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
563 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
564 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
565 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
566 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
567 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
568 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
569 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
570 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
571 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
572 - SAUCE: (namespace) fuse: Add support for pid namespaces
573 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
574 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
575 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
576 - SAUCE: (namespace) fuse: Allow user namespace mounts
577 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
578 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
579 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
580 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu7, zfs to 0.6.5.8-2ubuntu1
581
582 * Miscellaneous upstream changes
583 - Revert "UBUNTU: SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs"
584
585 [ Upstream Kernel Changes ]
586
587 * rebase to v4.9-rc7
588
589 -- Tim Gardner <tim.gardner@canonical.com> Tue, 22 Nov 2016 07:51:48 -0700
590
591 linux (4.9.0-2.3) zesty; urgency=low
592
593 * Fix Kernel Crashing under IBM Virtual Scsi Driver (LP: #1642299)
594 - SAUCE: ibmvscsis: Rearrange functions for future patches
595 - SAUCE: ibmvscsis: Synchronize cmds at tpg_enable_store time
596 - SAUCE: ibmvscsis: Synchronize cmds at remove time
597 - SAUCE: ibmvscsis: Clean up properly if target_submit_cmd/tmr fails
598 - SAUCE: ibmvscsis: Return correct partition name/# to client
599 - SAUCE: ibmvscsis: Issues from Dan Carpenter/Smatch
600
601 * Move some kernel modules to the main kernel package (LP: #1642228)
602 - [Config] Move some powerpc kernel modules to the main kernel package
603
604 * linux: Staging modules should be unsigned (LP: #1642368)
605 - [Debian] Suppress module signing for staging drivers
606
607 * Miscellaneous Ubuntu changes
608 - SAUCE: UEFI: bpf: disable bpf when module security is enabled
609
610 [ Upstream Kernel Changes ]
611
612 * rebase to v4.9-rc6
613
614 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Nov 2016 10:59:54 -0700
615
616 linux (4.9.0-1.2) zesty; urgency=low
617
618 * hio: SSD data corruption under stress test (LP: #1638700)
619 - SAUCE: hio: set bi_error field to signal an I/O error on a BIO
620 - SAUCE: hio: splitting bio in the entry of .make_request_fn
621
622 * hio Ubuntu sauce driver needs porting to 4.8 (LP: #1635594)
623 - SAUCE: import Huawei ES3000_V2 (2.1.0.23)
624 - SAUCE: hio: bio_endio() no longer takes errors arg
625 - SAUCE: hio: blk_queue make_request_fn now returns a blk_qc_t
626 - SAUCE: hio: use alloc_cpumask_var to avoid -Wframe-larger-than
627 - SAUCE: hio: fix mask maybe-uninitialized warning
628 - SAUCE: hio: port to v4.8 base
629 - [config] enable CONFIG_HIO (Huawei ES3000_V2 PCIe SSD driver)
630 - SAUCE: hio: Makefile and Kconfig
631 - [Config] Enforce CONFIG_HIO
632
633 * Miscellaneous Ubuntu changes
634 - rebase to v4.9-rc5
635 - zfs: remove the never implemented aio_fsync file operation
636 - [Config] Disable powerpc64-emb for FTBS
637
638 [ Upstream Kernel Changes ]
639
640 * rebase to v4.9-rc5
641
642 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Nov 2016 08:02:32 -0700
643
644 linux (4.9.0-0.1) zesty; urgency=low
645
646 [ Upstream Kernel Changes ]
647
648 * rebase to v4.9-rc4
649 - LP: #1465724
650 - LP: #1535802
651
652 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Oct 2016 21:46:31 -0600
653
654 linux (4.9.0-0.0) yakkety; urgency=low
655
656 [ Seth Forshee ]
657
658 * Release Tracking Bug
659 - LP: #1632918
660
661 * Revert "If zone is so small that watermarks are the same, stop zone balance"
662 in yakkety (LP: #1632894)
663 - Revert "UBUNTU: SAUCE: (no-up) If zone is so small that watermarks are the
664 same, stop zone balance."
665
666 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 21:57:07 -0500
667
668 linux (4.8.0-24.26) yakkety; urgency=low
669
670 [ Seth Forshee ]
671
672 * Release Tracking Bug
673 - LP: #1632749
674
675 * lts-yakkety 4.8 cannot mount lvm raid1 (LP: #1631298)
676 - SAUCE: (no-up) dm raid: fix compat_features validation
677
678 * kswapd0 100% CPU usage (LP: #1518457)
679 - SAUCE: (no-up) If zone is so small that watermarks are the same, stop zone
680 balance.
681
682 -- Seth Forshee <seth.forshee@canonical.com> Wed, 12 Oct 2016 10:21:44 -0500
683
684 linux (4.8.0-23.25) yakkety; urgency=low
685
686 [ Seth Forshee ]
687
688 * Release Tracking Bug
689 - LP: #1632484
690
691 * [Trusty->Yakkety] powerpc/64: Fix incorrect return value from
692 __copy_tofrom_user (LP: #1632462)
693 - SAUCE: (no-up) powerpc/64: Fix incorrect return value from
694 __copy_tofrom_user
695
696 * Ubuntu 16.10: Oops panic in move_page_tables/page_remove_rmap after running
697 memory_stress_ng. (LP: #1628976)
698 - SAUCE: (no-up) powerpc/pseries: Fix stack corruption in htpe code
699
700 * Paths not failed properly when unmapping virtual FC ports in VIOS (using
701 ibmvfc) (LP: #1632116)
702 - scsi: ibmvfc: Fix I/O hang when port is not mapped
703
704 * [Ubuntu16.10]KV4.8: kernel livepatch config options are not set
705 (LP: #1626983)
706 - [Config] Enable live patching on powerpc/ppc64el
707
708 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
709 - [Config] CONFIG_AUFS_XATTR=y
710
711 * Yakkety update to 4.8.1 stable release (LP: #1632445)
712 - arm64: debug: avoid resetting stepping state machine when TIF_SINGLESTEP
713 - Using BUG_ON() as an assert() is _never_ acceptable
714 - usb: misc: legousbtower: Fix NULL pointer deference
715 - Staging: fbtft: Fix bug in fbtft-core
716 - usb: usbip: vudc: fix left shift overflow
717 - USB: serial: cp210x: Add ID for a Juniper console
718 - Revert "usbtmc: convert to devm_kzalloc"
719 - ALSA: hda - Adding one more ALC255 pin definition for headset problem
720 - ALSA: hda - Fix headset mic detection problem for several Dell laptops
721 - ALSA: hda - Add the top speaker pin config for HP Spectre x360
722 - Linux 4.8.1
723
724 * PSL data cache should be flushed before resetting CAPI adapter
725 (LP: #1632049)
726 - cxl: Flush PSL cache before resetting the adapter
727
728 * thunder nic: avoid link delays due to RX_PACKET_DIS (LP: #1630038)
729 - net: thunderx: Don't set RX_PACKET_DIS while initializing
730
731 * crypto/vmx/p8_ghash memory corruption (LP: #1630970)
732 - crypto: ghash-generic - move common definitions to a new header file
733 - crypto: vmx - Fix memory corruption caused by p8_ghash
734 - crypto: vmx - Ensure ghash-generic is enabled
735
736 * arm64: SPCR console not autodetected (LP: #1630311)
737 - of/serial: move earlycon early_param handling to serial
738 - [Config] CONFIG_ACPI_SPCR_TABLE=y
739 - ACPI: parse SPCR and enable matching console
740 - ARM64: ACPI: enable ACPI_SPCR_TABLE
741 - serial: pl011: add console matching function
742
743 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
744 (LP: #1630990)
745 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
746 CONFIG_SECURITYFS=n
747
748 * sha1-powerpc returning wrong results (LP: #1629977)
749 - crypto: sha1-powerpc - little-endian support
750
751 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Oct 2016 16:38:45 -0500
752
753 linux (4.8.0-22.24) yakkety; urgency=low
754
755 * CVE-2016-7039 (LP: #1631287)
756 - SAUCE: net: add recursion limit to GRO
757
758 -- Andy Whitcroft <apw@canonical.com> Fri, 07 Oct 2016 22:46:28 +0100
759
760 linux (4.8.0-21.23) yakkety; urgency=low
761
762 [ Tim Gardner ]
763
764 * Release Tracking Bug
765 - LP: #1630279
766
767 * powerpc 4.8.0-17 fails to boot on PowerMac G5 (LP: #1628968)
768 - Revert "Revert "powerpc: Simplify module TOC handling""
769
770 * Regression tests can not detect binfmt_elf mmpa semantic change
771 (LP: #1630069)
772 - SAUCE: apparmor: add flag to detect semantic change, to binfmt_elf mmap
773
774 * Autofs parameter substitution broken in kernel 4.4.0-38 and 4.4.0-40
775 (LP: #1629204)
776 - SAUCE: (namespace) autofs4: Use real_cred for requestor's ids
777
778 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Oct 2016 08:01:21 -0600
779
780 linux (4.8.0-20.22) yakkety; urgency=low
781
782 [ Tim Gardner ]
783
784 * Release Tracking Bug
785 - LP: #1629730
786
787 [ Upstream Kernel Changes ]
788
789 * rebase to v4.8
790
791 -- Tim Gardner <tim.gardner@canonical.com> Sun, 02 Oct 2016 19:10:40 -0600
792
793 linux (4.8.0-19.21) yakkety; urgency=low
794
795 [ Tim Gardner ]
796
797 * Release Tracking Bug
798 - LP: #1629057
799
800 * 4.8.0 kernels do not complete boot process on VM (LP: #1627198)
801 - [Config] CONFIG_HARDENED_USERCOPY_PAGESPAN=n
802
803 * mount-image-callback cannot mount partitioned disk image (LP: #1628336)
804 - SAUCE: nbd: Only delay uevent until connected
805
806 * Support snaps inside of lxd containers (LP: #1611078)
807 - apparmor: add interface to be able to grab loaded policy
808 - securityfs: update interface to allow inode_ops, and setup from vfs fns
809 - apparmor: refactor aa_prepare_ns into prepare_ns and create_ns routines
810 - apparmor: add __aa_find_ns fn
811 - apparmor: add mkdir/rmdir interface to manage policy namespaces
812 - apparmor: fix oops in pivot_root mediation
813 - apparmor: fix warning that fn build_pivotroot discards const
814 - apparmor: add interface to advertise status of current task stacking
815 - apparmor: update policy permissions to consider ns being viewed/managed
816 - apparmor: add per ns policy management interface
817 - apparmor: bump domain stacking version to 1.2
818
819 * linux-image-extra-4.8.0-17-generic does not provide many sound card modules
820 (LP: #1628523)
821 - [Config] CONFIG_ZONE_DMA=y for generic
822
823 * Yakkety - disable ARCH_ZX (LP: #1628503)
824 - [Config] armhf: disable ARCH_ZX
825
826 * Enable switchdev config parameter for Yakkety (LP: #1628241)
827 - [Config] CONFIG_NET_SWITCHDEV=y for amd64/arm64
828
829 * Ubuntu 16.10 kernel v4.8: Installation failing on Habanero with Shiner card
830 (LP: #1628009)
831 - firmware: Update bnx2x to 7.13.1.0
832
833 * vNIC driver missing in 4.8 kernel package (LP: #1628187)
834 - [Config] Enable CONFIG_IBMVNIC=m
835
836 * Yakkety - armhf: MFD_TPS65217 and REGULATOR_TPS65217 are boot essential
837 (LP: #1628112)
838 - [Config] armhf: MFD_TPS65217=y && REGULATOR_TPS65217=y
839
840 * Miscellaneous Ubuntu changes
841 - Rebase to v4.8-rc8
842 - [Config] skip Ubuntu-4.8.0-18.20
843 - [Config] missing modules in armhf/s390x
844
845 * Miscellaneous Ubuntu changes
846 - rebase to v4.8-rc8
847
848 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 25 Sep 2016 12:13:35 -0700
849
850 linux (4.8.0-17.19) yakkety; urgency=low
851
852 * Release Tracking Bug
853 - LP: #1627387
854
855 * build squashfs into xenial kernels by default (LP: #1593134)
856 - Remove squashfs udeb
857
858 * [Yakkety] Fix up ATA_GENERIC to match annotations file. (LP: #1627322)
859 - Add d-i support for ata_generic
860
861 * [Yakkety] Fix up CONFIG_BLK_DEV_SD to match annotations (LP: #1627330)
862 - [Config] Enforce CONFIG_BLK_DEV_SD=y,CONFIG_BLK_DEV_SR=y
863
864 * [Yakkety] Fix up ATA_PIIX to match annotations file (LP: #1627324)
865 - [Config] Enforce CONFIG_ATA_PIIX=y for amd64/i386
866
867 * Yakkety - USB drivers must be built in (LP: #1627323)
868 - Update annotation enforcement for CONFIG_USB_[E|O|U|X]HCI_HCD
869
870 * 4.8.0-16.17: genirq: Flags mismatch serial vs goldfish_pdev_bus
871 (LP: #1627052)
872 - [Config] CONFIG_GOLDFISH=n
873
874 * yakkety 4.8, remove module noise kernel-4.8 (LP: #1626104)
875 - Revert "UBUNTU: SAUCE: Clear Linux: bootstats: add printk's to measure boot
876 time in more detail"
877
878 * Permission denied in CIFS with kernel 4.4.0-38 (LP: #1626112)
879 - SAUCE: Fix regression which breaks DFS mounting
880
881 * Miscellaneous Ubuntu changes
882 - [Config] apply xenial configuration annotations
883 - s390x -- DEBUG_RODATA is now valid
884 - [Config] s390x -- CONFIG_SQUASHFS=y
885 - [Config] s390x -- CONFIG_ECRYPT_FS=y
886 - [Config] Enable CONFIG_ACPI_PCI_SLOT=y for arm64
887 - [Config] Enable CONFIG_ACPI_HED=y for arm64
888 - [Config] Enable CONFIG_QUICC_ENGINE=y
889
890 * Miscellaneous upstream changes
891 - annotations: pull back to xenial
892
893 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 24 Sep 2016 21:31:31 -0700
894
895 linux (4.8.0-16.17) yakkety; urgency=low
896
897 [ Tim Gardner ]
898
899 * Release Tracking Bug
900 - LP: #1626768
901
902 * Support ARM GIC ITS in ACPI mode (LP: #1626631)
903 - [Config] CONFIG_ACPI_IORT=y
904 - SAUCE: ACPI: I/O Remapping Table (IORT) initial support
905 - SAUCE: ACPI: Add new IORT functions to support MSI domain handling
906 - SAUCE: irqchip/gicv3-its: Cleanup for ITS domain initialization
907 - SAUCE: irqchip/gicv3-its: Refactor ITS DT init code to prepare for ACPI
908 - SAUCE: irqchip/gicv3-its: Probe ITS in the ACPI way
909 - SAUCE: irqchip/gicv3-its: Factor out PCI-MSI part that might be reused for ACPI
910 - SAUCE: irqchip/gicv3-its: Use MADT ITS subtable to do PCI/MSI domain initialization
911 - SAUCE: PCI/MSI: Setup MSI domain on a per-device basis using IORT ACPI table
912
913 * 4.8 dropped CONFIG_ATA=y (breaks systemd's TEST-08-ISSUE-2730 upstream test)
914 (LP: #1626394)
915 - [Config] CONFIG_ATA=y
916
917 * Yakkety: Enable drivers with respect to Xenial (LP: #1626543)
918 - [Config] CONFIG_VMD=m
919 - [Config] CONFIG_MAC80211_RC_MINSTREL_VHT=y for all arches
920 - [Config] CONFIG_OF=y for all arches
921 - [Config] CONFIG_BLK_DEV_NVME_SCSI=y
922 - [Config] Xenial device settings sync with amd64
923 - [Config] Xenial device settings sync with i386
924 - [Config] CONFIG_MTD_UBI_GLUEBI=m
925 - [Config] Xenial device settings sync with armhf
926 - [Config] Xenial device settings sync with arm64
927
928 * yakkety 4.8, missing config CONFIG_USERFAULTFD=y (LP: #1626149)
929 - [Config] CONFIG_USERFAULTFD=y
930
931 * 4.8 regression: SLAB is being used instead of SLUB (LP: #1626564)
932 - [Config] CONFIG_SLUB=y
933
934 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
935 (LP: #1626158)
936 - add nls_cp437 to the generic.inclusion-list
937
938 -- Tim Gardner <tim.gardner@canonical.com> Thu, 22 Sep 2016 06:51:45 -0600
939
940 linux (4.8.0-15.16) yakkety; urgency=low
941
942 [ Tim Gardner ]
943
944 * Release Tracking Bug
945 - LP: #1626239
946
947 * image won't boot after upgrading to yakkety's 4.8 kernel because efi
948 (LP: #1626158)
949 - [Config] CONFIG_FAT_DEFAULT_IOCHARSET=iso8859-1
950 - [Config] CONFIG_NLS_CODEPAGE_437=y
951 - [Config] CONFIG_VFAT_FS=y
952
953 * Miscellaneous Ubuntu changes
954 - SAUCE: seccomp: log actions even when audit is disabled
955
956 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Sep 2016 06:41:03 -0600
957
958 linux (4.8.0-14.15) yakkety; urgency=low
959
960 * CVE-2016-1575 (LP: #1534961)
961 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
962 - SAUCE: overlayfs: Be more careful about copying up sxid files
963 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
964
965 * CVE-2016-1576 (LP: #1535150)
966 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
967 - SAUCE: overlayfs: Be more careful about copying up sxid files
968 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
969
970 * overlay: mkdir fails if directory exists in lowerdir in a user namespace
971 (LP: #1531747)
972 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
973
974 * Miscellaneous Ubuntu changes
975 - [Config] CONFIG_PM_WAKELOCKS=y
976 - [Config] CONFIG_CLEANCACHE=y
977 - [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y
978 - [Config] CONFIG_PROCESSOR_SELECT=y
979 - [Config] Enabled some networking options
980 - SAUCE: overlayfs: Enable user namespace mounts
981
982 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Sep 2016 13:56:58 -0700
983
984 linux (4.8.0-13.14) yakkety; urgency=low
985
986 [ Tim Gardner ]
987
988 * Release Tracking Bug
989 - LP: #1625733
990
991 * fails to mount ext4 crypto-crc32 is missing (LP: #1625728)
992 - [Config] Add some CRC crypto modules to d-i
993
994 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
995 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
996
997 * Brightness control on Lenovo ThinkPad T430 does not work. (LP: #1183856)
998 - SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
999 ThinkPads
1000
1001 * Option GE0301 3G modem doesn't work (LP: #348861)
1002 - SAUCE: (no-up) Added quirk to recognize GE0301 3G modem as an interface.
1003
1004 * [regression 4.4 -> 4.8] Please re-enable CONFIG_TOUCHSCREEN_ELAN
1005 (LP: #1625259)
1006 - [Config] CONFIG_TOUCHSCREEN_ELAN=m for all arches
1007
1008 * Miscellaneous Ubuntu changes
1009 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
1010 opened for writing
1011 - SAUCE: fan: add VXLAN implementation
1012 - [Config] CONFIG_VFIO=m for ppc64el
1013
1014 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 10:50:29 -0600
1015
1016 linux (4.8.0-12.13) yakkety; urgency=low
1017
1018 [ Tim Gardner ]
1019
1020 * Release Tracking Bug
1021 - LP: #1625233
1022
1023 * Miscellaneous Ubuntu changes
1024 - rebase to v4.8-rc7
1025 - [Config] CONFIG_SCSI_DEBUG=m for all arches
1026
1027 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 Sep 2016 06:35:21 -0600
1028
1029 linux (4.8.0-11.12) yakkety; urgency=low
1030
1031 * change_hat is logging failures during expected hat probing (LP: #1615893)
1032 - SAUCE: apparmor: Fix auditing behavior for change_hat probing
1033
1034 * deleted files outside of the namespace are not being treated as
1035 disconnected
1036 (LP: #1615892)
1037 - SAUCE: apparmor: deleted dentries can be disconnected
1038
1039 * stacking to unconfined in a child namespace confuses mediation
1040 (LP: #1615890)
1041 - SAUCE: apparmor: special case unconfined when determining the mode
1042
1043 * apparmor module parameters can be changed after the policy is locked
1044 (LP: #1615895)
1045 - SAUCE: apparmor: fix: parameters can be changed after policy is locked
1046
1047 * AppArmor profile reloading causes an intermittent kernel BUG (LP:
1048 #1579135)
1049 - SAUCE: apparmor: fix vec_unique for vectors larger than 8
1050
1051 * label vec reductions can result in reference labels instead of direct
1052 access
1053 to labels (LP: #1615889)
1054 - SAUCE: apparmor: reduction of vec to single entry is just that entry
1055
1056 * profiles from different namespaces can block other namespaces from being
1057 able to load a profile (LP: #1615887)
1058 - SAUCE: apparmor: profiles in one ns can affect mediation in another ns
1059
1060 * The label build for onexec when stacking is wrong (LP: #1615881)
1061 - SAUCE: apparmor: Fix label build for onexec stacking.
1062
1063 * The inherit check for new to old label comparison for domain transitions
1064 is
1065 wrong (LP: #1615880)
1066 - SAUCE: apparmor: Fix new to old label comparison for domain transitions
1067
1068 * warning stack trace while playing with apparmor namespaces (LP: #1593874)
1069 - SAUCE: apparmor: fix stack trace when removing namespace with profiles
1070
1071 * __label_update proxy comparison test is wrong (LP: #1615878)
1072 - SAUCE: apparmor: Fix __label_update proxy comparison test
1073
1074 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
1075 (LP: #1560583)
1076 - SAUCE: apparmor: Allow ns_root processes to open profiles file
1077 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
1078
1079 * policy namespace stacking (LP: #1379535)
1080 - SAUCE: (no-up) apparmor: rebase of apparmor3.5-beta1 snapshot for 4.8
1081 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
1082
1083 * Miscellaneous Ubuntu changes
1084 - [Debian] Dynamically determine linux udebs package name
1085 - [Debian] d-i -- fix dtb handling in new kernel-wedge form
1086 - SAUCE: apparmor: Fix FTBFS due to bad include path
1087 - SAUCE: apparmor: add data query support
1088 - [Config] Set CONFIG_SECURITY_APPARMOR_UNCONFINED_INIT=y
1089
1090 * Miscellaneous upstream changes
1091 - fixup backout policy view capable for forward port
1092 - apparmor: fix: Rework the iter loop for label_update
1093 - apparmor: add more assertions for updates/merges to help catch errors
1094 - apparmor: Make pivot root transitions work with stacking
1095 - apparmor: convert delegating deleted files to mediate deleted files
1096 - apparmor: add missing parens. not a bug fix but highly recommended
1097 - apparmor: add a stack_version file to allow detection of bug fixes
1098 - apparmor: push path lookup into mediation loop
1099 - apparmor: default to allowing unprivileged userns policy
1100 - apparmor: fix: permissions test to view and manage policy
1101 - apparmor: Add Basic ns cross check condition for ipc
1102
1103 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 17 Sep 2016 10:03:16 -0700
1104
1105 linux (4.8.0-10.11) yakkety; urgency=low
1106
1107 * Miscellaneous Ubuntu changes
1108 - ubuntu: vbox -- update to 5.1.6-dfsg-1
1109 - SAUCE: Enable vbox build
1110
1111 -- Tim Gardner <tim.gardner@canonical.com> Thu, 15 Sep 2016 07:10:51 -0600
1112
1113 linux (4.8.0-9.10) yakkety; urgency=low
1114
1115 * Miscellaneous Ubuntu changes
1116 - [Config] arm64: CONFIG_ARCH_THUNDER=y
1117 - [Config] arm64: CONFIG_PCI_HOST_THUNDER_*=y
1118 - [Config] arm64: CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=y
1119 - [Config] arm64: CONFIG_DRM_AST=m
1120 - [Config] arm64: CONFIG_FRAMEBUFFER_CONSOLE=y
1121 - d-i: initrd needs ext4 and scsi modules
1122 - SAUCE: AUFS aufs4.x-rcN 20160912
1123 - [Config] Enable CONFIG_GPIO_XGENE*
1124 - [Config] Disable CONFIG_POWER_RESET_XGENE
1125 - [Config] CONFIG_EDAC_XGENE=m
1126 - [Config] CONFIG_ARM64_ACPI_PARKING_PROTOCOL=y
1127 - [Config] CONFIG_XGENE_DMA=m
1128
1129 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Sep 2016 10:26:12 -0600
1130
1131 linux (4.8.0-8.9) yakkety; urgency=low
1132
1133 * New device ID for Kabypoint (LP: #1622469)
1134 - mfd: lpss: Add Intel Kaby Lake PCH-H PCI IDs
1135 - SAUCE: i2c: i801: Add support for Kaby Lake PCH-H
1136
1137 * Miscellaneous Ubuntu changes
1138 - rebase to v4.8-rc6
1139 - SAUCE: (noup) Update spl to 0.6.5.8-0ubuntu1, zfs to 0.6.5.8-0ubuntu1
1140
1141 [ Upstream Kernel Changes ]
1142
1143 * rebase to v4.8-rc6
1144 - LP: #1617900
1145
1146 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 10:53:40 -0600
1147
1148 linux (4.8.0-7.8) yakkety; urgency=low
1149
1150 * Miscellaneous Ubuntu changes
1151 - [Debian] Use src_pkg_name when constructing udeb control files
1152
1153 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Sep 2016 07:26:25 -0600
1154
1155 linux (4.8.0-6.7) yakkety; urgency=low
1156
1157 * Enable virtual scsi server driver for Power (LP: #1615665)
1158 - SAUCE: Ibmvscsis: Properly deregister target sessions
1159 - SAUCE: Return TCMU-generated sense data to fabric module
1160 - SAUCE: Ibmvscsis: Code cleanup of print statements
1161 - SAUCE: Ibmvscsis: Fixed a bug reported by Dan Carpenter
1162
1163 * Miscellaneous Ubuntu changes
1164 - [Config] CONFIG_XEN_FBDEV_FRONTEND=m
1165 - rebase to v4.8-rc5
1166
1167 [ Upstream Kernel Changes ]
1168
1169 * rebase to v4.8-rc5
1170
1171 -- Tim Gardner <tim.gardner@canonical.com> Thu, 01 Sep 2016 12:09:26 -0600
1172
1173 linux (4.8.0-5.6) yakkety; urgency=low
1174
1175 * support compressed kernels on arm64 (LP: #1384955)
1176 - [Config] Switch to compressed Image on arm64
1177
1178 * Miscellaneous Ubuntu changes
1179 - SAUCE: (namespace) security/integrity: Harden against malformed xattrs
1180 - SAUCE: (namespace) block_dev: Support checking inode permissions in
1181 lookup_bdev()
1182 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
1183 when mounting
1184 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
1185 when mounting
1186 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
1187 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
1188 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1189 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
1190 security.* xattrs
1191 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
1192 filesystems
1193 - SAUCE: (namespace) posix_acl: Export posix_acl_fix_xattr_userns() to modules
1194 - SAUCE: (namespace) fuse: Add support for pid namespaces
1195 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1196 - SAUCE: (namespace) fuse: Translate ids in posix acl xattrs
1197 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
1198 or a descendant
1199 - SAUCE: (namespace) fuse: Allow user namespace mounts
1200 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
1201 namespaces
1202 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
1203 mounts
1204 - rebase to v4.8-rc4
1205
1206 [ Upstream Kernel Changes ]
1207
1208 * rebase to v4.8-rc4
1209
1210 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Aug 2016 07:13:03 -0600
1211
1212 linux (4.8.0-4.5) yakkety; urgency=low
1213
1214 * Miscellaneous Ubuntu changes
1215 - [Config] CONFIG_AUFS_FS=m
1216 - SAUCE: AUFS 27ef55c6d5f4726b33f60b33a9888963d26fa7fb
1217
1218 -- Tim Gardner <tim.gardner@canonical.com> Tue, 23 Aug 2016 12:25:59 -0600
1219
1220 linux (4.8.0-3.4) yakkety; urgency=low
1221
1222 * MacBookPro11,4 fails to poweroff or suspend (LP: #1587714)
1223 - SAUCE: PCI: Workaround to enable poweroff on Mac Pro 11
1224
1225 * Miscellaneous Ubuntu changes
1226 - rebase to v4.8-rc3
1227
1228 -- Tim Gardner <tim.gardner@canonical.com> Thu, 18 Aug 2016 10:33:07 -0600
1229
1230 linux (4.8.0-2.3) yakkety; urgency=low
1231
1232 * Miscellaneous Ubuntu changes
1233 - [Config] Add fuse to inclusion list
1234 - SAUCE: update spl/zfs to support v4.8
1235
1236 * Miscellaneous upstream changes
1237 - Revert "UBUNTU: [Debian] do_zfs=false"
1238
1239 -- Tim Gardner <tim.gardner@canonical.com> Wed, 17 Aug 2016 08:06:33 -0600
1240
1241 linux (4.8.0-1.2) yakkety; urgency=low
1242
1243 * Miscellaneous Ubuntu changes
1244 - [Config] Enabled enforcement for CONFIG_HOTPLUG_PCI_PCIE
1245 - [Config] Enabled enforcement for CONFIG_NVRAM
1246 - [Config] Enabled enforcement for CONFIG_FRAMEBUFFER_CONSOLE
1247 - [Config] Enabled enforcement for CONFIG_DRM_MGAG200
1248 - [Config] Enabled enforcement for CONFIG_INPUT_UINPUT
1249 - [Config] Enabled enforcement for CONFIG_THERM_ADT746X
1250 - [Config] Enabled enforcement for CONFIG_REGULATOR_TWL4030
1251 - [Config] Enabled enforcement for CONFIG_SECCOMP
1252 - [Config] Enabled enforcement for
1253 - rebase to v4.8-rc2
1254 - [Config] Dropped CONFIG_OVERLAY_FS_V1 from annotations
1255 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
1256 - SAUCE: security,perf: Allow further restriction of perf_event_open
1257
1258 [ Upstream Kernel Changes ]
1259
1260 * rebase to v4.8-rc2
1261
1262 -- Tim Gardner <tim.gardner@canonical.com> Thu, 11 Aug 2016 11:08:14 -0600
1263
1264 linux (4.8.0-0.1) yakkety; urgency=low
1265
1266 [ Upstream Kernel Changes ]
1267
1268 * rebase to v4.8-rc1
1269 - LP: #1607647
1270 - LP: #1498667
1271 - LP: #1592547
1272 - LP: #1319984
1273 - LP: #1268727
1274 - LP: #1600623
1275 - LP: #1465724
1276 - LP: #1333569
1277
1278 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 14:23:12 -0600
1279
1280 linux (4.8.0-0.0) yakkety; urgency=low
1281
1282 * empty stanza
1283
1284 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Aug 2016 10:53:17 -0600
1285
1286 linux (4.7.0-0.2) yakkety; urgency=low
1287
1288 * Miscellaneous Ubuntu changes fixing various FTBS issues
1289 - [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m
1290 - [Config] make powerpc udeb block modules optional
1291 - [Config] CONFIG_PLIP=m
1292 - [Config] CONFIG_IRDA=m armhf/arm64
1293 - [Config] CONFIG_IPMI_HANDLER=m armhf/arm64
1294 - [Config] CONFIG_MOUSE_PS2=m
1295 - [Config] remove ppc64el fb-modules
1296
1297 -- Tim Gardner <tim.gardner@canonical.com> Mon, 01 Aug 2016 10:00:57 -0600
1298
1299 linux (4.7.0-0.1) yakkety; urgency=low
1300
1301 [ Upstream Kernel Changes ]
1302
1303 * rebase to v4.7
1304 - LP: #972604
1305
1306 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jun 2016 12:00:45 -0600
1307
1308 linux (4.7.0-0.0) yakkety; urgency=low
1309
1310 [ Tim Gardner ]
1311
1312 * Release Tracking Bug
1313 - LP: #1588856
1314
1315 * linux: 4.6 kernel fails to boot on ppc64el multi-path system (LP: #1588421)
1316 - scsi_dh_alua: do not fail for unknown VPD identification
1317
1318 * [Hyper-V] Put tools/hv/lsvmbus in /usr/sbin (LP: #1585311)
1319 - [Config] Install lsvmbus in cloud tools
1320 - SAUCE: tools/hv/lsvmbus -- convert to python3
1321 - SAUCE: tools/hv/lsvmbus -- add manual page
1322
1323 * boot stalls on USB detection errors (LP: #1437492)
1324 - usb: core: hub: hub_port_init lock controller instead of bus
1325
1326 * [Bug]KNL:Spread MWAIT cache lines over all nodes (LP: #1585850)
1327 - kernek/fork.c: allocate idle task for a CPU always on its local node
1328
1329 * VirtIO (and probably other modules as well) is built-in, make it modular...
1330 (LP: #1475078)
1331 - [Config] CONFIG_VIRTIO_*=m for all but s390x
1332 - [Config] CONFIG_USB=m
1333 - [Config] CONFIG_BLK_DEV_*=m
1334 - [Config] CONFIG_ATA=m
1335 - [Config] CONFIG_SCSI=m
1336 - [Config] CONFIG_DEVFREQ_GOV_*=m
1337 - [Config] CONFIG_XEN_NETDEV_*=m
1338 - [Config] CONFIG_AGP=m
1339 - [Config] CONFIG_ECRYPT_FS=m
1340 - [Config] CONFIG_ACPI_*=m
1341 - [Config] CONFIG_CPU_FREQ_GOV_*=m for all but powerpc/ppc64el
1342 - [Config] Modularize some CRYPTO
1343 - [Config] CONFIG_FDDI=m
1344 - [Config] CONFIG_FIXED_PHY=m
1345 - [Config] CONFIG_VFAT_FS=m for all but armhf
1346 - [Config] CONFIG_TUN=m
1347 - [Config] CONFIG_UNIX=m
1348 - [Config] CONFIG_TRUSTED_KEYS=m
1349 - [Config] CONFIG_LEDS_CLASS=m for amd64,i386,ppc64el
1350
1351 * debian.master/.../getabis bogus warnings "inconsistant compiler versions"
1352 and "not a git repository" (LP: #1584890)
1353 - [debian] getabis: Only git add $abidir if running in local repo
1354 - [debian] getabis: Fix inconsistent compiler versions check
1355
1356 * conflicting modules in udebs - arc4.ko (LP: #1582991)
1357 - [Config] Remove arc4 from nic-modules
1358
1359 * arm64: statically link rtc-efi (LP: #1583738)
1360 - [Config] Link rtc-efi statically on arm64
1361
1362 * Miscellaneous Ubuntu changes
1363 - [Debian] zfs: transform symlink into referent file/dir
1364 - [Debian] Added tristate.sh
1365 - [Config] CONFIG_FUSE_FS=m
1366 - [Config] CONFIG_ACPI_APEI_ERST_DEBUG=m
1367 - [Config] CONFIG_PSTORE_CONSOLE=y
1368 - Added Snapcraft files
1369 - [Config] Mark CONFIG_UNIX enforced
1370
1371 * Miscellaneous upstream changes
1372 - Revert "UBUNTU: [Config] CONFIG_UNIX=m"
1373
1374 -- Tim Gardner <tim.gardner@canonical.com> Tue, 17 May 2016 11:20:20 -0600
1375
1376 linux (4.6.0-6.7) yakkety; urgency=low
1377
1378 [ Tim Gardner ]
1379
1380 * Release Tracking Bug
1381 - LP: #1582753
1382
1383 * Unsharing user and ipc namespaces simultaneously makes mqueue unmountable
1384 (LP: #1582378)
1385 - SAUCE: (namespace) mqueue: Super blocks must be owned by the user ns which
1386 owns the ipc ns
1387
1388 * Miscellaneous Ubuntu changes
1389 - [Config] Add Description to kernel-image udeb
1390 - SAUCE: (noup) mm: Use phys_addr_t for reserve_bootmem_region arguments
1391 - SAUCE: (noup) Update spl to 0.6.5.7-0ubuntu1, zfs to 0.6.5.7-0ubuntu1
1392
1393 * Miscellaneous upstream changes
1394 - Drivers: hv: vmbus: Introduce functions for estimating room in the ring buffer
1395 - Drivers: hv: vmbus: Use READ_ONCE() to read variables that are volatile
1396 - Drivers: hv: vmbus: Use the new virt_xx barrier code
1397 - Drivers: hv: vmbus: Export the vmbus_set_event() API
1398 - Drivers: hv: vmbus: Move some ring buffer functions to hyperv.h
1399 - Drivers: hv: vmbus: Implement APIs to support "in place" consumption of vmbus packets
1400 - drivers:hv: Lock access to hyperv_mmio resource tree
1401 - drivers:hv: Make a function to free mmio regions through vmbus
1402 - drivers:hv: Reverse order of resources in hyperv_mmio
1403 - drivers:hv: Track allocations of children of hv_vmbus in private resource tree
1404 - drivers:hv: Record MMIO range in use by frame buffer
1405 - drivers:hv: Separate out frame buffer logic when picking MMIO range
1406 - Drivers: hv: kvp: fix IP Failover
1407 - Drivers: hv: vmbus: handle various crash scenarios
1408 - Drivers: hv: balloon: don't crash when memory is added in non-sorted order
1409 - Drivers: hv: balloon: reset host_specified_ha_region
1410
1411 [ Tim Gardner ]
1412
1413 * Dropped hv SAUCE patches in favor of linux-next.
1414
1415 -- Tim Gardner <tim.gardner@canonical.com> Mon, 16 May 2016 13:50:30 -0600
1416
1417 linux (4.6.0-5.6) yakkety; urgency=low
1418
1419 [ Tim Gardner ]
1420
1421 * Release Tracking Bug
1422 - LP: #1582351
1423
1424 * aufs CONFIG_AUFS_EXPORT build option should be enabled (LP: #1121699)
1425 - [Config] enable CONFIG_AUFS_EXPORT
1426
1427 * promote *_diag modules from linux-image-extra to linux-image (LP: #1580355)
1428 - [Config] Update inclusion list for CRIU
1429
1430 * zfs: disable module checks for zfs when cross-compiling (LP: #1581127)
1431 - [Debian] disable zfs module checks when cross-compiling
1432
1433 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
1434 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1435
1436 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped
1437 (LP: #1535150)
1438 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
1439
1440 * Ubuntu-4.6.0-5.6 configuration has CONFIG_GOLDFISH and CONFIG_GOLDFISH_BUS
1441 enabled, breaking serial support on normal systems (LP: #1580960)
1442 - [Config] disable CONFIG_GOLDFISH
1443
1444 * Miscellaneous Ubuntu changes
1445 - [Config] d-i -- update local configuration to new form
1446 - [Config] kernel-wedge -- switch to explicit versions
1447 - [Config] powerpc64-smp --> generic
1448 - [Config] CONFIG_AUFS_FS=m
1449 - SAUCE: AUFS
1450 - SAUCE: (namespace) fs: Add user namesapace member to struct super_block
1451 - SAUCE: (namespace) fs: Limit file caps to the user namespace of the super block
1452 - SAUCE: (namespace) Smack: Add support for unprivileged mounts from user namespaces
1453 - SAUCE: (namespace) fs: fix a posible leak of allocated superblock
1454 - SAUCE: (namespace) fs: Allow sysfs and cgroupfs to share super blocks between user namespaces
1455 - SAUCE: (namespace) block_dev: Support checking inode permissions in lookup_bdev()
1456 - SAUCE: (namespace) block_dev: Check permissions towards block device inode when mounting
1457 - SAUCE: (namespace) fs: Treat foreign mounts as nosuid
1458 - SAUCE: (namespace) selinux: Add support for unprivileged mounts from user namespaces
1459 - SAUCE: (namespace) userns: Replace in_userns with current_in_userns
1460 - SAUCE: (namespace) Smack: Handle labels consistently in untrusted mounts
1461 - SAUCE: (namespace) fs: Check for invalid i_uid in may_follow_link()
1462 - SAUCE: (namespace) cred: Reject inodes with invalid ids in set_create_file_as()
1463 - SAUCE: (namespace) fs: Refuse uid/gid changes which don't map into s_user_ns
1464 - SAUCE: (namespace) fs: Update posix_acl support to handle user namespace mounts
1465 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes with unmappable ids
1466 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID in s_user_ns
1467 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
1468 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set security.* xattrs
1469 - SAUCE: (namespace) fuse: Add support for pid namespaces
1470 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
1471 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace or a descendant
1472 - SAUCE: (namespace) fuse: Allow user namespace mounts
1473 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode when mounting
1474 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is opened for writing
1475 - SAUCE: (namespace) fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
1476 - SAUCE: (namespace) quota: Add support for user namespace mounts
1477 - SAUCE: (namespace) evm: Translate user/group ids relative to s_user_ns when computing HMAC
1478 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
1479 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user namespaces
1480 - SAUCE: (namespace) fuse: Add module parameter to enable user namespace mounts
1481 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace mounts
1482 - rebase to v4.6
1483 - SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
1484 - SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI interrupt.
1485
1486 * Miscellaneous upstream changes
1487 - Revert "powerpc/eeh: Fix crash in eeh_add_device_early() on Cell"
1488 - powerpc/iommu: Remove the dependency on EEH struct in DDW mechanism
1489
1490 [ Upstream Kernel Changes ]
1491
1492 * rebase to v4.6
1493
1494 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 12:08:54 -0600
1495
1496 linux (4.6.0-4.5) yakkety; urgency=low
1497
1498 * Kernel Panic on EC2 After Upgrading from 14.04 to 16.04 via do-release-
1499 upgrade -d (LP: #1573231)
1500 - SAUCE: (no-up) x86/topology: Handle CPUID bogosity gracefully
1501
1502 * Really cleaned out the last of the i915_bpo SAUCE patches. ricotz on
1503 IRC pointed out some leftover SAUCE patches that were causing issues.
1504
1505 * Dropped the attempt to convert powerpc64-smb to generic. kernel-wedge
1506 has some issues.
1507
1508 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 May 2016 10:56:54 -0600
1509
1510 linux (4.6.0-3.4) xenial; urgency=low
1511
1512 * Release Tracking Bug
1513 - LP: #1579594
1514
1515 * linux-generic: enable linux-extra split on all architectures (LP: #1568832)
1516 - [Config] Generate an -extras package for arm64 and powerpc
1517
1518 * Missing libunwind support in perf (LP: #1248289)
1519 - [Config] Add liblzma-dev to enable libunwind support in perf
1520
1521 * ZFS is confused by user namespaces (uid/gid mapping) when used with
1522 acltype=posixac (LP: #1567558)
1523 - zfs: Fix user namespaces uid/gid mapping
1524
1525 * Miscellaneous Ubuntu changes
1526 - rebase to v4.6-rc7
1527
1528 [ Upstream Kernel Changes ]
1529
1530 * rebase to v4.6-rc7
1531
1532 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 14:03:17 -0600
1533
1534 linux (4.6.0-2.3) yakkety; urgency=low
1535
1536 * Miscellaneous Ubuntu changes
1537 - [Config] CONFIG_AUFS_FS=m
1538 - SAUCE: AUFS
1539 - zfs: gcc build error: -Wbool-compare in metaslab.c
1540 - zfs: Linux 4.6 compat: PAGE_CACHE_SIZE removal
1541 - zfs: Fix ZPL miswrite of default POSIX ACL
1542 - zfs: Linux 4.5 compat: Use xattr_handler->name for acl
1543 - SAUCE: Dropped ubuntu/i915
1544 - SAUCE: Dropped ubuntu/dm-raid4-5
1545
1546 * Miscellaneous upstream changes
1547 - Revert "UBUNTU: [Debian] Disable ZFS until an update catches it up with the
1548 kernel"
1549
1550 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 10:41:17 -0600
1551
1552 linux (4.6.0-1.2) yakkety; urgency=low
1553
1554 * Miscellaneous Ubuntu changes
1555 - [Config] CONFIG_NR_CPUS=8192 for amd64
1556
1557 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 May 2016 07:25:31 -0600
1558
1559 linux (4.6.0-0.1) yakkety; urgency=low
1560
1561
1562 [ Upstream Kernel Changes ]
1563
1564 * rebase to v4.6-rc6
1565 - LP: #1564712
1566 - LP: #1555912
1567 - LP: #1552925
1568 - LP: #1546694
1569 - LP: #1549660
1570 - LP: #1549620
1571 - LP: #1542944
1572 - LP: #1542564
1573 - LP: #1533009
1574 - LP: #1533461
1575 - LP: #1529624
1576 - LP: #1522949
1577
1578 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Apr 2016 14:24:45 -0600
1579
1580 linux (4.6.0-0.0) yakkety; urgency=low
1581
1582 [ Kamal Mostafa ]
1583
1584 * Release Tracking Bug
1585 - LP: #1573817
1586
1587 * autoreconstruct: need to also generate extend-diff-ignore options for links
1588 (LP: #1574362)
1589 - [Packaging] autoreconstruct -- generate extend-diff-ignore for links
1590
1591 * tipc: missing linearization of sk_buff (LP: #1567064)
1592 - tipc: move linearization of buffers to generic code
1593
1594 * [Hyper-V] In-flight PCI Passthrough Patches (LP: #1570124)
1595 - SAUCE:(noup) drivers:hv: Lock access to hyperv_mmio resource tree
1596 - SAUCE:(noup) drivers:hv: Call vmbus_mmio_free() to reverse
1597 vmbus_mmio_allocate()
1598 - SAUCE:(noup) drivers:hv: Reverse order of resources in hyperv_mmio
1599 - SAUCE:(noup) drivers:hv: Track allocations of children of hv_vmbus in
1600 private resource tree
1601 - SAUCE:(noup) drivers:hv: Record MMIO range in use by frame buffer
1602 - SAUCE:(noup) drivers:hv: Separate out frame buffer logic when picking MMIO
1603 range
1604
1605 * vbox: resync with 5.0.18-dfsg-2build1 (LP: #1571156)
1606 - ubuntu: vbox -- update to 5.0.18-dfsg-2build1
1607
1608 * CONFIG_AUFS_XATTR is not set (LP: #1557776)
1609 - [Config] CONFIG_AUFS_XATTR=y
1610
1611 * CVE-2016-3672 (LP: #1568523)
1612 - x86/mm/32: Enable full randomization on i386 and X86_32
1613
1614 * CVE-2016-3955 (LP: #1572666)
1615 - USB: usbip: fix potential out-of-bounds write
1616
1617 * Xenial update to v4.4.8 stable release (LP: #1573034)
1618 - hwmon: (max1111) Return -ENODEV from max1111_read_channel if not
1619 instantiated
1620 - PKCS#7: pkcs7_validate_trust(): initialize the _trusted output argument
1621 - parisc: Avoid function pointers for kernel exception routines
1622 - parisc: Fix kernel crash with reversed copy_from_user()
1623 - parisc: Unbreak handling exceptions from kernel modules
1624 - ALSA: timer: Use mod_timer() for rearming the system timer
1625 - ALSA: hda - Asus N750JV external subwoofer fixup
1626 - ALSA: hda - Fix white noise on Asus N750JV headphone
1627 - ALSA: hda - Apply fix for white noise on Asus N550JV, too
1628 - mm: fix invalid node in alloc_migrate_target()
1629 - powerpc/mm: Fixup preempt underflow with huge pages
1630 - libnvdimm: fix smart data retrieval
1631 - libnvdimm, pfn: fix uuid validation
1632 - compiler-gcc: disable -ftracer for __noclone functions
1633 - arm64: opcodes.h: Add arm big-endian config options before including arm
1634 header
1635 - drm/dp: move hw_mutex up the call stack
1636 - drm/udl: Use unlocked gem unreferencing
1637 - drm/radeon: add a dpm quirk for sapphire Dual-X R7 370 2G D5
1638 - drm/radeon: add another R7 370 quirk
1639 - drm/radeon: add a dpm quirk for all R7 370 parts
1640 - drm/amdgpu/gmc: move vram type fetching into sw_init
1641 - drm/amdgpu/gmc: use proper register for vram type on Fiji
1642 - xen/events: Mask a moving irq
1643 - tcp: convert cached rtt from usec to jiffies when feeding initial rto
1644 - tunnel: Clear IPCB(skb)->opt before dst_link_failure called
1645 - net: jme: fix suspend/resume on JMC260
1646 - net: vrf: Remove direct access to skb->data
1647 - net: qca_spi: Don't clear IFF_BROADCAST
1648 - net: qca_spi: clear IFF_TX_SKB_SHARING
1649 - net: fix bridge multicast packet checksum validation
1650 - sctp: lack the check for ports in sctp_v6_cmp_addr
1651 - mld, igmp: Fix reserved tailroom calculation
1652 - tipc: Revert "tipc: use existing sk_write_queue for outgoing packet chain"
1653 - qmi_wwan: add Sierra Wireless EM74xx device ID
1654 - ipv6: re-enable fragment header matching in ipv6_find_hdr
1655 - vxlan: fix missing options_len update on RX with collect metadata
1656 - cdc_ncm: toggle altsetting to force reset before setup
1657 - udp6: fix UDP/IPv6 encap resubmit path
1658 - tcp: fix tcpi_segs_in after connection establishment
1659 - ppp: release rtnl mutex when interface creation fails
1660 - net: validate variable length ll headers
1661 - ax25: add link layer header validation function
1662 - packet: validate variable length ll headers
1663 - bpf: avoid copying junk bytes in bpf_get_current_comm()
1664 - sh_eth: fix NULL pointer dereference in sh_eth_ring_format()
1665 - sh_eth: advance 'rxdesc' later in sh_eth_ring_format()
1666 - qlcnic: Remove unnecessary usage of atomic_t
1667 - qlcnic: Fix mailbox completion handling during spurious interrupt
1668 - macvtap: always pass ethernet header in linear
1669 - mlxsw: spectrum: Check requested ageing time is valid
1670 - rocker: set FDB cleanup timer according to lowest ageing time
1671 - bridge: allow zero ageing time
1672 - ipv4: Don't do expensive useless work during inetdev destroy.
1673 - net: Fix use after free in the recvmmsg exit path
1674 - mlx4: add missing braces in verify_qp_parameters
1675 - farsync: fix off-by-one bug in fst_add_one
1676 - ath9k: fix buffer overrun for ar9287
1677 - ppp: ensure file->private_data can't be overridden
1678 - tcp/dccp: remove obsolete WARN_ON() in icmp handlers
1679 - qlge: Fix receive packets drop.
1680 - net: bcmgenet: fix dma api length mismatch
1681 - bonding: fix bond_get_stats()
1682 - ipv4: fix broadcast packets reception
1683 - ipv4: initialize flowi4_flags before calling fib_lookup()
1684 - ppp: take reference on channels netns
1685 - xfrm: Fix crash observed during device unregistration and decryption
1686 - qmi_wwan: add "D-Link DWM-221 B1" device id
1687 - ipv6: udp: fix UDP_MIB_IGNOREDMULTI updates
1688 - bridge: Allow set bridge ageing time when switchdev disabled
1689 - rtnl: fix msg size calculation in if_nlmsg_size()
1690 - tun, bpf: fix suspicious RCU usage in tun_{attach, detach}_filter
1691 - tuntap: restore default qdisc
1692 - ipv4: l2tp: fix a potential issue in l2tp_ip_recv
1693 - ipv6: l2tp: fix a potential issue in l2tp_ip6_recv
1694 - ip6_tunnel: set rtnl_link_ops before calling register_netdevice
1695 - ipv6: Count in extension headers in skb->network_header
1696 - mpls: find_outdev: check for err ptr in addition to NULL check
1697 - USB: uas: Limit qdepth at the scsi-host level
1698 - USB: uas: Add a new NO_REPORT_LUNS quirk
1699 - cdc-acm: fix NULL pointer reference
1700 - KVM: x86: Inject pending interrupt even if pending nmi exist
1701 - KVM: x86: reduce default value of halt_poll_ns parameter
1702 - MIPS: Fix MSA ld unaligned failure cases
1703 - pinctrl: pistachio: fix mfio84-89 function description and pinmux.
1704 - pinctrl: sh-pfc: only use dummy states for non-DT platforms
1705 - pinctrl: sunxi: Fix A33 external interrupts not working
1706 - pinctrl: nomadik: fix pull debug print inversion
1707 - pinctrl: freescale: imx: fix bogus check of of_iomap() return value
1708 - au0828: fix au0828_v4l2_close() dev_state race condition
1709 - au0828: Fix dev_state handling
1710 - coda: fix error path in case of missing pdata on non-DT platform
1711 - v4l: vsp1: Set the SRU CTRL0 register when starting the stream
1712 - pcmcia: db1xxx_ss: fix last irq_to_gpio user
1713 - rbd: use GFP_NOIO consistently for request allocations
1714 - virtio: virtio 1.0 cs04 spec compliance for reset
1715 - mac80211: properly deal with station hashtable insert errors
1716 - mac80211: avoid excessive stack usage in sta_info
1717 - mac80211: fix ibss scan parameters
1718 - mac80211: fix unnecessary frame drops in mesh fwding
1719 - mac80211: fix txq queue related crashes
1720 - usb: renesas_usbhs: avoid NULL pointer derefernce in usbhsf_pkt_handler()
1721 - usb: renesas_usbhs: disable TX IRQ before starting TX DMAC transfer
1722 - usb: renesas_usbhs: fix to avoid using a disabled ep in usbhsg_queue_done()
1723 - iio: st_magn: always define ST_MAGN_TRIGGER_SET_STATE
1724 - iio: accel: bmc150: fix endianness when reading axes
1725 - iio: gyro: bmg160: fix buffer read values
1726 - iio: gyro: bmg160: fix endianness when reading axes
1727 - sd: Fix excessive capacity printing on devices with blocks bigger than 512
1728 bytes
1729 - fs: add file_dentry()
1730 - nfs: use file_dentry()
1731 - btrfs: fix crash/invalid memory access on fsync when using overlayfs
1732 - ext4: add lockdep annotations for i_data_sem
1733 - ext4: ignore quota mount options if the quota feature is enabled
1734 - iommu: Don't overwrite domain pointer when there is no default_domain
1735 - Btrfs: fix file/data loss caused by fsync after rename and new inode
1736 - arm64: replace read_lock to rcu lock in call_step_hook
1737 - perf: Do not double free
1738 - perf: Cure event->pending_disable race
1739 - mmc: sdhci-pci: Add support and PCI IDs for more Broxton host controllers
1740 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1741 - ALSA: hda - Fix headset support and noise on HP EliteBook 755 G2
1742 - ALSA: hda/realtek - Enable the ALC292 dock fixup on the Thinkpad T460s
1743 - ALSA: usb-audio: Add a sample rate quirk for Phoenix Audio TMX320
1744 - ALSA: usb-audio: Add a quirk for Plantronics BT300
1745 - ALSA: usb-audio: Skip volume controls triggers hangup on Dell USB Dock
1746 - HID: wacom: fix Bamboo ONE oops
1747 - HID: usbhid: fix inconsistent reset/resume/reset-resume behavior
1748 - Revert "x86/PCI: Don't alloc pcibios-irq when MSI is enabled"
1749 - Revert "PCI: Add helpers to manage pci_dev->irq and pci_dev->irq_managed"
1750 - Revert "PCI, x86: Implement pcibios_alloc_irq() and pcibios_free_irq()"
1751 - staging: android: ion: Set the length of the DMA sg entries in buffer
1752 - usbvision: fix crash on detecting device with invalid configuration
1753 - Revert "usb: hub: do not clear BOS field during reset device"
1754 - Linux 4.4.8
1755
1756 * Fix speaker volume on a Dell machine (LP: #1549660)
1757 - ALSA: hda - Fixup speaker pass-through control for nid 0x14 on ALC225
1758
1759 * Xenial update to v4.4.7 stable release (LP: #1572722)
1760 - regulator: core: avoid unused variable warning
1761 - regulator: core: Fix nested locking of supplies
1762 - ASoC: samsung: pass DMA channels as pointers
1763 - mmc: sh_mmcif: rework dma channel handling
1764 - mmc: sh_mmcif: Correct TX DMA channel allocation
1765 - x86/microcode/intel: Make early loader look for builtin microcode too
1766 - x86/microcode: Untangle from BLK_DEV_INITRD
1767 - x86/entry/compat: Keep TS_COMPAT set during signal delivery
1768 - perf/x86/intel: Add definition for PT PMI bit
1769 - x86/PCI: Mark Broadwell-EP Home Agent & PCU as having non-compliant BARs
1770 - KVM: i8254: change PIT discard tick policy
1771 - KVM: fix spin_lock_init order on x86
1772 - KVM: VMX: avoid guest hang on invalid invept instruction
1773 - KVM: VMX: avoid guest hang on invalid invvpid instruction
1774 - KVM: VMX: fix nested vpid for old KVM guests
1775 - perf/core: Fix perf_sched_count derailment
1776 - perf tools: Dont stop PMU parsing on alias parse error
1777 - perf tools: Fix checking asprintf return value
1778 - perf tools: Fix python extension build
1779 - sched/cputime: Fix steal_account_process_tick() to always return jiffies
1780 - sched/preempt, sh: kmap_coherent relies on disabled preemption
1781 - EDAC, amd64_edac: Shift wrapping issue in f1x_get_norm_dct_addr()
1782 - s390: fix floating pointer register corruption (again)
1783 - s390/cpumf: add missing lpp magic initialization
1784 - pinctrl-bcm2835: Fix cut-and-paste error in "pull" parsing
1785 - PCI: Disable IO/MEM decoding for devices with non-compliant BARs
1786 - PCI: ACPI: IA64: fix IO port generic range check
1787 - x86/irq: Cure live lock in fixup_irqs()
1788 - x86/apic: Fix suspicious RCU usage in smp_trace_call_function_interrupt()
1789 - x86/iopl/64: Properly context-switch IOPL on Xen PV
1790 - x86/iopl: Fix iopl capability check on Xen PV
1791 - x86/mm: TLB_REMOTE_SEND_IPI should count pages
1792 - sg: fix dxferp in from_to case
1793 - aacraid: Fix RRQ overload
1794 - aacraid: Fix memory leak in aac_fib_map_free
1795 - aacraid: Set correct msix count for EEH recovery
1796 - sd: Fix discard granularity when LBPRZ=1
1797 - scsi: storvsc: fix SRB_STATUS_ABORTED handling
1798 - be2iscsi: set the boot_kset pointer to NULL in case of failure
1799 - aic7xxx: Fix queue depth handling
1800 - libnvdimm: Fix security issue with DSM IOCTL.
1801 - dm snapshot: disallow the COW and origin devices from being identical
1802 - dm: fix excessive dm-mq context switching
1803 - dm thin metadata: don't issue prefetches if a transaction abort has failed
1804 - dm cache: make sure every metadata function checks fail_io
1805 - dm: fix rq_end_stats() NULL pointer in dm_requeue_original_request()
1806 - usb: retry reset if a device times out
1807 - usb: hub: fix a typo in hub_port_init() leading to wrong logic
1808 - USB: uas: Reduce can_queue to MAX_CMNDS
1809 - USB: cdc-acm: more sanity checking
1810 - USB: iowarrior: fix oops with malicious USB descriptors
1811 - USB: usb_driver_claim_interface: add sanity checking
1812 - USB: mct_u232: add sanity checking in probe
1813 - USB: digi_acceleport: do sanity checking for the number of ports
1814 - USB: cypress_m8: add endpoint sanity check
1815 - USB: serial: cp210x: Adding GE Healthcare Device ID
1816 - USB: serial: ftdi_sio: Add support for ICP DAS I-756xU devices
1817 - USB: option: add "D-Link DWM-221 B1" device id
1818 - pwc: Add USB id for Philips Spc880nc webcam
1819 - Input: powermate - fix oops with malicious USB descriptors
1820 - ALSA: usb-audio: Fix NULL dereference in create_fixed_stream_quirk()
1821 - ALSA: usb-audio: Add sanity checks for endpoint accesses
1822 - ALSA: usb-audio: add Microsoft HD-5001 to quirks
1823 - ALSA: usb-audio: Minor code cleanup in create_fixed_stream_quirk()
1824 - ALSA: usb-audio: Fix double-free in error paths after
1825 snd_usb_add_audio_stream() call
1826 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1827 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1828 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1829 - crypto: ccp - Add hash state import and export support
1830 - crypto: ccp - Limit the amount of information exported
1831 - crypto: ccp - Don't assume export/import areas are aligned
1832 - crypto: ccp - memset request context to zero during import
1833 - crypto: keywrap - memzero the correct memory
1834 - crypto: atmel - fix checks of error code returned by devm_ioremap_resource()
1835 - crypto: ux500 - fix checks of error code returned by devm_ioremap_resource()
1836 - crypto: marvell/cesa - forward devm_ioremap_resource() error code
1837 - X.509: Fix leap year handling again
1838 - mei: bus: check if the device is enabled before data transfer
1839 - HID: logitech: fix Dual Action gamepad support
1840 - HID: i2c-hid: fix OOB write in i2c_hid_set_or_send_report()
1841 - HID: multitouch: force retrieving of Win8 signature blob
1842 - HID: fix hid_ignore_special_drivers module parameter
1843 - staging: comedi: ni_tiocmd: change mistaken use of start_src for start_arg
1844 - staging: android: ion_test: fix check of platform_device_register_simple()
1845 error code
1846 - staging: comedi: ni_mio_common: fix the ni_write[blw]() functions
1847 - tty: Fix GPF in flush_to_ldisc(), part 2
1848 - net: irda: Fix use-after-free in irtty_open()
1849 - 8250: use callbacks to access UART_DLL/UART_DLM
1850 - saa7134: Fix bytesperline not being set correctly for planar formats
1851 - adv7511: TX_EDID_PRESENT is still 1 after a disconnect
1852 - bttv: Width must be a multiple of 16 when capturing planar formats
1853 - coda: fix first encoded frame payload
1854 - media: v4l2-compat-ioctl32: fix missing length copy in put_v4l2_buffer32
1855 - mtip32xx: Avoid issuing standby immediate cmd during FTL rebuild
1856 - mtip32xx: Fix broken service thread handling
1857 - mtip32xx: Remove unwanted code from taskfile error handler
1858 - mtip32xx: Print exact time when an internal command is interrupted
1859 - mtip32xx: Fix for rmmod crash when drive is in FTL rebuild
1860 - mtip32xx: Handle safe removal during IO
1861 - mtip32xx: Handle FTL rebuild failure state during device initialization
1862 - mtip32xx: Implement timeout handler
1863 - mtip32xx: Cleanup queued requests after surprise removal
1864 - ALSA: pcm: Avoid "BUG:" string for warnings again
1865 - ALSA: intel8x0: Add clock quirk entry for AD1981B on IBM ThinkPad X41.
1866 - ALSA: hda - Don't handle ELD notify from invalid port
1867 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1868 - ALSA: hda - Fix unconditional GPIO toggle via automute
1869 - tools/hv: Use include/uapi with __EXPORTED_HEADERS__
1870 - jbd2: fix FS corruption possibility in jbd2_journal_destroy() on umount path
1871 - brd: Fix discard request processing
1872 - IB/srpt: Simplify srpt_handle_tsk_mgmt()
1873 - bcache: cleaned up error handling around register_cache()
1874 - bcache: fix race of writeback thread starting before complete initialization
1875 - bcache: fix cache_set_flush() NULL pointer dereference on OOM
1876 - mm: memcontrol: reclaim when shrinking memory.high below usage
1877 - mm: memcontrol: reclaim and OOM kill when shrinking memory.max below usage
1878 - ia64: define ioremap_uc()
1879 - watchdog: don't run proc_watchdog_update if new value is same as old
1880 - watchdog: rc32434_wdt: fix ioctl error handling
1881 - Bluetooth: Add new AR3012 ID 0489:e095
1882 - Bluetooth: Fix potential buffer overflow with Add Advertising
1883 - cgroup: ignore css_sets associated with dead cgroups during migration
1884 - net: mvneta: enable change MAC address when interface is up
1885 - of: alloc anywhere from memblock if range not specified
1886 - vfs: show_vfsstat: do not ignore errors from show_devname method
1887 - splice: handle zero nr_pages in splice_to_pipe()
1888 - xtensa: ISS: don't hang if stdin EOF is reached
1889 - xtensa: fix preemption in {clear,copy}_user_highpage
1890 - xtensa: clear all DBREAKC registers on start
1891 - ARC: [BE] readl()/writel() to work in Big Endian CPU configuration
1892 - ARC: bitops: Remove non relevant comments
1893 - quota: Fix possible GPF due to uninitialised pointers
1894 - xfs: fix two memory leaks in xfs_attr_list.c error paths
1895 - raid1: include bio_end_io_list in nr_queued to prevent freeze_array hang
1896 - md/raid5: Compare apples to apples (or sectors to sectors)
1897 - RAID5: check_reshape() shouldn't call mddev_suspend
1898 - RAID5: revert e9e4c377e2f563 to fix a livelock
1899 - raid10: include bio_end_io_list in nr_queued to prevent freeze_array hang
1900 - md/raid5: preserve STRIPE_PREREAD_ACTIVE in break_stripe_batch_list
1901 - md: multipath: don't hardcopy bio in .make_request path
1902 - Revert "UBUNTU: SAUCE: (noup) fuse: Add reference counting for fuse_io_priv"
1903 - Revert "UBUNTU: SAUCE: (noup) fuse: do not use iocb after it may have been
1904 freed"
1905 - fuse: do not use iocb after it may have been freed
1906 - fuse: Add reference counting for fuse_io_priv
1907 - fs/coredump: prevent fsuid=0 dumps into user-controlled directories
1908 - rapidio/rionet: fix deadlock on SMP
1909 - ipr: Fix out-of-bounds null overwrite
1910 - ipr: Fix regression when loading firmware
1911 - iwlwifi: mvm: Fix paging memory leak
1912 - drm/radeon: disable runtime pm on PX laptops without dGPU power control
1913 - drm/radeon: Don't drop DP 2.7 Ghz link setup on some cards.
1914 - drm/amdgpu: disable runtime pm on PX laptops without dGPU power control
1915 - drm/amdgpu: include the right version of gmc header files for iceland
1916 - IB/ipoib: fix for rare multicast join race condition
1917 - tracing: Have preempt(irqs)off trace preempt disabled functions
1918 - tracing: Fix crash from reading trace_pipe with sendfile
1919 - tracing: Fix trace_printk() to print when not using bprintk()
1920 - bitops: Do not default to __clear_bit() for __clear_bit_unlock()
1921 - scripts/coccinelle: modernize &
1922 - scripts/kconfig: allow building with make 3.80 again
1923 - kbuild/mkspec: fix grub2 installkernel issue
1924 - MAINTAINERS: Update mailing list and web page for hwmon subsystem
1925 - ideapad-laptop: Add ideapad Y700 (15) to the no_hw_rfkill DMI list
1926 - mmc: block: fix ABI regression of mmc_blk_ioctl
1927 - mmc: mmc_spi: Add Card Detect comments and fix CD GPIO case
1928 - mmc: sdhci: fix data timeout (part 1)
1929 - mmc: sdhci: fix data timeout (part 2)
1930 - mmc: sdhci: Fix override of timeout clk wrt max_busy_timeout
1931 - clk: rockchip: rk3368: fix cpuclk mux bit of big cpu-cluster
1932 - clk: rockchip: rk3368: fix cpuclk core dividers
1933 - clk: rockchip: rk3368: fix parents of video encoder/decoder
1934 - clk: rockchip: rk3368: fix hdmi_cec gate-register
1935 - clk: rockchip: add hclk_cpubus to the list of rk3188 critical clocks
1936 - clk: bcm2835: Fix setting of PLL divider clock rates
1937 - target: Fix target_release_cmd_kref shutdown comp leak
1938 - iser-target: Fix identification of login rx descriptor type
1939 - iser-target: Add new state ISER_CONN_BOUND to isert_conn
1940 - iser-target: Separate flows for np listeners and connections cma events
1941 - iser-target: Rework connection termination
1942 - nfsd4: fix bad bounds checking
1943 - nfsd: fix deadlock secinfo+readdir compound
1944 - ARM: dts: at91: sama5d3 Xplained: don't disable hsmci regulator
1945 - ARM: dts: at91: sama5d4 Xplained: don't disable hsmci regulator
1946 - ACPI / PM: Runtime resume devices when waking from hibernate
1947 - writeback, cgroup: fix premature wb_put() in
1948 locked_inode_to_wb_and_lock_list()
1949 - writeback, cgroup: fix use of the wrong bdi_writeback which mismatches the
1950 inode
1951 - Revert "UBUNTU: SAUCE: (noup) Input: synaptics - handle spurious release of
1952 trackstick buttons, again"
1953 - Input: synaptics - handle spurious release of trackstick buttons, again
1954 - Input: ims-pcu - sanity check against missing interfaces
1955 - Input: ati_remote2 - fix crashes on detecting device with invalid descriptor
1956 - ocfs2/dlm: fix race between convert and recovery
1957 - ocfs2/dlm: fix BUG in dlm_move_lockres_to_recovery_list
1958 - mm/page_alloc: prevent merging between isolated and other pageblocks
1959 - mtd: onenand: fix deadlock in onenand_block_markbad
1960 - PM / sleep: Clear pm_suspend_global_flags upon hibernate
1961 - scsi_common: do not clobber fixed sense information
1962 - sched/cputime: Fix steal time accounting vs. CPU hotplug
1963 - perf/x86/pebs: Add workaround for broken OVFL status on HSW+
1964 - perf/x86/intel: Fix PEBS warning by only restoring active PMU in pmi
1965 - perf/x86/intel: Fix PEBS data source interpretation on Nehalem/Westmere
1966 - Linux 4.4.7
1967
1968 * QCA9565 / AR9565 bluetooth not work (LP: #1542944)
1969 - Bluetooth: Add new AR3012 ID 0489:e095
1970
1971 * The mic mute key and led can't work on a Lenovo AIO machine (LP: #1555912)
1972 - ALSA: hda - fix the mic mute button and led problem for a Lenovo AIO
1973
1974 * 13d3:3472 bluetooth not working, 4.2 low latency kernel 14.04.1 on asus ROG
1975 gl552jx (LP: #1552925)
1976 - Bluetooth: btusb: Add a new AR3012 ID 13d3:3472
1977
1978 * Bluetooth cannot detect other devices (Lite-on 3014 + Atheros AR9565)
1979 (LP: #1546694)
1980 - Bluetooth: btusb: Add a new AR3012 ID 04ca:3014
1981
1982 * Atheros AR9462 Bluetooth cannot detect other devices (LP: #1542564)
1983 - Bluetooth: btusb: Add new AR3012 ID 13d3:3395
1984
1985 * s390/pci: add extra padding to function measurement block (LP: #1572291)
1986 - s390/pci: add extra padding to function measurement block
1987
1988 * CVE-2016-3951 (LP: #1567191)
1989 - cdc_ncm: do not call usbnet_link_change from cdc_ncm_bind
1990 - usbnet: cleanup after bind() in probe()
1991
1992 * linux: Add UEFI keyring for externally signed modules (LP: #1569924)
1993 - efi: Remove redundant efi_set_variable_nonblocking() prototype
1994 - efi/runtime-wrappers: Add a nonblocking version of QueryVariableInfo()
1995 - efi: Add nonblocking option to efi_query_variable_store()
1996 - efi: Add NV memory attribute
1997 - efi: Reformat GUID tables to follow the format in UEFI spec
1998 - efi: stub: implement efi_get_random_bytes() based on EFI_RNG_PROTOCOL
1999 - SAUCE: (noup) Add EFI signature data types
2000 - crypto: KEYS: convert public key and digsig asym to the akcipher api
2001 - [Config] CONFIG_EFI_SIGNATURE_LIST_PARSER=y
2002 - SAUCE: (noup) Add an EFI signature blob parser and key loader.
2003 - [Config] CONFIG_IMA_MOK_KEYRING=y
2004 - IMA: create machine owner and blacklist keyrings
2005 - KEYS: Add an alloc flag to convey the builtinness of a key
2006 - [Config] CONFIG_MODULE_SIG_UEFI=y, CONFIG_SYSTEM_BLACKLIST_KEYRING=y
2007 - SAUCE: (noup) KEYS: Add a system blacklist keyring
2008 - SAUCE: (noup) MODSIGN: Support not importing certs from db
2009
2010 * Miscellaneous Ubuntu changes
2011 - [Config] CONFIG_PUBLIC_KEY_ALGO_RSA=y
2012
2013 -- Kamal Mostafa <kamal@canonical.com> Sun, 24 Apr 2016 12:12:13 -0700
2014
2015 linux (4.4.0-21.37) xenial; urgency=low
2016
2017 [ Tim Gardner ]
2018
2019 * Release Tracking Bug
2020 - LP: #1571791
2021
2022 * linux: MokSBState is ignored (LP: #1571691)
2023 - SAUCE: (noup) MODSIGN: Import certificates from UEFI Secure Boot
2024 - SAUCE: (noup) efi: Disable secure boot if shim is in insecure mode
2025 - SAUCE: (noup) Display MOKSBState when disabled
2026
2027 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Apr 2016 07:00:22 -0600
2028
2029 linux (4.4.0-20.36) xenial; urgency=low
2030
2031 [ Tim Gardner ]
2032
2033 * Release Tracking Bug
2034 - LP: #1571069
2035
2036 * sysfs mount failure during stateful lxd snapshots (LP: #1570906)
2037 - SAUCE: kernfs: Do not match superblock in another user namespace when
2038 mounting
2039
2040 * Kernel Panic in Ubuntu 16.04 netboot installer (LP: #1570441)
2041 - x86/topology: Fix logical package mapping
2042 - x86/topology: Fix Intel HT disable
2043 - x86/topology: Use total_cpus not nr_cpu_ids for logical packages
2044 - xen/apic: Provide Xen-specific version of cpu_present_to_apicid APIC op
2045 - x86/topology: Fix AMD core count
2046
2047 * [regression]: Failed to call clock_adjtime(): Invalid argument
2048 (LP: #1566465)
2049 - ntp: Fix ADJ_SETOFFSET being used w/ ADJ_NANO
2050
2051 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Apr 2016 06:31:56 -0600
2052
2053 linux (4.4.0-19.35) xenial; urgency=low
2054
2055 [ Tim Gardner ]
2056
2057 * Release Tracking Bug
2058 - LP: #1570348
2059
2060 * CVE-2016-2847 (LP: #1554260)
2061 - pipe: limit the per-user amount of pages allocated in pipes
2062
2063 * xenial kernel crash on HP BL460c G7 (qla24xx problem?) (LP: #1554003)
2064 - SAUCE: (noup) qla2xxx: Add irq affinity notification V2
2065
2066 * arm64: guest hangs when ntpd is running (LP: #1549494)
2067 - SAUCE: (noup) KVM: arm/arm64: Handle forward time correction gracefully
2068
2069 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2070 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=y
2071
2072 * s390/cpumf: Fix lpp detection (LP: #1555344)
2073 - s390/facilities: use stfl mnemonic instead of insn magic
2074 - s390/facilities: always use lowcore's stfle field for storing facility bits
2075 - s390/cpumf: Fix lpp detection
2076
2077 * s390x kernel image needs weightwatchers (LP: #1536245)
2078 - [Config] s390x: Use compressed kernel bzImage
2079
2080 * Surelock GA2 SP1: surelock02p05: Not seeing sgX devices for LUNs after
2081 upgrading to Ubuntu 16.04 (LP: #1567581)
2082 - Revert "UBUNTU: SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on
2083 device-tree properties"
2084
2085 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2086 - cpufreq: powernv: Define per_cpu chip pointer to optimize hot-path
2087 - Revert "cpufreq: postfix policy directory with the first CPU in related_cpus"
2088 - cpufreq: powernv: Add sysfs attributes to show throttle stats
2089
2090 * systemd-modules-load.service: Failing due to missing module 'ib_iser' (LP: #1566468)
2091 - [Config] Add ib_iser to generic inclusion list
2092
2093 * thunderx nic performance improvements (LP: #1567093)
2094 - net: thunderx: Set recevie buffer page usage count in bulk
2095 - net: thunderx: Adjust nicvf structure to reduce cache misses
2096
2097 * fixes for thunderx nic in multiqueue mode (LP: #1567091)
2098 - net: thunderx: Fix for multiqset not configured upon interface toggle
2099 - net: thunderx: Fix for HW TSO not enabled for secondary qsets
2100 - net: thunderx: Fix receive packet stats
2101
2102 * Miscellaneous Ubuntu changes
2103 - [Config] updateconfigs after CONFIG_DRM_I915_BPO_PRELIMINARY_HW_SUPPORT=n
2104
2105 * Miscellaneous upstream changes (LP: #1564901)
2106 - Input: xpad - correctly handle concurrent LED and FF requests
2107
2108 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Apr 2016 07:32:16 +0100
2109
2110 linux (4.4.0-18.34) xenial; urgency=low
2111
2112 [ Tim Gardner ]
2113
2114 * Release Tracking Bug
2115 - LP: #1566868
2116
2117 * [i915_bpo] Fix RC6 on SKL GT3 & GT4 (LP: #1564759)
2118 - SAUCE: i915_bpo: drm/i915/skl: Fix rc6 based gpu/system hang
2119 - SAUCE: i915_bpo: drm/i915/skl: Fix spurious gpu hang with gt3/gt4 revs
2120
2121 * CONFIG_ARCH_ROCKCHIP not enabled in armhf generic kernel (LP: #1566283)
2122 - [Config] CONFIG_ARCH_ROCKCHIP=y
2123
2124 * [Feature] Memory Bandwidth Monitoring (LP: #1397880)
2125 - perf/x86/cqm: Fix CQM handling of grouping events into a cache_group
2126 - perf/x86/cqm: Fix CQM memory leak and notifier leak
2127 - x86/cpufeature: Carve out X86_FEATURE_*
2128 - Merge branch 'timers-core-for-linus' of git://git.kernel.org/pub/scm/linux/kernel/git/tip/tip
2129 - x86/topology: Create logical package id
2130 - perf/x86/mbm: Add Intel Memory B/W Monitoring enumeration and init
2131 - perf/x86/mbm: Add memory bandwidth monitoring event management
2132 - perf/x86/mbm: Implement RMID recycling
2133 - perf/x86/mbm: Add support for MBM counter overflow handling
2134
2135 * User namespace mount updates (LP: #1566505)
2136 - SAUCE: quota: Require that qids passed to dqget() be valid and map into s_user_ns
2137 - SAUCE: fs: Allow superblock owner to change ownership of inodes with unmappable ids
2138 - SAUCE: fuse: Don't initialize user_id or group_id in mount options
2139 - SAUCE: cgroup: Use a new super block when mounting in a cgroup namespace
2140 - SAUCE: fs: fix a posible leak of allocated superblock
2141
2142 * [arm64] kernel BUG at /build/linux-StrpB2/linux-4.4.0/fs/ext4/inode.c:2394!
2143 (LP: #1566518)
2144 - arm64: Honour !PTE_WRITE in set_pte_at() for kernel mappings
2145 - arm64: Update PTE_RDONLY in set_pte_at() for PROT_NONE permission
2146
2147 * [Feature]USB core and xHCI tasks for USB 3.1 SuperSpeedPlus (SSP) support
2148 for Alpine Ridge on SKL (LP: #1519623)
2149 - usb: define USB_SPEED_SUPER_PLUS speed for SuperSpeedPlus USB3.1 devices
2150 - usb: set USB 3.1 roothub device speed to USB_SPEED_SUPER_PLUS
2151 - usb: show speed "10000" in sysfs for USB 3.1 SuperSpeedPlus devices
2152 - usb: add device descriptor for usb 3.1 root hub
2153 - usb: Support USB 3.1 extended port status request
2154 - xhci: Make sure xhci handles USB_SPEED_SUPER_PLUS devices.
2155 - xhci: set roothub speed to USB_SPEED_SUPER_PLUS for USB3.1 capable controllers
2156 - xhci: USB 3.1 add default Speed Attributes to SuperSpeedPlus device capability
2157 - xhci: set slot context speed field to SuperSpeedPlus for USB 3.1 SSP devices
2158 - usb: Add USB3.1 SuperSpeedPlus Isoc Endpoint Companion descriptor
2159 - usb: Parse the new USB 3.1 SuperSpeedPlus Isoc endpoint companion descriptor
2160 - usb: Add USB 3.1 Precision time measurement capability descriptor support
2161 - xhci: refactor and cleanup endpoint initialization.
2162 - xhci: Add SuperSpeedPlus high bandwidth isoc support to xhci endpoints
2163 - xhci: cleanup isoc tranfers queuing code
2164 - xhci: Support extended burst isoc TRB structure used by xhci 1.1 for USB 3.1
2165 - SAUCE: (noup) usb: fix regression in SuperSpeed endpoint descriptor parsing
2166
2167 * wrong/missing permissions for device file /dev/prandom (prng.ko)
2168 (LP: #1558275)
2169 - s390/crypto: provide correct file mode at device register.
2170
2171 * The Front MIC jack can't work on a HP desktop machine (LP: #1564712)
2172 - ALSA: hda - fix front mic problem for a HP desktop
2173
2174 * HP Notebook Probook 440 G3 HDA Intel PCH horrible sounds while booting
2175 (LP: #1556228)
2176 - ALSA: hda - Apply reboot D3 fix for CX20724 codec, too
2177
2178 * please provide mmc-modules udeb (LP: #1565765)
2179 - [Config] Add mmc block drivers to d-i
2180
2181 * linux: Enforce signed module loading when UEFI secure boot (LP: #1566221)
2182 - Add secure_modules() call
2183 - PCI: Lock down BAR access when module security is enabled
2184 - x86: Lock down IO port access when module security is enabled
2185 - ACPI: Limit access to custom_method
2186 - asus-wmi: Restrict debugfs interface when module loading is restricted
2187 - Restrict /dev/mem and /dev/kmem when module loading is restricted
2188 - acpi: Ignore acpi_rsdp kernel parameter when module loading is restricted
2189 - kexec: Disable at runtime if the kernel enforces module loading restrictions
2190 - x86: Restrict MSR access when module loading is restricted
2191 - [Config] CONFIG_EFI_SECURE_BOOT_SIG_ENFORCE=n
2192 - Add option to automatically enforce module signatures when in Secure Boot mode
2193 - efi: Make EFI_SECURE_BOOT_SIG_ENFORCE depend on EFI
2194 - efi: Add EFI_SECURE_BOOT bit
2195 - hibernate: Disable in a signed modules environment
2196
2197 * [Hyper-V] Additional PCI passthrough commits (LP: #1565967)
2198 - PCI: Add fwnode_handle to x86 pci_sysdata
2199 - PCI: Look up IRQ domain by fwnode_handle
2200 - [Config] CONFIG_PCI_HYPERV=m
2201 - PCI: hv: Add paravirtual PCI front-end for Microsoft Hyper-V VMs
2202
2203 * [Bug]Lenovo Yoga 260 and Carbon X1 4th gen freeze on HWP enable
2204 (LP: #1559923)
2205 - ACPI / processor: Request native thermal interrupt handling via _OSC
2206
2207 * Sync kernel zfs 0.6.5.6 - align with zfsutils-linux and spl packages
2208 (LP: #1564591)
2209 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu3
2210
2211 * [Ubuntu 16.04.1] RELEASE and ACQUIRE atomics on Power (LP: #1556096)
2212 - atomics: Allow architectures to define their own __atomic_op_* helpers
2213 - powerpc: atomic: Implement atomic{, 64}_*_return_* variants
2214 - powerpc: atomic: Implement acquire/release/relaxed variants for xchg
2215 - powerpc: atomic: Implement acquire/release/relaxed variants for cmpxchg
2216
2217 * fix for do_tools_cpupower when cross-compiling (LP: #1564206)
2218 - [Debian] cpupower uses non-standard CROSS
2219
2220 * ISST:LTE: Regression: roselp2 Oops in kernel during setup io (LP: #1546439)
2221 - SAUCE: block: partition: initialize percpuref before sending out KOBJ_ADD
2222
2223 * Unable to migrate container (LP: #1563921)
2224 - SAUCE: cgroup mount: ignore nsroot=
2225
2226 * [Hyper-V] patch inclusion in 16.04 for NIC hot add/remove (LP: #1563688)
2227 - hv_netvsc: Move subchannel waiting to rndis_filter_device_remove()
2228
2229 * /proc/$pid/maps performance regression (LP: #1547231)
2230 - proc: revert /proc/<pid>/maps [stack:TID] annotation
2231
2232 * TPM2.0 trusted keys fixes (LP: #1398274)
2233 - tpm: remove unneeded include of actbl2.h
2234 - tpm: fix checks for policy digest existence in tpm2_seal_trusted()
2235 - tpm_crb: Use the common ACPI definition of struct acpi_tpm2
2236 - tpm_tis: Disable interrupt auto probing on a per-device basis
2237 - tpm_tis: Do not fall back to a hardcoded address for TPM2
2238 - tpm_tis: Use devm_ioremap_resource
2239 - tpm_tis: Clean up the force=1 module parameter
2240 - tpm_crb: Drop le32_to_cpu(ioread32(..))
2241 - tpm_crb: Use devm_ioremap_resource
2242 - tpm: fix the rollback in tpm_chip_register()
2243 - tpm: fix the cleanup of struct tpm_chip
2244 - tpm: fix: set continueSession attribute for the unseal operation
2245 - tpm: fix: return rc when devm_add_action() fails
2246 - tpm_eventlog.c: fix binary_bios_measurements
2247 - tpm_crb/tis: fix: use dev_name() for /proc/iomem
2248 - tpm_crb: tpm2_shutdown() must be called before tpm_chip_unregister()
2249 - tpm_tis: fix build warning with tpm_tis_resume
2250
2251 * [Feature]intel_idle driver support for Knights Landing (LP: #1461365)
2252 - intel_idle: Support for Intel Xeon Phi Processor x200 Product Family
2253
2254 * cxlflash: Backport upstream cxlflash commits and submitting a noup patch to
2255 Xenial (LP: #1563485)
2256 - cxlflash: Fix to avoid unnecessary scan with internal LUNs
2257 - cxlflash: Increase cmd_per_lun for better throughput
2258 - SAUCE: (noup) cxlflash: Move to exponential back-off when cmd_room is not available
2259
2260 * Miscellaneous Ubuntu changes
2261 - [Config] do_zfs_powerpc64-smp = true
2262 - [Debian] fix linux_tools when cross-compiling
2263 - [Config] do_zfs_powerpc64-smp use default value
2264 - SAUCE: apparmor: Fix FTBFS due to bad include path
2265 - SAUCE: i915_bpo: Disable preliminary hw support
2266
2267 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Mar 2016 15:31:33 -0600
2268
2269 linux (4.4.0-17.33) xenial; urgency=low
2270
2271 [ Tim Gardner ]
2272
2273 * Release Tracking Bug
2274 - LP: #1563441
2275
2276 * ISST-LTE: pVM:high cpus number need a high crashkernel value in kdump
2277 (LP: #1560552)
2278 - SAUCE: (noup) ppc64 boot: Wait for boot cpu to show up if nr_cpus limit is
2279 about to hit.
2280
2281 * Predictable naming mechanism is leading to issues in DLPAR operations of
2282 NICs (LP: #1560514)
2283 - SAUCE: (noup) powerpc/pci: Assign fixed PHB number based on device-tree
2284 properties
2285
2286 * ThunderX: support alternative phy implementations (LP: #1562968)
2287 - net: thunderx: Cleanup PHY probing code.
2288 - [Config] CONFIG_MDIO_CAVIUM=m
2289 - phy: mdio-octeon: Refactor into two files/modules
2290 - [Config] CONFIG_MDIO_THUNDER=m
2291 - phy: mdio-thunder: Add driver for Cavium Thunder SoC MDIO buses.
2292 - phy: mdio-cavium: Add missing MODULE_* annotations.
2293 - net: cavium: For Kconfig THUNDER_NIC_BGX, select MDIO_THUNDER.
2294 - phy: mdio-thunder: Fix some Kconfig typos
2295 - [d-i] Add phy drivers for Cavium ThunderX to nic-modules udeb
2296
2297 * linux: exclude ZONE_DEVICE from GFP_ZONE_TABLE (LP: #1563293)
2298 - Revert "mm: CONFIG_NR_ZONES_EXTENDED"
2299 - mm: exclude ZONE_DEVICE from GFP_ZONE_TABLE
2300
2301 * lots of printk to serial console can hang system for long time
2302 (LP: #1534216)
2303 - printk: set may_schedule for some of console_trylock() callers
2304
2305 * [i915_bpo] Update i915 backport driver (LP: #1560395)
2306 - SAUCE: i915_bpo: Update to drm-intel-next-fixes-2016-03-16
2307 - PM / runtime: Add new helper for conditional usage count incrementation
2308 - drm/core: Add drm_for_each_encoder_mask, v2.
2309 - drm/atomic-helper: Implement subsystem-level suspend/resume
2310
2311 * [Hyper-V] VM Sockets (LP: #1541585)
2312 - Drivers: hv: vmbus: Cleanup vmbus_set_event()
2313 - Drivers: hv: vmbus: Add vendor and device atttributes
2314 - Drivers: hv: vmbus: avoid infinite loop in init_vp_index()
2315 - Drivers: hv: vmbus: avoid scheduling in interrupt context in vmbus_initiate_unload()
2316 - Drivers: hv: vmbus: don't manipulate with clocksources on crash
2317 - Drivers: hv: vmbus: add a helper function to set a channel's pending send size
2318 - Drivers: hv: vmbus: define the new offer type for Hyper-V socket (hvsock)
2319 - Drivers: hv: vmbus: vmbus_sendpacket_ctl: hvsock: avoid unnecessary signaling
2320 - Drivers: hv: vmbus: define a new VMBus message type for hvsock
2321 - Drivers: hv: vmbus: add a hvsock flag in struct hv_driver
2322 - Drivers: hv: vmbus: add a per-channel rescind callback
2323 - Drivers: hv: vmbus: add an API vmbus_hvsock_device_unregister()
2324 - Drivers: hv: vmbus: Eliminate the spin lock on the read path
2325 - Drivers: hv: vmbus: Give control over how the ring access is serialized
2326 - drivers/hv: Move VMBus hypercall codes into Hyper-V UAPI header
2327 - Drivers: hv: vmbus: don't loose HVMSG_TIMER_EXPIRED messages
2328 - Drivers: hv: vmbus: avoid wait_for_completion() on crash
2329 - Drivers: hv: vmbus: remove code duplication in message handling
2330 - Drivers: hv: vmbus: avoid unneeded compiler optimizations in vmbus_wait_for_unload()
2331 - Drivers: hv: util: Pass the channel information during the init call
2332 - Drivers: hv: utils: Remove util transport handler from list if registration fails
2333 - Revert "Drivers: hv: vmbus: Support handling messages on multiple CPUs"
2334 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2335
2336 * [Bug]SKL-H boot hang when c8+c9+c10 enabled by intel_idle driver
2337 (LP: #1559918)
2338 - intel_idle: prevent SKL-H boot failure when C8+C9+C10 enabled
2339
2340 * ixgbe: Update to Fortville SW5 release (LP: #1562326)
2341 - net: add tc offload feature flag
2342 - net: tc: helper functions to query action types
2343 - sctp: Rename NETIF_F_SCTP_CSUM to NETIF_F_SCTP_CRC
2344 - net: rework ndo tc op to consume additional qdisc handle parameter
2345 - net: rework setup_tc ndo op to consume general tc operand
2346 - net: sched: add cls_u32 offload hooks for netdevs
2347 - net: ixgbe: add support for tc_u32 offload
2348 - net: ixgbe: abort with cls u32 divisor groups greater than 1
2349
2350 * Bring fm10k up to Fortville SW5 (LP: #1562310)
2351 - net: add netif_is_team_master helper
2352 - net: add netif_is_team_port helper
2353 - net: add netif_is_lag_master helper
2354 - net: add netif_is_lag_port helper
2355 - ethtool: correctly ensure {GS}CHANNELS doesn't conflict with GS{RXFH}
2356 - fm10k: don't reinitialize RSS flow table when RXFH configured
2357
2358 * [Feature]Always Running Timer (ART) to System Time translation
2359 (LP: #1519625)
2360 - time: Verify time values in adjtimex ADJ_SETOFFSET to avoid overflow
2361 - timekeeping: Provide internal function __ktime_get_real_seconds
2362 - timekeeping: Cap adjustments so they don't exceed the maxadj value
2363 - clocksource: Make clocksource validation work for all clocksources
2364 - time: Add cycles to nanoseconds translation
2365 - time: Add timekeeping snapshot code capturing system time and counter
2366 - time: Remove duplicated code in ktime_get_raw_and_real()
2367 - time: Add driver cross timestamp interface for higher precision time synchronization
2368 - time: Add history to cross timestamp interface supporting slower devices
2369 - time/timekeeping: Work around false positive GCC warning
2370 - x86/tsc: Always Running Timer (ART) correlated clocksource
2371 - ptp: Add PTP_SYS_OFFSET_PRECISE for driver crosstimestamping
2372 - [Config] CONFIG_E1000E_HWTS=y
2373 - e1000e: Adds hardware supported cross timestamp on e1000e nic
2374
2375 * x-gene2: add SoC v2 support to clock (LP: #1561604)
2376 - clk: xgene: Add SoC and PMD PLL clocks with v2 hardware
2377
2378 * [Bug]Disable multi-record PEBS on Merom (LP: #1559914)
2379 - perf/x86: Move perf_event.c ............... => x86/events/core.c
2380 - perf/x86: Move perf_event_amd.c ........... => x86/events/amd/core.c
2381 - perf/x86: Move perf_event_amd_ibs.c ....... => x86/events/amd/ibs.c
2382 - perf/x86: Move perf_event_amd_iommu.[ch] .. => x86/events/amd/iommu.[ch]
2383 - perf/x86: Move perf_event_amd_uncore.c .... => x86/events/amd/uncore.c
2384 - perf/x86: Move perf_event_intel_bts.c ........ => x86/events/intel/bts.c
2385 - perf/x86: Move perf_event_intel.c ............ => x86/events/intel/core.c
2386 - perf/x86: Move perf_event_intel_cqm.c ........ => x86/events/intel/cqm.c
2387 - perf/x86: Move perf_event_intel_cstate.c ..... => x86/events/intel/cstate.c
2388 - perf/x86: Move perf_event_intel_ds.c ......... => x86/events/intel/ds.c
2389 - perf/x86: Move perf_event_intel_lbr.c ........ => x86/events/intel/lbr.c
2390 - perf/x86: Move perf_event_intel_pt.[ch] ...... => x86/events/intel/pt.[ch]
2391 - perf/x86: Move perf_event_intel_rapl.c ....... => x86/events/intel/rapl.c
2392 - perf/x86: Move perf_event_intel_uncore.[ch] .. =>
2393 x86/events/intel/uncore.[ch]
2394 - perf/x86: Move perf_event_intel_uncore_nhmex.c =>
2395 x86/events/intel/uncore_nmhex.c
2396 - perf/x86: Move perf_event_intel_uncore_snb.c =>
2397 x86/events/intel/uncore_snb.c
2398 - perf/x86: Move perf_event_intel_uncore_snbep.c =>
2399 x86/events/intel/uncore_snbep.c
2400 - perf/x86: Move perf_event_knc.c .............. => x86/events/intel/knc.c
2401 - perf/x86: Move perf_event_p4.c ............... => x86/events/intel/p4.c
2402 - perf/x86: Move perf_event_p6.c ............... => x86/events/intel/p6.c
2403 - perf/x86: Move perf_event_msr.c .............. => x86/events/msr.c
2404 - perf/x86: Move perf_event.h to its new home
2405 - perf/x86/intel: Use PAGE_SIZE for PEBS buffer size on Core2
2406
2407 * [Feature] Enable I2C on Broxton-P (LP: #1520139)
2408 - mfd: intel-lpss: Pass I2C configuration via properties on BXT
2409
2410 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Mar 2016 20:40:27 -0600
2411
2412 linux (4.4.0-16.32) xenial; urgency=low
2413
2414 [ Tim Gardner ]
2415
2416 * Release Tracking Bug
2417 - LP: #1561727
2418
2419 * fix thermal throttling due to commit "Thermal: initialize thermal zone
2420 device correctly" (LP: #1561676)
2421 - Thermal: Ignore invalid trip points
2422
2423 * Thinkpad T460: Trackpoint mouse buttons instantly generate "release" event
2424 on press (LP: #1553811)
2425 - SAUCE: (noup) Input: synaptics - handle spurious release of trackstick
2426 buttons, again
2427
2428 * reading /sys/kernel/security/apparmor/profiles requires CAP_MAC_ADMIN
2429 (LP: #1560583)
2430 - SAUCE: apparmor: Allow ns_root processes to open profiles file
2431 - SAUCE: apparmor: Consult sysctl when reading profiles in a user ns
2432
2433 * linux: sync virtualbox drivers to 5.0.16-dfsg-2 (LP: #1561492)
2434 - ubuntu: vbox -- update to 5.0.16-dfsg-2
2435
2436 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on
2437 s390x (LP: #1557690)
2438 - [Config] CONFIG_NUMA_BALANCING_DEFAULT_ENABLED=n for s390x
2439
2440 * spl/zfs fails to build on s390x (LP: #1519814)
2441 - [Config] s390x -- re-enable zfs
2442 - [Config] zfs -- disable powerpc until the test failures can be resolved
2443
2444 * linux: sync to ZFS 0.6.5.6 stable release (LP: #1561483)
2445 - SAUCE: (noup) Update spl to 0.6.5.6-0ubuntu1, zfs to 0.6.5.6-0ubuntu1
2446
2447 * zfs: enable zfs for 64bit powerpc kernels (LP: #1558871)
2448 - [Packaging] zfs -- handle rprovides via dpkg-gencontrol
2449 - [Config] powerpc -- convert zfs configuration to custom_override
2450
2451 * Memory arena corruption with FUSE (was Memory allocation failure crashes
2452 kernel hard, presumably related to FUSE) (LP: #1505948)
2453 - SAUCE: (noup) fuse: do not use iocb after it may have been freed
2454 - SAUCE: (noup) fuse: Add reference counting for fuse_io_priv
2455
2456 * cgroup namespaces: add a 'nsroot=' mountinfo field (LP: #1560489)
2457 - SAUCE: (noup) cgroup namespaces: add a 'nsroot=' mountinfo field
2458
2459 * linux packaging: clear remaining redundant delta (LP: #1560445)
2460 - [Debian] Remove generated intermediate files on clean
2461
2462 * arm64: guest hangs when ntpd is running (LP: #1549494)
2463 - Revert "hrtimer: Add support for CLOCK_MONOTONIC_RAW"
2464 - Revert "hrtimer: Catch illegal clockids"
2465 - Revert "KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW"
2466
2467 * Need enough contiguous memory to support GICv3 ITS table (LP: #1558828)
2468 - [Config] CONFIG_FORCE_MAX_ZONEORDER=13 on arm64
2469 - SAUCE: (no-up) arm64: gicv3: its: Increase FORCE_MAX_ZONEORDER for Cavium
2470 ThunderX
2471
2472 * update arcmsr to version v1.30.00.22-20151126 to fix card timeouts
2473 (LP: #1559609)
2474 - arcmsr: fixed getting wrong configuration data
2475 - arcmsr: fixes not release allocated resource
2476 - arcmsr: make code more readable
2477 - arcmsr: adds code to support new Areca adapter ARC1203
2478 - arcmsr: changes driver version number
2479 - arcmsr: more readability improvements
2480 - arcmsr: Split dma resource allocation to a new function
2481 - arcmsr: change driver version to v1.30.00.22-20151126
2482
2483 * server image has no keyboard, desktop image works (LP: #1559692)
2484 - [Config] Rework input-modules (d-i) list
2485
2486 * PMU support for Cavium ThunderX (LP: #1559349)
2487 - arm64: perf: Rename Cortex A57 events
2488 - arm64/perf: Add Cavium ThunderX PMU support
2489 - arm64: perf: Enable PMCR long cycle counter bit
2490 - arm64: perf: Extend event mask for ARMv8.1
2491 - arm64: dts: Add Cavium ThunderX specific PMU
2492
2493 * Show ARM PMU events in perf stat (LP: #1559350)
2494 - drivers/perf: kill armpmu_register
2495 - arm: perf: Convert event enums to #defines
2496 - arm: perf: Add event descriptions
2497 - arm64: perf: Convert event enums to #defines
2498 - arm64: perf: Add event descriptions
2499 - ARM: perf: add format entry to describe event -> config mapping
2500 - arm64: perf: add format entry to describe event -> config mapping
2501
2502 * [Bug]HSW/BDW EDAC driver reports wrong DIMM (LP: #1559904)
2503 - EDAC/sb_edac: Fix computation of channel address
2504
2505 * 5-10 second delay in kernel boot with kernel command line ip= (LP: #1259861)
2506 - [Config] disable CONFIG_IP_PNP
2507
2508 * Miscellaneous Ubuntu changes
2509 - [Debian] Silence the reconstruct script
2510
2511 -- Tim Gardner <tim.gardner@canonical.com> Mon, 21 Mar 2016 10:15:31 -0600
2512
2513 linux (4.4.0-15.31) xenial; urgency=low
2514
2515 [ Tim Gardner ]
2516
2517 * Release Tracking Bug
2518 - LP: #1559252
2519
2520 * Xilinx KU3 Capi card does not show up in Ubuntu 16.04 (LP: #1557001)
2521 - SAUCE: (noup) cxl: Allow initialization on timebase sync failures
2522
2523 * policy namespace stacking (LP: #1379535)
2524 - Revert "UBUNTU: SAUCE: Move replacedby allocation into label_alloc"
2525 - Revert "UBUNTU: SAUCE: Fixup: __label_update() still doesn't handle some cases correctly."
2526 - Revert "UBUNTU: SAUCE: fix: audit "no_new_privs" case for exec failure"
2527 - Revert "UBUNTU: SAUCE: fixup: warning about aa_label_vec_find_or_create not being static"
2528 - Revert "UBUNTU: SAUCE: apparmor: fix refcount race when finding a child profile"
2529 - Revert "UBUNTU: SAUCE: fixup: cast poison values to remove warnings"
2530 - Revert "UBUNTU: SAUCE: fixup: get rid of unused var build warning"
2531 - Revert "UBUNTU: SAUCE: fixup: 20/23 locking issue around in __label_update"
2532 - Revert "UBUNTU: SAUCE: fixup: make __share_replacedby private to get rid of build warning"
2533 - Revert "UBUNTU: SAUCE: fix: replacedby forwarding is not being properly update when ns is destroyed"
2534 - Revert "UBUNTU: SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails"
2535 - Revert "UBUNTU: SAUCE: fixup: cleanup return handling of labels"
2536 - Revert "UBUNTU: SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read"
2537 - Revert "UBUNTU: SAUCE: apparmor: Fix: query label file permission"
2538 - Revert "UBUNTU: SAUCE: apparmor: Don't remove label on rcu callback if the label has already been removed"
2539 - Revert "UBUNTU: SAUCE: apparmor: Fix: break circular refcount for label that is directly freed."
2540 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount bug when inserting label update that transitions ns"
2541 - Revert "UBUNTU: SAUCE: apparmor: Fix: now that insert can force replacement use it instead of remove_and_insert"
2542 - Revert "UBUNTU: SAUCE: apparmor Fix: refcount bug in pivotroot mediation"
2543 - Revert "UBUNTU: SAUCE: apparmor: ensure that repacedby sharing is done correctly"
2544 - Revert "UBUNTU: SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter"
2545 - Revert "UBUNTU: SAUCE: apparmor: Fix: convert replacedby update to be protected by the labelset lock"
2546 - Revert "UBUNTU: SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on merge path"
2547 - Revert "UBUNTU: SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain"
2548 - Revert "UBUNTU: SAUCE: apparmor: Fix: label_vec_merge insertion"
2549 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure new labels resulting from merge have a replacedby"
2550 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount leak in aa_label_merge"
2551 - Revert "UBUNTU: SAUCE: apparmor: Fix: refcount race between locating in labelset and get"
2552 - Revert "UBUNTU: SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale"
2553 - Revert "UBUNTU: SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use needs locking"
2554 - Revert "UBUNTU: SAUCE: apparmor: debug: POISON label and replaceby pointer on free"
2555 - Revert "UBUNTU: SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the replacedby is not setup"
2556 - Revert "UBUNTU: SAUCE: apparmor: Fix: insert race between label_update and label_merge"
2557 - Revert "UBUNTU: SAUCE: apparmor: rework retrieval of the current label in the profile update case"
2558 - Revert "UBUNTU: SAUCE: apparmor: Disallow update of cred when then subjective != the objective cred"
2559 - Revert "UBUNTU: SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns"
2560 - Revert "UBUNTU: SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()"
2561 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
2562 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix for failed mediation of socket that is being shutdown"
2563 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings"
2564 - Revert "UBUNTU: SAUCE: (no-up) apparmor: fix mount not handling disconnected paths"
2565 - Revert "UBUNTU: SAUCE: (no-up): apparmor: fix mediation of fs unix sockets"
2566 - Revert "UBUNTU: apparmor -- follow change to this_cpu_ptr"
2567 - Revert "UBUNTU: SAUCE: (no-up) fix: bad unix_addr_fs macro"
2568 - Revert "UBUNTU: SAUCE: Revert: fix: only allow a single threaded process to ..."
2569 - Revert "UBUNTU: SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot"
2570 - Revert "UBUNTU: SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used"
2571 - SAUCE: (no-up) apparmor: sync of apparmor3.5-beta1 snapshot
2572 - SAUCE: add a sysctl to enable unprivileged user ns AppArmor policy loading
2573
2574 * Add arm64 NUMA support (LP: #1558765)
2575 - SAUCE: (noup) efi: ARM/arm64: ignore DT memory nodes instead of removing them
2576 - SAUCE: (noup) Documentation, dt, numa: dt bindings for NUMA.
2577 - [Config] CONFIG_OF_NUMA=y
2578 - SAUCE: (noup) of, numa: Add NUMA of binding implementation.
2579 - SAUCE: (noup) arm64: Move unflatten_device_tree() call earlier.
2580 - [Config] CONFIG_NUMA=y and CONFIG_NODES_SHIFT=2 on arm64
2581 - SAUCE: (noup) arm64, numa: Add NUMA support for arm64 platforms.
2582 - SAUCE: (noup) arm64, mm, numa: Add NUMA balancing support for arm64.
2583
2584 * vivid/linux: total ADT test failures (LP: #1558447)
2585 - Revert "Revert "af_unix: Revert 'lock_interruptible' in stream receive code""
2586
2587 * [Hyper-V] patches to allow kdump crash through NMI (LP: #1558720)
2588 - Drivers: hv: vmbus: Support handling messages on multiple CPUs
2589 - Drivers: hv: vmbus: Support kexec on ws2012 r2 and above
2590
2591 * s390/pci: enforce fmb page boundary rule (LP: #1558625)
2592 - s390/pci: enforce fmb page boundary rule
2593
2594 * s390/pci: backport upstream commits since v4.4 (LP: #1558624)
2595 - s390/pci_dma: fix DMA table corruption with > 4 TB main memory
2596 - page_to_phys() always returns a multiple of PAGE_SIZE
2597 - s390/pci: provide ZPCI_ADDR macro
2598 - s390/pci: improve ZPCI_* macros
2599 - s390/pci: resize iomap
2600 - s390/pci: fix bar check
2601 - s390/pci: set error state for unusable functions
2602 - s390/pci: remove iomap sanity checks
2603 - s390/pci: remove pdev pointer from arch data
2604 - s390/pci: add ioctl interface for CLP
2605
2606 * IMA-appraisal is unusable in Ubuntu 16.04 (LP: #1558553)
2607 - [Config] CONFIG_SYSTEM_EXTRA_CERTIFICATE=y, CONFIG_SYSTEM_EXTRA_CERTIFICATE_SIZE=4096
2608 - KEYS: Use the symbol value for list size, updated by scripts/insert-sys-cert
2609 - KEYS: Reserve an extra certificate symbol for inserting without recompiling
2610 - SAUCE: (noup) KEYS: Support for inserting a certificate into x86 bzImage
2611
2612 * skb_warn_bad_offload Crash (LP: #1558025)
2613 - ipv4: only create late gso-skb if skb is already set up with CHECKSUM_PARTIAL
2614
2615 * Add PCIe root complex to Cavium arm64 (LP: #1558342)
2616 - [Config] CONFIG_PCI_HOST_COMMON=y
2617 - [Config] CONFIG_PCI_HOST_THUNDER_PEM=y
2618 - [Config] CONFIG_PCI_HOST_THUNDER_ECAM=y
2619 - PCI: generic: Move structure definitions to separate header file
2620 - PCI: generic: Add pci_host_common_probe(), based on gen_pci_probe()
2621 - PCI: generic: Expose pci_host_common_probe() for use by other drivers
2622 - PCI: thunder: Add PCIe host driver for ThunderX processors
2623 - PCI: thunder: Add driver for ThunderX-pass{1,2} on-chip devices
2624
2625 * [Hyper-V] vmbus: Fix a bug in hv_need_to_signal_on_read() (LP: #1556264)
2626 - SAUCE: (noup) Drivers: hv: vmbus: Fix a bug in hv_need_to_signal_on_read()
2627
2628 * Xenial update to v4.4.6 stable release (LP: #1558330)
2629 - arm64: account for sparsemem section alignment when choosing vmemmap offset
2630 - ARM: mvebu: fix overlap of Crypto SRAM with PCIe memory window
2631 - ARM: dts: dra7: do not gate cpsw clock due to errata i877
2632 - ARM: OMAP2+: hwmod: Introduce ti,no-idle dt property
2633 - PCI: Allow a NULL "parent" pointer in pci_bus_assign_domain_nr()
2634 - kvm: cap halt polling at exactly halt_poll_ns
2635 - KVM: VMX: disable PEBS before a guest entry
2636 - KVM: s390: correct fprs on SIGP (STOP AND) STORE STATUS
2637 - KVM: PPC: Book3S HV: Sanitize special-purpose register values on guest exit
2638 - KVM: MMU: fix ept=0/pte.u=1/pte.w=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0 combo
2639 - KVM: MMU: fix reserved bit check for ept=0/CR0.WP=0/CR4.SMEP=1/EFER.NX=0
2640 - s390/dasd: fix diag 0x250 inline assembly
2641 - tracing: Fix check for cpu online when event is disabled
2642 - dmaengine: at_xdmac: fix residue computation
2643 - jffs2: reduce the breakage on recovery from halfway failed rename()
2644 - ncpfs: fix a braino in OOM handling in ncp_fill_cache()
2645 - ASoC: dapm: Fix ctl value accesses in a wrong type
2646 - ASoC: samsung: Use IRQ safe spin lock calls
2647 - ASoC: wm8994: Fix enum ctl accesses in a wrong type
2648 - ASoC: wm8958: Fix enum ctl accesses in a wrong type
2649 - ovl: ignore lower entries when checking purity of non-directory entries
2650 - ovl: fix working on distributed fs as lower layer
2651 - wext: fix message delay/ordering
2652 - cfg80211/wext: fix message ordering
2653 - can: gs_usb: fixed disconnect bug by removing erroneous use of kfree()
2654 - iwlwifi: mvm: inc pending frames counter also when txing non-sta
2655 - mac80211: minstrel: Change expected throughput unit back to Kbps
2656 - mac80211: fix use of uninitialised values in RX aggregation
2657 - mac80211: minstrel_ht: set default tx aggregation timeout to 0
2658 - mac80211: minstrel_ht: fix a logic error in RTS/CTS handling
2659 - mac80211: check PN correctly for GCMP-encrypted fragmented MPDUs
2660 - mac80211: Fix Public Action frame RX in AP mode
2661 - gpu: ipu-v3: Do not bail out on missing optional port nodes
2662 - drm/amdgpu: Fix error handling in amdgpu_flip_work_func.
2663 - drm/radeon: Fix error handling in radeon_flip_work_func.
2664 - Revert "drm/radeon/pm: adjust display configuration after powerstate"
2665 - userfaultfd: don't block on the last VM updates at exit time
2666 - ovl: fix getcwd() failure after unsuccessful rmdir
2667 - MIPS: Fix build error when SMP is used without GIC
2668 - MIPS: smp.c: Fix uninitialised temp_foreign_map
2669 - block: don't optimize for non-cloned bio in bio_get_last_bvec()
2670 - target: Drop incorrect ABORT_TASK put for completed commands
2671 - ld-version: Fix awk regex compile failure
2672 - Linux 4.4.6
2673
2674 * linux fails to load x.509 built-in certificate (LP: #1557250)
2675 - lib/mpi: Endianness fix
2676
2677 * s390/kconfig: setting for CONFIG...9P.... (LP: #1557994)
2678 - [Config] CONFIG_NET_9P=m for s390x
2679
2680 * mlx5_core kernel trace after "ethtool -C eth1 adaptive-rx on" flow
2681 (LP: #1557950)
2682 - net/mlx5e: Don't try to modify CQ moderation if it is not supported
2683 - net/mlx5e: Don't modify CQ before it was created
2684
2685 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
2686 - mmc: sdhci: Do not BUG on invalid vdd
2687 - mmc: enable MMC/SD/SDIO device to suspend/resume asynchronously
2688 - mmc: It is not an error for the card to be removed while suspended
2689
2690 * s390/kconfig: disable CONFIG_VIRTIO_MMIO (LP: #1557689)
2691 - [Config] CONFIG_VIRTIO_MMIO=n for s390x
2692
2693 * s390/kconfig: CONFIG_NUMA without CONFIG_NUMA_EMU does not make any sense on s390x (LP: #1557690)
2694 - [Config] CONFIG_NUMA_EMU=y for s390x
2695
2696 * Miscellaneous Ubuntu changes
2697 - [Debian] git-ubuntu-log -- prevent bug references being split
2698 - [Debian] git-ubuntu-log -- git log output is UTF-8
2699
2700 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Mar 2016 13:18:58 -0600
2701
2702 linux (4.4.0-14.30) xenial; urgency=low
2703
2704 [ Tim Gardner ]
2705
2706 * Release Tracking Bug
2707 - LP: #1557508
2708
2709 * Current 4.4 kernel won't boot on powerpc (LP: #1557130)
2710 - powerpc: Fix dedotify for binutils >= 2.26
2711
2712 * ZFS: send fails to transmit some holes [corruption] (LP: #1557151)
2713 - Illumos 6370 - ZFS send fails to transmit some holes
2714
2715 * Request to cherry-pick uvcvideo patch for Xenial kernel support of RealSense
2716 camera (LP: #1557138)
2717 - UVC: Add support for ds4 depth camera
2718
2719 * use after free of task_struct->numa_faults in task_numa_find_cpu (LP: #1527643)
2720 - sched/numa: Fix use-after-free bug in the task_numa_compare
2721
2722 * overlay fs regression: chmod fails with "Operation not permitted" on chowned
2723 files (LP: #1555997)
2724 - ovl: copy new uid/gid into overlayfs runtime inode
2725
2726 * Miscellaneous Ubuntu changes
2727 - SAUCE: Dump stack when X.509 certificates cannot be loaded
2728
2729 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Mar 2016 07:16:19 -0600
2730
2731 linux (4.4.0-13.29) xenial; urgency=low
2732
2733 [ Tim Gardner ]
2734
2735 * Release Tracking Bug
2736 - LP: #1556247
2737
2738 * s390/mm: four page table levels vs. fork (LP: #1556141)
2739 - s390/mm: four page table levels vs. fork
2740
2741 * [Hyper-V] network performance patches for Xenial 16.04 (LP: #1556037)
2742 - hv_netvsc: use skb_get_hash() instead of a homegrown implementation
2743 - hv_netvsc: cleanup netdev feature flags for netvsc
2744
2745 * fails to boot on megaraid (LP: #1552903)
2746 - SAUCE: (noup) megaraid_sas: Don't issue kill adapter for MFI controllers in
2747 case of PD list DCMD failure
2748
2749 * ALSA: hda - add codec support for Kabylake display audio codec (LP: #1556002)
2750 - ALSA: hda - add codec support for Kabylake display audio codec
2751
2752 * Backport upstream bugfixes to ubuntu-16.04 (LP: #1555765)
2753 - cpufreq: powernv: Free 'chips' on module exit
2754 - cpufreq: powernv: Hot-plug safe the kworker thread
2755 - cpufreq: powernv: Remove cpu_to_chip_id() from hot-path
2756 - cpufreq: powernv/tracing: Add powernv_throttle tracepoint
2757 - cpufreq: powernv: Replace pr_info with trace print for throttle event
2758 - SAUCE: (noup) cpufreq: powernv: Fix bugs in powernv_cpufreq_{init/exit}
2759
2760 * Linux netfilter IPT_SO_SET_REPLACE memory corruption (LP: #1555338)
2761 - SAUCE: [nf,v2] netfilter: x_tables: don't rely on well-behaving userspace
2762
2763 * integer overflow in xt_alloc_table_info (LP: #1555353)
2764 - SAUCE: (noup) netfilter: x_tables: check for size overflow
2765
2766 * linux: auto-generate the reconstruct information from the git tag (LP: #1555543)
2767 - [Packaging] reconstruct -- automatically reconstruct against base tag
2768 - [Config] reconstruct -- update to autoreconstruct output
2769 - [Packaging] reconstruct -- update when inserting final changes
2770
2771 * Xenial update to v4.4.5 stable release (LP: #1555640)
2772 - use ->d_seq to get coherency between ->d_inode and ->d_flags
2773 - drivers: sh: Restore legacy clock domain on SuperH platforms
2774 - Btrfs: fix deadlock running delayed iputs at transaction commit time
2775 - btrfs: Fix no_space in write and rm loop
2776 - btrfs: async-thread: Fix a use-after-free error for trace
2777 - block: Initialize max_dev_sectors to 0
2778 - PCI: keystone: Fix MSI code that retrieves struct pcie_port pointer
2779 - parisc: Fix ptrace syscall number and return value modification
2780 - mips/kvm: fix ioctl error handling
2781 - kvm: x86: Update tsc multiplier on change.
2782 - fbcon: set a default value to blink interval
2783 - cifs: fix out-of-bounds access in lease parsing
2784 - CIFS: Fix SMB2+ interim response processing for read requests
2785 - Fix cifs_uniqueid_to_ino_t() function for s390x
2786 - vfio: fix ioctl error handling
2787 - KVM: x86: fix root cause for missed hardware breakpoints
2788 - arm/arm64: KVM: Fix ioctl error handling
2789 - iommu/amd: Apply workaround for ATS write permission check
2790 - iommu/amd: Fix boot warning when device 00:00.0 is not iommu covered
2791 - iommu/vt-d: Use BUS_NOTIFY_REMOVED_DEVICE in hotplug path
2792 - target: Fix WRITE_SAME/DISCARD conversion to linux 512b sectors
2793 - drm/ast: Fix incorrect register check for DRAM width
2794 - drm/radeon/pm: update current crtc info after setting the powerstate
2795 - drm/amdgpu/pm: update current crtc info after setting the powerstate
2796 - drm/amdgpu: apply gfx_v8 fixes to gfx_v7 as well
2797 - drm/amdgpu/gfx8: specify which engine to wait before vm flush
2798 - drm/amdgpu: return from atombios_dp_get_dpcd only when error
2799 - libata: fix HDIO_GET_32BIT ioctl
2800 - libata: Align ata_device's id on a cacheline
2801 - block: bio: introduce helpers to get the 1st and last bvec
2802 - writeback: flush inode cgroup wb switches instead of pinning super_block
2803 - Adding Intel Lewisburg device IDs for SATA
2804 - arm64: vmemmap: use virtual projection of linear region
2805 - PM / sleep / x86: Fix crash on graph trace through x86 suspend
2806 - ata: ahci: don't mark HotPlugCapable Ports as external/removable
2807 - tracing: Do not have 'comm' filter override event 'comm' field
2808 - pata-rb532-cf: get rid of the irq_to_gpio() call
2809 - Btrfs: fix loading of orphan roots leading to BUG_ON
2810 - Revert "jffs2: Fix lock acquisition order bug in jffs2_write_begin"
2811 - jffs2: Fix page lock / f->sem deadlock
2812 - Fix directory hardlinks from deleted directories
2813 - dmaengine: pxa_dma: fix cyclic transfers
2814 - adv7604: fix tx 5v detect regression
2815 - ALSA: usb-audio: Add a quirk for Plantronics DA45
2816 - ALSA: ctl: Fix ioctls for X32 ABI
2817 - ALSA: hda - Fix mic issues on Acer Aspire E1-472
2818 - ALSA: rawmidi: Fix ioctls X32 ABI
2819 - ALSA: timer: Fix ioctls for X32 ABI
2820 - ALSA: pcm: Fix ioctls for X32 ABI
2821 - ALSA: seq: oss: Don't drain at closing a client
2822 - ALSA: hdspm: Fix wrong boolean ctl value accesses
2823 - ALSA: hdsp: Fix wrong boolean ctl value accesses
2824 - ALSA: hdspm: Fix zero-division
2825 - ALSA: timer: Fix broken compat timer user status ioctl
2826 - usb: chipidea: otg: change workqueue ci_otg as freezable
2827 - USB: cp210x: Add ID for Parrot NMEA GPS Flight Recorder
2828 - USB: qcserial: add Dell Wireless 5809e Gobi 4G HSPA+ (rev3)
2829 - USB: qcserial: add Sierra Wireless EM74xx device ID
2830 - USB: serial: option: add support for Telit LE922 PID 0x1045
2831 - USB: serial: option: add support for Quectel UC20
2832 - MIPS: scache: Fix scache init with invalid line size.
2833 - MIPS: traps: Fix SIGFPE information leak from `do_ov' and `do_trap_or_bp'
2834 - ubi: Fix out of bounds write in volume update code
2835 - i2c: brcmstb: allocate correct amount of memory for regmap
2836 - thermal: cpu_cooling: fix out of bounds access in time_in_idle
2837 - block: check virt boundary in bio_will_gap()
2838 - block: get the 1st and last bvec via helpers
2839 - drm/i915: more virtual south bridge detection
2840 - drm/i915: refine qemu south bridge detection
2841 - modules: fix longstanding /proc/kallsyms vs module insertion race.
2842 - drm/amdgpu: fix topaz/tonga gmc assignment in 4.4 stable
2843 - Linux 4.4.5
2844
2845 * QEMU: causes vCPU steal time overflow on live migration (LP: #1494350)
2846 - x86/mm: Fix slow_virt_to_phys() for X86_PAE again
2847
2848 * TPM2.0 trusted keys fixes (LP: #1398274)
2849 - tpm_tis: further simplify calculation of ordinal duration
2850 - tpm_tis: Use devm_free_irq not free_irq
2851 - tpm_tis: Ensure interrupts are disabled when the driver starts
2852 - tpm: rework tpm_get_timeouts()
2853 - tpm_tis: Get rid of the duplicate IRQ probing code
2854 - tpm_tis: Refactor the interrupt setup
2855 - tpm_tis: Tighten IRQ auto-probing
2856 - tpm_ibmvtpm: properly handle interrupted packet receptions
2857
2858 * linux: review all versioned depends/conflicts/replaces/breaks for validility (LP: #1555033)
2859 - [Config] control.stub.in -- review versioned Build-Depends:
2860 - [Config] control.stub.in -- review versioned
2861 Depends/Breaks/Conflicts/Replaces
2862 - [Config] flavour-control.stub -- review versioned Breaks/Conflicts/Replaces
2863 - [Config] x86 vars.* -- review versioned Breaks/Conflicts/Replaces
2864
2865 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Mar 2016 05:11:51 -0700
2866
2867 linux (4.4.0-12.28) xenial; urgency=low
2868
2869 * Miscellaneous Ubuntu changes
2870 - reconstruct: Work around orig tarball packaging limitiations
2871 Fixes FTBS
2872
2873 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Mar 2016 13:26:08 -0700
2874
2875 linux (4.4.0-12.27) xenial; urgency=low
2876
2877 [ Tim Gardner ]
2878
2879 * Release Tracking Bug
2880 - LP: #1554704
2881
2882 * Fails to detect (second) display (LP: #1543683)
2883 - drm/i915: Fix hpd live status bits for g4x
2884
2885 * s390x -- various configuration changes (LP: #1543165)
2886 - [Config] s390x -- enable CONFIG_NUMA
2887 - [Config] s390x -- disable CONFIG_NET_VENDOR_EMULEX
2888 - [Config] s390x -- disable CONFIG_NET_VENDOR_SYNOPSYS
2889 - [Config] s390x -- disable CONFIG_NVMEM
2890 - [Config] s390x -- switch preempt mode to none
2891
2892 * Radeon hybrid graphics problem on resume (LP: #1554608)
2893 - Revert "drm/radeon: call hpd_irq_event on resume"
2894
2895 * Pull in upstream AMD code (amdgpu) in Xenial (LP: #1546572)
2896 - [Config] CONFIG_DRM_AMD_POWERPLAY=y
2897 - drm/amdgpu: use $(src) in Makefile (v2)
2898 - drm/radeon: constify radeon_asic_ring structures
2899 - drm/amdgpu: add a callback for reading the bios from the rom directly
2900 - drm/amdgpu: add read_bios_from_rom callback for CI parts
2901 - drm/amdgpu: add read_bios_from_rom callback for VI parts
2902 - drm/amdgpu: Use new read bios from rom callback
2903 - drm/amdgpu: Use unlocked gem unreferencing
2904 - drm/radeon: Use unlocked gem unreferencing
2905 - drm/amd: add new gfx8 register definitions for EDC
2906 - drm/amdgpu: add EDC support for CZ (v3)
2907 - drm/amd: abstract kernel rq and normal rq to priority of run queue
2908 - drm/amdgpu/gfx8: Enable interrupt on ME1_PIPE3
2909 - drm/amdgpu/gfx8: update PA_SC_RASTER_CONFIG:PKR_MAP only
2910 - drm/amdgpu: update rev id register for VI
2911 - drm/amdgpu: add more debugging output for driver failures
2912 - drm/amdgpu: add entity only when first job come
2913 - drm/amdgpu: handle error case for ctx
2914 - drm/amdgpu: unify AMDGPU_CTX_MAX_CS_PENDING and amdgpu_sched_jobs
2915 - drm/amdgpu: change default sched jobs to 32
2916 - drm/amdgpu: limit visible vram if it's smaller than the BAR
2917 - drm/amdgpu: restrict the sched jobs number to power of two
2918 - drm/amdgpu: put VM page tables directly into duplicates list
2919 - drm/amdgpu: split VM PD and PT handling during CS
2920 - drm/amdgpu: keep the PTs validation list in the VM v2
2921 - drm/radeon: Update radeon_get_vblank_counter_kms()
2922 - drm/radeon: only increment sync_seq when a fence is really emitted
2923 - drm/fb-helper: Use proper plane mask for fb cleanup
2924 - drm/amdgpu: fix dp link rate selection (v2)
2925 - drm/radeon: fix dp link rate selection (v2)
2926 - drm/amdgpu: share struct amdgpu_pm_state_type with powerplay module
2927 - drm/amdgpu: mv some definition from amdgpu_acpi.c to amdgpu_acpi.h
2928 - drm/amdgpu: mv amdgpu_acpi.h to amd/include/amd_acpi.h
2929 - drm/amdgpu: implement new cgs interface for acpi function
2930 - drm/amdgpu: implement cgs interface to query system info
2931 - drm/amdgpu: add new cgs interface to get display info (v2)
2932 - drm/amd/powerplay: add basic powerplay framework
2933 - drm/amdgpu: disable legacy path of firmware check if powerplay is enabled
2934 - drm/amdgpu: export amd_powerplay_func to amdgpu and other ip block
2935 - drm/amd/powerplay: add SMU manager sub-component
2936 - drm/amd/powerplay: add hardware manager sub-component
2937 - SAUCE: amd: Include errno.h
2938 - drm/amd/powerplay: add Carrizo smu support
2939 - drm/amd/powerplay: add Carrizo dpm support
2940 - drm/amd/powerplay: add CG and PG support for carrizo
2941 - drm/amd/powerplay: add event manager sub-component
2942 - drm/amd/powerplay: implement functions of amd_powerplay_func
2943 - drm/amd/powerplay: Add ixSWRST_COMMAND_1 in bif_5_0_d.h
2944 - drm/amd/powerplay: Move smu7*.h from amdgpu to powerplay.
2945 - drm/amd/powerplay: add header file for tonga smu and dpm
2946 - drm/amd/powerplay: Add Tonga SMU support
2947 - drm/amd/powerplay: add Tonga dpm support (v3)
2948 - drm/amd/powerplay: add/update headers for Fiji SMU and DPM
2949 - drm/amd/powerplay: update atomctrl for fiji
2950 - drm/amd/powerplay: add Fiji SMU support.
2951 - drm/amd/powerplay: add Fiji DPM support.
2952 - drm/amdgpu: add amdgpu.powerplay module option
2953 - drm/amd/amdgpu: enable powerplay and smc firmware loading for Fiji.
2954 - drm/amdgpu/powerplay: add function point in hwmgr_funcs for program display gap
2955 - drm/amdgpu/poweprlay: export program display gap function to eventmgr
2956 - drm/amdgpu/powerplay: implement pem_task for display_configuration_change
2957 - drm/amdgpu/powerplay: program display gap for tonga.
2958 - drm/amdgpu: enable powerplay module by default for tonga.
2959 - drm/amdgpu: enable powerplay module by default for fiji.
2960 - drm/amdgpu/powerplay: add some definition for other ip block to update cg pg.
2961 - drm/amd/powerplay: add new function point in hwmgr_func for CG/PG.
2962 - drm/amd/powerplay: Add CG and PG support for tonga
2963 - drm/amdgpu/powerplay: add new function point in hwmgr_funcs for thermal control
2964 - drm/amdgpu/powerplay: mv ppinterrupt.h to inc folder to share with other submodule.
2965 - drm/amdgpu/powerplay: add thermal control interface in hwmgr.
2966 - drm/amdgpu/powerplay: enable thermal interrupt task in eventmgr.
2967 - drm/amdgpu/powerplay: implement thermal control for tonga.
2968 - drm/amdgpu/powerplay: implement fan control interface in amd_powerplay_funcs
2969 - drm/amdgpu: export fan control functions to amdgpu
2970 - drm/amdgpu: enable sysfs interface for powerplay
2971 - drm/amdgpu: support per device powerplay enablement (v2)
2972 - drm/amd/powerplay: add and export hwmgr interface to eventmgr to check hw states.
2973 - drm/amd/powerplay: implement new funcs to check current states for tonga.
2974 - drm/amd/powerplay: refine the logic of whether need to update power state.
2975 - drm/amd/powerplay/tonga: enable pcie and mclk forcing for low
2976 - drm/amd/powerplay/fiji: enable pcie and mclk forcing for low
2977 - drm/amdgpu: extract pcie helpers to common header
2978 - drm: add drm_pcie_get_max_link_width helper (v2)
2979 - drm/amdgpu: store pcie gen mask and link width
2980 - drm/amdgpu/cgs: add sys info query for pcie gen and link width
2981 - drm/amdgpu/powerplay/tonga: query supported pcie info from cgs (v2)
2982 - drm/amdgpu/powerplay/fiji: query supported pcie info from cgs (v2)
2983 - drm/amd/powerplay: fix boolreturn.cocci warnings
2984 - drm/amd/powerplay/tonga: Add UVD DPM init
2985 - drm/amd/amdgpu: add gfx clock gating support for Fiji.
2986 - drm/amd/amdgpu: add gmc clock gating support for Fiji.
2987 - drm/amdgpu: add sdma clock gating support for Fiji.
2988 - drm/amd/powerplay: add parts of system clock gating support for Fiji. (v2)
2989 - drm/amd/powerplay: enable clock gating for Fiji.
2990 - drm/amd/powerplay: add atomctrl function to calculate CZ sclk dividers
2991 - drm/amd/powerplay: implement smc state upload for CZ
2992 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2993 - drm/amd/powerplay: fix warning of cast to pointer from integer of different size.
2994 - drm/amd/powerplay: add new function point in hwmgr.
2995 - drm/amd/powerplay: add smc msg for NB P-State switch
2996 - drm/amd/powerplay: export interface to DAL to init/change display configuration.
2997 - drm/amd/powerplay: enable set_cpu_power_state task. (v2)
2998 - drm/amd/powerplay: enable/disable NB pstate feature for Carrizo.
2999 - drm/amd/powerplay: Add PPLib debug print macro.
3000 - drm/amdgpu: rename tonga_smumgr.h to tonga_smum.h
3001 - drm/amdgpu: rename fiji_smumgr.h to fiji_smum.h
3002 - drm/amd/powerplay: add multimedia power gating support for Fiji.
3003 - drm/amd/amdgpu: add uvd6.0 clock gating support. (v2)
3004 - drm/amd/amdgpu: add vce3.0 clock gating support. (v2)
3005 - drm/amd/amdgpu: enable uvd&vce clock gating for Fiji.
3006 - drm/amdgpu: Prepare DKMS build for powerplay module.
3007 - drm/amd/powerplay: add display configeration changed function in hwmgr for Fiji.
3008 - drm/amd/powerplay: Add thermal protection support for Fiji.
3009 - drm/amd/powerplay: Fix a bug in fan control setting default mode for Tonga and Fiji.
3010 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Tonga.
3011 - drm/amd/powerplay: add functions set/get_fan_control_mode in hwmgr for Fiji.
3012 - drm/amd/powerplay: fix boolreturn.cocci warnings
3013 - drm/amd/powerplay: fix bug that dpm funcs in debugfs/sysfs missing.
3014 - drm/amd/powerplay: check whether enable dpm in powerplay.
3015 - drm/amd/powerplay: move shared function of vi to hwmgr. (v2)
3016 - drm/amdgpu/powerplay: enable sysfs and debugfs interfaces late
3017 - drm/amd/powerplay: display gpu load when print performance for tonga.
3018 - drm/powerplay: add debugging output to tonga_processpptables.c
3019 - drm/powerplay: add debugging output to processpptables.c
3020 - drm/powerplay/hwmgr: log errors in tonga_hwmgr_backend_init
3021 - drm/amd/powerplay: Don't return an error if fan table is missing
3022 - amd\powerplay Implement get dal power level
3023 - amd/powerplay: Fix get dal power level
3024 - amd/powerplay: Add structures required to report configuration change
3025 - drm/amdgpu/powerplay: Program a calculated value as Deep Sleep clock.
3026 - drm/amd/powerplay: add point check to avoid NULL point hang.
3027 - drm/amd/powerplay: check whether need to enable thermal control. (v2)
3028 - drm/amd/powerplay: show gpu load when print gpu performance for Cz. (v2)
3029 - drm: powerplay: use div64_s64 instead of do_div
3030 - drm/amd/powerplay: fix a reversed condition
3031 - drm/amdgpu/cgs: cleanup some indenting
3032 - drm/amd/powerplay: precedence bug in init_non_clock_fields()
3033 - drm/amdgpu: fix NULL in vm_grab_id while S3 back
3034 - drm/amd/powerplay: fix bug that NULL checks are reversed.
3035 - drm/amd/powerplay: fix Smatch static checker warnings with indenting (v2)
3036 - drm/amd/powerplay: fix Smatch static checker warnings
3037 - drm/amd/powerplay: add powerplay valid check to avoid null point. (v2)
3038 - drm/amd/powerplay: Reload and initialize the smc firmware on powerplay resume.
3039 - drm/amdgpu: Show gpu load when display gpu performance for Ci.
3040 - drm/amdgpu: Show gpu load when display gpu performance for Fiji of VI.
3041 - drm/amdgpu: fix hex/decimal bug when show gpu load.
3042 - drm/amd/powerplay: add thermal control task when resume.
3043 - drm/amd/powerplay: enable set boot state task
3044 - drm/amd/powerplay: enable power down asic task. (v2)
3045 - drm/amd/powerplay: implement power down asic task for CZ
3046 - drm/amdgpu: add warning to amdgpu_bo_gpu_offset() v2
3047 - drm/amdgpu/cgs: add an interface to access PCI resources
3048 - drm/amdgpu: add irq domain support
3049 - drm/amdgpu/powerplay: include asm/div64.h for do_div()
3050 - drm/sysfs: use kobj_to_dev()
3051 - drm/amd/powerplay: fix static checker warning for return meaningless value.
3052 - drm/amdgpu/cz: add code to enable forcing UVD clocks
3053 - drm/amdgpu/cz: add code to enable forcing VCE clocks
3054 - drm/amdgpu/cz: force uvd clocks when sclks are forced
3055 - drm/amdgpu/cz: force vce clocks when sclks are forced
3056 - drm/amdgpu: use kobj_to_dev()
3057 - drm/radeon: use kobj_to_dev()
3058 - drm/ttm: fix adding foreign BOs to the LRU during init v2
3059 - drm/ttm: fix adding foreign BOs to the swap LRU
3060 - drm/ttm: add ttm_bo_move_to_lru_tail function v2
3061 - drm/amdgpu: move VM page tables to the LRU end on CS v2
3062 - drm/amdgpu: validate duplicates first
3063 - drm/amdgpu: add missing irq.h include
3064 - drm/fb_cma_helper: Remove implicit call to disable_unused_functions
3065 - drm/amdgpu: Add some tweaks to gfx 8 soft reset
3066 - amdkfd: don't open-code memdup_user()
3067 - amdkfd: Copy from the proper user command pointer
3068 - drm/amdgpu: Use drm_calloc_large for VM page_tables array
3069 - amd/powerplay: disable powerplay by default initially
3070 - drm/amdgpu: Allow the driver to load if amdgpu.powerplay=1 on asics without powerplay support
3071 - drm/atomic-helper: Export framebuffer_changed()
3072 - drm/amd/amdgpu: Improve amdgpu_dpm* macros to avoid unexpected result (v2)
3073 - drm/amdgpu: add a message to indicate when powerplay is enabled (v2)
3074 - drm/amdgpu: fix next_rptr handling for debugfs
3075 - drm/radeon: Ensure radeon bo is unreserved in radeon_gem_va_ioctl
3076 - drm/radeon: only init fbdev if we have connectors
3077 - drm/amdgpu: don't init fbdev if we don't have any connectors
3078 - drm/amd/powerplay: Update SMU firmware loading for Stoney
3079 - drm/amdgpu: fix non-ANSI declaration of amdgpu_amdkfd_gfx_*_get_functions()
3080 - drm/amdkfd: Remove unnecessary cast in kfree
3081 - drm/amdgpu: only move pt bos in LRU list on success
3082 - drm/amdgpu: mask out WC from BO on unsupported arches
3083 - drm/amdgpu/gfx8: enable cp inst/reg error interrupts
3084 - drm/amdgpu/gfx7: enable cp inst/reg error interrupts
3085 - drm/amdgpu: load MEC ucode manually on iceland
3086 - drm/amdgpu: disable uvd and vce clockgating on Fiji
3087 - drm/amdgpu: add pcie cap module parameters (v2)
3088 - drm/amdgpu/cik: don't mess with aspm if gpu is root bus
3089 - drm/amdgpu/dpm/ci: switch over to the common pcie caps interface
3090 - drm/amdgpu: handle uvd pg flags properly
3091 - drm/amdgpu: handle vce pg flags properly
3092 - drm/amdgpu: clean up vce pg flags for cz/st
3093 - drm/amdgpu: be consistent with uvd cg flags
3094 - drm/amd/powerplay/cz: disable uvd pg
3095 - drm/amd/powerplay/cz: disable vce pg
3096 - drm/amd/powerplay/tonga: disable uvd pg
3097 - drm/amd/powerplay/tonga: disable vce pg
3098 - drm/amdgpu: add a cgs interface to fetch cg and pg flags
3099 - drm/amdgpu: remove unused cg defines
3100 - drma/dmgpu: move cg and pg flags into shared headers
3101 - drm/amdgpu/tonga: plumb pg flags through to powerplay
3102 - drm/amdgpu/cz: plumb pg flags through to powerplay
3103 - SAUCE: drm/amdgpu/cz: enable/disable vce dpm even if vce pg is disabled
3104
3105 * mlx4_core Set UAR page size to 4KB regardless of system page size (LP:
3106 #1552632)
3107 - net/mlx4_core: Set UAR page size to 4KB regardless of system page size
3108
3109 * Miscellaneous Ubuntu changes
3110 - [Config] CONFIG_CAVIUM_ERRATUM_27456=y
3111
3112 * Miscellaneous upstream changes
3113 - net: thunderx: Fix for Qset error due to CQ full
3114 - ahci: Workaround for ThunderX Errata#22536
3115 - arm64: Add workaround for Cavium erratum 27456
3116 - tipc: fix nullptr crash during subscription cancel
3117
3118 -- Tim Gardner <tim.gardner@canonical.com> Mon, 07 Mar 2016 05:04:22 -0700
3119
3120 linux (4.4.0-11.26) xenial; urgency=low
3121
3122 [ Tim Gardner ]
3123
3124 * Release Tracking Bug
3125 - LP: #1553391
3126
3127 * Xenial update to v4.4.4 stable release (LP: #1553179)
3128 - af_iucv: Validate socket address length in iucv_sock_bind()
3129 - gro: Make GRO aware of lightweight tunnels.
3130 - net: dp83640: Fix tx timestamp overflow handling.
3131 - tunnels: Allow IPv6 UDP checksums to be correctly controlled.
3132 - lwt: fix rx checksum setting for lwt devices tunneling over ipv6
3133 - tcp: fix NULL deref in tcp_v4_send_ack()
3134 - af_unix: fix struct pid memory leak
3135 - pptp: fix illegal memory access caused by multiple bind()s
3136 - sctp: allow setting SCTP_SACK_IMMEDIATELY by the application
3137 - net: dsa: fix mv88e6xxx switches
3138 - tipc: fix connection abort during subscription cancel
3139 - inet: frag: Always orphan skbs inside ip_defrag()
3140 - switchdev: Require RTNL mutex to be held when sending FDB notifications
3141 - tcp: beware of alignments in tcp_get_info()
3142 - ipv6: enforce flowi6_oif usage in ip6_dst_lookup_tail()
3143 - ipv6/udp: use sticky pktinfo egress ifindex on connect()
3144 - ipv6: addrconf: Fix recursive spin lock call
3145 - ipv6: fix a lockdep splat
3146 - unix: correctly track in-flight fds in sending process user_struct
3147 - tcp: do not drop syn_recv on all icmp reports
3148 - net:Add sysctl_max_skb_frags
3149 - tg3: Fix for tg3 transmit queue 0 timed out when too many gso_segs
3150 - enic: increment devcmd2 result ring in case of timeout
3151 - sctp: translate network order to host order when users get a hmacid
3152 - net: Copy inner L3 and L4 headers as unaligned on GRE TEB
3153 - flow_dissector: Fix unaligned access in __skb_flow_dissector when used by
3154 eth_get_headlen
3155 - bpf: fix branch offset adjustment on backjumps after patching ctx expansion
3156 - bonding: Fix ARP monitor validation
3157 - ipv4: fix memory leaks in ip_cmsg_send() callers
3158 - af_unix: Don't set err in unix_stream_read_generic unless there was an error
3159 - af_unix: Guard against other == sk in unix_dgram_sendmsg
3160 - tipc: fix premature addition of node to lookup table
3161 - tcp: md5: release request socket instead of listener
3162 - qmi_wwan: add "4G LTE usb-modem U901"
3163 - net/mlx4_en: Count HW buffer overrun only once
3164 - net/mlx4_en: Avoid changing dev->features directly in run-time
3165 - l2tp: Fix error creating L2TP tunnels
3166 - pppoe: fix reference counting in PPPoE proxy
3167 - net_sched fix: reclassification needs to consider ether protocol changes
3168 - route: check and remove route cache when we get route
3169 - tcp/dccp: fix another race at listener dismantle
3170 - IFF_NO_QUEUE: Fix for drivers not calling ether_setup()
3171 - rtnl: RTM_GETNETCONF: fix wrong return value
3172 - tipc: unlock in error path
3173 - unix_diag: fix incorrect sign extension in unix_lookup_by_ino
3174 - sctp: Fix port hash table size computation
3175 - ext4: fix bh->b_state corruption
3176 - ARM: debug-ll: fix BCM63xx entry for multiplatform
3177 - arm64: errata: Add -mpc-relative-literal-loads to build flags
3178 - KVM: s390: fix guest fprs memory leak
3179 - devm_memremap: Fix error value when memremap failed
3180 - drm/gma500: Use correct unref in the gem bo create function
3181 - ARM: 8457/1: psci-smp is built only for SMP
3182 - lib/ucs2_string: Add ucs2 -> utf8 helper functions
3183 - efi: Use ucs2_as_utf8 in efivarfs instead of open coding a bad version
3184 - efi: Do variable name validation tests in utf8
3185 - efi: Make our variable validation list include the guid
3186 - efi: Make efivarfs entries immutable by default
3187 - efi: Add pstore variables to the deletion whitelist
3188 - lib/ucs2_string: Correct ucs2 -> utf8 conversion
3189 - bcache: fix a livelock when we cause a huge number of cache misses
3190 - bcache: Add a cond_resched() call to gc
3191 - bcache: clear BCACHE_DEV_UNLINK_DONE flag when attaching a backing device
3192 - bcache: fix a leak in bch_cached_dev_run()
3193 - bcache: unregister reboot notifier if bcache fails to unregister device
3194 - bcache: allows use of register in udev to avoid "device_busy" error.
3195 - bcache: Change refill_dirty() to always scan entire disk if necessary
3196 - dm thin: fix race condition when destroying thin pool workqueue
3197 - can: ems_usb: Fix possible tx overflow
3198 - usb: dwc3: Fix assignment of EP transfer resources
3199 - USB: cp210x: add IDs for GE B650V3 and B850V3 boards
3200 - USB: option: add support for SIM7100E
3201 - USB: option: add "4G LTE usb-modem U901"
3202 - drivers: android: correct the size of struct binder_uintptr_t for
3203 BC_DEAD_BINDER_DONE
3204 - spi: omap2-mcspi: Prevent duplicate gpio_request
3205 - iw_cxgb3: Fix incorrectly returning error on success
3206 - drm/i915: shut up gen8+ SDE irq dmesg noise
3207 - ocfs2: unlock inode if deleting inode from orphan fails
3208 - mm: thp: fix SMP race condition between THP page fault and MADV_DONTNEED
3209 - mm: numa: quickly fail allocations for NUMA balancing on full nodes
3210 - genirq: Validate action before dereferencing it in handle_irq_event_percpu()
3211 - clocksource/drivers/vt8500: Increase the minimum delta
3212 - s390/kvm: remove dependency on struct save_area definition
3213 - KVM: s390: fix memory overwrites when vx is disabled
3214 - Btrfs: add missing brelse when superblock checksum fails
3215 - Btrfs: igrab inode in writepage
3216 - btrfs: statfs: report zero available if metadata are exhausted
3217 - Btrfs: send, don't BUG_ON() when an empty symlink is found
3218 - Btrfs: fix number of transaction units required to create symlink
3219 - Btrfs: fix transaction handle leak on failure to create hard link
3220 - Btrfs: Initialize btrfs_root->highest_objectid when loading tree root and
3221 subvolume roots
3222 - btrfs: initialize the seq counter in struct btrfs_device
3223 - s390: fix normalization bug in exception table sorting
3224 - s390/dasd: prevent incorrect length error under z/VM after PAV changes
3225 - s390/dasd: fix refcount for PAV reassignment
3226 - s390/dasd: fix performance drop
3227 - uml: flush stdout before forking
3228 - uml: fix hostfs mknod()
3229 - um: link with -lpthread
3230 - locks: fix unlock when fcntl_setlk races with a close
3231 - rtlwifi: rtl_pci: Fix kernel panic
3232 - rtlwifi: rtl8192cu: Add missing parameter setup
3233 - rtlwifi: rtl8192ce: Fix handling of module parameters
3234 - rtlwifi: rtl8192de: Fix incorrect module parameter descriptions
3235 - rtlwifi: rtl8723ae: Fix initialization of module parameters
3236 - rtlwifi: rtl8192se: Fix module parameter initialization
3237 - rtlwifi: rtl8188ee: Fix module parameter initialization
3238 - rtlwifi: rtl8723be: Fix module parameter initialization
3239 - mei: fix fasync return value on error
3240 - mei: validate request value in client notify request ioctl
3241 - namei: ->d_inode of a pinned dentry is stable only for positives
3242 - rc: sunxi-cir: Initialize the spinlock properly
3243 - media: dvb-core: Don't force CAN_INVERSION_AUTO in oneshot mode
3244 - si2157: return -EINVAL if firmware blob is too big
3245 - gspca: ov534/topro: prevent a division by 0
3246 - vb2: fix a regression in poll() behavior for output,streams
3247 - tda1004x: only update the frontend properties if locked
3248 - dm space map metadata: remove unused variable in brb_pop()
3249 - dm snapshot: fix hung bios when copy error occurs
3250 - dm: fix dm_rq_target_io leak on faults with .request_fn DM w/ blk-mq paths
3251 - coresight: checking for NULL string in coresight_name_match()
3252 - irqchip/omap-intc: Add support for spurious irq handling
3253 - irqchip/mxs: Add missing set_handle_irq()
3254 - irqchip/atmel-aic: Fix wrong bit operation for IRQ priority
3255 - irqchip/gic-v3-its: Fix double ICC_EOIR write for LPI in EOImode==1
3256 - posix-clock: Fix return code on the poll method's error path
3257 - clockevents/tcb_clksrc: Prevent disabling an already disabled clock
3258 - mmc: usdhi6rol0: handle NULL data in timeout
3259 - mmc: sdhci-pci: Do not default to 33 Ohm driver strength for Intel SPT
3260 - mmc: sdio: Fix invalid vdd in voltage switch power cycle
3261 - mmc: mmc: Fix incorrect use of driver strength switching HS200 and HS400
3262 - mmc: sdhci: Fix sdhci_runtime_pm_bus_on/off()
3263 - mmc: core: Enable tuning according to the actual timing
3264 - mmc: mmci: fix an ages old detection error
3265 - mmc: sdhci-acpi: Fix card detect race for Intel BXT/APL
3266 - mmc: pxamci: fix again read-only gpio detection polarity
3267 - mmc: sdhci-pci: Fix card detect race for Intel BXT/APL
3268 - mmc: sdhci: Allow override of mmc host operations
3269 - mmc: sdhci: Allow override of get_cd() called from sdhci_request()
3270 - Bluetooth: Use continuous scanning when creating LE connections
3271 - Bluetooth: Add support of Toshiba Broadcom based devices
3272 - Bluetooth: Fix incorrect removing of IRKs
3273 - Bluetooth: 6lowpan: Fix kernel NULL pointer dereferences
3274 - Bluetooth: 6lowpan: Fix handling of uncompressed IPv6 packets
3275 - time: Avoid signed overflow in timekeeping_get_ns()
3276 - cputime: Prevent 32bit overflow in time[val|spec]_to_cputime()
3277 - Revert "MIPS: Fix PAGE_MASK definition"
3278 - MIPS: Loongson-3: Fix SMP_ASK_C0COUNT IPI handler
3279 - MIPS: hpet: Choose a safe value for the ETIME check
3280 - MIPS: Fix some missing CONFIG_CPU_MIPSR6 #ifdefs
3281 - MIPS: Fix buffer overflow in syscall_get_arguments()
3282 - EDAC: Robustify workqueues destruction
3283 - EDAC, mc_sysfs: Fix freeing bus' name
3284 - sparc64: fix incorrect sign extension in sys_sparc64_personality
3285 - clk: exynos: use irqsave version of spin_lock to avoid deadlock with irqs
3286 - regulator: axp20x: Fix GPIO LDO enable value for AXP22x
3287 - regulator: mt6311: MT6311_REGULATOR needs to select REGMAP_I2C
3288 - virtio_balloon: fix race by fill and leak
3289 - virtio_balloon: fix race between migration and ballooning
3290 - virtio_pci: fix use after free on release
3291 - drm/vmwgfx: Fix an incorrect lock check
3292 - drm/vmwgfx: Fix a width / pitch mismatch on framebuffer updates
3293 - drm/vmwgfx: respect 'nomodeset'
3294 - drm/amdgpu: Fix off-by-one errors in amdgpu_vm_bo_map
3295 - drm/amdgpu: call hpd_irq_event on resume
3296 - drm/amdgpu: fix lost sync_to if scheduler is enabled.
3297 - drm/amdgpu: fix tonga smu resume
3298 - drm/amdgpu: fix amdgpu_bo_pin_restricted VRAM placing v2
3299 - drm/amdgpu: no need to load MC firmware on fiji
3300 - drm/amdgpu: move gmc7 support out of CIK dependency
3301 - drm/amdgpu: iceland use CI based MC IP
3302 - drm/amdgpu: The VI specific EXE bit should only apply to GMC v8.0 above
3303 - drm/amdgpu: pull topaz gmc bits into gmc_v7
3304 - drm/amdgpu: drop topaz support from gmc8 module
3305 - drm/amdgpu: don't load MEC2 on topaz
3306 - drm/amdgpu: remove exp hardware support from iceland
3307 - drm/amdgpu: fix s4 resume
3308 - drm/amdgpu: remove unnecessary forward declaration
3309 - drm/amdgpu: hold reference to fences in amdgpu_sa_bo_new (v2)
3310 - drm/amdgpu: fix issue with overlapping userptrs
3311 - drm/amdgpu: use post-decrement in error handling
3312 - drm/amdgpu: Don't hang in amdgpu_flip_work_func on disabled crtc.
3313 - drm/amdgpu/pm: adjust display configuration after powerstate
3314 - drm/nouveau/kms: take mode_config mutex in connector hotplug path
3315 - drm/nouveau/display: Enable vblank irqs after display engine is on again.
3316 - drm/nouveau/disp/dp: ensure sink is powered up before attempting link
3317 training
3318 - drm/nouveau: platform: Fix deferred probe
3319 - drm/dp/mst: process broadcast messages correctly
3320 - drm/dp/mst: always send reply for UP request
3321 - drm/dp/mst: fix in MSTB RAD initialization
3322 - drm/dp/mst: fix in RAD element access
3323 - drm: Add drm_fixp_from_fraction and drm_fixp2int_ceil
3324 - drm/dp/mst: Calculate MST PBN with 31.32 fixed point
3325 - drm/dp/mst: move GUID storage from mgr, port to only mst branch
3326 - drm/dp/mst: Reverse order of MST enable and clearing VC payload table.
3327 - drm/dp/mst: deallocate payload on port destruction
3328 - drm/radeon: Fix off-by-one errors in radeon_vm_bo_set_addr
3329 - drm/radeon: call hpd_irq_event on resume
3330 - drm/radeon: Fix "slow" audio over DP on DCE8+
3331 - drm/radeon: clean up fujitsu quirks
3332 - drm/radeon: properly byte swap vce firmware setup
3333 - drm/radeon: cleaned up VCO output settings for DP audio
3334 - drm/radeon: Add a common function for DFS handling
3335 - drm/radeon: fix DP audio support for APU with DCE4.1 display engine
3336 - drm: add helper to check for wc memory support
3337 - drm/radeon: mask out WC from BO on unsupported arches
3338 - drm/radeon: hold reference to fences in radeon_sa_bo_new
3339 - drm: fix missing reference counting decrease
3340 - drm/i915: Restore inhibiting the load of the default context
3341 - drm/i915: intel_hpd_init(): Fix suspend/resume reprobing
3342 - drm/i915: Init power domains early in driver load
3343 - drm/i915: Make sure DC writes are coherent on flush.
3344 - drm/i915/dp: fall back to 18 bpp when sink capability is unknown
3345 - drm/i915: Don't reject primary plane windowing with color keying enabled on
3346 SKL+
3347 - drm/i915/skl: Don't skip mst encoders in skl_ddi_pll_select()
3348 - drm/i915/dsi: defend gpio table against out of bounds access
3349 - drm/i915/dsi: don't pass arbitrary data to sideband
3350 - drm/i915: fix error path in intel_setup_gmbus()
3351 - drm/qxl: use kmalloc_array to alloc reloc_info in qxl_process_single_command
3352 - drm/radeon: use post-decrement in error handling
3353 - drm: No-Op redundant calls to drm_vblank_off() (v2)
3354 - drm: Prevent vblank counter bumps > 1 with active vblank clients. (v2)
3355 - drm: Fix drm_vblank_pre/post_modeset regression from Linux 4.4
3356 - drm: Fix treatment of drm_vblank_offdelay in drm_vblank_on() (v2)
3357 - drm/radeon: Don't hang in radeon_flip_work_func on disabled crtc. (v2)
3358 - drm/radeon/pm: adjust display configuration after powerstate
3359 - make sure that freeing shmem fast symlinks is RCU-delayed
3360 - toshiba_acpi: Fix blank screen at boot if transflective backlight is
3361 supported
3362 - ideapad-laptop: Add Lenovo ideapad Y700-17ISK to no_hw_rfkill dmi list
3363 - ideapad-laptop: Add Lenovo Yoga 700 to no_hw_rfkill dmi list
3364 - uapi: update install list after nvme.h rename
3365 - lib: sw842: select crc32
3366 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Portege
3367 R700
3368 - ACPI / video: Add disable_backlight_sysfs_if quirk for the Toshiba Satellite
3369 R830
3370 - ACPI: Revert "ACPI / video: Add Dell Inspiron 5737 to the blacklist"
3371 - ACPI / PCI / hotplug: unlock in error path in acpiphp_enable_slot()
3372 - nfit: fix multi-interface dimm handling, acpi6.1 compatibility
3373 - dmaengine: dw: fix cyclic transfer setup
3374 - dmaengine: dw: fix cyclic transfer callbacks
3375 - dmaengine: at_xdmac: fix resume for cyclic transfers
3376 - dmaengine: dw: disable BLOCK IRQs for non-cyclic xfer
3377 - IB/cm: Fix a recently introduced deadlock
3378 - IB/qib: fix mcast detach when qp not attached
3379 - IB/qib: Support creating qps with GFP_NOIO flag
3380 - IB/mlx5: Expose correct maximum number of CQE capacity
3381 - Thermal: initialize thermal zone device correctly
3382 - Thermal: handle thermal zone device properly during system sleep
3383 - Thermal: do thermal zone update after a cooling device registered
3384 - hwmon: (dell-smm) Blacklist Dell Studio XPS 8000
3385 - hwmon: (gpio-fan) Remove un-necessary speed_index lookup for thermal hook
3386 - hwmon: (ads1015) Handle negative conversion values correctly
3387 - cpufreq: pxa2xx: fix pxa_cpufreq_change_voltage prototype
3388 - cpufreq: Fix NULL reference crash while accessing policy->governor_data
3389 - seccomp: always propagate NO_NEW_PRIVS on tsync
3390 - libceph: fix ceph_msg_revoke()
3391 - libceph: don't bail early from try_read() when skipping a message
3392 - libceph: use the right footer size when skipping a message
3393 - libceph: don't spam dmesg with stray reply warnings
3394 - sd: Optimal I/O size is in bytes, not sectors
3395 - Staging: speakup: Fix getting port information
3396 - Revert "Staging: panel: usleep_range is preferred over udelay"
3397 - cdc-acm:exclude Samsung phone 04e8:685d
3398 - perf stat: Do not clean event's private stats
3399 - tick/nohz: Set the correct expiry when switching to nohz/lowres mode
3400 - rfkill: fix rfkill_fop_read wait_event usage
3401 - mac80211: Requeue work after scan complete for all VIF types.
3402 - workqueue: handle NUMA_NO_NODE for unbound pool_workqueue lookup
3403 - Revert "workqueue: make sure delayed work run in local cpu"
3404 - ALSA: hda - Apply clock gate workaround to Skylake, too
3405 - ALSA: hda - Fixing background noise on Dell Inspiron 3162
3406 - target: Fix LUN_RESET active I/O handling for ACK_KREF
3407 - target: Fix LUN_RESET active TMR descriptor handling
3408 - target: Fix TAS handling for multi-session se_node_acls
3409 - target: Fix remote-port TMR ABORT + se_cmd fabric stop
3410 - target: Fix race with SCF_SEND_DELAYED_TAS handling
3411 - spi: atmel: fix gpio chip-select in case of non-DT platform
3412 - libata: fix sff host state machine locking while polling
3413 - ARCv2: STAR 9000950267: Handle return from intr to Delay Slot #2
3414 - ARCv2: SMP: Emulate IPI to self using software triggered interrupt
3415 - PCI/AER: Flush workqueue on device remove to avoid use-after-free
3416 - cpuset: make mm migration asynchronous
3417 - cgroup: make sure a parent css isn't offlined before its children
3418 - writeback: keep superblock pinned during cgroup writeback association
3419 switches
3420 - phy: core: fix wrong err handle for phy_power_on
3421 - i2c: i801: Adding Intel Lewisburg support for iTCO
3422 - bio: return EINTR if copying to user space got interrupted
3423 - block: fix use-after-free in dio_bio_complete
3424 - nfs: fix nfs_size_to_loff_t
3425 - NFSv4: Fix a dentry leak on alias use
3426 - of/irq: Fix msi-map calculation for nonzero rid-base
3427 - KVM: async_pf: do not warn on page allocation failures
3428 - KVM: arm/arm64: vgic: Ensure bitmaps are long enough
3429 - KVM: x86: fix missed hardware breakpoints
3430 - KVM: x86: MMU: fix ubsan index-out-of-range warning
3431 - powerpc/eeh: Fix partial hotplug criterion
3432 - tracing: Fix showing function event in available_events
3433 - sunrpc/cache: fix off-by-one in qword_get()
3434 - kernel/resource.c: fix muxed resource handling in __request_region()
3435 - do_last(): don't let a bogus return value from ->open() et.al. to confuse us
3436 - ARM: OMAP2+: Fix onenand initialization to avoid filesystem corruption
3437 - ARM: at91/dt: fix typo in sama5d2 pinmux descriptions
3438 - xen/arm: correctly handle DMA mapping of compound pages
3439 - xen/scsiback: correct frontend counting
3440 - xen/pciback: Check PF instead of VF for PCI_COMMAND_MEMORY
3441 - xen/pciback: Save the number of MSI-X entries to be copied later.
3442 - xen/pcifront: Fix mysterious crashes when NUMA locality information was
3443 extracted.
3444 - should_follow_link(): validate ->d_seq after having decided to follow
3445 - do_last(): ELOOP failure exit should be done after leaving RCU mode
3446 - hpfs: don't truncate the file when delete fails
3447 - x86/irq: Call chip->irq_set_affinity in proper context
3448 - x86/irq: Fix a race in x86_vector_free_irqs()
3449 - x86/irq: Validate that irq descriptor is still active
3450 - x86/irq: Do not use apic_chip_data.old_domain as temporary buffer
3451 - x86/irq: Reorganize the return path in assign_irq_vector
3452 - x86/irq: Reorganize the search in assign_irq_vector
3453 - x86/irq: Check vector allocation early
3454 - x86/irq: Copy vectormask instead of an AND operation
3455 - x86/irq: Get rid of code duplication
3456 - x86/irq: Remove offline cpus from vector cleanup
3457 - x86/irq: Clear move_in_progress before sending cleanup IPI
3458 - x86/irq: Remove the cpumask allocation from send_cleanup_vector()
3459 - x86/irq: Remove outgoing CPU from vector cleanup mask
3460 - x86/irq: Call irq_force_move_complete with irq descriptor
3461 - x86/irq: Plug vector cleanup race
3462 - IB/cma: Fix RDMA port validation for iWarp
3463 - iwlwifi: dvm: fix WoWLAN
3464 - iwlwifi: pcie: properly configure the debug buffer size for 8000
3465 - iwlwifi: update and fix 7265 series PCI IDs
3466 - iwlwifi: mvm: don't allow sched scans without matches to be started
3467 - Revert "UBUNTU: SAUCE: bcache: prevent crash on changing writeback_running"
3468 - bcache: prevent crash on changing writeback_running
3469 - Linux 4.4.4
3470
3471 * mlx4_en didn't choose time-stamping shift value according to HW frequency
3472 (LP: #1552627)
3473 - net/mlx4_en: Choose time-stamping shift value according to HW frequency
3474
3475 * [Ubuntu 16.04] Help to flush kernel panics to console (LP: #1552332)
3476 - target/transport: add flag to indicate CPU Affinity is observed
3477 - powerpc/powernv: Add a kmsg_dumper that flushes console output on panic
3478 - powerpc/powernv: Fix OPAL_CONSOLE_FLUSH prototype and usages
3479
3480 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
3481 - qla2xxx: Fix warning reported by static checker
3482 - qla2xxx: Fix TMR ABORT interaction issue between qla2xxx and TCM
3483 - qla2xxx: Fix stale pointer access.
3484 - qla2xxx: Use ATIO type to send correct tmr response
3485 - qla2xxx: use TARGET_SCF_USE_CPUID flag to indiate CPU Affinity
3486
3487 * [s390x] zfcp.ko missing from scsi-modules udeb (LP: #1552314)
3488 - [Config] Add s390x zfcp to scsi-modules udeb
3489
3490 -- Tim Gardner <tim.gardner@canonical.com> Wed, 02 Mar 2016 08:08:16 -0700
3491
3492 linux (4.4.0-10.25) xenial; urgency=low
3493
3494 [ Tim Gardner ]
3495
3496 * Release Tracking Bug
3497 - LP: #1552247
3498
3499 * linux: 4.4.0-9.X fails yama ptrace restrictions tests (LP: #1551894)
3500 - security: let security modules use PTRACE_MODE_* with bitmasks
3501
3502 * [wily][regression] systemtap script compilation broken by new kernels (LP: #1545330)
3503 - SAUCE: (noup) locking/qspinlock: Move __ARCH_SPIN_LOCK_UNLOCKED to qspinlock_types.h
3504
3505 * [Feature]SD/SDIO/eMMC support for Broxton-P (LP: #1520454)
3506 - mmc: sdhci: 64-bit DMA actually has 4-byte alignment
3507 - mmc: sdhci: Fix DMA descriptor with zero data length
3508
3509 * Miscellaneous Ubuntu changes
3510 - SAUCE: (noup) cgroup: fix and restructure error handling in copy_cgroup_ns()
3511
3512 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Feb 2016 13:04:14 -0700
3513
3514 linux (4.4.0-9.24) xenial; urgency=low
3515
3516 [ Tim Gardner ]
3517
3518 * Release Tracking Bug
3519 - LP: #1551319
3520
3521 * AppArmor logs denial for when the device path is ENOENT (LP: #1482943)
3522 - SAUCE: apparmor: fix log of apparmor audit message when kern_path() fails
3523
3524 * BUG: unable to handle kernel NULL pointer dereference (aa_label_merge) (LP:
3525 #1448912)
3526 - SAUCE: apparmor: Fix: insert race between label_update and label_merge
3527 - SAUCE: apparmor: Fix: ensure aa_get_newest will trip debugging if the
3528 replacedby is not setup
3529 - SAUCE: apparmor: Fix: label merge handling of marking unconfined and stale
3530 - SAUCE: apparmor: Fix: refcount race between locating in labelset and get
3531 - SAUCE: apparmor: Fix: ensure new labels resulting from merge have a
3532 replacedby
3533 - SAUCE: apparmor: Fix: label_vec_merge insertion
3534 - SAUCE: apparmor: Fix: deadlock in aa_put_label() call chain
3535 - SAUCE: apparmor: Fix: add required locking of __aa_update_replacedby on
3536 merge path
3537 - SAUCE: apparmor: Fix: convert replacedby update to be protected by the
3538 labelset lock
3539 - SAUCE: apparmor: Fix: update replacedby allocation to take a gfp parameter
3540
3541 * apparmor kernel BUG kills firefox (LP: #1430546)
3542 - SAUCE: apparmor: Disallow update of cred when then subjective != the
3543 objective cred
3544 - SAUCE: apparmor: rework retrieval of the current label in the profile update
3545 case
3546
3547 * sleep from invalid context in aa_move_mount (LP: #1539349)
3548 - SAUCE: apparmor: fix sleep from invalid context
3549
3550 * s390x: correct restore of high gprs on signal return (LP: #1550468)
3551 - s390/compat: correct restore of high gprs on signal return
3552
3553 * missing SMAP support (LP: #1550517)
3554 - x86/entry/compat: Add missing CLAC to entry_INT80_32
3555
3556 * Floating-point exception handler receives empty Data-Exception Code in
3557 Floating Point Control register (LP: #1548414)
3558 - s390/fpu: signals vs. floating point control register
3559
3560 * kvm fails to boot GNU Hurd kernels with 4.4 Xenial kernel (LP: #1550596)
3561 - KVM: x86: fix conversion of addresses to linear in 32-bit protected mode
3562
3563 * Surelock GA2 SP1: capiredp01: cxl_init_adapter fails for CAPI devices
3564 0000:01:00.0 and 0005:01:00.0 after upgrading to 840.10 Platform firmware
3565 build fips840/b1208b_1604.840 (LP: #1532914)
3566 - cxl: Fix PSL timebase synchronization detection
3567
3568 * [Feature]EDAC support for Knights Landing (LP: #1519631)
3569 - EDAC, sb_edac: Set fixed DIMM width on Xeon Knights Landing
3570
3571 * Various failures of kernel_security suite on Xenial kernel on s390x arch
3572 (LP: #1531327)
3573 - [config] s390x -- CONFIG_DEFAULT_MMAP_MIN_ADDR=65536
3574
3575 * Unable to install VirtualBox Guest Service in 15.04 (LP: #1434579)
3576 - [Config] Provides: virtualbox-guest-modules when appropriate
3577
3578 * linux is missing provides for virtualbox-guest-modules [i386 amd64 x32] (LP:
3579 #1507588)
3580 - [Config] Provides: virtualbox-guest-modules when appropriate
3581
3582 * Backport more recent driver for SKL, KBL and BXT graphics (LP: #1540390)
3583 - SAUCE: i915_bpo: Provide a backport driver for SKL, KBL & BXT graphics
3584 - SAUCE: i915_bpo: Update intel_ips.h file location
3585 - SAUCE: i915_bpo: Rename the backport driver to i915_bpo
3586 - SAUCE: i915_bpo: Add i915_bpo_*() calls for ubuntu/i915
3587 - drm/i915: remove an extra level of indirection in PCI ID list
3588 - drm/i915/kbl: Add Kabylake PCI ID
3589 - drm/i915/kbl: Add Kabylake GT4 PCI ID
3590 - mm: Export nr_swap_pages
3591 - async: export current_is_async()
3592 - drm: fix potential dangling else problems in for_each_ macros
3593 - dp/mst: add SDP stream support
3594 - drm: Implement drm_modeset_lock_all_ctx()
3595 - drm: Add "prefix" parameter to drm_rect_debug_print()
3596 - drm/i915: Set connector_state->connector using the helper.
3597 - drm/atomic: add connector mask to drm_crtc_state.
3598 - drm/i915: Report context GTT size
3599 - drm/i915: Add get_eld audio component
3600 - SAUCE: Backport I915_PARAM_HAS_EXEC_SOFTPIN and EXEC_OBJECT_PINNED
3601 - SAUCE: i915_bpo: Revert passing plane/encoder name
3602 - SAUCE: sound/hda: Load i915_bpo from the hda driver on SKL/KBL/BXT
3603 - SAUCE: i915_bpo: Support only SKL, KBL and BXT with the backport driver
3604 - drm/i915/bxt: update list of PCIIDs
3605 - drm/i915/skl: Add missing SKL ids
3606 - SAUCE: i915_bpo: Revert "drm/i915: Defer probe if gmux is present but its
3607 driver isn't"
3608 - SAUCE: uapi/drm/i915: Backport I915_EXEC_BSD_MASK
3609 - drm/atomic: Do not unset crtc when an encoder is stolen
3610 - drm/i915: Update connector_mask during readout, v2.
3611 - drm/atomic: Add encoder_mask to crtc_state, v3.
3612 - SAUCE: drm/core: Add drm_encoder_index.
3613 - SAUCE: i915_bpo: Revert "drm/i915: Switch DDC when reading the EDID"
3614 - i915_bpo: [Config] Enable CONFIG_DRM_I915_BPO=m
3615
3616 * arm64: guest hangs when ntpd is running (LP: #1549494)
3617 - hrtimer: Add support for CLOCK_MONOTONIC_RAW
3618 - hrtimer: Catch illegal clockids
3619 - KVM: arm/arm64: timer: Switch to CLOCK_MONOTONIC_RAW
3620
3621 * Miscellaneous Ubuntu changes
3622 - [Debian] git-ubuntu-log -- wrap long bug and commit titles
3623 - [Config] CONFIG_ARM_SMMU=y on arm64
3624 - rebase to v4.4.3
3625 - [Debian] git-ubuntu-log -- ensure we get the last commit
3626 - [Config] fix up spelling of probably again
3627 - [Debian] perf -- build in the context of the full generated local headers
3628 - SAUCE: tools: lib/bpf -- add generated headers to search path
3629 - SAUCE: proc: Always set super block owner to init_user_ns
3630 - SAUCE: fix-up: kern_mount fail path should not be doing put_buffers()
3631 - SAUCE: apparmor: Fix: oops do to invalid null ptr deref in label print fns
3632 - SAUCE: apparmor: debug: POISON label and replaceby pointer on free
3633 - SAUCE: apparmor: add underscores to indicate aa_label_next_not_in_set() use
3634 needs locking
3635 - SAUCE: apparmor: Fix: refcount leak in aa_label_merge
3636 - SAUCE: apparmor: ensure that repacedby sharing is done correctly
3637 - SAUCE: apparmor Fix: refcount bug in pivotroot mediation
3638 - SAUCE: apparmor: Fix: now that insert can force replacement use it instead
3639 of remove_and_insert
3640 - SAUCE: apparmor: Fix: refcount bug when inserting label update that
3641 transitions ns
3642 - SAUCE: apparmor: Fix: break circular refcount for label that is directly
3643 freed.
3644 - SAUCE: apparmor: Don't remove label on rcu callback if the label has already
3645 been removed
3646 - SAUCE: apparmor: Fix: query label file permission
3647 - SAUCE: apparmor: fix: ref count leak when profile sha1 hash is read
3648 - SAUCE: fixup: cleanup return handling of labels
3649 - SAUCE: fix: replacedby forwarding is not being properly update when ns is
3650 destroyed
3651 - SAUCE: fixup: make __share_replacedby private to get rid of build warning
3652 - SAUCE: fixup: 20/23 locking issue around in __label_update
3653 - SAUCE: fixup: get rid of unused var build warning
3654 - SAUCE: fixup: cast poison values to remove warnings
3655 - SAUCE: apparmor: fix refcount race when finding a child profile
3656 - SAUCE: fixup: warning about aa_label_vec_find_or_create not being static
3657 - SAUCE: fix: audit "no_new_privs" case for exec failure
3658 - SAUCE: Fixup: __label_update() still doesn't handle some cases correctly.
3659 - SAUCE: Move replacedby allocation into label_alloc
3660 - [Debian] supply zfs dkms Provides: based on do_zfs
3661 - [Config] supply zfs dkms Provides: based on do_zfs
3662 - [Config] drop linux-image-3.0 provides
3663
3664 * Miscellaneous upstream changes
3665 - x86/mpx: Fix off-by-one comparison with nr_registers
3666
3667 [ Upstream Kernel Changes ]
3668
3669 * rebase to v4.4.3
3670
3671 -- Tim Gardner <tim.gardner@canonical.com> Thu, 25 Feb 2016 19:47:55 -0700
3672
3673 linux (4.4.0-8.23) xenial; urgency=low
3674
3675 * cgroup namespace mounts broken in containers (LP: #1549398)
3676 - SAUCE: kernfs: Always set super block owner to init_user_ns
3677
3678 * 4.4.0-7.22 no longer boots on arm64 (LP: #1547718)
3679 - arm64: mm: avoid calling apply_to_page_range on empty range
3680 - UBUNTU SAUCE: arm: mm: avoid calling apply_to_page_range on empty range
3681
3682 * kernel install failed /bin/cp: cannot stat ‘/boot/initrd.img-4.3.0-7-generic’: No such file or directory (LP: #1536810)
3683 - [Config] postinst -- handle recreating symlinks when a real file is present
3684
3685 * insecure overlayfs xattrs handling in copy_up (LP: #1534961)
3686 - SAUCE: cred: Add clone_cred() interface
3687 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3688 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3689 - SAUCE: overlayfs: Be more careful about copying up sxid files
3690 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3691
3692 * overlayfs over fuse should refuse copy_up of files if uid/gid not mapped (LP: #1535150)
3693 - SAUCE: cred: Add clone_cred() interface
3694 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3695 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3696 - SAUCE: overlayfs: Be more careful about copying up sxid files
3697 - SAUCE: overlayfs: Propogate nosuid from lower and upper mounts
3698
3699 * overlay: mkdir fails if directory exists in lowerdir in a user namespace (LP: #1531747)
3700 - SAUCE: cred: Add clone_cred() interface
3701 - SAUCE: overlayfs: Use mounter's credentials instead of selectively raising caps
3702 - SAUCE: overlayfs: Skip permission checking for trusted.overlayfs.* xattrs
3703
3704 * Update Intel ethernet drivers to Fortville SW5 (LP: #1547674)
3705 - net: bulk free infrastructure for NAPI context, use napi_consume_skb
3706 - net: Add eth_platform_get_mac_address() helper.
3707 - i40e: Add mac_filter_element at the end of the list instead of HEAD
3708 - i40e/i40evf: Fix RSS rx-flow-hash configuration through ethtool
3709 - i40e: Replace X722 mac check in ethtool get_settings
3710 - i40evf: allow channel bonding of VFs
3711 - i40e: define function capabilities in only one place
3712 - i40evf: null out ring pointers on free
3713 - i40e: Cleanup the code with respect to restarting autoneg
3714 - i40e: update features with right offload
3715 - i40e: bump version to 1.4.10
3716 - i40e: add new device IDs for X722
3717 - i40e: Extend ethtool RSS hooks for X722
3718 - i40e/i40evf: Fix for UDP/TCP RSS for X722
3719 - i40evf: add new write-back mode
3720 - i40e/i40evf: Use private workqueue
3721 - i40e: add new proxy-wol bit for X722
3722 - i40e: Limit DCB FW version checks to X710/XL710 devices
3723 - i40e: AQ Add Run PHY Activity struct
3724 - i40e: AQ Geneve cloud tunnel type
3725 - i40e: AQ Add external power class to get link status
3726 - i40e: add 100Mb ethtool reporting
3727 - ixgbe: bulk free SKBs during TX completion cleanup cycle
3728 - igb: Remove unnecessary flag setting in igb_set_flag_queue_pairs()
3729 - igb: Unpair the queues when changing the number of queues
3730 - igb/igbvf: don't give up
3731 - igb: clean up code for setting MAC address
3732 - igb: Refactor VFTA configuration
3733 - igb: Allow asymmetric configuration of MTU versus Rx frame size
3734 - igb: Do not factor VLANs into RLPML calculation
3735 - igb: Always enable VLAN 0 even if 8021q is not loaded
3736 - igb: Merge VLVF configuration into igb_vfta_set
3737 - igb: Clean-up configuration of VF port VLANs
3738 - igb: Add support for VLAN promiscuous with SR-IOV and NTUPLE
3739 - igb: Drop unnecessary checks in transmit path
3740 - igb: Enable use of "bridge fdb add" to set unicast table entries
3741 - igb: Add workaround for VLAN tag stripping on 82576
3742 - i40e: AQ Shared resource flags
3743 - i40e: AQ Add set_switch_config
3744 - i40e: AQ Add VXLAN-GPE tunnel type
3745 - i40e: AQ thermal sensor control struct
3746 - i40e: Bump AQ minor version to 1.5 for new FW features
3747 - i40e: Store lan_vsi_idx and lan_vsi_id in the right size
3748 - i40e: fix write-back-on-itr to work with legacy itr
3749 - i40e: add counter for arq overflows
3750 - i40e: add 20G speed for Tx bandwidth calculations
3751 - i40e: refactor DCB function
3752 - i40e: add a little more to an NVM update debug message
3753 - i40evf: enable bus master after reset
3754 - i40e: add netdev info to VSI dump
3755 - i40e: remove VF device IDs from PF
3756 - i40e: trivial: remove unnecessary local var
3757 - i40e/i40evf: Bump i40e to 1.4.11 and i40evf to 1.4.7
3758 - net: ixgbe: add minimal parser details for ixgbe
3759 - i40e: trivial: drop duplicate definition
3760 - i40e: trivial: fix missing space
3761 - i40e: fix bug in dma sync
3762 - i40e: do TSO only if CHECKSUM_PARTIAL is set
3763 - i40e: allocate memory safer
3764 - i40e: fix: do not sleep in netdev_ops
3765 - i40e: APIs to Add/remove port mirroring rules
3766 - i40e: negate PHY int mask bits
3767 - i40e: drop unused function
3768 - i40e: count allocation errors
3769 - i40e: avoid large memcpy by assigning struct
3770 - i40e/i40evf: bump version to 1.4.12/1.4.8
3771 - i40e: Enable Geneve offload for FW API ver > 1.4 for XL710/X710 devices
3772 - i40e: add priv flag for automatic rule eviction
3773 - i40e: use eth_platform_get_mac_address()
3774 - i40e: move sync_vsi_filters up in service_task
3775 - i40e: Make the DCB firmware checks for X710/XL710 only
3776 - i40e: set shared bit for multicast filters
3777 - i40e: add VEB stat control and remove L2 cloud filter
3778 - i40e: use new add_veb calling with VEB stats control
3779 - i40e: Refactor force_wb and WB_ON_ITR functionality code
3780 - i40evf: Change vf driver string to reflect all products i40evf supports
3781 - i40e/i40evf: don't lose interrupts
3782 - i40e/i40evf: try again after failure
3783 - i40e: dump descriptor indexes in hex
3784 - i40e/i40evf: use __GFP_NOWARN
3785 - i40e/i40evf: use pages correctly in Rx
3786 - i40e/i40evf: use logical operators, not bitwise
3787 - i40e: properly show packet split status in debugfs
3788 - i40e/i40evf: Bump version
3789 - ixgbe: use u32 instead of __u32 in model header
3790 - ixgbe: fix dates on header of ixgbe_model.h
3791 - i40e: get rid of magic number
3792 - i40e: drop unused debugfs file "dump"
3793 - i40evf: support packet split receive
3794 - i40e: trivial: cleanup use of pf->hw
3795 - i40e: Add a SW workaround for lost interrupts
3796 - i40e: Fix PROMISC mode for Multi-function per port (MFP) devices
3797 - i40e: Removal of code which relies on BASE VEB SEID
3798 - i40e/i40evf: avoid atomics
3799 - i40e: Do not disable queues in the Legacy/MSI Interrupt handler
3800 - i40e: expand comment
3801 - i40e: better error reporting for nvmupdate
3802 - i40evf: set adapter state on reset failure
3803 - i40e: clean event descriptor before use
3804 - i40e: When in promisc mode apply promisc mode to Tx Traffic as well
3805 - i40e/i40evf: Bump i40e to 1.4.15 and i40evf to 1.4.11.
3806 - i40e/i40evf: Drop outer checksum offload that was not requested
3807 - i40e/i40evf: Use u64 values instead of casting them in TSO function
3808 - i40e/i40evf: Factor out L4 header and checksum from L3 bits in TSO path
3809 - i40e/i40evf: Consolidate all header changes into TSO function
3810 - i40e/i40evf: Replace header pointers with unions of pointers in Tx checksum path
3811 - i40e/i40evf: Add support for IPv4 encapsulated in IPv6
3812 - i40e/i40evf: Handle IPv6 extension headers in checksum offload
3813 - i40e/i40evf: Do not write to descriptor unless we complete
3814 - i40e/i40evf: Add exception handling for Tx checksum
3815 - i40e/i40evf: Clean-up Rx packet checksum handling
3816 - i40e/i40evf: Enable support for SKB_GSO_UDP_TUNNEL_CSUM
3817 - i40e: Fix ATR in relation to tunnels
3818 - i40e: Do not drop support for IPv6 VXLAN or GENEVE tunnels
3819 - i40e: Update feature flags to reflect newly enabled features
3820 - i40evf: Update feature flags to reflect newly enabled features
3821 - i40e: Add support for ATR w/ IPv6 extension headers
3822 - i40e/i40evf: Break up xmit_descriptor_count from maybe_stop_tx
3823 - i40e/i40evf: Rewrite logic for 8 descriptor per packet check
3824 - i40e/i40evf: Move Tx checksum closer to TSO
3825 - i40e: Add functions to blink led on 10GBaseT PHY
3826 - i40e: Fix led blink capability for 10GBaseT PHY
3827 - i40e: Increase timeout when checking GLGEN_RSTAT_DEVSTATE bit
3828 - i40e: Do not wait for Rx queue disable in DCB reconfig
3829 - i40e: Fix for unexpected messaging
3830 - i40e: Expose some registers to program parser, FD and RSS logic
3831 - i40e: add check for null VSI
3832 - i40e: add adminq commands for Rx CTL registers
3833 - i40e: implement and use Rx CTL helper functions
3834 - i40e: Use the new rx ctl register helpers. Don't use AQ calls from clear_hw.
3835 - i40e: suspend scheduling during driver unload
3836 - i40e: let go of the past
3837 - i40e/i40evf: Bump i40e to 1.4.25 and i40evf to 1.4.15
3838
3839 * MPT3SAS Driver update for next kernel release (LP: #1512221)
3840 - mpt3sas: A correction in unmap_resources
3841 - mpt3sas: Added support for high port count HBA variants.
3842 - mpt3sas: Used IEEE SGL instead of MPI SGL while framing a SMP Passthrough request message.
3843 - mpt3sas: Fix static analyzer(coverity) tool identified defects
3844 - mpt3sas: Never block the Enclosure device
3845 - mpt3sas: Make use of additional HighPriority credit message frames for sending SCSI IO's
3846 - mpt3sas: Added smp_affinity_enable module parameter.
3847 - mpt3sas: Add support for configurable Chain Frame Size
3848 - mpt3sas: Updated MPI Header to 2.00.42
3849 - mpt3sas: Fix for Asynchronous completion of timedout IO and task abort of timedout IO.
3850 - mpt3sas: Updating mpt3sas driver version to 12.100.00.00
3851 - mpt3sas: Remove cpumask_clear for zalloc_cpumask_var and don't free free_cpu_mask_var before reply_q
3852
3853 * /sys/class/scsi_host/hostN/partition_number and .../mad_version showing up BE on LE Ubuntu. (ibmvscsi) (LP: #1547153)
3854 - ibmvscsi: Add endian conversions to sysfs attribute show functions
3855
3856 * Miscellaneous Ubuntu changes
3857 - [Packaging] git-ubuntu-log -- output should be utf-8
3858 - [Packaging] git-ubuntu-log -- handle invalid or private bugs
3859
3860 -- Andy Whitcroft <apw@canonical.com> Wed, 24 Feb 2016 20:34:49 +0000
3861
3862 linux (4.4.0-7.22) xenial; urgency=low
3863
3864 [ Tim Gardner ]
3865
3866 * Release Tracking Bug
3867 - LP: #1547205
3868
3869 * need arm64 acpi parking protocol support in xenial (LP: #1547047)
3870 - [Config] Enabled ARM64_ACPI_PARKING_PROTOCOL
3871 - arm64: kernel: implement ACPI parking protocol
3872
3873 * Please pull cgroup namespaces (LP: #1546775)
3874 - SAUCE: (noup) kernfs: Add API to generate relative kernfs path
3875 - SAUCE: (noup) sched: new clone flag CLONE_NEWCGROUP for cgroup namespace
3876 - SAUCE: (noup) cgroup: introduce cgroup namespaces
3877 - SAUCE: (noup) cgroup: cgroup namespace setns support
3878 - SAUCE: (noup) kernfs: define kernfs_node_dentry
3879 - SAUCE: (noup) cgroup: mount cgroupns-root when inside non-init cgroupns
3880 - SAUCE: (noup) Add FS_USERNS_FLAG to cgroup fs
3881 - SAUCE: (noup) cgroup: Add documentation for cgroup namespaces
3882
3883 * [Feature]Pulse-Width Modulation enabling on Broxton-P (LP: #1520436)
3884 - [Config] CONFIG_PWM_OMAP_DMTIMER=m
3885 - pwm: lpss: Remove ->free() callback
3886 - pwm: bcm2835: Calculate scaler in ->config()
3887 - pwm: bcm2835: Prevent division by zero
3888 - pwm: bcm2835: Fix email address specification
3889 - pwm: lpss: Update PWM setting for Broxton
3890 - pwm: lpss: Select core part automatically
3891 - pwm: lpss: Rework the sequence of programming PWM_SW_UPDATE
3892 - pwm: fsl-ftm: Fix clock enable/disable when using PM
3893 - pwm: lpc32xx: correct number of PWM channels from 2 to 1
3894 - pwm: lpc32xx: make device usable with common clock framework
3895 - pwm: lpc32xx: fix and simplify duty cycle and period calculations
3896 - pwm: lpc32xx: return ERANGE, if requested period is not supported
3897 - pwm: rcar: Improve accuracy of frequency division setting
3898 - pwm: Add PWM driver for OMAP using dual-mode timers
3899 - pwm: add HAS_IOMEM dependency to PWM_FSL_FTM
3900 - pwm: omap-dmtimer: Potential NULL dereference on error
3901 - pwm: Mark all devices as "might sleep"
3902
3903 * [Hyper-V] Netmask value is not parsed by hv_set_ifconfig - IP injection (LP: #1540586)
3904 - [Debian] hv: hv_set_ifconfig -- switch to approved indentation
3905 - [Debian] hv: hv_set_ifconfig -- fix numerous parameter handling issues
3906
3907 * Update megaraid driver to MR6.10 (LP: #1544679)
3908 - megaraid_sas: Do not allow PCI access during OCR
3909 - megaraid_sas: MFI IO timeout handling
3910 - megaraid_sas: Syncing request flags macro names with firmware
3911 - megaraid_sas: Task management support
3912 - megaraid_sas: Update device queue depth based on interface type
3913 - megaraid_sas: Fastpath region lock bypass
3914 - megaraid_sas: Reply Descriptor Post Queue (RDPQ) support
3915 - megaraid_sas: Code optimization build_and_issue_cmd return-type
3916 - megaraid_sas: Dual queue depth support
3917 - megaraid_sas: IO throttling support
3918 - megaraid_sas: Make adprecovery variable atomic
3919 - megaraid_sas: MFI adapter OCR changes
3920 - megaraid_sas: Introduce module parameter for SCSI command timeout
3921 - megaraid_sas: SPERC OCR changes
3922 - megaraid_sas: driver version upgrade
3923 - megaraid: fix null pointer check in megasas_detach_one().
3924 - megaraid_sas: Fix for IO failing post OCR in SRIOV environment
3925 - megaraid_sas: Fix SMAP issue
3926 - megaraid_sas: Add an i/o barrier
3927
3928 * Surelock-GA2:kernel panic @ cxl_configure_adapter+0x418/0x8b0 (LP: #1546145)
3929 - powerpc/powernv: Fix stale PE primary bus
3930
3931 * In A Single Power VM LPAR : Network Configuration Fails in Ubuntu16.04 while installation (LP: #1544321)
3932 - [Config] Update bnx2x d-i firmware to 7.12.30
3933
3934 * Miscellaneous Ubuntu changes
3935 - rebase to v4.4.2
3936
3937 * Miscellaneous upstream changes
3938 - openvswitch: allow management from inside user namespaces
3939 - net: thunderx: nicvf_queues: nivc_*_intr: remove duplication
3940 - net, thunderx: Remove unnecessary rcv buffer start address management
3941 - net: thunderx: HW TSO support for pass-2 hardware
3942 - net: thunderx: Enable CQE count threshold interrupt
3943 - net: cavium: liquidio: use helpers ns_to_timespec64()
3944 - irqchip/gic-v3: Make sure read from ICC_IAR1_EL1 is visible on redestributor
3945 - arm64: KVM: Configure TCR_EL2.PS at runtime
3946 - arm64: prefetch: don't provide spin_lock_prefetch with LSE
3947 - arm64: prefetch: add alternative pattern for CPUs without a prefetcher
3948 - arm64: lib: improve copy_page to deal with 128 bytes at a time
3949 - arm64: lib: patch in prfm for copy_page if requested
3950 - arm64: prefetch: add missing #include for spin_lock_prefetch
3951 - net, thunderx: Add TX timeout and RX buffer alloc failure stats.
3952 - net: thunderx: Use napi_schedule_irqoff()
3953 - net: thunderx: Assign affinity hints to vf's interrupts
3954 - net: thunderx: bgx: Use standard firmware node infrastructure.
3955 - net: thunderx: bgx: Add log message when setting mac address
3956 - net: thunderx: Alloc higher order pages when pagesize is small
3957 - net: cavium: liquidio: Return correct error code
3958 - net: cavium: liquidio: fix check for in progress flag
3959 - livepatch: add old_sympos as disambiguator field to klp_func
3960 - livepatch: add sympos as disambiguator field to klp_reloc
3961 - livepatch: function,sympos scheme in livepatch sysfs directory
3962 - module: Use the same logic for setting and unsetting RO/NX
3963 - gcov: use within_module() helper.
3964 - module: use a structure to encapsulate layout.
3965 - module: clean up RO/NX handling.
3966 - module: keep percpu symbols in module's symtab
3967 - livepatch: Cleanup module page permission changes
3968
3969 [ Upstream Kernel Changes ]
3970
3971 * rebase to v4.4.2
3972
3973 -- Tim Gardner <tim.gardner@canonical.com> Tue, 16 Feb 2016 14:24:45 -0700
3974
3975 linux (4.4.0-6.21) xenial; urgency=low
3976
3977 [ Tim Gardner ]
3978
3979 * Release Tracking Bug
3980 - LP: #1546283
3981
3982 * Naples/Zen, NTB Driver (LP: #1542071)
3983 - [Config] CONFIG_NTB_AMD=m
3984 - NTB: Add support for AMD PCI-Express Non-Transparent Bridge
3985
3986 * [Hyper-V] kernel panic occurs when installing Ubuntu Server x32 (LP: #1495983)
3987 - SAUCE: storvsc: use small sg_tablesize on x86
3988
3989 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3990 - [Config] CONFIG_ARMV8_DEPRECATED=y
3991
3992 * Surelock-GA2:kernel panic/ exception @ pcibios_set_pcie_reset_state+0x118/0x280 + cxl_reset+0x5c/0xc0 (LP: #1545037)
3993 - powerpc/eeh: Fix stale cached primary bus
3994
3995 * Miscellaneous Ubuntu changes
3996 - SAUCE: fs: Add user namesapace member to struct super_block
3997 - SAUCE: fs: Limit file caps to the user namespace of the super block
3998 - SAUCE: Smack: Add support for unprivileged mounts from user namespaces
3999 - SAUCE: block_dev: Support checking inode permissions in lookup_bdev()
4000 - SAUCE: block_dev: Check permissions towards block device inode when mounting
4001 - SAUCE: fs: Treat foreign mounts as nosuid
4002 - SAUCE: selinux: Add support for unprivileged mounts from user namespaces
4003 - SAUCE: userns: Replace in_userns with current_in_userns
4004 - SAUCE: Smack: Handle labels consistently in untrusted mounts
4005 - SAUCE: fs: Check for invalid i_uid in may_follow_link()
4006 - SAUCE: cred: Reject inodes with invalid ids in set_create_file_as()
4007 - SAUCE: fs: Refuse uid/gid changes which don't map into s_user_ns
4008 - SAUCE: fs: Update posix_acl support to handle user namespace mounts
4009 - SAUCE: fs: Ensure the mounter of a filesystem is privileged towards its inodes
4010 - SAUCE: fs: Don't remove suid for CAP_FSETID in s_user_ns
4011 - SAUCE: fs: Allow superblock owner to access do_remount_sb()
4012 - SAUCE: capabilities: Allow privileged user in s_user_ns to set security.* xattrs
4013 - SAUCE: fuse: Add support for pid namespaces
4014 - SAUCE: fuse: Support fuse filesystems outside of init_user_ns
4015 - SAUCE: fuse: Restrict allow_other to the superblock's namespace or a descendant
4016 - SAUCE: fuse: Allow user namespace mounts
4017 - SAUCE: mtd: Check permissions towards mtd block device inode when mounting
4018 - SAUCE: fs: Update i_[ug]id_(read|write) to translate relative to s_user_ns
4019 - SAUCE: quota: Convert ids relative to s_user_ns
4020 - SAUCE: evm: Translate user/group ids relative to s_user_ns when computing HMAC
4021 - SAUCE: fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw filesystems
4022 - SAUCE: quota: Treat superblock owner as privilged
4023 - SAUCE: ima/evm: Allow root in s_user_ns to set xattrs
4024 - SAUCE: block_dev: Forbid unprivileged mounting when device is opened for writing
4025 - SAUCE: ext4: Add support for unprivileged mounts from user namespaces
4026 - SAUCE: ext4: Add module parameter to enable user namespace mounts
4027 - SAUCE: fuse: Add module parameter to enable user namespace mounts
4028
4029 * Miscellaneous upstream changes
4030 - megaraid: Fix possible NULL pointer deference in mraid_mm_ioctl
4031 - libahci: Implement the capability to override the generic ahci interrupt handler.
4032 - ata: Remove the AHCI_HFLAG_EDGE_IRQ support from libahci.
4033 - ahci_xgene: Implement the workaround to fix the missing of the edge interrupt for the HOST_IRQ_STAT.
4034
4035 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Feb 2016 09:49:05 -0700
4036
4037 linux (4.4.0-5.20) xenial; urgency=low
4038
4039 [ Tim Gardner ]
4040
4041 * Release Tracking Bug
4042 - LP: #1544637
4043
4044 * s390/cio: update measurement characteristics (LP: #1541534)
4045 - s390/cio: fix measurement characteristics memleak
4046 - s390/cio: ensure consistent measurement state
4047 - s390/cio: update measurement characteristics
4048
4049 * qeth: layer2 reports unknown state to network tools. (LP: #1541907)
4050 - qeth: initialize net_device with carrier off
4051
4052 * Collateral damage due to kernel configuration change enabling CONFIG_ZONE_DEVICE (Kernel 4.4 amd64) (LP: #1534647)
4053 - [Config] CONFIG_ZONE_DMA=y
4054 - mm: CONFIG_NR_ZONES_EXTENDED
4055
4056 * perf enahancements for ppc64 (LP: #1521678)
4057 - perf kvm/{x86,s390}: Remove dependency on uapi/kvm_perf.h
4058 - perf kvm/{x86,s390}: Remove const from kvm_events_tp
4059 - perf kvm/powerpc: Port perf kvm stat to powerpc
4060 - perf kvm/powerpc: Add support for HCALL reasons
4061
4062 * Soft lockup with "block nbdX: Attempted send on closed socket" spam (LP: #1505564)
4063 - SAUCE: nbd: ratelimit error msgs after socket close
4064
4065 * sleep from invalid context in aa_move_mount (LP: #1539349)
4066 - SAUCE: apparmor: fix sleep from invalid context
4067
4068 * Introducing ConnectX-4 Ethernet SRIOV (LP: #1540435)
4069 - net/mlx5_core: Modify enable/disable hca functions
4070 - net/mlx5_core: Add base sriov support
4071 - net/mlx5: Add HW capabilities and structs for SR-IOV E-Switch
4072 - net/mlx5: Update access functions to Query/Modify vport MAC address
4073 - net/mlx5: Introduce access functions to modify/query vport mac lists
4074 - net/mlx5: Introduce access functions to modify/query vport state
4075 - net/mlx5: Introduce access functions to modify/query vport promisc mode
4076 - net/mlx5: Introduce access functions to modify/query vport vlans
4077 - net/mlx5e: Write UC/MC list and promisc mode into vport context
4078 - net/mlx5e: Write vlan list into vport context
4079 - net/mlx5: Introducing E-Switch and l2 table
4080 - net/mlx5: E-Switch, Introduce FDB hardware capabilities
4081 - net/mlx5: E-Switch, Add SR-IOV (FDB) support
4082 - net/mlx5: E-Switch, Introduce Vport administration functions
4083 - net/mlx5: E-Switch, Introduce HCA cap and E-Switch vport context
4084 - net/mlx5: E-Switch, Introduce set vport vlan (VST mode)
4085 - net/mlx5: E-Switch, Introduce get vf statistics
4086 - net/mlx5e: Add support for SR-IOV ndos
4087 - net/mlx5: Fix query E-Switch capabilities
4088 - net/mlx5e: Assign random MAC address if needed
4089
4090 * make wacom_w8001 work well in xenial (LP: #1542771)
4091 - Input: wacom_w8001 - use __set_bit for evbits
4092 - Input: wacom_w8001 - set BTN_TOOL_DOUBLETAP if we have 2fg support
4093 - Input: wacom_w8001 - handle touch error case correctly
4094 - Input: wacom_w8001 - split pen and touch initialization up
4095 - Input: wacom_w8001 - split the touch and pen devices into two devices
4096 - Input: wacom_w8001 - drop use of ABS_MT_TOOL_TYPE
4097
4098 * virtualbox: update to 5.0.14-dfsg-2 (LP: #1542728)
4099 - ubuntu: vbox -- update to 5.0.14-dfsg-2
4100
4101 * Miscellaneous Ubuntu changes
4102 - [Packaging] git-ubuntu-log -- fix empty section formatting
4103 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu2
4104
4105 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Feb 2016 22:32:10 +0000
4106
4107 linux (4.4.0-4.19) xenial; urgency=low
4108
4109 * update ZFS and SPL to 0.6.5.4 (LP: #1542296)
4110 - [Config] update spl/zfs version
4111 - SAUCE: (noup) Update spl to 0.6.5.4-0ubuntu2, zfs to 0.6.5.4-0ubuntu1
4112 - [Config] reconstruct -- drop links for zfs userspace components
4113 - [Config] reconstruct -- drop links for zfs userspace components -- restore spec links
4114
4115 * recvmsg() fails SCM_CREDENTIALS request with EOPNOTSUPP. (LP: #1540731)
4116 - Revert "af_unix: Revert 'lock_interruptible' in stream receive code"
4117
4118 * lxc: ADT exercise test failing with linux-4.4.0-3.17 (LP: #1542049)
4119 - Revert "UBUNTU: SAUCE: apparmor: fix sleep from invalid context"
4120
4121 * WARNING: at /build/linux-lts-wily-W0lTWH/linux-lts-wily-4.2.0/net/core/skbuff.c:4174 (Travis IB) (LP: #1541326)
4122 - SAUCE: IB/IPoIB: Do not set skb truesize since using one linearskb
4123
4124 * backport Microsoft Precision Touchpad palm rejection patch (LP: #1541671)
4125 - HID: multitouch: enable palm rejection if device implements confidence usage
4126
4127 * [Ubuntu 16.04] Update qla2xxx driver for POWER (QLogic) (LP: #1541456)
4128 - qla2xxx: Remove unavailable firmware files
4129 - qla2xxx: Enable Extended Logins support
4130 - qla2xxx: Enable Exchange offload support.
4131 - qla2xxx: Enable Target counters in DebugFS.
4132 - qla2xxx: Add FW resource count in DebugFS.
4133 - qla2xxx: Added interface to send explicit LOGO.
4134 - qla2xxx: Delete session if initiator is gone from FW
4135 - qla2xxx: Wait for all conflicts before ack'ing PLOGI
4136 - qla2xxx: Replace QLA_TGT_STATE_ABORTED with a bit.
4137 - qla2xxx: Remove dependency on hardware_lock to reduce lock contention.
4138 - qla2xxx: Add irq affinity notification
4139 - qla2xxx: Add selective command queuing
4140 - qla2xxx: Move atioq to a different lock to reduce lock contention
4141 - qla2xxx: Disable ZIO at start time.
4142 - qla2xxx: Set all queues to 4k
4143 - qla2xxx: Check for online flag instead of active reset when transmitting responses
4144 - scsi: qla2xxxx: avoid type mismatch in comparison
4145
4146 * [Hyper-V] PCI Passthrough (LP: #1541120)
4147 - x86/irq: Export functions to allow MSI domains in modules
4148 - genirq/msi: Export functions to allow MSI domains in modules
4149
4150 * Update lpfc driver to 11.0.0.10 (LP: #1541592)
4151 - lpfc: Fix FCF Infinite loop in lpfc_sli4_fcf_rr_next_index_get.
4152 - lpfc: Fix the FLOGI discovery logic to comply with T11 standards
4153 - lpfc: Fix RegLogin failed error seen on Lancer FC during port bounce
4154 - lpfc: Fix driver crash when module parameter lpfc_fcp_io_channel set to 16
4155 - lpfc: Fix crash in fcp command completion path.
4156 - lpfc: Modularize and cleanup FDMI code in driver
4157 - lpfc: Fix RDP Speed reporting.
4158 - lpfc: Fix RDP ACC being too long.
4159 - lpfc: Make write check error processing more resilient
4160 - lpfc: Use new FDMI speed definitions for 10G, 25G and 40G FCoE.
4161 - lpfc: Fix mbox reuse in PLOGI completion
4162 - lpfc: Fix external loopback failure.
4163 - lpfc: Add logging for misconfigured optics.
4164 - lpfc: Delete unnecessary checks before the function call "mempool_destroy"
4165 - lpfc: Use kzalloc instead of kmalloc
4166 - lpfc: Update version to 11.0.0.10 for upstream patch set
4167
4168 * Miscellaneous Ubuntu changes
4169 - [Config] CONFIG_ARM64_VA_BITS=48
4170 - [Config] Fixed Vcs-Git
4171
4172 * Miscellaneous upstream changes
4173 - cxl: Fix possible idr warning when contexts are released
4174 - cxl: use correct operator when writing pcie config space values
4175 - cxlflash: drop unlikely before IS_ERR_OR_NULL
4176 - cxl: Fix DSI misses when the context owning task exits
4177 - cxlflash: Removed driver date print
4178 - cxlflash: Fix to resolve cmd leak after host reset
4179 - cxlflash: Resolve oops in wait_port_offline
4180 - cxlflash: Enable device id for future IBM CXL adapter
4181 - cxl: fix build for GCC 4.6.x
4182 - cxl: use -Werror only with CONFIG_PPC_WERROR
4183 - cxl: Enable PCI device ID for future IBM CXL adapter
4184
4185 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2016 14:58:51 +0000
4186
4187 linux (4.4.0-3.17) xenial; urgency=low
4188
4189 [ Tim Gardner ]
4190
4191 * Release Tracking Bug
4192 - LP: #1541058
4193 * [Config] CONFIG_BLK_DEV_NVME_SCSI=y
4194 - LP: #1531539
4195 * SAUCE: nvme merge cleanup
4196 - LP: #1531539
4197 * rebase to v4.4.1
4198
4199 [ Andy Whitcroft ]
4200
4201 * Revert "SAUCE: dm: introduce a target_ioctl op to allow target specific
4202 ioctls"
4203 - LP: #1538618
4204 * postinst -- detect symlinks correctly
4205 - LP: #1536810
4206
4207 [ John Johansen ]
4208
4209 * SAUCE: apparmor: fix sleep from invalid context
4210 - LP: #1539349
4211
4212 [ Upstream Kernel Changes ]
4213
4214 * powerpc/eeh: Fix PE location code
4215 - LP: #1538909
4216 * powerpc/pseries: Limit EPOW reset event warnings
4217 - LP: #1539102
4218 * lightnvm: fix bio submission issue
4219 - LP: #1531539
4220 * lightnvm: fix incorrect nr_free_blocks stat
4221 - LP: #1531539
4222 * lightnvm: add check after mempool allocation
4223 - LP: #1531539
4224 * lightnvm: unlock rq and free ppa_list on submission fail
4225 - LP: #1531539
4226 * lightnvm: move ppa erase logic to core
4227 - LP: #1531539
4228 * lightnvm: refactor rqd ppa list into set/free
4229 - LP: #1531539
4230 * lightnvm: refactor end_io functions for sync
4231 - LP: #1531539
4232 * lightnvm: return the get_bb_tbl return value
4233 - LP: #1531539
4234 * lightnvm: check bi_error in gc
4235 - LP: #1531539
4236 * lightnvm: put block back to gc list on its reclaim fail
4237 - LP: #1531539
4238 * lightnvm: fix locking and mempool in rrpc_lun_gc
4239 - LP: #1531539
4240 * lightnvm: sectors first in ppa list
4241 - LP: #1531539
4242 * lightnvm: move the pages per block check out of the loop
4243 - LP: #1531539
4244 * lightnvm: support multiple ppas in nvm_erase_ppa
4245 - LP: #1531539
4246 * lightnvm: move rq->error to nvm_rq->error
4247 - LP: #1531539
4248 * lightnvm: introduce nvm_submit_ppa
4249 - LP: #1531539
4250 * lightnvm: reference rrpc lun in rrpc block
4251 - LP: #1531539
4252 * lightnvm: fix missing grown bad block type
4253 - LP: #1531539
4254 * lightnvm: manage open and closed blocks separately
4255 - LP: #1531539
4256 * lightnvm: add mccap support
4257 - LP: #1531539
4258 * lightnvm: introduce mlc lower page table mappings
4259 - LP: #1531539
4260 * lightnvm: core on-disk initialization
4261 - LP: #1531539
4262 * lightnvm: introduce ioctl to initialize device
4263 - LP: #1531539
4264 * lightnvm: use system block for mm initialization
4265 - LP: #1531539
4266 * lightnvm: introduce factory reset
4267 - LP: #1531539
4268 * lightnvm: ensure that nvm_dev_ops can be used without CONFIG_NVM
4269 - LP: #1531539
4270 * blk-mq: add a flags parameter to blk_mq_alloc_request
4271 - LP: #1531539
4272 * nvme: move struct nvme_iod to pci.c
4273 - LP: #1531539
4274 * nvme: split command submission helpers out of pci.c
4275 - LP: #1531539
4276 * nvme: use offset instead of a struct for registers
4277 - LP: #1531539
4278 * nvme: split nvme_trans_device_id_page
4279 - LP: #1531539
4280 * nvme: use vendor it from identify
4281 - LP: #1531539
4282 * nvme: split a new struct nvme_ctrl out of struct nvme_dev
4283 - LP: #1531539
4284 * nvme: simplify nvme_setup_prps calling convention
4285 - LP: #1531539
4286 * nvme: refactor nvme_queue_rq
4287 - LP: #1531539
4288 * nvme: factor out a nvme_unmap_data helper
4289 - LP: #1531539
4290 * nvme: move nvme_error_status to common code
4291 - LP: #1531539
4292 * nvme: move nvme_setup_flush and nvme_setup_rw to common code
4293 - LP: #1531539
4294 * nvme: split __nvme_submit_sync_cmd
4295 - LP: #1531539
4296 * nvme: use the block layer for userspace passthrough metadata
4297 - LP: #1531539
4298 * nvme: move block_device_operations and ns/ctrl freeing to common code
4299 - LP: #1531539
4300 * nvme: add explicit quirk handling
4301 - LP: #1531539
4302 * nvme: move remaining CC setup into nvme_enable_ctrl
4303 - LP: #1531539
4304 * nvme: move nvme_{enable,disable,shutdown}_ctrl to common code
4305 - LP: #1531539
4306 * nvme: add a common helper to read Identify Controller data
4307 - LP: #1531539
4308 * nvme: move the call to nvme_init_identify earlier
4309 - LP: #1531539
4310 * nvme: move namespace scanning to common code
4311 - LP: #1531539
4312 * nvme: move chardev and sysfs interface to common code
4313 - LP: #1531539
4314 * nvme: refactor set_queue_count
4315 - LP: #1531539
4316 * blk-integrity: empty implementation when disabled
4317 - LP: #1531539
4318 * NVMe: fix build with CONFIG_NVM enabled
4319 - LP: #1531539
4320 * nvme: fix another 32-bit build warning
4321 - LP: #1531539
4322 * nvme: precedence bug in nvme_pr_clear()
4323 - LP: #1531539
4324 * nvme: only ignore hardware errors in nvme_create_io_queues
4325 - LP: #1531539
4326 * nvme: only add a controller to dev_list after it's been fully
4327 initialized
4328 - LP: #1531539
4329 * nvme: protect against simultaneous shutdown invocations
4330 - LP: #1531539
4331 * nvme: don't take the I/O queue q_lock in nvme_timeout
4332 - LP: #1531539
4333 * nvme: merge nvme_abort_req and nvme_timeout
4334 - LP: #1531539
4335 * nvme: add NVME_SC_CANCELLED
4336 - LP: #1531539
4337 * nvme: simplify resets
4338 - LP: #1531539
4339 * nvme: do not restart the request timeout if we're resetting the
4340 controller
4341 - LP: #1531539
4342 * nvme: merge probe_work and reset_work
4343 - LP: #1531539
4344 * nvme: remove dead controllers from a work item
4345 - LP: #1531539
4346 * nvme: switch abort_limit to an atomic_t
4347 - LP: #1531539
4348 * NVMe: Implement namespace list scanning
4349 - LP: #1531539
4350 * NVMe: Use unbounded work queue for all work
4351 - LP: #1531539
4352 * NVMe: Remove device management handles on remove
4353 - LP: #1531539
4354 * NVMe: Simplify metadata setup
4355 - LP: #1531539
4356 * nvme: fix admin queue depth
4357 - LP: #1531539
4358 * nvme: factor out a few helpers from req_completion
4359 - LP: #1531539
4360 * nvme: switch delete SQ/CQ to blk_execute_rq_nowait
4361 - LP: #1531539
4362 * nvme: switch abort to blk_execute_rq_nowait
4363 - LP: #1531539
4364 * nvme: special case AEN requests
4365 - LP: #1531539
4366 * nvme: simplify completion handling
4367 - LP: #1531539
4368 * nvme: properly free resources for cancelled command
4369 - LP: #1531539
4370 * nvme: meta_sg doesn't have to be an array
4371 - LP: #1531539
4372 * nvme: merge iod and cmd_info
4373 - LP: #1531539
4374 * NVMe: Add pci error handlers
4375 - LP: #1531539
4376 * NVMe: Export namespace attributes to sysfs
4377 - LP: #1531539
4378 * nvme: Move nvme_freeze/unfreeze_queues to nvme core
4379 - LP: #1531539
4380 * nvme: synchronize access to ctrl->namespaces
4381 - LP: #1531539
4382 * nvme: fixes for NVME_IOCTL_IO_CMD on the char device
4383 - LP: #1531539
4384 * nvme: make SG_IO support optional
4385 - LP: #1531539
4386 * NVMe: Fix admin queue ring wrap
4387 - LP: #1531539
4388 * NVMe: Use a retryable error code on reset
4389 - LP: #1531539
4390 * NVMe: Remove queue freezing on resets
4391 - LP: #1531539
4392 * NVMe: IO queue deletion re-write
4393 - LP: #1531539
4394 * NVMe: Shutdown controller only for power-off
4395 - LP: #1531539
4396 * NVMe: Export NVMe attributes to sysfs group
4397 - LP: #1531539
4398 * i40e: fix build warnings
4399 * net: i40e: shut up uninitialized variable warnings
4400 * Drivers: hv: vmbus: fix build warning
4401 * Drivers: hv: util: Increase the timeout for util services
4402 * Drivers: hv: utils: run polling callback always in interrupt context
4403 * tools: hv: report ENOSPC errors in hv_fcopy_daemon
4404 * tools: hv: remove repeated HV_FCOPY string
4405 * Drivers: hv: util: catch allocation errors
4406 * Drivers: hv: utils: use memdup_user in hvt_op_write
4407 * drivers/hv: cleanup synic msrs if vmbus connect failed
4408 * drivers:hv: Export a function that maps Linux CPU num onto Hyper-V proc
4409 num
4410 * drivers:hv: Export the API to invoke a hypercall on Hyper-V
4411 * drivers:hv: Define the channel type for Hyper-V PCI Express
4412 pass-through
4413 * Drivers: hv: vss: run only on supported host versions
4414 * Drivers: hv: vmbus: Use uuid_le type consistently
4415 * Drivers: hv: vmbus: Use uuid_le_cmp() for comparing GUIDs
4416 * Drivers: hv: vmbus: Get rid of the unused macro
4417 * Drivers: hv: vmbus: Get rid of the unused irq variable
4418 * Drivers: hv: vmbus: serialize process_chn_event() and
4419 vmbus_close_internal()
4420 * Drivers: hv: vmbus: do sanity check of channel state in
4421 vmbus_close_internal()
4422 * Drivers: hv: vmbus: fix rescind-offer handling for device without a
4423 driver
4424 * Drivers: hv: vmbus: release relid on error in vmbus_process_offer()
4425 * Drivers: hv: vmbus: channge vmbus_connection.channel_lock to mutex
4426 * drivers:hv: Allow for MMIO claims that span ACPI _CRS records
4427 * Drivers: hv: vmbus: Fix a Host signaling bug
4428 * drivers/hv: correct tsc page sequence invalid value
4429 * Drivers: hv: vmbus: Force all channel messages to be delivered on CPU 0
4430 * Drivers: hv: utils: Invoke the poll function after handshake
4431 * tools: hv: vss: fix the write()'s argument: error -> vss_msg
4432 * Drivers: hv: utils: fix memory leak on on_msg() failure
4433 * Drivers: hv: utils: rename outmsg_lock
4434 * Drivers: hv: utils: introduce HVUTIL_TRANSPORT_DESTROY mode
4435 * Drivers: hv: utils: fix crash when device is removed from host side
4436 * Drivers: hv: ring_buffer.c: fix comment style
4437 * Drivers: hv: ring_buffer: remove stray smp_read_barrier_depends()
4438 * Drivers: hv: ring_buffer: remove code duplication from
4439 hv_ringbuffer_peek/read()
4440 * Drivers: hv: remove code duplication between
4441 vmbus_recvpacket()/vmbus_recvpacket_raw()
4442 * Drivers: hv: ring_buffer: eliminate hv_ringbuffer_peek()
4443 * drivers/hv: replace enum hv_message_type by u32
4444 * drivers/hv: Move HV_SYNIC_STIMER_COUNT into Hyper-V UAPI x86 header
4445 * drivers/hv: Move struct hv_message into UAPI Hyper-V x86 header
4446 * drivers/hv: Move struct hv_timer_message_payload into UAPI Hyper-V x86
4447 header
4448 * Drivers: hv: vmbus: fix the building warning with hyperv-keyboard
4449 * Drivers: hv: utils: fix hvt_op_poll() return value on transport destroy
4450 * Drivers: hv: vmbus: Treat Fibre Channel devices as performance critical
4451
4452 [ Upstream Kernel Changes ]
4453
4454 * rebase to v4.4.1
4455 - LP: #1533461
4456 - LP: #1529624
4457
4458 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Jan 2016 08:06:37 -0700
4459
4460 linux (4.4.0-2.16) xenial; urgency=low
4461
4462 [ Andy Whitcroft ]
4463
4464 * Release Tracking Bug
4465 - LP: #1539090
4466 * SAUCE: hv: hv_set_ifconfig -- convert to python3
4467 - LP: #1506521
4468 * SAUCE: dm: introduce a target_ioctl op to allow target specific ioctls
4469 - LP: #1538618
4470
4471 [ Colin Ian King ]
4472
4473 * SAUCE: ACPI / tables: Add acpi_force_32bit_fadt_addr option to force 32
4474 bit FADT addresses (LP: #1529381)
4475 - LP: #1529381
4476
4477 [ John Johansen ]
4478
4479 * SAUCE: (no-up): apparmor: fix for failed mediation of socket that is
4480 being shutdown
4481 - LP: #1446906
4482
4483 [ Mahesh Salgaonkar ]
4484
4485 * SAUCE: Powernv: Remove the usage of PACAR1 from opal wrappers
4486 - LP: #1537881
4487 * SAUCE: powerpc/book3s: Fix TB corruption in guest exit path on HMI
4488 interrupt.
4489 - LP: #1537881
4490 * SAUCE: KVM: PPC: Book3S HV: Fix soft lockups in KVM on HMI for time
4491 base errors
4492 - LP: #1537881
4493
4494 [ Paolo Pisati ]
4495
4496 * SAUCE: arm64: errata: Add -mpc-relative-literal-loads to erratum
4497 #843419 build flags
4498 - LP: #1533009
4499 * [Config] MFD_TPS65217=y && REGULATOR_TPS65217=y
4500 * [Config] disable ARCH_ZX (ZTE ZX Soc)
4501
4502 [ Tim Gardner ]
4503
4504 * Revert "SAUCE: (noup) cxlflash: a couple off by one bugs"
4505 * SAUCE: (no-up) Update bnx2x firmware to 7.12.30.0
4506 - LP: #1536719
4507 * SAUCE: drop obsolete bnx2x firmware
4508 * SAUCE: i40e: Silence 'may be used uninitialized' warnings
4509 - LP: #1536474
4510 * [Config] CONFIG_ZONE_DMA=y for amd64 lowlatency
4511 - LP: #1534647
4512 * [Config] Add pvpanic to virtual flavour
4513 - LP: #1537923
4514 * [Config] CONFIG_INTEL_PUNIT_IPC=m, CONFIG_INTEL_TELEMETRY=m
4515 - LP: #1520457
4516
4517 [ Upstream Kernel Changes ]
4518
4519 * i40evf: fix compiler warning of unused variable
4520 - LP: #1536474
4521 * intel: i40e: fix confused code
4522 - LP: #1536474
4523 * i40e/i40evf: remove unused tunnel parameter
4524 - LP: #1536474
4525 * i40e: Change BUG_ON to WARN_ON in service event complete
4526 - LP: #1536474
4527 * i40e: remove BUG_ON from feature string building
4528 - LP: #1536474
4529 * i40e: remove BUG_ON from FCoE setup
4530 - LP: #1536474
4531 * i40e: Workaround fix for mss < 256 issue
4532 - LP: #1536474
4533 * i40e/i40evf: Add a stat to track how many times we have to do a force
4534 WB
4535 - LP: #1536474
4536 * i40e: Move the saving of old link info from handle_link_event to
4537 link_event
4538 - LP: #1536474
4539 * i40e/i40evf: Add comment to #endif
4540 - LP: #1536474
4541 * i40e/i40evf: clean up error messages
4542 - LP: #1536474
4543 * i40evf: handle many MAC filters correctly
4544 - LP: #1536474
4545 * i40e: return the number of enabled queues for ETHTOOL_GRXRINGS
4546 - LP: #1536474
4547 * i40e: rework the functions to configure RSS with similar parameters
4548 - LP: #1536474
4549 * i40e: create a generic configure rss function
4550 - LP: #1536474
4551 * i40e: Bump version to 1.4.2
4552 - LP: #1536474
4553 * i40e: add new fields to store user configuration
4554 - LP: #1536474
4555 * i40e: rename rss_size to alloc_rss_size in i40e_pf
4556 - LP: #1536474
4557 * i40e/i40evf: Fix RS bit update in Tx path and disable force WB
4558 workaround
4559 - LP: #1536474
4560 * i40e/i40evf: prefetch skb data on transmit
4561 - LP: #1536474
4562 * i40evf: rename VF adapter specific RSS function
4563 - LP: #1536474
4564 * i40evf: create a generic config RSS function
4565 - LP: #1536474
4566 * i40evf: create a generic get RSS function
4567 - LP: #1536474
4568 * i40evf: add new fields to store user configuration of RSS
4569 - LP: #1536474
4570 * i40e: Update error messaging
4571 - LP: #1536474
4572 * i40e: fix confusing message
4573 - LP: #1536474
4574 * i40e: make error message more useful
4575 - LP: #1536474
4576 * i40evf: quoth the VF driver, Nevermore
4577 - LP: #1536474
4578 * i40evf: allocate queue vectors dynamically
4579 - LP: #1536474
4580 * i40evf: allocate ring structs dynamically
4581 - LP: #1536474
4582 * i40e/i40evf: Bump i40e version to 1.4.4 and i40evf to 1.4.1
4583 - LP: #1536474
4584 * i40e: fix: do not sleep in netdev_ops
4585 - LP: #1536474
4586 * i40e: remove unused argument
4587 - LP: #1536474
4588 * i40evf: increase max number of queues
4589 - LP: #1536474
4590 * i40evf: set real num queues
4591 - LP: #1536474
4592 * i40evf: remove duplicate string
4593 - LP: #1536474
4594 * i40e: Detection and recovery of TX queue hung logic moved to
4595 service_task from tx_timeout
4596 - LP: #1536474
4597 * i40e: Fix memory leaks, sideband filter programming
4598 - LP: #1536474
4599 * i40evf: don't use atomic allocation
4600 - LP: #1536474
4601 * i40e: propagate properly
4602 - LP: #1536474
4603 * i40evf: use correct types
4604 - LP: #1536474
4605 * i40e: use priv flags to control packet split
4606 - LP: #1536474
4607 * i40e: Remove separate functions gathering XOFF Rx stats
4608 - LP: #1536474
4609 * i40e: fix whitespace
4610 - LP: #1536474
4611 * i40e/i40evf: use logical operator
4612 - LP: #1536474
4613 * i40e/i40evf: Bump version to 1.4.7 for i40e and 1.4.3 for i40evf
4614 - LP: #1536474
4615 * i40e: trivial fixes
4616 - LP: #1536474
4617 * i40e: Fix i40e_print_features() VEB mode output
4618 - LP: #1536474
4619 * i40e: chomp the BIT(_ULL)
4620 - LP: #1536474
4621 * i40e: properly delete VF MAC filters
4622 - LP: #1536474
4623 * i40e: don't add zero MAC filter
4624 - LP: #1536474
4625 * i40evf: check rings before freeing resources
4626 - LP: #1536474
4627 * i40e: use explicit cast from u16 to u8
4628 - LP: #1536474
4629 * i40e: Opcode and structures required by OEM Post Update AQ command and
4630 add new NVM arq message
4631 - LP: #1536474
4632 * i40e: hush little warnings
4633 - LP: #1536474
4634 * i40e/i40evf: Add a new offload for RSS PCTYPE V2 for X722
4635 - LP: #1536474
4636 * i40e: clean whole mac filter list
4637 - LP: #1536474
4638 * i40evf: change version string generation
4639 - LP: #1536474
4640 * i40e/i40evf: Bump i40e to 1.4.8 and i40evf to 1.4.4
4641 - LP: #1536474
4642 * geneve: UDP checksum configuration via netlink
4643 - LP: #1536474
4644 * geneve: Add geneve udp port offload for ethernet devices
4645 - LP: #1536474
4646 * i40e: geneve tunnel offload support
4647 - LP: #1536474
4648 * geneve: Add geneve_get_rx_port support
4649 - LP: #1536474
4650 * i40e: Call geneve_get_rx_port to get the existing Geneve ports
4651 - LP: #1536474
4652 * i40e: change log messages and error returns
4653 - LP: #1536474
4654 * i40e: allow zero MAC address for VFs
4655 - LP: #1536474
4656 * i40e: Look up MAC address in Open Firmware or IDPROM
4657 - LP: #1536474
4658 * i40e: Fix Rx hash reported to the stack by our driver
4659 - LP: #1536474
4660 * i40e: remove forever unused ID
4661 - LP: #1536474
4662 * igb: add 88E1543 initialization code
4663 * igb: don't unmap NULL hw_addr
4664 * igb: use the correct i210 register for EEMNGCTL
4665 * igb: fix NULL derefs due to skipped SR-IOV enabling
4666 * igb: improve handling of disconnected adapters
4667 * igb: Remove GS40G specific defines/functions
4668 * igb: Don't add PHY address to PCDL address
4669 * igb: Improve cable length function for I210, etc.
4670 * igb: Explicitly label self-test result indices
4671 * ixgbe: drop null test before destroy functions
4672 - LP: #1536473
4673 * ixgbe: Delete redundant include file
4674 - LP: #1536473
4675 * ixgbe: fix multiple kernel-doc errors
4676 - LP: #1536473
4677 * ixgbe: Fix handling of NAPI budget when multiple queues are enabled per
4678 vector
4679 - LP: #1536473
4680 * ixgbe: Add KR mode support for CS4227 chip
4681 - LP: #1536473
4682 * ixgbevf: Limit lowest interrupt rate for adaptive interrupt moderation
4683 to 12K
4684 - LP: #1536473
4685 * ixgbe/ixgbevf: use napi_schedule_irqoff()
4686 - LP: #1536473
4687 * ixgbe: Remove CS4227 diagnostic code
4688 - LP: #1536473
4689 * ixgbevf: use ether_addr_copy instead of memcpy
4690 - LP: #1536473
4691 * ixgbevf: fix spoofed packets with random MAC
4692 - LP: #1536473
4693 * ixgbe: Prevent KR PHY reset in ixgbe_init_phy_ops_x550em
4694 - LP: #1536473
4695 * ixgbe: Add support for newer thermal alarm
4696 - LP: #1536473
4697 * ixgbe: Use private workqueue to avoid certain possible hangs
4698 - LP: #1536473
4699 * ixgbevf: Use a private workqueue to avoid certain possible hangs
4700 - LP: #1536473
4701 * ixgbevf: Minor cleanups
4702 - LP: #1536473
4703 * ixgbe: Refactor MAC address configuration code
4704 - LP: #1536473
4705 * ixgbe: Use __dev_uc_sync and __dev_uc_unsync for unicast addresses
4706 - LP: #1536473
4707 * ixgbe: Allow FDB entries access to more RAR filters
4708 - LP: #1536473
4709 * ixgbe: Update PTP to support X550EM_x devices
4710 - LP: #1536473
4711 * ixgbe: Correct spec violations by waiting after reset
4712 - LP: #1536473
4713 * ixgbe: Wait for master disable to be set
4714 - LP: #1536473
4715 * ixgbe: Save VF info and take references
4716 - LP: #1536473
4717 * ixgbe: Handle extended IPv6 headers in Tx path
4718 - LP: #1536473
4719 * ixgbe: Always turn PHY power on when requested
4720 - LP: #1536473
4721 * ixgbevf: Handle extended IPv6 headers in Tx path
4722 - LP: #1536473
4723 * ixgbe: Return error on failure to allocate mac_table
4724 - LP: #1536473
4725 * ixgbe: Fix SR-IOV VLAN pool configuration
4726 - LP: #1536473
4727 * ixgbe: Simplify definitions for regidx and bit in set_vfta
4728 - LP: #1536473
4729 * ixgbe: Reduce VT code indent in set_vfta by introducing jump label
4730 - LP: #1536473
4731 * ixgbe: Simplify configuration of setting VLVF and VLVFB
4732 - LP: #1536473
4733 * ixgbe: Add support for adding/removing VLAN on PF bypassing the VLVF
4734 - LP: #1536473
4735 * ixgbe: Reorder search to work from the top down instead of bottom up
4736 - LP: #1536473
4737 * ixgbe: Add support for VLAN promiscuous with SR-IOV
4738 - LP: #1536473
4739 * ixgbe: Fix VLAN promisc in relation to SR-IOV
4740 - LP: #1536473
4741 * ixgbe: Clear stale pool mappings
4742 - LP: #1536473
4743 * ixgbe: Clean stale VLANs when changing port VLAN or resetting
4744 - LP: #1536473
4745 * ixgbe: do not report 2.5 Gbps as supported
4746 - LP: #1536473
4747 * ixgbevf: Fix handling of NAPI budget when multiple queues are enabled
4748 per vector
4749 - LP: #1536473
4750 * ixgbevf: minor cleanups for ixgbevf_set_itr()
4751 - LP: #1536473
4752 * ixgbe: add support for QSFP PHY types in ixgbe_get_settings()
4753 - LP: #1536473
4754 * ixgbe: report correct media type for KR, KX and KX4 interfaces
4755 - LP: #1536473
4756 * ixgbe: Clean up redundancy in hw_enc_features
4757 - LP: #1536473
4758 * ixgbe: fix RSS limit for X550
4759 - LP: #1536473
4760 * ixgbe: Correct X550EM_x revision check
4761 - LP: #1536473
4762 * ixgbe: Fix bugs in ixgbe_clear_vf_vlans()
4763 - LP: #1536473
4764 * ixgbe: Fill at least min credits to a TC credit refills
4765 - LP: #1536473
4766 * ixgbe: use correct FCoE DDP max check
4767 - LP: #1536473
4768 * ixgbe: fix broken PFC with X550
4769 - LP: #1536473
4770 * ixgbe: do not call check_link for ethtool in ixgbe_get_settings()
4771 - LP: #1536473
4772 * ixgbe: Correct handling of any outer UDP checksum setting
4773 - LP: #1536473
4774 * ixgbe: Fix to get FDMI HBA attributes information with X550
4775 - LP: #1536473
4776 * ixgbe: Fix MDD events generated when FCoE+SRIOV are enabled
4777 - LP: #1536473
4778 * ixgbe: Make ATR recognize IPv6 extended headers
4779 - LP: #1536473
4780 * e1000: make eeprom read/write scheduler friendly
4781 * e1000: fix data race between tx_ring->next_to_clean
4782 * e1000: Remove checkpatch coding style errors
4783 * e1000: clean up the checking logic
4784 * e1000: fix a typo in the comment
4785 * e1000e: clean up the local variable
4786 * e1000: fix kernel-doc argument being missing
4787 * e1000: get rid of duplicate exit path
4788 * e1000: Elementary checkpatch warnings and checks removed
4789 * e1000e: fix division by zero on jumbo MTUs
4790 * e1000e: Increase timeout of polling bit RSPCIPHY
4791 * e1000e: initial support for i219-LM (3)
4792 * e1000e: Switch e1000e_up to void, drop code checking for error result
4793 * e1000e: Remove unreachable code
4794 * e1000e: Do not read ICR in Other interrupt
4795 * e1000e: Do not write lsc to ics in msi-x mode
4796 * e1000e: Fix msi-x interrupt automask
4797 * acpi: pci: Setup MSI domain for ACPI based pci devices
4798 * irqdomain: Introduce is_fwnode_irqchip helper
4799 * irqchip/gic-v2m: Refactor to prepare for ACPI support
4800 * irqchip/gic-v2m: acpi: Introducing GICv2m ACPI support
4801 * clk: xgene: Fix divider with non-zero shift value
4802 * i2c: designware: Do not require clock when SSCN and FFCN are provided
4803 * fm10k: do not assume VF always has 1 queue
4804 - LP: #1536475
4805 * fm10k: Correct MTU for jumbo frames
4806 - LP: #1536475
4807 * fm10k: Fix handling of NAPI budget when multiple queues are enabled per
4808 vector
4809 - LP: #1536475
4810 * fm10k: use napi_schedule_irqoff()
4811 - LP: #1536475
4812 * fm10k: set netdev features in one location
4813 - LP: #1536475
4814 * fm10k: reset max_queues on init_hw_vf failure
4815 - LP: #1536475
4816 * fm10k: always check init_hw for errors
4817 - LP: #1536475
4818 * fm10k: reinitialize queuing scheme after calling init_hw
4819 - LP: #1536475
4820 * fm10k: Correct typecast in fm10k_update_xc_addr_pf
4821 - LP: #1536475
4822 * fm10k: explicitly typecast vlan values to u16
4823 - LP: #1536475
4824 * fm10k: add statistics for actual DWORD count of mbmem mailbox
4825 - LP: #1536475
4826 * fm10k: rename mbx_tx_oversized statistic to mbx_tx_dropped
4827 - LP: #1536475
4828 * fm10k: Add support for ITR scaling based on PCIe link speed
4829 - LP: #1536475
4830 * fm10k: introduce ITR_IS_ADAPTIVE macro
4831 - LP: #1536475
4832 * fm10k: Update adaptive ITR algorithm
4833 - LP: #1536475
4834 * fm10k: use macro for default Tx and Rx ITR values
4835 - LP: #1536475
4836 * fm10k: change default Tx ITR to 25usec
4837 - LP: #1536475
4838 * fm10k: TRIVIAL fix typo of hardware
4839 - LP: #1536475
4840 * fm10k: TRIVIAL cleanup order at top of fm10k_xmit_frame
4841 - LP: #1536475
4842 * fm10k: use ether_addr_copy to copy MAC address
4843 - LP: #1536475
4844 * fm10k: do not use CamelCase
4845 - LP: #1536475
4846 * fm10k: remove unnecessary else block from if statements with return
4847 - LP: #1536475
4848 * fm10k: remove namespace pollution of fm10k_iov_msg_data_pf
4849 - LP: #1536475
4850 * fm10k: consistently refer to VLANs and VLAN IDs
4851 - LP: #1536475
4852 * fm10k: bump driver version
4853 - LP: #1536475
4854 * fm10k: conditionally compile DCB and DebugFS support
4855 - LP: #1536475
4856 * fm10k: Cleanup MSI-X interrupts in case of failure
4857 - LP: #1536475
4858 * fm10k: Cleanup exception handling for mailbox interrupt
4859 - LP: #1536475
4860 * fm10k: do not inline fm10k_iov_select_vid()
4861 - LP: #1536475
4862 * fm10k: whitespace cleanups
4863 - LP: #1536475
4864 * fm10k: use BIT() macro instead of open-coded bit-shifting
4865 - LP: #1536475
4866 * fm10k: cleanup namespace pollution
4867 - LP: #1536475
4868 * fm10k: cleanup overly long lines
4869 - LP: #1536475
4870 * fm10k: initialize xps at driver load
4871 - LP: #1536475
4872 * fm10k: don't initialize fm10k_workqueue at global level
4873 - LP: #1536475
4874 * fm10k: correctly pack TLV structures and explain reasoning
4875 - LP: #1536475
4876 * fm10k: Cleanup exception handling for changing queues
4877 - LP: #1536475
4878 * fm10k: use ether_addr_equal instead of memcmp
4879 - LP: #1536475
4880 * fm10k: address operator not needed when declaring function pointers
4881 - LP: #1536475
4882 * fm10k: constify fm10k_mac_ops, fm10k_iov_ops and fm10k_info structures
4883 - LP: #1536475
4884 * fm10k: remove unused struct element
4885 - LP: #1536475
4886 * fm10k: use true/false for boolean get_host_state
4887 - LP: #1536475
4888 * fm10k: cleanup mailbox code comments etc
4889 - LP: #1536475
4890 * fm10k: IS_ENABLED() is not appropriate for boolean kconfig option
4891 - LP: #1536475
4892 * device property: always check for fwnode type
4893 - LP: #1533035
4894 * device property: rename helper functions
4895 - LP: #1533035
4896 * device property: refactor built-in properties support
4897 - LP: #1533035
4898 * device property: keep single value inplace
4899 - LP: #1533035
4900 * device property: helper macros for property entry creation
4901 - LP: #1533035
4902 * device property: improve readability of macros
4903 - LP: #1533035
4904 * device property: return -EINVAL when property isn't found in ACPI
4905 - LP: #1533035
4906 * device property: Fallback to secondary fwnode if primary misses the
4907 property
4908 - LP: #1533035
4909 * device property: Take a copy of the property set
4910 - LP: #1533035
4911 * driver core: platform: Add support for built-in device properties
4912 - LP: #1533035
4913 * driver core: Do not overwrite secondary fwnode with NULL if it is set
4914 - LP: #1533035
4915 * mfd: core: propagate device properties to sub devices drivers
4916 - LP: #1533035
4917 * mfd: intel-lpss: Add support for passing device properties
4918 - LP: #1533035
4919 * mfd: intel-lpss: Pass SDA hold time to I2C host controller driver
4920 - LP: #1533035
4921 * mfd: intel-lpss: Pass HSUART configuration via properties
4922 - LP: #1533035
4923 * i2c: designware: Convert to use unified device property API
4924 - LP: #1533035
4925 * keys, trusted: fix: *do not* allow duplicate key options
4926 - LP: #1398274
4927 * keys, trusted: select hash algorithm for TPM2 chips
4928 - LP: #1398274
4929 * keys, trusted: seal with a TPM2 authorization policy
4930 - LP: #1398274
4931 * perf/x86/intel: Add perf core PMU support for Intel Knights Landing
4932 - LP: #1461360
4933 * perf/x86/intel/uncore: Add Knights Landing uncore PMU support
4934 - LP: #1461360
4935 * perf/x86/intel/uncore: Remove hard coding of PMON box control MSR
4936 offset
4937 - LP: #1461360
4938 * drm/i915: WaRsDisableCoarsePowerGating
4939 - LP: #1527462
4940 * drm/i915/skl: Add SKL GT4 PCI IDs
4941 - LP: #1527462
4942 * drm/i915/skl: Disable coarse power gating up until F0
4943 - LP: #1527462
4944 * platform:x86: add Intel P-Unit mailbox IPC driver
4945 - LP: #1520457
4946 * intel_punit_ipc: add NULL check for input parameters
4947 - LP: #1520457
4948 * platform/x86: Add Intel Telemetry Core Driver
4949 - LP: #1520457
4950 * intel_pmc_ipc: update acpi resource structure for Punit
4951 - LP: #1520457
4952 * platform:x86: Add Intel telemetry platform device
4953 - LP: #1520457
4954 * platform:x86: Add Intel telemetry platform driver
4955 - LP: #1520457
4956 * platform:x86: Add Intel Telemetry Debugfs interfaces
4957 - LP: #1520457
4958 * cxlflash: a couple off by one bugs
4959
4960 -- Andy Whitcroft <apw@canonical.com> Thu, 28 Jan 2016 13:56:00 +0000
4961
4962 linux (4.4.0-1.15) xenial; urgency=low
4963
4964 [ Tim Gardner ]
4965
4966 * Release Tracking Bug
4967 - LP: #1536803
4968
4969 [ Upstream Kernel Changes ]
4970
4971 * Revert "[SCSI] libiscsi: Reduce locking contention in fast path"
4972 - LP: #1517142
4973
4974 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Jan 2016 07:41:40 -0700
4975
4976 linux (4.4.0-0.14) xenial; urgency=low
4977
4978 [ Upstream Kernel Changes ]
4979
4980 * Revert "powerpc/pci: Remove unused struct pci_dn.pcidev field"
4981 - LP: #1522415
4982 * powerpc: Add __raw_rm_writeq() function
4983 - LP: #1522415
4984
4985 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 11:24:26 -0700
4986
4987 linux (4.4.0-0.13) xenial; urgency=low
4988
4989 [ Andy Whitcroft ]
4990
4991 * [Config] s390x -- the kernel provides ppp-modules such as there are
4992 * SAUCE: (no-up) add compat_uts_machine= kernel command line override
4993
4994 [ Tim Gardner ]
4995
4996 * [Config] Update annotations for VIRTIO_{NET,BLK}
4997 - LP: #1533382
4998
4999 [ Upstream Kernel Changes ]
5000
5001 * powerpc/powernv: Add support for Nvlink NPUs
5002 - LP: #1522415
5003 * powerpc/powernv: Fix update of NVLink DMA mask
5004 - LP: #1522415
5005 * powerpc/powernv: Change NPU PE# assignment
5006 - LP: #1522415
5007 * powerpc/powernv: Reserve PE#0 on NPU
5008 - LP: #1522415
5009 * KEYS: Fix keyring ref leak in join_session_keyring()
5010 - LP: #1534887
5011 - CVE-2016-0728
5012
5013 -- Tim Gardner <tim.gardner@canonical.com> Tue, 19 Jan 2016 05:49:09 -0700
5014
5015 linux (4.4.0-0.12) xenial; urgency=low
5016
5017 [ Eric Dumazet ]
5018
5019 * SAUCE: (no-up) udp: properly support MSG_PEEK with truncated buffers
5020 - LP: #1527902
5021
5022 [ Guilherme G. Piccoli ]
5023
5024 * SAUCE: powerpc/eeh: Validate arch in eeh_add_device_early()
5025 - LP: #1486180
5026
5027 [ Tim Gardner ]
5028
5029 * SAUCE: AUFS - update to aufs4.x-rcN 20160111
5030 * [Config] CONFIG_VIRTIO_BLK=y, CONFIG_VIRTIO_NET=y for s390
5031 - LP: #1532886
5032 * [Config] nvme.ko moved to drivers/nvme/host
5033 * [Config] scsi_dh morphed into 4 modules
5034 * [Config] CONFIG_IBMVNIC=m
5035 * [Config] Add DRM ast driver to udeb installer image
5036 - LP: #1514711
5037 * [Config] CONFIG_KVM=y for s390x
5038 - LP: #1532886
5039 * [Config] Install spl/zfs under the kernel modules directory
5040 Fixes some errors in generic.inclusion-list.log
5041
5042 [ Upstream Kernel Changes ]
5043
5044 * perf/x86/intel/uncore: Add Broadwell-EP uncore support
5045 - LP: #1524574
5046 * EDAC: Add DDR4 flag
5047 - LP: #1519631
5048 * EDAC, sb_edac: Virtualize several hard-coded functions
5049 - LP: #1519631
5050 * EDAC, sb_edac: Add support for duplicate device IDs
5051 - LP: #1519631
5052 * EDAC, sb_edac: Add Knights Landing (Xeon Phi gen 2) support
5053 - LP: #1519631
5054 * Driver for IBM System i/p VNIC protocol
5055 - LP: #1532303
5056
5057 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 09:57:16 -0700
5058
5059 linux (4.4.0-0.11) xenial; urgency=low
5060
5061 [ Tim Gardner ]
5062
5063 * [Config] Fix bogus reconstruct script
5064
5065 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jan 2016 07:29:17 -0700
5066
5067 linux (4.4.0-0.10) xenial; urgency=low
5068
5069 [ Haren Myneni ]
5070
5071 * SAUCE: crypto: nx-842 - Mask XERS0 bit in return value
5072 - LP: #1529666
5073
5074 [ Serge Hallyn ]
5075
5076 * SAUCE: add a sysctl to disable unprivileged user namespace unsharing
5077
5078 [ Tim Gardner ]
5079
5080 * [Config] CONFIG_ZONE_DEVICE=y for amd64
5081 * [Config] CONFIG_BLK_DEV_LOOP=y for s390x
5082 - LP: #1526869
5083 * SAUCE: (no-up) apparmor: Fix incompatible pointer type warnings
5084 * SAUCE: radeon: r100: Silence 'may be used uninitialized' warnings
5085 * SAUCE: dmaengine: ioatdma: Squelch framesize warnings
5086 * rebase to v4.4
5087
5088 [ Upstream Kernel Changes ]
5089
5090 * rebase to v4.4
5091
5092 -- Tim Gardner <tim.gardner@canonical.com> Mon, 04 Jan 2016 17:43:51 -0700
5093
5094 linux (4.4.0-0.9) xenial; urgency=low
5095
5096 [ Tim Gardner ]
5097
5098 * rebase to v4.4-rc8
5099
5100 [ Upstream Kernel Changes ]
5101
5102 * rebase to v4.4-rc8
5103
5104 -- Tim Gardner <tim.gardner@canonical.com> Sun, 03 Jan 2016 18:50:33 -0700
5105
5106 linux (4.4.0-0.8) xenial; urgency=low
5107
5108 [ Tim Gardner ]
5109
5110 * rebase to v4.4-rc7
5111
5112 [ Upstream Kernel Changes ]
5113
5114 * rebase to v4.4-rc7
5115
5116 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Dec 2015 16:13:11 -0700
5117
5118 linux (4.4.0-0.7) xenial; urgency=low
5119
5120 [ Hui Wang ]
5121
5122 * [Config] CONFIG_I2C_DESIGNWARE_BAYTRAIL=y, CONFIG_IOSF_MBI=y
5123 - LP: #1527096
5124
5125 [ Jann Horn ]
5126
5127 * SAUCE: (noup) ptrace: being capable wrt a process requires mapped
5128 uids/gids
5129 - LP: #1527374
5130
5131 [ Tim Gardner ]
5132
5133 * rebase to v4.4-rc6
5134
5135 [ Upstream Kernel Changes ]
5136
5137 * rebase to v4.4-rc6
5138 - LP: #1526330
5139
5140 -- Tim Gardner <tim.gardner@canonical.com> Thu, 17 Dec 2015 05:28:27 -0700
5141
5142 linux (4.4.0-0.6) xenial; urgency=low
5143
5144 [ Andy Whitcroft ]
5145
5146 * [Config] disable CONFIG_ARM64_LSE_ATOMICS to avoid issues with ARMv8.1
5147 support in latest compilers
5148 * [Config] disable CONFIG_CRYPTO_AES_ARM64_CE* to avoid issues with
5149 ARMv8.1 support in latest compilers
5150
5151 [ Tim Gardner ]
5152
5153 * [Config] s390 -> s390x
5154 * SAUCE: include/linux/mmdebug.h: #include <linux/bug.h>
5155
5156 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Dec 2015 06:46:26 -0700
5157
5158 linux (4.4.0-0.5) xenial; urgency=low
5159
5160 [ Andy Whitcroft ]
5161
5162 * [Config] s390x -- enable tools
5163 - LP: #1524319
5164 * [Config] s390x -- add architecture to getabis
5165 * [Config] s390x -- add s390x ABI information
5166 * [Config] s390x -- enable ABI checks
5167
5168 [ Tim Gardner ]
5169
5170 * [Debian] config-check and prepare using ${DEBIAN}/config/annotations
5171 * [Config] Add s390 modules to nic-modules udeb
5172 - LP: #1525297
5173 * rebase to v4.4-rc5
5174
5175 [ Upstream Kernel Changes ]
5176
5177 * rebase to v4.4-rc5
5178 - LP: #1523517
5179 - LP: #1523232
5180
5181 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Dec 2015 05:28:05 -0700
5182
5183 linux (4.4.0-0.4) xenial; urgency=low
5184
5185 [ Upstream Kernel Changes ]
5186
5187 * cgroup: make css_set pin its css's to avoid use-afer-free
5188 * cgroup_freezer: simplify propagation of CGROUP_FROZEN clearing in
5189 freezer_attach()
5190 * cgroup: fix handling of multi-destination migration from
5191 subtree_control enabling
5192
5193 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Dec 2015 11:20:41 -0700
5194
5195 linux (4.4.0-0.3) xenial; urgency=low
5196
5197 [ Upstream Kernel Changes ]
5198
5199 * rebase to v4.4-rc4
5200
5201 -- Tim Gardner <tim.gardner@canonical.com> Sun, 06 Dec 2015 16:50:15 -0700
5202
5203 linux (4.4.0-0.2) xenial; urgency=low
5204
5205 [ Tim Gardner ]
5206
5207 * [Config] Add spl/zfs provides to generic and powerpc64-smp
5208 * [Config] Add zfs to d-i fs-core-modules
5209 * [Config] Include all s390 specific drivers in linux-image
5210 - LP: #1522210
5211
5212 -- Tim Gardner <tim.gardner@canonical.com> Thu, 03 Dec 2015 07:05:56 -0700
5213
5214 linux (4.4.0-0.1) xenial; urgency=low
5215
5216 [ Andy Whitcroft ]
5217
5218 * [Tests] gcc-multilib does not exist on ppc64el redux
5219 - LP: #1515541
5220 * [Config] libunwind8-dev is not available on s390x
5221 * [Debian] Disable SPL/ZFS for cross compiling -- redux
5222 * [Config] s390x -- add dasd udebs
5223 - LP: #1519833
5224 * [Config] s390x -- include dasd modules in linux-image
5225 - LP: #1519833
5226 * [Config] s390x -- disable ZFS temporarily
5227 - LP: #1519820
5228 * [Config] s390s -- disable ABI/module checks
5229 * [Config] make IBMVETH consistent on powerpc/ppc64el
5230 - LP: #1521712
5231 * [Config] follow ibmvscsi name change
5232 - LP: #1521712
5233 * [Config] move ibm disk and ethernet drivers to linux-image
5234 - LP: #1521712
5235 * [Config] include ibmveth in nic-modules for ppc64el
5236 - LP: #1521712
5237 * [Config] s390x -- disable abi/module checks for s390x
5238
5239 [ Joseph Salisbury ]
5240
5241 * SAUCE: scsi_sysfs: protect against double execution of
5242 __scsi_remove_device()
5243 - LP: #1509029
5244
5245 [ Seth Forshee ]
5246
5247 * [Config] CONFIG_DRM_AMDGPU_CIK=n
5248 - LP: #1510405
5249
5250 [ Tim Gardner ]
5251
5252 * [Debian] Disable SPL/ZFS for cross compiling
5253 * [Config] CONFIG_SCSI_IBMVSCSI=m
5254 - LP: #1515872
5255 * rebase to v4.4-rc2
5256 * [Config] updateconfigs
5257 * [Config] CONFIG_WILC1000_DRIVER=n for FTBS
5258 * SAUCE: do_zfs=false temporarily
5259 * [Config] CONFIG_LUSTRE_FS=n
5260 * [Debian] Disable udebs when cross compiling
5261 * rebase to v4.4-rc3
5262 * [Config] CONFIG_AUFS_FS=m
5263 * SAUCE: AUFS
5264
5265 [ Upstream Kernel Changes ]
5266
5267 * ZFS: Update with 4.4 support
5268 * SPL: Update with 4.4 support
5269
5270 [ Upstream Kernel Changes ]
5271
5272 * rebase to v4.4-rc3
5273 - LP: #1519168
5274 * rebase to v4.4-rc2
5275 - LP: #1506615
5276 - LP: #1502781
5277
5278 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Nov 2015 13:22:37 -0700
5279
5280 linux (4.3.0-0.8) xenial; urgency=low
5281
5282 [ Andy Whitcroft ]
5283
5284 * [Config] re-enable OSS support and blacklist
5285 - LP: #1434842
5286 * [Config] enable CONFIG_CC_STACKPROTECTOR_STRONG=y
5287 * [Packaging] config-check -- improve syntax diagnostics
5288 * [Packaging] module-inclusion -- add dependency inclusion for a list
5289 * [Packaging] config-check -- accumulate multi-line annotations correctly
5290 * [Packaging] config-check -- handle V2 annotations format
5291 * [Packaging] s390x -- add architecture to kernelconfig
5292 - LP: #1488653
5293 * [Config] s390x -- initial configuration
5294 * [Config] s390x -- add initial binary image
5295 * [Config] s390x -- initial configuration update
5296 * [Config] s390x -- produce linux-image
5297 * [Config] s390x -- d-i module exclusions
5298 * [Config] apply Device Drivers >> LED Support >> LED Class Support
5299 * [Config] apply File systems >> Miscellaneous filesystems >> SquashFS 4.0 - Squashed file system support
5300 * [Config] apply Device Drivers >> Generic Driver Options >> Userspace firmware loading support
5301 * SAUCE: leds: lp55xx -- do not force use of the fallback loader
5302 * [Config] -- s390x -- configuration review updates
5303 * [Config] annotations -- add review marks
5304 * [Config] annotations -- config review 4.3 updates
5305 * [Config] annotations -- expose reviews
5306 * [Config] updateconfigs following incoporation of s390x configs
5307 * [Tests] gcc-multilib does not exist on ppc64el
5308 - LP: #1515541
5309
5310 [ Dan Carpenter ]
5311
5312 * SAUCE: (noup) cxlflash: a couple off by one bugs
5313 - LP: #1499849
5314
5315 [ Haren Myneni ]
5316
5317 * Revert "SAUCE: (noup) crypto: 842 - Add CRC and validation support"
5318
5319 [ Jay Vosburgh ]
5320
5321 * SAUCE: fan: add VXLAN implementation
5322
5323 [ Manoj Kumar ]
5324
5325 * SAUCE: (noup) cxlflash: Fix to escalate LINK_RESET also on port 1
5326 - LP: #1513583
5327
5328 [ Matthew R. Ochs ]
5329
5330 * SAUCE: (noup) cxlflash: Fix to avoid virtual LUN failover failure
5331 - LP: #1513583
5332
5333 [ Tim Gardner ]
5334
5335 * [Config] CONFIG_AUFS_EXPORT=y
5336 - LP: #1121699
5337
5338 [ Upstream Kernel Changes ]
5339
5340 * misc/genwqe: get rid of atomic allocations
5341 * crypto: 842 - Add CRC and validation support
5342 - LP: #1497878
5343 * cxlflash: Fix to avoid invalid port_sel value
5344 * cxlflash: Replace magic numbers with literals
5345 * cxlflash: Fix read capacity timeout
5346 * cxlflash: Fix potential oops following LUN removal
5347 * cxlflash: Fix data corruption when vLUN used over multiple cards
5348 * cxlflash: Fix to avoid sizeof(bool)
5349 * cxlflash: Fix context encode mask width
5350 * cxlflash: Fix to avoid CXL services during EEH
5351 * cxlflash: Correct naming of limbo state and waitq
5352 * cxlflash: Make functions static
5353 * cxlflash: Refine host/device attributes
5354 * cxlflash: Fix to avoid spamming the kernel log
5355 * cxlflash: Fix to avoid stall while waiting on TMF
5356 * cxlflash: Fix location of setting resid
5357 * cxlflash: Fix host link up event handling
5358 * cxlflash: Fix async interrupt bypass logic
5359 * cxlflash: Remove dual port online dependency
5360 * cxlflash: Fix AFU version access/storage and add check
5361 * cxlflash: Correct usage of scsi_host_put()
5362 * cxlflash: Fix to prevent workq from accessing freed memory
5363 * cxlflash: Correct behavior in device reset handler following EEH
5364 * cxlflash: Remove unnecessary scsi_block_requests
5365 * cxlflash: Fix function prolog parameters and return codes
5366 * cxlflash: Fix MMIO and endianness errors
5367 * cxlflash: Fix to prevent EEH recovery failure
5368 * cxlflash: Correct spelling, grammar, and alignment mistakes
5369 * cxlflash: Fix to prevent stale AFU RRQ
5370 * cxlflash: Fix to double the delay each time
5371 * cxlflash: Fix to avoid corrupting adapter fops
5372 * cxlflash: Correct trace string
5373 * cxlflash: Fix to avoid potential deadlock on EEH
5374 * cxlflash: Fix to avoid leaving dangling interrupt resources
5375 * cxlflash: Fix to escalate to LINK_RESET on login timeout
5376 * cxlflash: Fix to avoid corrupting port selection mask
5377 * cxlflash: Fix to avoid lock instrumentation rejection
5378 * cxlflash: Fix to avoid bypassing context cleanup
5379
5380 -- Tim Gardner <tim.gardner@canonical.com> Fri, 06 Nov 2015 10:15:07 -0600
5381
5382 linux (4.3.0-0.7) xenial; urgency=low
5383
5384 [ Tim Gardner ]
5385
5386 * Revert "Bypass spl/zfs config"
5387 Causes unresolved symbols on load.
5388 * [Config] Enable ZFS for powerpc64-smp
5389
5390 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Nov 2015 11:42:37 -0600
5391
5392 linux (4.3.0-0.6) xenial; urgency=low
5393
5394 [ Tim Gardner ]
5395
5396 * Release Tracking Bug
5397 - LP: #1512704
5398 * UBUNTU: SAUCE: AUFS aufs4.x-rcN 20151102
5399
5400 [ Andy Whitcroft ]
5401
5402 * [Packaging] add feature interlock with mainline builds
5403 * apparmor -- follow change to this_cpu_ptr
5404
5405 [ John Johansen ]
5406
5407 * SAUCE: (no-up) apparmor: add parameter to control whether policy hashing is used
5408 - LP: #1383886
5409 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
5410 - LP: #1362199
5411 * SAUCE: Revert: fix: only allow a single threaded process to ...
5412 - LP: #1371310
5413 * SAUCE: (no-up) fix: bad unix_addr_fs macro
5414 - LP: #1390223
5415 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
5416 - LP: #1408833
5417 * SAUCE: (no-up) apparmor: fix mount not handling disconnected paths
5418 - LP: #1496430
5419
5420 [ Tim Gardner ]
5421
5422 * [Config] Add iscsi_ibft and iscsi_boot_sysfs to generic inclusion list
5423 - LP: #1511006
5424 * rebase to v4.3
5425 * Bypass spl/zfs config
5426 * SPL/ZFS: Add Makefiles in order to avoid the lengthy config
5427 * [Config] Default AppArmor settings
5428
5429 [ Upstream Kernel Changes ]
5430
5431 * rebase to v4.3
5432
5433 -- Tim Gardner <tim.gardner@canonical.com> Thu, 29 Oct 2015 09:16:26 -0600
5434
5435 linux (4.3.0-0.5) xenial; urgency=low
5436
5437 * Update spl to 0.6.5.3-0ubuntu1, zfs to 0.6.5.3-0ubuntu1
5438
5439 [ Upstream Kernel Changes ]
5440
5441 * rebase to v4.3-rc7
5442 - LP: #1504778
5443
5444 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Oct 2015 13:59:52 -0600
5445
5446 linux (4.3.0-0.4) xenial; urgency=low
5447
5448 [ Tim Gardner ]
5449
5450 * [Debian] Update to new signing key type and location
5451
5452 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 13:07:30 -0600
5453
5454 linux (4.3.0-0.3) wily; urgency=low
5455
5456 [ Tim Gardner ]
5457
5458 * [Debian] sign-file is now compiled
5459
5460 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 Oct 2015 09:26:34 -0600
5461
5462 linux (4.3.0-0.2) wily; urgency=low
5463
5464 [ Tim Gardner ]
5465
5466 * [Config] Added libssl-dev to Build-Depends
5467
5468 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Oct 2015 14:01:55 -0600
5469
5470 linux (4.3.0-0.1) wily; urgency=low
5471
5472 [ Upstream Kernel Changes ]
5473
5474 * rebase to v4.3-rc6
5475 * rebase to v4.3-rc5
5476 * rebase to v4.3-rc4
5477 * rebase to v4.3-rc3
5478 * rebase to v4.3-rc2
5479 * rebase to v4.3-rc1
5480 - LP: #1492132
5481 - LP: #1481575
5482
5483 -- Tim Gardner <tim.gardner@canonical.com> Mon, 14 Sep 2015 07:30:36 -0600
5484
5485 linux (4.2.0-10.11) wily; urgency=low
5486
5487 [ Andy Whitcroft ]
5488
5489 * Release Tracking Bug
5490 - LP: #1495208
5491 * No change rebuild to avoid issues with leading zero bytes on
5492 internal module signing key. (see launchpad bug 1494943)
5493
5494 [ Ming Lei ]
5495
5496 * [Config] SERIAL_8250_DW=y for arm64
5497
5498 [ Upstream Kernel Changes ]
5499
5500 * drm/i915: Move WaBarrierPerformanceFixDisable:skl to skl code from chv
5501 code
5502 - LP: #1484486
5503 * drm/i915/gen8: Add infrastructure to initialize WA batch buffers
5504 - LP: #1484486
5505 * drm/i915/gen8: Re-order init pipe_control in lrc mode
5506 - LP: #1484486
5507 * drm/i915/gen8: Add WaDisableCtxRestoreArbitration workaround
5508 - LP: #1484486
5509 * drm/i915/gen8: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5510 workaround
5511 - LP: #1484486
5512 * drm/i915: Bail out early if WA batch is not available for given Gen
5513 - LP: #1484486
5514 * drm/i915/gen8: Add WaClearSlmSpaceAtContextSwitch workaround
5515 - LP: #1484486
5516 * drm/i915: Update WaFlushCoherentL3CacheLinesAtContextSwitch
5517 - LP: #1484486
5518 * drm/i915/gen9: Implement WaDisableKillLogic for gen 9
5519 - LP: #1484486
5520 * drm/i915: Enable WA batch buffers for Gen9
5521 - LP: #1484486
5522 * drm/i915/gen9: Add WaDisableCtxRestoreArbitration workaround
5523 - LP: #1484486
5524 * drm/i915: Update wa_ctx_emit() macro as per kernel coding guidelines
5525 - LP: #1484486
5526 * drm/i915/gen9: Add WaFlushCoherentL3CacheLinesAtContextSwitch
5527 workaround
5528 - LP: #1484486
5529 * drm/i915/gen9: Add
5530 WaSetDisablePixMaskCammingAndRhwoInCommonSliceChicken
5531 - LP: #1484486
5532 * drm/i915:skl: Add WaEnableGapsTsvCreditFix
5533 - LP: #1484486
5534 * drm/i915/skl: revert duplicated WaBarrierPerformanceFixDisable:skl
5535 - LP: #1484486
5536 * drm/i915/skl: Don't expose the top most plane on gen9 display
5537 - LP: #1484486
5538 * drm/i915/skl WaDisableSbeCacheDispatchPortSharing
5539 - LP: #1484486
5540 * drm/i915/skl: WaIgnoreDDIAStrap is forever, always init DDI A
5541 - LP: #1484486
5542 * drm/i915: reduce indent in i9xx_hpd_irq_handler
5543 - LP: #1484531
5544 * drm/i915: reduce duplicate conditions in i9xx_hpd_irq_handler
5545 - LP: #1484531
5546 * drm/i915: reduce indent in intel_hpd_irq_handler
5547 - LP: #1484531
5548 * drm/i915: group all hotplug related fields into a new struct in
5549 dev_priv
5550 - LP: #1484531
5551 * drm/i915: add for_each_hpd_pin to iterate over hotplug pins
5552 - LP: #1484531
5553 * drm/i915: simplify conditions for skipping the 2nd hpd loop iterations
5554 - LP: #1484531
5555 * drm/i915: put back the indent in intel_hpd_irq_handler
5556 - LP: #1484531
5557 * drm/i915: merge the two hpd loops in intel_hpd_irq_handler to one
5558 - LP: #1484531
5559 * drm/i915: simplify condition for digital port
5560 - LP: #1484531
5561 * drm/i915: abstract away platform specific parts from hpd handling
5562 - LP: #1484531
5563 * drm/i915: Handle HPD when it has actually occurred
5564 - LP: #1484531
5565 * drm/i915: Set power domain for DDI-E
5566 - LP: #1484531
5567 * drm/i915: Set alternate aux for DDI-E
5568 - LP: #1484531
5569 * drm/i915/skl: enable DDI-E hotplug
5570 - LP: #1484531
5571 * drm/i915/bxt: fix DDI PHY vswing scale value setting
5572 - LP: #1494163
5573 * drm/i915/skl: Buffer translation improvements
5574 - LP: #1494163
5575 * drm/i915: Per-DDI I_boost override
5576 - LP: #1494163
5577 * drm/i915: fix VBT parsing for SDVO child device mapping
5578 - LP: #1494163
5579 * drm/i915/bxt: edp1.4 Intermediate Freq support
5580 - LP: #1494163
5581 * drm/i915: fix link rates reported for SKL
5582 - LP: #1494163
5583 * drm/i915: Allow parsing of variable size child device entries from VBT
5584 - LP: #1494163
5585 * drm/i915/skl: Update DDI buffer translation programming.
5586 - LP: #1494163
5587 * drm/i915: Enable HDMI on DDI-E
5588 - LP: #1484531
5589 * drm/i915/skl: Enable DDI-E
5590 - LP: #1484531
5591 * drm/i915: eDP can be present on DDI-E
5592 - LP: #1484531
5593 * drm/i915/skl: Adding DDI_E power well domain
5594 - LP: #1484531
5595 * drm/i915: set CDCLK if DPLL0 enabled during resuming from S3
5596 - LP: #1490035
5597 * drm/i915: Split atomic wm update to pre and post variants
5598 - LP: #1493746
5599 * drm/i915/skl: Drop the preliminary_hw_support flag
5600 - LP: #1486868
5601 * drm/i915: set FDI translations to NULL on SKL
5602 - LP: #1494163
5603
5604 -- Andy Whitcroft <apw@canonical.com> Sun, 13 Sep 2015 11:32:02 +0100
5605
5606 linux (4.2.0-9.9) wily; urgency=low
5607
5608 [ Tim Gardner ]
5609
5610 * Release Tracking Bug
5611 - LP: #1493970
5612 * [Config] CONFIG_MFD_INTEL_LPSS=m
5613 - LP: #1397876
5614
5615 [ dann frazier ]
5616
5617 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
5618 - LP: #1388952
5619
5620 [ Michael Ellerman ]
5621
5622 * SAUCE: crypto: vmx - VMX crypto should depend on CONFIG_VSX
5623 Fixes FTBS on 32 bit powerpc, patch sent upstream.
5624
5625 [ Upstream Kernel Changes ]
5626
5627 * thermal/powerclamp: add cpu id for skylake h/s
5628 - LP: #1398269
5629 * perf/x86/intel/uncore: Add Broadwell-DE uncore support
5630 - LP: #1397852
5631 * mfd: watchdog: iTCO_wdt: Expose watchdog properties using platform data
5632 - LP: #1460905
5633 * i2c: i801: Create iTCO device on newer Intel PCHs
5634 - LP: #1460905
5635 * watchdog: iTCO_wdt: Add support for TCO on Intel Sunrisepoint
5636 - LP: #1460905
5637 * perf/x86: Add a native_perf_sched_clock_from_tsc()
5638 - LP: #1397867
5639 * perf/x86/intel: Add support for PEBSv3 profiling
5640 - LP: #1397867
5641 * perf/x86/intel/lbr: Allow time stamp for free running PEBSv3
5642 - LP: #1397867
5643 * x86: Add new MSRs and MSR bits used for Intel Skylake PMU support
5644 - LP: #1397867
5645 * perf: Add cycles to branch_info
5646 - LP: #1397867
5647 * perf/x86/intel/lbr: Add support for LBRv5
5648 - LP: #1397867
5649 * perf/x86/intel: Handle new arch perfmon v4 status bits
5650 - LP: #1397867
5651 * perf/x86/intel: Move PMU ACK to after LBR read
5652 - LP: #1397867
5653 * perf/x86/intel/lbr: Optimize v4 LBR unfreezing
5654 - LP: #1397867
5655 * perf/x86/intel: Add Intel Skylake PMU support
5656 - LP: #1397867
5657 * perf/x86/intel/lbr: Use correct index to save/restore LBR_INFO with
5658 call stack
5659 - LP: #1397867
5660 * perf/x86/intel/lbr: Limit LBR accesses to TOS in callstack mode
5661 - LP: #1397867
5662 * perf/x86: Make merge_attr() global to use from perf_event_intel
5663 - LP: #1397867
5664 * perf/x86/intel: Use 0x11 as extra reg test value
5665 - LP: #1397867
5666 * perf tools: Add support for cycles, weight branch_info field
5667 - LP: #1397867
5668 * perf report: Add flag for non ANY branch mode
5669 - LP: #1397867
5670 * perf report: Add infrastructure for a cycles histogram
5671 - LP: #1397867
5672 * perf report: Add processing for cycle histograms
5673 - LP: #1397867
5674 * perf annotate: Compute IPC and basic block cycles
5675 - LP: #1397867
5676 * perf annotate: Finally display IPC and cycle accounting
5677 - LP: #1397867
5678 * perf top: Add branch annotation code to top
5679 - LP: #1397867
5680 * perf report: Display cycles in branch sort mode
5681 - LP: #1397867
5682 * perf annotate: Fix 32-bit compilation error in util/annotate.c
5683 - LP: #1397867
5684 * PM / QoS: Make it possible to expose device latency tolerance to
5685 userspace
5686 - LP: #1460908
5687 * ACPI / PM: Attach ACPI power domain only once
5688 - LP: #1460908
5689 * Driver core: wakeup the parent device before trying probe
5690 - LP: #1460908
5691 * klist: implement klist_prev()
5692 - LP: #1460908
5693 * driver core: implement device_for_each_child_reverse()
5694 - LP: #1460908
5695 * mfd: make mfd_remove_devices() iterate in reverse order
5696 - LP: #1460908
5697 * dmaengine: add a driver for Intel integrated DMA 64-bit
5698 - LP: #1460908
5699 * mfd: Add support for Intel Sunrisepoint LPSS devices
5700 - LP: #1460908
5701 * spi: pxa2xx: Add support for Intel Sunrisepoint
5702 - LP: #1397876
5703 * spi: spi-pxa2xx: Remove unused legacy PXA DMA API channel numbers
5704 - LP: #1397876
5705 * spi: pxa2xx: Add terminating entry for pxa2xx_spi_pci_compound_match
5706 - LP: #1397876
5707 * spi: spi-pxa2xx: Remove unused legacy null dma buffer and allocation
5708 for it
5709 - LP: #1397876
5710 * intel_idle: Skylake Client Support
5711 - LP: #1397877
5712 * powerpc/kernel: Switch to using MAX_ERRNO
5713 - LP: #1458876
5714 * powerpc/kernel: Change the do_syscall_trace_enter() API
5715 - LP: #1458876
5716 * powerpc: Drop unused syscall_get_error()
5717 - LP: #1458876
5718 * powerpc: Don't negate error in syscall_set_return_value()
5719 - LP: #1458876
5720 * powerpc: Rework syscall_get_arguments() so there is only one loop
5721 - LP: #1458876
5722 * powerpc: Use orig_gpr3 in syscall_get_arguments()
5723 - LP: #1458876
5724 * powerpc: Change syscall_get_nr() to return int
5725 - LP: #1458876
5726 * powerpc/kernel: Add SIG_SYS support for compat tasks
5727 - LP: #1458876
5728 * powerpc/kernel: Enable seccomp filter
5729 - LP: #1458876
5730 * selftests/seccomp: Make seccomp tests work on big endian
5731 - LP: #1458876
5732 * selftests/seccomp: Add powerpc support
5733 - LP: #1458876
5734 * eCryptfs: Invalidate dcache entries when lower i_nlink is zero
5735
5736 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Sep 2015 19:17:57 -0600
5737
5738 linux (4.2.0-8.8) wily; urgency=low
5739
5740 [ Tim Gardner ]
5741
5742 * Release Tracking Bug
5743 - LP: #1493357
5744 * [Config] CONFIG_CRYPTO_DEV_NX_COMPRESS_CRYPTO obsolete
5745 - LP: #1488495
5746 * [Config] CONFIG_CXLFLASH=m
5747 * [Config] CONFIG_CXL_EEH=y for ppc64el, powerpc64-smp
5748
5749
5750 [ Andy Whitcroft ]
5751
5752 * [Packaging] standardise on stage1 for the bootstrap stage in line with debian
5753 * [Packaging] mark up control for stage1
5754 * [Config] kernel-versions -- clean up deps field
5755 * [Config] s390x -- build linux-libc-dev
5756 - LP: #1488653
5757 * [Packaging] control -- prepare for new kernel-wedge semantics
5758
5759 [ Upstream Kernel Changes ]
5760
5761 * crypto: vmx - Fixing AES-CTR counter bug
5762 - LP: #1484519
5763 * crypto: vmx - Fixing GHASH Key issue on little endian
5764 - LP: #1484519
5765 * powerpc: Uncomment and make enable_kernel_vsx() routine available
5766 - LP: #1484519
5767 * crypto: vmx - Adding enable_kernel_vsx() to access VSX instructions
5768 - LP: #1484519
5769 * crypto: nx - nx842_OF_upd_status should return ENODEV if device is not
5770 'okay'
5771 - LP: #1488495
5772 * crypto: nx - rename nx842_{init, exit} to nx842_pseries_{init, exit}
5773 - LP: #1488495
5774 * crypto: nx - do not emit extra output if status is disabled
5775 - LP: #1488495
5776 * crypto: nx - reduce chattiness of platform drivers
5777 - LP: #1488495
5778 * crypto: nx/842 - Fix context corruption
5779 - LP: #1488495
5780 * crypto: nx - remove __init/__exit from VIO functions
5781 - LP: #1488495
5782 * crypto: nx - remove pSeries NX 'status' field
5783 - LP: #1488495
5784 * crypto: nx - move kzalloc() out of spinlock
5785 - LP: #1488495
5786 * crypto: nx - don't register pSeries driver if ENODEV
5787 - LP: #1488495
5788 * crypto: nx - use common code for both NX decompress success cases
5789 - LP: #1488495
5790 * crypto: nx - merge nx-compress and nx-compress-crypto
5791 - LP: #1488495
5792 * crypto: nx - rename nx-842-crypto.c to nx-842.c
5793 - LP: #1488495
5794 * crypto: nx - make platform drivers directly register with crypto
5795 - LP: #1488495
5796 * cxlflash: Base support for IBM CXL Flash Adapter
5797 - LP: #1449121
5798 * cxlflash: Base error recovery support
5799 - LP: #1449121
5800 * cxlflash: Superpipe support
5801 - LP: #1449121
5802 * cxlflash: Virtual LUN support
5803 - LP: #1449121
5804 * cxlflash: off by one bug in cxlflash_show_port_status()
5805 - LP: #1449121
5806 * cxlflash: shift wrapping bug in afu_link_reset()
5807 - LP: #1449121
5808 * cxlflash: Remove unused variable from queuecommand
5809 - LP: #1449121
5810 * powerpc/powernv: move dma_get_required_mask from pnv_phb to
5811 pci_controller_ops
5812 * powerpc/eeh: Probe after unbalanced kref check
5813 * misc: cxl: clean up afu_read_config()
5814 * cxl: Add explicit precision specifiers
5815 * cxl: use more common format specifier
5816 * cxl: Destroy cxl_adapter_idr on module_exit
5817 * cxl: Destroy afu->contexts_idr on release of an afu
5818 * cxl: Don't ignore add_process_element() result when attaching context
5819 * cxl: Compile with -Werror
5820 * cxl: sparse: Make declarations static
5821 * cxl: sparse: Silence iomem warning in debugfs file creation
5822 * cxl: Convert MMIO read/write macros to inline functions
5823 * cxl: Drop commands if the PCI channel is not in normal state
5824 * cxl: Allocate and release the SPA with the AFU
5825 * cxl: Make IRQ release idempotent
5826 * cxl: Clean up adapter MMIO unmap path.
5827 * cxl: Refactor adaptor init/teardown
5828 * cxl: Refactor AFU init/teardown
5829 * cxl: Don't remove AFUs/vPHBs in cxl_reset
5830 * cxl: Allow the kernel to trust that an image won't change on PERST.
5831 * cxl: EEH support
5832 * cxl: Add CONFIG_CXL_EEH symbol
5833 * cxl: Plug irq_bitmap getting leaked in cxl_context
5834 * cxl: Add alternate MMIO error handling
5835 * cxl: Allow release of contexts which have been OPENED but not STARTED
5836 * cxl: Remove use of macro DEFINE_PCI_DEVICE_TABLE
5837 * cxl: Release irqs if memory allocation fails
5838 * cxl: Remove racy attempt to force EEH invocation in reset
5839 * cxl: Fix + cleanup error paths in cxl_dev_context_init
5840 * cxl: Fix force unmapping mmaps of contexts allocated through the kernel api
5841 * cxl: Set up and enable PSL Timebase
5842
5843 -- Tim Gardner <tim.gardner@canonical.com> Tue, 01 Sep 2015 07:38:43 -0600
5844
5845 linux (4.2.0-7.7) wily; urgency=low
5846
5847 [ Tim Gardner ]
5848
5849 * Release Tracking Bug
5850 - LP: #1490564
5851 * rebase to v4.2
5852
5853 [ Wen Xiong ]
5854
5855 * SAUCE: ipr: Byte swapping for device_id attribute in sysfs
5856 - LP: #1453892
5857
5858 [ Upstream Kernel Changes ]
5859
5860 * rebase to v4.2
5861 - LP: #1487345
5862
5863 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2015 07:06:10 -0600
5864
5865 linux (4.2.0-6.6) wily; urgency=low
5866
5867 [ Tim Gardner ]
5868
5869 * Release Tracking Bug
5870 - LP: #1488138
5871
5872 [ Andy Whitcroft ]
5873
5874 * rebase to v4.2-rc8
5875
5876 [ Shilpasri G Bhat ]
5877
5878 * SAUCE: cpufreq: powernv: Handle throttling due to Pmax capping at chip
5879 level
5880 - LP: #1480894
5881 * SAUCE: powerpc/powernv: Add definition of OPAL_MSG_OCC message type
5882 - LP: #1480894
5883 * SAUCE: cpufreq: powernv: Register for OCC related opal_message
5884 notification
5885 - LP: #1480894
5886 * SAUCE: cpufreq: powernv: Call throttle_check() on receiving
5887 OCC_THROTTLE
5888 - LP: #1480894
5889 * SAUCE: cpufreq: powernv: Report Psafe only if PMSR.psafe_mode_active
5890 bit is set
5891 - LP: #1480894
5892 * SAUCE: cpufreq: powernv: Restore cpu frequency to policy->cur on
5893 unthrottling
5894 - LP: #1480894
5895
5896 [ Upstream Kernel Changes ]
5897
5898 * rebase to v4.2-rc8
5899 - LP: #1483440
5900 - LP: #1484334
5901
5902 -- Tim Gardner <tim.gardner@canonical.com> Fri, 21 Aug 2015 07:12:11 -0600
5903
5904 linux (4.2.0-5.5) wily; urgency=low
5905
5906 [ Tim Gardner ]
5907
5908 * Release Tracking Bug
5909 - LP: #1487173
5910
5911 [ Andy Whitcroft ]
5912
5913 * [Packaging] correct spelling of probabaly on the tools packages
5914 - LP: #1256822
5915 * rebase to v4.2-rc7
5916
5917 [ dann frazier ]
5918
5919 * d-i: Add nicpf and nicvf to nic-modules
5920 * d-i: Enable usb modules on arm64
5921
5922 [ Mahesh Salgaonkar ]
5923
5924 * SAUCE: powerpc/powernv: display reason for Malfunction Alert HMI.
5925 - LP: #1482343
5926 * SAUCE: powerpc/powernv: Pull all HMI events before panic.
5927 - LP: #1482343
5928 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable
5929 machine check errors.
5930 - LP: #1482343
5931 * SAUCE: powerpc/powernv: Invoke opal_cec_reboot2() on unrecoverable HMI.
5932 - LP: #1482343
5933
5934 [ Vipin K Parashar ]
5935
5936 * SAUCE: powerpc/powernv: Add poweroff (EPOW, DPO) events support for
5937 PowerNV platform
5938 - LP: #1469771
5939
5940 [ Upstream Kernel Changes ]
5941
5942 * rebase to v4.2-rc7
5943
5944 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Aug 2015 09:48:40 -0600
5945
5946 linux (4.2.0-4.4) wily; urgency=low
5947
5948 [ Tim Gardner ]
5949
5950 * Release Tracking Bug
5951 - LP: #1483677
5952
5953 [ Achiad Shochat ]
5954
5955 * SAUCE: net/mlx5e: Support TX packet copy into WQE
5956 * SAUCE: net/mlx5e: TX latency optimization to save DMA reads
5957 * SAUCE: net/mlx5e: Cosmetics: use BIT() instead of "1 <<", and others
5958 * SAUCE: net/mlx5e: Input IPSEC.SPI into the RX RSS hash function
5959
5960 [ Adam Lee ]
5961
5962 * SAUCE: serial: 8250_pci: Add support for Pericom PI7C9X795[1248]
5963 - LP: #1480142
5964
5965 [ dann frazier ]
5966
5967 * [Config] CONFIG_NR_CPUS=128 on arm64
5968
5969 [ Leann Ogasawara ]
5970
5971 * [Config] d-i -- Add sfc to nic-modules udeb
5972 - LP: #1481490
5973
5974 [ Saeed Mahameed ]
5975
5976 * SAUCE: net/mlx5e: Support ETH_RSS_HASH_XOR
5977 * SAUCE: net/mlx5e: Allocate DMA coherent memory on reader NUMA node
5978
5979 [ Tim Gardner ]
5980
5981 * [Config] CONFIG_X86_INTEL_MPX=y
5982 - LP: #1460902
5983 * [Debian] change dependency on module-init-tools to kmod
5984 - LP: #1481986
5985 * rebase to v4.2-rc6
5986
5987 [ Upstream Kernel Changes ]
5988
5989 * rebase to v4.2-rc6
5990
5991 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 16:59:45 -0600
5992
5993 linux (4.2.0-3.3) wily; urgency=low
5994
5995 [ Tim Gardner ]
5996
5997 * Release Tracking Bug
5998 - LP: #1481462
5999 * SAUCE: workqueue: Make flush_workqueue() available again to non GPL modules
6000 Fixes an FTBS for at least one DKMS package.
6001
6002 -- Tim Gardner <tim.gardner@canonical.com> Tue, 04 Aug 2015 11:26:53 -0600
6003
6004 linux (4.2.0-2.2) wily; urgency=low
6005
6006 [ Tim Gardner ]
6007
6008 * Release Tracking Bug
6009 - LP: #1481067
6010 * rebase to v4.2-rc5
6011
6012 [ Andy Whitcroft ]
6013
6014 * [Packaging] module-inclusion -- commonise copy code and simplify
6015 * [Packaging] module-inclusion -- add manual command entries
6016 * [Packaging] module blacklists -- add support for manual blacklists
6017 * [Packaging] do_common_tools should always be on
6018 * [Packaging] initscripts need installing when making the package
6019 * [Packaging] initscripts work around bug in debhelper systemd support
6020 * [Config] exclude oss modules from linux-image
6021 - LP: #1434842
6022 * hyper-v -- add hid and fb drivers to linux-virtual
6023 - LP: #1444179
6024 * ubuntu: (no-squash) vbox -- infrastructure and updater
6025 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
6026 - LP: #1426113
6027 * ubuntu: vbox -- update to 5.0.0-dfsg-1
6028 - LP: #1480879
6029 * SAUCE: vbox: follow v4.2 updates to follow_link()/put_link() API
6030 * [Config] move vbox modules into linux-image
6031
6032 [ Upstream Kernel Changes ]
6033
6034 * rebase to v4.2-rc5
6035 - LP: #1478497
6036 - LP: #1477900
6037
6038 -- Andy Whitcroft <apw@canonical.com> Mon, 03 Aug 2015 12:20:10 +0100
6039
6040 linux (4.2.0-1.1~rc1) wily; urgency=low
6041
6042 [ Andy Whitcroft ]
6043
6044 * Release Tracking Bug
6045 - LP: #1479903
6046 * Initial upload of v4.2 based kernel (currently v4.-rc4)
6047
6048 [ Upstream Kernel Changes ]
6049
6050 * rebase to v4.2-rc4
6051 - LP: #1476987
6052 - LP: #1476888
6053 * rebase to v4.2-rc3
6054 * rebase to v4.2-rc2
6055 * rebase to v4.2-rc1
6056 - LP: #1394368
6057 - LP: #1427680
6058 - LP: #1462614
6059 - LP: #1397021
6060
6061 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jul 2015 18:42:46 +0100
6062
6063 linux (4.1.0-3.3) wily; urgency=low
6064
6065 [ Andy Whitcroft ]
6066
6067 * Release Tracking Bug
6068 - LP: #1478897
6069
6070 [ Colin Ian King ]
6071
6072 * SAUCE: KEYS: ensure we free the assoc array edit if edit is valid
6073 - CVE-2015-1333
6074
6075 [ Seth Forshee ]
6076
6077 * SAUCE: overlayfs: Enable user namespace mounts for the "overlay" fstype
6078 - LP: #1478578
6079
6080 [ Upstream Kernel Changes ]
6081
6082 * sched/stop_machine: Fix deadlock between multiple stop_two_cpus()
6083 - LP: #1461620
6084 * x86/nmi: Enable nested do_nmi() handling for 64-bit kernels
6085 * x86/nmi/64: Remove asm code that saves cr2
6086 * x86/nmi/64: Switch stacks on userspace NMI entry
6087 * x86/nmi/64: Reorder nested NMI checks
6088 * x86/nmi/64: Use DF to avoid userspace RSP confusing nested NMI
6089 detection
6090
6091 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2015 11:59:03 +0100
6092
6093 linux (4.1.0-2.4) wily; urgency=low
6094
6095 [ Andy Whitcroft ]
6096
6097 * SAUCE: overlayfs: when copying up and reading directories ensure
6098 mounter had permissions V2
6099 - CVE-2015-1328
6100
6101 [ Leann Ogasawara ]
6102
6103 * Release Tracking Bug
6104 - LP: #1465419
6105
6106 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6107
6108 linux (4.1.0-2.2) wily; urgency=low
6109
6110 [ Tim Gardner ]
6111
6112 * rebase to v4.1.3
6113 * [Config] Add i40e[vf] to d-i
6114 - LP: #1476393
6115
6116 [ Upstream Kernel Changes ]
6117
6118 * rebase to v4.1.3
6119 - LP: #1427680
6120 - LP: #1462614
6121 - LP: #1394368
6122
6123 -- Tim Gardner <tim.gardner@canonical.com> Wed, 22 Jul 2015 09:13:02 -0600
6124
6125 linux (4.1.0-1.1) wily; urgency=low
6126
6127 [ Andy Whitcroft ]
6128
6129 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6130 - LP: #1395877, #1410480
6131 * SAUCE: overlayfs: when copying up and reading directories ensure
6132 mounter had permissions V2
6133 - CVE-2015-1328
6134 * [Packaging] fix up Vcs-Git: to point to launchpad
6135 * [Config] correct linux-initramfs-tool virtual linkage
6136 - LP: #1474810
6137
6138 [ Chris J Arges ]
6139
6140 * [Config] Add dm-service-time to multipath-modules
6141 - LP: #1469240
6142 * [Config] Add MTD_POWERNV_FLASH and OPAL_PRD
6143 - LP: #1464560
6144
6145 [ Jay Vosburgh ]
6146
6147 * SAUCE: fan: Proof of concept implementation (v2)
6148 - LP: #1439706
6149 * SAUCE: fan: tunnel multiple mapping mode (v3)
6150 - LP: #1470091
6151
6152 [ Leann Ogasawara ]
6153
6154 * Revert "SAUCE: ext4: disable ext4_punch_hole for indirect filesystems"
6155 * Revert "SAUCE: intel_pstate: inform user that thermald is worth
6156 considering"
6157 * Revert "SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537"
6158 * Revert "SAUCE: dm-crypt: never use write same"
6159 * Release Tracking Bug
6160 - LP: #1476333
6161
6162 [ Tim Gardner ]
6163
6164 * Rebase to v4.1
6165 - LP: #1443371
6166 * [Config] Enable Apparmor
6167 * [Config] CONFIG_OVERLAY_FS_V1=y
6168 * [Config] DEFAULT_IOSCHED="deadline" for ppc64el
6169 - LP: #1469829
6170 * [Config] CONFIG_VM86=n
6171 - LP: #1473447
6172 * [Config] ACORN_PARTITION=n
6173 - LP: #1453117
6174
6175 [ Timo Aaltonen ]
6176
6177 * [Config] Disable CONFIG_DRM_I915_PRELIMINARY_HW_SUPPORT
6178 - LP: #1473319
6179
6180 [ Upstream Kernel Changes ]
6181
6182 * efi: efivar_create_sysfs_entry() should return negative error codes
6183 * efi: Add esrt support
6184 * x86, doc: Remove cmdline_size from list of fields to be filled in for
6185 EFI handover
6186 * efi/esrt: Fix some compiler warnings
6187 * efi: dmi: List SMBIOS3 table before SMBIOS table
6188 * efi: Add 'systab' information to Documentation/ABI
6189 * ALSA: hda - restore the MIC FIXUP for some Dell machines
6190 - LP: #1473560
6191 * mtd: powernv: Add powernv flash MTD abstraction driver
6192 - LP: #1464560
6193 * powerpc/powernv: Expose OPAL APIs required by PRD interface
6194 - LP: #1464560
6195 * powerpc/powernv: Add opal-prd channel
6196 - LP: #1464560
6197 * powerpc/powernv: fix construction of opal PRD messages
6198 - LP: #1464560
6199 * powerpc/include: Add opal-prd to installed uapi headers
6200 - LP: #1464560
6201 * powerpc/powernv: Fix vma page prot flags in opal-prd driver
6202 - LP: #1464560
6203
6204 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 20 Jul 2015 10:16:06 -0700
6205
6206 linux (4.0.0-2.4) wily; urgency=low
6207
6208 [ Andy Whitcroft ]
6209
6210 * SAUCE: overlayfs: when copying up and reading directories ensure
6211 mounter had permissions V2
6212 - CVE-2015-1328
6213
6214 [ Leann Ogasawara ]
6215
6216 * Release Tracking Bug
6217 - LP: #1465419
6218
6219 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 15 Jun 2015 14:09:22 -0700
6220
6221 linux (4.0.0-1.2) wily; urgency=low
6222
6223 [ Andy Whitcroft ]
6224
6225 * SAUCE: overlay: add backwards compatible overlayfs format support V3
6226 - LP: #1395877, #1410480
6227 * [Config] enable CONFIG_OVERLAY_FS_V1
6228
6229 [ Tai Nguyen ]
6230
6231 * SAUCE: power: reset: Add syscon reboot device node for APM X-Gene platform
6232 - LP: #1463211
6233
6234 [ Tim Gardner ]
6235
6236 * [Config] CONFIG_HIBERNATION=n for ppc64el
6237 - LP: #1463836
6238
6239 -- Tim Gardner <tim.gardner@canonical.com> Fri, 12 Jun 2015 06:11:53 -0600
6240
6241 linux (4.0.0-1.1) wily; urgency=low
6242
6243 [ Leann Ogasawara ]
6244
6245 * Revert "md/raid0: fix bug with chunksize not a power of 2."
6246 - LP: #1457510
6247 * powerpc/powernv: Check image loaded or not before calling flash
6248 - LP: #1461553
6249
6250 [ Tim Gardner ]
6251
6252 * [Config] armhf: CPUFREQ_DT=y
6253 - LP: #1457781
6254
6255 [ Upstream Kernel Changes ]
6256
6257 * rebase to v4.0.5
6258 - LP: #1429756
6259 - LP: #1452175
6260 - LP: #1454656
6261 - LP: #1447909
6262 - LP: #1446517
6263 - LP: #1428947
6264 - LP: #1410704
6265 - LP: #1412800
6266 - LP: #1400215
6267 - LP: #1411193
6268 - LP: #1412800
6269 - LP: #1408295
6270 - LP: #1436745
6271
6272 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 09 Jun 2015 05:58:46 -0700
6273
6274 linux (3.19.0-10.10) vivid; urgency=low
6275
6276 [ Andy Whitcroft ]
6277
6278 * [Packaging] control -- make element ordering deterministic
6279 * [Config] allow dracult to support initramfs as well
6280 - LP: #1109029
6281 * [Packaging] generate live watchdog blacklists
6282 - LP: #1432837
6283
6284 [ Leann Ogasawara ]
6285
6286 * [Config] CONFIG_KVM_GENERIC_DIRTYLOG_READ_PROTECT=y
6287 - LP: #1397860
6288 * rebase to v3.19.2
6289
6290 [ Upstream Kernel Changes ]
6291
6292 * thinkpad_acpi: support new BIOS version string pattern
6293 - LP: #1417915
6294 * arm64: Invalidate the TLB corresponding to intermediate page table
6295 levels
6296 - LP: #1432546
6297 * perf tools: Support parsing parameterized events
6298 - LP: #1430341
6299 * perf tools: Extend format_alias() to include event parameters
6300 - LP: #1430341
6301 * perf Documentation: Add event parameters
6302 - LP: #1430341
6303 * perf tools: Document parameterized and symbolic events
6304 - LP: #1430341
6305 * perf: provide sysfs_show for struct perf_pmu_events_attr
6306 - LP: #1430341
6307 * perf: add PMU_EVENT_ATTR_STRING() helper
6308 - LP: #1430341
6309 * perf: define EVENT_DEFINE_RANGE_FORMAT_LITE helper
6310 - LP: #1430341
6311 * powerpc/perf/hv-24x7: parse catalog and populate sysfs with events
6312 - LP: #1430341
6313 * powerpc/perf/{hv-gpci, hv-common}: generate requests with counters
6314 annotated
6315 - LP: #1430341
6316 * powerpc/perf/hv-gpci: add the remaining gpci requests
6317 - LP: #1430341
6318 * powerpc/perf/hv-24x7: Document sysfs event description entries
6319 - LP: #1430341
6320 * powerpc/iommu: Remove IOMMU device references via bus notifier
6321 - LP: #1425202
6322 * powerpc/pseries: Fix endian problems with LE migration
6323 - LP: #1428351
6324 * intel_idle: support additional Broadwell model
6325 - LP: #1400970
6326 * tools/power turbostat: support additional Broadwell model
6327 - LP: #1400970
6328 * KVM: x86: flush TLB when D bit is manually changed.
6329 - LP: #1397860
6330 * Optimize TLB flush in kvm_mmu_slot_remove_write_access.
6331 - LP: #1397860
6332 * KVM: Add generic support for dirty page logging
6333 - LP: #1397860
6334 * KVM: x86: switch to kvm_get_dirty_log_protect
6335 - LP: #1397860
6336 * KVM: Rename kvm_arch_mmu_write_protect_pt_masked to be more generic for
6337 log dirty
6338 - LP: #1397860
6339 * KVM: MMU: Add mmu help functions to support PML
6340 - LP: #1397860
6341 * KVM: MMU: Explicitly set D-bit for writable spte.
6342 - LP: #1397860
6343 * KVM: x86: Change parameter of kvm_mmu_slot_remove_write_access
6344 - LP: #1397860
6345 * KVM: x86: Add new dirty logging kvm_x86_ops for PML
6346 - LP: #1397860
6347 * KVM: VMX: Add PML support in VMX
6348 - LP: #1397860
6349 * HID: multitouch: add support of clickpads
6350 * HID: multitouch: Add support for button type usage
6351
6352 [ Upstream Kernel Changes ]
6353
6354 * rebase to v3.19.2
6355 - LP: #1428947
6356
6357 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Mar 2015 15:28:16 +0000
6358
6359 linux (3.19.0-9.9) vivid; urgency=low
6360
6361 [ Leann Ogasawara ]
6362
6363 * Release Tracking Bug
6364 - LP: #1430930
6365
6366 [ Shachar Raindel ]
6367
6368 * SAUCE: IB/core: Prevent integer overflow in ib_umem_get address
6369 arithmetic
6370 - LP: #1413741
6371 - CVE-2014-8159
6372
6373 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 11 Mar 2015 10:29:17 -0700
6374
6375 linux (3.19.0-8.8) vivid; urgency=low
6376
6377 [ Andy Whitcroft ]
6378
6379 * ubuntu: vbox -- elide the new symlinks and reconstruct on clean:
6380 - LP: #1426113
6381 * rebase to stable v3.19.1
6382
6383 [ John Johansen ]
6384
6385 * SAUCE: (no-up): apparmor: fix mediation of fs unix sockets
6386 - LP: #1408833
6387
6388 [ Leann Ogasawara ]
6389
6390 * Release Tracking Bug
6391 - LP: #1429940
6392
6393 [ Upstream Kernel Changes ]
6394
6395 * xen: correct bug in p2m list initialization
6396 * net/mlx5_core: Fix configuration of log_uar_page_sz
6397 - LP: #1419938
6398 * tpm/ibmvtpm: Additional LE support for tpm_ibmvtpm_send
6399 - LP: #1420575
6400 * net/mlx4_core: Maintain a persistent memory for mlx4 device
6401 - LP: #1422481
6402 * net/mlx4_core: Set device configuration data to be persistent across
6403 reset
6404 - LP: #1422481
6405 * net/mlx4_core: Refactor the catas flow to work per device
6406 - LP: #1422481
6407 * net/mlx4_core: Enhance the catas flow to support device reset
6408 - LP: #1422481
6409 * net/mlx4_core: Activate reset flow upon fatal command cases
6410 - LP: #1422481
6411 * net/mlx4_core: Manage interface state for Reset flow cases
6412 - LP: #1422481
6413 * net/mlx4_core: Handle AER flow properly
6414 - LP: #1422481
6415 * net/mlx4_core: Enable device recovery flow with SRIOV
6416 - LP: #1422481
6417 * net/mlx4_core: Reset flow activation upon SRIOV fatal command cases
6418 - LP: #1422481
6419 * tg3: Hold tp->lock before calling tg3_halt() from tg3_init_one()
6420 - LP: #1428111
6421 * rebase to v3.19.1
6422 - LP: #1410704
6423 - LP: #1411193
6424 - LP: #1400215
6425
6426 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Mar 2015 10:08:29 -0700
6427
6428 linux (3.19.0-7.7) vivid; urgency=low
6429
6430 [ Andy Whitcroft ]
6431
6432 * Release Tracking Bug
6433 - LP: #1426013
6434
6435 [ Upstream Kernel Changes ]
6436
6437 * x86/irq: Fix regression caused by commit b568b8601f05
6438 * cxl: Fix leaking interrupts if attach process fails
6439 - LP: #1415102
6440 * cxl: Early return from cxl_handle_fault for a shut down context
6441 - LP: #1415102
6442 * cxl: Disable AFU debug flag
6443 - LP: #1415102
6444 * cxl: Disable SPAP register when freeing SPA
6445 - LP: #1415102
6446 * cxl: remove redundant increment of hwirq
6447 - LP: #1415102
6448 * cxl: Add tracepoints
6449 - LP: #1415102
6450 * cxl: Update CXL ABI documentation
6451 - LP: #1415102
6452 * cxl: Use image state defaults for reloading FPGA
6453 - LP: #1415102
6454 * cxl: Add image control to sysfs
6455 - LP: #1415102
6456 * cxl: Enable CAPP recovery
6457 - LP: #1415102
6458 * cxl: Add ability to reset the card
6459 - LP: #1415102
6460 * cxl: Fix device_node reference counting
6461 - LP: #1415102
6462 * cxl: Export optional AFU configuration record in sysfs
6463 - LP: #1415102
6464 * cxl: Fail AFU initialisation if an invalid configuration record is
6465 found
6466 - LP: #1415102
6467 * cxl: Add missing return statement after handling AFU errror
6468 - LP: #1415102
6469 * powerpc/eeh: Introduce flag EEH_PE_REMOVED
6470 - LP: #1415102
6471 * powerpc/eeh: Allow to set maximal frozen times
6472 - LP: #1415102
6473 * HID: i2c-hid: Limit reads to wMaxInputLength bytes for input events
6474
6475 -- Andy Whitcroft <apw@canonical.com> Thu, 26 Feb 2015 16:00:18 +0000
6476
6477 linux (3.19.0-6.6) vivid; urgency=low
6478
6479 [ Andy Whitcroft ]
6480
6481 * systemd -- fix hyper-v units to be non-forking
6482 - LP: #1401525
6483 * [Config] move vbox modules into linux-image
6484 * ubuntu: vbox -- update to 4.3.22-dfsg-1
6485
6486 [ Brad Figg ]
6487
6488 * SAUCE: DEP8 test to run our regression tests
6489
6490 [ Paolo Pisati ]
6491
6492 * [Config] I2C_CHARDEV=y
6493 - LP: #1417032
6494
6495 [ Upstream Kernel Changes ]
6496
6497 * PCI: Fix infinite loop with ROM image of size 0
6498 * tpm: Fix NULL return in tpm_ibmvtpm_get_desired_dma
6499 * Bluetooth: ath3k: workaround the compatibility issue with xHCI
6500 controller
6501 - LP: #1400215
6502
6503 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Feb 2015 12:44:43 +0000
6504
6505 linux (3.19.0-5.5) vivid; urgency=low
6506
6507 [ Andy Whitcroft ]
6508
6509 * [Config] CONFIG_FA_DUMP=y
6510 - LP: #1415562
6511 * ubuntu: (no-squash) vbox -- infrastructure and updater
6512 * ubuntu: vbox -- update to 4.3.20-dfsg-1ubuntu1
6513 * rebase to v3.19 final
6514
6515 [ Chris J Arges ]
6516
6517 * [Config] Add ibmvfc to d-i
6518 - LP: #1416001
6519 * SAUCE: ext4: disable ext4_punch_hole for indirect filesystems
6520 - LP: #1292234
6521
6522 [ Upstream Kernel Changes ]
6523
6524 * rebase to v3.19
6525
6526 -- Andy Whitcroft <apw@canonical.com> Mon, 09 Feb 2015 10:41:11 +0000
6527
6528 linux (3.19.0-4.4) vivid; urgency=low
6529
6530 [ Andy Whitcroft ]
6531
6532 * [Config] apply Kernel hacking >> Tracers config defaults
6533 * hyper-v -- fix comment handing in /etc/network/interfaces
6534 - LP: #1413020
6535 * rebase to v3.19-rc7
6536 * updateconfigs following rebase to v3.19-rc7
6537
6538 [ Ben Hutchings ]
6539
6540 * SAUCE: rtsx_usb_ms: Use msleep_interruptible() in polling loop
6541 - LP: #1413149
6542
6543 [ Upstream Kernel Changes ]
6544
6545 * rebase to v3.19-rc7
6546
6547 -- Andy Whitcroft <apw@canonical.com> Mon, 02 Feb 2015 17:03:07 +0200
6548
6549 linux (3.19.0-3.3) vivid; urgency=low
6550
6551 [ Andy Whitcroft ]
6552
6553 * [Debian] arm64 -- build ubuntu drivers
6554 - LP: #1411284
6555 * [Packaging] config-check -- add support for enforced annotations
6556 * [Config] annotations -- switch to ENFORCED annotations
6557 * [Packaging] config-check -- drop support for enforce file
6558 * [Packaging] enforce -- drop empty enforce file
6559 * rebase to v3.19-rc5
6560 * [Config] add modules removed due to tighter dependencies
6561 * [Config] updateconfigs following rebase to v3.19-rc5
6562 * [Config] enforce CONFIG_FHANDLE=y
6563 - LP: #1412543
6564 * [Packaging] hyper-v -- daemons now require -n for non-forking startup
6565 - LP: #1408355
6566 * [Config] CONFIG_DEBUG_INFO_SPLIT=n
6567 - LP: #1413646
6568 * [Config] apply Device Drivers >> Character devices >> IPMI top-level
6569 message handler config defaults
6570 * [Config] apply Device Drivers >> Character devices >> Serial drivers
6571 config defaults
6572 * [Config] apply Device Drivers >> GPIO Support config defaults
6573 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
6574 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
6575 support) config defaults
6576 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
6577 Devices >> Support for frame buffer devices config defaults
6578 * [Config] apply Device Drivers >> HID support >> HID bus support >>
6579 Special HID drivers config defaults
6580 * [Config] apply Device Drivers >> Hardware Monitoring support config
6581 defaults
6582 * [Config] apply Device Drivers >> I2C support >> I2C support >> I2C
6583 Hardware Bus support config defaults
6584 * [Config] apply Device Drivers >> Industrial I/O support >> Analog to
6585 digital converters config defaults
6586 * [Config] apply Device Drivers >> Industrial I/O support >> Humidity
6587 sensors config defaults
6588 * [Config] apply Device Drivers >> Industrial I/O support >> Pressure
6589 sensors config defaults
6590 * [Config] apply Device Drivers >> Input device support >> Generic input
6591 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6592 * [Config] apply Device Drivers >> Input device support >> Generic input
6593 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
6594 * [Config] apply Device Drivers >> LED Support >> LED Class Support
6595 config defaults
6596 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
6597 defaults
6598 * [Config] apply Device Drivers >> Multifunction device drivers config
6599 defaults
6600 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
6601 grabbers support >> Media test drivers config defaults
6602 * [Config] apply Device Drivers >> Multimedia support >> Media PCI
6603 Adapters config defaults
6604 * [Config] apply Device Drivers >> Multimedia support >> Remote
6605 Controller devices config defaults
6606 * [Config] apply Device Drivers >> Network device support >> Distributed
6607 Switch Architecture drivers config defaults
6608 * [Config] apply Device Drivers >> Network device support >> Network core
6609 driver support config defaults
6610 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6611 >> Hermes chipset 802.11b support (Orinoco/Prism2/Symbol) config
6612 defaults
6613 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6614 >> Intel PRO/Wireless 2200BG and 2915ABG Network Connection config
6615 defaults
6616 * [Config] apply Device Drivers >> PHY Subsystem config defaults
6617 * [Config] apply Device Drivers >> Pin controllers config defaults
6618 * [Config] apply Device Drivers >> SPI support config defaults
6619 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6620 Sound Architecture >> ALSA for SoC audio support config defaults
6621 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6622 Sound Architecture >> FireWire sound devices config defaults
6623 * [Config] apply Device Drivers >> Sound card support >> Advanced Linux
6624 Sound Architecture >> HD-Audio config defaults
6625 * [Config] apply Device Drivers >> Staging drivers >> Lustre file system
6626 client support config defaults
6627 * [Config] apply Device Drivers >> Staging drivers >> Media staging
6628 drivers config defaults
6629 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6630 USB Gadget Drivers >> USB functions configurable through configfs
6631 config defaults
6632 * [Config] apply Device Drivers >> USB support >> USB Gadget Support >>
6633 USB Peripheral Controller config defaults
6634 * [Config] apply Networking support >> NFC subsystem support >> Near
6635 Field Communication (NFC) devices config defaults
6636 * [Config] apply Networking support >> Networking options >> Network
6637 packet filtering framework (Netfilter) >> Core Netfilter Configuration
6638 >> Netfilter nf_tables support config defaults
6639 * [Config] apply Networking support >> Networking options >> QoS and/or
6640 fair queueing >> Actions config defaults
6641 * [Config] apply Networking support >> Networking options >> TCP/IP
6642 networking config defaults
6643 * [Config] apply Networking support >> Wireless >> Generic IEEE 802.11
6644 Networking Stack (mac80211) config defaults
6645 * [Config] apply Device Drivers >> Input device support >> Generic input
6646 layer (needed for keyboard, mouse, ...) >> Keyboards config defaults
6647 * [Config] apply Device Drivers >> Input device support >> Generic input
6648 layer (needed for keyboard, mouse, ...) >> Mice config defaults
6649 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
6650 config defaults
6651 * [Config] apply Networking support >> Networking options >> Network
6652 packet filtering framework (Netfilter) >> IP: Netfilter Configuration
6653 >> IPv4 NAT config defaults
6654 * [Config] apply Networking support >> Networking options >> Network
6655 packet filtering framework (Netfilter) >> IPv6: Netfilter Configuration
6656 >> IPv6 NAT config defaults
6657 * [Config] apply Kernel hacking >> Kernel debugging config defaults
6658 * [Config] apply General setup >> Timers subsystem >> Timer tick handling
6659 config defaults
6660 * SAUCE: arm64 -- psci tell the compiler which registers we are needing
6661 values in
6662 - LP: #1414002
6663 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
6664 >> Intel Wireless WiFi Next Gen AGN - Wireless-N/Advanced-N/Ultimate-N
6665 (iwlwifi) config defaults
6666 * [Config] apply Device Drivers >> Real Time Clock config defaults
6667 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
6668 support >> SCSI low-level drivers config defaults
6669 * [Config] apply General setup >> CPU/Task time and stats accounting >>
6670 Cputime accounting config defaults
6671 * [Config] apply Device Drivers >> Mailbox Hardware Support config
6672 defaults
6673 * rebase to v3.19-rc6
6674 * [Config] updateconfigs following rebase to v3.19-rc6
6675
6676 [ Kamal Mostafa ]
6677
6678 * [Packaging] force "dpkg-source -I -i" behavior
6679
6680 [ Leann Ogasawara ]
6681
6682 * [Config] Disable CONFIG_USB_OTG
6683 - LP: #1411295
6684
6685 [ Upstream Kernel Changes ]
6686
6687 * overlay: add backwards compatible overlayfs format support (fixes)
6688 - LP: #1410480
6689
6690 [ Upstream Kernel Changes ]
6691
6692 * rebase to v3.19-rc5
6693 * rebase to v3.19-rc6
6694
6695 -- Andy Whitcroft <apw@canonical.com> Mon, 26 Jan 2015 11:37:39 +0000
6696
6697 linux (3.19.0-2.2) vivid; urgency=low
6698
6699 [ Andy Whitcroft ]
6700
6701 * rebase to v3.19-rc4
6702 * [Config] updateconfigs following rebase to v3.19-rc4
6703 * [Packaging] install all dtb files
6704 - LP: #1408002
6705 * [Config] switch on "all" dtbs
6706 - LP: #1408002
6707
6708 [ Colin Ian King ]
6709
6710 * SAUCE: drivers/rtc/interface.c: ignore exprired times when enqueing new
6711 timers
6712 - LP: #1333569
6713
6714 [ Joseph Salisbury ]
6715
6716 * [Config] Enable CONFIG_N_GSM as module.
6717 - LP: #1404670
6718
6719 [ K. Y. Srinivasan ]
6720
6721 * SAUCE: storvsc: force SPC-3 compliance on win8 and win8 r2 hosts
6722 - LP: #1406867
6723
6724 [ Steve McIntyre ]
6725
6726 * SAUCE: efi: Expose underlying UEFI firmware platform size to userland
6727 - LP: #1409750
6728
6729 [ Upstream Kernel Changes ]
6730
6731 * rebase to v3.19-rc4
6732
6733 -- Andy Whitcroft <apw@canonical.com> Tue, 13 Jan 2015 12:35:58 +0000
6734
6735 linux (3.19.0-1.1) vivid; urgency=low
6736
6737 [ Andy Whitcroft ]
6738
6739 * Revert "SAUCE: AUFS -- aufs3-standalone.patch"
6740 * Revert "SAUCE: AUFS -- aufs3-mmap.patch"
6741 * Revert "SAUCE: AUFS -- aufs3-base.patch"
6742 * ubuntu: AUFS3 -- follow switch to vfs_fallocate
6743 * rebase to v3.19-rc1
6744 * rebase to v3.19-rc2
6745 * [Config] defaultconfigs following rebase to v3.19-rc2
6746 * ubuntu: aufs3 -- follow rename of d_child
6747 * ubuntu: aufs3 -- follow switch to d_splice_alias
6748 * ubuntu: aufs3 -- follow switch to get_unused_fd_flags()
6749 * ubuntu: aufs3 -- follow rename for d_alias
6750 * apparmor -- follow change to this_cpu_ptr
6751 * disable module checks for rebase
6752 * ubuntu: AUFS -- substrate: aufs3-base.patch
6753 * ubuntu: AUFS -- substrate: aufs3-mmap.patch
6754 * ubuntu: AUFS -- substrate: aufs3-standalone.patch
6755 * ubuntu: AUFS -- update to 92ad9cc8bd289bf8e59b6bd8d83137d8e1a58c1c
6756 * [Configs] updateconfigs following aufs update
6757 * v3.19 series start
6758 * rebase to v3.19-rc3
6759 * [Configs] updateconfigs following rebase to v3.19-rc3
6760 * [Packaging] uploadnum should be the remainder of the version
6761 - LP: #1407755
6762 * [Packaging] handle dts directories
6763 - LP: #1408004
6764 * [Config] follow move of arm64 dts' into vendor directories
6765
6766 [ Upstream Kernel Changes ]
6767
6768 * arm64: optimized copy_to_user and copy_from_user assembly code
6769 - LP: #1400349
6770 * iommu/ipmmu-vmsa: follow flag switch to IOMMU_NOEXEC
6771
6772 [ Upstream Kernel Changes ]
6773
6774 * rebase to v3.19-rc1
6775 - LP: #1173681
6776 * rebase to v3.19-rc2
6777 * rebase to v3.19-rc3
6778
6779 -- Andy Whitcroft <apw@canonical.com> Tue, 06 Jan 2015 14:30:02 +0000
6780
6781 linux (3.18.0-7.8) vivid; urgency=low
6782
6783 [ Leann Ogasawara ]
6784
6785 * Release Tracking Bug
6786 - LP: #1401590
6787
6788 [ John Johansen ]
6789
6790 * SAUCE: (no-up) apparmor: Sync to apparmor3 - RC1 snapshot
6791 - LP: #1362199
6792 * SAUCE: Revert: fix: only allow a single threaded process to ...
6793 - LP: #1371310
6794 * SAUCE: (no-up) fix: bad unix_addr_fs macro
6795 - LP: #1390223
6796 * SAUCE: (no-up) apparmor: add parameter to control whether policy
6797 hashing is used
6798 - LP: #1383886
6799 * [config] set apparmor config options
6800
6801 [ Seth Forshee ]
6802
6803 * [Config] CONFIG_FW_LOADER_USER_HELPER_FALLBACK=n
6804 - LP: #1398458
6805
6806 [ Upstream Kernel Changes ]
6807
6808 * mfd: rtsx: Fix PM suspend for 5227 & 5249
6809 - LP: #1359052
6810 * mmc: sdhci-pci-o2micro: Fix Dell E5440 issue
6811 - LP: #1346067
6812
6813 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 11 Dec 2014 08:36:36 -0800
6814
6815 linux (3.18.0-6.7) vivid; urgency=low
6816
6817 [ Andy Whitcroft ]
6818
6819 * Revert "SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
6820 assembly code"
6821 - LP: #1398596
6822 * rebase to v3.18
6823
6824 [ Chris J Arges ]
6825
6826 * [Config] CONFIG_PCIEASPM_DEBUG=y
6827 - LP: #1398544
6828
6829 [ Paolo Pisati ]
6830
6831 * [Config] armhf: VIRTIO_[BALLOON|MMIO]=y
6832 - LP: #1396470
6833
6834 [ Upstream Kernel Changes ]
6835
6836 * drivers:scsi:storvsc: Fix a bug in handling ring buffer failures that
6837 may result in I/O freeze
6838 - LP: #1400289
6839
6840 [ Upstream Kernel Changes ]
6841
6842 * rebase to v3.18
6843
6844 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 08 Dec 2014 09:15:17 -0800
6845
6846 linux (3.18.0-5.6) vivid; urgency=low
6847
6848 [ Leann Ogasawara ]
6849
6850 * Release Tracking Bug
6851 - LP: #1398109
6852
6853 [ Andy Whitcroft ]
6854
6855 * [Config] CONFIG_SCSI_MQ_DEFAULT=n
6856 - LP: #1397061
6857 * rebase to v3.18-rc7
6858
6859 [ Chris J Arges ]
6860
6861 * [Config] CONFIG_SCOM_DEBUGFS=y for powerpc/powerpc64-smp
6862 ppc64el/generic
6863 - LP: #1395855
6864
6865 [ Upstream Kernel Changes ]
6866
6867 * rebase to v3.18-rc7
6868 - LP: #1389497
6869
6870 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 01 Dec 2014 10:09:09 -0800
6871
6872 linux (3.18.0-4.5) vivid; urgency=low
6873
6874 [ Leann Ogasawara ]
6875
6876 * Release Tracking Bug
6877 - LP: #1395891
6878
6879 [ Andy Whitcroft ]
6880
6881 * rebase to v3.18-rc6
6882 * [Config] update configs following rebase to v3.18-rc6
6883 * [Config] enable overlayfs v1 support
6884
6885 [ Tim Gardner ]
6886
6887 * rebase to v3.18-rc5
6888
6889 [ Upstream Kernel Changes ]
6890
6891 * overlay: add backwards compatible overlayfs format support
6892 - LP: #1395877
6893
6894 [ Upstream Kernel Changes ]
6895
6896 * rebase to v3.18-rc5
6897 * rebase to v3.18-rc6
6898
6899 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 24 Nov 2014 13:12:48 -0800
6900
6901 linux (3.18.0-3.4) vivid; urgency=low
6902
6903 [ Andy Whitcroft ]
6904
6905 * Revert "[Config] CONFIG_AUFS_FS=n for FTBS"
6906 * Revert "SAUCE: AUFS -- update to
6907 dcf336a754c86d5ee1c3d50699fd75c586d037cb"
6908 * Revert "SAUCE: aufs3 -- (no-up) aufs3-standalone.patch"
6909 * Revert "SAUCE: aufs3 -- (no-up) aufs3-base.patch"
6910 * [Config] amd64 is now the indep architecture
6911 * [Debian] basic hook support
6912 * SAUCE: AUFS -- aufs3-base.patch
6913 * SAUCE: AUFS -- aufs3-mmap.patch
6914 * SAUCE: AUFS -- aufs3-standalone.patch
6915 * ubuntu: AUFS -- update to 9d5c349d5c452170b8e813d86956f896a0aef170
6916 * [Config] updateconfigs following aufs3 update
6917 * SAUCE: AUFS (no-squash): basic framework and update machinary -- part 2
6918
6919 [ dann frazier ]
6920
6921 * [Config] Disable CONFIG_IPMI_SI_PROBE_DEFAULTS on armhf and arm64
6922 - LP: #1388952
6923 * [Config] disable CONFIG_ARM64_RANDOMIZE_TEXT_OFFSET
6924 * [Config] Disable CONFIG_RCU_USER_QS on arm64
6925
6926 [ Tim Gardner ]
6927
6928 * rebase to v3.18-rc4
6929
6930 [ Upstream Kernel Changes ]
6931
6932 * rebase to v3.18-rc4
6933 - LP: #1389497
6934 - LP: #1387128
6935
6936 -- Andy Whitcroft <apw@canonical.com> Tue, 11 Nov 2014 17:16:13 +0000
6937
6938 linux (3.18.0-2.2) vivid; urgency=low
6939
6940 [ Tim Gardner ]
6941
6942 * SAUCE: nft_reject_bridge.c: Include net/ip6_checksum.h
6943
6944 [ Upstream Kernel Changes ]
6945
6946 * rebase to v3.18-rc3
6947
6948 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Nov 2014 06:09:06 -0700
6949
6950 linux (3.18.0-1.1) vivid; urgency=low
6951
6952 [ Andy Whitcroft ]
6953
6954 * Revert "[Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el"
6955 * [Config] tools -- only build common tools when enabled
6956 * [Config] follow rename of DEB_BUILD_PROFILES
6957 * [Config] linux-image-extra is additive to linux-image
6958 - LP: #1375310
6959 * [Config] linux-image-extra postrm is not needed on purge
6960 * [Config] enable cloud tools on i386
6961 - LP: #1367399
6962
6963 [ Marc Dietrich ]
6964
6965 * [Config] arm/tegra/d-i: framebuffer and usb support for Tegra SoCs
6966
6967 [ Paolo Pisati ]
6968
6969 * [Config] armhf: REGULATOR_TWL4030=y
6970 * [Config] armhf: disable JUMP_LABEL
6971 - LP: #1378856
6972
6973 [ Tim Gardner ]
6974
6975 * rebase to v3.17-rc2
6976 * updateconfigs
6977 * [Config] CONFIG_NFC_ST21NFCB=n
6978 * [Config] Added net/6lowpan/* to generic inclusion list
6979 * [Config] Add arm64 to enforcer CONFIG_CC_STACKPROTECTOR
6980 * rebase to v3.17-rc3
6981 * rebase to v3.17-rc4
6982 * rebase to v3.17-rc5
6983 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y
6984 * [Config] CONFIG_XMON=y
6985 - LP: #1365655
6986 * [Config] CONFIG_KVM_BOOK3S_64=m for ppc64el
6987 - LP: #1362514
6988 * [Config] CONFIG_KVM_BOOK3S_64_HV=m
6989 - LP: #1362514
6990 * [Config] CONFIG_DMA_CMA=n
6991 - LP: #1362261
6992 * [Config] Add mpt3sas to d-i
6993 - LP: #1368907
6994 * [Debian] set do_*_tools after stage1 or bootstrap is determined
6995 - LP: #1370211
6996 * [Config] CONFIG_USB_OHCI_HCD_PCI=y
6997 - LP: #1244176
6998 * rebase to v3.17-rc6
6999 * SAUCE: usbip: Update include path
7000 * [Debian] usbip tools packaging
7001 - LP: #898003
7002 * [Config] Enable usbip tools
7003 - LP: #898003
7004 * [Config] CONFIG_CRASH_DUMP=n for powerpc-smp
7005 - LP: #1363180
7006 * [Config] Correct annotation regarding CONFIG_DMA_CMA
7007 - LP: #1362261
7008 * [Config] CONFIG_SND_HDA_INTEL=n for ppc64el
7009 - LP: #1374438
7010 * [Config] CONFIG_HOTPLUG_PCI_SHPC=n for ppc64el
7011 - LP: #1374440
7012 * [Debian] Don't fail if a symlink already exists
7013 * rebase to v3.17-rc7
7014 * [Config] CONFIG_HOTPLUG_PCI_PCIE=n for ppc64el
7015 - LP: #1374440
7016 * rebase to v3.17
7017 * rebase to v3.18-rc1
7018 * [Config] CONFIG_AUFS_FS=n for FTBS
7019 * Enable vivid
7020 * [Config] CONFIG_SOUND_OSS_CORE_PRECLAIM=n
7021 - LP: #1385510
7022 * rebase to v3.18-rc2
7023 * [Debian] Fix linux-doc dangling symlinks
7024 - LP: #661306
7025 * CONFIG_MODULE_COMPRESS=n
7026 * [Config] dropped scsi_tgt from generic inclusion list
7027 * [Config] Added drivers/uio to generic inclusion list
7028 * [Config] CONFIG_PATA_MACIO=y
7029 - LP: #1378894
7030 * [Config] CONFIG_DRM_BOCHS=n
7031 * [Debian] install usbipd
7032 - LP: #898003
7033
7034 [ Upstream Kernel Changes ]
7035
7036 * rebase to v3.18-rc2
7037
7038 [ Upstream Kernel Changes ]
7039
7040 * rebase to v3.18-rc1
7041 - LP: #1316518
7042 - LP: #1371591
7043 - LP: #1357928
7044
7045 [ Upstream Kernel Changes ]
7046
7047 * rebase to v3.17
7048
7049 [ Upstream Kernel Changes ]
7050
7051 * rebase to v3.17-rc7
7052
7053 [ Upstream Kernel Changes ]
7054
7055 * rebase to v3.17-rc6
7056
7057 [ Upstream Kernel Changes ]
7058
7059 * rebase to v3.17-rc5
7060
7061 [ Upstream Kernel Changes ]
7062
7063 * rebase to v3.17-rc4
7064
7065 [ Upstream Kernel Changes ]
7066
7067 * rebase to v3.17-rc3
7068
7069 [ Upstream Kernel Changes ]
7070
7071 * rebase to v3.17-rc2
7072 - LP: #1358116
7073 - LP: #1350148
7074 - LP: #1334950
7075 - LP: #1329580
7076 - LP: #1329580
7077 - LP: #1329580
7078
7079 [ Upstream Kernel Changes ]
7080
7081 * rebase to v3.17-rc2
7082
7083 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:36:19 -0600
7084
7085 linux (3.17.0-0.0) utopic; urgency=medium
7086
7087 * Empty entry
7088
7089 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Aug 2014 10:34:44 -0600
7090
7091 linux (3.16.0-11.16) utopic; urgency=low
7092
7093 [ Mauricio Faria de Oliveira ]
7094
7095 * [Config] Switch kernel to vmlinuz (from vmlinux) on ppc64el
7096 - LP: #1358920
7097
7098 [ Peter Zijlstra ]
7099
7100 * SAUCE: (no-up) mmu_notifier: add call_srcu and sync function for listener to delay call and sync
7101 - LP: #1361300
7102
7103 [ Tim Gardner ]
7104
7105 * [Config] CONFIG_ZPOOL=y
7106 - LP: #1360428
7107 * Release Tracking Bug
7108 - LP: #1361308
7109
7110 [ Upstream Kernel Changes ]
7111
7112 * Revert "net/mlx4_en: Fix bad use of dev_id"
7113 - LP: #1347012
7114 * net/mlx4_en: Reduce memory consumption on kdump kernel
7115 - LP: #1347012
7116 * net/mlx4_en: Fix mac_hash database inconsistency
7117 - LP: #1347012
7118 * net/mlx4_en: Disable blueflame using ethtool private flags
7119 - LP: #1347012
7120 * net/mlx4_en: current_mac isn't updated in port up
7121 - LP: #1347012
7122 * net/mlx4_core: Use low memory profile on kdump kernel
7123 - LP: #1347012
7124 * Drivers: scsi: storvsc: Change the limits to reflect the values on the host
7125 - LP: #1347169
7126 * Drivers: scsi: storvsc: Set cmd_per_lun to reflect value supported by the Host
7127 - LP: #1347169
7128 * Drivers: scsi: storvsc: Filter commands based on the storage protocol version
7129 - LP: #1347169
7130 * Drivers: scsi: storvsc: Fix a bug in handling VMBUS protocol version
7131 - LP: #1347169
7132 * Drivers: scsi: storvsc: Implement a eh_timed_out handler
7133 - LP: #1347169
7134 * drivers: scsi: storvsc: Set srb_flags in all cases
7135 - LP: #1347169
7136 * drivers: scsi: storvsc: Correctly handle TEST_UNIT_READY failure
7137 - LP: #1347169
7138 * namespaces: Use task_lock and not rcu to protect nsproxy
7139 - LP: #1328088
7140 * net: xgene: Check negative return value of xgene_enet_get_ring_size()
7141 * mm/zbud: change zbud_alloc size type to size_t
7142 - LP: #1360428
7143 * mm/zpool: implement common zpool api to zbud/zsmalloc
7144 - LP: #1360428
7145 * mm/zpool: zbud/zsmalloc implement zpool
7146 - LP: #1360428
7147 * mm/zpool: update zswap to use zpool
7148 - LP: #1360428
7149 * ideapad-laptop: Change Lenovo Yoga 2 series rfkill handling
7150 - LP: #1341296
7151 * iommu/amd: Fix for pasid initialization
7152 - LP: #1361300
7153 * iommu/amd: Moving PPR fault flags macros definitions
7154 - LP: #1361300
7155 * iommu/amd: Drop oprofile dependency
7156 - LP: #1361300
7157 * iommu/amd: Fix typo in amd_iommu_v2 driver
7158 - LP: #1361300
7159 * iommu/amd: Don't call mmu_notifer_unregister in __unbind_pasid
7160 - LP: #1361300
7161 * iommu/amd: Don't free pasid_state in mn_release path
7162 - LP: #1361300
7163 * iommu/amd: Get rid of __unbind_pasid
7164 - LP: #1361300
7165 * iommu/amd: Drop pasid_state reference in ppr_notifer error path
7166 - LP: #1361300
7167 * iommu/amd: Add pasid_state->invalid flag
7168 - LP: #1361300
7169 * iommu/amd: Don't hold a reference to mm_struct
7170 - LP: #1361300
7171 * iommu/amd: Don't hold a reference to task_struct
7172 - LP: #1361300
7173 * iommu/amd: Don't call the inv_ctx_cb when pasid is not set up
7174 - LP: #1361300
7175 * iommu/amd: Don't set pasid_state->mm to NULL in unbind_pasid
7176 - LP: #1361300
7177 * iommu/amd: Remove change_pte mmu_notifier call-back
7178 - LP: #1361300
7179 * iommu/amd: Fix device_state reference counting
7180 - LP: #1361300
7181 * iommu/amd: Fix 2 typos in comments
7182 - LP: #1361300
7183
7184 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Aug 2014 08:45:54 -0400
7185
7186 linux (3.16.0-10.15) utopic; urgency=low
7187
7188 [ dann frazier ]
7189
7190 * [debian] Fix regression with ABI subversions and backport
7191
7192 [ Feng Kan ]
7193
7194 * SAUCE: (no-up) irqchip:gic: change access of gicc_ctrl register to read
7195 modify write.
7196 - LP: #1357527
7197 * SAUCE: (no-up) arm64: optimized copy_to_user and copy_from_user
7198 assembly code
7199 - LP: #1358949
7200
7201 [ Stefan Bader ]
7202
7203 * SAUCE: bcache: prevent crash on changing writeback_running
7204 - LP: #1357295
7205
7206 [ Tim Gardner ]
7207
7208 * [Config] CONFIG_XFRM_STATISTICS=y
7209 * [Config] CONFIG_SECURITY_NETWORK_XFRM=y
7210 * [Config] CONFIG_SENSORS_IBMPOWERNV=m
7211 - LP: #1353005
7212 * Release Tracking Bug
7213 - LP: #1359783
7214
7215 [ Upstream Kernel Changes ]
7216
7217 * intel_idle: Broadwell support
7218 - LP: #1256170
7219 * powerpc/book3s: Add basic infrastructure to handle HMI in Linux.
7220 - LP: #1357108
7221 * powerpc/powernv: Invoke opal call to handle hmi.
7222 - LP: #1357108
7223 * powerpc/book3s: handle HMIs for cpus in nap mode.
7224 - LP: #1357108
7225 * powerpc/book3s: Fix endianess issue for HMI handling on napping cpus.
7226 - LP: #1357108
7227 * powerpc: Add smp_mb() to arch_spin_is_locked()
7228 - LP: #1358569
7229 * powerpc: Add smp_mb()s to arch_spin_unlock_wait()
7230 - LP: #1358569
7231 * hwmon: (powerpc/powernv) hwmon driver for power, fan rpm, voltage and
7232 temperature
7233 - LP: #1353005
7234 * tools/testing/selftests/ptrace/peeksiginfo.c: add PAGE_SIZE definition
7235 - LP: #1358855
7236 * printk: Add function to return log buffer address and size
7237 - LP: #1359423
7238 * powerpc/powernv: Interface to register/unregister opal dump region
7239 - LP: #1359423
7240 * bcache: fix crash on shutdown in passthrough mode
7241 - LP: #1357295
7242 * bcache: fix uninterruptible sleep in writeback thread
7243 - LP: #1357295
7244
7245 [ Vinayak Kale ]
7246
7247 * SAUCE: (no-up) dt-bindings: Add Potenza PMU binding
7248 - LP: #1357527
7249 * SAUCE: (no-up) arm64: dts: Add PMU node for APM X-Gene Storm SOC
7250 - LP: #1357527
7251
7252 -- Tim Gardner <tim.gardner@canonical.com> Fri, 15 Aug 2014 12:34:33 -0600
7253
7254 linux (3.16.0-9.14) utopic; urgency=low
7255
7256 [ Tim Gardner ]
7257
7258 * Release Tracking Bug
7259 - LP: #1357370
7260
7261 [ Serge Hallyn ]
7262
7263 * SAUCE: Overlayfs: allow unprivileged mounts
7264 - LP: #1357025
7265
7266 [ Upstream Kernel Changes ]
7267
7268 * MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7269 * Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7270 * dts: Add bindings for APM X-Gene SoC ethernet driver
7271 * drivers: net: Add APM X-Gene SoC ethernet driver support.
7272 * powerpc/thp: Add write barrier after updating the valid bit
7273 - LP: #1357014
7274 * powerpc/thp: Don't recompute vsid and ssize in loop on invalidate
7275 - LP: #1357014
7276 * powerpc/thp: Invalidate old 64K based hash page mapping before insert
7277 of 4k pte
7278 - LP: #1357014
7279 * powerpc/thp: Handle combo pages in invalidate
7280 - LP: #1357014
7281 * powerpc/thp: Invalidate with vpn in loop
7282 - LP: #1357014
7283 * powerpc/thp: Use ACCESS_ONCE when loading pmdp
7284 - LP: #1357014
7285 * powerpc/mm: Use read barrier when creating real_pte
7286 - LP: #1357014
7287 * powerpc/thp: Add tracepoints to track hugepage invalidate
7288 - LP: #1357014
7289 * rebase to v3.16.1
7290
7291 -- Tim Gardner <tim.gardner@canonical.com> Thu, 14 Aug 2014 08:18:02 -0400
7292
7293 linux (3.16.0-8.13) utopic; urgency=low
7294
7295 [ Tim Gardner ]
7296
7297 * Release Tracking Bug
7298 - LP: #1356403
7299
7300 [ dann frazier ]
7301
7302 * [debian] Allow for package revisions condusive for branching
7303
7304 [ Upstream Kernel Changes ]
7305
7306 * ahci_xgene: Fix the watermark threshold for the APM X-Gene SATA host controller driver.
7307 - LP: #1350087
7308 * ahci_xgene: Use correct OOB tunning parameters for APM X-Gene SoC AHCI SATA Host controller driver.
7309 - LP: #1350087
7310 * powerpc/powernv: Enable M64 aperatus for PHB3
7311 - LP: #1355469
7312 * powerpc: Fail remap_4k_pfn() if PFN doesn't fit inside PTE
7313 - LP: #1352994
7314 * powerpc: Add machine_early_initcall()
7315 - LP: #1352640
7316 * powerpc/powernv: Switch powernv drivers to use machine_xxx_initcall()
7317 - LP: #1352640
7318 * powerpc/eeh: Avoid event on passed PE
7319 - LP: #1352640
7320 * powerpc/eeh: EEH support for VFIO PCI device
7321 - LP: #1352640
7322 * powerpc/eeh: sysfs entries lost
7323 - LP: #1352640
7324 * powerpc/powernv: Fix IOMMU table for VFIO dev
7325 - LP: #1352640
7326 * powerpc/eeh: Fetch IOMMU table in reliable way
7327 - LP: #1352640
7328 * powerpc/eeh: Refactor EEH flag accessors
7329 - LP: #1352640
7330 * powerpc/eeh: Selectively enable IO for error log
7331 - LP: #1352640
7332 * powerpc/eeh: Reduce lines of log dump
7333 - LP: #1352640
7334 * powerpc/eeh: Replace pr_warning() with pr_warn()
7335 - LP: #1352640
7336 * powerpc/eeh: Make diag-data not endian dependent
7337 - LP: #1352640
7338 * powerpc/eeh: Aux PE data for error log
7339 - LP: #1352640
7340 * PCI: Support BAR sizes up to 128GB
7341 - LP: #1352640
7342 * powerpc/powernv: Allow to freeze PE
7343 - LP: #1352640
7344 * powerpc/powernv: Split ioda_eeh_get_state()
7345 - LP: #1352640
7346 * powerpc/powernv: Handle compound PE
7347 - LP: #1352640
7348 * powerpc/powernv: Handle compound PE for EEH
7349 - LP: #1352640
7350 * powerpc/powernv: Handle compound PE in config accessors
7351 - LP: #1352640
7352 * mnt: Only change user settable mount flags in remount
7353 - LP: #1356318
7354 - CVE-2014-5206
7355 * mnt: Move the test for MNT_LOCK_READONLY from change_mount_flags into do_remount
7356 - LP: #1356318
7357 - CVE-2014-5206
7358 * mnt: Correct permission checks in do_remount
7359 - LP: #1356323
7360 - CVE-2014-5207
7361 * mnt: Change the default remount atime from relatime to the existing value
7362 - LP: #1356323
7363 - CVE-2014-5207
7364
7365 -- Tim Gardner <tim.gardner@canonical.com> Sun, 10 Aug 2014 09:10:51 -0600
7366
7367 linux (3.16.0-7.12) utopic; urgency=low
7368
7369 [ Andy Whitcroft ]
7370
7371 * rebase to v3.16 final
7372 * [Config] d-i -- add virtio_scsi to virtio-modules
7373 - LP: #1342000
7374
7375 [ dann frazier ]
7376
7377 * [Packaging] Fix 'printchanges' to work with versions containing '+'
7378
7379 [ Tim Gardner ]
7380
7381 * [Config] CONFIG_MICROCODE=y
7382 - LP: #1084373
7383 * [Config] CONFIG_CONTEXT_TRACKING_FORCE=n
7384 - LP: #1349028
7385 * [Config] Add hv_balloon to d-i virtio-modules
7386 - LP: #1292216
7387 * Release Tracking Bug
7388 - LP: #1354530
7389
7390 [ Upstream Kernel Changes ]
7391
7392 * rebase to v3.16
7393
7394 -- Tim Gardner <tim.gardner@canonical.com> Tue, 29 Jul 2014 09:55:15 -0400
7395
7396 linux (3.16.0-6.11) utopic; urgency=low
7397
7398 [ Paolo Pisati ]
7399
7400 * [Config] armhf: MXS_DMA=y && MTD_NAND_GPMI_NAND=m
7401 * [Config] armhf: KEYBOARD_IMX=m
7402 * [Config] armhf: build cubox & imx6 DTBs
7403 * [Config] armhf: RTC_DRV_PCF8523=y
7404
7405 [ Tim Gardner ]
7406
7407 * [Config] CONFIG_KEYS_DEBUG_PROC_KEYS=y
7408 - LP: #1344405
7409 * [Config] CONFIG_SCSI_IPR_TRACE=y, CONFIG_SCSI_IPR_DUMP=y
7410 - LP: #1343109
7411 * Release Tracking Bug
7412 - LP: #1349196
7413
7414 [ Upstream Kernel Changes ]
7415
7416 * rebase to v3.16-rc7
7417
7418 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Jul 2014 09:08:55 -0400
7419
7420 linux (3.16.0-5.10) utopic; urgency=low
7421
7422 [ Tim Gardner ]
7423
7424 * Release Tracking Bug
7425 - LP: #1346298
7426 * [Config] CONFIG_GPIO_SYSFS=y
7427 - LP: #1342153
7428 * rebase to v3.16-rc6
7429
7430 [ Paolo Pisati ]
7431
7432 * [Config] enable ARCH_MVEBU*
7433 * [Config] AHCI_MVEBU=m
7434 * [Config] ARMADA_THERMAL=y
7435 * [Config] ARM_ARMADA_370_XP_CPUIDLE=y
7436 * [Config] CRYPTO_DEV_MV_CESA=m
7437 * [Config] I2C_MV64XXX=m
7438 * [Config] MMC_MVSDIO=m
7439 * [Config] MMC_SDHCI_DOVE=m
7440 * [Config] MTD_NAND_ORION=m
7441 * [Config] MTD_NAND_PXA3xx=m
7442 * [Config] MVNETA=m
7443 * [Config] MV_XOR=y
7444 * [Config] ORION_WATCHDOG=m
7445 * [Config] PCI_MVEBU=y
7446 * [Config] RTC_DRV_MV=y
7447 * [Config] SND_KIRKWOOD_SOC*=m
7448 * [Config] SPI_ORION=m
7449 * [Config] USB_XHCI_MVEBU=m
7450 * [Config] armhf: build all Armada and Dove DTBs
7451 * [Config] armhf: SERIAL_8250_DW=y
7452
7453 [ Upstream Kernel Changes ]
7454
7455 * rebase to v3.16-rc6
7456
7457 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Jul 2014 07:49:42 -0400
7458
7459 linux (3.16.0-4.9) utopic; urgency=low
7460
7461 [ Tim Gardner ]
7462
7463 * Release Tracking Bug
7464 - LP: #1341543
7465
7466 [ Upstream Kernel Changes ]
7467
7468 * rebase to v3.16-rc5
7469
7470 -- Tim Gardner <tim.gardner@canonical.com> Sun, 13 Jul 2014 21:30:27 -0400
7471
7472 linux (3.16.0-3.8) utopic; urgency=low
7473
7474 [ Tim Gardner ]
7475
7476 * Release Tracking Bug
7477 - LP: #1340091
7478
7479 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jul 2014 10:06:47 +0100
7480
7481 linux (3.16.0-2.7) utopic; urgency=low
7482
7483 [ Andy Whitcroft ]
7484
7485 * ubuntu: aufs3 -- avoid aufs3-mmap.patch include hell for arm64
7486 ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7487
7488 -- Tim Gardner <tim.gardner@canonical.com> Wed, 09 Jul 2014 16:16:28 +0100
7489
7490 linux (3.16.0-2.6) utopic; urgency=low
7491
7492 [ Andy Whitcroft ]
7493
7494 * Revert "ubuntu: aufs3 -- (no-up) aufs3-mmap.patch"
7495 Fixes FTBS.
7496
7497 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 17:29:26 +0100
7498
7499 linux (3.16.0-2.5) utopic; urgency=low
7500
7501 [ Andy Whitcroft ]
7502
7503 * ubuntu -- fix basic format for ubuntu/Makefile
7504 * ubuntu: AUFS (no-squash): basic framework and update machinary
7505 * ubuntu: aufs3 -- update update scripting
7506 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
7507 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
7508 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
7509 * ubuntu: AUFS -- update to dcf336a754c86d5ee1c3d50699fd75c586d037cb
7510 * [Configs] AUFS configs
7511 * ubuntu: aufs3 -- reenable
7512
7513 [ Tim Gardner ]
7514
7515 * CONFIG_LATENCYTOP=n
7516
7517 -- Tim Gardner <tim.gardner@canonical.com> Tue, 08 Jul 2014 15:27:35 +0100
7518
7519 linux (3.16.0-2.4) utopic; urgency=low
7520
7521 [ Andy Whitcroft ]
7522
7523 * [Config] flip VIRTIO*=y
7524 * [Config] commonise CONFIG_SWIOTLB=y
7525 * [Config] apply Bus options (PCI etc.) >> PCI support config defaults
7526 * [Config] apply Device Drivers >> ATA/ATAPI/MFM/RLL support (DEPRECATED)
7527 config defaults
7528 * [Config] apply Device Drivers >> Block devices config defaults
7529 * [Config] apply Device Drivers >> Character devices config defaults
7530 * [Config] apply Device Drivers >> DMA Engine support config defaults
7531 * [Config] apply Device Drivers >> EDAC (Error Detection And Correction)
7532 reporting config defaults
7533 * [Config] apply Device Drivers >> Graphics support >> Direct Rendering
7534 Manager >> Direct Rendering Manager (XFree86 4.1.0 and higher DRI
7535 support) config defaults
7536 * [Config] apply Device Drivers >> GPIO Support config defaults
7537 * [Config] apply Device Drivers >> Graphics support >> Console display
7538 driver support config defaults
7539 * [Config] apply Device Drivers >> IIO staging drivers >> Accelerometers
7540 config defaults
7541 * [Config] apply Device Drivers >> IOMMU Hardware Support config defaults
7542 * [Config] apply Device Drivers >> Input device support >> Generic input
7543 layer (needed for keyboard, mouse, ...) >> Miscellaneous devices config
7544 defaults
7545 * [Config] apply Device Drivers >> Input device support >> Hardware I/O
7546 ports config defaults
7547 * [Config] apply Device Drivers >> LED Support >> LED Class Support
7548 config defaults
7549 * [Config] apply Device Drivers >> Hardware Spinlock drivers config
7550 defaults
7551 * [Config] apply Device Drivers >> Multimedia support >> Cameras/video
7552 grabbers support config defaults
7553 * [Config] apply Security options config defaults
7554 * [Config] apply Networking options >> Network packet filtering framework
7555 (Netfilter) >> Core Netfilter Configuration config defaults
7556 * [Config] apply Device Drivers >> MMC/SD/SDIO card support config
7557 defaults
7558 * [Config] apply Device Drivers >> Graphics support >> Frame buffer
7559 Devices >> Support for frame buffer devices config defaults
7560 * [Config] apply Power management and ACPI options >> CPU Frequency
7561 scaling config defaults
7562 * [Config] apply Processor type and features config defaults
7563 * [Config] apply Partition Types config defaults
7564 * [Config] apply Power management and ACPI options config defaults
7565 * [Config] apply Device Drivers >> InfiniBand support config defaults
7566 * [Config] apply Device Drivers >> Misc devices config defaults
7567 * [Config] apply Device Drivers >> Multifunction device drivers config
7568 defaults
7569 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7570 support >> SCSI low-level drivers config defaults
7571 * [Config] apply Device Drivers >> Network device support >> Ethernet
7572 driver support config defaults
7573 * [Config] apply Device Drivers >> Network device support >> Network core
7574 driver support config defaults
7575 * [Config] apply Device Drivers >> Network device support >> PHY Device
7576 support and infrastructure config defaults
7577 * [Config] apply File systems >> Network File Systems config defaults
7578 * [Config] apply Device Drivers >> Input device support >> Generic input
7579 layer (needed for keyboard, mouse, ...) >> Touchscreens config defaults
7580 * [Config] apply Device Drivers >> Memory Technology Device (MTD) support
7581 >> NAND Device Support config defaults
7582 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7583 >> Ralink driver support config defaults
7584 * [Config] apply Device Drivers >> Staging drivers config defaults
7585 * [Config] apply Cryptographic API >> Hardware crypto devices config
7586 defaults
7587 * [Config] apply Device Drivers >> Macintosh device drivers config
7588 defaults
7589 * [Config] apply Device Drivers >> Network device support >> Wireless LAN
7590 config defaults
7591 * [Config] apply Device Drivers >> PPS support config defaults
7592 * [Config] apply Device Drivers >> Sound card support config defaults
7593 * [Config] apply Networking support >> RF switch subsystem support config
7594 defaults
7595 * [Config] apply Library routines config defaults
7596 * [Config] apply Device Drivers >> CODEC drivers config defaults
7597 * [Config] apply Device Drivers >> PHY Subsystem config defaults
7598 * [Config] apply Device Drivers >> Pulse-Width Modulation (PWM) Support
7599 config defaults
7600 * [Config] apply Kernel hacking >> Tracers config defaults
7601 * [Config] apply Kernel hacking >> Runtime Testing config defaults
7602 * [Config] apply Kernel hacking >> Architecture: powerpc config defaults
7603 * [Config] apply Device Drivers >> USB support config defaults
7604 * [Config] apply Device Drivers >> Power supply class support config
7605 defaults
7606 * [Config] apply Device Drivers >> USB Network Adapters config defaults
7607 * [Config] apply General setup >> IRQ subsystem config defaults
7608 * [Config] apply General setup config defaults
7609 * [Config] apply File systems >> Miscellaneous filesystems config
7610 defaults
7611 * [Config] apply File systems config defaults
7612 * [Config] apply Device Drivers >> Userspace I/O drivers config defaults
7613 * [Config] apply Device Drivers >> Virtio drivers config defaults
7614 * [Config] apply Device Drivers >> USB Peripheral Controller config
7615 defaults
7616 * [Config] apply Device Drivers >> SCSI device support >> SCSI device
7617 support >> SCSI Transports config defaults
7618 * [Config] apply Device Drivers >> Real Time Clock config defaults
7619 * [Config] apply Device Drivers >> Serial ATA and Parallel ATA drivers
7620 (libata) config defaults
7621 * [Config] apply Device Drivers >> SoC Audio for Freescale CPUs config
7622 defaults
7623 * [Config] apply Device Drivers >> Voltage and Current Regulator Support
7624 config defaults
7625 * [Config] apply Device Drivers >> USB Physical Layer drivers config
7626 defaults
7627 * [Config] apply Device Drivers >> Watchdog Timer Support config defaults
7628 * [Config] powerpc-powerpc-e500mc FTBFS -- CONFIG_CRASH_DUMP=n
7629 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_IMA=n
7630 * [Config] powerpc-powerpc64-emb FTBFS -- CONFIG_HIBERNATION=n
7631 CONFIG_HOTPLUG_CPU=n
7632 * [Config] ppc64el-generic FTBFS -- CONFIG_LUSTRE_FS=n
7633 * [Config] drivers/message/fusion needs scsi_transport_spi in virtual
7634 * [Config] drivers/acpi/acpi_ipmi.ko needs
7635 drivers/char/ipmi/ipmi_msghandler.ko in virtual
7636 * [Config] armhf-* FTBFS -- CONFIG_STACK_TRACER=n
7637 CONFIG_FUNCTION_TRACER=n
7638 * [Config] ignore modules changing following major config changes
7639
7640 [ Tim Gardner ]
7641
7642 * rebase to v3.16-rc4
7643
7644 [ Upstream Kernel Changes ]
7645
7646 * rebase to v3.16-rc4
7647 - LP: #1297581
7648
7649 -- Andy Whitcroft <apw@canonical.com> Thu, 03 Jul 2014 11:00:43 +0100
7650
7651 linux (3.16.0-1.3) utopic; urgency=low
7652
7653 [ Andy Whitcroft ]
7654
7655 * Revert "Disable do_tools_perf for FTBS"
7656 * SAUCE: fix perf_regs definitions for arm64
7657
7658 [ Paolo Pisati ]
7659
7660 * [Config] armhf: ARCH_EXYNOS5* support
7661 * [Config] armhf: CPU_IDLE=y and ARM_EXYNOS_CPUIDLE=y
7662 * [Config] armhf: EXYNOS_THERMAL=y
7663 * [Config] armhf: EXYNOS_IOMMU=y
7664 * [Config] armhf: EXYNOS_ADC=m
7665 * [Config] armhf: EXYNOS_I2C_EXYNOS5=m
7666 * [Config] armhf: MMC_SDHCI_S3C=m
7667 * [Config] armhf: PCI_EXYNOS=y
7668 * [Config] armhf: PHY_EXYNOS5250_SATA=y
7669 * [Config] armhf: USB_[E|O]HCI_EXYNOS=y && SAMSUNG_USBPHY=y
7670 * [Config] armhf: PWM_SAMSUNG=m
7671 * [Config] armhf: RTC_DRV_S3C=y
7672 * [Config] armhf: S3C2410_WATCHDOG=m
7673 * [Config] armhf: MMC_DW_EXYNOS=m
7674 * [Config] armhf: SERIAL_SAMSUNG=y
7675 * [Config] armhf: SND_SOC_SAMSUNG=m
7676 * [Config] armhf: SPI_S3C64XX=m
7677 * [Config] armhf: EXYNOS_VIDEO=y and VIDEO_SAMSUNG*=m
7678 * [Config] armhf: FB_S3C=m
7679 * [Config] armhf: build all Exynos 5 DTBs
7680 * [Config] armhf: disable CPUFREQ_EXYNOS
7681
7682 [ Tim Gardner ]
7683
7684 * rebase to v3.16-rc3
7685
7686 [ Upstream Kernel Changes ]
7687
7688 * rebase to v3.16-rc3
7689 - LP: #1331915
7690
7691 -- Tim Gardner <tim.gardner@canonical.com> Tue, 24 Jun 2014 08:58:09 -0600
7692
7693 linux (3.16.0-0.2) utopic; urgency=low
7694
7695 [ Tim Gardner ]
7696
7697 * Revert "SAUCE: intel_pstate -- toggle default to disable"
7698 - LP: #1333322
7699 * CONFIG_BOOKE_WDT=y
7700 * Disable do_tools_perf for FTBS (just until I can figure it out)
7701
7702 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Jun 2014 13:37:53 -0600
7703
7704 linux (3.16.0-0.1) utopic; urgency=low
7705
7706 [ Tim Gardner ]
7707
7708 * Release Tracking Bug
7709 - LP: #1333265
7710
7711 [ Andy Whitcroft ]
7712
7713 * [Config] cloud-tools -- add systemd units
7714 - LP: #1329027
7715
7716 [ dann frazier ]
7717
7718 * [Config] CONFIG_RTC_DRV_XGENE=y for arm64
7719 * [Config] CONFIG_NET_XGENE=m for arm64
7720 * [Config] Restrict CONFIG_POWER_RESET_SYSCON to arm64 only
7721
7722 [ Feng Kan ]
7723
7724 * SAUCE: (no-up) arm64: dts: Add X-Gene reboot driver dts node
7725 * SAUCE: (no-up) Add documentation for generic SYSCON reboot driver.
7726 * SAUCE: (no-up) Select reboot driver for X-Gene platform.
7727
7728 [ Iyappan Subramanian ]
7729
7730 * SAUCE: (no-up) MAINTAINERS: Add entry for APM X-Gene SoC ethernet driver
7731 * SAUCE: (no-up) Documentation: dts: Add bindings for APM X-Gene SoC ethernet driver
7732 * SAUCE: (no-up) dts: Add bindings for APM X-Gene SoC ethernet driver
7733 * SAUCE: (no-up) drivers: net: Add APM X-Gene SoC ethernet driver support.
7734
7735 [ Tim Gardner ]
7736
7737 * updateconfigs
7738 * Fix arm64 crypto Makefile
7739 * [Config] CONFIG_BOOKE_WDT=n for FTBS
7740 * [Debian] Add UTS_UBUNTU_RELEASE_ABI to utsrelease.h
7741 - LP: #1327619
7742 * Disabled powerpc64-emb for FTBS
7743 * [Config] CONFIG_DRM_TEGRA=m
7744 * [Config] CONFIG_CMA_SIZE_MBYTES=64
7745 * rebase to v3.16-rc2
7746 * Clean up generic.inclusion-list warnings
7747
7748 [ Upstream Kernel Changes ]
7749
7750 * rebase to v3.16-rc2
7751 - LP: #1328587
7752 - LP: #1319291
7753 - LP: #1310512
7754 - LP: #1310512
7755 - LP: #1305480
7756
7757 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Jun 2014 12:26:09 +0000
7758
7759 linux (3.15.0-6.11) utopic; urgency=low
7760
7761 [ Adam Conrad ]
7762
7763 * Enable building the sata-modules udeb on ppc64el.
7764 - LP: #1323980
7765 * [Packaging] Set bootloader and loader on ppc64el to grub
7766
7767 [ Adam Lee ]
7768
7769 * SAUCE: (no-up) rtlwifi: rtl8723be: disable MSI interrupts mode
7770 - LP: #1310512, #1320070
7771
7772 [ Alex Hung ]
7773
7774 * SAUCE: (no-up) dell-led: add mic mute led interface
7775 - LP: #1308297
7776
7777 [ Andy Whitcroft ]
7778
7779 * [Config] d-i -- add hyperv_keyboard to serial-modules udeb
7780 - LP: #1285434
7781 * [Config] tools -- enable cpupower on ppc64el
7782 * [Config] ppc64el -- enable perf tools
7783 * [Config] powerpc -- enable perf tools
7784 * [Config] ppc64el -- reduce MAX_ORDER with 64k pages
7785 * [Config] arm64 -- enable tools
7786 - LP: #1326050
7787 * [Config] switch hyper-keyboard to virtual
7788 - LP: #1325306
7789 * [Config] fix up Breaks/Replaces on linux-cloud-tools-common to fix
7790 upgrades
7791 * SAUCE: kvm: BIOS disabled kvm support should be a warning
7792 - LP: #1300247
7793 * SAUCE: nouveau: missing outputs should be warnings
7794 - LP: #1300244
7795 * [Config] d-i -- add nvme devices to block-modules udeb
7796 - LP: #1303710
7797
7798 [ Anton Blanchard ]
7799
7800 * SAUCE: (no-up) powerpc: 64bit sendfile is capped at 2GB
7801 - LP: #1328230
7802
7803 [ Colin Ian King ]
7804
7805 * SAUCE: intel_pstate: inform user that thermald is worth considering
7806
7807 [ Dave Chiluk ]
7808
7809 * [Config] Enable CONFIG_IP_VS_IPV6=y
7810 - LP: #1300739
7811
7812 [ Paolo Pisati ]
7813
7814 * [Config] build vexpress a9 dtb
7815 - LP: #1303657
7816
7817 [ Tetsuo Handa ]
7818
7819 * SAUCE: kthread: Do not leave kthread_create() immediately upon SIGKILL.
7820
7821 [ Tim Gardner ]
7822
7823 * Release Tracking Bug
7824 - LP: #1329045
7825 * [Debian] Treat vdso install as an environment variable
7826 - LP: #1325713
7827 * [Config] Treat vdso install as an environment variable
7828 - LP: #1325713
7829 * [config] Set IPMI suppoort default to "y"
7830 * [Config] powerpc -- CONFIG_SCSI_IBMVSCSI=y
7831 * [Config] CONFIG_RT_GROUP_SCHED=n
7832 - LP: #1284731
7833 * [Config] ppc64el -- switch to 64K system pages
7834 * [Config] CONFIG_MICROCODE_EARLY=y
7835 * [Config] SND_DAVINCI_SOC && SND_AM33XX_SOC_EVM =m
7836 * [Config] armhf: DRM_TILCDC=m
7837 * SAUCE: (no-up) mei_me: Add module parameter to disable MSI
7838 * [Config] arm64: KVM=y
7839 * [Config] armhf: LEDS_TRIGGER_HEARTBEAT=y
7840 * [Config] armhf: generic: disable CPU_IDLE
7841 * [Config] armhf: CPU_FREQ=y
7842 * [Config] Add new mlx modules to d-i
7843 * [Config] Added Muti-Arch support for linux-headers-PKGVER-ABINUM, linux-tools-common, and linux-cloud-tools-common
7844 - LP: #1295112
7845 * [Config] CONFIG_EXYNOS_ADC=n, CONFIG_HW_RANDOM_EXYNOS=n, CONFIG_MMC_DW_EXYNOS=n, CONFIG_USB_DWC3_EXYNOS=n
7846 - LP: #1294353
7847 * [Config] CONFIG_ABX500_CORE=y for ppc64el
7848 * [Config] CONFIG_ALX=m for powerpc
7849 * [Config] CONFIG_ACENIC_OMIT_TIGON_I=n for ppc64el
7850 * [Config] CONFIG_ACORN_PARTITION_*=n for ppc64el
7851 * [Config] CONFIG_ANDROID=n for powerpc
7852 * [Config] CONFIG_ASYNC_RAID6_TEST=m for ppc64el
7853 * [Config] CONFIG_BIG_KEYS=y for ppc64el
7854 * [Config] CONFIG_BSD_PROCESS_ACCT=y for ppc64el
7855 * rebase to v3.15
7856 * [Config] CONFIG_PHY_XGENE=y
7857 * [Config] CONFIG_MLX4_DEBUG=y
7858 - LP: #1328256
7859 * [Config] CONFIG_POWERNV_CPUFREQ=y for powerpc, ppc64el
7860 - LP: #1324571
7861 * [Config] CONFIG_BLK_DEV_SR_VENDOR=n for ppc64el
7862 * [Config] CONFIG_CFG80211=m for ppc64el
7863 * [Config] CONFIG_CHARGER_BQ24190=m for powerpc
7864 * [Config] CONFIG_CHARGER_BQ24735=m for powerpc
7865 * [Config] CONFIG_EXPERT=y for ppc64el
7866 * [Config] CONFIG_ATA_SFF=y on ppc64el
7867 * [Config] CONFIG_ATA_GENERIC=y for ppc64el, powerpc
7868 * [Config] CONFIG_CHR_DEV_ST=m for ppc64el
7869 * [Config] CONFIG_CHECKPOINT_RESTORE=y for ppc64el
7870 * [Config] CONFIG_CHELSIO_T1_1G=y for ppc64el
7871 * [Config] CONFIG_CHR_DEV_OSST=m for ppc64el
7872 * [Config] CONFIG_CHR_DEV_SCH=m for ppc64el
7873 * [Config] CONFIG_CPU_FREQ_STAT=y for powerpc
7874 * [Config] CONFIG_DDR=y for ppc64el
7875 * [Config] CONFIG_DEBUG_BUGVERBOSE=y for powerpc
7876 * [Config] CONFIG_E100=m, CONFIG_E1000=m, CONFIG_E1000E=m for ppc64el
7877 * [Config] CONFIG_EZX_PCAP=n for all arches
7878 * [Config] CONFIG_DYNAMIC_DEBUG=y for powerpc
7879 * [Config] CONFIG_ENABLE_MUST_CHECK=n for ppc64el
7880 * [Config] CONFIG_ENABLE_WARN_DEPRECATED=n for ppc64el
7881 * [Config] CONFIG_FB_3DFX=m for all arches
7882 * [Config] CONFIG_FB_MATROX=m for ppc64el
7883 * [Config] CONFIG_FB_RADEON=m for ppc64el
7884 * [Config] CONFIG_FB_SAVAGE_I2C=y for all arches
7885 * [Config] CONFIG_FIREWIRE=m for ppc64el
7886 * [Config] CONFIG_FTR_FIXUP_SELFTEST=n for ppc64el
7887 * [Config] CONFIG_HAMRADIO=y for ppc64el
7888 * [Config] CONFIG_I2C_CHARDEV=m for ppc64el
7889 * [Config] CONFIG_I2C_MUX=m for ppc64el
7890 * [Config] CONFIG_I2C_STUB=m for ppc64el
7891 * [Config] CONFIG_I2O=m for ppc64el
7892 * [Config] CONFIG_INET_XFRM_MODE_BEET=m, CONFIG_INET_XFRM_MODE_TRANSPORT=m, CONFIG_INET_XFRM_MODE_TUNNEL=m for ppc64el
7893 * [Config] CONFIG_INFINIBAND_IPOIB_DEBUG=n, CONFIG_INFINIBAND_MTHCA_DEBUG=n for ppc64el
7894 * [Config] CONFIG_INFINIBAND_NES=m, CONFIG_INFINIBAND_OCRDMA=m, CONFIG_INFINIBAND_QIB=m for ppc64el
7895 * [Config] CONFIG_INPUT_FF_MEMLESS=m for ppc64el
7896 * [Config] CONFIG_INTERVAL_TREE_TEST=m for ppc64el
7897 * [Config] CONFIG_IPACK_BUS=m for ppc64el
7898 * [Config] CONFIG_ISDN=y for ppc64el
7899 * [Config] CONFIG_ISO9660_FS=m for ppc64el
7900 * [Config] CONFIG_KGDB=y for ppc64el
7901 * [Config] CONFIG_KVM_GUEST=y for ppc64el
7902 * [Config] CONFIG_L2TP_V3=y for powerpc
7903 * [Config] CONFIG_MAILBOX=y for ppc64el
7904 * [Config] CONFIG_MD_LINEAR=m, CONFIG_MD_RAID0=m, CONFIG_MD_RAID1=m for ppc64el
7905 * [Config] CONFIG_MEDIA_SUPPORT=m for ppc64el
7906 * [Config] CONFIG_MEMORY=y for ppc64el
7907 * [Config] CONFIG_MEMSTICK=m for ppc64el
7908 * [Config] CONFIG_MFD_SM501_GPIO=n for ppc64el
7909 * [Config] CONFIG_MMC_BLOCK=m for ppc64el
7910 * [Config] CONFIG_MOUSE_PS2=m for ppc64el
7911 * [Config] CONFIG_NET_9P=m for ppc64el
7912 * [Config] CONFIG_MSDOS_FS=m for ppc64el
7913 * [Config] CONFIG_MSI_BITMAP_SELFTEST=n for ppc64el
7914 * [Config] CONFIG_MTD=m for arm64
7915 * [Config] CONFIG_NETCONSOLE=m for ppc64el
7916 * [Config] CONFIG_NETFILTER_XT_TARGET_NOTRACK=m for ppc64el
7917 * [Config] CONFIG_NET_IPIP=m for ppc64el
7918 * [Config] CONFIG_NET_TEAM=m for all arches
7919 * [Config] CONFIG_NFC=m for ppc64el
7920 * [Config] CONFIG_NL80211_TESTMODE=n for all arches
7921 * [Config] CONFIG_NLS_CODEPAGE_437=y for powerpc
7922 * [Config] CONFIG_NLS_ASCII=m, CONFIG_NLS_ISO8859_1=m, CONFIG_NLS_UTF8=m for ppc64el
7923 * [Config] CONFIG_NOP_USB_XCEIV=m for ppc64el
7924 * [Config] CONFIG_NOTIFIER_ERROR_INJECTION=m for ppc64el
7925 * [Config] CONFIG_OPROFILE=m for ppc64el
7926 * [Config] CONFIG_PARPORT_1284=y for ppc64el
7927 * [Config] CONFIG_PARPORT_AX88796=m, CONFIG_PARPORT_PC_FIFO=y, CONFIG_PARPORT_SERIAL=m for ppc64el
7928 * [Config] CONFIG_8723AU_P2P=n
7929 * [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
7930 * [Config] CONFIG_PCNET32=m for ppc64el
7931 * [Config] CONFIG_SCSI_DH_EMC=m for ppc64el
7932 * [Config] CONFIG_SCSI_DH_HP_SW=m for ppc64el
7933 * [Config] CONFIG_SCSI_FC_ATTRS=m for ppc64el
7934 * [Config] CONFIG_SCSI_IPR=m for ppc64el
7935 * [Config] CONFIG_SCSI_LOGGING=y for ppc64el
7936 * [Config] CONFIG_SCSI_OSD_INITIATOR=m for ppc64el
7937 * [Config] CONFIG_SCSI_SCAN_ASYNC=y for ppc64el
7938 * [Config] CONFIG_SCSI_SYM53C8XX_2=m for ppc64el
7939 * [Config] CONFIG_XILINX_LL_TEMAC=m for powerpc
7940 * [Config] CONFIG_WQ_POWER_EFFICIENT_DEFAULT=y for ppc64el
7941 * [Config] CONFIG_WLAN=y for arm64
7942 * [Config] CONFIG_VORTEX=m for ppc64el
7943 * [Config] CONFIG_WIMAX=m for ppc64el
7944 * [Config] CONFIG_WATCHDOG=y for ppc64el
7945 * [Config] CONFIG_VIRT_DRIVERS=y for ppc64el
7946 * [Config] CONFIG_VERSION_SIGNATURE="" for powerpc64-emb
7947 * [Config] CONFIG_UWB=m for ppc64el
7948 * [Config] CONFIG_USB_STORAGE=y
7949 * [Config] CONFIG_SATA_AHCI_PLATFORM=y for armhf
7950 * [Config] CONFIG_HID_RMI=m
7951 * [Config] CONFIG_HVC_DCC=n
7952 - LP: #1303657
7953
7954 [ Upstream Kernel Changes ]
7955
7956 * mm/numa: Remove BUG_ON() in __handle_mm_fault()
7957 - LP: #1323165
7958 * powerpc/powernv: Add calls to support little endian host
7959 - LP: #1327400
7960 * HID: rmi: introduce RMI driver for Synaptics touchpads
7961 * HID: rmi: do not stop the device at the end of probe
7962 * HID: rmi: check for the existence of some optional queries before reading query 12
7963 * HID: rmi: do not fetch more than 16 bytes in a query
7964 * HID: rmi: fix wrong struct field name
7965 * HID: rmi: fix masks for x and w_x data
7966 * HID: rmi: do not handle touchscreens through hid-rmi
7967 * ALSA: pcm: 'BUG:' message unnecessarily triggers kerneloops
7968 - LP: #1305480
7969 * rebase to v3.15
7970
7971 -- Tim Gardner <tim.gardner@canonical.com> Tue, 03 Jun 2014 17:02:49 +0000
7972
7973 linux (3.15.0-5.10) utopic; urgency=low
7974
7975 [ Tim Gardner ]
7976
7977 * Release Tracking Bug
7978 - LP: #1325596
7979 * [Config] CONFIG_POWERNV_CPUFREQ=y for ppc64el
7980 * rebase to v3.15-rc8
7981
7982 [ Upstream Kernel Changes ]
7983
7984 * rebase to v3.15-rc8
7985
7986 -- Tim Gardner <tim.gardner@canonical.com> Mon, 02 Jun 2014 12:59:34 +0000
7987
7988 linux (3.15.0-4.9) utopic; urgency=low
7989
7990 * no change rebuild to fix embeded debhelper.
7991
7992 -- Andy Whitcroft <apw@canonical.com> Thu, 29 May 2014 12:41:58 +0100
7993
7994 linux (3.15.0-4.8) utopic; urgency=low
7995
7996 [ Andy Whitcroft ]
7997
7998 * Release Tracking Bug
7999 - LP: #1324107
8000 * [Config] enable SECURITY_APPARMOR_UNCONFINED_INIT
8001
8002 [ Javier Martinez Canillas ]
8003
8004 * SAUCE: (no-up) apparmor: fix bug that constantly spam the console
8005 - LP: #1323526
8006
8007 [ John Johansen ]
8008
8009 * SAUCE: (no-up) apparmor: Sync to apparmor3 - alpha6 snapshot
8010 - LP: #1323528
8011 * SAUCE: (no-up) apparmor: fix apparmor spams log with warning message
8012 - LP: #1308761
8013 * SAUCE: (no-up) apparmor: fix refcount bug in apparmor pivotroot
8014 - LP: #1308765
8015 * SAUCE: (no-up): apparmor: fix apparmor refcount bug in apparmor_kill
8016 - LP: #1308764
8017 * SAUCE: (no-up): apparmor: use custom write_is_locked macro
8018 - LP: #1323530
8019
8020 [ Kamal Mostafa ]
8021
8022 * [Config] add debian/gbp.conf
8023
8024 [ Tim Gardner ]
8025
8026 * [Config] CONFIG_SATA_AHCI=m for ppc64el
8027 - LP: #1323980
8028
8029 -- Andy Whitcroft <apw@canonical.com> Wed, 28 May 2014 12:47:17 +0100
8030
8031 linux (3.15.0-3.7) utopic; urgency=low
8032
8033 [ Tim Gardner ]
8034
8035 * Release Tracking Bug
8036 - LP: #1323189
8037
8038 [ Andy Whitcroft ]
8039
8040 * [Config] autopkgtest -- need fakeroot for tests
8041
8042 [ Upstream Kernel Changes ]
8043
8044 * rebase to v3.15-rc7
8045
8046 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 May 2014 08:12:50 +0200
8047
8048 linux (3.15.0-2.6) utopic; urgency=low
8049
8050 [ Andy Whitcroft ]
8051
8052 * [Config] remove the kernel-image firmware list on clean
8053
8054 [ Martin Pitt ]
8055
8056 * [Config] autopkgtest -- switch to significantly faster rebuild
8057
8058 [ Stefan Bader ]
8059
8060 * [Config]: Add missing modules to inclusion list
8061
8062 [ Tim Gardner ]
8063
8064 * [debian] Dynamically generate the kernel-image udebs firmware list
8065 * [d-i] firmware/kernel-image is generated
8066 * rebase to v3.15-rc6
8067 * Release Tracking Bug
8068 - LP: #1322251
8069
8070 [ Upstream Kernel Changes ]
8071
8072 * rebase to v3.15-rc6
8073 - LP: #1297581
8074
8075 -- Tim Gardner <tim.gardner@canonical.com> Wed, 21 May 2014 10:51:29 -0700
8076
8077 linux (3.15.0-1.5) utopic; urgency=low
8078
8079 [ Tim Gardner ]
8080
8081 * [Config] Add apm-mustang.dtb to kernel-image udeb
8082
8083 -- Tim Gardner <tim.gardner@canonical.com> Mon, 19 May 2014 14:47:42 -0700
8084
8085 linux (3.15.0-1.4) utopic; urgency=low
8086
8087 [ Andy Whitcroft ]
8088
8089 * Revert "SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the
8090 local linux/hyperv.h"
8091 * Revert "SAUCE: (no-up) hv -- bodge hv_kvp_daemon so it can use the
8092 local linux/hyperv.h"
8093 * [Packaging] tools -- hv tools build correctly against the built headers
8094 * [Packaging] cloud-tools -- add the hv_fcopy_daemon to the package
8095 * cloud-tools -- pull in init scripts for Hyper-V daemons
8096 * cloud-tools -- detect Hyper-V VM to avoid starting
8097 * cloud-tools -- update IF_NAME to DEVICE in hv_* scripts
8098 - LP: #1295401
8099 * [Config] cloud-tools: reenable cloud-tools
8100
8101 -- Andy Whitcroft <apw@canonical.com> Sun, 18 May 2014 19:21:04 +0100
8102
8103 linux (3.15.0-1.3) utopic; urgency=low
8104
8105 [ Andy Whitcroft ]
8106
8107 * [Packaging] ppc64el is a powerpc kernel arch and needs its quirks
8108 - LP: #1318848
8109
8110 [ Ben Collins ]
8111
8112 * [Config] Switch to grub-ieee1275 as recommended on book3e systems
8113 - LP: #1318629
8114
8115 [ Tim Gardner ]
8116
8117 * [Config] CONFIG_FSL_PAMU=n
8118 - LP: #1311738
8119 * Release Tracking Bug
8120 - LP: #1320239
8121
8122 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 May 2014 07:37:07 -0600
8123
8124 linux (3.15.0-1.2) utopic; urgency=low
8125
8126 [ Tim Gardner ]
8127
8128 * Release Tracking Bug
8129 - LP: #1318171
8130 * Add rpcsec_gss_krb5 to generic inclusion list
8131 - LP: #769527
8132 * rebase to v3.15-rc5
8133
8134 [ Upstream Kernel Changes ]
8135
8136 * rebase to v3.15-rc5
8137 - LP: #1297581
8138
8139 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 May 2014 15:20:10 -0500
8140
8141 linux (3.15.0-0.1) utopic; urgency=low
8142
8143 [ Upstream Kernel Changes ]
8144
8145 * rebase to v3.15-rc4
8146 - LP: #1297581
8147 - LP: #1297581
8148 - LP: #1305133
8149 - LP: #1297581
8150 - LP: #1297581
8151 - LP: #871808
8152 - LP: #1260303
8153 - LP: #1268468
8154 - LP: #1248116
8155 - LP: #1211920
8156 - LP: #1259790
8157 - LP: #1259437
8158 - LP: #1259435
8159 - LP: #1268468
8160
8161 -- Tim Gardner <tim.gardner@canonical.com> Fri, 07 Feb 2014 09:35:13 -0700
8162
8163 linux (3.15.0-0.0) utopic; urgency=low
8164
8165 * Initial version for 3.15.
8166
8167 -- Andy Whitcroft <apw@canonical.com> Fri, 02 May 2014 15:06:39 +0100
8168
8169 linux (3.13.0-8.27) trusty; urgency=low
8170
8171 [ John Johansen ]
8172
8173 * SAUCE: Add config option to disable new apparmor 3 semantics
8174 -LP: #1270215
8175
8176 [ Tim Gardner ]
8177
8178 * [debian] Fix indep_hdrs_pkg_name
8179 - LP: #1134441
8180 * Update lttng to 00808267d3ba7cdcddfed7bec7e62a40463c1307 Version 2.4.0-rc3
8181 * Enabled lttng build
8182 * Don't build lttng for armhf
8183 lttng hates gcc-4.8 for armhf
8184 * Release Tracking Bug
8185 - LP: #1277309
8186
8187 [ Upstream Kernel Changes ]
8188
8189 * rebase to v3.13.2
8190 - LP: #1260303
8191 - LP: #1260303
8192 - LP: #1268468
8193
8194 -- Tim Gardner <tim.gardner@canonical.com> Thu, 06 Feb 2014 09:25:51 -0700
8195
8196 linux (3.13.0-7.26) trusty; urgency=low
8197
8198 [ John Johansen ]
8199
8200 * SAUCE: apparmor: fix uninitialized lsm_audit membe
8201 - LP: #1268727
8202 * Add config option to optionally enable new apparmor 3 semantics
8203
8204 [ Tim Gardner ]
8205
8206 * [Config] Add lowlatency to getabis
8207 * [Config] CONFIG_SECURITY_APPARMOR_AA3_SEMANTICS=y
8208 - LP: #1270215
8209 * Release Tracking Bug
8210 - LP: #1276810
8211
8212 [ Upstream Kernel Changes ]
8213
8214 * x86, x32: Correct invalid use of user timespec in the kernel
8215 - LP: #1274349
8216 - CVE-2014-0038
8217
8218 -- Tim Gardner <tim.gardner@canonical.com> Wed, 05 Feb 2014 15:49:44 -0500
8219
8220 linux (3.13.0-7.25) trusty; urgency=low
8221
8222 [ Andy Whitcroft ]
8223
8224 * Revert "SAUCE: fix fmd headers"
8225 * SAUCE: fix fmd headers
8226
8227 -- Andy Whitcroft <apw@canonical.com> Tue, 04 Feb 2014 09:36:09 +0000
8228
8229 linux (3.13.0-7.24) trusty; urgency=low
8230
8231 [ Stefan Bader ]
8232
8233 * [Config] Make vmwgfx driver enable the framebuffer device
8234
8235 [ Tim Gardner ]
8236
8237 * rebase to v3.13.1
8238 * [Config] CONFIG_NFS_FS=m for ppc64el
8239 * [Config] CONFIG_X86_SYSFB=n
8240 https://lists.ubuntu.com/archives/kernel-team/2014-February/038166.html
8241 * Release Tracking Bug
8242 - LP: #1275898
8243
8244 [ Upstream Kernel Changes ]
8245
8246 * i2c: piix4: Add support for AMD ML and CZ SMBus changes
8247 - LP: #1272525
8248 * i2c: piix4: Use different message for AMD Auxiliary SMBus Controller
8249 - LP: #1272525
8250 * mm: ignore VM_SOFTDIRTY on VMA merging
8251 - LP: #1274917
8252 * drm/radeon: disable dpm on BTC
8253 - LP: #1266984
8254
8255 [ Upstream Kernel Changes ]
8256
8257 * rebase to v3.13.1
8258
8259 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Jan 2014 15:24:48 +0000
8260
8261 linux (3.13.0-6.23) trusty; urgency=low
8262
8263 [ Andy Whitcroft ]
8264
8265 * [Config] fix up architecture for linux-tools
8266
8267 -- Andy Whitcroft <apw@canonical.com> Thu, 30 Jan 2014 09:00:41 +0000
8268
8269 linux (3.13.0-6.22) trusty; urgency=low
8270
8271 [ Andy Whitcroft ]
8272
8273 * [Packaging] limit linux-udebs-<flavour> to matching arch
8274 * [Config] powerpc -- disable perf to fix FTBFS
8275 * [Config] ppc64el -- fix up missing udebs
8276
8277 -- Andy Whitcroft <apw@canonical.com> Wed, 29 Jan 2014 16:00:28 +0000
8278
8279 linux (3.13.0-6.21) trusty; urgency=low
8280
8281 [ Andy Fleming ]
8282
8283 * SAUCE: net: Add support for handling queueing in hardware
8284 * SAUCE: of_mdio: Add of_phy_attach function
8285 * SAUCE: phylib: Add generic 10G driver
8286 * SAUCE: phylib: Support attaching to gen10g_driver
8287 * SAUCE: phylib: Add Clause 45 read/write functions
8288
8289 [ Andy Whitcroft ]
8290
8291 * SAUCE: fix fmd headers
8292 * [Packaging] lowlatency -- merge out of tree flavours
8293 * SAUCE: allow IRQs to be irq-threaded by default via config
8294 * [Config]: enable CONFIG_IRQ_FORCED_THREADING_DEFAULT for lowlatency
8295 * [Config] powerpc -- fix up Build-depends:
8296 * Release Tracking Bug
8297 - LP: #1273747
8298
8299 [ Ben Collins ]
8300
8301 * SAUCE: PPC: PCI: Fix pcibios_io_space_offset() so it works for 32-bit
8302 ptr/64-bit rsrcs
8303 * SAUCE: Revert "phy: vitesse make vsc824x_add_skew static"
8304 * SAUCE: Fixup freescale usb phy driver to work on ppc64
8305 * SAUCE: xgmac_mdio: Silence read errors
8306 * SAUCE: Provide booke stub for kvmppc_is_bigendian()
8307 * SAUCE: Fix stack overflow on ppc32
8308 * SAUCE: Use resource_size_t instead of long for PCI resource address
8309 * SAUCE: net/phy: Export function for use by dpaa_eth
8310 * [Packaging] powerpc -- merge out of tree powerpc arch
8311
8312 [ Bjorn Helgaas ]
8313
8314 * SAUCE: Revert "EISA: Log device resources in dmesg"
8315 - LP: #1251816
8316 * SAUCE: Revert "EISA: Initialize device before its resources"
8317 - LP: #1251816
8318
8319 [ Emil Medve ]
8320
8321 * SAUCE: phylib: Minimum hack to get the generic 10G PHY driver to work
8322 with 10G "fixed-link"s
8323
8324 [ Kumar Gala ]
8325
8326 * SAUCE: fsl_qbman: Add drivers for Freescale DPAA Qman & Bman
8327 * SAUCE: fsl_pme2: Add support for DPAA PME
8328 * SAUCE: fmd: FMD14 integration
8329 * SAUCE: dpaa_eth: Ethernet driver for Freescale QorIQ DPA Architecture
8330 * SAUCE: powerpc/85xx: Add DPAA/networking support for CoreNet
8331
8332 [ Madalin Bucur ]
8333
8334 * SAUCE: net/flow: remove sleeping and deferral mechanism from
8335 flow_cache_flush
8336 * SAUCE: net/phy: abort genphy_read_status when link changes during speed
8337 and duplex reading
8338
8339 [ Stefan Bader ]
8340
8341 * [Config] move some VMWare related modules into main package
8342 - LP: #1271669
8343
8344 [ Tim Gardner ]
8345
8346 * [Config] Add r815x to nic-modules
8347 - LP: #1273735
8348 * [Config] CONFIG_FRAMEBUFFER_CONSOLE_ROTATION=y
8349 - LP: #239479
8350
8351 [ Upstream Kernel Changes ]
8352
8353 * mmc: sdhci-pci: break out definitions to header file
8354 - LP: #1239938
8355 * mmc: sdhci-pci: add support of O2Micro/BayHubTech SD hosts
8356 - LP: #1239938
8357 * powerpc/book3e: rename interrupt_end_book3e with __end_interrupts
8358 * powerpc/book3e: support CONFIG_RELOCATABLE
8359 * book3e/kexec/kdump: enable kexec for kernel
8360 * book3e/kexec/kdump: create a 1:1 TLB mapping
8361 * book3e/kexec/kdump: introduce a kexec kernel flag
8362 * book3e/kexec/kdump: implement ppc64 kexec specfic
8363 * book3e/kexec/kdump: redefine VIRT_PHYS_OFFSET
8364 * book3e/kexec/kdump: recover "r4 = 0" to create the initial TLB
8365
8366 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jan 2014 22:59:46 +0000
8367
8368 linux (3.13.0-5.20) trusty; urgency=low
8369
8370 [ Andy Whitcroft ]
8371
8372 * [Packaging] tools -- do not make symlinks when not making packages
8373 * [Packaging] tools -- tidy up control.stub.in ordering
8374 * [Packaging] tools -- tools-common is shared and not conditional
8375 * rebase to v3.13
8376
8377 [ Dirk Brandewie ]
8378
8379 * SAUCE: intel_pstate: Add setting voltage value for baytrail P states.
8380
8381 [ KY Srinivasan ]
8382
8383 * SAUCE: Drivers: hv: vmbus: Specify the target CPU that should receive
8384 notification
8385
8386 [ Upstream Kernel Changes ]
8387
8388 * rebase to v3.13
8389 - LP: #1270603
8390
8391 -- Andy Whitcroft <apw@canonical.com> Fri, 17 Jan 2014 15:45:31 +0000
8392
8393 linux (3.13.0-4.19) trusty; urgency=low
8394
8395 [ Andy Whitcroft ]
8396
8397 * [Config] libunwind8-dev is now available for ppc64el
8398 * [Packaging] tools -- make cpupower optional
8399 * [Packaging] tools -- enable correctly for x86
8400
8401 [ Tim Gardner ]
8402
8403 * Release Tracking Bug
8404 - LP: #1269872
8405
8406 [ Upstream Kernel Changes ]
8407
8408 * SAUCE: ARM: OMAP: hwmod: Add SYSC offsets for AES IP
8409 * SAUCE: ARM: OMAP4: hwmod: Add hwmod data for AES IP
8410 * SAUCE: OMAP: AM33xx: hwmod: Correct AES module SYSC type
8411 * SAUCE: crypto: omap-aes: add error check for pm_runtime_get_sync
8412
8413 [ Upstream Kernel Changes ]
8414
8415 * rebase to 85ce70fdf48aa290b4845311c2dd815d7f8d1fa5
8416
8417 -- Tim Gardner <tim.gardner@canonical.com> Wed, 15 Jan 2014 13:23:05 +0000
8418
8419 linux (3.13.0-3.18) trusty; urgency=low
8420
8421 [ Andy Whitcroft ]
8422
8423 * rebase to v3.13-rc8
8424 * [Packaging] efi -- allow EFI signatures on any arch
8425
8426 [ Tim Gardner ]
8427
8428 * [Config] Fix vcs-git path
8429 * Release Tracking Bug
8430 - LP: #1268683
8431
8432 [ Upstream Kernel Changes ]
8433
8434 * rebase to v3.13-rc8
8435
8436 -- Andy Whitcroft <apw@canonical.com> Sun, 12 Jan 2014 11:58:01 +0000
8437
8438 linux (3.13.0-2.17) trusty; urgency=low
8439
8440 [ Andy Whitcroft ]
8441
8442 * Release Tracking Bug
8443 - LP: #1267809
8444 * [Config] apply Platform support>>CPUIdle driver>>CPU Idle config
8445 defaults
8446 * [Config] apply Platform support>>CPU Frequency scaling config defaults
8447 * [Config] CONFIG_PARIDE_EPATC8=y
8448 * [Config] apply Device Drivers >> Broadcom specific AMBA config defaults
8449 * [Config] apply Bus options >> PCI support >> RapidIO support >> RapidIO
8450 Switch drivers config defaults
8451 * [Config] apply Cryptographic API config defaults
8452 * [Config] apply Device Drivers >> Common Clock Framework config defaults
8453 * [Config] apply Device Drivers >> Distributed Switch Architecture
8454 drivers config defaults
8455 * [Config] apply Device Drivers >> Graphics support >> Backlight & LCD
8456 device support config defaults
8457 * [Config] apply Device Drivers >> Graphics support >> Support for frame
8458 buffer devices >> Bootup logo config defaults
8459 * annotations -- update in tree annotations
8460 * [Config] apply Bus options >> PCI support >> RapidIO support config
8461 defaults
8462 * [Config] CONFIG_POWER_AVS=y CONFIG_RESET_CONTROLLER=y
8463 * [Config] apply Device Drivers >> 1-wire Bus Masters config defaults
8464 * [Config] apply CAN Device Drivers >> Platform CAN drivers with Netlink
8465 support config defaults
8466 * [Config] apply Device Drivers >> Character devices >> Serial drivers
8467 config defaults
8468 * [Config] apply Device Drivers >> Generic Thermal sysfs driver config
8469 defaults
8470 * [Config] apply Device Drivers >> Character devices >> TPM Hardware
8471 Support config defaults
8472 * [Config] apply Device Drivers >> Character devices config defaults
8473 * [Config] apply Device Drivers >> HID support >> USB HID support >> USB
8474 HID transport layer config defaults
8475 * [Config] apply Device Drivers >> HID support >> HID bus support config
8476 defaults
8477 * [Config] apply Device Drivers >> HID support >> USB HID support config
8478 defaults
8479 * annotations -- update in tree annotations
8480 * [Config] apply Device Drivers >> GPIO Support config defaults
8481 * [Config] update configs for apparmour update
8482
8483 [ John Johansen ]
8484
8485 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8486 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8487 - LP: #1208988
8488 * SAUCE: apparmor: allocate path lookup buffers during init
8489 - LP: #1208988
8490 * SAUCE: (no-up) apparmor: Fix tasks not subject to, reloaded policy
8491 - LP: #1236455
8492
8493 [ Tim Gardner ]
8494
8495 * Revert "[Debian] getabis: Preface module with package name"
8496 * [Config] Added ppc64el to getabis
8497 * [packaging] Bump ABI for every new release
8498
8499 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jan 2014 11:48:39 +0000
8500
8501 linux (3.13.0-1.16) trusty; urgency=low
8502
8503 * First 3.13 upload.
8504 * Release tracker
8505 - LP: #1266852
8506
8507 -- Tim Gardner <tim.gardner@canonical.com> Tue, 07 Jan 2014 09:21:26 -0700
8508
8509 linux (3.13.0-0.15) trusty; urgency=low
8510
8511 [ Tim Gardner ]
8512
8513 * rebase to v3.13-rc7
8514
8515 [ Upstream Kernel Changes ]
8516
8517 * rebase to v3.13-rc7
8518
8519 -- Tim Gardner <tim.gardner@canonical.com> Sun, 05 Jan 2014 06:13:33 -0700
8520
8521 linux (3.13.0-0.14) trusty; urgency=low
8522
8523 [ Andy Whitcroft ]
8524
8525 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8526
8527 [ Tim Gardner ]
8528
8529 * Remove ubuntu/dm-raid4-5 in favor of CONFIG_MD_RAID456
8530 * Update lttng to Version 2.4.0-rc2
8531 * lttng: Disabled trace_kvm_async_pf_completed
8532 * [Config] CONFIG_IMA=y
8533 - LP: #1244627
8534
8535 [ Upstream Kernel Changes ]
8536
8537 * rebase to 7a262d2ed9fa42fad8c4f243f8025580b58cf2f6
8538
8539 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 Jan 2014 12:57:13 -0700
8540
8541 linux (3.13.0-0.13) trusty; urgency=low
8542
8543 [ Andy Whitcroft ]
8544
8545 * ubuntu: aufs3 -- (no-up) aufs3-base.patch
8546 * ubuntu: aufs3 -- (no-up) aufs3-mmap.patch
8547 * ubuntu: aufs3 -- (no-up) aufs3-standalone.patch
8548 * ubuntu: AUFS (no-squash): basic framework and update machinary
8549 * ubuntu: AUFS -- update to 7b136a27b021da9010d8b6c101939dd298e46be7
8550 * ubuntu: aufs3 -- enable
8551 * ubuntu: aufs3 -- update configs
8552
8553 -- Andy Whitcroft <apw@canonical.com> Thu, 02 Jan 2014 09:41:02 +0000
8554
8555 linux (3.13.0-0.12) trusty; urgency=low
8556
8557 [ Upstream Kernel Changes ]
8558
8559 * rebase to v3.13-rc6
8560
8561 -- Tim Gardner <tim.gardner@canonical.com> Tue, 31 Dec 2013 06:16:03 -0700
8562
8563 linux (3.13.0-0.11) trusty; urgency=low
8564
8565 [ Andy Whitcroft ]
8566
8567 * SAUCE: suspicious unlocked ->status reading and writing in ipc/sem.c
8568 * [Config] ppc64el -- initial defconfig based -generic flavour
8569 * [Config] initial defconfig for ppc64el
8570 * [Config] ubuntuise ppc64el config
8571 * [Config] ubuntuise ppc64el config part 2
8572 * [Config] d-i -- update empty udebs list
8573 * [Config] ppc64el -- split extras package
8574
8575 [ Anton Blanchard ]
8576
8577 * SAUCE: KVM: PPC: Book3S HV: Add little-endian guest support
8578
8579 [ Benjamin Herrenschmidt ]
8580
8581 * SAUCE: powerpc/powernv: Add calls to support little endian
8582
8583 [ Cédric Le Goater ]
8584
8585 * SAUCE: KVM: PPC: Book3S: add helper routine to load guest instructions
8586 * SAUCE: KVM: PPC: Book3S: add helper routines to detect endian order
8587 * SAUCE: KVM: PPC: Book3S: MMIO emulation support for little endian
8588 guests
8589
8590 [ Paul E. McKenney ]
8591
8592 * SAUCE: powerpc: Make 64-bit non-VMX copy_tofrom_user() bi-endian
8593
8594 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Dec 2013 16:48:55 +0000
8595
8596 linux (3.13.0-0.10) trusty; urgency=low
8597
8598 [ Andy Whitcroft ]
8599
8600 * rebase to v3.13-rc5
8601 * [Config] updateconfigs following rebase to v3.13-rc5
8602
8603 [ Upstream Kernel Changes ]
8604
8605 * rebase to v3.13-rc5
8606 - LP: #1260303
8607 - LP: #1260303
8608 - LP: #1260225
8609
8610 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Dec 2013 12:48:28 +0000
8611
8612 linux (3.13.0-0.9) trusty; urgency=low
8613
8614 [ Andy Whitcroft ]
8615
8616 * [Config] d-i -- allow missing firmware
8617
8618 -- Andy Whitcroft <apw@canonical.com> Fri, 20 Dec 2013 17:57:06 +0000
8619
8620 linux (3.13.0-0.8) trusty; urgency=low
8621
8622 [ Andy Whitcroft ]
8623
8624 * [Config] annotations -- first pass over entire config
8625 * [Config] drop libunwind8-dev from Build-Depends for ppc64el
8626
8627 [ Tim Gardner ]
8628
8629 * [Config] Add arm64 device tree files
8630 - LP: #1262901
8631
8632 -- Andy Whitcroft <apw@canonical.com> Thu, 19 Dec 2013 18:36:43 +0000
8633
8634 linux (3.13.0-0.7) trusty; urgency=low
8635
8636 [ Rajesh B Prathipati ]
8637
8638 * SAUCE: powerpc: Make unaligned accesses endian-safe for powerpc
8639
8640 [ Tim Gardner ]
8641
8642 * [Config] CONFIG_REGULATOR_S2MPS11=n for FTBS
8643
8644 [ Upstream Kernel Changes ]
8645
8646 * rebase to v3.13-rc4
8647 - LP: #1259790
8648 - LP: #1259437
8649 - LP: #1259435
8650
8651 -- Tim Gardner <tim.gardner@canonical.com> Fri, 13 Dec 2013 07:56:34 -0700
8652
8653 linux (3.13.0-0.6) trusty; urgency=low
8654
8655 [ Paolo Pisati ]
8656
8657 * [Config] armhf: arm64: VIRTIO_[BLK|MMIO|NET|CONSOLE|BALLOON]=y
8658 * [Config] i386: amd64: VIRTIO_CONSOLE=y
8659
8660 [ Tim Gardner ]
8661
8662 * [Config] CONFIG_TRANSPARENT_HUGEPAGE_ALWAYS=y
8663
8664 -- Tim Gardner <tim.gardner@canonical.com> Sun, 08 Dec 2013 09:22:01 -0700
8665
8666 linux (3.13.0-0.5) trusty; urgency=low
8667
8668 [ Andy Whitcroft ]
8669
8670 * correct bug listing for v3.13-rc2 rebase
8671 * [Config] ppc64el -- create linux-libc-dev
8672 * [Debian] Improve tools version message
8673 - LP: #1257715
8674
8675 [ Serge Hallyn ]
8676
8677 * SAUCE: fork: Allow CLONE_PARENT after setns(CLONE_NEWPID)]
8678 - LP: #1248590
8679 * SAUCE: vfs: Fix a regression in mounting proc
8680
8681 [ Tim Gardner ]
8682
8683 * [Config] Build-in ohci-pci
8684 - LP: #1244176
8685 * Rebase to v3.13-rc3
8686
8687 [ Upstream Kernel Changes ]
8688
8689 * Revert "Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID
8690 checks""
8691 - LP: #1248590
8692
8693 [ Upstream Kernel Changes ]
8694
8695 * rebase to v3.13-rc3
8696 - LP: #1256840
8697 - LP: #1256212
8698
8699 -- Tim Gardner <tim.gardner@canonical.com> Sat, 07 Dec 2013 07:55:39 -0700
8700
8701 linux (3.13.0-0.4) trusty; urgency=low
8702
8703 [ Tim Gardner ]
8704
8705 * Rebase to v3.13-rc2
8706
8707 [ Upstream Kernel Changes ]
8708
8709 * rebase to v3.13-rc2
8710
8711 -- Tim Gardner <tim.gardner@canonical.com> Fri, 29 Nov 2013 23:54:05 -0500
8712
8713 linux (3.13.0-0.3) trusty; urgency=low
8714
8715 [ Andy Whitcroft ]
8716
8717 * Revert "SAUCE: Fix DocBook FTBS"
8718
8719 [ Tim Gardner ]
8720
8721 * [Debian] Re-sign modules after debug objcopy
8722 - LP: #1253155
8723 * [Config] CONFIG_EXT4_USE_FOR_EXT23=y
8724
8725 [ Upstream Kernel Changes ]
8726
8727 * doc: fix generation of device-drivers
8728 * rebase to b975dc3689fc6a3718ad288ce080924f9cb7e176
8729
8730 -- Tim Gardner <tim.gardner@canonical.com> Tue, 26 Nov 2013 12:24:42 -0700
8731
8732 linux (3.13.0-0.2) trusty; urgency=low
8733
8734 [ Tim Gardner ]
8735
8736 * SAUCE: Fix DocBook FTBS
8737
8738 -- Tim Gardner <tim.gardner@canonical.com> Mon, 25 Nov 2013 13:24:15 -0700
8739
8740 linux (3.13.0-0.1) trusty; urgency=low
8741
8742 [ Upstream Kernel Changes ]
8743
8744 * rebase to 7e3528c3660a2e8602abc7858b0994d611f74bc3
8745
8746 -- Tim Gardner <tim.gardner@canonical.com> Tue, 12 Nov 2013 07:28:53 -0700
8747
8748 linux (3.13.0-0.0) trusty; urgency=low
8749
8750 * Major release bump.
8751
8752 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Nov 2013 21:37:52 +0000
8753
8754 linux (3.12.0-2.7) trusty; urgency=low
8755
8756 * Fixed armhf ABI build failure.
8757 * Release tracker
8758 - LP: #1249477
8759
8760 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 16:22:45 -0700
8761
8762 linux (3.12.0-2.6) trusty; urgency=low
8763
8764 [ Joseph Salisbury ]
8765
8766 * SAUCE: tg3: Add support for new 57786 device id.
8767 - LP: #1242610
8768
8769 [ Tim Gardner ]
8770
8771 * [Config] CONFIG_OABI_COMPAT=n
8772 * [Config] add the wandboard to shipped dtb
8773 - LP: #1249421
8774 * Release tracker
8775 - LP: #1249477
8776
8777 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Nov 2013 12:23:18 -0700
8778
8779 linux (3.12.0-2.5) trusty; urgency=low
8780
8781 [ Andy Whitcroft ]
8782
8783 * rebase to mainline v3.12
8784 * [Config] updateconfigs following rebase to v3.12
8785 * postinst -- improve relative symlink detection with missing files
8786 - LP: #1248053
8787 * postinst -- fix unchanged link detection
8788 * [Config] update configs following addition of apparmor fixes
8789
8790 [ Anthony Wong ]
8791
8792 * SAUCE: Work around broken ACPI backlight on Dell Inspiron 5537
8793 - LP: #1231305
8794
8795 [ John Johansen ]
8796
8797 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
8798 * SAUCE: apparmor: fix unix domain sockets to be mediated on connection
8799 - LP: #1208988
8800 * SAUCE: apparmor: allocate path lookup buffers during init
8801 - LP: #1208988
8802
8803 [ Tim Gardner ]
8804
8805 * [Config] Remove superfluous ubuntu/lttng-modules
8806
8807 [ Upstream Kernel Changes ]
8808
8809 * Revert "fork: unify and tighten up CLONE_NEWUSER/CLONE_NEWPID checks"
8810 - LP: #1248590
8811
8812 [ Upstream Kernel Changes ]
8813
8814 * rebase to v3.12
8815 - LP: #1222850
8816
8817 [ Adam Conrad ]
8818 * etc/getabis: Fetch arm64/generic abis as well
8819
8820 -- Andy Whitcroft <apw@canonical.com> Wed, 06 Nov 2013 21:00:21 +0000
8821
8822 linux (3.12.0-1.3) trusty; urgency=low
8823
8824 [ Andy Whitcroft ]
8825
8826 * [Config] arm64 -- add arch to the configuration handlers
8827 * [Config] arm64 -- add generic flavour
8828 * [Config] arm64 -- default config
8829 * [Config] arm64 -- fix up various FTBFS config options
8830 * SAUCE: arm64: export __copy_in_user to modules
8831 * [Config] arm64 -- disable ABI/module checks
8832 * [Config] arm64 -- enforcer -- add arm64 to the enforcer
8833 * [Config] arm64 -- enable udebs for arm64
8834
8835 [ Colin Watson ]
8836
8837 * [Config] Clean up various udeb Provides
8838
8839 [ Paolo Pisati ]
8840
8841 * [Config] AHCI_IMX=y
8842 * [Config] build imx*-wandboard dtbs
8843
8844 [ Serge Hallyn ]
8845
8846 * SAUCE: device_cgroup: remove can_attach
8847
8848 [ Tim Gardner ]
8849
8850 * rebase to v3.12-rc7
8851 * SAUCE: KVM: Fix modprobe failure for kvm_intel/kvm_amd
8852 * Release tracker
8853 - LP: #1245932
8854
8855 [ Upstream Kernel Changes ]
8856
8857 * rebase to v3.12-rc7
8858 - LP: #1180881
8859 - LP: #1180881
8860 - LP: #1217957
8861
8862 -- Tim Gardner <tim.gardner@canonical.com> Sun, 27 Oct 2013 22:08:55 -0600
8863
8864 linux (3.12.0-0.2) trusty; urgency=low
8865
8866 [ Andy Whitcroft ]
8867
8868 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ
8869 CAPACITY (16) at SPC-2"
8870 * Revert "SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at
8871 SPC-2"
8872 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request READ
8873 CAPACITY (16) be preferred"
8874 * Revert "SAUCE: (no-up) scsi: add scsi device flag to request VPD pages
8875 be used at SPC-2"
8876 * Revert "overlayfs: Update to v19"
8877 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: implement show_options"
8878 * Revert "ubuntu: overlayfs v18 -- -- overlayfs: add statfs support"
8879 * Revert "ubuntu: overlayfs v18 -- -- overlay filesystem"
8880 * Revert "ubuntu: overlayfs v18 -- -- vfs: introduce
8881 clone_private_mount()"
8882 * Revert "ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to
8883 modules"
8884 * Revert "ubuntu: overlayfs v18 -- -- overlay: overlay filesystem
8885 documentation"
8886 * ubuntu: overlayfs v20 -- overlayfs: add statfs support
8887 * [Config] fix linux-libc-dev generation for arm64
8888 * [Config] fix linux-libc-dev generation for x32
8889 * [Config] add linux-libc-dev generation for ppc64el
8890
8891 [ Erez Zadok ]
8892
8893 * ubuntu: overlayfs v20 -- overlayfs: implement show_options
8894
8895 [ Miklos Szeredi ]
8896
8897 * ubuntu: overlayfs v20 -- vfs: add i_op->dentry_open()
8898 * ubuntu: overlayfs v20 -- vfs: export do_splice_direct() to modules
8899 * ubuntu: overlayfs v20 -- vfs: export __inode_permission() to modules
8900 * ubuntu: overlayfs v20 -- vfs: introduce clone_private_mount()
8901 * ubuntu: overlayfs v20 -- overlay filesystem
8902 * ubuntu: overlayfs v20 -- fs: limit filesystem stacking depth
8903
8904 [ Neil Brown ]
8905
8906 * ubuntu: overlayfs v20 -- overlay: overlay filesystem documentation
8907
8908 [ Paolo Pisati ]
8909
8910 * [Config] arm: VIRTIO_[BLK|NET|MMIO]=y
8911
8912 [ Seth Forshee ]
8913
8914 * SAUCE: (no-up) ACPI: Disable Windows 8 compatibility for some Lenovo
8915 ThinkPads
8916 - LP: #1183856
8917
8918 [ Tim Gardner ]
8919
8920 * [Config] CONFIG_CRYPTO_CRCT10DIF=y, CONFIG_CRYPTO_CRCT10DIF_PCLMUL=m
8921 * rebase to v3.12-rc2
8922 * updateconfigs
8923 * [Config] disable CONFIG_FB_VESA enforcer check
8924 * [Config] Disable lttng for FTBS
8925 * rebase to v3.12-rc3
8926 * rebase to v3.12-rc4
8927 * [Config] CONFIG_ANDROID=n
8928 - LP: #1235161
8929 * [Config] CONFIG_L2TP_V3=y
8930 - LP: #1235914
8931 * [Config] CONFIG_USB_OTG=n for all arches
8932 * Release tracker
8933 - LP: #1242811
8934
8935 [ Upstream Kernel Changes ]
8936
8937 * scsi: hyper-v storsvc switch up to SPC-3
8938
8939 * rebase to v3.12-rc6
8940 - LP: #1235977
8941 - LP: #1235523
8942 - LP: #1239392
8943 - LP: #1227491
8944
8945 * rebase to v3.12-rc3
8946 - LP: #1231931
8947
8948 * rebase to v3.12-rc2
8949 - LP: #1213820
8950 - LP: #1213055
8951 - LP: #1198030
8952
8953 -- Tim Gardner <tim.gardner@canonical.com> Mon, 23 Sep 2013 07:41:07 -0600
8954
8955 linux (3.11.0-8.15) saucy; urgency=low
8956
8957 [ Tim Gardner ]
8958
8959 * Release tracker
8960 - LP: #1227969
8961
8962 * Update lttng
8963 Updated to git://git.lttng.org/lttng-modules.git 9998f5216f4641a79e158135
8964 Version 2.3.0+
8965
8966 [ Upstream Kernel Changes ]
8967
8968 * igb: Add additional get_phy_id call for i354 devices
8969 - LP: #1219619
8970 * igb: Read flow control for i350 from correct EEPROM section
8971 - LP: #1219619
8972 * timekeeping: Fix HRTICK related deadlock from ntp lock changes
8973 Required for lttng update.
8974
8975 -- Tim Gardner <tim.gardner@canonical.com> Thu, 19 Sep 2013 07:41:49 -0600
8976
8977 linux (3.11.0-7.14) saucy; urgency=low
8978
8979 [ Andy Whitcroft ]
8980
8981 * [Packaging] sort out linux-tools naming
8982 - LP: #1205284
8983 * [Packaging] linux-tools: switch to common generic version helper
8984
8985 [ Paolo Pisati ]
8986
8987 * [Config] highbank: ecx1000: CPU_IDLE causes instabilities, disable it
8988
8989 [ Tim Gardner ]
8990
8991 * Release tracker
8992 - LP: #1226160
8993
8994 [ Tony Lindgren ]
8995
8996 * SAUCE: ARM: dts: Fix muxing and regulator for wl12xx on the SDIO bus
8997 for pandaboard
8998
8999 [ Upstream Kernel Changes ]
9000
9001 * USB: handle LPM errors during device suspend correctly
9002 - LP: #1011415
9003 * usb: don't check pm qos NO_POWER_OFF flag in usb_port_suspend()
9004 - LP: #1011415
9005 * usb: Don't fail port power resume on device disconnect.
9006 - LP: #1011415
9007
9008 [ Upstream Kernel Changes ]
9009
9010 * rebase to v3.11.1
9011
9012 -- Tim Gardner <tim.gardner@canonical.com> Wed, 11 Sep 2013 07:30:17 -0600
9013
9014 linux (3.11.0-7.13) saucy; urgency=low
9015
9016 * Release tracker
9017 - LP: #1223545
9018
9019 [ Andy Whitcroft ]
9020
9021 * SAUCE: (no-up) scsi: add scsi device flag to request VPD pages be used at SPC-2
9022 - LP: #1223499
9023 * SAUCE: (no-up) scsi: add scsi device flag to request READ CAPACITY (16) be preferred
9024 - LP: #1223499
9025 * SAUCE: (no-up) scsi: hyper-v storage -- mark as VPD capable at SPC-2
9026 - LP: #1223499
9027 * SAUCE: (no-up) scsi: hyper-v storage -- mark as preferring READ CAPACITY (16) at SPC-2
9028 - LP: #1223499
9029
9030 [ Maximiliano Curia ]
9031
9032 * SAUCE: (no-up) Only let characters through when there are active readers.
9033 - LP: #1208740
9034
9035 [ Tim Gardner ]
9036
9037 * [Debian] getabis: Commit new ABI directory, remove the old
9038 * [Config] CONFIG_EFIVAR_FS=y
9039 - LP: #1223195
9040 * [Config] CONFIG_EFI_VARS_PSTORE=m,
9041 CONFIG_EFI_VARS_PSTORE_DEFAULT_DISABLE=n
9042 * SAUCE: (no-up) USB: input: cm109.c: Convert high volume dev_err() to dev_err_ratelimited()
9043 - LP: #1222850
9044
9045 [ Upstream Kernel Changes ]
9046
9047 * Intel xhci: refactor EHCI/xHCI port switching
9048 - LP: #1210858
9049
9050 -- Tim Gardner <tim.gardner@canonical.com> Tue, 10 Sep 2013 09:00:19 -0600
9051
9052 linux (3.11.0-6.12) saucy; urgency=low
9053
9054 * Release tracker
9055 - LP: #1222893
9056
9057 [ Andy Whitcroft ]
9058
9059 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9060 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9061 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9062 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9063 - LP: #1222407
9064
9065 [ Paolo Pisati ]
9066
9067 * [Config] restore mmc boot on panda
9068
9069 [ Tyler Hicks ]
9070
9071 * SAUCE: apparmor: Use shash crypto API interface for profile hashes
9072 - LP: #1216294
9073
9074 [ Upstream Kernel Changes ]
9075
9076 * net: calxedaxgmac: remove NETIF_F_FRAGLIST setting
9077 * net: calxedaxgmac: read correct field in xgmac_desc_get_buf_len
9078 * net: calxedaxgmac: fix race between xgmac_tx_complete and xgmac_tx_err
9079 * net: calxedaxgmac: fix possible skb free before tx complete
9080 * net: calxedaxgmac: update ring buffer tx_head after barriers
9081 * net: calxedaxgmac: fix race with tx queue stop/wake
9082 * net: calxedaxgmac: enable interrupts after napi_enable
9083 * net: calxedaxgmac: fix various errors in xgmac_set_rx_mode
9084 * net: calxedaxgmac: remove some unused statistic counters
9085 * net: calxedaxgmac: fix rx DMA mapping API size mismatches
9086 * net: calxedaxgmac: fix xgmac_xmit DMA mapping error handling
9087 * mfd: rtsx: Read vendor setting from config space
9088 - LP: #1201698
9089
9090 -- Tim Gardner <tim.gardner@canonical.com> Mon, 09 Sep 2013 07:21:06 -0600
9091
9092 linux (3.11.0-5.11) saucy; urgency=low
9093
9094 * Release tracker
9095 - LP: #1221886
9096
9097 [ Adam Lee ]
9098
9099 * SAUCE: Bluetooth: Add support for 04ca:2007
9100 - LP: #1153448
9101 * SAUCE: Bluetooth: Add support for 105b:e065
9102 - LP: #1161261
9103
9104 [ Gavin Guo ]
9105
9106 * SAUCE: Bluetooth: Add support for Broadcom 413c:8143
9107 - LP: #1166113
9108
9109 [ Upstream Kernel Changes ]
9110
9111 * igb: Reset the link when EEE setting changed
9112 - LP: #1219619
9113 * igb: Read register for latch_on without return value
9114 - LP: #1219619
9115 * igb: Added rcu_lock to avoid race
9116 - LP: #1219619
9117 * igb: don't allow SR-IOV without MSI-X
9118 - LP: #1219619
9119 * igb: Update MTU so that it is always at least a standard frame size
9120 - LP: #1219619
9121 * igb: Refactor of init_nvm_params
9122 - LP: #1219619
9123 * igb: Refactor NVM read functions to accommodate devices with no flash
9124 - LP: #1219619
9125 * igb: Add device support for flashless SKU of i210 device
9126 - LP: #1219619
9127 * igb: Fix get_fw_version function for all parts
9128 - LP: #1219619
9129 * igb: Add macro for size of RETA indirection table
9130 - LP: #1219619
9131 * igb: Expose RSS indirection table for ethtool
9132 - LP: #1219619
9133 * igb: Don't look for a PBA in the iNVM when flashless
9134 - LP: #1219619
9135 * igb: Implementation of 1-sec delay for i210 devices
9136 - LP: #1219619
9137 * igb: New PHY_ID for i354 device
9138 - LP: #1219619
9139 * igb: M88E1543 PHY downshift implementation
9140 - LP: #1219619
9141 * igb: No PHPM support in i354 devices
9142 - LP: #1219619
9143 * igb: Support to get 2_5G link status for appropriate media type
9144 - LP: #1219619
9145 * igb: Get speed and duplex for 1G non_copper devices
9146 - LP: #1219619
9147 * igb: Implementation to report advertised/supported link on i354 devices
9148 - LP: #1219619
9149 * igb: Update version number
9150 - LP: #1219619
9151 * Bluetooth: Take proper tty_struct references
9152 - LP: #1189998
9153 * Bluetooth: Remove the device from the list in the destructor
9154 - LP: #1189998
9155 * Bluetooth: Move the tty initialization and cleanup out of open/close
9156 - LP: #1189998
9157 * Bluetooth: Implement .activate, .shutdown and .carrier_raised methods
9158 - LP: #1189998
9159 * Bluetooth: Fix the reference counting of tty_port
9160 - LP: #1189998
9161 * Bluetooth: Purge the dlc->tx_queue to avoid circular dependency
9162 - LP: #1189998
9163
9164 [ Wen-chien Jesse Sung ]
9165
9166 * SAUCE: Bluetooth: Support for loading broadcom patchram firmware
9167 - LP: #1065400
9168 * SAUCE: Bluetooth: Add support for 13d3:3388 and 13d3:3389
9169 - LP: #1065400
9170
9171 -- Tim Gardner <tim.gardner@canonical.com> Thu, 05 Sep 2013 08:06:17 -0600
9172
9173 linux (3.11.0-5.10) saucy; urgency=low
9174
9175 [ Andy Whitcroft ]
9176
9177 * Release tracker
9178 - LP: #1220222
9179 * Revert "[Config] Fix ubuntu directoy Kbuilds"
9180 * Revert "aufs update dropped some Kbuild files"
9181 * Revert "ubuntu: AUFS -- follow rename of loop.h into drivers/block"
9182 * Revert "ubuntu: AUFS -- update to
9183 8e503d4142c189ed6c47a2177ad2cd058e8d340e"
9184 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch"
9185 * Revert "ubuntu: (no-squash) AUFS3 -- aufs3-base.patch"
9186 * rebase to v3.11 final
9187 * [Config] clean up ubuntu/Kconfig and ubuntu/Makefile
9188 * ubuntu: AUFS (no-squash): basic framework and update machinary
9189 * ubuntu: (no-squash) AUFS3 -- aufs3-base.patch
9190 * ubuntu: (no-squash) AUFS3 -- aufs3-standalone.patch
9191 * ubuntu: AUFS -- update to 5ac5fe26a90a818218310e208d17688fddb07622
9192 * ubuntu: (no-squash) AUFS -- enable aufs
9193 * ubuntu: AUFS -- fix remaining d_count references to use accessor
9194 * ubuntu: lttng -- follow rename of pid_ns
9195 * SAUCE: disable stack-protector for ARM compressed bootloader
9196
9197 [ Paolo Pisati ]
9198
9199 * [Config] ARM_ATAG_DTB_COMPAT=y
9200
9201 [ Rob Herring ]
9202
9203 * [Config] Enable KVM and virtio for armhf generic-lpae
9204
9205 [ Tim Gardner ]
9206
9207 * [Config] CONFIG_ARPD=y
9208 * [Config] CONFIG_ZSWAP=y
9209 - LP: #1215379
9210
9211 [ Upstream Kernel Changes ]
9212
9213 * uvcvideo: quirk PROBE_DEF for Dell SP2008WFP monitor.
9214 - LP: #1217957
9215 * ARM: use phys_addr_t for DMA zone sizes
9216 * ARM: highbank: enable DMA zone for LPAE
9217 * ARM: highbank: select ARCH_HAS_HOLES_MEMORYMODEL
9218 * ARM: highbank: select required errata work-arounds
9219 * DMA: fix AMBA PL08x compilation issue with 64bit DMA address type
9220 * DMA: fix printk warning in AMBA PL08x DMA driver
9221 * ARM: highbank: select ARCH_DMA_ADDR_T_64BIT for LPAE
9222 * ARM: move outer_cache declaration out of ifdef
9223 * ARM: highbank: avoid L2 cache smc calls when PL310 is not present
9224 * ARM: highbank: clean-up some unused includes
9225 * ARM: xen: only set pm function ptrs for Xen guests
9226
9227 [ Upstream Kernel Changes ]
9228
9229 * rebase to v3.11
9230
9231 -- Andy Whitcroft <apw@canonical.com> Tue, 03 Sep 2013 17:08:06 +0100
9232
9233 linux (3.11.0-4.9) saucy; urgency=low
9234
9235 [ Tim Gardner ]
9236
9237 * rebase to v3.11-rc7
9238 * Release tracker
9239 - LP: #1216962
9240
9241 [ Upstream Kernel Changes ]
9242
9243 * mwifiex: do not create AP and P2P interfaces upon driver loading
9244 - LP: #1212720
9245
9246 -- Tim Gardner <tim.gardner@canonical.com> Mon, 26 Aug 2013 06:25:35 -0600
9247
9248 linux (3.11.0-3.8) saucy; urgency=low
9249
9250 [ Johannes Berg ]
9251
9252 * SAUCE: mac80211: ignore (E)CSA in probe response frames
9253 - LP: #1201470
9254
9255 -- Tim Gardner <tim.gardner@canonical.com> Fri, 23 Aug 2013 09:47:36 -0600
9256
9257 linux (3.11.0-3.7) saucy; urgency=low
9258
9259 [ Tim Gardner ]
9260
9261 * SAUCE: (no-up) hv_vss_daemon -- prevent self-daemonising to allow
9262 upstart to track
9263 * SAUCE: (no-up) hv -- bodge hv_vss_daemon so it can use the local
9264 linux/hyperv.h
9265 * SAUCE: hv: Add vss daemon to Makefile
9266 * [Debian] Add hv_vss_daemon to tools package
9267 - LP: #1213282
9268 * [Config] Fix ubuntu directoy Kbuilds
9269 - LP: #1181755
9270
9271 -- Tim Gardner <tim.gardner@canonical.com> Tue, 20 Aug 2013 08:34:05 -0600
9272
9273 linux (3.11.0-3.6) saucy; urgency=low
9274
9275 [ Andy Whitcroft ]
9276
9277 * [Packaging] tools: conditionalise x86 and hyper-v tools sensibly
9278 * [Config] tools: enable x86 and hyper-v
9279
9280 [ John Johansen ]
9281
9282 * Revert "SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable
9283 snapshot"
9284 * Revert "SAUCE: (no-up) apparmor: fix apparmor module status for none
9285 root users"
9286 * SAUCE: (no-up) apparmor: Sync to apparmor 3 - alpha 4 snapshot
9287
9288 [ Joseph Salisbury ]
9289
9290 * SAUCE: (no-up) intel_ips: blacklist ASUSTek G60JX laptops
9291 - LP: #1210848
9292
9293 [ Kamal Mostafa ]
9294
9295 * [debian] tools: ship 'cpupower' in linux-tools
9296 - LP: #1158668
9297 * [Config] Build-dep on libpci-dev for cpu tools
9298 - LP: #1158668
9299
9300 [ Tim Gardner ]
9301
9302 * rebase to v3.11-rc6
9303 * Release tracker
9304 - LP: #1213941
9305
9306 -- Tim Gardner <tim.gardner@canonical.com> Fri, 16 Aug 2013 07:02:07 -0600
9307
9308 linux (3.11.0-2.5) saucy; urgency=low
9309
9310 [ Tim Gardner ]
9311
9312 * [Config] CONFIG_PM_DEBUG=y
9313 - LP: #1210539
9314 * rebase to v3.11-rc5
9315 * Release tracker
9316 - LP: #1211378
9317
9318 -- Tim Gardner <tim.gardner@canonical.com> Mon, 12 Aug 2013 06:10:39 -0600
9319
9320 linux (3.11.0-1.4) saucy; urgency=low
9321
9322 [ Tim Gardner ]
9323
9324 * Bump ABI when making changes to the inclusion list lest
9325 you cause conflicts with existing installed kernel
9326 packages.
9327 - LP: #1210331
9328
9329 -- Tim Gardner <tim.gardner@canonical.com> Fri, 09 Aug 2013 03:03:51 +0100
9330
9331 linux (3.11.0-0.3) saucy; urgency=low
9332
9333 [ Tim Gardner ]
9334
9335 * [Config] Include rbd and kvm in the virtual inclusion list
9336 - LP: #1206961
9337 * [Config] Removed obsolete inclusion list entries
9338
9339 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Aug 2013 08:52:14 +0100
9340
9341 linux (3.11.0-0.2) saucy; urgency=low
9342
9343 [ Bruce Allan ]
9344
9345 * SAUCE: (no-up) e1000e: fix I217/I218 PHY initialization flow
9346 - LP: #1206757
9347 * SAUCE: (no-up) e1000e: enable support for new device IDs
9348 - LP: #1206757
9349
9350 [ John Johansen ]
9351
9352 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9353
9354 [ Paolo Pisati ]
9355
9356 * build vexpress a15 dtb
9357 * [Config] disable Broadcom bcm support (ARCH_BCM)
9358 * [Config] disable Allwinner a1x support (ARCH_SUNXI)
9359 * [Config] disable WonderMedia WM8850 support (ARCH_WM8850)
9360 * [Config] disable Rockchip support (ARCH_ROCKCHIP)
9361 * [Config] disable STMicroelectronics STiH41x SOCs (ARCH_STI)
9362 * [Config] disable TI Keystone, AM43xx and OMAP5 support
9363 * [Config] ARM_APPENDED_DTB=y
9364
9365 [ Tim Gardner ]
9366
9367 * rebase to v3.11-rc4
9368 * overlayfs: Update to v19
9369 * [Config] Enable overlayfs
9370 * SAUCE: Fix lttng compile errors
9371
9372 [ Upstream Kernel Changes ]
9373
9374 * rebase to v3.11-rc4
9375 - LP: #1163720
9376 - LP: #1162026
9377 - LP: #1195636
9378 - LP: #1195597
9379 - LP: #1180409
9380 - LP: #1168430
9381
9382 -- Tim Gardner <tim.gardner@canonical.com> Sun, 04 Aug 2013 03:45:31 -0600
9383
9384 linux (3.11.0-0.1) saucy; urgency=low
9385
9386 [ Upstream Kernel Changes ]
9387
9388 * rebase to 64ccccf8525fee499625b517c0faadf784c79e93
9389 - LP: #1163720
9390 - LP: #1162026
9391 - LP: #1195636
9392 - LP: #1195597
9393 - LP: #1180409
9394 - LP: #1168430
9395
9396 -- Tim Gardner <tim.gardner@canonical.com> Mon, 08 Jul 2013 08:50:46 -0600
9397
9398 linux (3.10.0-2.10) saucy; urgency=low
9399
9400 [ Andy Whitcroft ]
9401
9402 * [Config] CONFIG_INTEL_MEI*=m
9403 - LP: #1196155
9404 * [Config] CONFIG_DEBUG_INFO=y
9405
9406 [ Stephen Warren ]
9407
9408 * [Config] fix Calxeda xgmac module filename
9409
9410 [ Upstream Kernel Changes ]
9411
9412 * Revert "serial: 8250_pci: add support for another kind of NetMos
9413 Technology PCI 9835 Multi-I/O Controller"
9414 - LP: #1190967
9415 * mfd: lpc_ich: Add support for Intel Avoton SoC
9416 - LP: #1196658
9417
9418 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jul 2013 18:08:02 +0100
9419
9420 linux (3.10.0-2.9) saucy; urgency=low
9421
9422 [ Andy Whitcroft ]
9423
9424 * rebase to v3.10
9425
9426 [ John Johansen ]
9427
9428 * Revert "SAUCE: (no-up) apparmor: Fix quieting of audit messages for
9429 network mediation"
9430 * Revert "SAUCE: (no-up) apparmor: Fix compile warnings"
9431 * Revert "SAUCE: (no-up) AppArmor: basic networking rules"
9432 * Revert "SAUCE: (no-up) apparmor: Add the ability to mediate mount"
9433 * Revert "SAUCE: (no-up) AppArmor: Add profile introspection file to
9434 interface"
9435 * Revert "SAUCE: (no-up) AppArmor: Disable Add PR_{GET,SET}_NO_NEW_PRIVS
9436 to prevent execve from granting privs"
9437 * SAUCE: (no-up) apparmor: Sync to apparmor 3 dev stable snapshot
9438
9439 [ Upstream Kernel Changes ]
9440
9441 * rebase to v3.10
9442
9443 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Jul 2013 17:42:29 +0100
9444
9445 linux (3.10.0-1.8) saucy; urgency=low
9446
9447 [ Andy Whitcroft ]
9448
9449 * Release Tracking Bug
9450 - LP: #1195717
9451
9452 [ Andy Whitcroft ]
9453
9454 * Revert "ubuntu: overlayfs -- follow change to do_splice_direct
9455 interface"
9456 * Revert "ubuntu: overlayfs -- expose do_splice_direct prototype"
9457 * Revert "SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path
9458 reference"
9459 * Revert "ubuntu: overlayfs -- add FS_ALIAS"
9460 * Revert "ubuntu: overlayfs --
9461 overlayfs-copy-up-i_uid-i_gid-from-the-underlying-inode"
9462 * Revert "ubuntu: overlayfs -- ovl-switch-to-inode_permission"
9463 * Revert "ubuntu: overlayfs -- vfs-export-inode_permission-to-modules"
9464 * Revert "ubuntu: overlayfs -- overlayfs-create-new-inode-in-ovl_link"
9465 * Revert "ubuntu: overlayfs --
9466 overlayfs-fix-possible-leak-in-ovl_new_inode"
9467 * Revert "ubuntu: overlayfs -- fs-limit-filesystem-stacking-depth"
9468 * Revert "ubuntu: overlayfs -- overlay-overlay-filesystem-documentation"
9469 * Revert "ubuntu: overlayfs -- overlayfs-implement-show_options"
9470 * Revert "ubuntu: overlayfs -- overlayfs-add-statfs-support"
9471 * Revert "ubuntu: overlayfs -- overlay filesystem"
9472 * Revert "ubuntu: overlayfs -- vfs-introduce-clone_private_mount"
9473 * Revert "ubuntu: overlayfs -- vfs-export-do_splice_direct-to-modules"
9474 * Revert "ubuntu: overlayfs -- vfs-add-i_op-dentry_open"
9475 * ubuntu: overlayfs v18 -- -- overlayfs: add statfs support
9476
9477 [ Erez Zadok ]
9478
9479 * ubuntu: overlayfs v18 -- -- overlayfs: implement show_options
9480
9481 [ Miklos Szeredi ]
9482
9483 * ubuntu: overlayfs v18 -- -- vfs: add i_op->dentry_open()
9484 * ubuntu: overlayfs v18 -- -- vfs: export do_splice_direct() to modules
9485 * ubuntu: overlayfs v18 -- -- vfs: export __inode_permission() to modules
9486 * ubuntu: overlayfs v18 -- -- vfs: introduce clone_private_mount()
9487 * ubuntu: overlayfs v18 -- -- overlay filesystem
9488 * ubuntu: overlayfs v18 -- -- fs: limit filesystem stacking depth
9489
9490 [ Neil Brown ]
9491
9492 * ubuntu: overlayfs v18 -- -- overlay: overlay filesystem documentation
9493
9494 [ Tim Gardner ]
9495
9496 * [Config] CONFIG_SUNRPC_DEBUG=y
9497 - LP: #1127319
9498
9499 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jun 2013 10:26:52 +0100
9500
9501 linux (3.10.0-0.7) saucy; urgency=low
9502
9503 [ Andy Whitcroft ]
9504
9505 * autopkgtest: switch Depends: to build-essential
9506
9507 -- Andy Whitcroft <apw@canonical.com> Tue, 25 Jun 2013 08:40:55 +0100
9508
9509 linux (3.10.0-0.6) saucy; urgency=low
9510
9511 [ Andy Whitcroft ]
9512
9513 * [Config] enable CONFIG_ARCH_TEGRA to fix FTBFS on armhf
9514 * SAUCE: ubuntu: overlayfs -- ovl_path_open should not take path reference
9515 - LP: #1098378
9516 * ubuntu: AUFS -- update to 4f14cef47eb7c23eda7198931fbab1040866b6ee
9517 * ubuntu: overlayfs -- expose do_splice_direct prototype
9518 * ubuntu: overlayfs -- follow change to do_splice_direct interface
9519 * [Config] flip CONFIG_NO_HZ_FULL_ALL off as it is overheating machines
9520 - LP: #1192691
9521
9522 [ Stefan Bader ]
9523
9524 * (d-i) Add dm-snapshot to md-modules
9525 - LP: #1191726
9526
9527 [ Tim Gardner ]
9528
9529 * Release tracker
9530 - LP: #1194149
9531 * [Config] CONFIG_WIL6210=n for armhf
9532 * [Config] d-i: Add calxedaxgmac to nic-modules
9533 - LP: #1192358
9534 * [debian] Use dh_strip
9535 - LP: #1192759
9536 * [Config] Enable perf for armhf
9537 * do_tools=false when cross compiling
9538 * [Config] CONFIG_CORE_DUMP_DEFAULT_ELF_HEADERS=y
9539 - LP: #1108082
9540
9541 [ Upstream Kernel Changes ]
9542
9543 * nsp32: switch reset delay to msleep() as it is tooo long
9544 * alx: add a simple AR816x/AR817x device driver
9545 Plucked from linux-next. replaces ubuntu/alx in favor of
9546 'to be merged' version in 3.11.
9547 * rebase to v3.10-rc7
9548 - LP: #1189363
9549
9550 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Jun 2013 18:10:31 -0600
9551
9552 linux (3.10.0-0.5) saucy; urgency=low
9553
9554 [ Andy Whitcroft ]
9555
9556 * rebase to v3.10-rc6
9557 * [Config] updateconfigs following rebase to v3.10-rc6
9558
9559 [ Upstream Kernel Changes ]
9560
9561 * rebase to v3.10-rc6
9562
9563 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Jun 2013 11:12:39 +0100
9564
9565 linux (3.10.0-0.4) saucy; urgency=low
9566
9567 [ Andy Whitcroft ]
9568
9569 * [Config] updateconfigs following rebase to v3.10-rc4
9570
9571 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 11:42:28 +0100
9572
9573 linux (3.10.0-0.3) saucy; urgency=low
9574
9575 [ Andy Whitcroft ]
9576
9577 * rebase to v3.10-rc5
9578
9579 [ Upstream Kernel Changes ]
9580
9581 * rebase to v3.10-rc5
9582 - LP: #1186170
9583
9584 -- Andy Whitcroft <apw@canonical.com> Mon, 10 Jun 2013 09:23:31 +0100
9585
9586 linux (3.10.0-0.2) saucy; urgency=low
9587
9588 [ Andy Whitcroft ]
9589
9590 * rebase to v3.10-rc4
9591 * [Config] CONFIG_BINFMT_SCRIPT=y to fix booting initramfs scripts
9592 * [Config] enable SND_PCM_DEBUG SND_PCM_XRUN_DEBUG
9593 - LP: #1187744
9594 * [Config] enforce CONFIG_BINFMT_SCRIPT=y
9595
9596 [ Dave Chiluk ]
9597
9598 * SAUCE: ncpfs: fix rmdir returns Device or resource busy
9599 - LP: #1035226
9600
9601 [ Tim Gardner ]
9602
9603 * rebase to v3.10-rc3
9604 * [Config] sparc be gone
9605 * [Config] ia64 be gone
9606 * d-i: block-modules provides nbd-modules
9607
9608 [ Upstream Kernel Changes ]
9609
9610 * rebase to v3.10-rc4
9611 * rebase to v3.10-rc3
9612
9613 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 May 2013 06:16:46 -0600
9614
9615 linux (3.10.0-0.1) saucy; urgency=low
9616
9617 [ Tim Gardner ]
9618
9619 * UBUNTU: Disabled lttng
9620 * UBUNTU: Disable aufs for FTBS
9621 * UBUNTU: Disabled alx
9622 * UBUNTU: alx: rename NETIF_F_HW_VLAN_* feature flags to NETIF_F_HW_VLAN_CTAG_*
9623 * UBUNTU: rebase to v3.10-rc2
9624 * UBUNTU: SAUCE: uvcvideo: quirk PROBE_DEF for Alienware X51 OmniVision webcam
9625
9626 [ Andy Whitcroft ]
9627
9628 * UBUNTU: [Config] update standards version to 3.9.4.0
9629 * UBUNTU: [Config] squash duplicate package description (long and short)
9630 * UBUNTU: [Config] fix up Vcs-git: to point to saucy
9631 * UBUNTU: [Config] drop depenancy on util-linux as is Essential
9632 * UBUNTU: [Config] drop redundant Build-Conficts:
9633
9634 [ Upstream Kernel Changes ]
9635
9636 * rebase to v3.10-rc2
9637 - LP: #1180351
9638
9639 [ Upstream Kernel Changes ]
9640
9641 * rebase to v3.10-rc1
9642 - LP: #1172151
9643 - LP: #1089795
9644 - LP: #1167270
9645 - LP: #1128840
9646
9647 -- Tim Gardner <tim.gardner@canonical.com> Tue, 14 May 2013 13:41:07 -0600
9648
9649 linux (3.10.0-0.0) saucy; urgency=low
9650
9651 * Dummy
9652
9653 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9654
9655 linux (3.9.0-2.6) saucy; urgency=low
9656
9657 [ Tim Gardner ]
9658
9659 * rebase to v3.9.2
9660
9661 -- Tim Gardner <tim.gardner@canonical.com> Thu, 09 May 2013 20:30:40 +0100
9662
9663 linux (3.9.0-1.5) saucy; urgency=low
9664
9665 [ Tim Gardner ]
9666
9667 * rebase to v3.9.1
9668
9669 -- Tim Gardner <tim.gardner@canonical.com> Wed, 08 May 2013 12:49:45 -0400
9670
9671 linux (3.9.0-0.4) saucy; urgency=low
9672
9673 [ Andy Whitcroft ]
9674
9675 * ubuntu: overlayfs -- add FS_ALIAS
9676
9677 [ Tim Gardner ]
9678
9679 * Added lttng
9680 - LP: #1175784
9681
9682 -- Tim Gardner <tim.gardner@canonical.com> Thu, 02 May 2013 17:17:13 -0400
9683
9684 linux (3.9.0-0.3) saucy; urgency=low
9685
9686 [ Upstream Kernel Changes ]
9687
9688 * rebase to v3.9
9689
9690 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 18:20:00 -0400
9691
9692 linux (3.9.0-0.2) saucy; urgency=low
9693
9694 [ Tim Gardner ]
9695
9696 * Enable extras packaging for amd64/i386.
9697 Fixes build depenencies with brittany and linux-meta.
9698
9699 -- Tim Gardner <tim.gardner@canonical.com> Mon, 29 Apr 2013 05:37:01 -0600
9700
9701 linux (3.9.0-0.1) saucy; urgency=low
9702
9703 [ Upstream Kernel Changes ]
9704
9705 * rebase to v3.9-rc8
9706
9707 [ Upstream Kernel Changes ]
9708
9709 * rebase to v3.9-rc7
9710 - LP: #1128840
9711
9712 [ Upstream Kernel Changes ]
9713
9714 * rebase to v3.9-rc6
9715
9716 [ Upstream Kernel Changes ]
9717
9718 * rebase to v3.9-rc5
9719
9720 [ Upstream Kernel Changes ]
9721
9722 * rebase to v3.8-rc4
9723 - LP: #1095315
9724 - LP: #886975
9725 - LP: #1086921
9726
9727 [ Upstream Kernel Changes ]
9728
9729 * rebase to v3.9-rc3
9730 - LP: #1155016
9731 - LP: #1103594
9732
9733 [ Upstream Kernel Changes ]
9734
9735 * rebase to v3.9-rc2
9736
9737 [ Upstream Kernel Changes ]
9738
9739 * rebase to v3.9-rc1
9740 - LP: #901105
9741 - LP: #961286
9742 - LP: #1011792
9743 - LP: #1128934
9744 - LP: #886975
9745 - LP: #978807
9746
9747 -- Tim Gardner <tim.gardner@canonical.com> Wed, 20 Feb 2013 09:12:39 -0700
9748
9749 linux (3.8.0-7.14) raring; urgency=low
9750
9751 [ Andy Whitcroft ]
9752
9753 * [Config] CONFIG_RCU_USER_QS=n
9754 * [Config] CONFIG_MTD_ONENAND_SIM=n
9755 * annotations: add annotations for CONFIG_CC_STACKPROTECTOR
9756
9757 [ Upstream Kernel Changes ]
9758
9759 * rebase to v3.8
9760
9761 [Tim Gardner]
9762
9763 * Release Tracking Bug
9764 - LP: #1130111
9765 * UBUNTU: SAUCE: rt2x00: rt2x00pci_regbusy_read() - only print register access failure once
9766 - LP: #1128840
9767
9768 -- Tim Gardner <tim.gardner@canonical.com> Mon, 18 Feb 2013 09:25:56 -0700
9769
9770 linux (3.8.0-6.13) raring; urgency=low
9771
9772 [Tim Gardner]
9773
9774 * Release Tracking Bug
9775 - LP: #1125364
9776 * Add ahci modules to d-i
9777 - LP: #1124415
9778
9779
9780 [ Chris Wilson ]
9781
9782 * SAUCE: drm/i915: Wait for pending flips to complete before tearing down
9783 the encoders
9784 - LP: #1097315
9785
9786 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 12:16:48 -0700
9787
9788 linux (3.8.0-6.12) raring; urgency=low
9789
9790 [Tim Gardner]
9791
9792 * perf: NO_LIBPERL=1
9793 * Fix linux-headers dependency
9794 * Release Tracking Bug
9795 - LP: #1124362
9796
9797 [ Andy Whitcroft ]
9798
9799 * [Config] enable CONFIG_AUFS_EXPORT to allow nfs exports
9800 - LP: #1121699
9801
9802 [ Daniel Vetter ]
9803
9804 * SAUCE: drm/i915: write backlight harder
9805 - LP: #954661
9806
9807 -- Tim Gardner <tim.gardner@canonical.com> Wed, 13 Feb 2013 10:25:11 -0700
9808
9809 linux (3.8.0-6.11) raring; urgency=low
9810
9811 [Tim Gardner]
9812
9813 * Release Tracking Bug
9814 - LP: #1122071
9815 * rebase to v3.8-rc7
9816 * Add libaudit-dev as a build dependency
9817 * Build perf with NO_LIBPYTHON=1 to avoid a python build dependency.
9818
9819 [ Leann Ogasawara ]
9820
9821 * [Config] Remove CONFIG_SATA_AHCI annotation
9822
9823 -- Tim Gardner <tim.gardner@canonical.com> Fri, 08 Feb 2013 07:41:13 -0500
9824
9825 linux (3.8.0-5.10) raring; urgency=low
9826
9827 [Tim Gardner]
9828
9829 * Release Tracking Bug
9830 - LP: #1118568
9831
9832 * Bump ABI to fix install issue with 3.8.0-4.8.
9833 Moving drivers/ata/*ahci* to linux-image caused an
9834 install conflict with linux-image-extras without an
9835 ABI bump.
9836
9837 [ Jan Beulich ]
9838
9839 * SAUCE: xen-pciback: rate limit error messages from
9840 xen_pcibk_enable_msi{, x}()
9841 - LP: #1117336
9842 - CVE-2013-0231
9843
9844 -- Tim Gardner <tim.gardner@canonical.com> Thu, 07 Feb 2013 05:38:12 -0700
9845
9846 linux (3.8.0-4.9) raring; urgency=low
9847
9848 [ Herton Ronaldo Krzesinski ]
9849
9850 * d-i: Add mellanox ethernet drivers to nic-modules
9851 - LP: #1015339
9852
9853 [ Joseph Salisbury ]
9854
9855 * SAUCE: ACPI: Add DMI entry for Sony VGN-FW41E_H
9856 - LP: #1113547
9857
9858 [ Kamal Mostafa ]
9859
9860 * SAUCE: alx driver import script
9861
9862 [ Qualcomm Atheros, Inc ]
9863
9864 * SAUCE: alx: Update to heads/master
9865
9866 [ Tim Gardner ]
9867
9868 * Release Tracking Bug
9869 - LP: #1117673
9870
9871 * [debian] Remove dangling symlink from headers package
9872 - LP: #1112442
9873 * [config] CONFIG_ALX=m
9874 * [Config] Add alx to d-i nic-modules
9875 * [Config] CONFIG_SATA_AHCI=m
9876 - LP: #1056563
9877
9878 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Feb 2013 05:54:32 -0800
9879
9880 linux (3.8.0-4.8) raring; urgency=low
9881
9882 [ Allen Ibara ]
9883
9884 * SAUCE: imx6: dts: Add IMX6Q AHCI support
9885
9886 [ Andy Whitcroft ]
9887
9888 * rebase to v3.8-rc6
9889 * updateconfigs following rebase to v3.8-rc6
9890
9891 [Leann Ogasawara]
9892
9893 * Release Tracking Bug
9894 - LP: #1112573
9895
9896 [ Paolo Pisati ]
9897
9898 * SAUCE: imx6: enable sata clk if SATA_AHCI_PLATFORM
9899 * [Config] SERIAL_AMBA_PL011=y (vexpress serial console)
9900 * [Config] MMC_ARMMMCI=y (vexpress mmc)
9901 * [Config] FB_ARMCLCD=y (vexpress framebuffer)
9902
9903 [ Seth Forshee ]
9904
9905 * [Config] CONFIG_MAC80211_MESSAGE_TRACING=y
9906
9907 [ Upstream Kernel Changes ]
9908
9909 * rebase to v3.8-rc6
9910 - LP: #1107477
9911
9912 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 01 Feb 2013 07:20:59 -0800
9913
9914 linux (3.8.0-3.7) raring; urgency=low
9915
9916 [ Andy Green ]
9917
9918 * SAUCE: ARM: OMAP2+: add cpu id register to MAC address helper
9919 * SAUCE: ARM: omap2 add mac address allocation register api
9920 * SAUCE: ARM: omap2 panda register ethernet and wlan for automatic mac
9921 allocation
9922
9923 [ Leann Ogasawara ]
9924
9925 * rebase to v3.8-rc5
9926 * Release Tracking Bug
9927 - LP: #1111486
9928
9929 [ Paolo Pisati ]
9930
9931 * SAUCE: davinci: vpss: compilation fix
9932 * [Config] enable TI OMAP4 support (Pandaboard/ES)
9933 * [Config] OMAP_USB2=y (since TWL6030_USB depends on it)
9934 * [Config] enable Freescale IMX6 support (SabreLite)
9935 * [Config] SERIAL_IMX_CONSOLE=y
9936 * [Config] MMC_*_IMX=y
9937 * [Config] disable USB_SUSPEND
9938 * [Config] USB_MXS_PHY=y
9939 * [Config] USB_CHIPIDEA=y
9940 * SAUCE: DTB: add support for multiple DTBs
9941 * SAUCE: DTB: build imx6q-sabrelite
9942 * SAUCE: DTB: build beaglexm
9943 * SAUCE: DTB: build panda/panda es
9944 * [Config] disable CPU_FREQ
9945 * [Config] PANEL_TFP410=y (video DVI output)
9946 * [Config] SND_OMAP_SOC*=y
9947 * [Config] SND_IMX_SOC*=y
9948 * [Config] I2C_IMX=y
9949 * [Config] SPI_IMX=m
9950
9951 [ Stefan Bader ]
9952
9953 * [Config] Move 9p modules into generic package
9954 - LP: #1107658
9955
9956 [ Tony Lindgren ]
9957
9958 * SAUCE: ARM: OMAP2+: Limit omap initcalls to omap only on multiplatform
9959 kernels
9960 * SAUCE: ARM: OMAP2+: Use omap initcalls
9961 * SAUCE: ARM: OMAP: Fix i2c cmdline initcall for multiplatform
9962 * SAUCE: ARM: OMAP: Fix dmaengine init for multiplatform
9963 * SAUCE: ARM: OMAP2+: Add multiplatform debug_ll support
9964 * SAUCE: ARM: OMAP2+: Disable code that currently does not work with
9965 multiplaform
9966 * SAUCE: ARM: OMAP2+: Enable ARCH_MULTIPLATFORM support
9967 * SAUCE: ARM: OMAP2+: Add minimal support for booting vexpress
9968 * SAUCE: ARM: OMAP2+: Remove now obsolete uncompress.h and debug-macro.S
9969
9970 [ Upstream Kernel Changes ]
9971
9972 * rebase to v3.8-rc5
9973 - LP: #1096789
9974
9975 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Jan 2013 06:44:52 -0800
9976
9977 linux (3.8.0-2.6) raring; urgency=low
9978
9979 [ Adam Conrad ]
9980
9981 * Fix up linux-tools -> SRCPKGNAME-tools rename
9982
9983 [ Andy Whitcroft ]
9984
9985 * [Config] re-disable CONFIG_SOUND_OSS
9986 - LP: #1105230
9987
9988 [ Arend van Spriel ]
9989
9990 * SAUCE: brcmsmac: fix tx status processing
9991
9992 [Leann Ogasawara]
9993
9994 * Release Tracking Bug
9995 - LP: #1105104
9996
9997 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 Jan 2013 11:56:30 -0800
9998
9999 linux (3.8.0-1.5) raring; urgency=low
10000
10001 [Tim Gardner]
10002
10003 * Release Tracking Bug
10004 - LP: #1101235
10005
10006 [ Dudley Du ]
10007
10008 * SAUCE: Input: add support for Cypress PS/2 Trackpads
10009 - LP: #978807
10010
10011 [ Kamal Mostafa ]
10012
10013 * SAUCE: Input: increase struct ps2dev cmdbuf[] to 8 bytes
10014 * SAUCE: Input: Cypress PS/2 Trackpad simulated multitouch
10015 * [Config] Add CONFIG_PS2_CYPRESS
10016
10017 [ Tim Gardner ]
10018
10019 * rebase to v3.8-rc4
10020
10021 [ Upstream Kernel Changes ]
10022
10023 * rebase to v3.8-rc4
10024 - LP: #1095315
10025 - LP: #886975
10026 - LP: #1086921
10027
10028 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jan 2013 10:50:22 -0800
10029
10030 linux (3.8.0-0.4) raring; urgency=low
10031
10032 [ Leann Ogasawara ]
10033
10034 * [Config] Update CONFIG_TOUCHSCREEN_EGALAX build annotation
10035 * [Config] Update CONFIG_IIO build annotation
10036 * [Config] Update CONFIG_TOUCHSCREEN_EETI annotation
10037 * [Config] Remove CONFIG_SPI_DW_MMIO annotation
10038 * [Config] Remove CONFIG_SPI_PL022 annotation
10039 * [Config] Update CONFIG_EZX_PCAP annotation
10040 * [Config] Update CONFIG_SENSORS_AK8975 annotation
10041 * [Config] Disable CONFIG_DRM_MGAG200
10042 - LP: #1042903
10043
10044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 Jan 2013 10:01:50 -0800
10045
10046 linux (3.8.0-0.3) raring; urgency=low
10047
10048 [ Andy Whitcroft ]
10049
10050 * Revert "SAUCE: (no-up) trace: add trace events for open(), exec() and
10051 uselib()"
10052
10053 [ Scott James Remnant ]
10054
10055 * SAUCE: (no-up) trace: add trace events for open(), exec() and uselib()
10056 (for v3.7+)
10057 - LP: #1085766, #462111
10058
10059 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Jan 2013 16:57:27 +0000
10060
10061 linux (3.8.0-0.2) raring; urgency=low
10062
10063 [ Tim Gardner ]
10064
10065 * [packaging] Add macro to selectively disable building perf
10066 * [packaging] Cannot depend on universe package libaudit-dev
10067
10068 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Jan 2013 12:43:24 -0700
10069
10070 linux (3.8.0-0.1) raring; urgency=low
10071
10072
10073 [ Upstream Kernel Changes ]
10074
10075 * rebase to v3.8-rc3
10076 - LP: #1096789
10077
10078 [ Upstream Kernel Changes ]
10079
10080 * rebase to v3.8-rc2
10081 - LP: #1082357
10082 - LP: #1075882
10083
10084 -- Andy Whitcroft <apw@canonical.com> Mon, 17 Dec 2012 10:35:09 +0000
10085
10086 linux (3.7.0-7.15) raring; urgency=low
10087
10088 [ Chris J Arges ]
10089
10090 * SAUCE: add eeprom_bad_csum_allow module parameter
10091 - LP: #1070182
10092
10093 [ Leann Ogasawara ]
10094
10095 * Add ceph to linux-image for virtual instances
10096 - LP: #1063784
10097
10098 [ Serge Hallyn ]
10099
10100 * SAUCE: net: dev_change_net_namespace: send a KOBJ_REMOVED/KOBJ_ADD
10101
10102 [ Tim Gardner ]
10103
10104 * [Config] CONFIG_SLUB_DEBUG=y
10105 - LP: #1090308
10106
10107 [ Upstream Kernel Changes ]
10108
10109 * Revert "[SCSI] sd: Implement support for WRITE SAME"
10110 - LP: #1089818
10111
10112 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 Dec 2012 06:50:20 -0800
10113
10114 linux (3.7.0-6.14) raring; urgency=low
10115
10116 [ Andy Whitcroft ]
10117
10118 * [Config] annotations: all new annotations scheme including defaults
10119 * [Configs] apply annotation updates to main configs (top section)
10120
10121 [ Leann Ogasawara ]
10122
10123 * Revert "SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm
10124 build"
10125 * Revert "SAUCE: [arm] fixup __aeabi_uldivmod undefined build error"
10126 * Temporarily disable module check for build
10127
10128 [ Stefan Bader ]
10129
10130 * ubuntu: dm-raid45: Adapt to upstream interface changes
10131 * Re-enable build of dm-raid45
10132
10133 [ Tim Gardner ]
10134
10135 * SAUCE: Moved scripts/fw-to-ihex.sh to debian/scripts/misc
10136 * SAUCE: ACPICA: Fix ACPI mutex object allocation memory leak on error
10137 * SAUCE: drm: Fix possible EDID memory allocation oops
10138 * SAUCE: ttm: Fix possible _manager memory allocation oops
10139 * SAUCE: iwlwifi: iwlagn_request_scan: Fix check for priv->scan_request
10140 * SAUCE: i915: intel_set_mode: Reduce stack allocation from 500 bytes to
10141 2 pointers
10142
10143 [ Tomas Hozza ]
10144
10145 * SAUCE: tools: hv: Netlink source address validation allows DoS
10146 - LP: #1084777
10147 - CVE-2012-5532
10148
10149 [ Upstream Kernel Changes ]
10150
10151 * rebase to v3.7
10152
10153 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 05 Dec 2012 14:11:12 -0800
10154
10155 linux (3.7.0-5.13) raring; urgency=low
10156
10157 [ Lino Sanfilippo ]
10158
10159 * SAUCE: inotify, fanotify: replace fsnotify_put_group() with
10160 fsnotify_destroy_group()
10161 - LP: #922906
10162 * SAUCE: fsnotify: introduce fsnotify_get_group()
10163 - LP: #922906
10164 * SAUCE: fsnotify: use reference counting for groups
10165 - LP: #922906
10166 * SAUCE: fsnotify: take groups mark_lock before mark lock
10167 - LP: #922906
10168 * SAUCE: fanotify: add an extra flag to mark_remove_from_mask that
10169 indicates wheather a mark should be destroyed
10170 - LP: #922906
10171 * SAUCE: fsnotify: use a mutex instead of a spinlock to protect a groups
10172 mark list
10173 - LP: #922906
10174 * SAUCE: fsnotify: pass group to fsnotify_destroy_mark()
10175 - LP: #922906
10176 * SAUCE: fsnotify: introduce locked versions of fsnotify_add_mark() and
10177 fsnotify_remove_mark()
10178 - LP: #922906
10179 * SAUCE: fsnotify: dont put marks on temporary list when clearing marks
10180 by group
10181 - LP: #922906
10182 * SAUCE: fsnotify: change locking order
10183 - LP: #922906
10184
10185 [ Tim Gardner ]
10186
10187 * [Config] CONFIG_NFC_LLCP=y
10188 * [Config] get-firmware: Filter new files through fwinfo
10189 * [Config] CONFIG_MTD_NAND_DOCG4=m for all arches
10190 * [Config] CONFIG_DRM_EXYNOS_HDMI=y
10191 * [Config] CONFIG_XEN=y for all arches
10192 * [Config] CONFIG_SND_OMAP_SOC_ZOOM2=m
10193 * [Config] CONFIG_MMC_DW_EXYNOS=m
10194 * [Config] CONFIG_GPIO_ADNP=m
10195 * [Config] find-obsolete-firmware: Use correct path
10196 * rebase to v3.7-rc8
10197 - LP: #1084640
10198
10199 [ Upstream Kernel Changes ]
10200
10201 * Revert "VFS: don't do protected {sym,hard}links by default"
10202 - LP: #1084192
10203
10204 -- Tim Gardner <tim.gardner@canonical.com> Wed, 28 Nov 2012 16:07:08 +0000
10205
10206 linux (3.7.0-4.12) raring; urgency=low
10207
10208 [ Tim Gardner ]
10209
10210 * Revert "[Config] Use -j1 for headers_install"
10211 * Revert "[Config] install-arch-headers needs a valid config"
10212 Strayed into the weeds in search of the root cause of the periodic
10213 build failure.
10214 Fixes powerpc FTBS introduced in -4.11.
10215 * [Config] hmake -j1
10216 The kernel makefile appears to have parallel dependency
10217 problems for the install_headers target. This appears to be root
10218 cause for a periodic build failure on N-way machines.
10219
10220 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 27 Nov 2012 12:33:06 -0800
10221
10222 linux (3.7.0-4.11) raring; urgency=low
10223
10224 [ Tim Gardner ]
10225
10226 * [Config] Use -j1 for headers_install
10227 Also fixes a powerpc FTBS introduced by
10228 "[Config] install-arch-headers needs a valid config".
10229
10230 -- Tim Gardner <tim.gardner@canonical.com> Tue, 27 Nov 2012 10:19:30 -0700
10231
10232 linux (3.7.0-4.10) raring; urgency=low
10233
10234 [ Andy Whitcroft ]
10235
10236 * [Config] add rebuild-test support for autopkgtest
10237 - LP: #1081500
10238 * [tests] move build tests out of the way
10239 - LP: #1081500
10240 * [tests] add an autopkgtest rebuild test
10241 - LP: #1081500
10242
10243 [ Tim Gardner ]
10244
10245 * rebase to v3.7-rc7
10246 * SAUCE: Remove emi62 files duplicated in linux-firmware
10247 * SAUCE: Remove sb16 files duplicated in linux-firmware
10248 * SAUCE: Remove whiteheat files duplicated in linux-firmware
10249 * SAUCE: Remove yamaha files duplicated in linux-firmware
10250 * SAUCE: Remove dsp56k files used only by m68k
10251 * SAUCE: firmware: Remove last vestiges of dabusb
10252 * SAUCE: Remove vicam files duplicated in linux-firmware
10253 * [Config] install-arch-headers needs a valid config
10254
10255 [ Upstream Kernel Changes ]
10256
10257 * rebase to v3.7-rc7
10258 - LP: #1076840
10259 - LP: #1081466
10260
10261 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 21 Nov 2012 06:07:23 -0800
10262
10263 linux (3.7.0-3.9) raring; urgency=low
10264
10265 [ Leann Ogasawara ]
10266
10267 * [Config] Enable CONFIG_X86_CPUFREQ_NFORCE2=y
10268 - LP: #1079900
10269 * Add nfsv3 to nfs-modules udeb
10270
10271 [ Paolo Pisati ]
10272
10273 * [Config] SND_OMAP_SOC*=y
10274 - LP: #1019321
10275
10276 [ Stefan Bader ]
10277
10278 * SAUCE: (no-up) xen/netfront: handle compound page fragments on transmit
10279 - LP: #1078926
10280
10281 [ Tim Gardner ]
10282
10283 * Revert "SAUCE: SECCOMP: audit: always report seccomp violations"
10284 - LP: #1079469
10285 * Revert "SAUCE: omap3 clocks .dev_id = NULL"
10286 * rebase to v3.7-rc6
10287 * SAUCE: script to detect obsolete firmware
10288 * SAUCE: Remove yam files duplicated in linux-firmware
10289 * SAUCE: Remove tehuti files duplicated in linux-firmware
10290 * SAUCE: Remove matrox files duplicated in linux-firmware
10291 * SAUCE: Remove cxgb3 files duplicated in linux-firmware
10292 * SAUCE: Remove r128 files duplicated in linux-firmware
10293 * SAUCE: Remove acenic files duplicated in linux-firmware
10294 * SAUCE: Remove keyspan files duplicated in linux-firmware
10295 * SAUCE: Remove sun files duplicated in linux-firmware
10296 * SAUCE: Remove radeon files duplicated in linux-firmware
10297 * SAUCE: Update bnx2x firmware to 7.8.2.0
10298 * [Config] generic.inclusion-list: econet has disappeared
10299
10300 [ Upstream Kernel Changes ]
10301
10302 * seccomp: forcing auditing of kill condition
10303 - LP: #1079469
10304 * rebase to v3.7-rc6
10305
10306 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Nov 2012 12:28:55 -0800
10307
10308 linux (3.7.0-2.8) raring; urgency=low
10309
10310 [ Andy Whitcroft ]
10311
10312 * Revert "overlayfs: disable until FTBS is fixed"
10313 * Revert "ubuntu: overlayfs"
10314 * Revert "ubuntu: AUFS"
10315 * ubuntu: overlayfs -- overlayfs: add statfs support
10316 * ubuntu: overlayfs -- ovl: switch to __inode_permission()
10317 * ubuntu: overlayfs -- overlayfs: copy up i_uid/i_gid from the underlying
10318 inode
10319 - LP: #944386
10320 * ubuntu: AUFS (no-squash): basic framework and update machinary
10321 * ubuntu: AUFS (no-squash) -- aufs3-base.patch
10322 * ubuntu: AUFS (no-squash) -- aufs3-standalone.patch
10323 * ubuntu: AUFS: aufs-update -- follow the uapi header changes
10324 * ubuntu: AUFS -- update to f2873474324d0a31af4340554b9715f51331bc7f
10325 * ubuntu: AUFS (no-squash) -- reenable
10326 - LP: #1079193
10327
10328 [ Erez Zadok ]
10329
10330 * ubuntu: overlayfs -- overlayfs: implement show_options
10331
10332 [ Miklos Szeredi ]
10333
10334 * ubuntu: overlayfs -- vfs: add i_op->dentry_open()
10335 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
10336 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
10337 * ubuntu: overlayfs -- overlay filesystem
10338 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
10339 * ubuntu: overlayfs -- vfs: export __inode_permission() to modules
10340
10341 [ Neil Brown ]
10342
10343 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
10344
10345 [ Robin Dong ]
10346
10347 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
10348 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
10349
10350 -- Andy Whitcroft <apw@canonical.com> Thu, 15 Nov 2012 13:35:12 +0000
10351
10352 linux (3.7.0-1.7) raring; urgency=low
10353
10354 [ Tim Gardner ]
10355
10356 * [Config] Drop dependency on libaudit-dev
10357 Its a universe package which causes an FTBS on the builders.
10358 libaudit-dev is not strictly required for the perf tools build.
10359
10360 -- Tim Gardner <tim.gardner@canonical.com> Wed, 14 Nov 2012 10:08:13 -0700
10361
10362 linux (3.7.0-1.6) raring; urgency=low
10363
10364 [ Andy Whitcroft ]
10365
10366 * [Config] enforce -- switch CONFIG_NVRAM to more readable form
10367 * [Config] better encode the CONFIG_NVRAM constaint
10368 * enforcer -- fix debugging output
10369
10370 [ Ben Collins ]
10371
10372 * [Config] Add custom_override rule to allow for alternate kernel
10373 file/install
10374 * [Config] Use SRCPKGNAME as prefix for indep linux headers package
10375
10376 [ Tim Gardner ]
10377
10378 * [Config] Dropped armel
10379 * Drop highbank from ABI fetch list
10380 * [Config] Use dh_prep instead of 'dh_clean -k'
10381 * [Config] Build depend on libaudit-dev, libunwind8-dev for tools
10382 * [Config] Document binary-indep dependency chain
10383 * rebase to v3.7-rc5
10384
10385 [ Upstream Kernel Changes ]
10386
10387 * rebase to v3.7-rc5
10388
10389 -- Tim Gardner <tim.gardner@canonical.com> Tue, 13 Nov 2012 07:13:37 -0500
10390
10391 linux (3.7.0-0.5) raring; urgency=low
10392
10393 [ Tim Gardner ]
10394
10395 * [Config] CONFIG_AMD_IOMMU_V2=m
10396 - LP: #1071520
10397 * [Config] CONFIG_MTD_ONENAND_SIM=n for armel
10398 Fixes FTBS
10399
10400 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 15:45:39 -0500
10401
10402 linux (3.7.0-0.4) raring; urgency=low
10403
10404 [ Ben Collins ]
10405
10406 * [Config] Update enforce rule for CONFIG_NVRAM to better suit flavours
10407
10408 [ Tim Gardner ]
10409
10410 * [Config] do_tools=false for arm
10411
10412 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Nov 2012 05:39:51 -0700
10413
10414 linux (3.7.0-0.3) raring; urgency=low
10415
10416 [ Tim Gardner ]
10417
10418 * [Config] CONFIG_DRM_EXYNOS_HDMI=n for armhf
10419 * [Config] CONFIG_MTD_NAND_DOCG4=n for armel/armhf
10420 * [Config] Drop highbank harder
10421
10422 -- Tim Gardner <tim.gardner@canonical.com> Wed, 07 Nov 2012 18:11:45 +0000
10423
10424 linux (3.7.0-0.2) raring; urgency=low
10425
10426 [ Andy Whitcroft ]
10427
10428 * [Config] add fs/udf to linux-image to support DVD/CD formats in virtual
10429 instances
10430 - LP: #1066921
10431 * [Config] drop highbank builds
10432
10433 [ Jeremy Kerr ]
10434
10435 * SAUCE: efivarfs: Implement exclusive access for {get, set}_variable
10436 - LP: #1063061
10437
10438 [ Leann Ogasawara ]
10439
10440 * Reinstate dropped.txt from Ubuntu-3.7.0-0.1-rc1
10441
10442 [ Tim Gardner ]
10443
10444 * [Config] Dropped powerpc/ppc64 in favour of the community kernel
10445 * [Config] CONFIG_MODULE_SIG=y for amd64,i386, and highbank
10446 * rebase to v3.7-rc4
10447 * SAUCE: MODSIGN: Emit error for incorrectly signed module
10448
10449 [ Upstream Kernel Changes ]
10450
10451 * rebase to v3.7-rc4
10452
10453 -- Tim Gardner <tim.gardner@canonical.com> Mon, 05 Nov 2012 05:35:41 -0700
10454
10455 linux (3.7.0-0.1) raring; urgency=low
10456
10457
10458 [ Upstream Kernel Changes ]
10459
10460 * rebase to v3.7-rc3
10461 - LP: #1056078
10462
10463 [ Upstream Kernel Changes ]
10464
10465 * rebase to v3.7-rc2
10466 - LP: #1060729
10467 - LP: #1059523
10468 - LP: #1006690
10469 - LP: #1049623
10470 - LP: #1046512
10471 - LP: #1052499
10472 - LP: #1037642
10473 - LP: #559939
10474 - LP: #1052460
10475 - LP: #939161
10476 - LP: #1046734
10477
10478 -- Tim Gardner <tim.gardner@canonical.com> Tue, 02 Oct 2012 08:13:07 -0600
10479
10480 linux (3.6.0-0.1) UNRELEASED; urgency=low
10481
10482
10483 [ Upstream Kernel Changes ]
10484
10485 * rebase to v3.6
10486
10487 [ Upstream Kernel Changes ]
10488
10489 * rebase to v3.6-rc7
10490
10491 [ Upstream Kernel Changes ]
10492
10493 * rebase to v3.6-rc6
10494 - LP: #1000424
10495
10496 [ Upstream Kernel Changes ]
10497
10498 * rebase to v3.6-rc5
10499 - LP: #1040077
10500
10501 [ Upstream Kernel Changes ]
10502
10503 * rebase to v3.6-rc4
10504
10505 [ Upstream Kernel Changes ]
10506
10507 * rebase to v3.6-rc3
10508 - LP: #1038651
10509 - LP: #1034779
10510
10511 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 24 Jul 2012 06:37:09 -0700
10512
10513 linux (3.5.0-6.6) quantal-proposed; urgency=low
10514
10515 [ Andy Whitcroft ]
10516
10517 * [Config] CONFIG_INET6_XFRM_MODE_ROUTEOPTIMIZATION enable IPv6
10518 experimental features
10519 * SAUCE: highbank -- export clock functions for modules
10520 * [Config] highbank -- reenable CONFIG_TOUCHSCREEN_W90X900
10521 * [Config] highbank -- renenable CONFIG_SERIO_AMBAKMI
10522 * [Config] highbank -- reenable CONFIG_RFKILL_GPIO
10523 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10524 * [Config] highbank -- reenable CONFIG_MMC_SDHCI_PXAV3
10525 * [Config] highbank -- reenable CONFIG_KEYBOARD_SAMSUNG
10526 * [Config] highbank -- reenable CONFIG_FB_ARMCLCD
10527 * [Config] highbank -- reenable CONFIG_DW_DMAC
10528 * [Config] highbank -- reenable CONFIG_USB_R8A66597_HCD
10529 * [Config] highbank -- reenable CONFIG_USB_MV_UDC
10530 * [Config] highbank -- reenable CONFIG_USB_DWC3
10531 * [Config] highbank -- reenable CONFIG_SATA_MV
10532 * [Config] highbank -- reenable CONFIG_PATA_ARASAN_CF
10533 * [Config] highbank -- CONFIG_CAN_C_CAN_PLATFORM
10534 * [Config] highbank -- reenable CONFIG_MMC_ARMMMCI
10535 * [Config] highbank -- reenable CONFIG_SERIAL_AMBA_PL010
10536 * [Config] highbank -- reenable CONFIG_ATMEL_PWM
10537 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10538 * [Config] highbank -- enable CONFIG_EXPERT
10539 * [Config] highbank -- enable CONFIG_CHECKPOINT_RESTORE
10540 * [Config] enable CONFIG_USB_DYNAMIC_MINORS
10541 * [Config] enable CONFIG_USB_EHCI_TT_NEWSCHED
10542 * [Config] enable CONFIG_USB_ETH_EEM
10543 * [Config] enable CONFIG_USB_HCD_BCMA/CONFIG_USB_HCD_SSB
10544 * [Config] disable CONFIG_USB_M66592
10545 * [Config] enable CONFIG_USB_NET2272
10546 * [Config] enable CONFIG_USB_R8A66597
10547 * [Config] annotate: CONFIG_USB_OMAP not required for our h/w
10548 * [Config] set CONFIG_USB_MUSB_HDRC=m for omap
10549 * [Config] annotate: CONFIG_USB_G_MULTI fix rule
10550 * [Config] CONFIG_USB_GPIO_VBUS=m for OMAP
10551 * [Config] Enable CONFIG_DRM_AST/_CIRRUS_QEMU/_MGAG200
10552 * [Config] sync configuration armhf omap -> armel omap
10553 * [Config] annotate: CONFIG_IIO triggers build failures on OMAP4
10554 * [Config] disable CONFIG_OMAP_IOVMM is deprecated
10555
10556 [ Bryan Wu ]
10557
10558 * [Config] change default IO scheduler from CFQ to Deadline
10559
10560 [ Leann Ogasawara ]
10561
10562 * Revert "[Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc"
10563 * [Config] Disable CONFIG_MOUSE_INPORT
10564
10565 [ Tim Gardner ]
10566
10567 * SAUCE: firmware: Update bnx2x to current firmware version 7.2.51
10568 * [Config] Add bnx2x firmware to nic-modules udeb
10569 * SAUCE: Add script to convert firmware to ihex format
10570 * SAUCE: firmware: Upgrade bnx2 to current versions
10571 * [Config] Add tigon firmware to nic-modules udeb
10572 * [Config] CONFIG_EARLY_PRINTK_DBGP=y
10573 - LP: #1026761
10574 * SAUCE: Remove redundant cis firmware
10575 * SAUCE: Remove redundant emi26 firmware
10576 * SAUCE: Remove redundant ttusb-budget firmware
10577 * SAUCE: Remove redundant sun/cassini firmware
10578 * SAUCE: Remove redundant ositech/Xilinx7OD firmware
10579 * SAUCE: Remove redundant 3com/typhoon.bin firmware
10580 * SAUCE: Remove redundant yamaha/ds1 firmware
10581 * SAUCE: Remove redundant keyspan_pda firmware
10582 * rebase to v3.5
10583
10584 [ Upstream Kernel Changes ]
10585
10586 * rebase to v3.5
10587 - LP: #1027828
10588
10589 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Jul 2012 05:57:04 -0700
10590
10591 linux (3.5.0-5.5) quantal-proposed; urgency=low
10592
10593 [ Andy Whitcroft ]
10594
10595 * [Config] annotations: initial import of configuration annotations
10596
10597 [ Bryan Wu ]
10598
10599 * [Config] enforcer -- add CONFIG_I2C_DESIGNWARE_PLATFORM enforce checker
10600
10601 [ Leann Ogasawara ]
10602
10603 * Rebase to v3.5-rc7
10604
10605 [ Manoj Iyer ]
10606
10607 * SAUCE: Bluetooth: btusb: Add vendor specific ID (0a5c:21f4) BCM20702A0
10608 - LP: #1010281
10609
10610 [ Tim Gardner ]
10611
10612 * [Config] enable CONFIG_I2C_HELPER_AUTO for all flavours as policy
10613 expects
10614 * [Config] CONFIG_I2O_CONFIG_OLD_IOCTL=n
10615 * [Config] CONFIG_BRIDGE_EBT_ULOG=n
10616 * [Config] CONFIG_IP_NF_QUEUE=n
10617 * [Config] CONFIG_MTD_DOC2000=n
10618 * [Config] CONFIG_PRINT_QUOTA_WARNING=n
10619 * [Config] CONFIG_PRISM54=n
10620 * [Config] CONFIG_SCx200_I2C=n
10621 * [Config] CONFIG_USB_ANNOUNCE_NEW_DEVICES=y
10622
10623 [ Upstream Kernel Changes ]
10624
10625 * rebase to v3.5-rc7
10626
10627 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jul 2012 15:38:41 -0700
10628
10629 linux (3.5.0-4.4) quantal-proposed; urgency=low
10630
10631 [ Andy Whitcroft ]
10632
10633 * [Packaging] getabis should be extracting all packages
10634 - LP: #1021174
10635 * [Config] getabis -- series uses linux-image-extra
10636 - LP: #1021174
10637 * rebase to v3.5-rc6
10638
10639 [ Bryan Wu ]
10640
10641 * [Config] built-in CONFIG_MICREL_PHY as other PHY drivers for all
10642 flavours
10643 * [Config] sync CONFIG_MOUSE_PS2_ config for all flavours
10644
10645 [ Leann Ogasawara ]
10646
10647 * [Config] Enable CONFIG_RT2800USB_RT35XX and CONFIG_RT2800USB_RT53XX
10648 - LP: #1019561
10649
10650 [ Paolo Pisati ]
10651
10652 * [Config] SND_OMAP_SOC, SND_OMAP_SOC_MCBSP and SND_OMAP_SOC_OMAP3_BEAGLE =y
10653 - LP: #1019321
10654
10655 [ Stefan Bader ]
10656
10657 * SAUCE: (pre-up) net: dont use __netdev_alloc_skb for bounce buffer
10658 - LP: #1018456
10659 * (config) Disable ACPI_PROCFS_POWER
10660
10661 [ Tim Gardner ]
10662
10663 * [Config] CONFIG_ACPI_BGRT=y
10664 * Extract firmware module info during getabi
10665 - LP: #1021174
10666
10667 [ Upstream Kernel Changes ]
10668
10669 * rebase to v3.5-rc6
10670
10671 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Jul 2012 08:50:20 -0700
10672
10673 linux (3.5.0-3.3) quantal-proposed; urgency=low
10674
10675 [ Andy Whitcroft ]
10676
10677 * [Config] enable CONFIG_MEMTEST=y
10678 - LP: #1004535
10679 * [Config] config-check: add support for a cut operation
10680 * [Config] enforcer -- switch to cut where appropriate
10681
10682 [ Leann Ogasawara ]
10683
10684 * Rebase to v3.5-rc5
10685 * [Config] Updateconfigs after rebase to v3.5-rc5
10686
10687 [ Luis Henriques ]
10688
10689 * SAUCE: ocfs2: Fix NULL pointer dereferrence in
10690 __ocfs2_change_file_space
10691 - LP: #1006012
10692
10693 [ Seth Forshee ]
10694
10695 * SAUCE: (drop after 3.5) drm/i915: ignore pipe select bit when checking
10696 for LVDS register initialization
10697 - LP: #1012800
10698
10699 [ Upstream Kernel Changes ]
10700
10701 * rebase to v3.5-rc5
10702 - LP: #1013183
10703 - LP: #1017017
10704 - LP: #884652
10705
10706 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 02 Jul 2012 06:41:58 -0700
10707
10708 linux (3.5.0-2.2) quantal-proposed; urgency=low
10709
10710 [ Andy Whitcroft ]
10711
10712 * rebase to v3.5-rc4
10713
10714 [ Arend van Spriel ]
10715
10716 * SAUCE: (drop after 3.5) brcmsmac: fix NULL pointer crash in
10717 brcms_c_regd_init()
10718 - LP: #950320
10719
10720 [ Bryan Wu ]
10721
10722 * [Config] Sync CONFIG_CGROUP_MEM_RES_CTLR_SWAP for ARM
10723
10724 [ Chris J Arges ]
10725
10726 * PACKAGING: add .gnu_debuglink sections to .ko files
10727 - LP: #669641
10728
10729 [ Leann Ogasawara ]
10730
10731 * d-i: Add hid-generic to input-modules
10732 - LP: #1017879
10733
10734 [ Ming Lei ]
10735
10736 * SAUCE: Revert "mmc: omap_hsmmc: Enable Auto CMD12"
10737 - LP: #1017717, #225
10738
10739 [ Paolo Pisati ]
10740
10741 * SAUCE: Revert "Fix OMAP EHCI suspend/resume failure (i693)"
10742 - LP: #1017718
10743 * [Config] Disable generic USB_EHCI_HCD_PLATFORM on omap3
10744
10745 [ Seth Forshee ]
10746
10747 * SAUCE: (drop after 3.5) brcm80211: smac: don't set up tx power limits
10748 during initialization
10749 - LP: #950320
10750 * SAUCE: (drop after 3.5) brcm80211: smac: always set channel specified
10751 by mac80211
10752 - LP: #950320
10753 * SAUCE: (drop after 3.5) brcm80211: smac: remove unused code for 40MHz
10754 channels
10755 - LP: #950320
10756 * SAUCE: (drop after 3.5) brcm80211: smac: clean up channel.c
10757 - LP: #950320
10758 * SAUCE: (drop after 3.5) brcm80211: smac: inform mac80211 of the X2
10759 regulatory domain
10760 - LP: #950320
10761 * SAUCE: (drop after 3.5) brcm80211: smac: enable/disable radio on
10762 regulatory updates
10763 - LP: #950320
10764 * SAUCE: (drop after 3.5) brcm80211: smac: use mac80211 channel data for
10765 tx power limits
10766 - LP: #950320
10767 * SAUCE: (drop after 3.5) brcm80211: smac: don't validate channels
10768 against internal regulatory data
10769 - LP: #950320
10770 * SAUCE: (drop after 3.5) brcm80211: smac: use current regulatory domain
10771 when checking whether OFDM is allowed
10772 - LP: #950320
10773
10774 [ Tim Gardner ]
10775
10776 * [Config] Enable CONFIG_CGROUPS for highbank
10777 - LP: #1014692
10778 * [Config] FB_OMAP*=y and PANEL_TFP410=y
10779
10780 [ Upstream Kernel Changes ]
10781
10782 * rebase to v3.5-rc4
10783
10784 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 26 Jun 2012 06:21:05 -0700
10785
10786 linux (3.5.0-1.1) quantal-proposed; urgency=low
10787
10788 [ Andy Whitcroft ]
10789
10790 * [Config] highbank -- enable CONFIG_RFKILL=y and CONFIG_CAN=m
10791
10792 [ Leann Ogasawara ]
10793
10794 * Rebase to v3.5-rc1
10795 * [Config] Remove USB_DEVICEFS from the config enforcer
10796 * [Config] Updateconfigs after rebase to v3.5-rc1
10797 * [Config] Temporarily disable CONFIG_MACH_NOKIA_RX51 on arm
10798 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
10799 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
10800 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
10801 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
10802 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
10803 * [Config] Temporarily disable CONFIG_GPIO_EM on arm
10804 * [Config] Temporarily disable CONFIG_SERIAL_8250_EM on armhf
10805 * [Config] Temporarily disable CONFIG_STMMAC_ETH on armhf
10806 * [Config] Temporarily disable CONFIG_HW_RANDOM_ATMEL on armhf
10807 * Rebase to v3.5-rc2
10808 * [Config] Updateconfigs after rebase to v3.5-rc2
10809 * [Config] Temporarily disable CONFIG_MV643XX_ETH on powerpc
10810 * Rebase to v3.5-rc3
10811 * [Config] Updateconfigs after rebase to v3.5-rc3
10812
10813 [ Paul Mundt ]
10814
10815 * SAUCE: fix bug.h's inclusion of kernel.h
10816
10817 [ Stefan Bader ]
10818
10819 * SAUCE: Fix compile failures of dm-raid45
10820 * [Config] Enable dm-raid45
10821 * Move dependency on crda to extra package
10822 - LP: #657901
10823 * SAUCE: Mask CR4 writes on older Xen hypervisors
10824
10825 [ Upstream Kernel Changes ]
10826
10827 * rebase to v3.5-rc3
10828 - LP: #993162
10829 - LP: #925577
10830 * rebase to v3.5-rc2
10831 * rebase to v3.5-rc1
10832 - LP: #955892
10833 - LP: #978038
10834 - LP: #987371
10835 - LP: #929545
10836 - LP: #942316
10837 - LP: #903853
10838
10839 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 08 Jun 2012 14:28:46 -0700
10840
10841 linux (3.4.0-5.11) quantal-proposed; urgency=low
10842
10843 [ Leann Ogasawara ]
10844
10845 * [Config] Disable CONFIG_ARM_LPAE
10846 - LP: #1009061
10847
10848 [ Oleksij Rempel ]
10849
10850 * SAUCE: b43: do not call ieee80211_unregister_hw if we are not registred
10851 - LP: #1008905
10852
10853 [ Paolo Pisati ]
10854
10855 * [Config] omap3: MFD_OMAP_USB_HOST is usb host in omap2+.
10856 - LP: #1009061
10857
10858 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 05 Jun 2012 08:06:28 -0700
10859
10860 linux (3.4.0-4.10) quantal; urgency=low
10861
10862 [ Leann Ogasawara ]
10863
10864 * Temporarily disable ABI and module check
10865
10866 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 20:27:31 -0700
10867
10868 linux (3.4.0-4.9) quantal; urgency=low
10869
10870 [ Andy Whitcroft ]
10871
10872 * [Config] fix config split to avoid the shared config
10873 * [Config] updateconfigs following split config fix
10874 * [Config] linux-image-extras needs full postinst
10875 * [Config] CONFIG_BLK_DEV_NVME commonise across architectures
10876 * [Config] CONFIG_HP_WATCHDOG enable as module
10877 * [Config] CONFIG_PDC_ADMA is not boot essential
10878 * [Config] CONFIG_XEN_ACPI_PROCESSOR should be enabled on x86
10879 * [Config] CONFIG_VT6655/CONFIG_VT6656=m
10880 * [Config] CONFIG_TRANZPORT=m commonise
10881 * [Config] CONFIG_R3964=m commonise
10882 * [Config] CONFIG_SCSI_DH=m commonise
10883 * [Config] CONFIG_SCSI_IBMVSCSIS=m commonise
10884 * [Config] CONFIG_AMD_PHY=y phys are not autoloadable
10885 * [Config] CONFIG_SCSI_QLA_ISCSI=m commonise
10886 * [Config] CONFIG_SCSI_SPI_ATTR=m commonise
10887 * [Config] CONFIG_USB_SN9C102 is deprecated disable
10888 * [Config] CONFIG_USB_SI470X=m commonise
10889 * [Config] CONFIG_USB_ET61X251=m commonise
10890 * [Config] CONFIG_RTS_PSTOR=m commonise
10891 * [Config] CONFIG_SCANLOG=m commonise
10892 * [Config] CONFIG_SCSI_SYM53C8XX_2=m commonise
10893 * [Config] CONFIG_SM_FTL=m commonise
10894 * [Config] CONFIG_SOLO6X10=m commonise
10895 * [Config] CONFIG_SND_PCM_OSS=n using pulseaudio emulation instead
10896 * [Config] CONFIG_SPI_DESIGNWARE=m commonise
10897 * [Config] CONFIG_SPI_SPIDEV=m commonise
10898 * [Config] CONFIG_TABLET_USB_WACOM=m commonise
10899 * [Config] CONFIG_TPS65010=m commonise
10900 * [Config] CONFIG_STE10XP=y commonise
10901 * [Config] CONFIG_X25_ASY=m commonise
10902 * [Config] CONFIG_USB_MON=m commonise
10903 * [Config] CONFIG_VME_BUS=m commonise
10904 * [Config] CONFIG_W35UND=m commonise
10905 * [Config] -CONFIG_TCG_TPM=y commonise
10906 * [Config] highbank -- commonise filesystems
10907 * [Config] highbank -- commonise subsystems
10908 * [Config] highbank -- commonise network protocols
10909 * [Config] highbank -- commonise input drivers
10910 * [Config] highbank -- commonise CRYPTO options
10911 * [Config] highbank -- commonise HID options
10912 * [Config] highbank -- commonise sensors options
10913 * [Config] highbank -- commonise EXPORTFS/FHANDLE
10914 * [Config] highbank -- commonise CONFIG_CRYPTO_LZO
10915 * [Config] highbank -- commonise ENCRYPTED_KEYS
10916 * [Config] highbank -- commonise CONFIG_ATALK
10917 * [Config] highbank -- commonise INET/INET6
10918 * [Config] highbank -- commonise NLS
10919 * [Config] highbank -- commonise BLK/CHR
10920 * [Config] highbank -- CONFIG_EXT2_FS=y boot essential on highbank
10921 * [Config] highbank -- commonise INET/INET6 part 2
10922 * [Config] highbank -- commonise PHY settings
10923 * [Config] highbank -- commonise CRC settings
10924 * [Config] highbank -- commonise BINFMT settings
10925 * [Config] highbank -- commonise DM settings
10926 * [Config] highbank -- commonise RTC_DRV settings
10927 * [Config] highbank -- commonise KEYBOARD/MOUSE settings
10928 * [Config] highbank -- commonise USB settings
10929 * [Config] highbank -- commonise GPIO settings
10930 * [Config] highbank -- commonise I2C settings
10931 * [Config] highbank -- commonise numerous subsystem selectors
10932 * [Config] highbank -- commonise A-C modules missmatches
10933 * [Config] highbank -- commonise D-F modules missmatches
10934 * [Config] CONFIG_AUDIT_LOGINUID_IMMUTABLE incompatible with upstart
10935 * [Config] highbank -- commonise G-I modules missmatches
10936 * [Config] highbank -- commonise J-L modules missmatches
10937 * [Config] highbank -- commonise M modules missmatches
10938 * [Config] highbank -- commonise N-P modules missmatches
10939 * [Config] highbank -- commonise Q-R modules missmatches
10940 * [Config] highbank -- commonise S modules missmatches -- part 1
10941 * [Config] highbank -- commonise S modules missmatches -- part 2
10942 * [Config] highbank -- commonise T modules missmatches
10943 * [Config] highbank -- commonise U-Z modules missmatches
10944
10945 [ Ike Panhc ]
10946
10947 * [Config] add highbank flavour
10948 - LP: #1000831
10949
10950 [ Mark Langsdorf ]
10951
10952 * SAUCE: arm highbank: add support for pl320-ipc driver
10953 - LP: #1000831
10954
10955 [ Rob Herring ]
10956
10957 * SAUCE: input: add a key driver for highbank
10958 - LP: #1000831
10959 * SAUCE: ARM: highbank: Add smc calls to enable/disable the L2
10960 - LP: #1000831
10961 * SAUCE: force DMA buffers to non-bufferable on highbank
10962 - LP: #1000831
10963 * SAUCE: net: calxedaxgmac: fix net timeout recovery
10964 - LP: #1000831
10965
10966 [ Tim Gardner ]
10967
10968 * [Config] CONFIG_IWLWIFI_EXPERIMENTAL_MFP=n
10969 * [Config] CONFIG_PCI_REALLOC_ENABLE_AUTO=y
10970 * [Config] CONFIG_CIFS_EXPERIMENTAL has disappeared
10971 * [Config] Homogenize CIFS configs across all arches
10972 * [Config] armhf should not be skipabi or skipmodules
10973 - LP: #1006913
10974
10975 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 04 Jun 2012 05:52:49 -0700
10976
10977 linux (3.4.0-3.8) quantal; urgency=low
10978
10979 [ Andy Whitcroft ]
10980
10981 * [Config] include include/generated/compile.h
10982 - LP: #942569
10983 * [Config] fix up postinst to ensure we know which error is which
10984 - LP: #1002388
10985
10986 [ Herton Ronaldo Krzesinski ]
10987
10988 * SAUCE: async_populate_rootfs: fix build warnings
10989 - LP: #1003417
10990
10991 [ John Johansen ]
10992
10993 * Revert "SAUCE: AppArmor: Add the ability to mediate mount"
10994 * SAUCE: apparmor: Add the ability to mediate mount
10995 * SAUCE: AppArmor: basic networking rules
10996 * SAUCE: apparmor: fix profile lookup for unconfined
10997 - LP: #978038, #987371
10998 * SAUCE: apparmor: fix long path failure due to disconnected path
10999 - LP: #955892
11000
11001 [ Mario Limonciello ]
11002
11003 * SAUCE: dell-laptop: rfkill blacklist Dell XPS 13z, 15
11004 - LP: #901410
11005
11006 [ Stefan Bader ]
11007
11008 * (config) Built-in xen-acpi-processor
11009
11010 [ Tim Gardner ]
11011
11012 * [Config] CONFIG_NET_DSA=m
11013 - LP: #1004148
11014 * [Config] Ensure CONFIG_XEN_ACPI_PROCESSOR=y for amd64
11015
11016 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 25 May 2012 11:38:33 -0700
11017
11018 linux (3.4.0-3.7) quantal; urgency=low
11019
11020 [ Andy Whitcroft ]
11021
11022 * [Config] drop the virtual flavour in favour of a split generic et al
11023 * [Config] enforcer -- drop IDLE enforcement
11024 * [Config] enable CONFIG_SCSI_VIRTIO=m for amd64
11025 * [Config] updateconfigs following removal of -virtual
11026
11027 [ Leann Ogasawara ]
11028
11029 * Rebase to v3.4
11030
11031 [ Seth Forshee ]
11032
11033 * [Config] disable CONFIG_B43_BCMA_EXTRA
11034
11035 [ Tim Gardner ]
11036
11037 * [Config] Check for extras when building udebs
11038 * [Config] Collapsed generic-pae into generic [i386]
11039
11040 [ Upstream Kernel Changes ]
11041
11042 * rebase to v3.4
11043
11044 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 May 2012 07:23:47 -0700
11045
11046 linux (3.4.0-2.6) quantal; urgency=low
11047
11048 [ Andy Whitcroft ]
11049
11050 * Revert "ubuntu: overlayfs -- overlayfs: update touch_atime() usage"
11051 * Revert "ubuntu: overlayfs -- overlayfs: switch from d_alloc_root() to
11052 d_make_root()"
11053 * Revert "ubuntu: overlayfs -- overlayfs: follow header cleanup"
11054 * Revert "ubuntu: overlayfs -- overlayfs: apply device cgroup and
11055 security permissions to overlay files"
11056 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11057 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11058 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11059 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11060 * Revert "ubuntu: overlayfs -- overlay filesystem"
11061 * Revert "ubuntu: overlayfs -- vfs: introduce clone_private_mount()"
11062 * Revert "ubuntu: overlayfs -- vfs: export do_splice_direct() to modules"
11063 * Revert "ubuntu: overlayfs -- vfs: add i_op->open()"
11064 * Revert "ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()"
11065 * ubuntu: overlayfs -- overlayfs: add statfs support
11066 * ubuntu: overlayfs -- inode_only_permission: export inode level
11067 permissions checks
11068 * ubuntu: overlayfs -- overlayfs: switch to use inode_only_permissions
11069
11070 [ Erez Zadok ]
11071
11072 * ubuntu: overlayfs -- overlayfs: implement show_options
11073
11074 [ Miklos Szeredi ]
11075
11076 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11077 * ubuntu: overlayfs -- vfs: add i_op->open()
11078 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11079 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11080 * ubuntu: overlayfs -- overlay filesystem
11081 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11082
11083 [ Neil Brown ]
11084
11085 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11086
11087 [ Robin Dong ]
11088
11089 * ubuntu: overlayfs -- overlayfs: fix possible leak in ovl_new_inode
11090 * ubuntu: overlayfs -- overlayfs: create new inode in ovl_link
11091
11092 [ Tim Gardner ]
11093
11094 * [Config] perarch and indep tools builds need separate build directories
11095 * Prevent upgrading a non-PAE CPU
11096 * perf is not parallel build safe
11097
11098 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 May 2012 08:43:18 -0700
11099
11100 linux (3.4.0-2.5) quantal; urgency=low
11101
11102 [ Andy Whitcroft ]
11103
11104 * [Config] perarch and indep tools builds need separate build directories
11105
11106 [ Tim Gardner ]
11107
11108 * Prevent upgrading a non-PAE CPU
11109 * [Config] build debug
11110 * [Config] perf tools are not parallel build safe
11111
11112 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 15 May 2012 11:37:53 -0700
11113
11114 linux (3.4.0-2.4) quantal; urgency=low
11115
11116 [ Leann Ogasawara ]
11117
11118 * Revert "SAUCE: fsam7400: use UMH_WAIT_PROC consistently"
11119 * Revert "ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86"
11120 * Revert "ubuntu: fsam7400: Depend on CHECK_SIGNATURE"
11121 * Revert "ubuntu: fsam7400 -- Cleanup Makefile"
11122 * Revert "ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M
11123 7400"
11124 * Revert "ubuntu: omnibook: fix source file newline"
11125 * Revert "ubuntu: omnibook -- update BOM"
11126 * Revert "SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5}
11127 depend on X86"
11128 * Revert "ubuntu: omnibook -- Added missing BOM file"
11129 * Revert "ubuntu: omnibook -- support Toshiba (HP) netbooks"
11130 * Revert "ubuntu: nx-emu - i386: mmap randomization for executable
11131 mappings"
11132 * Revert "SAUCE: disable_nx should not be in __cpuinitdata section for
11133 X86_32"
11134 * Revert "ubuntu: nx-emu - i386: NX emulation"
11135 * Revert "ubuntu: rfkill drivers -- version 1.3"
11136 * Temporarily disable module check
11137 * [Config] Remove CONFIG_FSAM7400
11138 * [Config] Remove CONFIG_OMNIBOOK
11139 * [Config] Update configs
11140 * Rebase to v3.4-rc7
11141 * SAUCE: genirq: export handle_edge_irq() and irq_to_desc()
11142
11143 [ Tim Gardner ]
11144
11145 * Updated generic-pae description
11146 * Rebase to v3.4-rc6
11147 * install-tools depends on build targets
11148
11149 [ Upstream Kernel Changes ]
11150
11151 * kconfig: in debug mode some 0 length message prints occur
11152 * rebase to v3.4-rc7
11153 * rebase to v3.3-rc6
11154
11155 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 14 May 2012 08:22:56 -0700
11156
11157 linux (3.4.0-1.3) quantal; urgency=low
11158
11159 [ Andy Whitcroft ]
11160
11161 * [Config] control.stub is an intermediate product not a dependancy
11162 - LP: #992414
11163
11164 [ Leann Ogasawara ]
11165
11166 * remove i386 generic from getabis
11167
11168 [ Upstream Kernel Changes ]
11169
11170 * (pre-stable) b43: only reload config after successful initialization
11171 - LP: #950295
11172
11173 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 May 2012 09:48:14 -0700
11174
11175 linux (3.4.0-1.2) quantal; urgency=low
11176
11177 [ Andy Whitcroft ]
11178
11179 * [Config] add build depends for flex, bison and pkg-config
11180
11181 -- Andy Whitcroft <apw@canonical.com> Tue, 01 May 2012 13:15:41 +0100
11182
11183 linux (3.4.0-1.1) quantal; urgency=low
11184
11185 [ Andy Whitcroft ]
11186
11187 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11188 permissions to overlay files
11189 - LP: #915941, #918212
11190 - CVE-2012-0055
11191
11192 [ Leann Ogasawara ]
11193
11194 * Open Q
11195 * Rebase to v3.4-rc5
11196 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EETI on arm
11197 * [Config] Temporarily disable CONFIG_TOUCHSCREEN_EGALAX on arm
11198 * [Config] Temporarily disable CONFIG_EZX_PCAP on arm
11199 * [Config] Temporarily disable CONFIG_MFD_OMAP_USB_HOST on arm
11200 * [Config] Temporarily disable CONFIG_LIS3L02DQ on arm
11201 * [Config] Temporarily disable CONFIG_USB_EHCI_HCD_PLATFORM on arm
11202 * [Config] Temporarily disable CONFIG_TI_CPSW on arm
11203 * [Config] Temporarily disable CONFIG_AX88796 on arm
11204
11205 [ Upstream Kernel Changes ]
11206
11207 * vfs: pass struct path to __dentry_open()
11208 * vfs: add i_op->open()
11209 * vfs: export do_splice_direct() to modules
11210 * vfs: introduce clone_private_mount()
11211 * overlay filesystem
11212 * overlayfs: add statfs support
11213 * overlayfs: implement show_options
11214 * overlay: overlay filesystem documentation
11215 * fs: limit filesystem stacking depth
11216 * overlayfs: follow header cleanup
11217 * overlayfs: switch from d_alloc_root() to d_make_root()
11218 * overlayfs: update touch_atime() usage
11219 * rebase to v3.4-rc5
11220 - LP: #950490
11221 * rebase to v3.4-rc4
11222 * rebase to v3.4-rc3
11223 * rebase to v3.4-rc2
11224 * rebase to v3.4-rc1
11225 * rebase to v3.3
11226 * rebase to v3.3-rc7
11227 * rebase to v3.3-rc6
11228 * rebase to v3.3-rc5
11229 * rebase to v3.3-rc4
11230 - LP: #900802
11231 - LP: #930842
11232 * rebase to v3.3-rc3
11233 - LP: #924320
11234 - LP: #923316
11235 - LP: #923409
11236 - LP: #918254
11237 * rebase to v3.3-rc2
11238 * rebase to v3.3-rc1
11239 - LP: #795823
11240 - LP: #909419
11241 - LP: #910792
11242 - LP: #878701
11243 - LP: #724831
11244
11245 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 25 Jan 2012 06:50:04 -0800
11246
11247 linux (3.2.0-10.18) precise; urgency=low
11248
11249 [ Tim Gardner ]
11250
11251 * SAUCE: ecryptfs: Print inode on metadata error
11252
11253 [ Upstream Kernel Changes ]
11254
11255 * Revert "proc: enable writing to /proc/pid/mem"
11256 - LP: #919115
11257 - CVE-2012-0056
11258 * (pre-stable) ALSA: HDA: Use LPIB position fix for Macbook Pro 7, 1
11259 - LP: #909419
11260
11261 -- Andy Whitcroft <apw@canonical.com> Tue, 24 Jan 2012 10:15:12 +0000
11262
11263 linux (3.2.0-10.17) precise; urgency=low
11264
11265 [ Andy Whitcroft ]
11266
11267 * Revert "SAUCE: overlayfs -- fs: limit filesystem stacking depth"
11268 * Revert "SAUCE: overlayfs -- overlay: overlay filesystem documentation"
11269 * Revert "SAUCE: overlayfs -- overlayfs: implement show_options"
11270 * Revert "SAUCE: overlayfs -- overlayfs: add statfs support"
11271 * Revert "SAUCE: overlayfs -- overlay filesystem"
11272 * Revert "SAUCE: overlayfs -- vfs: introduce clone_private_mount()"
11273 * Revert "SAUCE: overlayfs -- vfs: export do_splice_direct() to modules"
11274 * Revert "SAUCE: overlayfs -- vfs: add i_op->open()"
11275 * ensure debian/ is not excluded from git by default
11276 * add new scripting to handle buglinks in rebases
11277 * ubuntu: overlayfs -- overlayfs: add statfs support
11278 * ubuntu: overlayfs -- overlayfs: apply device cgroup and security
11279 permissions to overlay files
11280 - LP: #915941, #918212
11281 - CVE-2012-0055
11282
11283 [ Erez Zadok ]
11284
11285 * ubuntu: overlayfs -- overlayfs: implement show_options
11286
11287 [ Leann Ogasawara ]
11288
11289 * Revert "SAUCE: dmar: disable if ricoh multifunction detected"
11290 * [Config] Disable CONFIG_INTEL_IOMMU_DEFAULT_ON
11291 - LP: #907377, #911236
11292 * [Config] Enable CONFIG_IRQ_REMAP
11293
11294 [ Miklos Szeredi ]
11295
11296 * ubuntu: overlayfs -- vfs: pass struct path to __dentry_open()
11297 * ubuntu: overlayfs -- vfs: add i_op->open()
11298 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
11299 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
11300 * ubuntu: overlayfs -- overlay filesystem
11301 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
11302
11303 [ Neil Brown ]
11304
11305 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
11306
11307 [ Upstream Kernel Changes ]
11308
11309 * (pre-stable) x86/PCI: amd: factor out MMCONFIG discovery
11310 - LP: #647043
11311 * (pre-stable) PNP: work around Dell 1536/1546 BIOS MMCONFIG bug that
11312 breaks USB
11313 - LP: #647043
11314
11315 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 Jan 2012 07:10:08 -0800
11316
11317 linux (3.2.0-9.16) precise; urgency=low
11318
11319 [ Andy Whitcroft ]
11320
11321 * [Config] Enable numerous CONFIG_VIDEO_* cards on ARM
11322 * [Config] pull ARM sound modules =m
11323 * [Config] CONFIG_RTC_DRV_TEST is for testing only
11324 * [Config] CONFIG_USB_DUMMY_HCD is testing only
11325 * [Config] CONFIG_USB_FILE_STORAGE is deprecated
11326
11327 [ Leann Ogasawara ]
11328
11329 * Revert "[Config] Temporarily disable CONFIG_CAN_TI_HECC on armel"
11330 * [Config] Enable CONFIG_HW_RANDOM_PASEMI=m
11331 * [Config] Enable CONFIG_MMC_TMIO=m
11332 * [Config] Enable CONFIG_MTD_NAND_FSL_ELBC=m
11333 * [Config] Enable CONFIG_ISI=m
11334 * [Config] Enable CONFIG_MMC=y
11335 * [Config] Enable CONFIG_LIRC_PARALLEL=m
11336 * [Config] Enable CONFIG_MAC_EMUMOUSEBTN=m
11337 * [Config] Enable CONFIG_CHR_DEV_SG=y
11338 * [Config] Enable CONFIG_GPIO_PCA953X=m
11339 * [Config] Enable CONFIG_GPIO_TWL4030=m
11340 * [Config] Enable CONFIG_INET_DIAG=m
11341 * [Config] Enable CONFIG_NLS_ISO8859_1=m
11342 * [Config] Enable CONFIG_NVRAM=m
11343 * [Config] Enable CONFIG_SLIP=m
11344 * [Config] Enable CONFIG_PC300TOO=m
11345 * [Config] Enable CONFIG_TUN=y
11346 * [Config] Enable CONFIG_NET_CLS_CGROUP=m
11347 * [Config] Enable CONFIG_THERMAL=y
11348 * [Config] Enable CONFIG_PPP=y
11349 * [Config] Enable CONFIG_PCI_STUB=m
11350 * Rebase to v3.2.1
11351 * [Config] Enable CONFIG_RTL8192E=m
11352 * [Config] Enable CONFIG_RTS5139=m
11353
11354 [ Stefan Bader ]
11355
11356 * [Config] Make CONFIG_VIRTIO_(NET|BLK)=y
11357
11358 [ Upstream Kernel Changes ]
11359
11360 * ARM: restart: add restart hook to machine_desc record
11361 * ARM: restart: allow platforms more flexibility specifying restart mode
11362 * ARM: restart: move reboot failure handing into machine_restart()
11363 * ARM: restart: remove argument to setup_mm_for_reboot()
11364 * ARM: 7159/1: OMAP: Introduce local common.h files
11365 * ARM: restart: only perform setup for restart when soft-restarting
11366 * ARM: 7189/1: OMAP3: Fix build break in cpuidle34xx.c because of irq
11367 function
11368 * ARM: idmap: populate identity map pgd at init time using .init.text
11369 * ARM: suspend: use idmap_pgd instead of suspend_pgd
11370 * ARM: proc-*.S: place cpu_reset functions into .idmap.text section
11371 * ARM: idmap: use idmap_pgd when setting up mm for reboot
11372 * ARM: head.S: only include __turn_mmu_on in the initial identity mapping
11373 * ARM: SMP: use idmap_pgd for mapping MMU enable during secondary booting
11374 * ARM: 7194/1: OMAP: Fix build after a merge between v3.2-rc4 and ARM
11375 restart changes
11376 * ARM: lib: add call_with_stack function for safely changing stack
11377 * ARM: reset: implement soft_restart for jumping to a physical address
11378 * ARM: stop: execute platform callback from cpu_stop code
11379 * ARM: kexec: use soft_restart for branching to the reboot buffer
11380 * ARM: restart: omap: use new restart hook
11381 * topdown mmap support
11382 - LP: #861296
11383
11384 [ Upstream Kernel Changes ]
11385
11386 * Rebase to v3.2.1
11387
11388 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 13 Jan 2012 20:32:08 +0100
11389
11390 linux (3.2.0-8.15) precise; urgency=low
11391
11392 [ Leann Ogasawara ]
11393
11394 * [Config] Disable CONFIG_ACPI_PROCFS
11395 * Remove server from getabis
11396 * Temporarily disable module check
11397 * [Config] Disable CONFIG_MTD_TESTS
11398 * [Config] Disable CONFIG_X86_E_POWERSAVER
11399 * [Config] Set CONFIG_ARCNET=m
11400 * [Config] Enable CONFIG_ATM_DUMMY=m
11401 * [Config] Enable CONFIG_BLK_DEV_MD=y
11402 * ubuntu: fsam7400 select CHECK_SIGNATURE and depend on X86
11403 * [Config] Enable CONFIG_BLK_DEV_SD=y
11404 * [Config] Enable CONFIG_BLK_DEV_SR=y
11405 * [Config] Enable CONFIG_BLK_DEV_UB=m
11406 * [Config] Enable CONFIG_COPS=m
11407 * [Config] Enable CONFIG_DVB_USB_EC168=m
11408 * [Config] Enable CONFIG_ENC28J60=m
11409 * [Config] Enable CONFIG_FB_UVESA=m
11410 * [Config] Enable CONFIG_FB_ATY=m
11411 * [Config] Enable CONFIG_BROADCOM_PHY=y
11412 * [Config] Enable CONFIG_CICADA_PHY=y
11413 * [Config] Enable CONFIG_DAVICOM_PHY=y
11414 * [Config] Enable CONFIG_ICPLUS_PHY=y
11415 * [Config] Enable CONFIG_LSI_ET1011C_PHY=y
11416 * [Config] Enable CONFIG_LXT_PHY=y
11417 * [Config] Enable CONFIG_MARVELL_PHY=y
11418 * [Config] Enable CONFIG_NATIONAL_PHY=y
11419 * [Config] Enable CONFIG_QSEMI_PHY=y
11420 * [Config] Enable CONFIG_SMSC_PHY=y
11421 * [Config] Enable CONFIG_VITESSE_PHY=y
11422 * Add 3w-sas to scsi-modules
11423 - LP: #776542
11424
11425 [ Mathieu Trudel-Lapierre ]
11426
11427 * SAUCE: ipv6: make the net.ipv6.conf.all.use_tempaddr sysctl propagate
11428 to interface settings
11429
11430 [ Paolo Pisati ]
11431
11432 * Revert "SAUCE: omap3: beagle: if rev unknown, assume xM revision C"
11433 - LP: #912199
11434 * Revert "SAUCE: omap3: beagle: detect new xM revision B"
11435 - LP: #912199
11436 * Revert "SAUCE: omap3: beaglexm: fix DVI initialization"
11437 - LP: #912199
11438
11439 [ Upstream Kernel Changes ]
11440
11441 * Bluetooth: Add support for BCM20702A0 [0a5c:21e3]
11442 - LP: #906832
11443
11444 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 06 Jan 2012 10:02:03 -0800
11445
11446 linux (3.2.0-8.14) precise; urgency=low
11447
11448 [ Andy Whitcroft ]
11449
11450 * [Config] enable CONFIG_SND_USB_6FIRE
11451 - LP: #912197
11452 * rebase to mainline v3.2 final release
11453 * updateconfigs following rebase to v3.2 final
11454 * ubuntu: AUFS -- add BOM and automated update script
11455 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
11456 - LP: #684666
11457 * ubuntu: AUFS -- update aufs-update to track new locations of headers
11458 * ubuntu: AUFS -- clean up the aufs updater and BOM
11459 * ubuntu: AUFS -- documentation on updating aufs2
11460 * ubuntu: AUFS -- aufs3-base.patch
11461 * ubuntu: AUFS -- aufs3-standalone.patch
11462 * ubuntu: AUFS -- fix undefined __devcgroup_inode_permission
11463 * ubuntu: AUFS -- fix undefined security_path_link
11464 * ubuntu: AUFS -- update to 4cf5db36bcd9748e8e7270022f295f84d1fc2245
11465 * ubuntu: AUFS -- updateconfigs following update
11466 * ubuntu: AUFS -- suppress benign plink warning messages
11467 - LP: #621195
11468 * ubuntu: AUFS -- enable in config and makefile
11469 * ubuntu: AUFS -- disable in favor of overlayfs
11470 * [Config] linux-virtual -- should include the extX modules
11471 - LP: #912308
11472
11473 [ Tyler Hicks ]
11474
11475 * SAUCE: eCryptfs: Improve statfs reporting
11476 - LP: #885744
11477
11478 [ Upstream Kernel Changes ]
11479
11480 * rebase to upstream v3.2
11481
11482 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 26 Dec 2011 20:24:30 -0800
11483
11484 linux (3.2.0-7.13) precise; urgency=low
11485
11486 [ Upstream Kernel Changes ]
11487
11488 * rebase to upstream 3.2-rc7
11489
11490 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 19 Dec 2011 09:14:34 -0800
11491
11492 linux (3.2.0-6.12) precise; urgency=low
11493
11494 [ Upstream Kernel Changes ]
11495
11496 * rebase to upstream v3.2-rc6
11497
11498 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Dec 2011 10:19:02 -0800
11499
11500 linux (3.2.0-5.11) precise; urgency=low
11501
11502 [ Andy Whitcroft ]
11503
11504 * enforcer -- allow arch and flavour predicates to take lists
11505 * enforcer -- simplify armel/armhf specific options
11506 * enforcer -- fix incorrectly specified flavour matches
11507
11508 [ Leann Ogasawara ]
11509
11510 * [Config] Disable IRQ_REMAP
11511 * [Config] Enable CONFIG_SENSORS_LM95245=m
11512 * [Config] Enable CONFIG_SENSORS_MAX1668=m
11513 * [Config] Enable CONFIG_SENSORS_NTC_THERMISTOR=m
11514 * [Config] Enable CONFIG_SENSORS_MAX6639=m
11515 * [Config] Enable CONFIG_SENSORS_MAX6642=m
11516 * [Config] Enable CONFIG_SENSORS_LINEAGE=m
11517 * [Config] Enable CONFIG_CRYPTO_SALSA20=m
11518 * [Config] Enable CONFIG_PATA_TOSHIBA=m
11519 * [Config] Enable CONFIG_POHMELFS=m
11520 * [Config] Enable CONFIG_NET_PACKET_ENGINE=y
11521 * [Config] Enable CONFIG_PATA_OPTI=m
11522 * add overlayfs to virtual inclusion list
11523 - LP: #903897
11524 * add veth to virtual inclusion list
11525 - LP: #903897
11526 * SAUCE: resolve WARNING: at drivers/block/floppy.c:2929 do_fd_request
11527
11528 [ Paolo Pisati ]
11529
11530 * [Config] DEFAULT_MMAP_MIN_ADDR=32k on arm
11531 - LP: #903346
11532
11533 [ Tim Gardner ]
11534
11535 * [Config] CONFIG_LOCKUP_DETECTOR=y
11536 - LP: #903615
11537
11538 [ Upstream Kernel Changes ]
11539
11540 * rebase to upstream 55b02d2f
11541
11542 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 12 Dec 2011 07:08:10 -0800
11543
11544 linux (3.2.0-4.10) precise; urgency=low
11545
11546 [ Kyle McMartin ]
11547
11548 * SAUCE: dmar: disable if ricoh multifunction detected
11549 - LP: #894070
11550
11551 [ Seth Forshee ]
11552
11553 * SAUCE: dell-wmi: Demote unknown WMI event message to pr_debug
11554 - LP: #581312
11555
11556 [ Tim Gardner ]
11557
11558 * Start new release, Bump ABI, rebase to 3.2-rc5
11559
11560 [ Leann Ogasawara ]
11561
11562 * [Config] Enable CONFIG_SENSORS_AK8975=m
11563
11564 -- Tim Gardner <tim.gardner@canonical.com> Sat, 10 Dec 2011 08:57:04 -0700
11565
11566 linux (3.2.0-3.9) precise; urgency=low
11567
11568 [ Andy Whitcroft ]
11569
11570 * SAUCE: ext4: correct partial write discard size calculation
11571 - LP: #894768
11572
11573 [ Leann Ogasawara ]
11574
11575 * Revert "SAUCE: x86, microcode, AMD: Restrict microcode reporting"
11576 - LP: #892615
11577
11578 [ Matthew Garrett ]
11579
11580 * SAUCE: pci: Rework ASPM disable code
11581
11582 [ Upstream Kernel Changes ]
11583
11584 * x86: Fix boot failures on older AMD CPU's
11585 - LP: #892615
11586 * EHCI : Fix a regression in the ISO scheduler
11587 - LP: #899165
11588
11589 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 05 Dec 2011 10:37:36 -0800
11590
11591 linux (3.2.0-3.8) precise; urgency=low
11592
11593 [ Andy Whitcroft ]
11594
11595 * armhf -- add d-i configuration
11596 * armhf -- disable ABI checks for armhf
11597 * armhf -- add arch to getabis config
11598
11599 -- Andy Whitcroft <apw@canonical.com> Sat, 03 Dec 2011 14:22:52 +0000
11600
11601 linux (3.2.0-3.7) precise; urgency=low
11602
11603 [ Stefan Bader ]
11604
11605 * SAUCE: x86/paravirt: PTE updates in k(un)map_atomic need to be
11606 synchronous, regardless of lazy_mmu mode
11607 - LP: #854050
11608
11609 [ Tim Gardner ]
11610
11611 * rebase to v3.2-rc4
11612
11613 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 02 Dec 2011 11:53:56 -0800
11614
11615 linux (3.2.0-2.6) precise; urgency=low
11616
11617 [ Andy Whitcroft ]
11618
11619 * armhf -- fix omap flavour to build on armhf
11620 * [Config] CONFIG_PATA_MACIO=y to fix MAC qemu boot
11621
11622 [ Borislav Petkov ]
11623
11624 * SAUCE: x86, microcode, AMD: Restrict microcode reporting
11625 - LP: #892615
11626
11627 [ Colin Watson ]
11628
11629 * Add pata_macio to pata-modules
11630
11631 [ Tim Gardner ]
11632
11633 * [Config] Prefer crda over wireless-crda
11634 * [Config] Fix virtual inclusion list.
11635 - LP: #897795
11636
11637 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 30 Nov 2011 06:09:35 -0800
11638
11639 linux (3.2.0-2.5) precise; urgency=low
11640
11641 [ Paolo Pisati ]
11642
11643 * [Config] PANEL_DVI=y
11644
11645 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Nov 2011 09:13:24 -0800
11646
11647 linux (3.2.0-2.4) precise; urgency=low
11648
11649 [ Andy Whitcroft ]
11650
11651 * rebase to v3.2-rc3
11652
11653 [ Leann Ogasawara ]
11654
11655 * Revert "SAUCE: xen: Do not use pv spinlocks on HVM"
11656 * Revert "fix ERROR: __devcgroup_inode_permission undefined"
11657 * Revert "olpc_dcon_xo_1_5 needs delay.h"
11658 * Revert "olpc_dcon_xo_1 needs delay.h"
11659 * rebase to 6fe4c6d4
11660 * [Config] updateconfigs after rebase to 6fe4c6d4
11661
11662 [ Tim Gardner ]
11663
11664 * [Config] Replace wireless-crda with crda,wireless-regdb
11665 - LP: #856421
11666 * [Config] Relax the dependencies on crda
11667
11668 [ Upstream Kernel Changes ]
11669
11670 * (pre-stable) HID: bump maximum global item tag report size to 96 bytes
11671 - LP: #724831
11672 * Ubuntu: remove coreutils|fileutils package dependency
11673 - LP: #892814
11674 * iio: iio_event_getfd -- fix ev_int build failure
11675
11676 [ Upstream Kernel Changes ]
11677
11678 * Rebase to v3.2-rc3
11679
11680 -- Andy Whitcroft <apw@canonical.com> Thu, 24 Nov 2011 16:20:45 +0000
11681
11682 linux (3.2.0-1.3) precise; urgency=low
11683
11684 [ Upstream Kernel Changes ]
11685
11686 * Ubuntu: Add ext2 to fs-core-modules
11687 - LP: #893395
11688
11689 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 20:42:33 -0800
11690
11691 linux (3.2.0-1.2) precise; urgency=low
11692
11693 [ Andy Whitcroft ]
11694
11695 * [Config] enable CONFIG_NFC and associated devices
11696 * SAUCE: allow brcmsmac and b43 to both build
11697
11698 [ Soren Hansen ]
11699
11700 * Add ixgbe driver to d-i
11701 - LP: #891969
11702
11703 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 21 Nov 2011 08:33:46 -0800
11704
11705 linux (3.2.0-1.1) precise; urgency=low
11706 [ Andy Whitcroft ]
11707
11708 * armhf -- enable armhf and create the first flavours
11709 * SAUCE: ensure root is ready before running usermodehelpers in it
11710 * [Config] enforcer -- ensure CONFIG_FAT_FS is built-in on arm
11711
11712 [ Leann Ogasawara ]
11713
11714 * Temporarily ignore module check
11715 * [Config] Enable PCI_IOV on powerpc
11716 * [Config] Temporarily disable CONFIG_PASEMI_MAC on powerpc
11717 * rebase to v3.2-rc2
11718 * SAUCE: include <linux/export.h> for cpuidle34xx arm build
11719 * SAUCE: include <linux/kernel.h> for linux/mtd/map.h arm build
11720 * SAUCE: include <linux/printk.h> and <stdarg.h> for mmc_core arm build
11721 * SAUCE: select ARM_AMBA if OMAP3_EMU
11722 * [Config] updateconfigs after select ARM_AMBA
11723 * [Config] Temporarily disable CONFIG_KVM_BOOK3S_32 on powerpc
11724 * [Config] Enable CONFIG_EXT2_FS=m
11725 * [Config] Build in CONFIG_SATA_AHCI=y
11726 * Resolve linux-image-extra's install dependency
11727
11728 [ Seth Forshee ]
11729
11730 * [Config] Enable EVENT_POWER_TRACING_DEPRECATED=y for powertop
11731 * SAUCE: (drop after 3.2) Input: ALPS - move protocol information to
11732 Documentation
11733 * SAUCE: (drop after 3.2) Input: ALPS - add protocol version field in
11734 alps_model_info
11735 * SAUCE: (drop after 3.2) Input: ALPS - remove assumptions about packet
11736 size
11737 * SAUCE: (drop after 3.2) Input: ALPS - add support for protocol versions
11738 3 and 4
11739 * SAUCE: (drop after 3.2) Input: ALPS - add semi-MT support for v3
11740 protocol
11741 * SAUCE: (drop after 3.2) Input: ALPS - add documentation for protocol
11742 versions 3 and 4
11743
11744 [ Stefan Bader ]
11745
11746 * [Config] Built-in xen-netfront and xen-blkfront
11747 * Fix build of dm-raid45 and re-enable it
11748
11749 [ Tim Gardner ]
11750
11751 * [Config] CONFIG_USB_XHCI_HCD=y
11752 - LP: #886167
11753 * [Config] CONFIG_R6040=m
11754 - LP: #650899
11755 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
11756 - LP: #854399
11757 * [Config] Consolidated amd64 server flavour into generic
11758 * [Config] updateconfigs after rebase to 3.2-rc1
11759 * [Config] Disabled dm-raid4-5
11760 * [Config] Disabled ndiswrapper
11761 * [Config] Disable vt6656
11762 * [Config] exclude ppp-modules for virtual flavour
11763 * [Config] CONFIG_MEMSTICK_R592=m
11764 - LP: #238208
11765
11766 [ Upstream Kernel Changes ]
11767
11768 * CHROMIUM: seccomp_filter: new mode with configurable syscall filters
11769 - LP: #887780
11770 * CHROMIUM: seccomp_filter: add process state reporting
11771 - LP: #887780
11772 * CHROMIUM: seccomp_filter: Document what seccomp_filter is and how it
11773 works.
11774 - LP: #887780
11775 * CHROMIUM: x86: add HAVE_SECCOMP_FILTER and seccomp_execve
11776 - LP: #887780
11777 * CHROMIUM: arm: select HAVE_SECCOMP_FILTER
11778 - LP: #887780
11779 * CHROMIUM: seccomp_filters: move to btrees
11780 * CHROMIUM: enable CONFIG_BTREE
11781 * CHROMIUM: seccomp_filter: kill NR_syscall references
11782 * CHROMIUM: seccomp_filters: guard all ftrace wrapper code
11783 * CHROMIUM: seccomp_filters: clean up warnings; kref mistake
11784 * CHROMIUM: seccomp_filter: remove "skip" from copy and add drop helper
11785 * CHROMIUM: seccomp_filter: allow CAP_SYS_ADMIN management of execve
11786 * CHROMIUM: seccomp_filter: inheritance documentation
11787 * CHROMIUM: seccomp_filter: make inherited filters composable
11788 * CHROMIUM: Fix seccomp_t compile error
11789 - LP: #887780
11790 * CHROMIUM: Fix kref usage
11791 - LP: #887780
11792 * CHROMIUM: enable CONFIG_SECCOMP_FILTER and CONFIG_HAVE_SECCOMP_FILTER
11793 * rebase to v3.2-rc2
11794
11795 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 31 Oct 2011 09:24:39 -0400
11796
11797 linux (3.1.0-2.3) precise; urgency=low
11798
11799 [ Tim Gardner ]
11800
11801 * Add postinit and postrm scripts to the extras package
11802 - LP: #882120
11803
11804 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 Oct 2011 12:48:33 -0700
11805
11806 linux (3.1.0-2.2) precise; urgency=low
11807
11808 [ Andy Whitcroft ]
11809
11810 * debian: add locking to protect debian/files from parallel update
11811
11812 [ Leann Ogasawara ]
11813
11814 * rebase to v3.1
11815
11816 [ Upstream Kernel Changes ]
11817
11818 * rebase to v3.1
11819
11820 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 19 Oct 2011 07:12:38 -0700
11821
11822 linux (3.1.0-1.1) precise; urgency=low
11823
11824 [ Andiry Xu ]
11825
11826 * SAUCE: (drop during 3.2 merge) xHCI: AMD isoc link TRB chain bit quirk
11827 - LP: #872811
11828
11829 [ Andy Whitcroft ]
11830
11831 * Revert "ubuntu: compcache -- follow changes to bd_claim/bd_release"
11832 - LP: #832694
11833 * Revert "ubuntu: compcache -- version 0.5.3"
11834 - LP: #832694
11835 * [Config] standardise CONFIG_NETFILTER_XT_TARGET_TCPOPTSTRIP=m
11836 * [Config] Enable CONFIG_MACVTAP=m
11837 - LP: #822601
11838 * record the compiler in the ABI and check for inconsistant builds
11839 * [Config] move ECRYPT_FS back to =y for all architectures
11840 - LP: #827197
11841 * [Config] enable CONFIG_DRM_VMWGFX=m
11842 - LP: #698009
11843 * [Config] re-fix ECRYPT_FS=y
11844 - LP: #827197
11845 * enforcer -- ensure we have CONFIG_ECRYPT_FS=y
11846 - LP: #827197
11847 * [Config] dropping compcache configuration options
11848 * [Config] standardise on HZ=250
11849 * SAUCE: headers_install: fix #include "..." usage for userspace
11850 - LP: #824377
11851 * make module-inclusion selection retain the left overs
11852 * add a new linux-image-extras package for virtual
11853
11854 [ Colin Watson ]
11855
11856 * Deliver more Atheros, Ralink, and iwlagn NIC drivers to d-i
11857
11858 [ edwin_rong ]
11859
11860 * SAUCE: Staging: add driver for Realtek RTS5139 cardreader
11861 - LP: #824273
11862
11863 [ Greg Kroah-Hartman ]
11864
11865 * SAUCE: staging: rts5139: add vmalloc.h to some files to fix the build.
11866 - LP: #824273
11867
11868 [ Jesse Sung ]
11869
11870 * SAUCE: Unregister input device only if it is registered
11871 - LP: #839238
11872
11873 [ Jiri Kosina ]
11874
11875 * SAUCE: HID: add MacBookAir4, 2 to hid_have_special_driver[]
11876
11877 [ Joshua V. Dillon ]
11878
11879 * SAUCE: HID: add support for MacBookAir4,2 keyboard.
11880
11881 [ Kees Cook ]
11882
11883 * [Config] enable and enforce SECCOMP_FILTER on x86
11884
11885 [ Keng-Yu Lin ]
11886
11887 * [Config] Enable CONFIG_RTS5139=m on i386/amd64
11888 - LP: #824273
11889
11890 [ Leann Ogasawara ]
11891
11892 * Revert "ubuntu: overlayfs -- ovl: make lower mount read-only"
11893 * Revert "ubuntu: overlayfs -- fs: limit filesystem stacking depth"
11894 * Revert "ubuntu: overlayfs -- ovl: improve stack use of lookup and
11895 readdir"
11896 * Revert "ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs"
11897 * Revert "ubuntu: overlayfs -- overlayfs: implement show_options"
11898 * Revert "ubuntu: overlayfs -- overlayfs: add statfs support"
11899 * Revert "ubuntu: overlayfs -- overlay filesystem"
11900 * Revert "ubuntu: overlayfs -- overlay: overlay filesystem documentation"
11901 * Revert "SAUCE: ARM: OMAP: Add macros for comparing silicon revision"
11902 * Revert "SAUCE: OMAP: DSS2: check for both cpu type and revision, rather
11903 than just revision"
11904 * Revert "SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX"
11905 * Revert "ubuntu: fsam7400 disable driver"
11906 - LP: #876030
11907 * rebase to v3.1-rc1
11908 * [Config] updateconfigs after rebase to v3.1-rc1
11909 * rebase to v3.1-rc2
11910 * [Config] Updateconfigs after rebase to v3.1-rc2
11911 * ubuntu: Yama - update calls to generic_permission() and
11912 inode->i_op->permission()
11913 * ubuntu: ndiswrapper -- remove netdev_priv macro
11914 * ubuntu: aufs -- Temporarily disable due to build failure
11915 * [Config] Diable INTEL_MID_PTI on armel
11916 * [Config] Temporarily disable CONFIG_FTMAC100 on armel
11917 * [Config] Temporarily disable CONFIG_FTGMAC100 on armel
11918 * [Config] Temporarily disable CONFIG_CAN_TI_HECC on armel
11919 * [Config] Temporarily disable CONFIG_VIDEO_OMAP2_VOUT on armel
11920 * [Config] Set CONFIG_DM_MIRROR=m on amd64, i386, and arm
11921 * [Config] Set CONFIG_DM_MULTIPATH=m on amd64, i386, and arm
11922 * [Config] Set CONFIG_DM_SNAPSHOT=m on amd64, i386, and arm
11923 * [Config] Enable CONFIG_EDAC_AMD8111=m on powerpc
11924 * [Config] Enable CONFIG_EDAC_AMD8131=m on powerpc
11925 * [Config] Enable CONFIG_EDAC_CPC925=m on powerpc
11926 * [Config] Enable CONFIG_EDAC_PASEMI=m on powerpc
11927 * [Config] Enable CONFIG_ECHO=m on powerpc
11928 * [Config] Enable CONFIG_ET131X=m on powerpc
11929 * [Config] Set CONFIG_FB_MATROX=m
11930 * [Config] Enable CONFIG_FB_UDL=m on powerpc
11931 * [Config] Set CONFIG_FB_VIRTUAL=n
11932 * [Config] Enable CONFIG_FB_VGA16=m on powerpc
11933 * [Config] Enable CONFIG_GPIO_MAX732X=m on arm
11934 * [Config] Enable CONFIG_GPIO_PCF857X=m on arm
11935 * [Config] Set CONFIG_HOTPLUG_PCI_FAKE=m
11936 * [Config] Enable CONFIG_HOTPLUG_PCI=y on powerpc
11937 * [Config] Enable CONFIG_HOTPLUG_PCI_CPCI=y on powerpc
11938 * [Config] Enable CONFIG_HP_ILO=m on powerpc-smp
11939 * [Config] Enable CONFIG_I2C_PASEMI=m on powerpc
11940 * [Config] Enable CONFIG_IBM_BSR=m on powerpc
11941 * [Config] Enable CONFIG_IBMVETH=m on powerpc
11942 * [Config] Enable CONFIG_IDE_PHISON=m on powerpc
11943 * [Config] Enable CONFIG_IGB=m on powerpc
11944 * [Config] Enable CONFIG_IIO=m on powerpc
11945 * [Config] Enable CONFIG_INFINIBAND_NES=m
11946 * [Config] Enable CONFIG_IPMI_HANDLER=m on arm
11947 * [Config] Enable CONFIG_IWL3945=m on powerpc
11948 * [Config] Disable CONFIG_KVM_BOOK3S_64
11949 * [Config] Enable CONFIG_LAPBETHER=m on arm
11950 * [Config] Enable CONFIG_LEDS_GPIO=m on powerpc
11951 * [Config] Enable CONFIG_LEDS_CLEVO_MAIL=m all arch's
11952 * [Config] Enable CONFIG_LEDS_PCA9532=m on powerpc
11953 * [Config] Enable CONFIG_LEDS_PCA955X=m on powerpc
11954 * [Config] Enable CONFIG_LEDS_TRIGGER_DEFAULT_ON=m on powerpc
11955 * [Config] Set CONFIG_LEDS_TRIGGER_HEARTBEAT=m on arm and powerpc
11956 * [Config] Set CONFIG_LEDS_TRIGGER_TIMER=m on powerpc
11957 * [Config] Enable CONFIG_LINE6_USB=m on arm and powerpc
11958 * [Config] Enable CONFIG_MEMSTICK=m on arm
11959 * [Config] Enable CONFIG_MTD_AFS_PARTS=m on arm
11960 * [Config] Enable CONFIG_MTD_ALAUDA=m on arm
11961 * [Config] Enable CONFIG_MTD_AR7_PARTS=m on arm
11962 * [Config] Enable CONFIG_MTD_ARM_INTEGRATOR=m on arm
11963 * [Config] Enable CONFIG_MOXA_SMARTIO=m on powerpc
11964 * [Config] Enable CONFIG_MTD_DATAFLASH=m on arm
11965 * [Config] Enable CONFIG_MTD_GPIO_ADDR=m on arm
11966 * [Config] Enable CONFIG_MTD_IMPA7=m on arm
11967 * [Config] Enable CONFIG_MTD_NAND_GPIO=m on arm
11968 * [Config] Enable CONFIG_MTD_NAND_NANDSIM=m on arm
11969 * [Config] Enable CONFIG_MTD_NAND_PASEMI=m on powerpc
11970 * [Config] Enable CONFIG_MTD_NAND_PLATFORM=m on arm
11971 * [Config] Enable CONFIG_MTD_NAND_TMIO=m on arm
11972 * [Config] Enable CONFIG_MTD_SST25L=m on arm
11973 * [Config] Enable CONFIG_NET_CLS_CGROUP=y on arm
11974 * [Config] Enable CONFIG_NET_CLS_FLOW=m on arm
11975 * [Config] Enable CONFIG_NET_CLS_U32=m on arm
11976 * [Config] Enable CONFIG_NET_DCCPPROBE=m on arm
11977 * [Config] Enable CONFIG_NET_SCH_INGRESS=m on arm
11978 * [Config] Enable CONFIG_NET_TCPPROBE=m on arm
11979 * [Config] Enable CONFIG_PASEMI_MAC=m on powerpc
11980 * [Config] Enable CONFIG_PATA_NS87410=m on powerpc
11981 * [Config] Enable CONFIG_I2C_GPIO=m on powerpc64-smp
11982 * [Config] Enable CONFIG_PANEL=m on powerpc
11983 * [Config] Enable CONFIG_PATA_CMD640_PCI=m on powerpc
11984 * SAUCE: x86: reboot: Make Dell Latitude E6520 use reboot=pci
11985 - LP: #833705
11986 * [Config] Add CONFIG_EFI_VARS=y to the enforcer
11987 - LP: #837332
11988 * [Config] Update CONFIG_EFI_VARS enforcer check
11989 * [Config] Add aufs to virtual flavor inclusion list
11990 - LP: #844159
11991 * SAUCE: x86: reboot: Make Dell Optiplex 790 use reboot=pci
11992 - LP: #818933
11993 * SAUCE: x86: reboot: Make Dell Optiplex 990 use reboot=pci
11994 - LP: #768039
11995 * SAUCE: x86: reboot: Make Dell Latitude E6220 use reboot=pci
11996 - LP: #838402
11997 * [Config] Add igbvf to the virtual flavor inclusion list
11998 - LP: #794570
11999 * [Config] Add ixgbevf to the virtual inclusion list
12000 - LP: #872411
12001 * [Config] Transition -generic and -server to be identical
12002 * rebase to v3.1-rc10
12003
12004 [ Luke Yelavich ]
12005
12006 * [Config] Disable legacy IDE drivers on powerpc
12007
12008 [ Ming Lei ]
12009
12010 * SAUCE: fireware: add NO_MSI quirks for o2micro controller
12011 - LP: #801719
12012 * SAUCE: ata_piix: make DVD Drive recognisable on systems with Intel
12013 Sandybridge chipsets(v2)
12014 - LP: #737388, #782389, #794642
12015
12016 [ Paolo Pisati ]
12017
12018 * [Config] Compile-in vfat support for armel
12019 - LP: #853783
12020
12021 [ Randy Dunlap ]
12022
12023 * SAUCE: staging: fix rts5139 depends & build
12024 - LP: #824273
12025
12026 [ Rene Bolldorf ]
12027
12028 * SAUCE: (drop after 3.0) ideapad: Check if acpi already handle backlight
12029 power in 'ideapad_backlight_notify_power' to avoid a page fault
12030
12031 [ Seth Forshee ]
12032
12033 * SAUCE: (no-up) Input: elantech - Add v3 hardware support
12034 - LP: #681904
12035 * SAUCE: (drop after 3.1) usb_storage: Don't freeze in usb-stor-scan
12036 - LP: #810020
12037
12038 [ Stefan Bader ]
12039
12040 * (config) Package macvlan and macvtap for virtual
12041 * [Config] Force perf to use libiberty for demangling
12042 - LP: #783660
12043 * SAUCE: xen: Do not use pv spinlocks on HVM
12044 - LP: #838026
12045
12046 [ Tim Gardner ]
12047
12048 * [Config] Clean up tools rules
12049 * [Config] Package x86_energy_perf_policy and turbostat
12050 - LP: #797556
12051 * rebase to v3.1-rc3
12052 * [Config] Simplify binary-udebs dependencies
12053 * [Config] kernel preparation cannot be parallelized
12054 * [Config] Linearize module/abi checks
12055 * [Config] Linearize and simplify tree preparation rules
12056 * [Config] Build kernel image in parallel with modules
12057 * [Config] Set concurrency for kmake invocations
12058 * [Config] Improve install-arch-headers speed
12059 * [Config] Fix binary-perarch dependencies
12060 * [Config] Removed stamp-flavours target
12061 * [Config] Serialize binary indep targets
12062 * [Config] Use build stamp directly
12063 * [Config] Restore prepare-% target
12064 * rebase to v3.1-rc4
12065 * rebase to v3.1-rc5
12066 * [Config] Disable makedumpfile for i386/amd64
12067 * rebase to v3.1-rc6
12068 * [Config] Fix binary-% build target
12069 * rebase to v3.1-rc7
12070 * rebase to v3.1-rc8
12071 * SAUCE: Add a new entry (413c:8197) to Bluetooth USB device ID table
12072 - LP: #854399
12073 * [Config] Enable ftrace support in the mac80211 layer
12074 - LP: #865171
12075 * rebase to v3.1-rc9
12076 * SAUCE: usb/core/devio.c: Check for printer class specific request
12077 - LP: #872711
12078
12079 [ Upstream Kernel Changes ]
12080
12081 * overlay filesystem
12082 * overlayfs: add statfs support
12083 * overlayfs: implement show_options
12084 * overlay: overlay filesystem documentation
12085 * fs: limit filesystem stacking depth
12086
12087 [ Will Drewry ]
12088
12089 * SAUCE: seccomp_filter: new mode with configurable syscall filters
12090 * SAUCE: seccomp_filter: add process state reporting
12091 * SAUCE: seccomp_filter: Document what seccomp_filter is and how it
12092 works.
12093 * SAUCE: seccomp_filter: add HAVE_SECCOMP_FILTER and seccomp_execve
12094
12095 [ Upstream Kernel Changes ]
12096
12097 * rebase to v3.1-rc1
12098 * rebase to v3.1-rc2
12099 * rebase to v3.1-rc3
12100 +CONFIG_BLK_DEV_BSGLIB=y
12101 +CONFIG_BLK_DEV_LOOP_MIN_COUNT=8
12102 -CONFIG_VIDEO_OMAP2_VOUT_VRFB=y
12103 * rebase to v3.1-rc4
12104 * rebase to v3.1-rc5
12105 * rebase to v3.1-rc6
12106 * rebase to v3.1-rc7
12107 * rebase to v3.1-rc8
12108 * rebase to v3.1-rc9
12109 * rebase to v3.1-rc10
12110
12111 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 15:43:38 -0700
12112
12113 linux (3.1.0-1.0) oneiric; urgency=low
12114
12115 [ Leann Ogasawara ]
12116
12117 * Open P-series
12118
12119 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 10 Aug 2011 13:42:40 -0700
12120
12121 linux (3.0.0-8.10) oneiric; urgency=low
12122
12123 [ Adam Jackson ]
12124
12125 * SAUCE: drm/i915/pch: Fix integer math bugs in panel fitting
12126 - LP: #753994
12127
12128 [ John Johansen ]
12129
12130 * [Config] Enable missing IPv6 options
12131
12132 [ Leann Ogasawara ]
12133
12134 * [Config] Disable config IWLWIFI_DEVICE_SVTOOL
12135 - LP: #819925
12136 * Rebase to 3.0.1
12137
12138 [ Upstream Kernel Changes ]
12139
12140 * x86, intel, power: Correct the MSR_IA32_ENERGY_PERF_BIAS message
12141 * ALSA: hda - Turn on extra EAPDs on Conexant codecs
12142 - LP: #783582
12143 * KVM: Remove SMEP bit from CR4_RESERVED_BITS
12144 - LP: #796476
12145 * KVM: Add SMEP support when setting CR4
12146 - LP: #796476
12147 * KVM: Mask function7 ebx against host capability word9
12148 - LP: #796476
12149 * KVM: Add instruction fetch checking when walking guest page table
12150 - LP: #796476
12151
12152 [ Upstream Kernel Changes ]
12153
12154 * rebase to v3.0.1
12155
12156 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 05 Aug 2011 11:32:25 -0700
12157
12158 linux (3.0.0-7.9) oneiric; urgency=low
12159
12160 [ Andy Whitcroft ]
12161
12162 * Revert "[Upstream] add local prefix to oss local change_bits"
12163 * Revert "SAUCE: add tracing for user initiated readahead requests"
12164 * Revert "SAUCE: vfs: Add a trace point in the mark_inode_dirty function"
12165 * Revert "SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo
12166 Zhaoyang E47"
12167 * Revert "SAUCE: fix documentation strings for struct input_keymap_entry"
12168 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range checks
12169 (grub)"
12170 * Revert "SAUCE: vt -- fix handoff numbering to 1..n and add range
12171 checks"
12172 * Revert "SAUCE: vt -- allow grub to request automatic vt_handoff"
12173 * Revert "SAUCE: vt -- maintain bootloader screen mode and content until
12174 vt switch"
12175 * [Config] enable CONFIG_MTRR_SANITIZER_ENABLE_DEFAULT=1
12176 - LP: #816035
12177 * ubuntu: Yama: if an underlying filesystem provides a permissions op use
12178 it
12179 * SAUCE: (no-up) add tracing for user initiated readahead requests
12180 * SAUCE: vt -- maintain bootloader screen mode and content until vt
12181 switch
12182 * SAUCE: vt -- allow grub to request automatic vt_handoff
12183
12184 [ Arjan van de Ven ]
12185
12186 * SAUCE: (no-up) vfs: Add a trace point in the mark_inode_dirty function
12187
12188 [ Kees Cook ]
12189
12190 * Revert "SAUCE: (no-up) Disable building the ACPI debugfs source"
12191 * [Config] enforce ACPI_CUSTOM_METHOD disabled
12192
12193 [ Keng-Yu Lin ]
12194
12195 * SAUCE: (no-up) Input: ALPS - Enable Intellimouse mode for Lenovo
12196 Zhaoyang E47
12197 - LP: #632884, #803005
12198
12199 [ Leann Ogasawara ]
12200
12201 * [Config] Enable CONFIG_BLK_DEV_CMD64X=m on powerpc
12202 - LP: #513131
12203 * [Config] Enable CONFIG_RT2800PCI_RT53XX=y
12204 - LP: #815064
12205
12206 [ Rezwanul Kabir ]
12207
12208 * SAUCE: (no-up) Add support for Intellimouse Mode in ALPS touchpad on
12209 Dell E2 series Laptops
12210 - LP: #632884
12211
12212 [ Upstream Kernel Changes ]
12213
12214 * Revert "yama: if an underlying filesystem provides a permissions op use
12215 it"
12216 * Revert "Add support for Intellimouse Mode in ALPS touchpad on Dell E2
12217 series Laptops"
12218 * Revert "tty: include linux/slab.h for kfree"
12219 * Revert "gpio/ml_ioh_gpio: include linux/slab.h for kfree"
12220 * Revert "pch_dma: add include/slab.h for kfree"
12221 * mmc: Added quirks for Ricoh 1180:e823 lower base clock frequency
12222 - LP: #773524
12223 * oss: rename local change_bits to avoid powerpc bitsops.h definition
12224
12225 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 25 Jul 2011 09:08:01 -0700
12226
12227 linux (3.0.0-7.8) oneiric; urgency=low
12228
12229 [ Andy Whitcroft ]
12230
12231 * ubuntu: overlayfs -- overlayfs: add statfs support
12232 * [Config] enable CONFIG_OVERLAYFS
12233
12234 [ Erez Zadok ]
12235
12236 * ubuntu: overlayfs -- overlayfs: implement show_options
12237
12238 [ Leann Ogasawara ]
12239
12240 * [Config] Enable CONFIG_ALIM7101_WDT=m on powerpc
12241 * [Config] Enable CONFIG_ASUS_OLED=m on powerpc
12242 * [Config] Disable CONFIG_ATM_DUMMY on arm
12243 * [Config] Enable CONFIG_BLK_DEV_DRBD=m on powerpc
12244 * Temporarily disable module check on arm
12245 * Rebase to 3.0 final
12246 * [Config] Enable CONFIG_CAN_TI_HECC=m on arm
12247 * [Config] Set CONFIG_CDROM_PKTCDVD=m on amd64 and i386
12248 * [Config] Enable CONFIG_CRYPTO_CCM=m on powerpc
12249 * [Config] Enable CONFIG_CRYPTO_DEV_HIFN_795X=m on powerpc
12250 * [Config] Enable CONFIG_CRYPTO_GCM=m on powerpc
12251 * [Config] Set CRYPTO_LZO=m on powerpc64-smp
12252 * [Config] Enable CONFIG_DM9000=m on arm
12253 * [Config] Set CONFIG_DISPLAY_SUPPORT=m on arm
12254 * [Config] Enable CONFIG_DL2K=m on amd64 and i386
12255
12256 [ Miklos Szeredi ]
12257
12258 * ubuntu: overlayfs -- vfs: add i_op->open()
12259 * ubuntu: overlayfs -- vfs: export do_splice_direct() to modules
12260 * ubuntu: overlayfs -- vfs: introduce clone_private_mount()
12261 * ubuntu: overlayfs -- overlay filesystem
12262 * ubuntu: overlayfs -- ovl: fix overlayfs over overlayfs
12263 * ubuntu: overlayfs -- ovl: improve stack use of lookup and readdir
12264 * ubuntu: overlayfs -- fs: limit filesystem stacking depth
12265 * ubuntu: overlayfs -- ovl: make lower mount read-only
12266
12267 [ Neil Brown ]
12268
12269 * ubuntu: overlayfs -- overlay: overlay filesystem documentation
12270
12271 [ Tim Gardner ]
12272
12273 * [Config] Add enic/fnic to udebs
12274 - LP: #801610
12275
12276 [ Upstream Kernel Changes ]
12277
12278 * yama: if an underlying filesystem provides a permissions op use it
12279
12280 [ Major Kernel Changes ]
12281
12282 * Rebase to 3.0 final
12283
12284 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 21 Jul 2011 07:01:32 -0700
12285
12286 linux (3.0.0-6.7) oneiric; urgency=low
12287
12288 [ Eagon Yager ]
12289
12290 * [Config] Fix misspelled 'skipmodule' in arm makefile.
12291
12292 [ Keng-Yu Lin ]
12293
12294 * SAUCE: Input: ALPS - Enable Intellimouse mode for Lenovo Zhaoyang E47
12295 - LP: #632884, #803005
12296
12297 [ Leann Ogasawara ]
12298
12299 * Revert "[Config] Temporarily disable CONFIG_SMC91X on armel-omap"
12300 * Revert "[Config] Temporarily Disable CONFIG_BRCMSMAC on arm"
12301 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on powerpc"
12302 * Revert "[Config] Temporarily Disable CONFIG_RTL8192SE on arm"
12303 * Revert "[Config] Temporarily disable CONFIG_BRCMSMAC on powerpc"
12304 * [Config] Set CONFIG_ACPI_PCI_SLOT=m
12305 * [Config] Set CONFIG_ACPI_SBS=m
12306 * [Config] Set CONFIG_ACPI_WMI=m
12307 * [Config] Set CONFIG_AD7150=m on arm
12308 * [Config] Set CONFIG_AD7152=m on arm
12309 * [Config] Drop CONFIG_GPIO_S5PV210
12310 * [Config] Drop CONFIG_GPIO_S5PC100
12311 * [Config] Drop CONFIG_GPIO_PLAT_SAMSUNG
12312 * [Config] Drop CONFIG_GPIO_EXYNOS4
12313
12314 [ Stefan Bader ]
12315
12316 * SAUCE: Re-enable RODATA for i386 virtual
12317 - LP: #809838
12318
12319 [ Upstream Kernel Changes ]
12320
12321 * Revert "Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15"
12322 * (drop after 3.0.0) acer-wmi: Add support for Aspire 1830 wlan hotkey
12323 - LP: #771758
12324
12325 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 20 Jul 2011 06:36:02 -0700
12326
12327 linux (3.0.0-5.6) oneiric; urgency=low
12328
12329 [ Tim Gardner ]
12330
12331 * [Config] CONFIG_RTL8192CU=m
12332 * Rebase to -rc7
12333
12334 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 Jul 2011 22:13:50 +0100
12335
12336 linux (3.0.0-4.5) oneiric; urgency=low
12337
12338 [ Ming Lei ]
12339
12340 * SAUCE: fix yama_ptracer_del lockdep warning
12341 - LP: #791019
12342
12343 [ Seth Forshee ]
12344
12345 * SAUCE: (drop after 3.0) asus-wmi: Add callback for hotkey filtering
12346 * SAUCE: (drop after 3.0) eeepc-wmi: Add support for T101MT Home/Express Gate key
12347 * SAUCE: (drop after 3.0) asus-wmi: Enable autorepeat for hotkey input device
12348 * [Config] CONFIG_{ASUS,ASUS_NB,EEEPC}_WMI=m
12349 - LP: #805218
12350
12351 [ Tim Gardner ]
12352
12353 * [Config] updateconfigs after rebase to -rc6+
12354 Rebased against 4dd1b49c6d215dc41ce50c80b4868388b93f31a3
12355 * Adopt a 3 digit verion, e.g., 3.0.0-x.x
12356 * Revert "UBUNTU: add dependancies for module-init-tools"
12357 This dependency is no longer required for a 3 digit version.
12358
12359 -- Tim Gardner <tim.gardner@canonical.com> Tue, 05 Jul 2011 14:03:04 +0100
12360
12361 linux (3.0-3.4) oneiric; urgency=low
12362
12363 [ Keng-Yu Lin ]
12364
12365 * SAUCE: Revert: "dell-laptop: Toggle the unsupported hardware
12366 killswitch"
12367 - LP: #775281
12368
12369 [ Leann Ogasawara ]
12370
12371 * rebase to v3.0-rc5
12372 * [Config] updateconfigs after rebase to 3.0-rc5
12373
12374 [ Tim Gardner ]
12375
12376 * [Config] Remove ubuntu/rtl8192se
12377 * [Config] Added armel ABI files
12378 * [Config] Removed armel versatile flavour
12379 * [Config] CONFIG_INTEL_MEI=m
12380 - LP: #716867
12381
12382 [ Upstream Kernel Changes ]
12383
12384 * ALSA: hda - Enable auto-parser as default for Conexant codecs
12385
12386 [ Upstream Kernel Changes ]
12387
12388 * rebase to v3.0-rc5
12389
12390 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 30 Jun 2011 14:27:10 +0100
12391
12392 linux (3.0-2.3) oneiric; urgency=low
12393
12394 [ Andy Whitcroft ]
12395
12396 * ubuntu: AUFS -- update to 0e2bafab74f0d1463383faeb93f9fc5eb8c2c54e
12397
12398 [ Leann Ogasawara ]
12399
12400 * rebase to v3.0-rc4
12401 * [Config] updateconfigs after rebase to 3.0-rc4
12402 * fix ERROR: __devcgroup_inode_permission undefined
12403
12404 [ Stefan Bader ]
12405
12406 * SAUCE: iscsitarget: Remove driver from the kernel
12407
12408 [ Tim Gardner ]
12409
12410 * SAUCE: rtl8192se: Force a build for a 2.6/3.0 kernel
12411 * [Config] Add grub-efi as a recommended bootloader for server and
12412 generic
12413 - LP: #800910
12414
12415 [ Upstream Kernel Changes ]
12416
12417 * Fix node_start/end_pfn() definition for mm/page_cgroup.c
12418
12419 [ Leann Ogasawara ]
12420
12421 * rebase to v3.0-rc4
12422
12423 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 24 Jun 2011 11:51:12 -0700
12424
12425 linux (3.0-1.2) oneiric; urgency=low
12426
12427 [ Andy Whitcroft ]
12428
12429 * [Config] enable CONFIG_CAN_CALC_BITTIMING
12430
12431 [ Leann Ogasawara ]
12432
12433 * rebase to v3.0-rc3
12434 * [Config] updateconfigs after rebase to 3.0-rc3
12435
12436 [ Upstream Kernel Changes ]
12437
12438 * perf: clear out make flags when calling kernel make kernelver
12439
12440 [ Leann Ogasawara ]
12441
12442 * rebase to v3.0-rc3
12443
12444 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Jun 2011 07:25:35 -0700
12445
12446 linux (3.0-0.1) oneiric; urgency=low
12447
12448 [ Andy Whitcroft ]
12449
12450 * use the packaging version in the kernel
12451 * use the kernels idea of its version for version_signature
12452 * add dependancies for module-init-tools
12453 * update control files to version 3
12454 * printchanges/insertchanges allow override of prev_release
12455 * correct Vcs-Git: to point to oneiric
12456
12457 [ Leann Ogasawara ]
12458
12459 * rebase to v3.0-rc1
12460 * [Config] updateconfigs after rebase to 3.0-rc1
12461 * ubuntu: dm-raid4-5 fix up build failure
12462 * [Config] Temporarily Disable CONFIG_GPIO_EXYNOS4 on arm
12463 * [Config] Temporarily Disable CONFIG_GPIO_PLAT_SAMSUNG on arm
12464 * [Config] Temporarily Disable CONFIG_GPIO_S5PC100 on arm
12465 * [Config] Temporarily Disable CONFIG_GPIO_S5PV210 on arm
12466 * [Config] Temporarily disable CONFIG_BRCMSMAC on powerpc
12467 * [Config] Temporarily Disable CONFIG_BRCMSMAC on arm
12468 * [Config] Temporarily Disable CONFIG_RTL8192SE on arm
12469 * [Config] Temporarily Disable CONFIG_RTL8192SE on powerpc
12470 * [Config] Temporarily disable CONFIG_SMC91X on armel-omap
12471 * rebase to v3.0-rc2
12472
12473 [ Manoj Iyer ]
12474
12475 * SAUCE: mmc: Enable MMC card reader for RICOH [1180:e823]
12476 - LP: #790754
12477
12478 [ Upstream Kernel Changes ]
12479
12480 * Revert "x86 idle: EXPORT_SYMBOL(default_idle, pm_idle) only when APM
12481 demands it"
12482 * drm/i915: fix regression after clock gating init split
12483
12484 [ Major Kernel Changes ]
12485
12486 * rebase from v2.6.39 to v3.0-rc1
12487 * rebase from v3.0-rc1 to v3.0-rc2
12488
12489 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Jun 2011 15:18:33 +0100
12490
12491 linux (2.6.39-3.10) oneiric; urgency=low
12492
12493 [ Colin Ian King ]
12494
12495 * SAUCE: S3 early resume debug via keyboard LEDs
12496
12497 [ Ingo Molnar ]
12498
12499 * ubuntu: nx-emu - i386: NX emulation
12500 * ubuntu: nx-emu - i386: mmap randomization for executable mappings
12501
12502 [ Leann Ogasawara ]
12503
12504 * Revert "[Config] Disable CONFIG_FT1000 on powerpc64-smp"
12505 * Revert "[Config] Disable CONFIG_DM_RAID45"
12506 * [Config] enable CONFIG_BRCMFMAC=y
12507 * [Config] enable CONFIG_MDIO_BITBANG=m across all arch's and flavors
12508 * [Config] enable CONFIG_VIDEO_OUTPUT_CONTROL=m on armel-omap
12509
12510 [ Robert Nelson ]
12511
12512 * SAUCE: omap3: beagle: detect new xM revision B
12513 - LP: #770679
12514 * SAUCE: omap3: beagle: detect new xM revision C
12515 - LP: #770679
12516 * SAUCE: omap3: beagle: if rev unknown, assume xM revision C
12517 - LP: #770679
12518
12519 [ Stefan Bader ]
12520
12521 * SAUCE: Convert dm-raid45 to new block plugging
12522
12523 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 May 2011 11:46:43 -0700
12524
12525 linux (2.6.39-3.9) oneiric; urgency=low
12526
12527 [ Leann Ogasawara ]
12528
12529 * [Config] Disable CONFIG_SCSI_LPFC_DEBUG_FS
12530 * rebase to v2.6.39
12531 * [Config] enable CONFIG_LLC2=m across all arch's and flavours
12532 * [Config] enable CONFIG_INPUT_APANEL=m
12533
12534 [ Thomas Schlichter ]
12535
12536 * SAUCE: vesafb: mtrr module parameter is uint, not bool
12537 - LP: #778043
12538 * SAUCE: vesafb: enable mtrr WC by default
12539 - LP: #778043
12540
12541 [ Major Kernel Changes ]
12542
12543 * rebase from v2.6.39-rc7 to v2.6.39
12544
12545 -- Andy Whitcroft <apw@canonical.com> Fri, 20 May 2011 09:52:32 +0100
12546
12547 linux (2.6.39-2.8) oneiric; urgency=low
12548
12549 [ Andy Whitcroft ]
12550
12551 * Revert "ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37"
12552 * Revert "ubuntu: AUFS -- aufs2-base.patch aufs2.1-37"
12553 * Revert "[Config] Disable CONFIG_AUFS_FS"
12554 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-39
12555 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-39
12556 * ubuntu: AUFS -- update to c6b76974311efc5bf3eddf921cd015b6aae46935
12557 * ubuntu: AUFS -- clean up the aufs updater and BOM
12558 * ubuntu: AUFS -- documentation on updating aufs2
12559
12560 [ Kees Cook ]
12561
12562 * ubuntu: Yama - LSM hooks
12563 * ubuntu: Yama - create task_free security callback
12564 * ubuntu: Yama - add ptrace relationship tracking interface
12565 * ubuntu: Yama - unconditionally chain to Yama LSM
12566
12567 [ Leann Ogasawara ]
12568
12569 * Revert "SAUCE: Fix drivers/staging/easycap FTBS"
12570 * Revert "[Config] Disable CONFIG_EASYCAP"
12571 * ubuntu: fsam7400 disable driver
12572 * ubuntu: omnibook disable driver
12573 * ubuntu: rfkill disable driver
12574
12575 [ Tim Gardner ]
12576
12577 * SAUCE: Fix extra reference in fb_open()
12578
12579 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 16 May 2011 09:23:56 -0700
12580
12581 linux (2.6.39-2.7) oneiric; urgency=low
12582
12583 [ Leann Ogasawara ]
12584
12585 * rebase to v2.6.39-rc7
12586
12587 [ Major Kernel Changes ]
12588
12589 * rebase from v2.6.39-rc6 to v2.6.39-rc7
12590
12591 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 10 May 2011 10:18:28 +0200
12592
12593 linux (2.6.39-1.6) oneiric; urgency=low
12594
12595 [ Leann Ogasawara ]
12596
12597 * rebase to v2.6.39-rc6
12598 * SAUCE: [arm] fixup __aeabi_uldivmod undefined build error
12599
12600 [ Tim Gardner ]
12601
12602 * [Config] updateconfigs after rebase to 2.6.39-rc6
12603
12604 [ Major Kernel Changes ]
12605
12606 * rebase from v2.6.39-rc5 to v2.6.39-rc6
12607 - LP: #740126
12608
12609 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 05 May 2011 09:46:12 -0700
12610
12611 linux (2.6.39-0.5) oneiric; urgency=low
12612
12613 [ Herton Ronaldo Krzesinski ]
12614
12615 * SAUCE: Revert "x86, hibernate: Initialize mmu_cr4_features during boot"
12616 - LP: #764758
12617
12618 [ Leann Ogasawara ]
12619
12620 * rebase to v2.6.39-rc5
12621 * [Config] updateconfigs following rebase to v2.6.39-rc5
12622
12623 [ Paolo Pisati ]
12624
12625 * [Config] s/USB_MUSB_TUSB6010/USB_MUSB_OMAP2PLUS/ on omap3 to get musb
12626 - LP: #759913
12627
12628 [ Stefan Bader ]
12629
12630 * Include nls_iso8859-1 for virtual images
12631 - LP: #732046
12632
12633 [ Major Kernel Changes ]
12634
12635 * rebase from v2.6.39-rc4 to v2.6.39-rc5
12636
12637 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 27 Apr 2011 06:39:42 -0700
12638
12639 linux (2.6.39-0.4) oneiric; urgency=low
12640
12641 [ Leann Ogasawara ]
12642
12643 * rebase to v2.6.39-rc4
12644 * [Config] updateconfigs following rebase to v2.6.39-rc4
12645 * fixup powerpc implicit declaration of function
12646 'crash_kexec_wait_realmode'
12647 * [Config] Disable CONFIG_FT1000 on powerpc64-smp
12648
12649 [ Tim Gardner ]
12650
12651 * [Config] CONFIG_TRANSPARENT_HUGEPAGE=y
12652 - LP: #769503
12653 * [Config] Add cachefiles.ko to virtual flavour
12654 - LP: #770430
12655
12656 [ Major Kernel Changes ]
12657
12658 * rebase from v2.6.39-rc3 to v2.6.39-rc4
12659
12660 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 19 Apr 2011 06:25:20 -0700
12661
12662 linux (2.6.39-0.3) oneiric; urgency=low
12663
12664 [ Leann Ogasawara ]
12665
12666 * rebase to v2.6.39-rc3
12667 * crash_kexec_wait_realmode() undefined when !SMP
12668
12669 [ Tim Gardner ]
12670
12671 * [Config] CONFIG_PM_ADVANCED_DEBUG=y for i386/amd64
12672 - LP: #632327
12673
12674 [ Major Kernel Changes ]
12675
12676 * rebase from v2.6.39-rc2 to v2.6.39-rc3
12677
12678 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 12 Apr 2011 06:52:24 -0700
12679
12680 linux (2.6.39-0.2) oneiric; urgency=low
12681
12682 [ Gustavo F. Padovan ]
12683
12684 * SAUCE: Revert "Bluetooth: Add new PID for Atheros 3011"
12685 - LP: #720949
12686
12687 [ John Johansen ]
12688
12689 * AppArmor: Fix masking of capabilities in complain mode
12690 - LP: #748656
12691
12692 [ Leann Ogasawara ]
12693
12694 * rebase to v2.6.39-rc2
12695 * [Config] updateconfigs following rebase to v2.6.39-rc2
12696 * hv_mouse needs delay.h
12697 * olpc_dcon_xo_1 needs delay.h
12698 * olpc_dcon_xo_1_5 needs delay.h
12699 * Update dropped.txt for Oneiric
12700
12701 [ Steve Langasek ]
12702
12703 * [Config] Make linux-libc-dev coinstallable under multiarch
12704 - LP: #750585
12705
12706 [ Upstream Kernel Changes ]
12707
12708 * x86, hibernate: Initialize mmu_cr4_features during boot
12709 - LP: #752870
12710
12711 [ Major Kernel Changes ]
12712
12713 * rebase from v2.6.39-rc1 to v2.6.39-rc2
12714
12715 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 06 Apr 2011 11:04:15 -0700
12716
12717 linux (2.6.39-0.1) oneiric; urgency=low
12718
12719 [ Brad Figg ]
12720
12721 * [Config] Set CONFIG_NR_CPUS=256 for amd64 generic
12722 - LP: #737124
12723
12724 [ Henrik Rydberg ]
12725
12726 * SAUCE: HID: hid-ntrig: add support for 1b96:0006 model
12727 * SAUCE: HID: ntrig: fix suspend/resume on recent models
12728
12729 [ Herton Ronaldo Krzesinski ]
12730
12731 * SAUCE: (drop after 2.6.39) v4l: make sure drivers supply a zeroed
12732 struct v4l2_subdev
12733 - LP: #745213
12734
12735 [ Kees Cook ]
12736
12737 * [Config] packaging: adjust perms on vmlinuz as well
12738 * SAUCE: nx-emu: further clarify dmesg reporting
12739 - LP: #745181
12740
12741 [ Leann Ogasawara ]
12742
12743 * rebase to v2.6.39-rc1
12744 * [Config] updateconfigs following rebase to v2.6.39-rc1
12745 * [Config] Disable CONFIG_DM_RAID45
12746 * [Config] Disable CONFIG_SCSI_ISCSITARGET
12747 * [Config] Disable CONFIG_EASYCAP
12748 * [Config] Disable CONFIG_AUFS_FS
12749 * update bnx2 firmware files in d-i/firmware/nic-modules
12750 * xhci-pci.c resolve implicit declaration of kzalloc
12751 * [Config] Enable CONFIG_DRM_PSB for only x86
12752 * [Config] Enable CONFIG_RTS_PSTOR for only x86
12753 * mfd/asic3: Fix typo, s/irq_data/data/
12754
12755 [ Luke Yelavich ]
12756
12757 * [Config] Disable CONFIG_CRASH_DUMP on 32-bit powerpc kernels
12758 - LP: #745358
12759 * [Config] Disable CONFIG_DRM_RADEON_KMS on powerpc kernels
12760 * [Config] Build some framebuffer drivers as modules for powerpc kernels.
12761
12762 [ Manoj Iyer ]
12763
12764 * SAUCE: thinkpad-acpi: module autoloading for newer Lenovo ThinkPads.
12765 - LP: #745217
12766
12767 [ Tim Gardner ]
12768
12769 * SAUCE: INR_OPEN=4096
12770 - LP: #663090
12771 * SAUCE: Increase the default hard limit for open FDs to 4096
12772 - LP: #663090
12773
12774 [ Upstream Kernel Changes ]
12775
12776 * (drop after 2.6.39-rc1) arm: versatile : Fix typo introduced in irq
12777 namespace cleanup
12778 * (drop after 2.6.39-rc1) [media] staging: altera-jtag needs delay.h
12779 * ALSA: pcm: fix infinite loop in snd_pcm_update_hw_ptr0()
12780
12781 [ Major Kernel Changes ]
12782
12783 * rebase from v2.6.38 to v2.6.39-rc1
12784
12785 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:50:10 -0700
12786
12787 linux (2.6.39-0.0) oneiric; urgency=low
12788
12789 [ Leann Ogasawara ]
12790
12791 * Open Oneiric
12792
12793 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 31 Mar 2011 12:29:23 -0700
12794
12795 linux (2.6.38-7.39) natty; urgency=low
12796
12797 [ Leann Ogasawara ]
12798
12799 * No change upload. This is just to rebuild with gcc-4.5.2-7ubuntu1.
12800
12801 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Mar 2011 09:27:45 -0700
12802
12803 linux (2.6.38-7.38) natty; urgency=low
12804
12805 [ Leann Ogasawara ]
12806
12807 * No change upload take 2. 2.6.38-7.37 was accidentally uploaded before
12808 gcc-4.5.2-6ubuntu5 finished building on all arches.
12809
12810 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 22 Mar 2011 06:12:47 -0700
12811
12812 linux (2.6.38-7.37) natty; urgency=low
12813
12814 [ Leann Ogasawara ]
12815
12816 * No change upload. This is just to rebuild with gcc-4.5.2-6ubuntu5.
12817
12818 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 20 Mar 2011 16:02:48 -0700
12819
12820 linux (2.6.38-7.36) natty; urgency=low
12821
12822 [ Andy Whitcroft ]
12823
12824 * Revert "SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler
12825 optimisation"
12826 * purge last vestiges of maverick
12827 * [Config] switch CONFIG_FB_VESA back to module
12828
12829 [ Chris Wilson ]
12830
12831 * SAUCE: drm/i915: Fix pipelined fencing
12832 - LP: #717114
12833
12834 [ Loïc Minier ]
12835
12836 * Include nls_cp437 module in virtual for fat
12837 - LP: #732046
12838 * Support arch= cross-compilation for any arch
12839 * Fix couple of typos in 0-common-vars.mk
12840 * Enforce DEFAULT_MMAP_MIN_ADDR on armhf
12841 * Add armhf to Debian -> Linux arch map
12842 * Add initial armhf.mk
12843 * Enable common packages for armhf
12844
12845 [ Upstream Kernel Changes ]
12846
12847 * Yama: fix default relationship to check thread group
12848 - LP: #737676
12849
12850 -- Andy Whitcroft <apw@canonical.com> Fri, 18 Mar 2011 18:18:02 +0000
12851
12852 linux (2.6.38-7.35) natty; urgency=low
12853
12854 [ Andy Whitcroft ]
12855
12856 * rebase to 2fbfac4e053861925fa3fffcdc327649b09af54c
12857 * rebase fixes bug #715330
12858 * [Config] disable CONFIG_SCSI_QLA_ISCSI for powerpc 32bit to fix FTBS
12859 * rebase to v2.6.38 final
12860
12861 [ Herton Ronaldo Krzesinski ]
12862
12863 * SAUCE: Apply OPTION_BLACKLIST_SENDSETUP also for ZTE MF626
12864 - LP: #636091
12865
12866 [ Tim Gardner ]
12867
12868 * [Confg] CONFIG_BOOT_PRINTK_DELAY=y
12869
12870 [ Upstream Kernel Changes ]
12871
12872 * Yama: use thread group leader when creating match
12873 - LP: #729839
12874 * (drop after 2.6.38) ahci: AHCI mode SATA patch for Intel Patsburg SATA
12875 RAID controller
12876 - LP: #735240
12877 * (drop after v2.6.38) x86, quirk: Fix SB600 revision check
12878
12879 [ Major Kernel Changes ]
12880
12881 * rebase from v2.6.38-rc8 to v2.6.38 final
12882 - LP: #715330
12883
12884 -- Andy Whitcroft <apw@canonical.com> Tue, 15 Mar 2011 19:04:19 +0000
12885
12886 linux (2.6.38-6.34) natty; urgency=low
12887
12888 [ Andy Whitcroft ]
12889
12890 * [Config] normalise CONFIG_INTEL_TXT
12891 * SAUCE: KLUDGE: work around failed 'shrink-wrap' compiler optimisation
12892 - LP: #730860
12893 * rebase to mainline v2.6.38-rc8
12894
12895 [ Major Kernel Changes ]
12896
12897 * rebase from v2.6.38-rc7 + fb62c00a6d8942775abc23d1621db1252e2d93d1
12898 to v2.6.38-rc8
12899
12900 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Mar 2011 11:54:48 +0000
12901
12902 linux (2.6.38-6.33) natty; urgency=low
12903
12904 [ Andy Whitcroft ]
12905
12906 * d-i -- enable speakup-modules udeb
12907 - LP: #672699
12908 * rebase to 493f3358cb289ccf716c5a14fa5bb52ab75943e5
12909 * [Config] debian PPC64 configuration
12910 * [Config] cleanup powerpc config fixing unexpected inconsistancies
12911 * [Config] resync ppc64 configuration
12912 * SAUCE: match up ENTRY/END naming for 32/64 bit
12913 * rebase to fb62c00a6d8942775abc23d1621db1252e2d93d1
12914 * [Config] update configs after rebase to
12915 fb62c00a6d8942775abc23d1621db1252e2d93d1
12916 * [Config] pps_gen_parport no longer built
12917
12918 [ Corentin Chary ]
12919
12920 * SAUCE: (drop after 2.6.38) eeepc-wmi: reorder keymap
12921 - LP: #689393
12922 * SAUCE: (drop after 2.6.38) eeepc-wmi: add wlan key found on 1015P
12923 - LP: #689393
12924
12925 [ John Johansen ]
12926
12927 * SAUCE: Fix aufs calling of security_path_mknod
12928 - LP: #724456
12929
12930 [ Kees Cook ]
12931
12932 * SAUCE: proc: hide kernel addresses via %pK in /proc/<pid>/stack
12933
12934 [ Tim Gardner ]
12935
12936 * rebase to 2.6.38-rc7
12937
12938 [ Upstream Kernel Changes ]
12939
12940 * Revert "drm/i915: fix corruptions on i8xx due to relaxed fencing"
12941
12942 [ Major Kernel Changes ]
12943
12944 * rebase from v2.6.38-rc6 to v2.6.38-rc7 +
12945 fb62c00a6d8942775abc23d1621db1252e2d93d1
12946 - LP: #721389
12947 - LP: #722925
12948 - LP: #723672
12949 - LP: #723676
12950 - LP: #715318
12951
12952 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Mar 2011 15:33:17 +0000
12953
12954 linux (2.6.38-5.32) natty; urgency=low
12955
12956 [ Andy Whitcroft ]
12957
12958 * rebase to mainline 6f576d57f1fa0d6026b495d8746d56d949989161
12959 * [Config] updateconfigs following rebase to v2.6.38-rc6
12960 * [Config] enable CONFIG_DMAR
12961 - LP: #552311
12962
12963 [ Upstream Kernel Changes ]
12964
12965 * drm/i915: skip FDI & PCH enabling for DP_A
12966 - LP: #561802, #600453, #681877
12967
12968 [ Major Kernel Changes ]
12969
12970 * rebase from v2.6.38-rc5 to v2.6.38-rc6
12971 - LP: #718402
12972 - LP: #719524
12973 - LP: #721126
12974 - LP: #719691
12975 - LP: #722689
12976 - LP: #722310
12977
12978 -- Andy Whitcroft <apw@canonical.com> Tue, 22 Feb 2011 13:28:39 +0000
12979
12980 linux (2.6.38-4.31) natty; urgency=low
12981
12982 [ Andy Whitcroft ]
12983
12984 * add in bugs closed by upstream patches pulled in by rebases
12985 * rebase to 795abaf1e4e188c4171e3cd3dbb11a9fcacaf505
12986 * [Config] enable CONFIG_VSX to allow use of vector instuctions
12987 * resync with maverick 98defa1c5773a3d7e4c524967eb01d5bae035816
12988 * rebase to mainline v2.6.38-rc5
12989 * SAUCE: ecryptfs: read on a directory should return EISDIR if not
12990 supported
12991 - LP: #719691
12992
12993 [ Colin Ian King ]
12994
12995 * SAUCE: Dell All-In-One: Remove need for Dell module alias
12996
12997 [ Manoj Iyer ]
12998
12999 * SAUCE: (drop after 2.6.38) add ricoh 0xe823 pci id.
13000 - LP: #717435
13001
13002 [ Tim Gardner ]
13003
13004 * [Config] CONFIG_CRYPTO_CRC32C_INTEL=y
13005
13006 [ Upstream Kernel Changes ]
13007
13008 * Quirk to fix suspend/resume on Lenovo Edge 11,13,14,15
13009 - LP: #702434
13010 * vfs: fix BUG_ON() in fs/namei.c:1461
13011
13012 [ Vladislav P ]
13013
13014 * SAUCE: Release BTM while sleeping to avoid deadlock.
13015 - LP: #713837
13016
13017 [ Major Kernel Changes ]
13018
13019 * rebase from v2.6.38-rc4 to v2.6.38-rc5
13020 - LP: #579276
13021 - LP: #715877
13022 - LP: #713769
13023 - LP: #716811
13024 * resync with Maverick Ubuntu-2.6.35-27.47
13025
13026 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Feb 2011 17:24:09 +0000
13027
13028 linux (2.6.38-3.30) natty; urgency=low
13029
13030 [ Andy Whitcroft ]
13031
13032 * rebase to v2.6.38-rc4
13033 * ppc64 -- add basic architecture
13034 * ubuntu: AUFS -- update to 65835da20b77c98fb538c9114fc31f5de1328230
13035
13036 [ Colin Ian King ]
13037
13038 * SAUCE: Add WMI hotkeys support for Dell All-In-One series
13039 - LP: #676997
13040 * SAUCE: Add WMI hotkeys support for another Dell All-In-One series
13041 - LP: #701530
13042 * SAUCE: Dell WMI: Use sparse keymaps and tidy up code.
13043 - LP: #701530
13044
13045 [ Dan Rosenberg ]
13046
13047 * SAUCE: (drop after 2.6.38) Convert net %p usage %pK
13048
13049 [ Kees Cook ]
13050
13051 * Revert "SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of
13052 attacking"
13053 * SAUCE: (drop after 2.6.38) use %pK for /proc/kallsyms and /proc/modules
13054
13055 [ Tim Gardner ]
13056
13057 * [Config] CONFIG_BLK_CGROUP=y
13058 - LP: #706394
13059 * [Config] CONFIG_DELL_WMI_AIO=m
13060
13061 [ Upstream Kernel Changes ]
13062
13063 * drm/i915/lvds: Restore dithering on native modes for gen2/3
13064 - LP: #711568
13065
13066 [ Upstream Kernel Changes ]
13067
13068 * rebase from v2.6.38-rc3 to v2.6.38-rc4.
13069 - LP: #701271
13070 - LP: #708521
13071 - LP: #710371
13072
13073 -- Andy Whitcroft <apw@canonical.com> Tue, 08 Feb 2011 02:07:18 +0000
13074
13075 linux (2.6.38-2.29) natty; urgency=low
13076
13077 [ Andy Whitcroft ]
13078
13079 * rebase to 1f0324caefd39985e9fe052fac97da31694db31e
13080 * [Config] updateconfigs following rebase to
13081 1f0324caefd39985e9fe052fac97da31694db31e
13082 * rebase to 70d1f365568e0cdbc9f4ab92428e1830fdb09ab0
13083 * [Config] reenable HIBERNATE
13084 - LP: #710877
13085 * rebase to v2.6.38-rc3
13086 * [Config] reenable CONFIG_CRASH_DUMP
13087
13088 [ Kamal Mostafa ]
13089
13090 * SAUCE: rtl8192se: fix source file perms
13091 * SAUCE: rtl8192se: fix source file newline
13092 * SAUCE: omnibook: fix source file newline
13093
13094 [ Kees Cook ]
13095
13096 * [Config] packaging: really make System.map mode 0600
13097
13098 [ Ricardo Salveti de Araujo ]
13099
13100 * SAUCE: OMAP3630: PM: don't warn the user with a trace in case of
13101 PM34XX_ERRATUM
13102
13103 [ Soren Hansen ]
13104
13105 * SAUCE: nbd: Remove module-level ioctl mutex
13106
13107 [ Tim Gardner ]
13108
13109 * SAUCE: Disable building the ACPI debugfs source
13110
13111 [ Upstream Kernel Changes ]
13112
13113 * Set physical start and alignment 1M for virtual i386
13114 - LP: #710754
13115
13116 [ Upstream Kernel Changes ]
13117
13118 * rebase from v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13119 to v2.6.38-rc3
13120 - LP: #707902
13121
13122 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 16:30:32 +0000
13123
13124 linux (2.6.38-1.28) natty; urgency=low
13125
13126 [ Andy Whitcroft ]
13127
13128 * ubuntu: AUFS -- update to b1cee06249dfa0ab30951e7f06490a75c155b620
13129
13130 [ Ricardo Salveti de Araujo ]
13131
13132 * SAUCE: omap3: beaglexm: fix DVI initialization
13133 * [Config] omap: move CONFIG_PANEL_GENERIC_DPI to build in to make
13134 display work at Beagle
13135
13136 -- Andy Whitcroft <apw@canonical.com> Fri, 28 Jan 2011 10:51:57 +0000
13137
13138 linux (2.6.38-1.27) natty; urgency=low
13139
13140 [ Andy Whitcroft ]
13141
13142 * ubuntu: AUFS -- update aufs-update to track new locations of headers
13143 * ubuntu: AUFS -- update to c5021514085a5d96364e096dbd34cadb2251abfd
13144 * SAUCE: ensure root is ready before running usermodehelpers in it
13145 * correct the Vcs linkage to point to natty
13146 * rebase to linux tip e78bf5e6cbe837daa6ab628a5f679548742994d3
13147 * [Config] update configs following rebase
13148 e78bf5e6cbe837daa6ab628a5f679548742994d3
13149 * SAUCE: Yama: follow changes to generic_permission
13150 * ubuntu: compcache -- follow changes to bd_claim/bd_release
13151 * ubuntu: iscsitarget -- follow changes to open_bdev_exclusive
13152 * ubuntu: ndiswrapper -- fix interaction between __packed and packed
13153 * ubuntu: AUFS -- update to 806051bcbeec27748aae2b7957726a4e63ff308e
13154 * update package version to match payload version
13155 * rebase to e6f597a1425b5af64917be3448b29e2d5a585ac8
13156 * rebase to v2.6.38-rc1
13157 * [Config] updateconfigs following rebase to v2.6.38-rc1
13158 * SAUCE: x86 fix up jiffies/jiffies_64 handling
13159 * rebase to linus tip 2b1caf6ed7b888c95a1909d343799672731651a5
13160 * [Config] updateconfigs following rebase to
13161 2b1caf6ed7b888c95a1909d343799672731651a5
13162 * [Config] disable CONFIG_TRANSPARENT_HUGEPAGE to fix i386 boot crashes
13163 * ubuntu: AUFS -- suppress benign plink warning messages
13164 - LP: #621195
13165 * [Config] CONFIG_NR_CPUS=256 for amd64 -server flavour
13166 * rebase to v2.6.38-rc2
13167 * rebase to mainline d315777b32a4696feb86f2a0c9e9f39c94683649
13168 * rebase to c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13169 * [Config] update configs following rebase to
13170 c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13171 * [Config] disable CONFIG_AD7152 to fix FTBS on armel versatile
13172 * [Config] disable CONFIG_AD7150 to fix FTBS on armel versatile
13173 * [Config] disable CONFIG_RTL8192CE to fix FTBS on armel omap
13174 * [Config] disable CONFIG_MANTIS_CORE to fix FTBS on armel versatile
13175
13176 [ Kees Cook ]
13177
13178 * SAUCE: kernel: make /proc/kallsyms mode 400 to reduce ease of attacking
13179
13180 [ Stefan Bader ]
13181
13182 * Temporarily disable RODATA for virtual i386
13183 - LP: #699828
13184
13185 [ Tim Gardner ]
13186
13187 * [Config] CONFIG_NLS_DEFAULT=utf8
13188 - LP: #683690
13189 * [Config] CONFIG_HIBERNATION=n
13190 * update bnx2 firmware files in d-i/firmware/nic-modules
13191
13192 [ Upstream Kernel Changes ]
13193
13194 * Revert "drm/radeon/bo: add some fallback placements for VRAM only
13195 objects."
13196 * packaging: make System.map mode 0600
13197 * thinkpad_acpi: Always report scancodes for hotkeys
13198 - LP: #702407
13199 * sched: tg->se->load should be initialised to tg->shares
13200 * Input: sysrq -- ensure sysrq_enabled and __sysrq_enabled are consistent
13201 * brcm80211: include linux/slab.h for kfree
13202 * pch_dma: add include/slab.h for kfree
13203 * i2c-eg20t: include linux/slab.h for kfree
13204 * gpio/ml_ioh_gpio: include linux/slab.h for kfree
13205 * tty: include linux/slab.h for kfree
13206 * winbond: include linux/delay.h for mdelay et al
13207
13208 [ Upstream Kernel Changes ]
13209
13210 * mark the start of v2.6.38 versioning
13211 * rebase v2.6.37 to v2.6.38-rc2 + c723fdab8aa728dc2bf0da6a0de8bb9c3f588d84
13212 - LP: #689886
13213 - LP: #702125
13214 - LP: #608775
13215 - LP: #215802
13216 - LP: #686333
13217 - LP: #677830
13218 - LP: #677652
13219 - LP: #696493
13220 - LP: #697240
13221 - LP: #689036
13222 - LP: #705323
13223 - LP: #686692
13224
13225 -- Andy Whitcroft <apw@canonical.com> Sun, 09 Jan 2011 13:44:52 +0000
13226
13227 linux (2.6.37-12.26) natty; urgency=low
13228
13229 [ Andy Whitcroft ]
13230
13231 * rebase to v2.6.37-rc8
13232 * [Config] armel -- reenable omap flavour
13233 * [Config] disable CONFIG_MACH_OMAP3517EVM to fix FTBS on armel omap
13234 * [Config] disable CONFIG_GPIO_VX855 to fix FTBS on omap armel
13235 * [Config] disable CONFIG_WESTBRIDGE_ASTORIA to fix FTBS on omap armel
13236 * [Config] disable CONFIG_TI_DAVINCI_EMAC to fix FTBS on omap armel
13237 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13238 * [Config] track missing modules
13239 * rebase to v2.6.37 final
13240
13241 [ Chase Douglas ]
13242
13243 * SAUCE: (drop after 2.6.37) HID: magicmouse: Don't report REL_{X, Y} for
13244 Magic Trackpad
13245
13246 [ Stefan Bader ]
13247
13248 * Revert "SAUCE: blkfront: default to sd devices"
13249 - LP: #684875
13250
13251 [ Tim Gardner ]
13252
13253 * Revert "SAUCE: (no-up) libata: Ignore HPA by default."
13254 - LP: #380138
13255 * [Config] Added autofs4.ko to -virtual flavour
13256 - LP: #692917
13257
13258 [ Upstream Kernel Changes ]
13259
13260 * Add support for Intellimouse Mode in ALPS touchpad on Dell E2 series
13261 Laptops
13262 - LP: #632884
13263
13264 [ Upstream Kernel Changes ]
13265
13266 * rebase to v2.6.37-rc8
13267 * rebase to mainline 989d873fc5b6a96695b97738dea8d9f02a60f8ab
13268 * rebase to v2.6.37 final
13269
13270 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Dec 2010 18:34:13 +0000
13271
13272 linux (2.6.37-11.25) natty; urgency=low
13273
13274 [ Andy Whitcroft ]
13275
13276 * [Config] d-i -- add hpsa to the list of block devices
13277 - LP: #684304
13278 * [Config] add vmw-balloon driver to -virtual flavour
13279 - LP: #592039
13280 * rebase to v2.6.37-rc7
13281
13282 [ Upstream Kernel Changes ]
13283
13284 * rebase to v2.6.37-rc7
13285
13286 -- Andy Whitcroft <apw@canonical.com> Tue, 21 Dec 2010 13:35:28 +0000
13287
13288 linux (2.6.37-10.24) natty; urgency=low
13289
13290 [ Andy Whitcroft ]
13291
13292 * rebase to v2.6.37-rc6
13293 * updateconfigs following rebase to v2.6.37-rc6
13294
13295 [ Upstream Kernel Changes ]
13296
13297 * rebase to v2.6.37-rc6
13298
13299 -- Andy Whitcroft <apw@canonical.com> Thu, 16 Dec 2010 12:34:19 +0000
13300
13301 linux (2.6.37-9.23) natty; urgency=low
13302
13303 [ Andy Whitcroft ]
13304
13305 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks
13306 - LP: #689606
13307 * SAUCE: vt -- fix handoff numbering to 1..n and add range checks (grub)
13308 - LP: #689606
13309
13310 [ Kees Cook ]
13311
13312 * SAUCE: RO/NX protection for loadable kernel, fix ftrace
13313 - LP: #690190
13314
13315 -- Andy Whitcroft <apw@canonical.com> Wed, 15 Dec 2010 19:29:57 +0000
13316
13317 linux (2.6.37-9.22) natty; urgency=low
13318
13319 [ Andy Whitcroft ]
13320
13321 * rebase to v2.6.35-rc5
13322 * [Config] updateconfigs following rebase to v2.6.37-rc5
13323 * (no-up) add support for installed header files to ubuntu directory
13324 - LP: #684666
13325 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13326 - LP: #684666
13327 * ubuntu: dm-raid4-5 -- follow changes to bio flags
13328 * ubuntu: dm-raid4-5 -- re-enable
13329 * ubuntu: omnibook -- update BOM
13330 * ubuntu: ndiswrapper -- update BOM to match actual version
13331 * ubuntu: ndiswrapper -- follow removal of the BKL and locked ioctl
13332 * ubuntu: ndiswrapper -- re-enable
13333 * ubuntu: iscsitarget -- re-instate copy_io_context
13334 * ubuntu: iscsitarget -- follow changes to semaphore initialisation
13335 * ubuntu: iscsitarget -- convert NIPQUAD to %pI4
13336 * ubuntu: iscsitarget -- re-enable
13337
13338 [ Kees Cook ]
13339
13340 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13341
13342 [ Manoj Iyer ]
13343
13344 * SAUCE: Enable jack sense for Thinkpad Edge 13
13345 - LP: #685015
13346
13347 [ Tim Gardner ]
13348
13349 * [Config] CONFIG_9P_FSCACHE=y,CONFIG_9P_FS_POSIX_ACL=y
13350 * [Config] CONFIG_CRYPTO_CRC32C=y
13351 - LP: #681819
13352 * [Config] CONFIG_9P_FSCACHE=n
13353 * [Config] Add nfsd modules to -virtual flavour
13354 - LP: #688070
13355
13356 [ Upstream Kernel Changes ]
13357
13358 * Revert "Staging: zram: work around oops due to startup ordering snafu"
13359 * NFS: Fix panic after nfs_umount()
13360 - LP: #683938
13361 * x86: Add NX protection for kernel data
13362 * x86: Add RO/NX protection for loadable kernel modules
13363 * x86: Resume trampoline must be executable
13364 * x86: RO/NX protection for loadable kernel, jump_table fix
13365
13366 [ Upstream Kernel Changes ]
13367
13368 * rebase to v2.6.37-rc5
13369
13370 -- Andy Whitcroft <apw@canonical.com> Thu, 09 Dec 2010 18:15:35 +0000
13371
13372 linux (2.6.37-8.21) natty; urgency=low
13373
13374 [ Andy Whitcroft ]
13375
13376 * Revert "ubuntu: AUFS -- include the aufs_types.h file in
13377 linux-libc-headers"
13378 * Revert "(no-up) add support for installed header files to ubuntu
13379 directory"
13380
13381 -- Andy Whitcroft <apw@canonical.com> Sun, 05 Dec 2010 17:33:28 +0000
13382
13383 linux (2.6.37-8.20) natty; urgency=low
13384
13385 [ Andy Whitcroft ]
13386
13387 * Revert "[Upstream] drivers/serial/mfd.c: Fix ARM compile error"
13388 * Revert "SAUCE: Nouveau: Disable acceleration on MacBook Pros"
13389 * Revert "SAUCE: Nouveau: Add quirk framework to disable acceleration"
13390 * Revert "SAUCE: i915 -- disable powersave by default"
13391 * SAUCE: enable Marvell 9128 PCIe SATA controller
13392 - LP: #658521
13393 * [Config] evtchn has been renamed
13394 * (no-up) add support for installed header files to ubuntu directory
13395 - LP: #684666
13396 * ubuntu: AUFS -- include the aufs_types.h file in linux-libc-headers
13397 - LP: #684666
13398
13399 [ Tim Gardner ]
13400
13401 * [Config] MISS: evtchn, NEW : xen-evtchn
13402 * rebase to v2.6.37-rc4
13403
13404 [ Upstream Kernel Changes ]
13405
13406 * drm/i915: Clean conflicting modesetting registers upon init
13407 - LP: #683775
13408 * rebase to v2.6.37-rc4
13409
13410 -- Andy Whitcroft <apw@canonical.com> Fri, 03 Dec 2010 18:42:07 +0000
13411
13412 linux (2.6.37-7.19) natty; urgency=low
13413
13414 [ Tim Gardner ]
13415
13416 * [Config] Add bnx2 firmware to nic-modules udeb
13417 - LP: #676245
13418
13419 -- Andy Whitcroft <apw@canonical.com> Fri, 26 Nov 2010 17:53:45 +0000
13420
13421 linux (2.6.37-7.18) natty; urgency=low
13422
13423 [ Andy Whitcroft ]
13424
13425 * Revert "[Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID"
13426 * Revert "SAUCE: Add extra headers to linux-libc-dev"
13427 * Revert "SAUCE: Enable speedstep for sonoma processors."
13428 * [Config] enable CONFIG_BT_HCIUART_ATH3K
13429 * [Config] enable CONFIG_IWLWIFI_DEBUGFS
13430 * [Config] standardise CONFIG_MII
13431 * [Config] standardise CONFIG_PRISM2_USB
13432 * [Config] standardise CONFIG_SCSI_QLA_ISCSI
13433 * [Config] build in CONFIG_AGP
13434 * [Config] build in CONFIG_AGP_INTEL
13435 * [Config] build in CONFIG_AGP_AMD
13436 * [Config] build in CONFIG_AGP_AMD64
13437 * [Config] build in CONFIG_AGP_NVIDIA
13438 * [Config] build in CONFIG_AGP_VIA
13439 * [Config] disable CONFIG_SCSI_QLA_ISCSI for FTBS (arm)
13440 * (no-up): document the new ## scheme
13441 * [Config] harmonise CONFIG_SERIAL_8250_NR_UARTS
13442 * [Config] update CONFIG_SERIAL_8250_RUNTIME_UARTS=32
13443 - LP: #675453
13444
13445 [ Mathieu J. Poirier ]
13446
13447 * SAUCE: ARM: Adding vdd_sdi regulator supply to OMAP3EVM
13448
13449 [ Upstream Kernel Changes ]
13450
13451 * nx-emu: fix inverted report of disable_nx
13452
13453 -- Andy Whitcroft <apw@canonical.com> Tue, 23 Nov 2010 21:00:39 +0000
13454
13455 linux (2.6.37-6.17) natty; urgency=low
13456
13457 [ Andy Whitcroft ]
13458
13459 * Revert "ubuntu: AUFS -- aufs2-standalone.patch
13460 aufs2.1-36-UNRELEASED-20101103"
13461 * Revert "ubuntu: AUFS -- aufs2-base.patch
13462 aufs2.1-36-UNRELEASED-20101103"
13463 * [Config] standardise CONFIG_BT
13464 * [Config] standardise CONFIG_IRDA
13465 * [Config] standardise CONFIG_LAPB
13466 * [Config] standardise CONFIG_RDS
13467 * [Config] standardise CONFIG_RFKILL
13468 * [Config] standardise CONFIG_TIPC
13469 * [Config] standardise CONFIG_X25
13470 * [Config] standardise CONFIG_INPUT_EVDEV
13471 * [Config] standardise CONFIG_INPUT_JOYDEV
13472 * [Config] standardise CONFIG_INPUT_JOYSTICK
13473 * [Config] standardise CONFIG_INPUT_TOUCHSCREEN
13474 * [Config] CONFIG_INPUT_TOUCHSCREEN=n for FTBS (arm)
13475 * [Config] CONFIG_IRDA=n for FTBS (arm)
13476 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-37
13477 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-37
13478 * ubuntu: AUFS -- update to 097bf62d6f49619359d34bf17f242df38562489a
13479
13480 [ Tim Gardner ]
13481
13482 * SAUCE: Fix drivers/staging/easycap FTBS
13483 * [Config] CONFIG_EASYCAP=m after fixing FTBS
13484
13485 [ Upstream Kernel Changes ]
13486
13487 * Revert "x86: Add NX protection for kernel data"
13488
13489 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 18:09:10 +0000
13490
13491 linux (2.6.37-6.16) natty; urgency=low
13492
13493 [ Andy Whitcroft ]
13494
13495 * Revert "[Config] update config for CONFIG_DEBUG_SET_MODULE_RONX"
13496 * rebase to v2.6.37-rc3
13497
13498 [ Tim Gardner ]
13499
13500 * [Config] CONFIG_SCHED_AUTOGROUP=y
13501
13502 [ Upstream Kernel Changes ]
13503
13504 * Revert "x86: Add RO/NX protection for loadable kernel modules"
13505 * sched: automated per session task groups
13506 * rebase to v2.6.37-rc3
13507
13508 -- Andy Whitcroft <apw@canonical.com> Mon, 22 Nov 2010 10:11:13 +0000
13509
13510 linux (2.6.37-6.15) natty; urgency=low
13511
13512 [ Andy Whitcroft ]
13513
13514 * [Config] standardise CONFIG_CEPH_FS
13515 * [Config] standardise CONFIG_SCSI_LPFC_DEBUG_FS
13516 * [Config] standardise CONFIG_SCSI_PROC_FS
13517 * [Config] standardise CONFIG_UBIFS_FS
13518 * [Config] standardise CONFIG_USB_GADGET_DEBUG_FS
13519
13520 [ Kees Cook ]
13521
13522 * [Config] update config for CONFIG_DEBUG_SET_MODULE_RONX
13523
13524 [ Manoj Iyer ]
13525
13526 * SAUCE: Enable jack sense for Thinkpad Edge 11
13527 - LP: #677210
13528 * SAUCE: enable rfkill for rtl8192se driver
13529 - LP: #640992
13530
13531 [ Tim Gardner ]
13532
13533 * [Config] CONFIG_EASYCAP=n for FTBS
13534 * Rebase to v2.6.32-rc2+git
13535
13536 [ Upstream Kernel Changes ]
13537
13538 * x86: Fix improper large page preservation
13539 * x86: Add NX protection for kernel data
13540 * x86: Add RO/NX protection for loadable kernel modules
13541
13542 [ Upstream Kernel Changes ]
13543
13544 * Rebase to Linus 2.6.37-rc2+git
13545
13546 -- Andy Whitcroft <apw@canonical.com> Sat, 20 Nov 2010 11:40:00 +0000
13547
13548 linux (2.6.37-5.14) natty; urgency=low
13549
13550 [ Upstream Kernel Changes ]
13551
13552 * PCI: fix offset check for sysfs mmapped files
13553 - LP: #676963
13554
13555 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Nov 2010 18:12:27 +0000
13556
13557 linux (2.6.37-5.13) natty; urgency=low
13558
13559 [ Andy Whitcroft ]
13560
13561 * rebased to v2.6.37-rc2
13562 * updateconfigs following rebase to v2.6.37-rc2
13563
13564 [ Tim Gardner ]
13565
13566 * [Config] Added NFS and related modules to virtual flavour
13567 - LP: #659084
13568
13569 [ Upstream Kernel Changes ]
13570
13571 * x86, cpu: Rename verify_cpu_64.S to verify_cpu.S
13572 * x86, cpu: Clear XD_DISABLED flag on Intel to regain NX
13573 * x86, cpu: Call verify_cpu during 32bit CPU startup
13574 * x86, cpu: Only CPU features determine NX capabilities
13575
13576 [ Upstream Changes ]
13577
13578 * rebased to v2.67.37-rc2
13579
13580 -- Andy Whitcroft <apw@canonical.com> Tue, 16 Nov 2010 13:13:29 +0000
13581
13582 linux (2.6.37-4.12) natty; urgency=low
13583
13584 [ Andy Whitcroft ]
13585
13586 * Revert "[Upstream] HID: magicmouse: add param for scroll speed"
13587 * Revert "[Upstream] HID: magicmouse: properly account for scroll
13588 movement in state"
13589 * Revert "[Upstream] HID: magicmouse: disable and add module param for
13590 scroll acceleration"
13591 * Revert "[Upstream] HID: magicmouse: scroll on entire surface, not just
13592 middle of mouse"
13593
13594 [ Henrik Rydberg ]
13595
13596 * SAUCE: hid: ntrig: remove sysfs nodes
13597 * SAUCE: hid: ntrig: Setup input filtering manually
13598 * SAUCE: hid: ntrig: New ghost-filtering event logic
13599
13600 [ Manoj Iyer ]
13601
13602 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13603 - LP: #348861
13604
13605 [ Upstream Kernel Changes ]
13606
13607 * Revert "mmc: fix all hangs related to mmc/sd card insert/removal during
13608 suspend/resume"
13609 * Revert "[ARM] implement arch_randomize_brk()"
13610 * Revert "ARM: stack protector: change the canary value per task"
13611 * Revert "ARM: initial stack protector (-fstack-protector) support"
13612 * Revert "ALSA: hda - Handle pin NID 0x1a on ALC259/269"
13613 * Revert "ALSA: hda - Handle missing NID 0x1b on ALC259 codec"
13614 * Revert "perf probe: Add kernel source path option"
13615 * hid: ntrig: Support single-touch devices
13616 * hid: ntrig: Mask pen switch events
13617 * net: rtnetlink.h -- only include linux/netdevice.h when used by the
13618 kernel
13619 - LP: #673073
13620 * Fix userspace build of linux/fs.h
13621
13622 -- Andy Whitcroft <apw@canonical.com> Mon, 15 Nov 2010 19:31:44 +0000
13623
13624 linux (2.6.37-3.11) natty; urgency=low
13625
13626 [ Andy Whitcroft ]
13627
13628 * Revert "ubuntu: AUFS -- update to
13629 b37c575759dc4535ccc03241c584ad5fe69e3b25"
13630 * Revert "ubuntu: AUFS -- track changes to the arguements to fop fsync()"
13631 * Revert "ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601"
13632 * Revert "ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601"
13633 * Revert "ubuntu: AUFS -- aufs2 base patch for linux-2.6.34"
13634 * [Config] Disable intel_idle for -virtual kernels
13635 - LP: #651370
13636 * [Config] enforcer -- ensure we never enable CONFIG_IMA
13637 * debian -- pass the correct flavour name when checking configs
13638 * [Config] enforcer -- ensure CONFIG_INTEL_IDLE is off for -virtual
13639 * [Config] ensure CONFIG_IPV6=y for powerpc
13640 * [Config] enforcer -- ensure CONFIG_IPV6=y
13641 * ubuntu: AUFS -- aufs2-base.patch aufs2.1-36-UNRELEASED-20101103
13642 * ubuntu: AUFS -- aufs2-standalone.patch aufs2.1-36-UNRELEASED-20101103
13643 * ubuntu: AUFS -- update to aufs2.1-36-UNRELEASED-20101103
13644 * ubuntu: AUFS -- re-enable
13645 * ubuntu: AUFS -- track changes to work queue initialisation
13646 * ubuntu: AUFS -- track changes to llseek in v2.6.37-rc1
13647 * SAUCE: fbcon -- fix race between open and removal of framebuffers
13648 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13649 - LP: #614008
13650 * SAUCE: drm -- stop early access to drm devices
13651
13652 [ Jeremy Kerr ]
13653
13654 * [Config] Build-in powermac ZILOG serial driver
13655 - LP: #673346
13656
13657 [ Kees Cook ]
13658
13659 * SAUCE: nx-emu: use upstream ASLR when possible
13660
13661 [ Tim Gardner ]
13662
13663 * [Config] Use correct be2iscsi module name in d-i/modules/scsi-modules
13664 - LP: #628776
13665
13666 [ Upstream Kernel Changes ]
13667
13668 * i386: NX emulation
13669 * nx-emu: drop exec-shield sysctl, merge with disable_nx
13670 * nx-emu: standardize boottime message prefix
13671 * mmap randomization for executable mappings on 32-bit
13672 * exec-randomization: brk away from exec rand area
13673
13674 -- Andy Whitcroft <apw@canonical.com> Thu, 11 Nov 2010 23:46:37 +0000
13675
13676 linux (2.6.37-2.10) natty; urgency=low
13677
13678 [ Andy Whitcroft ]
13679
13680 * reinstate armel config changes:
13681 * [Config] CONFIG_GPIO_PCH=n for armel FTBS
13682 * [Config] CONFIG_GPIO_VX855=n for armel FTBS
13683
13684 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Nov 2010 22:20:35 +0000
13685
13686 linux (2.6.37-2.9) natty; urgency=low
13687
13688 [ Andy Whitcroft ]
13689
13690 * config -- fix genportsconfig
13691 * [Config] move powerpc over from ports to distro
13692 * bump master version number to match contained kernel
13693 * SAUCE: fix documentation strings for struct input_keymap_entry
13694 * usb: gadget: goku_udc: add registered flag bit
13695
13696 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Nov 2010 15:14:11 +0000
13697
13698 linux (2.6.36-2.8) natty; urgency=low
13699
13700 [ Tim Gardner ]
13701
13702 * [Config]: fix changed CONFIG_SYSFS_DEPRECATED_V2 enforcement rules
13703 * [Config]: TWL4030_CORE=n for FTBS
13704 * [Config]: CONFIG_ATH6K_LEGACY=n for FTBS
13705 * [Config]: CONFIG_SOLO6X10=n for FTBS
13706 * [Config]: CONFIG_GPIO_PCH=n for armel FTBS
13707 * [Config]: CONFIG_GPIO_VX855=n for armel FTBS
13708 * [Config]: CONFIG_DRM_NOUVEAU=n for armel FTBS
13709 * [Config]: CONFIG_LINE6_USB=n for armel FTBS
13710 * [Config]: CONFIG_SENSORS_AK8975=n for armel FTBS
13711 * [Config]: CONFIG_I2C_I801=n for armel FTBS
13712 * UBUNTU: SAUCE: AppArmor: Fix unpack of network tables.
13713 * AppArmor: compatibility patch for v5 interface
13714 * AppArmor: compatibility patch for v5 network controll
13715 * Dropped (pre-stable): input: Support Clickpad devices in ClickZone mode
13716 * Dropped: UBUNTU: SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13717 * Dropped: UBUNTU: SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
13718 * Dropped: hid: 3m: Convert to MT slots
13719 * Dropped: HID: magicmouse: don't allow hidinput to initialize the device
13720 * Dropped: HID: magicmouse: simplify touch data bit manipulation
13721 * Dropped: HID: magicmouse: simplify touch down logic
13722 * Dropped: HID: magicmouse: enable Magic Trackpad support
13723 * Dropped: UBUNTU: SAUCE: hid: ntrig: remove sysfs nodes
13724 * Dropped: UBUNTU: SAUCE: hid: ntrig: Setup input filtering manually
13725 * Dropped: UBUNTU: SAUCE: hid: ntrig: New ghost-filtering event logic
13726 * Dropped: UBUNTU: SAUCE: hid: ntrig: identify firmware version (wiggled)
13727 * Dropped: UBUNTU: (pre-stable): input: Support Clickpad devices in ClickZone mode
13728 * Dropped: UBUNTU: SAUCE: KMS: cache the EDID information of the LVDS
13729 * Dropped: UBUNTU: SAUCE: fbcon -- fix race between open and removal of framebuffers
13730 * Dropped: UBUNTU: SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
13731 * Dropped: UBUNTU: SAUCE: x86: implement cs-limit nx-emulation for ia32
13732 * Dropped: UBUNTU: SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
13733 * Dropped: UBUNTU: SAUCE: [um] Don't use nx_enabled under UML
13734 * Dropped: UBUNTU: SAUCE: x86: brk away from exec rand area
13735
13736 [ Upstream Kernel Changes ]
13737
13738 * rebased against 2.6.27-rc1
13739
13740 -- Tim Gardner <tim.gardner@canonical.com> Fri, 22 Oct 2010 19:35:05 -0600
13741
13742 linux (2.6.36-1.7) natty; urgency=low
13743
13744 [ Andy Whitcroft ]
13745
13746 * rebased to v2.6.36 final
13747 * [Config] update configs following rebase to v2.6.36 final
13748 * [Config] update ports configs following rebase to v2.6.36 final
13749
13750 [ Upstream Kernel Changes ]
13751
13752 * rebased to v2.6.36 final
13753
13754 -- Andy Whitcroft <apw@canonical.com> Thu, 21 Oct 2010 14:28:57 +0100
13755
13756 linux (2.6.36-1.6) natty; urgency=low
13757
13758 [ Upstream Kernel Changes ]
13759
13760 * drop broadcom staging driver preview:
13761 * Revert "Staging: Add initial release of brcm80211 - Broadcom 802.11n
13762 wireless LAN driver."
13763
13764 -- Andy Whitcroft <apw@canonical.com> Wed, 20 Oct 2010 10:41:25 +0100
13765
13766 linux (2.6.36-1.5) natty; urgency=low
13767
13768 [ Andy Whitcroft ]
13769
13770 * rebase to v2.6.36-rc8
13771 * updateconfigs following rebase to v2.6.36-rc8
13772 * updateportsconfigs following rebase to v2.6.36-rc8
13773 * config -- simplify the kernelconfig interface
13774 * config -- add new config mode 'dumpconfigs'
13775
13776 [ Tim Gardner ]
13777
13778 * Simplify the use of CROSS_COMPILER
13779
13780 [ Upstream Kernel Changes ]
13781
13782 * drop broadcom staging driver preview:
13783 * Revert "staging: brcm80211: Make compiling of brcm80211.ko and
13784 brcmfmac.ko mutually exclusive."
13785 * Revert "staging: brcm80211: Fix compile issue when BRCM80211_PCI is not
13786 set."
13787 * Revert "Staging: brcm80211: remove driver specific -W options"
13788 * Revert "Staging: brcm80211: clean up makefile cflag lines"
13789 * Revert "staging: brcm80211: add fullmac driver"
13790 * Revert "staging: brcm80211: use string native library"
13791 * Revert "staging: brcm80211: use native ctype library"
13792 * Revert "staging: brcm80211: fix remaining checkpatch errors."
13793 * Revert "staging: brcm80211: fix "ERROR: trailing whitespace.""
13794 * Revert "staging: brcm80211: fix "ERROR: spaces required around that
13795 ...""
13796 * Revert "staging: brcm80211: fix "ERROR: spaces prohibited around that
13797 ':' ...""
13798 * Revert "staging: brcm80211: fix "ERROR: space required before that
13799 ...""
13800 * Revert "staging: brcm80211: fix "ERROR: space required after that ...""
13801 * Revert "staging: brcm80211: fix "ERROR: space required after that close
13802 brace""
13803 * Revert "staging: brcm80211: fix "ERROR: space prohibited before
13804 ...close square bracket""
13805 * Revert "staging: brcm80211: fix "ERROR: space prohibited after that
13806 ...""
13807 * Revert "staging: brcm80211: fix "ERROR: need consistent spacing around
13808 '*'""
13809 * Revert "staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'"
13810 * Revert "staging: brcm80211: fix "ERROR: Macros w/ mult. statements ...
13811 do - while loop""
13812 * Revert "staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13813 parenthesis""
13814 * Revert "staging: brcm80211: fix "ERROR: do not initialise statics to 0
13815 or NULL""
13816 * Revert "staging: brcm80211: fix "ERROR: do not initialise globals to 0
13817 or NULL""
13818 * Revert "staging: brcm80211: fix "ERROR: while should follow close brace
13819 '}'""
13820 * Revert "staging: brcm80211: fix "ERROR: that open brace { ... prev
13821 line""
13822 * Revert "staging: brcm80211: fix "ERROR: trailing statements should be
13823 on next line""
13824 * Revert "staging: brcm80211: fix "ERROR: do not use assignment in if
13825 condition""
13826 * Revert "staging: brcm80211: fix "ERROR: return is not a function,
13827 paren...""
13828 * Revert "staging: brcm80211: fix "ERROR: open brace '{' following
13829 function dec...""
13830 * Revert "staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo
13831 *bar"'"
13832 * Revert "staging: brcm80211: Fix URLs for firmware files."
13833 * Revert "staging: brcm80211: use '%pM' format to print MAC address"
13834 * Revert "staging: brcm80211: Add contact info to TODO list."
13835 * Revert "staging: brcm80211: Fix some initialisation failure paths"
13836 * Export dump_{write,seek} to binary loader modules
13837 * rebase to v2.6.36-rc8.
13838
13839 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Oct 2010 18:58:11 +0100
13840
13841 linux (2.6.36-0.4) natty; urgency=low
13842
13843 [ Andy Whitcroft ]
13844
13845 * SAUCE: perf: increase stack footprint to avoid stack-protector warning
13846 (fixes FTBS on powerpc)
13847
13848 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 13:16:16 +0100
13849
13850 linux (2.6.36-0.3) natty; urgency=low
13851
13852 [ Andy Whitcroft ]
13853
13854 * [Config] disable CONFIG_SCSI_QLA_ISCSI to fix FTBS on powerpc
13855
13856 -- Andy Whitcroft <apw@canonical.com> Thu, 14 Oct 2010 03:01:30 +0100
13857
13858 linux (2.6.36-0.2) natty; urgency=low
13859
13860 [ Andy Whitcroft ]
13861
13862 * [Config] updateportsconfigs following rebase to 2.6.36-rc7
13863 (fix FTBS on powerpc)
13864
13865 -- Andy Whitcroft <apw@canonical.com> Wed, 13 Oct 2010 23:25:12 +0100
13866
13867 linux (2.6.36-0.1) natty; urgency=low
13868
13869 [ Andy Whitcroft ]
13870
13871 * reduce disk usage during buildd builds
13872 - LP: #645653
13873 * [Config] enforcer -- ensure CONFIG_INIT_PASS_ALL_PARAMS is y
13874 * [Config] armel -- drop omap flavour
13875
13876 [ Tim Gardner ]
13877
13878 * Added dropped patch list
13879 * more dropped patches
13880 * [Config] Disable aufs, dmraid-4.5, ndis-wrapper
13881 * [Config] Add support for cross compiling armel
13882 * [Config] CONFIG_SCSI_QLA_ISCSI=n for armel
13883 * [Upstream] drivers/serial/mfd.c: Fix ARM compile error
13884 * [Config]: updateconfigs after adding brcm80211
13885 * staging: brcm80211: Fix Makefile syntax error
13886 * rebased to v2.6.36-rc7
13887
13888 [ Upstream Kernel Changes ]
13889
13890 * (upstream) IPS driver: don't toggle CPU turbo on unsupported CPUs
13891 * (upstream) IPS driver: verify BIOS provided limits
13892 * intel_ips: Print MCP limit exceeded values.
13893 * Staging: Add initial release of brcm80211 - Broadcom 802.11n wireless
13894 LAN driver.
13895 * staging: brcm80211: Fix some initialisation failure paths
13896 * staging: brcm80211: Add contact info to TODO list.
13897 * staging: brcm80211: use '%pM' format to print MAC address
13898 * staging: brcm80211: Fix URLs for firmware files.
13899 * staging: brcm80211: fix 'ERROR: "foo * bar" should be "foo *bar"'
13900 * staging: brcm80211: fix "ERROR: open brace '{' following function
13901 dec..."
13902 * staging: brcm80211: fix "ERROR: return is not a function, paren..."
13903 * staging: brcm80211: fix "ERROR: do not use assignment in if condition"
13904 * staging: brcm80211: fix "ERROR: trailing statements should be on next
13905 line"
13906 * staging: brcm80211: fix "ERROR: that open brace { ... prev line"
13907 * staging: brcm80211: fix "ERROR: while should follow close brace '}'"
13908 * staging: brcm80211: fix "ERROR: do not initialise globals to 0 or NULL"
13909 * staging: brcm80211: fix "ERROR: do not initialise statics to 0 or NULL"
13910 * staging: brcm80211: fix "ERROR: Macros w/ complex values ...
13911 parenthesis"
13912 * staging: brcm80211: fix "ERROR: Macros w/ mult. statements ... do -
13913 while loop"
13914 * staging: brcm80211: fix 'ERROR: "(foo*)" should be "(foo *)"'
13915 * staging: brcm80211: fix "ERROR: need consistent spacing around '*'"
13916 * staging: brcm80211: fix "ERROR: space prohibited after that ..."
13917 * staging: brcm80211: fix "ERROR: space prohibited before ...close square
13918 bracket"
13919 * staging: brcm80211: fix "ERROR: space required after that close brace"
13920 * staging: brcm80211: fix "ERROR: space required after that ..."
13921 * staging: brcm80211: fix "ERROR: space required before that ..."
13922 * staging: brcm80211: fix "ERROR: spaces prohibited around that ':' ..."
13923 * staging: brcm80211: fix "ERROR: spaces required around that ..."
13924 * staging: brcm80211: fix "ERROR: trailing whitespace."
13925 * staging: brcm80211: fix remaining checkpatch errors.
13926 * staging: brcm80211: use native ctype library
13927 * staging: brcm80211: use string native library
13928 * staging: brcm80211: add fullmac driver
13929 * Staging: brcm80211: clean up makefile cflag lines
13930 * Staging: brcm80211: remove driver specific -W options
13931 * staging: brcm80211: Fix compile issue when BRCM80211_PCI is not set.
13932 * staging: brcm80211: Make compiling of brcm80211.ko and brcmfmac.ko
13933 mutually exclusive.
13934
13935 -- Andy Whitcroft <apw@canonical.com> Tue, 12 Oct 2010 16:00:27 +0100
13936
13937 linux (2.6.35-22.33) maverick; urgency=low
13938
13939 [ Andy Whitcroft ]
13940
13941 * Revert "SAUCE: Add support for Intellimouse Mode in ALPS touchpad on
13942 Dell E2 series Laptops"
13943 - LP: #641320
13944
13945 [ Brian Rogers ]
13946
13947 * SAUCE: ir-core: Fix null dereferences in the protocols sysfs interface
13948 - LP: #624701
13949
13950 [ Christopher James Halse Rogers ]
13951
13952 * SAUCE: Nouveau: Add quirk framework to disable acceleration
13953 - LP: #544088, #546393
13954 * SAUCE: Nouveau: Disable acceleration on MacBook Pros
13955 - LP: #546393
13956
13957 [ John Johansen ]
13958
13959 * Revert "SAUCE: AppArmor: allow newer tools to load policy on older
13960 kernels"
13961 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13962 - LP: #639758
13963
13964 [ Mathieu J. Poirier ]
13965
13966 * SAUCE: Adding vdd_sdi regulator supply to OMAP3EVM
13967
13968 [ Upstream Kernel Changes ]
13969
13970 * ALSA: HDA: Enable internal speaker on Dell M101z
13971 - LP: #640254
13972
13973 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 17 Sep 2010 13:21:28 -0700
13974
13975 linux (2.6.35-22.32) maverick; urgency=low
13976
13977 [ Arjan van de Ven ]
13978
13979 * SAUCE: libata: Add ALPM power state accounting to the AHCI driver
13980
13981 [ David Henningsson ]
13982
13983 * SAUCE: ALSA: HDA: Enable internal mic on Dell E6410 and Dell E6510
13984 - LP: #605047, #628961
13985
13986 [ John Johansen ]
13987
13988 * [Upstream] AppArmor: Fix splitting an fqname into separate namespace
13989 and profile names
13990 - LP: #615947
13991 * [Upstream] AppArmor: Fix locking from removal of profile namespace
13992 - LP: #615947
13993 * SAUCE: AppArmor: allow newer tools to load policy on older kernels
13994 - LP: #639758
13995 * SAUCE: Improve Amazon EBS performance for EC2
13996 - LP: #634316
13997
13998 [ Leann Ogasawara ]
13999
14000 * Revert "SAUCE: i915 KMS -- blacklist i855"
14001 * Revert "SAUCE: i915 KMS -- blacklist i845g"
14002 * Revert "SAUCE: i915 KMS -- blacklist i830"
14003 * Revert "SAUCE: i915 KMS -- support disabling KMS for known broken
14004 devices"
14005 * execute module-inclusion within a subshell
14006 - LP: #621175
14007
14008 [ Upstream Kernel Changes ]
14009
14010 * (pre-stable) bounce: call flush_dcache_page() after bounce_copy_vec()
14011 - LP: #633227
14012 * (pre-stable) drm/i915: don't enable self-refresh on Ironlake
14013 - LP: #629711
14014 * (pre-stable) mm: Move vma_stack_continue into mm.h
14015 * x86, hwmon: Fix unsafe smp_processor_id() in thermal_throttle_add_dev
14016 - LP: #601073
14017 * PM / Runtime: Make runtime_status attribute not debug-only (v. 2)
14018 * PM / Runtime: Add runtime PM statistics (v3)
14019 * compat: Make compat_alloc_user_space() incorporate the access_ok()
14020 - CVE-2010-3081
14021 * x86-64, compat: Test %rax for the syscall number, not %eax
14022 - CVE-2010-3301
14023 * x86-64, compat: Retruncate rax after ia32 syscall entry tracing
14024 - CVE-2010-3301
14025
14026 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 14 Sep 2010 08:46:49 -0700
14027
14028 linux (2.6.35-21.31) maverick; urgency=low
14029
14030 [ Andy Whitcroft ]
14031
14032 * bodge linux-libc-dev package version due to ti-omap4 error
14033 * linux-libc-dev -- ensure we can only build this on debian.master
14034
14035 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 13 Sep 2010 09:54:31 -0700
14036
14037 linux (2.6.35-21.30) maverick; urgency=low
14038
14039 [ Andy Whitcroft ]
14040
14041 * SAUCE: fbcon -- fix OOPs triggered by race prevention fixes
14042 - LP: #614008
14043
14044 [ Daniel Lezcano ]
14045
14046 * SAUCE: fix compilation warning when CONFIG_SECURITY is not set
14047
14048 [ Henrik Rydberg ]
14049
14050 * SAUCE: Input: wacom - add fuzz parameters to features
14051 * SAUCE: Input: wacom - collect device quirks into single function
14052 * SAUCE: Input: wacom - add support for the Bamboo Touch trackpad
14053 * SAUCE: Input: wacom - add a quirk for low resolution Bamboo devices
14054 * SAUCE: hid: ntrig: Remove unused device ids
14055 * SAUCE: hid: ntrig: remove sysfs nodes
14056 * SAUCE: hid: ntrig: Correct logic for quirks
14057 * SAUCE: hid: ntrig: zero-initialize ntrig struct
14058 * SAUCE: hid: ntrig: Setup input filtering manually
14059 * SAUCE: hid: ntrig: New ghost-filtering event logic
14060
14061 [ Leann Ogasawara ]
14062
14063 * SAUCE: ndiswrapper: Initialize buffer index and check its value
14064 - LP: #613796
14065
14066 [ Manoj Iyer ]
14067
14068 * SAUCE: Add support for Intellimouse Mode in ALPS touchpad on Dell E2
14069 series Laptops
14070 - LP: #632884
14071
14072 [ Ping Cheng ]
14073
14074 * SAUCE: Input: wacom - parse the Bamboo device family
14075
14076 [ Rafi Rubin ]
14077
14078 * SAUCE: hid: ntrig: identify firmware version (wiggled)
14079
14080 [ Tim Gardner ]
14081
14082 * [Config] CONFIG_NL80211_TESTMODE=n
14083
14084 [ Upstream Kernel Changes ]
14085
14086 * Revert "input: mt: Add support for the Bamboo Touch trackpad"
14087 * e1000e: initial support for 82579 LOMs
14088 * e1000e: correct MAC-PHY interconnect register offset for 82579
14089 * (pre-stable) ALSA: hda - Add a new hp-laptop model for Conexant 5066,
14090 tested on HP G60
14091 - LP: #587388
14092 * DSS2: Don't power off a panel twice
14093 - LP: #588243
14094 * mmc: build fix: mmc_pm_notify is only available with CONFIG_PM=y
14095 * Input: i8042 - reset keyboard controller wehen resuming from S2R
14096 - LP: #86820
14097 * ALSA: hda - Fix beep frequency on IDT 92HD73xx and 92HD71Bxx codecs
14098 - LP: #414795
14099 * agp/intel: Support the extended physical addressing bits on
14100 Sandybridge.
14101 - LP: #632488
14102 * drm/i915,intel_agp: Add support for Sandybridge D0
14103 - LP: #632488
14104 * (pre-stable) intel_agp,i915: Add more sandybridge graphics device ids
14105 - LP: #632488
14106 * mmc: omap: fix for bus width which improves SD card's peformance.
14107
14108 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 07 Sep 2010 09:58:52 -0700
14109
14110 linux (2.6.35-20.29) maverick; urgency=low
14111
14112 [ Andy Whitcroft ]
14113
14114 * SAUCE: i915 KMS -- support disabling KMS for known broken devices
14115 - LP: #563277
14116 * SAUCE: i915 KMS -- blacklist i830
14117 - LP: #542208, #563277
14118 * SAUCE: i915 KMS -- blacklist i845g
14119 - LP: #541492, #563277
14120 * SAUCE: i915 KMS -- blacklist i855
14121 - LP: #511001, #541511, #563277
14122
14123 [ Leann Ogasawara ]
14124
14125 * [Config] Enable CONFIG_SENSORS_PKGTEMP=m
14126 - LP: #601073
14127 * ARM: Temporarily disable module check for armel
14128 * rebase to v2.6.35.4
14129 * [Config] update configs following rebase to v2.6.35.4
14130
14131 [ Ricardo Salveti de Araujo ]
14132
14133 * [Config] Change CONFIG_LEDS_TRIGGER_HEARTBEAT from module to built-in
14134 in Omap
14135
14136 [ Tim Gardner ]
14137
14138 * [Config] Added be2net, be2scsi to udebs
14139 - LP: #628776
14140
14141 [ Upstream Kernel Changes ]
14142
14143 * x86, cpu: Package Level Thermal Control, Power Limit Notification
14144 definitions
14145 - LP: #601073
14146 * x86, hwmon: Package Level Thermal/Power: pkgtemp hwmon driver
14147 - LP: #601073
14148 * x86, hwmon: Package Level Thermal/Power: thermal throttling handler
14149 - LP: #601073
14150 * x86, hwmon: Package Level Thermal/Power: power limit
14151 - LP: #601073
14152 * x86, hwmon: Package Level Thermal/Power: pkgtemp documentation
14153 - LP: #601073
14154 * hid: 3m: Adjust to sequential MT HID protocol
14155 * hid: 3m: Convert to MT slots
14156 * hid: 3m: Correct touchscreen emulation
14157 * hid: 3m: Adjust major / minor axes to scale
14158 * input: bcm5974: Adjust major / minor to scale
14159 * HID: magicmouse: don't allow hidinput to initialize the device
14160 * HID: magicmouse: simplify multitouch feature request
14161 * HID: magicmouse: simplify touch data bit manipulation
14162 * HID: magicmouse: simplify touch down logic
14163 * HID: magicmouse: remove timestamp logic
14164 * HID: magicmouse: enable Magic Trackpad support
14165 * HID: magicmouse: Adjust major / minor axes to scale
14166 * mmc: fix all hangs related to mmc/sd card insert/removal during
14167 suspend/resume
14168 - LP: #477106
14169 * drm/i915: fix VGA plane disable for Ironlake+
14170 - LP: #602281
14171
14172 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 30 Aug 2010 08:38:01 -0700
14173
14174 linux (2.6.35-19.28) maverick; urgency=low
14175
14176 [ Leann Ogasawara ]
14177
14178 * No changes from 2.6.35-19.27. Some armel udebs were accidentally deleted
14179 from the archive and a no-change rebuild was attempted. However, the ABI
14180 did not get bumped and resulted in build failures for 2.6.35-19.27. Fix
14181 up the ABI and re-upload.
14182
14183 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sat, 28 Aug 2010 16:42:27 -0700
14184
14185 linux (2.6.35-19.27) maverick; urgency=low
14186
14187 [ Leann Ogasawara ]
14188
14189 * No changes from 2.6.35-19.26. Some armel udebs were accidentally deleted
14190 from the archive.
14191
14192 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 27 Aug 2010 08:58:35 -0700
14193
14194 linux (2.6.35-19.26) maverick; urgency=low
14195
14196 [ Upstream Kernel Changes ]
14197
14198 * ARM: OMAP: Beagle: revision detection
14199 * ARM: OMAP: Beagle: only Cx boards use pin 23 for write protect
14200 * ARM: OMAP: Beagle: no gpio_wp pin connection on xM
14201
14202 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 26 Aug 2010 09:15:09 -0700
14203
14204 linux (2.6.35-19.25) maverick; urgency=low
14205
14206 [ Jarod Wilson ]
14207
14208 * SAUCE: Bring in staging/lirc from 2.6.36
14209 - LP: #609234
14210 * SAUCE: Update ir-core to linuxtv/other which should be merged for
14211 2.6.36.
14212 - LP: #609234
14213 * SAUCE: Fix memleaks in imon and mceusb drivers
14214 - LP: #609234
14215 * SAUCE: Bring in streamzap support from linuxtv/other
14216 - LP: #609234
14217
14218 [ Mario Limonciello ]
14219
14220 * Remove ubuntu/lirc in favor of staging/lirc from 2.6.36
14221 - LP: #609234
14222
14223 [ Mathieu J. Poirier ]
14224
14225 * SAUCE: ARM: adding i2c eeprom driver to read EDID
14226 - LP: #608279
14227
14228 [ Upstream Kernel Changes ]
14229
14230 * intel_idle: disable module support
14231 - LP: #615265
14232 * (pre-stable) ALSA: hda - Ensure codec patch files are checked for the
14233 correct codec ID
14234 * (pre-stable) ALSA: hda - Rename iMic to Int Mic on Lenovo NB0763
14235 - LP: #605101
14236 * (pre-stable) ALSA: HDA: Use model=auto for LG R510
14237 - LP: #495134
14238 * (pre-stable) ALSA: HDA: Add Sony VAIO quirk for ALC269
14239 - LP: #519066
14240 * (pre-stable) ALSA: HDA: Fix front mic on Dell Precision M6500
14241 - LP: #519066
14242 * input: mt: Initialize slots to unused (rev2)
14243 * input: mt: Add support for the Bamboo Touch trackpad
14244 * hid: Add a hid quirk for input sync override
14245
14246 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 23 Aug 2010 12:42:52 -0700
14247
14248 linux (2.6.35-18.24) maverick; urgency=low
14249
14250 [ Colin Watson ]
14251
14252 * Pass DEB_MAINT_PARAMS to hook scripts
14253
14254 [ Leann Ogasawara ]
14255
14256 * [Config] Add CONFIG_INPUT_UINPUT=y to config enforcer
14257 - LP: #584812
14258 * rebase to v2.6.35.3
14259
14260 [ Upstream Kernel Changes ]
14261
14262 * (pre-stable) dell-wmi: Add support for eject key on Dell Studio 1555
14263 - LP: #609234
14264 * can: add limit for nframes and clean up signed/unsigned variables
14265 - CVE-2010-2959
14266 * drm: Initialize ioctl struct when no user data is present
14267 - CVE-2010-2803
14268 * ARM: initial stack protector (-fstack-protector) support
14269 * ARM: stack protector: change the canary value per task
14270 * [ARM] implement arch_randomize_brk()
14271 * [ARM] add address randomization to mmap()
14272 * ARM: fix ASLR of PIE executables
14273
14274 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 22 Aug 2010 19:22:04 -0700
14275
14276 linux (2.6.35-17.23) maverick; urgency=low
14277
14278 [ Jeremy Kerr ]
14279
14280 * [Config] build-in uinput module
14281 - LP: #584812
14282
14283 [ Leann Ogasawara ]
14284
14285 * Revert "[Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS"
14286 * Revert "[Config] [FTBS] ia64: Temporarily disable gpiolib"
14287 * Revert "[Config] [FTBS] sparc: Temporarily disable
14288 CONFIG_MTD_NAND_DENALI"
14289 * Revert "[Config] [FTBS] sparc: Temporarily disable
14290 CONFIG_MFD_JANZ_CMODIO"
14291 * Revert "[Config] [FTBS] sparc: Temporarily disable
14292 CONFIG_INFINIBAND_QIB"
14293 * [Config] Enable INTEL_IPS
14294 - LP: #601057
14295 * Remove ia64 support
14296 * [Config] Update portsconfigs after removing ia64 support
14297 * Remove sparc support
14298 * [Config] Update portsconfigs after removing sparc support
14299
14300 [ Linus Torvalds ]
14301
14302 * (pre-stable) mm: fix page table unmap for stack guard page properly
14303
14304 [ Mathieu J. Poirier ]
14305
14306 * SAUCE: (no-up) ARM: Resetting power_mode to its original value.
14307 - LP: #591941
14308
14309 [ Upstream Kernel Changes ]
14310
14311 * timer: add on-stack deferrable timer interfaces
14312 - LP: #601057
14313 * x86 platform driver: intelligent power sharing driver
14314 - LP: #601057
14315 * IPS driver: add GPU busy and turbo checking
14316 - LP: #601057
14317 * X86: intel_ips, check for kzalloc properly
14318 - LP: #601057
14319 * ips driver: make it less chatty
14320 - LP: #601057
14321
14322 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 17 Aug 2010 09:38:08 -0700
14323
14324 linux (2.6.35-16.22) maverick; urgency=low
14325
14326 [ Andy Whitcroft ]
14327
14328 * debian -- more agressivly clean up after depmod on purge
14329 - LP: #618591
14330
14331 [ Henrik Rydberg ]
14332
14333 * SAUCE: hid: 3m: Simplify touchsreen emulation logic
14334
14335 [ Leann Ogasawara ]
14336
14337 * ubuntu: iscsitarget -- version 1.4.20.2
14338 * ubuntu: rtl8192se -- update to version 0017.0507.2010
14339 * rebase to v2.6.35.2
14340 * [Config] update configs following rebase to v2.6.35.2
14341 * [Config] update ports configs following rebase to v2.6.35.2
14342
14343 [ Luke Yelavich ]
14344
14345 * [Config] Enable new firewire stack on powerpc
14346
14347 [ Mathieu J. Poirier ]
14348
14349 * SAUCE: (drop after 2.6.35) ARM: Using gpmc function to init nand flash.
14350 - LP: #608266
14351
14352 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 12 Aug 2010 09:58:01 -0700
14353
14354 linux (2.6.35-15.21) maverick; urgency=low
14355
14356 [ Luke Yelavich ]
14357
14358 * [Config] CONFIG_SND_USB_UA101=m for all architectures
14359
14360 [ Upstream Kernel Changes ]
14361
14362 * Input: introduce MT event slots
14363 * Input: document the MT event slot protocol
14364 * (pre-stable) sched: Revert nohz_ratelimit() for now
14365 * (pre-stable) drm/radeon/kms: add missing copy from user
14366 - LP: #606081
14367
14368 [ Leann Ogasawara ]
14369
14370 * rebase to v2.6.35.1
14371
14372 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 09 Aug 2010 09:24:04 -0700
14373
14374 linux (2.6.35-14.20) maverick; urgency=low
14375
14376 [ Andy Whitcroft ]
14377
14378 * update Vcs-Git to point to maverick repo
14379 * debian -- include the debian packaging in the -source package
14380 - LP: #608674
14381 * select debian source format 1.0
14382 * add support for building selected stages of kernel
14383 - LP: #603087
14384 * cleanup conditional dependancy handling
14385 - LP: #603087
14386
14387 [ Upstream Kernel Changes ]
14388
14389 * ALSA: hda - Handle missing NID 0x1b on ALC259 codec
14390 - LP: #582199, #586418, #588031
14391 * ALSA: hda - Handle pin NID 0x1a on ALC259/269
14392 - LP: #582199, #586418, #588031
14393 * sched: Revert nohz_ratelimit() for now
14394
14395 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 03 Aug 2010 08:46:47 -0700
14396
14397 linux (2.6.35-14.19) maverick; urgency=low
14398
14399 [ Leann Ogasawara ]
14400
14401 * rebase to v2.6.35
14402
14403 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 01 Aug 2010 10:35:56 -0700
14404
14405 linux (2.6.35-13.18) maverick; urgency=low
14406
14407 [ Andy Whitcroft ]
14408
14409 * SAUCE: (no-up) Modularize vesafb -- fix initialisation
14410 * SAUCE: add tracing for user initiated readahead requests
14411 * SAUCE: vt -- maintain bootloader screen mode and content until vt
14412 switch
14413 * SAUCE: vt -- allow grub to request automatic vt_handoff
14414 * SAUCE: fbcon -- fix race between open and removal of framebuffers
14415 * SAUCE: drm -- stop early access to drm devices
14416
14417 [ Bryan Wu ]
14418
14419 * CONFIG: compile in OTG driver and Transceiver driver
14420 - LP: #566645
14421 * remove OTG modules from modules list file
14422
14423 [ John Johansen ]
14424
14425 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-27
14426 - LP: #581525, #599450
14427 * SAUCE: AppArmor: -- sync to AppArmor mainline 2010-07-29
14428 * SAUCE: AppArmor 2.4 compatibility patch
14429 * SAUCE: AppArmor: Allow dfa backward compatibility with broken userspace
14430 * SAUCE: fix pv-ops for legacy Xen
14431 * SAUCE: blkfront: default to sd devices
14432 * [Config] Build in drivers required for Xen pv-ops
14433
14434 [ Leann Ogasawara ]
14435
14436 * Revert "[Upstream] i915: Use the correct mask to detect i830 aperture
14437 size."
14438
14439 [ Lee Jones ]
14440
14441 * SAUCE: ARM: OMAP: Add macros for comparing silicon revision
14442 - LP: #608095
14443 * SAUCE: OMAP: DSS2: check for both cpu type and revision, rather than
14444 just revision
14445 - LP: #608095
14446 * SAUCE: OMAP: DSS2: enable hsclk in dsi_pll_init for OMAP36XX
14447 - LP: #608095
14448 * SAUCE: ARM: OMAP: Beagle: support twl gpio differences on xM
14449 - LP: #608095
14450
14451 [ Upstream Kernel Changes ]
14452
14453 * agp/intel: Use the correct mask to detect i830 aperture size.
14454 - LP: #597075
14455
14456 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Jul 2010 15:46:59 -0700
14457
14458 linux (2.6.35-12.17) maverick; urgency=low
14459
14460 [ Leann Ogasawara ]
14461
14462 * rebase to v2.6.35-rc6
14463 * [Config] update configs following rebase to v2.6.35-rc6
14464 * [Config] update ports configs following rebase to v2.6.35-rc6
14465 * SAUCE: [FTBS] armel: define KEY_F10 and KEYF11
14466
14467 [ Leann Ogasawara ]
14468
14469 * rebase to v2.6.35-rc6
14470
14471 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 16:16:38 +0200
14472
14473 linux (2.6.35-11.16) maverick; urgency=low
14474
14475 [ Leann Ogasawara ]
14476
14477 * Bump ABI for new compiler update
14478
14479 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 23 Jul 2010 10:24:58 +0200
14480
14481 linux (2.6.35-10.15) maverick; urgency=low
14482
14483 [ Leann Ogasawara ]
14484
14485 * Revert "SAUCE: ensure vga16fb loads if no other driver claims the VGA
14486 device"
14487 * [Config] Enable CONFIG_M686=y
14488 - LP: #592495
14489
14490 [ Upstream Kernel Changes ]
14491
14492 * tracing: Add alignment to syscall metadata declarations
14493
14494 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 20 Jul 2010 18:18:49 +0200
14495
14496 linux (2.6.35-9.14) maverick; urgency=low
14497
14498 [ Andy Whitcroft ]
14499
14500 * ubuntu: AUFS -- add BOM and automated update script
14501 * ubuntu: AUFS -- update to b37c575759dc4535ccc03241c584ad5fe69e3b25
14502
14503 [ John Johansen ]
14504
14505 * [Config] Enable DRBD as a module
14506
14507 [ Kees Cook ]
14508
14509 * SAUCE: Yama: verify inode is symlink to avoid bind mounts
14510 - LP: #604407
14511
14512 [ Leann Ogasawara ]
14513
14514 * [Config] Disable CONFIG_DRM_VMWGFX (staging driver)
14515 - LP: #606139
14516 * [Config] ports: Disable CONFIG_DRM_VMWGFX (staging driver)
14517 - LP: #606139
14518 * [Config] Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14519 * [Config] ports: Enable CONFIG_DEBUG_STRICT_USER_COPY_CHECKS=y
14520
14521 [ Lee Jones ]
14522
14523 * Stop ARM boards crashing when CUPS is loaded
14524 - LP: #601226
14525
14526 [ Upstream Kernel Changes ]
14527
14528 * perf probe: Support tracing an entry of array
14529 * perf probe: Support static and global variables
14530
14531 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 16 Jul 2010 14:38:17 -0700
14532
14533 linux (2.6.35-8.13) maverick; urgency=low
14534
14535 [ Kees Cook ]
14536
14537 * SAUCE: Yama: check PTRACE using thread group leader
14538 * SAUCE: Yama: search for PTRACE exceptions via thread group leader
14539 - LP: #603716
14540
14541 [ Leann Ogasawara ]
14542
14543 * rebase to v2.6.35-rc5
14544 * [Config] update configs following rebase to v2.6.35-rc5
14545
14546 [ Nicolas Pitre ]
14547
14548 * SAUCE: make ndiswrapper available on X86 only
14549
14550 [ Tim Gardner ]
14551
14552 * [Config] Added ums-cypress to udeb
14553 - LP: #576066
14554 * SAUCE: fix build error with CONFIG_BLK_DEV_INITRD=n
14555 * [Config] CONFIG_NDISWRAPPER=m across all configs
14556
14557 [ Upstream Kernel Changes ]
14558
14559 * HID: magicmouse: report last touch up
14560 * rebase to 2.6.35-rc5
14561
14562 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Jul 2010 18:57:59 -0700
14563
14564 linux (2.6.35-7.12) maverick; urgency=low
14565
14566 [ Tim Gardner ]
14567
14568 * [Upstream] i915: Use the correct mask to detect i830 aperture size.
14569 - LP: #597075
14570
14571 [ Upstream Kernel Changes ]
14572
14573 * (drop after 2.6.35) drm/radeon/kms: add ioport register access
14574 (squashed)
14575
14576 -- Tim Gardner <tim.gardner@canonical.com> Thu, 08 Jul 2010 09:53:13 -0600
14577
14578 linux (2.6.35-7.11) maverick; urgency=low
14579
14580 [ Tim Gardner ]
14581
14582 * [Config] CONFIG_X86_MRST=n
14583
14584 [ Upstream Kernel Changes ]
14585
14586 * (drop after 2.6.35-rc5) writeback: remove writeback_inodes_wbc
14587 * (drop after 2.6.35-rc5) writeback: split writeback_inodes_wb
14588 * (drop after 2.6.35-rc5) writeback: simplify the write back thread queue
14589
14590 -- Tim Gardner <tim.gardner@canonical.com> Tue, 06 Jul 2010 18:39:08 -0600
14591
14592 linux (2.6.35-7.10) maverick; urgency=low
14593
14594 [ Kees Cook ]
14595
14596 * SAUCE: security: create task_free security callback
14597 * SAUCE: Yama: add PTRACE exception tracking and interface
14598 * SAUCE: security: unconditionally chain to Yama LSM
14599 * Revert "SAUCE: ptrace: restrict ptrace scope to children"
14600 * Revert "SAUCE: fs: block hardlinks to non-accessible sources"
14601 * Revert "SAUCE: fs: block cross-uid sticky symlinks"
14602 * [Upstream] security: Yama LSM
14603 * [Config] Enable CONFIG_SECURITY_YAMA=y
14604
14605 [ Tim Gardner ]
14606
14607 * [Config] updateconfigs/updateportsconfigs after rebase to 2.6.35-rc4
14608
14609 [ Upstream Kernel Changes ]
14610
14611 * rebase to 2.6.35-rc4
14612
14613 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 01 Jul 2010 08:55:57 -0700
14614
14615 linux (2.6.35-6.9) maverick; urgency=low
14616
14617 [ Tim Gardner ]
14618
14619 * [Upstream] direct_splice_actor() should not use pos in sd
14620 - LP: #588861
14621
14622 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 28 Jun 2010 12:35:49 -0700
14623
14624 linux (2.6.35-6.8) maverick; urgency=low
14625
14626 [ Mathieu J. Poirier ]
14627
14628 * ARM: Adding regulator supply for vdds_sdi.
14629 - LP: #597904
14630
14631 -- Leann Ogasawara <leann.ogasawara@canonical.com> Sun, 27 Jun 2010 16:34:43 -0700
14632
14633 linux (2.6.35-6.7) maverick; urgency=low
14634
14635 [ Alberto Milone ]
14636
14637 * [Upstream] Add support for the ATIF ACPI method to the radeon driver
14638
14639 [ Chase Douglas ]
14640
14641 * [Upstream] HID: magicmouse: scroll on entire surface, not just middle
14642 of mouse
14643 * [Upstream] HID: magicmouse: disable and add module param for scroll
14644 acceleration
14645 * [Upstream] HID: magicmouse: properly account for scroll movement in
14646 state
14647 * [Upstream] HID: magicmouse: add param for scroll speed
14648 * [Upstream] HID: magicmouse: enable horizontal scrolling
14649
14650 [ Henrik Rydberg ]
14651
14652 * [Upstream] Input: evdev - convert to dynamic event buffer
14653 * [Upstream] Input: evdev - use driver hint to compute size of event
14654 buffer
14655 * [Upstream] Input: bcm5974 - set the average number of events per MT
14656 event packet
14657 * [Upstream] Input: hid-input - use a larger event buffer for MT devices
14658 * [Upstream] Input: evdev - never leave the client buffer empty after
14659 write
14660
14661 [ John Johansen ]
14662
14663 * SAUCE: AppArmor: -- mainline 2010-06-23
14664 * SAUCE: AppArmor 2.4 compatibility patch
14665 * SAUCE: fs: block hardlinks to non-accessible sources AppArmor portion
14666
14667 [ Leann Ogasawara ]
14668
14669 * [Config] Enable CONFIG_INTR_REMAP=y
14670 - LP: #597091
14671 * [Config] Enable CONFIG_X86_X2APIC
14672 - LP: #597091
14673
14674 [ Mathieu J. Poirier ]
14675
14676 * [Config] ARM: Turning off CONFIG_CPU_IDLE on omap
14677 - LP: #594382
14678
14679 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 24 Jun 2010 12:19:48 -0700
14680
14681 linux (2.6.35-5.6) maverick; urgency=low
14682
14683 [ Amit Kucheria ]
14684
14685 * [Config] update omap flavour description
14686
14687 [ Andy Whitcroft ]
14688
14689 * update to ubuntu-debian:508b7aa34b578c0d1e51bfb571f2bfb824dc65ac
14690 - LP: #570500, #576274
14691 * SAUCE: add option to hand off all kernel parameters to init
14692 - LP: #586386
14693 * [Config] enable passing all kernel command line to init
14694 - LP: #586386
14695 * [Config] disable CONFIG_VMI
14696 - LP: #537601
14697 * [Config] enable CONFIG_IPV6_SIT_6RD
14698 - LP: #591869
14699 * [Config] enable CONFIG_VMWARE_BALOON as module
14700 - LP: #592039
14701
14702 [ Leann Ogasawara ]
14703
14704 * Revert "SAUCE: pm: Config option to disable handling of console during
14705 suspend/resume"
14706 - LP: #594885
14707 * [Config] Remove CONFIG_PM_DISABLE_CONSOLE
14708 * [Config] ports: enable passing all kernel command line to init
14709 - LP: #586386
14710 * [Config] Enable CONFIG_FB_VESA=y for x86
14711 * [Config] Add CONFIG_FRAMEBUFFER_CONSOLE=y to config enforcer
14712 * [Config] Add CONFIG_FB_VESA=y for x86 to config enforcer
14713 * [Config] Enable CONFIG_TASK_DELAY_ACCT=y
14714 - LP: #493156
14715
14716 [ Mathieu Poirier ]
14717
14718 * ARM: Adding MosChip MCS7830 to nic-usb
14719 - LP: #584920
14720
14721 [ Upstream Kernel Changes ]
14722
14723 * Revert "[Upstream] docbook: need xmldoclinks for all doc types"
14724 * docbook: need xmldoclinks for all doc types
14725 * perf probe: Add kernel source path option
14726
14727 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 17 Jun 2010 08:05:29 -0700
14728
14729 linux (2.6.35-4.5) maverick; urgency=low
14730
14731 [ Leann Ogasawara ]
14732
14733 * Revert "[Upstream] (evdev) Use driver hint to compute the evdev buffer
14734 size (rev2)"
14735 * Revert "[Upstream] (evdev) Convert to dynamic event buffer (rev4)"
14736 * Revert "[Upstream] (evdev) Use multi-reader buffer to save space
14737 (rev4)"
14738 * Revert "SAUCE: drivers: Remove some duplicate device entries in various
14739 modules"
14740 * [Upstream] USB: option: Remove duplicate AMOI_VENDOR_ID
14741 * [Upstream] Revert "USB: Adding support for HTC Smartphones to ipaq"
14742 * [Upstream] p54usb: Comment out duplicate Medion MD40900 device id
14743
14744 [ Tim Gardner ]
14745
14746 * [Config] CONFIG_NFS_FSCACHE=y
14747 - LP: #440522
14748 * [Config] CONFIG_FSCACHE_STATS=y, CONFIG_FSCACHE_HISTOGRAM=y
14749 - LP: #440522
14750
14751 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 16 Jun 2010 08:43:07 -0700
14752
14753 linux (2.6.35-3.4) maverick; urgency=low
14754
14755 [ Andy Whitcroft ]
14756
14757 * debian -- ensure the version number is clean
14758
14759 [ Henrik Rydberg ]
14760
14761 * [Upstream] Introduce MT event slots (rev 5)
14762 * [Upstream] Document the MT event slot protocol (rev5)
14763 * [Upstream] (evdev) Use multi-reader buffer to save space (rev4)
14764 * [Upstream] (evdev) Convert to dynamic event buffer (rev4)
14765 * [Upstream] (evdev) Use driver hint to compute the evdev buffer size
14766 (rev2)
14767
14768 [ Leann Ogasawara ]
14769
14770 * Revert "SAUCE: Add MODULE_ALIAS for Dell WMI module"
14771 * Revert "SAUCE: hostap: send events on data interface as well as master
14772 interface"
14773 * Revert "Fix webcam having USB ID 0ac8:303b"
14774 * Revert "SAUCE: toshiba_acpi -- pull in current -dev version of driver"
14775 * rebase to v2.6.35-rc3
14776
14777 [ Maxim Levitsky ]
14778
14779 * [Config] Enable new Smartmedia/xD translation layer
14780 - LP: #202490
14781
14782 [ Upstream Kernel Changes ]
14783
14784 * net: fix deliver_no_wcard regression on loopback device
14785
14786 [ Upstream changes ]
14787
14788 * rebased to v2.6.35-rc3
14789
14790 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 10 Jun 2010 16:15:22 -0700
14791
14792 linux (2.6.35-2.3) maverick; urgency=low
14793
14794 [ Bryan Wu ]
14795
14796 * CONFIG: enforce -- make sure we disable CONFIG_LOCALVERSION_AUTO
14797
14798 [ Leann Ogasawara ]
14799
14800 * [Config] armel: Enable CONFIG_BNX2=m
14801 * [Config] ports: Enable CONFIG_BNX2X=m
14802 * SAUCE: armel: define get_dma_ops to fix FTBS
14803
14804 [ Tim Gardner ]
14805
14806 * [Upstream] net: Print num_rx_queues imbalance warning only when there
14807 are allocated queues
14808 - LP: #591416
14809
14810 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 09 Jun 2010 08:27:41 -0700
14811
14812 linux (2.6.35-2.2) maverick; urgency=low
14813
14814 [ Andy Whitcroft ]
14815
14816 * [Config] d-i: make armel configuration versatile flavour specific
14817 - LP: #588805
14818 * [Config] d-i: enable .udebs for omap flavour
14819 - LP: #588805
14820
14821 [ Kees Cook ]
14822
14823 * ptrace: limit scope to attach only (allow read)
14824 - LP: #589656
14825
14826 [ Leann Ogasawara ]
14827
14828 * rebase to v2.6.35-rc2
14829 * [Config] update configs following rebase to v2.6.35-rc2
14830 * [Config] update port configs following rebase to v2.6.35-rc2
14831
14832 [ Lee Jones ]
14833
14834 * Enable perf to be more helpful when perf_<version> does not exist.
14835 - LP: #570500
14836 * 'fdr editconfig' modification. Easily skip over unwanted menuconfigs.
14837
14838 [ Tim Gardner ]
14839
14840 * [Config] Update bnx2 udeb firmware files
14841 - LP: #589304
14842
14843 [ Upstream changes ]
14844
14845 * rebased to v2.6.35-rc2
14846
14847 -- Leann Ogasawara <leann.ogasawara@canonical.com> Mon, 07 Jun 2010 09:45:04 -0700
14848
14849 linux (2.6.35-1.1) maverick; urgency=low
14850
14851 [ Andy Whitcroft ]
14852
14853 * ubuntu: AUFS -- update to standalone 2.6.35-rcN as at 20100601
14854 - LP: #587888
14855 * ubuntu: AUFS -- track changes to the arguements to fop fsync()
14856
14857 [ Leann Ogasawara ]
14858
14859 * rebase to v2.6.35-rc1
14860 * [Config] update configs following rebase to v2.6.35-rc1
14861 * [Config] update port configs following rebase to v2.6.35-rc1
14862 * SAUCE: lirc: rename usb_buffer_alloc() and usb_buffer_free()
14863 * SAUCE: ndiswrapper: rename usb_buffer_alloc() and usb_buffer_free()
14864 * SAUCE: ndiswrapper: convert multicast list to list_head
14865 * [Config] [FTBS] armel: Temporarily disable CONFIG_GPIO_JANZ_TTL
14866 * [Config] [FTBS] ia64: Temporarily disable gpiolib
14867 * [Config] [FTBS] ia64: Temporarily disable CONFIG_CEPH_FS
14868 * [Config] [FTBS] sparc: Temporarily disable CONFIG_INFINIBAND_QIB
14869 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14870 * [Config] [FTBS] armel: Temporarily disable CONFIG_MFD_JANZ_CMODIO
14871 * [Config] [FTBS] armel: Temporarily disable CONFIG_DT3155
14872 * [Config] [FTBS] sparc: Temporarily disable CONFIG_MTD_NAND_DENALI
14873 * [Config] [FTBS] armel: Temporarily disable bnx2
14874 * [Config] [FTBS] armel: Temporarily disable CONFIG_SERIAL_UARTLITE
14875 * SAUCE: [FTBS] armel: Don't include asm/agp.h for ttm
14876 * SAUCE: [FTBS] armel: include linux/dma-mapping.h
14877 * SAUCE: [FTBS] armel: replace omap_set_gpio_debounce with
14878 gpio_set_debounce
14879
14880 [ Upstream Kernel Changes ]
14881
14882 * of/usb: fix build error due to of_node pointer move
14883 * n2_crypto: Fix build after of_device/of_platform_driver changes.
14884 * powerpc/fsl-booke: fix the case where we are not in the first page
14885 * powerpc/fsl-booke: Move the entry setup code into a seperate file
14886 * powerpc/kexec: Add support for FSL-BookE
14887 * greth: Fix build after OF device conversions.
14888
14889 [ Upstream changes ]
14890
14891 * rebased to v2.6.35-rc1
14892
14893 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 04 Jun 2010 23:01:52 -0700
14894
14895 linux (2.6.35-1.0) UNRELEASED; urgency=low
14896
14897 [ Leann Ogasawara ]
14898
14899 * Null entry.
14900
14901 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 15:17:41 -0700
14902
14903 linux (2.6.34-5.14) maverick; urgency=low
14904
14905 [ Tim Gardner ]
14906
14907 * [Config] Added module inclusion support
14908 * [Config] Added virtual flavour module inclusion list and d-i package
14909 definitions
14910
14911 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 02 Jun 2010 12:58:14 -0700
14912
14913 linux (2.6.34-5.13) maverick; urgency=low
14914
14915 [ Andy Whitcroft ]
14916
14917 * Revert "ubuntu: AUFS -- aufs2 20091209"
14918 * Revert "ubuntu: AUFS -- export various core functions
14919 (aufs2-standalone.patch)"
14920 * Revert "ubuntu: AUFS -- export various core functions
14921 (aufs2-base.patch)"
14922 * ubuntu: AUFS -- aufs2 base patch for linux-2.6.34
14923 - LP: #587888
14924 * ubuntu: AUFS -- aufs2 standalone patch for linux-2.6.34
14925 - LP: #587888
14926 * ubuntu: AUFS -- update to standalone 2.6.34 as at 20100601
14927 - LP: #587888
14928 * [Config] AUFS -- enable aufs options
14929 - LP: #587888
14930
14931 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 01 Jun 2010 08:56:43 -0700
14932
14933 linux (2.6.34-5.12) maverick; urgency=low
14934
14935 [ Andy Whitcroft ]
14936
14937 * enforce -- ensure SYSFS compatibility is disabled
14938
14939 [ Chase Douglas ]
14940
14941 * build with libdw-dev for perf probe symbol support
14942 * maverick ftrace configuration changes
14943
14944 [ Kees Cook ]
14945
14946 * Revert "SAUCE: x86: brk away from exec rand area"
14947 * Revert "SAUCE: [um] Don't use nx_enabled under UML"
14948 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
14949 * SAUCE: x86: implement cs-limit nx-emulation for ia32
14950 - LP: #369978
14951 * SAUCE: x86: more tightly confine cs-limit nx-emulation to ia32 only
14952 * SAUCE: x86: brk away from exec rand area
14953 - LP: #452175
14954 * SAUCE: ptrace: restrict ptrace scope to children
14955
14956 [ Leann Ogasawara ]
14957
14958 * Add new omap flavour to getabis
14959 * [Config] Enable CONFIG_FRAMEBUFFER_CONSOLE=y for all archs
14960 - LP: #585490
14961 * build/modules: Temorarily add ignore.modules
14962 * ubuntu: iscsitarget -- version 1.4.20.1
14963
14964 [ Loïc Minier ]
14965
14966 * SAUCE: [um] Don't use nx_enabled under UML
14967 - LP: #524849
14968
14969 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 28 May 2010 08:27:17 -0700
14970
14971 linux (2.6.34-4.11) maverick; urgency=low
14972
14973 [ Amit Kucheria ]
14974
14975 * SAUCE: omap: remove calls to usb_nop_xceiv_register from board files
14976 * [Config] Add support for OMAP-mainline flavour
14977
14978 [ Andy Whitcroft ]
14979
14980 * SAUCE: powerpc: fix compile error when ptrace.h is included from
14981 userspace
14982 - LP: #583733
14983
14984 [ Chase Douglas ]
14985
14986 * Revert "SAUCE: Don't register vga16fb framebuffer if other framebuffers
14987 are present"
14988 * Revert "SAUCE: Disable function tracing after hitting __schedule_bug"
14989 * Revert "SAUCE: drm/i915: don't change DRM configuration when releasing
14990 load detect pipe"
14991
14992 [ Kees Cook ]
14993
14994 * SAUCE: fs: block cross-uid sticky symlinks
14995 * SAUCE: fs: block hardlinks to non-accessible sources
14996
14997 [ Koen Kooi ]
14998
14999 * SAUCE: board-omap3-beagle: add DSS2 support
15000
15001 [ Leann Ogasawara ]
15002
15003 * Revert "staging/go7007 -- disable"
15004 * Revert "[Config] staging/winbond -- disable"
15005 * Revert "Disable 4MB page tables for Atom, work around errata AAE44"
15006 * Revert "SAUCE: sync before umount to reduce time taken by ext4 umount"
15007 * Revert "SAUCE: Enable an e1000e Intel Corporation 82567 Gigabit
15008 controller"
15009 * Revert "SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT"
15010 * Revert "SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros"
15011 * Revert "SAUCE: input/mouse/alps: Do not call psmouse_reset() for alps"
15012 * Revert "SAUCE: r8169: disable TSO by default for RTL8111/8168B
15013 chipsets."
15014 * Revert "[Upstream] b43: Declare all possible firmware files."
15015 * Revert "add Breaks: against hardy lvm2"
15016 * Revert "SAUCE: Guest OS does not recognize a lun with non zero target
15017 id on Vmware ESX Server"
15018 * Revert "SAUCE: Catch nonsense keycodes and silently ignore"
15019 * [Config] Enable CONFIG_ECRYPT_FS=y for ports
15020 * [Config] Enable CONFIG_USB=y for armel and sparc
15021 * [Config] Enable CONFIG_SCSI=y for ia64 and sparc
15022 * [Config] Enable CONFIG_RFKILL=y for ports
15023 * [Config] Enable CONFIG_ATH9K_DEBUGFS=y
15024 * [Config] Enable CONFIG_IWMC3200TOP_DEBUGFS=y
15025 * [Config] Enable CONFIG_RCU_FAST_NO_HZ=y
15026 * [Config] Enable CONFIG_IWLWIFI_DEVICE_TRACING=y
15027 * [Config] Enable CONFIG_LIBERTAS_MESH=y
15028 * [Config] Enable CONFIG_MMC_RICOH_MMC=y
15029 * [Config] CONFIG_RT2800USB_UNKNOWN=y
15030 * [Config] Enable CONFIG_VGA_SWITCHEROO=y
15031 * [Config] Enable CONFIG_CEPH_FS=m
15032 * [Config] Enable CONFIG_CRYPTO_PCRYPT=m
15033 * [Config] Enable CONFIG_EEEPC_WMI=m
15034 * [Config] Enable CONFIG_RT2800PCI=m
15035 * [Config] Enable CONFIG_SCSI_HPSA=m
15036 * [Config] Enable CONFIG_VHOST_NET=m
15037 * [Config] Disable CONFIG_SND_HDA_INPUT_BEEP_MODE by default
15038 - LP: #582350
15039 * [Config] Disable CONFIG_SOUND_OSS* and CONFIG_SND_*OSS
15040 - LP: #579300
15041 * [Config] Enable CONFIG_PCIEASPM=y
15042 - LP: #333990
15043 * [Config] updateconfigs for OMAP flavour
15044
15045 [ Loïc Minier ]
15046
15047 * Enable perf tools on armel
15048
15049 [ Tim Gardner ]
15050
15051 * SAUCE: Updated ndiswrapper to 1.56
15052 - LP: #582555
15053 * [Config] Added virtual flavour
15054 * [Config] Remove support for sub-flavours
15055 * [Config] Removed amd64 preempt flavour
15056 * [Config] updateconfigs, updateportsconfigs after flavour munging
15057
15058 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 25 May 2010 09:34:55 -0700
15059
15060 linux (2.6.34-3.10) maverick; urgency=low
15061
15062 [ Leann Ogasawara ]
15063
15064 * rebase to v2.6.34
15065
15066 [ Upstream changes ]
15067
15068 * rebased to v2.6.34
15069
15070 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 18 May 2010 17:35:35 -0700
15071
15072 linux (2.6.34-2.9) maverick; urgency=low
15073
15074 [ Leann Ogasawara ]
15075
15076 * [Config] [FTBS] Disable comedi for armel
15077
15078 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 23:20:55 +0200
15079
15080 linux (2.6.34-2.8) maverick; urgency=low
15081
15082 [ Leann Ogasawara ]
15083
15084 * Drop lpia
15085 * [Config] [FTBS] disable KVM
15086 * [Config] [FTBS] disable ipr for armel
15087
15088 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 13 May 2010 16:07:52 +0200
15089
15090 linux (2.6.34-2.7) maverick; urgency=low
15091
15092 [ Leann Ogasawara ]
15093
15094 * [Config] disable CONFIG_SCSI_IPR on powerpc
15095 * [Config] Remove 386 flavour per UDS discussion
15096
15097 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 12 May 2010 18:26:43 +0200
15098
15099 linux (2.6.34-1.6) maverick; urgency=low
15100
15101 [ Chase Douglas ]
15102
15103 * enforce CONFIG_TMPFS_POSIX_ACL=y
15104 - LP: #575940
15105 * don't force module dependency checking
15106 - LP: #577029
15107
15108 [ Kees Cook ]
15109
15110 * SAUCE: mmap_min_addr check CAP_SYS_RAWIO only for write
15111 - LP: #568844
15112
15113 [ Leann Ogasawara ]
15114
15115 * Revert "SAUCE: ata: blacklist FUJITSU MHW2160BH PL"
15116 * rebase to v2.6.34-rc7
15117 * [Config] update configs following rebase to v2.6.34-rc7
15118 * [Config] update port configs following rebase to v2.6.34-rc7
15119 * Add btrfs to the udebs
15120
15121 [ Tim Gardner ]
15122
15123 * [Config] Add atl1c to nic-modules udeb
15124 - LP: #557130
15125
15126 [ Upstream changes ]
15127
15128 * rebased to v2.6.34-rc7
15129
15130 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 11 May 2010 11:29:08 +0200
15131
15132 linux (2.6.34-1.5) UNRELEASED; urgency=low
15133
15134 [ Leann Ogasawara ]
15135
15136 * rebase to v2.6.34-rc6
15137 * [Config] update configs following rebase to v2.6.34-rc6
15138 * [Config] update port configs following rebase to v2.6.34-rc6
15139
15140 [ Upstream changes ]
15141
15142 * rebased to v2.6.34-rc6
15143
15144 -- Leann Ogasawara <leann.ogasawara@canonical.com> Fri, 30 Apr 2010 15:54:05 +0100
15145
15146 linux (2.6.34-1.4) UNRELEASED; urgency=low
15147
15148 [ Leann Ogasawara ]
15149
15150 * rebase to v2.6.34-rc5
15151 * [Config] update ports configs following rebase to v2.6.34-rc5
15152
15153 [ Upstream changes ]
15154
15155 * rebased to v2.6.34-rc5
15156
15157 -- Leann Ogasawara <leann.ogasawara@canonical.com> Thu, 22 Apr 2010 15:36:12 -0700
15158
15159 linux (2.6.34-1.3) UNRELEASED; urgency=low
15160
15161 [ Leann Ogasawara ]
15162
15163 * rebase to v2.6.34-rc4
15164 * [Config] update configs following rebase to v2.6.34-rc4
15165 * [Config] update port configs following rebase to v2.6.34-rc4
15166 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc4
15167
15168 [ Upstream changes ]
15169
15170 * rebased to v2.6.34-rc4
15171
15172 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 13 Apr 2010 18:33:44 -0700
15173
15174 linux (2.6.34-1.2) UNRELEASED; urgency=low
15175
15176 [ Leann Ogasawara ]
15177
15178 * Temorarily disable building linux-doc
15179 * rebase to v2.6.34-rc3
15180 * [Config] update configs following rebase to v2.6.34-rc3
15181 * [Config] update port configs following rebase to v2.6.34-rc3
15182
15183 [ Upstream changes ]
15184
15185 * rebased to v2.6.34-rc3
15186
15187 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 30 Mar 2010 16:55:44 -0700
15188
15189 linux (2.6.34-1.1) UNRELEASED; urgency=low
15190
15191 [ Leann Ogasawara ]
15192
15193 * rebase to v2.6.34-rc2
15194 * ubuntu: dm-raid4-5 -- update to compile with 2.6.34-rc2
15195 * [Config] update port configs following rebase to v2.6.34-rc2
15196 * [Config] update configs following rebase to v2.6.34-rc2
15197
15198 [ Upstream changes ]
15199
15200 * rebased to v2.6.34-rc2
15201
15202 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 24 Mar 2010 23:00:39 -0700
15203
15204 linux (2.6.33-1.1) UNRELEASED; urgency=low
15205
15206 [ Leann Ogasawara ]
15207
15208 * ubuntu: dm-raid4-5 -- update to compile with 2.6.33
15209 * ubuntu: lirc -- drop explicit include of linux/autoconf.h
15210 * ubuntu: lirc -- pass kfifo to kfifo_alloc and move spinlock
15211 * ubuntu: lirc -- rename kfifo_put and kfifo_get
15212 * ubuntu: iscsitarget -- rename daddr inet_sock field
15213 * rebased to v2.6.33
15214 * [Config] update configs following rebase to v2.6.33
15215 * [Config] update ports configs following rebase to v2.6.33
15216
15217 [ Upstream changes ]
15218
15219 * rebased to v2.6.33
15220
15221 -- Leann Ogasawara <leann.ogasawara@canonical.com> Tue, 23 Mar 2010 03:55:46 -0700
15222
15223 linux (2.6.33-0.0) UNRELEASED; urgency=low
15224
15225 [ Leann Ogasawara ]
15226
15227 * Null entry.
15228
15229 -- Leann Ogasawara <leann.ogasawara@canonical.com> Wed, 17 Mar 2010 07:48:56 -0700
15230
15231 linux (2.6.32-16.25) lucid; urgency=low
15232
15233 [ Andy Whitcroft ]
15234
15235 * linux-tools -- move to Suggests: with explicit seeding
15236 - LP: #534635
15237
15238 [ Tim Gardner ]
15239
15240 * [Config] CONFIG_HID=m
15241
15242 [ Upstream Kernel Changes ]
15243
15244 * (pre-stable) sched: Fix SMT scheduler regression in
15245 find_busiest_queue()
15246 * KVM: introduce kvm_vcpu_on_spin
15247 * KVM: VMX: Add support for Pause-Loop Exiting
15248
15249 -- Andy Whitcroft <apw@canonical.com> Tue, 09 Mar 2010 14:13:51 +0000
15250
15251 linux (2.6.32-16.24) lucid; urgency=low
15252
15253 [ Andy Whitcroft ]
15254
15255 * armel -- perf userspace does not support arm
15256 * ia64 -- libelf-dev/binutils-dev to not provide necessary libraries
15257
15258 -- Andy Whitcroft <apw@canonical.com> Sat, 06 Mar 2010 11:42:12 +0000
15259
15260 linux (2.6.32-16.23) lucid; urgency=low
15261
15262 [ Andy Whitcroft ]
15263
15264 * SAUCE: PM report driver and device suspend/resume times -- move config
15265 * update to standards version 3.8.4.0
15266 * printenv -- expose all of the package selectors
15267 * source package -- cleanup source content control
15268 * doc package -- ensure we do build package content on buildd
15269 * lintian -- correct the address in the debian/copyright
15270 * lintian -- update debhelper package version dependancy
15271 * lintian -- fix ghostscript dependancy
15272 * lintian -- add required misc:Depends
15273 * lintian -- move our debhelper compat level to debian/compat
15274 * perf -- build the kernel carried tools
15275 * perf -- add linux-tools carrying the version switches and manuals
15276 * SAUCE: fix up Kconfig for staging drivers
15277 * [Config] enable NOUVEAU etc following drm backport
15278 * update DRM to mainline v2.6.33
15279 * [Config] Remove AppArmor config options that no longer exist (ports)
15280 * [Config] updateportsconfigs following drm update
15281
15282 [ John Johansen ]
15283
15284 * ubuntu: AppArmor -- update to mainline 2010-03-04
15285 * SAUCE: AppArmor: Reintroduce AppArmor 2.4 compatibility
15286 * SAUCE: AppArmor: replace strim with strstrip for 2.6.32 kernels
15287 * [Config] Remove AppArmor config options that no longer exist
15288
15289 [ Manoj Iyer ]
15290
15291 * ubuntu: rtl8192se -- version 2010-0115,0014
15292 - LP: #530275
15293 * [Config] added CONFIG_RTL8192SE module.
15294 - LP: #530275
15295
15296 [ Tim Gardner ]
15297
15298 * [Config] Added vmw_pvscsi to d-i/scsi-modules
15299 - LP: #531017
15300 * [Upstream] netfilter: xt_recent: Add an entry reaper
15301
15302 [ Upstream Kernel Changes ]
15303
15304 * Revert "KVM: x86 emulator: Check CPL level during privilege instruction
15305 emulation"
15306 * Revert "KVM: x86 emulator: Fix popf emulation"
15307 * Revert "KVM: x86 emulator: Check IOPL level during io instruction
15308 emulation"
15309 * Revert "KVM: x86 emulator: Add Virtual-8086 mode of emulation"
15310 * Revert "KVM: fix memory access during x86 emulation."
15311 * Add vlan (8021.Q) module package for d-i.
15312 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15313 Inspiron 700m
15314 - LP: #515246
15315 * [Upstream] docbook: need xmldoclinks for all doc types
15316 * x86: set_personality_ia32() misses force_personality32
15317 * lib: Introduce generic list_sort function
15318 * drm/nv50: Implement ctxprog/state generation.
15319 * drm/nv50: Remove redundant/incorrect ctxvals initialisation.
15320 * (pre-stable) drm/i915: blacklist lid status: Sony VGN-BX196VP, Dell
15321 Inspiron 700m
15322 - LP: #515246
15323
15324 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Mar 2010 15:40:38 +0000
15325
15326 linux (2.6.32-15.22) lucid; urgency=low
15327
15328 [ Andy Whitcroft ]
15329
15330 * Revert "[Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT"
15331 * Revert "SAUCE: PM report driver and device suspend/resume times."
15332 * [Config] set CONFIG_SR_REPORT_TIME_LIMIT
15333
15334 [ Manoj Iyer ]
15335
15336 * SAUCE: PM report driver and device suspend/resume times.
15337
15338 -- Andy Whitcroft <apw@canonical.com> Tue, 02 Mar 2010 01:35:37 +0000
15339
15340 linux (2.6.32-15.21) lucid; urgency=low
15341
15342 [ Andy Whitcroft ]
15343
15344 * Revert "(pre-stable) drm/i915: Increase fb alignment to 64k"
15345 * Revert "[Config] lenovo-sl-laptop -- enable"
15346 * Revert "ubuntu: lenovo-sl-laptop -- git tip (b19a08f81f)"
15347 * armel -- cramfs module will no longer be built
15348 * d-i -- make all modules optional
15349 * rename the debug packages to match archive standard
15350 - LP: #527837
15351 * lenovo-sl-laptop is no longer built
15352
15353 [ Colin Ian King ]
15354
15355 * Disable 4MB page tables for Atom, work around errata AAE44
15356 - LP: #523112
15357
15358 [ Colin Watson ]
15359
15360 * ubuntu: dm-raid4-5: Depend on XOR_BLOCKS
15361 * ubuntu: fsam7400: Depend on CHECK_SIGNATURE
15362
15363 [ Jesse Barnes ]
15364
15365 * SAUCE: drm/i915: don't change DRM configuration when releasing load
15366 detect pipe
15367 - LP: #488328
15368
15369 [ Loïc Minier ]
15370
15371 * [Config] armel Update versatile initrd configs
15372 - LP: #524893
15373 * SAUCE: [um] Don't use nx_enabled under UML
15374 - LP: #524849
15375
15376 [ Manoj Iyer ]
15377
15378 * [Config] added new config option CONFIG_SR_REPORT_TIME_LIMIT
15379
15380 [ Mario Limonciello ]
15381
15382 * SAUCE: v3 - Add Dell Business Class Netbook LED driver
15383
15384 [ Rafael J. Wysocki ]
15385
15386 * SAUCE: PM report driver and device suspend/resume times.
15387
15388 [ Surbhi Palande ]
15389
15390 * Revert "[Upstream] e1000e: enhance frame fragment detection"
15391 - CVE-2009-4538
15392 * Revert "[Upstream] e1000: enhance frame fragment detection"
15393 - CVE-2009-4536
15394
15395 [ Tim Gardner ]
15396
15397 * [Config] Enabled CONFIG_LEDS_DELL_NETBOOKS=m
15398 * SAUCE: (pre-stable) netfilter: xt_recent: fix buffer overflow
15399 * SAUCE: (pre-stable) netfilter: xt_recent: fix false match
15400
15401 [ Upstream Kernel Changes ]
15402
15403 * Revert "(pre-stable) eCryptfs: Add getattr function"
15404 * Fix potential crash with sys_move_pages
15405 * futex_lock_pi() key refcnt fix
15406 * futex: Handle user space corruption gracefully
15407 * futex: Handle futex value corruption gracefully
15408 * Fix race in tty_fasync() properly
15409 * hwmon: (w83781d) Request I/O ports individually for probing
15410 * hwmon: (lm78) Request I/O ports individually for probing
15411 * hwmon: (adt7462) Wrong ADT7462_VOLT_COUNT
15412 * ALSA: ctxfi - fix PTP address initialization
15413 * drm/i915: disable hotplug detect before Ironlake CRT detect
15414 * drm/i915: enable self-refresh on 965
15415 * drm/i915: Disable SR when more than one pipe is enabled
15416 * drm/i915: Fix DDC on some systems by clearing BIOS GMBUS setup.
15417 * drm/i915: Add HP nx9020/SamsungSX20S to ACPI LID quirk list
15418 * drm/i915: Fix the incorrect DMI string for Samsung SX20S laptop
15419 * drm/i915: Add MALATA PC-81005 to ACPI LID quirk list
15420 * usb: r8a66597-hcd: Flush the D-cache for the pipe-in transfer buffers.
15421 * i2c-tiny-usb: Fix on big-endian systems
15422 * drm/i915: handle FBC and self-refresh better
15423 * drm/i915: Increase fb alignment to 64k
15424 * drm/i915: Update write_domains on active list after flush.
15425 * regulator: Fix display of null constraints for regulators
15426 * ALSA: hda-intel: Avoid divide by zero crash
15427 * CPUFREQ: Fix use after free of struct powernow_k8_data
15428 * freeze_bdev: don't deactivate successfully frozen MS_RDONLY sb
15429 * cciss: Make cciss_seq_show handle holes in the h->drv[] array
15430 * ioat: fix infinite timeout checking in ioat2_quiesce
15431 * resource: add helpers for fetching rlimits
15432 * fs/exec.c: restrict initial stack space expansion to rlimit
15433 * cifs: fix length calculation for converted unicode readdir names
15434 * NFS: Fix a reference leak in nfs_wb_cancel_page()
15435 * NFS: Try to commit unstable writes in nfs_release_page()
15436 * NFSv4: Don't allow posix locking against servers that don't support it
15437 * NFSv4: Ensure that the NFSv4 locking can recover from stateid errors
15438 * NFS: Fix an Oops when truncating a file
15439 * NFS: Fix a umount race
15440 * NFS: Fix a bug in nfs_fscache_release_page()
15441 * NFS: Fix the mapping of the NFSERR_SERVERFAULT error
15442 * md: fix 'degraded' calculation when starting a reshape.
15443 * V4L/DVB: dvb-core: fix initialization of feeds list in demux filter
15444 * Export the symbol of getboottime and mmonotonic_to_bootbased
15445 * kvmclock: count total_sleep_time when updating guest clock
15446 * KVM: PIT: control word is write-only
15447 * tpm_infineon: fix suspend/resume handler for pnp_driver
15448 * amd64_edac: Do not falsely trigger kerneloops
15449 * netfilter: nf_conntrack: fix memory corruption with multiple namespaces
15450 * netfilter: nf_conntrack: per netns nf_conntrack_cachep
15451 * netfilter: nf_conntrack: restrict runtime expect hashsize modifications
15452 * netfilter: xtables: compat out of scope fix
15453 * netfilter: nf_conntrack: fix hash resizing with namespaces
15454 * drm/i915: remove full registers dump debug
15455 * drm/i915: add i915_lp_ring_sync helper
15456 * drm/i915: Don't wait interruptible for possible plane buffer flush
15457 * dasd: remove strings from s390dbf
15458 * crypto: padlock-sha - Add import/export support
15459 * wmi: Free the allocated acpi objects through wmi_get_event_data
15460 * dell-wmi, hp-wmi, msi-wmi: check wmi_get_event_data() return value
15461 * /dev/mem: introduce size_inside_page()
15462 * devmem: check vmalloc address on kmem read/write
15463 * devmem: fix kmem write bug on memory holes
15464 * SCSI: mptfusion : mptscsih_abort return value should be SUCCESS instead
15465 of value 0.
15466 * sh: Couple kernel and user write page perm bits for CONFIG_X2TLB
15467 * ALSA: hda - use WARN_ON_ONCE() for zero-division detection
15468 * dst: call cond_resched() in dst_gc_task()
15469 * ALSA: hda - Improved MacBook (Pro) 5,1 / 5,2 support
15470 * befs: fix leak
15471 * rtc-fm3130: add missing braces
15472 * Call flush_dcache_page after PIO data transfers in libata-sff.c
15473 * ahci: add Acer G725 to broken suspend list
15474 * pktgen: Fix freezing problem
15475 * x86/amd-iommu: Fix IOMMU-API initialization for iommu=pt
15476 * x86/amd-iommu: Fix deassignment of a device from the pt_domain
15477 * x86: Re-get cfg_new in case reuse/move irq_desc
15478 * Staging: fix rtl8187se compilation errors with mac80211
15479 * ALSA: usb-audio - Avoid Oops after disconnect
15480 * serial: 8250: add serial transmitter fully empty test
15481 * sysfs: sysfs_sd_setattr set iattrs unconditionally
15482 * class: Free the class private data in class_release
15483 * USB: usbfs: only copy the actual data received
15484 * USB: usbfs: properly clean up the as structure on error paths
15485 * rtl8187: Add new device ID
15486 * ACPI: Add NULL pointer check in acpi_bus_start
15487 * ACPI: fix High cpu temperature with 2.6.32
15488 * drm/radeon/kms: use udelay for short delays
15489 * NFS: Too many GETATTR and ACCESS calls after direct I/O
15490 * eCryptfs: Add getattr function
15491 * b43: Fix throughput regression
15492 * ath9k: Fix sequence numbers for PAE frames
15493 * mac80211: Fix probe request filtering in IBSS mode
15494 * iwlwifi: Fix to set correct ht configuration
15495 * dm stripe: avoid divide by zero with invalid stripe count
15496 * dm log: userspace fix overhead_size calcuations
15497 * Linux 2.6.32.9
15498 * sfc: Fix SFE4002 initialisation
15499 * sfc: Fix sign of efx_mcdi_poll_reboot() error in efx_mcdi_poll()
15500 * sfc: SFE4002/SFN4112F: Widen temperature and voltage tolerances
15501 * (pre-stable) HID: handle joysticks with large number of buttons
15502 - LP: #492056
15503 * (pre-stable) HID: extend mask for BUTTON usage page
15504 - LP: #492056
15505 * PM: Measure device suspend and resume times
15506 * e1000: enhance frame fragment detection
15507 - CVE-2009-4536
15508 * e1000e: enhance frame fragment detection
15509 - CVE-2009-4538
15510 * KVM: fix memory access during x86 emulation.
15511 - CVE-2010-0306
15512 * KVM: x86 emulator: Add Virtual-8086 mode of emulation
15513 - CVE-2010-0306
15514 * KVM: x86 emulator: Check IOPL level during io instruction emulation
15515 - CVE-2010-0306
15516 * KVM: x86 emulator: Fix popf emulation
15517 - CVE-2010-0306
15518 * KVM: x86 emulator: Check CPL level during privilege instruction
15519 emulation
15520 - CVE-2010-0306
15521 * Input: wacom - ensure the device is initialized properly upon resume
15522 * Input: wacom - add defines for packet lengths of various devices
15523 * Input: wacom - add support for new LCD tablets
15524 - LP: #516777
15525
15526 -- Andy Whitcroft <apw@canonical.com> Mon, 01 Mar 2010 22:56:28 +0000
15527
15528 linux (2.6.32-14.20) lucid; urgency=low
15529
15530 [ Andy Whitcroft ]
15531
15532 * rebuild following the GCC update to match compiler for out of tree modules
15533 * Revert "[Config] drbd -- enable"
15534 * Revert "ubuntu: drbd -- version 8.3.1"
15535 * SAUCE: khubd -- switch USB product/manufacturer/serial handling to RCU
15536 - LP: #510937
15537
15538 -- Andy Whitcroft <apw@canonical.com> Fri, 19 Feb 2010 18:47:18 +0000
15539
15540 linux (2.6.32-14.19) lucid; urgency=low
15541
15542 [ Andy Whitcroft ]
15543
15544 * ensure we build the source package contents when enabled
15545 - LP: #522308
15546 * [Config] enable CONFIG_X86_MCE_XEON75XX
15547 * SAUCE: AppArmor -- add linux/kref.h for struct kref
15548 * [Config] enable CONFIG_HID_ORTEK
15549 * enable udeb generation for arm versatile flavour
15550 - LP: #522515
15551
15552 [ John Johansen ]
15553
15554 * ubuntu: AppArmor -- update to mainline 2010-02-18
15555 - LP: #439560, #496110, #507069
15556
15557 [ Johnathon Harris ]
15558
15559 * SAUCE: HID: add support for Ortek WKB-2000
15560 - LP: #405390
15561
15562 [ Upstream Kernel Changes ]
15563
15564 * tpm_tis: TPM_STS_DATA_EXPECT workaround
15565 - LP: #490487
15566 * x86, mce: Xeon75xx specific interface to get corrected memory error
15567 information
15568 * x86, mce: Rename cpu_specific_poll to mce_cpu_specific_poll
15569 * x86, mce: Make xeon75xx memory driver dependent on PCI
15570 * drm/edid: Unify detailed block parsing between base and extension
15571 blocks
15572 - LP: #500999
15573 * (pre-stable) eCryptfs: Add getattr function
15574 - LP: #390833
15575
15576 -- Andy Whitcroft <apw@canonical.com> Thu, 18 Feb 2010 19:22:02 +0000
15577
15578 linux (2.6.32-13.18) lucid; urgency=low
15579
15580 [ Andy Whitcroft ]
15581
15582 * Revert "enforcer -- make the enforcement configuration common"
15583 * Revert "(pre-stable) Input: ALPS - add interleaved protocol support
15584 (Dell E6x00 series)"
15585 * Revert "(pre-stable) driver-core: fix devtmpfs crash on s390"
15586 * Revert "(pre-stable) Driver-Core: devtmpfs - set root directory mode to
15587 0755"
15588 * Revert "SAUCE: Adds support for COMPAL JHL90 webcam"
15589 * Revert "SAUCE: fix kernel oops in VirtualBox during paravirt patching"
15590 * Revert "SAUCE: make fc transport removal of target configurable"
15591 * enforcer -- make the enforcement configuration common
15592 * getabis -- add preempt flavour to the list
15593 * [Config] enforce DEVTMPFS options
15594 * [Config] armel -- cleanup to-be builtin modules
15595 * [Config] cleanup ports configs
15596 * [Config] enable CRYPTO_GHASH_CLMUL_NI_INTEL
15597 - LP: #485536
15598 * add printdebian target to find branch target
15599 * distclean -- do not remove debian.env
15600 * [Config] generic-pae switch to M586TSC
15601 - LP: #519448
15602 * git-ubuntu-log -- commonise duplicated log handling
15603 * git-ubuntu-log -- tighten up Bug: NNNN matching
15604 * git-ubuntu-log -- sort the bug numbers
15605
15606 [ Chris Wilson ]
15607
15608 * (pre-stable) drm/i915: Increase fb alignment to 64k
15609 - LP: #404064
15610
15611 [ Eric Miao ]
15612
15613 * arm -- enable ubuntu/ directory
15614
15615 [ Huang Ying ]
15616
15617 * SAUCE: crypto: ghash - Add PCLMULQDQ accelerated implementation
15618 * SAUCE: crypto: ghash-intel - Fix building failure on x86_32
15619
15620 [ Loïc Minier ]
15621
15622 * [Config] cleanup preempt configuration
15623 * [Config] versatile: Fix video output
15624 - LP: #517594
15625 * [Config] armel DEFAULT_MMAP_MIN_ADDR=32768
15626 * [Config] Large update to armel/versatile
15627 * [Config] versatile: Add RTC support
15628 * [Config] armel: Enable NEON
15629 * [Config] versatile: Builtin MMC support
15630 * [Config] versatile Builtin SCSI controller
15631 * [Config] armel Disable dma_cache_sync callers
15632 * [Config] armel Disable asm/time.h users
15633 * [Config] armel Disable out of range udelay()
15634 * [Config] armel Disable flush_cache_range() users
15635 * [Config] armel -- Enable ubuntu/ drivers
15636
15637 [ Steve Conklin ]
15638
15639 * SAUCE: drm/i915: Add display hotplug event on Ironlake
15640 * SAUCE: drm/i915: Add ACPI OpRegion support for Ironlake
15641
15642 [ Upstream Kernel Changes ]
15643
15644 * Revert "[Upstream]: oprofile/x86: add Xeon 7500 series support"
15645 * Revert "Revert "[Bluetooth] Eliminate checks for impossible conditions
15646 in IRQ handler""
15647 * clockevent: Don't remove broadcast device when cpu is dead
15648 * clockevents: Add missing include to pacify sparse
15649 * ACPI: don't cond_resched if irq is disabled
15650 * be2net: Add support for next generation of BladeEngine device.
15651 * be2net: Add the new PCI IDs to PCI_DEVICE_TABLE.
15652 * mpt2sas: New device SAS2208 support is added
15653 * ar9170: Add support for D-Link DWA 160 A2
15654 * powerpc/fsl: Add PCI device ids for new QoirQ chips
15655 * davinci: dm646x: Add support for 3.x silicon revision
15656 * Input: ALPS - add interleaved protocol support (Dell E6x00 series)
15657 * Driver-Core: devtmpfs - set root directory mode to 0755
15658 * driver-core: fix devtmpfs crash on s390
15659 * vfs: get_sb_single() - do not pass options twice
15660 * ALSA: hda - Add PCI IDs for Nvidia G2xx-series
15661 * V4L/DVB (13569): smsusb: add autodetection support for five additional
15662 Hauppauge USB IDs
15663 * USB: mos7840: add device IDs for B&B electronics devices
15664 * USB: ftdi_sio: add USB device ID's for B&B Electronics line
15665 * V4L/DVB (13168): Add support for Asus Europa Hybrid DVB-T card (SAA7134
15666 SubVendor ID: 0x1043 Device ID: 0x4847)
15667 * iTCO_wdt: Add support for Intel Ibex Peak
15668 * atl1c:use common_task instead of reset_task and link_chg_task
15669 * atl1e:disable NETIF_F_TSO6 for hardware limit
15670 * V4L/DVB (13680a): DocBook/media: copy images after building HTML
15671 * V4L/DVB (13680b): DocBook/media: create links for included sources
15672 * netfilter: xtables: fix conntrack match v1 ipt-save output
15673 * partitions: read whole sector with EFI GPT header
15674 * partitions: use sector size for EFI GPT
15675 * ALSA: ice1724 - Patch for suspend/resume for ESI Juli@
15676 * sched: Fix isolcpus boot option
15677 * sched: Fix missing sched tunable recalculation on cpu add/remove
15678 * nohz: Prevent clocksource wrapping during idle
15679 * nfsd: Fix sort_pacl in fs/nfsd/nf4acl.c to actually sort groups
15680 * timers, init: Limit the number of per cpu calibration bootup messages
15681 * PCI: Always set prefetchable base/limit upper32 registers
15682 * iscsi class: modify handling of replacement timeout
15683 * NFS: Revert default r/wsize behavior
15684 * HID: fixup quirk for NCR devices
15685 * scsi_devinfo: update Hitachi entries (v2)
15686 * scsi_dh: create sysfs file, dh_state for all SCSI disk devices
15687 * scsi_transport_fc: remove invalid BUG_ON
15688 * lpfc: fix hang on SGI ia64 platform
15689 * libfc: fix typo in retry check on received PRLI
15690 * libfc: fix ddp in fc_fcp for 0 xid
15691 * fcoe: remove redundant checking of netdev->netdev_ops
15692 * libfc: Fix wrong scsi return status under FC_DATA_UNDRUN
15693 * libfc: lport: fix minor documentation errors
15694 * libfc: don't WARN_ON in lport_timeout for RESET state
15695 * fcoe: initialize return value in fcoe_destroy
15696 * libfc: Fix frags in frame exceeding SKB_MAX_FRAGS in fc_fcp_send_data
15697 * libfc: fix memory corruption caused by double frees and bad error
15698 handling
15699 * libfc: fix free of fc_rport_priv with timer pending
15700 * libfc: remote port gets stuck in restart state without really
15701 restarting
15702 * fcoe, libfc: fix an libfc issue with queue ramp down in libfc
15703 * fcoe: Fix checking san mac address
15704 * fcoe: Fix getting san mac for VLAN interface
15705 * qlge: Remove explicit setting of PCI Dev CTL reg.
15706 * qlge: Set PCIE max read request size.
15707 * qlge: Don't fail open when port is not initialized.
15708 * qlge: Add handler for DCBX firmware event.
15709 * qlge: Bonding fix for mode 6.
15710 * PCI: AER: fix aer inject result in kernel oops
15711 * DMI: allow omitting ident strings in DMI tables
15712 * Input: i8042 - remove identification strings from DMI tables
15713 * Input: i8042 - add Gigabyte M1022M to the noloop list
15714 * Input: i8042 - add Dritek quirk for Acer Aspire 5610.
15715 * ALSA: hda - select IbexPeak handler for Calpella
15716 * ALSA: hda - Fix quirk for Maxdata obook4-1
15717 * ALSA: hda - Add missing Line-Out and PCM switches as slave
15718 * iTCO_wdt.c - cleanup chipset documentation
15719 * iTCO_wdt: add PCI ID for the Intel EP80579 (Tolapai) SoC
15720 * iTCO_wdt: Add Intel Cougar Point and PCH DeviceIDs
15721 * ahci: disable SNotification capability for ich8
15722 * ata_piix: fix MWDMA handling on PIIX3
15723 * md: fix small irregularity with start_ro module parameter
15724 * V4L/DVB (13826): uvcvideo: Fix controls blacklisting
15725 * cio: fix double free in case of probe failure
15726 * cio: dont panic in non-fatal conditions
15727 * netiucv: displayed TX bytes value much too high
15728 * ipc ns: fix memory leak (idr)
15729 * ALSA: hda - Fix HP T5735 automute
15730 * hwmon: (fschmd) Fix a memleak on multiple opens of /dev/watchdog
15731 * UBI: fix memory leak in update path
15732 * UBI: initialise update marker
15733 * ASoC: fix a memory-leak in wm8903
15734 * mac80211: check that ieee80211_set_power_mgmt only handles STA
15735 interfaces.
15736 * cfg80211: fix channel setting for wext
15737 * KVM: S390: fix potential array overrun in intercept handling
15738 * KVM: only allow one gsi per fd
15739 * KVM: Fix race between APIC TMR and IRR
15740 * KVM: MMU: bail out pagewalk on kvm_read_guest error
15741 * KVM: x86: Fix host_mapping_level()
15742 * KVM: x86: Fix probable memory leak of vcpu->arch.mce_banks
15743 * KVM: x86: Fix leak of free lapic date in kvm_arch_vcpu_init()
15744 * KVM: fix lock imbalance in kvm_*_irq_source_id()
15745 * KVM: only clear irq_source_id if irqchip is present
15746 * IPoIB: Clear ipoib_neigh.dgid in ipoib_neigh_alloc()
15747 * x86: Reenable TSC sync check at boot, even with NONSTOP_TSC
15748 * ACPI: enable C2 and Turbo-mode on Nehalem notebooks on A/C
15749 - LP: #516325
15750 * iwlwifi: Fix throughput stall issue in HT mode for 5000
15751 * fnctl: f_modown should call write_lock_irqsave/restore
15752 * x86, msr/cpuid: Pass the number of minors when unregistering MSR and
15753 CPUID drivers.
15754 * Linux 2.6.32.7
15755 * scsi_lib: Fix bug in completion of bidi commands
15756 * mptsas: Fix issue with chain pools allocation on katmai
15757 * mm: add new 'read_cache_page_gfp()' helper function
15758 * drm/i915: Selectively enable self-reclaim
15759 * firewire: ohci: fix crashes with TSB43AB23 on 64bit systems
15760 * S390: fix single stepped svcs with TRACE_IRQFLAGS=y
15761 * x86: Set hotpluggable nodes in nodes_possible_map
15762 * x86: Remove "x86 CPU features in debugfs" (CONFIG_X86_CPU_DEBUG)
15763 * libata: retry FS IOs even if it has failed with AC_ERR_INVALID
15764 * zcrypt: Do not remove coprocessor for error 8/72
15765 * dasd: fix possible NULL pointer errors
15766 * ACPI: Add a generic API for _OSC -v2
15767 * ACPI: Add platform-wide _OSC support.
15768 * ACPI: fix OSC regression that caused aer and pciehp not to load
15769 * ACPI: Advertise to BIOS in _OSC: _OST on _PPC changes
15770 * UBI: fix volume creation input checking
15771 * e1000/e1000e: don't use small hardware rx buffers
15772 * drm/i915: Reload hangcheck timer too for Ironlake
15773 * Fix a leak in affs_fill_super()
15774 * Fix failure exits in bfs_fill_super()
15775 * fix oops in fs/9p late mount failure
15776 * fix leak in romfs_fill_super()
15777 * Fix remount races with symlink handling in affs
15778 * fix affs parse_options()
15779 * Fix failure exit in ipathfs
15780 * mm: fix migratetype bug which slowed swapping
15781 * FDPIC: Respect PT_GNU_STACK exec protection markings when creating
15782 NOMMU stack
15783 * Split 'flush_old_exec' into two functions
15784 * sparc: TIF_ABI_PENDING bit removal
15785 * x86: get rid of the insane TIF_ABI_PENDING bit
15786 * Input: winbond-cir - remove dmesg spam
15787 * x86: Disable HPET MSI on ATI SB700/SB800
15788 * iwlwifi: set default aggregation frame count limit to 31
15789 * drm/i915: only enable hotplug for detected outputs
15790 * firewire: core: add_descriptor size check
15791 * SECURITY: selinux, fix update_rlimit_cpu parameter
15792 * regulator: Specify REGULATOR_CHANGE_STATUS for WM835x LED constraints
15793 * x86: Add Dell OptiPlex 760 reboot quirk
15794 - LP: #488319
15795 * x86: Add quirk for Intel DG45FC board to avoid low memory corruption
15796 * x86/amd-iommu: Fix possible integer overflow
15797 * clocksource: fix compilation if no GENERIC_TIME
15798 * tcp: update the netstamp_needed counter when cloning sockets
15799 * sky2: Fix oops in sky2_xmit_frame() after TX timeout
15800 * net: restore ip source validation
15801 * af_packet: Don't use skb after dev_queue_xmit()
15802 * ax25: netrom: rose: Fix timer oopses
15803 * KVM: allow userspace to adjust kvmclock offset
15804 * oprofile/x86: add Xeon 7500 series support
15805 * oprofile/x86: fix crash when profiling more than 28 events
15806 * libata: retry link resume if necessary
15807 * mm: percpu-vmap fix RCU list walking
15808 * mm: purge fragmented percpu vmap blocks
15809 * block: fix bio_add_page for non trivial merge_bvec_fn case
15810 * Fix 'flush_old_exec()/setup_new_exec()' split
15811 * random: drop weird m_time/a_time manipulation
15812 * random: Remove unused inode variable
15813 * block: fix bugs in bio-integrity mempool usage
15814 * usb: r8a66597-hdc disable interrupts fix
15815 * connector: Delete buggy notification code.
15816 * be2net: Bug fix to support newer generation of BE ASIC
15817 * be2net: Fix memset() arg ordering.
15818 * mm: flush dcache before writing into page to avoid alias
15819 * mac80211: fix NULL pointer dereference when ftrace is enabled
15820 * imxfb: correct location of callbacks in suspend and resume
15821 * mx3fb: some debug and initialisation fixes
15822 * starfire: clean up properly if firmware loading fails
15823 * kernel/cred.c: use kmem_cache_free
15824 * uartlite: fix crash when using as console
15825 * pktcdvd: removing device does not remove its sysfs dir
15826 * ath9k: fix eeprom INI values override for 2GHz-only cards
15827 * ath9k: fix beacon slot/buffer leak
15828 * powerpc: TIF_ABI_PENDING bit removal
15829 * NET: fix oops at bootime in sysctl code
15830 * Linux 2.6.32.8
15831
15832 -- Andy Whitcroft <apw@canonical.com> Wed, 10 Feb 2010 18:56:52 +0000
15833
15834 linux (2.6.32-12.17) lucid; urgency=low
15835
15836 [ Andy Whitcroft ]
15837
15838 * restore linux-image prefix -- master
15839 * enforce -- we require SELINUX enabled -- master
15840 * enforce -- ensure APPARMOR is our default LSM -- master
15841 * make doc package completely optional -- master
15842 * make source package completely optional -- master
15843 * make linux-libc-dev completly optional -- master
15844 * convert package disable to a deps list -- master
15845 * allow common headers to switch from indep to arch -- master
15846 * convert binary package disable to a deps list -- master
15847 * add configuration option for a full source build tree -- master
15848 * add support for uImage kernels in package control scripts
15849 * getabis -- cleanup and parameterise repository list -- master
15850 * getabis -- move configuration to etc/getabi -- master
15851 * kernelconfig -- move configuration to etc -- master
15852 * rules -- make debian/debian.env master for branch name
15853 * set the current branch name -- master
15854 * pull back common debian.master files into debian -- master
15855 * enforcer -- make the enforcement configuration common
15856 * insert-changes -- correctly link to debian/rules in DROOT
15857
15858 [ Colin Watson ]
15859
15860 * future-proof ddeb handling against buildd changes
15861
15862 [ Eric Miao ]
15863
15864 * SAUCE: Make CONFIG_{OMNIBOOK, AVERATEC_5100P, PACKARDBELL_E5} depend on
15865 X86
15866
15867 [ Loïc Minier ]
15868
15869 * Add modules.builtin.bin to prerm rm list
15870 - LP: #516584
15871
15872 [ Tim Gardner ]
15873
15874 * [Config] Implement the amd64 preempt flavour
15875
15876 [ Upstream Kernel Changes ]
15877
15878 * syslog: distinguish between /proc/kmsg and syscalls
15879 - LP: #515623
15880 * sfc: Fix polling for slow MCDI operations
15881 * sfc: Fix conditions for MDIO self-test
15882 * sfc: QT202x: Remove unreliable MMD check at initialisation
15883 * sfc: Add workspace for GMAC bug workaround to MCDI MAC_STATS buffer
15884 * sfc: Use fixed-size buffers for MCDI NVRAM requests
15885
15886 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Feb 2010 07:09:31 +0000
15887
15888 linux (2.6.32-12.16) lucid; urgency=low
15889
15890 [ Andy Whitcroft ]
15891
15892 * Revert "SAUCE: acpi battery -- delay first lookup of the battery until
15893 first use"
15894 * SAUCE: acpi battery -- move first lookup asynchronous
15895 - LP: #507211
15896 * [Config] update configs to cleanup generic configs
15897 * [Config] disable CONFIG_X86_CPU_DEBUG for amd64
15898 * [Config] enable USER_NS
15899 - LP: #480739, #509808
15900
15901 [ Heiko Carstens ]
15902
15903 * (pre-stable) driver-core: fix devtmpfs crash on s390
15904 - LP: #512370
15905
15906 [ John Johansen ]
15907
15908 * [Config] for server and virtual flavours make CONFIG_SCSI_SYM53C8XX_2=y
15909 - LP: #494565
15910 * [Config] VIRTIO=y for server/virtual flavours
15911 - LP: #494565
15912
15913 [ Kay Sievers ]
15914
15915 * (pre-stable) Driver-Core: devtmpfs - set root directory mode to 0755
15916 - LP: #512370
15917
15918 [ Kees Cook ]
15919
15920 * SAUCE: x86: brk away from exec rand area
15921 - LP: #452175
15922
15923 [ Leann Ogasawara ]
15924
15925 * [Upstream] e1000: enhance frame fragment detection
15926 - CVE-2009-4536
15927 * [Upstream] e1000e: enhance frame fragment detection
15928 - CVE-2009-4538
15929
15930 [ Sebastian Kapfer ]
15931
15932 * (pre-stable) Input: ALPS - add interleaved protocol support (Dell E6x00
15933 series)
15934 - LP: #296610
15935
15936 [ Upstream Kernel Changes ]
15937
15938 * inotify: do not reuse watch descriptors
15939 - LP: #485556
15940 * inotify: only warn once for inotify problems
15941 * revert "drivers/video/s3c-fb.c: fix clock setting for Samsung SoC
15942 Framebuffer"
15943 * memcg: ensure list is empty at rmdir
15944 * drm/i915: remove loop in Ironlake interrupt handler
15945 * block: Fix incorrect reporting of partition alignment
15946 * x86, mce: Thermal monitoring depends on APIC being enabled
15947 * futexes: Remove rw parameter from get_futex_key()
15948 * page allocator: update NR_FREE_PAGES only when necessary
15949 * x86, apic: use physical mode for IBM summit platforms
15950 * edac: i5000_edac critical fix panic out of bounds
15951 * x86: SGI UV: Fix mapping of MMIO registers
15952 * mfd: WM835x GPIO direction register is not locked
15953 * mfd: Correct WM835x ISINK ramp time defines
15954 * ALSA: hda - Fix missing capture mixer for ALC861/660 codecs
15955 * V4L/DVB (13868): gspca - sn9c20x: Fix test of unsigned.
15956 * reiserfs: truncate blocks not used by a write
15957 * HID: add device IDs for new model of Apple Wireless Keyboard
15958 * PCI/cardbus: Add a fixup hook and fix powerpc
15959 * Input: pmouse - move Sentelic probe down the list
15960 * asus-laptop: add Lenovo SL hotkey support
15961 * sched: Fix cpu_clock() in NMIs, on !CONFIG_HAVE_UNSTABLE_SCHED_CLOCK
15962 * sparc64: Fix NMI programming when perf events are active.
15963 * sparc64: Fix Niagara2 perf event handling.
15964 * i2c: Do not use device name after device_unregister
15965 * i2c/pca: Don't use *_interruptible
15966 * serial/8250_pnp: add a new Fujitsu Wacom Tablet PC device
15967 * sched: Fix task priority bug
15968 * vfs: Fix vmtruncate() regression
15969 * Linux 2.6.32.5
15970 * x86, msr/cpuid: Register enough minors for the MSR and CPUID drivers
15971 * V4L/DVB (13900): gspca - sunplus: Fix bridge exchanges.
15972 * Staging: asus_oled: fix oops in 2.6.32.2
15973 * Staging: hv: fix smp problems in the hyperv core code
15974 * tty: fix race in tty_fasync
15975 * ecryptfs: use after free
15976 * ecryptfs: initialize private persistent file before dereferencing
15977 pointer
15978 * nozomi: quick fix for the close/close bug
15979 * serial: 8250_pnp: use wildcard for serial Wacom tablets
15980 * usb: serial: fix memory leak in generic driver
15981 * USB: fix bitmask merge error
15982 * USB: Don't use GFP_KERNEL while we cannot reset a storage device
15983 * USB: EHCI: fix handling of unusual interrupt intervals
15984 * USB: EHCI & UHCI: fix race between root-hub suspend and port resume
15985 * USB: add missing delay during remote wakeup
15986 * USB: add speed values for USB 3.0 and wireless controllers
15987 * ACPI: EC: Accelerate query execution
15988 * ACPI: EC: Add wait for irq storm
15989 * SCSI: enclosure: fix oops while iterating enclosure_status array
15990 * drm/i915: Read the response after issuing DDC bus switch command
15991 * drm/i915: try another possible DDC bus for the SDVO device with
15992 multiple outputs
15993 * block: bdev_stack_limits wrapper
15994 * DM: Fix device mapper topology stacking
15995 * x86/PCI/PAT: return EINVAL for pci mmap WC request for !pat_enabled
15996 * USB: fix usbstorage for 2770:915d delivers no FAT
15997 * vmalloc: remove BUG_ON due to racy counting of VM_LAZY_FREE
15998 * perf timechart: Use tid not pid for COMM change
15999 * perf events: Dont report side-band events on each cpu for
16000 per-task-per-cpu events
16001 * perf: Honour event state for aux stream data
16002 * Linux 2.6.32.6
16003
16004 -- Andy Whitcroft <apw@canonical.com> Wed, 27 Jan 2010 16:40:23 +0000
16005
16006 linux (2.6.32-11.15) lucid; urgency=low
16007
16008 [ Andy Whitcroft ]
16009
16010 * Revert "(pre-stable) drm/radeon/kms: fix crtc vblank update for r600"
16011 * Revert "(pre-stable) sched: Fix balance vs hotplug race"
16012 * Revert "[Upstream] acerhdf: Limit modalias matching to supported
16013 boards"
16014 * Revert "[Upstream] mmc: prevent dangling block device from accessing
16015 stale queues"
16016 * Revert "SAUCE: Fix nx_enable reporting"
16017 * Revert "SAUCE: [x86] fix report of cs-limit nx-emulation"
16018 * Revert "SAUCE: [x86] implement cs-limit nx-emulation for ia32"
16019 * SAUCE: i915 -- disable powersave by default
16020 - LP: #492392
16021
16022 [ Kees Cook ]
16023
16024 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
16025 - LP: #369978
16026 * SAUCE: [x86] fix report of cs-limit nx-emulation
16027 - LP: #454285
16028 * SAUCE: Fix nx_enable reporting
16029 - LP: #454285
16030
16031 [ Tim Gardner ]
16032
16033 * [Upstream] b43: Declare all possible firmware files.
16034 - LP: #488636
16035 * [Config] updateconfigs after adding pvscsi
16036 - LP: #497156
16037 * [Config] CONFIG_BT=m
16038
16039 [ Upstream Kernel Changes ]
16040
16041 * Revert "x86: Side-step lguest problem by only building cmpxchg8b_emu
16042 for pre-Pentium"
16043 * SCSI: ipr: fix EEH recovery
16044 * SCSI: qla2xxx: dpc thread can execute before scsi host has been added
16045 * SCSI: st: fix mdata->page_order handling
16046 * SCSI: fc class: fix fc_transport_init error handling
16047 * sched: Fix task_hot() test order
16048 * x86, cpuid: Add "volatile" to asm in native_cpuid()
16049 * sched: Select_task_rq_fair() must honour SD_LOAD_BALANCE
16050 * clockevents: Prevent clockevent_devices list corruption on cpu hotplug
16051 * pata_hpt3x2n: fix clock turnaround
16052 * pata_cmd64x: fix overclocking of UDMA0-2 modes
16053 * ASoC: wm8974: fix a wrong bit definition
16054 * sound: sgio2audio/pdaudiocf/usb-audio: initialize PCM buffer
16055 * ALSA: hda - Fix missing capsrc_nids for ALC88x
16056 * acerhdf: limit modalias matching to supported
16057 - LP: #435958
16058 * ACPI: EC: Fix MSI DMI detection
16059 * ACPI: Use the return result of ACPI lid notifier chain correctly
16060 * powerpc: Handle VSX alignment faults correctly in little-endian mode
16061 * ASoC: Do not write to invalid registers on the wm9712.
16062 * drm/radeon: fix build on 64-bit with some compilers.
16063 * USB: emi62: fix crash when trying to load EMI 6|2 firmware
16064 * USB: option: support hi speed for modem Haier CE100
16065 * USB: Fix a bug on appledisplay.c regarding signedness
16066 * USB: musb: gadget_ep0: avoid SetupEnd interrupt
16067 * Bluetooth: Prevent ill-timed autosuspend in USB driver
16068 * USB: rename usb_configure_device
16069 * USB: fix bugs in usb_(de)authorize_device
16070 * drivers/net/usb: Correct code taking the size of a pointer
16071 * x86: SGI UV: Fix writes to led registers on remote uv hubs
16072 * md: Fix unfortunate interaction with evms
16073 * dma: at_hdmac: correct incompatible type for argument 1 of
16074 'spin_lock_bh'
16075 * dma-debug: Do not add notifier when dma debugging is disabled.
16076 * dma-debug: Fix bug causing build warning
16077 * cifs: NULL out tcon, pSesInfo, and srvTcp pointers when chasing DFS
16078 referrals
16079 * x86/amd-iommu: Fix initialization failure panic
16080 * ioat3: fix p-disabled q-continuation
16081 * ioat2,3: put channel hardware in known state at init
16082 * KVM: MMU: remove prefault from invlpg handler
16083 * KVM: LAPIC: make sure IRR bitmap is scanned after vm load
16084 * Libertas: fix buffer overflow in lbs_get_essid()
16085 * iwmc3200wifi: fix array out-of-boundary access
16086 * mac80211: fix propagation of failed hardware reconfigurations
16087 * mac80211: fix WMM AP settings application
16088 * mac80211: Fix IBSS merge
16089 * cfg80211: fix race between deauth and assoc response
16090 * ath5k: fix SWI calibration interrupt storm
16091 * ath9k: wake hardware for interface IBSS/AP/Mesh removal
16092 * ath9k: Fix TX queue draining
16093 * ath9k: fix missed error codes in the tx status check
16094 * ath9k: wake hardware during AMPDU TX actions
16095 * ath9k: fix suspend by waking device prior to stop
16096 * ath9k_hw: Fix possible OOB array indexing in gen_timer_index[] on
16097 64-bit
16098 * ath9k_hw: Fix AR_GPIO_INPUT_EN_VAL_BT_PRIORITY_BB and its shift value
16099 in 0x4054
16100 * iwl3945: disable power save
16101 * iwl3945: fix panic in iwl3945 driver
16102 * iwlwifi: fix EEPROM/OTP reading endian annotations and a bug
16103 * iwlwifi: fix more eeprom endian bugs
16104 * iwlwifi: fix 40MHz operation setting on cards that do not allow it
16105 * mac80211: fix race with suspend and dynamic_ps_disable_work
16106 * NOMMU: Optimise away the {dac_,}mmap_min_addr tests
16107 * 'sysctl_max_map_count' should be non-negative
16108 * kernel/sysctl.c: fix the incomplete part of
16109 sysctl_max_map_count-should-be-non-negative.patch
16110 * V4L/DVB (13596): ov511.c typo: lock => unlock
16111 * x86/ptrace: make genregs[32]_get/set more robust
16112 * memcg: avoid oom-killing innocent task in case of use_hierarchy
16113 * e100: Fix broken cbs accounting due to missing memset.
16114 * ipv6: reassembly: use seperate reassembly queues for conntrack and
16115 local delivery
16116 * netfilter: fix crashes in bridge netfilter caused by fragment jumps
16117 * hwmon: (sht15) Off-by-one error in array index + incorrect constants
16118 * b43: avoid PPC fault during resume
16119 * Keys: KEYCTL_SESSION_TO_PARENT needs TIF_NOTIFY_RESUME architecture
16120 support
16121 * sched: Fix balance vs hotplug race
16122 * drm/radeon/kms: fix crtc vblank update for r600
16123 * drm: disable all the possible outputs/crtcs before entering KMS mode
16124 * S390: dasd: support DIAG access for read-only devices
16125 * xen: fix is_disconnected_device/exists_disconnected_device
16126 * xen: improvement to wait_for_devices()
16127 * xen: wait up to 5 minutes for device connetion
16128 * orinoco: fix GFP_KERNEL in orinoco_set_key with interrupts disabled
16129 * udf: Try harder when looking for VAT inode
16130 * Add unlocked version of inode_add_bytes() function
16131 * quota: decouple fs reserved space from quota reservation
16132 * ext4: Convert to generic reserved quota's space management.
16133 * ext4: fix sleep inside spinlock issue with quota and dealloc (#14739)
16134 * x86, msr: Unify rdmsr_on_cpus/wrmsr_on_cpus
16135 * cpumask: use modern cpumask style in drivers/edac/amd64_edac.c
16136 * amd64_edac: unify MCGCTL ECC switching
16137 * x86, msr: Add support for non-contiguous cpumasks
16138 * x86, msr: msrs_alloc/free for CONFIG_SMP=n
16139 * amd64_edac: fix driver instance freeing
16140 * amd64_edac: make driver loading more robust
16141 * amd64_edac: fix forcing module load/unload
16142 * sched: Sched_rt_periodic_timer vs cpu hotplug
16143 * ext4: Update documentation to correct the inode_readahead_blks option
16144 name
16145 * lguest: fix bug in setting guest GDT entry
16146 * vmscan: do not evict inactive pages when skipping an active list scan
16147 * ksm: fix mlockfreed to munlocked
16148 * rt2x00: Disable powersaving for rt61pci and rt2800pci.
16149 * generic_permission: MAY_OPEN is not write access
16150 * Linux 2.6.32.3
16151 * untangle the do_mremap() mess
16152 * fasync: split 'fasync_helper()' into separate add/remove functions
16153 * ASoC: fix params_rate() macro use in several codecs
16154 * modules: Skip empty sections when exporting section notes
16155 * exofs: simple_write_end does not mark_inode_dirty
16156 * nfsd: make sure data is on disk before calling ->fsync
16157 * sunrpc: fix peername failed on closed listener
16158 * SUNRPC: Fix up an error return value in
16159 gss_import_sec_context_kerberos()
16160 * SUNRPC: Fix the return value in gss_import_sec_context()
16161 * sunrpc: on successful gss error pipe write, don't return error
16162 * drm/i915: Update LVDS connector status when receiving ACPI LID event
16163 * drm/i915: fix order of fence release wrt flushing
16164 * drm/i915: Permit pinning whilst the device is 'suspended'
16165 * drm: remove address mask param for drm_pci_alloc()
16166 * drm/i915: Enable/disable the dithering for LVDS based on VBT setting
16167 * drm/i915: Make the BPC in FDI rx/transcoder be consistent with that in
16168 pipeconf on Ironlake
16169 * drm/i915: Select the correct BPC for LVDS on Ironlake
16170 * drm/i915: fix unused var
16171 * rtc_cmos: convert shutdown to new pnp_driver->shutdown
16172 * drivers/cpuidle/governors/menu.c: fix undefined reference to
16173 `__udivdi3'
16174 * cgroups: fix 2.6.32 regression causing BUG_ON() in cgroup_diput()
16175 * lib/rational.c needs module.h
16176 * dma-debug: allow DMA_BIDIRECTIONAL mappings to be synced with
16177 DMA_FROM_DEVICE and
16178 * kernel/signal.c: fix kernel information leak with print-fatal-signals=1
16179 * mmc_block: add dev_t initialization check
16180 * mmc_block: fix probe error cleanup bug
16181 * mmc_block: fix queue cleanup
16182 * ALSA: hda - Fix ALC861-VD capture source mixer
16183 * ALSA: ac97: Add Dell Dimension 2400 to Headphone/Line Jack Sense
16184 blacklist
16185 * ALSA: atiixp: Specify codec for Foxconn RC4107MA-RS2
16186 - LP: #498863
16187 * ASoC: Fix WM8350 DSP mode B configuration
16188 * netfilter: ebtables: enforce CAP_NET_ADMIN
16189 * netfilter: nf_ct_ftp: fix out of bounds read in update_nl_seq()
16190 * hwmon: (coretemp) Fix TjMax for Atom N450/D410/D510 CPUs
16191 * hwmon: (adt7462) Fix pin 28 monitoring
16192 * quota: Fix dquot_transfer for filesystems different from ext4
16193 * xen: fix hang on suspend.
16194 * iwlwifi: fix iwl_queue_used bug when read_ptr == write_ptr
16195 * ath5k: Fix eeprom checksum check for custom sized eeproms
16196 * cfg80211: fix syntax error on user regulatory hints
16197 * iwl: off by one bug
16198 * mac80211: add missing sanity checks for action frames
16199 * drm/i915: remove render reclock support
16200 * libertas: Remove carrier signaling from the scan code
16201 * kernel/sysctl.c: fix stable merge error in NOMMU mmap_min_addr
16202 * mac80211: fix skb buffering issue (and fixes to that)
16203 * fix braindamage in audit_tree.c untag_chunk()
16204 * fix more leaks in audit_tree.c tag_chunk()
16205 * module: handle ppc64 relocating kcrctabs when CONFIG_RELOCATABLE=y
16206 * ipv6: skb_dst() can be NULL in ipv6_hop_jumbo().
16207 * agp/intel-agp: Clear entire GTT on startup
16208 * Linux 2.6.32.4
16209 * ethtool: Add reset operation
16210 * gro: Name the GRO result enumeration type
16211 * gro: Change all receive functions to return GRO result codes
16212 * sfc: 10Xpress: Initialise pause advertising flags
16213 * sfc: 10Xpress: Report support for pause frames
16214 * sfc: Remove redundant header gmii.h
16215 * sfc: Remove redundant hardware initialisation
16216 * sfc: Rename Falcon-specific board code and types
16217 * sfc: Remove boards.h, moving last remaining declaration to falcon.h
16218 * sfc: Remove versioned bitfield macros
16219 * sfc: Move RX data FIFO thresholds out of struct efx_nic_type
16220 * sfc: Update hardware definitions for Siena
16221 * sfc: Rename register I/O header and functions used by both Falcon and
16222 Siena
16223 * sfc: Eliminate indirect lookups of queue size constants
16224 * sfc: Define DMA address mask explicitly in terms of descriptor field
16225 width
16226 * sfc: Move all TX DMA length limiting into tx.c
16227 * sfc: Change order of device removal to reverse of probe order
16228 * sfc: Remove declarations of nonexistent functions
16229 * sfc: Move efx_xmit_done() declaration into correct stanza
16230 * sfc: Move shared members of struct falcon_nic_data into struct efx_nic
16231 * sfc: Maintain interrupt moderation values in ticks, not microseconds
16232 * sfc: Removed kernel-doc for nonexistent member of efx_phy_operations
16233 * sfc: Remove pointless abstraction of memory BAR number
16234 * sfc: Remove incorrect assertion from efx_pci_remove_main()
16235 * sfc: Remove unnecessary tests of efx->membase
16236 * sfc: Move MTD probe after netdev registration and name allocation
16237 * sfc: Remove unused code for non-autoneg speed/duplex switching
16238 * sfc: Rename 'xfp' file and functions to reflect reality
16239 * sfc: Really allow RX checksum offload to be disabled
16240 * sfc: Feed GRO result into RX allocation policy and interrupt moderation
16241 * sfc: Enable heuristic selection between page and skb RX buffers
16242 * sfc: Remove pointless abstraction of memory BAR number (2)
16243 * sfc: Remove redundant gotos from __efx_rx_packet()
16244 * sfc: Remove ridiculously paranoid assertions
16245 * sfc: Move assertions and buffer cleanup earlier in efx_rx_packet_lro()
16246 * sfc: Record RX queue number on GRO path
16247 * sfc: SFT9001: Reset LED configuration correctly after blinking
16248 * sfc: Use a single blink implementation
16249 * sfc: Rename efx_board::init_leds to init_phy and use for SFN4111T
16250 * sfc: Make board information explicitly Falcon-specific
16251 * sfc: Move definition of struct falcon_nic_data into falcon.h
16252 * sfc: Move struct falcon_board into struct falcon_nic_data
16253 * sfc: Move all I2C stuff into struct falcon_board
16254 * sfc: Gather link state fields in struct efx_nic into new struct
16255 efx_link_state
16256 * sfc: Remove unnecessary casts to struct sk_buff *
16257 * sfc: Remove redundant efx_xmit() function
16258 * sfc: Combine high-level header files
16259 * sfc: Log interrupt and reset type names, not numbers
16260 * sfc: Fix descriptor cache sizes
16261 * sfc: Treat all MAC registers as 128-bit
16262 * sfc: Strengthen EFX_ASSERT_RESET_SERIALISED
16263 * sfc: Comment corrections
16264 * sfc: Remove unused constant
16265 * sfc: Clean up struct falcon_board and struct falcon_board_data
16266 * sfc: Fix bugs in RX queue flushing
16267 * sfc: Remove unused function efx_flush_queues()
16268 * sfc: Only switch Falcon MAC clocks as necessary
16269 * sfc: Hold MAC lock for longer in efx_init_port()
16270 * sfc: Split MAC stats DMA initiation and completion
16271 * sfc: Move Falcon board/PHY/MAC monitoring code to falcon.c
16272 * sfc: Simplify XMAC link polling
16273 * sfc: Change MAC promiscuity and multicast hash at the same time
16274 * sfc: Move inline comment into kernel-doc
16275 * sfc: Do not set net_device::trans_start in self-test
16276 * sfc: Simplify PHY polling
16277 * sfc: QT202x: Reset before reading PHY id
16278 * sfc: Replace MDIO spinlock with mutex
16279 * sfc: Always start Falcon using the XMAC
16280 * sfc: Limit some hardware workarounds to Falcon
16281 * sfc: Remove EFX_WORKAROUND_9141 macro
16282 * sfc: Remove another unused workaround macro
16283 * sfc: Remove some redundant whitespace
16284 * sfc: Decouple NIC revision number from Falcon PCI revision number
16285 * sfc: Move descriptor cache base addresses to struct efx_nic_type
16286 * sfc: Clean up RX event handling
16287 * sfc: Remove redundant writes to INT_ADR_KER
16288 * sfc: Remove duplicate hardware structure definitions
16289 * sfc: Turn pause frame generation on and off at the MAC, not the RX FIFO
16290 * sfc: Move Falcon NIC operations to efx_nic_type
16291 * sfc: Refactor link configuration
16292 * sfc: Generalise link state monitoring
16293 * sfc: Add power-management and wake-on-LAN support
16294 * sfc: Implement ethtool reset operation
16295 * sfc: Add efx_nic_type operation for register self-test
16296 * sfc: Add efx_nic_type operation for NVRAM self-test
16297 * sfc: Add efx_nic_type operation for identity LED control
16298 * sfc: Separate shared NIC code from Falcon-specific and rename
16299 accordingly
16300 * sfc: Fold falcon_probe_nic_variant() into falcon_probe_nic()
16301 * sfc: Extend loopback mode enumeration
16302 * sfc: Remove static PHY data and enumerations
16303 * sfc: Extend MTD driver for use with new NICs
16304 * sfc: Allow for additional checksum offload features
16305 * sfc: Rename falcon.h to nic.h
16306 * sfc: Move shared NIC code from falcon.c to new source file nic.c
16307 * sfc: Add firmware protocol definitions (MCDI)
16308 * sfc: Add support for SFC9000 family (1)
16309 * sfc: Add support for SFC9000 family (2)
16310 * sfc: Implement TSO for TCP/IPv6
16311 * sfc: Update version, copyright dates, authors
16312 * drivers/net/sfc: Correct code taking the size of a pointer
16313 * sfc: Move PHY software state initialisation from init() into probe()
16314 * sfc: Include XGXS in XMAC link status check except in XGMII loopback
16315 * sfc: Fix DMA mapping cleanup in case of an error in TSO
16316 * sfc: QT2025C: Work around PHY bug
16317 * sfc: QT2025C: Switch into self-configure mode when not in loopback
16318 * sfc: QT2025C: Work around PHY firmware initialisation bug
16319 * sfc: QT2025C: Add error message for suspected bad SFP+ cables
16320 * sfc: Disable TX descriptor prefetch watchdog
16321 * [SCSI] vmw_pvscsi: SCSI driver for VMware's virtual HBA.
16322 - LP: #497156
16323
16324 -- Andy Whitcroft <apw@canonical.com> Tue, 19 Jan 2010 16:12:47 +0000
16325
16326 linux (2.6.32-10.14) lucid; urgency=low
16327
16328 [ Alex Deucher ]
16329
16330 * SAUCE: drm/radeon/kms: fix LVDS setup on r4xx
16331 - LP: #493795
16332
16333 [ Andy Whitcroft ]
16334
16335 * Revert "(pre-stable) acpi: Use the ARB_DISABLE for the CPU which model
16336 id is less than 0x0f."
16337 * config-check -- ensure the checks get run at build time
16338 * config-check -- check the processed config during updateconfigs
16339 * config-check -- CONFIG_SECCOMP may not be present
16340 * TUN is now built in ignore
16341 * SAUCE: acpi battery -- delay first lookup of the battery until first
16342 use
16343 * SAUCE: async_populate_rootfs: move rootfs init earlier
16344 * ubuntu: AppArmor -- update to mainline 2010-01-06
16345 * SAUCE: move RLIMIT_CORE pipe dumper marker to 1
16346 - LP: #498525
16347
16348 [ Dave Airlie ]
16349
16350 * (pre-stable) drm/radeon/kms: fix crtc vblank update for r600
16351
16352 [ Leann Ogasawara ]
16353
16354 * Add asix to nic-usb-modules file
16355 - LP: #499785
16356
16357 [ Peter Zijlstra ]
16358
16359 * (pre-stable) sched: Fix balance vs hotplug race
16360
16361 [ Tim Gardner ]
16362
16363 * [Config] Enable CONFIG_FUNCTION_TRACER
16364 - LP: #497989
16365 * [Config] Drop lpia from getabis
16366 * [Config] Build in TUN/TAP driver
16367 - LP: #499491
16368 * [Config] DH_COMPAT=5
16369
16370 [ Upstream Kernel Changes ]
16371
16372 * Revert "(pre-stable) drm/i915: Avoid NULL dereference with
16373 component_only tv_modes"
16374 * Revert "(pre-stable) drm/i915: Fix sync to vblank when VGA output is
16375 turned off"
16376 * USB: usb-storage: fix bug in fill_inquiry
16377 * USB: option: add pid for ZTE
16378 * firewire: ohci: handle receive packets with a data length of zero
16379 * rcu: Prepare for synchronization fixes: clean up for non-NO_HZ handling
16380 of ->completed counter
16381 * rcu: Fix synchronization for rcu_process_gp_end() uses of ->completed
16382 counter
16383 * rcu: Fix note_new_gpnum() uses of ->gpnum
16384 * rcu: Remove inline from forward-referenced functions
16385 * perf_event: Fix invalid type in ioctl definition
16386 * perf_event: Initialize data.period in perf_swevent_hrtimer()
16387 * perf: Don't free perf_mmap_data until work has been done
16388 * PM / Runtime: Fix lockdep warning in __pm_runtime_set_status()
16389 * sched: Check for an idle shared cache in select_task_rq_fair()
16390 * sched: Fix affinity logic in select_task_rq_fair()
16391 * sched: Rate-limit newidle
16392 * sched: Fix and clean up rate-limit newidle code
16393 * x86/amd-iommu: attach devices to pre-allocated domains early
16394 * x86/amd-iommu: un__init iommu_setup_msi
16395 * x86, Calgary IOMMU quirk: Find nearest matching Calgary while walking
16396 up the PCI tree
16397 * x86: Fix iommu=nodac parameter handling
16398 * x86: GART: pci-gart_64.c: Use correct length in strncmp
16399 * x86: ASUS P4S800 reboot=bios quirk
16400 - LP: #366682
16401 * x86, apic: Enable lapic nmi watchdog on AMD Family 11h
16402 * ssb: Fix range check in sprom write
16403 * ath5k: allow setting txpower to 0
16404 * ath5k: enable EEPROM checksum check
16405 * hrtimer: Fix /proc/timer_list regression
16406 * ALSA: hrtimer - Fix lock-up
16407 * ALSA: hda - Terradici HDA controllers does not support 64-bit mode
16408 * KVM: x86 emulator: limit instructions to 15 bytes
16409 * KVM: s390: Fix prefix register checking in arch/s390/kvm/sigp.c
16410 * KVM: s390: Make psw available on all exits, not just a subset
16411 * KVM: fix irq_source_id size verification
16412 * KVM: x86: include pvclock MSRs in msrs_to_save
16413 * x86: Prevent GCC 4.4.x (pentium-mmx et al) function prologue wreckage
16414 * x86: Use -maccumulate-outgoing-args for sane mcount prologues
16415 * x86, mce: don't restart timer if disabled
16416 * x86/mce: Set up timer unconditionally
16417 * x86: SGI UV: Fix BAU initialization
16418 * x86: Fix duplicated UV BAU interrupt vector
16419 * x86: Add new Intel CPU cache size descriptors
16420 * x86: Fix typo in Intel CPU cache size descriptor
16421 * pata_hpt{37x|3x2n}: fix timing register masks (take 2)
16422 * s390: clear high-order bits of registers after sam64
16423 * V4L/DVB: Fix test in copy_reg_bits()
16424 * bsdacct: fix uid/gid misreporting
16425 * UBI: flush wl before clearing update marker
16426 * jbd2: don't wipe the journal on a failed journal checksum
16427 * USB: xhci: Add correct email and files to MAINTAINERS entry.
16428 * USB: musb_gadget_ep0: fix unhandled endpoint 0 IRQs, again
16429 * USB: option.c: add support for D-Link DWM-162-U5
16430 * USB: usbtmc: repeat usb_bulk_msg until whole message is transfered
16431 * USB: usb-storage: add BAD_SENSE flag
16432 * USB: Close usb_find_interface race v3
16433 * pxa/em-x270: fix usb hub power up/reset sequence
16434 * hfs: fix a potential buffer overflow
16435 * SUNRPC: IS_ERR/PTR_ERR confusion
16436 * NFS: Fix nfs_migrate_page()
16437 * md/bitmap: protect against bitmap removal while being updated.
16438 * futex: Take mmap_sem for get_user_pages in fault_in_user_writeable
16439 * devpts_get_tty() should validate inode
16440 * debugfs: fix create mutex racy fops and private data
16441 * Driver core: fix race in dev_driver_string
16442 * Serial: Do not read IIR in serial8250_start_tx when UART_BUG_TXEN
16443 * mac80211: Fix bug in computing crc over dynamic IEs in beacon
16444 * mac80211: Fixed bug in mesh portal paths
16445 * mac80211: Revert 'Use correct sign for mesh active path refresh'
16446 * mac80211: fix scan abort sanity checks
16447 * wireless: correctly report signal value for IEEE80211_HW_SIGNAL_UNSPEC
16448 * rtl8187: Fix wrong rfkill switch mask for some models
16449 * x86: Fix bogus warning in apic_noop.apic_write()
16450 * mm: hugetlb: fix hugepage memory leak in mincore()
16451 * mm: hugetlb: fix hugepage memory leak in walk_page_range()
16452 * powerpc/windfarm: Add detection for second cpu pump
16453 * powerpc/therm_adt746x: Record pwm invert bit at module load time]
16454 * powerpc: Fix usage of 64-bit instruction in 32-bit altivec code
16455 * drm/radeon/kms: Add quirk for HIS X1300 board
16456 * drm/radeon/kms: handle vblanks properly with dpms on
16457 * drm/radeon/kms: fix legacy crtc2 dpms
16458 * drm/radeon/kms: fix vram setup on rs600
16459 * drm/radeon/kms: rs6xx/rs740: clamp vram to aperture size
16460 * drm/ttm: Fix build failure due to missing struct page
16461 * drm/i915: Set the error code after failing to insert new offset into mm
16462 ht.
16463 * drm/i915: Add the missing clonemask for display port on Ironlake
16464 * xen/xenbus: make DEVICE_ATTR()s static
16465 * xen: re-register runstate area earlier on resume.
16466 * xen: restore runstate_info even if !have_vcpu_info_placement
16467 * xen: correctly restore pfn_to_mfn_list_list after resume
16468 * xen: register timer interrupt with IRQF_TIMER
16469 * xen: register runstate on secondary CPUs
16470 * xen: don't call dpm_resume_noirq() with interrupts disabled.
16471 * xen: register runstate info for boot CPU early
16472 * xen: call clock resume notifier on all CPUs
16473 * xen: improve error handling in do_suspend.
16474 * xen: don't leak IRQs over suspend/resume.
16475 * xen: use iret for return from 64b kernel to 32b usermode
16476 * xen: explicitly create/destroy stop_machine workqueues outside
16477 suspend/resume region.
16478 * Xen balloon: fix totalram_pages counting.
16479 * xen: try harder to balloon up under memory pressure.
16480 * dm exception store: free tmp_store on persistent flag error
16481 * dm snapshot: only take lock for statustype info not table
16482 * dm crypt: move private iv fields to structs
16483 * dm crypt: restructure essiv error path
16484 * dm: avoid _hash_lock deadlock
16485 * dm snapshot: cope with chunk size larger than origin
16486 * dm crypt: separate essiv allocation from initialisation
16487 * dm crypt: make wipe message also wipe essiv key
16488 * slc90e66: fix UDMA handling
16489 * tcp: Stalling connections: Fix timeout calculation routine
16490 * ip_fragment: also adjust skb->truesize for packets not owned by a
16491 socket
16492 * b44 WOL setup: one-bit-off stack corruption kernel panic fix
16493 * sparc64: Don't specify IRQF_SHARED for LDC interrupts.
16494 * sparc64: Fix overly strict range type matching for PCI devices.
16495 * sparc64: Fix stack debugging IRQ stack regression.
16496 * sparc: Set UTS_MACHINE correctly.
16497 * b43legacy: avoid PPC fault during resume
16498 * tracing: Fix event format export
16499 * ath9k: Fix TX hang poll routine
16500 * ath9k: fix processing of TX PS null data frames
16501 * ath9k: Fix maximum tx fifo settings for single stream devices
16502 * ath9k: fix tx status reporting
16503 * mac80211: Fix dynamic power save for scanning.
16504 * drm/i915: Fix sync to vblank when VGA output is turned off
16505 * memcg: fix memory.memsw.usage_in_bytes for root cgroup
16506 * thinkpad-acpi: fix default brightness_mode for R50e/R51
16507 * thinkpad-acpi: preserve rfkill state across suspend/resume
16508 * ipw2100: fix rebooting hang with driver loaded
16509 * matroxfb: fix problems with display stability
16510 * acerhdf: add new BIOS versions
16511 * asus-laptop: change light sens default values.
16512 * vmalloc: conditionalize build of pcpu_get_vm_areas()
16513 * ACPI: Use the ARB_DISABLE for the CPU which model id is less than 0x0f.
16514 * net: Fix userspace RTM_NEWLINK notifications.
16515 * ext3: Fix data / filesystem corruption when write fails to copy data
16516 * V4L/DVB (13116): gspca - ov519: Webcam 041e:4067 added.
16517 * bcm63xx_enet: fix compilation failure after get_stats_count removal
16518 * x86: Under BIOS control, restore AP's APIC_LVTTHMR to the BSP value
16519 * drm/i915: Avoid NULL dereference with component_only tv_modes
16520 * drm/i915: PineView only has LVDS and CRT ports
16521 * drm/i915: Fix LVDS stability issue on Ironlake
16522 * mm: sigbus instead of abusing oom
16523 * ipvs: zero usvc and udest
16524 * jffs2: Fix long-standing bug with symlink garbage collection.
16525 * intel-iommu: Detect DMAR in hyperspace at probe time.
16526 * intel-iommu: Apply BIOS sanity checks for interrupt remapping too.
16527 * intel-iommu: Check for an RMRR which ends before it starts.
16528 * intel-iommu: Fix oops with intel_iommu=igfx_off
16529 * intel-iommu: ignore page table validation in pass through mode
16530 * netfilter: xtables: document minimal required version
16531 * perf_event: Fix incorrect range check on cpu number
16532 * implement early_io{re,un}map for ia64
16533 * Linux 2.6.32.2
16534
16535 -- Andy Whitcroft <apw@canonical.com> Thu, 07 Jan 2010 15:28:43 +0000
16536
16537 linux (2.6.32-9.13) lucid; urgency=low
16538
16539 [ Andy Whitcroft ]
16540
16541 * [Config] enable CONFIG_B43_PHY_LP
16542 - LP: #493059
16543 * include modules.builtin in the binary debs
16544 * config-check -- add a configuration enforcer
16545 * config-check -- add a unit-test suite to the checker
16546 * [Config] Enable CONFIG_SYN_COOKIES for versatile
16547 * [Config] Enable CONFIG_SECURITY_SMACK for ports
16548 * [Config] Enable CONFIG_SECURITY_FILE_CAPABILITIES for ports
16549 * [Config] Disable CONFIG_COMPAT_BRK for ports
16550 * getabis -- add armel versatile to the list
16551
16552 [ Brad Figg ]
16553
16554 * SAUCE: Increase the default prealloc buffer for HDA audio devices
16555 (non-modem)
16556
16557 [ Manoj Iyer ]
16558
16559 * ubuntu: onmibook -- Added missing BOM file
16560
16561 [ Tim Gardner ]
16562
16563 * ubuntu: fsam7400 -- Cleanup Makefile
16564
16565 [ Upstream Kernel Changes ]
16566
16567 * Revert "ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT"
16568 * signal: Fix alternate signal stack check
16569 * SCSI: scsi_lib_dma: fix bug with dma maps on nested scsi objects
16570 * SCSI: osd_protocol.h: Add missing #include
16571 * SCSI: megaraid_sas: fix 64 bit sense pointer truncation
16572 * ext4: fix potential buffer head leak when add_dirent_to_buf() returns
16573 ENOSPC
16574 * ext4: avoid divide by zero when trying to mount a corrupted file system
16575 * ext4: fix the returned block count if EXT4_IOC_MOVE_EXT fails
16576 * ext4: fix lock order problem in ext4_move_extents()
16577 * ext4: fix possible recursive locking warning in EXT4_IOC_MOVE_EXT
16578 * ext4: plug a buffer_head leak in an error path of ext4_iget()
16579 * ext4: make sure directory and symlink blocks are revoked
16580 * ext4: fix i_flags access in ext4_da_writepages_trans_blocks()
16581 * ext4: journal all modifications in ext4_xattr_set_handle
16582 * ext4: don't update the superblock in ext4_statfs()
16583 * ext4: fix uninit block bitmap initialization when s_meta_first_bg is
16584 non-zero
16585 * ext4: fix block validity checks so they work correctly with meta_bg
16586 * ext4: avoid issuing unnecessary barriers
16587 * ext4: fix error handling in ext4_ind_get_blocks()
16588 * ext4: make trim/discard optional (and off by default)
16589 * ext4: make "norecovery" an alias for "noload"
16590 * ext4: Fix double-free of blocks with EXT4_IOC_MOVE_EXT
16591 * ext4: initialize moved_len before calling ext4_move_extents()
16592 * ext4: move_extent_per_page() cleanup
16593 * jbd2: Add ENOMEM checking in and for
16594 jbd2_journal_write_metadata_buffer()
16595 * ext4: Return the PTR_ERR of the correct pointer in
16596 setup_new_group_blocks()
16597 * ext4: Avoid data / filesystem corruption when write fails to copy data
16598 * ext4: wait for log to commit when umounting
16599 * ext4: remove blocks from inode prealloc list on failure
16600 * ext4: ext4_get_reserved_space() must return bytes instead of blocks
16601 * ext4: quota macros cleanup
16602 * ext4: fix incorrect block reservation on quota transfer.
16603 * ext4: Wait for proper transaction commit on fsync
16604 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16605 * ext4: Fix potential fiemap deadlock (mmap_sem vs. i_data_sem)
16606 * Linux 2.6.32.1
16607 * kbuild: generate modules.builtin
16608 * (pre-stable) drm/i915: Fix sync to vblank when VGA output is turned off
16609 - LP: #494461
16610 * (pre-stable) drm/i915: Avoid NULL dereference with component_only
16611 tv_modes
16612 - LP: #494045
16613
16614 [ Zhao Yakui ]
16615
16616 * (pre-stable) acpi: Use the ARB_DISABLE for the CPU which model id is
16617 less than 0x0f.
16618 - LP: #481765
16619
16620 -- Andy Whitcroft <apw@canonical.com> Thu, 17 Dec 2009 15:41:21 +0000
16621
16622 linux (2.6.32-8.12) lucid; urgency=low
16623
16624 [ Andy Whitcroft ]
16625
16626 * SAUCE: AppArmor -- add linux/err.h for ERR_PTR
16627
16628 -- Andy Whitcroft <apw@canonical.com> Sat, 12 Dec 2009 10:56:16 +0000
16629
16630 linux (2.6.32-8.11) lucid; urgency=low
16631
16632 [ Andy Whitcroft ]
16633
16634 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches
16635 up"
16636 * Revert "SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16637 transition."
16638 * Revert "SAUCE: AppArmor: Fix refcounting bug causing leak of creds"
16639 * Revert "SAUCE: AppArmor: Fix cap audit_caching preemption disabling"
16640 * Revert "SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds"
16641 * Revert "SAUCE: AppArmor: Fix oops after profile removal"
16642 * Revert "SAUCE: AppArmor: AppArmor disallows truncate of deleted files."
16643 * Revert "SAUCE: AppArmor: AppArmor fails to audit change_hat correctly"
16644 * Revert "SAUCE: AppArmor: Policy load and replacement can fail to alloc
16645 mem"
16646 * Revert "SAUCE: AppArmor: AppArmor wrongly reports allow perms as
16647 denied"
16648 * Revert "SAUCE: AppArmor: Fix mediation of "deleted" paths"
16649 * Revert "SAUCE: AppArmor: Fix off by 2 error in getprocattr mem
16650 allocation"
16651 * Revert "SAUCE: AppArmor: Set error code after structure
16652 initialization."
16653 * Revert "AppArmor -- fix pstrace_may_access rename"
16654 * Revert "ubuntu: AppArmor security module"
16655 * Revert "SAUCE: Add config option to set a default LSM"
16656 * Revert "ubuntu: fsam7400 -- sw kill switch driver"
16657 * Revert "[Config] fsam7400 -- enable"
16658 * Revert "[Config] AUFS -- enable"
16659 * Revert "ubuntu: AUFS -- aufs2-30 20090727"
16660 * Revert "ubuntu: AUFS -- export various core functions -- fixes"
16661 * Revert "ubuntu: AUFS -- export various core functions"
16662 * Revert "[Config] ubuntu/iscsitarget -- disable"
16663 * Revert "[Config] iscsitarget -- enable"
16664 * Revert "ubuntu: iscsitarget -- SVN revision r214"
16665 * update Vcs-Git to point to the correct repository
16666 - LP: #493589
16667 * update build environment overrides to lucid
16668 - LP: #493589
16669 * [Config] enable CONFIG_DEVTMPFS
16670 * [Config] update all configs following AppArmor 2009-12-08 update
16671 * SAUCE: isapnp_init: make isa PNP scans occur async
16672 * [Config] fsam7400 -- enable
16673 * [Config] omnibook -- enable
16674 * [Config] cleanup CONFIG_AUDIT
16675 * ubuntu: AUFS -- export various core functions (aufs2-base.patch)
16676 * ubuntu: AUFS -- export various core functions (aufs2-standalone.patch)
16677 * ubuntu: AUFS -- aufs2 20091209
16678 * [Config] AUFS -- enable
16679 * [Config] iscsitarget -- enable
16680
16681 [ Arjan van de Ven ]
16682
16683 * SAUCE: KMS: cache the EDID information of the LVDS
16684
16685 [ Colin Watson ]
16686
16687 * bnx2: update d-i firmware filenames
16688 - LP: #494052
16689 * add cdc_ether to nic-usb-modules udeb
16690 - LP: #495060
16691
16692 [ John Johansen ]
16693
16694 * ubuntu: AppArmor -- mainline 2009-10-08
16695
16696 [ Manoj Iyer ]
16697
16698 * ubuntu: fsam7400 -- kill switch for Fujitsu Siemens Amilo M 7400
16699 * ubuntu: omnibook -- support Toshiba (HP) netbooks
16700 * ubuntu: iscsitarget --- version 1.4.19
16701 - LP: #494693
16702
16703 [ Surbhi Palande ]
16704
16705 * SAUCE: Make populate_rootfs asynchronous
16706
16707 [ Tim Gardner ]
16708
16709 * Parallelize flavour builds and packaging
16710 * [Config] Enable CONFIG_KSM
16711
16712 [ Upstream Kernel Changes ]
16713
16714 * Config option to set a default LSM
16715 * LSM: Add security_path_chroot().
16716 * LSM: Add security_path_chroot().
16717 * LSM: Move security_path_chmod()/security_path_chown() to after
16718 mutex_lock().
16719 * ext4: Fix insufficient checks in EXT4_IOC_MOVE_EXT
16720
16721 -- Andy Whitcroft <apw@canonical.com> Fri, 11 Dec 2009 17:45:19 +0000
16722
16723 linux (2.6.32-7.10) lucid; urgency=low
16724
16725 [ Andy Whitcroft ]
16726
16727 * [Config] disable CONFIG_THUMB2_KERNEL to fix arm FTBFS
16728
16729 -- Andy Whitcroft <apw@canonical.com> Sun, 06 Dec 2009 12:56:48 +0000
16730
16731 linux (2.6.32-7.9) lucid; urgency=low
16732
16733 [ Andy Whitcroft ]
16734
16735 * SAUCE: set /proc/acpi/video/*/DOS to 4 by default
16736 - LP: #458982
16737 * SAUCE: ensure vga16fb loads if no other driver claims the VGA device
16738 * [Config] update configs following versatile switch to V7
16739 * rebased to v2.6.32
16740 * [Config] update configs following rebase to v2.6.32
16741 * [Config] update ports configs following rebase to v2.6.32
16742 * SAUCE: default ATI Radeon KMS to off until userspace catches up
16743
16744 [ Arjan van de Ven ]
16745
16746 * SAUCE: vfs: Add a trace point in the mark_inode_dirty function
16747
16748 [ Leann Ogasawara ]
16749
16750 * [SCSI] megaraid_sas: remove sysfs poll_mode_io world writeable
16751 permissions
16752 - CVE-2009-3939
16753
16754 [ Loic Minier ]
16755
16756 * SAUCE: select a v7 CPU for versatile
16757
16758 [ Takashi Iwai ]
16759
16760 * SAUCE: ALSA: hda - Add power on/off counter
16761
16762 [ Upstream changes ]
16763
16764 * rebased to v2.6.32
16765
16766 -- Andy Whitcroft <apw@canonical.com> Fri, 04 Dec 2009 10:44:50 +0000
16767
16768 linux (2.6.32-6.8) lucid; urgency=low
16769
16770 [ Andy Whitcroft ]
16771
16772 * [Config] disable SSB devices for armel
16773
16774 -- Andy Whitcroft <apw@canonical.com> Sat, 28 Nov 2009 12:16:40 +0000
16775
16776 linux (2.6.32-6.7) lucid; urgency=low
16777
16778 [ Andy Whitcroft ]
16779
16780 * Revert "SAUCE: default ATI Radeon KMS to off until userspace catches up"
16781 * Revert "SAUCE: Dell XPS710 reboot quirk"
16782 * Revert "SAUCE: Link acpi-cpufreq.o first"
16783 * Revert "SAUCE: LPIA Logical reset of USB port on resume"
16784 * Revert "SAUCE: LPIA Reboot fix for Intel Crownbeach development boards"
16785 * Revert "SAUCE: Enable HDMI audio codec on Studio XPS 1340"
16786 * Revert "SAUCE: Dell laptop digital mic does not work, PCI 1028:0271"
16787 * Revert "Add Dell Dimension 9200 reboot quirk"
16788 * Revert "SAUCE: Correctly blacklist Thinkpad r40e in ACPI"
16789 * Revert "SAUCE: tulip: Define ULI PCI ID's"
16790 * Revert "SAUCE: Lower warning level of some PCI messages"
16791 * Revert "mac80211: fix two issues in debugfs"
16792 Drop a number of known redundant commits as identified in the Ubuntu
16793 delta review blueprint.
16794
16795 * reenable armel versatile flavour
16796 * [Config] disable CONFIG_USB_DEVICEFS
16797
16798 [ Tim Gardner ]
16799
16800 * [Config] udeb: Add squashfs to fs-core-modules
16801 - LP: #352615
16802 * [Config] Create a real squashfs udeb
16803 - LP: #352615
16804
16805
16806 -- Andy Whitcroft <apw@canonical.com> Fri, 27 Nov 2009 17:31:16 +0000
16807
16808 linux (2.6.32-5.6) lucid; urgency=low
16809
16810 [ Andy Whitcroft ]
16811
16812 * rebase to v2.6.32-rc8
16813 * update configs following rebase to v2.6.32-rc8
16814 * update ports configs since rebase to v2.6.32-rc8
16815 * [Config] enable cgroup options
16816 - LP: #480739
16817
16818 [ Upstream Kernel Changes ]
16819
16820 * rebase to v2.6.32-rc8
16821
16822 -- Andy Whitcroft <apw@canonical.com> Mon, 23 Nov 2009 11:16:14 +0000
16823
16824 linux (2.6.32-4.5) lucid; urgency=low
16825
16826 [ Andy Whitcroft ]
16827
16828 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16829 * rebase to v2.6.32-rc7
16830 * resync with Karmic proposed
16831
16832 [ John Johansen ]
16833
16834 * SAUCE: AppArmor: Fix oops after profile removal
16835 - LP: #475619
16836 * SAUCE: AppArmor: Fix Oops when in apparmor_bprm_set_creds
16837 - LP: #437258
16838 * SAUCE: AppArmor: Fix cap audit_caching preemption disabling
16839 - LP: #479102
16840 * SAUCE: AppArmor: Fix refcounting bug causing leak of creds
16841 - LP: #479115
16842 * SAUCE: AppArmor: Fix oops there is no tracer and doing unsafe
16843 transition.
16844 - LP: #480112
16845
16846 [ Ubuntu Changes ]
16847
16848 * resync with Karmic proposed (ddbc670a86a3dee18541a3734149f250ff307adf)
16849
16850 [ Upstream Kernel Changes ]
16851
16852 * rebase to v2.6.32-rc7
16853
16854 -- Andy Whitcroft <apw@canonical.com> Fri, 13 Nov 2009 11:35:13 +0000
16855
16856 linux (2.6.32-3.4) lucid; urgency=low
16857
16858 [ Andy Whitcroft ]
16859
16860 * [Config] SERIO_LIBPS2 and SERIO_I8042 must match
16861 * [Upstream] add local prefix to oss local change_bits
16862
16863 [ Upstream Kernel Changes ]
16864
16865 * mtd/maps: gpio-addr-flash: pull in linux/ headers rather than asm/
16866 * mtd/maps: gpio-addr-flash: depend on GPIO arch support
16867
16868 -- Andy Whitcroft <apw@canonical.com> Wed, 11 Nov 2009 14:47:04 +0000
16869
16870 linux (2.6.32-3.3) lucid; urgency=low
16871
16872 [ Andy Whitcroft ]
16873
16874 * rebase to v2.6.32-rc6
16875 * [Config] update configs following rebase to v2.6.32-rc6
16876 * [Config] update ports configs following rebase to v2.6.32-rc6
16877 * resync with Karmic Ubuntu-2.6.31-15.49
16878 * [Config] add module ignores for broken drivers
16879
16880 [ John Johansen ]
16881
16882 * SAUCE: AppArmor: AppArmor wrongly reports allow perms as denied
16883 - LP: #453335
16884 * SAUCE: AppArmor: Policy load and replacement can fail to alloc mem
16885 - LP: #458299
16886 * SAUCE: AppArmor: AppArmor fails to audit change_hat correctly
16887 - LP: #462824
16888 * SAUCE: AppArmor: AppArmor disallows truncate of deleted files.
16889 - LP: #451375
16890
16891 [ Kees Cook ]
16892
16893 * SAUCE: Fix nx_enable reporting
16894 - LP: #454285
16895
16896 [ Scott James Remnant ]
16897
16898 * Revert "SAUCE: trace: add trace_event for the open() syscall"
16899 * SAUCE: trace: add trace events for open(), exec() and uselib()
16900 - LP: #462111
16901
16902 [ Stefan Bader ]
16903
16904 * SAUCE: Fix sub-flavour script to not stop on missing directories
16905 - LP: #453073
16906
16907 [ Ubuntu Changes ]
16908
16909 * resync with Karmic Ubuntu-2.6.31-15.49
16910
16911 [ Upstream Kernel Changes ]
16912
16913 * rebase to v2.6.32-rc6
16914 - LP: #464552
16915
16916 -- Andy Whitcroft <apw@canonical.com> Tue, 10 Nov 2009 15:00:57 +0000
16917
16918 linux (2.6.32-2.2) lucid; urgency=low
16919
16920 [ Andy Whitcroft ]
16921
16922 * install the full changelog with the binary package
16923 * changelog -- explicitly note rebases and clean history
16924 * reinstate armel.mk with no flavours
16925 - LP: #449637
16926 * [Upstream] block: silently error unsupported empty barriers too
16927 - LP: #420423
16928 * [Config] udate configs following karmic resync
16929 * [Config] update ports configs following karmic resync
16930 * [Upstream] lirc -- follow removal of .id element
16931
16932 [ Colin Watson ]
16933
16934 * Use section 'admin' rather than 'base'
16935 * Add more e100 firmware to nic-modules
16936 - LP: #451872
16937 * Add qla1280 firmware to scsi-modules
16938 - LP: #381037
16939
16940 [ John Johansen ]
16941
16942 * SAUCE: AppArmor: Set error code after structure initialization.
16943 - LP: #427948
16944 * SAUCE: AppArmor: Fix off by 2 error in getprocattr mem allocation
16945 - LP: #446595
16946 * SAUCE: AppArmor: Fix mediation of "deleted" paths
16947
16948 [ Kees Cook ]
16949
16950 * SAUCE: [x86] fix report of cs-limit nx-emulation
16951 - LP: #454285
16952
16953 [ Leann Ogasawara ]
16954
16955 * SAUCE: (drop after 2.6.31) input: Add support for filtering input
16956 events
16957 - LP: #430809
16958 * SAUCE: (drop after 2.6.31) dell-laptop: Trigger rfkill updates on wifi
16959 toggle switch press
16960 - LP: #430809
16961
16962 [ Luke Yelavich ]
16963
16964 * SAUCE: Add sr_mod to the scsi-modules udeb for powerpc
16965 * [Config] Add sd_mod to scsi-modules udeb for powerpc
16966
16967 [ Mario Limonciello ]
16968
16969 * SAUCE: Update to LIRC 0.8.6
16970 - LP: #432678
16971 * SAUCE: dell-laptop: Store the HW switch status internally rather than
16972 requerying every time
16973 - LP: #430809
16974 * SAUCE: dell-laptop: Blacklist machines not supporting dell-laptop
16975 - LP: #430809
16976
16977 [ Stefan Bader ]
16978
16979 * [Upstream] acerhdf: Limit modalias matching to supported boards
16980 - LP: #435958
16981
16982 [ Tim Gardner ]
16983
16984 * [Upstream] i915: Fix i2c init message
16985 - LP: #409361
16986 * [Config] Add sym53c8xx.ko to virtual sub-flavour
16987 - LP: #439415
16988 * [Config] Add d101m_ucode.bin to d-i/firmware/nic-modules
16989 - LP: #439456
16990 * [Config] Set default I/O scheduler back to CFQ for desktop flavours
16991 - LP: #381300
16992 * SAUCE: Created MODULE_EXPORT/MODULE_IMPORT macros
16993 - LP: #430694
16994 * SAUCE: Use MODULE_IMPORT macro to tie intel_agp to i915
16995 - LP: #430694
16996 * [Config] CONFIG_GFS2_FS_LOCKING_DLM=y
16997 - LP: #416325
16998 * SAUCE: Fix MODULE_IMPORT/MODULE_EXPORT
16999 - LP: #430694
17000 * SAUCE: Raise the default console 'quiet' level to 2
17001 * [Config] CONFIG_X86_PAT=y
17002 * [Config] Add armel arch to linux-libc-dev arches.
17003 - LP: #449637
17004 * [Config] CONFIG_X86_MCE
17005 * [Upstream] (drop after 2.6.31) Input: synaptics - add another Protege
17006 M300 to rate blacklist
17007 - LP: #433801
17008
17009 [ Upstream Kernel Changes ]
17010
17011 * sgi-gru: Fix kernel stack buffer overrun, CVE-2009-2584
17012 * drm/i915: Fix FDI M/N setting according with correct color depth
17013 - LP: #416792
17014
17015 -- Andy Whitcroft <apw@canonical.com> Thu, 22 Oct 2009 16:53:33 +0100
17016
17017 linux (2.6.32-1.1) lucid; urgency=low
17018
17019 [ Andy Whitcroft ]
17020
17021 * rebase to v2.6.32-rc3
17022 * [Config] update configs following rebase to 2.6.32-rc3
17023 * [Config] update ports configs following rebase to 2.6.32-rc3
17024 * AppArmor -- fix pstrace_may_access rename
17025 * staging/android -- disable
17026 * ubuntu: dm-raid-45 -- update to compile with 2.6.32
17027 * ubuntu: drbd -- disable
17028 * staging/comdi -- disable
17029 * staging/go7007 -- disable
17030 * [Config] staging/winbond -- disable
17031 * [Config] ubuntu/iscsitarget -- disable
17032 * [d-i] cbc and ecb are builtin make them optional in udebs
17033 * rebase to v2.6.32-rc5
17034 * [Config] update configs following rebase to v2.6.32-rc5
17035 * [Config] update ports configs following rebase to v2.6.31-rc5
17036
17037 [ Tim Gardner ]
17038
17039 * [Config] Add cpio as a build dependency.
17040
17041 [ Upstream Kernel Changes ]
17042
17043 * rebase to v2.6.32-rc3
17044 * rebase to v2.6.32-rc5
17045
17046 -- Andy Whitcroft <apw@canonical.com> Mon, 05 Oct 2009 15:48:58 +0100
17047
17048 linux (2.6.31-11.37) karmic; urgency=low
17049
17050 [ Tim Gardner ]
17051
17052 * [Config] Increase kernel log buffer to 256K for amd64 flavours
17053 - LP: #424810
17054 * [Config] Set HZ=100 for amd64 flavours
17055 - LP: #438234
17056 * [Upstream] e1000e: Emit notice instead of an error when
17057 pci_enable_pcie_error_reporting() fails
17058 - LP: #436370
17059
17060 [ Upstream Kernel Changes ]
17061
17062 * n_tty: honor opost flag for echoes
17063 * n_tty: move echoctl check and clean up logic
17064 - LP: #438310
17065
17066 * Revert "[Upstream] drm/i915: Check that the relocation points to within
17067 the target" - Use upstream cherry-pick.
17068 * drm/i915: Check that the relocation points to within the target
17069 - LP: #429241
17070
17071 * drm/i915: fix tiling on IGDNG
17072 * drm/i915: add B43 chipset support
17073 * agp/intel: Add B43 chipset support
17074 Intel request from kernel team mailing list.
17075
17076 * HID: completely remove apple mightymouse from blacklist
17077 - LP: #428111
17078
17079 -- Tim Gardner <tim.gardner@canonical.com> Mon, 28 Sep 2009 11:47:29 -0600
17080
17081 linux (2.6.31-11.36) karmic; urgency=low
17082
17083 [ Brian Rogers ]
17084
17085 * SAUCE: (drop after 2.6.31) em28xx: ir-kbd-i2c init data needs a
17086 persistent object
17087 * SAUCE: (drop after 2.6.31) saa7134: ir-kbd-i2c init data needs a
17088 persistent object
17089
17090 [ Takashi Iwai ]
17091
17092 * [Upstream] ALSA: hda - Add another entry for Nvidia HDMI device
17093 - LP: #416482
17094
17095 [ Tyler Hicks ]
17096
17097 * SAUCE: (drop after 2.6.31) eCryptfs: Prevent lower dentry from going
17098 negative during unlink
17099
17100 [ Upstream Kernel Changes ]
17101
17102 * sg: fix oops in the error path in sg_build_indirect()
17103 * mpt2sas : Rescan topology from Interrupt context instead of work thread
17104 * mpt2sas: Prevent sending command to FW while Host Reset
17105 * mpt2sas: setting SDEV into RUNNING state from Interrupt context
17106 * mpt2sas: Raid 10 Volume is showing as Raid 1E in dmesg
17107 * SCSI: fix oops during scsi scanning
17108 * SCSI: libsrp: fix memory leak in srp_ring_free()
17109 * cfg80211: fix looping soft lockup in find_ie()
17110 * ath5k: write PCU registers on initial reset
17111 * binfmt_elf: fix PT_INTERP bss handling
17112 * TPM: Fixup boot probe timeout for tpm_tis driver
17113 * md: Fix "strchr" [drivers/md/dm-log-userspace.ko] undefined!
17114 * x86/amd-iommu: fix broken check in amd_iommu_flush_all_devices
17115 * fix undefined reference to user_shm_unlock
17116 * perf_counter: Fix buffer overflow in perf_copy_attr()
17117 * perf_counter: Start counting time enabled when group leader gets
17118 enabled
17119 * powerpc/perf_counters: Reduce stack usage of power_check_constraints
17120 * powerpc: Fix bug where perf_counters breaks oprofile
17121 * powerpc/ps3: Workaround for flash memory I/O error
17122 * block: don't assume device has a request list backing in nr_requests
17123 store
17124 * agp/intel: remove restore in resume
17125 * ALSA: cs46xx - Fix minimum period size
17126 * ASoC: Fix WM835x Out4 capture enumeration
17127 * sound: oxygen: work around MCE when changing volume
17128 * mlx4_core: Allocate and map sufficient ICM memory for EQ context
17129 * perf stat: Change noise calculation to use stddev
17130 * x86: Fix x86_model test in es7000_apic_is_cluster()
17131 * x86/i386: Make sure stack-protector segment base is cache aligned
17132 * PCI: apply nv_msi_ht_cap_quirk on resume too
17133 * x86, pat: Fix cacheflush address in change_page_attr_set_clr()
17134 * ARM: 5691/1: fix cache aliasing issues between kmap() and kmap_atomic()
17135 with highmem
17136 * KVM guest: do not batch pte updates from interrupt context
17137 * KVM: Fix coalesced interrupt reporting in IOAPIC
17138 * KVM: VMX: Check cpl before emulating debug register access
17139 * KVM guest: fix bogus wallclock physical address calculation
17140 * KVM: x86: Disallow hypercalls for guest callers in rings > 0
17141 * KVM: VMX: Fix cr8 exiting control clobbering by EPT
17142 * KVM: x86 emulator: Implement zero-extended immediate decoding
17143 * KVM: MMU: make __kvm_mmu_free_some_pages handle empty list
17144 * KVM: x86 emulator: fix jmp far decoding (opcode 0xea)
17145 * KVM: limit lapic periodic timer frequency
17146 * libata: fix off-by-one error in ata_tf_read_block()
17147 * PCI quirk: update 82576 device ids in SR-IOV quirks list
17148 * PCI: Unhide the SMBus on the Compaq Evo D510 USDT
17149 * powerpc/pseries: Fix to handle slb resize across migration
17150 * Linux 2.6.31.1
17151
17152 -- Tim Gardner <tim.gardner@canonical.com> Thu, 24 Sep 2009 13:04:28 -0600
17153
17154 linux (2.6.31-10.35) karmic; urgency=low
17155
17156 [ Amit Kucheria ]
17157
17158 * Disable CONFIG_UEVENT_HELPER_PATH
17159
17160 [ Andy Whitcroft ]
17161
17162 * [Config] Enable CONFIG_USB_GADGET_DUMMY_HCD
17163 * remove the tlsup driver
17164 * remove lmpcm logitech driver support
17165
17166 [ Bryan Wu ]
17167
17168 * Add 3 missing files to prerm remove file list
17169 - LP: #345623, #415832
17170
17171 [ Chris Wilson ]
17172
17173 * [Upstream] drm/i915: Check that the relocation points to within the
17174 target
17175 - LP: #429241
17176
17177 [ Luke Yelavich ]
17178
17179 * [Config] Set CONFIG_EXT4_FS=y on ports architectures
17180
17181 [ Manoj Iyer ]
17182
17183 * SAUCE: Added quirk to recognize GE0301 3G modem as an interface.
17184 - LP: #348861
17185
17186 [ Tim Gardner ]
17187
17188 * Revert "[Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux) white-list"
17189 * Revert "[Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux) white-list"
17190 * Revert "[Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux) white-list"
17191 * Revert "[Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux) white-list"
17192 * Revert "[Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux) white-list"
17193 Upstream suggests that this is not the right approach.
17194
17195 * [Config] Set default I/O scheduler to DEADLINE
17196 CFQ seems to have some load related problems which are often exacerbated by sreadahead.
17197 - LP: #381300
17198
17199 [ ubuntu@tjworld.net ]
17200
17201 * SAUCE: ipw2200: Enable LED by default
17202 - LP: #21367
17203
17204 [ Upstream Kernel Changes ]
17205
17206 * ALSA: hda - Add support for new AMD HD audio devices
17207 - LP: #430564
17208
17209 -- Andy Whitcroft <apw@canonical.com> Wed, 16 Sep 2009 15:37:49 +0100
17210
17211 linux (2.6.31-10.34) karmic; urgency=low
17212
17213 [ Ted Tso ]
17214
17215 * [Upstream] ext3: Don't update superblock write time when filesystem is
17216 read-only
17217 - LP: #427822
17218
17219 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 16:00:45 -0600
17220
17221 linux (2.6.31-10.33) karmic; urgency=low
17222
17223 [ Leann Ogasawara ]
17224
17225 * [Upstream] dvb-usb: fix tuning with Cinergy T2
17226 - LP: #421258
17227
17228 [ Tim Gardner ]
17229
17230 * [Config] Unconditionally copy files from sub-flavours lists.
17231 (really, really fix it this time)
17232 - LP: #423426
17233 * [Config] Set CONFIG_CACHEFILES=m for all flavours
17234
17235 [ Upstream Kernel Changes ]
17236
17237 * ext4: Don't update superblock write time when filesystem is read-only
17238 - LP: #427822
17239
17240 -- Tim Gardner <tim.gardner@canonical.com> Tue, 15 Sep 2009 07:50:21 -0600
17241
17242 linux (2.6.31-10.32) karmic; urgency=low
17243
17244 [ Eric Miao ]
17245
17246 * [Config] enable module support for memory stick
17247 - LP: #159951
17248
17249 [ Tim Gardner ]
17250
17251 * [Config] Unconditionally copy files from sub-flavours lists.
17252 - LP: #423426
17253
17254 -- Tim Gardner <tim.gardner@canonical.com> Thu, 10 Sep 2009 15:57:55 -0600
17255
17256 linux (2.6.31-10.31) karmic; urgency=low
17257
17258 [ Andy Whitcroft ]
17259
17260 * rebase to v2.6.31 final
17261
17262 [ Colin Watson ]
17263
17264 * [Config] Recommend grub-pc in linux-image
17265 - LP: #385741
17266
17267 [ Ike Panhc ]
17268
17269 * [Upstream] Pull latest update of lenovo-sl-laptop
17270
17271 [ Peter Feuerer ]
17272
17273 * [Upstream] (drop after 2.6.31) acerhdf: fix fan control for AOA150
17274 model
17275 - LP: #426691
17276
17277 [ Tim Gardner ]
17278
17279 * [Config] De-macro some package names.
17280
17281 [ Upstream Changes ]
17282
17283 * rebase to 2.6.31 final.
17284
17285 -- Andy Whitcroft <apw@canonical.com> Thu, 10 Sep 2009 09:38:10 +0100
17286
17287 linux (2.6.31-10.30) karmic; urgency=low
17288
17289 [ Amit Kucheria ]
17290
17291 * [Config] Enable CONFIG_USB_DEVICEFS
17292 - LP: #417748
17293 * [Config] Populate the config-update template a bit more
17294
17295 [ Andy Whitcroft ]
17296
17297 * rebase to v2.6.31-rc9
17298 * [Config] update configs following rebase to v2.6.31-rc9
17299 * [Config] update ports configs following rebase to v2.6.31-rc9
17300
17301 [ Colin Ian King ]
17302
17303 * SAUCE: wireless: hostap, fix oops due to early probing interrupt
17304 - LP: #254837
17305
17306 [ Jerone Young ]
17307
17308 * [Upstream] ACPI: Add Thinkpad T400 & Thinkpad T500 to OSI(Linux)
17309 white-list
17310 - LP: #281732
17311 * [Upstream] ACPI: Add Thinkpad X200, X200s, X200t to OSI(Linux)
17312 white-list
17313 - LP: #281732
17314 * [Upstream] ACPI: Add Thinkpad X300 & Thinkpad X301 to OSI(Linux)
17315 white-list
17316 - LP: #281732
17317 * [Upstream] ACPI: Add Thinkpad R400 & Thinkpad R500 to OSI(Linux)
17318 white-list
17319 - LP: #281732
17320 * [Upstream] ACPI: Add Thinkpad W500, W700, & W700ds to OSI(Linux)
17321 white-list
17322 - LP: #281732
17323
17324 [ John Johansen ]
17325
17326 * SAUCE: AppArmor: Fix profile attachment for regexp based profile names
17327 - LP: #419308
17328 * SAUCE: AppArmor: Return the correct error codes on profile
17329 addition/removal
17330 - LP: #408473
17331 * SAUCE: AppArmor: Fix OOPS in profile listing, and display full list
17332 - LP: #408454
17333 * SAUCE: AppArmor: Fix mapping of pux to new internal permission format
17334 - LP: #419222
17335 * SAUCE: AppArmor: Fix change_profile failure
17336 - LP: #401931
17337 * SAUCE: AppArmor: Tell git to ignore generated include files
17338 - LP: #419505
17339
17340 [ Stefan Bader ]
17341
17342 * [Upstream] acpi: video: Loosen strictness of video bus detection code
17343 - LP: #333386
17344 * SAUCE: Remove ov511 driver from ubuntu subdirectory
17345
17346 [ Tim Gardner ]
17347
17348 * [Config] Exclude char-modules from non-x86 udeb creation
17349 * SAUCE: Notify the ACPI call chain of AC events
17350 * [Config] CONFIG_SATA_VIA=m
17351 - LP: #403385
17352 * [Config] Build in all phylib support modules.
17353 * [Config] Don't fail when sub-flavour files are missing
17354 - LP: #423426
17355 * [Config] Set CONFIG_LSM_MMAP_MIN_ADDR=0
17356 - LP: #423513
17357
17358 [ Upstream ]
17359
17360 * Rebased against v2.6.31-rc9
17361
17362 -- Andy Whitcroft <apw@canonical.com> Mon, 07 Sep 2009 11:33:45 +0100
17363
17364 linux (2.6.31-9.29) karmic; urgency=low
17365
17366 [ Leann Ogasawara ]
17367
17368 * [Upstream] agp/intel: support for new chip variant of IGDNG mobile
17369 - LP: #419993
17370 * [Config] d-i/modules: Add new char-modules file, initialize with
17371 intel-agp
17372 - LP: #420605
17373
17374 [ Upstream ]
17375
17376 * Rebased against 2.6.31-rc8 plus some inotify regression patches:
17377 up through git://git.kernel.org/pub/scm/linux/kernel/git/torvalds/linux-2.6.git
17378 adda766193ea1cf3137484a9521972d080d0b7af.
17379
17380 -- Tim Gardner <tim.gardner@canonical.com> Fri, 28 Aug 2009 06:31:30 -0600
17381
17382 linux (2.6.31-8.28) karmic; urgency=low
17383
17384 [ Ike Panhc ]
17385
17386 * [Config] Let nic-shared-modules depends on crypto-modules
17387 - LP: #360966
17388
17389 [ Leann Ogasawara ]
17390
17391 * [Upstream] (drop after 2.6.31) drm/i915: increase default latency
17392 constant
17393 - LP: #412492
17394
17395 [ Mario Limonciello ]
17396
17397 * [Upstream]: (drop after 2.6.31) dell-laptop: don't change softblock
17398 status if HW switch is disabled
17399 - LP: #418721
17400 * [Upstream]: (drop after 2.6.31) compal-laptop: Add support for known
17401 Compal made Dell laptops
17402 * [Upstream]: (drop after 2.6.31) compal-laptop: Replace sysfs support
17403 with rfkill support
17404
17405 [ Tim Gardner ]
17406
17407 * [Config] Add acpiphp to virtual sub-flavour
17408 - LP: #364916
17409 * Drop KSM patch set for now because of instabilities with encrypted swap.
17410 - LP: #418781
17411
17412 -- Tim Gardner <tim.gardner@canonical.com> Wed, 26 Aug 2009 08:14:26 -0600
17413
17414 linux (2.6.31-7.27) karmic; urgency=low
17415
17416 [ Tim Gardner ]
17417
17418 * [Config] updateconfigs updateportsconfigs after 2.6.31-rc7 rebase
17419 * SAUCE: (drop after 2.6.31) Added KSM from mmotm-2009-08-20-19-18
17420 Replaces previous ksm patches from 2.6.31-6.25
17421 * [Config] KSM=y
17422
17423 [ Upstream ]
17424
17425 * Rebased against v2.6.31-rc7
17426
17427 -- Tim Gardner <tim.gardner@canonical.com> Sat, 22 Aug 2009 20:32:11 -0600
17428
17429 linux (2.6.31-6.26) karmic; urgency=low
17430
17431 [ Andy Whitcroft ]
17432
17433 * [Config] enable CONFIG_AUFS_BR_RAMFS
17434 - LP: #414738
17435 * split out debian directory ready for abstraction
17436 * add printdebian target to find branch target
17437 * abstracted debian -- debian/files is not abstracted
17438 * abstracted debian -- packages must be built in debian/<pkg>
17439 * abstracted debian -- kernel-wedge needs to work in debian/
17440 * abstracted debian -- ensure we install the copyright file
17441 * abstracted-debian -- drop the debian directories from headers
17442 * abstracted-debian -- drop the debian directories from headers part 2
17443 * SAUCE: ubuntu-insert-changes -- follow abstracted debian
17444 * [Upstream] aoe: ensure we initialise the request_queue correctly V2
17445 - LP: #410198
17446
17447 [ Luke Yelavich ]
17448
17449 * [Config] Ports: Disable CONFIG_CPU_FREQ_DEBUG on powerpc-smp
17450 * [Config] Ports: Re-enable windfarm modules on powerpc64-smp
17451 - LP: #413150
17452 * [Config] Ports: Build all cpu frequency scaling governors into ports
17453 kernels
17454 * [Config] Ports: Build ext2 and ext3 modules into ports kernels
17455 * [Config] Ports: CONFIG_PACKET=y for all ports kernels
17456 * [Config] Ports: Enable PS3 network driver
17457
17458 [ Stefan Bader ]
17459
17460 * abstracted debian -- call $(DEBIAN)/rules using make
17461
17462 [ Tim Gardner ]
17463
17464 * [Config] Abstract the debian directory
17465 * SAUCE: Improve error reporting in postinst
17466 - LP: #358564
17467
17468 -- Tim Gardner <tim.gardner@canonical.com> Sun, 16 Aug 2009 20:33:28 -0600
17469
17470 linux (2.6.31-6.25) karmic; urgency=low
17471
17472 [ Andy Whitcroft ]
17473
17474 * script to generate Ubuntu changes from changelog
17475 * [Config] standardise ANDROID options
17476 * [Config] standardise CONFIG_ATM as module
17477 * [Config] standardise CONFIG_LIB80211 as module
17478 * [Config] disable CONFIG_PRINT_QUOTA_WARNING
17479 * [Config] set CONFIG_CRAMFS as module
17480 * [Config] enable CONFIG_DAB and modules
17481 * [Config] set CONFIG_MAC80211_HWSIM as module
17482 * [Config] set CONFIG_NET_CLS_FLOW as module
17483 * [Config] set CONFIG_NF_CONNTRACK_SANE as module
17484 * [Config] set CONFIG_NF_CT_PROTO_DCCP as module
17485 * [Config] set CONFIG_RTC_DRV_DS1511 as module
17486 * [Config] set CONFIG_RTC_DRV_R9701 as module
17487 * [Config] set CONFIG_RTC_DRV_S35390A as module
17488 * [Config] set CONFIG_TOIM3232_DONGLE as module
17489 * [Config] standardise CONFIG_USB_MIDI_GADGET as module
17490 * [Config] standardise CONFIG_USB_G_PRINTER as module
17491 * [Config] standardise CONFIG_USB_SERIAL_IR as module
17492 * [Config] set CONFIG_USB_SERIAL_IUU as module
17493 * [Config] standardise CONFIG_USB_STORAGE_CYPRESS_ATACB as module
17494 * [Config] standardise CONFIG_USB_STORAGE_ONETOUCH as module
17495 * cleanup remains of dm-loop
17496 * drop thinkpad ec and smapi support
17497 * drop appleir
17498 * [Config] update configs following rebase to v2.6.31-rc6
17499 * rebase to v2.6.31-rc6
17500
17501 [ Hugh Dickins ]
17502
17503 * SAUCE: ksm patch 1, drop after 2.6.31
17504 * SAUCE: ksm patch 2, drop after 2.6.31
17505 * SAUCE: ksm patch 3, drop after 2.6.31
17506 * SAUCE: ksm patch 4, drop after 2.6.31
17507 * SAUCE: ksm patch 5, drop after 2.6.31
17508 * SAUCE: ksm patch 7, drop after 2.6.31
17509
17510 [ Izik Eidus ]
17511
17512 * SAUCE: ksm patch 0, drop after 2.6.31
17513 * SAUCE: ksm patch 6, drop after 2.6.31
17514 * SAUCE: ksm patch 8, drop after 2.6.31
17515 * SAUCE: ksm patch 9, drop after 2.6.31
17516
17517 [ Luke Yelavich ]
17518
17519 * [Config] Ports: Re-add PS3 modules to udebs
17520
17521 [ Michael Casadevall ]
17522
17523 * [Config] Update SPARC config and d-i files to reflect what can be built
17524
17525 [ Tim Gardner ]
17526
17527 * [Config] Removed armel package support
17528 * [Config] Enabled CONFIG_KSM=y
17529
17530 [ Upstream Kernel Changes ]
17531
17532 * Rebased against v2.6.31-rc6
17533 * ARM: Cleanup: Revert "ARM: Add more cache memory types macros"
17534 * ARM: Cleanup: Revert "Do not use OOB with MLC NAND"
17535 * ARM: Cleanup: Revert "ARM: Make ARM arch aware of ubuntu/ drivers"
17536 * ARM: Cleanup: Revert "ARM: IMX51: Make video capture drivers compile"
17537 * ARM: Cleanup: Revert "ARM: IMX51: Fix isl29003 HWMON driver for i2c
17538 changes"
17539 * ARM: Cleanup: Revert "ARM: IMX51: IPU irq handler deadlock fix"
17540 * ARM: Cleanup: Revert "ARM: IMX51: Babbage 2.5 needs a different system
17541 revision"
17542 * ARM: Cleanup: Revert "ARM: IMX51: Compile-in the IMX51 cpufreq driver
17543 by default"
17544 * ARM: Cleanup: Revert "ARM: IMX51: Enable ZONE_DMA for ARCH_MXC"
17545 * ARM: Cleanup: Revert "ARM: IMX51: Make ARCH_MXC auto-enable
17546 ARCH_MXC_CANONICAL"
17547 * ARM: Cleanup: Revert "ARM: IMX51: Unconditionally disable
17548 CONFIG_GPIOLIB"
17549 * ARM: Cleanup: Revert "ARM: IMX51: Minimal changes for USB to work on
17550 2.6.31"
17551 * ARM: Cleanup: Revert "ARM: IMX51: Fix plat-mxc/timer.c to handle imx51"
17552 * ARM: Cleanup: Revert "ARM: IMX51: Make it compile."
17553 * ARM: Cleanup: Revert "ARM: IMX51: Clean-up the craziness of including
17554 mxc_uart.h _everywhere_"
17555 * ARM: Cleanup: Revert "ARM: IMX51: Move board-mx51* header files to the
17556 correct location"
17557 * ARM: Cleanup: Revert "ARM: IMX51: Changed from snd_card_new to
17558 snd_card_create"
17559 * ARM: Cleanup: Revert "ARM: IMX51: Fix up merge error in Kconfig"
17560 * ARM: Cleanup: Revert "ARM: IMX51: mxc_timer_init prototype"
17561 * ARM: Cleanup: Revert "ARM: IMX51: Removed the mxc_gpio_port structure."
17562 * ARM: Cleanup: Revert "ARM: IMX51: Added external declaration for
17563 mxc_map_io."
17564 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17565 * ARM: Cleanup: Revert "ARM: IMX51: Get to bus_id by calling dev_name."
17566 * ARM: Cleanup: Revert "ARM: IMX51: snd_soc_machine structure replaced
17567 with snd_soc_card."
17568 * ARM: Cleanup: Revert "ARM: IMX51: codec structure was moved to the card
17569 structure"
17570 * ARM: Cleanup: Revert "ARM: IMX51: Hack to add defines for
17571 DMA_MODE_READ/WRITE/MASK"
17572 * ARM: Cleanup: Revert "ARM: IMX51: Add SoC and board support for
17573 Freescale mx51 platform"
17574 * Driver core: add new device to bus's list before probing
17575 * [Upstream] (drop after 2.6.31) ALSA: hda - Reduce click noise at
17576 power-saving
17577 - LP: #381693, #399750, #380892
17578
17579 -- Andy Whitcroft <apw@canonical.com> Fri, 14 Aug 2009 11:32:23 +0100
17580
17581 linux (2.6.31-5.24) karmic; urgency=low
17582
17583 [ Amit Kucheria ]
17584
17585 * ARM: IMX51: Make video capture drivers compile
17586 * [Config] IMX51: Config updates
17587
17588 [ Andy Whitcroft ]
17589
17590 * remove leftovers of dm-bbr
17591
17592 [ Leann Ogasawara ]
17593
17594 * Add pata_cs5535 to pata-modules
17595 - LP: #318805
17596
17597 [ Luke Yelavich ]
17598
17599 * [Config] CONFIG_PPC64=y for powerpc64-smp
17600 * [Config] Set the maximum number of CPUs to 1024 for powerpc64-smp
17601 * [Config] CONFIG_PPC_PS3=y for powerpc64-smp
17602 * [Config] CONFIG_PPC_MAPLE=y on powerpc64-smp
17603 * [Config] CONFIG_PPC_PASEMI=y on powerpc64-smp
17604 * [Config] CONFIG_CPU_FREQ_PMAC64=y on powerpc64-smp
17605 * [Config] Enable all PS3 drivers in powerpc64-smp
17606
17607 [ Mario Limonciello ]
17608
17609 * LIRC -- fix lirc-i2c 2.6.31 compilation
17610
17611 [ Matthew Garrett ]
17612
17613 * [Upstream] dell-laptop: Fix rfkill state queries
17614
17615 [ Tim Gardner ]
17616
17617 * [Config] Ignore armel ABI and module changes
17618 * [Config] Update configs after rebase against 2.6.31-rc5
17619
17620 [ Upstream ]
17621
17622 * Rebased to 2.6.31-rc5
17623
17624 -- Andy Whitcroft <apw@canonical.com> Tue, 28 Jul 2009 10:10:09 +0100
17625
17626 linux (2.6.31-4.23) karmic; urgency=low
17627
17628 [ Andy Whitcroft ]
17629
17630 * AUFS -- update to aufs2-30 20090727
17631 * [Config] enable AUFS FUSE support
17632
17633 [ Luke Yelavich ]
17634
17635 * [Config] CONFIG_JFS_FS=m on sparc
17636
17637 [ Tim Gardner ]
17638
17639 * [Upstream] dell-laptop: Fix rfkill state setting.
17640
17641 -- Andy Whitcroft <apw@canonical.com> Mon, 27 Jul 2009 11:11:47 +0100
17642
17643 linux (2.6.31-4.22) karmic; urgency=low
17644
17645 [ Amit Kucheria ]
17646
17647 * ARM: IMX51: Add SoC and board support for Freescale mx51 platform
17648 * ARM: IMX51: Move board-mx51* header files to the correct location
17649 * ARM: IMX51: Clean-up the craziness of including mxc_uart.h _everywhere_
17650 * ARM: IMX51: Make it compile.
17651 * ARM: IMX51: Unconditionally disable CONFIG_GPIOLIB
17652 * ARM: IMX51: Make ARCH_MXC auto-enable ARCH_MXC_CANONICAL
17653 * ARM: IMX51: Enable ZONE_DMA for ARCH_MXC
17654 * ARM: IMX51: Compile-in the IMX51 cpufreq driver by default
17655 * ARM: IMX51: Fix isl29003 HWMON driver for i2c changes
17656 * ARM: USB: musb: Refer to musb_otg_timer_func under correct #ifdef
17657 * ARM: staging: udlfb: Add vmalloc.h include
17658 * UBUNTU [Config]: Bring imx51 config upto date with other flavours
17659
17660 [ Brad Figg ]
17661
17662 * ARM: IMX51: Hack to add defines for DMA_MODE_READ/WRITE/MASK
17663 * ARM: IMX51: codec structure was moved to the card structure
17664 * ARM: IMX51: snd_soc_machine structure replaced with snd_soc_card.
17665 * ARM: IMX51: Get to bus_id by calling dev_name.
17666 * ARM: IMX51: Get to bus_id by calling dev_name.
17667 * ARM: IMX51: Added external declaration for mxc_map_io.
17668 * ARM: IMX51: Removed the mxc_gpio_port structure.
17669 * ARM: IMX51: mxc_timer_init prototype
17670 * ARM: IMX51: Fix up merge error in Kconfig
17671 * ARM: IMX51: Changed from snd_card_new to snd_card_create
17672
17673 [ Dinh Nguyen ]
17674
17675 * ARM: IMX51: Fix plat-mxc/timer.c to handle imx51
17676 * ARM: IMX51: Minimal changes for USB to work on 2.6.31
17677 * ARM: IMX51: Babbage 2.5 needs a different system revision
17678 * ARM: IMX51: IPU irq handler deadlock fix
17679
17680 [ Tim Gardner ]
17681
17682 * [Config] Enabled CONFIG_CAN=m
17683 - LP: #327243
17684 * [Config] Enabled CONFIG_SERIAL=m
17685 - LP: #397189
17686
17687 -- Tim Gardner <tim.gardner@canonical.com> Fri, 24 Jul 2009 06:19:10 -0600
17688
17689 linux (2.6.31-4.21) karmic; urgency=low
17690
17691 [ Amit Kucheria ]
17692
17693 * dm-raid-4-5: Add missing brackets around test_bit()
17694
17695 [ John Johansen ]
17696
17697 * AppArmor: Fix change_profile failing lpn401931
17698 * AppArmor: Fix determination of forced AUDIT messages.
17699 * AppArmor: Fix oops in auditing of the policy interface offset
17700
17701 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 19:18:30 +0100
17702
17703 linux (2.6.31-4.20) karmic; urgency=low
17704
17705 [ Andy Whitcroft ]
17706
17707 * SAUCE: iscsitarget -- update to SVN revision r214
17708 * SAUCE: iscsitarget -- renable driver
17709 * [Config] consolidate lpia/lpia and i386/generic configs
17710 * [Config] enable CRYPTO modules for all architectures
17711 * [Config] enable cryptoloop
17712 * [Config] enable various filesystems for armel
17713 * [Config] sync i386 generic and generic-pae
17714 * [Config] add the 386 (486 processors and above) flavour
17715 * [Config] re-set DEFAULT_MMAP_MIN_ADDR
17716 - LP: #399914
17717 * add genconfigs/genportsconfigs to extract the built configs
17718 * updateconfigs -- alter concatenation order allow easier updates
17719 * intelfb -- INTELFB now conflicts with DRM_I915
17720 * printchanges -- rebase tree does not have stable tags use changelog
17721 * AppArmor: fix argument size missmatch on 64 bit builds
17722
17723 [ Ike Panhc ]
17724
17725 * Ship bnx2x firmware in nic-modules udeb
17726 - LP: #360966
17727
17728 [ Jeff Mahoney ]
17729
17730 * AppArmor: fix build failure on ia64
17731
17732 [ John Johansen ]
17733
17734 * AppArmour: ensure apparmor enabled parmater is off if AppArmor fails to
17735 initialize.
17736 * AppArmour: fix auditing of domain transitions to include target profile
17737 information
17738 * AppArmor: fix C99 violation
17739 * AppArmor: revert reporting of create to write permission.
17740 * SAUCE: Add config option to set a default LSM
17741 * [Config] enable AppArmor by default
17742 * AppArmor: Fix NULL pointer dereference oops in profile attachment.
17743
17744 [ Keith Packard ]
17745
17746 * SAUCE: drm/i915: Allow frame buffers up to 4096x4096 on 915/945 class
17747 hardware
17748 - LP: #351756
17749
17750 [ Luke Yelavich ]
17751
17752 * [Config] add .o files found in arch/powerpc/lib to all powerpc kernel
17753 header packages
17754 - LP: #355344
17755
17756 [ Michael Casadevall ]
17757
17758 * [Config] update SPARC config files to allow success build
17759
17760 [ Scott James Remnant ]
17761
17762 * SAUCE: trace: add trace_event for the open() syscall
17763
17764 [ Stefan Bader ]
17765
17766 * SAUCE: jfs: Fix early release of acl in jfs_get_acl
17767 - LP: #396780
17768
17769 [ Tim Gardner ]
17770
17771 * [Upstream] Fix Soltech TA12 volume hotkeys not sending key release
17772 - LP: #397499
17773 * [Upstream] USB Option driver - Add USB ID for Novatel MC727/U727/USB727
17774 refresh
17775 - LP: #365291
17776 * [Config] SSB/B44 are common across all arches/flavours.
17777
17778 [ Upstream ]
17779
17780 * Rebased to 2.6.31-rc4
17781
17782 -- Andy Whitcroft <apw@canonical.com> Thu, 23 Jul 2009 08:41:39 +0100
17783
17784 linux (2.6.31-3.19) karmic; urgency=low
17785
17786 [ Andy Whitcroft ]
17787
17788 * Revert "[Config] Disabled NDISWRAPPER"
17789 * ndiswrapper -- fix i386 compilation failures on cmpxchg8b
17790 * AUFS -- export various core functions
17791 * AUFS -- export various core functions -- fixes
17792 * AUFS -- core filesystem
17793 * AUFS -- track changes in v2.6.31
17794 * [Config] Enable AUFS
17795 * droppped 'iwl3945: do not send scan command if channel count zero' as it
17796 is already upstream but failed to auto-drop on rebase.
17797
17798 [ Eric Paris ]
17799
17800 * SAUCE: fsnotify: use def_bool in kconfig instead of letting the user
17801 choose
17802 * SAUCE: inotify: check filename before dropping repeat events
17803 * SAUCE: fsnotify: fix inotify tail drop check with path entries
17804
17805 -- Andy Whitcroft <apw@canonical.com> Tue, 14 Jul 2009 12:52:55 +0100
17806
17807 linux (2.6.31-3.18) karmic; urgency=low
17808
17809 [ Andy Whitcroft ]
17810
17811 * Revert "Add splice-2.6.23.patch from AUFS to export a symbol needed by
17812 AUFS"
17813 * Revert "Add put_filp.patch from AUFS to export a symbol needed by AUFS"
17814 * Revert "Add sec_perm-2.6.24.patch from AUFS - export
17815 security_inode_permission"
17816 * clear out left over AUFS files and modifications
17817
17818 [ Luke Yelavich ]
17819
17820 * [Config] Enable CONFIG_USB_ISP116X_HCD on sparc
17821 * SAUCE: Explicitly include header files to allow apparmor to build on
17822 powerpc
17823 * [Config] Enable CONFIG_BLK_DEV_IDECD on powerpc
17824
17825 [ Tim Gardner ]
17826
17827 * [Config] Dropped ubuntu/misc/wireless/acx
17828 * [Config] Disabled NDISWRAPPER until the compile issues are fixed.
17829
17830 [ Upstream ]
17831
17832 * Rebased to 2.6.31-rc3
17833
17834 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 18:59:33 +0100
17835
17836 linux (2.6.31-2.17) karmic; urgency=low
17837
17838 [ Andy Whitcroft ]
17839
17840 * [Config] CONFIG_BLK_DEV_CRYPTOLOOP=m for sparc
17841 * compcache -- remove redundant Kconfig entries part 2
17842 * compcache -- clean up CCFLAGS declarations
17843 * [Config] enable AppArmor
17844 * AppArmor: fix operator precidence issue in as_path_link
17845
17846 [ John Johansen ]
17847
17848 * AppArmor security module
17849 * AppArmor: Correct mapping of file permissions.
17850 * AppArmor: Turn auditing of ptrace on
17851
17852 [ Luke Yelavich ]
17853
17854 * [Config] disable CONFIG_DM_RAID45 on powerpc
17855
17856 -- Andy Whitcroft <apw@canonical.com> Fri, 10 Jul 2009 15:02:05 +0100
17857
17858 linux (2.6.31-2.16) karmic; urgency=low
17859
17860 [ Andy Whitcroft ]
17861
17862 * compcache -- remove redundant Kconfig entries
17863 added ignore and ignore.modules for all arches since the compcache update
17864 changes the modules names as well as some compcache ABI values.
17865
17866 [ Manoj Iyer ]
17867
17868 * SAUCE: updated dm-raid45 module version to 2009.04.24 (2.6.30-rc3)
17869 * SAUCE: update compcache version to 0.5.3
17870
17871 [ Tim Gardner ]
17872
17873 * [Config]: Fix sparc FTBS by adding ignore.modules
17874
17875 -- Tim Gardner <tim.gardner@canonical.com> Mon, 06 Jul 2009 13:35:29 -0600
17876
17877 linux (2.6.31-2.15) karmic; urgency=low
17878
17879 [ Andy Whitcroft ]
17880
17881 * SAUCE: default ATI Radeon KMS to off until userspace catches up
17882 * [Config] Update configs following rebase to 2.6.31-rc2
17883 * [Config] update ports configs following update to 2.6.31-rc2
17884
17885 [ Luke Yelavich ]
17886
17887 * [Config] powerpc - Disable CONFIG_RDS
17888
17889 [ Matt Zimmerman ]
17890
17891 * Rename linux-doc-PKGVER to linux-doc and clean up its description
17892 - LP: #382115
17893
17894 [ Upstream Kernel Changes ]
17895
17896 * rebased to mainline 2.6.31-rc2
17897
17898 -- Andy Whitcroft <apw@canonical.com> Sat, 04 Jul 2009 17:39:13 +0100
17899
17900 linux (2.6.31-1.14) karmic; urgency=low
17901
17902 [ Andy Whitcroft ]
17903
17904 * update ndiswrapper to 1.55
17905 * remove leftovers of gfs
17906 * [Config] powerpc: enable CONFIG_PPC_DISABLE_WERROR
17907
17908 [ Luke Yelavich ]
17909
17910 * [Config] re-enable and build the ide-pmac driver into powerpc kernels
17911 * [Config] Build the ServerWorks Frodo / Apple K2 SATA driver into the
17912 kernel
17913
17914 [ Manoj Iyer ]
17915
17916 * Remove snd-bt-sco ubuntu driver
17917
17918 [ Michael Casadevall ]
17919
17920 * [Config] updates ia64 config and d-i folders to allow succesful build
17921 * [Config] Update powerpc and sparc for 2.6.31
17922
17923 [ Upstream Kernel Changes ]
17924
17925 * intel-iommu: fix Identity Mapping to be arch independent
17926 - LP: #384695
17927 * ACPI: video: prevent NULL deref in acpi_get_pci_dev()
17928
17929 -- Andy Whitcroft <apw@canonical.com> Tue, 30 Jun 2009 17:47:32 +0100
17930
17931 linux (2.6.31-1.13) karmic; urgency=low
17932
17933 [ Andy Whitcroft ]
17934
17935 * REBASE: rebased to mainline 2.6.31-rc1
17936 - "UBUNTU: SAUCE: UHCI USB quirk for resume"
17937 no longer applies, using deprecated interfaces, LPIA only, dropped
17938 - "UBUNTU: SAUCE: Mask off garbage in Dell WMI scan code data"
17939 changes now upstream, dropped
17940 * [Config] Update configs following rebase to 2.6.31-rc1
17941 * [Config] update ports configs following update to 2.6.31-rc1
17942
17943 * [Config] disable broken staging driver CONFIG_STLC45XX
17944 * SAUCE: fix compcache to use updates accessors
17945 * [Config] disable staging driver CONFIG_VT6655
17946 * SAUCE: fix DRDB to use updates accessors
17947 * [Disable] ndiswrapper needs update
17948 * [Disable] LIRC I2C needs update
17949 * [Disable] CONFIG_LENOVO_SL_LAPTOP needs update
17950 * [Config] disable I2C_DESIGNWARE does not compile
17951 * [Config] disable CONFIG_TLSUP for lpia
17952 * [Config] disable CONFIG_FB_UDL for arm
17953 * SAUCE: disable adding scsi headers to linux-libc-dev
17954
17955 [ Mario Limonciello ]
17956
17957 * SAUCE: Add LIRC drivers
17958
17959 -- Andy Whitcroft <apw@canonical.com> Thu, 25 Jun 2009 12:06:22 +0100
17960
17961 linux (2.6.30-10.12) karmic; urgency=low
17962
17963 [ Andy Whitcroft ]
17964
17965 * [Config] split out the ports configs into their own family
17966 * [Config] update configs following introduction of ports family
17967
17968 [ Upstream Kernel Changes ]
17969
17970 * Revert "Rename linux-doc-PKGVER to linux-doc and clean up its
17971 description". Fixes linux-doc package name conflicts for now.
17972 - LP: #382115
17973
17974 -- Tim Gardner <tim.gardner@canonical.com> Mon, 22 Jun 2009 09:17:14 -0600
17975
17976 linux (2.6.30-10.11) karmic; urgency=low
17977
17978 [ Amit Kucheria ]
17979
17980 * [Config] Comment splitconfig.pl and misc cleanup
17981 * [Config] Rename all configs to the new naming scheme
17982 * [Config] Splitconfig rework
17983 * [Config] Rename scripts/misc/oldconfig to kernelconfig
17984 * [Config] Fix build system for new config split
17985 * [Config] Run updateconfigs after the splitconfig rework
17986
17987 [ Andy Whitcroft ]
17988
17989 * Revert "SAUCE: Default to i915.modeset=0 if CONFIG_DRM_I915_KMS=y"
17990 * [Config] standardise CONFIG_STAGING=y
17991 * [Config] standardise CONFIG_RD_LZMA=y
17992 * [Config] CONFIG_PCI_IOV=y
17993 * [Config] CONFIG_PCI_STUB=m
17994 * [Config] merge kernel configs more agressively
17995
17996 [ Colin Watson ]
17997
17998 * [Config] Run kernel-wedge in $(builddir) rather than at the top level
17999 * [Config] Add support for including firmware in udebs
18000 * [Config] Ship bnx2 firmware in nic-modules udeb
18001 - LP: #384861
18002
18003 [ Luke Yelavich ]
18004
18005 * [Config] ports - Import of ports architectures into kernel packaging
18006 infrastructure
18007 * [Config] ports - Do not update ports kernel configurations by default
18008 * [Config] ports - Disable ABI checking for ports architectures
18009 * [Config] ports - Build drivers in ubuntu sub-directory on powerpc
18010 * [Config] ports - Add control.d/vars.* files for ports architectures
18011 * [Config] ports - Add ports architectures for linux-libc-dev
18012 * [Config] ports - Create powerpc specific message-modules and
18013 block-modules udebs
18014 * [Config] ports - Add configuration files for ports architectures
18015
18016 [ Manoj Iyer ]
18017
18018 * [Config] Enable CONFIG_BLK_DEV_AEC62XX=m for amd64 and i386
18019 - LP: #329864
18020
18021 [ Michael Casadevall ]
18022
18023 * [Config] ports - Fix compression of kernels
18024
18025 [ Stefan Bader ]
18026
18027 * [Upstream] mmc: prevent dangling block device from accessing stale
18028 queues
18029 - LP: #383668
18030
18031 [ Tim Gardner ]
18032
18033 * [Config] Recommend grub-pc in linux-image
18034 - LP: #385741
18035 * [Config] Implement i386 generic and generic-pae flavours
18036 * [Config] ports - Add control info after integrating ports arches
18037 * [Config] Removed auto-generated files from git
18038 * [Config] Added netxen_nic to nic-modules
18039 - LP: #389603
18040
18041 [ Matt Zimmerman ]
18042
18043 * Rename linux-doc-PKGVER to linux-doc and clean up its description
18044 - LP: #382115
18045
18046 -- Tim Gardner <tim.gardner@canonical.com> Mon, 15 Jun 2009 14:38:26 -0600
18047
18048 linux (2.6.30-9.10) karmic; urgency=low
18049
18050 [ Andy Whitcroft ]
18051
18052 * [Config] CONFIG_SECURITY_TOMOYO=y (amd64, i386, lpia)
18053 * [Config] CONFIG_KEXEC_JUMP=y (amd64, lpia)
18054 * [Config] CONFIG_LENOVO_SL_LAPTOP=m (amd64, lpia)
18055 * [Config] CONFIG_POHMELFS_CRYPTO=y (i386, amd64)
18056 * [Config] CONFIG_SERIAL_MAX3100=m (i386, amd64, lpia)
18057 * [Config] CONFIG_VIDEO_GO7007=m (amd64, i386)
18058
18059 [ Upstream Kernel Changes ]
18060
18061 * rebased to 2.6.30 final
18062
18063 -- Andy Whitcroft <apw@canonical.com> Fri, 05 Jun 2009 11:42:53 +0100
18064
18065 linux (2.6.30-8.9) karmic; urgency=low
18066
18067 [ Andy Whitcroft ]
18068
18069 * Config update removed the following options:
18070 CONFIG_EDAC_AMD8111=m
18071 CONFIG_EDAC_AMD8131=m
18072
18073 [ Upstream Kernel Changes ]
18074
18075 * rebased to 2.6.30-rc8
18076
18077 -- Andy Whitcroft <apw@canonical.com> Wed, 03 Jun 2009 09:21:13 +0100
18078
18079 linux (2.6.30-7.8) karmic; urgency=low
18080
18081 [ Andy Whitcroft ]
18082
18083 * Enabled NEW configration options:
18084 Paravirtualization layer for spinlocks (PARAVIRT_SPINLOCKS) [N/y/?] Y
18085 Cisco FNIC Driver (FCOE_FNIC) [N/m/y/?] M
18086
18087 [ Upstream Kernel Changes ]
18088
18089 * rebased to 2.6.30-rc7
18090
18091 -- Andy Whitcroft <apw@canonical.com> Sat, 23 May 2009 23:47:24 +0100
18092
18093 linux (2.6.30-6.7) karmic; urgency=low
18094
18095 [ Andy Whitcroft ]
18096
18097 * Dropped: UBUNTU: SAUCE: input: Blacklist digitizers from joydev.c (now
18098 upstream)
18099
18100 [ Upstream Kernel Changes ]
18101
18102 * rebased to 2.6.30-rc6
18103
18104 -- Andy Whitcroft <apw@canonical.com> Mon, 18 May 2009 18:05:54 +0100
18105
18106 linux (2.6.30-5.6) karmic; urgency=low
18107
18108 [ Tim Gardner ]
18109
18110 * [Config] Enable Keyspan USB serial device firmware in kernel module
18111 - LP: #334285
18112
18113 [ Upstream Kernel Changes ]
18114
18115 * rebased to 2.6.30-rc5
18116
18117 -- Tim Gardner <tim.gardner@canonical.com> Mon, 11 May 2009 12:02:16 -0600
18118
18119 linux (2.6.30-4.5) karmic; urgency=low
18120
18121 [ Colin Watson ]
18122
18123 * Build-Conflict with findutils (= 4.4.1-1ubuntu1), to avoid
18124 /usr/include/asm/* going missing
18125 - LP: #373214
18126
18127 -- Stefan Bader <stefan.bader@canonical.com> Fri, 08 May 2009 11:09:08 +0200
18128
18129 linux (2.6.30-3.4) karmic; urgency=low
18130
18131 [ Kees Cook ]
18132
18133 * SAUCE: [x86] implement cs-limit nx-emulation for ia32
18134 - LP: #369978
18135
18136 [ Stefan Bader ]
18137
18138 * SAUCE: input: Blacklist digitizers from joydev.c
18139 - LP: #300143
18140
18141 -- Tim Gardner <tim.gardner@canonical.com> Fri, 01 May 2009 14:00:42 -0600
18142
18143 linux (2.6.30-2.3) karmic; urgency=low
18144
18145 [ Tim Gardner ]
18146
18147 * [Config] Enabled CC_STACKPROTECTOR=y for all x86en
18148 - LP: #369152
18149 * SAUCE: Default to i915_modeset=0 if CONFIG_DRM_I915_KMS=y
18150 * [Config] CONFIG_DRM_I915_KMS=y
18151 * [Config] Set CONFIG_SECURITY_DEFAULT_MMAP_MIN_ADDR to appropriate ARCH
18152 minimums
18153
18154 [ Upstream Kernel Changes ]
18155
18156 * rebased to 2.6.30-rc4
18157
18158 -- Tim Gardner <tim.gardner@canonical.com> Thu, 30 Apr 2009 09:17:05 -0600
18159
18160 linux (2.6.30-1.2) karmic; urgency=low
18161
18162 [ Tim Gardner ]
18163
18164 * [Config] armel: disable staging drivers, fixes FTBS
18165 * [Config] armel imx51: Disable CONFIG_MTD_NAND_MXC, fixes FTBS
18166
18167 [ Upstream Kernel Changes ]
18168
18169 * mpt2sas: Change reset_type enum to avoid namespace collision.
18170 Submitted upstream.
18171
18172 -- Tim Gardner <tim.gardner@canonical.com> Tue, 28 Apr 2009 16:54:41 -0600
18173
18174 linux (2.6.30-1.1) karmic; urgency=low
18175
18176 * Initial release after rebasing against v2.6.30-rc3
18177
18178 -- Tim Gardner <tim.gardner@canonical.com> Thu, 12 Mar 2009 19:16:07 -0600
18179