]> git.proxmox.com Git - mirror_ubuntu-hirsute-kernel.git/blame - debian.master/changelog
UBUNTU: [Config] re-enable ZFS
[mirror_ubuntu-hirsute-kernel.git] / debian.master / changelog
CommitLineData
af132dbb
AR
1linux-5.10 (5.10.0-3.4) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
a99b09ed
AR
7 [ Upstream Kernel Changes ]
8
9 * Rebase to v5.10-rc3
10
af132dbb
AR
11 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Nov 2020 08:20:48 +0100
12
d57695ee 13linux-5.10 (5.10.0-2.3) hirsute; urgency=medium
b9414512 14
d57695ee
SF
15 * Miscellaneous Ubuntu changes
16 - [Config] Switch arm64 default cpufreq governor to ondemand
17 - [Debian] Include scripts/module.lds from builddir in headers package
b9414512 18
d57695ee 19 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Nov 2020 21:01:52 -0600
b9414512 20
dc1c5c63 21linux-5.10 (5.10.0-1.2) hirsute; urgency=medium
46f06511 22
dc1c5c63
SF
23 * Packaging resync (LP: #1786013)
24 - update dkms package versions
25
26 * Fix non-working Intel NVMe after S3 (LP: #1900847)
27 - SAUCE: PCI: Enable ACS quirk on all CML root ports
28
29 * Miscellaneous Ubuntu changes
30 - [Packaging] move to hirsute
31 - [Config] Update configs and annotations after rebase to 5.10-rc2
32 - [Config] Update numerous configs to conform with policy
33 - [Config] Switch default CPUFreq governer for arm64/armhf to schedultil
34 - [Config] Temporarily disable DEBUG_INFO_BTF for armhf
46f06511 35
5e4a5b02
SF
36 [ Upstream Kernel Changes ]
37
38 * Rebase to v5.10-rc2
39
dc1c5c63 40 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Nov 2020 13:18:27 -0600
46f06511 41
f8af8b1d 42linux-5.10 (5.10.0-0.1) hirsute; urgency=medium
70bae2a7 43
eafdd2fa
PP
44 * Packaging resync (LP: #1786013)
45 - update dkms package versions
46
47 * Miscellaneous Ubuntu changes
48 - [Config] Update configs and annotations for v5.10-rc1
49 - SAUCE: platform/x86: dell-uart-backlight: rename kzfree() to
50 kfree_sensitive()
51 - SAUCE: apparmor: rename kzfree() to kfree_sensitive()
52 - SAUCE: LSM: change ima_read_file() to use lsmblob
53 - SAUCE: LSM: Use lsmblob in smk_netlbl_mls()
54
55 * Miscellaneous upstream changes
56 - Revert "UBUNTU: [Packaging] Change source package name to linux-5.10"
57 - s390: correct __bootdata / __bootdata_preserved macros
70bae2a7 58
e7e7fca6
PP
59 [ Upstream Kernel Changes ]
60
61 * Rebase to v5.10-rc1
62
eafdd2fa 63 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 27 Oct 2020 16:57:07 +0100
70bae2a7
PP
64
65linux-5.10 (5.10.0-0.0) groovy; urgency=medium
66
67 * Empty entry
68
69 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Oct 2020 14:55:48 +0100
70
5bbe8099
LO
71linux-5.9 (5.9.0-2.3) groovy; urgency=medium
72
73 * Fix system reboot when disconnecting WiFi (LP: #1899726)
74 - iwlwifi: msix: limit max RX queues for 9000 family
75
76 * booting linux-generic-lpae armhf kernel under qemu results in relocation out
77 of range, and thus no modules can be loaded (LP: #1899519)
78 - [Config] armhf: ARM_MODULE_PLTS=y
79
80 * Fix broken MSI interrupt after HDA controller was suspended (LP: #1899586)
81 - ALSA: hda: fix jack detection with Realtek codecs when in D3
82
83 * CVE-2020-16119
84 - SAUCE: dccp: avoid double free of ccid on child socket
85
86 * python3-venv is gone (LP: #1896801)
87 - SAUCE: doc: remove python3-venv dependency
88
89 * *-tools-common packages descriptions have typo "PGKVER" (LP: #1898903)
90 - [Packaging] Fix typo in -tools template s/PGKVER/PKGVER/
91
92 * Enable brightness control on HP DreamColor panel (LP: #1898865)
93 - SAUCE: drm/i915/dpcd_bl: Skip testing control capability with force DPCD
94 quirk
95 - SAUCE: drm/dp: HP DreamColor panel brigntness fix
96
97 * HP Zbook Studio G7 boots into corrupted screen with PSR featured panel
98 (LP: #1897501)
99 - SAUCE: drm/i915/psr: allow overriding PSR disable param by quirk
100 - SAUCE: drm/dp: add DP_QUIRK_FORCE_PSR_CHIP_DEFAULT quirk to CMN prod-ID
101 19-15
102
103 * Fix broken e1000e device after S3 (LP: #1897755)
104 - SAUCE: e1000e: Increase polling timeout on MDIC ready bit
105
106 * Wakeup the system by touching the touchpad (LP: #1888331)
107 - HID: i2c-hid: Enable wakeup capability from Suspend-to-Idle
108
109 * Enable LTR for endpoints behind VMD (LP: #1896598)
110 - SAUCE: PCI/ASPM: Enable LTR for endpoints behind VMD
111
112 * [SRU] [Focal/OEM-5.6/Groovy]Fix AMD usb host controller lost after stress S3
113 (LP: #1893914)
114 - SAUCE: xhci: workaround for S3 issue on AMD SNPS 3.0 xHC
115
116 * debian/rules editconfigs does not work on s390x to change s390x only configs
117 (LP: #1863116)
118 - [Packaging] kernelconfig -- only update/edit configurations on architectures
119 we have compiler support
120
121 * Fix non-working NVMe after S3 (LP: #1895718)
122 - SAUCE: PCI: Enable ACS quirk on CML root port
123
124 * Miscellaneous Ubuntu changes
125 - SAUCE: bpf: Check CONFIG_BPF option for resolve_btfids
126 - SAUCE: tools resolve_btfids: Always force HOSTARCH
127 - packaging: arm64: add a 64KB mem pages flavour called 'generic-64k'
128 - packaging: arm64: generic-64k: skip ABI, modules and retpoline checks
129 - SAUCE: drm/i915/display: Fix null deref in intel_psr_atomic_check()
130 - [Config] Update toolchain versions
131 - [Config] Refresh annotations
132 - Add ubuntu-host module
133 - CONFIG_UBUNTU_HOST=m
134 - SAUCE: apparmor: drop prefixing abs root labels with '='
135 - SAUCE: apparmor: disable showing the mode as part of a secid to secctx
136 - SAUCE: apparmor: rename aa_sock() to aa_unix_sk()
137 - SAUCE: apparmor: LSM stacking: switch from SK_CTX() to aa_sock()
138 - SAUCE: LSM: Infrastructure management of the sock security
139 - SAUCE: LSM: Create and manage the lsmblob data structure.
140 - SAUCE: LSM: Use lsmblob in security_audit_rule_match
141 - SAUCE: LSM: Use lsmblob in security_kernel_act_as
142 - SAUCE: net: Prepare UDS for security module stacking
143 - SAUCE: LSM: Use lsmblob in security_secctx_to_secid
144 - SAUCE: LSM: Use lsmblob in security_secid_to_secctx
145 - SAUCE: LSM: Use lsmblob in security_ipc_getsecid
146 - SAUCE: LSM: Use lsmblob in security_task_getsecid
147 - SAUCE: LSM: Use lsmblob in security_inode_getsecid
148 - SAUCE: LSM: Use lsmblob in security_cred_getsecid
149 - SAUCE: IMA: Change internal interfaces to use lsmblobs
150 - SAUCE: LSM: Specify which LSM to display
151 - SAUCE: LSM: Ensure the correct LSM context releaser
152 - SAUCE: LSM: Use lsmcontext in security_secid_to_secctx
153 - SAUCE: LSM: Use lsmcontext in security_inode_getsecctx
154 - SAUCE: LSM: security_secid_to_secctx in netlink netfilter
155 - SAUCE: NET: Store LSM netlabel data in a lsmblob
156 - SAUCE: LSM: Verify LSM display sanity in binder
157 - SAUCE: Audit: Add new record for multiple process LSM attributes
158 - SAUCE: Audit: Add a new record for multiple object LSM
159 - SAUCE: LSM: Add /proc attr entry for full LSM context
160 - SAUCE: AppArmor: Remove the exclusive flag
161 - SAUCE: Audit: Fix for missing NULL check
162
163 * Miscellaneous upstream changes
164 - tty: hvcs: Don't NULL tty->driver_data until hvcs_cleanup()
165
166 [ Upstream Kernel Changes ]
167
168 * Rebase to v5.9
169
170 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Oct 2020 13:31:18 -0500
171
172linux-5.9 (5.9.0-1.2) groovy; urgency=medium
173
174 * Miscellaneous Ubuntu changes
175 - [Config] Update configs after rebase to 5.9-rc6
176 - SAUCE: dax: Fix compilation for CONFIG_DAX && !CONFIG_FS_DAX
177 - SAUCE: bpf: Use --no-fail option if CONFIG_BPF is not enabled
178 - SAUCE: tools resolve_btfids: Always force HOSTARCH
179
180 [ Upstream Kernel Changes ]
181
182 * Rebase to v5.9-rc6
183
184 -- Seth Forshee <seth.forshee@canonical.com> Mon, 21 Sep 2020 14:39:34 -0500
185
186linux-5.9 (5.9.0-0.1) groovy; urgency=medium
187
188 * Miscellaneous Ubuntu changes
189 - [Config] Update configs and annotations for v5.9-rc1
190 - SAUCE: i915: Fix build error due to missing struct definition
191 - hio -- Update blk_queue_split() calls for changes in 5.9-rc1
192 - hio -- Updates for move of make_request_fn to struct block_device_operations
193 - [Config] Disable zfs dkms build
194 - [Config] Disable nvidia dkms build
195 - [Config] Disable nvidia server dkms builds
196 - SAUCE: remoteproc: qcom: Use div_u64() for 64-bit division
197 - SAUCE: PCI/ASPM: Enable ASPM for links under VMD domain
198 - [Packaging] Bind hv_vss_daemon startup to hv_vss device
199 - [Packaging] bind hv_fcopy_daemon startup to hv_fcopy device
200 - [Config] Re-enable UEFI signing for arm64
201 - SAUCE: Revert "UBUNTU: SAUCE: export __get_vm_area_caller() and map_kernel_range()"
202 - [Config] Set the default CPU governor to ONDEMAND
203 - [Packaging] update variants
204 - [Packaging] update helper scripts
205 - update dkms package versions
206
207 [ Upstream Kernel Changes ]
208
209 * Rebase to v5.9-rc5
210
211 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Sep 2020 15:01:21 -0500
212
213linux-5.9 (5.9.0-0.0) groovy; urgency=medium
214
215 * Empty entry
216
217 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Aug 2020 16:48:03 -0500
218
219linux (5.8.0-16.17) groovy; urgency=medium
220
221 * groovy/linux: 5.8.0-16.17 -proposed tracker (LP: #1891233)
222
223 * Miscellaneous Ubuntu changes
224 - hio -- Update to use bio_{start,end}_io_acct with 5.8+
225 - Enable hio driver
226 - [Packaging] Temporarily disable building doc package contents
227
228 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 15:32:58 -0500
229
230linux (5.8.0-15.16) groovy; urgency=medium
231
232 * groovy/linux: 5.8.0-15.16 -proposed tracker (LP: #1891177)
233
234 * Miscellaneous Ubuntu changes
235 - SAUCE: Documentation: import error c_funcptr_sig_re, c_sig_re (sphinx-
236 doc/sphinx@0f49e30c)
237
238 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Aug 2020 09:29:58 -0500
239
240linux (5.8.0-14.15) groovy; urgency=medium
241
242 * groovy/linux: 5.8.0-14.15 -proposed tracker (LP: #1891085)
243
244 * Packaging resync (LP: #1786013)
245 - [Packaging] update helper scripts
246
247 * msg_zerocopy.sh in net from ubuntu_kernel_selftests failed (LP: #1812620)
248 - selftests/net: relax cpu affinity requirement in msg_zerocopy test
249
250 * Fix missing HDMI/DP Audio on an HP Desktop (LP: #1890441)
251 - ALSA: hda/hdmi: Add quirk to force connectivity
252
253 * Add initial audio support for Lenovo ThinkStation P620 (LP: #1890317)
254 - ALSA: usb-audio: Add support for Lenovo ThinkStation P620
255
256 * Fix IOMMU error on AMD Radeon Pro W5700 (LP: #1890306)
257 - PCI: Mark AMD Navi10 GPU rev 0x00 ATS as broken
258
259 * Enlarge hisi_sec2 capability (LP: #1890222)
260 - crypto: hisilicon - update SEC driver module parameter
261
262 * Miscellaneous Ubuntu changes
263 - [Config] Re-enable signing for ppc64el
264
265 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Aug 2020 15:26:46 -0500
266
267linux (5.8.0-13.14) groovy; urgency=medium
268
269 * Miscellaneous Ubuntu changes
270 - [Config] Remove i386 configs
271 - SAUCE: apply a workaround to re-enable CONFIG_CRYPTO_AEGIS128_SIMD
272 - SAUCE: export __get_vm_area_caller() and map_kernel_range()
273 - [Config] drop CONFIG_BINFMT_AOUT enforcement
274
275 * Miscellaneous upstream changes
276 - Revert "UBUNTU: [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD"
277
278 [ Upstream Kernel Changes ]
279
280 * Rebase to v5.8
281
282 -- Andrea Righi <andrea.righi@canonical.com> Tue, 04 Aug 2020 09:51:50 +0200
283
284linux (5.8.0-12.13) groovy; urgency=medium
285
286 * groovy/linux: 5.8.0-12.13 -proposed tracker (LP: #1889481)
287
288 * Fix right speaker of HP laptop (LP: #1889375)
289 - SAUCE: hda/realtek: Fix right speaker of HP laptop
290
291 * blk_update_request error when mount nvme partition (LP: #1872383)
292 - SAUCE: nvme-pci: prevent SK hynix PC400 from using Write Zeroes command
293
294 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
295 - Revert "UBUNTU: SAUCE: net: atlantic: Add support for firmware v4"
296 - net: atlantic: align return value of ver_match function with function name
297 - net: atlantic: add support for FW 4.x
298
299 * Miscellaneous Ubuntu changes
300 - [Debian] Fix debian/tests for linux-5.8 -> linux rename
301 - SAUCE: selftests/powerpc: return skip code for spectre_v2
302
303 -- Seth Forshee <seth.forshee@canonical.com> Wed, 29 Jul 2020 16:58:47 -0500
304
305linux (5.8.0-11.12) groovy; urgency=medium
306
307 * groovy/linux: 5.8.0-11.12 -proposed tracker (LP: #1889336)
308
309 * Miscellaneous Ubuntu changes
310 - [Packaging] dwarves is not required for linux-libc-dev or stage1
311
312 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 22:33:24 -0500
313
314linux (5.8.0-10.11) groovy; urgency=medium
315
316 * groovy/linux: 5.8.0-10.11 -proposed tracker (LP: #1889316)
317
318 * Miscellaneous Ubuntu changes
319 - [Packaging] Add more packages to Build-Depends-Indep for docs
320 - [Debian] Specify python executable in kmake
321 - [Debian] Don't treat warnings as errors during perf builds
322 - [Config] Disable signing for ppc64el
323
324 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Jul 2020 17:09:52 -0500
325
326linux (5.8.0-9.10) groovy; urgency=medium
327
328 * groovy/linux: 5.8.0-9.10 -proposed tracker (LP: #1889140)
329
330 * Packaging resync (LP: #1786013)
331 - [Packaging] update helper scripts
332
333 * Miscellaneous Ubuntu changes
334 - SAUCE: Fix s390x compile error on F32 utils/stat-display.c
335 - [Packaging] Add python3-venv to Build-Depends-Indep
336
337 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 21:01:46 -0500
338
339linux (5.8.0-8.9) groovy; urgency=medium
340
341 * groovy/linux: 5.8.0-8.9 -proposed tracker (LP: #1889104)
342
343 * Packaging resync (LP: #1786013)
344 - [Packaging] update helper scripts
345 - update dkms package versions
346 - [Packaging] update variants
347
348 * Introduce the new NVIDIA 450-server and the 450 UDA series (LP: #1887674)
349 - [Packaging] NVIDIA -- Add signed modules for 450 450-server
350
351 * Introduce the new NVIDIA 418-server and 440-server series, and update the
352 current NVIDIA drivers (LP: #1881137)
353 - [packaging] add signed modules for the 418-server and the 440-server
354 flavours
355
356 * Miscellaneous Ubuntu changes
357 - SAUCE: Revert "radix-tree: Use local_lock for protection"
358 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=n
359 - [Config] disable CONFIG_CRYPTO_AEGIS128_SIMD
360 - [Config] Enable nvidia dkms build
361
362 * Miscellaneous upstream changes
363 - usbip: tools: fix build error for multiple definition
364
365 [ Upstream Kernel Changes ]
366
367 * Rebase to v5.8-rc7
368
369 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 11:18:12 -0500
370
371linux (5.8.0-7.8) groovy; urgency=medium
372
373 * Empty entry
374
375 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Jul 2020 09:22:19 +0200
376
377linux-5.8 (5.8.0-7.8) groovy; urgency=medium
378
379 * soc/amd/renoir: detect dmic from acpi table (LP: #1887734)
380 - ASoC: amd: add logic to check dmic hardware runtime
381 - ASoC: amd: add ACPI dependency check
382 - ASoC: amd: fixed kernel warnings
383
384 * linux 4.15.0-109-generic network DoS regression vs -108 (LP: #1886668)
385 - SAUCE: Revert "netprio_cgroup: Fix unlimited memory leak of v2 cgroups"
386
387 * Add support for Atlantic NIC firmware v4 (LP: #1886908)
388 - SAUCE: net: atlantic: Add support for firmware v4
389
390 * MGA G200e doesn't work under GDM Wayland (LP: #1886140)
391 - drm/mgag200: Remove HW cursor
392 - drm/mgag200: Clean up mga_set_start_address()
393 - drm/mgag200: Clean up mga_crtc_do_set_base()
394 - drm/mgag200: Move mode-setting code into separate helper function
395 - drm/mgag200: Split MISC register update into PLL selection, SYNC and I/O
396 - drm/mgag200: Update mode registers after plane registers
397 - drm/mgag200: Set pitch in a separate helper function
398 - drm/mgag200: Set primary plane's format in separate helper function
399 - drm/mgag200: Move TAGFIFO reset into separate function
400 - drm/mgag200: Move hiprilvl setting into separate functions
401 - drm/mgag200: Move register initialization into separate function
402 - drm/mgag200: Remove out-commented suspend/resume helpers
403 - drm/mgag200: Use simple-display data structures
404 - drm/mgag200: Convert to simple KMS helper
405 - drm/mgag200: Replace VRAM helpers with SHMEM helpers
406
407 * Miscellaneous Ubuntu changes
408 - SAUCE: s390/bpf: fix sign extension in branch_ku
409 - SAUCE: selftests: net: ip_defrag: modprobe missing nf_defrag_ipv6 support
410 - SAUCE: selftests: fib_nexthop_multiprefix: fix cleanup() netns deletion
411 - [packaging] debhelper-compat (= 10) (and retire debian/compat)
412 - [Config] Update configs after rebase to 5.8-rc6
413
414 [ Upstream Kernel Changes ]
415
416 * Rebase to v5.8-rc6
417
418 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jul 2020 09:55:47 +0200
419
420linux-5.8 (5.8.0-6.7) groovy; urgency=medium
421
422 * Packaging resync (LP: #1786013)
423 - update dkms package versions
424
425 * perf build broken after updating to bintuils 2.34.90.20200706-1ubuntu1
426 (LP: #1887397)
427 - SAUCE: libtraceevent: Strip symbol version from nm output
428
429 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Jul 2020 14:07:53 -0500
430
431linux-5.8 (5.8.0-5.6) groovy; urgency=medium
432
433 * linux-libc-dev broken for crossbuilding, Multi-Arch:same violation
434 (LP: #1886188)
435 - [Packaging] Produce linux-libc-deb package for riscv64
436 - [Debian] Disallow building linux-libc-dev from linux-riscv
437
438 * Miscellaneous Ubuntu changes
439 - SAUCE: Revert "UBUNTU: SAUCE: test_bpf: remove expected fail for Ctx heavy
440 transformations test on s390"
441 - SAUCE: Revert "test_bpf: flag tests that cannot be jited on s390"
442 - [Config] Update configs (gcc update)
443
444 [ Upstream Kernel Changes ]
445
446 * Rebase to v5.8-rc5
447
448 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jul 2020 08:42:14 +0200
449
450linux-5.8 (5.8.0-4.5) groovy; urgency=medium
451
452 * Add generic LED class support for audio LED (LP: #1885896)
453 - ALSA: hda: generic: Always call led-trigger for mic mute LED
454 - ALSA: hda: generic: Add a helper for mic-mute LED with LED classdev
455 - ALSA: hda/realtek: Convert to cdev-variant of mic-mute LED controls
456 - ALSA: hda/conexant: Convert to cdev-variant of mic-mute LED controls
457 - ALSA: hda/sigmatel: Convert to cdev-variant of mic-mute LED controls
458 - ALSA: hda: generic: Drop unused snd_hda_gen_fixup_micmute_led()
459 - ALSA: hda: generic: Drop the old mic-mute LED hook
460 - ALSA: hda: generic: Add vmaster mute LED helper
461 - ALSA: hda/realtek: Use the new vmaster mute LED helper
462 - ALSA: hda/conexant: Use the new vmaster mute LED helper
463 - ALSA: hda/sigmatel: Use the new vmaster mute LED helper
464 - ALSA: hda/realtek: Unify LED helper code
465 - ALSA: hda: Let LED cdev handling suspend/resume
466
467 * seccomp_bpf fails on powerpc (LP: #1885757)
468 - SAUCE: selftests/seccomp: fix ptrace tests on powerpc
469
470 * CVE-2020-11935
471 - SAUCE: aufs: do not call i_readcount_inc()
472
473 * Miscellaneous Ubuntu changes
474 - SAUCE: Update aufs to 5.x-rcN 20200622
475 - [Config] Update configs to set CONFIG_SND_HDA_GENERIC_LEDS value
476 - [Config] CONFIG_SECURITY_DMESG_RESTRICT=y
477
478 [ Upstream Kernel Changes ]
479
480 * Rebase to v5.8-rc4
481
482 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Jul 2020 08:14:28 -0500
483
484linux-5.8 (5.8.0-3.4) groovy; urgency=medium
485
486 * Packaging resync (LP: #1786013)
487 - [Packaging] update helper scripts
488 - update dkms package versions
489
490 * lxc 1:4.0.2-0ubuntu1 ADT test failure with linux-5.8 5.8.0-1.2
491 (LP: #1884635)
492 - SAUCE: overlayfs: fix faulty rebase
493
494 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
495 - SAUCE: shiftfs: prevent ESTALE for LOOKUP_JUMP lookups
496
497 * shiftfs: fix btrfs regression (LP: #1884767)
498 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: fix dentry revalidation"
499
500 * Miscellaneous Ubuntu changes
501 - [Config] CONFIG_DEBUG_INFO_COMPRESSED=y
502 - SAUCE: regulator: rename da903x to da903x-regulator
503 - [Config] Add da903x to modules.ignore
504 - [Config] Update configs for rebase to 5.8-rc3
505
506 [ Upstream Kernel Changes ]
507
508 * Rebase to v5.8-rc3
509
510 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jun 2020 08:48:25 -0500
511
512linux-5.8 (5.8.0-2.3) groovy; urgency=medium
513
514 * Support Audio Mute LED for two new HP laptops (LP: #1884251)
515 - ALSA: hda/realtek: Add mute LED and micmute LED support for HP systems
516
517 * CVE-2019-16089
518 - SAUCE: nbd_genl_status: null check for nla_nest_start
519
520 * tpm: fix TIS locality timeout problems (LP: #1881710)
521 - SAUCE: tpm: fix TIS locality timeout problems
522
523 * Packaging resync (LP: #1786013)
524 - update dkms package versions
525
526 * Miscellaneous Ubuntu changes
527 - SAUCE: security,perf: Allow further restriction of perf_event_open
528 - [Config] CONFIG_SECURITY_PERF_EVENTS_RESTRICT=y
529 - [Config] Update configs and annotations for 5.8-rc2
530 - [Config] Enable zfs
531 - [Config] Enable CONFIG_DEBUG_INFO_BTF
532
533 [ Upstream Kernel Changes ]
534
535 * Rebase to v5.8-rc2
536
537 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jun 2020 15:05:54 -0500
538
539linux-5.8 (5.8.0-1.2) groovy; urgency=medium
540
541 * Miscellaneous Ubuntu changes
542 - [Debian] Support linux-x.y in udeb package names
543 - [Packaging] Use SRCPKGNAME for udeb packages
544
545 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 19:34:32 -0500
546
547linux-5.8 (5.8.0-0.1) groovy; urgency=medium
548
549 * Docker registry doesn't stay up and keeps restarting (LP: #1879690)
550 - Revert "UBUNTU: SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay"
551
552 * Packaging resync (LP: #1786013)
553 - [Packaging] update variants
554
555 * Miscellaneous Ubuntu changes
556 - [Packaging] Update source package name to linux-5.8
557 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
558 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print error messages.
559 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
560 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
561 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
562 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
563 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature verify
564 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
565 - SAUCE: (lockdown) security: lockdown: Make CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
566 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
567 - SAUCE: Import aufs driver
568 - [Config] Update configs for v5.8-rc1
569 - [Config] Update annotations for v5.8-rc1 config changes
570 - SAUCE: shiftfs -- Fix build errors from missing fiemap definitions
571 - Disable hio driver
572
573 * Miscellaneous upstream changes
574 - acpi: disallow loading configfs acpi tables when locked down
575
576 [ Upstream Kernel Changes ]
577
578 * Rebase to v5.8-rc1
579
580 -- Seth Forshee <seth.forshee@canonical.com> Wed, 17 Jun 2020 11:54:24 -0500
581
582linux-5.8 (5.8.0-0.0) groovy; urgency=medium
583
584 * Empty entry
585
586 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Jun 2020 22:40:35 -0500
587
588linux-5.7 (5.7.0-8.9) groovy; urgency=medium
589
590 * Packaging resync (LP: #1786013)
591 - update dkms package versions
592
593 * Enforce all config annotations (LP: #1879327)
594 - [Config]: do not enforce CONFIG_VERSION_SIGNATURE
595 - [Config]: prepare to enforce all
596 - [Config]: enforce all config options
597
598 * Miscellaneous Ubuntu changes
599 - [Config]: annotations review after 5.7 rebase
600 - [Config] annotations: IXP4XX* depends on ARCH_IXP4XX
601 - [Config] THERMAL_GOV_POWER_ALLOCATOR=y
602 - [Config] annotations: SOC_CAMERA is marked as BROKEN
603 - [Config] annotations: NFSD_V4_2_INTER_SSC depends on NFS_FS=y
604 - [Config] annotations: CRYPTO_DEV_CHELSIO_TLS depends on legacy (and largely
605 unmantained) TLS_TOE
606 - [Config] annotations: SERIO_OLPC_APSP depends on ARCH_MMP
607 - [Config] RTW88_DEBUG=y
608 - [Config] annotations: ISDN_CAPI is a bool, and BT_CMTP depends on it
609 - [Config] annotations SND_SOC_SOF_DEVELOPER_SUPPORT depends on
610 SND_SOC_SOF_DEVELOPER_SUPPORT
611 - [Config] annotations: SND_SOC_SOF_BAYTRAIL_SUPPORT is mutually exclusive
612 with SND_SST_ATOM_HIFI2_PLATFORM_ACPI
613 - [Config] annotations: DEBUG_IMX_UART_PORT is defined only any
614 DEBUG_IMX*_UART is enabled
615 - [Config] annotations: HW_RANDOM_IMX_RNGC depends on SOC_IMX25
616 - [Config] annotations: armhf: VIRTUALIZATION support was removed for arm32
617 - [Config] annotations: arm64: remove DEBUG_ALIGN_RODATA
618 - [Config] annotations: ppc64: DATA_SHIFT defaults to PPC_PAGE_SHIFT
619 - [Config] arm64: enforce ARM64_USE_LSE_ATOMICS
620 - [Config] s390x: MOST is not set
621 - [Config] s390x: BCM84881_PHY is not set
622 - [Config] s390x: XILINX_LL_TEMAC is not set
623 - [Config] s390x: PHY_INTEL_EMMC requires GENERIC_PHY (off by default on
624 s390x)
625 - [Config] s390x: CHECK_STACK conflicts with VMAP_STACK
626 - [Config] annotations: s390x: NODES_SHIFT=1
627 - [Config] annotations: import new symbols
628 - [Config] annotations: remove unmatched menu and options
629
630 -- Paolo Pisati <paolo.pisati@canonical.com> Fri, 12 Jun 2020 12:03:01 +0200
631
632linux-5.7 (5.7.0-7.8) groovy; urgency=medium
633
634 * Packaging resync (LP: #1786013)
635 - update dkms package versions
636 - [Packaging] update helper scripts
637
638 * [UBUNTU 20.04] s390x/pci: fix linking between PF and VF for multifunction
639 devices (LP: #1879704)
640 - PCI/IOV: Introduce pci_iov_sysfs_link() function
641 - s390/pci: create links between PFs and VFs
642
643 * Miscellaneous Ubuntu changes
644 - [Config] Disable UEFI signing for arm64
645 - Rebase to v5.7.1
646
647 [ Upstream Kernel Changes ]
648
649 * Rebase to v5.7.1
650
651 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 08 Jun 2020 11:16:58 +0200
652
653linux-5.7 (5.7.0-6.7) groovy; urgency=medium
654
655 * Packaging resync (LP: #1786013)
656 - [Packaging] update helper scripts
657 - update dkms package versions
658
659 * shiftfs: fix btrfs snapshot deletion (LP: #1879688)
660 - SAUCE: shiftfs: let userns root destroy subvolumes from other users
661
662 * seccomp_benchmark times out on eoan (LP: #1881576)
663 - SAUCE: selftests/seccomp: use 90s as timeout
664
665 * Realtek 8723DE [10ec:d723] subsystem [10ec:d738] disconnects unsolicitedly
666 when Bluetooth is paired: Reason: 23=IEEE8021X_FAILED (LP: #1878147)
667 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: Move driver IQK to set channel before
668 association for 11N chip"
669 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: fix rate for a while after being
670 connected"
671 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: No retry and report for auth and assoc"
672 - SAUCE: Revert "UBUNTU: SAUCE: rtw88: 8723d: Add coex support"
673 - rtw88: 8723d: Add coex support
674 - SAUCE: rtw88: coex: 8723d: set antanna control owner
675 - SAUCE: rtw88: coex: 8723d: handle BT inquiry cases
676 - SAUCE: rtw88: fix EAPOL 4-way failure by finish IQK earlier
677
678 * ASoC/amd: add audio driver for amd renoir (LP: #1881046)
679 - ASoC: amd: add Renoir ACP3x IP register header
680 - ASoC: amd: add Renoir ACP PCI driver
681 - ASoC: amd: add acp init/de-init functions
682 - ASoC: amd: create acp3x pdm platform device
683 - ASoC: amd: add ACP3x PDM platform driver
684 - ASoC: amd: irq handler changes for ACP3x PDM dma driver
685 - ASoC: amd: add acp3x pdm driver dma ops
686 - ASoC: amd: add ACP PDM DMA driver dai ops
687 - ASoC: amd: add Renoir ACP PCI driver PM ops
688 - ASoC: amd: add ACP PDM DMA driver pm ops
689 - ASoC: amd: enable Renoir acp3x drivers build
690 - ASoC: amd: create platform devices for Renoir
691 - ASoC: amd: RN machine driver using dmic
692 - ASoC: amd: enable build for RN machine driver
693 - ASoC: amd: fix kernel warning
694 - ASoC: amd: refactoring dai_hw_params() callback
695 - ASoC: amd: return error when acp de-init fails
696 - [Config]: enable amd renoir ASoC audio
697
698 * Slow send speed with Intel I219-V on Ubuntu 18.04.1 (LP: #1802691)
699 - e1000e: Disable TSO for buffer overrun workaround
700
701 * Fix incorrect speed/duplex when I210 device is runtime suspended
702 (LP: #1880656)
703 - igb: Report speed and duplex as unknown when device is runtime suspended
704
705 * Fix Pericom USB controller OHCI/EHCI PME# defect (LP: #1879321)
706 - serial: 8250_pci: Move Pericom IDs to pci_ids.h
707 - PCI: Avoid Pericom USB controller OHCI/EHCI PME# defect
708
709 * [UBUNTU 20.04] s390x/pci: enumerate pci functions per physical adapter
710 (LP: #1874056)
711 - s390/pci: Expose new port attribute for PCIe functions
712 - s390/pci: adaptation of iommu to multifunction
713 - s390/pci: define kernel parameters for PCI multifunction
714 - s390/pci: define RID and RID available
715 - s390/pci: create zPCI bus
716 - s390/pci: adapt events for zbus
717 - s390/pci: Handling multifunctions
718 - s390/pci: Do not disable PF when VFs exist
719 - s390/pci: Documentation for zPCI
720 - s390/pci: removes wrong PCI multifunction assignment
721
722 * add 16-bit width registers support for EEPROM at24 device (LP: #1876699)
723 - regmap-i2c: add 16-bit width registers support
724
725 * Miscellaneous Ubuntu changes
726 - [Config] Enable virtualbox guest and shared-folder modules
727
728 [ Upstream Kernel Changes ]
729
730 * Rebase to v5.7
731
732 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jun 2020 16:11:24 -0500
733
734linux-5.7 (5.7.0-5.6) groovy; urgency=medium
735
736 * Packaging resync (LP: #1786013)
737 - update dkms package versions
738
739 * [UBUNTU 20.04] PSI generates overhead on s390x (LP: #1876044)
740 - Ubuntu: [Config] CONFIG_PSI is enabled by default, but creates additional
741 overhead on s390x, hence should be disabled by default on s390x only.
742
743 * Miscellaneous Ubuntu changes
744 - Rebase to v5.7-rc7
745 - [Config] ppc64el: disable STRICT_KERNEL_RWX
746
747 [ Upstream Kernel Changes ]
748
749 * Rebase to v5.7-rc7
750
751 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 25 May 2020 11:44:09 +0200
752
753linux-5.7 (5.7.0-4.5) groovy; urgency=medium
754
755 * Packaging resync (LP: #1786013)
756 - update dkms package versions
757
758 * update-initramfs complains of missing amdgpu firmware files (LP: #1873325)
759 - SAUCE: drm/amdgpu: Remove unreleased arcturus and navi12 firmware from
760 modinfo
761
762 * Support DMIC micmute LED on HP platforms (LP: #1876859)
763 - ALSA: hda/realtek - Introduce polarity for micmute LED GPIO
764 - ALSA: hda/realtek - Enable micmute LED on and HP system
765 - ALSA: hda/realtek - Add LED class support for micmute LED
766 - ALSA: hda/realtek - Fix unused variable warning w/o
767 CONFIG_LEDS_TRIGGER_AUDIO
768 - ASoC: SOF: Update correct LED status at the first time usage of
769 update_mute_led()
770
771 * Killer(R) Wi-Fi 6 AX1650i 160MHz Wireless Network Adapter (201NGW),
772 REV=0x354 [8086:a0f0] subsystem id [1a56:1651] wireless adapter not found
773 due to firmware crash (LP: #1874685)
774 - SAUCE: iwlwifi: pcie: handle QuZ configs with killer NICs as well
775
776 * rtkit-daemon[*]: Failed to make ourselves RT: Operation not permitted after
777 upgrade to 20.04 (LP: #1875665)
778 - [Config] Turn off CONFIG_RT_GROUP_SCHED everywhere
779
780 * Unable to handle kernel pointer dereference in virtual kernel address space
781 on Eoan (LP: #1876645)
782 - SAUCE: overlayfs: fix shitfs special-casing
783
784 * Miscellaneous Ubuntu changes
785 - SAUCE: skip building selftest 'runqslower' if kernel not built
786 - Rebase to v5.7-rc6
787 - [Config] updateconfigs after 5.7-rc6 rebase
788
789 [ Upstream Kernel Changes ]
790
791 * Rebase to v5.7-rc6
792
793 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 18 May 2020 11:27:25 +0200
794
795linux-5.7 (5.7.0-3.4) groovy; urgency=medium
796
797 [ Upstream Kernel Changes ]
798
799 * Rebase to v5.7-rc5
800
801 * Packaging resync (LP: #1786013)
802 - update dkms package versions
803
804 * getitimer returns it_value=0 erroneously (LP: #1349028)
805 - [Config] CONTEXT_TRACKING_FORCE policy should be unset
806
807 * lockdown on power (LP: #1855668) // Ubuntu Kernel Support for OpenPOWER NV
808 Secure & Trusted Boot (LP: #1866909)
809 - [Config] Enable configs for OpenPOWER NV Secure & Trusted Boot
810
811 * Miscellaneous Ubuntu changes
812 - SAUCE: Import aufs driver
813 - [Config] Enable aufs
814 - [Config] annotations: remove SND_SOC_SOF_HDA_COMMON_HDMI_CODEC
815 - [Config] Remove CONFIG_SND_HDA_INTEL_DETECT_DMIC from annotations
816 - [Debian] final-checks -- Do not remove ~* from abi
817 - [Config] Enable 5-level page table support for x86
818 - [Config] updateconfigs after 5.7-rc5 rebase
819
820 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 11 May 2020 10:25:42 +0200
821
822linux-5.7 (5.7.0-2.3) groovy; urgency=medium
823
824 * Packaging resync (LP: #1786013)
825 - [Packaging] update helper scripts
826 - update dkms package versions
827 - [Packaging] update helper scripts
828
829 * ASUS T100HAN boots to a blank screen with a cursor [i965: Failed to submit
830 batchbuffer: Input/output error] (LP: #1860754)
831 - [Config] CONFIG_PMIC_OPREGION=y and CONFIG_GPIO_CRYSTAL_COVE=y for amd64
832
833 * ubuntu/focal64 fails to mount Vagrant shared folders (LP: #1873506)
834 - [Packaging] Move virtualbox modules to linux-modules
835 - [Packaging] Remove vbox and zfs modules from generic.inclusion-list
836
837 * built-using constraints preventing uploads (LP: #1875601)
838 - temporarily drop Built-Using data
839
840 * dkms artifacts may expire from the pool (LP: #1850958)
841 - [Packaging] autoreconstruct -- manage executable debian files
842 - [packaging] handle downloads from the librarian better
843
844 * Add signed modules for the 435 NVIDIA driver (LP: #1875888)
845 - [Packaging] NVIDIA -- add signed modules for the 435 NVIDIA driver
846
847 * [Selftests] Apply various fixes and improvements (LP: #1870543)
848 - SAUCE: selftests/seccomp -- Disable timeout for seccomp tests
849
850 * [17.04 FEAT] Integrate kernel message catalogue for s390x into Ubuntu
851 distribution (LP: #1628889)
852 - SAUCE: s390: kernel message catalog
853
854 * Overlayfs in user namespace leaks directory content of inaccessible
855 directories (LP: #1793458) // CVE-2018-6559
856 - SAUCE: overlayfs: ensure mounter privileges when reading directories
857
858 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
859 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
860
861 * [ICL] TC port in legacy/static mode can't be detected due TCCOLD
862 (LP: #1868936)
863 - drm/i915/display: Move out code to return the digital_port of the aux ch
864 - drm/i915/display: Add intel_legacy_aux_to_power_domain()
865 - drm/i915/display: Split hsw_power_well_enable() into two
866 - drm/i915/tc/icl: Implement TC cold sequences
867 - drm/i915/tc: Skip ref held check for TC legacy aux power wells
868 - drm/i915/tc/tgl: Implement TC cold sequences
869 - drm/i915/tc: Catch TC users accessing FIA registers without enable aux
870 - drm/i915/tc: Do not warn when aux power well of static TC ports timeout
871
872 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
873 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
874 2-in-1"
875
876 * 'Elan touchpad' not detected on 'Lenovo ThinkBook 15 IIL' (LP: #1861610)
877 - SAUCE: Input: elan_i2c - add more hardware ID for Lenovo laptop
878
879 * linux-image-5.0.0-35-generic breaks checkpointing of container
880 (LP: #1857257)
881 - SAUCE: overlayfs: use shiftfs hacks only with shiftfs as underlay
882
883 * alsa/sof: kernel oops on the machine without Intel hdmi audio codec (a
884 regression in the asoc machine driver) (LP: #1874359)
885 - ASoC: intel/skl/hda - fix oops on systems without i915 audio codec
886
887 * Add debian/rules targets to compile/run kernel selftests (LP: #1874286)
888 - [Packaging] add support to compile/run selftests
889
890 * 5.4.0-24.28 does not seem to apply rtprio, whereas -21 does. (LP: #1873315)
891 - [Config] lowlatency: turn off RT_GROUP_SCHED
892
893 * alsa/sof: external mic can't be deteced on Lenovo and HP laptops
894 (LP: #1872569)
895 - SAUCE: ASoC: intel/skl/hda - set autosuspend timeout for hda codecs
896
897 * shiftfs: O_TMPFILE reports ESTALE (LP: #1872757)
898 - SAUCE: shiftfs: fix dentry revalidation
899
900 * shiftfs: broken shiftfs nesting (LP: #1872094)
901 - SAUCE: shiftfs: record correct creator credentials
902
903 * lockdown on power (LP: #1855668)
904 - SAUCE: (lockdown) powerpc: lock down kernel in secure boot mode
905
906 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
907 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
908 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
909 - SAUCE: rtw88: sar: dump sar information via debugfs
910 - SAUCE: rtw88: 8723d: add IQ calibration
911 - SAUCE: rtw88: 8723d: Add power tracking
912 - SAUCE: rtw88: 8723d: implement flush queue
913 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
914 - SAUCE: rtw88: 8723d: Add coex support
915 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
916
917 * Fix authentication fail on Realtek WiFi 8723de (LP: #1871300)
918 - SAUCE: rtw88: No retry and report for auth and assoc
919 - SAUCE: rtw88: fix rate for a while after being connected
920 - SAUCE: rtw88: Move driver IQK to set channel before association for 11N chip
921
922 * Miscellaneous Ubuntu changes
923 - SAUCE: rtw88: fix 'const' mismatch in power suequence hooks
924 - SAUCE: rtw88: fix 'const' mismatch in
925 __priority_queue_cfg_legacy()/__priority_queue_cfg()
926 - [Config] RTW88=m
927 - SAUCE: (lockdown) Revert carried-forward lockdown patches
928 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
929 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
930 error messages.
931 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
932 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
933 mode
934 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
935 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
936 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
937 verify
938 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
939 - SAUCE: (lockdown) security: lockdown: Make
940 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
941 - [Config] Add back CONFIG_LOCK_DOWN_IN_SECURE_BOOT annotation for ppc64el
942 - [Config] CONFIG_RT_GROUP_SCHED=y
943 - [Packaging] Include modules.builtin.modinfo in linux-modules
944 - SAUCE: LSM: Infrastructure management of the sock security
945 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
946 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
947 - SAUCE: Revert "apparmor: Parse secmark policy"
948 - SAUCE: Revert "apparmor: Add a wildcard secid"
949 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
950 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
951 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
952 - Update dropped.txt for restored apparmor patches
953 - Remove lockdown patches from dropped.txt
954 - SAUCE: powerpc/ima: require IMA module signatures only if MODULE_SIG is not
955 enabled
956 - SAUCE: selftests/ftrace: Use printf instead of echo in kprobe syntax error
957 tests
958 - SAUCE: selftests/net -- disable l2tp.sh test
959 - SAUCE: selftests/net -- disable timeout
960 - SAUCE: tools: hv: Update shebang to use python3 instead of python
961 - Remove dropped.txt
962 - [Packaging] move linux-doc and linux-libc-dev stubs to debian.master
963 - [Debian] Support generating configs for riscv64
964 - [Config] CONFIG_KMSG_IDS=y for s390x
965 - [Packaging] add libcap-dev dependency
966 - [Config] CONFIG_AD5770R=m
967 - [Config] CONFIG_AL3010=m
968 - [Config] CONFIG_APPLE_MFI_FASTCHARGE=m
969 - [Config] CONFIG_BAREUDP=m
970 - [Config] CONFIG_CRYPTO_DEV_OCTEONTX_CPT=m
971 - [Config] CONFIG_CRYPTO_DEV_ZYNQMP_AES=m
972 - [Config] CONFIG_DRM_DISPLAY_CONNECTOR=m
973 - [Config] CONFIG_DRM_PANEL_BOE_TV101WUM_NL6=m
974 - [Config] CONFIG_DRM_PANEL_ELIDA_KD35T133=m
975 - [Config] CONFIG_DRM_PANEL_FEIXIN_K101_IM2BA02=m
976 - [Config] CONFIG_DRM_PANEL_NOVATEK_NT35510=m
977 - [Config] CONFIG_DRM_PANEL_SAMSUNG_S6E88A0_AMS452EF01=m
978 - [Config] CONFIG_DRM_PARADE_PS8640=m
979 - [Config] CONFIG_DRM_SIMPLE_BRIDGE=m
980 - [Config] CONFIG_DRM_TIDSS=m
981 - [Config] CONFIG_DRM_TI_TPD12S015=m
982 - [Config] CONFIG_DRM_TOSHIBA_TC358768=m
983 - [Config] CONFIG_EDAC_DMC520=m
984 - [Config] CONFIG_EXFAT_FS=m
985 - [Config] CONFIG_GP2AP002=m
986 - [Config] CONFIG_GPIO_MLXBF2=m
987 - [Config] CONFIG_HID_GLORIOUS=m
988 - [Config] CONFIG_HID_MCP2221=m
989 - [Config] CONFIG_HMC425=m
990 - [Config] CONFIG_ICP10100=m
991 - [Config] CONFIG_IMX8MM_THERMAL=m
992 - [Config] CONFIG_IMX_SC_THERMAL=m
993 - [Config] CONFIG_INTERCONNECT_QCOM_OSM_L3=m
994 - [Config] CONFIG_INTERCONNECT_QCOM_SC7180=m
995 - [Config] CONFIG_K3_RTI_WATCHDOG=m
996 - [Config] CONFIG_MDIO_IPQ8064=m
997 - [Config] CONFIG_MDIO_MVUSB=m
998 - [Config] CONFIG_MHI_BUS=m
999 - [Config] CONFIG_OCTEONTX2_VF=m
1000 - [Config] CONFIG_PHY_CADENCE_TORRENT=m
1001 - [Config] CONFIG_PHY_QCOM_USB_HS_28NM=m
1002 - [Config] CONFIG_PHY_QCOM_USB_SS=m
1003 - [Config] CONFIG_PINCTRL_DA9062=m
1004 - [Config] CONFIG_PINCTRL_IPQ6018=m
1005 - [Config] CONFIG_PTP_1588_CLOCK_IDT82P33=m
1006 - [Config] CONFIG_PTP_1588_CLOCK_VMW=m
1007 - [Config] CONFIG_QCOM_IPA=m
1008 - [Config] CONFIG_REGULATOR_MP5416=m
1009 - [Config] CONFIG_REGULATOR_MP886X=m
1010 - [Config] CONFIG_RN5T618_ADC=m
1011 - [Config] CONFIG_RTC_DRV_MT2712=m
1012 - [Config] CONFIG_RTC_DRV_RC5T619=m
1013 - [Config] CONFIG_SC_MSS_7180=m
1014 - [Config] CONFIG_SENSORS_AXI_FAN_CONTROL=m
1015 - [Config] CONFIG_SM_GCC_8250=m
1016 - [Config] CONFIG_SND_BCM63XX_I2S_WHISTLER=m
1017 - [Config] CONFIG_SND_MESON_AIU=m
1018 - [Config] CONFIG_SND_MESON_G12A_TOACODEC=m
1019 - [Config] CONFIG_SND_MESON_GX_SOUND_CARD=m
1020 - [Config] CONFIG_SND_SOC_AMD_RV_RT5682_MACH=m
1021 - [Config] CONFIG_SND_SOC_INTEL_SOF_PCM512x_MACH=m
1022 - [Config] CONFIG_SND_SOC_MESON_T9015=m
1023 - [Config] CONFIG_SND_SOC_RT5682_SDW=m
1024 - [Config] CONFIG_SND_SOC_TLV320ADCX140=m
1025 - [Config] CONFIG_SPI_FSI=m
1026 - [Config] CONFIG_SPI_MTK_NOR=m
1027 - [Config] CONFIG_SPI_MUX=m
1028 - [Config] CONFIG_SPRD_THERMAL=m
1029 - [Config] CONFIG_SURFACE_3_POWER_OPREGION=m
1030 - [Config] CONFIG_TINYDRM_ILI9486=m
1031 - [Config] CONFIG_TI_K3_AM65_CPSW_NUSS=m
1032 - [Config] CONFIG_TYPEC_MUX_INTEL_PMC=m
1033 - [Config] CONFIG_UACCE=m
1034 - [Config] CONFIG_UNIPHIER_XDMAC=m
1035 - [Config] CONFIG_USB_MAX3420_UDC=m
1036 - [Config] CONFIG_USB_RAW_GADGET=m
1037 - [Config] CONFIG_VHOST_VDPA=m
1038 - [Config] CONFIG_VIDEO_IMX219=m
1039 - [Config] CONFIG_VIDEO_SUN8I_ROTATE=m
1040 - [Config] CONFIG_VIRTIO_VDPA=m
1041 - [Config] CONFIG_MOST_COMPONENTS=m
1042 - [Config] CONFIG_MFD_IQS62X=m
1043 - packaging: getabis: switch to ckt-ppa:bootstrap/linux-5.7
1044
1045 * Miscellaneous upstream changes
1046 - Revert "UBUNTU: SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask"
1047 - Revert "UBUNTU: SAUCE: drm/i915/fbc: disable framebuffer compression on
1048 IceLake"
1049 - Revert "UBUNTU: SAUCE: platform/x86: dell-uart-backlight: move retry block"
1050
1051 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 04 May 2020 10:48:48 +0200
1052
1053linux-5.7 (5.7.0-1.2) groovy; urgency=medium
1054
1055 * Packaging resync (LP: #1786013)
1056 - [Packaging] update helper scripts
1057
1058 * Miscellaneous Ubuntu changes
1059 - SAUCE: hio: pass make_request ptr directly to blk_alloc_queue()
1060 - SAUCE: hio: locally define disk_map_sector_rcu()
1061 - SAUCE: hio: Revert "block: unexport disk_map_sector_rcu"
1062 - SAUCE: hio: include <linux/part_stat.h>
1063 - [Config] amd64: i386: HIO=m
1064 - [Config] updateconfigs after 5.7-rc3 rebase
1065
1066 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 27 Apr 2020 11:31:38 +0200
1067
1068linux-5.7 (5.7.0-0.1) groovy; urgency=medium
1069
1070 * Miscellaneous Ubuntu changes
1071 - [Config] updateconfigs after rebase to 5.7-rc1
1072
1073 [ Upstream Kernel Changes ]
1074
1075 * Rebase to v5.7-rc1
1076 * Rebase to v5.7-rc2
1077
1078 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
1079
1080linux-5.7 (5.7.0-0.0) focal; urgency=medium
1081
1082 * Dummy entry
1083
1084 -- Paolo Pisati <paolo.pisati@canonical.com> Thu, 16 Apr 2020 11:53:58 +0200
1085
1086linux-5.6 (5.6.0-7.7) focal; urgency=medium
1087
1088 * Packaging resync (LP: #1786013)
1089 - update dkms package versions
1090
1091 * Kernel Oops - general protection fault: 0000 [#1] SMP PTI after
1092 disconnecting thunderbolt docking station (LP: #1864754)
1093 - SAUCE: ptp: free ptp clock properly
1094
1095 * swap storms kills interactive use (LP: #1861359)
1096 - SAUCE: mm/page_alloc.c: disable memory reclaim watermark boosting by default
1097
1098 * sysfs: incorrect network device permissions on network namespace change
1099 (LP: #1865359)
1100 - sysfs: add sysfs_file_change_owner()
1101 - sysfs: add sysfs_link_change_owner()
1102 - sysfs: add sysfs_group{s}_change_owner()
1103 - sysfs: add sysfs_change_owner()
1104 - device: add device_change_owner()
1105 - drivers/base/power: add dpm_sysfs_change_owner()
1106 - net-sysfs: add netdev_change_owner()
1107 - net-sysfs: add queue_change_owner()
1108 - net: fix sysfs permssions when device changes network namespace
1109 - sysfs: fix static inline declaration of sysfs_groups_change_owner()
1110
1111 * Miscellaneous Ubuntu changes
1112 - [Config] updateconfigs after rebase to 5.6
1113
1114 [ Upstream Kernel Changes ]
1115
1116 * Rebase to v5.6
1117
1118 -- Andrea Righi <andrea.righi@canonical.com> Tue, 31 Mar 2020 10:45:09 +0200
1119
1120linux-5.6 (5.6.0-6.6) focal; urgency=medium
1121
1122 * suspend only works once on ThinkPad X1 Carbon gen 7 (LP: #1865570)
1123 - SAUCE: e1000e: Disable s0ix flow for X1 Carbon 7th
1124
1125 * Make Dell WD19 dock more reliable after suspend (LP: #1868217)
1126 - xhci: Ensure link state is U3 after setting USB_SS_PORT_LS_U3
1127 - xhci: Wait until link state trainsits to U0 after setting USB_SS_PORT_LS_U0
1128 - xhci: Finetune host initiated USB3 rootport link suspend and resume
1129
1130 * update-version-dkms doesn't add a BugLink (LP: #1867790)
1131 - [Packaging] Add BugLink to update-version-dkms commit
1132
1133 * Add support for Realtek 8723DE wireless adapter (LP: #1780590)
1134 - SAUCE: rtw88: add regulatory process strategy for different chipset
1135 - SAUCE: rtw88: support dynamic user regulatory setting
1136 - SAUCE: rtw88: Use secondary channel offset enumeration
1137 - SAUCE: rtw88: 8822c: modify rf protection setting
1138 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
1139 - SAUCE: Revert "rtw88: disable TX-AMSDU on 2.4G band"
1140 - SAUCE: rtw88: disable TX-AMSDU on 2.4G band
1141 - SAUCE: rtw88: remove unused parameter vif in rtw_lps_pg_info_get()
1142 - SAUCE: rtw88: add rtw_read8_mask and rtw_read16_mask
1143 - SAUCE: rtw88: pci: 8822c should set clock delay to zero
1144 - SAUCE: rtw88: move rtw_enter_ips() to the last when config
1145 - SAUCE: rtw88: avoid holding mutex for cancel_delayed_work_sync()
1146 - SAUCE: rtw88: add ciphers to suppress error message
1147 - SAUCE: rtw88: 8822c: update power sequence to v16
1148 - SAUCE: rtw88: Fix incorrect beamformee role setting
1149 - SAUCE: rtw88: don't hold all IRQs disabled for PS operations
1150 - SAUCE: rtw88: extract alloc rsvd_page and h2c skb routines
1151 - SAUCE: rtw88: associate reserved pages with each vif
1152 - SAUCE: rtw88: add adaptivity support for EU/JP regulatory
1153 - SAUCE: rtw88: 8723d: Add basic chip capabilities
1154 - SAUCE: rtw88: 8723d: add beamform wrapper functions
1155 - SAUCE: rtw88: 8723d: Add power sequence
1156 - SAUCE: rtw88: 8723d: Add RF read/write ops
1157 - SAUCE: rtw88: 8723d: Add mac/bb/rf/agc/power_limit tables
1158 - SAUCE: rtw88: 8723d: Add cfg_ldo25 to control LDO25
1159 - SAUCE: rtw88: 8723d: Add new chip op efuse_grant() to control efuse access
1160 - SAUCE: rtw88: 8723d: Add read_efuse to recognize efuse info from map
1161 - SAUCE: rtw88: add legacy firmware download for 8723D devices
1162 - SAUCE: rtw88: no need to send additional information to legacy firmware
1163 - SAUCE: rtw88: 8723d: Add mac power-on/-off function
1164 - SAUCE: rtw88: decompose while(1) loop of power sequence polling command
1165 - SAUCE: rtw88: 8723d: 11N chips don't support H2C queue
1166 - SAUCE: rtw88: 8723d: implement set_tx_power_index ops
1167 - SAUCE: rtw88: 8723d: Organize chip TX/RX FIFO
1168 - SAUCE: rtw88: 8723d: initialize mac/bb/rf basic functions
1169 - SAUCE: rtw88: 8723d: Add DIG parameter
1170 - SAUCE: rtw88: 8723d: Add query_rx_desc
1171 - SAUCE: rtw88: 8723d: Add set_channel
1172 - SAUCE: rtw88: handle C2H_CCX_TX_RPT to know if packet TX'ed successfully
1173 - SAUCE: rtw88: 8723d: 11N chips don't support LDPC
1174 - SAUCE: rtw88: set default port to firmware
1175 - SAUCE: rtw88: update tx descriptor of mgmt and rsvd page packets
1176 - SAUCE: rtw88: sar: add SAR of TX power limit
1177 - SAUCE: rtw88: sar: Load static SAR table from ACPI WRDS method
1178 - SAUCE: rtw88: sar: Load dynamic SAR table from ACPI methods
1179 - SAUCE: rtw88: sar: apply dynamic SAR table to tx power limit
1180 - SAUCE: rtw88: sar: add sar_work to poll if dynamic SAR table is changed
1181 - SAUCE: rtw88: sar: dump sar information via debugfs
1182 - SAUCE: rtw88: 8723d: Add chip_ops::false_alarm_statistics
1183 - SAUCE: rtw88: 8723d: Set IG register for CCK rate
1184 - SAUCE: rtw88: 8723d: add interface configurations table
1185 - SAUCE: rtw88: 8723d: Add LC calibration
1186 - SAUCE: rtw88: 8723d: add IQ calibration
1187 - SAUCE: rtw88: 8723d: Add power tracking
1188 - SAUCE: rtw88: 8723d: Add shutdown callback to disable BT USB suspend
1189 - SAUCE: rtw88: 8723d: implement flush queue
1190 - SAUCE: rtw88: 8723d: set ltecoex register address in chip_info
1191 - SAUCE: rtw88: 8723d: Add coex support
1192 - SAUCE: rtw88: fill zeros to words 0x06 and 0x07 of security cam entry
1193 - SAUCE: rtw88: 8723d: Add 8723DE to Kconfig and Makefile
1194 - [Config] CONFIG_RTW88_8723DE=y
1195
1196 * [Ubuntu 20.04] Unset HIBERNATION and PM kernel config options for focal
1197 (LP: #1867753)
1198 - [Config] CONFIG_HIBERNATION=n and CONFIG_PM=n for s390x
1199
1200 * [20.04 FEAT] Base KVM setup for secure guests - kernel part (LP: #1835531)
1201 - s390/protvirt: introduce host side setup
1202 - s390/protvirt: add ultravisor initialization
1203 - s390/mm: provide memory management functions for protected KVM guests
1204 - s390/mm: add (non)secure page access exceptions handlers
1205 - s390/protvirt: Add sysfs firmware interface for Ultravisor information
1206 - KVM: s390/interrupt: do not pin adapter interrupt pages
1207 - KVM: s390: protvirt: Add UV debug trace
1208 - KVM: s390: add new variants of UV CALL
1209 - KVM: s390: protvirt: Add initial vm and cpu lifecycle handling
1210 - KVM: s390: protvirt: Secure memory is not mergeable
1211 - KVM: s390/mm: Make pages accessible before destroying the guest
1212 - KVM: s390: protvirt: Handle SE notification interceptions
1213 - KVM: s390: protvirt: Instruction emulation
1214 - KVM: s390: protvirt: Implement interrupt injection
1215 - KVM: s390: protvirt: Add SCLP interrupt handling
1216 - KVM: s390: protvirt: Handle spec exception loops
1217 - KVM: s390: protvirt: Add new gprs location handling
1218 - KVM: S390: protvirt: Introduce instruction data area bounce buffer
1219 - KVM: s390: protvirt: handle secure guest prefix pages
1220 - KVM: s390/mm: handle guest unpin events
1221 - KVM: s390: protvirt: Write sthyi data to instruction data area
1222 - KVM: s390: protvirt: STSI handling
1223 - KVM: s390: protvirt: disallow one_reg
1224 - KVM: s390: protvirt: Do only reset registers that are accessible
1225 - KVM: s390: protvirt: Only sync fmt4 registers
1226 - KVM: s390: protvirt: Add program exception injection
1227 - KVM: s390: protvirt: UV calls in support of diag308 0, 1
1228 - KVM: s390: protvirt: Report CPU state to Ultravisor
1229 - KVM: s390: protvirt: Support cmd 5 operation state
1230 - KVM: s390: protvirt: Mask PSW interrupt bits for interception 104 and 112
1231 - KVM: s390: protvirt: do not inject interrupts after start
1232 - KVM: s390: protvirt: Add UV cpu reset calls
1233 - DOCUMENTATION: Protected virtual machine introduction and IPL
1234 - KVM: s390: protvirt: introduce and enable KVM_CAP_S390_PROTECTED
1235 - KVM: s390: protvirt: Add KVM api documentation
1236 - mm/gup/writeback: add callbacks for inaccessible pages
1237
1238 * All PS/2 ports on PS/2 Serial add-in bracket are not working after S3
1239 (LP: #1866734)
1240 - SAUCE: Input: i8042 - fix the selftest retry logic
1241
1242 * Sys oopsed with sysfs test in ubuntu_stress_smoke_test on X-hwe ARM64
1243 (LP: #1866772)
1244 - ACPI: sysfs: copy ACPI data using io memory copying
1245
1246 * Miscellaneous Ubuntu changes
1247 - hio -- remove duplicated MODULE_DEVICE_TABLE declaration
1248 - SAUCE: r8169: disable ASPM L1.1
1249 - [Config] update annotations from configs
1250 - [Config] update configs after annotation file review
1251 - SAUCE: Revert "tools/power turbostat: Fix 32-bit capabilities warning"
1252
1253 * Miscellaneous upstream changes
1254 - drm/i915: Fix eDP DPCD aux max backlight calculations
1255 - drm/dp: Introduce EDID-based quirks
1256 - drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED panel
1257 - drm/i915: Force DPCD backlight mode for some Dell CML 2020 panels
1258
1259 [ Upstream Kernel Changes ]
1260
1261 * Rebase to v5.6-rc7
1262
1263 -- Andrea Righi <andrea.righi@canonical.com> Wed, 25 Mar 2020 18:09:13 +0100
1264
1265linux-5.6 (5.6.0-5.5) focal; urgency=medium
1266
1267 * please help enable CONFIG_EROFS_FS_ZIP (LP: #1867099)
1268 - [Config] CONFIG_EROFS_FS_ZIP=y
1269 - [Config] CONFIG_EROFS_FS_CLUSTER_PAGE_LIMIT=1
1270
1271 * Miscellaneous Ubuntu changes
1272 - Config: Fix SND_HDA_PREALLOC_SIZE annotations
1273 - Config: Fix DATA_SHIFT annotations
1274 - Config: remove ANDROID_VSOC from annotations
1275 - Config: remove arm arch from annotations
1276 - Config: Update SOC_R8A7796X annotations
1277 - Config: Update CLK_R8A7796X annotations
1278 - update dkms package versions
1279 - [Config] updateconfigs after rebase to 5.6-rc6
1280
1281 [ Upstream Kernel Changes ]
1282
1283 * Rebase to v5.6-rc6
1284
1285 -- Andrea Righi <andrea.righi@canonical.com> Wed, 18 Mar 2020 17:25:30 +0100
1286
1287linux-5.6 (5.6.0-4.4) focal; urgency=medium
1288
1289 * Packaging resync (LP: #1786013)
1290 - [Packaging] resync getabis
1291 - [Packaging] update helper scripts
1292
1293 * Add sysfs attribute to show remapped NVMe (LP: #1863621)
1294 - SAUCE: ata: ahci: Add sysfs attribute to show remapped NVMe device count
1295
1296 * [20.04 FEAT] Compression improvements in Linux kernel (LP: #1830208)
1297 - [Config] Introducing s390x specific kernel config option CONFIG_ZLIB_DFLTCC
1298
1299 * [UBUNTU 20.04] s390x/pci: increase CONFIG_PCI_NR_FUNCTIONS to 512 in kernel
1300 config (LP: #1866056)
1301 - [Config] Increase CONFIG_PCI_NR_FUNCTIONS from 64 to 512 starting with focal
1302 on s390x
1303
1304 * CONFIG_IP_MROUTE_MULTIPLE_TABLES is not set (LP: #1865332)
1305 - [Config] CONFIG_IP_MROUTE_MULTIPLE_TABLES=y
1306
1307 * [UBUNTU 20.04] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x
1308 starting with focal (LP: #1865452)
1309 - [Config] Enable CONFIG_NET_SWITCHDEV in kernel config for s390x starting
1310 with focal
1311
1312 * Miscellaneous Ubuntu changes
1313 - SAUCE: Revert "UBUNTU: SAUCE: blk/core: Gracefully handle unset
1314 make_request_fn"
1315 - [Packaging] prevent duplicated entries in modules.ignore
1316 - update dkms package versions
1317 - [Config] updateconfigs after rebase to 5.6-rc5
1318
1319 [ Upstream Kernel Changes ]
1320
1321 * Rebase to v5.6-rc5
1322
1323 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Mar 2020 09:42:06 +0100
1324
1325linux-5.6 (5.6.0-3.3) focal; urgency=medium
1326
1327 * nsleep-lat / set-timer-lat / inconsistency-check / raw_skew from timer in
1328 ubuntu_kernel_selftests timeout on 5.3 / 5.4 (LP: #1864626)
1329 - selftests/timers: Turn off timeout setting
1330
1331 * Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU for focal
1332 (LP: #1864198)
1333 - Ubuntu: [Config] Update kernel options CONFIG_NR_CPUS and CONFIG_NUMA_EMU
1334
1335 * alsa/hda/realtek: fix a mute led regression on Lenovo X1 Carbon
1336 (LP: #1864576)
1337 - SAUCE: ALSA: hda/realtek - Fix a regression for mute led on Lenovo Carbon X1
1338
1339 * r8152 init may take up to 40 seconds at initialization with Dell WD19/WD19DC
1340 during hotplug (LP: #1864284)
1341 - UBUNTU SAUCE: r8151: check disconnect status after long sleep
1342
1343 * Another Dell AIO backlight issue (LP: #1863880)
1344 - SAUCE: platform/x86: dell-uart-backlight: move retry block
1345
1346 * Backport GetFB2 ioctl (LP: #1863874)
1347 - SAUCE: drm: Add getfb2 ioctl
1348
1349 * Focal Fossa (20.04) feature request - Enable CONFIG_X86_UV (LP: #1863810)
1350 - [Config] CONFIG_X86_UV=y
1351
1352 * Miscellaneous Ubuntu changes
1353 - debian: remove snapdragon config, rules and flavour
1354 - remove snapdragon abi files
1355 - update dkms package versions
1356 - [Config] updateconfigs after rebase to 5.6-rc4
1357
1358 * Miscellaneous upstream changes
1359 - updateconfigs following snapdragon removal
1360
1361 [ Upstream Kernel Changes ]
1362
1363 * Rebase to v5.6-rc4
1364
1365 -- Andrea Righi <andrea.righi@canonical.com> Wed, 04 Mar 2020 08:21:10 +0100
1366
1367linux-5.6 (5.6.0-2.2) focal; urgency=medium
1368
1369 * Sometimes can't adjust brightness on Dell AIO (LP: #1862885)
1370 - SAUCE: platform/x86: dell-uart-backlight: increase retry times
1371
1372 * Dell XPS 13 (7390) Display Flickering - 19.10 (LP: #1849947)
1373 - SAUCE: drm/i915: Disable PSR by default on all platforms
1374
1375 * Miscellaneous Ubuntu changes
1376 - [debian] ignore missing wireguard module
1377 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
1378 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
1379 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
1380 mode
1381 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
1382 - SAUCE: (lockdown) s390: Lock down the kernel when the IPL secure flag is set
1383 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
1384 verify
1385 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
1386 - SAUCE: (lockdown) security: lockdown: Make
1387 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
1388 - [Config] CONFIG_LOCK_DOWN_IN_SECURE_BOOT=y
1389 - update dkms package versions
1390 - [Config] updateconfigs after rebase to 5.6-rc3
1391
1392 * Miscellaneous upstream changes
1393 - Revert "UBUNTU: SAUCE: (lockdown) s390/ipl: lockdown kernel when booted
1394 secure"
1395 - Revert "UBUNTU: SAUCE: (lockdown) KEYS: Make use of platform keyring for
1396 module signature verify"
1397 - Revert "UBUNTU: SAUCE: (lockdown) Add a SysRq option to lift kernel
1398 lockdown"
1399 - Revert "UBUNTU: SAUCE: (lockdown) security: lockdown: expose a hook to lock
1400 the kernel down"
1401 - Revert "UBUNTU: SAUCE: (lockdown) Add efi_status_to_str() and rework
1402 efi_status_to_err()."
1403
1404 -- Andrea Righi <andrea.righi@canonical.com> Mon, 24 Feb 2020 18:57:22 +0100
1405
1406linux-5.6 (5.6.0-1.1) focal; urgency=medium
1407
1408 * Integrate Intel SGX driver into linux-azure (LP: #1844245)
1409 - [Packaging] Add systemd service to load intel_sgx
1410
1411 * QAT drivers for C3XXX and C62X not included as modules (LP: #1845959)
1412 - [Config] CRYPTO_DEV_QAT_C3XXX=m, CRYPTO_DEV_QAT_C62X=m and
1413 CRYPTO_DEV_QAT_DH895xCC=m
1414
1415 * 5.4.0-11 crash on cryptsetup open (LP: #1860231)
1416 - SAUCE: blk/core: Gracefully handle unset make_request_fn
1417
1418 * multi-zone raid0 corruption (LP: #1850540)
1419 - SAUCE: md/raid0: Use kernel specific layout
1420
1421 * Miscellaneous Ubuntu changes
1422 - update dkms package versions
1423 - update dropped.txt after rebase to v5.6-rc1
1424 - [Config] updateconfigs after rebase to 5.6-rc1
1425 - hio -- proc_create() requires a "struct proc_ops" in 5.6
1426 - SAUCE: arm: fix build error in kvm tracepoint
1427
1428 * Miscellaneous upstream changes
1429 - Revert "UBUNTU: [Config] Disable the uselib system call"
1430 - Revert "UBUNTU: [Config] Disable legacy PTY naming"
1431 - Revert "UBUNTU: [Config] Enforce filtered access to iomem"
1432 - Revert "UBUNTU: [Config] Enable notifier call chain validations"
1433 - Revert "UBUNTU: [Config] Enable scatterlist validation"
1434 - Revert "UBUNTU: [Config] Enable cred sanity checks"
1435 - Revert "UBUNTU: [Config] Enable linked list manipulation checks"
1436
1437 [ Upstream Kernel Changes ]
1438
1439 * Rebase to v5.6-rc1
1440
1441 -- Andrea Righi <andrea.righi@canonical.com> Thu, 13 Feb 2020 17:20:27 +0100
1442
1443linux-5.6 (5.6.0-0.0) focal; urgency=medium
1444
1445 * Dummy entry
1446
1447 -- Andrea Righi <andrea.righi@canonical.com> Mon, 10 Feb 2020 11:06:18 +0100
1448
1449linux-5.5 (5.5.0-7.8) focal; urgency=medium
1450
1451 * CONFIG_USELIB should be disabled (LP: #1855341)
1452 - [Config] Disable the uselib system call
1453
1454 * CONFIG_LEGACY_PTYS should be disabled (LP: #1855339)
1455 - [Config] Disable legacy PTY naming
1456
1457 * CONFIG_IO_STRICT_DEVMEM should be enabled (LP: #1855338)
1458 - [Config] Enforce filtered access to iomem
1459
1460 * CONFIG_DEBUG_NOTIFIERS should be enabled (LP: #1855337)
1461 - [Config] Enable notifier call chain validations
1462
1463 * CONFIG_DEBUG_SG should be enabled (LP: #1855336)
1464 - [Config] Enable scatterlist validation
1465
1466 * CONFIG_DEBUG_CREDENTIALS should be enabled (LP: #1855335)
1467 - [Config] Enable cred sanity checks
1468
1469 * CONFIG_DEBUG_LIST should be enabled (LP: #1855334)
1470 - [Config] Enable linked list manipulation checks
1471
1472 * shiftfs: prevent lower dentries from going negative during unlink
1473 (LP: #1860041)
1474 - SAUCE: shiftfs: prevent lower dentries from going negative during unlink
1475
1476 * [SRU][B/OEM-B/OEM-OSP1/D/E/Unstable] UBUNTU: SAUCE: Use native backlight on
1477 Lenovo E41-25/45 (LP: #1859561)
1478 - SAUCE: ACPI: video: Use native backlight on Lenovo E41-25/45
1479
1480 * USB key cannot be detected by hotplug on Sunix USB Type-A 3.1 Gen 2 card
1481 [1b21:2142] (LP: #1858988)
1482 - SAUCE: PCI: Avoid ASMedia XHCI USB PME# from D0 defect
1483
1484 * Dell AIO can't adjust brightness (LP: #1858761)
1485 - SAUCE: platform/x86: dell-uart-backlight: add retry for get scalar status
1486
1487 * Miscellaneous Ubuntu changes
1488 - [Config] Fix typo in annotations file
1489 - update dkms package versions
1490
1491 [ Upstream Kernel Changes ]
1492
1493 * Rebase to v5.5
1494
1495 -- Andrea Righi <andrea.righi@canonical.com> Mon, 27 Jan 2020 11:39:38 +0100
1496
1497linux-5.5 (5.5.0-6.7) focal; urgency=medium
1498
1499 * Miscellaneous Ubuntu changes
1500 - [Packaging] Update ubuntu-regression-suite dependency to python2
1501 - [Packaging] Fix ubuntu-regression-suite python dependency for hwe kernel
1502 - update dkms package versions
1503
1504 [ Upstream Kernel Changes ]
1505
1506 * Rebase to v5.5-rc7
1507
1508 -- Andrea Righi <andrea.righi@canonical.com> Mon, 20 Jan 2020 10:16:01 +0100
1509
1510linux-5.5 (5.5.0-5.6) focal; urgency=medium
1511
1512 * Miscellaneous Ubuntu changes
1513 - update dkms package versions
1514
1515 [ Upstream Kernel Changes ]
1516
1517 * Rebase to v5.5-rc6
1518
1519 -- Andrea Righi <andrea.righi@canonical.com> Mon, 13 Jan 2020 15:50:12 +0100
1520
1521linux-5.5 (5.5.0-4.5) focal; urgency=medium
1522
1523 * linux build and autopkg tests need to use python2 instead of python
1524 (LP: #1858487)
1525 - [Packaging] Remove python-dev build dependency
1526
1527 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 16:00:26 +0100
1528
1529linux-5.5 (5.5.0-3.4) focal; urgency=medium
1530
1531 * [SRU][B/OEM-B/OEM-OSP1/D/E/F] Add LG I2C touchscreen multitouch support
1532 (LP: #1857541)
1533 - SAUCE: HID: multitouch: Add LG MELF0410 I2C touchscreen support
1534
1535 * Make vfio-pci built-in or xhci_hcd optional (LP: #1770845)
1536 - [Config]: built-in VFIO_PCI for amd64
1537
1538 * multi-zone raid0 corruption (LP: #1850540)
1539 - SAUCE: md/raid0: Link to wiki with guidance on multi-zone RAID0 layout
1540 migration
1541
1542 * Packaging resync (LP: #1786013)
1543 - [Packaging] update variants
1544
1545 * Miscellaneous Ubuntu changes
1546 - [Packaging] Change source package to linux-5.5
1547 - [Packaging] Don't use SRCPKGNAME for linux-libc-dev
1548 - [Packaging] Remove linux-source-3 Provides: from linux-source
1549 - [Packaging] Fix linux-doc in linux-image Suggests:
1550 - [Debian] Read variants list into a variable
1551 - [Packaging] Generate linux-libc-dev package only for primary variant
1552 - [Packaging] Generate linux-doc for only the primary variant
1553 - [Debian] Update linux source package name in debian/tests/*
1554 - update dkms package versions
1555 - [Config] updateconfigs after rebase to 5.5-rc3
1556 - [Config] disable PCI_MESON
1557 - [Config] Add pinctrl-equilibrium to modules.ignore
1558
1559 [ Upstream Kernel Changes ]
1560
1561 * Rebase to v5.5-rc5
1562
1563 -- Andrea Righi <andrea.righi@canonical.com> Wed, 08 Jan 2020 11:28:43 +0100
1564
1565linux-5.5 (5.5.0-2.3) focal; urgency=medium
1566
1567 * Empty entry.
1568
1569 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Dec 2019 22:33:59 -0600
1570
1571linux (5.5.0-2.3) focal; urgency=medium
1572
1573 * Support DPCD aux brightness control (LP: #1856134)
1574 - SAUCE: drm/i915: Fix eDP DPCD aux max backlight calculations
1575 - SAUCE: drm/i915: Assume 100% brightness when not in DPCD control mode
1576 - SAUCE: drm/i915: Fix DPCD register order in intel_dp_aux_enable_backlight()
1577 - SAUCE: drm/i915: Auto detect DPCD backlight support by default
1578 - SAUCE: drm/i915: Force DPCD backlight mode on X1 Extreme 2nd Gen 4K AMOLED
1579 panel
1580 - USUNTU: SAUCE: drm/i915: Force DPCD backlight mode on Dell Precision 4K sku
1581
1582 * change kconfig of the soundwire bus driver from y to m (LP: #1855685)
1583 - [Config]: SOUNDWIRE=m
1584
1585 * Fix unusable USB hub on Dell TB16 after S3 (LP: #1855312)
1586 - SAUCE: USB: core: Make port power cycle a seperate helper function
1587 - SAUCE: USB: core: Attempt power cycle port when it's in eSS.Disabled state
1588
1589 * Miscellaneous Ubuntu changes
1590 - [Debian] add python depends to ubuntu-regression-suite
1591 - SAUCE: selftests: net: tls: remove recv_rcvbuf test
1592 - update dkms package versions
1593
1594 * Miscellaneous upstream changes
1595 - [Config] updateconfigs after rebase to 5.5-rc2
1596
1597 -- Andrea Righi <andrea.righi@canonical.com> Tue, 17 Dec 2019 16:02:43 +0100
1598
1599linux (5.5.0-1.2) focal; urgency=medium
1600
1601 * Miscellaneous Ubuntu changes
1602 - [Config] disable nvidia dkms build
1603 - [Config] disable virtualbox dkms build
1604 - [Config] disable zfs dkms build
1605 - update dropped.txt after rebase to v5.5-rc1
1606 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
1607 aren't present.
1608 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
1609 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
1610 error messages.
1611 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
1612 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
1613 mode
1614 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
1615 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
1616 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
1617 verify
1618 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
1619 - SAUCE: (lockdown) security: lockdown: Make
1620 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
1621 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
1622 - [Config] Enable lockdown under secure boot
1623 - update dkms package versions
1624
1625 -- Andrea Righi <andrea.righi@canonical.com> Thu, 12 Dec 2019 16:54:41 +0100
1626
1627linux (5.5.0-0.1) focal; urgency=medium
1628
1629 * Miscellaneous Ubuntu changes
1630 - [Config] updateconfigs after rebase to 5.5-rc1
1631
1632 [ Upstream Kernel Changes ]
1633
1634 * Rebase to v5.5-rc1
1635
1636 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 19:03:35 +0100
1637
1638linux (5.5.0-0.0) focal; urgency=medium
1639
1640 * Dummy entry.
1641
1642 -- Andrea Righi <andrea.righi@canonical.com> Mon, 09 Dec 2019 15:14:37 +0100
1643
1644linux (5.4.0-8.11) focal; urgency=medium
1645
1646 * focal/linux: 5.4.0-8.9 -proposed tracker (LP: #1855448)
1647
1648 * update ENA driver for DIMLIB dynamic interrupt moderation (LP: #1853180)
1649 - SAUCE: net: ena: fix issues in setting interrupt moderation params in
1650 ethtool
1651 - SAUCE: net: ena: fix too long default tx interrupt moderation interval
1652
1653 * Kernel build log filled with "/bin/bash: line 5: warning: command
1654 substitution: ignored null byte in input" (LP: #1853843)
1655 - [Debian] Fix warnings when checking for modules signatures
1656
1657 * hwe-edge kernel 5.3.0-23.25 kernel does not boot on Precision 5720 AIO
1658 (LP: #1852581)
1659 - [Packaging] Fix module signing with older modinfo
1660
1661 * Fix MST support on Ice Lake (LP: #1854432)
1662 - drm/i915: fix port checks for MST support on gen >= 11
1663
1664 * headphone has noise as not mute on dell machines with alc236/256
1665 (LP: #1854401)
1666 - SAUCE: ALSA: hda/realtek - Dell headphone has noise on unmute for ALC236
1667
1668 * [CML-S62] Need enable intel_pmc_core driver patch for Comet lake- S 6+2
1669 (LP: #1847450)
1670 - SAUCE: platform/x86: intel_pmc_core: Add Comet Lake (CML) platform support
1671 to intel_pmc_core driver
1672
1673 * CVE-2019-14901
1674 - SAUCE: mwifiex: Fix heap overflow in mmwifiex_process_tdls_action_frame()
1675
1676 * CVE-2019-14896 // CVE-2019-14897
1677 - SAUCE: libertas: Fix two buffer overflows at parsing bss descriptor
1678
1679 * CVE-2019-14895
1680 - SAUCE: mwifiex: fix possible heap overflow in mwifiex_process_country_ie()
1681
1682 * [CML-S62] Need enable intel_rapl patch support for Comet lake- S 6+2
1683 (LP: #1847454)
1684 - powercap/intel_rapl: add support for CometLake Mobile
1685 - powercap/intel_rapl: add support for Cometlake desktop
1686
1687 * External microphone can't work on some dell machines with the codec alc256
1688 or alc236 (LP: #1853791)
1689 - SAUCE: ALSA: hda/realtek - Move some alc256 pintbls to fallback table
1690 - SAUCE: ALSA: hda/realtek - Move some alc236 pintbls to fallback table
1691
1692 * remount of multilower moved pivoted-root overlayfs root, results in I/O
1693 errors on some modified files (LP: #1824407)
1694 - SAUCE: ovl: fix lookup failure on multi lower squashfs
1695
1696 * [CML-S62] Need enable turbostat patch support for Comet lake- S 6+2
1697 (LP: #1847451)
1698 - SAUCE: tools/power turbostat: Add Cometlake support
1699
1700 * CONFIG_ARCH_ROCKCHIP is not set in ubuntu 18.04 aarch64,arm64 (LP: #1825222)
1701 - [Config] Enable ROCKCHIP support for arm64
1702
1703 * [broadwell-rt286, playback] Since Linux 5.2rc2 audio playback no longer
1704 works on Dell Venue 11 Pro 7140 (LP: #1846539)
1705 - SAUCE: ASoC: SOF: Intel: Broadwell: clarify mutual exclusion with legacy
1706 driver
1707
1708 * i40e: general protection fault in i40e_config_vf_promiscuous_mode
1709 (LP: #1852663)
1710 - SAUCE: i40e Fix GPF when deleting VMs
1711
1712 * libbpf check_abi fails on ppc64el (LP: #1854974)
1713 - libbpf: Fix readelf output parsing on powerpc with recent binutils
1714
1715 * CVE-2019-19050
1716 - crypto: user - fix memory leak in crypto_reportstat
1717
1718 * Make hotplugging docking station to Thunderbolt port more reliable
1719 (LP: #1853991)
1720 - PCI/PM: Add pcie_wait_for_link_delay()
1721 - PCI/PM: Add missing link delays required by the PCIe spec
1722
1723 * i915: Display flickers (monitor loses signal briefly) during "flickerfree"
1724 boot, while showing the BIOS logo on a black background (LP: #1836858)
1725 - [Config] FRAMEBUFFER_CONSOLE_DEFERRED_TAKEOVER=y
1726
1727 * [CML] New device id's for CMP-H (LP: #1846335)
1728 - i2c: i801: Add support for Intel Comet Lake PCH-H
1729 - mtd: spi-nor: intel-spi: Add support for Intel Comet Lake-H SPI serial flash
1730 - mfd: intel-lpss: Add Intel Comet Lake PCH-H PCI IDs
1731
1732 * Focal update: v5.4.2 upstream stable release (LP: #1855326)
1733 - io_uring: async workers should inherit the user creds
1734 - net: separate out the msghdr copy from ___sys_{send,recv}msg()
1735 - net: disallow ancillary data for __sys_{send,recv}msg_file()
1736 - crypto: inside-secure - Fix stability issue with Macchiatobin
1737 - driver core: platform: use the correct callback type for bus_find_device
1738 - usb: dwc2: use a longer core rest timeout in dwc2_core_reset()
1739 - staging: wilc1000: fix illegal memory access in wilc_parse_join_bss_param()
1740 - staging: rtl8192e: fix potential use after free
1741 - staging: rtl8723bs: Drop ACPI device ids
1742 - staging: rtl8723bs: Add 024c:0525 to the list of SDIO device-ids
1743 - USB: serial: ftdi_sio: add device IDs for U-Blox C099-F9P
1744 - mei: bus: prefix device names on bus with the bus name
1745 - mei: me: add comet point V device id
1746 - thunderbolt: Power cycle the router if NVM authentication fails
1747 - x86/fpu: Don't cache access to fpu_fpregs_owner_ctx
1748 - gve: Fix the queue page list allocated pages count
1749 - macvlan: schedule bc_work even if error
1750 - mdio_bus: don't use managed reset-controller
1751 - net: dsa: sja1105: fix sja1105_parse_rgmii_delays()
1752 - net: macb: add missed tasklet_kill
1753 - net: psample: fix skb_over_panic
1754 - net: sched: fix `tc -s class show` no bstats on class with nolock subqueues
1755 - openvswitch: fix flow command message size
1756 - sctp: Fix memory leak in sctp_sf_do_5_2_4_dupcook
1757 - slip: Fix use-after-free Read in slip_open
1758 - sctp: cache netns in sctp_ep_common
1759 - openvswitch: drop unneeded BUG_ON() in ovs_flow_cmd_build_info()
1760 - openvswitch: remove another BUG_ON()
1761 - net/tls: take into account that bpf_exec_tx_verdict() may free the record
1762 - net/tls: free the record on encryption error
1763 - net: skmsg: fix TLS 1.3 crash with full sk_msg
1764 - selftests/tls: add a test for fragmented messages
1765 - net/tls: remove the dead inplace_crypto code
1766 - net/tls: use sg_next() to walk sg entries
1767 - selftests: bpf: test_sockmap: handle file creation failures gracefully
1768 - selftests: bpf: correct perror strings
1769 - tipc: fix link name length check
1770 - selftests: pmtu: use -oneline for ip route list cache
1771 - r8169: fix jumbo configuration for RTL8168evl
1772 - r8169: fix resume on cable plug-in
1773 - ext4: add more paranoia checking in ext4_expand_extra_isize handling
1774 - Revert "jffs2: Fix possible null-pointer dereferences in
1775 jffs2_add_frag_to_fragtree()"
1776 - crypto: talitos - Fix build error by selecting LIB_DES
1777 - HID: core: check whether Usage Page item is after Usage ID items
1778 - platform/x86: hp-wmi: Fix ACPI errors caused by too small buffer
1779 - platform/x86: hp-wmi: Fix ACPI errors caused by passing 0 as input size
1780 - Linux 5.4.2
1781
1782 * no HDMI video output since GDM greeter after linux-oem-osp1 version
1783 5.0.0-1026 (LP: #1852386)
1784 - drm/i915: Add new CNL PCH ID seen on a CML platform
1785 - SAUCE: drm/i915: Fix detection for a CMP-V PCH
1786
1787 * Please add patch fixing RK818 ID detection (LP: #1853192)
1788 - SAUCE: mfd: rk808: Fix RK818 ID template
1789
1790 * Raydium Touchscreen on ThinkPad L390 does not work (LP: #1849721)
1791 - HID: i2c-hid: fix no irq after reset on raydium 3118
1792
1793 * Touchpad doesn't work on Dell Inspiron 7000 2-in-1 (LP: #1851901)
1794 - Revert "UBUNTU: SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390
1795 2-in-1"
1796 - lib: devres: add a helper function for ioremap_uc
1797 - mfd: intel-lpss: Use devm_ioremap_uc for MMIO
1798
1799 * Lenovo dock MAC Address pass through doesn't work in Ubuntu (LP: #1827961)
1800 - r8152: Add macpassthru support for ThinkPad Thunderbolt 3 Dock Gen 2
1801
1802 * Disable unreliable HPET on CFL-H system (LP: #1852216)
1803 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake H platforms
1804
1805 * Miscellaneous Ubuntu changes
1806 - update dkms package versions
1807 - [Config] Enable virtualbox dkms build
1808 - [Config] update annotations to match current configs
1809 - SAUCE: Add exfat module to signature inclusion list
1810
1811 * Miscellaneous upstream changes
1812 - Bluetooth: Fix invalid-free in bcsp_close()
1813 - ath9k_hw: fix uninitialized variable data
1814 - ath10k: Fix a NULL-ptr-deref bug in ath10k_usb_alloc_urb_from_pipe
1815 - ath10k: Fix HOST capability QMI incompatibility
1816 - ath10k: restore QCA9880-AR1A (v1) detection
1817 - Revert "Bluetooth: hci_ll: set operational frequency earlier"
1818 - Revert "dm crypt: use WQ_HIGHPRI for the IO and crypt workqueues"
1819 - md/raid10: prevent access of uninitialized resync_pages offset
1820 - x86/insn: Fix awk regexp warnings
1821 - x86/speculation: Fix incorrect MDS/TAA mitigation status
1822 - x86/speculation: Fix redundant MDS mitigation message
1823 - nbd: prevent memory leak
1824 - x86/stackframe/32: Repair 32-bit Xen PV
1825 - x86/xen/32: Make xen_iret_crit_fixup() independent of frame layout
1826 - x86/xen/32: Simplify ring check in xen_iret_crit_fixup()
1827 - x86/doublefault/32: Fix stack canaries in the double fault handler
1828 - x86/pti/32: Size initial_page_table correctly
1829 - x86/cpu_entry_area: Add guard page for entry stack on 32bit
1830 - x86/entry/32: Fix IRET exception
1831 - x86/entry/32: Use %ss segment where required
1832 - x86/entry/32: Move FIXUP_FRAME after pushing %fs in SAVE_ALL
1833 - x86/entry/32: Unwind the ESPFIX stack earlier on exception entry
1834 - x86/entry/32: Fix NMI vs ESPFIX
1835 - selftests/x86/mov_ss_trap: Fix the SYSENTER test
1836 - selftests/x86/sigreturn/32: Invalidate DS and ES when abusing the kernel
1837 - x86/pti/32: Calculate the various PTI cpu_entry_area sizes correctly, make
1838 the CPU_ENTRY_AREA_PAGES assert precise
1839 - x86/entry/32: Fix FIXUP_ESPFIX_STACK with user CR3
1840 - futex: Prevent robust futex exit race
1841 - ALSA: usb-audio: Fix NULL dereference at parsing BADD
1842 - ALSA: usb-audio: Fix Scarlett 6i6 Gen 2 port data
1843 - media: vivid: Set vid_cap_streaming and vid_out_streaming to true
1844 - media: vivid: Fix wrong locking that causes race conditions on streaming
1845 stop
1846 - media: usbvision: Fix invalid accesses after device disconnect
1847 - media: usbvision: Fix races among open, close, and disconnect
1848 - cpufreq: Add NULL checks to show() and store() methods of cpufreq
1849 - futex: Move futex exit handling into futex code
1850 - futex: Replace PF_EXITPIDONE with a state
1851 - exit/exec: Seperate mm_release()
1852 - futex: Split futex_mm_release() for exit/exec
1853 - futex: Set task::futex_state to DEAD right after handling futex exit
1854 - futex: Mark the begin of futex exit explicitly
1855 - futex: Sanitize exit state handling
1856 - futex: Provide state handling for exec() as well
1857 - futex: Add mutex around futex exit
1858 - futex: Provide distinct return value when owner is exiting
1859 - futex: Prevent exit livelock
1860 - media: uvcvideo: Fix error path in control parsing failure
1861 - media: b2c2-flexcop-usb: add sanity checking
1862 - media: cxusb: detect cxusb_ctrl_msg error in query
1863 - media: imon: invalid dereference in imon_touch_event
1864 - media: mceusb: fix out of bounds read in MCE receiver buffer
1865 - ALSA: hda - Disable audio component for legacy Nvidia HDMI codecs
1866 - USBIP: add config dependency for SGL_ALLOC
1867 - usbip: tools: fix fd leakage in the function of read_attr_usbip_status
1868 - usbip: Fix uninitialized symbol 'nents' in stub_recv_cmd_submit()
1869 - usb-serial: cp201x: support Mark-10 digital force gauge
1870 - USB: chaoskey: fix error case of a timeout
1871 - appledisplay: fix error handling in the scheduled work
1872 - USB: serial: mos7840: add USB ID to support Moxa UPort 2210
1873 - USB: serial: mos7720: fix remote wakeup
1874 - USB: serial: mos7840: fix remote wakeup
1875 - USB: serial: option: add support for DW5821e with eSIM support
1876 - USB: serial: option: add support for Foxconn T77W968 LTE modules
1877 - staging: comedi: usbduxfast: usbduxfast_ai_cmdtest rounding error
1878 - powerpc/book3s64: Fix link stack flush on context switch
1879 - KVM: PPC: Book3S HV: Flush link stack on guest exit to host kernel
1880 - Linux 5.4.1
1881
1882 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Dec 2019 15:53:53 -0600
1883
1884linux (5.4.0-7.8) focal; urgency=medium
1885
1886 * Miscellaneous Ubuntu changes
1887 - SAUCE: selftests/bpf: Comment out BPF_CORE_READ's which cause clang to
1888 segfault
1889 - Update nvidia-430 to nvidia-440
1890 - [Config] Enable nvidia dkms build
1891 - update dkms package versions
1892
1893 [ Upstream Kernel Changes ]
1894
1895 * Rebase to v5.4
1896
1897 -- Andrea Righi <andrea.righi@canonical.com> Mon, 25 Nov 2019 15:02:30 +0100
1898
1899linux (5.4.0-6.7) focal; urgency=medium
1900
1901 * Miscellaneous Ubuntu changes
1902 - update dkms package versions
1903 - [Config] updateconfigs after rebase to 5.4-rc8
1904
1905 [ Upstream Kernel Changes ]
1906
1907 * Rebase to v5.4-rc7
1908
1909 -- Andrea Righi <andrea.righi@canonical.com> Mon, 18 Nov 2019 12:08:01 +0100
1910
1911linux (5.4.0-5.6) focal; urgency=medium
1912
1913 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
1914 CVE-2019-15793
1915 - SAUCE: shiftfs: Correct id translation for lower fs operations
1916
1917 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
1918 CVE-2019-15792
1919 - SAUCE: shiftfs: prevent type confusion
1920
1921 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
1922 CVE-2019-15791
1923 - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
1924
1925 * Some EFI systems fail to boot in efi_init() when booted via maas
1926 (LP: #1851810)
1927 - SAUCE: efi: efi_get_memory_map -- increase map headroom
1928
1929 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
1930 - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
1931 - SAUCE: seccomp: avoid overflow in implicit constant conversion
1932
1933 * dkms artifacts may expire from the pool (LP: #1850958)
1934 - [Packaging] dkms -- try launchpad librarian for pool downloads
1935 - [Packaging] dkms -- dkms-build quieten wget verbiage
1936
1937 * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
1938 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
1939 - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
1940
1941 * shiftfs: prevent exceeding project quotas (LP: #1849483)
1942 - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
1943
1944 * shiftfs: fix fallocate() (LP: #1849482)
1945 - SAUCE: shiftfs: setup correct s_maxbytes limit
1946
1947 * The alsa hda driver is not loaded due to the missing of PCIID for Comet
1948 Lake-S [8086:a3f0] (LP: #1852070)
1949 - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
1950
1951 * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
1952 - SAUCE: platform/x86: dell-uart-backlight: add missing status command
1953 - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
1954 - SAUCE: platform/x86: dell-uart-backlight: add force parameter
1955 - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
1956
1957 * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
1958 - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
1959
1960 * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
1961 error path (LP: #1850994) // CVE-2019-15794
1962 - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
1963 - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
1964
1965 * Miscellaneous Ubuntu changes
1966 - [Debian] Convert update-aufs.sh to use aufs5
1967 - SAUCE: import aufs driver
1968 - update dkms package versions
1969
1970 [ Upstream Kernel Changes ]
1971
1972 * Rebase to v5.4-rc7
1973
1974 -- Seth Forshee <seth.forshee@canonical.com> Wed, 13 Nov 2019 11:56:35 -0800
1975
1976linux (5.4.0-4.5) focal; urgency=medium
1977
1978 * High power consumption using 5.0.0-25-generic (LP: #1840835)
1979 - PCI: Add a helper to check Power Resource Requirements _PR3 existence
1980 - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
1981 driver
1982 - PCI: Fix missing inline for pci_pr3_present()
1983
1984 * Fix signing of staging modules in eoan (LP: #1850234)
1985 - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink
1986
1987 * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
1988 - [Config] s390x bump march to z13, with tune to z15
1989
1990 * Miscellaneous Ubuntu changes
1991 - [Debian]: do not skip tests for linux-hwe-edge
1992 - update dkms package versions
1993 - [Config] re-enable zfs
1994 - [Config] rename module virtio_fs to virtiofs
1995
1996 [ Upstream Kernel Changes ]
1997
1998 * Rebase to v5.4-rc6
1999
2000 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Nov 2019 15:12:02 +0100
2001
2002linux (5.4.0-3.4) focal; urgency=medium
2003
2004 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
2005 - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
2006
2007 * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
2008 cloud (LP: #1848481)
2009 - [Packaging] include iavf/i40evf in generic
2010
2011 * CVE-2019-17666
2012 - SAUCE: rtlwifi: Fix potential overflow on P2P code
2013
2014 * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes
2015 to no (LP: #1848492)
2016 - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
2017 from yes to no
2018
2019 * Add Intel Comet Lake ethernet support (LP: #1848555)
2020 - SAUCE: e1000e: Add support for Comet Lake
2021
2022 * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744)
2023 - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
2024 - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
2025
2026 * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL
2027 platforms (LP: #1847192)
2028 - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
2029 - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
2030
2031 * PM / hibernate: fix potential memory corruption (LP: #1847118)
2032 - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation
2033
2034 * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186)
2035 - SAUCE: apparmor: fix nnp subset test for unconfined
2036
2037 * overlayfs: allow with shiftfs as underlay (LP: #1846272)
2038 - SAUCE: overlayfs: allow with shiftfs as underlay
2039
2040 * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
2041 - [Config] Fix SOF Kconfig options
2042
2043 * linux won't build when new virtualbox version is present on the archive
2044 (LP: #1848788)
2045 - [Packaging]: download virtualbox from sources
2046
2047 * Miscellaneous Ubuntu changes
2048 - [Config] update annotations from configs
2049 - [Config] updateconfigs after rebase to 5.4-rc5
2050 - update dkms package versions
2051
2052 [ Upstream Kernel Changes ]
2053
2054 * Rebase to v5.4-rc5
2055
2056 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Oct 2019 12:01:27 -0500
2057
2058linux (5.4.0-2.3) eoan; urgency=medium
2059
2060 * Add installer support for iwlmvm adapters (LP: #1848236)
2061 - d-i: Add iwlmvm to nic-modules
2062
2063 * shiftfs: rework how shiftfs opens files (LP: #1846265)
2064 - SAUCE: shiftfs: rework how shiftfs opens files
2065
2066 * Miscellaneous Ubuntu changes
2067 - update dkms package versions
2068 - [Config] updateconfigs after rebase to 5.4-rc4
2069
2070 [ Upstream Kernel Changes ]
2071
2072 * Rebase to v5.4-rc4
2073
2074 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Oct 2019 17:31:26 +0200
2075
2076linux (5.4.0-1.2) eoan; urgency=medium
2077
2078 * Miscellaneous Ubuntu changes
2079 - update dkms package versions
2080 - [Config] updateconfigs after rebase to 5.4-rc3
2081 - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
2082 - [Config] amd64: ignore fbtft and all dependent modules
2083
2084 [ Upstream Kernel Changes ]
2085
2086 * Rebase to v5.4-rc3
2087
2088 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Oct 2019 19:48:52 +0200
2089
2090linux (5.4.0-0.1) eoan; urgency=medium
2091
2092 * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
2093 - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
2094 - [Packaging] arm64: snapdragon: switch kernel format to Image
2095 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
2096 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
2097 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
2098 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
2099 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
2100 - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
2101 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
2102 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
2103 - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
2104 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
2105 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
2106 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
2107 - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
2108 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
2109 - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
2110 - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
2111 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
2112 - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
2113 - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
2114 - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
2115 - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
2116 - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
2117 - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
2118 - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
2119 - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
2120 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
2121 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
2122 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
2123 - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
2124 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
2125 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
2126 - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
2127 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
2128 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
2129 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
2130 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
2131 - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
2132 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
2133 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
2134 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
2135 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
2136 - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
2137 - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
2138 - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
2139 - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
2140 - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
2141 - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
2142 - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
2143 - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
2144 - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
2145 - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
2146 - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
2147 - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
2148 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
2149 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
2150 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
2151 - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
2152 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
2153 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
2154 - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
2155 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
2156 - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
2157 - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
2158 - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
2159 - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
2160 - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
2161 - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
2162 - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
2163
2164 * Miscellaneous Ubuntu changes
2165 - [Config] updateconfigs after rebase to 5.4-rc2
2166 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
2167 aren't present.
2168 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
2169 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
2170 error messages.
2171 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
2172 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
2173 mode
2174 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
2175 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
2176 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
2177 verify
2178 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
2179 - SAUCE: (lockdown) security: lockdown: Make
2180 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
2181 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
2182 - [Config] Enable lockdown under secure boot
2183 - SAUCE: import aufs driver
2184 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
2185 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
2186 - [Config] enable aufs
2187 - update dkms package versions
2188 - [Config] disable zfs
2189 - [Config] disable nvidia dkms build
2190 - [Config] disable virtualbox dkms build
2191 - [Debian] Generate stub reconstruct for -rc kernels
2192 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting
2193 when device is opened for writing"
2194 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user
2195 namespace mounts"
2196 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts
2197 from user namespaces"
2198 - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block
2199 device inode when mounting"
2200 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards
2201 block device inode when mounting"
2202 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode
2203 permissions in lookup_bdev()"
2204
2205 [ Upstream Kernel Changes ]
2206
2207 * Rebase to v5.4-rc2
2208
2209 -- Seth Forshee <seth.forshee@canonical.com> Fri, 11 Oct 2019 16:42:41 -0500
2210
2211linux (5.4.0-0.0) eoan; urgency=medium
2212
2213 * Dummy entry.
2214
2215 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Oct 2019 09:59:00 -0500
2216
2217linux (5.3.0-17.18) eoan; urgency=medium
2218
2219 * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
2220
2221 * CVE-2019-17056
2222 - nfc: enforce CAP_NET_RAW for raw sockets
2223
2224 * CVE-2019-17055
2225 - mISDN: enforce CAP_NET_RAW for raw sockets
2226
2227 * CVE-2019-17054
2228 - appletalk: enforce CAP_NET_RAW for raw sockets
2229
2230 * CVE-2019-17053
2231 - ieee802154: enforce CAP_NET_RAW for raw sockets
2232
2233 * CVE-2019-17052
2234 - ax25: enforce CAP_NET_RAW for raw sockets
2235
2236 * CVE-2019-15098
2237 - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
2238
2239 * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
2240 (LP: #1846470)
2241 - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
2242
2243 * Re-enable linux-libc-dev build on i386 (LP: #1846508)
2244 - [Packaging] Build only linux-libc-dev for i386
2245 - [Debian] final-checks -- ignore archtictures with no binaries
2246
2247 * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic-
2248 proposed (LP: #1845820)
2249 - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
2250
2251 * Revert ESE DASD discard support (LP: #1846219)
2252 - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
2253
2254 * Miscellaneous Ubuntu changes
2255 - update dkms package versions
2256
2257 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Oct 2019 16:57:05 -0500
2258
2259linux (5.3.0-16.17) eoan; urgency=medium
2260
2261 * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
2262
2263 * zfs fails to build on s390x with debug symbols enabled (LP: #1846143)
2264 - SAUCE: s390: Mark atomic const ops always inline
2265
2266 -- Seth Forshee <seth.forshee@canonical.com> Tue, 01 Oct 2019 07:46:43 -0500
2267
2268linux (5.3.0-15.16) eoan; urgency=medium
2269
2270 * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
2271
2272 * Drop i386 build for 19.10 (LP: #1845714)
2273 - [Packaging] Remove x32 arch references from control files
2274 - [Debian] final-checks -- Get arch list from debian/control
2275
2276 * ZFS kernel modules lack debug symbols (LP: #1840704)
2277 - [Debian] Fix conditional for setting zfs debug package path
2278
2279 * Use pyhon3-sphinx instead of python-sphinx for building html docs
2280 (LP: #1845808)
2281 - [Packaging] Update sphinx build dependencies to python3 packages
2282
2283 * Kernel panic with 19.10 beta image (LP: #1845454)
2284 - efi/tpm: Don't access event->count when it isn't mapped.
2285 - efi/tpm: don't traverse an event log with no events
2286 - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing
2287
2288 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Sep 2019 11:57:20 -0500
2289
2290linux (5.3.0-14.15) eoan; urgency=medium
2291
2292 * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
2293
2294 * Drop i386 build for 19.10 (LP: #1845714)
2295 - [Debian] Remove support for producing i386 kernels
2296 - [Debian] Don't use CROSS_COMPILE for i386 configs
2297
2298 * udevadm trigger will fail when trying to add /sys/devices/vio/
2299 (LP: #1845572)
2300 - SAUCE: powerpc/vio: drop bus_type from parent device
2301
2302 * Trying to online dasd drive results in invalid input/output from the kernel
2303 on z/VM (LP: #1845323)
2304 - SAUCE: s390/dasd: Fix error handling during online processing
2305
2306 * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584)
2307 - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
2308
2309 * Support Hi1620 zip hw accelerator (LP: #1845355)
2310 - [Config] Enable HiSilicon QM/ZIP as modules
2311 - crypto: hisilicon - add queue management driver for HiSilicon QM module
2312 - crypto: hisilicon - add hardware SGL support
2313 - crypto: hisilicon - add HiSilicon ZIP accelerator support
2314 - crypto: hisilicon - add SRIOV support for ZIP
2315 - Documentation: Add debugfs doc for hisi_zip
2316 - crypto: hisilicon - add debugfs for ZIP and QM
2317 - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
2318 - crypto: hisilicon - fix kbuild warnings
2319 - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
2320 - crypto: hisilicon - init curr_sgl_dma to fix compile warning
2321 - crypto: hisilicon - add missing single_release
2322 - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
2323 - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
2324 - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
2325 - crypto: hisilicon - avoid unused function warning
2326
2327 * SafeSetID LSM should be built but disabled by default (LP: #1845391)
2328 - LSM: SafeSetID: Stop releasing uninitialized ruleset
2329 - [Config] Build SafeSetID LSM but don't enable it by default
2330
2331 * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383)
2332 - [Config] loadpin shouldn't be in CONFIG_LSM
2333
2334 * Add new pci-id's for CML-S, ICL (LP: #1845317)
2335 - drm/i915/icl: Add missing device ID
2336 - drm/i915/cml: Add Missing PCI IDs
2337
2338 * Thunderbolt support for ICL (LP: #1844680)
2339 - thunderbolt: Correct path indices for PCIe tunnel
2340 - thunderbolt: Move NVM upgrade support flag to struct icm
2341 - thunderbolt: Use 32-bit writes when writing ring producer/consumer
2342 - thunderbolt: Do not fail adding switch if some port is not implemented
2343 - thunderbolt: Hide switch attributes that are not set
2344 - thunderbolt: Expose active parts of NVM even if upgrade is not supported
2345 - thunderbolt: Add support for Intel Ice Lake
2346 - ACPI / property: Add two new Thunderbolt property GUIDs to the list
2347
2348 * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668)
2349 - s390/pci: fix MSI message data
2350
2351 * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
2352 - s390: add support for IBM z15 machines
2353 - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
2354
2355 * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
2356 - USB: usbcore: Fix slab-out-of-bounds bug during device reset
2357 - media: tm6000: double free if usb disconnect while streaming
2358 - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
2359 - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
2360 - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
2361 - net_sched: let qdisc_put() accept NULL pointer
2362 - udp: correct reuseport selection with connected sockets
2363 - xen-netfront: do not assume sk_buff_head list is empty in error handling
2364 - net: dsa: Fix load order between DSA drivers and taggers
2365 - net: stmmac: Hold rtnl lock in suspend/resume callbacks
2366 - KVM: coalesced_mmio: add bounds checking
2367 - Documentation: sphinx: Add missing comma to list of strings
2368 - firmware: google: check if size is valid when decoding VPD data
2369 - serial: sprd: correct the wrong sequence of arguments
2370 - tty/serial: atmel: reschedule TX after RX was started
2371 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
2372 - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
2373 - ovl: fix regression caused by overlapping layers detection
2374 - phy: qcom-qmp: Correct ready status, again
2375 - floppy: fix usercopy direction
2376 - media: technisat-usb2: break out of loop at end of buffer
2377 - Linux 5.3.1
2378
2379 * ZFS kernel modules lack debug symbols (LP: #1840704)
2380 - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
2381 - [Debian]: Handle debug symbols for modules in extras too
2382 - [Debian]: Check/link modules with debug symbols after DKMS modules
2383 - [Debian]: Warn about modules without debug symbols
2384 - [Debian]: dkms-build: new parameter for debug package directory
2385 - [Debian]: dkms-build: zfs: support for debug symbols
2386 - [Debian]: dkms-build: Avoid executing post-processor scripts twice
2387 - [Debian]: dkms-build: Move zfs special-casing into configure script
2388
2389 * /proc/self/maps paths missing on live session (was vlc won't start; eoan
2390 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies)
2391 (LP: #1842382)
2392 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs"
2393
2394 -- Seth Forshee <seth.forshee@canonical.com> Fri, 27 Sep 2019 16:08:06 -0500
2395
2396linux (5.3.0-13.14) eoan; urgency=medium
2397
2398 * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
2399
2400 * Packaging resync (LP: #1786013)
2401 - [Packaging] update helper scripts
2402
2403 * Miscellaneous Ubuntu changes
2404 - [Debian] Remove binutils-dev build dependency
2405
2406 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Sep 2019 19:26:43 -0500
2407
2408linux (5.3.0-12.13) eoan; urgency=medium
2409
2410 * Change kernel compression method to improve boot speed (LP: #1840934)
2411 - [Packaging] Add lz4 build dependency for s390x
2412
2413 * Miscellaneous Ubuntu changes
2414 - SAUCE: Remove spl and zfs source
2415
2416 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Sep 2019 13:36:26 +0200
2417
2418linux (5.3.0-11.12) eoan; urgency=medium
2419
2420 * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
2421
2422 * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
2423 adapters(SAS3.5 onwards) (LP: #1838751)
2424 - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
2425
2426 * s390/setup: Actually init kernel lock down (LP: #1843961)
2427 - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
2428
2429 * cherrypick has_sipl fix (LP: #1843960)
2430 - SAUCE: s390/sclp: Fix bit checked for has_sipl
2431
2432 * Change kernel compression method to improve boot speed (LP: #1840934)
2433 - [Config]: Switch kernel compression from LZO to LZ4 on s390x
2434
2435 * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726)
2436 - [Config] CONFIG_NVRAM=y for ppc64el
2437
2438 * Miscellaneous Ubuntu changes
2439 - [Config]: remove nvram from ppc64el modules ABI
2440 - [Config] Update annotations for recent config changes
2441 - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
2442 - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
2443 - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
2444 - update dkms package versions
2445
2446 [ Upstream Kernel Changes ]
2447
2448 * Rebase to v5.3
2449
2450 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 16 Sep 2019 16:18:27 +0200
2451
2452linux (5.3.0-10.11) eoan; urgency=medium
2453
2454 * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
2455
2456 * No sound inputs from the external microphone and headset on a Dell machine
2457 (LP: #1842265)
2458 - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
2459 - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
2460
2461 * Horizontal corrupted line at top of screen caused by framebuffer compression
2462 (LP: #1840236)
2463 - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
2464
2465 * Add bpftool to linux-tools-common (LP: #1774815)
2466 - [Debian] package bpftool in linux-tools-common
2467
2468 * Miscellaneous Ubuntu changes
2469 - update dkms package versions
2470
2471 [ Upstream Kernel Changes ]
2472
2473 * Rebase to v5.3-rc8
2474
2475 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 09 Sep 2019 10:00:41 +0200
2476
2477linux (5.3.0-9.10) eoan; urgency=medium
2478
2479 * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
2480
2481 * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
2482 - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
2483
2484 * shiftfs: drop entries from cache on unlink (LP: #1841977)
2485 - SAUCE: shiftfs: fix buggy unlink logic
2486
2487 * Fix touchpad IRQ storm after S3 (LP: #1841396)
2488 - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
2489
2490 * Please include DTBs for arm64 laptops (LP: #1842050)
2491 - arm64: dts: qcom: Add Lenovo Miix 630
2492 - arm64: dts: qcom: Add HP Envy x2
2493 - arm64: dts: qcom: Add Asus NovaGo TP370QL
2494
2495 * Miscellaneous Ubuntu changes
2496 - SAUCE: import aufs driver
2497 - [Packaging]: ignore vbox modules when vbox is disabled
2498
2499 [ Upstream Kernel Changes ]
2500
2501 * Rebase to v5.3-rc7
2502
2503 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Sep 2019 10:27:33 +0200
2504
2505linux (5.3.0-8.9) eoan; urgency=medium
2506
2507 * Packaging resync (LP: #1786013)
2508 - [Packaging] resync getabis
2509
2510 * Change kernel compression method to improve boot speed (LP: #1840934)
2511 - [Config] change kernel compression method to improve boot speed
2512 - [Packaging] add build dependencies for compression algorithms
2513
2514 * realtek r8822be kernel module fails after update to linux kernel-headers
2515 5.0.0-21 (LP: #1838133)
2516 - rtw88: Fix misuse of GENMASK macro
2517 - rtw88: pci: Rearrange the memory usage for skb in RX ISR
2518 - rtw88: pci: Use DMA sync instead of remapping in RX ISR
2519 - rtw88: debug: dump tx power indexes in use
2520 - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
2521 - rtw88: pci: remove set but not used variable 'ip_sel'
2522 - rtw88: allow c2h operation in irq context
2523 - rtw88: enclose c2h cmd handle with mutex
2524 - rtw88: add BT co-existence support
2525 - SAUCE: rtw88: pci: enable MSI interrupt
2526
2527 * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
2528 - [Config] Enable VIMC module
2529
2530 * Goodix touchpad may drop first input event (LP: #1840075)
2531 - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk"
2532 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk"
2533 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c
2534 quirk"
2535 - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk"
2536 - mfd: intel-lpss: Remove D3cold delay
2537
2538 * Include Sunix serial/parallel driver (LP: #1826716)
2539 - serial: 8250_pci: Add support for Sunix serial boards
2540 - parport: parport_serial: Add support for Sunix Multi I/O boards
2541
2542 * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
2543 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
2544 - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
2545
2546 * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
2547 - SAUCE: shiftfs: pass correct point down
2548
2549 * shiftfs: add O_DIRECT support (LP: #1837223)
2550 - SAUCE: shiftfs: add O_DIRECT support
2551
2552 * Miscellaneous Ubuntu changes
2553 - [Config] enable secureboot signing on s390x
2554 - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
2555 - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests
2556 - [Debian] disable dkms builds for autopktest rebuilds
2557 - update dkms package versions
2558 - [Config] updateconfigs after v5.3-rc6 rebase
2559
2560 [ Upstream Kernel Changes ]
2561
2562 * Rebase to v5.3-rc5
2563
2564 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Aug 2019 10:09:42 +0200
2565
2566linux (5.3.0-7.8) eoan; urgency=medium
2567
2568 * Packaging resync (LP: #1786013)
2569 - [Packaging] resync getabis
2570
2571 * Miscellaneous Ubuntu changes
2572 - [Config] updateconfigs after v5.3-rc5 rebase
2573 - remove missing module after updateconfigs
2574
2575 [ Upstream Kernel Changes ]
2576
2577 * Rebase to v5.3-rc5
2578
2579 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Aug 2019 15:31:24 +0200
2580
2581linux (5.3.0-6.7) eoan; urgency=medium
2582
2583 * Miscellaneous Ubuntu changes
2584 - SAUCE: selftests/bpf: prevent headers to be compiled as C code
2585
2586 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Aug 2019 13:25:01 -0500
2587
2588linux (5.3.0-5.6) eoan; urgency=medium
2589
2590 * Miscellaneous Ubuntu changes
2591 - update dkms package versions
2592 - [Config] enable zfs build
2593
2594 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Aug 2019 09:16:06 -0500
2595
2596linux (5.3.0-4.5) eoan; urgency=medium
2597
2598 * Packaging resync (LP: #1786013)
2599 - [Packaging] resync getabis
2600 - [Packaging] update helper scripts
2601
2602 * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight
2603 timeout for bcache removal causes spurious failures (LP: #1796292)
2604 - SAUCE: bcache: fix deadlock in bcache_allocator
2605
2606 * shiftfs: allow overlayfs (LP: #1838677)
2607 - SAUCE: shiftfs: enable overlayfs on shiftfs
2608
2609 * Miscellaneous Ubuntu changes
2610 - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux
2611 modpost"
2612 - update dkms package versions
2613 - enable nvidia dkms build
2614
2615 [ Upstream Kernel Changes ]
2616
2617 * Rebase to v5.3-rc4
2618
2619 -- Seth Forshee <seth.forshee@canonical.com> Mon, 12 Aug 2019 10:41:27 -0500
2620
2621linux (5.3.0-3.4) eoan; urgency=medium
2622
2623 * Miscellaneous Ubuntu changes
2624 - update dkms package versions
2625 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
2626 - [Config] add mux-* to modules.ignore
2627
2628 [ Upstream Kernel Changes ]
2629
2630 * Rebase to v5.3-rc3
2631
2632 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 05 Aug 2019 18:17:09 +0200
2633
2634linux (5.3.0-2.3) eoan; urgency=medium
2635
2636 * Miscellaneous Ubuntu changes
2637 - [Packaging] add build dependincy on fontconfig
2638
2639 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jul 2019 12:18:46 -0400
2640
2641linux (5.3.0-1.2) eoan; urgency=medium
2642
2643 * System does not auto detect disconnection of external monitor (LP: #1835001)
2644 - SAUCE: drm/i915: Add support for retrying hotplug
2645 - SAUCE: drm/i915: Enable hotplug retry
2646
2647 * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332)
2648 - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
2649
2650 * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530)
2651 - [Config] enable ARCH_MESON
2652 - remove missing module
2653 - [Config] update annotations after enabling ARCH_MESON for arm64
2654
2655 * Miscellaneous Ubuntu changes
2656 - SAUCE: KVM: PPC: comment implicit fallthrough
2657 - update dkms package versions
2658 - [Config] enable vbox dkms build
2659
2660 [ Upstream Kernel Changes ]
2661
2662 * Rebase to v5.3-rc2
2663
2664 -- Seth Forshee <seth.forshee@canonical.com> Sun, 28 Jul 2019 23:10:16 -0400
2665
2666linux (5.3.0-0.1) eoan; urgency=medium
2667
2668 * Packaging resync (LP: #1786013)
2669 - [Packaging] resync git-ubuntu-log
2670
2671 * Miscellaneous Ubuntu changes
2672 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2673 kernel image
2674 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2675 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
2676 locked down
2677 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
2678 down
2679 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2680 reboot
2681 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
2682 KEXEC_SIG_FORCE
2683 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
2684 locked down
2685 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2686 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2687 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2688 down
2689 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2690 locked down
2691 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
2692 down
2693 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2694 locked down
2695 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2696 has been locked down
2697 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2698 locked down
2699 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2700 locked down
2701 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2702 down
2703 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2704 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
2705 parameters (eg. ioport)
2706 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
2707 - SAUCE: (efi-lockdown) Lock down /proc/kcore
2708 - SAUCE: (efi-lockdown) Lock down kprobes
2709 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2710 kernel is locked down
2711 - SAUCE: (efi-lockdown) Lock down perf
2712 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
2713 down
2714 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
2715 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
2716 when locked down
2717 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
2718 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
2719 defined
2720 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
2721 that aren't present.
2722 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
2723 efi_status_to_err().
2724 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
2725 error messages.
2726 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
2727 boot mode
2728 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2729 mode
2730 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
2731 signature verify
2732 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2733 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
2734 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
2735 Secure Boot mode
2736 - SAUCE: import aufs driver
2737 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
2738 - [Config] disable zfs dkms build
2739 - [Config] disable nvidia dkms build
2740 - [Config] disable vbox dkms build
2741 - SAUCE: perf diff: use llabs for s64 vaules
2742
2743 [ Upstream Kernel Changes ]
2744
2745 * Rebase to v5.3-rc1
2746
2747 -- Seth Forshee <seth.forshee@canonical.com> Tue, 23 Jul 2019 21:45:44 -0500
2748
2749linux (5.3.0-0.0) eoan; urgency=medium
2750
2751 * Dummy entry.
2752
2753 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jul 2019 10:19:04 -0500
2754
2755linux (5.2.0-9.10) eoan; urgency=medium
2756
2757 * Packaging resync (LP: #1786013)
2758 - [Packaging] update helper scripts
2759
2760 * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
2761 - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
2762 - SAUCE: Input: alps - fix a mismatch between a condition check and its
2763 comment
2764
2765 * System does not auto detect disconnection of external monitor (LP: #1835001)
2766 - SAUCE: drm/i915: Add support for retrying hotplug
2767 - SAUCE: drm/i915: Enable hotplug retry
2768
2769 * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
2770 - SAUCE: ALSA: hda/hdmi - Remove duplicated define
2771 - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
2772
2773 * First click on Goodix touchpad doesn't be recognized after runtime suspended
2774 (LP: #1836836)
2775 - SAUCE: i2c: designware: add G3 3590 into i2c quirk
2776
2777 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
2778 (LP: #1836760)
2779 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
2780
2781 * Doing multiple squashfs (and other loop?) mounts in parallel breaks
2782 (LP: #1836914)
2783 - SAUCE: Revert "loop: Don't change loop device under exclusive opener"
2784
2785 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
2786 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
2787 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
2788 - [Config] add hibmc-drm to modules.ignore
2789
2790 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
2791 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
2792
2793 * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
2794 (LP: #1835054)
2795 - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
2796
2797 * Unhide Nvidia HDA audio controller (LP: #1836308)
2798 - PCI: Enable NVIDIA HDA controllers
2799
2800 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
2801 (LP: #1836177)
2802 - e1000e: Make watchdog use delayed work
2803
2804 * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
2805 - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
2806 - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
2807
2808 * Intel ethernet I219 has slow RX speed (LP: #1836152)
2809 - e1000e: add workaround for possible stalled packet
2810 - e1000e: disable force K1-off feature
2811
2812 * bcache: risk of data loss on I/O errors in backing or caching devices
2813 (LP: #1829563)
2814 - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
2815
2816 * bnx2x driver causes 100% CPU load (LP: #1832082)
2817 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
2818
2819 * fcf-protection=none patch with new version
2820 - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags"
2821 - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
2822
2823 * CVE-2019-12614
2824 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
2825
2826 * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
2827 - crypto: lrw - use correct alignmask
2828 - crypto: talitos - rename alternative AEAD algos.
2829 - fscrypt: don't set policy for a dead directory
2830 - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
2831 - media: stv0297: fix frequency range limit
2832 - ALSA: usb-audio: Fix parse of UAC2 Extension Units
2833 - ALSA: hda/realtek - Headphone Mic can't record after S3
2834 - tpm: Actually fail on TPM errors during "get random"
2835 - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
2836 - block: fix .bi_size overflow
2837 - block, bfq: NULL out the bic when it's no longer valid
2838 - perf intel-pt: Fix itrace defaults for perf script
2839 - perf auxtrace: Fix itrace defaults for perf script
2840 - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
2841 - perf pmu: Fix uncore PMU alias list for ARM64
2842 - perf thread-stack: Fix thread stack return from kernel for kernel-only case
2843 - perf header: Assign proper ff->ph in perf_event__synthesize_features()
2844 - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
2845 - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
2846 - Documentation: Add section about CPU vulnerabilities for Spectre
2847 - Documentation/admin: Remove the vsyscall=native documentation
2848 - mwifiex: Don't abort on small, spec-compliant vendor IEs
2849 - USB: serial: ftdi_sio: add ID for isodebug v1
2850 - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
2851 - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
2852 - p54usb: Fix race between disconnect and firmware loading
2853 - usb: gadget: f_fs: data_len used before properly set
2854 - usb: gadget: ether: Fix race between gether_disconnect and rx_submit
2855 - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
2856 - usb: renesas_usbhs: add a workaround for a race condition of workqueue
2857 - drivers/usb/typec/tps6598x.c: fix portinfo width
2858 - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
2859 - p54: fix crash during initialization
2860 - staging: comedi: dt282x: fix a null pointer deref on interrupt
2861 - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
2862 - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()
2863 - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
2864 - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
2865 - HID: Add another Primax PIXART OEM mouse quirk
2866 - lkdtm: support llvm-objcopy
2867 - binder: fix memory leak in error path
2868 - binder: return errors from buffer copy functions
2869 - iio: adc: stm32-adc: add missing vdda-supply
2870 - coresight: Potential uninitialized variable in probe()
2871 - coresight: etb10: Do not call smp_processor_id from preemptible
2872 - coresight: tmc-etr: Do not call smp_processor_id() from preemptible
2873 - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
2874 preemptible
2875 - coresight: tmc-etf: Do not call smp_processor_id from preemptible
2876 - carl9170: fix misuse of device driver API
2877 - Revert "x86/build: Move _etext to actual end of .text"
2878 - VMCI: Fix integer overflow in VMCI handle arrays
2879 - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
2880 - staging: vchiq: make wait events interruptible
2881 - staging: vchiq: revert "switch to wait_for_completion_killable"
2882 - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
2883 - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
2884 - staging: bcm2835-camera: Ensure all buffers are returned on disable
2885 - staging: bcm2835-camera: Remove check of the number of buffers supplied
2886 - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
2887 - staging: rtl8712: reduce stack usage, again
2888 - Linux 5.2.1
2889 - [Config] updateconfigs after v5.2.1 stable update
2890
2891 * fcf-protection=none patch with upstream version
2892 - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags"
2893 - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
2894
2895 * Miscellaneous Ubuntu changes
2896 - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace
2897 function
2898 - SAUCE: selftests/powerpc/ptrace: fix build failure
2899 - update dkms package versions
2900 - [Packaging] add zlua to zfs-modules.ignore
2901 - update dkms package versions
2902
2903 -- Seth Forshee <seth.forshee@canonical.com> Fri, 19 Jul 2019 15:04:45 -0500
2904
2905linux (5.2.0-8.9) eoan; urgency=medium
2906
2907 * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
2908
2909 * Miscellaneous Ubuntu changes
2910 - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
2911 - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on
2912 s390
2913 - SAUCE: add -fcf-protection=none to retpoline flags
2914 - SAUCE: usbip: ensure strings copied using strncpy are null-terminated
2915 - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
2916 - SAUCE: perf jvmti: ensure strncpy result is null-terminated
2917 - update dkms package versions
2918 - add removed zfs modules to modules.ignore
2919
2920 [ Upstream Kernel Changes ]
2921
2922 * Rebase to v5.2
2923
2924 -- Seth Forshee <seth.forshee@canonical.com> Mon, 08 Jul 2019 07:13:41 -0500
2925
2926linux (5.2.0-7.8) eoan; urgency=medium
2927
2928 * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0
2929 kernel (LP: #1829652)
2930 - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
2931
2932 * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
2933 - net: hns3: initialize CPU reverse mapping
2934 - net: hns3: refine the flow director handle
2935 - net: hns3: add aRFS support for PF
2936 - net: hns3: fix for FEC configuration
2937 - RDMA/hns: Remove unnecessary print message in aeq
2938 - RDMA/hns: Update CQE specifications
2939 - RDMA/hns: Move spin_lock_irqsave to the correct place
2940 - RDMA/hns: Remove jiffies operation in disable interrupt context
2941 - RDMA/hns: Replace magic numbers with #defines
2942 - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
2943 - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
2944 - net: hns3: add support for dump firmware statistics by debugfs
2945 - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has
2946 registered
2947 - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has
2948 registered
2949 - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has
2950 registered
2951 - net: hns3: modify hclge_init_client_instance()
2952 - net: hns3: modify hclgevf_init_client_instance()
2953 - net: hns3: add handshake with hardware while doing reset
2954 - net: hns3: stop schedule reset service while unloading driver
2955 - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
2956 - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
2957 - RDMA/hns: Bugfix for posting multiple srq work request
2958 - net: hns3: remove redundant core reset
2959 - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
2960 - net: hns3: fix VLAN filter restore issue after reset
2961 - net: hns3: set the port shaper according to MAC speed
2962 - net: hns3: add a check to pointer in error_detected and slot_reset
2963 - net: hns3: set ops to null when unregister ad_dev
2964 - net: hns3: add handling of two bits in MAC tunnel interrupts
2965 - net: hns3: remove setting bit of reset_requests when handling mac tunnel
2966 interrupts
2967 - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
2968 - net: hns3: delay and separate enabling of NIC and ROCE HW errors
2969 - RDMA/hns: fix inverted logic of readl read and shift
2970 - RDMA/hns: Bugfix for filling the sge of srq
2971 - net: hns3: log detail error info of ROCEE ECC and AXI errors
2972 - net: hns3: fix wrong size of mailbox responding data
2973 - net: hns3: make HW GRO handling compliant with SW GRO
2974 - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
2975 - net: hns3: refactor hns3_get_new_int_gl function
2976 - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
2977 - net: hns3: delete the redundant user NIC codes
2978 - net: hns3: small changes for magic numbers
2979 - net: hns3: use macros instead of magic numbers
2980 - net: hns3: refactor PF/VF RSS hash key configuration
2981 - net: hns3: some modifications to simplify and optimize code
2982 - net: hns3: fix some coding style issues
2983 - net: hns3: delay setting of reset level for hw errors until slot_reset is
2984 called
2985 - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not
2986 require reset
2987 - net: hns3: process H/W errors occurred before HNS dev initialization
2988 - net: hns3: add recovery for the H/W errors occurred before the HNS dev
2989 initialization
2990 - net: hns3: some changes of MSI-X bits in PPU(RCB)
2991 - net: hns3: extract handling of mpf/pf msi-x errors into functions
2992 - net: hns3: clear restting state when initializing HW device
2993 - net: hns3: free irq when exit from abnormal branch
2994 - net: hns3: fix for dereferencing before null checking
2995 - net: hns3: fix for skb leak when doing selftest
2996 - net: hns3: delay ring buffer clearing during reset
2997 - net: hns3: some variable modification
2998 - net: hns3: fix dereference of ae_dev before it is null checked
2999 - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
3000 - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors
3001 - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
3002 - scsi: hisi_sas: Change the type of some numbers to unsigned
3003 - scsi: hisi_sas: Ignore the error code between phy down to phy up
3004 - scsi: hisi_sas: Disable stash for v3 hw
3005 - net: hns3: Add missing newline at end of file
3006 - RDMa/hns: Don't stuck in endless timeout loop
3007
3008 * Sometimes touchpad automatically trigger double click (LP: #1833484)
3009 - SAUCE: i2c: designware: Add disable runtime pm quirk
3010
3011 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
3012 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
3013
3014 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
3015 (LP: #1834479)
3016 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
3017
3018 * Miscellaneous Ubuntu changes
3019 - SAUCE: selftests/powerpc: disable signal_fuzzer test
3020
3021 [ Upstream Kernel Changes ]
3022
3023 * Rebase to v5.2-rc7
3024
3025 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jul 2019 07:22:18 -0500
3026
3027linux (5.2.0-6.7) eoan; urgency=medium
3028
3029 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
3030 - hinic: fix a bug in set rx mode
3031
3032 * Miscellaneous Ubuntu changes
3033 - rebase to v5.2-rc6
3034
3035 [ Upstream Kernel Changes ]
3036
3037 * Rebase to v5.2-rc6
3038
3039 -- Seth Forshee <seth.forshee@canonical.com> Sun, 23 Jun 2019 23:36:11 -0500
3040
3041linux (5.2.0-5.6) eoan; urgency=medium
3042
3043 * QCA9377 isn't being recognized sometimes (LP: #1757218)
3044 - SAUCE: USB: Disable USB2 LPM at shutdown
3045
3046 * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
3047 - SAUCE: shiftfs: allow changing ro/rw for subvolumes
3048
3049 * Miscellaneous Ubuntu changes
3050 - update dkms package versions
3051 - [Packaging] replace nvidia-418 dkms build with nvidia-430
3052 - SAUCE: import aufs driver
3053
3054 [ Upstream Kernel Changes ]
3055
3056 * Rebase to v5.2-rc5
3057
3058 -- Seth Forshee <seth.forshee@canonical.com> Mon, 17 Jun 2019 15:04:12 -0500
3059
3060linux (5.2.0-4.5) eoan; urgency=medium
3061
3062 * arm64: cma_alloc errors at boot (LP: #1823753)
3063 - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
3064 - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
3065 - dma-contiguous: use fallback alloc_pages for single pages
3066 - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
3067 free}_contiguous()
3068
3069 * Miscellaneous Ubuntu changes
3070 - [Config] CONFIG_MFD_TQMX86=n for s390x
3071 - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
3072 - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
3073 - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
3074 - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
3075 - [Config] CONFIG_DRM_NOUVEAU_SVM=n
3076 - [Config] CONFIG_HWMON=n for s390x
3077 - [Config] CONFIG_NEW_LEDS=n for s390x
3078 - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
3079 - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
3080 - [Config] CONFIG_TI_CPSW_PHY_SEL=n
3081 - [Config] CONFIG_INTERCONNECT=n for s390x
3082 - [Config] CONFIG_SCSI_GDTH=n for s390x
3083 - [Config] CONFIG_PACKING=n for s390x
3084 - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
3085 - [Config] update annotations following config review
3086 - update dkms package versions
3087 - [Config] enable nvidia dkms build
3088
3089 [ Upstream Kernel Changes ]
3090
3091 * Rebase to v5.2-rc4
3092
3093 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Jun 2019 07:00:11 -0500
3094
3095linux (5.2.0-3.4) eoan; urgency=medium
3096
3097 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
3098 Ubuntu (LP: #1761379)
3099 - [Packaging] Support building libperf-jvmti.so
3100
3101 * Miscellaneous Ubuntu changes
3102 - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections"
3103 - update dkms package versions
3104 - [Config] enable zfs
3105 - rebase to v5.2-rc3
3106
3107 [ Upstream Kernel Changes ]
3108
3109 * Rebase to v5.2-rc3
3110
3111 -- Seth Forshee <seth.forshee@canonical.com> Sun, 02 Jun 2019 21:48:50 -0500
3112
3113linux (5.2.0-2.3) eoan; urgency=medium
3114
3115 * Miscellaneous Ubuntu changes
3116 - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of
3117 the kernel
3118
3119 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 May 2019 07:12:39 -0500
3120
3121linux (5.2.0-1.2) eoan; urgency=medium
3122
3123 * Miscellaneous Ubuntu changes
3124 - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
3125 - update dkms package versions
3126 - [Config] enable vbox dkms build
3127 - update dkms package versions
3128
3129 [ Upstream Kernel Changes ]
3130
3131 * Rebase to v5.2-rc2
3132
3133 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 May 2019 21:11:27 -0500
3134
3135linux (5.2.0-0.1) eoan; urgency=medium
3136
3137 * Miscellaneous Ubuntu changes
3138 - SAUCE: import aufs driver
3139 - [Packaging] disable ZFS
3140 - [Packaging] disable nvidia
3141 - [Packaging] dkms-build -- expand paths searched for make.log files
3142 - add virtualbox-guest-dkms dkms package build
3143 - enable vbox dkms build for amd64 and i386
3144 - update dkms package versions
3145 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
3146 kernel image
3147 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
3148 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
3149 locked down
3150 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
3151 down
3152 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
3153 reboot
3154 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
3155 KEXEC_SIG_FORCE
3156 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
3157 locked down
3158 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
3159 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
3160 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
3161 down
3162 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
3163 locked down
3164 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
3165 down
3166 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
3167 locked down
3168 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
3169 has been locked down
3170 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
3171 locked down
3172 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
3173 locked down
3174 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
3175 down
3176 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
3177 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
3178 parameters (eg. ioport)
3179 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
3180 - SAUCE: (efi-lockdown) Lock down /proc/kcore
3181 - SAUCE: (efi-lockdown) Lock down kprobes
3182 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
3183 kernel is locked down
3184 - SAUCE: (efi-lockdown) Lock down perf
3185 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
3186 down
3187 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
3188 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
3189 when locked down
3190 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
3191 that aren't present.
3192 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
3193 efi_status_to_err().
3194 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
3195 error messages.
3196 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
3197 boot mode
3198 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
3199 mode
3200 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
3201 signature verify
3202 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
3203 defined
3204 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
3205 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
3206 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
3207 Secure Boot mode
3208 - update dkms package versions
3209 - [Config] disable vbox build
3210 - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
3211 __always_inline
3212 - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
3213
3214 [ Upstream Kernel Changes ]
3215
3216 * Rebase to v5.2-rc1
3217
3218 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 11:18:43 -0500
3219
3220linux (5.2.0-0.0) eoan; urgency=medium
3221
3222 * Dummy entry.
3223
3224 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 07:34:43 -0500
3225
3226linux (5.1.0-2.2) eoan; urgency=medium
3227
3228 * Packaging resync (LP: #1786013)
3229 - [Packaging] resync git-ubuntu-log
3230
3231 * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
3232 - x86/msr-index: Cleanup bit defines
3233 - x86/speculation: Consolidate CPU whitelists
3234 - x86/speculation/mds: Add basic bug infrastructure for MDS
3235 - x86/speculation/mds: Add BUG_MSBDS_ONLY
3236 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
3237 - x86/speculation/mds: Add mds_clear_cpu_buffers()
3238 - x86/speculation/mds: Clear CPU buffers on exit to user
3239 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
3240 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
3241 - x86/speculation/mds: Add mitigation control for MDS
3242 - x86/speculation/mds: Add sysfs reporting for MDS
3243 - x86/speculation/mds: Add mitigation mode VMWERV
3244 - Documentation: Move L1TF to separate directory
3245 - Documentation: Add MDS vulnerability documentation
3246 - x86/speculation/mds: Add mds=full,nosmt cmdline option
3247 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
3248 - x86/speculation/mds: Add SMT warning message
3249 - x86/speculation/mds: Fix comment
3250 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
3251 - cpu/speculation: Add 'mitigations=' cmdline option
3252 - x86/speculation: Support 'mitigations=' cmdline option
3253 - powerpc/speculation: Support 'mitigations=' cmdline option
3254 - s390/speculation: Support 'mitigations=' cmdline option
3255 - x86/speculation/mds: Add 'mitigations=' support for MDS
3256 - x86/mds: Add MDSUM variant to the MDS documentation
3257 - Documentation: Correct the possible MDS sysfs values
3258 - x86/speculation/mds: Fix documentation typo
3259 - Linux 5.1.2
3260
3261 * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
3262 - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
3263 - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
3264 - staging: greybus: power_supply: fix prop-descriptor request size
3265 - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
3266 - staging: most: cdev: fix chrdev_region leak in mod_exit
3267 - staging: most: sound: pass correct device when creating a sound card
3268 - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
3269 - usb: dwc3: Fix default lpm_nyet_threshold value
3270 - USB: serial: f81232: fix interrupt worker not stop
3271 - USB: cdc-acm: fix unthrottle races
3272 - usb-storage: Set virt_boundary_mask to avoid SG overflows
3273 - genirq: Prevent use-after-free and work list corruption
3274 - intel_th: pci: Add Comet Lake support
3275 - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
3276 - cpufreq: armada-37xx: fix frequency calculation for opp
3277 - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for
3278 hibernate
3279 - soc: sunxi: Fix missing dependency on REGMAP_MMIO
3280 - scsi: lpfc: change snprintf to scnprintf for possible overflow
3281 - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
3282 - scsi: qla2xxx: Set remote port devloss timeout to 0
3283 - scsi: qla2xxx: Fix device staying in blocked state
3284 - Bluetooth: hidp: fix buffer overflow
3285 - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
3286 - Bluetooth: Fix not initializing L2CAP tx_credits
3287 - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
3288 - UAS: fix alignment of scatter/gather segments
3289 - ASoC: Intel: avoid Oops if DMA setup fails
3290 - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
3291 - locking/futex: Allow low-level atomic operations to return -EAGAIN
3292 - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
3293 - Linux 5.1.1
3294
3295 * shiftfs: lock security sensitive superblock flags (LP: #1827122)
3296 - SAUCE: shiftfs: lock down certain superblock flags
3297
3298 * Please package libbpf (which is done out of the kernel src) in Debian [for
3299 19.10] (LP: #1826410)
3300 - SAUCE: tools -- fix add ability to disable libbfd
3301
3302 * ratelimit cma_alloc messages (LP: #1828092)
3303 - SAUCE: cma: ratelimit cma_alloc error messages
3304
3305 * Headphone jack switch sense is inverted: plugging in headphones disables
3306 headphone output (LP: #1824259)
3307 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
3308
3309 * There are 4 HDMI/Displayport audio output listed in sound setting without
3310 attach any HDMI/DP monitor (LP: #1827967)
3311 - ALSA: hda/hdmi - Read the pin sense from register when repolling
3312 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
3313
3314 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
3315 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
3316
3317 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
3318 Checking for all LINUX clients for devops4p10 (LP: #1766201)
3319 - SAUCE: integrity: downgrade error to warning
3320
3321 * linux-buildinfo: pull out ABI information into its own package
3322 (LP: #1806380)
3323 - [Packaging] autoreconstruct -- base tag is always primary mainline version
3324
3325 * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update
3326 (LP: #1825210)
3327 - vbox-update: updates for renamed makefiles
3328 - ubuntu: vbox -- update to 6.0.6-dfsg-1
3329
3330 * autofs kernel module missing (LP: #1824333)
3331 - [Config] Update autofs4 path in inclusion list
3332
3333 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
3334 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
3335
3336 * CVE-2019-3874
3337 - sctp: implement memory accounting on tx path
3338 - sctp: implement memory accounting on rx path
3339
3340 * apparmor does not start in Disco LXD containers (LP: #1824812)
3341 - SAUCE: shiftfs: use separate llseek method for directories
3342
3343 * Miscellaneous Ubuntu changes
3344 - [Packaging] autoreconstruct -- remove for -rc kernels
3345 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
3346 defined
3347 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
3348 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
3349 - [Config] (efi-lockdown): update configs after efi lockdown patch refresh
3350 - [Packaging] don't delete efi_parser.c
3351 - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
3352 - ubuntu: vbox -- update to 6.0.6-dfsg-2
3353 - add nvidia-418 dkms build
3354 - remove virtualbox guest drivers
3355 - [Packaging] dkms-build -- expand paths searched for make.log files
3356 - add virtualbox-guest-dkms dkms package build
3357 - enable vbox dkms build for amd64 and i386
3358 - [Config] update configs for v5.1(-rc7)? rebase
3359 - update dkms package versions
3360 - Add the ability to lock down access to the running kernel image
3361 - Enforce module signatures if the kernel is locked down
3362 - Restrict /dev/{mem,kmem,port} when the kernel is locked down
3363 - kexec_load: Disable at runtime if the kernel is locked down
3364 - Copy secure_boot flag in boot params across kexec reboot
3365 - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
3366 - kexec_file: Restrict at runtime if the kernel is locked down
3367 - hibernate: Disable when the kernel is locked down
3368 - uswsusp: Disable when the kernel is locked down
3369 - PCI: Lock down BAR access when the kernel is locked down
3370 - x86: Lock down IO port access when the kernel is locked down
3371 - x86/msr: Restrict MSR access when the kernel is locked down
3372 - ACPI: Limit access to custom_method when the kernel is locked down
3373 - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
3374 - acpi: Disable ACPI table override if the kernel is locked down
3375 - acpi: Disable APEI error injection if the kernel is locked down
3376 - Prohibit PCMCIA CIS storage when the kernel is locked down
3377 - Lock down TIOCSSERIAL
3378 - Lock down module params that specify hardware parameters (eg. ioport)
3379 - x86/mmiotrace: Lock down the testmmiotrace module
3380 - Lock down /proc/kcore
3381 - Lock down kprobes
3382 - bpf: Restrict kernel image access functions when the kernel is locked down
3383 - Lock down perf
3384 - debugfs: Restrict debugfs when the kernel is locked down
3385 - lockdown: Print current->comm in restriction messages
3386 - kexec: Allow kexec_file() with appropriate IMA policy when locked down
3387 - Make get_cert_list() not complain about cert lists that aren't present.
3388 - Add efi_status_to_str() and rework efi_status_to_err().
3389 - Make get_cert_list() use efi_status_to_str() to print error messages.
3390 - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
3391 - efi: Lock down the kernel if booted in secure boot mode
3392 - KEYS: Make use of platform keyring for module signature verify
3393
3394 * Miscellaneous upstream changes
3395 - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)
3396
3397 -- Seth Forshee <seth.forshee@canonical.com> Tue, 14 May 2019 12:32:56 -0500
3398
3399linux (5.1.0-1.1) eoan; urgency=medium
3400
3401 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
3402 - [Packaging]: really drop snapdragon
3403
3404 * Miscellaneous Ubuntu changes
3405 - SAUCE: fix vbox use of MAP_SHARED
3406 - SAUCE: fix vbox use of vm_fault_t
3407 - [Packaging] disable ZFS
3408 - [Packaging] disable nvidia
3409 - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
3410 - [Config]: updateconfig after rebase to v5.1-rc
3411 - [Config]: build ETNAVIV only on arm platforms
3412 - [Config]: Disable CMA on non-arm platforms
3413 - [Config]: MMC_CQHCI is needed by some built-in drivers
3414 - [Config]: a.out support has been deprecated
3415 - [Config]: R3964 was marked as BROKEN
3416 - [Config]: Add SENSIRION_SGP30 module
3417
3418 * Miscellaneous upstream changes
3419 - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search
3420 path"
3421 - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"
3422
3423 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 10:03:25 -0300
3424
3425linux (5.1.0-0.0) eoan; urgency=medium
3426
3427 * Dummy entry.
3428
3429 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 09:49:47 -0300
3430
3431linux (5.0.0-13.14) disco; urgency=medium
3432
3433 * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
3434
3435 * Display only has 640x480 (LP: #1824677)
3436 - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default"
3437
3438 * shiftfs: use after free when checking mount options (LP: #1824735)
3439 - SAUCE: shiftfs: prevent use-after-free when verifying mount options
3440
3441 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Apr 2019 09:11:23 -0500
3442
3443linux (5.0.0-12.13) disco; urgency=medium
3444
3445 * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
3446
3447 * Linux 5.0 black screen on boot, display flickers (i915 regression with
3448 certain laptop panels) (LP: #1824216)
3449 - drm/i915/dp: revert back to max link rate and lane count on eDP
3450
3451 * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
3452 - SAUCE: shiftfs: fix passing of attrs to underaly for setattr
3453
3454 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Apr 2019 13:38:05 -0500
3455
3456linux (5.0.0-11.12) disco; urgency=medium
3457
3458 * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
3459
3460 * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
3461 (LP: #1824194)
3462 - net: hns3: fix for not calculating tx bd num correctly
3463
3464 * disco: unable to use iptables/enable ufw under -virtual kernel
3465 (LP: #1823862)
3466 - [Packaging] add bpfilter to linux-modules
3467
3468 * Make shiftfs a module rather than built-in (LP: #1824354)
3469 - [Config] CONFIG_SHIFT_FS=m
3470
3471 * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
3472 - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
3473
3474 * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063)
3475 - [Packaging] bind hv_kvp_daemon startup to hv_kvp device
3476
3477 -- Seth Forshee <seth.forshee@canonical.com> Thu, 11 Apr 2019 10:17:19 -0500
3478
3479linux (5.0.0-10.11) disco; urgency=medium
3480
3481 * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
3482
3483 * Apparmor enforcement failure in lxc selftests (LP: #1823379)
3484 - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
3485
3486 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
3487 6db23a14" on Cosmic i386 (LP: #1813244)
3488 - openvswitch: fix flow actions reallocation
3489
3490 -- Seth Forshee <seth.forshee@canonical.com> Tue, 09 Apr 2019 08:30:38 -0500
3491
3492linux (5.0.0-9.10) disco; urgency=medium
3493
3494 * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
3495
3496 * Packaging resync (LP: #1786013)
3497 - [Packaging] resync git-ubuntu-log
3498 - [Packaging] update helper scripts
3499 - [Packaging] resync retpoline extraction
3500
3501 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
3502 - net-next/hinic: replace disable_irq_nosync/enable_irq
3503
3504 * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
3505 - shiftfs: uid/gid shifting bind mount
3506 - shiftfs: rework and extend
3507 - shiftfs: support some btrfs ioctls
3508 - [Config] enable shiftfs
3509
3510 * Cannot boot or install - have to use nomodeset (LP: #1821820)
3511 - Revert "drm/i915/fbdev: Actually configure untiled displays"
3512
3513 * Disco update: v5.0.6 upstream stable release (LP: #1823060)
3514 - netfilter: nf_tables: fix set double-free in abort path
3515 - dccp: do not use ipv6 header for ipv4 flow
3516 - genetlink: Fix a memory leak on error path
3517 - gtp: change NET_UDP_TUNNEL dependency to select
3518 - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
3519 - mac8390: Fix mmio access size probe
3520 - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
3521 - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
3522 - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
3523 - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
3524 - net: phy: meson-gxl: fix interrupt support
3525 - net: rose: fix a possible stack overflow
3526 - net: stmmac: fix memory corruption with large MTUs
3527 - net-sysfs: call dev_hold if kobject_init_and_add success
3528 - net: usb: aqc111: Extend HWID table by QNAP device
3529 - packets: Always register packet sk in the same order
3530 - rhashtable: Still do rehash when we get EEXIST
3531 - sctp: get sctphdr by offset in sctp_compute_cksum
3532 - sctp: use memdup_user instead of vmemdup_user
3533 - tcp: do not use ipv6 header for ipv4 flow
3534 - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
3535 - tipc: change to check tipc_own_id to return in tipc_net_stop
3536 - tipc: fix cancellation of topology subscriptions
3537 - tun: properly test for IFF_UP
3538 - vrf: prevent adding upper devices
3539 - vxlan: Don't call gro_cells_destroy() before device is unregistered
3540 - thunderx: enable page recycling for non-XDP case
3541 - thunderx: eliminate extra calls to put_page() for pages held for recycling
3542 - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
3543 - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t()
3544 helper
3545 - net: phy: don't clear BMCR in genphy_soft_reset
3546 - r8169: fix cable re-plugging issue
3547 - ila: Fix rhashtable walker list corruption
3548 - tun: add a missing rcu_read_unlock() in error path
3549 - powerpc/fsl: Fix the flush of branch predictor.
3550 - Btrfs: fix incorrect file size after shrinking truncate and fsync
3551 - btrfs: remove WARN_ON in log_dir_items
3552 - btrfs: don't report readahead errors and don't update statistics
3553 - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
3554 - btrfs: Avoid possible qgroup_rsv_size overflow in
3555 btrfs_calculate_inode_block_rsv_size
3556 - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
3557 - locks: wake any locks blocked on request before deadlock check
3558 - tracing: initialize variable in create_dyn_event()
3559 - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
3560 - powerpc: bpf: Fix generation of load/store DW instructions
3561 - vfio: ccw: only free cp on final interrupt
3562 - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
3563 - NFS: fix mount/umount race in nlmclnt.
3564 - NFSv4.1 don't free interrupted slot on open
3565 - net: dsa: qca8k: remove leftover phy accessors
3566 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
3567 - ALSA: seq: oss: Fix Spectre v1 vulnerability
3568 - ALSA: pcm: Fix possible OOB access in PCM oss plugins
3569 - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
3570 - ALSA: hda/realtek - Fixed Headset Mic JD not stable
3571 - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook
3572 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
3573 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
3574 - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
3575 - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286
3576 - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic
3577 - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256
3578 - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
3579 - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256
3580 - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops
3581 - kbuild: modversions: Fix relative CRC byte order interpretation
3582 - fs/open.c: allow opening only regular files during execve()
3583 - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
3584 - scsi: sd: Fix a race between closing an sd device and sd I/O
3585 - scsi: sd: Quiesce warning if device does not report optimal I/O size
3586 - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
3587 - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP
3588 devices
3589 - drm/rockchip: vop: reset scale mode when win is disabled
3590 - tty/serial: atmel: Add is_half_duplex helper
3591 - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
3592 - tty: mxs-auart: fix a potential NULL pointer dereference
3593 - tty: atmel_serial: fix a potential NULL pointer dereference
3594 - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup
3595 - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
3596 - staging: olpc_dcon_xo_1: add missing 'const' qualifier
3597 - staging: speakup_soft: Fix alternate speech with other synths
3598 - staging: vt6655: Remove vif check from vnt_interrupt
3599 - staging: vt6655: Fix interrupt race condition on device start up.
3600 - staging: erofs: fix to handle error path of erofs_vmap()
3601 - staging: erofs: fix error handling when failed to read compresssed data
3602 - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()
3603 - serial: max310x: Fix to avoid potential NULL pointer dereference
3604 - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
3605 - serial: sh-sci: Fix setting SCSCR_TIE while transferring data
3606 - USB: serial: cp210x: add new device id
3607 - USB: serial: ftdi_sio: add additional NovaTech products
3608 - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
3609 - USB: serial: option: set driver_info for SIM5218 and compatibles
3610 - USB: serial: option: add support for Quectel EM12
3611 - USB: serial: option: add Olicard 600
3612 - ACPI / CPPC: Fix guaranteed performance handling
3613 - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
3614 - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
3615 - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
3616 - blk-mq: fix sbitmap ws_active for shared tags
3617 - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency
3618 - cpufreq: scpi: Fix use after free
3619 - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
3620 - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
3621 - drm/i915: Mark AML 0x87CA as ULX
3622 - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
3623 - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
3624 - gpio: exar: add a check for the return value of ida_simple_get fails
3625 - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
3626 - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
3627 - usb: mtu3: fix EXTCON dependency
3628 - USB: gadget: f_hid: fix deadlock in f_hidg_write()
3629 - usb: common: Consider only available nodes for dr_mode
3630 - mm/memory.c: fix modifying of page protection by insert_pfn()
3631 - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
3632 - xhci: Fix port resume done detection for SS ports with LPM enabled
3633 - usb: xhci: dbc: Don't free all memory with spinlock held
3634 - xhci: Don't let USB3 ports stuck in polling state prevent suspend
3635 - usb: cdc-acm: fix race during wakeup blocking TX traffic
3636 - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
3637 - usb: typec: Fix unchecked return value
3638 - mm/hotplug: fix offline undo_isolate_page_range()
3639 - mm: add support for kmem caches in DMA32 zone
3640 - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging
3641 - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
3642 - mm/debug.c: fix __dump_page when mapping->host is not set
3643 - mm/memory_hotplug.c: fix notification in offline error path
3644 - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
3645 - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
3646 - perf pmu: Fix parser error for uncore event alias
3647 - perf intel-pt: Fix TSC slip
3648 - objtool: Query pkg-config for libelf location
3649 - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
3650 - powerpc/64: Fix memcmp reading past the end of src/dest
3651 - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
3652 - watchdog: Respect watchdog cpumask on CPU hotplug
3653 - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
3654 - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
3655 - KVM: Reject device ioctls from processes other than the VM's creator
3656 - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
3657 - KVM: x86: update %rip after emulating IO
3658 - bpf: do not restore dst_reg when cur_state is freed
3659 - mt76x02u: use usb_bulk_msg to upload firmware
3660 - Linux 5.0.6
3661
3662 * RDMA/hns updates for disco (LP: #1822897)
3663 - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
3664 - RDMA/hns: Bugfix for the scene without receiver queue
3665 - RDMA/hns: Add constraint on the setting of local ACK timeout
3666 - RDMA/hns: Modify the pbl ba page size for hip08
3667 - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
3668 - RDMA/hns: Add the process of AEQ overflow for hip08
3669 - RDMA/hns: Add SCC context allocation support for hip08
3670 - RDMA/hns: Add SCC context clr support for hip08
3671 - RDMA/hns: Add timer allocation support for hip08
3672 - RDMA/hns: Remove set but not used variable 'rst'
3673 - RDMA/hns: Make some function static
3674 - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
3675 - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
3676 - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
3677 - RDMA/hns: Limit minimum ROCE CQ depth to 64
3678 - RDMA/hns: Fix the state of rereg mr
3679 - RDMA/hns: Set allocated memory to zero for wrid
3680 - RDMA/hns: Delete useful prints for aeq subtype event
3681 - RDMA/hns: Configure capacity of hns device
3682 - RDMA/hns: Modify qp&cq&pd specification according to UM
3683 - RDMA/hns: Bugfix for set hem of SCC
3684 - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
3685
3686 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
3687 - Set +x on rebuild testcase.
3688 - Skip rebuild test, for regression-suite deps.
3689 - Make ubuntu-regression-suite skippable on unbootable kernels.
3690 - make rebuild use skippable error codes when skipping.
3691 - Only run regression-suite, if requested to.
3692
3693 * touchpad not working on lenovo yoga 530 (LP: #1787775)
3694 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
3695 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
3696 - i2c: add extra check to safe DMA buffer helper
3697 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
3698 - [Config] Update config for AMD MP2 I2C driver
3699
3700 * Detect SMP PHY control command errors (LP: #1822680)
3701 - scsi: libsas: Check SMP PHY control function result
3702
3703 * disable a.out support (LP: #1818552)
3704 - [Config] Disable a.out support
3705 - [Config] remove binfmt_aout from abi for i386 lowlatency
3706
3707 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
3708 - [Packaging] remove snapdragon flavour support
3709 - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under
3710 CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
3711 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt
3712 addr == default addr"
3713 - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse
3714 Generator binding"
3715 - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control
3716 Interface driver"
3717 - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for
3718 Qualcomm Camera Control Interface driver"
3719 - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG"
3720 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on
3721 interrupts for EDID parsing"
3722 - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of
3723 HPD interrupt status"
3724 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address"
3725 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug"
3726 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion
3727 timeout"
3728 - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are
3729 present"
3730 - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control
3731 Interface driver"
3732 - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
3733 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
3734 REGULATOR_QCOM_SMD_RPM=m"
3735 - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt-
3736 platdev blacklist"
3737 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp
3738 regulator for device"
3739 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator
3740 without opp_list"
3741 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
3742 dev_pm_opp_adjust_voltage()"
3743 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages
3744 at runtime"
3745 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner
3746 operations"
3747 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq-
3748 dt"
3749 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
3750 reg_sequence structures"
3751 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for
3752 qfprom"
3753 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core
3754 Power Reduction)"
3755 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put
3756 calls in map/unmap"
3757 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG"
3758 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP
3759 congestion algorithm"
3760 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and
3761 'fq_codel' qdiscs"
3762 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
3763 'schedutil' CPUfreq governor"
3764 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in
3765 distro.config"
3766 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
3767 CONFIG_USB_CONFIGFS_F_FS by default"
3768 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs"
3769 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers"
3770 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and
3771 DIGITAL_TV"
3772 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net
3773 drivers"
3774 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD"
3775 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
3776 CFG80211_DEFAULT_PS by default"
3777 - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be
3778 compiled-in"
3779 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and
3780 dm_crypt"
3781 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and
3782 avs"
3783 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus"
3784 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug
3785 friendly USB network adpater"
3786 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx"
3787 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config"
3788 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio
3789 drivers for APQ8016 and DB410c"
3790 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC"
3791 - [Config] fix abi for remove i2c-qcom-cci module
3792 - [Config] update annotations
3793 - [Config] update configs following snapdragon removal
3794
3795 * Disco update: v5.0.5 upstream stable release (LP: #1822671)
3796 - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec"
3797 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
3798 - ALSA: firewire-motu: use 'version' field of unit directory to identify model
3799 - mmc: pxamci: fix enum type confusion
3800 - mmc: alcor: fix DMA reads
3801 - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
3802 - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
3803 - drm/amdgpu: fix invalid use of change_bit
3804 - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
3805 - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
3806 - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
3807 - iommu/iova: Fix tracking of recently failed iova address
3808 - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
3809 - udf: Fix crash on IO error during truncate
3810 - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
3811 - MIPS: Ensure ELF appended dtb is relocated
3812 - MIPS: Fix kernel crash for R6 in jump label branch function
3813 - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
3814 - powerpc/security: Fix spectre_v2 reporting
3815 - net/mlx5: Fix DCT creation bad flow
3816 - scsi: core: Avoid that a kernel warning appears during system resume
3817 - scsi: qla2xxx: Fix FC-AL connection target discovery
3818 - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
3819 - scsi: ibmvscsi: Fix empty event pool access during host removal
3820 - futex: Ensure that futex address is aligned in handle_futex_death()
3821 - perf probe: Fix getting the kernel map
3822 - objtool: Move objtool_file struct off the stack
3823 - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
3824 - clocksource/drivers/riscv: Fix clocksource mask
3825 - ALSA: ac97: Fix of-node refcount unbalance
3826 - ext4: fix NULL pointer dereference while journal is aborted
3827 - ext4: fix data corruption caused by unaligned direct AIO
3828 - ext4: brelse all indirect buffer in ext4_ind_remove_space()
3829 - media: v4l2-ctrls.c/uvc: zero v4l2_event
3830 - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
3831 - Bluetooth: Fix decrementing reference count twice in releasing socket
3832 - Bluetooth: hci_ldisc: Initialize hci_dev before open()
3833 - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
3834 hci_uart_set_proto()
3835 - drm/vkms: Fix flush_work() without INIT_WORK().
3836 - RDMA/cma: Rollback source IP address if failing to acquire device
3837 - f2fs: fix to avoid deadlock of atomic file operations
3838 - aio: simplify - and fix - fget/fput for io_submit()
3839 - netfilter: ebtables: remove BUGPRINT messages
3840 - loop: access lo_backing_file only when the loop device is Lo_bound
3841 - x86/unwind: Handle NULL pointer calls better in frame unwinder
3842 - x86/unwind: Add hardcoded ORC entry for NULL
3843 - locking/lockdep: Add debug_locks check in __lock_downgrade()
3844 - ALSA: hda - Record the current power state before suspend/resume calls
3845 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
3846 - Linux 5.0.5
3847
3848 * hisi_sas updates for disco (LP: #1822385)
3849 - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
3850 - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
3851 - scsi: hisi_sas: remove the check of sas_dev status in
3852 hisi_sas_I_T_nexus_reset()
3853 - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()
3854 - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
3855 - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
3856 - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
3857 - scsi: hisi_sas: Some misc tidy-up
3858 - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd
3859 - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()
3860 - scsi: hisi_sas: Add support for DIX feature for v3 hw
3861 - scsi: hisi_sas: Add manual trigger for debugfs dump
3862 - scsi: hisi_sas: change queue depth from 512 to 4096
3863 - scsi: hisi_sas: Issue internal abort on all relevant queues
3864 - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental
3865 - scsi: hisi_sas: Do some more tidy-up
3866 - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
3867 - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
3868 - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
3869 - scsi: hisi_sas: Set PHY linkrate when disconnected
3870 - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP
3871 target port
3872 - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of
3873 HiLink
3874 - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
3875
3876 * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
3877 (LP: #1822267)
3878 - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
3879 - drm/amdgpu/psp: ignore psp response status
3880
3881 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
3882 triggers system hang on i386 (LP: #1812845)
3883 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
3884
3885 * enable CONFIG_DRM_BOCHS (LP: #1795857)
3886 - [Config] Reenable DRM_BOCHS as module
3887
3888 * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or
3889 cannot complete install when nouveau driver is loaded (crashing in GP100
3890 code) (LP: #1822026)
3891 - SAUCE: drm/nouveau: Disable nouveau driver by default
3892
3893 * Need to add Intel CML related pci-id's (LP: #1821863)
3894 - drm/i915/cml: Add CML PCI IDS
3895 - drm/i915/cml: Introduce Comet Lake PCH
3896
3897 * ARM: Add support for the SDEI interface (LP: #1822005)
3898 - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
3899 - ACPI / APEI: Remove silent flag from ghes_read_estatus()
3900 - ACPI / APEI: Switch estatus pool to use vmalloc memory
3901 - ACPI / APEI: Make hest.c manage the estatus memory pool
3902 - ACPI / APEI: Make estatus pool allocation a static size
3903 - ACPI / APEI: Don't store CPER records physical address in struct ghes
3904 - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
3905 - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
3906 - ACPI / APEI: Generalise the estatus queue's notify code
3907 - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
3908 - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
3909 - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
3910 - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
3911 - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
3912 - ACPI / APEI: Move locking to the notification helper
3913 - ACPI / APEI: Let the notification helper specify the fixmap slot
3914 - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
3915 - ACPI / APEI: Make GHES estatus header validation more user friendly
3916 - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
3917 - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
3918 - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
3919 - firmware: arm_sdei: Add ACPI GHES registration helper
3920 - ACPI / APEI: Add support for the SDEI GHES Notification type
3921
3922 * CVE-2019-9857
3923 - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
3924
3925 * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
3926 discovery (LP: #1821408)
3927 - scsi: libsas: Support SATA PHY connection rate unmatch fixing during
3928 discovery
3929
3930 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
3931 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
3932
3933 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
3934 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
3935
3936 * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
3937 - HID: Increase maximum report size allowed by hid_field_extract()
3938
3939 * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
3940 - cifs: allow guest mounts to work for smb3.11
3941 - SMB3: Fix SMB3.1.1 guest mounts to Samba
3942
3943 * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
3944 - ACPI / CPPC: Add a helper to get desired performance
3945 - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
3946
3947 * Disco update: v5.0.4 upstream stable release (LP: #1821607)
3948 - 9p: use inode->i_lock to protect i_size_write() under 32-bit
3949 - 9p/net: fix memory leak in p9_client_create
3950 - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
3951 - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
3952 - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
3953 - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
3954 - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
3955 - mei: hbm: clean the feature flags on link reset
3956 - mei: bus: move hw module get/put to probe/release
3957 - stm class: Prevent division by zero
3958 - stm class: Fix an endless loop in channel allocation
3959 - crypto: caam - fix hash context DMA unmap size
3960 - crypto: ccree - fix missing break in switch statement
3961 - crypto: caam - fixed handling of sg list
3962 - crypto: caam - fix DMA mapping of stack memory
3963 - crypto: ccree - fix free of unallocated mlli buffer
3964 - crypto: ccree - unmap buffer before copying IV
3965 - crypto: ccree - don't copy zero size ciphertext
3966 - crypto: cfb - add missing 'chunksize' property
3967 - crypto: cfb - remove bogus memcpy() with src == dest
3968 - crypto: ofb - fix handling partial blocks and make thread-safe
3969 - crypto: ahash - fix another early termination in hash walk
3970 - crypto: rockchip - fix scatterlist nents error
3971 - crypto: rockchip - update new iv to device in multiple operations
3972 - dax: Flush partial PMDs correctly
3973 - nfit: Fix nfit_intel_shutdown_status() command submission
3974 - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
3975 - acpi/nfit: Fix bus command validation
3976 - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
3977 - nfit/ars: Attempt short-ARS even in the no_init_ars case
3978 - libnvdimm/label: Clear 'updating' flag after label-set update
3979 - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
3980 - libnvdimm/pmem: Honor force_raw for legacy pmem regions
3981 - libnvdimm: Fix altmap reservation size calculation
3982 - fix cgroup_do_mount() handling of failure exits
3983 - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
3984 - crypto: aegis - fix handling chunked inputs
3985 - crypto: arm/crct10dif - revert to C code for short inputs
3986 - crypto: arm64/aes-neonbs - fix returning final keystream block
3987 - crypto: arm64/crct10dif - revert to C code for short inputs
3988 - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
3989 - crypto: morus - fix handling chunked inputs
3990 - crypto: pcbc - remove bogus memcpy()s with src == dest
3991 - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
3992 - crypto: testmgr - skip crc32c context test for ahash algorithms
3993 - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
3994 - crypto: x86/aesni-gcm - fix crash on empty plaintext
3995 - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
3996 - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
3997 - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
3998 - CIFS: Fix leaking locked VFS cache pages in writeback retry
3999 - CIFS: Do not reset lease state to NONE on lease break
4000 - CIFS: Do not skip SMB2 message IDs on send failures
4001 - CIFS: Fix read after write for files with read caching
4002 - smb3: make default i/o size for smb3 mounts larger
4003 - tracing: Use strncpy instead of memcpy for string keys in hist triggers
4004 - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
4005 - tracing/perf: Use strndup_user() instead of buggy open-coded version
4006 - vmw_balloon: release lock on error in vmballoon_reset()
4007 - xen: fix dom0 boot on huge systems
4008 - ACPI / device_sysfs: Avoid OF modalias creation for removed device
4009 - mmc: sdhci-esdhc-imx: fix HS400 timing issue
4010 - mmc: renesas_sdhi: Fix card initialization failure in high speed mode
4011 - mmc:fix a bug when max_discard is 0
4012 - spi: ti-qspi: Fix mmap read when more than one CS in use
4013 - spi: pxa2xx: Setup maximum supported DMA transfer length
4014 - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
4015 - spi: spi-gpio: fix SPI_CS_HIGH capability
4016 - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
4017 - regulator: max77620: Initialize values for DT properties
4018 - regulator: s2mpa01: Fix step values for some LDOs
4019 - mt76: fix corrupted software generated tx CCMP PN
4020 - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR
4021 - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown
4022 - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
4023 instability
4024 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
4025 - s390/setup: fix early warning messages
4026 - s390/virtio: handle find on invalid queue gracefully
4027 - scsi: virtio_scsi: don't send sc payload with tmfs
4028 - scsi: aacraid: Fix performance issue on logical drives
4029 - scsi: sd: Optimal I/O size should be a multiple of physical block size
4030 - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
4031 - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
4032 - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not
4033 supported
4034 - scsi: qla2xxx: Use complete switch scan for RSCN events
4035 - fs/devpts: always delete dcache dentry-s in dput()
4036 - splice: don't merge into linked buffers
4037 - ovl: During copy up, first copy up data and then xattrs
4038 - ovl: Do not lose security.capability xattr over metadata file copy-up
4039 - m68k: Add -ffreestanding to CFLAGS
4040 - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
4041 - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
4042 - btrfs: scrub: fix circular locking dependency warning
4043 - btrfs: drop the lock on error in btrfs_dev_replace_cancel
4044 - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
4045 - btrfs: init csum_list before possible free
4046 - Btrfs: fix corruption reading shared and compressed extents after hole
4047 punching
4048 - Btrfs: fix deadlock between clone/dedupe and rename
4049 - soc: qcom: rpmh: Avoid accessing freed memory from batch API
4050 - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
4051 - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
4052 - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code
4053 - x86/kprobes: Prohibit probing on optprobe template code
4054 - cpufreq: kryo: Release OPP tables on module removal
4055 - cpufreq: tegra124: add missing of_node_put()
4056 - cpufreq: pxa2xx: remove incorrect __init annotation
4057 - ext4: fix check of inode in swap_inode_boot_loader
4058 - ext4: cleanup pagecache before swap i_data
4059 - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
4060 - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
4061 - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
4062 - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
4063 - nvmem: core: don't check the return value of notifier chain call
4064 - device property: Fix the length used in PROPERTY_ENTRY_STRING()
4065 - intel_th: Don't reference unassigned outputs
4066 - parport_pc: fix find_superio io compare code, should use equal test.
4067 - i2c: tegra: fix maximum transfer size
4068 - i2c: tegra: update maximum transfer size
4069 - media: i2c: ov5640: Fix post-reset delay
4070 - gpio: pca953x: Fix dereference of irq data in shutdown
4071 - ext4: update quota information while swapping boot loader inode
4072 - ext4: add mask of ext4 flags to swap
4073 - ext4: fix crash during online resizing
4074 - dma: Introduce dma_max_mapping_size()
4075 - swiotlb: Introduce swiotlb_max_mapping_size()
4076 - swiotlb: Add is_swiotlb_active() function
4077 - PCI/ASPM: Use LTR if already enabled by platform
4078 - PCI/DPC: Fix print AER status in DPC event handling
4079 - PCI: qcom: Don't deassert reset GPIO during probe
4080 - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
4081 - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
4082 - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
4083 - IB/hfi1: Close race condition on user context disable and close
4084 - IB/rdmavt: Fix loopback send with invalidate ordering
4085 - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
4086 - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
4087 - ext2: Fix underflow in ext2_max_size()
4088 - clk: uniphier: Fix update register for CPU-gear
4089 - clk: clk-twl6040: Fix imprecise external abort for pdmclk
4090 - clk: samsung: exynos5: Fix possible NULL pointer exception on
4091 platform_device_alloc() failure
4092 - clk: samsung: exynos5: Fix kfree() of const memory on setting
4093 driver_override
4094 - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
4095 - clk: ingenic: Fix doc of ingenic_cgu_div_info
4096 - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
4097 - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
4098 - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
4099 - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
4100 - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
4101 - serial: 8250_pci: Fix number of ports for ACCES serial cards
4102 - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954
4103 chip use the pci_pericom_setup()
4104 - jbd2: clear dirty flag when revoking a buffer from an older transaction
4105 - jbd2: fix compile warning when using JBUFFER_TRACE
4106 - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect
4107 - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
4108 - powerpc/32: Clear on-stack exception marker upon exception return
4109 - powerpc/wii: properly disable use of BATs when requested.
4110 - powerpc/powernv: Make opal log only readable by root
4111 - powerpc/83xx: Also save/restore SPRG4-7 during suspend
4112 - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
4113 - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
4114 - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction
4115 - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest
4116 - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning
4117 - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR
4118 configuration
4119 - powerpc/smp: Fix NMI IPI timeout
4120 - powerpc/smp: Fix NMI IPI xmon timeout
4121 - powerpc/traps: fix recoverability of machine check handling on book3s/32
4122 - powerpc/traps: Fix the message printed when stack overflows
4123 - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
4124 - arm64: Fix HCR.TGE status for NMI contexts
4125 - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
4126 - arm64: debug: Ensure debug handlers check triggering exception level
4127 - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
4128 - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
4129 - ipmi_si: Fix crash when using hard-coded device
4130 - ipmi_si: fix use-after-free of resource->name
4131 - dm: fix to_sector() for 32bit
4132 - dm integrity: limit the rate of error messages
4133 - media: cx25840: mark pad sig_types to fix cx231xx init
4134 - mfd: sm501: Fix potential NULL pointer dereference
4135 - cpcap-charger: generate events for userspace
4136 - cpuidle: governor: Add new governors to cpuidle_governors again
4137 - NFS: Fix I/O request leakages
4138 - NFS: Fix an I/O request leakage in nfs_do_recoalesce
4139 - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
4140 - nfsd: fix performance-limiting session calculation
4141 - nfsd: fix memory corruption caused by readdir
4142 - nfsd: fix wrong check in write_v4_end_grace()
4143 - NFSv4.1: Reinitialise sequence results before retransmitting a request
4144 - svcrpc: fix UDP on servers with lots of threads
4145 - PM / wakeup: Rework wakeup source timer cancellation
4146 - PM / OPP: Update performance state when freq == old_freq
4147 - bcache: treat stale && dirty keys as bad keys
4148 - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
4149 - stable-kernel-rules.rst: add link to networking patch queue
4150 - vt: perform safe console erase in the right order
4151 - x86/unwind/orc: Fix ORC unwind table alignment
4152 - perf intel-pt: Fix CYC timestamp calculation after OVF
4153 - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
4154 - perf auxtrace: Define auxtrace record alignment
4155 - perf intel-pt: Fix overlap calculation for padding
4156 - perf/x86/intel/uncore: Fix client IMC events return huge result
4157 - perf intel-pt: Fix divide by zero when TSC is not available
4158 - md: Fix failed allocation of md_register_thread
4159 - x86/kvmclock: set offset for kvm unstable clock
4160 - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
4161 ftrace_call_replace()
4162 - tpm/tpm_crb: Avoid unaligned reads in crb_recv()
4163 - tpm: Unify the send callback behaviour
4164 - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
4165 - media: imx: prpencvf: Stop upstream before disabling IDMA channel
4166 - media: lgdt330x: fix lock status reporting
4167 - media: sun6i: Fix CSI regmap's max_register
4168 - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
4169 - media: vimc: Add vimc-streamer for stream control
4170 - media: imx-csi: Input connections to CSI should be optional
4171 - media: imx: csi: Disable CSI immediately after last EOF
4172 - media: imx: csi: Stop upstream before disabling IDMA channel
4173 - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
4174 - drm/radeon/evergreen_cs: fix missing break in switch statement
4175 - drm/amd/powerplay: correct power reading on fiji
4176 - drm/amd/display: don't call dm_pp_ function from an fpu block
4177 - KVM: Call kvm_arch_memslots_updated() before updating memslots
4178 - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
4179 - KVM: VMX: Zero out *all* general purpose registers after VM-Exit
4180 - KVM: x86/mmu: Detect MMIO generation wrap in any address space
4181 - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
4182 - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
4183 - KVM: nVMX: Apply addr size mask to effective address for VMX instructions
4184 - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
4185 - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
4186 - net: dsa: lantiq_gswip: fix use-after-free on failed probe
4187 - net: dsa: lantiq_gswip: fix OF child-node lookups
4188 - s390/setup: fix boot crash for machine without EDAT-1
4189 - SUNRPC: Prevent thundering herd when the socket is not connected
4190 - SUNRPC: Fix up RPC back channel transmission
4191 - SUNRPC: Respect RPC call timeouts when retrying transmission
4192 - Linux 5.0.4
4193 - [Config] update configs for 5.0.4 stable update
4194
4195 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
4196 system (LP: #1821271)
4197 - iwlwifi: add new card for 9260 series
4198
4199 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
4200 - [Config]: enable highdpi Terminus 16x32 font support
4201
4202 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
4203 - iommu/amd: Fix NULL dereference bug in match_hid_uid
4204
4205 * some codecs stop working after S3 (LP: #1820930)
4206 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
4207 - ALSA: hda - Don't trigger jackpoll_work in azx_resume
4208
4209 * tcm_loop.ko: move from modules-extra into main modules package
4210 (LP: #1817786)
4211 - [Packaging] move tcm_loop.lo to main linux-modules package
4212
4213 * C++ demangling support missing from perf (LP: #1396654)
4214 - [Packaging] fix a mistype
4215
4216 * r8169 doesn't get woken up by ethernet cable plugging, no PME generated
4217 (LP: #1817676)
4218 - PCI: pciehp: Disable Data Link Layer State Changed event on suspend
4219
4220 * Disco update: v5.0.3 upstream stable release (LP: #1821074)
4221 - connector: fix unsafe usage of ->real_parent
4222 - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
4223 - gro_cells: make sure device is up in gro_cells_receive()
4224 - ipv4/route: fail early when inet dev is missing
4225 - l2tp: fix infoleak in l2tp_ip6_recvmsg()
4226 - lan743x: Fix RX Kernel Panic
4227 - lan743x: Fix TX Stall Issue
4228 - net: hsr: fix memory leak in hsr_dev_finalize()
4229 - net/hsr: fix possible crash in add_timer()
4230 - net: sit: fix UBSAN Undefined behaviour in check_6rd
4231 - net/x25: fix use-after-free in x25_device_event()
4232 - net/x25: reset state in x25_connect()
4233 - pptp: dst_release sk_dst_cache in pptp_sock_destruct
4234 - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
4235 - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
4236 - rxrpc: Fix client call queueing, waiting for channel
4237 - sctp: remove sched init from sctp_stream_init
4238 - tcp: do not report TCP_CM_INQ of 0 for closed connections
4239 - tcp: Don't access TCP_SKB_CB before initializing it
4240 - tcp: handle inet_csk_reqsk_queue_add() failures
4241 - vxlan: Fix GRO cells race condition between receive and link delete
4242 - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
4243 - net/mlx4_core: Fix reset flow when in command polling mode
4244 - net/mlx4_core: Fix locking in SRIOV mode when switching between events and
4245 polling
4246 - net/mlx4_core: Fix qp mtt size calculation
4247 - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
4248 - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
4249 - net: sched: flower: insert new filter to idr after setting its mask
4250 - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
4251 - perf/x86: Fixup typo in stub functions
4252 - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
4253 Liquid Saffire 56
4254 - ALSA: firewire-motu: fix construction of PCM frame for capture direction
4255 - ALSA: hda: Extend i915 component bind timeout
4256 - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
4257 - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
4258 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
4259 - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
4260 ALC255
4261 - perf/x86/intel: Fix memory corruption
4262 - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
4263 - It's wrong to add len to sector_nr in raid10 reshape twice
4264 - drm: Block fb changes for async plane updates
4265 - Linux 5.0.3
4266
4267 * Disco update: v5.0.2 upstream stable release (LP: #1820318)
4268 - media: uvcvideo: Fix 'type' check leading to overflow
4269 - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
4270 - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
4271 - iscsi_ibft: Fix missing break in switch statement
4272 - scsi: aacraid: Fix missing break in switch statement
4273 - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
4274 - arm64: dts: zcu100-revC: Give wifi some time after power-on
4275 - arm64: dts: hikey: Give wifi some time after power-on
4276 - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
4277 - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3
4278 - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
4279 - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4
4280 - drm: disable uncached DMA optimization for ARM and arm64
4281 - media: Revert "media: rc: some events are dropped by userspace"
4282 - Revert "PCI/PME: Implement runtime PM callbacks"
4283 - bpf: Stop the psock parser before canceling its work
4284 - gfs2: Fix missed wakeups in find_insert_glock
4285 - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
4286 - staging: erofs: compressed_pages should not be accessed again after freed
4287 - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
4288 - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
4289 - perf/x86/intel: Make cpuc allocations consistent
4290 - perf/x86/intel: Generalize dynamic constraint creation
4291 - x86: Add TSX Force Abort CPUID/MSR
4292 - perf/x86/intel: Implement support for TSX Force Abort
4293 - Linux 5.0.2
4294
4295 * Linux security module stacking support
4296 - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
4297 - LSM: Provide separate ordered initialization
4298 - LSM: Plumb visibility into optional "enabled" state
4299 - LSM: Lift LSM selection out of individual LSMs
4300 - LSM: Build ordered list of LSMs to initialize
4301 - LSM: Introduce CONFIG_LSM
4302 - LSM: Introduce "lsm=" for boottime LSM selection
4303 - LSM: Tie enabling logic to presence in ordered list
4304 - LSM: Prepare for reorganizing "security=" logic
4305 - LSM: Refactor "security=" in terms of enable/disable
4306 - LSM: Separate idea of "major" LSM from "exclusive" LSM
4307 - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
4308 - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
4309 - LSM: Add all exclusive LSMs to ordered initialization
4310 - LSM: Split LSM preparation from initialization
4311 - LoadPin: Initialize as ordered LSM
4312 - Yama: Initialize as ordered LSM
4313 - LSM: Introduce enum lsm_order
4314 - capability: Initialize as LSM_ORDER_FIRST
4315 - procfs: add smack subdir to attrs
4316 - Smack: Abstract use of cred security blob
4317 - SELinux: Abstract use of cred security blob
4318 - SELinux: Remove cred security blob poisoning
4319 - SELinux: Remove unused selinux_is_enabled
4320 - AppArmor: Abstract use of cred security blob
4321 - TOMOYO: Abstract use of cred security blob
4322 - Infrastructure management of the cred security blob
4323 - SELinux: Abstract use of file security blob
4324 - Smack: Abstract use of file security blob
4325 - LSM: Infrastructure management of the file security
4326 - SELinux: Abstract use of inode security blob
4327 - Smack: Abstract use of inode security blob
4328 - LSM: Infrastructure management of the inode security
4329 - LSM: Infrastructure management of the task security
4330 - SELinux: Abstract use of ipc security blobs
4331 - Smack: Abstract use of ipc security blobs
4332 - LSM: Infrastructure management of the ipc security blob
4333 - TOMOYO: Update LSM flags to no longer be exclusive
4334 - LSM: generalize flag passing to security_capable
4335 - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
4336 - LSM: Make some functions static
4337 - apparmor: Adjust offset when accessing task blob.
4338 - LSM: Ignore "security=" when "lsm=" is specified
4339 - LSM: Update list of SECURITYFS users in Kconfig
4340 - apparmor: delete the dentry in aafs_remove() to avoid a leak
4341 - apparmor: fix double free when unpack of secmark rules fails
4342 - SAUCE: LSM: Infrastructure management of the sock security
4343 - SAUCE: LSM: Limit calls to certain module hooks
4344 - SAUCE: LSM: Special handling for secctx lsm hooks
4345 - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display
4346 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
4347 - SAUCE: Revert "apparmor: Fix warning about unused function
4348 apparmor_ipv6_postroute"
4349 - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy"
4350 - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
4351 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
4352 - SAUCE: Revert "apparmor: Parse secmark policy"
4353 - SAUCE: Revert "apparmor: Add a wildcard secid"
4354 - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()"
4355 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
4356 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
4357 - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path"
4358 - SAUCE: Revert "apparmor: modify audit rule support to support profile
4359 stacks"
4360 - SAUCE: Revert "apparmor: Add support for audit rule filtering"
4361 - SAUCE: Revert "apparmor: add the ability to get a task's secid"
4362 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
4363 - SAUCE: apparmor: add proc subdir to attrs
4364 - SAUCE: apparmor: add an apparmorfs entry to access current attrs
4365 - SAUCE: apparmor: update flags to no longer be exclusive
4366 - SAUCE: update configs and annotations for LSM stacking
4367
4368 * Miscellaneous Ubuntu changes
4369 - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
4370 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
4371 kernel is locked down
4372 - [Config] CONFIG_RANDOM_TRUST_CPU=y
4373 - [Config] refresh annotations for recent config changes
4374 - ubuntu: vbox -- update to 6.0.4-dfsg-7
4375 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
4376 upcoming platform"
4377
4378 -- Seth Forshee <seth.forshee@canonical.com> Thu, 04 Apr 2019 14:49:59 -0500
4379
4380linux (5.0.0-8.9) disco; urgency=medium
4381
4382 * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
4383
4384 * hisi_sas: add debugfs support (LP: #1819500)
4385 - scsi: hisi_sas: Create root and device debugfs directories
4386 - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
4387 - scsi: hisi_sas: Take debugfs snapshot for all regs
4388 - scsi: hisi_sas: Debugfs global register create file and add file operations
4389 - scsi: hisi_sas: Add debugfs for port registers
4390 - scsi: hisi_sas: Add debugfs CQ file and add file operations
4391 - scsi: hisi_sas: Add debugfs DQ file and add file operations
4392 - scsi: hisi_sas: Add debugfs IOST file and add file operations
4393 - scsi: hisi_sas: No need to check return value of debugfs_create functions
4394 - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
4395 code
4396 - scsi: hisi_sas: Add debugfs ITCT file and add file operations
4397
4398 * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
4399 - net: hns: Use struct_size() in devm_kzalloc()
4400 - net: hns3: modify enet reinitialization interface
4401 - net: hns3: remove unused member in struct hns3_enet_ring
4402 - net: hns3: remove unnecessary hns3_adjust_tqps_num
4403 - net: hns3: reuse reinitialization interface in the hns3_set_channels
4404 - net: hns3: add interface hclge_tm_bp_setup
4405 - net: hns3: modify parameter checks in the hns3_set_channels
4406 - net: hns3: remove redundant codes in hclge_knic_setup
4407 - net: hns3: fix user configuration loss for ethtool -L
4408 - net: hns3: adjust the use of alloc_tqps and num_tqps
4409 - net: hns3: fix wrong combined count returned by ethtool -l
4410 - net: hns3: do reinitialization while ETS configuration changed
4411 - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
4412 - net: hns3: add calling roce callback function when link status change
4413 - net: hns3: add rx multicast packets statistic
4414 - net: hns3: refactor the statistics updating for netdev
4415 - net: hns3: fix rss configuration lost problem when setting channel
4416 - net: hns3: fix for shaper not setting when TC num changes
4417 - net: hns3: fix bug of ethtool_ops.get_channels for VF
4418 - net: hns3: clear param in ring when free ring
4419 - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
4420 - net: hns3: do not return GE PFC setting err when initializing
4421 - net: hns3: add ETS TC weight setting in SSU module
4422 - net: hns3: add statistics for PFC frames and MAC control frames
4423 - net: hns3: fix PFC not setting problem for DCB module
4424 - net: hns3: don't update packet statistics for packets dropped by hardware
4425 - net: hns3: clear pci private data when unload hns3 driver
4426 - net: hns3: add error handling in hclge_ieee_setets
4427 - net: hns3: fix return value handle issue for hclge_set_loopback()
4428 - net: hns3: fix broadcast promisc issue for revision 0x20
4429 - net: hns3: After setting the loopback, add the status of getting MAC
4430 - net: hns3: do reinitialization while mqprio configuration changed
4431 - net: hns3: remove dcb_ops->map_update in hclge_dcb
4432 - net: hns3: call hns3_nic_set_real_num_queue with netdev down
4433 - net: hns3: add 8 BD limit for tx flow
4434 - net: hns3: add initialization for nic state
4435 - net: hns3: don't allow vf to enable promisc mode
4436 - net: hns3: reuse the definition of l3 and l4 header info union
4437 - net: hns3: fix VF dump register issue
4438 - net: hns3: use the correct interface to stop|open port
4439 - net: hns3: change hnae3_register_ae_dev() to int
4440 - net: hns3: only support tc 0 for VF
4441 - net: hns3: Fix NULL deref when unloading driver
4442 - net: hns3: fix netif_napi_del() not do problem when unloading
4443 - net: hns3: fix for rss result nonuniform
4444 - net: hns3: fix improper error handling in the hclge_init_ae_dev()
4445 - net: hns3: fix an issue for hclgevf_ae_get_hdev
4446 - net: hns3: stop sending keep alive msg to PF when VF is resetting
4447 - net: hns3: keep flow director state unchanged when reset
4448 - net: hns3: Check for allocation failure
4449 - net: hns3: fix a code style issue for hns3_update_new_int_gl()
4450 - net: hns3: fix an issue for hns3_update_new_int_gl
4451 - net: hns3: Modify parameter type from int to bool in set_gro_en
4452 - net: hns3: code optimization for hclge_rx_buffer_calc
4453 - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
4454 - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
4455 - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
4456 - net: hns3: fix the problem that the supported port is empty
4457 - net: hns3: optimize the maximum TC macro
4458 - net: hns3: don't allow user to change vlan filter state
4459 - net: hns3: modify the upper limit judgment condition
4460 - net: hns3: MAC table entry count function increases operation 0 value
4461 protection measures
4462 - net: hns3: make function hclge_set_all_vf_rst() static
4463 - net: hns3: add pointer checking at the beginning of the exported functions.
4464 - net: hns3: Check variable is valid before assigning it to another
4465 - net: hns3: convert mac advertize and supported from u32 to link mode
4466 - net: hns3: fix port info query issue for copper port
4467 - net: hns3: modify print message of ssu common ecc errors
4468 - net: hns3: some bugfix of ppu(rcb) ras errors
4469 - net: hns3: enable 8~11th bit of mac common msi-x error
4470 - net: hns3: fix 6th bit of ppp mpf abnormal errors
4471 - net: hns3: Record VF unicast and multicast tables
4472 - net: hns3: Record VF vlan tables
4473 - net: hns3: uninitialize command queue while unloading PF driver
4474 - net: hns3: clear command queue's registers when unloading VF driver
4475 - net: hns3: add xps setting support for hns3 driver
4476 - net: hns3: avoid mult + div op in critical data path
4477 - net: hns3: limit some variable scope in critical data path
4478 - net: hns3: remove some ops in struct hns3_nic_ops
4479 - net: hns3: add unlikely for error handling in data path
4480 - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
4481 - net: hns3: remove hnae3_get_bit in data path
4482 - net: hns3: add support to config depth for tx|rx ring separately
4483 - net: hns3: enable VF VLAN filter for each VF when initializing
4484 - net: hns3: fix get VF RSS issue
4485 - net: hns3: fix setting of the hns reset_type for rdma hw errors
4486 - net: hns3: fix improper error handling for hns3_client_start
4487 - net: hns: use struct_size() in devm_kzalloc()
4488 - net: hns3: Fix a logical vs bitwise typo
4489 - net: hns3: add dma_rmb() for rx description
4490 - net: hns3: fix to stop multiple HNS reset due to the AER changes
4491
4492 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
4493 - [Packaging] dkms-build -- support building against packages in PPAs
4494 - [Packaging] dkms-build: do not redownload files on subsequent passes
4495 - [Packaging] dkms-build -- elide partial Built-Using information
4496 - [Packaging] dkms-build -- remove retpoline data from final binary packages
4497 - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
4498 - [Packaging] dkms-build -- add support for unversioned overrides
4499 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
4500 - [Packaging] fix-filenames -- handle exact string removal
4501 - [Packaging] dkms-build--nvidia-N -- remove GCC versions
4502
4503 * Disco update: v5.0.1 upstream stable release (LP: #1819515)
4504 - cpufreq: Use struct kobj_attribute instead of struct global_attr
4505 - staging: erofs: fix mis-acted TAIL merging behavior
4506 - binder: create node flag to request sender's security context
4507 - USB: serial: option: add Telit ME910 ECM composition
4508 - USB: serial: cp210x: add ID for Ingenico 3070
4509 - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
4510 - driver core: Postpone DMA tear-down until after devres release
4511 - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
4512 - staging: erofs: fix memleak of inode's shared xattr array
4513 - staging: erofs: fix race of initializing xattrs of a inode at the same time
4514 - staging: erofs: fix illegal address access under memory pressure
4515 - staging: comedi: ni_660x: fix missing break in switch statement
4516 - staging: wilc1000: fix to set correct value for 'vif_num'
4517 - staging: android: ion: fix sys heap pool's gfp_flags
4518 - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
4519 - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
4520 held.
4521 - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
4522 - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
4523 DSA framework
4524 - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
4525 mv88e6xxx_port_set_duplex
4526 - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
4527 - net: mscc: Enable all ports in QSGMII
4528 - net: sched: put back q.qlen into a single location
4529 - net-sysfs: Fix mem leak in netdev_register_kobject
4530 - qmi_wwan: Add support for Quectel EG12/EM12
4531 - sctp: call iov_iter_revert() after sending ABORT
4532 - team: Free BPF filter when unregistering netdev
4533 - tipc: fix RDM/DGRAM connect() regression
4534 - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
4535 - x86/boot/compressed/64: Do not read legacy ROM on EFI system
4536 - tracing: Fix event filters and triggers to handle negative numbers
4537 - xhci: tegra: Prevent error pointer dereference
4538 - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
4539 INTEL_SUNRISEPOINT_LP_XHCI
4540 - applicom: Fix potential Spectre v1 vulnerabilities
4541 - alpha: wire up io_pgetevents system call
4542 - MIPS: irq: Allocate accurate order pages for irq stack
4543 - aio: Fix locking in aio_poll()
4544 - xtensa: fix get_wchan
4545 - gnss: sirf: fix premature wakeup interrupt enable
4546 - USB: serial: cp210x: fix GPIO in autosuspend
4547 - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
4548 config"
4549 - Revert "selftests: firmware: remove use of non-standard diff -Z option"
4550 - selftests: firmware: fix verify_reqs() return value
4551 - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
4552 - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
4553 - Linux 5.0.1
4554
4555 * sky2 ethernet card doesn't work after returning from suspend
4556 (LP: #1807259) // sky2 ethernet card link not up after suspend
4557 (LP: #1809843) // Disco update: v5.0.1 upstream stable release
4558 (LP: #1819515)
4559 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
4560
4561 * tls selftest failures/hangs on i386 (LP: #1813607)
4562 - [Config] CONFIG_TLS=n for i386
4563
4564 * CVE-2019-8980
4565 - exec: Fix mem leak in kernel_read_file
4566
4567 * Miscellaneous Ubuntu changes
4568 - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
4569 - [Config] enable nvidia build
4570 - [Config] update gcc version to 8.3
4571
4572 * Miscellaneous upstream changes
4573 - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
4574
4575 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 12 Mar 2019 16:15:44 -0300
4576
4577linux (5.0.0-7.8) disco; urgency=medium
4578
4579 * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
4580
4581 * Packaging resync (LP: #1786013)
4582 - [Packaging] update helper scripts
4583
4584 * unnecessary request_queue freeze (LP: #1815733)
4585 - block: avoid setting nr_requests to current value
4586 - block: avoid setting none scheduler if it's already none
4587
4588 * Miscellaneous Ubuntu changes
4589 - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
4590 - update dkms package versions
4591
4592 [ Upstream Kernel Changes ]
4593
4594 * Rebase to v5.0
4595
4596 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Mar 2019 08:46:10 -0600
4597
4598linux (5.0.0-6.7) disco; urgency=medium
4599
4600 * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
4601
4602 * Packaging resync (LP: #1786013)
4603 - [Packaging] update helper scripts
4604 - [Packaging] resync getabis
4605
4606 * installer does not support iSCSI iBFT (LP: #1817321)
4607 - d-i: add iscsi_ibft to scsi-modules
4608
4609 * Silent "Unknown key" message when pressing keyboard backlight hotkey
4610 (LP: #1817063)
4611 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
4612
4613 * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
4614 - e1000e: Disable runtime PM on CNP+
4615
4616 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
4617 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
4618
4619 * CVE-2019-3460
4620 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
4621
4622 * CVE-2019-3459
4623 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
4624
4625 * kernel net tls selftest fails on 5.0 (LP: #1816716)
4626 - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
4627 multiple records"
4628
4629 * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
4630 - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
4631
4632 * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
4633 - s390/pci: map IOV resources
4634 - s390/pci: improve bar check
4635
4636 * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
4637 - SAUCE: prevent a glibc test failure when looking for obsolete types on
4638 headers
4639
4640 * Miscellaneous Ubuntu changes
4641 - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
4642 - SAUCE: selftests: pmtu: disable accept_dad for tests
4643 - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
4644 - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
4645 expected failure
4646
4647 [ Upstream Kernel Changes ]
4648
4649 * Rebase to v5.0-rc8
4650
4651 -- Seth Forshee <seth.forshee@canonical.com> Mon, 25 Feb 2019 09:37:36 -0600
4652
4653linux (5.0.0-5.6) disco; urgency=medium
4654
4655 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
4656 - ALSA: hda/realtek - Headset microphone and internal speaker support for
4657 System76 oryp5
4658
4659 * Miscellaneous Ubuntu changes
4660 - [Config] Fix aufs menus in annotations file
4661 - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
4662 - [Config] Update annotations based on configs
4663
4664 [ Upstream Kernel Changes ]
4665
4666 * Rebase to v5.0-rc7
4667
4668 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Feb 2019 10:04:11 +0100
4669
4670linux (5.0.0-4.5) disco; urgency=medium
4671
4672 * linux-buildinfo: pull out ABI information into its own package
4673 (LP: #1806380)
4674 - [Packaging] autoreconstruct -- base tag is always primary mainline version
4675
4676 * [Packaging] Allow overlay of config annotations (LP: #1752072)
4677 - [Packaging] config-check: Add an include directive
4678
4679 * Miscellaneous Ubuntu changes
4680 - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
4681 - hio -- replace use of do_gettimeofday()
4682 - hio -- part_round_stats() removed in 5.0
4683 - hio -- device_add_disk() grew a 'groups' argument in 4.20
4684 - enable hio build
4685 - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
4686 mainline version"
4687
4688 [ Upstream Kernel Changes ]
4689
4690 * Rebase to v5.0-rc6
4691
4692 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Feb 2019 08:15:32 -0600
4693
4694linux (5.0.0-3.4) disco; urgency=medium
4695
4696 * CONFIG_TEST_BPF is disabled (LP: #1813955)
4697 - [Config]: Reenable TEST_BPF
4698
4699 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
4700 - HID: i2c-hid: Ignore input report if there's no data present on Elan
4701 touchpanels
4702
4703 * SecureBoot support for arm64 (LP: #1804481)
4704 - Build signed kernels for arm64
4705
4706 * Miscellaneous Ubuntu changes
4707 - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
4708 - [Config] CONFIG_PCMCIA=n for arm64 and s390x
4709 - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
4710 - [Config] disable I2C TPM drivers for s390x
4711 - [Config] CONFIG_RAPIDIO=n for s390x
4712 - [Config] CONFIG_DMADEVICES=n for s390x
4713 - [Config] disable gpio drivers for s390x
4714 - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
4715 - [Config] disable I2C hardware drivers for s390x
4716 - [Config] CONFIG_I3C=n for s390x
4717 - [Config] CONFIG_SERIO=n for s390x
4718 - [Config] disable misc drivers for s390x
4719 - [Config] disable EEPROM drivers for s390x
4720 - [Config] disable MFD drivers for s390x
4721 - [Config] CONFIG_NVMEM=n for s390x
4722 - [Config] CONFIG_MLXSW_I2C=n for s390x
4723 - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
4724 - [Config] CONFIG_PPP=n for s390x
4725 - [Config] CONFIG_PCCARD=n for s390x
4726 - [Config] CONFIG_PCI_MESON=y
4727 - [Config] CONFIG_SCSI_MYRB=n for s390x
4728 - [Config] CONFIG_REGULATOR=n for s390x
4729 - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
4730 - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
4731 - [Config] update annotations following config review
4732 - [Packaging] remove handoff check for uefi signing
4733 - [Packaging] decompress gzipped efi images in signing tarball
4734 - vbox-update: allow leading whitespace when fixing up KERN_DIR
4735 - ubuntu: vbox -- update to 6.0.4-dfsg-3
4736 - vbox: remove remount check in sf_read_super_aux()
4737 - enable vbox build
4738 - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
4739 - SAUCE: import aufs driver
4740 - [Config]: Enable aufs
4741 - [Config] relocate aufs annotations to menu
4742 - [Config] remove unmatched configs from annotations
4743 - [Config] fix up abi for removed modules
4744 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4745 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
4746 - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
4747 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4748 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
4749 - [Config] (efi-lockdown) enable importing of efi certificates for module sig
4750 verification
4751
4752 * Miscellaneous upstream changes
4753 - binder: fix CONFIG_ANDROID_BINDER_DEVICES
4754
4755 [ Upstream Kernel Changes ]
4756
4757 * Rebase to v5.0-rc5
4758
4759 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Feb 2019 14:26:12 -0600
4760
4761linux (5.0.0-2.3) disco; urgency=medium
4762
4763 * kernel oops in bcache module (LP: #1793901)
4764 - SAUCE: bcache: never writeback a discard operation
4765
4766 * Enable sound card power saving by default (LP: #1804265)
4767 - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
4768
4769 * Miscellaneous Ubuntu changes
4770 - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
4771 - SAUCE: ashmem: turn into module
4772 - SAUCE: binder: turn into module
4773 - SAUCE: binder: give binder_alloc its own debug mask file
4774 - [Config] enable binder and ashmem as modules
4775 - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
4776 - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
4777 test
4778 - update dkms package versions
4779
4780 [ Upstream Kernel Changes ]
4781
4782 * Rebase to v5.0-rc4
4783
4784 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Jan 2019 06:57:32 -0600
4785
4786linux (5.0.0-1.2) disco; urgency=medium
4787
4788 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
4789 - USB: Add new USB LPM helpers
4790 - USB: Consolidate LPM checks to avoid enabling LPM twice
4791
4792 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
4793 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
4794 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
4795
4796 * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
4797 - [Config] enable virtio-gpu for s390x
4798
4799 * Crash on "ip link add foo type ipip" (LP: #1811803)
4800 - SAUCE: fan: Fix NULL pointer dereference
4801
4802 * Fix not working Goodix touchpad (LP: #1811929)
4803 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
4804
4805 * Miscellaneous Ubuntu changes
4806 - update dkms package versions
4807 - enable zfs build
4808
4809 [ Upstream Kernel Changes ]
4810
4811 * Rebase to v5.0-rc3
4812
4813 -- Seth Forshee <seth.forshee@canonical.com> Tue, 22 Jan 2019 13:56:17 -0600
4814
4815linux (5.0.0-0.1) disco; urgency=medium
4816
4817 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
4818 - [Packaging] dkms -- add per package post-process step
4819 - [Packaging] dkms -- switch to a consistent build prefix length and strip
4820 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
4821 - [Packaging] nvidia -- make nvidia package version explicit
4822
4823 * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
4824 - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
4825
4826 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
4827 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
4828
4829 * Miscellaneous Ubuntu changes
4830 - ubuntu -- disable vbox build
4831 - ubuntu -- disable hio build
4832 - Disable zfs build
4833 - SAUCE: import aufs driver
4834 - update dkms package versions
4835 - [Config] disable aufs config options
4836 - [Config] disable nvidia build
4837 - update dropped.txt
4838 - [Packaging] disable nvidia dkms builds for mainline
4839 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4840 kernel image
4841 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
4842 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
4843 locked down
4844 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
4845 down
4846 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4847 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4848 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4849 down
4850 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4851 locked down
4852 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
4853 down
4854 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4855 locked down
4856 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4857 has been locked down
4858 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4859 locked down
4860 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4861 locked down
4862 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4863 down
4864 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4865 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
4866 parameters (eg. ioport)
4867 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
4868 - SAUCE: (efi-lockdown) Lock down /proc/kcore
4869 - SAUCE: (efi-lockdown) Lock down kprobes
4870 - SAUCE: (efi-lockdown) Lock down perf
4871 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
4872 down
4873 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
4874 defined
4875 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
4876 secondary keyring
4877 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
4878 that aren't present.
4879 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
4880 efi_status_to_err().
4881 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
4882 error messages.
4883 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4884 reboot
4885 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
4886 boot mode
4887 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4888 mode
4889 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4890 - [Config] set config options for efi lockdown
4891 - Revert "UBUNTU: SAUCE: import aufs driver"
4892
4893 [ Upstream Kernel Changes ]
4894
4895 * Rebase to v5.0-rc2
4896
4897 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Jan 2019 12:31:29 -0600
4898
4899linux (5.0.0-0.0) disco; urgency=medium
4900
4901 * Dummy entry.
4902
4903 -- Seth Forshee <seth.forshee@canonical.com> Wed, 16 Jan 2019 14:48:05 -0600
4904
4905linux (4.20.0-2.3) disco; urgency=medium
4906
4907 [ Upstream Kernel Changes ]
4908
4909 * Rebase to v4.20
4910
4911 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Jan 2019 12:11:43 -0600
4912
4913linux (4.20.0-1.2) disco; urgency=medium
4914
4915 * Packaging resync (LP: #1786013)
4916 - [Packaging] update helper scripts
4917
4918 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
4919 Adapter (LP: #1805607)
4920 - SAUCE: ath10k: provide reset function for QCA9377 chip
4921
4922 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
4923 - [Packaging] dkms -- dkms package build packaging support
4924 - [Packaging] dkms -- save build objects artifacts for validation
4925 - [Packaging] dkms -- add general Built-Using: support
4926 - [Packaging] simplify Provides comma handling
4927 - [Packaging] zfs/spl -- remove packaging support for incorporated source
4928 - [Packaging] zfs/spl -- remove incorporated source
4929 - [Packaging] zfs/spl -- build via dkms
4930 - [Packaging] zfs/spl -- make zfs package version explicit
4931 - [Packaging] update-version-dkms -- sync archive versions to package
4932
4933 * Miscellaneous Ubuntu changes
4934 - [Packaging] update-version-dkms -- fix getting distrbution from changelog
4935 - update dkms package versions
4936
4937 [ Upstream Kernel Changes ]
4938
4939 * Rebase to v4.20-rc6
4940
4941 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Dec 2018 11:33:08 -0600
4942
4943linux (4.20.0-0.1) disco; urgency=medium
4944
4945 * Overlayfs in user namespace leaks directory content of inaccessible
4946 directories (LP: #1793458) // CVE-2018-6559
4947 - Revert "ovl: relax permission checking on underlying layers"
4948 - SAUCE: overlayfs: ensure mounter privileges when reading directories
4949
4950 * Miscellaneous Ubuntu changes
4951 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4952 kernel image
4953 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
4954 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4955 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
4956 locked down
4957 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
4958 down
4959 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4960 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4961 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4962 down
4963 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4964 locked down
4965 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
4966 down
4967 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4968 locked down
4969 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4970 has been locked down
4971 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4972 locked down
4973 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4974 locked down
4975 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4976 down
4977 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4978 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
4979 parameters (eg. ioport)
4980 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
4981 - SAUCE: (efi-lockdown) Lock down /proc/kcore
4982 - SAUCE: (efi-lockdown) Lock down kprobes
4983 - SAUCE: (efi-lockdown) Lock down perf
4984 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
4985 down
4986 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
4987 secondary keyring
4988 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
4989 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
4990 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4991 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
4992 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
4993 that aren't present.
4994 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
4995 efi_status_to_err().
4996 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
4997 error messages.
4998 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4999 reboot
5000 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
5001 boot mode
5002 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
5003 mode
5004 - SAUCE: (efi-lockdown) Fix for module sig verification
5005 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
5006 - SAUCE: Import aufs driver
5007 - ubuntu: vbox -- update to 5.2.22-dfsg-2
5008 - ubuntu -- disable vbox build
5009 - ubuntu -- disable hio build
5010 - Disable zfs build
5011
5012 [ Upstream Kernel Changes ]
5013
5014 * Rebase to v4.20-rc5
5015
5016 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Dec 2018 07:13:42 -0600
5017
5018linux (4.20.0-0.0) disco; urgency=medium
5019
5020 * Dummy entry.
5021
5022 -- Seth Forshee <seth.forshee@canonical.com> Thu, 06 Dec 2018 10:20:19 -0600
5023
5024linux (4.19.0-8.9) disco; urgency=medium
5025
5026 * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
5027
5028 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
5029 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
5030
5031 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
5032 - igb: Fix an issue that PME is not enabled during runtime suspend
5033
5034 * The line-out on the Dell Dock station can't work (LP: #1806532)
5035 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
5036
5037 * CVE-2018-19407
5038 - KVM: X86: Fix scan ioapic use-before-initialization
5039
5040 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
5041 (LP: #1805775)
5042 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
5043 disabled
5044
5045 * Disco update: 4.19.6 upstream stable release (LP: #1806909)
5046 - HID: steam: remove input device when a hid client is running.
5047 - efi/libstub: arm: support building with clang
5048 - usb: core: Fix hub port connection events lost
5049 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
5050 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
5051 - usb: dwc3: core: Clean up ULPI device
5052 - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
5053 - xhci: Fix leaking USB3 shared_hcd at xhci removal
5054 - xhci: handle port status events for removed USB3 hcd
5055 - xhci: Add check for invalid byte size error when UAS devices are connected.
5056 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
5057 - usb: xhci: fix timeout for transition from RExit to U0
5058 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
5059 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
5060 detected
5061 - ALSA: oss: Use kvzalloc() for local buffer allocations
5062 - MAINTAINERS: Add Sasha as a stable branch maintainer
5063 - Documentation/security-bugs: Clarify treatment of embargoed information
5064 - Documentation/security-bugs: Postpone fix publication in exceptional cases
5065 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
5066 - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
5067 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
5068 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
5069 - iwlwifi: mvm: support sta_statistics() even on older firmware
5070 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
5071 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
5072 - brcmfmac: fix reporting support for 160 MHz channels
5073 - opp: ti-opp-supply: Dynamically update u_volt_min
5074 - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
5075 - tools/power/cpupower: fix compilation with STATIC=true
5076 - v9fs_dir_readdir: fix double-free on p9stat_read error
5077 - selinux: Add __GFP_NOWARN to allocation at str_read()
5078 - Input: synaptics - avoid using uninitialized variable when probing
5079 - bfs: add sanity check at bfs_fill_super()
5080 - sctp: clear the transport of some out_chunk_list chunks in
5081 sctp_assoc_rm_peer
5082 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
5083 - llc: do not use sk_eat_skb()
5084 - mm: don't warn about large allocations for slab
5085 - mm/memory.c: recheck page table entry with page table lock held
5086 - tcp: do not release socket ownership in tcp_close()
5087 - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
5088 - drm/amdgpu: Add missing firmware entry for HAINAN
5089 - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
5090 - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
5091 - drm/i915: Disable LP3 watermarks on all SNB machines
5092 - drm/ast: change resolution may cause screen blurred
5093 - drm/ast: fixed cursor may disappear sometimes
5094 - drm/ast: Remove existing framebuffers before loading driver
5095 - can: flexcan: Unlock the MB unconditionally
5096 - can: dev: can_get_echo_skb(): factor out non sending code to
5097 __can_get_echo_skb()
5098 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
5099 access frame length
5100 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
5101 is accessed out of bounds
5102 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
5103 existing skb
5104 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
5105 can_rx_offload_queue_sorted() functions
5106 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
5107 can_rx_offload_queue_tail()
5108 - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
5109 - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
5110 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
5111 - can: hi311x: Use level-triggered interrupt
5112 - can: flexcan: Always use last mailbox for TX
5113 - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
5114 flexcan_priv::tx_mb_idx
5115 - ACPICA: AML interpreter: add region addresses in global list during
5116 initialization
5117 - IB/hfi1: Eliminate races in the SDMA send error path
5118 - fsnotify: generalize handling of extra event flags
5119 - fanotify: fix handling of events on child sub-directory
5120 - pinctrl: meson: fix pinconf bias disable
5121 - pinctrl: meson: fix gxbb ao pull register bits
5122 - pinctrl: meson: fix gxl ao pull register bits
5123 - pinctrl: meson: fix meson8 ao pull register bits
5124 - pinctrl: meson: fix meson8b ao pull register bits
5125 - tools/testing/nvdimm: Fix the array size for dimm devices.
5126 - scsi: lpfc: fix remoteport access
5127 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
5128 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
5129 - cpufreq: imx6q: add return value check for voltage scale
5130 - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
5131 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
5132 - crypto: simd - correctly take reqsize of wrapped skcipher into account
5133 - floppy: fix race condition in __floppy_read_block_0()
5134 - powerpc/io: Fix the IO workarounds code to work with Radix
5135 - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
5136 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
5137 - block: copy ioprio in __bio_clone_fast() and bounce
5138 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
5139 - riscv: add missing vdso_install target
5140 - RISC-V: Silence some module warnings on 32-bit
5141 - drm/amdgpu: fix bug with IH ring setup
5142 - kdb: Use strscpy with destination buffer size
5143 - NFSv4: Fix an Oops during delegation callbacks
5144 - powerpc/numa: Suppress "VPHN is not supported" messages
5145 - efi/arm: Revert deferred unmap of early memmap mapping
5146 - z3fold: fix possible reclaim races
5147 - mm, memory_hotplug: check zone_movable in has_unmovable_pages
5148 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
5149 - mm, page_alloc: check for max order in hot path
5150 - dax: Avoid losing wakeup in dax_lock_mapping_entry
5151 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
5152 - tty: wipe buffer.
5153 - tty: wipe buffer if not echoing data
5154 - gfs2: Fix iomap buffer head reference counting bug
5155 - rcu: Make need_resched() respond to urgent RCU-QS needs
5156 - media: ov5640: Re-work MIPI startup sequence
5157 - media: ov5640: Fix timings setup code
5158 - media: ov5640: fix exposure regression
5159 - media: ov5640: fix auto gain & exposure when changing mode
5160 - media: ov5640: fix wrong binning value in exposure calculation
5161 - media: ov5640: fix auto controls values when switching to manual mode
5162 - Linux 4.19.6
5163
5164 * linux-buildinfo: pull out ABI information into its own package
5165 (LP: #1806380)
5166 - [Packaging] limit preparation to linux-libc-dev in headers
5167 - [Packaging] commonise debhelper invocation
5168 - [Packaging] ABI -- accumulate abi information at the end of the build
5169 - [Packaging] buildinfo -- add basic build information
5170 - [Packaging] buildinfo -- add firmware information to the flavour ABI
5171 - [Packaging] buildinfo -- add compiler information to the flavour ABI
5172 - [Packaging] buildinfo -- add buildinfo support to getabis
5173 - [Packaging] getabis -- handle all known package combinations
5174 - [Packaging] getabis -- support parsing a simple version
5175
5176 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
5177 - [Packaging] own /usr/lib/linux/triggers
5178
5179 * Miscellaneous upstream changes
5180 - blk-mq: fix corruption with direct issue
5181
5182 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Dec 2018 09:18:30 -0600
5183
5184linux (4.19.0-7.8) disco; urgency=medium
5185
5186 * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
5187
5188 * Fix and issue that LG I2C touchscreen stops working after reboot
5189 (LP: #1805085)
5190 - HID: i2c-hid: Disable runtime PM for LG touchscreen
5191
5192 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
5193 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
5194 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
5195
5196 * Regression: hinic performance degrades over time (LP: #1805248)
5197 - Revert "net-next/hinic: add checksum offload and TSO support"
5198
5199 * Disco update: 4.19.5 upstream stable release (LP: #1805461)
5200 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
5201 - cifs: don't dereference smb_file_target before null check
5202 - cifs: fix return value for cifs_listxattr
5203 - arm64: kprobe: make page to RO mode when allocate it
5204 - block: brd: associate with queue until adding disk
5205 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
5206 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
5207 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
5208 - net: hns3: bugfix for the initialization of command queue's spin lock
5209 - ixgbe: fix MAC anti-spoofing filter after VFLR
5210 - reiserfs: propagate errors from fill_with_dentries() properly
5211 - hfs: prevent btree data loss on root split
5212 - hfsplus: prevent btree data loss on root split
5213 - perf unwind: Take pgoff into account when reporting elf to libdwfl
5214 - um: Give start_idle_thread() a return code
5215 - drm/edid: Add 6 bpc quirk for BOE panel.
5216 - afs: Handle EIO from delivery function
5217 - platform/x86: intel_telemetry: report debugfs failure
5218 - clk: fixed-rate: fix of_node_get-put imbalance
5219 - perf symbols: Set PLT entry/header sizes properly on Sparc
5220 - fs/exofs: fix potential memory leak in mount option parsing
5221 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
5222 - apparmor: Fix uninitialized value in aa_split_fqname
5223 - x86/earlyprintk: Add a force option for pciserial device
5224 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
5225 - clk: meson-axg: pcie: drop the mpll3 clock parent
5226 - arm64: percpu: Initialize ret in the default case
5227 - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
5228 - clk: renesas: r9a06g032: Fix UART34567 clock rate
5229 - clk: ti: fix OF child-node lookup
5230 - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
5231 - netfilter: ipv6: fix oops when defragmenting locally generated fragments
5232 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
5233 - s390/decompressor: add missing FORCE to build targets
5234 - s390/vdso: add missing FORCE to build targets
5235 - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
5236 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
5237 - HID: alps: allow incoming reports when only the trackstick is opened
5238 - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
5239 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
5240 replace
5241 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
5242 - netfilter: ipset: fix ip_set_list allocation failure
5243 - s390/mm: fix mis-accounting of pgtable_bytes
5244 - s390/mm: Fix ERROR: "__node_distance" undefined!
5245 - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
5246 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
5247 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
5248 - netfilter: ipset: Fix calling ip_set() macro at dumping
5249 - netfilter: nft_compat: ebtables 'nat' table is normal chain type
5250 - s390/qeth: fix HiperSockets sniffer
5251 - s390/qeth: unregister netdevice only when registered
5252 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
5253 - hwmon: (ibmpowernv) Remove bogus __init annotations
5254 - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
5255 - ARM: dts: fsl: Fix improperly quoted stdout-path values
5256 - Revert "drm/exynos/decon5433: implement frame counter"
5257 - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
5258 - arm64: dts: renesas: condor: switch from EtherAVB to GEther
5259 - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
5260 - clk: fixed-factor: fix of_node_get-put imbalance
5261 - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
5262 - lib/raid6: Fix arm64 test build
5263 - drm/amd/display: Stop leaking planes
5264 - block: Clear kernel memory before copying to user
5265 - drm/amd/display: Drop reusing drm connector for MST
5266 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
5267 - s390/perf: Change CPUM_CF return code in event init function
5268 - ceph: quota: fix null pointer dereference in quota check
5269 - of/device: Really only set bus DMA mask when appropriate
5270 - nvme: make sure ns head inherits underlying device limits
5271 - i2c: omap: Enable for ARCH_K3
5272 - i2c: qcom-geni: Fix runtime PM mismatch with child devices
5273 - sched/core: Take the hotplug lock in sched_init_smp()
5274 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
5275 - perf tools: Do not zero sample_id_all for group members
5276 - ice: Fix dead device link issue with flow control
5277 - ice: Fix the bytecount sent to netdev_tx_sent_queue
5278 - ice: Change req_speeds to be u16
5279 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
5280 - qed: Fix memory/entry leak in qed_init_sp_request()
5281 - qed: Fix blocking/unlimited SPQ entries leak
5282 - qed: Fix SPQ entries not returned to pool in error flows
5283 - qed: Fix potential memory corruption
5284 - net: stmmac: Fix RX packet size > 8191
5285 - net: aquantia: fix potential IOMMU fault after driver unbind
5286 - net: aquantia: fixed enable unicast on 32 macvlan
5287 - net: aquantia: invalid checksumm offload implementation
5288 - kbuild: deb-pkg: fix too low build version number
5289 - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
5290 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
5291 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
5292 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
5293 - x86/ldt: Remove unused variable in map_ldt_struct()
5294 - media: v4l: event: Add subscription to list before calling "add" operation
5295 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
5296 - RISC-V: Fix raw_copy_{to,from}_user()
5297 - uio: Fix an Oops on load
5298 - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
5299 - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
5300 - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
5301 - can: kvaser_usb: Fix potential uninitialized variable use
5302 - usb: cdc-acm: add entry for Hiro (Conexant) modem
5303 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
5304 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
5305 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
5306 - USB: misc: appledisplay: add 20" Apple Cinema Display
5307 - gnss: serial: fix synchronous write timeout
5308 - gnss: sirf: fix synchronous write timeout
5309 - mtd: rawnand: atmel: fix OF child-node lookup
5310 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
5311 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
5312 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
5313 - HID: Add quirk for Primax PIXART OEM mice
5314 - HID: Add quirk for Microsoft PIXART OEM mouse
5315 - libceph: fall back to sendmsg for slab pages
5316 - mt76x0: run vco calibration for each channel configuration
5317 - Linux 4.19.5
5318
5319 * Miscellaneous Ubuntu changes
5320 - Revert "UBUNTU: Build signed kernels for arm64"
5321
5322 -- Seth Forshee <seth.forshee@canonical.com> Tue, 27 Nov 2018 10:38:34 -0600
5323
5324linux (4.19.0-6.7) disco; urgency=medium
5325
5326 * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
5327
5328 * SecureBoot support for arm64 (LP: #1804481)
5329 - Build signed kernels for arm64
5330
5331 * Add pointstick support for Cirque Touchpad (LP: #1805081)
5332 - HID: multitouch: Add pointstick support for Cirque Touchpad
5333
5334 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
5335 (LP: #1804588)
5336 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
5337 - SAUCE: nvme: add quirk to not call disable function when suspending
5338
5339 * Disco update: 4.19.4 upstream stable release (LP: #1805159)
5340 - flow_dissector: do not dissect l4 ports for fragments
5341 - ibmvnic: fix accelerated VLAN handling
5342 - ip_tunnel: don't force DF when MTU is locked
5343 - ipv6: fix a dst leak when removing its exception
5344 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
5345 - net: bcmgenet: protect stop from timeout
5346 - net-gro: reset skb->pkt_type in napi_reuse_skb()
5347 - sctp: not allow to set asoc prsctp_enable by sockopt
5348 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
5349 coalescing
5350 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
5351 - tipc: don't assume linear buffer when reading ancillary data
5352 - tipc: fix lockdep warning when reinitilaizing sockets
5353 - tuntap: fix multiqueue rx
5354 - net: systemport: Protect stop from timeout
5355 - net/sched: act_pedit: fix memory leak when IDR allocation fails
5356 - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
5357 - tipc: fix link re-establish failure
5358 - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
5359 - net/mlx5e: Claim TC hw offloads support only under a proper build config
5360 - net/mlx5e: Adjust to max number of channles when re-attaching
5361 - net/mlx5e: RX, verify received packet size in Linear Striding RQ
5362 - Revert "sctp: remove sctp_transport_pmtu_check"
5363 - net/mlx5e: Always use the match level enum when parsing TC rule match
5364 - net/mlx5e: Fix selftest for small MTUs
5365 - net/mlx5e: Removed unnecessary warnings in FEC caps query
5366 - inet: frags: better deal with smp races
5367 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
5368 - net/mlx5: IPSec, Fix the SA context hash key
5369 - net/mlx5e: IPoIB, Reset QP after channels are closed
5370 - net: dsa: mv88e6xxx: Fix clearing of stats counters
5371 - net: phy: realtek: fix RTL8201F sysfs name
5372 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
5373 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
5374 - net: dsa: microchip: initialize mutex before use
5375 - sctp: fix strchange_flags name for Stream Change Event
5376 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
5377 - sctp: not increase stream's incnt before sending addstrm_in request
5378 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
5379 - net: smsc95xx: Fix MTU range
5380 - rxrpc: Fix lockup due to no error backoff after ack transmit error
5381 - usbnet: smsc95xx: disable carrier check while suspending
5382 - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
5383 mitigation"
5384 - Linux 4.19.4
5385
5386 * Disco update: 4.19.3 upstream stable release (LP: #1805158)
5387 - powerpc/traps: restore recoverability of machine_check interrupts
5388 - powerpc/64/module: REL32 relocation range check
5389 - powerpc/mm: Fix page table dump to work on Radix
5390 - powerpc/mm: fix always true/false warning in slice.c
5391 - drm/amd/display: fix bug of accessing invalid memory
5392 - Input: wm97xx-ts - fix exit path
5393 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
5394 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
5395 - tty: check name length in tty_find_polling_driver()
5396 - tracing/kprobes: Check the probe on unloaded module correctly
5397 - drm/nouveau/secboot/acr: fix memory leak
5398 - drm/amdgpu/powerplay: fix missing break in switch statements
5399 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
5400 - powerpc/nohash: fix undefined behaviour when testing page size support
5401 - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
5402 - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
5403 - drm/msm: dpu: Allow planes to extend past active display
5404 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
5405 - drm/omap: fix memory barrier bug in DMM driver
5406 - drm/amd/display: Raise dispclk value for dce120 by 15%
5407 - drm/amd/display: fix gamma not being applied
5408 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
5409 - media: pci: cx23885: handle adding to list failure
5410 - media: coda: don't overwrite h.264 profile_idc on decoder instance
5411 - MIPS: kexec: Mark CPU offline before disabling local IRQ
5412 - powerpc/boot: Ensure _zimage_start is a weak symbol
5413 - powerpc/memtrace: Remove memory in chunks
5414 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
5415 - staging: erofs: fix a missing endian conversion
5416 - serial: 8250_of: Fix for lack of interrupt support
5417 - sc16is7xx: Fix for multi-channel stall
5418 - media: tvp5150: fix width alignment during set_selection()
5419 - powerpc/selftests: Wait all threads to join
5420 - staging:iio:ad7606: fix voltage scales
5421 - drm: rcar-du: Update Gen3 output limitations
5422 - drm/amdgpu: Fix SDMA TO after GPU reset v3
5423 - staging: most: video: fix registration of an empty comp core_component
5424 - 9p locks: fix glock.client_id leak in do_lock
5425 - udf: Prevent write-unsupported filesystem to be remounted read-write
5426 - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
5427 i.MX6ULL
5428 - media: ov5640: fix mode change regression
5429 - 9p: clear dangling pointers in p9stat_free
5430 - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
5431 - media: ov5640: fix restore of last mode set
5432 - cdrom: fix improper type cast, which can leat to information leak.
5433 - ovl: fix error handling in ovl_verify_set_fh()
5434 - ovl: fix recursive oi->lock in ovl_link()
5435 - ovl: check whiteout in ovl_create_over_whiteout()
5436 - ovl: automatically enable redirect_dir on metacopy=on
5437 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
5438 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
5439 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
5440 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
5441 - scsi: qla2xxx: Fix early srb free on abort
5442 - scsi: qla2xxx: shutdown chip if reset fail
5443 - scsi: qla2xxx: Reject bsg request if chip is down.
5444 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
5445 - scsi: qla2xxx: Fix for double free of SRB structure
5446 - scsi: qla2xxx: Fix NVMe session hang on unload
5447 - scsi: qla2xxx: Fix NVMe Target discovery
5448 - scsi: qla2xxx: Fix duplicate switch database entries
5449 - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
5450 - vfs: fix FIGETBSZ ioctl on an overlayfs file
5451 - fuse: Fix use-after-free in fuse_dev_do_read()
5452 - fuse: Fix use-after-free in fuse_dev_do_write()
5453 - fuse: fix blocked_waitq wakeup
5454 - fuse: set FR_SENT while locked
5455 - drm/msm: fix OF child-node lookup
5456 - arm64: dts: stratix10: Support Ethernet Jumbo frame
5457 - arm64: dts: stratix10: fix multicast filtering
5458 - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
5459 - clk: meson: axg: mark fdiv2 and fdiv3 as critical
5460 - zram: close udev startup race condition as default groups
5461 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
5462 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
5463 - xtensa: add NOTES section to the linker script
5464 - xtensa: make sure bFLT stack is 16 byte aligned
5465 - xtensa: fix boot parameters address translation
5466 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
5467 - clk: s2mps11: Fix matching when built as module and DT node contains
5468 compatible
5469 - clk: at91: Fix division by zero in PLL recalc_rate()
5470 - clk: sunxi-ng: h6: fix bus clocks' divider position
5471 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
5472 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
5473 - libceph: bump CEPH_MSG_MAX_DATA_LEN
5474 - Revert "ceph: fix dentry leak in splice_dentry()"
5475 - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
5476 - mach64: fix display corruption on big endian machines
5477 - mach64: fix image corruption due to reading accelerator registers
5478 - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
5479 - acpi/nfit, x86/mce: Validate a MCE's address before using it
5480 - acpi, nfit: Fix ARS overflow continuation
5481 - reset: hisilicon: fix potential NULL pointer dereference
5482 - crypto: hisilicon - Fix NULL dereference for same dst and src
5483 - crypto: hisilicon - Fix reference after free of memories on error path
5484 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
5485 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
5486 - SCSI: fix queue cleanup race before queue initialization is done
5487 - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
5488 CONFIG_SWAP"
5489 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
5490 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
5491 - ocfs2: free up write context when direct IO failed
5492 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
5493 - memory_hotplug: cond_resched in __remove_pages
5494 - netfilter: conntrack: fix calculation of next bucket number in early_drop
5495 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
5496 - bonding/802.3ad: fix link_failure_count tracking
5497 - mtd: spi-nor: cadence-quadspi: Return error code in
5498 cqspi_direct_read_execute()
5499 - mtd: nand: Fix nanddev_neraseblocks()
5500 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
5501 - hwmon: (core) Fix double-free in __hwmon_device_register()
5502 - perf cs-etm: Correct CPU mode for samples
5503 - perf stat: Handle different PMU names with common prefix
5504 - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
5505 - perf intel-pt/bts: Calculate cpumode for synthesized samples
5506 - perf intel-pt: Insert callchain context into synthesized callchains
5507 - of, numa: Validate some distance map rules
5508 - x86/cpu/vmware: Do not trace vmware_sched_clock()
5509 - x86/hyper-v: Enable PIT shutdown quirk
5510 - termios, tty/tty_baudrate.c: fix buffer overrun
5511 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
5512 - watchdog/core: Add missing prototypes for weak functions
5513 - btrfs: fix pinned underflow after transaction aborted
5514 - Btrfs: fix missing data checksums after a ranged fsync (msync)
5515 - Btrfs: fix cur_offset in the error case for nocow
5516 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
5517 - Btrfs: fix data corruption due to cloning of eof block
5518 - btrfs: tree-checker: Fix misleading group system information
5519 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
5520 - ext4: add missing brelse() update_backups()'s error path
5521 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
5522 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
5523 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
5524 - ext4: missing !bh check in ext4_xattr_inode_write()
5525 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
5526 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
5527 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
5528 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
5529 - ext4: avoid possible double brelse() in add_new_gdb() on error path
5530 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
5531 - ext4: fix possible leak of s_journal_flag_rwsem in error path
5532 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
5533 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
5534 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
5535 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
5536 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
5537 - mount: Prevent MNT_DETACH from disconnecting locked mounts
5538 - mnt: fix __detach_mounts infinite loop
5539 - uapi: fix linux/kfd_ioctl.h userspace compilation errors
5540 - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
5541 - kdb: use correct pointer when 'btc' calls 'btt'
5542 - kdb: print real address of pointers instead of hashed addresses
5543 - sunrpc: correct the computation for page_ptr when truncating
5544 - NFSv4: Don't exit the state manager without clearing
5545 NFS4CLNT_MANAGER_RUNNING
5546 - nfsd: COPY and CLONE operations require the saved filehandle to be set
5547 - rtc: hctosys: Add missing range error reporting
5548 - fuse: fix use-after-free in fuse_direct_IO()
5549 - fuse: fix leaked notify reply
5550 - fuse: fix possibly missed wake-up after abort
5551 - selinux: check length properly in SCTP bind hook
5552 - gfs2: Put bitmap buffers in put_super
5553 - gfs2: Fix metadata read-ahead during truncate (2)
5554 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
5555 - crypto: user - fix leaking uninitialized memory to userspace
5556 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
5557 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
5558 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
5559 - efi/arm/libstub: Pack FDT after populating it
5560 - mm: don't reclaim inodes with many attached pages
5561 - scripts/spdxcheck.py: make python3 compliant
5562 - drm/rockchip: Allow driver to be shutdown on reboot/kexec
5563 - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
5564 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
5565 - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
5566 - drm/nouveau: Check backlight IDs are >= 0, not > 0
5567 - drm/nouveau: Fix nv50_mstc->best_encoder()
5568 - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
5569 - drm/etnaviv: fix bogus fence complete check in timeout handler
5570 - drm/dp_mst: Check if primary mstb is null
5571 - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
5572 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
5573 panel's native mode
5574 - drm/i915: Use the correct crtc when sanitizing plane mapping
5575 - drm/i915: Restore vblank interrupts earlier
5576 - drm/i915: Don't unset intel_connector->mst_port
5577 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
5578 - drm/i915: Large page offsets for pread/pwrite
5579 - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
5580 - drm/i915/dp: Restrict link retrain workaround to external monitors
5581 - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
5582 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
5583 - drm/i915: Mark up GTT sizes as u64
5584 - drm/i915: Fix error handling for the NV12 fb dimensions check
5585 - drm/i915: Fix ilk+ watermarks when disabling pipes
5586 - drm/i915: Compare user's 64b GTT offset even on 32b
5587 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
5588 - drm/i915: Mark pin flags as u64
5589 - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
5590 - drm/i915/execlists: Force write serialisation into context image vs
5591 execution
5592 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
5593 - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
5594 - drm/i915: Fix hpd handling for pins with two encoders
5595 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
5596 - Revert "ACPICA: AML interpreter: add region addresses in global list during
5597 initialization"
5598 - Linux 4.19.3
5599
5600 * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
5601 - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
5602
5603 * Miscellaneous Ubuntu changes
5604 - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1
5605
5606 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Nov 2018 11:44:00 -0600
5607
5608linux (4.19.0-5.6) disco; urgency=medium
5609
5610 * crash in ENA driver on removing an interface (LP: #1802341)
5611 - SAUCE: net: ena: fix crash during ena_remove()
5612
5613 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
5614 (LP: #1797367)
5615 - s390/qeth: sanitize strings in debug messages
5616
5617 * Disco update: 4.19.2 upstream stable release (LP: #1803410)
5618 - bpf: fix partial copy of map_ptr when dst is scalar
5619 - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
5620 - gpio: mxs: Get rid of external API call
5621 - mtd: rawnand: marvell: fix the IRQ handler complete() condition
5622 - mtd: maps: gpio-addr-flash: Fix ioremapped size
5623 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
5624 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
5625 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
5626 - spi: spi-mem: Adjust op len based on message/transfer size limitations
5627 - spi: bcm-qspi: switch back to reading flash using smaller chunks
5628 - spi: bcm-qspi: fix calculation of address length
5629 - bcache: trace missed reading by cache_missed
5630 - bcache: fix ioctl in flash device
5631 - bcache: correct dirty data statistics
5632 - bcache: fix miss key refill->end in writeback
5633 - hwmon: (pmbus) Fix page count auto-detection.
5634 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
5635 - block: setup bounce bio_sets properly
5636 - block: make sure discard bio is aligned with logical block size
5637 - block: make sure writesame bio is aligned with logical block size
5638 - cpufreq: conservative: Take limits changes into account properly
5639 - dma-mapping: fix panic caused by passing empty cma command line argument
5640 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
5641 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
5642 - ACPICA: AML interpreter: add region addresses in global list during
5643 initialization
5644 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
5645 opcodes
5646 - acpi, nfit: Fix Address Range Scrub completion tracking
5647 - kprobes/x86: Use preempt_enable() in optimized_callback()
5648 - mailbox: PCC: handle parse error
5649 - parisc: Fix address in HPMC IVA
5650 - parisc: Fix map_pages() to not overwrite existing pte entries
5651 - parisc: Fix exported address of os_hpmc handler
5652 - ALSA: hda - Add quirk for ASUS G751 laptop
5653 - ALSA: hda - Fix headphone pin config for ASUS G751
5654 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
5655 - ALSA: hda: Add 2 more models to the power_save blacklist
5656 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
5657 - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
5658 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
5659 - x86/xen: Fix boot loader version reported for PVH guests
5660 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
5661 option without value is provided
5662 - x86/kvm/nVMX: allow bare VMXON state migration
5663 - x86/mm/pat: Disable preemption around __flush_tlb_all()
5664 - x86/numa_emulation: Fix uniform-split numa emulation
5665 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
5666 - net: socionext: Reset tx queue in ndo_stop
5667 - net: loopback: clear skb->tstamp before netif_rx()
5668 - locking/lockdep: Fix debug_locks off performance problem
5669 - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
5670 - ataflop: fix error handling during setup
5671 - swim: fix cleanup on setup error
5672 - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
5673 - hv_netvsc: fix vf serial matching with pci slot info
5674 - nfp: devlink port split support for 1x100G CXP NIC
5675 - tun: Consistently configure generic netdev params via rtnetlink
5676 - s390/sthyi: Fix machine name validity indication
5677 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
5678 - lightnvm: pblk: fix race on sysfs line state
5679 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
5680 - lightnvm: pblk: fix race condition on metadata I/O
5681 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
5682 - perf tools: Free temporary 'sys' string in read_event_files()
5683 - perf tools: Cleanup trace-event-info 'tdata' leak
5684 - perf tools: Free 'printk' string in parse_ftrace_printk()
5685 - perf strbuf: Match va_{add,copy} with va_end
5686 - cpupower: Fix coredump on VMWare
5687 - bcache: Populate writeback_rate_minimum attribute
5688 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
5689 - sdhci: acpi: add free_slot callback
5690 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
5691 - iwlwifi: pcie: avoid empty free RB queue
5692 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
5693 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
5694 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
5695 - wlcore: Fix BUG with clear completion on timeout
5696 - ACPI/PPTT: Handle architecturally unknown cache types
5697 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
5698 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
5699 - cpufreq: dt: Try freeing static OPPs only if we have added them
5700 - x86/intel_rdt: Show missing resctrl mount options
5701 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
5702 - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
5703 - ath10k: fix tx status flag setting for management frames
5704 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
5705 - ice: fix changing of ring descriptor size (ethtool -G)
5706 - ice: update fw version check logic
5707 - net: hns3: Fix for packet buffer setting bug
5708 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
5709 - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
5710 - x86: boot: Fix EFI stub alignment
5711 - net: hns3: Add nic state check before calling netif_tx_wake_queue
5712 - net: hns3: Fix ets validate issue
5713 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
5714 sunxi_pinctrl_build_state
5715 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
5716 - brcmfmac: fix for proper support of 160MHz bandwidth
5717 - net: hns3: Check hdev state when getting link status
5718 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
5719 - net: phy: phylink: ensure the carrier is off when starting phylink
5720 - block, bfq: correctly charge and reset entity service in all cases
5721 - arm64: entry: Allow handling of undefined instructions from EL1
5722 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
5723 - spi: gpio: No MISO does not imply no RX
5724 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
5725 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
5726 - bpf/verifier: fix verifier instability
5727 - failover: Add missing check to validate 'slave_dev' in
5728 net_failover_slave_unregister
5729 - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
5730 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
5731 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
5732 - net: hns3: Preserve vlan 0 in hardware table
5733 - net: hns3: Fix ping exited problem when doing lp selftest
5734 - net: hns3: Fix for vf vlan delete failed problem
5735 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
5736 - mt76x2u: run device cleanup routine if resume fails
5737 - rsi: fix memory alignment issue in ARM32 platforms
5738 - libertas_tf: prevent underflow in process_cmdrequest()
5739 - iwlwifi: mvm: fix BAR seq ctrl reporting
5740 - gpio: brcmstb: allow 0 width GPIO banks
5741 - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
5742 - ixgbevf: VF2VF TCP RSS
5743 - wil6210: fix RX buffers release and unmap
5744 - ath10k: schedule hardware restart if WMI command times out
5745 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
5746 - thermal: rcar_thermal: Prevent doing work after unbind
5747 - thermal: da9062/61: Prevent hardware access during system suspend
5748 - cifs: fix a credits leak for compund commands
5749 - cgroup, netclassid: add a preemption point to write_classid
5750 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
5751 - f2fs: fix to account IO correctly for cgroup writeback
5752 - MD: Memory leak when flush bio size is zero
5753 - md: fix memleak for mempool
5754 - of: Add missing exports of node name compare functions
5755 - scsi: esp_scsi: Track residual for PIO transfers
5756 - scsi: ufs: Schedule clk gating work on correct queue
5757 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
5758 - KVM: nVMX: Clear reserved bits of #DB exit qualification
5759 - scsi: megaraid_sas: fix a missing-check bug
5760 - RDMA/core: Do not expose unsupported counters
5761 - RDMA/cm: Respect returned status of cm_init_av_by_path
5762 - IB/ipoib: Clear IPCB before icmp_send
5763 - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
5764 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
5765 - usb: host: ohci-at91: fix request of irq for optional gpio
5766 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
5767 - PCI: cadence: Use AXI region 0 to signal interrupts from EP
5768 - usb: typec: tcpm: Report back negotiated PPS voltage and current
5769 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
5770 - f2fs: clear PageError on the read path
5771 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
5772 - VMCI: Resource wildcard match fixed
5773 - PCI / ACPI: Enable wake automatically for power managed bridges
5774 - xprtrdma: Reset credit grant properly after a disconnect
5775 - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
5776 - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
5777 - usb: dwc2: fix a race with external vbus supply
5778 - usb: gadget: udc: atmel: handle at91sam9rl PMC
5779 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
5780 - MD: fix invalid stored role for a disk
5781 - PCI: cadence: Correct probe behaviour when failing to get PHY
5782 - nvmem: check the return value of nvmem_add_cells()
5783 - xhci: Avoid USB autosuspend when resuming USB2 ports.
5784 - scsi: qla2xxx: Fix recursive mailbox timeout
5785 - f2fs: fix to recover inode's crtime during POR
5786 - f2fs: fix to recover inode's i_flags during POR
5787 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
5788 - coresight: etb10: Fix handling of perf mode
5789 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
5790 - crypto: caam - fix implicit casts in endianness helpers
5791 - usb: chipidea: Prevent unbalanced IRQ disable
5792 - Smack: ptrace capability use fixes
5793 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
5794 - ASoC: AMD: Fix capture unstable in beginning for some runs
5795 - firmware: coreboot: Unmap ioregion after device population
5796 - IB/ipoib: Use dev_port to expose network interface port numbers
5797 - IB/mlx5: Allow transition of DCI QP to reset
5798 - uio: ensure class is registered before devices
5799 - scsi: lpfc: Correct soft lockup when running mds diagnostics
5800 - scsi: lpfc: Correct race with abort on completion path
5801 - f2fs: avoid sleeping under spin_lock
5802 - f2fs: report error if quota off error during umount
5803 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
5804 init
5805 - f2fs: fix to flush all dirty inodes recovered in readonly fs
5806 - mfd: menelaus: Fix possible race condition and leak
5807 - dmaengine: dma-jz4780: Return error if not probed from DT
5808 - IB/rxe: fix for duplicate request processing and ack psns
5809 - ALSA: hda: Check the non-cached stream buffers more explicitly
5810 - cpupower: Fix AMD Family 0x17 msr_pstate size
5811 - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
5812 - f2fs: fix missing up_read
5813 - f2fs: fix to recover cold bit of inode block during POR
5814 - f2fs: fix to account IO correctly
5815 - OPP: Free OPP table properly on performance state irregularities
5816 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
5817 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
5818 - xen-swiotlb: use actually allocated size on check physical continuous
5819 - tpm: Restore functionality to xen vtpm driver.
5820 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
5821 - xen/balloon: Support xend-based toolstack
5822 - xen: fix race in xen_qlock_wait()
5823 - xen: make xen_qlock_wait() nestable
5824 - xen/pvh: increase early stack size
5825 - xen/pvh: don't try to unplug emulated devices
5826 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
5827 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
5828 - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
5829 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
5830 - mt76: mt76x2: fix multi-interface beacon configuration
5831 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
5832 - net/ipv4: defensive cipso option parsing
5833 - dmaengine: ppc4xx: fix off-by-one build failure
5834 - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
5835 usage
5836 - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
5837 - libnvdimm: Hold reference on parent while scheduling async init
5838 - libnvdimm, region: Fail badblocks listing for inactive regions
5839 - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
5840 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
5841 - ASoC: sta32x: set ->component pointer in private struct
5842 - IB/mlx5: Fix MR cache initialization
5843 - IB/rxe: Revise the ib_wr_opcode enum
5844 - jbd2: fix use after free in jbd2_log_do_checkpoint()
5845 - gfs2_meta: ->mount() can get NULL dev_name
5846 - ext4: fix EXT4_IOC_SWAP_BOOT
5847 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
5848 - ext4: fix setattr project check in fssetxattr ioctl
5849 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
5850 - ext4: fix use-after-free race in ext4_remount()'s error path
5851 - selinux: fix mounting of cgroup2 under older policies
5852 - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
5853 - HID: hiddev: fix potential Spectre v1
5854 - EDAC, amd64: Add Family 17h, models 10h-2fh support
5855 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
5856 - EDAC, skx_edac: Fix logical channel intermediate decoding
5857 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
5858 - PCI/ASPM: Fix link_state teardown on device removal
5859 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
5860 - signal/GenWQE: Fix sending of SIGKILL
5861 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
5862 - crypto: lrw - Fix out-of bounds access on counter overflow
5863 - crypto: tcrypt - fix ghash-generic speed test
5864 - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
5865 a page in gcm
5866 - crypto: morus/generic - fix for big endian systems
5867 - crypto: aegis/generic - fix for big endian systems
5868 - crypto: speck - remove Speck
5869 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
5870 - userfaultfd: disable irqs when taking the waitqueue lock
5871 - ima: fix showing large 'violations' or 'runtime_measurements_count'
5872 - ima: open a new file instance if no read permissions
5873 - hugetlbfs: dirty pages as they are added to pagecache
5874 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
5875 - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
5876 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
5877 - KVM: arm64: Fix caching of host MDCR_EL2 value
5878 - kbuild: fix kernel/bounds.c 'W=1' warning
5879 - iio: ad5064: Fix regulator handling
5880 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
5881 - iio: adc: at91: fix acking DRDY irq on simple conversions
5882 - iio: adc: at91: fix wrong channel number in triggered buffer mode
5883 - w1: omap-hdq: fix missing bus unregister at removal
5884 - smb3: allow stats which track session and share reconnects to be reset
5885 - smb3: do not attempt cifs operation in smb3 query info error path
5886 - smb3: on kerberos mount if server doesn't specify auth type use krb5
5887 - printk: Fix panic caused by passing log_buf_len to command line
5888 - genirq: Fix race on spurious interrupt detection
5889 - tpm: fix response size validation in tpm_get_random()
5890 - NFC: nfcmrvl_uart: fix OF child-node lookup
5891 - NFSv4.1: Fix the r/wsize checking
5892 - nfs: Fix a missed page unlock after pg_doio()
5893 - nfsd: correctly decrement odstate refcount in error path
5894 - nfsd: Fix an Oops in free_session()
5895 - lockd: fix access beyond unterminated strings in prints
5896 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
5897 - dm zoned: fix metadata block ref counting
5898 - dm zoned: fix various dmz_get_mblock() issues
5899 - media: ov7670: make "xclk" clock optional
5900 - fsnotify: Fix busy inodes during unmount
5901 - powerpc64/module elfv1: Set opd addresses after module relocation
5902 - powerpc/msi: Fix compile error on mpc83xx
5903 - powerpc/tm: Fix HFSCR bit for no suspend case
5904 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
5905 - MIPS: OCTEON: fix out of bounds array access on CN68XX
5906 - rtc: ds1307: fix ds1339 wakealarm support
5907 - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
5908 - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
5909 - power: supply: twl4030-charger: fix OF sibling-node lookup
5910 - ocxl: Fix access to the AFU Descriptor Data
5911 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
5912 - TC: Set DMA masks for devices
5913 - net: bcmgenet: fix OF child-node lookup
5914 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
5915 - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
5916 - kgdboc: Passing ekgdboc to command line causes panic
5917 - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
5918 - media: cec: make cec_get_edid_spa_location() an inline function
5919 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
5920 - xen: fix xen_qlock_wait()
5921 - xen: remove size limit of privcmd-buf mapping interface
5922 - xen-blkfront: fix kernel panic with negotiate_mq error path
5923 - media: cec: add new tx/rx status bits to detect aborts/timeouts
5924 - media: cec: fix the Signal Free Time calculation
5925 - media: cec: forgot to cancel delayed work
5926 - media: em28xx: use a default format if TRY_FMT fails
5927 - media: tvp5150: avoid going past array on v4l2_querymenu()
5928 - media: em28xx: fix input name for Terratec AV 350
5929 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
5930 - media: em28xx: fix handler for vidioc_s_input()
5931 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
5932 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
5933 - drm/mediatek: fix OF sibling-node lookup
5934 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
5935 - media: replace ADOBERGB by OPRGB
5936 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
5937 - arm64: lse: remove -fcall-used-x0 flag
5938 - rpmsg: smd: fix memory leak on channel create
5939 - Cramfs: fix abad comparison when wrap-arounds occur
5940 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
5941 - arm64: dts: stratix10: Correct System Manager register size
5942 - soc: qcom: rmtfs-mem: Validate that scm is available
5943 - soc/tegra: pmc: Fix child-node lookup
5944 - selftests/ftrace: Fix synthetic event test to delete event correctly
5945 - selftests/powerpc: Fix ptrace tm failure
5946 - tracing: Return -ENOENT if there is no target synthetic event
5947 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
5948 - btrfs: Handle owner mismatch gracefully when walking up tree
5949 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
5950 - btrfs: fix error handling in free_log_tree
5951 - btrfs: fix error handling in btrfs_dev_replace_start
5952 - btrfs: Enhance btrfs_trim_fs function to handle error better
5953 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
5954 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
5955 - btrfs: don't attempt to trim devices that don't support it
5956 - btrfs: keep trim from interfering with transaction commits
5957 - btrfs: wait on caching when putting the bg cache
5958 - Btrfs: don't clean dirty pages during buffered writes
5959 - btrfs: release metadata before running delayed refs
5960 - btrfs: protect space cache inode alloc with GFP_NOFS
5961 - btrfs: reset max_extent_size on clear in a bitmap
5962 - btrfs: make sure we create all new block groups
5963 - Btrfs: fix warning when replaying log after fsync of a tmpfile
5964 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
5965 - btrfs: qgroup: Dirty all qgroups before rescan
5966 - Btrfs: fix null pointer dereference on compressed write path error
5967 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
5968 - Btrfs: fix deadlock when writing out free space caches
5969 - btrfs: reset max_extent_size properly
5970 - btrfs: set max_extent_size properly
5971 - btrfs: don't use ctl->free_space for max_extent_size
5972 - btrfs: only free reserved extent if we didn't insert it
5973 - btrfs: fix insert_reserved error handling
5974 - btrfs: don't run delayed_iputs in commit
5975 - btrfs: move the dio_sem higher up the callchain
5976 - Btrfs: fix use-after-free during inode eviction
5977 - Btrfs: fix use-after-free when dumping free space
5978 - net: sched: Remove TCA_OPTIONS from policy
5979 - vt: fix broken display when running aptitude
5980 - bpf: wait for running BPF programs when updating map-in-map
5981 - vga_switcheroo: Fix missing gpu_bound call at audio client registration
5982 - MD: fix invalid stored role for a disk - try2
5983 - Linux 4.19.2
5984
5985 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
5986 - KVM: s390: vsie: simulate VCPU SIE entry/exit
5987 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
5988 - KVM: s390: refactor crypto initialization
5989 - s390: vfio-ap: base implementation of VFIO AP device driver
5990 - s390: vfio-ap: register matrix device with VFIO mdev framework
5991 - s390: vfio-ap: sysfs interfaces to configure adapters
5992 - s390: vfio-ap: sysfs interfaces to configure domains
5993 - s390: vfio-ap: sysfs interfaces to configure control domains
5994 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
5995 - KVM: s390: interface to clear CRYCB masks
5996 - s390: vfio-ap: implement mediated device open callback
5997 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
5998 - s390: vfio-ap: zeroize the AP queues
5999 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
6000 - KVM: s390: Clear Crypto Control Block when using vSIE
6001 - KVM: s390: vsie: Do the CRYCB validation first
6002 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
6003 - KVM: s390: vsie: Allow CRYCB FORMAT-2
6004 - KVM: s390: vsie: allow CRYCB FORMAT-1
6005 - KVM: s390: vsie: allow CRYCB FORMAT-0
6006 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
6007 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
6008 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
6009 - KVM: s390: device attrs to enable/disable AP interpretation
6010 - KVM: s390: CPU model support for AP virtualization
6011 - s390: doc: detailed specifications for AP virtualization
6012 - KVM: s390: fix locking for crypto setting error path
6013 - KVM: s390: Tracing APCB changes
6014 - s390: vfio-ap: setup APCB mask using KVM dedicated function
6015 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
6016
6017 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
6018 - mount: Retest MNT_LOCKED in do_umount
6019 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
6020
6021 * CVE-2018-18955: nested user namespaces with more than five extents
6022 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
6023 - userns: also map extents in the reverse map to kernel IDs
6024
6025 * kdump fail due to an IRQ storm (LP: #1797990)
6026 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
6027 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
6028 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
6029
6030 * Disable LPM for Raydium Touchscreens (LP: #1802248)
6031 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
6032
6033 * Power consumption during s2idle is higher than long idle(sk hynix)
6034 (LP: #1801875)
6035 - SAUCE: pci: prevent sk hynix nvme from entering D3
6036 - SAUCE: nvme: add quirk to not call disable function when suspending
6037
6038 * Disco update: v4.19.1 upstream stable release (LP: #1801739)
6039 - bridge: do not add port to router list when receives query with source
6040 0.0.0.0
6041 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
6042 called
6043 - net/mlx5e: fix csum adjustments caused by RXFCS
6044 - net: sched: gred: pass the right attribute to gred_change_table_def()
6045 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
6046 - net: udp: fix handling of CHECKSUM_COMPLETE packets
6047 - Revert "net: simplify sock_poll_wait"
6048 - rtnetlink: Disallow FDB configuration for non-Ethernet device
6049 - vhost: Fix Spectre V1 vulnerability
6050 - bonding: fix length of actor system
6051 - openvswitch: Fix push/pop ethernet validation
6052 - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
6053 route
6054 - net/smc: fix smc_buf_unuse to use the lgr pointer
6055 - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
6056 - mlxsw: core: Fix devlink unregister flow
6057 - net: drop skb on failure in ip_check_defrag()
6058 - net: Properly unlink GRO packets on overflow.
6059 - r8169: fix broken Wake-on-LAN from S5 (poweroff)
6060 - Revert "be2net: remove desc field from be_eq_obj"
6061 - sctp: check policy more carefully when getting pr status
6062 - sparc64: Export __node_distance.
6063 - sparc64: Make corrupted user stacks more debuggable.
6064 - sparc64: Wire up compat getpeername and getsockname.
6065 - net: bridge: remove ipv6 zero address check in mcast queries
6066 - Linux 4.19.1
6067
6068 * Miscellaneous Ubuntu changes
6069 - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
6070 - [Config] updateconfigs after 4.19.2 stable update
6071 - [Config] Disable unneded options for s390
6072 - [Config] Update annotations for 4.19
6073
6074 -- Seth Forshee <seth.forshee@canonical.com> Thu, 15 Nov 2018 09:55:37 -0800
6075
6076linux (4.19.0-4.5) disco; urgency=medium
6077
6078 * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
6079 - net-next/hinic: add checksum offload and TSO support
6080
6081 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
6082 than 255 bytes (LP: #1799794)
6083 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
6084
6085 * Packaging resync (LP: #1786013)
6086 - [Package] add support for specifying the primary makefile
6087
6088 * Update ENA driver to version 2.0.1K (LP: #1798182)
6089 - net: ena: minor performance improvement
6090 - net: ena: complete host info to match latest ENA spec
6091 - net: ena: introduce Low Latency Queues data structures according to ENA spec
6092 - net: ena: add functions for handling Low Latency Queues in ena_com
6093 - net: ena: add functions for handling Low Latency Queues in ena_netdev
6094 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
6095 - net: ena: explicit casting and initialization, and clearer error handling
6096 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
6097 - net: ena: change rx copybreak default to reduce kernel memory pressure
6098 - net: ena: remove redundant parameter in ena_com_admin_init()
6099 - net: ena: update driver version to 2.0.1
6100 - net: ena: fix indentations in ena_defs for better readability
6101 - net: ena: Fix Kconfig dependency on X86
6102 - net: ena: enable Low Latency Queues
6103 - net: ena: fix compilation error in xtensa architecture
6104
6105 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
6106 - ipmi: Fix timer race with module unload
6107
6108 * Overlayfs in user namespace leaks directory content of inaccessible
6109 directories (LP: #1793458) // CVE-2018-6559
6110 - SAUCE: overlayfs: ensure mounter privileges when reading directories
6111
6112 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
6113 vDSO (LP: #1797963)
6114 - powerpc/vdso: Correct call frame information
6115
6116 * Miscellaneous Ubuntu changes
6117 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
6118 from the efi stub"
6119 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
6120 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
6121 efi_status_to_str() to print error messages."
6122 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
6123 efi_status_to_err()."
6124 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
6125 about cert lists that aren't present."
6126 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
6127 to be suppressed"
6128 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
6129 Secure Boot"
6130 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
6131 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
6132 - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
6133 addition of keys to secondary keyring"
6134 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
6135 secure boot mode"
6136 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
6137 indicate secure boot mode"
6138 - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
6139 across kexec reboot"
6140 - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
6141 kernel is locked down"
6142 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
6143 - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
6144 functions when the kernel is locked down"
6145 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
6146 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
6147 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
6148 testmmiotrace module"
6149 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
6150 hardware parameters (eg. ioport)"
6151 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
6152 - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
6153 kernel is locked down"
6154 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
6155 the kernel is locked down"
6156 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
6157 the kernel is locked down"
6158 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
6159 when the kernel has been locked down"
6160 - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
6161 when the kernel is locked down"
6162 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
6163 kernel is locked down"
6164 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
6165 kernel is locked down"
6166 - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
6167 kernel is locked down"
6168 - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
6169 locked down"
6170 - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
6171 locked down"
6172 - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
6173 kernel is locked down"
6174 - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
6175 kernel is locked down"
6176 - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
6177 kernel is locked down"
6178 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
6179 lockdown"
6180 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
6181 the running kernel image"
6182 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
6183 kernel image
6184 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
6185 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
6186 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
6187 locked down
6188 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
6189 down
6190 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
6191 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
6192 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
6193 down
6194 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
6195 locked down
6196 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
6197 down
6198 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
6199 locked down
6200 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
6201 has been locked down
6202 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
6203 locked down
6204 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
6205 locked down
6206 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
6207 down
6208 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
6209 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
6210 parameters (eg. ioport)
6211 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
6212 - SAUCE: (efi-lockdown) Lock down /proc/kcore
6213 - SAUCE: (efi-lockdown) Lock down kprobes
6214 - SAUCE: (efi-lockdown) Lock down perf
6215 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
6216 down
6217 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
6218 secondary keyring
6219 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
6220 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
6221 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
6222 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
6223 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
6224 that aren't present.
6225 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
6226 efi_status_to_err().
6227 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
6228 error messages.
6229 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
6230 reboot
6231 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
6232 boot mode
6233 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
6234 mode
6235 - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
6236 - SAUCE: (efi-lockdown) Fix for module sig verification
6237 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
6238 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
6239 - [Packaging] generate Vcs-Git url from changelog
6240 - [Config] CONFIG_SCSI_MQ_DEFAULT=y
6241
6242 -- Seth Forshee <seth.forshee@canonical.com> Fri, 02 Nov 2018 14:22:55 -0500
6243
6244linux (4.19.0-3.4) cosmic; urgency=medium
6245
6246 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
6247 - SAUCE: Bluetooth: Support for LED on Edge Gateways
6248
6249 * Support Edge Gateway's WIFI LED (LP: #1798330)
6250 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
6251
6252 [ Upstream Kernel Changes ]
6253
6254 * Rebase to v4.19
6255
6256 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Oct 2018 09:13:39 -0500
6257
6258linux (4.19.0-2.3) cosmic; urgency=medium
6259
6260 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
6261 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
6262
6263 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
6264 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
6265 VM
6266
6267 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
6268 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
6269
6270 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
6271 gic_irq_domain_translate (LP: #1797143)
6272 - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
6273
6274 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
6275 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
6276 - updateconfigs for Dell UART backlight driver
6277
6278 * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
6279 make brightness adjustment working on various BayTrail/CherryTrail-based
6280 devices (LP: #1783964)
6281 - [Config]: Make PWM_LPSS_* built-in
6282
6283 * check and fix zkey required kernel modules locations in debs, udebs, and
6284 initramfs (LP: #1794346)
6285 - [Config] add s390 crypto modules to crypt-modules udeb
6286
6287 * Miscellaneous Ubuntu changes
6288 - [Config] CONFIG_VBOXGUEST=n
6289 - ubuntu: vbox -- update to 5.2.18-dfsg-2
6290 - ubuntu: enable vbox build
6291
6292 [ Upstream Kernel Changes ]
6293
6294 * Rebase to v4.19-rc8
6295
6296 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Oct 2018 10:52:04 -0500
6297
6298linux (4.19.0-1.2) cosmic; urgency=medium
6299
6300 * Page leaking in cachefiles_read_backing_file while vmscan is active
6301 (LP: #1793430)
6302 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
6303 is active
6304
6305 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
6306 - Input: elantech - enable middle button of touchpad on ThinkPad P72
6307
6308 * Improvements to the kernel source package preparation (LP: #1793461)
6309 - [Packaging] startnewrelease: add support for backport kernels
6310
6311 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
6312 - SAUCE: PCI: Reprogram bridge prefetch registers on resume
6313
6314 * Error reported when creating ZFS pool with "-t" option, despite successful
6315 pool creation (LP: #1769937)
6316 - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
6317
6318 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
6319 (LP: #1792099)
6320 - SAUCE: vfio -- release device lock before userspace requests
6321
6322 * Miscellaneous Ubuntu changes
6323 - [Packaging] retpoline -- fix temporary filenaming
6324 - CONFIG_BCH_CONST_PARAMS=n
6325 - Packaging: final-checks: remove trailing backport suffix
6326 - SAUCE: import aufs driver
6327
6328 [ Upstream Kernel Changes ]
6329
6330 * Rebase to v4.19-rc5
6331
6332 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Sep 2018 16:32:24 -0500
6333
6334linux (4.19.0-0.1) cosmic; urgency=medium
6335
6336 * Miscellaneous Ubuntu changes
6337 - ubuntu -- disable vbox build
6338 - Disable zfs build
6339 - SAUCE: Import aufs driver
6340 - Update dropped.txt
6341
6342 [ Upstream Kernel Changes ]
6343
6344 * Rebase to v4.19-rc3
6345
6346 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 07:54:47 -0500
6347
6348linux (4.19.0-0.0) cosmic; urgency=medium
6349
6350 * Dummy entry.
6351
6352 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 06:44:09 -0500
6353
6354linux (4.18.0-8.9) cosmic; urgency=medium
6355
6356 * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
6357
6358 * Cosmic update to v4.18.7 stable release (LP: #1791660)
6359 - rcu: Make expedited GPs handle CPU 0 being offline
6360 - net: 6lowpan: fix reserved space for single frames
6361 - net: mac802154: tx: expand tailroom if necessary
6362 - 9p/net: Fix zero-copy path in the 9p virtio transport
6363 - spi: davinci: fix a NULL pointer dereference
6364 - spi: pxa2xx: Add support for Intel Ice Lake
6365 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
6366 - spi: cadence: Change usleep_range() to udelay(), for atomic context
6367 - mmc: block: Fix unsupported parallel dispatch of requests
6368 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
6369 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
6370 - readahead: stricter check for bdi io_pages
6371 - block: fix infinite loop if the device loses discard capability
6372 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
6373 - block: really disable runtime-pm for blk-mq
6374 - blkcg: Introduce blkg_root_lookup()
6375 - block: Introduce blk_exit_queue()
6376 - block: Ensure that a request queue is dissociated from the cgroup controller
6377 - apparmor: fix bad debug check in apparmor_secid_to_secctx()
6378 - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
6379 - libertas: fix suspend and resume for SDIO connected cards
6380 - media: Revert "[media] tvp5150: fix pad format frame height"
6381 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
6382 - Replace magic for trusting the secondary keyring with #define
6383 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
6384 boot
6385 - powerpc/fadump: handle crash memory ranges array index overflow
6386 - powerpc/64s: Fix page table fragment refcount race vs speculative references
6387 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
6388 - powerpc/pkeys: Give all threads control of their key permissions
6389 - powerpc/pkeys: Deny read/write/execute by default
6390 - powerpc/pkeys: key allocation/deallocation must not change pkey registers
6391 - powerpc/pkeys: Save the pkey registers before fork
6392 - powerpc/pkeys: Fix calculation of total pkeys.
6393 - powerpc/pkeys: Preallocate execute-only key
6394 - powerpc/nohash: fix pte_access_permitted()
6395 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
6396 - powerpc/powernv/pci: Work around races in PCI bridge enabling
6397 - cxl: Fix wrong comparison in cxl_adapter_context_get()
6398 - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
6399 - IB/mlx5: Fix leaking stack memory to userspace
6400 - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
6401 - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
6402 - IB/srpt: Support HCAs with more than two ports
6403 - overflow.h: Add arithmetic shift helper
6404 - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
6405 - ib_srpt: Fix a use-after-free in srpt_close_ch()
6406 - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
6407 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
6408 - 9p: fix multiple NULL-pointer-dereferences
6409 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
6410 - 9p/virtio: fix off-by-one error in sg list bounds check
6411 - net/9p/client.c: version pointer uninitialized
6412 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
6413 kfree()
6414 - dm integrity: change 'suspending' variable from bool to int
6415 - dm thin: stop no_space_timeout worker when switching to write-mode
6416 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
6417 - dm cache metadata: set dirty on all cache blocks after a crash
6418 - dm crypt: don't decrease device limits
6419 - dm writecache: fix a crash due to reading past end of dirty_bitmap
6420 - uart: fix race between uart_put_char() and uart_shutdown()
6421 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
6422 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
6423 - iio: sca3000: Fix missing return in switch
6424 - iio: ad9523: Fix displayed phase
6425 - iio: ad9523: Fix return value for ad952x_store()
6426 - extcon: Release locking when sending the notification of connector state
6427 - eventpoll.h: wrap casts in () properly
6428 - vmw_balloon: fix inflation of 64-bit GFNs
6429 - vmw_balloon: do not use 2MB without batching
6430 - vmw_balloon: VMCI_DOORBELL_SET does not check status
6431 - vmw_balloon: fix VMCI use when balloon built into kernel
6432 - rtc: omap: fix resource leak in registration error path
6433 - rtc: omap: fix potential crash on power off
6434 - tracing: Do not call start/stop() functions when tracing_on does not change
6435 - tracing/blktrace: Fix to allow setting same value
6436 - printk/tracing: Do not trace printk_nmi_enter()
6437 - livepatch: Validate module/old func name length
6438 - uprobes: Use synchronize_rcu() not synchronize_sched()
6439 - mfd: hi655x: Fix regmap area declared size for hi655x
6440 - ovl: fix wrong use of impure dir cache in ovl_iterate()
6441 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
6442 - ACPICA: Clear status of all events when entering sleep states
6443 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
6444 - sched: idle: Avoid retaining the tick when it has been stopped
6445 - cpuidle: menu: Handle stopped tick more aggressively
6446 - cpufreq: governor: Avoid accessing invalid governor_data
6447 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
6448 - ALSA: ac97: fix device initialization in the compat layer
6449 - ALSA: ac97: fix check of pm_runtime_get_sync failure
6450 - ALSA: ac97: fix unbalanced pm_runtime_enable
6451 - i2c: designware: Re-init controllers with pm_disabled set on resume
6452 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
6453 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
6454 - xtensa: limit offsets in __loop_cache_{all,page}
6455 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
6456 - block, bfq: return nbytes and not zero from struct cftype .write() method
6457 - pnfs/blocklayout: off by one in bl_map_stripe()
6458 - nfsd: fix leaked file lock with nfs exported overlayfs
6459 - NFSv4 client live hangs after live data migration recovery
6460 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
6461 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
6462 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
6463 - ARM: dts: am57xx-idk: Enable dual role for USB2 port
6464 - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
6465 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
6466 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
6467 VMSA
6468 - iommu/vt-d: Add definitions for PFSID
6469 - iommu/vt-d: Fix dev iotlb pfsid use
6470 - sys: don't hold uts_sem while accessing userspace memory
6471 - userns: move user access out of the mutex
6472 - ubifs: Fix memory leak in lprobs self-check
6473 - Revert "UBIFS: Fix potential integer overflow in allocation"
6474 - ubifs: Check data node size before truncate
6475 - ubifs: xattr: Don't operate on deleted inodes
6476 - ubifs: Fix directory size calculation for symlinks
6477 - ubifs: Fix synced_i_size calculation for xattr inodes
6478 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
6479 - pwm: tiehrpwm: Fix disabling of output of PWMs
6480 - fb: fix lost console when the user unplugs a USB adapter
6481 - udlfb: fix semaphore value leak
6482 - udlfb: fix display corruption of the last line
6483 - udlfb: don't switch if we are switching to the same videomode
6484 - udlfb: set optimal write delay
6485 - udlfb: make a local copy of fb_ops
6486 - udlfb: handle allocation failure
6487 - udlfb: set line_length in dlfb_ops_set_par
6488 - getxattr: use correct xattr length
6489 - libnvdimm: Use max contiguous area for namespace size
6490 - libnvdimm: fix ars_status output length calculation
6491 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
6492 - kconfig: fix "Can't open ..." in parallel build
6493 - perf auxtrace: Fix queue resize
6494 - crypto: vmx - Fix sleep-in-atomic bugs
6495 - crypto: aesni - Use unaligned loads from gcm_context_data
6496 - crypto: arm64/sm4-ce - check for the right CPU feature bit
6497 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
6498 - crypto: caam/jr - fix descriptor DMA unmapping
6499 - crypto: caam/qi - fix error path in xts setkey
6500 - fs/quota: Fix spectre gadget in do_quotactl
6501 - udf: Fix mounting of Win7 created UDF filesystems
6502 - cpuidle: menu: Retain tick when shallow state is selected
6503 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
6504 - Linux 4.18.7
6505
6506 * CVE-2017-5715
6507 - s390: detect etoken facility
6508 - KVM: s390: add etoken support for guests
6509
6510 * Missing Intel GPU pci-id's (LP: #1789924)
6511 - drm/i915/whl: Introducing Whiskey Lake platform
6512 - drm/i915/aml: Introducing Amber Lake platform
6513 - drm/i915/cfl: Add a new CFL PCI ID.
6514
6515 * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
6516 - s390/ism: add device driver for internal shared memory
6517 - CONFIG_ISM=y for s390
6518
6519 * Cosmic update to v4.18.6 stable release (LP: #1791105)
6520 - PATCH scripts/kernel-doc
6521 - scripts/kernel-doc: Escape all literal braces in regexes
6522 - scsi: libsas: dynamically allocate and free ata host
6523 - xprtrdma: Fix disconnect regression
6524 - mei: don't update offset in write
6525 - cifs: add missing support for ACLs in SMB 3.11
6526 - CIFS: fix uninitialized ptr deref in smb2 signing
6527 - cifs: add missing debug entries for kconfig options
6528 - cifs: use a refcount to protect open/closing the cached file handle
6529 - cifs: check kmalloc before use
6530 - smb3: enumerating snapshots was leaving part of the data off end
6531 - smb3: Do not send SMB3 SET_INFO if nothing changed
6532 - smb3: don't request leases in symlink creation and query
6533 - smb3: fill in statfs fsid and correct namelen
6534 - btrfs: use correct compare function of dirty_metadata_bytes
6535 - btrfs: don't leak ret from do_chunk_alloc
6536 - Btrfs: fix mount failure after fsync due to hard link recreation
6537 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
6538 - Btrfs: fix send failure when root has deleted files still open
6539 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
6540 - hwmon: (k10temp) 27C Offset needed for Threadripper2
6541 - bpf, arm32: fix stack var offset in jit
6542 - regulator: arizona-ldo1: Use correct device to get enable GPIO
6543 - iommu/arm-smmu: Error out only if not enough context interrupts
6544 - printk: Split the code for storing a message into the log buffer
6545 - printk: Create helper function to queue deferred console handling
6546 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
6547 - kprobes/arm64: Fix %p uses in error messages
6548 - arm64: Fix mismatched cache line size detection
6549 - arm64: Handle mismatched cache type
6550 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
6551 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
6552 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
6553 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
6554 - KVM: arm/arm64: Skip updating PMD entry if no change
6555 - KVM: arm/arm64: Skip updating PTE entry if no change
6556 - s390/kvm: fix deadlock when killed by oom
6557 - perf kvm: Fix subcommands on s390
6558 - stop_machine: Reflow cpu_stop_queue_two_works()
6559 - stop_machine: Atomically queue and wake stopper threads
6560 - ext4: check for NUL characters in extended attribute's name
6561 - ext4: use ext4_warning() for sb_getblk failure
6562 - ext4: sysfs: print ext4_super_block fields as little-endian
6563 - ext4: reset error code in ext4_find_entry in fallback
6564 - ext4: fix race when setting the bitmap corrupted flag
6565 - x86/gpu: reserve ICL's graphics stolen memory
6566 - platform/x86: wmi: Do not mix pages and kmalloc
6567 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
6568 - mm: move tlb_table_flush to tlb_flush_mmu_free
6569 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
6570 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
6571 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
6572 much RAM
6573 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
6574 - x86/vdso: Fix vDSO build if a retpoline is emitted
6575 - x86/process: Re-export start_thread()
6576 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
6577 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
6578 - fuse: Don't access pipe->buffers without pipe_lock()
6579 - fuse: fix initial parallel dirops
6580 - fuse: fix double request_end()
6581 - fuse: fix unlocked access to processing queue
6582 - fuse: umount should wait for all requests
6583 - fuse: Fix oops at process_init_reply()
6584 - fuse: Add missed unlock_page() to fuse_readpages_fill()
6585 - lib/vsprintf: Do not handle %pO[^F] as %px
6586 - udl-kms: change down_interruptible to down
6587 - udl-kms: handle allocation failure
6588 - udl-kms: fix crash due to uninitialized memory
6589 - udl-kms: avoid division
6590 - b43legacy/leds: Ensure NUL-termination of LED name string
6591 - b43/leds: Ensure NUL-termination of LED name string
6592 - ASoC: dpcm: don't merge format from invalid codec dai
6593 - ASoC: zte: Fix incorrect PCM format bit usages
6594 - ASoC: sirf: Fix potential NULL pointer dereference
6595 - ASoC: wm_adsp: Correct DSP pointer for preloader control
6596 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
6597 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
6598 - scsi: qla2xxx: Fix stalled relogin
6599 - x86/vdso: Fix lsl operand order
6600 - x86/nmi: Fix NMI uaccess race against CR3 switching
6601 - x86/irqflags: Mark native_restore_fl extern inline
6602 - x86/spectre: Add missing family 6 check to microcode check
6603 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
6604 - hwmon: (nct6775) Fix potential Spectre v1
6605 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
6606 - x86: Allow generating user-space headers without a compiler
6607 - s390/mm: fix addressing exception after suspend/resume
6608 - s390/lib: use expoline for all bcr instructions
6609 - s390: fix br_r1_trampoline for machines without exrl
6610 - s390/qdio: reset old sbal_state flags
6611 - s390/numa: move initial setup of node_to_cpumask_map
6612 - s390/purgatory: Fix crash with expoline enabled
6613 - s390/purgatory: Add missing FORCE to Makefile targets
6614 - kprobes: Show blacklist addresses as same as kallsyms does
6615 - kprobes: Replace %p with other pointer types
6616 - kprobes/arm: Fix %p uses in error messages
6617 - kprobes: Make list and blacklist root user read only
6618 - MIPS: Correct the 64-bit DSP accumulator register size
6619 - MIPS: memset.S: Fix byte_fixup for MIPSr6
6620 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
6621 - MIPS: Change definition of cpu_relax() for Loongson-3
6622 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
6623 - tpm: Return the actual size when receiving an unsupported command
6624 - tpm: separate cmd_ready/go_idle from runtime_pm
6625 - scsi: mpt3sas: Fix calltrace observed while running IO & reset
6626 - scsi: mpt3sas: Fix _transport_smp_handler() error path
6627 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
6628 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
6629 - iscsi target: fix session creation failure handling
6630 - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
6631 - mtd: rawnand: fsmc: Stop using chip->read_buf()
6632 - mtd: rawnand: marvell: add suspend and resume hooks
6633 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
6634 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
6635 - clk: npcm7xx: fix memory allocation
6636 - PM / clk: signedness bug in of_pm_clk_add_clks()
6637 - power: generic-adc-battery: fix out-of-bounds write when copying channel
6638 properties
6639 - power: generic-adc-battery: check for duplicate properties copied from iio
6640 channels
6641 - watchdog: Mark watchdog touch functions as notrace
6642 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
6643 - x86/dumpstack: Don't dump kernel memory based on usermode RIP
6644 - Linux 4.18.6
6645 - updateconfigs after v4.18.6 stable update
6646
6647 * random oopses on s390 systems using NVMe devices (LP: #1790480)
6648 - s390/pci: fix out of bounds access during irq setup
6649
6650 * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
6651 binding (LP: #1784331)
6652 - s390/zcrypt: code beautify
6653 - s390/zcrypt: AP bus support for alternate driver(s)
6654 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
6655
6656 * performance drop with ATS enabled (LP: #1788097)
6657 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
6658
6659 * Fix MCE handling for user access of poisoned device-dax mapping
6660 (LP: #1774366)
6661 - device-dax: Convert to vmf_insert_mixed and vm_fault_t
6662 - device-dax: Enable page_mapping()
6663 - device-dax: Set page->index
6664 - filesystem-dax: Set page->index
6665 - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
6666 - mm, dev_pagemap: Do not clear ->mapping on final put
6667 - mm, madvise_inject_error: Let memory_failure() optionally take a page
6668 reference
6669 - mm, memory_failure: Collect mapping size in collect_procs()
6670 - filesystem-dax: Introduce dax_lock_mapping_entry()
6671 - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
6672 - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
6673 - x86/memory_failure: Introduce {set, clear}_mce_nospec()
6674 - libnvdimm, pmem: Restore page attributes when clearing errors
6675
6676 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
6677 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
6678 hclge_get_ring_chain_from_mbx"
6679 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
6680 shift in hclge_get_ring_chain_from_mbx"
6681 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
6682 assignment probelm"
6683 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
6684 configuration operation while resetting"
6685 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
6686 hns3_reset_notify_down_enet"
6687 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
6688 phy driver"
6689 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
6690 resetting"
6691 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
6692 register"
6693 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
6694 frequently"
6695 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
6696 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
6697 command queue register"
6698 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
6699 global or core reset"
6700 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
6701 callback function"
6702 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
6703 reset cause"
6704 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
6705 hclgevf_main module"
6706 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
6707 selftest"
6708 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
6709 frame size"
6710 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
6711 problem"
6712 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
6713 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
6714 correctly"
6715 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
6716 pfc mode"
6717 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
6718 up"
6719 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
6720 function when link status change"
6721 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
6722 roce client"
6723 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
6724 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
6725 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
6726 definition"
6727 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
6728 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
6729 macros"
6730 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
6731 macros"
6732 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
6733 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
6734 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
6735 value"
6736 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6737 assignments"
6738 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
6739 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
6740 of kzalloc/dma_map_single"
6741 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
6742 dependency HNS3 set"
6743 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
6744 some structures"
6745 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
6746 hclge_cmd_csq_done"
6747 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
6748 in hclge_cmd_send"
6749 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
6750 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
6751 assignments"
6752 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
6753 hclge_cmd_send"
6754 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
6755 hclge_ring_to_dma_dir"
6756 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
6757 upper_32_bits"
6758 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
6759 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
6760 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
6761 in hns3_client_uninit"
6762 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
6763 information"
6764 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
6765 state init|uninit"
6766 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
6767 hnae3.c"
6768 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
6769 and ipv6"
6770 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
6771 free vector"
6772 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
6773 init_client_instance and uninit_client_instance"
6774 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
6775 from hclge_bind_ring_with_vector"
6776 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
6777 last BD except VLD bit and buffer size"
6778 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
6779 selftest"
6780 - net: hns3: Updates RX packet info fetch in case of multi BD
6781 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
6782 - net: hns3: rename the interface for init_client_instance and
6783 uninit_client_instance
6784 - net: hns3: add vector status check before free vector
6785 - net: hns3: add l4_type check for both ipv4 and ipv6
6786 - net: hns3: add unlikely for error check
6787 - net: hns3: remove unused head file in hnae3.c
6788 - net: hns3: extraction an interface for state init|uninit
6789 - net: hns3: print the ret value in error information
6790 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
6791 - net: hns3: remove back in struct hclge_hw
6792 - net: hns3: use lower_32_bits and upper_32_bits
6793 - net: hns3: remove unused hclge_ring_to_dma_dir
6794 - net: hns3: remove useless code in hclge_cmd_send
6795 - net: hns3: remove some redundant assignments
6796 - net: hns3: simplify hclge_cmd_csq_clean
6797 - net: hns3: remove a redundant hclge_cmd_csq_done
6798 - net: hns3: remove some unused members of some structures
6799 - net: hns3: give default option while dependency HNS3 set
6800 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
6801 - net: hns3: modify hnae_ to hnae3_
6802 - net: hns3: Fix tc setup when netdev is first up
6803 - net: hns3: Fix for mac pause not disable in pfc mode
6804 - net: hns3: Fix for waterline not setting correctly
6805 - net: hns3: Fix for l4 checksum offload bug
6806 - net: hns3: Fix for mailbox message truncated problem
6807 - net: hns3: Add configure for mac minimal frame size
6808 - net: hns3: Fix warning bug when doing lp selftest
6809 - net: hns3: Fix get_vector ops in hclgevf_main module
6810 - net: hns3: Remove the warning when clear reset cause
6811 - net: hns3: Prevent sending command during global or core reset
6812 - net: hns3: Modify the order of initializing command queue register
6813 - net: hns3: Reset net device with rtnl_lock
6814 - net: hns3: Prevent to request reset frequently
6815 - net: hns3: Correct reset event status register
6816 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
6817 - net: hns3: remove unnecessary ring configuration operation while resetting
6818 - net: hns3: Fix for reset_level default assignment probelm
6819 - net: hns3: Fix for using wrong mask and shift in
6820 hclge_get_ring_chain_from_mbx
6821 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
6822 - net: hns3: Remove some redundant assignments
6823 - net: hns3: Standardize the handle of return value
6824 - net: hns3: Remove extra space and brackets
6825 - net: hns3: Correct unreasonable code comments
6826 - net: hns3: Use decimal for bit offset macros
6827 - net: hns3: Modify inconsistent bit mask macros
6828 - net: hns3: Fix misleading parameter name
6829 - net: hns3: Remove unused struct member and definition
6830 - net: hns3: Add SPDX tags to HNS3 PF driver
6831 - net: hns3: Add support for serdes loopback selftest
6832 - net: hns3: Fix for phy link issue when using marvell phy driver
6833
6834 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
6835 - arm64: export memblock_reserve()d regions via /proc/iomem
6836 - drivers: acpi: add dependency of EFI for arm64
6837 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
6838 - efi/arm: map UEFI memory map even w/o runtime services enabled
6839 - arm64: acpi: fix alignment fault in accessing ACPI
6840 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
6841 - arm64: fix ACPI dependencies
6842 - ACPI: fix menuconfig presentation of ACPI submenu
6843
6844 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
6845 - r8152: disable RX aggregation on new Dell TB16 dock
6846
6847 * Support Power Management for Thunderbolt Controller (LP: #1789358)
6848 - thunderbolt: Use 64-bit DMA mask if supported by the platform
6849 - thunderbolt: Do not unnecessarily call ICM get route
6850 - thunderbolt: No need to take tb->lock in domain suspend/complete
6851 - thunderbolt: Use correct ICM commands in system suspend
6852 - thunderbolt: Add support for runtime PM
6853
6854 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
6855 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
6856 - SAUCE: i2c:amd move out pointer in union i2c_event_base
6857 - SAUCE: i2c:amd Depends on ACPI
6858 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
6859
6860 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
6861 machine (LP: #1789145)
6862 - ALSA: hda/realtek - Fix HP Headset Mic can't record
6863
6864 * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
6865 - [Config] Enable CONFIG_PAGE_POISONING configs
6866
6867 * Tango platform uses __initcall without further checks (LP: #1787945)
6868 - [Config] disable ARCH_TANGO
6869
6870 * [18.10 FEAT] SMC-Direct (LP: #1786902)
6871 - net/smc: determine port attributes independent from pnet table
6872 - net/smc: add pnetid support
6873 - net/smc: add base infrastructure for SMC-D and ISM
6874 - net/smc: add pnetid support for SMC-D and ISM
6875 - net/smc: add SMC-D support in CLC messages
6876 - net/smc: add SMC-D support in data transfer
6877 - net/smc: add SMC-D support in af_smc
6878 - net/smc: add SMC-D diag support
6879 - net/smc: provide smc mode in smc_diag.c
6880 - net/smc: eliminate cursor read and write calls
6881 - net/smc: add function to get link group from link
6882 - net/smc: use DECLARE_BITMAP for rtokens_used_mask
6883 - net/smc: remove local variable page in smc_rx_splice()
6884 - net/smc: Remove a WARN_ON() statement
6885 - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
6886 - net/smc: fewer parameters for smc_llc_send_confirm_link()
6887 - net/smc: use correct vlan gid of RoCE device
6888 - net/smc: provide fallback reason code
6889 - net/smc: improve delete link processing
6890 - net: simplify sock_poll_wait
6891 - net/smc: send response to test link signal
6892
6893 * Miscellaneous Ubuntu changes
6894 - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
6895 - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
6896
6897 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Sep 2018 07:08:38 -0500
6898
6899linux (4.18.0-7.8) cosmic; urgency=medium
6900
6901 * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
6902
6903 * pmtu.sh fails on 4.18 kernel (LP: #1789436)
6904 - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
6905
6906 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Aug 2018 11:08:51 -0500
6907
6908linux (4.18.0-6.7) cosmic; urgency=medium
6909
6910 * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
6911
6912 * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
6913 - Config: Disable BPF_JIT_ALWAYS_ON on i386
6914
6915 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
6916 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
6917
6918 * Cosmic update to v4.18.5 stable release (LP: #1788874)
6919 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
6920 - pty: fix O_CLOEXEC for TIOCGPTPEER
6921 - mm: Allow non-direct-map arguments to free_reserved_area()
6922 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
6923 - x86/mm/init: Add helper for freeing kernel image pages
6924 - x86/mm/init: Remove freed kernel image areas from alias mapping
6925 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
6926 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
6927 - drm/i915/kvmgt: Fix potential Spectre v1
6928 - drm/amdgpu/pm: Fix potential Spectre v1
6929 - parisc: Remove unnecessary barriers from spinlock.h
6930 - parisc: Remove ordered stores from syscall.S
6931 - PCI: Restore resized BAR state on resume
6932 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
6933 - PCI: hotplug: Don't leak pci_slot on registration failure
6934 - PCI: aardvark: Size bridges before resources allocation
6935 - PCI: Skip MPS logic for Virtual Functions (VFs)
6936 - PCI: pciehp: Fix use-after-free on unplug
6937 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
6938 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
6939 - i2c: imx: Fix race condition in dma read
6940 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
6941 - Linux 4.18.5
6942
6943 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
6944 - [Config] CONFIG_SCLP_OFB=y for s390x
6945
6946 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
6947 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
6948 - partitions/aix: append null character to print data from disk
6949
6950 * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
6951 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
6952
6953 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
6954 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
6955
6956 * Cosmic update to v4.18.4 stable release (LP: #1788454)
6957 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
6958 - net_sched: fix NULL pointer dereference when delete tcindex filter
6959 - net_sched: Fix missing res info when create new tc_index filter
6960 - r8169: don't use MSI-X on RTL8168g
6961 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
6962 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
6963 - ALSA: vx222: Fix invalid endian conversions
6964 - ALSA: virmidi: Fix too long output trigger loop
6965 - ALSA: cs5535audio: Fix invalid endian conversion
6966 - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
6967 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
6968 - ALSA: memalloc: Don't exceed over the requested size
6969 - ALSA: vxpocket: Fix invalid endian conversions
6970 - ALSA: seq: Fix poll() error return
6971 - media: gl861: fix probe of dvb_usb_gl861
6972 - USB: serial: sierra: fix potential deadlock at close
6973 - USB: serial: pl2303: add a new device id for ATEN
6974 - USB: option: add support for DW5821e
6975 - ACPI / PM: save NVS memory for ASUS 1025C laptop
6976 - tty: serial: 8250: Revert NXP SC16C2552 workaround
6977 - serial: 8250_exar: Read INT0 from slave device, too
6978 - serial: 8250_dw: always set baud rate in dw8250_set_termios
6979 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
6980 - uio: fix wrong return value from uio_mmap()
6981 - misc: sram: fix resource leaks in probe error path
6982 - Revert "uio: use request_threaded_irq instead"
6983 - Bluetooth: avoid killing an already killed socket
6984 - isdn: Disable IIOCDBGVAR
6985 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
6986 - hv/netvsc: Fix NULL dereference at single queue mode fallback
6987 - r8169: don't use MSI-X on RTL8106e
6988 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
6989 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
6990 - net: mvneta: fix mvneta_config_rss on armada 3700
6991 - cls_matchall: fix tcf_unbind_filter missing
6992 - Linux 4.18.4
6993
6994 * Cosmic update to v4.18.3 stable release (LP: #1788453)
6995 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
6996 - Linux 4.18.3
6997
6998 * Cosmic update to v4.18.2 stable release (LP: #1788452)
6999 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
7000 - x86: i8259: Add missing include file
7001 - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
7002 - x86/platform/UV: Mark memblock related init code and data correctly
7003 - x86/mm/pti: Clear Global bit more aggressively
7004 - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
7005 - x86/mm: Disable ioremap free page handling on x86-PAE
7006 - kbuild: verify that $DEPMOD is installed
7007 - crypto: ccree - fix finup
7008 - crypto: ccree - fix iv handling
7009 - crypto: ccp - Check for NULL PSP pointer at module unload
7010 - crypto: ccp - Fix command completion detection race
7011 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
7012 - crypto: vmac - require a block cipher with 128-bit block size
7013 - crypto: vmac - separate tfm and request context
7014 - crypto: blkcipher - fix crash flushing dcache in error path
7015 - crypto: ablkcipher - fix crash flushing dcache in error path
7016 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
7017 - crypto: skcipher - fix crash flushing dcache in error path
7018 - ioremap: Update pgtable free interfaces with addr
7019 - x86/mm: Add TLB purge to free pmd/pte page interfaces
7020 - Linux 4.18.2
7021
7022 * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
7023 - Bluetooth: hidp: buffer overflow in hidp_process_report
7024
7025 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
7026 walinuxagent.service (LP: #1739107)
7027 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
7028 walinuxagent.service
7029
7030 * Miscellaneous Ubuntu changes
7031 - SAUCE: ipvs: remove nbsp characters from Kconfig
7032 - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
7033 - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
7034 - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
7035 - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
7036 - [Config] update annotations following config review
7037 - [Debian] set CROSS_COMPILE when generating kernel configs
7038 - [Config] Disable the Speck cipher
7039
7040 -- Seth Forshee <seth.forshee@canonical.com> Fri, 24 Aug 2018 14:18:15 -0500
7041
7042linux (4.18.0-5.6) cosmic; urgency=medium
7043
7044 * Cosmic update to v4.18.1 stable release (LP: #1787264)
7045 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
7046 - x86/speculation: Protect against userspace-userspace spectreRSB
7047 - kprobes/x86: Fix %p uses in error messages
7048 - x86/irqflags: Provide a declaration for native_save_fl
7049 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
7050 - x86/speculation/l1tf: Change order of offset/type in swap entry
7051 - x86/speculation/l1tf: Protect swap entries against L1TF
7052 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
7053 - x86/speculation/l1tf: Make sure the first page is always reserved
7054 - x86/speculation/l1tf: Add sysfs reporting for l1tf
7055 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
7056 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
7057 - x86/bugs: Move the l1tf function and define pr_fmt properly
7058 - sched/smt: Update sched_smt_present at runtime
7059 - x86/smp: Provide topology_is_primary_thread()
7060 - x86/topology: Provide topology_smt_supported()
7061 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
7062 - cpu/hotplug: Split do_cpu_down()
7063 - cpu/hotplug: Provide knobs to control SMT
7064 - x86/cpu: Remove the pointless CPU printout
7065 - x86/cpu/AMD: Remove the pointless detect_ht() call
7066 - x86/cpu/common: Provide detect_ht_early()
7067 - x86/cpu/topology: Provide detect_extended_topology_early()
7068 - x86/cpu/intel: Evaluate smp_num_siblings early
7069 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
7070 - x86/cpu/AMD: Evaluate smp_num_siblings early
7071 - x86/apic: Ignore secondary threads if nosmt=force
7072 - x86/speculation/l1tf: Extend 64bit swap file size limit
7073 - x86/cpufeatures: Add detection of L1D cache flush support.
7074 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
7075 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
7076 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
7077 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
7078 - cpu/hotplug: Boot HT siblings at least once
7079 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
7080 - x86/KVM/VMX: Add module argument for L1TF mitigation
7081 - x86/KVM/VMX: Add L1D flush algorithm
7082 - x86/KVM/VMX: Add L1D MSR based flush
7083 - x86/KVM/VMX: Add L1D flush logic
7084 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
7085 - x86/KVM/VMX: Add find_msr() helper function
7086 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
7087 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
7088 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
7089 - cpu/hotplug: Online siblings when SMT control is turned on
7090 - x86/litf: Introduce vmx status variable
7091 - x86/kvm: Drop L1TF MSR list approach
7092 - x86/l1tf: Handle EPT disabled state proper
7093 - x86/kvm: Move l1tf setup function
7094 - x86/kvm: Add static key for flush always
7095 - x86/kvm: Serialize L1D flush parameter setter
7096 - x86/kvm: Allow runtime control of L1D flush
7097 - cpu/hotplug: Expose SMT control init function
7098 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
7099 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
7100 - Documentation: Add section about CPU vulnerabilities
7101 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
7102 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
7103 - Documentation/l1tf: Fix typos
7104 - cpu/hotplug: detect SMT disabled by BIOS
7105 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
7106 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
7107 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
7108 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
7109 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
7110 - x86: Don't include linux/irq.h from asm/hardirq.h
7111 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
7112 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
7113 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
7114 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
7115 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
7116 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
7117 - cpu/hotplug: Fix SMT supported evaluation
7118 - x86/speculation/l1tf: Invert all not present mappings
7119 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
7120 - x86/mm/pat: Make set_memory_np() L1TF safe
7121 - x86/mm/kmmio: Make the tracer robust against L1TF
7122 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
7123 - x86/microcode: Allow late microcode loading with SMT disabled
7124 - x86/smp: fix non-SMP broken build due to redefinition of
7125 apic_id_is_primary_thread
7126 - cpu/hotplug: Non-SMP machines do not make use of booted_once
7127 - x86/init: fix build with CONFIG_SWAP=n
7128 - Linux 4.18.1
7129 - [Config] updateconfigs after v4.18.1 stable update
7130
7131 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
7132 - [Config] Enable timestamping in network PHY devices
7133
7134 * Miscellaneous Ubuntu changes
7135 - [Config] CONFIG_SYSCTL_SYSCALL=n
7136
7137 [ Upstream Kernel Changes ]
7138
7139 * Rebase to v4.18
7140
7141 -- Seth Forshee <seth.forshee@canonical.com> Wed, 15 Aug 2018 14:20:59 -0500
7142
7143linux (4.18.0-4.5) cosmic; urgency=medium
7144
7145 [ Upstream Kernel Changes ]
7146
7147 * Rebase to v4.18-rc8
7148
7149 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Aug 2018 13:54:02 -0500
7150
7151linux (4.18.0-3.4) cosmic; urgency=medium
7152
7153 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
7154 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
7155 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
7156
7157 * hinic interfaces aren't getting predictable names (LP: #1783138)
7158 - hinic: Link the logical network device to the pci device in sysfs
7159
7160 * libvirtd is unable to configure bridge devices inside of LXD containers
7161 (LP: #1784501)
7162 - kernfs: allow creating kernfs objects with arbitrary uid/gid
7163 - sysfs, kobject: allow creating kobject belonging to arbitrary users
7164 - kobject: kset_create_and_add() - fetch ownership info from parent
7165 - driver core: set up ownership of class devices in sysfs
7166 - net-sysfs: require net admin in the init ns for setting tx_maxrate
7167 - net-sysfs: make sure objects belong to container's owner
7168 - net: create reusable function for getting ownership info of sysfs inodes
7169 - bridge: make sure objects belong to container's owner
7170 - sysfs: Fix regression when adding a file to an existing group
7171
7172 * locking sockets broken due to missing AppArmor socket mediation patches
7173 (LP: #1780227)
7174 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
7175
7176 * Update2 for ocxl driver (LP: #1781436)
7177 - ocxl: Fix page fault handler in case of fault on dying process
7178
7179 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
7180 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
7181 - vga_switcheroo: set audio client id according to bound GPU id
7182
7183 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
7184 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
7185
7186 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
7187 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
7188 'firmware_install' target
7189
7190 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
7191 (LP: #1782116)
7192 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
7193
7194 [ Upstream Kernel Changes ]
7195
7196 * Rebase to v4.18-rc7
7197
7198 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Aug 2018 08:49:40 -0500
7199
7200linux (4.18.0-2.3) cosmic; urgency=medium
7201
7202 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
7203 - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
7204
7205 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
7206 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
7207 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
7208 bitmap
7209
7210 * Cloud-init causes potentially huge boot delays with 4.15 kernels
7211 (LP: #1780062)
7212 - random: Make getrandom() ready earlier
7213
7214 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
7215 - scsi: hisi_sas: Update a couple of register settings for v3 hw
7216
7217 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
7218 - scsi: hisi_sas: Add missing PHY spinlock init
7219
7220 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
7221 (LP: #1777727)
7222 - scsi: hisi_sas: Use dmam_alloc_coherent()
7223 - scsi: hisi_sas: Pre-allocate slot DMA buffers
7224
7225 * hisi_sas: Failures during host reset (LP: #1777696)
7226 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
7227 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
7228 - scsi: hisi_sas: Adjust task reject period during host reset
7229 - scsi: hisi_sas: Add a flag to filter PHY events during reset
7230 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
7231
7232 * Miscellaneous Ubuntu changes
7233 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
7234 - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
7235 - Enable zfs build
7236 - SAUCE: Import aufs driver
7237 - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
7238 - [Config] retpoline -- review and accept retpoline changes
7239
7240 [ Upstream Kernel Changes ]
7241
7242 * Rebase to v4.18-rc5
7243 * Rebase to v4.18-rc6
7244
7245 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jul 2018 08:41:22 -0500
7246
7247linux (4.18.0-1.2) cosmic; urgency=medium
7248
7249 [ Upstream Kernel Changes ]
7250
7251 * Rebase to v4.18-rc4
7252
7253 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jul 2018 07:36:31 -0500
7254
7255linux (4.18.0-0.1) cosmic; urgency=medium
7256
7257 * Miscellaneous Ubuntu changes
7258 - ubuntu -- disable vbox build
7259 - Disable zfs build
7260 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
7261 kernel image
7262 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
7263 - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
7264 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
7265 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
7266 locked down
7267 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
7268 down
7269 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
7270 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
7271 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
7272 down
7273 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
7274 locked down
7275 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
7276 down
7277 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
7278 locked down
7279 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
7280 has been locked down
7281 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
7282 locked down
7283 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
7284 locked down
7285 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
7286 down
7287 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
7288 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
7289 parameters (eg. ioport)
7290 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
7291 - SAUCE: (efi-lockdown) Lock down /proc/kcore
7292 - SAUCE: (efi-lockdown) Lock down kprobes
7293 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
7294 kernel is locked down
7295 - SAUCE: (efi-lockdown) Lock down perf
7296 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
7297 down
7298 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
7299 reboot
7300 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
7301 boot mode
7302 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
7303 mode
7304 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
7305 secondary keyring
7306 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
7307 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
7308 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
7309 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
7310 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
7311 that aren't present.
7312 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
7313 efi_status_to_err().
7314 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
7315 error messages.
7316 - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
7317 verification
7318 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
7319 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
7320 - SAUCE: (namespace) block_dev: Support checking inode permissions in
7321 lookup_bdev()
7322 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
7323 when mounting
7324 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
7325 when mounting
7326 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
7327 namespaces
7328 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
7329 mounts
7330 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
7331 opened for writing
7332 - SAUCE: Import aufs driver
7333 - Update dropped.txt
7334 - [Config] updateconfigs after 4.18-rc3 rebase
7335 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
7336
7337 [ Upstream Kernel Changes ]
7338
7339 * Rebase to v4.18-rc3
7340
7341 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jul 2018 10:46:37 -0500
7342
7343linux (4.18.0-0.0) cosmic; urgency=medium
7344
7345 * Dummy entry.
7346
7347 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Jul 2018 11:10:33 -0500
7348
7349linux (4.17.0-4.5) cosmic; urgency=medium
7350
7351 * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
7352
7353 * Update to ocxl driver for 18.04.1 (LP: #1775786)
7354 - powerpc: Add TIDR CPU feature for POWER9
7355 - powerpc: Use TIDR CPU feature to control TIDR allocation
7356 - powerpc: use task_pid_nr() for TID allocation
7357 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
7358 - ocxl: Expose the thread_id needed for wait on POWER9
7359 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
7360 - ocxl: Document new OCXL IOCTLs
7361 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
7362
7363 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
7364 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
7365
7366 * glibc pkeys test fail on powerpc (LP: #1776967)
7367 - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
7368
7369 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
7370 - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
7371
7372 * Miscellaneous Ubuntu changes
7373 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
7374
7375 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Jun 2018 13:37:52 -0500
7376
7377linux (4.17.0-3.4) cosmic; urgency=medium
7378
7379 * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
7380
7381 * Cosmic update to v4.17.3 stable release (LP: #1778997)
7382 - net: aquantia: fix unsigned numvecs comparison with less than zero
7383 - bonding: re-evaluate force_primary when the primary slave name changes
7384 - cdc_ncm: avoid padding beyond end of skb
7385 - ipv6: allow PMTU exceptions to local routes
7386 - net: dsa: add error handling for pskb_trim_rcsum
7387 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
7388 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
7389 - tcp: verify the checksum of the first data segment in a new connection
7390 - tls: fix use-after-free in tls_push_record
7391 - tls: fix waitall behavior in tls_sw_recvmsg
7392 - socket: close race condition between sock_close() and sockfs_setattr()
7393 - udp: fix rx queue len reported by diag and proc interface
7394 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
7395 vlan
7396 - hv_netvsc: Fix a network regression after ifdown/ifup
7397 - ACPICA: AML parser: attempt to continue loading table after error
7398 - ext4: fix hole length detection in ext4_ind_map_blocks()
7399 - ext4: update mtime in ext4_punch_hole even if no blocks are released
7400 - ext4: do not allow external inodes for inline data
7401 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
7402 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
7403 - ext4: fix fencepost error in check for inode count overflow during resize
7404 - driver core: Don't ignore class_dir_create_and_add() failure.
7405 - Btrfs: allow empty subvol= again
7406 - Btrfs: fix clone vs chattr NODATASUM race
7407 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
7408 - btrfs: return error value if create_io_em failed in cow_file_range
7409 - btrfs: scrub: Don't use inode pages for device replace
7410 - ALSA: usb-audio: Disable the quirk for Nura headset
7411 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
7412 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
7413 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
7414 - ALSA: hda: add dock and led support for HP ProBook 640 G4
7415 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
7416 - smb3: fix various xid leaks
7417 - smb3: on reconnect set PreviousSessionId field
7418 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
7419 expiry
7420 - cifs: For SMB2 security informaion query, check for minimum sized security
7421 descriptor instead of sizeof FileAllInformation class
7422 - nbd: fix nbd device deletion
7423 - nbd: update size when connected
7424 - nbd: use bd_set_size when updating disk size
7425 - blk-mq: reinit q->tag_set_list entry only after grace period
7426 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
7427 - cpufreq: Fix new policy initialization during limits updates via sysfs
7428 - cpufreq: ti-cpufreq: Fix an incorrect error return value
7429 - cpufreq: governors: Fix long idle detection logic in load calculation
7430 - libata: zpodd: small read overflow in eject_tray()
7431 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
7432 - nvme/pci: Sync controller reset for AER slot_reset
7433 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
7434 - x86/vector: Fix the args of vector_alloc tracepoint
7435 - x86/apic/vector: Prevent hlist corruption and leaks
7436 - x86/apic: Provide apic_ack_irq()
7437 - x86/ioapic: Use apic_ack_irq()
7438 - x86/platform/uv: Use apic_ack_irq()
7439 - irq_remapping: Use apic_ack_irq()
7440 - genirq/generic_pending: Do not lose pending affinity update
7441 - genirq/affinity: Defer affinity setting if irq chip is busy
7442 - genirq/migration: Avoid out of line call if pending is not set
7443 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
7444 - media: uvcvideo: Prevent setting unavailable flags
7445 - media: rc: ensure input/lirc device can be opened after register
7446 - iwlwifi: fw: harden page loading code
7447 - orangefs: set i_size on new symlink
7448 - orangefs: report attributes_mask and attributes for statx
7449 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
7450 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
7451 - vhost: fix info leak due to uninitialized memory
7452 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
7453 - Linux 4.17.3
7454
7455 * Use-after-free in sk_peer_label (LP: #1778646)
7456 - SAUCE: apparmor: fix use after free in sk_peer_label
7457
7458 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
7459 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
7460
7461 * Various fixes for CXL kernel module (LP: #1774471)
7462 - cxl: Configure PSL to not use APC virtual machines
7463 - cxl: Disable prefault_mode in Radix mode
7464
7465 * Bluetooth not working (LP: #1764645)
7466 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
7467
7468 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
7469 (LP: #1776750)
7470 - scsi: hisi_sas: make SAS address of SATA disks unique
7471
7472 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
7473 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
7474 - SAUCE: wcn36xx: read MAC from file or randomly generate one
7475
7476 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
7477 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
7478
7479 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
7480 - fs/binfmt_misc.c: do not allow offset overflow
7481
7482 * Network installs fail on SocioNext board (LP: #1775884)
7483 - net: socionext: reset hardware in ndo_stop
7484 - net: netsec: enable tx-irq during open callback
7485
7486 * Fix several bugs in RDMA/hns driver (LP: #1770974)
7487 - RDMA/hns: Drop local zgid in favor of core defined variable
7488 - RDMA/hns: Add 64KB page size support for hip08
7489 - RDMA/hns: Rename the idx field of db
7490 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
7491 - RDMA/hns: Increase checking CMQ status timeout value
7492 - RDMA/hns: Add reset process for RoCE in hip08
7493 - RDMA/hns: Fix the illegal memory operation when cross page
7494 - RDMA/hns: Implement the disassociate_ucontext API
7495
7496 * powerpc/livepatch: Implement reliable stack tracing for the consistency
7497 model (LP: #1771844)
7498 - powerpc/livepatch: Implement reliable stack tracing for the consistency
7499 model
7500
7501 * Adding back alx WoL feature (LP: #1772610)
7502 - SAUCE: Revert "alx: remove WoL support"
7503 - SAUCE: alx: add enable_wol paramenter
7504
7505 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
7506 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
7507 - scsi: lpfc: Fix 16gb hbas failing cq create.
7508
7509 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
7510 idle states when all CORES are guarded (LP: #1771780)
7511 - powerpc/powernv/cpuidle: Init all present cpus for deep states
7512
7513 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
7514 - net-next/hinic: add pci device ids for 25ge and 100ge card
7515
7516 * Expose arm64 CPU topology to userspace (LP: #1770231)
7517 - drivers: base: cacheinfo: move cache_setup_of_node()
7518 - drivers: base: cacheinfo: setup DT cache properties early
7519 - cacheinfo: rename of_node to fw_token
7520 - arm64/acpi: Create arch specific cpu to acpi id helper
7521 - ACPI/PPTT: Add Processor Properties Topology Table parsing
7522 - [Config] CONFIG_ACPI_PPTT=y
7523 - ACPI: Enable PPTT support on ARM64
7524 - drivers: base cacheinfo: Add support for ACPI based firmware tables
7525 - arm64: Add support for ACPI based firmware tables
7526 - arm64: topology: rename cluster_id
7527 - arm64: topology: enable ACPI/PPTT based CPU topology
7528 - ACPI: Add PPTT to injectable table list
7529 - arm64: topology: divorce MC scheduling domain from core_siblings
7530
7531 * Vcs-Git header on bionic linux source package points to zesty git tree
7532 (LP: #1766055)
7533 - [Packaging]: Update Vcs-Git
7534
7535 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
7536 version (LP: #1768431)
7537 - scsi: cxlflash: Handle spurious interrupts
7538 - scsi: cxlflash: Remove commmands from pending list on timeout
7539 - scsi: cxlflash: Synchronize reset and remove ops
7540 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
7541
7542 * hisi_sas robustness fixes (LP: #1774466)
7543 - scsi: hisi_sas: delete timer when removing hisi_sas driver
7544 - scsi: hisi_sas: print device id for errors
7545 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
7546 - scsi: hisi_sas: check host frozen before calling "done" function
7547 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
7548 - scsi: hisi_sas: stop controller timer for reset
7549 - scsi: hisi_sas: update PHY linkrate after a controller reset
7550 - scsi: hisi_sas: change slot index allocation mode
7551 - scsi: hisi_sas: Change common allocation mode of device id
7552 - scsi: hisi_sas: Reset disks when discovered
7553 - scsi: hisi_sas: Create a scsi_host_template per HW module
7554 - scsi: hisi_sas: Init disks after controller reset
7555 - scsi: hisi_sas: Try wait commands before before controller reset
7556 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
7557 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
7558 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
7559 - scsi: hisi_sas: Fix return value when get_free_slot() failed
7560 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
7561
7562 * hisi_sas: Support newer v3 hardware (LP: #1774467)
7563 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
7564 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
7565 - scsi: hisi_sas: fix PI memory size
7566 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
7567 - scsi: hisi_sas: remove redundant handling to event95 for v3
7568 - scsi: hisi_sas: add readl poll timeout helper wrappers
7569 - scsi: hisi_sas: workaround a v3 hw hilink bug
7570 - scsi: hisi_sas: Add LED feature for v3 hw
7571
7572 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
7573 - scsi: hisi_sas: optimise the usage of DQ locking
7574 - scsi: hisi_sas: relocate smp sg map
7575 - scsi: hisi_sas: make return type of prep functions void
7576 - scsi: hisi_sas: allocate slot buffer earlier
7577 - scsi: hisi_sas: Don't lock DQ for complete task sending
7578 - scsi: hisi_sas: Use device lock to protect slot alloc/free
7579 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
7580 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
7581
7582 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
7583 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
7584
7585 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
7586 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
7587
7588 * hns3 driver updates (LP: #1768670)
7589 - net: hns3: Remove error log when getting pfc stats fails
7590 - net: hns3: fix to correctly fetch l4 protocol outer header
7591 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
7592 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
7593 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
7594 - net: hns3: Fix to support autoneg only for port attached with phy
7595 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
7596 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
7597 - net: hns3: Remove packet statistics in the range of 8192~12287
7598 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
7599 - net: hns3: Fix for setting mac address when resetting
7600 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
7601 - net: hns3: fix for cleaning ring problem
7602 - net: hns3: refactor the loopback related function
7603 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
7604 - net: hns3: Fix for the null pointer problem occurring when initializing
7605 ae_dev failed
7606 - net: hns3: Add a check for client instance init state
7607 - net: hns3: Change return type of hnae3_register_ae_dev
7608 - net: hns3: Change return type of hnae3_register_ae_algo
7609 - net: hns3: Change return value in hnae3_register_client
7610 - net: hns3: Fixes the back pressure setting when sriov is enabled
7611 - net: hns3: Fix for fiber link up problem
7612 - net: hns3: Add support of .sriov_configure in HNS3 driver
7613 - net: hns3: Fixes the missing PCI iounmap for various legs
7614 - net: hns3: Fixes error reported by Kbuild and internal review
7615 - net: hns3: Fixes API to fetch ethernet header length with kernel default
7616 - net: hns3: cleanup of return values in hclge_init_client_instance()
7617 - net: hns3: Fix the missing client list node initialization
7618 - net: hns3: Fix for hns3 module is loaded multiple times problem
7619 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
7620 - net: hns3: Fix for netdev not running problem after calling net_stop and
7621 net_open
7622 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
7623 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
7624 - net: hns3: Updates RX packet info fetch in case of multi BD
7625 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
7626 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
7627 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
7628 - net: hns3: Fix for PF mailbox receving unknown message
7629 - net: hns3: Fixes the state to indicate client-type initialization
7630 - net: hns3: Fixes the init of the VALID BD info in the descriptor
7631 - net: hns3: Removes unnecessary check when clearing TX/RX rings
7632 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
7633 - net: hns3: Remove unused led control code
7634 - net: hns3: Adds support for led locate command for copper port
7635 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
7636 - net: hns3: Disable vf vlan filter when vf vlan table is full
7637 - net: hns3: Add support for IFF_ALLMULTI flag
7638 - net: hns3: Add repeat address checking for setting mac address
7639 - net: hns3: Fix setting mac address error
7640 - net: hns3: Fix for service_task not running problem after resetting
7641 - net: hns3: Fix for hclge_reset running repeatly problem
7642 - net: hns3: Fix for phy not link up problem after resetting
7643 - net: hns3: Add missing break in misc_irq_handle
7644 - net: hns3: Fix for vxlan tx checksum bug
7645 - net: hns3: Optimize the PF's process of updating multicast MAC
7646 - net: hns3: Optimize the VF's process of updating multicast MAC
7647 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
7648 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
7649 VLD bit and buffer size
7650 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
7651 hclge_bind_ring_with_vector
7652 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
7653 uninit_client_instance
7654 - SAUCE: {topost} net: hns3: add vector status check before free vector
7655 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
7656 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
7657 - SAUCE: {topost} net: hns3: extraction an interface for state state
7658 init|uninit
7659 - SAUCE: {topost} net: hns3: print the ret value in error information
7660 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
7661 hns3_client_uninit
7662 - SAUCE: {topost} net: hns3: add unlikely for error check
7663 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
7664 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
7665 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
7666 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
7667 - SAUCE: {topost} net: hns3: remove some redundant assignments
7668 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
7669 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
7670 hclge_cmd_send
7671 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
7672 - SAUCE: {topost} net: hns3: remove some unused members of some structures
7673 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
7674 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
7675 kzalloc/dma_map_single
7676 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
7677 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
7678 - SAUCE: {topost} net: hns3: remove some redundant assignments
7679 - SAUCE: {topost} net: hns3: standardize the handle of return value
7680 - SAUCE: {topost} net: hns3: remove extra space and brackets
7681 - SAUCE: {topost} net: hns3: fix unreasonable code comments
7682 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
7683 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
7684 - SAUCE: {topost} net: hns3: fix mislead parameter name
7685 - SAUCE: {topost} net: hns3: remove unused struct member and definition
7686 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
7687 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
7688 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
7689 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
7690 status change
7691 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
7692 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
7693 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
7694 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
7695 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
7696 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
7697 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
7698 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
7699 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
7700 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
7701 function
7702 - SAUCE: {topost} net: hns3: prevent sending command during global or core
7703 reset
7704 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
7705 register
7706 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
7707 - SAUCE: {topost} net: hns3: prevent to request reset frequently
7708 - SAUCE: {topost} net: hns3: correct reset event status register
7709 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
7710 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
7711 - SAUCE: {topost} net: hns3: fix return value error in
7712 hns3_reset_notify_down_enet
7713 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
7714 while resetting
7715 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
7716 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
7717 hclge_get_ring_chain_from_mbx
7718 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
7719 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
7720 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
7721 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
7722
7723 * CVE-2018-7755
7724 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
7725
7726 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
7727 - [Packaging] Fix missing watchdog for Raspberry Pi
7728
7729 * kernel: Fix arch random implementation (LP: #1775391)
7730 - s390/archrandom: Rework arch random implementation.
7731
7732 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
7733 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
7734 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
7735
7736 * Cosmic update to v4.17.2 stable release (LP: #1779117)
7737 - crypto: chelsio - request to HW should wrap
7738 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
7739 - KVM: X86: Fix reserved bits check for MOV to CR3
7740 - KVM: x86: introduce linear_{read,write}_system
7741 - kvm: fix typo in flag name
7742 - kvm: nVMX: Enforce cpl=0 for VMX instructions
7743 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
7744 kvm_write_guest_virt_system
7745 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
7746 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
7747 - NFC: pn533: don't send USB data off of the stack
7748 - usbip: vhci_sysfs: fix potential Spectre v1
7749 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
7750 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
7751 - Input: xpad - add GPD Win 2 Controller USB IDs
7752 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
7753 - usb: core: message: remove extra endianness conversion in
7754 usb_set_isoch_delay
7755 - usb: typec: wcove: Remove dependency on HW FSM
7756 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
7757 - usb: gadget: udc: renesas_usb3: fix double phy_put()
7758 - usb: gadget: udc: renesas_usb3: should remove debugfs
7759 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
7760 udc
7761 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
7762 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
7763 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
7764 reconnecting
7765 - serial: sh-sci: Stop using printk format %pCr
7766 - tty/serial: atmel: use port->name as name in request_irq()
7767 - serial: samsung: fix maxburst parameter for DMA transactions
7768 - serial: 8250: omap: Fix idling of clocks for unused uarts
7769 - vmw_balloon: fixing double free when batching mode is off
7770 - doc: fix sysfs ABI documentation
7771 - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
7772 - tty: pl011: Avoid spuriously stuck-off interrupts
7773 - crypto: ccree - correct host regs offset
7774 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
7775 - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
7776 - crypto: caam - strip input zeros from RSA input buffer
7777 - crypto: caam - fix DMA mapping dir for generated IV
7778 - crypto: caam - fix IV DMA mapping and updating
7779 - crypto: caam/qi - fix IV DMA mapping and updating
7780 - crypto: caam - fix size of RSA prime factor q
7781 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
7782 - crypto: cavium - Limit result reading attempts
7783 - crypto: vmx - Remove overly verbose printk from AES init routines
7784 - crypto: vmx - Remove overly verbose printk from AES XTS init
7785 - crypto: omap-sham - fix memleak
7786 - Linux 4.17.2
7787
7788 * Cosmic update to v4.17.1 stable release (LP: #1779116)
7789 - netfilter: nf_flow_table: attach dst to skbs
7790 - bnx2x: use the right constant
7791 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
7792 - ipv6: omit traffic class when calculating flow hash
7793 - l2tp: fix refcount leakage on PPPoL2TP sockets
7794 - netdev-FAQ: clarify DaveM's position for stable backports
7795 - net: metrics: add proper netlink validation
7796 - net/packet: refine check for priv area size
7797 - rtnetlink: validate attributes in do_setlink()
7798 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
7799 - team: use netdev_features_t instead of u32
7800 - vrf: check the original netdevice for generating redirect
7801 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
7802 - ipmr: fix error path when ipmr_new_table fails
7803 - PCI: hv: Do not wait forever on a device that has disappeared
7804 - Linux 4.17.1
7805
7806 * Miscellaneous Ubuntu changes
7807 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
7808 CONFIG_VMAP_STACK"
7809 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
7810 - SAUCE: apparmor: userspace queries
7811 - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
7812 - SAUCE: apparmor: af_unix mediation
7813
7814 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Jun 2018 08:03:32 -0500
7815
7816linux (4.17.0-2.3) cosmic; urgency=medium
7817
7818 * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
7819
7820 * Miscellaneous Ubuntu changes
7821 - Config: remove IrDA from annotations
7822 - Config: remove scsi drivers from annotations
7823 - Config: remove BT_HCIBTUART from annotations
7824 - Config: pstore zlib support was renamed
7825 - Config: disable NVRAM for armhf on annotations
7826 - Config: Disable VT on s390x
7827 - Config: Update SSB and B43/B44 options
7828 - Config: some options not supported on some arches anymore
7829 - Config: renamed and removed options
7830 - Config: TCG_CRB is required for IMA on ACPI systems
7831 - Config: EXTCON_AXP288 depends on X86
7832 - Config: CONFIG_FSI depends on OF
7833 - Config: DRM_RCAR_LVDS now depends on DRM
7834 - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
7835 - Config: Enable HINIC on arm64
7836 - Config: Set PPS and PTP_1588_CLOCK as y
7837 - Config: Some NF_TABLES options are built-in now
7838 - Config: GENERIC_CPU for ppc64el
7839 - Config: KEXEC_FILE=n for s390x
7840 - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
7841 - Config: Disable STM32 support
7842 - Config: Enable FORTIFY_SOURCE for armhf
7843 - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
7844
7845 [ Upstream Kernel Changes ]
7846
7847 * Rebase to v4.17
7848
7849 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 11 Jun 2018 15:22:10 -0300
7850
7851linux (4.17.0-1.2) cosmic; urgency=medium
7852
7853 [ Seth Forshee ]
7854 * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
7855 - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
7856
7857 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
7858 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
7859 num_possible_cpus()
7860
7861 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
7862 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
7863 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
7864
7865 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
7866 - [Config] update Build-Depends: transfig to fig2dev
7867
7868 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
7869 to load (LP: #1728238)
7870 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
7871 unreleased firmware"
7872
7873 * No driver for Huawei network adapters on arm64 (LP: #1769899)
7874 - net-next/hinic: add arm64 support
7875
7876 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
7877 - [Config] snapdragon: DRM_I2C_ADV7511=y
7878
7879 * Add d-i support for Huawei NICs (LP: #1767490)
7880 - d-i: add hinic to nic-modules udeb
7881
7882 * Acer Swift sf314-52 power button not managed (LP: #1766054)
7883 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
7884
7885 * Include nfp driver in linux-modules (LP: #1768526)
7886 - [Config] Add nfp.ko to generic inclusion list
7887
7888 * Miscellaneous Ubuntu changes
7889 - SAUCE: Import aufs driver
7890 - [Config] Enable AUFS config options
7891 - SAUCE: (efi-lockdown) Fix for module sig verification
7892 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
7893 reboot
7894 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
7895 boot mode
7896 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
7897 mode
7898 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
7899 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
7900 - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
7901 - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
7902 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
7903 - enable zfs build
7904
7905 * Miscellaneous upstream changes
7906 - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
7907 lockdown mode"
7908 - Rebased to v4.17-rc6
7909
7910 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 22 May 2018 14:48:13 -0300
7911
7912linux (4.17.0-0.1) bionic; urgency=medium
7913
7914 [ Upstream Kernel Changes ]
7915
7916 * Rebase to v4.17-rc4
7917
7918 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 08 May 2018 16:38:51 -0300
7919
7920linux (4.17.0-0.0) bionic; urgency=medium
7921
7922 * Dummy entry.
7923
7924 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 27 Apr 2018 11:01:13 -0300
7925
7926linux (4.16.0-4.5) bionic; urgency=medium
7927
7928 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
7929 - tools/kvm_stat: Fix python3 syntax
7930 - tools/kvm_stat: Don't use deprecated file()
7931 - tools/kvm_stat: Remove unused function
7932 - [Packaging] Add linux-tools-host package for VM host tools
7933 - [Config] do_tools_host=true for amd64
7934
7935 * [Featire] CNL: Enable RAPL support (LP: #1685712)
7936 - powercap: RAPL: Add support for Cannon Lake
7937
7938 * Bionic update to v4.16.2 stable release (LP: #1763388)
7939 - sparc64: Oracle DAX driver depends on SPARC64
7940 - arp: fix arp_filter on l3slave devices
7941 - net: dsa: Discard frames from unused ports
7942 - net/ipv6: Increment OUTxxx counters after netfilter hook
7943 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
7944 - pptp: remove a buggy dst release in pptp_connect()
7945 - sctp: do not leak kernel memory to user space
7946 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
7947 - vlan: also check phy_driver ts_info for vlan's real device
7948 - net: fool proof dev_valid_name()
7949 - ip_tunnel: better validate user provided tunnel names
7950 - ipv6: sit: better validate user provided tunnel names
7951 - ip6_gre: better validate user provided tunnel names
7952 - ip6_tunnel: better validate user provided tunnel names
7953 - vti6: better validate user provided tunnel names
7954 - net_sched: fix a missing idr_remove() in u32_delete_key()
7955 - nfp: use full 40 bits of the NSP buffer address
7956 - Linux 4.16.2
7957
7958 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
7959 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
7960 release (LP: #1763388)
7961 - sky2: Increase D3 delay to sky2 stops working after suspend
7962
7963 * Merge the linux-snapdragon kernel into bionic master/snapdragon
7964 (LP: #1763040)
7965 - arm64: defconfig: enable REMOTEPROC
7966 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
7967 - kernel: configs; add distro.config
7968 - arm64: configs: enable WCN36xx
7969 - kernel: distro.config: enable debug friendly USB network adpater
7970 - arm64: configs: enable QCOM Venus
7971 - arm64: defconfig: Enable a53/apcs and avs
7972 - arm64: defconfig: enable ondemand governor as default
7973 - arm64: defconfig: enable QCOM_TSENS
7974 - kernel: configs: enable dm_mod and dm_crypt
7975 - Force the SMD regulator driver to be compiled-in
7976 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
7977 - arm64: configs: enable BT_QCOMSMD
7978 - kernel: configs: add more USB net drivers
7979 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
7980 - arm64: configs: Enable camera drivers
7981 - kernel: configs: add freq stat to sysfs
7982 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
7983 - arm64: defconfig: Enable QRTR features
7984 - kernel: configs: set USB_CONFIG_F_FS in distro.config
7985 - kernel: distro.config: enable 'schedutil' CPUfreq governor
7986 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
7987 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
7988 - arm64: defconfig: enable LEDS_QCOM_LPG
7989 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
7990 - power: avs: Add support for CPR (Core Power Reduction)
7991 - power: avs: cpr: Use raw mem access for qfprom
7992 - power: avs: cpr: fix with new reg_sequence structures
7993 - power: avs: cpr: Register with cpufreq-dt
7994 - regulator: smd: Add floor and corner operations
7995 - PM / OPP: Support adjusting OPP voltages at runtime
7996 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
7997 - PM / OPP: HACK: Allow to set regulator without opp_list
7998 - PM / OPP: Add a helper to get an opp regulator for device
7999 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
8000 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
8001 - ov5645: I2C address change
8002 - i2c: Add Qualcomm Camera Control Interface driver
8003 - camss: vfe: Skip first four frames from sensor
8004 - camss: Do not register if no cameras are present
8005 - i2c-qcom-cci: Fix run queue completion timeout
8006 - i2c-qcom-cci: Fix I2C address bug
8007 - media: ov5645: Fix I2C address
8008 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
8009 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
8010 - leds: Add driver for Qualcomm LPG
8011 - wcn36xx: Fix warning due to duplicate scan_completed notification
8012 - arm64: dts: Add CPR DT node for msm8916
8013 - arm64: dts: add spmi-regulator nodes
8014 - arm64: dts: msm8916: Add cpufreq support
8015 - arm64: dts: msm8916: Add a shared CPU opp table
8016 - arm64: dts: msm8916: Add cpu cooling maps
8017 - arm64: dts: pm8916: Mark the s2 regulator as always-on
8018 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
8019 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
8020 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
8021 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
8022 driver
8023 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
8024 - DT: leds: Add Qualcomm Light Pulse Generator binding
8025 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
8026 - arm64: dts: qcom: Add pwm node for pm8916
8027 - arm64: dts: qcom: Add user LEDs on db820c
8028 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
8029 - ARM: dts: qcom: Add LPG node to pm8941
8030 - ARM: dts: qcom: honami: Add LPG node and RGB LED
8031 - arm64: dts: qcom: Add Camera Control Interface support
8032 - arm64: dts: qcom: Add apps_iommu vfe child node
8033 - arm64: dts: qcom: Add camss device node
8034 - arm64: dts: qcom: Add ov5645 device nodes
8035 - arm64: dts: msm8916: Fix camera sensors I2C addresses
8036 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
8037 - packaging: arm64: add a uboot flavour - part1
8038 - packaging: arm64: add a uboot flavour - part2
8039 - packaging: arm64: add a uboot flavour - part3
8040 - packaging: arm64: add a uboot flavour - part4
8041 - packaging: arm64: add a uboot flavour - part5
8042 - packaging: arm64: rename uboot flavour to snapdragon
8043 - [Config] updateconfigs after qcomlt import
8044 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
8045 - [Config] arm64: snapdragon: MSM_GCC_8916=y
8046 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
8047 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
8048 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
8049 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
8050 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
8051 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
8052 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
8053 - [Config] arm64: snapdragon: QCOM_SMEM=y
8054 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
8055 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
8056 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
8057 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
8058 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
8059 - [Config] arm64: snapdragon: QCOM_CPR=y
8060 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
8061 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
8062 - [Config] turn off DRM_MSM_REGISTER_LOGGING
8063 - [Config] arm64: snapdragon: I2C_QUP=y
8064 - [Config] arm64: snapdragon: SPI_QUP=y
8065 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
8066 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
8067 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
8068 - [Config] arm64: snapdragon: QCOM_SMSM=y
8069 - [Config] arm64: snapdragon: QCOM_SMP2P=y
8070 - [Config] arm64: snapdragon: DRM_MSM=y
8071 - [Config] arm64: snapdragon: SND_SOC=y
8072 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
8073 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
8074 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
8075 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
8076 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
8077 SND_SOC_MSM8916_WCD_DIGITAL=y
8078 - SAUCE: media: ov5645: skip address change if dt addr == default addr
8079 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
8080 #ifdefs
8081 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
8082 - [Packaging] fix up snapdragon abi paths
8083
8084 * LSM stacking patches for bionic (LP: #1763062)
8085 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
8086 - SAUCE: LSM stacking: LSM: Manage credential security blobs
8087 - SAUCE: LSM stacking: LSM: Manage file security blobs
8088 - SAUCE: LSM stacking: LSM: Manage task security blobs
8089 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
8090 - SAUCE: LSM stacking: LSM: General stacking
8091 - SAUCE: LSM stacking: fixup initialize task->security
8092 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
8093 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
8094 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
8095 - SAUCE: LSM stacking: fixup apparmor stacking enablement
8096 - SAUCE: LSM stacking: fixup stacking kconfig
8097 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
8098 - SAUCE: LSM stacking: provide prctl interface for setting context
8099 - SAUCE: LSM stacking: inherit current display LSM
8100 - SAUCE: LSM stacking: keep an index for each registered LSM
8101 - SAUCE: LSM stacking: verify display LSM
8102 - SAUCE: LSM stacking: provide a way to specify the default display lsm
8103 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
8104 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
8105 - SAUCE: LSM stacking: add Kconfig to set default display LSM
8106 - SAUCE: LSM stacking: add configs for LSM stacking
8107 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
8108 - SAUCE: LSM stacking: remove procfs context interface
8109
8110 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
8111 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
8112 - SAUCE: LSM stacking: check for invalid zero sized writes
8113
8114 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
8115 (LP: #1762755)
8116 - RDMA/hns: Support rq record doorbell for the user space
8117 - RDMA/hns: Support cq record doorbell for the user space
8118 - RDMA/hns: Support rq record doorbell for kernel space
8119 - RDMA/hns: Support cq record doorbell for kernel space
8120 - RDMA/hns: Fix cqn type and init resp
8121 - RDMA/hns: Fix init resp when alloc ucontext
8122 - RDMA/hns: Fix cq record doorbell enable in kernel
8123
8124 * Replace LPC patchset with upstream version (LP: #1762758)
8125 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
8126 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
8127 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
8128 children"
8129 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
8130 bindings"
8131 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
8132 devices"
8133 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
8134 hosts"
8135 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
8136 pci_register_io_range()"
8137 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
8138 pci_register_io_range()"
8139 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
8140 - lib: Add generic PIO mapping method
8141 - PCI: Remove __weak tag from pci_register_io_range()
8142 - PCI: Add fwnode handler as input param of pci_register_io_range()
8143 - PCI: Apply the new generic I/O management on PCI IO hosts
8144 - of: Add missing I/O range exception for indirect-IO devices
8145 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
8146 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
8147 - ACPI / scan: Do not enumerate Indirect IO host children
8148 - HISI LPC: Add ACPI support
8149 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
8150
8151 * Enable Tunneled Operations on POWER9 (LP: #1762448)
8152 - powerpc/powernv: Enable tunneled operations
8153 - cxl: read PHB indications from the device tree
8154
8155 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
8156 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
8157
8158 * NFS + sec=krb5 is broken (LP: #1759791)
8159 - sunrpc: remove incorrect HMAC request initialization
8160
8161 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
8162 - d-i: add bcm2835 to block-modules
8163
8164 * Backport USB core quirks (LP: #1762695)
8165 - usb: core: Add "quirks" parameter for usbcore
8166 - usb: core: Copy parameter string correctly and remove superfluous null check
8167 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
8168
8169 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
8170 setting up a second end-to-end encrypted disk (LP: #1762353)
8171 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
8172
8173 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
8174 - s390: move nobp parameter functions to nospec-branch.c
8175 - s390: add automatic detection of the spectre defense
8176 - s390: report spectre mitigation via syslog
8177 - s390: add sysfs attributes for spectre
8178 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
8179 - s390: correct nospec auto detection init order
8180
8181 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
8182 - powerpc/64s: Wire up cpu_show_spectre_v2()
8183
8184 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
8185 - powerpc/64s: Wire up cpu_show_spectre_v1()
8186
8187 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
8188 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
8189 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
8190 - powerpc/rfi-flush: Always enable fallback flush on pseries
8191 - powerpc/rfi-flush: Differentiate enabled and patched flush types
8192 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
8193 - powerpc/64s: Move cpu_show_meltdown()
8194 - powerpc/64s: Enhance the information in cpu_show_meltdown()
8195 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
8196 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
8197
8198 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
8199 CVE-2017-5753 // CVE-2017-5754
8200 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
8201 - powerpc: Add security feature flags for Spectre/Meltdown
8202 - powerpc/pseries: Set or clear security feature flags
8203 - powerpc/powernv: Set or clear security feature flags
8204
8205 * Hisilicon network subsystem 3 support (LP: #1761610)
8206 - net: hns3: export pci table of hclge and hclgevf to userspace
8207 - d-i: Add hns3 drivers to nic-modules
8208
8209 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
8210 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
8211
8212 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
8213 - perf vendor events: Drop incomplete multiple mapfile support
8214 - perf vendor events: Fix error code in json_events()
8215 - perf vendor events: Drop support for unused topic directories
8216 - perf vendor events: Add support for pmu events vendor subdirectory
8217 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
8218 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
8219 - perf vendor events: Add support for arch standard events
8220 - perf vendor events arm64: Add armv8-recommended.json
8221 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
8222 - perf vendor events arm64: fixup A53 to use recommended events
8223 - perf vendor events arm64: add HiSilicon hip08 JSON file
8224 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
8225
8226 * Warning "cache flush timed out!" seen when unloading the cxl driver
8227 (LP: #1762367)
8228 - cxl: Check if PSL data-cache is available before issue flush request
8229
8230 * Bionic update to v4.16.1 stable release (LP: #1763170)
8231 - bitmap: fix memset optimization on big-endian systems
8232 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
8233 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
8234 - USB: serial: cp210x: add ELDAT Easywave RX09 id
8235 - serial: 8250: Add Nuvoton NPCM UART
8236 - mei: remove dev_err message on an unsupported ioctl
8237 - /dev/mem: Avoid overwriting "err" in read_mem()
8238 - media: usbtv: prevent double free in error case
8239 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
8240 - crypto: lrw - Free rctx->ext with kzfree
8241 - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
8242 - crypto: talitos - don't persistently map req_ctx->hw_context and
8243 req_ctx->buf
8244 - crypto: inside-secure - fix clock management
8245 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
8246 - crypto: talitos - fix IPsec cipher in length
8247 - crypto: ahash - Fix early termination in hash walk
8248 - crypto: caam - Fix null dereference at error path
8249 - crypto: ccp - return an actual key size from RSA max_size callback
8250 - crypto: arm,arm64 - Fix random regeneration of S_shipped
8251 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
8252 - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
8253 - Btrfs: fix unexpected cow in run_delalloc_nocow
8254 - siox: fix possible buffer overflow in device_add_store
8255 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
8256 - Revert "base: arch_topology: fix section mismatch build warnings"
8257 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
8258 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
8259 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
8260 - vt: change SGR 21 to follow the standards
8261 - Fix slab name "biovec-(1<<(21-12))"
8262 - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
8263 - Linux 4.16.1
8264
8265 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
8266 starting 4.15-rc2 (LP: #1759893)
8267 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
8268 build"
8269 - [Config] CONFIG_BLK_DEV_NMVE=m
8270
8271 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
8272 - PM / hibernate: Make passing hibernate offsets more friendly
8273
8274 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
8275 type(pseries-bionic) complaining "KVM implementation does not support
8276 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
8277 - powerpc: Use feature bit for RTC presence rather than timebase presence
8278 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
8279 - powerpc: Free up CPU feature bits on 64-bit machines
8280 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
8281 - powerpc/powernv: Provide a way to force a core into SMT4 mode
8282 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
8283 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
8284 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
8285
8286 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
8287 - thunderbolt: Resume control channel after hibernation image is created
8288 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
8289 - thunderbolt: Handle connecting device in place of host properly
8290 - thunderbolt: Do not overwrite error code when domain adding fails
8291 - thunderbolt: Wait a bit longer for root switch config space
8292 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
8293 - thunderbolt: Handle rejected Thunderbolt devices
8294 - thunderbolt: Factor common ICM add and update operations out
8295 - thunderbolt: Correct function name in kernel-doc comment
8296 - thunderbolt: Add tb_switch_get()
8297 - thunderbolt: Add tb_switch_find_by_route()
8298 - thunderbolt: Add tb_xdomain_find_by_route()
8299 - thunderbolt: Add constant for approval timeout
8300 - thunderbolt: Move driver ready handling to struct icm
8301 - thunderbolt: Add 'boot' attribute for devices
8302 - thunderbolt: Add support for preboot ACL
8303 - thunderbolt: Introduce USB only (SL4) security level
8304 - thunderbolt: Add support for Intel Titan Ridge
8305
8306 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
8307 - ath10k: update the IRAM bank number for QCA9377
8308
8309 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
8310 (LP: #1759511)
8311 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
8312
8313 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
8314 (LP: #1757228)
8315 - cxl: Fix timebase synchronization status on P9
8316
8317 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
8318 fixes (LP: #1752182)
8319 - scsi: lpfc: Fix frequency of Release WQE CQEs
8320 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
8321 - scsi: lpfc: move placement of target destroy on driver detach
8322 - scsi: lpfc: correct debug counters for abort
8323 - scsi: lpfc: Add WQ Full Logic for NVME Target
8324 - scsi: lpfc: Fix PRLI handling when topology type changes
8325 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
8326 - scsi: lpfc: Fix RQ empty firmware trap
8327 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
8328 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
8329 - scsi: lpfc: Fix issue_lip if link is disabled
8330 - scsi: lpfc: Indicate CONF support in NVMe PRLI
8331 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
8332 - scsi: lpfc: Validate adapter support for SRIU option
8333 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
8334 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
8335 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
8336 - scsi: lpfc: update driver version to 11.4.0.7
8337 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
8338 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
8339 - scsi: lpfc: Rework sli4 doorbell infrastructure
8340 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
8341 - scsi: lpfc: Add push-to-adapter support to sli4
8342 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
8343 - scsi: lpfc: Add 64G link speed support
8344 - scsi: lpfc: Add if_type=6 support for cycling valid bits
8345 - scsi: lpfc: Enable fw download on if_type=6 devices
8346 - scsi: lpfc: Add embedded data pointers for enhanced performance
8347 - scsi: lpfc: Fix nvme embedded io length on new hardware
8348 - scsi: lpfc: Work around NVME cmd iu SGL type
8349 - scsi: lpfc: update driver version to 12.0.0.0
8350 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
8351 - scsi: lpfc: use __raw_writeX on DPP copies
8352 - scsi: lpfc: Add missing unlock in WQ full logic
8353
8354 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
8355 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
8356
8357 * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
8358 install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
8359 - [Packaging] include the retpoline extractor in the headers
8360
8361 * Use med_with_dipm SATA LPM to save more power for mobile platforms
8362 (LP: #1759547)
8363 - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
8364
8365 * Miscellaneous Ubuntu changes
8366 - [Packaging] Only install cloud init files when do_tools_common=true
8367 - SAUCE: Import aufs driver
8368 - [Config] Enable AUFS config options
8369
8370 -- Seth Forshee <seth.forshee@canonical.com> Thu, 12 Apr 2018 09:30:56 -0500
8371
8372linux (4.16.0-3.4) bionic; urgency=medium
8373
8374 * Allow multiple mounts of zfs datasets (LP: #1759848)
8375 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
8376
8377 * zfs system process hung on container stop/delete (LP: #1754584)
8378 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
8379 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
8380 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
8381
8382 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
8383 (LP: #1755073)
8384 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
8385
8386 * CAPI Flash (cxlflash) update (LP: #1752672)
8387 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
8388 - SAUCE: cxlflash: Avoid clobbering context control register value
8389 - SAUCE: cxlflash: Add argument identifier names
8390 - SAUCE: cxlflash: Introduce OCXL backend
8391 - SAUCE: cxlflash: Hardware AFU for OCXL
8392 - SAUCE: cxlflash: Read host function configuration
8393 - SAUCE: cxlflash: Setup function acTag range
8394 - SAUCE: cxlflash: Read host AFU configuration
8395 - SAUCE: cxlflash: Setup AFU acTag range
8396 - SAUCE: cxlflash: Setup AFU PASID
8397 - SAUCE: cxlflash: Adapter context support for OCXL
8398 - SAUCE: cxlflash: Use IDR to manage adapter contexts
8399 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
8400 - SAUCE: cxlflash: Support adapter context discovery
8401 - SAUCE: cxlflash: Support image reload policy modification
8402 - SAUCE: cxlflash: MMIO map the AFU
8403 - SAUCE: cxlflash: Support starting an adapter context
8404 - SAUCE: cxlflash: Support process specific mappings
8405 - SAUCE: cxlflash: Support AFU state toggling
8406 - SAUCE: cxlflash: Support reading adapter VPD data
8407 - SAUCE: cxlflash: Setup function OCXL link
8408 - SAUCE: cxlflash: Setup OCXL transaction layer
8409 - SAUCE: cxlflash: Support process element lifecycle
8410 - SAUCE: cxlflash: Support AFU interrupt management
8411 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
8412 - SAUCE: cxlflash: Support starting user contexts
8413 - SAUCE: cxlflash: Support adapter context polling
8414 - SAUCE: cxlflash: Support adapter context reading
8415 - SAUCE: cxlflash: Support adapter context mmap and release
8416 - SAUCE: cxlflash: Support file descriptor mapping
8417 - SAUCE: cxlflash: Introduce object handle fop
8418 - SAUCE: cxlflash: Setup LISNs for user contexts
8419 - SAUCE: cxlflash: Setup LISNs for master contexts
8420 - SAUCE: cxlflash: Update synchronous interrupt status bits
8421 - SAUCE: cxlflash: Introduce OCXL context state machine
8422 - SAUCE: cxlflash: Register for translation errors
8423 - SAUCE: cxlflash: Support AFU reset
8424 - SAUCE: cxlflash: Enable OCXL operations
8425
8426 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
8427 (LP: #1736393)
8428 - SAUCE: drm/i915:Don't set chip specific data
8429 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
8430
8431 * zed process consuming 100% cpu (LP: #1751796)
8432 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
8433
8434 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
8435 "always" (LP: #1753708)
8436 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
8437
8438 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
8439 - [Packaging] retpoline -- add safe usage hint support
8440 - [Packaging] retpoline-check -- only report additions
8441 - [Packaging] retpoline -- widen indirect call/jmp detection
8442 - [Packaging] retpoline -- elide %rip relative indirections
8443 - [Packaging] retpoline -- clear hint information from packages
8444 - SAUCE: apm -- annotate indirect calls within
8445 firmware_restrict_branch_speculation_{start,end}
8446 - SAUCE: EFI -- annotate indirect calls within
8447 firmware_restrict_branch_speculation_{start,end}
8448 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
8449 code
8450 - SAUCE: vga_set_mode -- avoid jump tables
8451 - [Config] retpoine -- switch to new format
8452
8453 * Miscellaneous Ubuntu changes
8454 - [Packaging] final-checks -- remove check for empty retpoline files
8455 - [Packaging] skip cloud tools packaging when not building package
8456
8457 [ Upstream Kernel Changes ]
8458
8459 * Rebase to v4.16
8460
8461 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Apr 2018 16:15:36 -0500
8462
8463linux (4.16.0-2.3) bionic; urgency=medium
8464
8465 * devpts: handle bind-mounts (LP: #1755857)
8466 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
8467 - SAUCE: devpts: resolve devpts bind-mounts
8468 - SAUCE: devpts: comment devpts_mntget()
8469 - SAUCE: selftests: add devpts selftests
8470
8471 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
8472 - d-i: add hisi_sas_v3_hw to scsi-modules
8473
8474 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
8475 - SAUCE: scsi: hisi_sas: config for hip08 ES
8476 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
8477
8478 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
8479 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
8480
8481 * Fix ARC hit rate (LP: #1755158)
8482 - SAUCE: Fix ARC hit rate (LP: #1755158)
8483
8484 * ZFS setgid broken on 0.7 (LP: #1753288)
8485 - SAUCE: Fix ZFS setgid
8486
8487 * CONFIG_EFI=y on armhf (LP: #1726362)
8488 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
8489
8490 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
8491 - [Config] CONFIG_USB_XHCI_DBGCAP=y
8492
8493 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
8494 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
8495 - [Config] retpoline -- clean up i386 retpoline files
8496
8497 * Miscellaneous Ubuntu changes
8498 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
8499 - [Config] fix up retpoline abi files
8500 - [Config] fix up retpoline abi files
8501 - d-i: Add netsec to nic-modules
8502
8503 [ Upstream Kernel Changes ]
8504
8505 * Rebase to v4.16-rc6
8506
8507 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Mar 2018 14:09:49 -0500
8508
8509linux (4.16.0-1.2) bionic; urgency=medium
8510
8511 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
8512 - d-i: add cxgb4 to nic-modules
8513
8514 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
8515 - [Config] CONFIG_INDIRECT_PIO=y
8516 - SAUCE: LIB: Introduce a generic PIO mapping method
8517 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
8518 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
8519 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
8520 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
8521 - [Config] CONFIG_HISILICON_LPC=y
8522 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
8523 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
8524 - SAUCE: HISI LPC: Add ACPI support
8525 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
8526
8527 * Miscellaneous Ubuntu changes
8528 - SAUCE: tools: use CC for linking acpi tools
8529
8530 [ Upstream Kernel Changes ]
8531
8532 * Rebase to v4.16-rc3
8533
8534 -- Seth Forshee <seth.forshee@canonical.com> Wed, 28 Feb 2018 10:17:23 -0600
8535
8536linux (4.16.0-0.1) bionic; urgency=medium
8537
8538 * retpoline abi files are empty on i386 (LP: #1751021)
8539 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
8540 - [Packaging] final-checks -- sanity checking ABI contents
8541 - [Packaging] final-checks -- check for empty retpoline files
8542
8543 * Miscellaneous upstream changes
8544 - disable vbox build
8545 - Disable zfs build
8546
8547 [ Upstream Kernel Changes ]
8548
8549 * Rebase to v4.16-rc2
8550
8551 -- Seth Forshee <seth.forshee@canonical.com> Thu, 22 Feb 2018 08:58:57 -0600
8552
8553linux (4.16.0-0.0) bionic; urgency=medium
8554
8555 * Dummy entry
8556
8557 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Feb 2018 14:33:13 -0600
8558
8559linux (4.15.0-10.11) bionic; urgency=medium
8560
8561 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
8562
8563 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
8564 (LP: #1749202)
8565 - swiotlb: suppress warning when __GFP_NOWARN is set
8566 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
8567
8568 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
8569 - SAUCE: tools -- add ability to disable libbfd
8570 - [Packaging] correct disablement of libbfd
8571
8572 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
8573 (LP: #1744058)
8574 - ALSA: hda/realtek - update ALC225 depop optimize
8575
8576 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
8577 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
8578
8579 * headset mic can't be detected on two Dell machines (LP: #1748807)
8580 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
8581 - ALSA: hda - Fix headset mic detection problem for two Dell machines
8582
8583 * Bionic update to v4.15.3 stable release (LP: #1749191)
8584 - ip6mr: fix stale iterator
8585 - net: igmp: add a missing rcu locking section
8586 - qlcnic: fix deadlock bug
8587 - qmi_wwan: Add support for Quectel EP06
8588 - r8169: fix RTL8168EP take too long to complete driver initialization.
8589 - tcp: release sk_frag.page in tcp_disconnect
8590 - vhost_net: stop device during reset owner
8591 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
8592 - ipv6: change route cache aging logic
8593 - Revert "defer call to mem_cgroup_sk_alloc()"
8594 - net: ipv6: send unsolicited NA after DAD
8595 - rocker: fix possible null pointer dereference in
8596 rocker_router_fib_event_work
8597 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
8598 - cls_u32: add missing RCU annotation.
8599 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
8600 - soreuseport: fix mem leak in reuseport_add_sock()
8601 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
8602 - net: sched: fix use-after-free in tcf_block_put_ext
8603 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
8604 - media: soc_camera: soc_scale_crop: add missing
8605 MODULE_DESCRIPTION/AUTHOR/LICENSE
8606 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8607 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
8608 - crypto: tcrypt - fix S/G table for test_aead_speed()
8609 - Linux 4.15.3
8610
8611 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
8612 CVE-2018-1000026
8613 - net: create skb_gso_validate_mac_len()
8614 - bnx2x: disable GSO where gso_size is too big for hardware
8615
8616 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
8617 - net: hns: add ACPI mode support for ethtool -p
8618
8619 * CVE-2017-5715 (Spectre v2 Intel)
8620 - [Packaging] retpoline files must be sorted
8621 - [Packaging] pull in retpoline files
8622
8623 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
8624 - d-i: Add hfi1 to nic-modules
8625
8626 * CVE-2017-5715 (Spectre v2 retpoline)
8627 - [Packaging] retpoline -- add call site validation
8628 - [Config] disable retpoline checks for first upload
8629
8630 * Do not duplicate changelog entries assigned to more than one bug or CVE
8631 (LP: #1743383)
8632 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
8633
8634 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
8635
8636linux (4.15.0-9.10) bionic; urgency=medium
8637
8638 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
8639
8640 * Miscellaneous Ubuntu changes
8641 - [Debian] tests -- remove gcc-multilib dependency for arm64
8642
8643 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
8644
8645linux (4.15.0-8.9) bionic; urgency=medium
8646
8647 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
8648
8649 * Bionic update to v4.15.2 stable release (LP: #1748072)
8650 - KVM: x86: Make indirect calls in emulator speculation safe
8651 - KVM: VMX: Make indirect call speculation safe
8652 - module/retpoline: Warn about missing retpoline in module
8653 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
8654 - x86/cpufeatures: Add Intel feature bits for Speculation Control
8655 - x86/cpufeatures: Add AMD feature bits for Speculation Control
8656 - x86/msr: Add definitions for new speculation control MSRs
8657 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
8658 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
8659 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
8660 - x86/alternative: Print unadorned pointers
8661 - x86/nospec: Fix header guards names
8662 - x86/bugs: Drop one "mitigation" from dmesg
8663 - x86/cpu/bugs: Make retpoline module warning conditional
8664 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
8665 - x86/retpoline: Simplify vmexit_fill_RSB()
8666 - x86/speculation: Simplify indirect_branch_prediction_barrier()
8667 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8668 - iio: adc/accel: Fix up module licenses
8669 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8670 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8671 - KVM: nVMX: Eliminate vmcs02 pool
8672 - KVM: VMX: introduce alloc_loaded_vmcs
8673 - objtool: Improve retpoline alternative handling
8674 - objtool: Add support for alternatives at the end of a section
8675 - objtool: Warn on stripped section symbol
8676 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
8677 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
8678 - x86/entry/64: Remove the SYSCALL64 fast path
8679 - x86/entry/64: Push extra regs right away
8680 - x86/asm: Move 'status' from thread_struct to thread_info
8681 - Documentation: Document array_index_nospec
8682 - array_index_nospec: Sanitize speculative array de-references
8683 - x86: Implement array_index_mask_nospec
8684 - x86: Introduce barrier_nospec
8685 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
8686 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
8687 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
8688 - x86/get_user: Use pointer masking to limit speculation
8689 - x86/syscall: Sanitize syscall table de-references under speculation
8690 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
8691 - nl80211: Sanitize array index in parse_txq_params
8692 - x86/spectre: Report get_user mitigation for spectre_v1
8693 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
8694 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
8695 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
8696 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
8697 - KVM: VMX: make MSR bitmaps per-VCPU
8698 - x86/kvm: Update spectre-v1 mitigation
8699 - x86/retpoline: Avoid retpolines for built-in __init functions
8700 - x86/spectre: Simplify spectre_v2 command line parsing
8701 - x86/pti: Mark constant arrays as __initconst
8702 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
8703 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
8704 - KVM/x86: Add IBPB support
8705 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
8706 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
8707 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
8708 - serial: core: mark port as initialized after successful IRQ change
8709 - fpga: region: release of_parse_phandle nodes after use
8710 - Linux 4.15.2
8711
8712 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
8713 - net: phy: core: remove now uneeded disabling of interrupts
8714 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
8715 - net: socionext: Add Synquacer NetSec driver
8716 - net: socionext: include linux/io.h to fix build
8717 - net: socionext: Fix error return code in netsec_netdev_open()
8718
8719 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
8720 - [Config] CONFIG_EDAC_GHES=y
8721
8722 * support thunderx2 vendor pmu events (LP: #1747523)
8723 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
8724 - perf tools arm64: Add support for get_cpuid_str function.
8725 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
8726 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
8727 events
8728 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
8729
8730 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
8731 - SAUCE: mm: disable vma based swap readahead by default
8732 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
8733
8734 * Miscellaneous Ubuntu changes
8735 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
8736
8737 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
8738
8739linux (4.15.0-7.8) bionic; urgency=medium
8740
8741 * Bionic update to v4.15.1 stable release (LP: #1747169)
8742 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
8743 - tools/gpio: Fix build error with musl libc
8744 - gpio: stmpe: i2c transfer are forbiden in atomic context
8745 - gpio: Fix kernel stack leak to userspace
8746 - ALSA: hda - Reduce the suspend time consumption for ALC256
8747 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
8748 - crypto: aesni - handle zero length dst buffer
8749 - crypto: aesni - fix typo in generic_gcmaes_decrypt
8750 - crypto: aesni - add wrapper for generic gcm(aes)
8751 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
8752 aesni
8753 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
8754 aesni
8755 - crypto: inside-secure - fix hash when length is a multiple of a block
8756 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
8757 - crypto: sha3-generic - fixes for alignment and big endian operation
8758 - crypto: af_alg - whitelist mask and type
8759 - HID: wacom: EKR: ensure devres groups at higher indexes are released
8760 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
8761 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8762 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8763 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
8764 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8765 - igb: Free IRQs when device is hotplugged
8766 - ima/policy: fix parsing of fsuuid
8767 - scsi: aacraid: Fix udev inquiry race condition
8768 - scsi: aacraid: Fix hang in kdump
8769 - scsi: storvsc: missing error code in storvsc_probe()
8770 - staging: lustre: separate a connection destroy from free struct kib_conn
8771 - staging: ccree: NULLify backup_info when unused
8772 - staging: ccree: fix fips event irq handling build
8773 - tty: fix data race between tty_init_dev and flush of buf
8774 - usb: option: Add support for FS040U modem
8775 - USB: serial: pl2303: new device id for Chilitag
8776 - USB: cdc-acm: Do not log urb submission errors on disconnect
8777 - CDC-ACM: apply quirk for card reader
8778 - USB: serial: io_edgeport: fix possible sleep-in-atomic
8779 - usbip: prevent bind loops on devices attached to vhci_hcd
8780 - usbip: list: don't list devices attached to vhci_hcd
8781 - USB: serial: simple: add Motorola Tetra driver
8782 - usb: f_fs: Prevent gadget unbind if it is already unbound
8783 - usb: uas: unconditionally bring back host after reset
8784 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
8785 - ANDROID: binder: remove waitqueue when thread exits.
8786 - android: binder: use VM_ALLOC to get vm area
8787 - mei: me: allow runtime pm for platform with D0i3
8788 - serial: 8250_of: fix return code when probe function fails to get reset
8789 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
8790 - serial: 8250_dw: Revert "Improve clock rate setting"
8791 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
8792 - spi: imx: do not access registers while clocks disabled
8793 - iio: adc: stm32: fix scan of multiple channels with DMA
8794 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
8795 - test_firmware: fix missing unlock on error in config_num_requests_store()
8796 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
8797 - Input: synaptics-rmi4 - do not delete interrupt memory too early
8798 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
8799 - Linux 4.15.1
8800
8801 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
8802 (LP: #1744712)
8803 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
8804 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
8805 version
8806
8807 * apparmor profile load in stacked policy container fails (LP: #1746463)
8808 - SAUCE: apparmor: fix display of .ns_name for containers
8809
8810 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
8811
8812linux (4.15.0-6.7) bionic; urgency=low
8813
8814 * upload urgency should be medium by default (LP: #1745338)
8815 - [Packaging] update urgency to medium by default
8816
8817 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
8818 - scsi: libiscsi: Allow sd_shutdown on bad transport
8819
8820 * Miscellaneous Ubuntu changes
8821 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
8822 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
8823 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
8824
8825 [ Upstream Kernel Changes ]
8826
8827 * Rebase to v4.15
8828
8829 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
8830
8831linux (4.15.0-5.6) bionic; urgency=low
8832
8833 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
8834 (LP: #1744077)
8835 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
8836
8837 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
8838 (LP: #1743638)
8839 - [d-i] Add qede to nic-modules udeb
8840
8841 * boot failure on AMD Raven + WesternXT (LP: #1742759)
8842 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
8843
8844 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
8845 (LP: #1726519)
8846 - SAUCE: Revert "scsi: libsas: allow async aborts"
8847
8848 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
8849 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
8850
8851 * Miscellaneous Ubuntu changes
8852 - Rebase to v4.15-rc7
8853 - [Config] CONFIG_CPU_ISOLATION=y
8854 - [Config] Update annotations following config review
8855 - Revert "UBUNTU: SAUCE: Import aufs driver"
8856 - SAUCE: Import aufs driver
8857 - ubuntu: vbox -- update to 5.2.6-dfsg-1
8858 - ubuntu: vbox: build fixes for 4.15
8859 - ubuntu: vbox -- update to 5.2.6-dfsg-2
8860 - hio: updates for timer api changes in 4.15
8861 - enable hio build
8862 - Rebase to v4.15-rc9
8863
8864 [ Upstream Kernel Changes ]
8865
8866 * Rebase to v4.15-rc9
8867
8868 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
8869
8870linux (4.15.0-4.5) bionic; urgency=low
8871
8872 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
8873 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
8874
8875 * External HDMI monitor failed to show screen on Lenovo X1 series
8876 (LP: #1738523)
8877 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
8878
8879 * Miscellaneous Ubuntu changes
8880 - [Debian] autoreconstruct - add resoration of execute permissions
8881
8882 [ Upstream Kernel Changes ]
8883
8884 * Rebase to v4.15-rc4
8885
8886 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
8887
8888linux (4.15.0-3.4) bionic; urgency=low
8889
8890 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
8891 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
8892
8893 [ Upstream Kernel Changes ]
8894
8895 * Rebase to v4.15-rc6
8896
8897 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
8898
8899linux (4.15.0-2.3) bionic; urgency=low
8900
8901 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
8902 4.15.0-1.2 (LP: #1737752)
8903 - x86/mm: Unbreak modules that use the DMA API
8904
8905 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
8906 - [Config] CONFIG_SPI_INTEL_SPI_*=n
8907
8908 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
8909 and udebs (LP: #1521712)
8910 - [Config] Include ibmvnic in nic-modules
8911
8912 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
8913 - [Config] Enable support for emulation of deprecated ARMv8 instructions
8914
8915 * Miscellaneous Ubuntu changes
8916 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
8917 - Enable zfs build
8918 - [Debian] add icp to zfs-modules.ignore
8919
8920 [ Upstream Kernel Changes ]
8921
8922 * Rebase to v4.15-rc4
8923
8924 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
8925
8926linux (4.15.0-1.2) bionic; urgency=low
8927
8928 * Disabling zfs does not always disable module checks for the zfs modules
8929 (LP: #1737176)
8930 - [Packaging] disable zfs module checks when zfs is disabled
8931
8932 * Miscellaneous Ubuntu changes
8933 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
8934
8935 [ Upstream Kernel Changes ]
8936
8937 * Rebase to v4.15-rc3
8938
8939 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
8940
8941linux (4.15.0-0.1) bionic; urgency=low
8942
8943 * Miscellaneous Ubuntu changes
8944 - ubuntu: vbox -- update to 5.2.2-dfsg-2
8945 - ubuntu: vbox: build fixes for 4.15
8946 - disable hio build
8947 - [Config] Update kernel lockdown options to fix build errors
8948 - Disable zfs build
8949 - SAUCE: Import aufs driver
8950 - [Config] Enable AUFS config options
8951
8952 [ Upstream Kernel Changes ]
8953
8954 * Rebase to v4.15-rc2
8955
8956 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
8957
8958linux (4.14.0-11.13) bionic; urgency=low
8959
8960 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
8961
8962 * CVE-2017-1000405
8963 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
8964
8965 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
8966 - SAUCE: mm: disable vma based swap readahead by default
8967 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
8968
8969 * Bionic update to v4.14.3 stable release (LP: #1735843)
8970 - s390: fix transactional execution control register handling
8971 - s390/noexec: execute kexec datamover without DAT
8972 - s390/runtime instrumention: fix possible memory corruption
8973 - s390/guarded storage: fix possible memory corruption
8974 - s390/disassembler: add missing end marker for e7 table
8975 - s390/disassembler: increase show_code buffer size
8976 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
8977 - ACPI / EC: Fix regression related to triggering source of EC event handling
8978 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
8979 - serdev: fix registration of second slave
8980 - sched: Make resched_cpu() unconditional
8981 - lib/mpi: call cond_resched() from mpi_powm() loop
8982 - x86/boot: Fix boot failure when SMP MP-table is based at 0
8983 - x86/decoder: Add new TEST instruction pattern
8984 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
8985 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
8986 - perf/x86/intel: Hide TSX events when RTM is not supported
8987 - arm64: Implement arch-specific pte_access_permitted()
8988 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
8989 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
8990 - uapi: fix linux/tls.h userspace compilation error
8991 - uapi: fix linux/rxrpc.h userspace compilation errors
8992 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
8993 - MIPS: ralink: Fix MT7628 pinmux
8994 - MIPS: ralink: Fix typo in mt7628 pinmux function
8995 - net: mvneta: fix handling of the Tx descriptor counter
8996 - nbd: wait uninterruptible for the dead timeout
8997 - nbd: don't start req until after the dead connection logic
8998 - PM / OPP: Add missing of_node_put(np)
8999 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
9000 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
9001 - PCI: hv: Use effective affinity mask
9002 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
9003 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
9004 - ALSA: hda: Add Raven PCI ID
9005 - dm integrity: allow unaligned bv_offset
9006 - dm cache: fix race condition in the writeback mode overwrite_bio
9007 optimisation
9008 - dm crypt: allow unaligned bv_offset
9009 - dm zoned: ignore last smaller runt zone
9010 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
9011 - dm bufio: fix integer overflow when limiting maximum cache size
9012 - ovl: Put upperdentry if ovl_check_origin() fails
9013 - dm: allocate struct mapped_device with kvzalloc
9014 - sched/rt: Simplify the IPI based RT balancing logic
9015 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
9016 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
9017 - dm: discard support requires all targets in a table support discards
9018 - MIPS: Fix odd fp register warnings with MIPS64r2
9019 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
9020 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
9021 - MIPS: Fix an n32 core file generation regset support regression
9022 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
9023 - MIPS: math-emu: Fix final emulation phase for certain instructions
9024 - rt2x00usb: mark device removed when get ENOENT usb error
9025 - mm/z3fold.c: use kref to prevent page free/compact race
9026 - autofs: don't fail mount for transient error
9027 - nilfs2: fix race condition that causes file system corruption
9028 - fscrypt: lock mutex before checking for bounce page pool
9029 - eCryptfs: use after free in ecryptfs_release_messaging()
9030 - libceph: don't WARN() if user tries to add invalid key
9031 - bcache: check ca->alloc_thread initialized before wake up it
9032 - fs: guard_bio_eod() needs to consider partitions
9033 - fanotify: fix fsnotify_prepare_user_wait() failure
9034 - isofs: fix timestamps beyond 2027
9035 - btrfs: change how we decide to commit transactions during flushing
9036 - f2fs: expose some sectors to user in inline data or dentry case
9037 - NFS: Fix typo in nomigration mount option
9038 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
9039 - nfs: Fix ugly referral attributes
9040 - NFS: Avoid RCU usage in tracepoints
9041 - NFS: revalidate "." etc correctly on "open".
9042 - nfsd: deal with revoked delegations appropriately
9043 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
9044 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
9045 - iwlwifi: fix firmware names for 9000 and A000 series hw
9046 - md: fix deadlock error in recent patch.
9047 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
9048 - Bluetooth: btqcomsmd: Add support for BD address setup
9049 - md/bitmap: revert a patch
9050 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
9051 - fsnotify: pin both inode and vfsmount mark
9052 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
9053 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
9054 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
9055 - ext4: prevent data corruption with inline data + DAX
9056 - ext4: prevent data corruption with journaling + DAX
9057 - ALSA: pcm: update tstamp only if audio_tstamp changed
9058 - ALSA: usb-audio: Add sanity checks to FE parser
9059 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
9060 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
9061 - ALSA: timer: Remove kernel warning at compat ioctl error paths
9062 - ALSA: hda/realtek - Fix ALC275 no sound issue
9063 - ALSA: hda: Fix too short HDMI/DP chmap reporting
9064 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
9065 - ALSA: hda/realtek - Fix ALC700 family no sound issue
9066 - ASoC: sun8i-codec: Invert Master / Slave condition
9067 - ASoC: sun8i-codec: Fix left and right channels inversion
9068 - ASoC: sun8i-codec: Set the BCLK divider
9069 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
9070 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
9071 - 9p: Fix missing commas in mount options
9072 - fs/9p: Compare qid.path in v9fs_test_inode
9073 - net/9p: Switch to wait_event_killable()
9074 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
9075 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
9076 - scsi: lpfc: fix pci hot plug crash in timer management routines
9077 - scsi: lpfc: fix pci hot plug crash in list_add call
9078 - scsi: lpfc: Fix crash receiving ELS while detaching driver
9079 - scsi: lpfc: Fix FCP hba_wqidx assignment
9080 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
9081 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
9082 - iscsi-target: Fix non-immediate TMR reference leak
9083 - target: fix null pointer regression in core_tmr_drain_tmr_list
9084 - target: fix buffer offset in core_scsi3_pri_read_full_status
9085 - target: Fix QUEUE_FULL + SCSI task attribute handling
9086 - target: Fix caw_sem leak in transport_generic_request_failure
9087 - target: Fix quiese during transport_write_pending_qf endless loop
9088 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
9089 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
9090 - mtd: nand: Export nand_reset() symbol
9091 - mtd: nand: atmel: Actually use the PM ops
9092 - mtd: nand: omap2: Fix subpage write
9093 - mtd: nand: Fix writing mtdoops to nand flash.
9094 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
9095 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
9096 - p54: don't unregister leds when they are not initialized
9097 - block: Fix a race between blk_cleanup_queue() and timeout handling
9098 - raid1: prevent freeze_array/wait_all_barriers deadlock
9099 - genirq: Track whether the trigger type has been set
9100 - irqchip/gic-v3: Fix ppi-partitions lookup
9101 - lockd: double unregister of inetaddr notifiers
9102 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
9103 enabled
9104 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
9105 - KVM: SVM: obey guest PAT
9106 - kvm: vmx: Reinstate support for CPUs without virtual NMI
9107 - dax: fix PMD faults on zero-length files
9108 - dax: fix general protection fault in dax_alloc_inode
9109 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
9110 - clk: ti: dra7-atl-clock: fix child-node lookups
9111 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
9112 - libnvdimm, pfn: make 'resource' attribute only readable by root
9113 - libnvdimm, namespace: fix label initialization to use valid seq numbers
9114 - libnvdimm, region : make 'resource' attribute only readable by root
9115 - libnvdimm, namespace: make 'resource' attribute only readable by root
9116 - svcrdma: Preserve CB send buffer across retransmits
9117 - IB/srpt: Do not accept invalid initiator port names
9118 - IB/cm: Fix memory corruption in handling CM request
9119 - IB/hfi1: Fix incorrect available receive user context count
9120 - IB/srp: Avoid that a cable pull can trigger a kernel crash
9121 - IB/core: Avoid crash on pkey enforcement failed in received MADs
9122 - IB/core: Only maintain real QPs in the security lists
9123 - NFC: fix device-allocation error return
9124 - spi-nor: intel-spi: Fix broken software sequencing codes
9125 - i40e: Use smp_rmb rather than read_barrier_depends
9126 - igb: Use smp_rmb rather than read_barrier_depends
9127 - igbvf: Use smp_rmb rather than read_barrier_depends
9128 - ixgbevf: Use smp_rmb rather than read_barrier_depends
9129 - i40evf: Use smp_rmb rather than read_barrier_depends
9130 - fm10k: Use smp_rmb rather than read_barrier_depends
9131 - ixgbe: Fix skb list corruption on Power systems
9132 - parisc: Fix validity check of pointer size argument in new CAS
9133 implementation
9134 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
9135 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
9136 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
9137 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
9138 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
9139 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
9140 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
9141 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
9142 - powerpc/64s/hash: Fix fork() with 512TB process address space
9143 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
9144 - media: Don't do DMA on stack for firmware upload in the AS102 driver
9145 - media: rc: check for integer overflow
9146 - media: rc: nec decoder should not send both repeat and keycode
9147 - cx231xx-cards: fix NULL-deref on missing association descriptor
9148 - media: v4l2-ctrl: Fix flags field on Control events
9149 - media: venus: fix wrong size on dma_free
9150 - media: venus: venc: fix bytesused v4l2_plane field
9151 - media: venus: reimplement decoder stop command
9152 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
9153 zone
9154 - iwlwifi: fix wrong struct for a000 device
9155 - iwlwifi: add a new a000 device
9156 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
9157 - iwlwifi: add new cards for a000 series
9158 - iwlwifi: add new cards for 8265 series
9159 - iwlwifi: add new cards for 8260 series
9160 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
9161 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
9162 - e1000e: Fix error path in link detection
9163 - e1000e: Fix return value test
9164 - e1000e: Separate signaling for link check/link up
9165 - e1000e: Avoid receiver overrun interrupt bursts
9166 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
9167 - Linux 4.14.3
9168
9169 * Miscellaneous Ubuntu changes
9170 - SAUCE: s390/topology: don't inline cpu_to_node
9171 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9172
9173 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
9174
9175linux (4.14.0-10.12) bionic; urgency=low
9176
9177 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
9178
9179 * Miscellaneous Ubuntu changes
9180 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
9181 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
9182
9183 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
9184
9185linux (4.14.0-9.11) bionic; urgency=low
9186
9187 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
9188
9189 * Miscellaneous Ubuntu changes
9190 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
9191 0.7.3-1ubuntu1"
9192
9193 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
9194
9195linux (4.14.0-8.10) bionic; urgency=low
9196
9197 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
9198
9199 * Bionic update to v4.14.2 stable release (LP: #1734694)
9200 - bio: ensure __bio_clone_fast copies bi_partno
9201 - af_netlink: ensure that NLMSG_DONE never fails in dumps
9202 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
9203 - net: cdc_ncm: GetNtbFormat endian fix
9204 - fealnx: Fix building error on MIPS
9205 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
9206 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
9207 - serial: omap: Fix EFR write on RTS deassertion
9208 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
9209 - tpm-dev-common: Reject too short writes
9210 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
9211 - mm/pagewalk.c: report holes in hugetlb ranges
9212 - ocfs2: fix cluster hang after a node dies
9213 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
9214 - ipmi: fix unsigned long underflow
9215 - mm/page_alloc.c: broken deferred calculation
9216 - mm/page_ext.c: check if page_ext is not prepared
9217 - coda: fix 'kernel memory exposure attempt' in fsync
9218 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
9219 - Linux 4.14.2
9220
9221 * Bionic update to v4.14.1 stable release (LP: #1734693)
9222 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
9223 - dmaengine: dmatest: warn user when dma test times out
9224 - media: imon: Fix null-ptr-deref in imon_probe
9225 - media: dib0700: fix invalid dvb_detach argument
9226 - crypto: dh - Fix double free of ctx->p
9227 - crypto: dh - Don't permit 'p' to be 0
9228 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
9229 - crypto: brcm - Explicity ACK mailbox message
9230 - USB: early: Use new USB product ID and strings for DbC device
9231 - USB: usbfs: compute urb->actual_length for isochronous
9232 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
9233 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
9234 - USB: serial: metro-usb: stop I/O after failed open
9235 - USB: serial: Change DbC debug device binding ID
9236 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
9237 - USB: serial: garmin_gps: fix I/O after failed probe and remove
9238 - USB: serial: garmin_gps: fix memory leak on probe errors
9239 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
9240 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
9241 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
9242 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
9243 - HID: cp2112: add HIDRAW dependency
9244 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
9245 - rpmsg: glink: Add missing MODULE_LICENSE
9246 - staging: wilc1000: Fix bssid buffer offset in Txq
9247 - staging: sm750fb: Fix parameter mistake in poke32
9248 - staging: ccree: fix 64 bit scatter/gather DMA ops
9249 - staging: greybus: spilib: fix use-after-free after deregistration
9250 - staging: rtl8188eu: Revert 4 commits breaking ARP
9251 - spi: fix use-after-free at controller deregistration
9252 - sparc32: Add cmpxchg64().
9253 - sparc64: mmu_context: Add missing include files
9254 - sparc64: Fix page table walk for PUD hugepages
9255 - Linux 4.14.1
9256
9257 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
9258 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
9259
9260 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
9261 (LP: #1732627)
9262 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
9263
9264 * Miscellaneous Ubuntu changes
9265 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9266
9267 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
9268
9269linux (4.14.0-7.9) bionic; urgency=low
9270
9271 * Miscellaneous Ubuntu changes
9272 - SAUCE: apparmor: add base infastructure for socket mediation
9273 - SAUCE: apparmor: af_unix mediation
9274 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
9275 - SAUCE: LSM stacking: LSM: manage credential security blobs
9276 - SAUCE: LSM stacking: LSM: Manage file security blobs
9277 - SAUCE: LSM stacking: LSM: manage task security blobs
9278 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
9279 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
9280 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
9281 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
9282 - SAUCE: LSM stacking: fixup initialize task->security
9283 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
9284 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
9285 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
9286 - SAUCE: LSM stacking: fixup apparmor stacking enablement
9287 - SAUCE: LSM stacking: fixup stacking kconfig
9288 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
9289 - SAUCE: LSM stacking: provide prctl interface for setting context
9290 - SAUCE: LSM stacking: inherit current display LSM
9291 - SAUCE: LSM stacking: keep an index for each registered LSM
9292 - SAUCE: LSM stacking: verify display LSM
9293 - SAUCE: LSM stacking: provide a way to specify the default display lsm
9294 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
9295 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
9296 - SAUCE: LSM stacking: add Kconfig to set default display LSM
9297 - SAUCE: LSM stacking: add configs for LSM stacking
9298 - SAUCE: LSM stacking: check for invalid zero sized writes
9299 - [Config] Run updateconfigs after merging LSM stacking
9300 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
9301
9302 [ Upstream Kernel Changes ]
9303
9304 * Rebase to v4.14
9305
9306 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
9307
9308linux (4.14.0-6.8) bionic; urgency=low
9309
9310 * Miscellaneous Ubuntu changes
9311 - SAUCE: add workarounds to enable ZFS for 4.14
9312
9313 [ Upstream Kernel Changes ]
9314
9315 * Rebase to v4.14-rc8
9316
9317 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
9318
9319linux (4.14.0-5.7) bionic; urgency=low
9320
9321 * Miscellaneous Ubuntu changes
9322 - [Debian] Fix invocation of dh_prep for dbgsym packages
9323
9324 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
9325
9326linux (4.14.0-4.5) bionic; urgency=low
9327
9328 * Miscellaneous Ubuntu changes
9329 - [Packaging] virtualbox -- reduce in kernel module versions
9330 - vbox-update: Fix up KERN_DIR definitions
9331 - ubuntu: vbox -- update to 5.2.0-dfsg-2
9332 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
9333
9334 [ Upstream Kernel Changes ]
9335
9336 * Rebase to v4.14-rc7
9337
9338 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
9339
9340linux (4.14.0-3.4) artful; urgency=low
9341
9342 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
9343 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
9344 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
9345 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
9346
9347 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
9348 - powerpc/64s: Add workaround for P9 vector CI load issue
9349
9350 * Miscellaneous Ubuntu changes
9351 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
9352 - [Config] CONFIG_DRM_VBOXVIDEO=m
9353 - SAUCE: Import aufs driver
9354 - [Config] Enable aufs
9355 - [Config] Reorder annotations file after enabling aufs
9356 - vbox-update: Disable imported vboxvideo module
9357 - ubuntu: vbox -- update to 5.1.30-dfsg-1
9358 - Enable vbox
9359 - hio: Use correct sizes when initializing ssd_index_bits* arrays
9360 - hio: Update io stat accounting for 4.14
9361 - Enable hio
9362
9363 [ Upstream Kernel Changes ]
9364
9365 * Rebase to v4.14-rc5
9366 * Rebase to v4.14-rc6
9367
9368 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
9369
9370linux (4.14.0-2.3) artful; urgency=low
9371
9372 * [Bug] USB controller failed to respond on Denverton after loading
9373 intel_th_pci module (LP: #1715833)
9374 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
9375
9376 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
9377 17.10 (kernel 4.13) (LP: #1719290)
9378 - SAUCE: s390: update zfcpdump_defconfig
9379
9380 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
9381 - d-i: Add bnxt_en to nic-modules.
9382
9383 * Miscellaneous Ubuntu changes
9384 - [Config] Update annotations for 4.14-rc2
9385
9386 [ Upstream Kernel Changes ]
9387
9388 * Rebase to v4.14-rc3
9389 * Rebase to v4.14-rc4
9390
9391 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
9392
9393linux (4.14.0-1.2) artful; urgency=low
9394
9395 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
9396 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
9397
9398 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
9399 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
9400
9401 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
9402 (LP: #1718679)
9403 - [Config] CONFIG_DRM_VBOXVIDEO=n
9404
9405 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
9406 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
9407
9408 * autopkgtest profile fails to build on armhf (LP: #1717920)
9409 - [Packaging] autopkgtest -- disable d-i when dropping flavours
9410
9411 * Miscellaneous Ubuntu changes
9412 - [Config] CONFIG_I2C_XLP9XX=m
9413 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
9414
9415 [ Upstream Kernel Changes ]
9416
9417 * Rebase to v4.14-rc2
9418
9419 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
9420
9421linux (4.14.0-0.1) artful; urgency=low
9422
9423 * Miscellaneous Ubuntu changes
9424 - Disable vbox build
9425 - Disable hio build
9426 - Disable zfs build
9427
9428 [ Upstream Kernel Changes ]
9429
9430 * Rebase to v4.14-rc1
9431
9432 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
9433
9434linux (4.13.0-11.12) artful; urgency=low
9435
9436 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
9437
9438 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
9439 - s390/mm: fix local TLB flushing vs. detach of an mm address space
9440 - s390/mm: fix race on mm->context.flush_mm
9441
9442 * CVE-2017-1000251
9443 - Bluetooth: Properly check L2CAP config option output buffer length
9444
9445 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
9446
9447linux (4.13.0-10.11) artful; urgency=low
9448
9449 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
9450
9451 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
9452 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
9453
9454 * Artful update to v4.13.1 stable release (LP: #1716284)
9455 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9456 - USB: serial: option: add support for D-Link DWM-157 C1
9457 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
9458 - usb:xhci:Fix regression when ATI chipsets detected
9459 - USB: musb: fix external abort on suspend
9460 - ANDROID: binder: add padding to binder_fd_array_object.
9461 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
9462 - USB: core: Avoid race of async_completed() w/ usbdev_release()
9463 - staging/rts5208: fix incorrect shift to extract upper nybble
9464 - staging: ccree: save ciphertext for CTS IV
9465 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
9466 - iio: adc: ti-ads1015: fix incorrect data rate setting update
9467 - iio: adc: ti-ads1015: fix scale information for ADS1115
9468 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
9469 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
9470 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
9471 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
9472 - driver core: bus: Fix a potential double free
9473 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
9474 - binder: free memory on error
9475 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
9476 - crypto: caam/qi - fix compilation with DEBUG enabled
9477 - thunderbolt: Fix reset response_type
9478 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
9479 - intel_th: pci: Add Cannon Lake PCH-H support
9480 - intel_th: pci: Add Cannon Lake PCH-LP support
9481 - ath10k: fix memory leak in rx ring buffer allocation
9482 - drm/vgem: Pin our pages for dmabuf exports
9483 - drm/ttm: Fix accounting error when fail to get pages for pool
9484 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
9485 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
9486 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
9487 - iwlwifi: pci: add new PCI ID for 7265D
9488 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
9489 - mwifiex: correct channel stat buffer overflows
9490 - MCB: add support for SC31 to mcb-lpc
9491 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
9492 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
9493 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
9494 - workqueue: Fix flag collision
9495 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
9496 - cs5536: add support for IDE controller variant
9497 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
9498 - scsi: sg: recheck MMAP_IO request length with lock held
9499 - of/device: Prevent buffer overflow in of_device_modalias()
9500 - rtlwifi: Fix memory leak when firmware request fails
9501 - rtlwifi: Fix fallback firmware loading
9502 - Linux 4.13.1
9503
9504 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
9505 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9506
9507 * SRIOV: warning if unload VFs (LP: #1715073)
9508 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
9509
9510 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
9511 - i40e: avoid NVM acquire deadlock during NVM update
9512 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
9513
9514 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
9515 twice when perf stat is done (perf:) (LP: #1714571)
9516 - perf vendor events powerpc: Remove duplicate events
9517
9518 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
9519 (LP: #1703339)
9520 - [Config] Include vmd in storage-core-modules udeb
9521
9522 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
9523 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
9524 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
9525 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
9526 offline
9527
9528 * Miscellaneous Ubuntu changes
9529 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
9530 - Revert "UBUNTU: SAUCE: Import aufs driver"
9531 - SAUCE: Import aufs driver
9532
9533 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
9534
9535linux (4.13.0-9.10) artful; urgency=low
9536
9537 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
9538
9539 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
9540 - [Config] CONFIG_EDAC_GHES=n
9541
9542 * Miscellaneous Ubuntu changes
9543 - ubuntu: vbox -- update to 5.1.26-dfsg-2
9544
9545 [ Upstream Kernel Changes ]
9546
9547 * Rebase to v4.13
9548
9549 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
9550
9551linux (4.13.0-8.9) artful; urgency=low
9552
9553 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
9554 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
9555
9556 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
9557 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
9558
9559 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
9560 Harrisonville SDP (LP: #1709257)
9561 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
9562 - EDAC, pnd2: Mask off the lower four bits of a BAR
9563 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
9564 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
9565 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
9566 reading BAR
9567
9568 * Miscellaneous Ubuntu changes
9569 - Revert "UBUNTU: SAUCE: Import aufs driver"
9570 - SAUCE: Import aufs driver
9571 - SAUCE: selftests/powerpc: Disable some ptrace selftests
9572 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
9573 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
9574 - [Config] Disable CONFIG_MDIO_* options for s390x
9575 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
9576 - [Config] Update annotations for 4.13
9577
9578 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
9579
9580linux (4.13.0-7.8) artful; urgency=low
9581
9582 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
9583 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
9584 paths
9585
9586 * Miscellaneous Ubuntu changes
9587 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
9588
9589 * Miscellaneous upstream changes
9590 - seccomp: Provide matching filter for introspection
9591 - seccomp: Sysctl to display available actions
9592 - seccomp: Operation for checking if an action is available
9593 - seccomp: Sysctl to configure actions that are allowed to be logged
9594 - seccomp: Selftest for detection of filter flag support
9595 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
9596 - seccomp: Action to log before allowing
9597
9598 [ Upstream Kernel Changes ]
9599
9600 * Rebase to v4.13-rc7
9601
9602 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
9603
9604linux (4.13.0-6.7) artful; urgency=low
9605
9606 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
9607 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
9608
9609 * sort ABI files with C.UTF-8 locale (LP: #1712345)
9610 - [Packaging] sort ABI files with C.UTF-8 locale
9611
9612 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
9613 - SAUCE: igb: add support for using Broadcom 54616 as PHY
9614
9615 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
9616 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
9617 - powerpc/mm/radix: Improve TLB/PWC flushes
9618 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
9619
9620 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
9621 properly enrolled keys (LP: #1712168)
9622 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
9623
9624 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
9625 - [Config] CONFIG_BLK_DEV_NVME=m for s390
9626
9627 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
9628 (LP: #1711298)
9629 - [Config] CONFIG_INTEL_ATOMISP=n
9630
9631 * Miscellaneous Ubuntu changes
9632 - SAUCE: apparmor: af_unix mediation
9633
9634 * Miscellaneous upstream changes
9635 - apparmor: Fix shadowed local variable in unpack_trans_table()
9636 - apparmor: Fix logical error in verify_header()
9637 - apparmor: Fix an error code in aafs_create()
9638 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
9639 - apparmor: add the ability to mediate signals
9640 - apparmor: add mount mediation
9641 - apparmor: cleanup conditional check for label in label_print
9642 - apparmor: add support for absolute root view based labels
9643 - apparmor: make policy_unpack able to audit different info messages
9644 - apparmor: add more debug asserts to apparmorfs
9645 - apparmor: add base infastructure for socket mediation
9646 - apparmor: move new_null_profile to after profile lookup fns()
9647 - apparmor: fix race condition in null profile creation
9648 - apparmor: ensure unconfined profiles have dfas initialized
9649 - apparmor: fix incorrect type assignment when freeing proxies
9650
9651 [ Upstream Kernel Changes ]
9652
9653 * Rebase to v4.13-rc6
9654
9655 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
9656
9657linux (4.13.0-5.6) artful; urgency=low
9658
9659 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
9660 - perf pmu-events: Support additional POWER8+ PVR in mapfile
9661 - perf vendor events: Add POWER9 PMU events
9662 - perf vendor events: Add POWER9 PVRs to mapfile
9663 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
9664 - SAUCE: perf vendor events powerpc: Update POWER9 events
9665
9666 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
9667 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
9668
9669 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
9670 kernels able to boot without initramfs (LP: #1700972)
9671 - [Debian] Don't depend on initramfs-tools
9672
9673 * Miscellaneous Ubuntu changes
9674 - SAUCE: Import aufs driver
9675 - SAUCE: aufs -- Add missing argument to loop_switch() call
9676 - [Config] Enable aufs
9677 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
9678 - Enable zfs build
9679 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
9680 - [Packaging] switch up to debhelper 9
9681
9682 [ Upstream Kernel Changes ]
9683
9684 * Rebase to v4.13-rc5
9685
9686 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
9687
9688linux (4.13.0-4.5) artful; urgency=low
9689
9690 * Lenovo Yoga 910 Sensors (LP: #1708120)
9691 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
9692
9693 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
9694 (LP: #1703339)
9695 - [Config] Add vmd driver to generic inclusion list
9696
9697 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
9698 - [Config] CONFIG_SATA_HIGHBANK=y
9699
9700 * Miscellaneous Ubuntu changes
9701 - ubuntu: vbox -- update to 5.1.26-dfsg-1
9702 - SAUCE: hio: Build fixes for 4.13
9703 - Enable hio build
9704 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
9705 - [debian] use all rather than amd64 dkms debs for sync
9706
9707 [ Upstream Kernel Changes ]
9708
9709 * Rebase to v4.13-rc4
9710
9711 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
9712
9713linux (4.13.0-3.4) artful; urgency=low
9714
9715 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
9716 - [Packaging] tests -- reduce rebuild test to one flavour
9717 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
9718
9719 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
9720 - SAUCE: virtio_net: Revert mergeable buffer handling rework
9721
9722 [ Upstream Kernel Changes ]
9723
9724 * Rebase to v4.13-rc3
9725
9726 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
9727
9728linux (4.13.0-2.3) artful; urgency=low
9729
9730 * Change CONFIG_IBMVETH to module (LP: #1704479)
9731 - [Config] CONFIG_IBMVETH=m
9732
9733 [ Upstream Kernel Changes ]
9734
9735 * Rebase to v4.13-rc2
9736
9737 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
9738
9739linux (4.13.0-1.2) artful; urgency=low
9740
9741 * Miscellaneous Ubuntu changes
9742 - [Debian] Support sphinx-based kernel documentation
9743
9744 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
9745
9746linux (4.13.0-0.1) artful; urgency=low
9747
9748 * Miscellaneous Ubuntu changes
9749 - Disable hio
9750 - Disable zfs build
9751 - ubuntu: vbox -- update to 5.1.24-dfsg-1
9752
9753 [ Upstream Kernel Changes ]
9754
9755 * Rebase to v4.13-rc1
9756
9757 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
9758
9759linux (4.12.0-7.8) artful; urgency=low
9760
9761 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
9762 (LP: #1673564)
9763 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
9764 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
9765 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
9766 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
9767 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
9768 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
9769 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
9770 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
9771 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
9772 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
9773 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
9774 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
9775 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
9776 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
9777 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
9778 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
9779 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
9780 - arm64: Add MIDR values for Cavium cn83XX SoCs
9781 - arm64: Add workaround for Cavium Thunder erratum 30115
9782 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
9783 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
9784 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
9785 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
9786 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
9787 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
9788 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
9789 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
9790
9791 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
9792 - net: hns: Bugfix for Tx timeout handling in hns driver
9793
9794 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
9795 - iommu/arm-smmu: Plumb in new ACPI identifiers
9796
9797 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
9798 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
9799
9800 * Artful update to v4.12.1 stable release (LP: #1703858)
9801 - driver core: platform: fix race condition with driver_override
9802 - RDMA/uverbs: Check port number supplied by user verbs cmds
9803 - usb: dwc3: replace %p with %pK
9804 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
9805 - usb: usbip: set buffer pointers to NULL after free
9806 - Add USB quirk for HVR-950q to avoid intermittent device resets
9807 - usb: Fix typo in the definition of Endpoint[out]Request
9808 - USB: core: fix device node leak
9809 - USB: serial: option: add two Longcheer device ids
9810 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
9811 - xhci: Limit USB2 port wake support for AMD Promontory hosts
9812 - gfs2: Fix glock rhashtable rcu bug
9813 - Add "shutdown" to "struct class".
9814 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
9815 - tpm: fix a kernel memory leak in tpm-sysfs.c
9816 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
9817 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
9818 - sched/fair, cpumask: Export for_each_cpu_wrap()
9819 - sched/core: Implement new approach to scale select_idle_cpu()
9820 - sched/numa: Use down_read_trylock() for the mmap_sem
9821 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
9822 - sched/fair: Simplify wake_affine() for the single socket case
9823 - sched/numa: Implement NUMA node level wake_affine()
9824 - sched/fair: Remove effective_load()
9825 - sched/numa: Hide numa_wake_affine() from UP build
9826 - xen: avoid deadlock in xenbus driver
9827 - crypto: drbg - Fixes panic in wait_for_completion call
9828 - Linux 4.12.1
9829
9830 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
9831 - scsi: cxlflash: Combine the send queue locks
9832 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
9833 - scsi: cxlflash: Reset hardware queue context via specified register
9834 - scsi: cxlflash: Schedule asynchronous reset of the host
9835 - scsi: cxlflash: Handle AFU sync failures
9836 - scsi: cxlflash: Track pending scsi commands in each hardware queue
9837 - scsi: cxlflash: Flush pending commands in cleanup path
9838 - scsi: cxlflash: Add scsi command abort handler
9839 - scsi: cxlflash: Create character device to provide host management interface
9840 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
9841 specifics
9842 - scsi: cxlflash: Introduce host ioctl support
9843 - scsi: cxlflash: Refactor AFU capability checking
9844 - scsi: cxlflash: Support LUN provisioning
9845 - scsi: cxlflash: Support AFU debug
9846 - scsi: cxlflash: Support WS16 unmap
9847 - scsi: cxlflash: Remove zeroing of private command data
9848 - scsi: cxlflash: Update TMF command processing
9849 - scsi: cxlflash: Avoid double free of character device
9850 - scsi: cxlflash: Update send_tmf() parameters
9851 - scsi: cxlflash: Update debug prints in reset handlers
9852
9853 * make snap-pkg support (LP: #1700747)
9854 - make snap-pkg support
9855
9856 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
9857 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
9858
9859 * arm64: fix crash reading /proc/kcore (LP: #1702749)
9860 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
9861 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
9862
9863 * Opal and POWER9 DD2 (LP: #1702159)
9864 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
9865
9866 * Data corruption with hio driver (LP: #1701316)
9867 - SAUCE: hio: Fix incorrect use of enum req_opf values
9868
9869 * Miscellaneous Ubuntu changes
9870 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
9871 - snapcraft.yaml: Sync with xenial
9872 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
9873
9874 * Miscellaneous upstream changes
9875 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
9876 MokSBState"
9877
9878 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
9879
9880linux (4.12.0-6.7) artful; urgency=low
9881
9882 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
9883 - net: ena: change return value for unsupported features unsupported return
9884 value
9885 - net: ena: add hardware hints capability to the driver
9886 - net: ena: change sizeof() argument to be the type pointer
9887 - net: ena: add reset reason for each device FLR
9888 - net: ena: add support for out of order rx buffers refill
9889 - net: ena: allow the driver to work with small number of msix vectors
9890 - net: ena: use napi_schedule_irqoff when possible
9891 - net: ena: separate skb allocation to dedicated function
9892 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
9893 - net: ena: update driver's rx drop statistics
9894 - net: ena: update ena driver to version 1.2.0
9895
9896 * APST gets enabled against explicit kernel option (LP: #1699004)
9897 - nvme: explicitly disable APST on quirked devices
9898
9899 * Miscellaneous Ubuntu changes
9900 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
9901 - SAUCE: hio updates for 4.12
9902 - SAUCE: Enable hio build
9903
9904 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
9905
9906linux (4.12.0-5.6) artful; urgency=low
9907
9908 * ERAT invalidate on context switch removal (LP: #1700819)
9909 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
9910
9911 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
9912 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
9913
9914 * Miscellaneous Ubuntu changes
9915 - d-i: Move qcom-emac from arm64 to shared nic-modules
9916
9917 [ Upstream Kernel Changes ]
9918
9919 * Rebase to v4.12
9920
9921 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
9922
9923linux (4.12.0-4.5) artful; urgency=low
9924
9925 * aacraid driver may return uninitialized stack data to userspace
9926 (LP: #1700077)
9927 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
9928
9929 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
9930 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
9931
9932 * AACRAID for power9 platform (LP: #1689980)
9933 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
9934 - scsi: aacraid: Fix DMAR issues with iommu=pt
9935 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
9936 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
9937 - scsi: aacraid: Remove reset support from check_health
9938 - scsi: aacraid: Change wait time for fib completion
9939 - scsi: aacraid: Log count info of scsi cmds before reset
9940 - scsi: aacraid: Print ctrl status before eh reset
9941 - scsi: aacraid: Using single reset mask for IOP reset
9942 - scsi: aacraid: Rework IOP reset
9943 - scsi: aacraid: Add periodic checks to see IOP reset status
9944 - scsi: aacraid: Rework SOFT reset code
9945 - scsi: aacraid: Rework aac_src_restart
9946 - scsi: aacraid: Use correct function to get ctrl health
9947 - scsi: aacraid: Make sure ioctl returns on controller reset
9948 - scsi: aacraid: Enable ctrl reset for both hba and arc
9949 - scsi: aacraid: Add reset debugging statements
9950 - scsi: aacraid: Remove reference to Series-9
9951 - scsi: aacraid: Update driver version to 50834
9952
9953 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
9954 - SAUCE: drm: hibmc: Use set_busid function from drm core
9955
9956 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
9957 - d-i: Add hibmc-drm to kernel-image udeb
9958
9959 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
9960 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
9961
9962 * Miscellaneous Ubuntu changes
9963 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
9964 - [Config] CONFIG_ATA=n for s390x
9965 - [Config] Update annotations for 4.12
9966
9967 [ Upstream Kernel Changes ]
9968
9969 * Rebase to v4.12-rc7
9970
9971 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
9972
9973linux (4.12.0-3.4) artful; urgency=low
9974
9975 * Miscellaneous upstream changes
9976 - ufs: fix the logics for tail relocation
9977
9978 [ Upstream Kernel Changes ]
9979
9980 * Rebase to v4.12-rc6
9981
9982 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
9983
9984linux (4.12.0-2.3) artful; urgency=low
9985
9986 * CVE-2014-9900
9987 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
9988 ethtool_get_wol()
9989
9990 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
9991 (LP: #1671360)
9992 - pinctrl/amd: Use regular interrupt instead of chained
9993
9994 * extend-diff-ignore should use exact matches (LP: #1693504)
9995 - [Packaging] exact extend-diff-ignore matches
9996
9997 * Miscellaneous Ubuntu changes
9998 - SAUCE: efi: Don't print secure boot state from the efi stub
9999 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
10000 - SAUCE: vbox fixes for 4.12
10001 - Re-enable virtualbox build
10002 - [Config] CONFIG_ORANGEFS_FS=m
10003 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
10004 - Enable zfs build
10005
10006 [ Upstream Kernel Changes ]
10007
10008 * Rebase to v4.12-rc4
10009 * Rebase to v4.12-rc5
10010
10011 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
10012
10013linux (4.12.0-1.2) artful; urgency=low
10014
10015 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
10016 - [Config] Enable CONFIG_DRM_MGAG200 as module
10017
10018 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
10019 - [Config] CONFIG_LIBIO=y on arm64 only
10020 - SAUCE: LIBIO: Introduce a generic PIO mapping method
10021 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
10022 - [Config] CONFIG_HISILICON_LPC=y
10023 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
10024 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
10025 I/O
10026 - SAUCE: LPC: Add the ACPI LPC support
10027 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
10028 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
10029
10030 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
10031 - SAUCE: tty: Fix ldisc crash on reopened tty
10032
10033 * Miscellaneous Ubuntu changes
10034 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
10035 - Rebase to v4.12-rc3
10036
10037 [ Upstream Kernel Changes ]
10038
10039 * Rebase to v4.12-rc3
10040
10041 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
10042
10043linux (4.12.0-0.1) artful; urgency=low
10044
10045 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
10046 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
10047
10048 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
10049 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
10050
10051 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
10052 (LP: #1672819)
10053 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
10054
10055 * Miscellaneous Ubuntu changes
10056 - Update find-missing-sauce.sh to compare to artful
10057 - Update dropped.txt
10058 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10059 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10060 kernel image
10061 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10062 mode
10063 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10064 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10065 locked down
10066 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10067 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10068 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10069 reboot
10070 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10071 set
10072 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10073 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10074 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10075 down
10076 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10077 locked down
10078 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10079 down
10080 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10081 is locked down
10082 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10083 locked down
10084 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10085 has been locked down
10086 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10087 locked down
10088 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10089 locked down
10090 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10091 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10092 kernel is locked down
10093 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10094 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10095 down
10096 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10097 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
10098 secondary keyring
10099 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
10100 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
10101 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10102 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
10103 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10104 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10105 MokSBState
10106 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10107 - [Config] Set values for UEFI secure boot lockdown options
10108 - Disable virtualbox build
10109 - Disable hio build
10110 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
10111 - Disable zfs build
10112 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
10113 - SAUCE: Import aufs driver
10114 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10115 - [Config] Enable aufs
10116 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
10117
10118 [ Upstream Kernel Changes ]
10119
10120 * Rebase to v4.12-rc2
10121
10122 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
10123
10124linux (4.11.0-3.8) artful; urgency=low
10125
10126 [ Seth Forshee ]
10127
10128 * Release Tracking Bug
10129 - LP: #1690999
10130
10131 * apparmor_parser hangs indefinitely when called by multiple threads
10132 (LP: #1645037)
10133 - SAUCE: apparmor: fix lock ordering for mkdir
10134
10135 * apparmor leaking securityfs pin count (LP: #1660846)
10136 - SAUCE: apparmor: fix leak on securityfs pin count
10137
10138 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
10139 (LP: #1660845)
10140 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
10141 fails
10142
10143 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
10144 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
10145
10146 * libvirt profile is blocking global setrlimit despite having no rlimit rule
10147 (LP: #1679704)
10148 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
10149 - apparmor: update auditing of rlimit check to provide capability information
10150
10151 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
10152 - SAUCE: apparmor: add policy revision file interface
10153
10154 * apparmor does not make support of query data visible (LP: #1678023)
10155 - SAUCE: apparmor: add label data availability to the feature set
10156
10157 * apparmor query interface does not make supported query info available
10158 (LP: #1678030)
10159 - SAUCE: apparmor: add information about the query inteface to the feature set
10160
10161 * change_profile incorrect when using namespaces with a compound stack
10162 (LP: #1677959)
10163 - SAUCE: apparmor: fix label parse for stacked labels
10164
10165 * Regression in 4.4.0-65-generic causes very frequent system crashes
10166 (LP: #1669611)
10167 - apparmor: sync of apparmor 3.6+ (17.04)
10168
10169 * Artful update to 4.11.1 stable release (LP: #1690814)
10170 - dm ioctl: prevent stack leak in dm ioctl call
10171 - drm/sti: fix GDP size to support up to UHD resolution
10172 - power: supply: lp8788: prevent out of bounds array access
10173 - brcmfmac: Ensure pointer correctly set if skb data location changes
10174 - brcmfmac: Make skb header writable before use
10175 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
10176 - refcount: change EXPORT_SYMBOL markings
10177 - net: macb: fix phy interrupt parsing
10178 - tcp: fix access to sk->sk_state in tcp_poll()
10179 - geneve: fix incorrect setting of UDP checksum flag
10180 - bpf: enhance verifier to understand stack pointer arithmetic
10181 - bpf, arm64: fix jit branch offset related to ldimm64
10182 - tcp: fix wraparound issue in tcp_lp
10183 - net: ipv6: Do not duplicate DAD on link up
10184 - net: usb: qmi_wwan: add Telit ME910 support
10185 - tcp: do not inherit fastopen_req from parent
10186 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
10187 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
10188 - ipv6: initialize route null entry in addrconf_init()
10189 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
10190 - tcp: randomize timestamps on syncookies
10191 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
10192 - bpf: don't let ldimm64 leak map addresses on unprivileged
10193 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
10194 - f2fs: sanity check segment count
10195 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
10196 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
10197 - block: get rid of blk_integrity_revalidate()
10198 - Linux 4.11.1
10199
10200 * Module signing exclusion for staging drivers does not work properly
10201 (LP: #1690908)
10202 - SAUCE: Fix module signing exclusion in package builds
10203
10204 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
10205 - [Config] CONFIG_QCOM_L3_PMU=y
10206 - perf: qcom: Add L3 cache PMU driver
10207
10208 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
10209 - drivers/perf: arm_pmu: rework per-cpu allocation
10210 - drivers/perf: arm_pmu: manage interrupts per-cpu
10211 - drivers/perf: arm_pmu: split irq request from enable
10212 - drivers/perf: arm_pmu: remove pointless PMU disabling
10213 - drivers/perf: arm_pmu: define armpmu_init_fn
10214 - drivers/perf: arm_pmu: fold init into alloc
10215 - drivers/perf: arm_pmu: factor out pmu registration
10216 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
10217 - drivers/perf: arm_pmu: handle no platform_device
10218 - drivers/perf: arm_pmu: rename irq request/free functions
10219 - drivers/perf: arm_pmu: split cpu-local irq request/free
10220 - drivers/perf: arm_pmu: move irq request/free into probe
10221 - drivers/perf: arm_pmu: split out platform device probe logic
10222 - arm64: add function to get a cpu's MADT GICC table
10223 - [Config] CONFIG_ARM_PMU_ACPI=y
10224 - drivers/perf: arm_pmu: add ACPI framework
10225 - arm64: pmuv3: handle !PMUv3 when probing
10226 - arm64: pmuv3: use arm_pmu ACPI framework
10227
10228 * Fix NVLINK2 TCE route (LP: #1690155)
10229 - powerpc/powernv: Fix TCE kill on NVLink2
10230
10231 * CVE-2017-0605
10232 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
10233
10234 * Miscellaneous Ubuntu changes
10235 - [Config] Restore powerpc arch to annotations file
10236 - [Config] Disable runtime testing modules
10237 - [Config] Disable drivers not needed on s390x
10238 - [Config] Update annotations for 4.11
10239 - [Config] updateconfigs after apparmor updates
10240
10241 * Miscellaneous upstream changes
10242 - apparmor: use SHASH_DESC_ON_STACK
10243 - apparmor: fix invalid reference to index variable of iterator line 836
10244 - apparmor: fix parameters so that the permission test is bypassed at boot
10245 - apparmor: Make path_max parameter readonly
10246 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
10247 - apparmorfs: Use seq_putc() in two functions
10248 - apparmor: provide information about path buffer size at boot
10249 - apparmor: add/use fns to print hash string hex value
10250
10251 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
10252
10253linux (4.11.0-2.7) artful; urgency=low
10254
10255 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
10256 (LP: #1688259)
10257 - Remove squashfs-modules files from d-i
10258 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
10259
10260 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
10261 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
10262 - d-i: initrd needs qcom_emac on amberwing platform.
10263
10264 * update for V3 kernel bits and improved multiple fan slice support
10265 (LP: #1470091)
10266 - SAUCE: fan: tunnel multiple mapping mode (v3)
10267
10268 * Miscellaneous Ubuntu changes
10269 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
10270 - Enable zfs
10271 - SAUCE: fan: add VXLAN implementation
10272 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10273 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10274 kernel image
10275 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10276 mode
10277 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10278 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10279 locked down
10280 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10281 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10282 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10283 reboot
10284 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10285 set
10286 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10287 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10288 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10289 down
10290 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10291 locked down
10292 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10293 down
10294 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10295 is locked down
10296 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10297 locked down
10298 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10299 has been locked down
10300 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10301 locked down
10302 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10303 locked down
10304 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10305 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10306 kernel is locked down
10307 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10308 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10309 down
10310 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10311 - SAUCE: (efi-lockdown) Add EFI signature data types
10312 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
10313 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
10314 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10315 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
10316 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
10317 disabled
10318 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10319 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10320 MokSBState
10321 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10322 - [Config] Set values for UEFI secure boot lockdown options
10323 - Update dropped.txt
10324
10325 [ Upstream Kernel Changes ]
10326
10327 * rebase to v4.11
10328
10329 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
10330
10331linux (4.11.0-1.6) artful; urgency=low
10332
10333 * Miscellaneous Ubuntu changes
10334 - [Debian] Use default compression for all packages
10335 - SAUCE: (namespace) block_dev: Support checking inode permissions in
10336 lookup_bdev()
10337 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
10338 when mounting
10339 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
10340 when mounting
10341 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
10342 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
10343 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
10344 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
10345 security.* xattrs
10346 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
10347 filesystems
10348 - SAUCE: (namespace) fuse: Add support for pid namespaces
10349 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
10350 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
10351 or a descendant
10352 - SAUCE: (namespace) fuse: Allow user namespace mounts
10353 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
10354 namespaces
10355 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
10356 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
10357 mounts
10358 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
10359 opened for writing
10360
10361 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
10362
10363linux (4.11.0-0.5) artful; urgency=low
10364
10365 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
10366 (LP: #1684971)
10367 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
10368
10369 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
10370 (LP: #1470250)
10371 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
10372
10373 * Enable virtual scsi server driver for Power (LP: #1615665)
10374 - SAUCE: Return TCMU-generated sense data to fabric module
10375
10376 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
10377 (LP: #1630990)
10378 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
10379 CONFIG_SECURITYFS=n
10380
10381 * Miscellaneous Ubuntu changes
10382 - SAUCE: Import aufs driver
10383 - [Config] Enable aufs
10384 - [Debian] Add script to update virtualbox
10385 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
10386 - Enable vbox
10387 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10388
10389 [ Upstream Kernel Changes ]
10390
10391 * rebase to v4.11-rc8
10392
10393 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
10394
10395linux (4.11.0-0.4) zesty; urgency=low
10396
10397 * POWER9: Improve performance on memory management (LP: #1681429)
10398 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
10399 flush
10400 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
10401
10402 * Miscellaneous Ubuntu changes
10403 - find-missing-sauce.sh
10404
10405 [ Upstream Kernel Changes ]
10406
10407 * rebase to v4.11-rc7
10408
10409 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
10410
10411linux (4.11.0-0.3) zesty; urgency=low
10412
10413 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
10414 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
10415
10416 * smartpqi driver needed in initram disk and installer (LP: #1680156)
10417 - [Config] Add smartpqi to d-i
10418
10419 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
10420 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
10421
10422 * Miscellaneous Ubuntu changes
10423 - [Config] flash-kernel should be a Breaks
10424 - [Config] drop the info directory
10425 - [Config] drop NOTES as obsolete
10426 - [Config] drop changelog.historical as obsolete
10427 - rebase to v4.11-rc6
10428
10429 [ Upstream Kernel Changes ]
10430
10431 * rebase to v4.11-rc6
10432
10433 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
10434
10435linux (4.11.0-0.2) zesty; urgency=low
10436
10437 [ Upstream Kernel Changes ]
10438
10439 * rebase to v4.11-rc5
10440
10441 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
10442
10443linux (4.11.0-0.1) zesty; urgency=low
10444
10445 [ Upstream Kernel Changes ]
10446
10447 * rebase to v4.11-rc4
10448 - LP: #1591053
10449
10450 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
10451
10452linux (4.11.0-0.0) zesty; urgency=low
10453
10454 * dummy entry
10455
10456 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600