]> git.proxmox.com Git - mirror_ubuntu-focal-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-5.4.0-5.6
[mirror_ubuntu-focal-kernel.git] / debian.master / changelog
1 linux (5.4.0-5.6) focal; urgency=medium
2
3 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
4 CVE-2019-15793
5 - SAUCE: shiftfs: Correct id translation for lower fs operations
6
7 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
8 CVE-2019-15792
9 - SAUCE: shiftfs: prevent type confusion
10
11 * refcount underflow and type confusion in shiftfs (LP: #1850867) //
12 CVE-2019-15791
13 - SAUCE: shiftfs: Fix refcount underflow in btrfs ioctl handling
14
15 * Some EFI systems fail to boot in efi_init() when booted via maas
16 (LP: #1851810)
17 - SAUCE: efi: efi_get_memory_map -- increase map headroom
18
19 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
20 - SAUCE: seccomp: rework define for SECCOMP_USER_NOTIF_FLAG_CONTINUE
21 - SAUCE: seccomp: avoid overflow in implicit constant conversion
22
23 * dkms artifacts may expire from the pool (LP: #1850958)
24 - [Packaging] dkms -- try launchpad librarian for pool downloads
25 - [Packaging] dkms -- dkms-build quieten wget verbiage
26
27 * tsc marked unstable after entered PC10 on Intel CoffeeLake (LP: #1840239)
28 - SAUCE: x86/intel: Disable HPET on Intel Coffe Lake platforms
29 - SAUCE: x86/intel: Disable HPET on Intel Ice Lake platforms
30
31 * shiftfs: prevent exceeding project quotas (LP: #1849483)
32 - SAUCE: shiftfs: drop CAP_SYS_RESOURCE from effective capabilities
33
34 * shiftfs: fix fallocate() (LP: #1849482)
35 - SAUCE: shiftfs: setup correct s_maxbytes limit
36
37 * The alsa hda driver is not loaded due to the missing of PCIID for Comet
38 Lake-S [8086:a3f0] (LP: #1852070)
39 - SAUCE: ALSA: hda: Add Cometlake-S PCI ID
40
41 * Can't adjust brightness on DELL UHD dGPU AIO (LP: #1813877)
42 - SAUCE: platform/x86: dell-uart-backlight: add missing status command
43 - SAUCE: platform/x86: dell-uart-backlight: load driver by scalar status
44 - SAUCE: platform/x86: dell-uart-backlight: add force parameter
45 - SAUCE: platform/x86: dell-uart-backlight: add quirk for old platforms
46
47 * s_iflags overlap prevents unprivileged overlayfs mounts (LP: #1851677)
48 - SAUCE: fs: Move SB_I_NOSUID to the top of s_iflags
49
50 * ubuntu-aufs-modified mmap_region() breaks refcounting in overlayfs/shiftfs
51 error path (LP: #1850994) // CVE-2019-15794
52 - SAUCE: shiftfs: Restore vm_file value when lower fs mmap fails
53 - SAUCE: ovl: Restore vm_file value when lower fs mmap fails
54
55 * Miscellaneous Ubuntu changes
56 - [Debian] Convert update-aufs.sh to use aufs5
57 - SAUCE: import aufs driver
58 - update dkms package versions
59
60 [ Upstream Kernel Changes ]
61
62 * Rebase to v5.4-rc7
63
64 -- Seth Forshee <seth.forshee@canonical.com> Wed, 13 Nov 2019 11:56:35 -0800
65
66 linux (5.4.0-4.5) focal; urgency=medium
67
68 * High power consumption using 5.0.0-25-generic (LP: #1840835)
69 - PCI: Add a helper to check Power Resource Requirements _PR3 existence
70 - ALSA: hda: Allow HDA to be runtime suspended when dGPU is not bound to a
71 driver
72 - PCI: Fix missing inline for pci_pr3_present()
73
74 * Fix signing of staging modules in eoan (LP: #1850234)
75 - [Packaging] Leave unsigned modules unsigned after adding .gnu_debuglink
76
77 * [20.04 FEAT] Set Architecture Level (ALS) to z13 (LP: #1837525)
78 - [Config] s390x bump march to z13, with tune to z15
79
80 * Miscellaneous Ubuntu changes
81 - [Debian]: do not skip tests for linux-hwe-edge
82 - update dkms package versions
83 - [Config] re-enable zfs
84 - [Config] rename module virtio_fs to virtiofs
85
86 [ Upstream Kernel Changes ]
87
88 * Rebase to v5.4-rc6
89
90 -- Andrea Righi <andrea.righi@canonical.com> Mon, 04 Nov 2019 15:12:02 +0100
91
92 linux (5.4.0-3.4) focal; urgency=medium
93
94 * seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test (LP: #1849281)
95 - SAUCE: seccomp: fix SECCOMP_USER_NOTIF_FLAG_CONTINUE test
96
97 * cloudimg: no iavf/i40evf module so no network available with SR-IOV enabled
98 cloud (LP: #1848481)
99 - [Packaging] include iavf/i40evf in generic
100
101 * CVE-2019-17666
102 - SAUCE: rtlwifi: Fix potential overflow on P2P code
103
104 * Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x from yes
105 to no (LP: #1848492)
106 - [Config] Change Config Option CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE for s390x
107 from yes to no
108
109 * Add Intel Comet Lake ethernet support (LP: #1848555)
110 - SAUCE: e1000e: Add support for Comet Lake
111
112 * seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE (LP: #1847744)
113 - SAUCE: seccomp: add SECCOMP_USER_NOTIF_FLAG_CONTINUE
114 - SAUCE: seccomp: test SECCOMP_USER_NOTIF_FLAG_CONTINUE
115
116 * drm/i915: Fix the issue of "azx_get_response timeout" for hdmi audio on ICL
117 platforms (LP: #1847192)
118 - SAUCE: drm/i915: Fix audio power up sequence for gen10+ display
119 - SAUCE: drm/i915: extend audio CDCLK>=2*BCLK constraint to more platforms
120
121 * PM / hibernate: fix potential memory corruption (LP: #1847118)
122 - SAUCE: PM / hibernate: memory_bm_find_bit -- tighten node optimisation
123
124 * [regression] NoNewPrivileges incompatible with Apparmor (LP: #1844186)
125 - SAUCE: apparmor: fix nnp subset test for unconfined
126
127 * overlayfs: allow with shiftfs as underlay (LP: #1846272)
128 - SAUCE: overlayfs: allow with shiftfs as underlay
129
130 * eoan: alsa/sof: Enable SOF_HDA link and codec (LP: #1848490)
131 - [Config] Fix SOF Kconfig options
132
133 * linux won't build when new virtualbox version is present on the archive
134 (LP: #1848788)
135 - [Packaging]: download virtualbox from sources
136
137 * Miscellaneous Ubuntu changes
138 - [Config] update annotations from configs
139 - [Config] updateconfigs after rebase to 5.4-rc5
140 - update dkms package versions
141
142 [ Upstream Kernel Changes ]
143
144 * Rebase to v5.4-rc5
145
146 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Oct 2019 12:01:27 -0500
147
148 linux (5.4.0-2.3) eoan; urgency=medium
149
150 * Add installer support for iwlmvm adapters (LP: #1848236)
151 - d-i: Add iwlmvm to nic-modules
152
153 * shiftfs: rework how shiftfs opens files (LP: #1846265)
154 - SAUCE: shiftfs: rework how shiftfs opens files
155
156 * Miscellaneous Ubuntu changes
157 - update dkms package versions
158 - [Config] updateconfigs after rebase to 5.4-rc4
159
160 [ Upstream Kernel Changes ]
161
162 * Rebase to v5.4-rc4
163
164 -- Andrea Righi <andrea.righi@canonical.com> Mon, 21 Oct 2019 17:31:26 +0200
165
166 linux (5.4.0-1.2) eoan; urgency=medium
167
168 * Miscellaneous Ubuntu changes
169 - update dkms package versions
170 - [Config] updateconfigs after rebase to 5.4-rc3
171 - [Config] add flexfb, fbtft_device and rio500 to modules.ignore
172 - [Config] amd64: ignore fbtft and all dependent modules
173
174 [ Upstream Kernel Changes ]
175
176 * Rebase to v5.4-rc3
177
178 -- Andrea Righi <andrea.righi@canonical.com> Mon, 14 Oct 2019 19:48:52 +0200
179
180 linux (5.4.0-0.1) eoan; urgency=medium
181
182 * Enable the Dragonboards out of Eoan/master arm64 kernel (LP: #1846704)
183 - [Packaging] arm64: snapdragon: introduce a snapdragon flavour
184 - [Packaging] arm64: snapdragon: switch kernel format to Image
185 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8916=y
186 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8994=y
187 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8996=y
188 - [Config] arm64: snapdragon: CONFIG_PINCTRL_MSM8998=y
189 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_RPMH=y
190 - [Config] arm64: snapdragon: CONFIG_QCOM_BAM_DMA=y
191 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA_MGMT=y
192 - [Config] arm64: snapdragon: CONFIG_QCOM_HIDMA=y
193 - [Config] arm64: snapdragon: CONFIG_COMMON_CLK_QCOM=y
194 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_RPMH=y
195 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8916=y
196 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8994=y
197 - [Config] arm64: snapdragon: CONFIG_MSM_MMCC_8996=y
198 - [Config] arm64: snapdragon: CONFIG_MSM_GCC_8998=y
199 - [Config] arm64: snapdragon: CONFIG_HWSPINLOCK_QCOM=y
200 - [Config] arm64: snapdragon: CONFIG_QCOM_APCS_IPC=y
201 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_GLINK_RPM=y
202 - [Config] arm64: snapdragon: CONFIG_QCOM_GENI_SE=y
203 - [Config] arm64: snapdragon: CONFIG_QCOM_SMEM=y
204 - [Config] arm64: snapdragon: CONFIG_QCOM_SMD_RPM=y
205 - [Config] arm64: snapdragon: CONFIG_QCOM_SMP2P=y
206 - [Config] arm64: snapdragon: CONFIG_QCOM_SMSM=y
207 - [Config] arm64: snapdragon: CONFIG_QCOM_QFPROM=y
208 - [Config] arm64: snapdragon: CONFIG_SERIAL_QCOM_GENI=y
209 - [Config] arm64: snapdragon: CONFIG_QCOM_TSENS=y
210 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SMD_RPM=y
211 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_SMD_RPM=y
212 - [Config] arm64: snapdragon: CONFIG_RPMSG_QCOM_SMD=y
213 - [Config] arm64: snapdragon: CONFIG_MFD_QCOM_RPM=y
214 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD=y
215 - [Config] arm64: snapdragon: CONFIG_SCSI_UFSHCD_PLATFORM=y
216 - [Config] arm64: snapdragon: CONFIG_SCSI_UFS_HISI=y
217 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI=y
218 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_PLTFM=y
219 - [Config] arm64: snapdragon: CONFIG_MMC_SDHCI_MSM=y
220 - [Config] arm64: snapdragon: CONFIG_REGULATOR_QCOM_SPMI=y
221 - [Config] arm64: snapdragon: CONFIG_PINCTRL_QCOM_SPMI_PMIC=y
222 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HS=y
223 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_QMP=y
224 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_UFS=y
225 - [Config] arm64: snapdragon: CONFIG_PHY_QCOM_USB_HSIC=y
226 - [Config] arm64: snapdragon: CONFIG_USB_CHIPIDEA_OF=y
227 - [Config] arm64: snapdragon: CONFIG_USB_EHCI_HCD_PLATFORM=y
228 - [Config] arm64: snapdragon: CONFIG_EXTCON_USB_GPIO=y
229 - [Config] arm64: snapdragon: CONFIG_REGULATOR_FIXED_VOLTAGE=y
230 - [Config] arm64: snapdragon: CONFIG_LEDS_GPIO=y
231 - [Config] arm64: snapdragon: CONFIG_USB_HSIC_USB3503=y
232 - [Config] arm64: snapdragon: CONFIG_USB_NET_DRIVERS=y
233 - [Config] arm64: snapdragon: CONFIG_USB_OTG=y
234 - [Config] arm64: snapdragon: CONFIG_USB_XHCI_PLATFORM=y
235 - [Config] arm64: snapdragon: CONFIG_USB_OHCI_HCD_PLATFORM=y
236 - [Config] arm64: snapdragon: CONFIG_USB_MUSB_HDRC=y
237 - [Config] arm64: snapdragon: CONFIG_USB_DWC3=y
238 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_PCI=y
239 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_OF_SIMPLE=y
240 - [Config] arm64: snapdragon: CONFIG_USB_DWC3_QCOM=y
241 - [Config] arm64: snapdragon: CONFIG_LEDS_PWM=y
242 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_HEARTBEAT=y
243 - [Config] arm64: snapdragon: CONFIG_LEDS_TRIGGER_DEFAULT_ON=y
244 - [Config] arm64: snapdragon: CONFIG_QCOM_A53PLL=y
245 - [Config] arm64: snapdragon: CONFIG_QCOM_CLK_APCS_MSM8916=y
246 - [Config] arm64: snapdragon: CONFIG_NLS_ISO8859_1=y
247 - [Config] arm64: snapdragon: CONFIG_USB_USBNET=y
248 - [Config] arm64: snapdragon: CONFIG_CRYPTO_DEV_QCOM_RNG=y
249 - [Config] arm64: snapdragon: CONFIG_POWER_RESET_QCOM_PON=y
250 - [Config] arm64: snapdragon: CONFIG_INPUT_PM8941_PWRKEY=y
251 - [Config] arm64: snapdragon: CONFIG_KEYBOARD_GPIO=y
252 - [Config] arm64: snapdragon: CONFIG_RTC_DRV_PM8XXX=y
253
254 * Miscellaneous Ubuntu changes
255 - [Config] updateconfigs after rebase to 5.4-rc2
256 - SAUCE: (lockdown) Make get_cert_list() not complain about cert lists that
257 aren't present.
258 - SAUCE: (lockdown) Add efi_status_to_str() and rework efi_status_to_err().
259 - SAUCE: (lockdown) Make get_cert_list() use efi_status_to_str() to print
260 error messages.
261 - SAUCE: (lockdown) security: lockdown: expose a hook to lock the kernel down
262 - SAUCE: (lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure boot
263 mode
264 - SAUCE: (lockdown) efi: Lock down the kernel if booted in secure boot mode
265 - SAUCE: (lockdown) Add a SysRq option to lift kernel lockdown
266 - SAUCE: (lockdown) KEYS: Make use of platform keyring for module signature
267 verify
268 - SAUCE: (lockdown) arm64: Allow locking down the kernel under EFI secure boot
269 - SAUCE: (lockdown) security: lockdown: Make
270 CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT more generic
271 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
272 - [Config] Enable lockdown under secure boot
273 - SAUCE: import aufs driver
274 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
275 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
276 - [Config] enable aufs
277 - update dkms package versions
278 - [Config] disable zfs
279 - [Config] disable nvidia dkms build
280 - [Config] disable virtualbox dkms build
281 - [Debian] Generate stub reconstruct for -rc kernels
282 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Forbid unprivileged mounting
283 when device is opened for writing"
284 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add module parameter to enable user
285 namespace mounts"
286 - Revert "UBUNTU: SAUCE: (namespace) ext4: Add support for unprivileged mounts
287 from user namespaces"
288 - Revert "UBUNTU: SAUCE: (namespace) mtd: Check permissions towards mtd block
289 device inode when mounting"
290 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Check permissions towards
291 block device inode when mounting"
292 - Revert "UBUNTU: SAUCE: (namespace) block_dev: Support checking inode
293 permissions in lookup_bdev()"
294
295 [ Upstream Kernel Changes ]
296
297 * Rebase to v5.4-rc2
298
299 -- Seth Forshee <seth.forshee@canonical.com> Fri, 11 Oct 2019 16:42:41 -0500
300
301 linux (5.4.0-0.0) eoan; urgency=medium
302
303 * Dummy entry.
304
305 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Oct 2019 09:59:00 -0500
306
307 linux (5.3.0-17.18) eoan; urgency=medium
308
309 * eoan/linux: 5.3.0-17.18 -proposed tracker (LP: #1846641)
310
311 * CVE-2019-17056
312 - nfc: enforce CAP_NET_RAW for raw sockets
313
314 * CVE-2019-17055
315 - mISDN: enforce CAP_NET_RAW for raw sockets
316
317 * CVE-2019-17054
318 - appletalk: enforce CAP_NET_RAW for raw sockets
319
320 * CVE-2019-17053
321 - ieee802154: enforce CAP_NET_RAW for raw sockets
322
323 * CVE-2019-17052
324 - ax25: enforce CAP_NET_RAW for raw sockets
325
326 * CVE-2019-15098
327 - ath6kl: fix a NULL-ptr-deref bug in ath6kl_usb_alloc_urb_from_pipe()
328
329 * xHCI on AMD Stoney Ridge cannot detect USB 2.0 or 1.1 devices.
330 (LP: #1846470)
331 - x86/PCI: Avoid AMD FCH XHCI USB PME# from D0 defect
332
333 * Re-enable linux-libc-dev build on i386 (LP: #1846508)
334 - [Packaging] Build only linux-libc-dev for i386
335 - [Debian] final-checks -- ignore archtictures with no binaries
336
337 * arm64: loop on boot after installing linux-generic-hwe-18.04-edge/bionic-
338 proposed (LP: #1845820)
339 - [Config] Disable CONFIG_ARM_SMMU_DISABLE_BYPASS_BY_DEFAULT
340
341 * Revert ESE DASD discard support (LP: #1846219)
342 - SAUCE: Revert "s390/dasd: Add discard support for ESE volumes"
343
344 * Miscellaneous Ubuntu changes
345 - update dkms package versions
346
347 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Oct 2019 16:57:05 -0500
348
349 linux (5.3.0-16.17) eoan; urgency=medium
350
351 * eoan/linux: 5.3.0-16.17 -proposed tracker (LP: #1846204)
352
353 * zfs fails to build on s390x with debug symbols enabled (LP: #1846143)
354 - SAUCE: s390: Mark atomic const ops always inline
355
356 -- Seth Forshee <seth.forshee@canonical.com> Tue, 01 Oct 2019 07:46:43 -0500
357
358 linux (5.3.0-15.16) eoan; urgency=medium
359
360 * eoan/linux: 5.3.0-15.16 -proposed tracker (LP: #1845987)
361
362 * Drop i386 build for 19.10 (LP: #1845714)
363 - [Packaging] Remove x32 arch references from control files
364 - [Debian] final-checks -- Get arch list from debian/control
365
366 * ZFS kernel modules lack debug symbols (LP: #1840704)
367 - [Debian] Fix conditional for setting zfs debug package path
368
369 * Use pyhon3-sphinx instead of python-sphinx for building html docs
370 (LP: #1845808)
371 - [Packaging] Update sphinx build dependencies to python3 packages
372
373 * Kernel panic with 19.10 beta image (LP: #1845454)
374 - efi/tpm: Don't access event->count when it isn't mapped.
375 - efi/tpm: don't traverse an event log with no events
376 - efi/tpm: only set efi_tpm_final_log_size after successful event log parsing
377
378 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Sep 2019 11:57:20 -0500
379
380 linux (5.3.0-14.15) eoan; urgency=medium
381
382 * eoan/linux: 5.3.0-14.15 -proposed tracker (LP: #1845728)
383
384 * Drop i386 build for 19.10 (LP: #1845714)
385 - [Debian] Remove support for producing i386 kernels
386 - [Debian] Don't use CROSS_COMPILE for i386 configs
387
388 * udevadm trigger will fail when trying to add /sys/devices/vio/
389 (LP: #1845572)
390 - SAUCE: powerpc/vio: drop bus_type from parent device
391
392 * Trying to online dasd drive results in invalid input/output from the kernel
393 on z/VM (LP: #1845323)
394 - SAUCE: s390/dasd: Fix error handling during online processing
395
396 * intel-lpss driver conflicts with write-combining MTRR region (LP: #1845584)
397 - SAUCE: mfd: intel-lpss: add quirk for Dell XPS 13 7390 2-in-1
398
399 * Support Hi1620 zip hw accelerator (LP: #1845355)
400 - [Config] Enable HiSilicon QM/ZIP as modules
401 - crypto: hisilicon - add queue management driver for HiSilicon QM module
402 - crypto: hisilicon - add hardware SGL support
403 - crypto: hisilicon - add HiSilicon ZIP accelerator support
404 - crypto: hisilicon - add SRIOV support for ZIP
405 - Documentation: Add debugfs doc for hisi_zip
406 - crypto: hisilicon - add debugfs for ZIP and QM
407 - MAINTAINERS: add maintainer for HiSilicon QM and ZIP controller driver
408 - crypto: hisilicon - fix kbuild warnings
409 - crypto: hisilicon - add dependency for CRYPTO_DEV_HISI_ZIP
410 - crypto: hisilicon - init curr_sgl_dma to fix compile warning
411 - crypto: hisilicon - add missing single_release
412 - crypto: hisilicon - fix error handle in hisi_zip_create_req_q
413 - crypto: hisilicon - Fix warning on printing %p with dma_addr_t
414 - crypto: hisilicon - Fix return value check in hisi_zip_acompress()
415 - crypto: hisilicon - avoid unused function warning
416
417 * SafeSetID LSM should be built but disabled by default (LP: #1845391)
418 - LSM: SafeSetID: Stop releasing uninitialized ruleset
419 - [Config] Build SafeSetID LSM but don't enable it by default
420
421 * CONFIG_LSM should not specify loadpin since it is not built (LP: #1845383)
422 - [Config] loadpin shouldn't be in CONFIG_LSM
423
424 * Add new pci-id's for CML-S, ICL (LP: #1845317)
425 - drm/i915/icl: Add missing device ID
426 - drm/i915/cml: Add Missing PCI IDs
427
428 * Thunderbolt support for ICL (LP: #1844680)
429 - thunderbolt: Correct path indices for PCIe tunnel
430 - thunderbolt: Move NVM upgrade support flag to struct icm
431 - thunderbolt: Use 32-bit writes when writing ring producer/consumer
432 - thunderbolt: Do not fail adding switch if some port is not implemented
433 - thunderbolt: Hide switch attributes that are not set
434 - thunderbolt: Expose active parts of NVM even if upgrade is not supported
435 - thunderbolt: Add support for Intel Ice Lake
436 - ACPI / property: Add two new Thunderbolt property GUIDs to the list
437
438 * Ubuntu 19.10 - Additional PCI patch and fix (LP: #1844668)
439 - s390/pci: fix MSI message data
440
441 * Enhanced Hardware Support - Finalize Naming (LP: #1842774)
442 - s390: add support for IBM z15 machines
443 - [Config] CONFIG_MARCH_Z15=n, CONFIG_TUNE_Z15=n
444
445 * Eoan update: v5.3.1 upstream stable release (LP: #1845642)
446 - USB: usbcore: Fix slab-out-of-bounds bug during device reset
447 - media: tm6000: double free if usb disconnect while streaming
448 - phy: renesas: rcar-gen3-usb2: Disable clearing VBUS in over-current
449 - ip6_gre: fix a dst leak in ip6erspan_tunnel_xmit
450 - net/sched: fix race between deactivation and dequeue for NOLOCK qdisc
451 - net_sched: let qdisc_put() accept NULL pointer
452 - udp: correct reuseport selection with connected sockets
453 - xen-netfront: do not assume sk_buff_head list is empty in error handling
454 - net: dsa: Fix load order between DSA drivers and taggers
455 - net: stmmac: Hold rtnl lock in suspend/resume callbacks
456 - KVM: coalesced_mmio: add bounds checking
457 - Documentation: sphinx: Add missing comma to list of strings
458 - firmware: google: check if size is valid when decoding VPD data
459 - serial: sprd: correct the wrong sequence of arguments
460 - tty/serial: atmel: reschedule TX after RX was started
461 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
462 - Revert "arm64: Remove unnecessary ISBs from set_{pte,pmd,pud}"
463 - ovl: fix regression caused by overlapping layers detection
464 - phy: qcom-qmp: Correct ready status, again
465 - floppy: fix usercopy direction
466 - media: technisat-usb2: break out of loop at end of buffer
467 - Linux 5.3.1
468
469 * ZFS kernel modules lack debug symbols (LP: #1840704)
470 - [Debian]: Remove hardcoded $(pkgdir) in debug symbols handling
471 - [Debian]: Handle debug symbols for modules in extras too
472 - [Debian]: Check/link modules with debug symbols after DKMS modules
473 - [Debian]: Warn about modules without debug symbols
474 - [Debian]: dkms-build: new parameter for debug package directory
475 - [Debian]: dkms-build: zfs: support for debug symbols
476 - [Debian]: dkms-build: Avoid executing post-processor scripts twice
477 - [Debian]: dkms-build: Move zfs special-casing into configure script
478
479 * /proc/self/maps paths missing on live session (was vlc won't start; eoan
480 19.10 & bionic 18.04 ubuntu/lubuntu/kubuntu/xubuntu/ubuntu-mate dailies)
481 (LP: #1842382)
482 - SAUCE: Revert "UBUNTU: SAUCE: shiftfs: enable overlayfs on shiftfs"
483
484 -- Seth Forshee <seth.forshee@canonical.com> Fri, 27 Sep 2019 16:08:06 -0500
485
486 linux (5.3.0-13.14) eoan; urgency=medium
487
488 * eoan/linux: 5.3.0-13.14 -proposed tracker (LP: #1845105)
489
490 * Packaging resync (LP: #1786013)
491 - [Packaging] update helper scripts
492
493 * Miscellaneous Ubuntu changes
494 - [Debian] Remove binutils-dev build dependency
495
496 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Sep 2019 19:26:43 -0500
497
498 linux (5.3.0-12.13) eoan; urgency=medium
499
500 * Change kernel compression method to improve boot speed (LP: #1840934)
501 - [Packaging] Add lz4 build dependency for s390x
502
503 * Miscellaneous Ubuntu changes
504 - SAUCE: Remove spl and zfs source
505
506 -- Seth Forshee <seth.forshee@canonical.com> Tue, 17 Sep 2019 13:36:26 +0200
507
508 linux (5.3.0-11.12) eoan; urgency=medium
509
510 * eoan/linux: 5.3.0-11.12 -proposed tracker (LP: #1844144)
511
512 * Suspend to RAM(S3) does not wake up for latest megaraid and mpt3sas
513 adapters(SAS3.5 onwards) (LP: #1838751)
514 - PCI: Restore Resizable BAR size bits correctly for 1MB BARs
515
516 * s390/setup: Actually init kernel lock down (LP: #1843961)
517 - SAUCE: (lockdown) s390/setup: Actually init kernel lock down
518
519 * cherrypick has_sipl fix (LP: #1843960)
520 - SAUCE: s390/sclp: Fix bit checked for has_sipl
521
522 * Change kernel compression method to improve boot speed (LP: #1840934)
523 - [Config]: Switch kernel compression from LZO to LZ4 on s390x
524
525 * Installation fails on eoan/PowerVM : missing /dev/nvram (LP: #1837726)
526 - [Config] CONFIG_NVRAM=y for ppc64el
527
528 * Miscellaneous Ubuntu changes
529 - [Config]: remove nvram from ppc64el modules ABI
530 - [Config] Update annotations for recent config changes
531 - SAUCE: sched: Add __ASSEMBLY__ guards around struct clone_args
532 - SAUCE: i2c: qcom-geni: Disable DMA processing on the Lenovo Yoga C630
533 - SAUCE: arm64: dts: qcom: Add Lenovo Yoga C630
534 - update dkms package versions
535
536 [ Upstream Kernel Changes ]
537
538 * Rebase to v5.3
539
540 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 16 Sep 2019 16:18:27 +0200
541
542 linux (5.3.0-10.11) eoan; urgency=medium
543
544 * eoan/linux: 5.3.0-10.11 -proposed tracker (LP: #1843232)
545
546 * No sound inputs from the external microphone and headset on a Dell machine
547 (LP: #1842265)
548 - SAUCE: ALSA: hda - Expand pin_match function to match upcoming new tbls
549 - SAUCE: ALSA: hda - Define a fallback_pin_fixup_tbl for alc269 family
550
551 * Horizontal corrupted line at top of screen caused by framebuffer compression
552 (LP: #1840236)
553 - SAUCE: drm/i915/fbc: disable framebuffer compression on IceLake
554
555 * Add bpftool to linux-tools-common (LP: #1774815)
556 - [Debian] package bpftool in linux-tools-common
557
558 * Miscellaneous Ubuntu changes
559 - update dkms package versions
560
561 [ Upstream Kernel Changes ]
562
563 * Rebase to v5.3-rc8
564
565 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 09 Sep 2019 10:00:41 +0200
566
567 linux (5.3.0-9.10) eoan; urgency=medium
568
569 * eoan/linux: 5.3.0-9.10 -proposed tracker (LP: #1842393)
570
571 * shiftfs: mark kmem_cache as reclaimable (LP: #1842059)
572 - SAUCE: shiftfs: mark slab objects SLAB_RECLAIM_ACCOUNT
573
574 * shiftfs: drop entries from cache on unlink (LP: #1841977)
575 - SAUCE: shiftfs: fix buggy unlink logic
576
577 * Fix touchpad IRQ storm after S3 (LP: #1841396)
578 - pinctrl: intel: remap the pin number to gpio offset for irq enabled pin
579
580 * Please include DTBs for arm64 laptops (LP: #1842050)
581 - arm64: dts: qcom: Add Lenovo Miix 630
582 - arm64: dts: qcom: Add HP Envy x2
583 - arm64: dts: qcom: Add Asus NovaGo TP370QL
584
585 * Miscellaneous Ubuntu changes
586 - SAUCE: import aufs driver
587 - [Packaging]: ignore vbox modules when vbox is disabled
588
589 [ Upstream Kernel Changes ]
590
591 * Rebase to v5.3-rc7
592
593 -- Paolo Pisati <paolo.pisati@canonical.com> Tue, 03 Sep 2019 10:27:33 +0200
594
595 linux (5.3.0-8.9) eoan; urgency=medium
596
597 * Packaging resync (LP: #1786013)
598 - [Packaging] resync getabis
599
600 * Change kernel compression method to improve boot speed (LP: #1840934)
601 - [Config] change kernel compression method to improve boot speed
602 - [Packaging] add build dependencies for compression algorithms
603
604 * realtek r8822be kernel module fails after update to linux kernel-headers
605 5.0.0-21 (LP: #1838133)
606 - rtw88: Fix misuse of GENMASK macro
607 - rtw88: pci: Rearrange the memory usage for skb in RX ISR
608 - rtw88: pci: Use DMA sync instead of remapping in RX ISR
609 - rtw88: debug: dump tx power indexes in use
610 - rtw88: use txpwr_lmt_cfg_pair struct, not arrays
611 - rtw88: pci: remove set but not used variable 'ip_sel'
612 - rtw88: allow c2h operation in irq context
613 - rtw88: enclose c2h cmd handle with mutex
614 - rtw88: add BT co-existence support
615 - SAUCE: rtw88: pci: enable MSI interrupt
616
617 * VIMC module not available (CONFIG_VIDEO_VIMC not set) (LP: #1831482)
618 - [Config] Enable VIMC module
619
620 * Goodix touchpad may drop first input event (LP: #1840075)
621 - Revert "UBUNTU: SAUCE: i2c: designware: add G3 3590 into i2c quirk"
622 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk"
623 - Revert "UBUNTU: SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c
624 quirk"
625 - Revert "UBUNTU: SAUCE: i2c: designware: Add disable runtime pm quirk"
626 - mfd: intel-lpss: Remove D3cold delay
627
628 * Include Sunix serial/parallel driver (LP: #1826716)
629 - serial: 8250_pci: Add support for Sunix serial boards
630 - parport: parport_serial: Add support for Sunix Multi I/O boards
631
632 * enable lockdown on s390x when Secure IPL is performed (LP: #1839622)
633 - SAUCE: (lockdown) s390/ipl: lockdown kernel when booted secure
634 - Ubuntu: [Config] Enable CONFIG_LOCK_DOWN_KERNEL on s390x.
635
636 * UBUNTU: SAUCE: shiftfs: pass correct point down (LP: #1837231)
637 - SAUCE: shiftfs: pass correct point down
638
639 * shiftfs: add O_DIRECT support (LP: #1837223)
640 - SAUCE: shiftfs: add O_DIRECT support
641
642 * Miscellaneous Ubuntu changes
643 - [Config] enable secureboot signing on s390x
644 - [Config] CONFIG_TEST_BLACKHOLE_DEV=m
645 - SAUCE: selftests: fib_tests: assign address to dummy1 for rp_filter tests
646 - [Debian] disable dkms builds for autopktest rebuilds
647 - update dkms package versions
648 - [Config] updateconfigs after v5.3-rc6 rebase
649
650 [ Upstream Kernel Changes ]
651
652 * Rebase to v5.3-rc5
653
654 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 26 Aug 2019 10:09:42 +0200
655
656 linux (5.3.0-7.8) eoan; urgency=medium
657
658 * Packaging resync (LP: #1786013)
659 - [Packaging] resync getabis
660
661 * Miscellaneous Ubuntu changes
662 - [Config] updateconfigs after v5.3-rc5 rebase
663 - remove missing module after updateconfigs
664
665 [ Upstream Kernel Changes ]
666
667 * Rebase to v5.3-rc5
668
669 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 19 Aug 2019 15:31:24 +0200
670
671 linux (5.3.0-6.7) eoan; urgency=medium
672
673 * Miscellaneous Ubuntu changes
674 - SAUCE: selftests/bpf: prevent headers to be compiled as C code
675
676 -- Seth Forshee <seth.forshee@canonical.com> Wed, 14 Aug 2019 13:25:01 -0500
677
678 linux (5.3.0-5.6) eoan; urgency=medium
679
680 * Miscellaneous Ubuntu changes
681 - update dkms package versions
682 - [Config] enable zfs build
683
684 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Aug 2019 09:16:06 -0500
685
686 linux (5.3.0-4.5) eoan; urgency=medium
687
688 * Packaging resync (LP: #1786013)
689 - [Packaging] resync getabis
690 - [Packaging] update helper scripts
691
692 * bcache: bch_allocator_thread(): hung task timeout (LP: #1784665) // Tight
693 timeout for bcache removal causes spurious failures (LP: #1796292)
694 - SAUCE: bcache: fix deadlock in bcache_allocator
695
696 * shiftfs: allow overlayfs (LP: #1838677)
697 - SAUCE: shiftfs: enable overlayfs on shiftfs
698
699 * Miscellaneous Ubuntu changes
700 - SAUCE: Revert "kbuild: modpost: do not parse unnecessary rules for vmlinux
701 modpost"
702 - update dkms package versions
703 - enable nvidia dkms build
704
705 [ Upstream Kernel Changes ]
706
707 * Rebase to v5.3-rc4
708
709 -- Seth Forshee <seth.forshee@canonical.com> Mon, 12 Aug 2019 10:41:27 -0500
710
711 linux (5.3.0-3.4) eoan; urgency=medium
712
713 * Miscellaneous Ubuntu changes
714 - update dkms package versions
715 - SAUCE: aufs: add "WITH Linux-syscall-note" to SPDX tag of uapi headers
716 - [Config] add mux-* to modules.ignore
717
718 [ Upstream Kernel Changes ]
719
720 * Rebase to v5.3-rc3
721
722 -- Paolo Pisati <paolo.pisati@canonical.com> Mon, 05 Aug 2019 18:17:09 +0200
723
724 linux (5.3.0-2.3) eoan; urgency=medium
725
726 * Miscellaneous Ubuntu changes
727 - [Packaging] add build dependincy on fontconfig
728
729 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jul 2019 12:18:46 -0400
730
731 linux (5.3.0-1.2) eoan; urgency=medium
732
733 * System does not auto detect disconnection of external monitor (LP: #1835001)
734 - SAUCE: drm/i915: Add support for retrying hotplug
735 - SAUCE: drm/i915: Enable hotplug retry
736
737 * Please enable CONFIG_SCSI_UFS_QCOM as a module on arm64 (LP: #1837332)
738 - [Config] Enable CONFIG_SCSI_UFS_QCOM as a module on arm64.
739
740 * Add arm64 CONFIG_ARCH_MESON=y and related configs Edit (LP: #1820530)
741 - [Config] enable ARCH_MESON
742 - remove missing module
743 - [Config] update annotations after enabling ARCH_MESON for arm64
744
745 * Miscellaneous Ubuntu changes
746 - SAUCE: KVM: PPC: comment implicit fallthrough
747 - update dkms package versions
748 - [Config] enable vbox dkms build
749
750 [ Upstream Kernel Changes ]
751
752 * Rebase to v5.3-rc2
753
754 -- Seth Forshee <seth.forshee@canonical.com> Sun, 28 Jul 2019 23:10:16 -0400
755
756 linux (5.3.0-0.1) eoan; urgency=medium
757
758 * Packaging resync (LP: #1786013)
759 - [Packaging] resync git-ubuntu-log
760
761 * Miscellaneous Ubuntu changes
762 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
763 kernel image
764 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
765 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
766 locked down
767 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
768 down
769 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
770 reboot
771 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
772 KEXEC_SIG_FORCE
773 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
774 locked down
775 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
776 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
777 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
778 down
779 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
780 locked down
781 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
782 down
783 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
784 locked down
785 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
786 has been locked down
787 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
788 locked down
789 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
790 locked down
791 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
792 down
793 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
794 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
795 parameters (eg. ioport)
796 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
797 - SAUCE: (efi-lockdown) Lock down /proc/kcore
798 - SAUCE: (efi-lockdown) Lock down kprobes
799 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
800 kernel is locked down
801 - SAUCE: (efi-lockdown) Lock down perf
802 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
803 down
804 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
805 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
806 when locked down
807 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
808 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
809 defined
810 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
811 that aren't present.
812 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
813 efi_status_to_err().
814 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
815 error messages.
816 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
817 boot mode
818 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
819 mode
820 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
821 signature verify
822 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
823 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
824 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
825 Secure Boot mode
826 - SAUCE: import aufs driver
827 - SAUCE: aufs: rwsem owner changed to atmoic_long_t in 5.3
828 - [Config] disable zfs dkms build
829 - [Config] disable nvidia dkms build
830 - [Config] disable vbox dkms build
831 - SAUCE: perf diff: use llabs for s64 vaules
832
833 [ Upstream Kernel Changes ]
834
835 * Rebase to v5.3-rc1
836
837 -- Seth Forshee <seth.forshee@canonical.com> Tue, 23 Jul 2019 21:45:44 -0500
838
839 linux (5.3.0-0.0) eoan; urgency=medium
840
841 * Dummy entry.
842
843 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jul 2019 10:19:04 -0500
844
845 linux (5.2.0-9.10) eoan; urgency=medium
846
847 * Packaging resync (LP: #1786013)
848 - [Packaging] update helper scripts
849
850 * input/mouse: alps trackpoint-only device doesn't work (LP: #1836752)
851 - SAUCE: Input: alps - don't handle ALPS cs19 trackpoint-only device
852 - SAUCE: Input: alps - fix a mismatch between a condition check and its
853 comment
854
855 * System does not auto detect disconnection of external monitor (LP: #1835001)
856 - SAUCE: drm/i915: Add support for retrying hotplug
857 - SAUCE: drm/i915: Enable hotplug retry
858
859 * alsa/hdmi: add icelake hdmi audio support for a Dell machine (LP: #1836916)
860 - SAUCE: ALSA: hda/hdmi - Remove duplicated define
861 - SAUCE: ALSA: hda/hdmi - Fix i915 reverse port/pin mapping
862
863 * First click on Goodix touchpad doesn't be recognized after runtime suspended
864 (LP: #1836836)
865 - SAUCE: i2c: designware: add G3 3590 into i2c quirk
866
867 * ixgbe{vf} - Physical Function gets IRQ when VF checks link state
868 (LP: #1836760)
869 - ixgbevf: Use cached link state instead of re-reading the value for ethtool
870
871 * Doing multiple squashfs (and other loop?) mounts in parallel breaks
872 (LP: #1836914)
873 - SAUCE: Revert "loop: Don't change loop device under exclusive opener"
874
875 * hibmc-drm Causes Unreadable Display for Huawei amd64 Servers (LP: #1762940)
876 - SAUCE: Make CONFIG_DRM_HISI_HIBMC depend on ARM64
877 - [Config] Set CONFIG_DRM_HISI_HIBMC to arm64 only
878 - [Config] add hibmc-drm to modules.ignore
879
880 * hda/realtek: can't detect external mic on a Dell machine (LP: #1836755)
881 - ALSA: hda/realtek: apply ALC891 headset fixup to one Dell machine
882
883 * Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
884 (LP: #1835054)
885 - [Config] Enable Armada SOCs and MVPP2 NIC driver for disco/generic arm64
886
887 * Unhide Nvidia HDA audio controller (LP: #1836308)
888 - PCI: Enable NVIDIA HDA controllers
889
890 * Intel ethernet I219 may wrongly detect connection speed as 10Mbps
891 (LP: #1836177)
892 - e1000e: Make watchdog use delayed work
893
894 * Sometimes touchpad(goodix) can't use tap function (LP: #1836020)
895 - SAUCE: i2c: designware: add Inpiron/Vostro 7590 into i2c quirk
896 - SAUCE: i2c: designware: add Inpiron 7591 into i2c quirk
897
898 * Intel ethernet I219 has slow RX speed (LP: #1836152)
899 - e1000e: add workaround for possible stalled packet
900 - e1000e: disable force K1-off feature
901
902 * bcache: risk of data loss on I/O errors in backing or caching devices
903 (LP: #1829563)
904 - Revert "bcache: set CACHE_SET_IO_DISABLE in bch_cached_dev_error()"
905
906 * bnx2x driver causes 100% CPU load (LP: #1832082)
907 - bnx2x: Prevent ptp_task to be rescheduled indefinitely
908
909 * fcf-protection=none patch with new version
910 - Revert "UBUNTU: SAUCE: kbuild: add -fcf-protection=none to retpoline flags"
911 - SAUCE: kbuild: add -fcf-protection=none when using retpoline flags
912
913 * CVE-2019-12614
914 - powerpc/pseries/dlpar: Fix a missing check in dlpar_parse_cc_property()
915
916 * Eoan update: v5.2.1 upstream stable release (LP: #1836622)
917 - crypto: lrw - use correct alignmask
918 - crypto: talitos - rename alternative AEAD algos.
919 - fscrypt: don't set policy for a dead directory
920 - udf: Fix incorrect final NOT_ALLOCATED (hole) extent length
921 - media: stv0297: fix frequency range limit
922 - ALSA: usb-audio: Fix parse of UAC2 Extension Units
923 - ALSA: hda/realtek - Headphone Mic can't record after S3
924 - tpm: Actually fail on TPM errors during "get random"
925 - tpm: Fix TPM 1.2 Shutdown sequence to prevent future TPM operations
926 - block: fix .bi_size overflow
927 - block, bfq: NULL out the bic when it's no longer valid
928 - perf intel-pt: Fix itrace defaults for perf script
929 - perf auxtrace: Fix itrace defaults for perf script
930 - perf intel-pt: Fix itrace defaults for perf script intel-pt documentation
931 - perf pmu: Fix uncore PMU alias list for ARM64
932 - perf thread-stack: Fix thread stack return from kernel for kernel-only case
933 - perf header: Assign proper ff->ph in perf_event__synthesize_features()
934 - x86/ptrace: Fix possible spectre-v1 in ptrace_get_debugreg()
935 - x86/tls: Fix possible spectre-v1 in do_get_thread_area()
936 - Documentation: Add section about CPU vulnerabilities for Spectre
937 - Documentation/admin: Remove the vsyscall=native documentation
938 - mwifiex: Don't abort on small, spec-compliant vendor IEs
939 - USB: serial: ftdi_sio: add ID for isodebug v1
940 - USB: serial: option: add support for GosunCn ME3630 RNDIS mode
941 - Revert "serial: 8250: Don't service RX FIFO if interrupts are disabled"
942 - p54usb: Fix race between disconnect and firmware loading
943 - usb: gadget: f_fs: data_len used before properly set
944 - usb: gadget: ether: Fix race between gether_disconnect and rx_submit
945 - usb: dwc2: use a longer AHB idle timeout in dwc2_core_reset()
946 - usb: renesas_usbhs: add a workaround for a race condition of workqueue
947 - drivers/usb/typec/tps6598x.c: fix portinfo width
948 - drivers/usb/typec/tps6598x.c: fix 4CC cmd write
949 - p54: fix crash during initialization
950 - staging: comedi: dt282x: fix a null pointer deref on interrupt
951 - staging: wilc1000: fix error path cleanup in wilc_wlan_initialize()
952 - staging: bcm2835-camera: Restore return behavior of ctrl_set_bitrate()
953 - staging: comedi: amplc_pci230: fix null pointer deref on interrupt
954 - staging: mt7621-pci: fix PCIE_FTS_NUM_LO macro
955 - HID: Add another Primax PIXART OEM mouse quirk
956 - lkdtm: support llvm-objcopy
957 - binder: fix memory leak in error path
958 - binder: return errors from buffer copy functions
959 - iio: adc: stm32-adc: add missing vdda-supply
960 - coresight: Potential uninitialized variable in probe()
961 - coresight: etb10: Do not call smp_processor_id from preemptible
962 - coresight: tmc-etr: Do not call smp_processor_id() from preemptible
963 - coresight: tmc-etr: alloc_perf_buf: Do not call smp_processor_id from
964 preemptible
965 - coresight: tmc-etf: Do not call smp_processor_id from preemptible
966 - carl9170: fix misuse of device driver API
967 - Revert "x86/build: Move _etext to actual end of .text"
968 - VMCI: Fix integer overflow in VMCI handle arrays
969 - staging: vchiq_2835_arm: revert "quit using custom down_interruptible()"
970 - staging: vchiq: make wait events interruptible
971 - staging: vchiq: revert "switch to wait_for_completion_killable"
972 - staging: fsl-dpaa2/ethsw: fix memory leak of switchdev_work
973 - staging: bcm2835-camera: Replace spinlock protecting context_map with mutex
974 - staging: bcm2835-camera: Ensure all buffers are returned on disable
975 - staging: bcm2835-camera: Remove check of the number of buffers supplied
976 - staging: bcm2835-camera: Handle empty EOS buffers whilst streaming
977 - staging: rtl8712: reduce stack usage, again
978 - Linux 5.2.1
979 - [Config] updateconfigs after v5.2.1 stable update
980
981 * fcf-protection=none patch with upstream version
982 - Revert "UBUNTU: SAUCE: add -fcf-protection=none to retpoline flags"
983 - SAUCE: kbuild: add -fcf-protection=none to retpoline flags
984
985 * Miscellaneous Ubuntu changes
986 - SAUCE: selftests/ftrace: avoid failure when trying to probe a notrace
987 function
988 - SAUCE: selftests/powerpc/ptrace: fix build failure
989 - update dkms package versions
990 - [Packaging] add zlua to zfs-modules.ignore
991 - update dkms package versions
992
993 -- Seth Forshee <seth.forshee@canonical.com> Fri, 19 Jul 2019 15:04:45 -0500
994
995 linux (5.2.0-8.9) eoan; urgency=medium
996
997 * linux: 5.2.0-8.9 -proposed tracker (LP: #1835700)
998
999 * Miscellaneous Ubuntu changes
1000 - [Packaging] replace zfs and spl build with zfs 0.8.1-1ubuntu1
1001 - SAUCE: test_bpf: remove expected fail for Ctx heavy transformations test on
1002 s390
1003 - SAUCE: add -fcf-protection=none to retpoline flags
1004 - SAUCE: usbip: ensure strings copied using strncpy are null-terminated
1005 - SAUCE: usbip: add -Wno-address-of-packed-member to EXTRA_CFLAGS
1006 - SAUCE: perf jvmti: ensure strncpy result is null-terminated
1007 - update dkms package versions
1008 - add removed zfs modules to modules.ignore
1009
1010 [ Upstream Kernel Changes ]
1011
1012 * Rebase to v5.2
1013
1014 -- Seth Forshee <seth.forshee@canonical.com> Mon, 08 Jul 2019 07:13:41 -0500
1015
1016 linux (5.2.0-7.8) eoan; urgency=medium
1017
1018 * Kernel panic upon resetting ixgbe SR-IOV VFIO virtual function using 5.0
1019 kernel (LP: #1829652)
1020 - SAUCE: ixgbe: Avoid NULL pointer dereference with VF on non-IPsec hw
1021
1022 * Hi1620 driver updates from upstream 5.2 merge window (LP: #1830815)
1023 - net: hns3: initialize CPU reverse mapping
1024 - net: hns3: refine the flow director handle
1025 - net: hns3: add aRFS support for PF
1026 - net: hns3: fix for FEC configuration
1027 - RDMA/hns: Remove unnecessary print message in aeq
1028 - RDMA/hns: Update CQE specifications
1029 - RDMA/hns: Move spin_lock_irqsave to the correct place
1030 - RDMA/hns: Remove jiffies operation in disable interrupt context
1031 - RDMA/hns: Replace magic numbers with #defines
1032 - net: hns3: fix compile warning without CONFIG_RFS_ACCEL
1033 - net: hns3: fix for HNS3_RXD_GRO_SIZE_M macro
1034 - net: hns3: add support for dump firmware statistics by debugfs
1035 - net: hns3: use HCLGE_STATE_NIC_REGISTERED to indicate PF NIC client has
1036 registered
1037 - net: hns3: use HCLGE_STATE_ROCE_REGISTERED to indicate PF ROCE client has
1038 registered
1039 - net: hns3: use HCLGEVF_STATE_NIC_REGISTERED to indicate VF NIC client has
1040 registered
1041 - net: hns3: modify hclge_init_client_instance()
1042 - net: hns3: modify hclgevf_init_client_instance()
1043 - net: hns3: add handshake with hardware while doing reset
1044 - net: hns3: stop schedule reset service while unloading driver
1045 - net: hns3: adjust hns3_uninit_phy()'s location in the hns3_client_uninit()
1046 - net: hns3: fix a memory leak issue for hclge_map_unmap_ring_to_vf_vector
1047 - RDMA/hns: Bugfix for posting multiple srq work request
1048 - net: hns3: remove redundant core reset
1049 - net: hns3: don't configure new VLAN ID into VF VLAN table when it's full
1050 - net: hns3: fix VLAN filter restore issue after reset
1051 - net: hns3: set the port shaper according to MAC speed
1052 - net: hns3: add a check to pointer in error_detected and slot_reset
1053 - net: hns3: set ops to null when unregister ad_dev
1054 - net: hns3: add handling of two bits in MAC tunnel interrupts
1055 - net: hns3: remove setting bit of reset_requests when handling mac tunnel
1056 interrupts
1057 - net: hns3: add opcode about query and clear RAS & MSI-X to special opcode
1058 - net: hns3: delay and separate enabling of NIC and ROCE HW errors
1059 - RDMA/hns: fix inverted logic of readl read and shift
1060 - RDMA/hns: Bugfix for filling the sge of srq
1061 - net: hns3: log detail error info of ROCEE ECC and AXI errors
1062 - net: hns3: fix wrong size of mailbox responding data
1063 - net: hns3: make HW GRO handling compliant with SW GRO
1064 - net: hns3: replace numa_node_id with numa_mem_id for buffer reusing
1065 - net: hns3: refactor hns3_get_new_int_gl function
1066 - net: hns3: trigger VF reset if a VF has an over_8bd_nfe_err
1067 - net: hns3: delete the redundant user NIC codes
1068 - net: hns3: small changes for magic numbers
1069 - net: hns3: use macros instead of magic numbers
1070 - net: hns3: refactor PF/VF RSS hash key configuration
1071 - net: hns3: some modifications to simplify and optimize code
1072 - net: hns3: fix some coding style issues
1073 - net: hns3: delay setting of reset level for hw errors until slot_reset is
1074 called
1075 - net: hns3: fix avoid unnecessary resetting for the H/W errors which do not
1076 require reset
1077 - net: hns3: process H/W errors occurred before HNS dev initialization
1078 - net: hns3: add recovery for the H/W errors occurred before the HNS dev
1079 initialization
1080 - net: hns3: some changes of MSI-X bits in PPU(RCB)
1081 - net: hns3: extract handling of mpf/pf msi-x errors into functions
1082 - net: hns3: clear restting state when initializing HW device
1083 - net: hns3: free irq when exit from abnormal branch
1084 - net: hns3: fix for dereferencing before null checking
1085 - net: hns3: fix for skb leak when doing selftest
1086 - net: hns3: delay ring buffer clearing during reset
1087 - net: hns3: some variable modification
1088 - net: hns3: fix dereference of ae_dev before it is null checked
1089 - scsi: hisi_sas: Delete PHY timers when rmmod or probe failed
1090 - scsi: hisi_sas: Fix the issue of argument mismatch of printing ecc errors
1091 - scsi: hisi_sas: Reduce HISI_SAS_SGE_PAGE_CNT in size
1092 - scsi: hisi_sas: Change the type of some numbers to unsigned
1093 - scsi: hisi_sas: Ignore the error code between phy down to phy up
1094 - scsi: hisi_sas: Disable stash for v3 hw
1095 - net: hns3: Add missing newline at end of file
1096 - RDMa/hns: Don't stuck in endless timeout loop
1097
1098 * Sometimes touchpad automatically trigger double click (LP: #1833484)
1099 - SAUCE: i2c: designware: Add disable runtime pm quirk
1100
1101 * Add pointstick support on HP ZBook 17 G5 (LP: #1833387)
1102 - Revert "HID: multitouch: Support ALPS PTP stick with pid 0x120A"
1103
1104 * depmod may prefer unsigned l-r-m nvidia modules to signed modules
1105 (LP: #1834479)
1106 - [Packaging] dkms-build--nvidia-N -- clean up unsigned ko files
1107
1108 * Miscellaneous Ubuntu changes
1109 - SAUCE: selftests/powerpc: disable signal_fuzzer test
1110
1111 [ Upstream Kernel Changes ]
1112
1113 * Rebase to v5.2-rc7
1114
1115 -- Seth Forshee <seth.forshee@canonical.com> Mon, 01 Jul 2019 07:22:18 -0500
1116
1117 linux (5.2.0-6.7) eoan; urgency=medium
1118
1119 * hinic: fix oops due to race in set_rx_mode (LP: #1832048)
1120 - hinic: fix a bug in set rx mode
1121
1122 * Miscellaneous Ubuntu changes
1123 - rebase to v5.2-rc6
1124
1125 [ Upstream Kernel Changes ]
1126
1127 * Rebase to v5.2-rc6
1128
1129 -- Seth Forshee <seth.forshee@canonical.com> Sun, 23 Jun 2019 23:36:11 -0500
1130
1131 linux (5.2.0-5.6) eoan; urgency=medium
1132
1133 * QCA9377 isn't being recognized sometimes (LP: #1757218)
1134 - SAUCE: USB: Disable USB2 LPM at shutdown
1135
1136 * shiftfs: allow changing ro/rw for subvolumes (LP: #1832316)
1137 - SAUCE: shiftfs: allow changing ro/rw for subvolumes
1138
1139 * Miscellaneous Ubuntu changes
1140 - update dkms package versions
1141 - [Packaging] replace nvidia-418 dkms build with nvidia-430
1142 - SAUCE: import aufs driver
1143
1144 [ Upstream Kernel Changes ]
1145
1146 * Rebase to v5.2-rc5
1147
1148 -- Seth Forshee <seth.forshee@canonical.com> Mon, 17 Jun 2019 15:04:12 -0500
1149
1150 linux (5.2.0-4.5) eoan; urgency=medium
1151
1152 * arm64: cma_alloc errors at boot (LP: #1823753)
1153 - [Config] Bump CMA_SIZE_MBYTES to 32 on arm64
1154 - dma-contiguous: add dma_{alloc,free}_contiguous() helpers
1155 - dma-contiguous: use fallback alloc_pages for single pages
1156 - dma-contiguous: fix !CONFIG_DMA_CMA version of dma_{alloc,
1157 free}_contiguous()
1158
1159 * Miscellaneous Ubuntu changes
1160 - [Config] CONFIG_MFD_TQMX86=n for s390x
1161 - [Config] CONFIG_GPIO_AMD_FCH=n for s390x
1162 - [Config] CONFIG_BACKLIGHT_CLASS_DEVICE=n on s390x
1163 - [Config] CONFIG_LCD_CLASS_DEVICE=n for s390x
1164 - [Config] CONFIG_DRM_ETNAVIV=m for armhf generic-lpae
1165 - [Config] CONFIG_DRM_NOUVEAU_SVM=n
1166 - [Config] CONFIG_HWMON=n for s390x
1167 - [Config] CONFIG_NEW_LEDS=n for s390x
1168 - [Config] CONFIG_MTD_NAND_OMAP2=y for armhf
1169 - [Config] CONFIG_VOP_BUS=n for non-amd64 arches
1170 - [Config] CONFIG_TI_CPSW_PHY_SEL=n
1171 - [Config] CONFIG_INTERCONNECT=n for s390x
1172 - [Config] CONFIG_SCSI_GDTH=n for s390x
1173 - [Config] CONFIG_PACKING=n for s390x
1174 - [Config] CONFIG_ARCH_MILBEAUT=y for armhf
1175 - [Config] update annotations following config review
1176 - update dkms package versions
1177 - [Config] enable nvidia dkms build
1178
1179 [ Upstream Kernel Changes ]
1180
1181 * Rebase to v5.2-rc4
1182
1183 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Jun 2019 07:00:11 -0500
1184
1185 linux (5.2.0-3.4) eoan; urgency=medium
1186
1187 * [18.04/18.10] File libperf-jvmti.so is missing in linux-tools-common deb on
1188 Ubuntu (LP: #1761379)
1189 - [Packaging] Support building libperf-jvmti.so
1190
1191 * Miscellaneous Ubuntu changes
1192 - SAUCE: Revert "bpf, selftest: test global data/bss/rodata sections"
1193 - update dkms package versions
1194 - [Config] enable zfs
1195 - rebase to v5.2-rc3
1196
1197 [ Upstream Kernel Changes ]
1198
1199 * Rebase to v5.2-rc3
1200
1201 -- Seth Forshee <seth.forshee@canonical.com> Sun, 02 Jun 2019 21:48:50 -0500
1202
1203 linux (5.2.0-2.3) eoan; urgency=medium
1204
1205 * Miscellaneous Ubuntu changes
1206 - SAUCE: perf arm64: Fix mksyscalltbl when system kernel headers are ahead of
1207 the kernel
1208
1209 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 May 2019 07:12:39 -0500
1210
1211 linux (5.2.0-1.2) eoan; urgency=medium
1212
1213 * Miscellaneous Ubuntu changes
1214 - [Config] CONFIG_INTEGRITY_PLATFORM_KEYRING=y
1215 - update dkms package versions
1216 - [Config] enable vbox dkms build
1217 - update dkms package versions
1218
1219 [ Upstream Kernel Changes ]
1220
1221 * Rebase to v5.2-rc2
1222
1223 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 May 2019 21:11:27 -0500
1224
1225 linux (5.2.0-0.1) eoan; urgency=medium
1226
1227 * Miscellaneous Ubuntu changes
1228 - SAUCE: import aufs driver
1229 - [Packaging] disable ZFS
1230 - [Packaging] disable nvidia
1231 - [Packaging] dkms-build -- expand paths searched for make.log files
1232 - add virtualbox-guest-dkms dkms package build
1233 - enable vbox dkms build for amd64 and i386
1234 - update dkms package versions
1235 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
1236 kernel image
1237 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
1238 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
1239 locked down
1240 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
1241 down
1242 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
1243 reboot
1244 - SAUCE: (efi-lockdown) kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and
1245 KEXEC_SIG_FORCE
1246 - SAUCE: (efi-lockdown) kexec_file: Restrict at runtime if the kernel is
1247 locked down
1248 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
1249 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
1250 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
1251 down
1252 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
1253 locked down
1254 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
1255 down
1256 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
1257 locked down
1258 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
1259 has been locked down
1260 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
1261 locked down
1262 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
1263 locked down
1264 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
1265 down
1266 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
1267 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
1268 parameters (eg. ioport)
1269 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
1270 - SAUCE: (efi-lockdown) Lock down /proc/kcore
1271 - SAUCE: (efi-lockdown) Lock down kprobes
1272 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
1273 kernel is locked down
1274 - SAUCE: (efi-lockdown) Lock down perf
1275 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
1276 down
1277 - SAUCE: (efi-lockdown) lockdown: Print current->comm in restriction messages
1278 - SAUCE: (efi-lockdown) kexec: Allow kexec_file() with appropriate IMA policy
1279 when locked down
1280 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
1281 that aren't present.
1282 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
1283 efi_status_to_err().
1284 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
1285 error messages.
1286 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
1287 boot mode
1288 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
1289 mode
1290 - SAUCE: (efi-lockdown) KEYS: Make use of platform keyring for module
1291 signature verify
1292 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
1293 defined
1294 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
1295 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
1296 - SAUCE: (efi-lockdown) arm64: add kernel config option to lock down when in
1297 Secure Boot mode
1298 - update dkms package versions
1299 - [Config] disable vbox build
1300 - SAUCE: s390: mark __cpacf_check_opcode() and cpacf_query_func() as
1301 __always_inline
1302 - SAUCE: IB/mlx5: use size_t instead of u64 when dividing
1303
1304 [ Upstream Kernel Changes ]
1305
1306 * Rebase to v5.2-rc1
1307
1308 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 11:18:43 -0500
1309
1310 linux (5.2.0-0.0) eoan; urgency=medium
1311
1312 * Dummy entry.
1313
1314 -- Seth Forshee <seth.forshee@canonical.com> Tue, 21 May 2019 07:34:43 -0500
1315
1316 linux (5.1.0-2.2) eoan; urgency=medium
1317
1318 * Packaging resync (LP: #1786013)
1319 - [Packaging] resync git-ubuntu-log
1320
1321 * Eoan update: v5.1.2 upstream stable release (LP: #1829050)
1322 - x86/msr-index: Cleanup bit defines
1323 - x86/speculation: Consolidate CPU whitelists
1324 - x86/speculation/mds: Add basic bug infrastructure for MDS
1325 - x86/speculation/mds: Add BUG_MSBDS_ONLY
1326 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
1327 - x86/speculation/mds: Add mds_clear_cpu_buffers()
1328 - x86/speculation/mds: Clear CPU buffers on exit to user
1329 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
1330 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
1331 - x86/speculation/mds: Add mitigation control for MDS
1332 - x86/speculation/mds: Add sysfs reporting for MDS
1333 - x86/speculation/mds: Add mitigation mode VMWERV
1334 - Documentation: Move L1TF to separate directory
1335 - Documentation: Add MDS vulnerability documentation
1336 - x86/speculation/mds: Add mds=full,nosmt cmdline option
1337 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
1338 - x86/speculation/mds: Add SMT warning message
1339 - x86/speculation/mds: Fix comment
1340 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
1341 - cpu/speculation: Add 'mitigations=' cmdline option
1342 - x86/speculation: Support 'mitigations=' cmdline option
1343 - powerpc/speculation: Support 'mitigations=' cmdline option
1344 - s390/speculation: Support 'mitigations=' cmdline option
1345 - x86/speculation/mds: Add 'mitigations=' support for MDS
1346 - x86/mds: Add MDSUM variant to the MDS documentation
1347 - Documentation: Correct the possible MDS sysfs values
1348 - x86/speculation/mds: Fix documentation typo
1349 - Linux 5.1.2
1350
1351 * Eoan update: v5.1.1 upstream stable release (LP: #1829046)
1352 - Drivers: hv: vmbus: Remove the undesired put_cpu_ptr() in hv_synic_cleanup()
1353 - ubsan: Fix nasty -Wbuiltin-declaration-mismatch GCC-9 warnings
1354 - staging: greybus: power_supply: fix prop-descriptor request size
1355 - staging: wilc1000: Avoid GFP_KERNEL allocation from atomic context.
1356 - staging: most: cdev: fix chrdev_region leak in mod_exit
1357 - staging: most: sound: pass correct device when creating a sound card
1358 - usb: dwc3: Allow building USB_DWC3_QCOM without EXTCON
1359 - usb: dwc3: Fix default lpm_nyet_threshold value
1360 - USB: serial: f81232: fix interrupt worker not stop
1361 - USB: cdc-acm: fix unthrottle races
1362 - usb-storage: Set virt_boundary_mask to avoid SG overflows
1363 - genirq: Prevent use-after-free and work list corruption
1364 - intel_th: pci: Add Comet Lake support
1365 - iio: adc: qcom-spmi-adc5: Fix of-based module autoloading
1366 - cpufreq: armada-37xx: fix frequency calculation for opp
1367 - ACPI / LPSS: Use acpi_lpss_* instead of acpi_subsys_* functions for
1368 hibernate
1369 - soc: sunxi: Fix missing dependency on REGMAP_MMIO
1370 - scsi: lpfc: change snprintf to scnprintf for possible overflow
1371 - scsi: qla2xxx: Fix incorrect region-size setting in optrom SYSFS routines
1372 - scsi: qla2xxx: Set remote port devloss timeout to 0
1373 - scsi: qla2xxx: Fix device staying in blocked state
1374 - Bluetooth: hidp: fix buffer overflow
1375 - Bluetooth: Align minimum encryption key size for LE and BR/EDR connections
1376 - Bluetooth: Fix not initializing L2CAP tx_credits
1377 - Bluetooth: hci_bcm: Fix empty regulator supplies for Intel Macs
1378 - UAS: fix alignment of scatter/gather segments
1379 - ASoC: Intel: avoid Oops if DMA setup fails
1380 - i3c: Fix a shift wrap bug in i3c_bus_set_addr_slot_status()
1381 - locking/futex: Allow low-level atomic operations to return -EAGAIN
1382 - arm64: futex: Bound number of LDXR/STXR loops in FUTEX_WAKE_OP
1383 - Linux 5.1.1
1384
1385 * shiftfs: lock security sensitive superblock flags (LP: #1827122)
1386 - SAUCE: shiftfs: lock down certain superblock flags
1387
1388 * Please package libbpf (which is done out of the kernel src) in Debian [for
1389 19.10] (LP: #1826410)
1390 - SAUCE: tools -- fix add ability to disable libbfd
1391
1392 * ratelimit cma_alloc messages (LP: #1828092)
1393 - SAUCE: cma: ratelimit cma_alloc error messages
1394
1395 * Headphone jack switch sense is inverted: plugging in headphones disables
1396 headphone output (LP: #1824259)
1397 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
1398
1399 * There are 4 HDMI/Displayport audio output listed in sound setting without
1400 attach any HDMI/DP monitor (LP: #1827967)
1401 - ALSA: hda/hdmi - Read the pin sense from register when repolling
1402 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
1403
1404 * CONFIG_LOG_BUF_SHIFT set to 14 is too low on arm64 (LP: #1824864)
1405 - [Config] CONFIG_LOG_BUF_SHIFT=18 on all 64bit arches
1406
1407 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
1408 Checking for all LINUX clients for devops4p10 (LP: #1766201)
1409 - SAUCE: integrity: downgrade error to warning
1410
1411 * linux-buildinfo: pull out ABI information into its own package
1412 (LP: #1806380)
1413 - [Packaging] autoreconstruct -- base tag is always primary mainline version
1414
1415 * [SRU] Please sync vbox modules from virtualbox 6.0.6 on next kernel update
1416 (LP: #1825210)
1417 - vbox-update: updates for renamed makefiles
1418 - ubuntu: vbox -- update to 6.0.6-dfsg-1
1419
1420 * autofs kernel module missing (LP: #1824333)
1421 - [Config] Update autofs4 path in inclusion list
1422
1423 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
1424 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
1425
1426 * CVE-2019-3874
1427 - sctp: implement memory accounting on tx path
1428 - sctp: implement memory accounting on rx path
1429
1430 * apparmor does not start in Disco LXD containers (LP: #1824812)
1431 - SAUCE: shiftfs: use separate llseek method for directories
1432
1433 * Miscellaneous Ubuntu changes
1434 - [Packaging] autoreconstruct -- remove for -rc kernels
1435 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
1436 defined
1437 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
1438 - SAUCE: (efi-lockdown) furter KEXEC_VERIFY_SIG -> KEXEC_SIG updates
1439 - [Config] (efi-lockdown): update configs after efi lockdown patch refresh
1440 - [Packaging] don't delete efi_parser.c
1441 - vbox-update -- do not fix up KERN_DIR or KBUILD_EXTMOD
1442 - ubuntu: vbox -- update to 6.0.6-dfsg-2
1443 - add nvidia-418 dkms build
1444 - remove virtualbox guest drivers
1445 - [Packaging] dkms-build -- expand paths searched for make.log files
1446 - add virtualbox-guest-dkms dkms package build
1447 - enable vbox dkms build for amd64 and i386
1448 - [Config] update configs for v5.1(-rc7)? rebase
1449 - update dkms package versions
1450 - Add the ability to lock down access to the running kernel image
1451 - Enforce module signatures if the kernel is locked down
1452 - Restrict /dev/{mem,kmem,port} when the kernel is locked down
1453 - kexec_load: Disable at runtime if the kernel is locked down
1454 - Copy secure_boot flag in boot params across kexec reboot
1455 - kexec_file: split KEXEC_VERIFY_SIG into KEXEC_SIG and KEXEC_SIG_FORCE
1456 - kexec_file: Restrict at runtime if the kernel is locked down
1457 - hibernate: Disable when the kernel is locked down
1458 - uswsusp: Disable when the kernel is locked down
1459 - PCI: Lock down BAR access when the kernel is locked down
1460 - x86: Lock down IO port access when the kernel is locked down
1461 - x86/msr: Restrict MSR access when the kernel is locked down
1462 - ACPI: Limit access to custom_method when the kernel is locked down
1463 - acpi: Ignore acpi_rsdp kernel param when the kernel has been locked down
1464 - acpi: Disable ACPI table override if the kernel is locked down
1465 - acpi: Disable APEI error injection if the kernel is locked down
1466 - Prohibit PCMCIA CIS storage when the kernel is locked down
1467 - Lock down TIOCSSERIAL
1468 - Lock down module params that specify hardware parameters (eg. ioport)
1469 - x86/mmiotrace: Lock down the testmmiotrace module
1470 - Lock down /proc/kcore
1471 - Lock down kprobes
1472 - bpf: Restrict kernel image access functions when the kernel is locked down
1473 - Lock down perf
1474 - debugfs: Restrict debugfs when the kernel is locked down
1475 - lockdown: Print current->comm in restriction messages
1476 - kexec: Allow kexec_file() with appropriate IMA policy when locked down
1477 - Make get_cert_list() not complain about cert lists that aren't present.
1478 - Add efi_status_to_str() and rework efi_status_to_err().
1479 - Make get_cert_list() use efi_status_to_str() to print error messages.
1480 - efi: Add an EFI_SECURE_BOOT flag to indicate secure boot mode
1481 - efi: Lock down the kernel if booted in secure boot mode
1482 - KEYS: Make use of platform keyring for module signature verify
1483
1484 * Miscellaneous upstream changes
1485 - ALSA: hdea/realtek - Headset fixup for System76 Gazelle (gaze14)
1486
1487 -- Seth Forshee <seth.forshee@canonical.com> Tue, 14 May 2019 12:32:56 -0500
1488
1489 linux (5.1.0-1.1) eoan; urgency=medium
1490
1491 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
1492 - [Packaging]: really drop snapdragon
1493
1494 * Miscellaneous Ubuntu changes
1495 - SAUCE: fix vbox use of MAP_SHARED
1496 - SAUCE: fix vbox use of vm_fault_t
1497 - [Packaging] disable ZFS
1498 - [Packaging] disable nvidia
1499 - SAUCE: perf annotate: Fix build on 32 bit for BPF annotation
1500 - [Config]: updateconfig after rebase to v5.1-rc
1501 - [Config]: build ETNAVIV only on arm platforms
1502 - [Config]: Disable CMA on non-arm platforms
1503 - [Config]: MMC_CQHCI is needed by some built-in drivers
1504 - [Config]: a.out support has been deprecated
1505 - [Config]: R3964 was marked as BROKEN
1506 - [Config]: Add SENSIRION_SGP30 module
1507
1508 * Miscellaneous upstream changes
1509 - Revert "UBUNTU: SAUCE: tools: lib/bpf -- add generated headers to search
1510 path"
1511 - Revert "UBUNTU: SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK"
1512
1513 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 10:03:25 -0300
1514
1515 linux (5.1.0-0.0) eoan; urgency=medium
1516
1517 * Dummy entry.
1518
1519 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 25 Apr 2019 09:49:47 -0300
1520
1521 linux (5.0.0-13.14) disco; urgency=medium
1522
1523 * linux: 5.0.0-13.14 -proposed tracker (LP: #1824819)
1524
1525 * Display only has 640x480 (LP: #1824677)
1526 - Revert "UBUNTU: SAUCE: drm/nouveau: Disable nouveau driver by default"
1527
1528 * shiftfs: use after free when checking mount options (LP: #1824735)
1529 - SAUCE: shiftfs: prevent use-after-free when verifying mount options
1530
1531 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Apr 2019 09:11:23 -0500
1532
1533 linux (5.0.0-12.13) disco; urgency=medium
1534
1535 * linux: 5.0.0-12.13 -proposed tracker (LP: #1824726)
1536
1537 * Linux 5.0 black screen on boot, display flickers (i915 regression with
1538 certain laptop panels) (LP: #1824216)
1539 - drm/i915/dp: revert back to max link rate and lane count on eDP
1540
1541 * kernel BUG at fs/attr.c:287 when using shiftfs (LP: #1824717)
1542 - SAUCE: shiftfs: fix passing of attrs to underaly for setattr
1543
1544 -- Seth Forshee <seth.forshee@canonical.com> Sun, 14 Apr 2019 13:38:05 -0500
1545
1546 linux (5.0.0-11.12) disco; urgency=medium
1547
1548 * linux: 5.0.0-11.12 -proposed tracker (LP: #1824383)
1549
1550 * hns3: PPU_PF_ABNORMAL_INT_ST over_8bd_no_fe found [error status=0x1]
1551 (LP: #1824194)
1552 - net: hns3: fix for not calculating tx bd num correctly
1553
1554 * disco: unable to use iptables/enable ufw under -virtual kernel
1555 (LP: #1823862)
1556 - [Packaging] add bpfilter to linux-modules
1557
1558 * Make shiftfs a module rather than built-in (LP: #1824354)
1559 - [Config] CONFIG_SHIFT_FS=m
1560
1561 * shiftfs: chown sets untranslated ids in lower fs (LP: #1824350)
1562 - SAUCE: shiftfs: use translated ids when chaning lower fs attrs
1563
1564 * [Hyper-V] KVP daemon fails to start on first boot of disco VM (LP: #1820063)
1565 - [Packaging] bind hv_kvp_daemon startup to hv_kvp device
1566
1567 -- Seth Forshee <seth.forshee@canonical.com> Thu, 11 Apr 2019 10:17:19 -0500
1568
1569 linux (5.0.0-10.11) disco; urgency=medium
1570
1571 * linux: 5.0.0-10.11 -proposed tracker (LP: #1823936)
1572
1573 * Apparmor enforcement failure in lxc selftests (LP: #1823379)
1574 - SAUCE: apparmor: Restore Y/N in /sys for apparmor's "enabled"
1575
1576 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
1577 6db23a14" on Cosmic i386 (LP: #1813244)
1578 - openvswitch: fix flow actions reallocation
1579
1580 -- Seth Forshee <seth.forshee@canonical.com> Tue, 09 Apr 2019 08:30:38 -0500
1581
1582 linux (5.0.0-9.10) disco; urgency=medium
1583
1584 * linux: 5.0.0-9.10 -proposed tracker (LP: #1823228)
1585
1586 * Packaging resync (LP: #1786013)
1587 - [Packaging] resync git-ubuntu-log
1588 - [Packaging] update helper scripts
1589 - [Packaging] resync retpoline extraction
1590
1591 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
1592 - net-next/hinic: replace disable_irq_nosync/enable_irq
1593
1594 * Add uid shifting overlay filesystem (shiftfs) (LP: #1823186)
1595 - shiftfs: uid/gid shifting bind mount
1596 - shiftfs: rework and extend
1597 - shiftfs: support some btrfs ioctls
1598 - [Config] enable shiftfs
1599
1600 * Cannot boot or install - have to use nomodeset (LP: #1821820)
1601 - Revert "drm/i915/fbdev: Actually configure untiled displays"
1602
1603 * Disco update: v5.0.6 upstream stable release (LP: #1823060)
1604 - netfilter: nf_tables: fix set double-free in abort path
1605 - dccp: do not use ipv6 header for ipv4 flow
1606 - genetlink: Fix a memory leak on error path
1607 - gtp: change NET_UDP_TUNNEL dependency to select
1608 - ipv6: make ip6_create_rt_rcu return ip6_null_entry instead of NULL
1609 - mac8390: Fix mmio access size probe
1610 - mISDN: hfcpci: Test both vendor & device ID for Digium HFC4S
1611 - net: aquantia: fix rx checksum offload for UDP/TCP over IPv6
1612 - net: datagram: fix unbounded loop in __skb_try_recv_datagram()
1613 - net/packet: Set __GFP_NOWARN upon allocation in alloc_pg_vec
1614 - net: phy: meson-gxl: fix interrupt support
1615 - net: rose: fix a possible stack overflow
1616 - net: stmmac: fix memory corruption with large MTUs
1617 - net-sysfs: call dev_hold if kobject_init_and_add success
1618 - net: usb: aqc111: Extend HWID table by QNAP device
1619 - packets: Always register packet sk in the same order
1620 - rhashtable: Still do rehash when we get EEXIST
1621 - sctp: get sctphdr by offset in sctp_compute_cksum
1622 - sctp: use memdup_user instead of vmemdup_user
1623 - tcp: do not use ipv6 header for ipv4 flow
1624 - tipc: allow service ranges to be connect()'ed on RDM/DGRAM
1625 - tipc: change to check tipc_own_id to return in tipc_net_stop
1626 - tipc: fix cancellation of topology subscriptions
1627 - tun: properly test for IFF_UP
1628 - vrf: prevent adding upper devices
1629 - vxlan: Don't call gro_cells_destroy() before device is unregistered
1630 - thunderx: enable page recycling for non-XDP case
1631 - thunderx: eliminate extra calls to put_page() for pages held for recycling
1632 - net: dsa: mv88e6xxx: fix few issues in mv88e6390x_port_set_cmode
1633 - net: mii: Fix PAUSE cap advertisement from linkmode_adv_to_lcl_adv_t()
1634 helper
1635 - net: phy: don't clear BMCR in genphy_soft_reset
1636 - r8169: fix cable re-plugging issue
1637 - ila: Fix rhashtable walker list corruption
1638 - tun: add a missing rcu_read_unlock() in error path
1639 - powerpc/fsl: Fix the flush of branch predictor.
1640 - Btrfs: fix incorrect file size after shrinking truncate and fsync
1641 - btrfs: remove WARN_ON in log_dir_items
1642 - btrfs: don't report readahead errors and don't update statistics
1643 - btrfs: Fix bound checking in qgroup_trace_new_subtree_blocks
1644 - btrfs: Avoid possible qgroup_rsv_size overflow in
1645 btrfs_calculate_inode_block_rsv_size
1646 - Btrfs: fix assertion failure on fsync with NO_HOLES enabled
1647 - locks: wake any locks blocked on request before deadlock check
1648 - tracing: initialize variable in create_dyn_event()
1649 - ARM: imx6q: cpuidle: fix bug that CPU might not wake up at expected time
1650 - powerpc: bpf: Fix generation of load/store DW instructions
1651 - vfio: ccw: only free cp on final interrupt
1652 - NFS: Fix nfs4_lock_state refcounting in nfs4_alloc_{lock,unlock}data()
1653 - NFS: fix mount/umount race in nlmclnt.
1654 - NFSv4.1 don't free interrupted slot on open
1655 - net: dsa: qca8k: remove leftover phy accessors
1656 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
1657 - ALSA: seq: oss: Fix Spectre v1 vulnerability
1658 - ALSA: pcm: Fix possible OOB access in PCM oss plugins
1659 - ALSA: pcm: Don't suspend stream in unrecoverable PCM state
1660 - ALSA: hda/realtek - Fixed Headset Mic JD not stable
1661 - ALSA: hda/realtek: merge alc_fixup_headset_jack to alc295_fixup_chromebook
1662 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
1663 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
1664 - ALSA: hda/realtek: Enable headset MIC of Acer AIO with ALC286
1665 - ALSA: hda/realtek: Enable headset MIC of Acer Aspire Z24-890 with ALC286
1666 - ALSA: hda/realtek - Add support for Acer Aspire E5-523G/ES1-432 headset mic
1667 - ALSA: hda/realtek: Enable ASUS X441MB and X705FD headset MIC with ALC256
1668 - ALSA: hda/realtek: Enable headset mic of ASUS P5440FF with ALC256
1669 - ALSA: hda/realtek: Enable headset MIC of ASUS X430UN and X512DK with ALC256
1670 - ALSA: hda/realtek - Fix speakers on Acer Predator Helios 500 Ryzen laptops
1671 - kbuild: modversions: Fix relative CRC byte order interpretation
1672 - fs/open.c: allow opening only regular files during execve()
1673 - ocfs2: fix inode bh swapping mixup in ocfs2_reflink_inodes_lock
1674 - scsi: sd: Fix a race between closing an sd device and sd I/O
1675 - scsi: sd: Quiesce warning if device does not report optimal I/O size
1676 - scsi: zfcp: fix rport unblock if deleted SCSI devices on Scsi_Host
1677 - scsi: zfcp: fix scsi_eh host reset with port_forced ERP for non-NPIV FCP
1678 devices
1679 - drm/rockchip: vop: reset scale mode when win is disabled
1680 - tty/serial: atmel: Add is_half_duplex helper
1681 - tty/serial: atmel: RS485 HD w/DMA: enable RX after TX is stopped
1682 - tty: mxs-auart: fix a potential NULL pointer dereference
1683 - tty: atmel_serial: fix a potential NULL pointer dereference
1684 - tty: serial: qcom_geni_serial: Initialize baud in qcom_geni_console_setup
1685 - staging: comedi: ni_mio_common: Fix divide-by-zero for DIO cmdtest
1686 - staging: olpc_dcon_xo_1: add missing 'const' qualifier
1687 - staging: speakup_soft: Fix alternate speech with other synths
1688 - staging: vt6655: Remove vif check from vnt_interrupt
1689 - staging: vt6655: Fix interrupt race condition on device start up.
1690 - staging: erofs: fix to handle error path of erofs_vmap()
1691 - staging: erofs: fix error handling when failed to read compresssed data
1692 - staging: erofs: keep corrupted fs from crashing kernel in erofs_readdir()
1693 - serial: max310x: Fix to avoid potential NULL pointer dereference
1694 - serial: mvebu-uart: Fix to avoid a potential NULL pointer dereference
1695 - serial: sh-sci: Fix setting SCSCR_TIE while transferring data
1696 - USB: serial: cp210x: add new device id
1697 - USB: serial: ftdi_sio: add additional NovaTech products
1698 - USB: serial: mos7720: fix mos_parport refcount imbalance on error path
1699 - USB: serial: option: set driver_info for SIM5218 and compatibles
1700 - USB: serial: option: add support for Quectel EM12
1701 - USB: serial: option: add Olicard 600
1702 - ACPI / CPPC: Fix guaranteed performance handling
1703 - Disable kgdboc failed by echo space to /sys/module/kgdboc/parameters/kgdboc
1704 - fs/proc/proc_sysctl.c: fix NULL pointer dereference in put_links
1705 - drivers/block/zram/zram_drv.c: fix idle/writeback string compare
1706 - blk-mq: fix sbitmap ws_active for shared tags
1707 - cpufreq: intel_pstate: Also use CPPC nominal_perf for base_frequency
1708 - cpufreq: scpi: Fix use after free
1709 - drm/vgem: fix use-after-free when drm_gem_handle_create() fails
1710 - drm/vkms: fix use-after-free when drm_gem_handle_create() fails
1711 - drm/i915: Mark AML 0x87CA as ULX
1712 - drm/i915/gvt: Fix MI_FLUSH_DW parsing with correct index check
1713 - drm/i915/icl: Fix the TRANS_DDI_FUNC_CTL2 bitfield macro
1714 - gpio: exar: add a check for the return value of ida_simple_get fails
1715 - gpio: adnp: Fix testing wrong value in adnp_gpio_direction_input
1716 - phy: sun4i-usb: Support set_mode to USB_HOST for non-OTG PHYs
1717 - usb: mtu3: fix EXTCON dependency
1718 - USB: gadget: f_hid: fix deadlock in f_hidg_write()
1719 - usb: common: Consider only available nodes for dr_mode
1720 - mm/memory.c: fix modifying of page protection by insert_pfn()
1721 - usb: host: xhci-rcar: Add XHCI_TRUST_TX_LENGTH quirk
1722 - xhci: Fix port resume done detection for SS ports with LPM enabled
1723 - usb: xhci: dbc: Don't free all memory with spinlock held
1724 - xhci: Don't let USB3 ports stuck in polling state prevent suspend
1725 - usb: cdc-acm: fix race during wakeup blocking TX traffic
1726 - usb: typec: tcpm: Try PD-2.0 if sink does not respond to 3.0 source-caps
1727 - usb: typec: Fix unchecked return value
1728 - mm/hotplug: fix offline undo_isolate_page_range()
1729 - mm: add support for kmem caches in DMA32 zone
1730 - iommu/io-pgtable-arm-v7s: request DMA32 memory, and improve debugging
1731 - mm: mempolicy: make mbind() return -EIO when MPOL_MF_STRICT is specified
1732 - mm/debug.c: fix __dump_page when mapping->host is not set
1733 - mm/memory_hotplug.c: fix notification in offline error path
1734 - mm/page_isolation.c: fix a wrong flag in set_migratetype_isolate()
1735 - mm/migrate.c: add missing flush_dcache_page for non-mapped page migrate
1736 - perf pmu: Fix parser error for uncore event alias
1737 - perf intel-pt: Fix TSC slip
1738 - objtool: Query pkg-config for libelf location
1739 - powerpc/pseries/energy: Use OF accessor functions to read ibm,drc-indexes
1740 - powerpc/64: Fix memcmp reading past the end of src/dest
1741 - powerpc/pseries/mce: Fix misleading print for TLB mutlihit
1742 - watchdog: Respect watchdog cpumask on CPU hotplug
1743 - cpu/hotplug: Prevent crash when CPU bringup fails on CONFIG_HOTPLUG_CPU=n
1744 - x86/smp: Enforce CONFIG_HOTPLUG_CPU when SMP=y
1745 - KVM: Reject device ioctls from processes other than the VM's creator
1746 - KVM: x86: Emulate MSR_IA32_ARCH_CAPABILITIES on AMD hosts
1747 - KVM: x86: update %rip after emulating IO
1748 - bpf: do not restore dst_reg when cur_state is freed
1749 - mt76x02u: use usb_bulk_msg to upload firmware
1750 - Linux 5.0.6
1751
1752 * RDMA/hns updates for disco (LP: #1822897)
1753 - RDMA/hns: Fix the bug with updating rq head pointer when flush cqe
1754 - RDMA/hns: Bugfix for the scene without receiver queue
1755 - RDMA/hns: Add constraint on the setting of local ACK timeout
1756 - RDMA/hns: Modify the pbl ba page size for hip08
1757 - RDMA/hns: RDMA/hns: Assign rq head pointer when enable rq record db
1758 - RDMA/hns: Add the process of AEQ overflow for hip08
1759 - RDMA/hns: Add SCC context allocation support for hip08
1760 - RDMA/hns: Add SCC context clr support for hip08
1761 - RDMA/hns: Add timer allocation support for hip08
1762 - RDMA/hns: Remove set but not used variable 'rst'
1763 - RDMA/hns: Make some function static
1764 - RDMA/hns: Fix the Oops during rmmod or insmod ko when reset occurs
1765 - RDMA/hns: Fix the chip hanging caused by sending mailbox&CMQ during reset
1766 - RDMA/hns: Fix the chip hanging caused by sending doorbell during reset
1767 - RDMA/hns: Limit minimum ROCE CQ depth to 64
1768 - RDMA/hns: Fix the state of rereg mr
1769 - RDMA/hns: Set allocated memory to zero for wrid
1770 - RDMA/hns: Delete useful prints for aeq subtype event
1771 - RDMA/hns: Configure capacity of hns device
1772 - RDMA/hns: Modify qp&cq&pd specification according to UM
1773 - RDMA/hns: Bugfix for set hem of SCC
1774 - RDMA/hns: Use GFP_ATOMIC in hns_roce_v2_modify_qp
1775
1776 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
1777 - Set +x on rebuild testcase.
1778 - Skip rebuild test, for regression-suite deps.
1779 - Make ubuntu-regression-suite skippable on unbootable kernels.
1780 - make rebuild use skippable error codes when skipping.
1781 - Only run regression-suite, if requested to.
1782
1783 * touchpad not working on lenovo yoga 530 (LP: #1787775)
1784 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
1785 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
1786 - i2c: add extra check to safe DMA buffer helper
1787 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
1788 - [Config] Update config for AMD MP2 I2C driver
1789
1790 * Detect SMP PHY control command errors (LP: #1822680)
1791 - scsi: libsas: Check SMP PHY control function result
1792
1793 * disable a.out support (LP: #1818552)
1794 - [Config] Disable a.out support
1795 - [Config] remove binfmt_aout from abi for i386 lowlatency
1796
1797 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
1798 - [Packaging] remove snapdragon flavour support
1799 - Revert "UBUNTU: SAUCE: (snapdragon) drm/msm/adv7511: wrap hacks under
1800 CONFIG_ADV7511_SNAPDRAGON_HACKS #ifdefs"
1801 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: skip address change if dt
1802 addr == default addr"
1803 - Revert "UBUNTU: SAUCE: (snapdragon) DT: leds: Add Qualcomm Light Pulse
1804 Generator binding"
1805 - Revert "UBUNTU: SAUCE: (snapdragon) MAINTAINERS: Add Qualcomm Camera Control
1806 Interface driver"
1807 - Revert "UBUNTU: SAUCE: (snapdragon) dt-bindings: media: Binding document for
1808 Qualcomm Camera Control Interface driver"
1809 - Revert "UBUNTU: SAUCE: (snapdragon) leds: Add driver for Qualcomm LPG"
1810 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/adv7511: Don't rely on
1811 interrupts for EDID parsing"
1812 - Revert "UBUNTU: SAUCE: (snapdragon) drm/bridge/adv7511: Delay clearing of
1813 HPD interrupt status"
1814 - Revert "UBUNTU: SAUCE: (snapdragon) media: ov5645: Fix I2C address"
1815 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix I2C address bug"
1816 - Revert "UBUNTU: SAUCE: (snapdragon) i2c-qcom-cci: Fix run queue completion
1817 timeout"
1818 - Revert "UBUNTU: SAUCE: (snapdragon) camss: Do not register if no cameras are
1819 present"
1820 - Revert "UBUNTU: SAUCE: (snapdragon) i2c: Add Qualcomm Camera Control
1821 Interface driver"
1822 - Revert "UBUNTU: SAUCE: (snapdragon) ov5645: I2C address change"
1823 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Allow
1824 REGULATOR_QCOM_SMD_RPM=m"
1825 - Revert "UBUNTU: SAUCE: (snapdragon) cpufreq: Add apq8016 to cpufreq-dt-
1826 platdev blacklist"
1827 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Add a helper to get an opp
1828 regulator for device"
1829 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: HACK: Allow to set regulator
1830 without opp_list"
1831 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Drop RCU usage in
1832 dev_pm_opp_adjust_voltage()"
1833 - Revert "UBUNTU: SAUCE: (snapdragon) PM / OPP: Support adjusting OPP voltages
1834 at runtime"
1835 - Revert "UBUNTU: SAUCE: (snapdragon) regulator: smd: Add floor and corner
1836 operations"
1837 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Register with cpufreq-
1838 dt"
1839 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: fix with new
1840 reg_sequence structures"
1841 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: cpr: Use raw mem access for
1842 qfprom"
1843 - Revert "UBUNTU: SAUCE: (snapdragon) power: avs: Add support for CPR (Core
1844 Power Reduction)"
1845 - Revert "UBUNTU: SAUCE: (snapdragon) HACK: drm/msm/iommu: Remove runtime_put
1846 calls in map/unmap"
1847 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable LEDS_QCOM_LPG"
1848 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'BBR' TCP
1849 congestion algorithm"
1850 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable 'fq' and
1851 'fq_codel' qdiscs"
1852 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable
1853 'schedutil' CPUfreq governor"
1854 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: set USB_CONFIG_F_FS in
1855 distro.config"
1856 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
1857 CONFIG_USB_CONFIGFS_F_FS by default"
1858 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add freq stat to sysfs"
1859 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: Enable camera drivers"
1860 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: disable ANALOG_TV and
1861 DIGITAL_TV"
1862 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: add more USB net
1863 drivers"
1864 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable BT_QCOMSMD"
1865 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable
1866 CFG80211_DEFAULT_PS by default"
1867 - Revert "UBUNTU: SAUCE: (snapdragon) Force the SMD regulator driver to be
1868 compiled-in"
1869 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs: enable dm_mod and
1870 dm_crypt"
1871 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: Enable a53/apcs and
1872 avs"
1873 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable QCOM Venus"
1874 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: distro.config: enable debug
1875 friendly USB network adpater"
1876 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: configs: enable WCN36xx"
1877 - Revert "UBUNTU: SAUCE: (snapdragon) kernel: configs; add distro.config"
1878 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable QCOM audio
1879 drivers for APQ8016 and DB410c"
1880 - Revert "UBUNTU: SAUCE: (snapdragon) arm64: defconfig: enable REMOTEPROC"
1881 - [Config] fix abi for remove i2c-qcom-cci module
1882 - [Config] update annotations
1883 - [Config] update configs following snapdragon removal
1884
1885 * Disco update: v5.0.5 upstream stable release (LP: #1822671)
1886 - Revert "ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec"
1887 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
1888 - ALSA: firewire-motu: use 'version' field of unit directory to identify model
1889 - mmc: pxamci: fix enum type confusion
1890 - mmc: alcor: fix DMA reads
1891 - mmc: mxcmmc: "Revert mmc: mxcmmc: handle highmem pages"
1892 - mmc: renesas_sdhi: limit block count to 16 bit for old revisions
1893 - drm/amdgpu: fix invalid use of change_bit
1894 - drm/vmwgfx: Don't double-free the mode stored in par->set_mode
1895 - drm/vmwgfx: Return 0 when gmrid::get_node runs out of ID's
1896 - iommu/amd: fix sg->dma_address for sg->offset bigger than PAGE_SIZE
1897 - iommu/iova: Fix tracking of recently failed iova address
1898 - libceph: wait for latest osdmap in ceph_monc_blacklist_add()
1899 - udf: Fix crash on IO error during truncate
1900 - mips: loongson64: lemote-2f: Add IRQF_NO_SUSPEND to "cascade" irqaction.
1901 - MIPS: Ensure ELF appended dtb is relocated
1902 - MIPS: Fix kernel crash for R6 in jump label branch function
1903 - powerpc/vdso64: Fix CLOCK_MONOTONIC inconsistencies across Y2038
1904 - powerpc/security: Fix spectre_v2 reporting
1905 - net/mlx5: Fix DCT creation bad flow
1906 - scsi: core: Avoid that a kernel warning appears during system resume
1907 - scsi: qla2xxx: Fix FC-AL connection target discovery
1908 - scsi: ibmvscsi: Protect ibmvscsi_head from concurrent modificaiton
1909 - scsi: ibmvscsi: Fix empty event pool access during host removal
1910 - futex: Ensure that futex address is aligned in handle_futex_death()
1911 - perf probe: Fix getting the kernel map
1912 - objtool: Move objtool_file struct off the stack
1913 - irqchip/gic-v3-its: Fix comparison logic in lpi_range_cmp
1914 - clocksource/drivers/riscv: Fix clocksource mask
1915 - ALSA: ac97: Fix of-node refcount unbalance
1916 - ext4: fix NULL pointer dereference while journal is aborted
1917 - ext4: fix data corruption caused by unaligned direct AIO
1918 - ext4: brelse all indirect buffer in ext4_ind_remove_space()
1919 - media: v4l2-ctrls.c/uvc: zero v4l2_event
1920 - Bluetooth: hci_uart: Check if socket buffer is ERR_PTR in h4_recv_buf()
1921 - Bluetooth: Fix decrementing reference count twice in releasing socket
1922 - Bluetooth: hci_ldisc: Initialize hci_dev before open()
1923 - Bluetooth: hci_ldisc: Postpone HCI_UART_PROTO_READY bit set in
1924 hci_uart_set_proto()
1925 - drm/vkms: Fix flush_work() without INIT_WORK().
1926 - RDMA/cma: Rollback source IP address if failing to acquire device
1927 - f2fs: fix to avoid deadlock of atomic file operations
1928 - aio: simplify - and fix - fget/fput for io_submit()
1929 - netfilter: ebtables: remove BUGPRINT messages
1930 - loop: access lo_backing_file only when the loop device is Lo_bound
1931 - x86/unwind: Handle NULL pointer calls better in frame unwinder
1932 - x86/unwind: Add hardcoded ORC entry for NULL
1933 - locking/lockdep: Add debug_locks check in __lock_downgrade()
1934 - ALSA: hda - Record the current power state before suspend/resume calls
1935 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
1936 - Linux 5.0.5
1937
1938 * hisi_sas updates for disco (LP: #1822385)
1939 - scsi: hisi_sas: send primitive NOTIFY to SSP situation only
1940 - scsi: hisi_sas: shutdown axi bus to avoid exception CQ returned
1941 - scsi: hisi_sas: remove the check of sas_dev status in
1942 hisi_sas_I_T_nexus_reset()
1943 - scsi: hisi_sas: Remove unused parameter of function hisi_sas_alloc()
1944 - scsi: hisi_sas: Reject setting programmed minimum linkrate > 1.5G
1945 - scsi: hisi_sas: Fix losing directly attached disk when hot-plug
1946 - scsi: hisi_sas: Correct memory allocation size for DQ debugfs
1947 - scsi: hisi_sas: Some misc tidy-up
1948 - scsi: hisi_sas: Fix to only call scsi_get_prot_op() for non-NULL scsi_cmnd
1949 - scsi: hisi_sas: Add missing seq_printf() call in hisi_sas_show_row_32()
1950 - scsi: hisi_sas: Add support for DIX feature for v3 hw
1951 - scsi: hisi_sas: Add manual trigger for debugfs dump
1952 - scsi: hisi_sas: change queue depth from 512 to 4096
1953 - scsi: hisi_sas: Issue internal abort on all relevant queues
1954 - scsi: hisi_sas: Use pci_irq_get_affinity() for v3 hw as experimental
1955 - scsi: hisi_sas: Do some more tidy-up
1956 - scsi: hisi_sas: Change return variable type in phy_up_v3_hw()
1957 - scsi: hisi_sas: Fix a timeout race of driver internal and SMP IO
1958 - scsi: hisi_sas: print PHY RX errors count for later revision of v3 hw
1959 - scsi: hisi_sas: Set PHY linkrate when disconnected
1960 - scsi: hisi_sas: Send HARD RESET to clear the previous affiliation of STP
1961 target port
1962 - scsi: hisi_sas: Change SERDES_CFG init value to increase reliability of
1963 HiLink
1964 - scsi: hisi_sas: Add softreset in hisi_sas_I_T_nexus_reset()
1965
1966 * [Patch][Raven 2] kernel 5.0.0 cannot boot because of psp response
1967 (LP: #1822267)
1968 - drm/amdgpu/psp: Fix can't detect psp INVOKE command failed
1969 - drm/amdgpu/psp: ignore psp response status
1970
1971 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
1972 triggers system hang on i386 (LP: #1812845)
1973 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
1974
1975 * enable CONFIG_DRM_BOCHS (LP: #1795857)
1976 - [Config] Reenable DRM_BOCHS as module
1977
1978 * [Dell Precision 7530/5530 with Nvidia Quadro P1000] Live USB freezes or
1979 cannot complete install when nouveau driver is loaded (crashing in GP100
1980 code) (LP: #1822026)
1981 - SAUCE: drm/nouveau: Disable nouveau driver by default
1982
1983 * Need to add Intel CML related pci-id's (LP: #1821863)
1984 - drm/i915/cml: Add CML PCI IDS
1985 - drm/i915/cml: Introduce Comet Lake PCH
1986
1987 * ARM: Add support for the SDEI interface (LP: #1822005)
1988 - ACPI / APEI: Don't wait to serialise with oops messages when panic()ing
1989 - ACPI / APEI: Remove silent flag from ghes_read_estatus()
1990 - ACPI / APEI: Switch estatus pool to use vmalloc memory
1991 - ACPI / APEI: Make hest.c manage the estatus memory pool
1992 - ACPI / APEI: Make estatus pool allocation a static size
1993 - ACPI / APEI: Don't store CPER records physical address in struct ghes
1994 - ACPI / APEI: Remove spurious GHES_TO_CLEAR check
1995 - ACPI / APEI: Don't update struct ghes' flags in read/clear estatus
1996 - ACPI / APEI: Generalise the estatus queue's notify code
1997 - ACPI / APEI: Don't allow ghes_ack_error() to mask earlier errors
1998 - ACPI / APEI: Move NOTIFY_SEA between the estatus-queue and NOTIFY_NMI
1999 - ACPI / APEI: Switch NOTIFY_SEA to use the estatus queue
2000 - KVM: arm/arm64: Add kvm_ras.h to collect kvm specific RAS plumbing
2001 - arm64: KVM/mm: Move SEA handling behind a single 'claim' interface
2002 - ACPI / APEI: Move locking to the notification helper
2003 - ACPI / APEI: Let the notification helper specify the fixmap slot
2004 - ACPI / APEI: Pass ghes and estatus separately to avoid a later copy
2005 - ACPI / APEI: Make GHES estatus header validation more user friendly
2006 - ACPI / APEI: Split ghes_read_estatus() to allow a peek at the CPER length
2007 - ACPI / APEI: Only use queued estatus entry during in_nmi_queue_one_entry()
2008 - ACPI / APEI: Use separate fixmap pages for arm64 NMI-like notifications
2009 - firmware: arm_sdei: Add ACPI GHES registration helper
2010 - ACPI / APEI: Add support for the SDEI GHES Notification type
2011
2012 * CVE-2019-9857
2013 - inotify: Fix fsnotify_mark refcount leak in inotify_update_existing_watch()
2014
2015 * scsi: libsas: Support SATA PHY connection rate unmatch fixing during
2016 discovery (LP: #1821408)
2017 - scsi: libsas: Support SATA PHY connection rate unmatch fixing during
2018 discovery
2019
2020 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
2021 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
2022
2023 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
2024 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
2025
2026 * hid-sensor-hub spamming dmesg in 4.20 (LP: #1818547)
2027 - HID: Increase maximum report size allowed by hid_field_extract()
2028
2029 * [disco] [5.0.0-7.8] can't mount guest cifs share (LP: #1821053)
2030 - cifs: allow guest mounts to work for smb3.11
2031 - SMB3: Fix SMB3.1.1 guest mounts to Samba
2032
2033 * Add HiSilicon SoC quirk for cpufreq (LP: #1821620)
2034 - ACPI / CPPC: Add a helper to get desired performance
2035 - cpufreq / cppc: Work around for Hisilicon CPPC cpufreq
2036
2037 * Disco update: v5.0.4 upstream stable release (LP: #1821607)
2038 - 9p: use inode->i_lock to protect i_size_write() under 32-bit
2039 - 9p/net: fix memory leak in p9_client_create
2040 - ASoC: fsl_esai: fix register setting issue in RIGHT_J mode
2041 - ASoC: codecs: pcm186x: fix wrong usage of DECLARE_TLV_DB_SCALE()
2042 - ASoC: codecs: pcm186x: Fix energysense SLEEP bit
2043 - iio: adc: exynos-adc: Fix NULL pointer exception on unbind
2044 - iio: adc: exynos-adc: Use proper number of channels for Exynos4x12
2045 - mei: hbm: clean the feature flags on link reset
2046 - mei: bus: move hw module get/put to probe/release
2047 - stm class: Prevent division by zero
2048 - stm class: Fix an endless loop in channel allocation
2049 - crypto: caam - fix hash context DMA unmap size
2050 - crypto: ccree - fix missing break in switch statement
2051 - crypto: caam - fixed handling of sg list
2052 - crypto: caam - fix DMA mapping of stack memory
2053 - crypto: ccree - fix free of unallocated mlli buffer
2054 - crypto: ccree - unmap buffer before copying IV
2055 - crypto: ccree - don't copy zero size ciphertext
2056 - crypto: cfb - add missing 'chunksize' property
2057 - crypto: cfb - remove bogus memcpy() with src == dest
2058 - crypto: ofb - fix handling partial blocks and make thread-safe
2059 - crypto: ahash - fix another early termination in hash walk
2060 - crypto: rockchip - fix scatterlist nents error
2061 - crypto: rockchip - update new iv to device in multiple operations
2062 - dax: Flush partial PMDs correctly
2063 - nfit: Fix nfit_intel_shutdown_status() command submission
2064 - nfit: acpi_nfit_ctl(): Check out_obj->type in the right place
2065 - acpi/nfit: Fix bus command validation
2066 - nfit/ars: Attempt a short-ARS whenever the ARS state is idle at boot
2067 - nfit/ars: Attempt short-ARS even in the no_init_ars case
2068 - libnvdimm/label: Clear 'updating' flag after label-set update
2069 - libnvdimm, pfn: Fix over-trim in trim_pfn_device()
2070 - libnvdimm/pmem: Honor force_raw for legacy pmem regions
2071 - libnvdimm: Fix altmap reservation size calculation
2072 - fix cgroup_do_mount() handling of failure exits
2073 - crypto: aead - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2074 - crypto: aegis - fix handling chunked inputs
2075 - crypto: arm/crct10dif - revert to C code for short inputs
2076 - crypto: arm64/aes-neonbs - fix returning final keystream block
2077 - crypto: arm64/crct10dif - revert to C code for short inputs
2078 - crypto: hash - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2079 - crypto: morus - fix handling chunked inputs
2080 - crypto: pcbc - remove bogus memcpy()s with src == dest
2081 - crypto: skcipher - set CRYPTO_TFM_NEED_KEY if ->setkey() fails
2082 - crypto: testmgr - skip crc32c context test for ahash algorithms
2083 - crypto: x86/aegis - fix handling chunked inputs and MAY_SLEEP
2084 - crypto: x86/aesni-gcm - fix crash on empty plaintext
2085 - crypto: x86/morus - fix handling chunked inputs and MAY_SLEEP
2086 - crypto: arm64/aes-ccm - fix logical bug in AAD MAC handling
2087 - crypto: arm64/aes-ccm - fix bugs in non-NEON fallback routine
2088 - CIFS: Fix leaking locked VFS cache pages in writeback retry
2089 - CIFS: Do not reset lease state to NONE on lease break
2090 - CIFS: Do not skip SMB2 message IDs on send failures
2091 - CIFS: Fix read after write for files with read caching
2092 - smb3: make default i/o size for smb3 mounts larger
2093 - tracing: Use strncpy instead of memcpy for string keys in hist triggers
2094 - tracing: Do not free iter->trace in fail path of tracing_open_pipe()
2095 - tracing/perf: Use strndup_user() instead of buggy open-coded version
2096 - vmw_balloon: release lock on error in vmballoon_reset()
2097 - xen: fix dom0 boot on huge systems
2098 - ACPI / device_sysfs: Avoid OF modalias creation for removed device
2099 - mmc: sdhci-esdhc-imx: fix HS400 timing issue
2100 - mmc: renesas_sdhi: Fix card initialization failure in high speed mode
2101 - mmc:fix a bug when max_discard is 0
2102 - spi: ti-qspi: Fix mmap read when more than one CS in use
2103 - spi: pxa2xx: Setup maximum supported DMA transfer length
2104 - spi: omap2-mcspi: Fix DMA and FIFO event trigger size mismatch
2105 - spi: spi-gpio: fix SPI_CS_HIGH capability
2106 - regulator: s2mps11: Fix steps for buck7, buck8 and LDO35
2107 - regulator: max77620: Initialize values for DT properties
2108 - regulator: s2mpa01: Fix step values for some LDOs
2109 - mt76: fix corrupted software generated tx CCMP PN
2110 - clocksource/drivers/exynos_mct: Move one-shot check from tick clear to ISR
2111 - clocksource/drivers/exynos_mct: Clear timer interrupt when shutdown
2112 - clocksource/drivers/arch_timer: Workaround for Allwinner A64 timer
2113 instability
2114 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
2115 - s390/setup: fix early warning messages
2116 - s390/virtio: handle find on invalid queue gracefully
2117 - scsi: virtio_scsi: don't send sc payload with tmfs
2118 - scsi: aacraid: Fix performance issue on logical drives
2119 - scsi: sd: Optimal I/O size should be a multiple of physical block size
2120 - scsi: target/iscsi: Avoid iscsit_release_commands_from_conn() deadlock
2121 - scsi: qla2xxx: Fix LUN discovery if loop id is not assigned yet by firmware
2122 - scsi: qla2xxx: Avoid PCI IRQ affinity mapping when multiqueue is not
2123 supported
2124 - scsi: qla2xxx: Use complete switch scan for RSCN events
2125 - fs/devpts: always delete dcache dentry-s in dput()
2126 - splice: don't merge into linked buffers
2127 - ovl: During copy up, first copy up data and then xattrs
2128 - ovl: Do not lose security.capability xattr over metadata file copy-up
2129 - m68k: Add -ffreestanding to CFLAGS
2130 - Btrfs: setup a nofs context for memory allocation at btrfs_create_tree()
2131 - Btrfs: setup a nofs context for memory allocation at __btrfs_set_acl
2132 - btrfs: scrub: fix circular locking dependency warning
2133 - btrfs: drop the lock on error in btrfs_dev_replace_cancel
2134 - btrfs: ensure that a DUP or RAID1 block group has exactly two stripes
2135 - btrfs: init csum_list before possible free
2136 - Btrfs: fix corruption reading shared and compressed extents after hole
2137 punching
2138 - Btrfs: fix deadlock between clone/dedupe and rename
2139 - soc: qcom: rpmh: Avoid accessing freed memory from batch API
2140 - libertas_tf: don't set URB_ZERO_PACKET on IN USB transfer
2141 - irqchip/gic-v3-its: Avoid parsing _indirect_ twice for Device table
2142 - irqchip/brcmstb-l2: Use _irqsave locking variants in non-interrupt code
2143 - x86/kprobes: Prohibit probing on optprobe template code
2144 - cpufreq: kryo: Release OPP tables on module removal
2145 - cpufreq: tegra124: add missing of_node_put()
2146 - cpufreq: pxa2xx: remove incorrect __init annotation
2147 - ext4: fix check of inode in swap_inode_boot_loader
2148 - ext4: cleanup pagecache before swap i_data
2149 - mm: hwpoison: fix thp split handing in soft_offline_in_use_page()
2150 - mm/vmalloc: fix size check for remap_vmalloc_range_partial()
2151 - mm/memory.c: do_fault: avoid usage of stale vm_area_struct
2152 - kernel/sysctl.c: add missing range check in do_proc_dointvec_minmax_conv
2153 - nvmem: core: don't check the return value of notifier chain call
2154 - device property: Fix the length used in PROPERTY_ENTRY_STRING()
2155 - intel_th: Don't reference unassigned outputs
2156 - parport_pc: fix find_superio io compare code, should use equal test.
2157 - i2c: tegra: fix maximum transfer size
2158 - i2c: tegra: update maximum transfer size
2159 - media: i2c: ov5640: Fix post-reset delay
2160 - gpio: pca953x: Fix dereference of irq data in shutdown
2161 - ext4: update quota information while swapping boot loader inode
2162 - ext4: add mask of ext4 flags to swap
2163 - ext4: fix crash during online resizing
2164 - dma: Introduce dma_max_mapping_size()
2165 - swiotlb: Introduce swiotlb_max_mapping_size()
2166 - swiotlb: Add is_swiotlb_active() function
2167 - PCI/ASPM: Use LTR if already enabled by platform
2168 - PCI/DPC: Fix print AER status in DPC event handling
2169 - PCI: qcom: Don't deassert reset GPIO during probe
2170 - PCI: dwc: skip MSI init if MSIs have been explicitly disabled
2171 - PCI: pci-bridge-emul: Create per-bridge copy of register behavior
2172 - PCI: pci-bridge-emul: Extend pci_bridge_emul_init() with flags
2173 - IB/hfi1: Close race condition on user context disable and close
2174 - IB/rdmavt: Fix loopback send with invalidate ordering
2175 - IB/rdmavt: Fix concurrency panics in QP post_send and modify to error
2176 - cxl: Wrap iterations over afu slices inside 'afu_list_lock'
2177 - ext2: Fix underflow in ext2_max_size()
2178 - clk: uniphier: Fix update register for CPU-gear
2179 - clk: clk-twl6040: Fix imprecise external abort for pdmclk
2180 - clk: samsung: exynos5: Fix possible NULL pointer exception on
2181 platform_device_alloc() failure
2182 - clk: samsung: exynos5: Fix kfree() of const memory on setting
2183 driver_override
2184 - clk: ingenic: Fix round_rate misbehaving with non-integer dividers
2185 - clk: ingenic: Fix doc of ingenic_cgu_div_info
2186 - usb: chipidea: tegra: Fix missed ci_hdrc_remove_device()
2187 - usb: typec: tps6598x: handle block writes separately with plain-I2C adapters
2188 - dmaengine: usb-dmac: Make DMAC system sleep callbacks explicit
2189 - serial: uartps: Fix stuck ISR if RX disabled with non-empty FIFO
2190 - serial: 8250_of: assume reg-shift of 2 for mrvl,mmp-uart
2191 - serial: 8250_pci: Fix number of ports for ACCES serial cards
2192 - serial: 8250_pci: Have ACCES cards that use the four port Pericom PI7C9X7954
2193 chip use the pci_pericom_setup()
2194 - jbd2: clear dirty flag when revoking a buffer from an older transaction
2195 - jbd2: fix compile warning when using JBUFFER_TRACE
2196 - selinux: add the missing walk_size + len check in selinux_sctp_bind_connect
2197 - security/selinux: fix SECURITY_LSM_NATIVE_LABELS on reused superblock
2198 - powerpc/32: Clear on-stack exception marker upon exception return
2199 - powerpc/wii: properly disable use of BATs when requested.
2200 - powerpc/powernv: Make opal log only readable by root
2201 - powerpc/83xx: Also save/restore SPRG4-7 during suspend
2202 - powerpc/kvm: Save and restore host AMR/IAMR/UAMOR
2203 - powerpc/powernv: Don't reprogram SLW image on every KVM guest entry/exit
2204 - powerpc/64s/hash: Fix assert_slb_presence() use of the slbfee. instruction
2205 - powerpc: Fix 32-bit KVM-PR lockup and host crash with MacOS guest
2206 - powerpc/ptrace: Simplify vr_get/set() to avoid GCC warning
2207 - powerpc/hugetlb: Don't do runtime allocation of 16G pages in LPAR
2208 configuration
2209 - powerpc/smp: Fix NMI IPI timeout
2210 - powerpc/smp: Fix NMI IPI xmon timeout
2211 - powerpc/traps: fix recoverability of machine check handling on book3s/32
2212 - powerpc/traps: Fix the message printed when stack overflows
2213 - ARM: s3c24xx: Fix boolean expressions in osiris_dvs_notify
2214 - arm64: Fix HCR.TGE status for NMI contexts
2215 - arm64: debug: Don't propagate UNKNOWN FAR into si_code for debug signals
2216 - arm64: debug: Ensure debug handlers check triggering exception level
2217 - arm64: KVM: Fix architecturally invalid reset value for FPEXC32_EL2
2218 - Revert "KVM/MMU: Flush tlb directly in the kvm_zap_gfn_range()"
2219 - ipmi_si: Fix crash when using hard-coded device
2220 - ipmi_si: fix use-after-free of resource->name
2221 - dm: fix to_sector() for 32bit
2222 - dm integrity: limit the rate of error messages
2223 - media: cx25840: mark pad sig_types to fix cx231xx init
2224 - mfd: sm501: Fix potential NULL pointer dereference
2225 - cpcap-charger: generate events for userspace
2226 - cpuidle: governor: Add new governors to cpuidle_governors again
2227 - NFS: Fix I/O request leakages
2228 - NFS: Fix an I/O request leakage in nfs_do_recoalesce
2229 - NFS: Don't recoalesce on error in nfs_pageio_complete_mirror()
2230 - nfsd: fix performance-limiting session calculation
2231 - nfsd: fix memory corruption caused by readdir
2232 - nfsd: fix wrong check in write_v4_end_grace()
2233 - NFSv4.1: Reinitialise sequence results before retransmitting a request
2234 - svcrpc: fix UDP on servers with lots of threads
2235 - PM / wakeup: Rework wakeup source timer cancellation
2236 - PM / OPP: Update performance state when freq == old_freq
2237 - bcache: treat stale && dirty keys as bad keys
2238 - bcache: use (REQ_META|REQ_PRIO) to indicate bio for metadata
2239 - stable-kernel-rules.rst: add link to networking patch queue
2240 - vt: perform safe console erase in the right order
2241 - x86/unwind/orc: Fix ORC unwind table alignment
2242 - perf intel-pt: Fix CYC timestamp calculation after OVF
2243 - perf tools: Fix split_kallsyms_for_kcore() for trampoline symbols
2244 - perf auxtrace: Define auxtrace record alignment
2245 - perf intel-pt: Fix overlap calculation for padding
2246 - perf/x86/intel/uncore: Fix client IMC events return huge result
2247 - perf intel-pt: Fix divide by zero when TSC is not available
2248 - md: Fix failed allocation of md_register_thread
2249 - x86/kvmclock: set offset for kvm unstable clock
2250 - x86/ftrace: Fix warning and considate ftrace_jmp_replace() and
2251 ftrace_call_replace()
2252 - tpm/tpm_crb: Avoid unaligned reads in crb_recv()
2253 - tpm: Unify the send callback behaviour
2254 - rcu: Do RCU GP kthread self-wakeup from softirq and interrupt
2255 - media: imx: prpencvf: Stop upstream before disabling IDMA channel
2256 - media: lgdt330x: fix lock status reporting
2257 - media: sun6i: Fix CSI regmap's max_register
2258 - media: uvcvideo: Avoid NULL pointer dereference at the end of streaming
2259 - media: vimc: Add vimc-streamer for stream control
2260 - media: imx-csi: Input connections to CSI should be optional
2261 - media: imx: csi: Disable CSI immediately after last EOF
2262 - media: imx: csi: Stop upstream before disabling IDMA channel
2263 - drm/fb-helper: generic: Fix drm_fbdev_client_restore()
2264 - drm/radeon/evergreen_cs: fix missing break in switch statement
2265 - drm/amd/powerplay: correct power reading on fiji
2266 - drm/amd/display: don't call dm_pp_ function from an fpu block
2267 - KVM: Call kvm_arch_memslots_updated() before updating memslots
2268 - KVM: VMX: Compare only a single byte for VMCS' "launched" in vCPU-run
2269 - KVM: VMX: Zero out *all* general purpose registers after VM-Exit
2270 - KVM: x86/mmu: Detect MMIO generation wrap in any address space
2271 - KVM: x86/mmu: Do not cache MMIO accesses while memslots are in flux
2272 - KVM: nVMX: Sign extend displacements of VMX instr's mem operands
2273 - KVM: nVMX: Apply addr size mask to effective address for VMX instructions
2274 - KVM: nVMX: Ignore limit checks on VMX instructions using flat segments
2275 - KVM: nVMX: Check a single byte for VMCS "launched" in nested early checks
2276 - net: dsa: lantiq_gswip: fix use-after-free on failed probe
2277 - net: dsa: lantiq_gswip: fix OF child-node lookups
2278 - s390/setup: fix boot crash for machine without EDAT-1
2279 - SUNRPC: Prevent thundering herd when the socket is not connected
2280 - SUNRPC: Fix up RPC back channel transmission
2281 - SUNRPC: Respect RPC call timeouts when retrying transmission
2282 - Linux 5.0.4
2283 - [Config] update configs for 5.0.4 stable update
2284
2285 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
2286 system (LP: #1821271)
2287 - iwlwifi: add new card for 9260 series
2288
2289 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
2290 - [Config]: enable highdpi Terminus 16x32 font support
2291
2292 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
2293 - iommu/amd: Fix NULL dereference bug in match_hid_uid
2294
2295 * some codecs stop working after S3 (LP: #1820930)
2296 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
2297 - ALSA: hda - Don't trigger jackpoll_work in azx_resume
2298
2299 * tcm_loop.ko: move from modules-extra into main modules package
2300 (LP: #1817786)
2301 - [Packaging] move tcm_loop.lo to main linux-modules package
2302
2303 * C++ demangling support missing from perf (LP: #1396654)
2304 - [Packaging] fix a mistype
2305
2306 * r8169 doesn't get woken up by ethernet cable plugging, no PME generated
2307 (LP: #1817676)
2308 - PCI: pciehp: Disable Data Link Layer State Changed event on suspend
2309
2310 * Disco update: v5.0.3 upstream stable release (LP: #1821074)
2311 - connector: fix unsafe usage of ->real_parent
2312 - fou, fou6: avoid uninit-value in gue_err() and gue6_err()
2313 - gro_cells: make sure device is up in gro_cells_receive()
2314 - ipv4/route: fail early when inet dev is missing
2315 - l2tp: fix infoleak in l2tp_ip6_recvmsg()
2316 - lan743x: Fix RX Kernel Panic
2317 - lan743x: Fix TX Stall Issue
2318 - net: hsr: fix memory leak in hsr_dev_finalize()
2319 - net/hsr: fix possible crash in add_timer()
2320 - net: sit: fix UBSAN Undefined behaviour in check_6rd
2321 - net/x25: fix use-after-free in x25_device_event()
2322 - net/x25: reset state in x25_connect()
2323 - pptp: dst_release sk_dst_cache in pptp_sock_destruct
2324 - ravb: Decrease TxFIFO depth of Q3 and Q2 to one
2325 - route: set the deleted fnhe fnhe_daddr to 0 in ip_del_fnhe to fix a race
2326 - rxrpc: Fix client call queueing, waiting for channel
2327 - sctp: remove sched init from sctp_stream_init
2328 - tcp: do not report TCP_CM_INQ of 0 for closed connections
2329 - tcp: Don't access TCP_SKB_CB before initializing it
2330 - tcp: handle inet_csk_reqsk_queue_add() failures
2331 - vxlan: Fix GRO cells race condition between receive and link delete
2332 - vxlan: test dev->flags & IFF_UP before calling gro_cells_receive()
2333 - net/mlx4_core: Fix reset flow when in command polling mode
2334 - net/mlx4_core: Fix locking in SRIOV mode when switching between events and
2335 polling
2336 - net/mlx4_core: Fix qp mtt size calculation
2337 - net: dsa: mv88e6xxx: Set correct interface mode for CPU/DSA ports
2338 - vsock/virtio: fix kernel panic from virtio_transport_reset_no_sock
2339 - net: sched: flower: insert new filter to idr after setting its mask
2340 - f2fs: wait on atomic writes to count F2FS_CP_WB_DATA
2341 - perf/x86: Fixup typo in stub functions
2342 - ALSA: bebob: use more identical mod_alias for Saffire Pro 10 I/O against
2343 Liquid Saffire 56
2344 - ALSA: firewire-motu: fix construction of PCM frame for capture direction
2345 - ALSA: hda: Extend i915 component bind timeout
2346 - ALSA: hda - add more quirks for HP Z2 G4 and HP Z240
2347 - ALSA: hda/realtek: Enable audio jacks of ASUS UX362FA with ALC294
2348 - ALSA: hda/realtek - Reduce click noise on Dell Precision 5820 headphone
2349 - ALSA: hda/realtek: Enable headset MIC of Acer TravelMate X514-51T with
2350 ALC255
2351 - perf/x86/intel: Fix memory corruption
2352 - perf/x86/intel: Make dev_attr_allow_tsx_force_abort static
2353 - It's wrong to add len to sector_nr in raid10 reshape twice
2354 - drm: Block fb changes for async plane updates
2355 - Linux 5.0.3
2356
2357 * Disco update: v5.0.2 upstream stable release (LP: #1820318)
2358 - media: uvcvideo: Fix 'type' check leading to overflow
2359 - Input: wacom_serial4 - add support for Wacom ArtPad II tablet
2360 - Input: elan_i2c - add id for touchpad found in Lenovo s21e-20
2361 - iscsi_ibft: Fix missing break in switch statement
2362 - scsi: aacraid: Fix missing break in switch statement
2363 - x86/PCI: Fixup RTIT_BAR of Intel Denverton Trace Hub
2364 - arm64: dts: zcu100-revC: Give wifi some time after power-on
2365 - arm64: dts: hikey: Give wifi some time after power-on
2366 - arm64: dts: hikey: Revert "Enable HS200 mode on eMMC"
2367 - ARM: dts: exynos: Fix pinctrl definition for eMMC RTSN line on Odroid X2/U3
2368 - ARM: dts: exynos: Add minimal clkout parameters to Exynos3250 PMU
2369 - ARM: dts: exynos: Fix max voltage for buck8 regulator on Odroid XU3/XU4
2370 - drm: disable uncached DMA optimization for ARM and arm64
2371 - media: Revert "media: rc: some events are dropped by userspace"
2372 - Revert "PCI/PME: Implement runtime PM callbacks"
2373 - bpf: Stop the psock parser before canceling its work
2374 - gfs2: Fix missed wakeups in find_insert_glock
2375 - staging: erofs: keep corrupted fs from crashing kernel in erofs_namei()
2376 - staging: erofs: compressed_pages should not be accessed again after freed
2377 - scripts/gdb: replace flags (MS_xyz -> SB_xyz)
2378 - ath9k: Avoid OF no-EEPROM quirks without qca,no-eeprom
2379 - perf/x86/intel: Make cpuc allocations consistent
2380 - perf/x86/intel: Generalize dynamic constraint creation
2381 - x86: Add TSX Force Abort CPUID/MSR
2382 - perf/x86/intel: Implement support for TSX Force Abort
2383 - Linux 5.0.2
2384
2385 * Linux security module stacking support
2386 - LSM: Introduce LSM_FLAG_LEGACY_MAJOR
2387 - LSM: Provide separate ordered initialization
2388 - LSM: Plumb visibility into optional "enabled" state
2389 - LSM: Lift LSM selection out of individual LSMs
2390 - LSM: Build ordered list of LSMs to initialize
2391 - LSM: Introduce CONFIG_LSM
2392 - LSM: Introduce "lsm=" for boottime LSM selection
2393 - LSM: Tie enabling logic to presence in ordered list
2394 - LSM: Prepare for reorganizing "security=" logic
2395 - LSM: Refactor "security=" in terms of enable/disable
2396 - LSM: Separate idea of "major" LSM from "exclusive" LSM
2397 - apparmor: Remove SECURITY_APPARMOR_BOOTPARAM_VALUE
2398 - selinux: Remove SECURITY_SELINUX_BOOTPARAM_VALUE
2399 - LSM: Add all exclusive LSMs to ordered initialization
2400 - LSM: Split LSM preparation from initialization
2401 - LoadPin: Initialize as ordered LSM
2402 - Yama: Initialize as ordered LSM
2403 - LSM: Introduce enum lsm_order
2404 - capability: Initialize as LSM_ORDER_FIRST
2405 - procfs: add smack subdir to attrs
2406 - Smack: Abstract use of cred security blob
2407 - SELinux: Abstract use of cred security blob
2408 - SELinux: Remove cred security blob poisoning
2409 - SELinux: Remove unused selinux_is_enabled
2410 - AppArmor: Abstract use of cred security blob
2411 - TOMOYO: Abstract use of cred security blob
2412 - Infrastructure management of the cred security blob
2413 - SELinux: Abstract use of file security blob
2414 - Smack: Abstract use of file security blob
2415 - LSM: Infrastructure management of the file security
2416 - SELinux: Abstract use of inode security blob
2417 - Smack: Abstract use of inode security blob
2418 - LSM: Infrastructure management of the inode security
2419 - LSM: Infrastructure management of the task security
2420 - SELinux: Abstract use of ipc security blobs
2421 - Smack: Abstract use of ipc security blobs
2422 - LSM: Infrastructure management of the ipc security blob
2423 - TOMOYO: Update LSM flags to no longer be exclusive
2424 - LSM: generalize flag passing to security_capable
2425 - LSM: Make lsm_early_cred() and lsm_early_task() local functions.
2426 - LSM: Make some functions static
2427 - apparmor: Adjust offset when accessing task blob.
2428 - LSM: Ignore "security=" when "lsm=" is specified
2429 - LSM: Update list of SECURITYFS users in Kconfig
2430 - apparmor: delete the dentry in aafs_remove() to avoid a leak
2431 - apparmor: fix double free when unpack of secmark rules fails
2432 - SAUCE: LSM: Infrastructure management of the sock security
2433 - SAUCE: LSM: Limit calls to certain module hooks
2434 - SAUCE: LSM: Special handling for secctx lsm hooks
2435 - SAUCE: LSM: Specify which LSM to display with /proc/self/attr/display
2436 - SAUCE: Fix-up af_unix mediation for sock infrastructure management
2437 - SAUCE: Revert "apparmor: Fix warning about unused function
2438 apparmor_ipv6_postroute"
2439 - SAUCE: Revert "apparmor: fix checkpatch error in Parse secmark policy"
2440 - SAUCE: Revert "apparmor: add #ifdef checks for secmark filtering"
2441 - SAUCE: Revert "apparmor: Allow filtering based on secmark policy"
2442 - SAUCE: Revert "apparmor: Parse secmark policy"
2443 - SAUCE: Revert "apparmor: Add a wildcard secid"
2444 - SAUCE: Revert "apparmor: fix bad debug check in apparmor_secid_to_secctx()"
2445 - SAUCE: Revert "apparmor: fixup secid map conversion to using IDR"
2446 - SAUCE: Revert "apparmor: Use an IDR to allocate apparmor secids"
2447 - SAUCE: Revert "apparmor: Fix memory leak of rule on error exit path"
2448 - SAUCE: Revert "apparmor: modify audit rule support to support profile
2449 stacks"
2450 - SAUCE: Revert "apparmor: Add support for audit rule filtering"
2451 - SAUCE: Revert "apparmor: add the ability to get a task's secid"
2452 - SAUCE: Revert "apparmor: add support for mapping secids and using secctxes"
2453 - SAUCE: apparmor: add proc subdir to attrs
2454 - SAUCE: apparmor: add an apparmorfs entry to access current attrs
2455 - SAUCE: apparmor: update flags to no longer be exclusive
2456 - SAUCE: update configs and annotations for LSM stacking
2457
2458 * Miscellaneous Ubuntu changes
2459 - [Config] CONFIG_EARLY_PRINTK_USB_XDBC=y
2460 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2461 kernel is locked down
2462 - [Config] CONFIG_RANDOM_TRUST_CPU=y
2463 - [Config] refresh annotations for recent config changes
2464 - ubuntu: vbox -- update to 6.0.4-dfsg-7
2465 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
2466 upcoming platform"
2467
2468 -- Seth Forshee <seth.forshee@canonical.com> Thu, 04 Apr 2019 14:49:59 -0500
2469
2470 linux (5.0.0-8.9) disco; urgency=medium
2471
2472 * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
2473
2474 * hisi_sas: add debugfs support (LP: #1819500)
2475 - scsi: hisi_sas: Create root and device debugfs directories
2476 - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
2477 - scsi: hisi_sas: Take debugfs snapshot for all regs
2478 - scsi: hisi_sas: Debugfs global register create file and add file operations
2479 - scsi: hisi_sas: Add debugfs for port registers
2480 - scsi: hisi_sas: Add debugfs CQ file and add file operations
2481 - scsi: hisi_sas: Add debugfs DQ file and add file operations
2482 - scsi: hisi_sas: Add debugfs IOST file and add file operations
2483 - scsi: hisi_sas: No need to check return value of debugfs_create functions
2484 - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
2485 code
2486 - scsi: hisi_sas: Add debugfs ITCT file and add file operations
2487
2488 * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
2489 - net: hns: Use struct_size() in devm_kzalloc()
2490 - net: hns3: modify enet reinitialization interface
2491 - net: hns3: remove unused member in struct hns3_enet_ring
2492 - net: hns3: remove unnecessary hns3_adjust_tqps_num
2493 - net: hns3: reuse reinitialization interface in the hns3_set_channels
2494 - net: hns3: add interface hclge_tm_bp_setup
2495 - net: hns3: modify parameter checks in the hns3_set_channels
2496 - net: hns3: remove redundant codes in hclge_knic_setup
2497 - net: hns3: fix user configuration loss for ethtool -L
2498 - net: hns3: adjust the use of alloc_tqps and num_tqps
2499 - net: hns3: fix wrong combined count returned by ethtool -l
2500 - net: hns3: do reinitialization while ETS configuration changed
2501 - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
2502 - net: hns3: add calling roce callback function when link status change
2503 - net: hns3: add rx multicast packets statistic
2504 - net: hns3: refactor the statistics updating for netdev
2505 - net: hns3: fix rss configuration lost problem when setting channel
2506 - net: hns3: fix for shaper not setting when TC num changes
2507 - net: hns3: fix bug of ethtool_ops.get_channels for VF
2508 - net: hns3: clear param in ring when free ring
2509 - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
2510 - net: hns3: do not return GE PFC setting err when initializing
2511 - net: hns3: add ETS TC weight setting in SSU module
2512 - net: hns3: add statistics for PFC frames and MAC control frames
2513 - net: hns3: fix PFC not setting problem for DCB module
2514 - net: hns3: don't update packet statistics for packets dropped by hardware
2515 - net: hns3: clear pci private data when unload hns3 driver
2516 - net: hns3: add error handling in hclge_ieee_setets
2517 - net: hns3: fix return value handle issue for hclge_set_loopback()
2518 - net: hns3: fix broadcast promisc issue for revision 0x20
2519 - net: hns3: After setting the loopback, add the status of getting MAC
2520 - net: hns3: do reinitialization while mqprio configuration changed
2521 - net: hns3: remove dcb_ops->map_update in hclge_dcb
2522 - net: hns3: call hns3_nic_set_real_num_queue with netdev down
2523 - net: hns3: add 8 BD limit for tx flow
2524 - net: hns3: add initialization for nic state
2525 - net: hns3: don't allow vf to enable promisc mode
2526 - net: hns3: reuse the definition of l3 and l4 header info union
2527 - net: hns3: fix VF dump register issue
2528 - net: hns3: use the correct interface to stop|open port
2529 - net: hns3: change hnae3_register_ae_dev() to int
2530 - net: hns3: only support tc 0 for VF
2531 - net: hns3: Fix NULL deref when unloading driver
2532 - net: hns3: fix netif_napi_del() not do problem when unloading
2533 - net: hns3: fix for rss result nonuniform
2534 - net: hns3: fix improper error handling in the hclge_init_ae_dev()
2535 - net: hns3: fix an issue for hclgevf_ae_get_hdev
2536 - net: hns3: stop sending keep alive msg to PF when VF is resetting
2537 - net: hns3: keep flow director state unchanged when reset
2538 - net: hns3: Check for allocation failure
2539 - net: hns3: fix a code style issue for hns3_update_new_int_gl()
2540 - net: hns3: fix an issue for hns3_update_new_int_gl
2541 - net: hns3: Modify parameter type from int to bool in set_gro_en
2542 - net: hns3: code optimization for hclge_rx_buffer_calc
2543 - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
2544 - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
2545 - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
2546 - net: hns3: fix the problem that the supported port is empty
2547 - net: hns3: optimize the maximum TC macro
2548 - net: hns3: don't allow user to change vlan filter state
2549 - net: hns3: modify the upper limit judgment condition
2550 - net: hns3: MAC table entry count function increases operation 0 value
2551 protection measures
2552 - net: hns3: make function hclge_set_all_vf_rst() static
2553 - net: hns3: add pointer checking at the beginning of the exported functions.
2554 - net: hns3: Check variable is valid before assigning it to another
2555 - net: hns3: convert mac advertize and supported from u32 to link mode
2556 - net: hns3: fix port info query issue for copper port
2557 - net: hns3: modify print message of ssu common ecc errors
2558 - net: hns3: some bugfix of ppu(rcb) ras errors
2559 - net: hns3: enable 8~11th bit of mac common msi-x error
2560 - net: hns3: fix 6th bit of ppp mpf abnormal errors
2561 - net: hns3: Record VF unicast and multicast tables
2562 - net: hns3: Record VF vlan tables
2563 - net: hns3: uninitialize command queue while unloading PF driver
2564 - net: hns3: clear command queue's registers when unloading VF driver
2565 - net: hns3: add xps setting support for hns3 driver
2566 - net: hns3: avoid mult + div op in critical data path
2567 - net: hns3: limit some variable scope in critical data path
2568 - net: hns3: remove some ops in struct hns3_nic_ops
2569 - net: hns3: add unlikely for error handling in data path
2570 - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
2571 - net: hns3: remove hnae3_get_bit in data path
2572 - net: hns3: add support to config depth for tx|rx ring separately
2573 - net: hns3: enable VF VLAN filter for each VF when initializing
2574 - net: hns3: fix get VF RSS issue
2575 - net: hns3: fix setting of the hns reset_type for rdma hw errors
2576 - net: hns3: fix improper error handling for hns3_client_start
2577 - net: hns: use struct_size() in devm_kzalloc()
2578 - net: hns3: Fix a logical vs bitwise typo
2579 - net: hns3: add dma_rmb() for rx description
2580 - net: hns3: fix to stop multiple HNS reset due to the AER changes
2581
2582 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
2583 - [Packaging] dkms-build -- support building against packages in PPAs
2584 - [Packaging] dkms-build: do not redownload files on subsequent passes
2585 - [Packaging] dkms-build -- elide partial Built-Using information
2586 - [Packaging] dkms-build -- remove retpoline data from final binary packages
2587 - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
2588 - [Packaging] dkms-build -- add support for unversioned overrides
2589 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
2590 - [Packaging] fix-filenames -- handle exact string removal
2591 - [Packaging] dkms-build--nvidia-N -- remove GCC versions
2592
2593 * Disco update: v5.0.1 upstream stable release (LP: #1819515)
2594 - cpufreq: Use struct kobj_attribute instead of struct global_attr
2595 - staging: erofs: fix mis-acted TAIL merging behavior
2596 - binder: create node flag to request sender's security context
2597 - USB: serial: option: add Telit ME910 ECM composition
2598 - USB: serial: cp210x: add ID for Ingenico 3070
2599 - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
2600 - driver core: Postpone DMA tear-down until after devres release
2601 - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
2602 - staging: erofs: fix memleak of inode's shared xattr array
2603 - staging: erofs: fix race of initializing xattrs of a inode at the same time
2604 - staging: erofs: fix illegal address access under memory pressure
2605 - staging: comedi: ni_660x: fix missing break in switch statement
2606 - staging: wilc1000: fix to set correct value for 'vif_num'
2607 - staging: android: ion: fix sys heap pool's gfp_flags
2608 - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
2609 - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
2610 held.
2611 - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
2612 - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
2613 DSA framework
2614 - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
2615 mv88e6xxx_port_set_duplex
2616 - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
2617 - net: mscc: Enable all ports in QSGMII
2618 - net: sched: put back q.qlen into a single location
2619 - net-sysfs: Fix mem leak in netdev_register_kobject
2620 - qmi_wwan: Add support for Quectel EG12/EM12
2621 - sctp: call iov_iter_revert() after sending ABORT
2622 - team: Free BPF filter when unregistering netdev
2623 - tipc: fix RDM/DGRAM connect() regression
2624 - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
2625 - x86/boot/compressed/64: Do not read legacy ROM on EFI system
2626 - tracing: Fix event filters and triggers to handle negative numbers
2627 - xhci: tegra: Prevent error pointer dereference
2628 - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
2629 INTEL_SUNRISEPOINT_LP_XHCI
2630 - applicom: Fix potential Spectre v1 vulnerabilities
2631 - alpha: wire up io_pgetevents system call
2632 - MIPS: irq: Allocate accurate order pages for irq stack
2633 - aio: Fix locking in aio_poll()
2634 - xtensa: fix get_wchan
2635 - gnss: sirf: fix premature wakeup interrupt enable
2636 - USB: serial: cp210x: fix GPIO in autosuspend
2637 - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
2638 config"
2639 - Revert "selftests: firmware: remove use of non-standard diff -Z option"
2640 - selftests: firmware: fix verify_reqs() return value
2641 - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
2642 - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
2643 - Linux 5.0.1
2644
2645 * sky2 ethernet card doesn't work after returning from suspend
2646 (LP: #1807259) // sky2 ethernet card link not up after suspend
2647 (LP: #1809843) // Disco update: v5.0.1 upstream stable release
2648 (LP: #1819515)
2649 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
2650
2651 * tls selftest failures/hangs on i386 (LP: #1813607)
2652 - [Config] CONFIG_TLS=n for i386
2653
2654 * CVE-2019-8980
2655 - exec: Fix mem leak in kernel_read_file
2656
2657 * Miscellaneous Ubuntu changes
2658 - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
2659 - [Config] enable nvidia build
2660 - [Config] update gcc version to 8.3
2661
2662 * Miscellaneous upstream changes
2663 - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
2664
2665 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 12 Mar 2019 16:15:44 -0300
2666
2667 linux (5.0.0-7.8) disco; urgency=medium
2668
2669 * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
2670
2671 * Packaging resync (LP: #1786013)
2672 - [Packaging] update helper scripts
2673
2674 * unnecessary request_queue freeze (LP: #1815733)
2675 - block: avoid setting nr_requests to current value
2676 - block: avoid setting none scheduler if it's already none
2677
2678 * Miscellaneous Ubuntu changes
2679 - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
2680 - update dkms package versions
2681
2682 [ Upstream Kernel Changes ]
2683
2684 * Rebase to v5.0
2685
2686 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Mar 2019 08:46:10 -0600
2687
2688 linux (5.0.0-6.7) disco; urgency=medium
2689
2690 * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
2691
2692 * Packaging resync (LP: #1786013)
2693 - [Packaging] update helper scripts
2694 - [Packaging] resync getabis
2695
2696 * installer does not support iSCSI iBFT (LP: #1817321)
2697 - d-i: add iscsi_ibft to scsi-modules
2698
2699 * Silent "Unknown key" message when pressing keyboard backlight hotkey
2700 (LP: #1817063)
2701 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
2702
2703 * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
2704 - e1000e: Disable runtime PM on CNP+
2705
2706 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
2707 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
2708
2709 * CVE-2019-3460
2710 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
2711
2712 * CVE-2019-3459
2713 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
2714
2715 * kernel net tls selftest fails on 5.0 (LP: #1816716)
2716 - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
2717 multiple records"
2718
2719 * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
2720 - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
2721
2722 * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
2723 - s390/pci: map IOV resources
2724 - s390/pci: improve bar check
2725
2726 * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
2727 - SAUCE: prevent a glibc test failure when looking for obsolete types on
2728 headers
2729
2730 * Miscellaneous Ubuntu changes
2731 - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
2732 - SAUCE: selftests: pmtu: disable accept_dad for tests
2733 - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
2734 - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
2735 expected failure
2736
2737 [ Upstream Kernel Changes ]
2738
2739 * Rebase to v5.0-rc8
2740
2741 -- Seth Forshee <seth.forshee@canonical.com> Mon, 25 Feb 2019 09:37:36 -0600
2742
2743 linux (5.0.0-5.6) disco; urgency=medium
2744
2745 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
2746 - ALSA: hda/realtek - Headset microphone and internal speaker support for
2747 System76 oryp5
2748
2749 * Miscellaneous Ubuntu changes
2750 - [Config] Fix aufs menus in annotations file
2751 - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
2752 - [Config] Update annotations based on configs
2753
2754 [ Upstream Kernel Changes ]
2755
2756 * Rebase to v5.0-rc7
2757
2758 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Feb 2019 10:04:11 +0100
2759
2760 linux (5.0.0-4.5) disco; urgency=medium
2761
2762 * linux-buildinfo: pull out ABI information into its own package
2763 (LP: #1806380)
2764 - [Packaging] autoreconstruct -- base tag is always primary mainline version
2765
2766 * [Packaging] Allow overlay of config annotations (LP: #1752072)
2767 - [Packaging] config-check: Add an include directive
2768
2769 * Miscellaneous Ubuntu changes
2770 - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
2771 - hio -- replace use of do_gettimeofday()
2772 - hio -- part_round_stats() removed in 5.0
2773 - hio -- device_add_disk() grew a 'groups' argument in 4.20
2774 - enable hio build
2775 - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
2776 mainline version"
2777
2778 [ Upstream Kernel Changes ]
2779
2780 * Rebase to v5.0-rc6
2781
2782 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Feb 2019 08:15:32 -0600
2783
2784 linux (5.0.0-3.4) disco; urgency=medium
2785
2786 * CONFIG_TEST_BPF is disabled (LP: #1813955)
2787 - [Config]: Reenable TEST_BPF
2788
2789 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
2790 - HID: i2c-hid: Ignore input report if there's no data present on Elan
2791 touchpanels
2792
2793 * SecureBoot support for arm64 (LP: #1804481)
2794 - Build signed kernels for arm64
2795
2796 * Miscellaneous Ubuntu changes
2797 - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
2798 - [Config] CONFIG_PCMCIA=n for arm64 and s390x
2799 - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
2800 - [Config] disable I2C TPM drivers for s390x
2801 - [Config] CONFIG_RAPIDIO=n for s390x
2802 - [Config] CONFIG_DMADEVICES=n for s390x
2803 - [Config] disable gpio drivers for s390x
2804 - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
2805 - [Config] disable I2C hardware drivers for s390x
2806 - [Config] CONFIG_I3C=n for s390x
2807 - [Config] CONFIG_SERIO=n for s390x
2808 - [Config] disable misc drivers for s390x
2809 - [Config] disable EEPROM drivers for s390x
2810 - [Config] disable MFD drivers for s390x
2811 - [Config] CONFIG_NVMEM=n for s390x
2812 - [Config] CONFIG_MLXSW_I2C=n for s390x
2813 - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
2814 - [Config] CONFIG_PPP=n for s390x
2815 - [Config] CONFIG_PCCARD=n for s390x
2816 - [Config] CONFIG_PCI_MESON=y
2817 - [Config] CONFIG_SCSI_MYRB=n for s390x
2818 - [Config] CONFIG_REGULATOR=n for s390x
2819 - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
2820 - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
2821 - [Config] update annotations following config review
2822 - [Packaging] remove handoff check for uefi signing
2823 - [Packaging] decompress gzipped efi images in signing tarball
2824 - vbox-update: allow leading whitespace when fixing up KERN_DIR
2825 - ubuntu: vbox -- update to 6.0.4-dfsg-3
2826 - vbox: remove remount check in sf_read_super_aux()
2827 - enable vbox build
2828 - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
2829 - SAUCE: import aufs driver
2830 - [Config]: Enable aufs
2831 - [Config] relocate aufs annotations to menu
2832 - [Config] remove unmatched configs from annotations
2833 - [Config] fix up abi for removed modules
2834 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2835 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
2836 - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
2837 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2838 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
2839 - [Config] (efi-lockdown) enable importing of efi certificates for module sig
2840 verification
2841
2842 * Miscellaneous upstream changes
2843 - binder: fix CONFIG_ANDROID_BINDER_DEVICES
2844
2845 [ Upstream Kernel Changes ]
2846
2847 * Rebase to v5.0-rc5
2848
2849 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Feb 2019 14:26:12 -0600
2850
2851 linux (5.0.0-2.3) disco; urgency=medium
2852
2853 * kernel oops in bcache module (LP: #1793901)
2854 - SAUCE: bcache: never writeback a discard operation
2855
2856 * Enable sound card power saving by default (LP: #1804265)
2857 - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
2858
2859 * Miscellaneous Ubuntu changes
2860 - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
2861 - SAUCE: ashmem: turn into module
2862 - SAUCE: binder: turn into module
2863 - SAUCE: binder: give binder_alloc its own debug mask file
2864 - [Config] enable binder and ashmem as modules
2865 - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
2866 - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
2867 test
2868 - update dkms package versions
2869
2870 [ Upstream Kernel Changes ]
2871
2872 * Rebase to v5.0-rc4
2873
2874 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Jan 2019 06:57:32 -0600
2875
2876 linux (5.0.0-1.2) disco; urgency=medium
2877
2878 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
2879 - USB: Add new USB LPM helpers
2880 - USB: Consolidate LPM checks to avoid enabling LPM twice
2881
2882 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
2883 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
2884 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
2885
2886 * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
2887 - [Config] enable virtio-gpu for s390x
2888
2889 * Crash on "ip link add foo type ipip" (LP: #1811803)
2890 - SAUCE: fan: Fix NULL pointer dereference
2891
2892 * Fix not working Goodix touchpad (LP: #1811929)
2893 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
2894
2895 * Miscellaneous Ubuntu changes
2896 - update dkms package versions
2897 - enable zfs build
2898
2899 [ Upstream Kernel Changes ]
2900
2901 * Rebase to v5.0-rc3
2902
2903 -- Seth Forshee <seth.forshee@canonical.com> Tue, 22 Jan 2019 13:56:17 -0600
2904
2905 linux (5.0.0-0.1) disco; urgency=medium
2906
2907 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
2908 - [Packaging] dkms -- add per package post-process step
2909 - [Packaging] dkms -- switch to a consistent build prefix length and strip
2910 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
2911 - [Packaging] nvidia -- make nvidia package version explicit
2912
2913 * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
2914 - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
2915
2916 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
2917 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
2918
2919 * Miscellaneous Ubuntu changes
2920 - ubuntu -- disable vbox build
2921 - ubuntu -- disable hio build
2922 - Disable zfs build
2923 - SAUCE: import aufs driver
2924 - update dkms package versions
2925 - [Config] disable aufs config options
2926 - [Config] disable nvidia build
2927 - update dropped.txt
2928 - [Packaging] disable nvidia dkms builds for mainline
2929 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2930 kernel image
2931 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
2932 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
2933 locked down
2934 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
2935 down
2936 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2937 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2938 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2939 down
2940 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2941 locked down
2942 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
2943 down
2944 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2945 locked down
2946 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2947 has been locked down
2948 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2949 locked down
2950 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2951 locked down
2952 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2953 down
2954 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2955 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
2956 parameters (eg. ioport)
2957 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
2958 - SAUCE: (efi-lockdown) Lock down /proc/kcore
2959 - SAUCE: (efi-lockdown) Lock down kprobes
2960 - SAUCE: (efi-lockdown) Lock down perf
2961 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
2962 down
2963 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
2964 defined
2965 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
2966 secondary keyring
2967 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
2968 that aren't present.
2969 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
2970 efi_status_to_err().
2971 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
2972 error messages.
2973 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2974 reboot
2975 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
2976 boot mode
2977 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2978 mode
2979 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2980 - [Config] set config options for efi lockdown
2981 - Revert "UBUNTU: SAUCE: import aufs driver"
2982
2983 [ Upstream Kernel Changes ]
2984
2985 * Rebase to v5.0-rc2
2986
2987 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Jan 2019 12:31:29 -0600
2988
2989 linux (5.0.0-0.0) disco; urgency=medium
2990
2991 * Dummy entry.
2992
2993 -- Seth Forshee <seth.forshee@canonical.com> Wed, 16 Jan 2019 14:48:05 -0600
2994
2995 linux (4.20.0-2.3) disco; urgency=medium
2996
2997 [ Upstream Kernel Changes ]
2998
2999 * Rebase to v4.20
3000
3001 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Jan 2019 12:11:43 -0600
3002
3003 linux (4.20.0-1.2) disco; urgency=medium
3004
3005 * Packaging resync (LP: #1786013)
3006 - [Packaging] update helper scripts
3007
3008 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
3009 Adapter (LP: #1805607)
3010 - SAUCE: ath10k: provide reset function for QCA9377 chip
3011
3012 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
3013 - [Packaging] dkms -- dkms package build packaging support
3014 - [Packaging] dkms -- save build objects artifacts for validation
3015 - [Packaging] dkms -- add general Built-Using: support
3016 - [Packaging] simplify Provides comma handling
3017 - [Packaging] zfs/spl -- remove packaging support for incorporated source
3018 - [Packaging] zfs/spl -- remove incorporated source
3019 - [Packaging] zfs/spl -- build via dkms
3020 - [Packaging] zfs/spl -- make zfs package version explicit
3021 - [Packaging] update-version-dkms -- sync archive versions to package
3022
3023 * Miscellaneous Ubuntu changes
3024 - [Packaging] update-version-dkms -- fix getting distrbution from changelog
3025 - update dkms package versions
3026
3027 [ Upstream Kernel Changes ]
3028
3029 * Rebase to v4.20-rc6
3030
3031 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Dec 2018 11:33:08 -0600
3032
3033 linux (4.20.0-0.1) disco; urgency=medium
3034
3035 * Overlayfs in user namespace leaks directory content of inaccessible
3036 directories (LP: #1793458) // CVE-2018-6559
3037 - Revert "ovl: relax permission checking on underlying layers"
3038 - SAUCE: overlayfs: ensure mounter privileges when reading directories
3039
3040 * Miscellaneous Ubuntu changes
3041 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
3042 kernel image
3043 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
3044 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
3045 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
3046 locked down
3047 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
3048 down
3049 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
3050 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
3051 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
3052 down
3053 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
3054 locked down
3055 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
3056 down
3057 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
3058 locked down
3059 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
3060 has been locked down
3061 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
3062 locked down
3063 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
3064 locked down
3065 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
3066 down
3067 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
3068 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
3069 parameters (eg. ioport)
3070 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
3071 - SAUCE: (efi-lockdown) Lock down /proc/kcore
3072 - SAUCE: (efi-lockdown) Lock down kprobes
3073 - SAUCE: (efi-lockdown) Lock down perf
3074 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
3075 down
3076 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
3077 secondary keyring
3078 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
3079 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
3080 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
3081 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
3082 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
3083 that aren't present.
3084 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
3085 efi_status_to_err().
3086 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
3087 error messages.
3088 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
3089 reboot
3090 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
3091 boot mode
3092 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
3093 mode
3094 - SAUCE: (efi-lockdown) Fix for module sig verification
3095 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
3096 - SAUCE: Import aufs driver
3097 - ubuntu: vbox -- update to 5.2.22-dfsg-2
3098 - ubuntu -- disable vbox build
3099 - ubuntu -- disable hio build
3100 - Disable zfs build
3101
3102 [ Upstream Kernel Changes ]
3103
3104 * Rebase to v4.20-rc5
3105
3106 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Dec 2018 07:13:42 -0600
3107
3108 linux (4.20.0-0.0) disco; urgency=medium
3109
3110 * Dummy entry.
3111
3112 -- Seth Forshee <seth.forshee@canonical.com> Thu, 06 Dec 2018 10:20:19 -0600
3113
3114 linux (4.19.0-8.9) disco; urgency=medium
3115
3116 * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
3117
3118 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
3119 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
3120
3121 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
3122 - igb: Fix an issue that PME is not enabled during runtime suspend
3123
3124 * The line-out on the Dell Dock station can't work (LP: #1806532)
3125 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
3126
3127 * CVE-2018-19407
3128 - KVM: X86: Fix scan ioapic use-before-initialization
3129
3130 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
3131 (LP: #1805775)
3132 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
3133 disabled
3134
3135 * Disco update: 4.19.6 upstream stable release (LP: #1806909)
3136 - HID: steam: remove input device when a hid client is running.
3137 - efi/libstub: arm: support building with clang
3138 - usb: core: Fix hub port connection events lost
3139 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
3140 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
3141 - usb: dwc3: core: Clean up ULPI device
3142 - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
3143 - xhci: Fix leaking USB3 shared_hcd at xhci removal
3144 - xhci: handle port status events for removed USB3 hcd
3145 - xhci: Add check for invalid byte size error when UAS devices are connected.
3146 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
3147 - usb: xhci: fix timeout for transition from RExit to U0
3148 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
3149 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
3150 detected
3151 - ALSA: oss: Use kvzalloc() for local buffer allocations
3152 - MAINTAINERS: Add Sasha as a stable branch maintainer
3153 - Documentation/security-bugs: Clarify treatment of embargoed information
3154 - Documentation/security-bugs: Postpone fix publication in exceptional cases
3155 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
3156 - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
3157 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
3158 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
3159 - iwlwifi: mvm: support sta_statistics() even on older firmware
3160 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
3161 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
3162 - brcmfmac: fix reporting support for 160 MHz channels
3163 - opp: ti-opp-supply: Dynamically update u_volt_min
3164 - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
3165 - tools/power/cpupower: fix compilation with STATIC=true
3166 - v9fs_dir_readdir: fix double-free on p9stat_read error
3167 - selinux: Add __GFP_NOWARN to allocation at str_read()
3168 - Input: synaptics - avoid using uninitialized variable when probing
3169 - bfs: add sanity check at bfs_fill_super()
3170 - sctp: clear the transport of some out_chunk_list chunks in
3171 sctp_assoc_rm_peer
3172 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
3173 - llc: do not use sk_eat_skb()
3174 - mm: don't warn about large allocations for slab
3175 - mm/memory.c: recheck page table entry with page table lock held
3176 - tcp: do not release socket ownership in tcp_close()
3177 - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
3178 - drm/amdgpu: Add missing firmware entry for HAINAN
3179 - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
3180 - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
3181 - drm/i915: Disable LP3 watermarks on all SNB machines
3182 - drm/ast: change resolution may cause screen blurred
3183 - drm/ast: fixed cursor may disappear sometimes
3184 - drm/ast: Remove existing framebuffers before loading driver
3185 - can: flexcan: Unlock the MB unconditionally
3186 - can: dev: can_get_echo_skb(): factor out non sending code to
3187 __can_get_echo_skb()
3188 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
3189 access frame length
3190 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
3191 is accessed out of bounds
3192 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
3193 existing skb
3194 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
3195 can_rx_offload_queue_sorted() functions
3196 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
3197 can_rx_offload_queue_tail()
3198 - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
3199 - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
3200 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
3201 - can: hi311x: Use level-triggered interrupt
3202 - can: flexcan: Always use last mailbox for TX
3203 - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
3204 flexcan_priv::tx_mb_idx
3205 - ACPICA: AML interpreter: add region addresses in global list during
3206 initialization
3207 - IB/hfi1: Eliminate races in the SDMA send error path
3208 - fsnotify: generalize handling of extra event flags
3209 - fanotify: fix handling of events on child sub-directory
3210 - pinctrl: meson: fix pinconf bias disable
3211 - pinctrl: meson: fix gxbb ao pull register bits
3212 - pinctrl: meson: fix gxl ao pull register bits
3213 - pinctrl: meson: fix meson8 ao pull register bits
3214 - pinctrl: meson: fix meson8b ao pull register bits
3215 - tools/testing/nvdimm: Fix the array size for dimm devices.
3216 - scsi: lpfc: fix remoteport access
3217 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
3218 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
3219 - cpufreq: imx6q: add return value check for voltage scale
3220 - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
3221 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
3222 - crypto: simd - correctly take reqsize of wrapped skcipher into account
3223 - floppy: fix race condition in __floppy_read_block_0()
3224 - powerpc/io: Fix the IO workarounds code to work with Radix
3225 - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
3226 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
3227 - block: copy ioprio in __bio_clone_fast() and bounce
3228 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
3229 - riscv: add missing vdso_install target
3230 - RISC-V: Silence some module warnings on 32-bit
3231 - drm/amdgpu: fix bug with IH ring setup
3232 - kdb: Use strscpy with destination buffer size
3233 - NFSv4: Fix an Oops during delegation callbacks
3234 - powerpc/numa: Suppress "VPHN is not supported" messages
3235 - efi/arm: Revert deferred unmap of early memmap mapping
3236 - z3fold: fix possible reclaim races
3237 - mm, memory_hotplug: check zone_movable in has_unmovable_pages
3238 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
3239 - mm, page_alloc: check for max order in hot path
3240 - dax: Avoid losing wakeup in dax_lock_mapping_entry
3241 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
3242 - tty: wipe buffer.
3243 - tty: wipe buffer if not echoing data
3244 - gfs2: Fix iomap buffer head reference counting bug
3245 - rcu: Make need_resched() respond to urgent RCU-QS needs
3246 - media: ov5640: Re-work MIPI startup sequence
3247 - media: ov5640: Fix timings setup code
3248 - media: ov5640: fix exposure regression
3249 - media: ov5640: fix auto gain & exposure when changing mode
3250 - media: ov5640: fix wrong binning value in exposure calculation
3251 - media: ov5640: fix auto controls values when switching to manual mode
3252 - Linux 4.19.6
3253
3254 * linux-buildinfo: pull out ABI information into its own package
3255 (LP: #1806380)
3256 - [Packaging] limit preparation to linux-libc-dev in headers
3257 - [Packaging] commonise debhelper invocation
3258 - [Packaging] ABI -- accumulate abi information at the end of the build
3259 - [Packaging] buildinfo -- add basic build information
3260 - [Packaging] buildinfo -- add firmware information to the flavour ABI
3261 - [Packaging] buildinfo -- add compiler information to the flavour ABI
3262 - [Packaging] buildinfo -- add buildinfo support to getabis
3263 - [Packaging] getabis -- handle all known package combinations
3264 - [Packaging] getabis -- support parsing a simple version
3265
3266 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
3267 - [Packaging] own /usr/lib/linux/triggers
3268
3269 * Miscellaneous upstream changes
3270 - blk-mq: fix corruption with direct issue
3271
3272 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Dec 2018 09:18:30 -0600
3273
3274 linux (4.19.0-7.8) disco; urgency=medium
3275
3276 * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
3277
3278 * Fix and issue that LG I2C touchscreen stops working after reboot
3279 (LP: #1805085)
3280 - HID: i2c-hid: Disable runtime PM for LG touchscreen
3281
3282 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
3283 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
3284 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
3285
3286 * Regression: hinic performance degrades over time (LP: #1805248)
3287 - Revert "net-next/hinic: add checksum offload and TSO support"
3288
3289 * Disco update: 4.19.5 upstream stable release (LP: #1805461)
3290 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
3291 - cifs: don't dereference smb_file_target before null check
3292 - cifs: fix return value for cifs_listxattr
3293 - arm64: kprobe: make page to RO mode when allocate it
3294 - block: brd: associate with queue until adding disk
3295 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
3296 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
3297 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
3298 - net: hns3: bugfix for the initialization of command queue's spin lock
3299 - ixgbe: fix MAC anti-spoofing filter after VFLR
3300 - reiserfs: propagate errors from fill_with_dentries() properly
3301 - hfs: prevent btree data loss on root split
3302 - hfsplus: prevent btree data loss on root split
3303 - perf unwind: Take pgoff into account when reporting elf to libdwfl
3304 - um: Give start_idle_thread() a return code
3305 - drm/edid: Add 6 bpc quirk for BOE panel.
3306 - afs: Handle EIO from delivery function
3307 - platform/x86: intel_telemetry: report debugfs failure
3308 - clk: fixed-rate: fix of_node_get-put imbalance
3309 - perf symbols: Set PLT entry/header sizes properly on Sparc
3310 - fs/exofs: fix potential memory leak in mount option parsing
3311 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
3312 - apparmor: Fix uninitialized value in aa_split_fqname
3313 - x86/earlyprintk: Add a force option for pciserial device
3314 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
3315 - clk: meson-axg: pcie: drop the mpll3 clock parent
3316 - arm64: percpu: Initialize ret in the default case
3317 - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
3318 - clk: renesas: r9a06g032: Fix UART34567 clock rate
3319 - clk: ti: fix OF child-node lookup
3320 - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
3321 - netfilter: ipv6: fix oops when defragmenting locally generated fragments
3322 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
3323 - s390/decompressor: add missing FORCE to build targets
3324 - s390/vdso: add missing FORCE to build targets
3325 - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
3326 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
3327 - HID: alps: allow incoming reports when only the trackstick is opened
3328 - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
3329 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
3330 replace
3331 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
3332 - netfilter: ipset: fix ip_set_list allocation failure
3333 - s390/mm: fix mis-accounting of pgtable_bytes
3334 - s390/mm: Fix ERROR: "__node_distance" undefined!
3335 - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
3336 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
3337 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
3338 - netfilter: ipset: Fix calling ip_set() macro at dumping
3339 - netfilter: nft_compat: ebtables 'nat' table is normal chain type
3340 - s390/qeth: fix HiperSockets sniffer
3341 - s390/qeth: unregister netdevice only when registered
3342 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
3343 - hwmon: (ibmpowernv) Remove bogus __init annotations
3344 - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
3345 - ARM: dts: fsl: Fix improperly quoted stdout-path values
3346 - Revert "drm/exynos/decon5433: implement frame counter"
3347 - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
3348 - arm64: dts: renesas: condor: switch from EtherAVB to GEther
3349 - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
3350 - clk: fixed-factor: fix of_node_get-put imbalance
3351 - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
3352 - lib/raid6: Fix arm64 test build
3353 - drm/amd/display: Stop leaking planes
3354 - block: Clear kernel memory before copying to user
3355 - drm/amd/display: Drop reusing drm connector for MST
3356 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
3357 - s390/perf: Change CPUM_CF return code in event init function
3358 - ceph: quota: fix null pointer dereference in quota check
3359 - of/device: Really only set bus DMA mask when appropriate
3360 - nvme: make sure ns head inherits underlying device limits
3361 - i2c: omap: Enable for ARCH_K3
3362 - i2c: qcom-geni: Fix runtime PM mismatch with child devices
3363 - sched/core: Take the hotplug lock in sched_init_smp()
3364 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
3365 - perf tools: Do not zero sample_id_all for group members
3366 - ice: Fix dead device link issue with flow control
3367 - ice: Fix the bytecount sent to netdev_tx_sent_queue
3368 - ice: Change req_speeds to be u16
3369 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
3370 - qed: Fix memory/entry leak in qed_init_sp_request()
3371 - qed: Fix blocking/unlimited SPQ entries leak
3372 - qed: Fix SPQ entries not returned to pool in error flows
3373 - qed: Fix potential memory corruption
3374 - net: stmmac: Fix RX packet size > 8191
3375 - net: aquantia: fix potential IOMMU fault after driver unbind
3376 - net: aquantia: fixed enable unicast on 32 macvlan
3377 - net: aquantia: invalid checksumm offload implementation
3378 - kbuild: deb-pkg: fix too low build version number
3379 - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
3380 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
3381 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
3382 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
3383 - x86/ldt: Remove unused variable in map_ldt_struct()
3384 - media: v4l: event: Add subscription to list before calling "add" operation
3385 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
3386 - RISC-V: Fix raw_copy_{to,from}_user()
3387 - uio: Fix an Oops on load
3388 - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
3389 - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
3390 - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
3391 - can: kvaser_usb: Fix potential uninitialized variable use
3392 - usb: cdc-acm: add entry for Hiro (Conexant) modem
3393 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
3394 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
3395 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
3396 - USB: misc: appledisplay: add 20" Apple Cinema Display
3397 - gnss: serial: fix synchronous write timeout
3398 - gnss: sirf: fix synchronous write timeout
3399 - mtd: rawnand: atmel: fix OF child-node lookup
3400 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
3401 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
3402 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
3403 - HID: Add quirk for Primax PIXART OEM mice
3404 - HID: Add quirk for Microsoft PIXART OEM mouse
3405 - libceph: fall back to sendmsg for slab pages
3406 - mt76x0: run vco calibration for each channel configuration
3407 - Linux 4.19.5
3408
3409 * Miscellaneous Ubuntu changes
3410 - Revert "UBUNTU: Build signed kernels for arm64"
3411
3412 -- Seth Forshee <seth.forshee@canonical.com> Tue, 27 Nov 2018 10:38:34 -0600
3413
3414 linux (4.19.0-6.7) disco; urgency=medium
3415
3416 * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
3417
3418 * SecureBoot support for arm64 (LP: #1804481)
3419 - Build signed kernels for arm64
3420
3421 * Add pointstick support for Cirque Touchpad (LP: #1805081)
3422 - HID: multitouch: Add pointstick support for Cirque Touchpad
3423
3424 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
3425 (LP: #1804588)
3426 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
3427 - SAUCE: nvme: add quirk to not call disable function when suspending
3428
3429 * Disco update: 4.19.4 upstream stable release (LP: #1805159)
3430 - flow_dissector: do not dissect l4 ports for fragments
3431 - ibmvnic: fix accelerated VLAN handling
3432 - ip_tunnel: don't force DF when MTU is locked
3433 - ipv6: fix a dst leak when removing its exception
3434 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
3435 - net: bcmgenet: protect stop from timeout
3436 - net-gro: reset skb->pkt_type in napi_reuse_skb()
3437 - sctp: not allow to set asoc prsctp_enable by sockopt
3438 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
3439 coalescing
3440 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
3441 - tipc: don't assume linear buffer when reading ancillary data
3442 - tipc: fix lockdep warning when reinitilaizing sockets
3443 - tuntap: fix multiqueue rx
3444 - net: systemport: Protect stop from timeout
3445 - net/sched: act_pedit: fix memory leak when IDR allocation fails
3446 - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
3447 - tipc: fix link re-establish failure
3448 - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
3449 - net/mlx5e: Claim TC hw offloads support only under a proper build config
3450 - net/mlx5e: Adjust to max number of channles when re-attaching
3451 - net/mlx5e: RX, verify received packet size in Linear Striding RQ
3452 - Revert "sctp: remove sctp_transport_pmtu_check"
3453 - net/mlx5e: Always use the match level enum when parsing TC rule match
3454 - net/mlx5e: Fix selftest for small MTUs
3455 - net/mlx5e: Removed unnecessary warnings in FEC caps query
3456 - inet: frags: better deal with smp races
3457 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
3458 - net/mlx5: IPSec, Fix the SA context hash key
3459 - net/mlx5e: IPoIB, Reset QP after channels are closed
3460 - net: dsa: mv88e6xxx: Fix clearing of stats counters
3461 - net: phy: realtek: fix RTL8201F sysfs name
3462 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
3463 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
3464 - net: dsa: microchip: initialize mutex before use
3465 - sctp: fix strchange_flags name for Stream Change Event
3466 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
3467 - sctp: not increase stream's incnt before sending addstrm_in request
3468 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
3469 - net: smsc95xx: Fix MTU range
3470 - rxrpc: Fix lockup due to no error backoff after ack transmit error
3471 - usbnet: smsc95xx: disable carrier check while suspending
3472 - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
3473 mitigation"
3474 - Linux 4.19.4
3475
3476 * Disco update: 4.19.3 upstream stable release (LP: #1805158)
3477 - powerpc/traps: restore recoverability of machine_check interrupts
3478 - powerpc/64/module: REL32 relocation range check
3479 - powerpc/mm: Fix page table dump to work on Radix
3480 - powerpc/mm: fix always true/false warning in slice.c
3481 - drm/amd/display: fix bug of accessing invalid memory
3482 - Input: wm97xx-ts - fix exit path
3483 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
3484 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
3485 - tty: check name length in tty_find_polling_driver()
3486 - tracing/kprobes: Check the probe on unloaded module correctly
3487 - drm/nouveau/secboot/acr: fix memory leak
3488 - drm/amdgpu/powerplay: fix missing break in switch statements
3489 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
3490 - powerpc/nohash: fix undefined behaviour when testing page size support
3491 - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
3492 - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
3493 - drm/msm: dpu: Allow planes to extend past active display
3494 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
3495 - drm/omap: fix memory barrier bug in DMM driver
3496 - drm/amd/display: Raise dispclk value for dce120 by 15%
3497 - drm/amd/display: fix gamma not being applied
3498 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
3499 - media: pci: cx23885: handle adding to list failure
3500 - media: coda: don't overwrite h.264 profile_idc on decoder instance
3501 - MIPS: kexec: Mark CPU offline before disabling local IRQ
3502 - powerpc/boot: Ensure _zimage_start is a weak symbol
3503 - powerpc/memtrace: Remove memory in chunks
3504 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
3505 - staging: erofs: fix a missing endian conversion
3506 - serial: 8250_of: Fix for lack of interrupt support
3507 - sc16is7xx: Fix for multi-channel stall
3508 - media: tvp5150: fix width alignment during set_selection()
3509 - powerpc/selftests: Wait all threads to join
3510 - staging:iio:ad7606: fix voltage scales
3511 - drm: rcar-du: Update Gen3 output limitations
3512 - drm/amdgpu: Fix SDMA TO after GPU reset v3
3513 - staging: most: video: fix registration of an empty comp core_component
3514 - 9p locks: fix glock.client_id leak in do_lock
3515 - udf: Prevent write-unsupported filesystem to be remounted read-write
3516 - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
3517 i.MX6ULL
3518 - media: ov5640: fix mode change regression
3519 - 9p: clear dangling pointers in p9stat_free
3520 - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
3521 - media: ov5640: fix restore of last mode set
3522 - cdrom: fix improper type cast, which can leat to information leak.
3523 - ovl: fix error handling in ovl_verify_set_fh()
3524 - ovl: fix recursive oi->lock in ovl_link()
3525 - ovl: check whiteout in ovl_create_over_whiteout()
3526 - ovl: automatically enable redirect_dir on metacopy=on
3527 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
3528 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
3529 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
3530 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
3531 - scsi: qla2xxx: Fix early srb free on abort
3532 - scsi: qla2xxx: shutdown chip if reset fail
3533 - scsi: qla2xxx: Reject bsg request if chip is down.
3534 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
3535 - scsi: qla2xxx: Fix for double free of SRB structure
3536 - scsi: qla2xxx: Fix NVMe session hang on unload
3537 - scsi: qla2xxx: Fix NVMe Target discovery
3538 - scsi: qla2xxx: Fix duplicate switch database entries
3539 - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
3540 - vfs: fix FIGETBSZ ioctl on an overlayfs file
3541 - fuse: Fix use-after-free in fuse_dev_do_read()
3542 - fuse: Fix use-after-free in fuse_dev_do_write()
3543 - fuse: fix blocked_waitq wakeup
3544 - fuse: set FR_SENT while locked
3545 - drm/msm: fix OF child-node lookup
3546 - arm64: dts: stratix10: Support Ethernet Jumbo frame
3547 - arm64: dts: stratix10: fix multicast filtering
3548 - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
3549 - clk: meson: axg: mark fdiv2 and fdiv3 as critical
3550 - zram: close udev startup race condition as default groups
3551 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
3552 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
3553 - xtensa: add NOTES section to the linker script
3554 - xtensa: make sure bFLT stack is 16 byte aligned
3555 - xtensa: fix boot parameters address translation
3556 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
3557 - clk: s2mps11: Fix matching when built as module and DT node contains
3558 compatible
3559 - clk: at91: Fix division by zero in PLL recalc_rate()
3560 - clk: sunxi-ng: h6: fix bus clocks' divider position
3561 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
3562 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
3563 - libceph: bump CEPH_MSG_MAX_DATA_LEN
3564 - Revert "ceph: fix dentry leak in splice_dentry()"
3565 - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
3566 - mach64: fix display corruption on big endian machines
3567 - mach64: fix image corruption due to reading accelerator registers
3568 - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
3569 - acpi/nfit, x86/mce: Validate a MCE's address before using it
3570 - acpi, nfit: Fix ARS overflow continuation
3571 - reset: hisilicon: fix potential NULL pointer dereference
3572 - crypto: hisilicon - Fix NULL dereference for same dst and src
3573 - crypto: hisilicon - Fix reference after free of memories on error path
3574 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
3575 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
3576 - SCSI: fix queue cleanup race before queue initialization is done
3577 - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
3578 CONFIG_SWAP"
3579 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
3580 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
3581 - ocfs2: free up write context when direct IO failed
3582 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
3583 - memory_hotplug: cond_resched in __remove_pages
3584 - netfilter: conntrack: fix calculation of next bucket number in early_drop
3585 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
3586 - bonding/802.3ad: fix link_failure_count tracking
3587 - mtd: spi-nor: cadence-quadspi: Return error code in
3588 cqspi_direct_read_execute()
3589 - mtd: nand: Fix nanddev_neraseblocks()
3590 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
3591 - hwmon: (core) Fix double-free in __hwmon_device_register()
3592 - perf cs-etm: Correct CPU mode for samples
3593 - perf stat: Handle different PMU names with common prefix
3594 - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
3595 - perf intel-pt/bts: Calculate cpumode for synthesized samples
3596 - perf intel-pt: Insert callchain context into synthesized callchains
3597 - of, numa: Validate some distance map rules
3598 - x86/cpu/vmware: Do not trace vmware_sched_clock()
3599 - x86/hyper-v: Enable PIT shutdown quirk
3600 - termios, tty/tty_baudrate.c: fix buffer overrun
3601 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
3602 - watchdog/core: Add missing prototypes for weak functions
3603 - btrfs: fix pinned underflow after transaction aborted
3604 - Btrfs: fix missing data checksums after a ranged fsync (msync)
3605 - Btrfs: fix cur_offset in the error case for nocow
3606 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
3607 - Btrfs: fix data corruption due to cloning of eof block
3608 - btrfs: tree-checker: Fix misleading group system information
3609 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
3610 - ext4: add missing brelse() update_backups()'s error path
3611 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
3612 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
3613 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
3614 - ext4: missing !bh check in ext4_xattr_inode_write()
3615 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
3616 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
3617 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
3618 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
3619 - ext4: avoid possible double brelse() in add_new_gdb() on error path
3620 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
3621 - ext4: fix possible leak of s_journal_flag_rwsem in error path
3622 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
3623 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
3624 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
3625 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
3626 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
3627 - mount: Prevent MNT_DETACH from disconnecting locked mounts
3628 - mnt: fix __detach_mounts infinite loop
3629 - uapi: fix linux/kfd_ioctl.h userspace compilation errors
3630 - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
3631 - kdb: use correct pointer when 'btc' calls 'btt'
3632 - kdb: print real address of pointers instead of hashed addresses
3633 - sunrpc: correct the computation for page_ptr when truncating
3634 - NFSv4: Don't exit the state manager without clearing
3635 NFS4CLNT_MANAGER_RUNNING
3636 - nfsd: COPY and CLONE operations require the saved filehandle to be set
3637 - rtc: hctosys: Add missing range error reporting
3638 - fuse: fix use-after-free in fuse_direct_IO()
3639 - fuse: fix leaked notify reply
3640 - fuse: fix possibly missed wake-up after abort
3641 - selinux: check length properly in SCTP bind hook
3642 - gfs2: Put bitmap buffers in put_super
3643 - gfs2: Fix metadata read-ahead during truncate (2)
3644 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
3645 - crypto: user - fix leaking uninitialized memory to userspace
3646 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
3647 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
3648 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
3649 - efi/arm/libstub: Pack FDT after populating it
3650 - mm: don't reclaim inodes with many attached pages
3651 - scripts/spdxcheck.py: make python3 compliant
3652 - drm/rockchip: Allow driver to be shutdown on reboot/kexec
3653 - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
3654 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
3655 - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
3656 - drm/nouveau: Check backlight IDs are >= 0, not > 0
3657 - drm/nouveau: Fix nv50_mstc->best_encoder()
3658 - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
3659 - drm/etnaviv: fix bogus fence complete check in timeout handler
3660 - drm/dp_mst: Check if primary mstb is null
3661 - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
3662 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
3663 panel's native mode
3664 - drm/i915: Use the correct crtc when sanitizing plane mapping
3665 - drm/i915: Restore vblank interrupts earlier
3666 - drm/i915: Don't unset intel_connector->mst_port
3667 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
3668 - drm/i915: Large page offsets for pread/pwrite
3669 - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
3670 - drm/i915/dp: Restrict link retrain workaround to external monitors
3671 - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
3672 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
3673 - drm/i915: Mark up GTT sizes as u64
3674 - drm/i915: Fix error handling for the NV12 fb dimensions check
3675 - drm/i915: Fix ilk+ watermarks when disabling pipes
3676 - drm/i915: Compare user's 64b GTT offset even on 32b
3677 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
3678 - drm/i915: Mark pin flags as u64
3679 - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
3680 - drm/i915/execlists: Force write serialisation into context image vs
3681 execution
3682 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
3683 - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
3684 - drm/i915: Fix hpd handling for pins with two encoders
3685 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
3686 - Revert "ACPICA: AML interpreter: add region addresses in global list during
3687 initialization"
3688 - Linux 4.19.3
3689
3690 * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
3691 - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
3692
3693 * Miscellaneous Ubuntu changes
3694 - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1
3695
3696 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Nov 2018 11:44:00 -0600
3697
3698 linux (4.19.0-5.6) disco; urgency=medium
3699
3700 * crash in ENA driver on removing an interface (LP: #1802341)
3701 - SAUCE: net: ena: fix crash during ena_remove()
3702
3703 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
3704 (LP: #1797367)
3705 - s390/qeth: sanitize strings in debug messages
3706
3707 * Disco update: 4.19.2 upstream stable release (LP: #1803410)
3708 - bpf: fix partial copy of map_ptr when dst is scalar
3709 - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
3710 - gpio: mxs: Get rid of external API call
3711 - mtd: rawnand: marvell: fix the IRQ handler complete() condition
3712 - mtd: maps: gpio-addr-flash: Fix ioremapped size
3713 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
3714 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
3715 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
3716 - spi: spi-mem: Adjust op len based on message/transfer size limitations
3717 - spi: bcm-qspi: switch back to reading flash using smaller chunks
3718 - spi: bcm-qspi: fix calculation of address length
3719 - bcache: trace missed reading by cache_missed
3720 - bcache: fix ioctl in flash device
3721 - bcache: correct dirty data statistics
3722 - bcache: fix miss key refill->end in writeback
3723 - hwmon: (pmbus) Fix page count auto-detection.
3724 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
3725 - block: setup bounce bio_sets properly
3726 - block: make sure discard bio is aligned with logical block size
3727 - block: make sure writesame bio is aligned with logical block size
3728 - cpufreq: conservative: Take limits changes into account properly
3729 - dma-mapping: fix panic caused by passing empty cma command line argument
3730 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
3731 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
3732 - ACPICA: AML interpreter: add region addresses in global list during
3733 initialization
3734 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
3735 opcodes
3736 - acpi, nfit: Fix Address Range Scrub completion tracking
3737 - kprobes/x86: Use preempt_enable() in optimized_callback()
3738 - mailbox: PCC: handle parse error
3739 - parisc: Fix address in HPMC IVA
3740 - parisc: Fix map_pages() to not overwrite existing pte entries
3741 - parisc: Fix exported address of os_hpmc handler
3742 - ALSA: hda - Add quirk for ASUS G751 laptop
3743 - ALSA: hda - Fix headphone pin config for ASUS G751
3744 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
3745 - ALSA: hda: Add 2 more models to the power_save blacklist
3746 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
3747 - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
3748 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
3749 - x86/xen: Fix boot loader version reported for PVH guests
3750 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
3751 option without value is provided
3752 - x86/kvm/nVMX: allow bare VMXON state migration
3753 - x86/mm/pat: Disable preemption around __flush_tlb_all()
3754 - x86/numa_emulation: Fix uniform-split numa emulation
3755 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
3756 - net: socionext: Reset tx queue in ndo_stop
3757 - net: loopback: clear skb->tstamp before netif_rx()
3758 - locking/lockdep: Fix debug_locks off performance problem
3759 - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
3760 - ataflop: fix error handling during setup
3761 - swim: fix cleanup on setup error
3762 - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
3763 - hv_netvsc: fix vf serial matching with pci slot info
3764 - nfp: devlink port split support for 1x100G CXP NIC
3765 - tun: Consistently configure generic netdev params via rtnetlink
3766 - s390/sthyi: Fix machine name validity indication
3767 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
3768 - lightnvm: pblk: fix race on sysfs line state
3769 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
3770 - lightnvm: pblk: fix race condition on metadata I/O
3771 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
3772 - perf tools: Free temporary 'sys' string in read_event_files()
3773 - perf tools: Cleanup trace-event-info 'tdata' leak
3774 - perf tools: Free 'printk' string in parse_ftrace_printk()
3775 - perf strbuf: Match va_{add,copy} with va_end
3776 - cpupower: Fix coredump on VMWare
3777 - bcache: Populate writeback_rate_minimum attribute
3778 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
3779 - sdhci: acpi: add free_slot callback
3780 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
3781 - iwlwifi: pcie: avoid empty free RB queue
3782 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
3783 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
3784 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
3785 - wlcore: Fix BUG with clear completion on timeout
3786 - ACPI/PPTT: Handle architecturally unknown cache types
3787 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
3788 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
3789 - cpufreq: dt: Try freeing static OPPs only if we have added them
3790 - x86/intel_rdt: Show missing resctrl mount options
3791 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
3792 - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
3793 - ath10k: fix tx status flag setting for management frames
3794 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
3795 - ice: fix changing of ring descriptor size (ethtool -G)
3796 - ice: update fw version check logic
3797 - net: hns3: Fix for packet buffer setting bug
3798 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
3799 - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
3800 - x86: boot: Fix EFI stub alignment
3801 - net: hns3: Add nic state check before calling netif_tx_wake_queue
3802 - net: hns3: Fix ets validate issue
3803 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
3804 sunxi_pinctrl_build_state
3805 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
3806 - brcmfmac: fix for proper support of 160MHz bandwidth
3807 - net: hns3: Check hdev state when getting link status
3808 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
3809 - net: phy: phylink: ensure the carrier is off when starting phylink
3810 - block, bfq: correctly charge and reset entity service in all cases
3811 - arm64: entry: Allow handling of undefined instructions from EL1
3812 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
3813 - spi: gpio: No MISO does not imply no RX
3814 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
3815 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
3816 - bpf/verifier: fix verifier instability
3817 - failover: Add missing check to validate 'slave_dev' in
3818 net_failover_slave_unregister
3819 - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
3820 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
3821 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
3822 - net: hns3: Preserve vlan 0 in hardware table
3823 - net: hns3: Fix ping exited problem when doing lp selftest
3824 - net: hns3: Fix for vf vlan delete failed problem
3825 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
3826 - mt76x2u: run device cleanup routine if resume fails
3827 - rsi: fix memory alignment issue in ARM32 platforms
3828 - libertas_tf: prevent underflow in process_cmdrequest()
3829 - iwlwifi: mvm: fix BAR seq ctrl reporting
3830 - gpio: brcmstb: allow 0 width GPIO banks
3831 - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
3832 - ixgbevf: VF2VF TCP RSS
3833 - wil6210: fix RX buffers release and unmap
3834 - ath10k: schedule hardware restart if WMI command times out
3835 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
3836 - thermal: rcar_thermal: Prevent doing work after unbind
3837 - thermal: da9062/61: Prevent hardware access during system suspend
3838 - cifs: fix a credits leak for compund commands
3839 - cgroup, netclassid: add a preemption point to write_classid
3840 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
3841 - f2fs: fix to account IO correctly for cgroup writeback
3842 - MD: Memory leak when flush bio size is zero
3843 - md: fix memleak for mempool
3844 - of: Add missing exports of node name compare functions
3845 - scsi: esp_scsi: Track residual for PIO transfers
3846 - scsi: ufs: Schedule clk gating work on correct queue
3847 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
3848 - KVM: nVMX: Clear reserved bits of #DB exit qualification
3849 - scsi: megaraid_sas: fix a missing-check bug
3850 - RDMA/core: Do not expose unsupported counters
3851 - RDMA/cm: Respect returned status of cm_init_av_by_path
3852 - IB/ipoib: Clear IPCB before icmp_send
3853 - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
3854 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
3855 - usb: host: ohci-at91: fix request of irq for optional gpio
3856 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
3857 - PCI: cadence: Use AXI region 0 to signal interrupts from EP
3858 - usb: typec: tcpm: Report back negotiated PPS voltage and current
3859 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
3860 - f2fs: clear PageError on the read path
3861 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
3862 - VMCI: Resource wildcard match fixed
3863 - PCI / ACPI: Enable wake automatically for power managed bridges
3864 - xprtrdma: Reset credit grant properly after a disconnect
3865 - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
3866 - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
3867 - usb: dwc2: fix a race with external vbus supply
3868 - usb: gadget: udc: atmel: handle at91sam9rl PMC
3869 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
3870 - MD: fix invalid stored role for a disk
3871 - PCI: cadence: Correct probe behaviour when failing to get PHY
3872 - nvmem: check the return value of nvmem_add_cells()
3873 - xhci: Avoid USB autosuspend when resuming USB2 ports.
3874 - scsi: qla2xxx: Fix recursive mailbox timeout
3875 - f2fs: fix to recover inode's crtime during POR
3876 - f2fs: fix to recover inode's i_flags during POR
3877 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
3878 - coresight: etb10: Fix handling of perf mode
3879 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
3880 - crypto: caam - fix implicit casts in endianness helpers
3881 - usb: chipidea: Prevent unbalanced IRQ disable
3882 - Smack: ptrace capability use fixes
3883 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
3884 - ASoC: AMD: Fix capture unstable in beginning for some runs
3885 - firmware: coreboot: Unmap ioregion after device population
3886 - IB/ipoib: Use dev_port to expose network interface port numbers
3887 - IB/mlx5: Allow transition of DCI QP to reset
3888 - uio: ensure class is registered before devices
3889 - scsi: lpfc: Correct soft lockup when running mds diagnostics
3890 - scsi: lpfc: Correct race with abort on completion path
3891 - f2fs: avoid sleeping under spin_lock
3892 - f2fs: report error if quota off error during umount
3893 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
3894 init
3895 - f2fs: fix to flush all dirty inodes recovered in readonly fs
3896 - mfd: menelaus: Fix possible race condition and leak
3897 - dmaengine: dma-jz4780: Return error if not probed from DT
3898 - IB/rxe: fix for duplicate request processing and ack psns
3899 - ALSA: hda: Check the non-cached stream buffers more explicitly
3900 - cpupower: Fix AMD Family 0x17 msr_pstate size
3901 - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
3902 - f2fs: fix missing up_read
3903 - f2fs: fix to recover cold bit of inode block during POR
3904 - f2fs: fix to account IO correctly
3905 - OPP: Free OPP table properly on performance state irregularities
3906 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
3907 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
3908 - xen-swiotlb: use actually allocated size on check physical continuous
3909 - tpm: Restore functionality to xen vtpm driver.
3910 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
3911 - xen/balloon: Support xend-based toolstack
3912 - xen: fix race in xen_qlock_wait()
3913 - xen: make xen_qlock_wait() nestable
3914 - xen/pvh: increase early stack size
3915 - xen/pvh: don't try to unplug emulated devices
3916 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
3917 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
3918 - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
3919 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
3920 - mt76: mt76x2: fix multi-interface beacon configuration
3921 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
3922 - net/ipv4: defensive cipso option parsing
3923 - dmaengine: ppc4xx: fix off-by-one build failure
3924 - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
3925 usage
3926 - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
3927 - libnvdimm: Hold reference on parent while scheduling async init
3928 - libnvdimm, region: Fail badblocks listing for inactive regions
3929 - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
3930 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
3931 - ASoC: sta32x: set ->component pointer in private struct
3932 - IB/mlx5: Fix MR cache initialization
3933 - IB/rxe: Revise the ib_wr_opcode enum
3934 - jbd2: fix use after free in jbd2_log_do_checkpoint()
3935 - gfs2_meta: ->mount() can get NULL dev_name
3936 - ext4: fix EXT4_IOC_SWAP_BOOT
3937 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
3938 - ext4: fix setattr project check in fssetxattr ioctl
3939 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
3940 - ext4: fix use-after-free race in ext4_remount()'s error path
3941 - selinux: fix mounting of cgroup2 under older policies
3942 - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
3943 - HID: hiddev: fix potential Spectre v1
3944 - EDAC, amd64: Add Family 17h, models 10h-2fh support
3945 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
3946 - EDAC, skx_edac: Fix logical channel intermediate decoding
3947 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
3948 - PCI/ASPM: Fix link_state teardown on device removal
3949 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
3950 - signal/GenWQE: Fix sending of SIGKILL
3951 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
3952 - crypto: lrw - Fix out-of bounds access on counter overflow
3953 - crypto: tcrypt - fix ghash-generic speed test
3954 - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
3955 a page in gcm
3956 - crypto: morus/generic - fix for big endian systems
3957 - crypto: aegis/generic - fix for big endian systems
3958 - crypto: speck - remove Speck
3959 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
3960 - userfaultfd: disable irqs when taking the waitqueue lock
3961 - ima: fix showing large 'violations' or 'runtime_measurements_count'
3962 - ima: open a new file instance if no read permissions
3963 - hugetlbfs: dirty pages as they are added to pagecache
3964 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
3965 - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
3966 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
3967 - KVM: arm64: Fix caching of host MDCR_EL2 value
3968 - kbuild: fix kernel/bounds.c 'W=1' warning
3969 - iio: ad5064: Fix regulator handling
3970 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
3971 - iio: adc: at91: fix acking DRDY irq on simple conversions
3972 - iio: adc: at91: fix wrong channel number in triggered buffer mode
3973 - w1: omap-hdq: fix missing bus unregister at removal
3974 - smb3: allow stats which track session and share reconnects to be reset
3975 - smb3: do not attempt cifs operation in smb3 query info error path
3976 - smb3: on kerberos mount if server doesn't specify auth type use krb5
3977 - printk: Fix panic caused by passing log_buf_len to command line
3978 - genirq: Fix race on spurious interrupt detection
3979 - tpm: fix response size validation in tpm_get_random()
3980 - NFC: nfcmrvl_uart: fix OF child-node lookup
3981 - NFSv4.1: Fix the r/wsize checking
3982 - nfs: Fix a missed page unlock after pg_doio()
3983 - nfsd: correctly decrement odstate refcount in error path
3984 - nfsd: Fix an Oops in free_session()
3985 - lockd: fix access beyond unterminated strings in prints
3986 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
3987 - dm zoned: fix metadata block ref counting
3988 - dm zoned: fix various dmz_get_mblock() issues
3989 - media: ov7670: make "xclk" clock optional
3990 - fsnotify: Fix busy inodes during unmount
3991 - powerpc64/module elfv1: Set opd addresses after module relocation
3992 - powerpc/msi: Fix compile error on mpc83xx
3993 - powerpc/tm: Fix HFSCR bit for no suspend case
3994 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
3995 - MIPS: OCTEON: fix out of bounds array access on CN68XX
3996 - rtc: ds1307: fix ds1339 wakealarm support
3997 - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
3998 - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
3999 - power: supply: twl4030-charger: fix OF sibling-node lookup
4000 - ocxl: Fix access to the AFU Descriptor Data
4001 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
4002 - TC: Set DMA masks for devices
4003 - net: bcmgenet: fix OF child-node lookup
4004 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
4005 - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
4006 - kgdboc: Passing ekgdboc to command line causes panic
4007 - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
4008 - media: cec: make cec_get_edid_spa_location() an inline function
4009 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
4010 - xen: fix xen_qlock_wait()
4011 - xen: remove size limit of privcmd-buf mapping interface
4012 - xen-blkfront: fix kernel panic with negotiate_mq error path
4013 - media: cec: add new tx/rx status bits to detect aborts/timeouts
4014 - media: cec: fix the Signal Free Time calculation
4015 - media: cec: forgot to cancel delayed work
4016 - media: em28xx: use a default format if TRY_FMT fails
4017 - media: tvp5150: avoid going past array on v4l2_querymenu()
4018 - media: em28xx: fix input name for Terratec AV 350
4019 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
4020 - media: em28xx: fix handler for vidioc_s_input()
4021 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
4022 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
4023 - drm/mediatek: fix OF sibling-node lookup
4024 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
4025 - media: replace ADOBERGB by OPRGB
4026 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
4027 - arm64: lse: remove -fcall-used-x0 flag
4028 - rpmsg: smd: fix memory leak on channel create
4029 - Cramfs: fix abad comparison when wrap-arounds occur
4030 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
4031 - arm64: dts: stratix10: Correct System Manager register size
4032 - soc: qcom: rmtfs-mem: Validate that scm is available
4033 - soc/tegra: pmc: Fix child-node lookup
4034 - selftests/ftrace: Fix synthetic event test to delete event correctly
4035 - selftests/powerpc: Fix ptrace tm failure
4036 - tracing: Return -ENOENT if there is no target synthetic event
4037 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
4038 - btrfs: Handle owner mismatch gracefully when walking up tree
4039 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
4040 - btrfs: fix error handling in free_log_tree
4041 - btrfs: fix error handling in btrfs_dev_replace_start
4042 - btrfs: Enhance btrfs_trim_fs function to handle error better
4043 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
4044 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
4045 - btrfs: don't attempt to trim devices that don't support it
4046 - btrfs: keep trim from interfering with transaction commits
4047 - btrfs: wait on caching when putting the bg cache
4048 - Btrfs: don't clean dirty pages during buffered writes
4049 - btrfs: release metadata before running delayed refs
4050 - btrfs: protect space cache inode alloc with GFP_NOFS
4051 - btrfs: reset max_extent_size on clear in a bitmap
4052 - btrfs: make sure we create all new block groups
4053 - Btrfs: fix warning when replaying log after fsync of a tmpfile
4054 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
4055 - btrfs: qgroup: Dirty all qgroups before rescan
4056 - Btrfs: fix null pointer dereference on compressed write path error
4057 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
4058 - Btrfs: fix deadlock when writing out free space caches
4059 - btrfs: reset max_extent_size properly
4060 - btrfs: set max_extent_size properly
4061 - btrfs: don't use ctl->free_space for max_extent_size
4062 - btrfs: only free reserved extent if we didn't insert it
4063 - btrfs: fix insert_reserved error handling
4064 - btrfs: don't run delayed_iputs in commit
4065 - btrfs: move the dio_sem higher up the callchain
4066 - Btrfs: fix use-after-free during inode eviction
4067 - Btrfs: fix use-after-free when dumping free space
4068 - net: sched: Remove TCA_OPTIONS from policy
4069 - vt: fix broken display when running aptitude
4070 - bpf: wait for running BPF programs when updating map-in-map
4071 - vga_switcheroo: Fix missing gpu_bound call at audio client registration
4072 - MD: fix invalid stored role for a disk - try2
4073 - Linux 4.19.2
4074
4075 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
4076 - KVM: s390: vsie: simulate VCPU SIE entry/exit
4077 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
4078 - KVM: s390: refactor crypto initialization
4079 - s390: vfio-ap: base implementation of VFIO AP device driver
4080 - s390: vfio-ap: register matrix device with VFIO mdev framework
4081 - s390: vfio-ap: sysfs interfaces to configure adapters
4082 - s390: vfio-ap: sysfs interfaces to configure domains
4083 - s390: vfio-ap: sysfs interfaces to configure control domains
4084 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
4085 - KVM: s390: interface to clear CRYCB masks
4086 - s390: vfio-ap: implement mediated device open callback
4087 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
4088 - s390: vfio-ap: zeroize the AP queues
4089 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
4090 - KVM: s390: Clear Crypto Control Block when using vSIE
4091 - KVM: s390: vsie: Do the CRYCB validation first
4092 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
4093 - KVM: s390: vsie: Allow CRYCB FORMAT-2
4094 - KVM: s390: vsie: allow CRYCB FORMAT-1
4095 - KVM: s390: vsie: allow CRYCB FORMAT-0
4096 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
4097 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
4098 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
4099 - KVM: s390: device attrs to enable/disable AP interpretation
4100 - KVM: s390: CPU model support for AP virtualization
4101 - s390: doc: detailed specifications for AP virtualization
4102 - KVM: s390: fix locking for crypto setting error path
4103 - KVM: s390: Tracing APCB changes
4104 - s390: vfio-ap: setup APCB mask using KVM dedicated function
4105 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
4106
4107 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
4108 - mount: Retest MNT_LOCKED in do_umount
4109 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
4110
4111 * CVE-2018-18955: nested user namespaces with more than five extents
4112 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
4113 - userns: also map extents in the reverse map to kernel IDs
4114
4115 * kdump fail due to an IRQ storm (LP: #1797990)
4116 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
4117 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
4118 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
4119
4120 * Disable LPM for Raydium Touchscreens (LP: #1802248)
4121 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
4122
4123 * Power consumption during s2idle is higher than long idle(sk hynix)
4124 (LP: #1801875)
4125 - SAUCE: pci: prevent sk hynix nvme from entering D3
4126 - SAUCE: nvme: add quirk to not call disable function when suspending
4127
4128 * Disco update: v4.19.1 upstream stable release (LP: #1801739)
4129 - bridge: do not add port to router list when receives query with source
4130 0.0.0.0
4131 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
4132 called
4133 - net/mlx5e: fix csum adjustments caused by RXFCS
4134 - net: sched: gred: pass the right attribute to gred_change_table_def()
4135 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
4136 - net: udp: fix handling of CHECKSUM_COMPLETE packets
4137 - Revert "net: simplify sock_poll_wait"
4138 - rtnetlink: Disallow FDB configuration for non-Ethernet device
4139 - vhost: Fix Spectre V1 vulnerability
4140 - bonding: fix length of actor system
4141 - openvswitch: Fix push/pop ethernet validation
4142 - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
4143 route
4144 - net/smc: fix smc_buf_unuse to use the lgr pointer
4145 - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
4146 - mlxsw: core: Fix devlink unregister flow
4147 - net: drop skb on failure in ip_check_defrag()
4148 - net: Properly unlink GRO packets on overflow.
4149 - r8169: fix broken Wake-on-LAN from S5 (poweroff)
4150 - Revert "be2net: remove desc field from be_eq_obj"
4151 - sctp: check policy more carefully when getting pr status
4152 - sparc64: Export __node_distance.
4153 - sparc64: Make corrupted user stacks more debuggable.
4154 - sparc64: Wire up compat getpeername and getsockname.
4155 - net: bridge: remove ipv6 zero address check in mcast queries
4156 - Linux 4.19.1
4157
4158 * Miscellaneous Ubuntu changes
4159 - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
4160 - [Config] updateconfigs after 4.19.2 stable update
4161 - [Config] Disable unneded options for s390
4162 - [Config] Update annotations for 4.19
4163
4164 -- Seth Forshee <seth.forshee@canonical.com> Thu, 15 Nov 2018 09:55:37 -0800
4165
4166 linux (4.19.0-4.5) disco; urgency=medium
4167
4168 * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
4169 - net-next/hinic: add checksum offload and TSO support
4170
4171 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
4172 than 255 bytes (LP: #1799794)
4173 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
4174
4175 * Packaging resync (LP: #1786013)
4176 - [Package] add support for specifying the primary makefile
4177
4178 * Update ENA driver to version 2.0.1K (LP: #1798182)
4179 - net: ena: minor performance improvement
4180 - net: ena: complete host info to match latest ENA spec
4181 - net: ena: introduce Low Latency Queues data structures according to ENA spec
4182 - net: ena: add functions for handling Low Latency Queues in ena_com
4183 - net: ena: add functions for handling Low Latency Queues in ena_netdev
4184 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
4185 - net: ena: explicit casting and initialization, and clearer error handling
4186 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
4187 - net: ena: change rx copybreak default to reduce kernel memory pressure
4188 - net: ena: remove redundant parameter in ena_com_admin_init()
4189 - net: ena: update driver version to 2.0.1
4190 - net: ena: fix indentations in ena_defs for better readability
4191 - net: ena: Fix Kconfig dependency on X86
4192 - net: ena: enable Low Latency Queues
4193 - net: ena: fix compilation error in xtensa architecture
4194
4195 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
4196 - ipmi: Fix timer race with module unload
4197
4198 * Overlayfs in user namespace leaks directory content of inaccessible
4199 directories (LP: #1793458) // CVE-2018-6559
4200 - SAUCE: overlayfs: ensure mounter privileges when reading directories
4201
4202 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
4203 vDSO (LP: #1797963)
4204 - powerpc/vdso: Correct call frame information
4205
4206 * Miscellaneous Ubuntu changes
4207 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
4208 from the efi stub"
4209 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
4210 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
4211 efi_status_to_str() to print error messages."
4212 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
4213 efi_status_to_err()."
4214 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
4215 about cert lists that aren't present."
4216 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
4217 to be suppressed"
4218 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
4219 Secure Boot"
4220 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
4221 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
4222 - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
4223 addition of keys to secondary keyring"
4224 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
4225 secure boot mode"
4226 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
4227 indicate secure boot mode"
4228 - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
4229 across kexec reboot"
4230 - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
4231 kernel is locked down"
4232 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
4233 - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
4234 functions when the kernel is locked down"
4235 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
4236 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
4237 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
4238 testmmiotrace module"
4239 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
4240 hardware parameters (eg. ioport)"
4241 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
4242 - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
4243 kernel is locked down"
4244 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
4245 the kernel is locked down"
4246 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
4247 the kernel is locked down"
4248 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
4249 when the kernel has been locked down"
4250 - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
4251 when the kernel is locked down"
4252 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
4253 kernel is locked down"
4254 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
4255 kernel is locked down"
4256 - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
4257 kernel is locked down"
4258 - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
4259 locked down"
4260 - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
4261 locked down"
4262 - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
4263 kernel is locked down"
4264 - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
4265 kernel is locked down"
4266 - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
4267 kernel is locked down"
4268 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
4269 lockdown"
4270 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
4271 the running kernel image"
4272 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4273 kernel image
4274 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
4275 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4276 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
4277 locked down
4278 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
4279 down
4280 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4281 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4282 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4283 down
4284 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4285 locked down
4286 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
4287 down
4288 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4289 locked down
4290 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4291 has been locked down
4292 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4293 locked down
4294 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4295 locked down
4296 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4297 down
4298 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4299 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
4300 parameters (eg. ioport)
4301 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
4302 - SAUCE: (efi-lockdown) Lock down /proc/kcore
4303 - SAUCE: (efi-lockdown) Lock down kprobes
4304 - SAUCE: (efi-lockdown) Lock down perf
4305 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
4306 down
4307 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
4308 secondary keyring
4309 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
4310 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
4311 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4312 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
4313 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
4314 that aren't present.
4315 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
4316 efi_status_to_err().
4317 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
4318 error messages.
4319 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4320 reboot
4321 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
4322 boot mode
4323 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4324 mode
4325 - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
4326 - SAUCE: (efi-lockdown) Fix for module sig verification
4327 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4328 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
4329 - [Packaging] generate Vcs-Git url from changelog
4330 - [Config] CONFIG_SCSI_MQ_DEFAULT=y
4331
4332 -- Seth Forshee <seth.forshee@canonical.com> Fri, 02 Nov 2018 14:22:55 -0500
4333
4334 linux (4.19.0-3.4) cosmic; urgency=medium
4335
4336 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
4337 - SAUCE: Bluetooth: Support for LED on Edge Gateways
4338
4339 * Support Edge Gateway's WIFI LED (LP: #1798330)
4340 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
4341
4342 [ Upstream Kernel Changes ]
4343
4344 * Rebase to v4.19
4345
4346 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Oct 2018 09:13:39 -0500
4347
4348 linux (4.19.0-2.3) cosmic; urgency=medium
4349
4350 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
4351 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
4352
4353 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
4354 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
4355 VM
4356
4357 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
4358 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
4359
4360 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
4361 gic_irq_domain_translate (LP: #1797143)
4362 - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
4363
4364 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
4365 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
4366 - updateconfigs for Dell UART backlight driver
4367
4368 * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
4369 make brightness adjustment working on various BayTrail/CherryTrail-based
4370 devices (LP: #1783964)
4371 - [Config]: Make PWM_LPSS_* built-in
4372
4373 * check and fix zkey required kernel modules locations in debs, udebs, and
4374 initramfs (LP: #1794346)
4375 - [Config] add s390 crypto modules to crypt-modules udeb
4376
4377 * Miscellaneous Ubuntu changes
4378 - [Config] CONFIG_VBOXGUEST=n
4379 - ubuntu: vbox -- update to 5.2.18-dfsg-2
4380 - ubuntu: enable vbox build
4381
4382 [ Upstream Kernel Changes ]
4383
4384 * Rebase to v4.19-rc8
4385
4386 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Oct 2018 10:52:04 -0500
4387
4388 linux (4.19.0-1.2) cosmic; urgency=medium
4389
4390 * Page leaking in cachefiles_read_backing_file while vmscan is active
4391 (LP: #1793430)
4392 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
4393 is active
4394
4395 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
4396 - Input: elantech - enable middle button of touchpad on ThinkPad P72
4397
4398 * Improvements to the kernel source package preparation (LP: #1793461)
4399 - [Packaging] startnewrelease: add support for backport kernels
4400
4401 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
4402 - SAUCE: PCI: Reprogram bridge prefetch registers on resume
4403
4404 * Error reported when creating ZFS pool with "-t" option, despite successful
4405 pool creation (LP: #1769937)
4406 - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
4407
4408 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
4409 (LP: #1792099)
4410 - SAUCE: vfio -- release device lock before userspace requests
4411
4412 * Miscellaneous Ubuntu changes
4413 - [Packaging] retpoline -- fix temporary filenaming
4414 - CONFIG_BCH_CONST_PARAMS=n
4415 - Packaging: final-checks: remove trailing backport suffix
4416 - SAUCE: import aufs driver
4417
4418 [ Upstream Kernel Changes ]
4419
4420 * Rebase to v4.19-rc5
4421
4422 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Sep 2018 16:32:24 -0500
4423
4424 linux (4.19.0-0.1) cosmic; urgency=medium
4425
4426 * Miscellaneous Ubuntu changes
4427 - ubuntu -- disable vbox build
4428 - Disable zfs build
4429 - SAUCE: Import aufs driver
4430 - Update dropped.txt
4431
4432 [ Upstream Kernel Changes ]
4433
4434 * Rebase to v4.19-rc3
4435
4436 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 07:54:47 -0500
4437
4438 linux (4.19.0-0.0) cosmic; urgency=medium
4439
4440 * Dummy entry.
4441
4442 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 06:44:09 -0500
4443
4444 linux (4.18.0-8.9) cosmic; urgency=medium
4445
4446 * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
4447
4448 * Cosmic update to v4.18.7 stable release (LP: #1791660)
4449 - rcu: Make expedited GPs handle CPU 0 being offline
4450 - net: 6lowpan: fix reserved space for single frames
4451 - net: mac802154: tx: expand tailroom if necessary
4452 - 9p/net: Fix zero-copy path in the 9p virtio transport
4453 - spi: davinci: fix a NULL pointer dereference
4454 - spi: pxa2xx: Add support for Intel Ice Lake
4455 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
4456 - spi: cadence: Change usleep_range() to udelay(), for atomic context
4457 - mmc: block: Fix unsupported parallel dispatch of requests
4458 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
4459 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
4460 - readahead: stricter check for bdi io_pages
4461 - block: fix infinite loop if the device loses discard capability
4462 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
4463 - block: really disable runtime-pm for blk-mq
4464 - blkcg: Introduce blkg_root_lookup()
4465 - block: Introduce blk_exit_queue()
4466 - block: Ensure that a request queue is dissociated from the cgroup controller
4467 - apparmor: fix bad debug check in apparmor_secid_to_secctx()
4468 - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
4469 - libertas: fix suspend and resume for SDIO connected cards
4470 - media: Revert "[media] tvp5150: fix pad format frame height"
4471 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
4472 - Replace magic for trusting the secondary keyring with #define
4473 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
4474 boot
4475 - powerpc/fadump: handle crash memory ranges array index overflow
4476 - powerpc/64s: Fix page table fragment refcount race vs speculative references
4477 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
4478 - powerpc/pkeys: Give all threads control of their key permissions
4479 - powerpc/pkeys: Deny read/write/execute by default
4480 - powerpc/pkeys: key allocation/deallocation must not change pkey registers
4481 - powerpc/pkeys: Save the pkey registers before fork
4482 - powerpc/pkeys: Fix calculation of total pkeys.
4483 - powerpc/pkeys: Preallocate execute-only key
4484 - powerpc/nohash: fix pte_access_permitted()
4485 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
4486 - powerpc/powernv/pci: Work around races in PCI bridge enabling
4487 - cxl: Fix wrong comparison in cxl_adapter_context_get()
4488 - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
4489 - IB/mlx5: Fix leaking stack memory to userspace
4490 - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
4491 - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
4492 - IB/srpt: Support HCAs with more than two ports
4493 - overflow.h: Add arithmetic shift helper
4494 - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
4495 - ib_srpt: Fix a use-after-free in srpt_close_ch()
4496 - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
4497 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
4498 - 9p: fix multiple NULL-pointer-dereferences
4499 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
4500 - 9p/virtio: fix off-by-one error in sg list bounds check
4501 - net/9p/client.c: version pointer uninitialized
4502 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
4503 kfree()
4504 - dm integrity: change 'suspending' variable from bool to int
4505 - dm thin: stop no_space_timeout worker when switching to write-mode
4506 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
4507 - dm cache metadata: set dirty on all cache blocks after a crash
4508 - dm crypt: don't decrease device limits
4509 - dm writecache: fix a crash due to reading past end of dirty_bitmap
4510 - uart: fix race between uart_put_char() and uart_shutdown()
4511 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
4512 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
4513 - iio: sca3000: Fix missing return in switch
4514 - iio: ad9523: Fix displayed phase
4515 - iio: ad9523: Fix return value for ad952x_store()
4516 - extcon: Release locking when sending the notification of connector state
4517 - eventpoll.h: wrap casts in () properly
4518 - vmw_balloon: fix inflation of 64-bit GFNs
4519 - vmw_balloon: do not use 2MB without batching
4520 - vmw_balloon: VMCI_DOORBELL_SET does not check status
4521 - vmw_balloon: fix VMCI use when balloon built into kernel
4522 - rtc: omap: fix resource leak in registration error path
4523 - rtc: omap: fix potential crash on power off
4524 - tracing: Do not call start/stop() functions when tracing_on does not change
4525 - tracing/blktrace: Fix to allow setting same value
4526 - printk/tracing: Do not trace printk_nmi_enter()
4527 - livepatch: Validate module/old func name length
4528 - uprobes: Use synchronize_rcu() not synchronize_sched()
4529 - mfd: hi655x: Fix regmap area declared size for hi655x
4530 - ovl: fix wrong use of impure dir cache in ovl_iterate()
4531 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
4532 - ACPICA: Clear status of all events when entering sleep states
4533 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
4534 - sched: idle: Avoid retaining the tick when it has been stopped
4535 - cpuidle: menu: Handle stopped tick more aggressively
4536 - cpufreq: governor: Avoid accessing invalid governor_data
4537 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
4538 - ALSA: ac97: fix device initialization in the compat layer
4539 - ALSA: ac97: fix check of pm_runtime_get_sync failure
4540 - ALSA: ac97: fix unbalanced pm_runtime_enable
4541 - i2c: designware: Re-init controllers with pm_disabled set on resume
4542 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
4543 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
4544 - xtensa: limit offsets in __loop_cache_{all,page}
4545 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
4546 - block, bfq: return nbytes and not zero from struct cftype .write() method
4547 - pnfs/blocklayout: off by one in bl_map_stripe()
4548 - nfsd: fix leaked file lock with nfs exported overlayfs
4549 - NFSv4 client live hangs after live data migration recovery
4550 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
4551 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
4552 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
4553 - ARM: dts: am57xx-idk: Enable dual role for USB2 port
4554 - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
4555 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
4556 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
4557 VMSA
4558 - iommu/vt-d: Add definitions for PFSID
4559 - iommu/vt-d: Fix dev iotlb pfsid use
4560 - sys: don't hold uts_sem while accessing userspace memory
4561 - userns: move user access out of the mutex
4562 - ubifs: Fix memory leak in lprobs self-check
4563 - Revert "UBIFS: Fix potential integer overflow in allocation"
4564 - ubifs: Check data node size before truncate
4565 - ubifs: xattr: Don't operate on deleted inodes
4566 - ubifs: Fix directory size calculation for symlinks
4567 - ubifs: Fix synced_i_size calculation for xattr inodes
4568 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
4569 - pwm: tiehrpwm: Fix disabling of output of PWMs
4570 - fb: fix lost console when the user unplugs a USB adapter
4571 - udlfb: fix semaphore value leak
4572 - udlfb: fix display corruption of the last line
4573 - udlfb: don't switch if we are switching to the same videomode
4574 - udlfb: set optimal write delay
4575 - udlfb: make a local copy of fb_ops
4576 - udlfb: handle allocation failure
4577 - udlfb: set line_length in dlfb_ops_set_par
4578 - getxattr: use correct xattr length
4579 - libnvdimm: Use max contiguous area for namespace size
4580 - libnvdimm: fix ars_status output length calculation
4581 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
4582 - kconfig: fix "Can't open ..." in parallel build
4583 - perf auxtrace: Fix queue resize
4584 - crypto: vmx - Fix sleep-in-atomic bugs
4585 - crypto: aesni - Use unaligned loads from gcm_context_data
4586 - crypto: arm64/sm4-ce - check for the right CPU feature bit
4587 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
4588 - crypto: caam/jr - fix descriptor DMA unmapping
4589 - crypto: caam/qi - fix error path in xts setkey
4590 - fs/quota: Fix spectre gadget in do_quotactl
4591 - udf: Fix mounting of Win7 created UDF filesystems
4592 - cpuidle: menu: Retain tick when shallow state is selected
4593 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
4594 - Linux 4.18.7
4595
4596 * CVE-2017-5715
4597 - s390: detect etoken facility
4598 - KVM: s390: add etoken support for guests
4599
4600 * Missing Intel GPU pci-id's (LP: #1789924)
4601 - drm/i915/whl: Introducing Whiskey Lake platform
4602 - drm/i915/aml: Introducing Amber Lake platform
4603 - drm/i915/cfl: Add a new CFL PCI ID.
4604
4605 * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
4606 - s390/ism: add device driver for internal shared memory
4607 - CONFIG_ISM=y for s390
4608
4609 * Cosmic update to v4.18.6 stable release (LP: #1791105)
4610 - PATCH scripts/kernel-doc
4611 - scripts/kernel-doc: Escape all literal braces in regexes
4612 - scsi: libsas: dynamically allocate and free ata host
4613 - xprtrdma: Fix disconnect regression
4614 - mei: don't update offset in write
4615 - cifs: add missing support for ACLs in SMB 3.11
4616 - CIFS: fix uninitialized ptr deref in smb2 signing
4617 - cifs: add missing debug entries for kconfig options
4618 - cifs: use a refcount to protect open/closing the cached file handle
4619 - cifs: check kmalloc before use
4620 - smb3: enumerating snapshots was leaving part of the data off end
4621 - smb3: Do not send SMB3 SET_INFO if nothing changed
4622 - smb3: don't request leases in symlink creation and query
4623 - smb3: fill in statfs fsid and correct namelen
4624 - btrfs: use correct compare function of dirty_metadata_bytes
4625 - btrfs: don't leak ret from do_chunk_alloc
4626 - Btrfs: fix mount failure after fsync due to hard link recreation
4627 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
4628 - Btrfs: fix send failure when root has deleted files still open
4629 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
4630 - hwmon: (k10temp) 27C Offset needed for Threadripper2
4631 - bpf, arm32: fix stack var offset in jit
4632 - regulator: arizona-ldo1: Use correct device to get enable GPIO
4633 - iommu/arm-smmu: Error out only if not enough context interrupts
4634 - printk: Split the code for storing a message into the log buffer
4635 - printk: Create helper function to queue deferred console handling
4636 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
4637 - kprobes/arm64: Fix %p uses in error messages
4638 - arm64: Fix mismatched cache line size detection
4639 - arm64: Handle mismatched cache type
4640 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
4641 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
4642 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
4643 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
4644 - KVM: arm/arm64: Skip updating PMD entry if no change
4645 - KVM: arm/arm64: Skip updating PTE entry if no change
4646 - s390/kvm: fix deadlock when killed by oom
4647 - perf kvm: Fix subcommands on s390
4648 - stop_machine: Reflow cpu_stop_queue_two_works()
4649 - stop_machine: Atomically queue and wake stopper threads
4650 - ext4: check for NUL characters in extended attribute's name
4651 - ext4: use ext4_warning() for sb_getblk failure
4652 - ext4: sysfs: print ext4_super_block fields as little-endian
4653 - ext4: reset error code in ext4_find_entry in fallback
4654 - ext4: fix race when setting the bitmap corrupted flag
4655 - x86/gpu: reserve ICL's graphics stolen memory
4656 - platform/x86: wmi: Do not mix pages and kmalloc
4657 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
4658 - mm: move tlb_table_flush to tlb_flush_mmu_free
4659 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
4660 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
4661 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
4662 much RAM
4663 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
4664 - x86/vdso: Fix vDSO build if a retpoline is emitted
4665 - x86/process: Re-export start_thread()
4666 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
4667 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
4668 - fuse: Don't access pipe->buffers without pipe_lock()
4669 - fuse: fix initial parallel dirops
4670 - fuse: fix double request_end()
4671 - fuse: fix unlocked access to processing queue
4672 - fuse: umount should wait for all requests
4673 - fuse: Fix oops at process_init_reply()
4674 - fuse: Add missed unlock_page() to fuse_readpages_fill()
4675 - lib/vsprintf: Do not handle %pO[^F] as %px
4676 - udl-kms: change down_interruptible to down
4677 - udl-kms: handle allocation failure
4678 - udl-kms: fix crash due to uninitialized memory
4679 - udl-kms: avoid division
4680 - b43legacy/leds: Ensure NUL-termination of LED name string
4681 - b43/leds: Ensure NUL-termination of LED name string
4682 - ASoC: dpcm: don't merge format from invalid codec dai
4683 - ASoC: zte: Fix incorrect PCM format bit usages
4684 - ASoC: sirf: Fix potential NULL pointer dereference
4685 - ASoC: wm_adsp: Correct DSP pointer for preloader control
4686 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
4687 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
4688 - scsi: qla2xxx: Fix stalled relogin
4689 - x86/vdso: Fix lsl operand order
4690 - x86/nmi: Fix NMI uaccess race against CR3 switching
4691 - x86/irqflags: Mark native_restore_fl extern inline
4692 - x86/spectre: Add missing family 6 check to microcode check
4693 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
4694 - hwmon: (nct6775) Fix potential Spectre v1
4695 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
4696 - x86: Allow generating user-space headers without a compiler
4697 - s390/mm: fix addressing exception after suspend/resume
4698 - s390/lib: use expoline for all bcr instructions
4699 - s390: fix br_r1_trampoline for machines without exrl
4700 - s390/qdio: reset old sbal_state flags
4701 - s390/numa: move initial setup of node_to_cpumask_map
4702 - s390/purgatory: Fix crash with expoline enabled
4703 - s390/purgatory: Add missing FORCE to Makefile targets
4704 - kprobes: Show blacklist addresses as same as kallsyms does
4705 - kprobes: Replace %p with other pointer types
4706 - kprobes/arm: Fix %p uses in error messages
4707 - kprobes: Make list and blacklist root user read only
4708 - MIPS: Correct the 64-bit DSP accumulator register size
4709 - MIPS: memset.S: Fix byte_fixup for MIPSr6
4710 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
4711 - MIPS: Change definition of cpu_relax() for Loongson-3
4712 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
4713 - tpm: Return the actual size when receiving an unsupported command
4714 - tpm: separate cmd_ready/go_idle from runtime_pm
4715 - scsi: mpt3sas: Fix calltrace observed while running IO & reset
4716 - scsi: mpt3sas: Fix _transport_smp_handler() error path
4717 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
4718 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
4719 - iscsi target: fix session creation failure handling
4720 - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
4721 - mtd: rawnand: fsmc: Stop using chip->read_buf()
4722 - mtd: rawnand: marvell: add suspend and resume hooks
4723 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
4724 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
4725 - clk: npcm7xx: fix memory allocation
4726 - PM / clk: signedness bug in of_pm_clk_add_clks()
4727 - power: generic-adc-battery: fix out-of-bounds write when copying channel
4728 properties
4729 - power: generic-adc-battery: check for duplicate properties copied from iio
4730 channels
4731 - watchdog: Mark watchdog touch functions as notrace
4732 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
4733 - x86/dumpstack: Don't dump kernel memory based on usermode RIP
4734 - Linux 4.18.6
4735 - updateconfigs after v4.18.6 stable update
4736
4737 * random oopses on s390 systems using NVMe devices (LP: #1790480)
4738 - s390/pci: fix out of bounds access during irq setup
4739
4740 * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
4741 binding (LP: #1784331)
4742 - s390/zcrypt: code beautify
4743 - s390/zcrypt: AP bus support for alternate driver(s)
4744 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
4745
4746 * performance drop with ATS enabled (LP: #1788097)
4747 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
4748
4749 * Fix MCE handling for user access of poisoned device-dax mapping
4750 (LP: #1774366)
4751 - device-dax: Convert to vmf_insert_mixed and vm_fault_t
4752 - device-dax: Enable page_mapping()
4753 - device-dax: Set page->index
4754 - filesystem-dax: Set page->index
4755 - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
4756 - mm, dev_pagemap: Do not clear ->mapping on final put
4757 - mm, madvise_inject_error: Let memory_failure() optionally take a page
4758 reference
4759 - mm, memory_failure: Collect mapping size in collect_procs()
4760 - filesystem-dax: Introduce dax_lock_mapping_entry()
4761 - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
4762 - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
4763 - x86/memory_failure: Introduce {set, clear}_mce_nospec()
4764 - libnvdimm, pmem: Restore page attributes when clearing errors
4765
4766 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
4767 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
4768 hclge_get_ring_chain_from_mbx"
4769 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
4770 shift in hclge_get_ring_chain_from_mbx"
4771 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
4772 assignment probelm"
4773 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
4774 configuration operation while resetting"
4775 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
4776 hns3_reset_notify_down_enet"
4777 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
4778 phy driver"
4779 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
4780 resetting"
4781 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
4782 register"
4783 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
4784 frequently"
4785 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
4786 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
4787 command queue register"
4788 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
4789 global or core reset"
4790 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
4791 callback function"
4792 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
4793 reset cause"
4794 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
4795 hclgevf_main module"
4796 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
4797 selftest"
4798 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
4799 frame size"
4800 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
4801 problem"
4802 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
4803 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
4804 correctly"
4805 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
4806 pfc mode"
4807 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
4808 up"
4809 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
4810 function when link status change"
4811 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
4812 roce client"
4813 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
4814 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
4815 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
4816 definition"
4817 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
4818 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
4819 macros"
4820 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
4821 macros"
4822 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
4823 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
4824 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
4825 value"
4826 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
4827 assignments"
4828 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
4829 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
4830 of kzalloc/dma_map_single"
4831 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
4832 dependency HNS3 set"
4833 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
4834 some structures"
4835 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
4836 hclge_cmd_csq_done"
4837 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
4838 in hclge_cmd_send"
4839 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
4840 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
4841 assignments"
4842 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
4843 hclge_cmd_send"
4844 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
4845 hclge_ring_to_dma_dir"
4846 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
4847 upper_32_bits"
4848 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
4849 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
4850 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
4851 in hns3_client_uninit"
4852 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
4853 information"
4854 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
4855 state init|uninit"
4856 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
4857 hnae3.c"
4858 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
4859 and ipv6"
4860 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
4861 free vector"
4862 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
4863 init_client_instance and uninit_client_instance"
4864 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
4865 from hclge_bind_ring_with_vector"
4866 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
4867 last BD except VLD bit and buffer size"
4868 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
4869 selftest"
4870 - net: hns3: Updates RX packet info fetch in case of multi BD
4871 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
4872 - net: hns3: rename the interface for init_client_instance and
4873 uninit_client_instance
4874 - net: hns3: add vector status check before free vector
4875 - net: hns3: add l4_type check for both ipv4 and ipv6
4876 - net: hns3: add unlikely for error check
4877 - net: hns3: remove unused head file in hnae3.c
4878 - net: hns3: extraction an interface for state init|uninit
4879 - net: hns3: print the ret value in error information
4880 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
4881 - net: hns3: remove back in struct hclge_hw
4882 - net: hns3: use lower_32_bits and upper_32_bits
4883 - net: hns3: remove unused hclge_ring_to_dma_dir
4884 - net: hns3: remove useless code in hclge_cmd_send
4885 - net: hns3: remove some redundant assignments
4886 - net: hns3: simplify hclge_cmd_csq_clean
4887 - net: hns3: remove a redundant hclge_cmd_csq_done
4888 - net: hns3: remove some unused members of some structures
4889 - net: hns3: give default option while dependency HNS3 set
4890 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
4891 - net: hns3: modify hnae_ to hnae3_
4892 - net: hns3: Fix tc setup when netdev is first up
4893 - net: hns3: Fix for mac pause not disable in pfc mode
4894 - net: hns3: Fix for waterline not setting correctly
4895 - net: hns3: Fix for l4 checksum offload bug
4896 - net: hns3: Fix for mailbox message truncated problem
4897 - net: hns3: Add configure for mac minimal frame size
4898 - net: hns3: Fix warning bug when doing lp selftest
4899 - net: hns3: Fix get_vector ops in hclgevf_main module
4900 - net: hns3: Remove the warning when clear reset cause
4901 - net: hns3: Prevent sending command during global or core reset
4902 - net: hns3: Modify the order of initializing command queue register
4903 - net: hns3: Reset net device with rtnl_lock
4904 - net: hns3: Prevent to request reset frequently
4905 - net: hns3: Correct reset event status register
4906 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
4907 - net: hns3: remove unnecessary ring configuration operation while resetting
4908 - net: hns3: Fix for reset_level default assignment probelm
4909 - net: hns3: Fix for using wrong mask and shift in
4910 hclge_get_ring_chain_from_mbx
4911 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
4912 - net: hns3: Remove some redundant assignments
4913 - net: hns3: Standardize the handle of return value
4914 - net: hns3: Remove extra space and brackets
4915 - net: hns3: Correct unreasonable code comments
4916 - net: hns3: Use decimal for bit offset macros
4917 - net: hns3: Modify inconsistent bit mask macros
4918 - net: hns3: Fix misleading parameter name
4919 - net: hns3: Remove unused struct member and definition
4920 - net: hns3: Add SPDX tags to HNS3 PF driver
4921 - net: hns3: Add support for serdes loopback selftest
4922 - net: hns3: Fix for phy link issue when using marvell phy driver
4923
4924 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
4925 - arm64: export memblock_reserve()d regions via /proc/iomem
4926 - drivers: acpi: add dependency of EFI for arm64
4927 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
4928 - efi/arm: map UEFI memory map even w/o runtime services enabled
4929 - arm64: acpi: fix alignment fault in accessing ACPI
4930 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
4931 - arm64: fix ACPI dependencies
4932 - ACPI: fix menuconfig presentation of ACPI submenu
4933
4934 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
4935 - r8152: disable RX aggregation on new Dell TB16 dock
4936
4937 * Support Power Management for Thunderbolt Controller (LP: #1789358)
4938 - thunderbolt: Use 64-bit DMA mask if supported by the platform
4939 - thunderbolt: Do not unnecessarily call ICM get route
4940 - thunderbolt: No need to take tb->lock in domain suspend/complete
4941 - thunderbolt: Use correct ICM commands in system suspend
4942 - thunderbolt: Add support for runtime PM
4943
4944 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
4945 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
4946 - SAUCE: i2c:amd move out pointer in union i2c_event_base
4947 - SAUCE: i2c:amd Depends on ACPI
4948 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
4949
4950 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
4951 machine (LP: #1789145)
4952 - ALSA: hda/realtek - Fix HP Headset Mic can't record
4953
4954 * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
4955 - [Config] Enable CONFIG_PAGE_POISONING configs
4956
4957 * Tango platform uses __initcall without further checks (LP: #1787945)
4958 - [Config] disable ARCH_TANGO
4959
4960 * [18.10 FEAT] SMC-Direct (LP: #1786902)
4961 - net/smc: determine port attributes independent from pnet table
4962 - net/smc: add pnetid support
4963 - net/smc: add base infrastructure for SMC-D and ISM
4964 - net/smc: add pnetid support for SMC-D and ISM
4965 - net/smc: add SMC-D support in CLC messages
4966 - net/smc: add SMC-D support in data transfer
4967 - net/smc: add SMC-D support in af_smc
4968 - net/smc: add SMC-D diag support
4969 - net/smc: provide smc mode in smc_diag.c
4970 - net/smc: eliminate cursor read and write calls
4971 - net/smc: add function to get link group from link
4972 - net/smc: use DECLARE_BITMAP for rtokens_used_mask
4973 - net/smc: remove local variable page in smc_rx_splice()
4974 - net/smc: Remove a WARN_ON() statement
4975 - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
4976 - net/smc: fewer parameters for smc_llc_send_confirm_link()
4977 - net/smc: use correct vlan gid of RoCE device
4978 - net/smc: provide fallback reason code
4979 - net/smc: improve delete link processing
4980 - net: simplify sock_poll_wait
4981 - net/smc: send response to test link signal
4982
4983 * Miscellaneous Ubuntu changes
4984 - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
4985 - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
4986
4987 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Sep 2018 07:08:38 -0500
4988
4989 linux (4.18.0-7.8) cosmic; urgency=medium
4990
4991 * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
4992
4993 * pmtu.sh fails on 4.18 kernel (LP: #1789436)
4994 - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
4995
4996 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Aug 2018 11:08:51 -0500
4997
4998 linux (4.18.0-6.7) cosmic; urgency=medium
4999
5000 * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
5001
5002 * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
5003 - Config: Disable BPF_JIT_ALWAYS_ON on i386
5004
5005 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
5006 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
5007
5008 * Cosmic update to v4.18.5 stable release (LP: #1788874)
5009 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
5010 - pty: fix O_CLOEXEC for TIOCGPTPEER
5011 - mm: Allow non-direct-map arguments to free_reserved_area()
5012 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
5013 - x86/mm/init: Add helper for freeing kernel image pages
5014 - x86/mm/init: Remove freed kernel image areas from alias mapping
5015 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
5016 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
5017 - drm/i915/kvmgt: Fix potential Spectre v1
5018 - drm/amdgpu/pm: Fix potential Spectre v1
5019 - parisc: Remove unnecessary barriers from spinlock.h
5020 - parisc: Remove ordered stores from syscall.S
5021 - PCI: Restore resized BAR state on resume
5022 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
5023 - PCI: hotplug: Don't leak pci_slot on registration failure
5024 - PCI: aardvark: Size bridges before resources allocation
5025 - PCI: Skip MPS logic for Virtual Functions (VFs)
5026 - PCI: pciehp: Fix use-after-free on unplug
5027 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
5028 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
5029 - i2c: imx: Fix race condition in dma read
5030 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
5031 - Linux 4.18.5
5032
5033 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
5034 - [Config] CONFIG_SCLP_OFB=y for s390x
5035
5036 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
5037 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
5038 - partitions/aix: append null character to print data from disk
5039
5040 * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
5041 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
5042
5043 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
5044 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
5045
5046 * Cosmic update to v4.18.4 stable release (LP: #1788454)
5047 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
5048 - net_sched: fix NULL pointer dereference when delete tcindex filter
5049 - net_sched: Fix missing res info when create new tc_index filter
5050 - r8169: don't use MSI-X on RTL8168g
5051 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
5052 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
5053 - ALSA: vx222: Fix invalid endian conversions
5054 - ALSA: virmidi: Fix too long output trigger loop
5055 - ALSA: cs5535audio: Fix invalid endian conversion
5056 - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
5057 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
5058 - ALSA: memalloc: Don't exceed over the requested size
5059 - ALSA: vxpocket: Fix invalid endian conversions
5060 - ALSA: seq: Fix poll() error return
5061 - media: gl861: fix probe of dvb_usb_gl861
5062 - USB: serial: sierra: fix potential deadlock at close
5063 - USB: serial: pl2303: add a new device id for ATEN
5064 - USB: option: add support for DW5821e
5065 - ACPI / PM: save NVS memory for ASUS 1025C laptop
5066 - tty: serial: 8250: Revert NXP SC16C2552 workaround
5067 - serial: 8250_exar: Read INT0 from slave device, too
5068 - serial: 8250_dw: always set baud rate in dw8250_set_termios
5069 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
5070 - uio: fix wrong return value from uio_mmap()
5071 - misc: sram: fix resource leaks in probe error path
5072 - Revert "uio: use request_threaded_irq instead"
5073 - Bluetooth: avoid killing an already killed socket
5074 - isdn: Disable IIOCDBGVAR
5075 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
5076 - hv/netvsc: Fix NULL dereference at single queue mode fallback
5077 - r8169: don't use MSI-X on RTL8106e
5078 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
5079 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
5080 - net: mvneta: fix mvneta_config_rss on armada 3700
5081 - cls_matchall: fix tcf_unbind_filter missing
5082 - Linux 4.18.4
5083
5084 * Cosmic update to v4.18.3 stable release (LP: #1788453)
5085 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
5086 - Linux 4.18.3
5087
5088 * Cosmic update to v4.18.2 stable release (LP: #1788452)
5089 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
5090 - x86: i8259: Add missing include file
5091 - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
5092 - x86/platform/UV: Mark memblock related init code and data correctly
5093 - x86/mm/pti: Clear Global bit more aggressively
5094 - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
5095 - x86/mm: Disable ioremap free page handling on x86-PAE
5096 - kbuild: verify that $DEPMOD is installed
5097 - crypto: ccree - fix finup
5098 - crypto: ccree - fix iv handling
5099 - crypto: ccp - Check for NULL PSP pointer at module unload
5100 - crypto: ccp - Fix command completion detection race
5101 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
5102 - crypto: vmac - require a block cipher with 128-bit block size
5103 - crypto: vmac - separate tfm and request context
5104 - crypto: blkcipher - fix crash flushing dcache in error path
5105 - crypto: ablkcipher - fix crash flushing dcache in error path
5106 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
5107 - crypto: skcipher - fix crash flushing dcache in error path
5108 - ioremap: Update pgtable free interfaces with addr
5109 - x86/mm: Add TLB purge to free pmd/pte page interfaces
5110 - Linux 4.18.2
5111
5112 * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
5113 - Bluetooth: hidp: buffer overflow in hidp_process_report
5114
5115 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
5116 walinuxagent.service (LP: #1739107)
5117 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
5118 walinuxagent.service
5119
5120 * Miscellaneous Ubuntu changes
5121 - SAUCE: ipvs: remove nbsp characters from Kconfig
5122 - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
5123 - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
5124 - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
5125 - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
5126 - [Config] update annotations following config review
5127 - [Debian] set CROSS_COMPILE when generating kernel configs
5128 - [Config] Disable the Speck cipher
5129
5130 -- Seth Forshee <seth.forshee@canonical.com> Fri, 24 Aug 2018 14:18:15 -0500
5131
5132 linux (4.18.0-5.6) cosmic; urgency=medium
5133
5134 * Cosmic update to v4.18.1 stable release (LP: #1787264)
5135 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
5136 - x86/speculation: Protect against userspace-userspace spectreRSB
5137 - kprobes/x86: Fix %p uses in error messages
5138 - x86/irqflags: Provide a declaration for native_save_fl
5139 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
5140 - x86/speculation/l1tf: Change order of offset/type in swap entry
5141 - x86/speculation/l1tf: Protect swap entries against L1TF
5142 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
5143 - x86/speculation/l1tf: Make sure the first page is always reserved
5144 - x86/speculation/l1tf: Add sysfs reporting for l1tf
5145 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
5146 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
5147 - x86/bugs: Move the l1tf function and define pr_fmt properly
5148 - sched/smt: Update sched_smt_present at runtime
5149 - x86/smp: Provide topology_is_primary_thread()
5150 - x86/topology: Provide topology_smt_supported()
5151 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
5152 - cpu/hotplug: Split do_cpu_down()
5153 - cpu/hotplug: Provide knobs to control SMT
5154 - x86/cpu: Remove the pointless CPU printout
5155 - x86/cpu/AMD: Remove the pointless detect_ht() call
5156 - x86/cpu/common: Provide detect_ht_early()
5157 - x86/cpu/topology: Provide detect_extended_topology_early()
5158 - x86/cpu/intel: Evaluate smp_num_siblings early
5159 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
5160 - x86/cpu/AMD: Evaluate smp_num_siblings early
5161 - x86/apic: Ignore secondary threads if nosmt=force
5162 - x86/speculation/l1tf: Extend 64bit swap file size limit
5163 - x86/cpufeatures: Add detection of L1D cache flush support.
5164 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
5165 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
5166 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
5167 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
5168 - cpu/hotplug: Boot HT siblings at least once
5169 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
5170 - x86/KVM/VMX: Add module argument for L1TF mitigation
5171 - x86/KVM/VMX: Add L1D flush algorithm
5172 - x86/KVM/VMX: Add L1D MSR based flush
5173 - x86/KVM/VMX: Add L1D flush logic
5174 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
5175 - x86/KVM/VMX: Add find_msr() helper function
5176 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
5177 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
5178 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
5179 - cpu/hotplug: Online siblings when SMT control is turned on
5180 - x86/litf: Introduce vmx status variable
5181 - x86/kvm: Drop L1TF MSR list approach
5182 - x86/l1tf: Handle EPT disabled state proper
5183 - x86/kvm: Move l1tf setup function
5184 - x86/kvm: Add static key for flush always
5185 - x86/kvm: Serialize L1D flush parameter setter
5186 - x86/kvm: Allow runtime control of L1D flush
5187 - cpu/hotplug: Expose SMT control init function
5188 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
5189 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
5190 - Documentation: Add section about CPU vulnerabilities
5191 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
5192 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
5193 - Documentation/l1tf: Fix typos
5194 - cpu/hotplug: detect SMT disabled by BIOS
5195 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
5196 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
5197 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
5198 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
5199 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
5200 - x86: Don't include linux/irq.h from asm/hardirq.h
5201 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
5202 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
5203 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
5204 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
5205 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
5206 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
5207 - cpu/hotplug: Fix SMT supported evaluation
5208 - x86/speculation/l1tf: Invert all not present mappings
5209 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
5210 - x86/mm/pat: Make set_memory_np() L1TF safe
5211 - x86/mm/kmmio: Make the tracer robust against L1TF
5212 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
5213 - x86/microcode: Allow late microcode loading with SMT disabled
5214 - x86/smp: fix non-SMP broken build due to redefinition of
5215 apic_id_is_primary_thread
5216 - cpu/hotplug: Non-SMP machines do not make use of booted_once
5217 - x86/init: fix build with CONFIG_SWAP=n
5218 - Linux 4.18.1
5219 - [Config] updateconfigs after v4.18.1 stable update
5220
5221 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
5222 - [Config] Enable timestamping in network PHY devices
5223
5224 * Miscellaneous Ubuntu changes
5225 - [Config] CONFIG_SYSCTL_SYSCALL=n
5226
5227 [ Upstream Kernel Changes ]
5228
5229 * Rebase to v4.18
5230
5231 -- Seth Forshee <seth.forshee@canonical.com> Wed, 15 Aug 2018 14:20:59 -0500
5232
5233 linux (4.18.0-4.5) cosmic; urgency=medium
5234
5235 [ Upstream Kernel Changes ]
5236
5237 * Rebase to v4.18-rc8
5238
5239 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Aug 2018 13:54:02 -0500
5240
5241 linux (4.18.0-3.4) cosmic; urgency=medium
5242
5243 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
5244 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
5245 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
5246
5247 * hinic interfaces aren't getting predictable names (LP: #1783138)
5248 - hinic: Link the logical network device to the pci device in sysfs
5249
5250 * libvirtd is unable to configure bridge devices inside of LXD containers
5251 (LP: #1784501)
5252 - kernfs: allow creating kernfs objects with arbitrary uid/gid
5253 - sysfs, kobject: allow creating kobject belonging to arbitrary users
5254 - kobject: kset_create_and_add() - fetch ownership info from parent
5255 - driver core: set up ownership of class devices in sysfs
5256 - net-sysfs: require net admin in the init ns for setting tx_maxrate
5257 - net-sysfs: make sure objects belong to container's owner
5258 - net: create reusable function for getting ownership info of sysfs inodes
5259 - bridge: make sure objects belong to container's owner
5260 - sysfs: Fix regression when adding a file to an existing group
5261
5262 * locking sockets broken due to missing AppArmor socket mediation patches
5263 (LP: #1780227)
5264 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
5265
5266 * Update2 for ocxl driver (LP: #1781436)
5267 - ocxl: Fix page fault handler in case of fault on dying process
5268
5269 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
5270 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
5271 - vga_switcheroo: set audio client id according to bound GPU id
5272
5273 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
5274 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
5275
5276 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
5277 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
5278 'firmware_install' target
5279
5280 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
5281 (LP: #1782116)
5282 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
5283
5284 [ Upstream Kernel Changes ]
5285
5286 * Rebase to v4.18-rc7
5287
5288 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Aug 2018 08:49:40 -0500
5289
5290 linux (4.18.0-2.3) cosmic; urgency=medium
5291
5292 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
5293 - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
5294
5295 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
5296 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
5297 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
5298 bitmap
5299
5300 * Cloud-init causes potentially huge boot delays with 4.15 kernels
5301 (LP: #1780062)
5302 - random: Make getrandom() ready earlier
5303
5304 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
5305 - scsi: hisi_sas: Update a couple of register settings for v3 hw
5306
5307 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
5308 - scsi: hisi_sas: Add missing PHY spinlock init
5309
5310 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
5311 (LP: #1777727)
5312 - scsi: hisi_sas: Use dmam_alloc_coherent()
5313 - scsi: hisi_sas: Pre-allocate slot DMA buffers
5314
5315 * hisi_sas: Failures during host reset (LP: #1777696)
5316 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
5317 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
5318 - scsi: hisi_sas: Adjust task reject period during host reset
5319 - scsi: hisi_sas: Add a flag to filter PHY events during reset
5320 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
5321
5322 * Miscellaneous Ubuntu changes
5323 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
5324 - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
5325 - Enable zfs build
5326 - SAUCE: Import aufs driver
5327 - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
5328 - [Config] retpoline -- review and accept retpoline changes
5329
5330 [ Upstream Kernel Changes ]
5331
5332 * Rebase to v4.18-rc5
5333 * Rebase to v4.18-rc6
5334
5335 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jul 2018 08:41:22 -0500
5336
5337 linux (4.18.0-1.2) cosmic; urgency=medium
5338
5339 [ Upstream Kernel Changes ]
5340
5341 * Rebase to v4.18-rc4
5342
5343 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jul 2018 07:36:31 -0500
5344
5345 linux (4.18.0-0.1) cosmic; urgency=medium
5346
5347 * Miscellaneous Ubuntu changes
5348 - ubuntu -- disable vbox build
5349 - Disable zfs build
5350 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
5351 kernel image
5352 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
5353 - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
5354 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
5355 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
5356 locked down
5357 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
5358 down
5359 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
5360 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
5361 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
5362 down
5363 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
5364 locked down
5365 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
5366 down
5367 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
5368 locked down
5369 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
5370 has been locked down
5371 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
5372 locked down
5373 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
5374 locked down
5375 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
5376 down
5377 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
5378 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
5379 parameters (eg. ioport)
5380 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
5381 - SAUCE: (efi-lockdown) Lock down /proc/kcore
5382 - SAUCE: (efi-lockdown) Lock down kprobes
5383 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
5384 kernel is locked down
5385 - SAUCE: (efi-lockdown) Lock down perf
5386 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
5387 down
5388 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
5389 reboot
5390 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
5391 boot mode
5392 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
5393 mode
5394 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
5395 secondary keyring
5396 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
5397 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
5398 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
5399 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
5400 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
5401 that aren't present.
5402 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
5403 efi_status_to_err().
5404 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
5405 error messages.
5406 - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
5407 verification
5408 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
5409 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
5410 - SAUCE: (namespace) block_dev: Support checking inode permissions in
5411 lookup_bdev()
5412 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
5413 when mounting
5414 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
5415 when mounting
5416 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
5417 namespaces
5418 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
5419 mounts
5420 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
5421 opened for writing
5422 - SAUCE: Import aufs driver
5423 - Update dropped.txt
5424 - [Config] updateconfigs after 4.18-rc3 rebase
5425 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
5426
5427 [ Upstream Kernel Changes ]
5428
5429 * Rebase to v4.18-rc3
5430
5431 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jul 2018 10:46:37 -0500
5432
5433 linux (4.18.0-0.0) cosmic; urgency=medium
5434
5435 * Dummy entry.
5436
5437 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Jul 2018 11:10:33 -0500
5438
5439 linux (4.17.0-4.5) cosmic; urgency=medium
5440
5441 * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
5442
5443 * Update to ocxl driver for 18.04.1 (LP: #1775786)
5444 - powerpc: Add TIDR CPU feature for POWER9
5445 - powerpc: Use TIDR CPU feature to control TIDR allocation
5446 - powerpc: use task_pid_nr() for TID allocation
5447 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
5448 - ocxl: Expose the thread_id needed for wait on POWER9
5449 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
5450 - ocxl: Document new OCXL IOCTLs
5451 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
5452
5453 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
5454 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
5455
5456 * glibc pkeys test fail on powerpc (LP: #1776967)
5457 - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
5458
5459 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
5460 - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
5461
5462 * Miscellaneous Ubuntu changes
5463 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
5464
5465 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Jun 2018 13:37:52 -0500
5466
5467 linux (4.17.0-3.4) cosmic; urgency=medium
5468
5469 * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
5470
5471 * Cosmic update to v4.17.3 stable release (LP: #1778997)
5472 - net: aquantia: fix unsigned numvecs comparison with less than zero
5473 - bonding: re-evaluate force_primary when the primary slave name changes
5474 - cdc_ncm: avoid padding beyond end of skb
5475 - ipv6: allow PMTU exceptions to local routes
5476 - net: dsa: add error handling for pskb_trim_rcsum
5477 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
5478 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
5479 - tcp: verify the checksum of the first data segment in a new connection
5480 - tls: fix use-after-free in tls_push_record
5481 - tls: fix waitall behavior in tls_sw_recvmsg
5482 - socket: close race condition between sock_close() and sockfs_setattr()
5483 - udp: fix rx queue len reported by diag and proc interface
5484 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
5485 vlan
5486 - hv_netvsc: Fix a network regression after ifdown/ifup
5487 - ACPICA: AML parser: attempt to continue loading table after error
5488 - ext4: fix hole length detection in ext4_ind_map_blocks()
5489 - ext4: update mtime in ext4_punch_hole even if no blocks are released
5490 - ext4: do not allow external inodes for inline data
5491 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
5492 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
5493 - ext4: fix fencepost error in check for inode count overflow during resize
5494 - driver core: Don't ignore class_dir_create_and_add() failure.
5495 - Btrfs: allow empty subvol= again
5496 - Btrfs: fix clone vs chattr NODATASUM race
5497 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
5498 - btrfs: return error value if create_io_em failed in cow_file_range
5499 - btrfs: scrub: Don't use inode pages for device replace
5500 - ALSA: usb-audio: Disable the quirk for Nura headset
5501 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
5502 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
5503 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
5504 - ALSA: hda: add dock and led support for HP ProBook 640 G4
5505 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
5506 - smb3: fix various xid leaks
5507 - smb3: on reconnect set PreviousSessionId field
5508 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
5509 expiry
5510 - cifs: For SMB2 security informaion query, check for minimum sized security
5511 descriptor instead of sizeof FileAllInformation class
5512 - nbd: fix nbd device deletion
5513 - nbd: update size when connected
5514 - nbd: use bd_set_size when updating disk size
5515 - blk-mq: reinit q->tag_set_list entry only after grace period
5516 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
5517 - cpufreq: Fix new policy initialization during limits updates via sysfs
5518 - cpufreq: ti-cpufreq: Fix an incorrect error return value
5519 - cpufreq: governors: Fix long idle detection logic in load calculation
5520 - libata: zpodd: small read overflow in eject_tray()
5521 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
5522 - nvme/pci: Sync controller reset for AER slot_reset
5523 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
5524 - x86/vector: Fix the args of vector_alloc tracepoint
5525 - x86/apic/vector: Prevent hlist corruption and leaks
5526 - x86/apic: Provide apic_ack_irq()
5527 - x86/ioapic: Use apic_ack_irq()
5528 - x86/platform/uv: Use apic_ack_irq()
5529 - irq_remapping: Use apic_ack_irq()
5530 - genirq/generic_pending: Do not lose pending affinity update
5531 - genirq/affinity: Defer affinity setting if irq chip is busy
5532 - genirq/migration: Avoid out of line call if pending is not set
5533 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
5534 - media: uvcvideo: Prevent setting unavailable flags
5535 - media: rc: ensure input/lirc device can be opened after register
5536 - iwlwifi: fw: harden page loading code
5537 - orangefs: set i_size on new symlink
5538 - orangefs: report attributes_mask and attributes for statx
5539 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
5540 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
5541 - vhost: fix info leak due to uninitialized memory
5542 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
5543 - Linux 4.17.3
5544
5545 * Use-after-free in sk_peer_label (LP: #1778646)
5546 - SAUCE: apparmor: fix use after free in sk_peer_label
5547
5548 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
5549 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
5550
5551 * Various fixes for CXL kernel module (LP: #1774471)
5552 - cxl: Configure PSL to not use APC virtual machines
5553 - cxl: Disable prefault_mode in Radix mode
5554
5555 * Bluetooth not working (LP: #1764645)
5556 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
5557
5558 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
5559 (LP: #1776750)
5560 - scsi: hisi_sas: make SAS address of SATA disks unique
5561
5562 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
5563 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
5564 - SAUCE: wcn36xx: read MAC from file or randomly generate one
5565
5566 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
5567 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
5568
5569 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
5570 - fs/binfmt_misc.c: do not allow offset overflow
5571
5572 * Network installs fail on SocioNext board (LP: #1775884)
5573 - net: socionext: reset hardware in ndo_stop
5574 - net: netsec: enable tx-irq during open callback
5575
5576 * Fix several bugs in RDMA/hns driver (LP: #1770974)
5577 - RDMA/hns: Drop local zgid in favor of core defined variable
5578 - RDMA/hns: Add 64KB page size support for hip08
5579 - RDMA/hns: Rename the idx field of db
5580 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
5581 - RDMA/hns: Increase checking CMQ status timeout value
5582 - RDMA/hns: Add reset process for RoCE in hip08
5583 - RDMA/hns: Fix the illegal memory operation when cross page
5584 - RDMA/hns: Implement the disassociate_ucontext API
5585
5586 * powerpc/livepatch: Implement reliable stack tracing for the consistency
5587 model (LP: #1771844)
5588 - powerpc/livepatch: Implement reliable stack tracing for the consistency
5589 model
5590
5591 * Adding back alx WoL feature (LP: #1772610)
5592 - SAUCE: Revert "alx: remove WoL support"
5593 - SAUCE: alx: add enable_wol paramenter
5594
5595 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
5596 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
5597 - scsi: lpfc: Fix 16gb hbas failing cq create.
5598
5599 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
5600 idle states when all CORES are guarded (LP: #1771780)
5601 - powerpc/powernv/cpuidle: Init all present cpus for deep states
5602
5603 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
5604 - net-next/hinic: add pci device ids for 25ge and 100ge card
5605
5606 * Expose arm64 CPU topology to userspace (LP: #1770231)
5607 - drivers: base: cacheinfo: move cache_setup_of_node()
5608 - drivers: base: cacheinfo: setup DT cache properties early
5609 - cacheinfo: rename of_node to fw_token
5610 - arm64/acpi: Create arch specific cpu to acpi id helper
5611 - ACPI/PPTT: Add Processor Properties Topology Table parsing
5612 - [Config] CONFIG_ACPI_PPTT=y
5613 - ACPI: Enable PPTT support on ARM64
5614 - drivers: base cacheinfo: Add support for ACPI based firmware tables
5615 - arm64: Add support for ACPI based firmware tables
5616 - arm64: topology: rename cluster_id
5617 - arm64: topology: enable ACPI/PPTT based CPU topology
5618 - ACPI: Add PPTT to injectable table list
5619 - arm64: topology: divorce MC scheduling domain from core_siblings
5620
5621 * Vcs-Git header on bionic linux source package points to zesty git tree
5622 (LP: #1766055)
5623 - [Packaging]: Update Vcs-Git
5624
5625 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
5626 version (LP: #1768431)
5627 - scsi: cxlflash: Handle spurious interrupts
5628 - scsi: cxlflash: Remove commmands from pending list on timeout
5629 - scsi: cxlflash: Synchronize reset and remove ops
5630 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
5631
5632 * hisi_sas robustness fixes (LP: #1774466)
5633 - scsi: hisi_sas: delete timer when removing hisi_sas driver
5634 - scsi: hisi_sas: print device id for errors
5635 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
5636 - scsi: hisi_sas: check host frozen before calling "done" function
5637 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
5638 - scsi: hisi_sas: stop controller timer for reset
5639 - scsi: hisi_sas: update PHY linkrate after a controller reset
5640 - scsi: hisi_sas: change slot index allocation mode
5641 - scsi: hisi_sas: Change common allocation mode of device id
5642 - scsi: hisi_sas: Reset disks when discovered
5643 - scsi: hisi_sas: Create a scsi_host_template per HW module
5644 - scsi: hisi_sas: Init disks after controller reset
5645 - scsi: hisi_sas: Try wait commands before before controller reset
5646 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
5647 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
5648 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
5649 - scsi: hisi_sas: Fix return value when get_free_slot() failed
5650 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
5651
5652 * hisi_sas: Support newer v3 hardware (LP: #1774467)
5653 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
5654 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
5655 - scsi: hisi_sas: fix PI memory size
5656 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
5657 - scsi: hisi_sas: remove redundant handling to event95 for v3
5658 - scsi: hisi_sas: add readl poll timeout helper wrappers
5659 - scsi: hisi_sas: workaround a v3 hw hilink bug
5660 - scsi: hisi_sas: Add LED feature for v3 hw
5661
5662 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
5663 - scsi: hisi_sas: optimise the usage of DQ locking
5664 - scsi: hisi_sas: relocate smp sg map
5665 - scsi: hisi_sas: make return type of prep functions void
5666 - scsi: hisi_sas: allocate slot buffer earlier
5667 - scsi: hisi_sas: Don't lock DQ for complete task sending
5668 - scsi: hisi_sas: Use device lock to protect slot alloc/free
5669 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
5670 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
5671
5672 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
5673 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
5674
5675 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
5676 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
5677
5678 * hns3 driver updates (LP: #1768670)
5679 - net: hns3: Remove error log when getting pfc stats fails
5680 - net: hns3: fix to correctly fetch l4 protocol outer header
5681 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
5682 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
5683 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
5684 - net: hns3: Fix to support autoneg only for port attached with phy
5685 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
5686 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
5687 - net: hns3: Remove packet statistics in the range of 8192~12287
5688 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
5689 - net: hns3: Fix for setting mac address when resetting
5690 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
5691 - net: hns3: fix for cleaning ring problem
5692 - net: hns3: refactor the loopback related function
5693 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
5694 - net: hns3: Fix for the null pointer problem occurring when initializing
5695 ae_dev failed
5696 - net: hns3: Add a check for client instance init state
5697 - net: hns3: Change return type of hnae3_register_ae_dev
5698 - net: hns3: Change return type of hnae3_register_ae_algo
5699 - net: hns3: Change return value in hnae3_register_client
5700 - net: hns3: Fixes the back pressure setting when sriov is enabled
5701 - net: hns3: Fix for fiber link up problem
5702 - net: hns3: Add support of .sriov_configure in HNS3 driver
5703 - net: hns3: Fixes the missing PCI iounmap for various legs
5704 - net: hns3: Fixes error reported by Kbuild and internal review
5705 - net: hns3: Fixes API to fetch ethernet header length with kernel default
5706 - net: hns3: cleanup of return values in hclge_init_client_instance()
5707 - net: hns3: Fix the missing client list node initialization
5708 - net: hns3: Fix for hns3 module is loaded multiple times problem
5709 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
5710 - net: hns3: Fix for netdev not running problem after calling net_stop and
5711 net_open
5712 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
5713 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
5714 - net: hns3: Updates RX packet info fetch in case of multi BD
5715 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
5716 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
5717 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
5718 - net: hns3: Fix for PF mailbox receving unknown message
5719 - net: hns3: Fixes the state to indicate client-type initialization
5720 - net: hns3: Fixes the init of the VALID BD info in the descriptor
5721 - net: hns3: Removes unnecessary check when clearing TX/RX rings
5722 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
5723 - net: hns3: Remove unused led control code
5724 - net: hns3: Adds support for led locate command for copper port
5725 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
5726 - net: hns3: Disable vf vlan filter when vf vlan table is full
5727 - net: hns3: Add support for IFF_ALLMULTI flag
5728 - net: hns3: Add repeat address checking for setting mac address
5729 - net: hns3: Fix setting mac address error
5730 - net: hns3: Fix for service_task not running problem after resetting
5731 - net: hns3: Fix for hclge_reset running repeatly problem
5732 - net: hns3: Fix for phy not link up problem after resetting
5733 - net: hns3: Add missing break in misc_irq_handle
5734 - net: hns3: Fix for vxlan tx checksum bug
5735 - net: hns3: Optimize the PF's process of updating multicast MAC
5736 - net: hns3: Optimize the VF's process of updating multicast MAC
5737 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
5738 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
5739 VLD bit and buffer size
5740 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
5741 hclge_bind_ring_with_vector
5742 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
5743 uninit_client_instance
5744 - SAUCE: {topost} net: hns3: add vector status check before free vector
5745 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
5746 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
5747 - SAUCE: {topost} net: hns3: extraction an interface for state state
5748 init|uninit
5749 - SAUCE: {topost} net: hns3: print the ret value in error information
5750 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
5751 hns3_client_uninit
5752 - SAUCE: {topost} net: hns3: add unlikely for error check
5753 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
5754 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
5755 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
5756 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
5757 - SAUCE: {topost} net: hns3: remove some redundant assignments
5758 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
5759 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
5760 hclge_cmd_send
5761 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
5762 - SAUCE: {topost} net: hns3: remove some unused members of some structures
5763 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
5764 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
5765 kzalloc/dma_map_single
5766 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
5767 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
5768 - SAUCE: {topost} net: hns3: remove some redundant assignments
5769 - SAUCE: {topost} net: hns3: standardize the handle of return value
5770 - SAUCE: {topost} net: hns3: remove extra space and brackets
5771 - SAUCE: {topost} net: hns3: fix unreasonable code comments
5772 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
5773 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
5774 - SAUCE: {topost} net: hns3: fix mislead parameter name
5775 - SAUCE: {topost} net: hns3: remove unused struct member and definition
5776 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
5777 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
5778 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
5779 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
5780 status change
5781 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
5782 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
5783 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
5784 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
5785 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
5786 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
5787 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
5788 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
5789 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
5790 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
5791 function
5792 - SAUCE: {topost} net: hns3: prevent sending command during global or core
5793 reset
5794 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
5795 register
5796 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
5797 - SAUCE: {topost} net: hns3: prevent to request reset frequently
5798 - SAUCE: {topost} net: hns3: correct reset event status register
5799 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
5800 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
5801 - SAUCE: {topost} net: hns3: fix return value error in
5802 hns3_reset_notify_down_enet
5803 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
5804 while resetting
5805 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
5806 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
5807 hclge_get_ring_chain_from_mbx
5808 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
5809 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
5810 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
5811 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
5812
5813 * CVE-2018-7755
5814 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
5815
5816 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
5817 - [Packaging] Fix missing watchdog for Raspberry Pi
5818
5819 * kernel: Fix arch random implementation (LP: #1775391)
5820 - s390/archrandom: Rework arch random implementation.
5821
5822 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
5823 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
5824 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
5825
5826 * Cosmic update to v4.17.2 stable release (LP: #1779117)
5827 - crypto: chelsio - request to HW should wrap
5828 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
5829 - KVM: X86: Fix reserved bits check for MOV to CR3
5830 - KVM: x86: introduce linear_{read,write}_system
5831 - kvm: fix typo in flag name
5832 - kvm: nVMX: Enforce cpl=0 for VMX instructions
5833 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
5834 kvm_write_guest_virt_system
5835 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
5836 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
5837 - NFC: pn533: don't send USB data off of the stack
5838 - usbip: vhci_sysfs: fix potential Spectre v1
5839 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
5840 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
5841 - Input: xpad - add GPD Win 2 Controller USB IDs
5842 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
5843 - usb: core: message: remove extra endianness conversion in
5844 usb_set_isoch_delay
5845 - usb: typec: wcove: Remove dependency on HW FSM
5846 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
5847 - usb: gadget: udc: renesas_usb3: fix double phy_put()
5848 - usb: gadget: udc: renesas_usb3: should remove debugfs
5849 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
5850 udc
5851 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
5852 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
5853 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
5854 reconnecting
5855 - serial: sh-sci: Stop using printk format %pCr
5856 - tty/serial: atmel: use port->name as name in request_irq()
5857 - serial: samsung: fix maxburst parameter for DMA transactions
5858 - serial: 8250: omap: Fix idling of clocks for unused uarts
5859 - vmw_balloon: fixing double free when batching mode is off
5860 - doc: fix sysfs ABI documentation
5861 - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
5862 - tty: pl011: Avoid spuriously stuck-off interrupts
5863 - crypto: ccree - correct host regs offset
5864 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
5865 - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
5866 - crypto: caam - strip input zeros from RSA input buffer
5867 - crypto: caam - fix DMA mapping dir for generated IV
5868 - crypto: caam - fix IV DMA mapping and updating
5869 - crypto: caam/qi - fix IV DMA mapping and updating
5870 - crypto: caam - fix size of RSA prime factor q
5871 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
5872 - crypto: cavium - Limit result reading attempts
5873 - crypto: vmx - Remove overly verbose printk from AES init routines
5874 - crypto: vmx - Remove overly verbose printk from AES XTS init
5875 - crypto: omap-sham - fix memleak
5876 - Linux 4.17.2
5877
5878 * Cosmic update to v4.17.1 stable release (LP: #1779116)
5879 - netfilter: nf_flow_table: attach dst to skbs
5880 - bnx2x: use the right constant
5881 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
5882 - ipv6: omit traffic class when calculating flow hash
5883 - l2tp: fix refcount leakage on PPPoL2TP sockets
5884 - netdev-FAQ: clarify DaveM's position for stable backports
5885 - net: metrics: add proper netlink validation
5886 - net/packet: refine check for priv area size
5887 - rtnetlink: validate attributes in do_setlink()
5888 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
5889 - team: use netdev_features_t instead of u32
5890 - vrf: check the original netdevice for generating redirect
5891 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
5892 - ipmr: fix error path when ipmr_new_table fails
5893 - PCI: hv: Do not wait forever on a device that has disappeared
5894 - Linux 4.17.1
5895
5896 * Miscellaneous Ubuntu changes
5897 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
5898 CONFIG_VMAP_STACK"
5899 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
5900 - SAUCE: apparmor: userspace queries
5901 - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
5902 - SAUCE: apparmor: af_unix mediation
5903
5904 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Jun 2018 08:03:32 -0500
5905
5906 linux (4.17.0-2.3) cosmic; urgency=medium
5907
5908 * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
5909
5910 * Miscellaneous Ubuntu changes
5911 - Config: remove IrDA from annotations
5912 - Config: remove scsi drivers from annotations
5913 - Config: remove BT_HCIBTUART from annotations
5914 - Config: pstore zlib support was renamed
5915 - Config: disable NVRAM for armhf on annotations
5916 - Config: Disable VT on s390x
5917 - Config: Update SSB and B43/B44 options
5918 - Config: some options not supported on some arches anymore
5919 - Config: renamed and removed options
5920 - Config: TCG_CRB is required for IMA on ACPI systems
5921 - Config: EXTCON_AXP288 depends on X86
5922 - Config: CONFIG_FSI depends on OF
5923 - Config: DRM_RCAR_LVDS now depends on DRM
5924 - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
5925 - Config: Enable HINIC on arm64
5926 - Config: Set PPS and PTP_1588_CLOCK as y
5927 - Config: Some NF_TABLES options are built-in now
5928 - Config: GENERIC_CPU for ppc64el
5929 - Config: KEXEC_FILE=n for s390x
5930 - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
5931 - Config: Disable STM32 support
5932 - Config: Enable FORTIFY_SOURCE for armhf
5933 - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
5934
5935 [ Upstream Kernel Changes ]
5936
5937 * Rebase to v4.17
5938
5939 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 11 Jun 2018 15:22:10 -0300
5940
5941 linux (4.17.0-1.2) cosmic; urgency=medium
5942
5943 [ Seth Forshee ]
5944 * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
5945 - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
5946
5947 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
5948 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
5949 num_possible_cpus()
5950
5951 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
5952 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
5953 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
5954
5955 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
5956 - [Config] update Build-Depends: transfig to fig2dev
5957
5958 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
5959 to load (LP: #1728238)
5960 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
5961 unreleased firmware"
5962
5963 * No driver for Huawei network adapters on arm64 (LP: #1769899)
5964 - net-next/hinic: add arm64 support
5965
5966 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
5967 - [Config] snapdragon: DRM_I2C_ADV7511=y
5968
5969 * Add d-i support for Huawei NICs (LP: #1767490)
5970 - d-i: add hinic to nic-modules udeb
5971
5972 * Acer Swift sf314-52 power button not managed (LP: #1766054)
5973 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
5974
5975 * Include nfp driver in linux-modules (LP: #1768526)
5976 - [Config] Add nfp.ko to generic inclusion list
5977
5978 * Miscellaneous Ubuntu changes
5979 - SAUCE: Import aufs driver
5980 - [Config] Enable AUFS config options
5981 - SAUCE: (efi-lockdown) Fix for module sig verification
5982 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
5983 reboot
5984 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
5985 boot mode
5986 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
5987 mode
5988 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
5989 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
5990 - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
5991 - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
5992 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
5993 - enable zfs build
5994
5995 * Miscellaneous upstream changes
5996 - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
5997 lockdown mode"
5998 - Rebased to v4.17-rc6
5999
6000 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 22 May 2018 14:48:13 -0300
6001
6002 linux (4.17.0-0.1) bionic; urgency=medium
6003
6004 [ Upstream Kernel Changes ]
6005
6006 * Rebase to v4.17-rc4
6007
6008 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 08 May 2018 16:38:51 -0300
6009
6010 linux (4.17.0-0.0) bionic; urgency=medium
6011
6012 * Dummy entry.
6013
6014 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 27 Apr 2018 11:01:13 -0300
6015
6016 linux (4.16.0-4.5) bionic; urgency=medium
6017
6018 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
6019 - tools/kvm_stat: Fix python3 syntax
6020 - tools/kvm_stat: Don't use deprecated file()
6021 - tools/kvm_stat: Remove unused function
6022 - [Packaging] Add linux-tools-host package for VM host tools
6023 - [Config] do_tools_host=true for amd64
6024
6025 * [Featire] CNL: Enable RAPL support (LP: #1685712)
6026 - powercap: RAPL: Add support for Cannon Lake
6027
6028 * Bionic update to v4.16.2 stable release (LP: #1763388)
6029 - sparc64: Oracle DAX driver depends on SPARC64
6030 - arp: fix arp_filter on l3slave devices
6031 - net: dsa: Discard frames from unused ports
6032 - net/ipv6: Increment OUTxxx counters after netfilter hook
6033 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
6034 - pptp: remove a buggy dst release in pptp_connect()
6035 - sctp: do not leak kernel memory to user space
6036 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
6037 - vlan: also check phy_driver ts_info for vlan's real device
6038 - net: fool proof dev_valid_name()
6039 - ip_tunnel: better validate user provided tunnel names
6040 - ipv6: sit: better validate user provided tunnel names
6041 - ip6_gre: better validate user provided tunnel names
6042 - ip6_tunnel: better validate user provided tunnel names
6043 - vti6: better validate user provided tunnel names
6044 - net_sched: fix a missing idr_remove() in u32_delete_key()
6045 - nfp: use full 40 bits of the NSP buffer address
6046 - Linux 4.16.2
6047
6048 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
6049 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
6050 release (LP: #1763388)
6051 - sky2: Increase D3 delay to sky2 stops working after suspend
6052
6053 * Merge the linux-snapdragon kernel into bionic master/snapdragon
6054 (LP: #1763040)
6055 - arm64: defconfig: enable REMOTEPROC
6056 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
6057 - kernel: configs; add distro.config
6058 - arm64: configs: enable WCN36xx
6059 - kernel: distro.config: enable debug friendly USB network adpater
6060 - arm64: configs: enable QCOM Venus
6061 - arm64: defconfig: Enable a53/apcs and avs
6062 - arm64: defconfig: enable ondemand governor as default
6063 - arm64: defconfig: enable QCOM_TSENS
6064 - kernel: configs: enable dm_mod and dm_crypt
6065 - Force the SMD regulator driver to be compiled-in
6066 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
6067 - arm64: configs: enable BT_QCOMSMD
6068 - kernel: configs: add more USB net drivers
6069 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
6070 - arm64: configs: Enable camera drivers
6071 - kernel: configs: add freq stat to sysfs
6072 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
6073 - arm64: defconfig: Enable QRTR features
6074 - kernel: configs: set USB_CONFIG_F_FS in distro.config
6075 - kernel: distro.config: enable 'schedutil' CPUfreq governor
6076 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
6077 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
6078 - arm64: defconfig: enable LEDS_QCOM_LPG
6079 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
6080 - power: avs: Add support for CPR (Core Power Reduction)
6081 - power: avs: cpr: Use raw mem access for qfprom
6082 - power: avs: cpr: fix with new reg_sequence structures
6083 - power: avs: cpr: Register with cpufreq-dt
6084 - regulator: smd: Add floor and corner operations
6085 - PM / OPP: Support adjusting OPP voltages at runtime
6086 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
6087 - PM / OPP: HACK: Allow to set regulator without opp_list
6088 - PM / OPP: Add a helper to get an opp regulator for device
6089 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
6090 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
6091 - ov5645: I2C address change
6092 - i2c: Add Qualcomm Camera Control Interface driver
6093 - camss: vfe: Skip first four frames from sensor
6094 - camss: Do not register if no cameras are present
6095 - i2c-qcom-cci: Fix run queue completion timeout
6096 - i2c-qcom-cci: Fix I2C address bug
6097 - media: ov5645: Fix I2C address
6098 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
6099 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
6100 - leds: Add driver for Qualcomm LPG
6101 - wcn36xx: Fix warning due to duplicate scan_completed notification
6102 - arm64: dts: Add CPR DT node for msm8916
6103 - arm64: dts: add spmi-regulator nodes
6104 - arm64: dts: msm8916: Add cpufreq support
6105 - arm64: dts: msm8916: Add a shared CPU opp table
6106 - arm64: dts: msm8916: Add cpu cooling maps
6107 - arm64: dts: pm8916: Mark the s2 regulator as always-on
6108 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
6109 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
6110 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
6111 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
6112 driver
6113 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
6114 - DT: leds: Add Qualcomm Light Pulse Generator binding
6115 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
6116 - arm64: dts: qcom: Add pwm node for pm8916
6117 - arm64: dts: qcom: Add user LEDs on db820c
6118 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
6119 - ARM: dts: qcom: Add LPG node to pm8941
6120 - ARM: dts: qcom: honami: Add LPG node and RGB LED
6121 - arm64: dts: qcom: Add Camera Control Interface support
6122 - arm64: dts: qcom: Add apps_iommu vfe child node
6123 - arm64: dts: qcom: Add camss device node
6124 - arm64: dts: qcom: Add ov5645 device nodes
6125 - arm64: dts: msm8916: Fix camera sensors I2C addresses
6126 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
6127 - packaging: arm64: add a uboot flavour - part1
6128 - packaging: arm64: add a uboot flavour - part2
6129 - packaging: arm64: add a uboot flavour - part3
6130 - packaging: arm64: add a uboot flavour - part4
6131 - packaging: arm64: add a uboot flavour - part5
6132 - packaging: arm64: rename uboot flavour to snapdragon
6133 - [Config] updateconfigs after qcomlt import
6134 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
6135 - [Config] arm64: snapdragon: MSM_GCC_8916=y
6136 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
6137 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
6138 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
6139 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
6140 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
6141 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
6142 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
6143 - [Config] arm64: snapdragon: QCOM_SMEM=y
6144 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
6145 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
6146 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
6147 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
6148 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
6149 - [Config] arm64: snapdragon: QCOM_CPR=y
6150 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
6151 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
6152 - [Config] turn off DRM_MSM_REGISTER_LOGGING
6153 - [Config] arm64: snapdragon: I2C_QUP=y
6154 - [Config] arm64: snapdragon: SPI_QUP=y
6155 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
6156 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
6157 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
6158 - [Config] arm64: snapdragon: QCOM_SMSM=y
6159 - [Config] arm64: snapdragon: QCOM_SMP2P=y
6160 - [Config] arm64: snapdragon: DRM_MSM=y
6161 - [Config] arm64: snapdragon: SND_SOC=y
6162 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
6163 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
6164 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
6165 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
6166 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
6167 SND_SOC_MSM8916_WCD_DIGITAL=y
6168 - SAUCE: media: ov5645: skip address change if dt addr == default addr
6169 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
6170 #ifdefs
6171 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
6172 - [Packaging] fix up snapdragon abi paths
6173
6174 * LSM stacking patches for bionic (LP: #1763062)
6175 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
6176 - SAUCE: LSM stacking: LSM: Manage credential security blobs
6177 - SAUCE: LSM stacking: LSM: Manage file security blobs
6178 - SAUCE: LSM stacking: LSM: Manage task security blobs
6179 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
6180 - SAUCE: LSM stacking: LSM: General stacking
6181 - SAUCE: LSM stacking: fixup initialize task->security
6182 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
6183 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
6184 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
6185 - SAUCE: LSM stacking: fixup apparmor stacking enablement
6186 - SAUCE: LSM stacking: fixup stacking kconfig
6187 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
6188 - SAUCE: LSM stacking: provide prctl interface for setting context
6189 - SAUCE: LSM stacking: inherit current display LSM
6190 - SAUCE: LSM stacking: keep an index for each registered LSM
6191 - SAUCE: LSM stacking: verify display LSM
6192 - SAUCE: LSM stacking: provide a way to specify the default display lsm
6193 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
6194 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
6195 - SAUCE: LSM stacking: add Kconfig to set default display LSM
6196 - SAUCE: LSM stacking: add configs for LSM stacking
6197 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
6198 - SAUCE: LSM stacking: remove procfs context interface
6199
6200 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
6201 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
6202 - SAUCE: LSM stacking: check for invalid zero sized writes
6203
6204 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
6205 (LP: #1762755)
6206 - RDMA/hns: Support rq record doorbell for the user space
6207 - RDMA/hns: Support cq record doorbell for the user space
6208 - RDMA/hns: Support rq record doorbell for kernel space
6209 - RDMA/hns: Support cq record doorbell for kernel space
6210 - RDMA/hns: Fix cqn type and init resp
6211 - RDMA/hns: Fix init resp when alloc ucontext
6212 - RDMA/hns: Fix cq record doorbell enable in kernel
6213
6214 * Replace LPC patchset with upstream version (LP: #1762758)
6215 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
6216 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
6217 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
6218 children"
6219 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
6220 bindings"
6221 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
6222 devices"
6223 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
6224 hosts"
6225 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
6226 pci_register_io_range()"
6227 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
6228 pci_register_io_range()"
6229 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
6230 - lib: Add generic PIO mapping method
6231 - PCI: Remove __weak tag from pci_register_io_range()
6232 - PCI: Add fwnode handler as input param of pci_register_io_range()
6233 - PCI: Apply the new generic I/O management on PCI IO hosts
6234 - of: Add missing I/O range exception for indirect-IO devices
6235 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
6236 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
6237 - ACPI / scan: Do not enumerate Indirect IO host children
6238 - HISI LPC: Add ACPI support
6239 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
6240
6241 * Enable Tunneled Operations on POWER9 (LP: #1762448)
6242 - powerpc/powernv: Enable tunneled operations
6243 - cxl: read PHB indications from the device tree
6244
6245 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
6246 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
6247
6248 * NFS + sec=krb5 is broken (LP: #1759791)
6249 - sunrpc: remove incorrect HMAC request initialization
6250
6251 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
6252 - d-i: add bcm2835 to block-modules
6253
6254 * Backport USB core quirks (LP: #1762695)
6255 - usb: core: Add "quirks" parameter for usbcore
6256 - usb: core: Copy parameter string correctly and remove superfluous null check
6257 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
6258
6259 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
6260 setting up a second end-to-end encrypted disk (LP: #1762353)
6261 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
6262
6263 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
6264 - s390: move nobp parameter functions to nospec-branch.c
6265 - s390: add automatic detection of the spectre defense
6266 - s390: report spectre mitigation via syslog
6267 - s390: add sysfs attributes for spectre
6268 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
6269 - s390: correct nospec auto detection init order
6270
6271 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
6272 - powerpc/64s: Wire up cpu_show_spectre_v2()
6273
6274 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
6275 - powerpc/64s: Wire up cpu_show_spectre_v1()
6276
6277 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
6278 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
6279 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
6280 - powerpc/rfi-flush: Always enable fallback flush on pseries
6281 - powerpc/rfi-flush: Differentiate enabled and patched flush types
6282 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
6283 - powerpc/64s: Move cpu_show_meltdown()
6284 - powerpc/64s: Enhance the information in cpu_show_meltdown()
6285 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
6286 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
6287
6288 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
6289 CVE-2017-5753 // CVE-2017-5754
6290 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
6291 - powerpc: Add security feature flags for Spectre/Meltdown
6292 - powerpc/pseries: Set or clear security feature flags
6293 - powerpc/powernv: Set or clear security feature flags
6294
6295 * Hisilicon network subsystem 3 support (LP: #1761610)
6296 - net: hns3: export pci table of hclge and hclgevf to userspace
6297 - d-i: Add hns3 drivers to nic-modules
6298
6299 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
6300 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
6301
6302 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
6303 - perf vendor events: Drop incomplete multiple mapfile support
6304 - perf vendor events: Fix error code in json_events()
6305 - perf vendor events: Drop support for unused topic directories
6306 - perf vendor events: Add support for pmu events vendor subdirectory
6307 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
6308 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
6309 - perf vendor events: Add support for arch standard events
6310 - perf vendor events arm64: Add armv8-recommended.json
6311 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
6312 - perf vendor events arm64: fixup A53 to use recommended events
6313 - perf vendor events arm64: add HiSilicon hip08 JSON file
6314 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
6315
6316 * Warning "cache flush timed out!" seen when unloading the cxl driver
6317 (LP: #1762367)
6318 - cxl: Check if PSL data-cache is available before issue flush request
6319
6320 * Bionic update to v4.16.1 stable release (LP: #1763170)
6321 - bitmap: fix memset optimization on big-endian systems
6322 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
6323 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
6324 - USB: serial: cp210x: add ELDAT Easywave RX09 id
6325 - serial: 8250: Add Nuvoton NPCM UART
6326 - mei: remove dev_err message on an unsupported ioctl
6327 - /dev/mem: Avoid overwriting "err" in read_mem()
6328 - media: usbtv: prevent double free in error case
6329 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
6330 - crypto: lrw - Free rctx->ext with kzfree
6331 - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
6332 - crypto: talitos - don't persistently map req_ctx->hw_context and
6333 req_ctx->buf
6334 - crypto: inside-secure - fix clock management
6335 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
6336 - crypto: talitos - fix IPsec cipher in length
6337 - crypto: ahash - Fix early termination in hash walk
6338 - crypto: caam - Fix null dereference at error path
6339 - crypto: ccp - return an actual key size from RSA max_size callback
6340 - crypto: arm,arm64 - Fix random regeneration of S_shipped
6341 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
6342 - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
6343 - Btrfs: fix unexpected cow in run_delalloc_nocow
6344 - siox: fix possible buffer overflow in device_add_store
6345 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
6346 - Revert "base: arch_topology: fix section mismatch build warnings"
6347 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
6348 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
6349 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
6350 - vt: change SGR 21 to follow the standards
6351 - Fix slab name "biovec-(1<<(21-12))"
6352 - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
6353 - Linux 4.16.1
6354
6355 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
6356 starting 4.15-rc2 (LP: #1759893)
6357 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
6358 build"
6359 - [Config] CONFIG_BLK_DEV_NMVE=m
6360
6361 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
6362 - PM / hibernate: Make passing hibernate offsets more friendly
6363
6364 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
6365 type(pseries-bionic) complaining "KVM implementation does not support
6366 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
6367 - powerpc: Use feature bit for RTC presence rather than timebase presence
6368 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
6369 - powerpc: Free up CPU feature bits on 64-bit machines
6370 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
6371 - powerpc/powernv: Provide a way to force a core into SMT4 mode
6372 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
6373 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
6374 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
6375
6376 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
6377 - thunderbolt: Resume control channel after hibernation image is created
6378 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
6379 - thunderbolt: Handle connecting device in place of host properly
6380 - thunderbolt: Do not overwrite error code when domain adding fails
6381 - thunderbolt: Wait a bit longer for root switch config space
6382 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
6383 - thunderbolt: Handle rejected Thunderbolt devices
6384 - thunderbolt: Factor common ICM add and update operations out
6385 - thunderbolt: Correct function name in kernel-doc comment
6386 - thunderbolt: Add tb_switch_get()
6387 - thunderbolt: Add tb_switch_find_by_route()
6388 - thunderbolt: Add tb_xdomain_find_by_route()
6389 - thunderbolt: Add constant for approval timeout
6390 - thunderbolt: Move driver ready handling to struct icm
6391 - thunderbolt: Add 'boot' attribute for devices
6392 - thunderbolt: Add support for preboot ACL
6393 - thunderbolt: Introduce USB only (SL4) security level
6394 - thunderbolt: Add support for Intel Titan Ridge
6395
6396 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
6397 - ath10k: update the IRAM bank number for QCA9377
6398
6399 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
6400 (LP: #1759511)
6401 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
6402
6403 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
6404 (LP: #1757228)
6405 - cxl: Fix timebase synchronization status on P9
6406
6407 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
6408 fixes (LP: #1752182)
6409 - scsi: lpfc: Fix frequency of Release WQE CQEs
6410 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
6411 - scsi: lpfc: move placement of target destroy on driver detach
6412 - scsi: lpfc: correct debug counters for abort
6413 - scsi: lpfc: Add WQ Full Logic for NVME Target
6414 - scsi: lpfc: Fix PRLI handling when topology type changes
6415 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
6416 - scsi: lpfc: Fix RQ empty firmware trap
6417 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
6418 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
6419 - scsi: lpfc: Fix issue_lip if link is disabled
6420 - scsi: lpfc: Indicate CONF support in NVMe PRLI
6421 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
6422 - scsi: lpfc: Validate adapter support for SRIU option
6423 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
6424 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
6425 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
6426 - scsi: lpfc: update driver version to 11.4.0.7
6427 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
6428 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
6429 - scsi: lpfc: Rework sli4 doorbell infrastructure
6430 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
6431 - scsi: lpfc: Add push-to-adapter support to sli4
6432 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
6433 - scsi: lpfc: Add 64G link speed support
6434 - scsi: lpfc: Add if_type=6 support for cycling valid bits
6435 - scsi: lpfc: Enable fw download on if_type=6 devices
6436 - scsi: lpfc: Add embedded data pointers for enhanced performance
6437 - scsi: lpfc: Fix nvme embedded io length on new hardware
6438 - scsi: lpfc: Work around NVME cmd iu SGL type
6439 - scsi: lpfc: update driver version to 12.0.0.0
6440 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
6441 - scsi: lpfc: use __raw_writeX on DPP copies
6442 - scsi: lpfc: Add missing unlock in WQ full logic
6443
6444 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
6445 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
6446
6447 * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
6448 install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
6449 - [Packaging] include the retpoline extractor in the headers
6450
6451 * Use med_with_dipm SATA LPM to save more power for mobile platforms
6452 (LP: #1759547)
6453 - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
6454
6455 * Miscellaneous Ubuntu changes
6456 - [Packaging] Only install cloud init files when do_tools_common=true
6457 - SAUCE: Import aufs driver
6458 - [Config] Enable AUFS config options
6459
6460 -- Seth Forshee <seth.forshee@canonical.com> Thu, 12 Apr 2018 09:30:56 -0500
6461
6462 linux (4.16.0-3.4) bionic; urgency=medium
6463
6464 * Allow multiple mounts of zfs datasets (LP: #1759848)
6465 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
6466
6467 * zfs system process hung on container stop/delete (LP: #1754584)
6468 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
6469 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
6470 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
6471
6472 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
6473 (LP: #1755073)
6474 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
6475
6476 * CAPI Flash (cxlflash) update (LP: #1752672)
6477 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
6478 - SAUCE: cxlflash: Avoid clobbering context control register value
6479 - SAUCE: cxlflash: Add argument identifier names
6480 - SAUCE: cxlflash: Introduce OCXL backend
6481 - SAUCE: cxlflash: Hardware AFU for OCXL
6482 - SAUCE: cxlflash: Read host function configuration
6483 - SAUCE: cxlflash: Setup function acTag range
6484 - SAUCE: cxlflash: Read host AFU configuration
6485 - SAUCE: cxlflash: Setup AFU acTag range
6486 - SAUCE: cxlflash: Setup AFU PASID
6487 - SAUCE: cxlflash: Adapter context support for OCXL
6488 - SAUCE: cxlflash: Use IDR to manage adapter contexts
6489 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
6490 - SAUCE: cxlflash: Support adapter context discovery
6491 - SAUCE: cxlflash: Support image reload policy modification
6492 - SAUCE: cxlflash: MMIO map the AFU
6493 - SAUCE: cxlflash: Support starting an adapter context
6494 - SAUCE: cxlflash: Support process specific mappings
6495 - SAUCE: cxlflash: Support AFU state toggling
6496 - SAUCE: cxlflash: Support reading adapter VPD data
6497 - SAUCE: cxlflash: Setup function OCXL link
6498 - SAUCE: cxlflash: Setup OCXL transaction layer
6499 - SAUCE: cxlflash: Support process element lifecycle
6500 - SAUCE: cxlflash: Support AFU interrupt management
6501 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
6502 - SAUCE: cxlflash: Support starting user contexts
6503 - SAUCE: cxlflash: Support adapter context polling
6504 - SAUCE: cxlflash: Support adapter context reading
6505 - SAUCE: cxlflash: Support adapter context mmap and release
6506 - SAUCE: cxlflash: Support file descriptor mapping
6507 - SAUCE: cxlflash: Introduce object handle fop
6508 - SAUCE: cxlflash: Setup LISNs for user contexts
6509 - SAUCE: cxlflash: Setup LISNs for master contexts
6510 - SAUCE: cxlflash: Update synchronous interrupt status bits
6511 - SAUCE: cxlflash: Introduce OCXL context state machine
6512 - SAUCE: cxlflash: Register for translation errors
6513 - SAUCE: cxlflash: Support AFU reset
6514 - SAUCE: cxlflash: Enable OCXL operations
6515
6516 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
6517 (LP: #1736393)
6518 - SAUCE: drm/i915:Don't set chip specific data
6519 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
6520
6521 * zed process consuming 100% cpu (LP: #1751796)
6522 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
6523
6524 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
6525 "always" (LP: #1753708)
6526 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
6527
6528 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
6529 - [Packaging] retpoline -- add safe usage hint support
6530 - [Packaging] retpoline-check -- only report additions
6531 - [Packaging] retpoline -- widen indirect call/jmp detection
6532 - [Packaging] retpoline -- elide %rip relative indirections
6533 - [Packaging] retpoline -- clear hint information from packages
6534 - SAUCE: apm -- annotate indirect calls within
6535 firmware_restrict_branch_speculation_{start,end}
6536 - SAUCE: EFI -- annotate indirect calls within
6537 firmware_restrict_branch_speculation_{start,end}
6538 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
6539 code
6540 - SAUCE: vga_set_mode -- avoid jump tables
6541 - [Config] retpoine -- switch to new format
6542
6543 * Miscellaneous Ubuntu changes
6544 - [Packaging] final-checks -- remove check for empty retpoline files
6545 - [Packaging] skip cloud tools packaging when not building package
6546
6547 [ Upstream Kernel Changes ]
6548
6549 * Rebase to v4.16
6550
6551 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Apr 2018 16:15:36 -0500
6552
6553 linux (4.16.0-2.3) bionic; urgency=medium
6554
6555 * devpts: handle bind-mounts (LP: #1755857)
6556 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
6557 - SAUCE: devpts: resolve devpts bind-mounts
6558 - SAUCE: devpts: comment devpts_mntget()
6559 - SAUCE: selftests: add devpts selftests
6560
6561 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
6562 - d-i: add hisi_sas_v3_hw to scsi-modules
6563
6564 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
6565 - SAUCE: scsi: hisi_sas: config for hip08 ES
6566 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
6567
6568 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
6569 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
6570
6571 * Fix ARC hit rate (LP: #1755158)
6572 - SAUCE: Fix ARC hit rate (LP: #1755158)
6573
6574 * ZFS setgid broken on 0.7 (LP: #1753288)
6575 - SAUCE: Fix ZFS setgid
6576
6577 * CONFIG_EFI=y on armhf (LP: #1726362)
6578 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
6579
6580 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
6581 - [Config] CONFIG_USB_XHCI_DBGCAP=y
6582
6583 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
6584 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
6585 - [Config] retpoline -- clean up i386 retpoline files
6586
6587 * Miscellaneous Ubuntu changes
6588 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
6589 - [Config] fix up retpoline abi files
6590 - [Config] fix up retpoline abi files
6591 - d-i: Add netsec to nic-modules
6592
6593 [ Upstream Kernel Changes ]
6594
6595 * Rebase to v4.16-rc6
6596
6597 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Mar 2018 14:09:49 -0500
6598
6599 linux (4.16.0-1.2) bionic; urgency=medium
6600
6601 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
6602 - d-i: add cxgb4 to nic-modules
6603
6604 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
6605 - [Config] CONFIG_INDIRECT_PIO=y
6606 - SAUCE: LIB: Introduce a generic PIO mapping method
6607 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
6608 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
6609 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
6610 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
6611 - [Config] CONFIG_HISILICON_LPC=y
6612 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
6613 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
6614 - SAUCE: HISI LPC: Add ACPI support
6615 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
6616
6617 * Miscellaneous Ubuntu changes
6618 - SAUCE: tools: use CC for linking acpi tools
6619
6620 [ Upstream Kernel Changes ]
6621
6622 * Rebase to v4.16-rc3
6623
6624 -- Seth Forshee <seth.forshee@canonical.com> Wed, 28 Feb 2018 10:17:23 -0600
6625
6626 linux (4.16.0-0.1) bionic; urgency=medium
6627
6628 * retpoline abi files are empty on i386 (LP: #1751021)
6629 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
6630 - [Packaging] final-checks -- sanity checking ABI contents
6631 - [Packaging] final-checks -- check for empty retpoline files
6632
6633 * Miscellaneous upstream changes
6634 - disable vbox build
6635 - Disable zfs build
6636
6637 [ Upstream Kernel Changes ]
6638
6639 * Rebase to v4.16-rc2
6640
6641 -- Seth Forshee <seth.forshee@canonical.com> Thu, 22 Feb 2018 08:58:57 -0600
6642
6643 linux (4.16.0-0.0) bionic; urgency=medium
6644
6645 * Dummy entry
6646
6647 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Feb 2018 14:33:13 -0600
6648
6649 linux (4.15.0-10.11) bionic; urgency=medium
6650
6651 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
6652
6653 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
6654 (LP: #1749202)
6655 - swiotlb: suppress warning when __GFP_NOWARN is set
6656 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
6657
6658 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
6659 - SAUCE: tools -- add ability to disable libbfd
6660 - [Packaging] correct disablement of libbfd
6661
6662 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
6663 (LP: #1744058)
6664 - ALSA: hda/realtek - update ALC225 depop optimize
6665
6666 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
6667 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
6668
6669 * headset mic can't be detected on two Dell machines (LP: #1748807)
6670 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
6671 - ALSA: hda - Fix headset mic detection problem for two Dell machines
6672
6673 * Bionic update to v4.15.3 stable release (LP: #1749191)
6674 - ip6mr: fix stale iterator
6675 - net: igmp: add a missing rcu locking section
6676 - qlcnic: fix deadlock bug
6677 - qmi_wwan: Add support for Quectel EP06
6678 - r8169: fix RTL8168EP take too long to complete driver initialization.
6679 - tcp: release sk_frag.page in tcp_disconnect
6680 - vhost_net: stop device during reset owner
6681 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
6682 - ipv6: change route cache aging logic
6683 - Revert "defer call to mem_cgroup_sk_alloc()"
6684 - net: ipv6: send unsolicited NA after DAD
6685 - rocker: fix possible null pointer dereference in
6686 rocker_router_fib_event_work
6687 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
6688 - cls_u32: add missing RCU annotation.
6689 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
6690 - soreuseport: fix mem leak in reuseport_add_sock()
6691 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
6692 - net: sched: fix use-after-free in tcf_block_put_ext
6693 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
6694 - media: soc_camera: soc_scale_crop: add missing
6695 MODULE_DESCRIPTION/AUTHOR/LICENSE
6696 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6697 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
6698 - crypto: tcrypt - fix S/G table for test_aead_speed()
6699 - Linux 4.15.3
6700
6701 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
6702 CVE-2018-1000026
6703 - net: create skb_gso_validate_mac_len()
6704 - bnx2x: disable GSO where gso_size is too big for hardware
6705
6706 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
6707 - net: hns: add ACPI mode support for ethtool -p
6708
6709 * CVE-2017-5715 (Spectre v2 Intel)
6710 - [Packaging] retpoline files must be sorted
6711 - [Packaging] pull in retpoline files
6712
6713 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
6714 - d-i: Add hfi1 to nic-modules
6715
6716 * CVE-2017-5715 (Spectre v2 retpoline)
6717 - [Packaging] retpoline -- add call site validation
6718 - [Config] disable retpoline checks for first upload
6719
6720 * Do not duplicate changelog entries assigned to more than one bug or CVE
6721 (LP: #1743383)
6722 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
6723
6724 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
6725
6726 linux (4.15.0-9.10) bionic; urgency=medium
6727
6728 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
6729
6730 * Miscellaneous Ubuntu changes
6731 - [Debian] tests -- remove gcc-multilib dependency for arm64
6732
6733 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
6734
6735 linux (4.15.0-8.9) bionic; urgency=medium
6736
6737 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
6738
6739 * Bionic update to v4.15.2 stable release (LP: #1748072)
6740 - KVM: x86: Make indirect calls in emulator speculation safe
6741 - KVM: VMX: Make indirect call speculation safe
6742 - module/retpoline: Warn about missing retpoline in module
6743 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
6744 - x86/cpufeatures: Add Intel feature bits for Speculation Control
6745 - x86/cpufeatures: Add AMD feature bits for Speculation Control
6746 - x86/msr: Add definitions for new speculation control MSRs
6747 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
6748 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
6749 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
6750 - x86/alternative: Print unadorned pointers
6751 - x86/nospec: Fix header guards names
6752 - x86/bugs: Drop one "mitigation" from dmesg
6753 - x86/cpu/bugs: Make retpoline module warning conditional
6754 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
6755 - x86/retpoline: Simplify vmexit_fill_RSB()
6756 - x86/speculation: Simplify indirect_branch_prediction_barrier()
6757 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6758 - iio: adc/accel: Fix up module licenses
6759 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6760 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6761 - KVM: nVMX: Eliminate vmcs02 pool
6762 - KVM: VMX: introduce alloc_loaded_vmcs
6763 - objtool: Improve retpoline alternative handling
6764 - objtool: Add support for alternatives at the end of a section
6765 - objtool: Warn on stripped section symbol
6766 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
6767 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
6768 - x86/entry/64: Remove the SYSCALL64 fast path
6769 - x86/entry/64: Push extra regs right away
6770 - x86/asm: Move 'status' from thread_struct to thread_info
6771 - Documentation: Document array_index_nospec
6772 - array_index_nospec: Sanitize speculative array de-references
6773 - x86: Implement array_index_mask_nospec
6774 - x86: Introduce barrier_nospec
6775 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
6776 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
6777 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
6778 - x86/get_user: Use pointer masking to limit speculation
6779 - x86/syscall: Sanitize syscall table de-references under speculation
6780 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
6781 - nl80211: Sanitize array index in parse_txq_params
6782 - x86/spectre: Report get_user mitigation for spectre_v1
6783 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
6784 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
6785 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
6786 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
6787 - KVM: VMX: make MSR bitmaps per-VCPU
6788 - x86/kvm: Update spectre-v1 mitigation
6789 - x86/retpoline: Avoid retpolines for built-in __init functions
6790 - x86/spectre: Simplify spectre_v2 command line parsing
6791 - x86/pti: Mark constant arrays as __initconst
6792 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
6793 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
6794 - KVM/x86: Add IBPB support
6795 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
6796 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
6797 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
6798 - serial: core: mark port as initialized after successful IRQ change
6799 - fpga: region: release of_parse_phandle nodes after use
6800 - Linux 4.15.2
6801
6802 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
6803 - net: phy: core: remove now uneeded disabling of interrupts
6804 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
6805 - net: socionext: Add Synquacer NetSec driver
6806 - net: socionext: include linux/io.h to fix build
6807 - net: socionext: Fix error return code in netsec_netdev_open()
6808
6809 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
6810 - [Config] CONFIG_EDAC_GHES=y
6811
6812 * support thunderx2 vendor pmu events (LP: #1747523)
6813 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
6814 - perf tools arm64: Add support for get_cpuid_str function.
6815 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
6816 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
6817 events
6818 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
6819
6820 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
6821 - SAUCE: mm: disable vma based swap readahead by default
6822 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
6823
6824 * Miscellaneous Ubuntu changes
6825 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
6826
6827 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
6828
6829 linux (4.15.0-7.8) bionic; urgency=medium
6830
6831 * Bionic update to v4.15.1 stable release (LP: #1747169)
6832 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
6833 - tools/gpio: Fix build error with musl libc
6834 - gpio: stmpe: i2c transfer are forbiden in atomic context
6835 - gpio: Fix kernel stack leak to userspace
6836 - ALSA: hda - Reduce the suspend time consumption for ALC256
6837 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
6838 - crypto: aesni - handle zero length dst buffer
6839 - crypto: aesni - fix typo in generic_gcmaes_decrypt
6840 - crypto: aesni - add wrapper for generic gcm(aes)
6841 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
6842 aesni
6843 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
6844 aesni
6845 - crypto: inside-secure - fix hash when length is a multiple of a block
6846 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
6847 - crypto: sha3-generic - fixes for alignment and big endian operation
6848 - crypto: af_alg - whitelist mask and type
6849 - HID: wacom: EKR: ensure devres groups at higher indexes are released
6850 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
6851 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6852 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6853 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
6854 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
6855 - igb: Free IRQs when device is hotplugged
6856 - ima/policy: fix parsing of fsuuid
6857 - scsi: aacraid: Fix udev inquiry race condition
6858 - scsi: aacraid: Fix hang in kdump
6859 - scsi: storvsc: missing error code in storvsc_probe()
6860 - staging: lustre: separate a connection destroy from free struct kib_conn
6861 - staging: ccree: NULLify backup_info when unused
6862 - staging: ccree: fix fips event irq handling build
6863 - tty: fix data race between tty_init_dev and flush of buf
6864 - usb: option: Add support for FS040U modem
6865 - USB: serial: pl2303: new device id for Chilitag
6866 - USB: cdc-acm: Do not log urb submission errors on disconnect
6867 - CDC-ACM: apply quirk for card reader
6868 - USB: serial: io_edgeport: fix possible sleep-in-atomic
6869 - usbip: prevent bind loops on devices attached to vhci_hcd
6870 - usbip: list: don't list devices attached to vhci_hcd
6871 - USB: serial: simple: add Motorola Tetra driver
6872 - usb: f_fs: Prevent gadget unbind if it is already unbound
6873 - usb: uas: unconditionally bring back host after reset
6874 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
6875 - ANDROID: binder: remove waitqueue when thread exits.
6876 - android: binder: use VM_ALLOC to get vm area
6877 - mei: me: allow runtime pm for platform with D0i3
6878 - serial: 8250_of: fix return code when probe function fails to get reset
6879 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
6880 - serial: 8250_dw: Revert "Improve clock rate setting"
6881 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
6882 - spi: imx: do not access registers while clocks disabled
6883 - iio: adc: stm32: fix scan of multiple channels with DMA
6884 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
6885 - test_firmware: fix missing unlock on error in config_num_requests_store()
6886 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
6887 - Input: synaptics-rmi4 - do not delete interrupt memory too early
6888 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
6889 - Linux 4.15.1
6890
6891 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
6892 (LP: #1744712)
6893 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
6894 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
6895 version
6896
6897 * apparmor profile load in stacked policy container fails (LP: #1746463)
6898 - SAUCE: apparmor: fix display of .ns_name for containers
6899
6900 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
6901
6902 linux (4.15.0-6.7) bionic; urgency=low
6903
6904 * upload urgency should be medium by default (LP: #1745338)
6905 - [Packaging] update urgency to medium by default
6906
6907 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
6908 - scsi: libiscsi: Allow sd_shutdown on bad transport
6909
6910 * Miscellaneous Ubuntu changes
6911 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
6912 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
6913 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
6914
6915 [ Upstream Kernel Changes ]
6916
6917 * Rebase to v4.15
6918
6919 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
6920
6921 linux (4.15.0-5.6) bionic; urgency=low
6922
6923 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
6924 (LP: #1744077)
6925 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
6926
6927 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
6928 (LP: #1743638)
6929 - [d-i] Add qede to nic-modules udeb
6930
6931 * boot failure on AMD Raven + WesternXT (LP: #1742759)
6932 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
6933
6934 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
6935 (LP: #1726519)
6936 - SAUCE: Revert "scsi: libsas: allow async aborts"
6937
6938 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
6939 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
6940
6941 * Miscellaneous Ubuntu changes
6942 - Rebase to v4.15-rc7
6943 - [Config] CONFIG_CPU_ISOLATION=y
6944 - [Config] Update annotations following config review
6945 - Revert "UBUNTU: SAUCE: Import aufs driver"
6946 - SAUCE: Import aufs driver
6947 - ubuntu: vbox -- update to 5.2.6-dfsg-1
6948 - ubuntu: vbox: build fixes for 4.15
6949 - ubuntu: vbox -- update to 5.2.6-dfsg-2
6950 - hio: updates for timer api changes in 4.15
6951 - enable hio build
6952 - Rebase to v4.15-rc9
6953
6954 [ Upstream Kernel Changes ]
6955
6956 * Rebase to v4.15-rc9
6957
6958 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
6959
6960 linux (4.15.0-4.5) bionic; urgency=low
6961
6962 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
6963 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
6964
6965 * External HDMI monitor failed to show screen on Lenovo X1 series
6966 (LP: #1738523)
6967 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
6968
6969 * Miscellaneous Ubuntu changes
6970 - [Debian] autoreconstruct - add resoration of execute permissions
6971
6972 [ Upstream Kernel Changes ]
6973
6974 * Rebase to v4.15-rc4
6975
6976 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
6977
6978 linux (4.15.0-3.4) bionic; urgency=low
6979
6980 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
6981 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
6982
6983 [ Upstream Kernel Changes ]
6984
6985 * Rebase to v4.15-rc6
6986
6987 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
6988
6989 linux (4.15.0-2.3) bionic; urgency=low
6990
6991 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
6992 4.15.0-1.2 (LP: #1737752)
6993 - x86/mm: Unbreak modules that use the DMA API
6994
6995 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
6996 - [Config] CONFIG_SPI_INTEL_SPI_*=n
6997
6998 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
6999 and udebs (LP: #1521712)
7000 - [Config] Include ibmvnic in nic-modules
7001
7002 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
7003 - [Config] Enable support for emulation of deprecated ARMv8 instructions
7004
7005 * Miscellaneous Ubuntu changes
7006 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
7007 - Enable zfs build
7008 - [Debian] add icp to zfs-modules.ignore
7009
7010 [ Upstream Kernel Changes ]
7011
7012 * Rebase to v4.15-rc4
7013
7014 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
7015
7016 linux (4.15.0-1.2) bionic; urgency=low
7017
7018 * Disabling zfs does not always disable module checks for the zfs modules
7019 (LP: #1737176)
7020 - [Packaging] disable zfs module checks when zfs is disabled
7021
7022 * Miscellaneous Ubuntu changes
7023 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
7024
7025 [ Upstream Kernel Changes ]
7026
7027 * Rebase to v4.15-rc3
7028
7029 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
7030
7031 linux (4.15.0-0.1) bionic; urgency=low
7032
7033 * Miscellaneous Ubuntu changes
7034 - ubuntu: vbox -- update to 5.2.2-dfsg-2
7035 - ubuntu: vbox: build fixes for 4.15
7036 - disable hio build
7037 - [Config] Update kernel lockdown options to fix build errors
7038 - Disable zfs build
7039 - SAUCE: Import aufs driver
7040 - [Config] Enable AUFS config options
7041
7042 [ Upstream Kernel Changes ]
7043
7044 * Rebase to v4.15-rc2
7045
7046 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
7047
7048 linux (4.14.0-11.13) bionic; urgency=low
7049
7050 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
7051
7052 * CVE-2017-1000405
7053 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
7054
7055 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
7056 - SAUCE: mm: disable vma based swap readahead by default
7057 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
7058
7059 * Bionic update to v4.14.3 stable release (LP: #1735843)
7060 - s390: fix transactional execution control register handling
7061 - s390/noexec: execute kexec datamover without DAT
7062 - s390/runtime instrumention: fix possible memory corruption
7063 - s390/guarded storage: fix possible memory corruption
7064 - s390/disassembler: add missing end marker for e7 table
7065 - s390/disassembler: increase show_code buffer size
7066 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
7067 - ACPI / EC: Fix regression related to triggering source of EC event handling
7068 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
7069 - serdev: fix registration of second slave
7070 - sched: Make resched_cpu() unconditional
7071 - lib/mpi: call cond_resched() from mpi_powm() loop
7072 - x86/boot: Fix boot failure when SMP MP-table is based at 0
7073 - x86/decoder: Add new TEST instruction pattern
7074 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
7075 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
7076 - perf/x86/intel: Hide TSX events when RTM is not supported
7077 - arm64: Implement arch-specific pte_access_permitted()
7078 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
7079 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
7080 - uapi: fix linux/tls.h userspace compilation error
7081 - uapi: fix linux/rxrpc.h userspace compilation errors
7082 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
7083 - MIPS: ralink: Fix MT7628 pinmux
7084 - MIPS: ralink: Fix typo in mt7628 pinmux function
7085 - net: mvneta: fix handling of the Tx descriptor counter
7086 - nbd: wait uninterruptible for the dead timeout
7087 - nbd: don't start req until after the dead connection logic
7088 - PM / OPP: Add missing of_node_put(np)
7089 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
7090 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
7091 - PCI: hv: Use effective affinity mask
7092 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
7093 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
7094 - ALSA: hda: Add Raven PCI ID
7095 - dm integrity: allow unaligned bv_offset
7096 - dm cache: fix race condition in the writeback mode overwrite_bio
7097 optimisation
7098 - dm crypt: allow unaligned bv_offset
7099 - dm zoned: ignore last smaller runt zone
7100 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
7101 - dm bufio: fix integer overflow when limiting maximum cache size
7102 - ovl: Put upperdentry if ovl_check_origin() fails
7103 - dm: allocate struct mapped_device with kvzalloc
7104 - sched/rt: Simplify the IPI based RT balancing logic
7105 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
7106 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
7107 - dm: discard support requires all targets in a table support discards
7108 - MIPS: Fix odd fp register warnings with MIPS64r2
7109 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
7110 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
7111 - MIPS: Fix an n32 core file generation regset support regression
7112 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
7113 - MIPS: math-emu: Fix final emulation phase for certain instructions
7114 - rt2x00usb: mark device removed when get ENOENT usb error
7115 - mm/z3fold.c: use kref to prevent page free/compact race
7116 - autofs: don't fail mount for transient error
7117 - nilfs2: fix race condition that causes file system corruption
7118 - fscrypt: lock mutex before checking for bounce page pool
7119 - eCryptfs: use after free in ecryptfs_release_messaging()
7120 - libceph: don't WARN() if user tries to add invalid key
7121 - bcache: check ca->alloc_thread initialized before wake up it
7122 - fs: guard_bio_eod() needs to consider partitions
7123 - fanotify: fix fsnotify_prepare_user_wait() failure
7124 - isofs: fix timestamps beyond 2027
7125 - btrfs: change how we decide to commit transactions during flushing
7126 - f2fs: expose some sectors to user in inline data or dentry case
7127 - NFS: Fix typo in nomigration mount option
7128 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
7129 - nfs: Fix ugly referral attributes
7130 - NFS: Avoid RCU usage in tracepoints
7131 - NFS: revalidate "." etc correctly on "open".
7132 - nfsd: deal with revoked delegations appropriately
7133 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
7134 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
7135 - iwlwifi: fix firmware names for 9000 and A000 series hw
7136 - md: fix deadlock error in recent patch.
7137 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
7138 - Bluetooth: btqcomsmd: Add support for BD address setup
7139 - md/bitmap: revert a patch
7140 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
7141 - fsnotify: pin both inode and vfsmount mark
7142 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
7143 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
7144 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
7145 - ext4: prevent data corruption with inline data + DAX
7146 - ext4: prevent data corruption with journaling + DAX
7147 - ALSA: pcm: update tstamp only if audio_tstamp changed
7148 - ALSA: usb-audio: Add sanity checks to FE parser
7149 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
7150 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
7151 - ALSA: timer: Remove kernel warning at compat ioctl error paths
7152 - ALSA: hda/realtek - Fix ALC275 no sound issue
7153 - ALSA: hda: Fix too short HDMI/DP chmap reporting
7154 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
7155 - ALSA: hda/realtek - Fix ALC700 family no sound issue
7156 - ASoC: sun8i-codec: Invert Master / Slave condition
7157 - ASoC: sun8i-codec: Fix left and right channels inversion
7158 - ASoC: sun8i-codec: Set the BCLK divider
7159 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
7160 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
7161 - 9p: Fix missing commas in mount options
7162 - fs/9p: Compare qid.path in v9fs_test_inode
7163 - net/9p: Switch to wait_event_killable()
7164 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
7165 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
7166 - scsi: lpfc: fix pci hot plug crash in timer management routines
7167 - scsi: lpfc: fix pci hot plug crash in list_add call
7168 - scsi: lpfc: Fix crash receiving ELS while detaching driver
7169 - scsi: lpfc: Fix FCP hba_wqidx assignment
7170 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
7171 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
7172 - iscsi-target: Fix non-immediate TMR reference leak
7173 - target: fix null pointer regression in core_tmr_drain_tmr_list
7174 - target: fix buffer offset in core_scsi3_pri_read_full_status
7175 - target: Fix QUEUE_FULL + SCSI task attribute handling
7176 - target: Fix caw_sem leak in transport_generic_request_failure
7177 - target: Fix quiese during transport_write_pending_qf endless loop
7178 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
7179 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
7180 - mtd: nand: Export nand_reset() symbol
7181 - mtd: nand: atmel: Actually use the PM ops
7182 - mtd: nand: omap2: Fix subpage write
7183 - mtd: nand: Fix writing mtdoops to nand flash.
7184 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
7185 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
7186 - p54: don't unregister leds when they are not initialized
7187 - block: Fix a race between blk_cleanup_queue() and timeout handling
7188 - raid1: prevent freeze_array/wait_all_barriers deadlock
7189 - genirq: Track whether the trigger type has been set
7190 - irqchip/gic-v3: Fix ppi-partitions lookup
7191 - lockd: double unregister of inetaddr notifiers
7192 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
7193 enabled
7194 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
7195 - KVM: SVM: obey guest PAT
7196 - kvm: vmx: Reinstate support for CPUs without virtual NMI
7197 - dax: fix PMD faults on zero-length files
7198 - dax: fix general protection fault in dax_alloc_inode
7199 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
7200 - clk: ti: dra7-atl-clock: fix child-node lookups
7201 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
7202 - libnvdimm, pfn: make 'resource' attribute only readable by root
7203 - libnvdimm, namespace: fix label initialization to use valid seq numbers
7204 - libnvdimm, region : make 'resource' attribute only readable by root
7205 - libnvdimm, namespace: make 'resource' attribute only readable by root
7206 - svcrdma: Preserve CB send buffer across retransmits
7207 - IB/srpt: Do not accept invalid initiator port names
7208 - IB/cm: Fix memory corruption in handling CM request
7209 - IB/hfi1: Fix incorrect available receive user context count
7210 - IB/srp: Avoid that a cable pull can trigger a kernel crash
7211 - IB/core: Avoid crash on pkey enforcement failed in received MADs
7212 - IB/core: Only maintain real QPs in the security lists
7213 - NFC: fix device-allocation error return
7214 - spi-nor: intel-spi: Fix broken software sequencing codes
7215 - i40e: Use smp_rmb rather than read_barrier_depends
7216 - igb: Use smp_rmb rather than read_barrier_depends
7217 - igbvf: Use smp_rmb rather than read_barrier_depends
7218 - ixgbevf: Use smp_rmb rather than read_barrier_depends
7219 - i40evf: Use smp_rmb rather than read_barrier_depends
7220 - fm10k: Use smp_rmb rather than read_barrier_depends
7221 - ixgbe: Fix skb list corruption on Power systems
7222 - parisc: Fix validity check of pointer size argument in new CAS
7223 implementation
7224 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
7225 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
7226 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
7227 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
7228 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
7229 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
7230 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
7231 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
7232 - powerpc/64s/hash: Fix fork() with 512TB process address space
7233 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
7234 - media: Don't do DMA on stack for firmware upload in the AS102 driver
7235 - media: rc: check for integer overflow
7236 - media: rc: nec decoder should not send both repeat and keycode
7237 - cx231xx-cards: fix NULL-deref on missing association descriptor
7238 - media: v4l2-ctrl: Fix flags field on Control events
7239 - media: venus: fix wrong size on dma_free
7240 - media: venus: venc: fix bytesused v4l2_plane field
7241 - media: venus: reimplement decoder stop command
7242 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
7243 zone
7244 - iwlwifi: fix wrong struct for a000 device
7245 - iwlwifi: add a new a000 device
7246 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
7247 - iwlwifi: add new cards for a000 series
7248 - iwlwifi: add new cards for 8265 series
7249 - iwlwifi: add new cards for 8260 series
7250 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
7251 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
7252 - e1000e: Fix error path in link detection
7253 - e1000e: Fix return value test
7254 - e1000e: Separate signaling for link check/link up
7255 - e1000e: Avoid receiver overrun interrupt bursts
7256 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
7257 - Linux 4.14.3
7258
7259 * Miscellaneous Ubuntu changes
7260 - SAUCE: s390/topology: don't inline cpu_to_node
7261 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
7262
7263 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
7264
7265 linux (4.14.0-10.12) bionic; urgency=low
7266
7267 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
7268
7269 * Miscellaneous Ubuntu changes
7270 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
7271 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
7272
7273 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
7274
7275 linux (4.14.0-9.11) bionic; urgency=low
7276
7277 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
7278
7279 * Miscellaneous Ubuntu changes
7280 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
7281 0.7.3-1ubuntu1"
7282
7283 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
7284
7285 linux (4.14.0-8.10) bionic; urgency=low
7286
7287 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
7288
7289 * Bionic update to v4.14.2 stable release (LP: #1734694)
7290 - bio: ensure __bio_clone_fast copies bi_partno
7291 - af_netlink: ensure that NLMSG_DONE never fails in dumps
7292 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
7293 - net: cdc_ncm: GetNtbFormat endian fix
7294 - fealnx: Fix building error on MIPS
7295 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
7296 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
7297 - serial: omap: Fix EFR write on RTS deassertion
7298 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
7299 - tpm-dev-common: Reject too short writes
7300 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
7301 - mm/pagewalk.c: report holes in hugetlb ranges
7302 - ocfs2: fix cluster hang after a node dies
7303 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
7304 - ipmi: fix unsigned long underflow
7305 - mm/page_alloc.c: broken deferred calculation
7306 - mm/page_ext.c: check if page_ext is not prepared
7307 - coda: fix 'kernel memory exposure attempt' in fsync
7308 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
7309 - Linux 4.14.2
7310
7311 * Bionic update to v4.14.1 stable release (LP: #1734693)
7312 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
7313 - dmaengine: dmatest: warn user when dma test times out
7314 - media: imon: Fix null-ptr-deref in imon_probe
7315 - media: dib0700: fix invalid dvb_detach argument
7316 - crypto: dh - Fix double free of ctx->p
7317 - crypto: dh - Don't permit 'p' to be 0
7318 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
7319 - crypto: brcm - Explicity ACK mailbox message
7320 - USB: early: Use new USB product ID and strings for DbC device
7321 - USB: usbfs: compute urb->actual_length for isochronous
7322 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
7323 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
7324 - USB: serial: metro-usb: stop I/O after failed open
7325 - USB: serial: Change DbC debug device binding ID
7326 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
7327 - USB: serial: garmin_gps: fix I/O after failed probe and remove
7328 - USB: serial: garmin_gps: fix memory leak on probe errors
7329 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
7330 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
7331 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
7332 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
7333 - HID: cp2112: add HIDRAW dependency
7334 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
7335 - rpmsg: glink: Add missing MODULE_LICENSE
7336 - staging: wilc1000: Fix bssid buffer offset in Txq
7337 - staging: sm750fb: Fix parameter mistake in poke32
7338 - staging: ccree: fix 64 bit scatter/gather DMA ops
7339 - staging: greybus: spilib: fix use-after-free after deregistration
7340 - staging: rtl8188eu: Revert 4 commits breaking ARP
7341 - spi: fix use-after-free at controller deregistration
7342 - sparc32: Add cmpxchg64().
7343 - sparc64: mmu_context: Add missing include files
7344 - sparc64: Fix page table walk for PUD hugepages
7345 - Linux 4.14.1
7346
7347 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
7348 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
7349
7350 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
7351 (LP: #1732627)
7352 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
7353
7354 * Miscellaneous Ubuntu changes
7355 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
7356
7357 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
7358
7359 linux (4.14.0-7.9) bionic; urgency=low
7360
7361 * Miscellaneous Ubuntu changes
7362 - SAUCE: apparmor: add base infastructure for socket mediation
7363 - SAUCE: apparmor: af_unix mediation
7364 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
7365 - SAUCE: LSM stacking: LSM: manage credential security blobs
7366 - SAUCE: LSM stacking: LSM: Manage file security blobs
7367 - SAUCE: LSM stacking: LSM: manage task security blobs
7368 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
7369 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
7370 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
7371 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
7372 - SAUCE: LSM stacking: fixup initialize task->security
7373 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
7374 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
7375 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
7376 - SAUCE: LSM stacking: fixup apparmor stacking enablement
7377 - SAUCE: LSM stacking: fixup stacking kconfig
7378 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
7379 - SAUCE: LSM stacking: provide prctl interface for setting context
7380 - SAUCE: LSM stacking: inherit current display LSM
7381 - SAUCE: LSM stacking: keep an index for each registered LSM
7382 - SAUCE: LSM stacking: verify display LSM
7383 - SAUCE: LSM stacking: provide a way to specify the default display lsm
7384 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
7385 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
7386 - SAUCE: LSM stacking: add Kconfig to set default display LSM
7387 - SAUCE: LSM stacking: add configs for LSM stacking
7388 - SAUCE: LSM stacking: check for invalid zero sized writes
7389 - [Config] Run updateconfigs after merging LSM stacking
7390 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
7391
7392 [ Upstream Kernel Changes ]
7393
7394 * Rebase to v4.14
7395
7396 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
7397
7398 linux (4.14.0-6.8) bionic; urgency=low
7399
7400 * Miscellaneous Ubuntu changes
7401 - SAUCE: add workarounds to enable ZFS for 4.14
7402
7403 [ Upstream Kernel Changes ]
7404
7405 * Rebase to v4.14-rc8
7406
7407 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
7408
7409 linux (4.14.0-5.7) bionic; urgency=low
7410
7411 * Miscellaneous Ubuntu changes
7412 - [Debian] Fix invocation of dh_prep for dbgsym packages
7413
7414 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
7415
7416 linux (4.14.0-4.5) bionic; urgency=low
7417
7418 * Miscellaneous Ubuntu changes
7419 - [Packaging] virtualbox -- reduce in kernel module versions
7420 - vbox-update: Fix up KERN_DIR definitions
7421 - ubuntu: vbox -- update to 5.2.0-dfsg-2
7422 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
7423
7424 [ Upstream Kernel Changes ]
7425
7426 * Rebase to v4.14-rc7
7427
7428 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
7429
7430 linux (4.14.0-3.4) artful; urgency=low
7431
7432 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
7433 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
7434 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
7435 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
7436
7437 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
7438 - powerpc/64s: Add workaround for P9 vector CI load issue
7439
7440 * Miscellaneous Ubuntu changes
7441 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
7442 - [Config] CONFIG_DRM_VBOXVIDEO=m
7443 - SAUCE: Import aufs driver
7444 - [Config] Enable aufs
7445 - [Config] Reorder annotations file after enabling aufs
7446 - vbox-update: Disable imported vboxvideo module
7447 - ubuntu: vbox -- update to 5.1.30-dfsg-1
7448 - Enable vbox
7449 - hio: Use correct sizes when initializing ssd_index_bits* arrays
7450 - hio: Update io stat accounting for 4.14
7451 - Enable hio
7452
7453 [ Upstream Kernel Changes ]
7454
7455 * Rebase to v4.14-rc5
7456 * Rebase to v4.14-rc6
7457
7458 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
7459
7460 linux (4.14.0-2.3) artful; urgency=low
7461
7462 * [Bug] USB controller failed to respond on Denverton after loading
7463 intel_th_pci module (LP: #1715833)
7464 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
7465
7466 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
7467 17.10 (kernel 4.13) (LP: #1719290)
7468 - SAUCE: s390: update zfcpdump_defconfig
7469
7470 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
7471 - d-i: Add bnxt_en to nic-modules.
7472
7473 * Miscellaneous Ubuntu changes
7474 - [Config] Update annotations for 4.14-rc2
7475
7476 [ Upstream Kernel Changes ]
7477
7478 * Rebase to v4.14-rc3
7479 * Rebase to v4.14-rc4
7480
7481 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
7482
7483 linux (4.14.0-1.2) artful; urgency=low
7484
7485 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
7486 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
7487
7488 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
7489 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
7490
7491 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
7492 (LP: #1718679)
7493 - [Config] CONFIG_DRM_VBOXVIDEO=n
7494
7495 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
7496 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
7497
7498 * autopkgtest profile fails to build on armhf (LP: #1717920)
7499 - [Packaging] autopkgtest -- disable d-i when dropping flavours
7500
7501 * Miscellaneous Ubuntu changes
7502 - [Config] CONFIG_I2C_XLP9XX=m
7503 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
7504
7505 [ Upstream Kernel Changes ]
7506
7507 * Rebase to v4.14-rc2
7508
7509 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
7510
7511 linux (4.14.0-0.1) artful; urgency=low
7512
7513 * Miscellaneous Ubuntu changes
7514 - Disable vbox build
7515 - Disable hio build
7516 - Disable zfs build
7517
7518 [ Upstream Kernel Changes ]
7519
7520 * Rebase to v4.14-rc1
7521
7522 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
7523
7524 linux (4.13.0-11.12) artful; urgency=low
7525
7526 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
7527
7528 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
7529 - s390/mm: fix local TLB flushing vs. detach of an mm address space
7530 - s390/mm: fix race on mm->context.flush_mm
7531
7532 * CVE-2017-1000251
7533 - Bluetooth: Properly check L2CAP config option output buffer length
7534
7535 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
7536
7537 linux (4.13.0-10.11) artful; urgency=low
7538
7539 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
7540
7541 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
7542 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
7543
7544 * Artful update to v4.13.1 stable release (LP: #1716284)
7545 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
7546 - USB: serial: option: add support for D-Link DWM-157 C1
7547 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
7548 - usb:xhci:Fix regression when ATI chipsets detected
7549 - USB: musb: fix external abort on suspend
7550 - ANDROID: binder: add padding to binder_fd_array_object.
7551 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
7552 - USB: core: Avoid race of async_completed() w/ usbdev_release()
7553 - staging/rts5208: fix incorrect shift to extract upper nybble
7554 - staging: ccree: save ciphertext for CTS IV
7555 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
7556 - iio: adc: ti-ads1015: fix incorrect data rate setting update
7557 - iio: adc: ti-ads1015: fix scale information for ADS1115
7558 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
7559 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
7560 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
7561 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
7562 - driver core: bus: Fix a potential double free
7563 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
7564 - binder: free memory on error
7565 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
7566 - crypto: caam/qi - fix compilation with DEBUG enabled
7567 - thunderbolt: Fix reset response_type
7568 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
7569 - intel_th: pci: Add Cannon Lake PCH-H support
7570 - intel_th: pci: Add Cannon Lake PCH-LP support
7571 - ath10k: fix memory leak in rx ring buffer allocation
7572 - drm/vgem: Pin our pages for dmabuf exports
7573 - drm/ttm: Fix accounting error when fail to get pages for pool
7574 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
7575 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
7576 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
7577 - iwlwifi: pci: add new PCI ID for 7265D
7578 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
7579 - mwifiex: correct channel stat buffer overflows
7580 - MCB: add support for SC31 to mcb-lpc
7581 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
7582 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
7583 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
7584 - workqueue: Fix flag collision
7585 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
7586 - cs5536: add support for IDE controller variant
7587 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
7588 - scsi: sg: recheck MMAP_IO request length with lock held
7589 - of/device: Prevent buffer overflow in of_device_modalias()
7590 - rtlwifi: Fix memory leak when firmware request fails
7591 - rtlwifi: Fix fallback firmware loading
7592 - Linux 4.13.1
7593
7594 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
7595 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
7596
7597 * SRIOV: warning if unload VFs (LP: #1715073)
7598 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
7599
7600 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
7601 - i40e: avoid NVM acquire deadlock during NVM update
7602 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
7603
7604 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
7605 twice when perf stat is done (perf:) (LP: #1714571)
7606 - perf vendor events powerpc: Remove duplicate events
7607
7608 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
7609 (LP: #1703339)
7610 - [Config] Include vmd in storage-core-modules udeb
7611
7612 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
7613 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
7614 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
7615 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
7616 offline
7617
7618 * Miscellaneous Ubuntu changes
7619 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
7620 - Revert "UBUNTU: SAUCE: Import aufs driver"
7621 - SAUCE: Import aufs driver
7622
7623 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
7624
7625 linux (4.13.0-9.10) artful; urgency=low
7626
7627 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
7628
7629 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
7630 - [Config] CONFIG_EDAC_GHES=n
7631
7632 * Miscellaneous Ubuntu changes
7633 - ubuntu: vbox -- update to 5.1.26-dfsg-2
7634
7635 [ Upstream Kernel Changes ]
7636
7637 * Rebase to v4.13
7638
7639 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
7640
7641 linux (4.13.0-8.9) artful; urgency=low
7642
7643 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
7644 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
7645
7646 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
7647 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
7648
7649 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
7650 Harrisonville SDP (LP: #1709257)
7651 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
7652 - EDAC, pnd2: Mask off the lower four bits of a BAR
7653 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
7654 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
7655 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
7656 reading BAR
7657
7658 * Miscellaneous Ubuntu changes
7659 - Revert "UBUNTU: SAUCE: Import aufs driver"
7660 - SAUCE: Import aufs driver
7661 - SAUCE: selftests/powerpc: Disable some ptrace selftests
7662 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
7663 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
7664 - [Config] Disable CONFIG_MDIO_* options for s390x
7665 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
7666 - [Config] Update annotations for 4.13
7667
7668 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
7669
7670 linux (4.13.0-7.8) artful; urgency=low
7671
7672 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
7673 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
7674 paths
7675
7676 * Miscellaneous Ubuntu changes
7677 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
7678
7679 * Miscellaneous upstream changes
7680 - seccomp: Provide matching filter for introspection
7681 - seccomp: Sysctl to display available actions
7682 - seccomp: Operation for checking if an action is available
7683 - seccomp: Sysctl to configure actions that are allowed to be logged
7684 - seccomp: Selftest for detection of filter flag support
7685 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
7686 - seccomp: Action to log before allowing
7687
7688 [ Upstream Kernel Changes ]
7689
7690 * Rebase to v4.13-rc7
7691
7692 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
7693
7694 linux (4.13.0-6.7) artful; urgency=low
7695
7696 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
7697 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
7698
7699 * sort ABI files with C.UTF-8 locale (LP: #1712345)
7700 - [Packaging] sort ABI files with C.UTF-8 locale
7701
7702 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
7703 - SAUCE: igb: add support for using Broadcom 54616 as PHY
7704
7705 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
7706 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
7707 - powerpc/mm/radix: Improve TLB/PWC flushes
7708 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
7709
7710 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
7711 properly enrolled keys (LP: #1712168)
7712 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
7713
7714 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
7715 - [Config] CONFIG_BLK_DEV_NVME=m for s390
7716
7717 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
7718 (LP: #1711298)
7719 - [Config] CONFIG_INTEL_ATOMISP=n
7720
7721 * Miscellaneous Ubuntu changes
7722 - SAUCE: apparmor: af_unix mediation
7723
7724 * Miscellaneous upstream changes
7725 - apparmor: Fix shadowed local variable in unpack_trans_table()
7726 - apparmor: Fix logical error in verify_header()
7727 - apparmor: Fix an error code in aafs_create()
7728 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
7729 - apparmor: add the ability to mediate signals
7730 - apparmor: add mount mediation
7731 - apparmor: cleanup conditional check for label in label_print
7732 - apparmor: add support for absolute root view based labels
7733 - apparmor: make policy_unpack able to audit different info messages
7734 - apparmor: add more debug asserts to apparmorfs
7735 - apparmor: add base infastructure for socket mediation
7736 - apparmor: move new_null_profile to after profile lookup fns()
7737 - apparmor: fix race condition in null profile creation
7738 - apparmor: ensure unconfined profiles have dfas initialized
7739 - apparmor: fix incorrect type assignment when freeing proxies
7740
7741 [ Upstream Kernel Changes ]
7742
7743 * Rebase to v4.13-rc6
7744
7745 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
7746
7747 linux (4.13.0-5.6) artful; urgency=low
7748
7749 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
7750 - perf pmu-events: Support additional POWER8+ PVR in mapfile
7751 - perf vendor events: Add POWER9 PMU events
7752 - perf vendor events: Add POWER9 PVRs to mapfile
7753 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
7754 - SAUCE: perf vendor events powerpc: Update POWER9 events
7755
7756 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
7757 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
7758
7759 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
7760 kernels able to boot without initramfs (LP: #1700972)
7761 - [Debian] Don't depend on initramfs-tools
7762
7763 * Miscellaneous Ubuntu changes
7764 - SAUCE: Import aufs driver
7765 - SAUCE: aufs -- Add missing argument to loop_switch() call
7766 - [Config] Enable aufs
7767 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
7768 - Enable zfs build
7769 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
7770 - [Packaging] switch up to debhelper 9
7771
7772 [ Upstream Kernel Changes ]
7773
7774 * Rebase to v4.13-rc5
7775
7776 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
7777
7778 linux (4.13.0-4.5) artful; urgency=low
7779
7780 * Lenovo Yoga 910 Sensors (LP: #1708120)
7781 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
7782
7783 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
7784 (LP: #1703339)
7785 - [Config] Add vmd driver to generic inclusion list
7786
7787 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
7788 - [Config] CONFIG_SATA_HIGHBANK=y
7789
7790 * Miscellaneous Ubuntu changes
7791 - ubuntu: vbox -- update to 5.1.26-dfsg-1
7792 - SAUCE: hio: Build fixes for 4.13
7793 - Enable hio build
7794 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
7795 - [debian] use all rather than amd64 dkms debs for sync
7796
7797 [ Upstream Kernel Changes ]
7798
7799 * Rebase to v4.13-rc4
7800
7801 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
7802
7803 linux (4.13.0-3.4) artful; urgency=low
7804
7805 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
7806 - [Packaging] tests -- reduce rebuild test to one flavour
7807 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
7808
7809 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
7810 - SAUCE: virtio_net: Revert mergeable buffer handling rework
7811
7812 [ Upstream Kernel Changes ]
7813
7814 * Rebase to v4.13-rc3
7815
7816 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
7817
7818 linux (4.13.0-2.3) artful; urgency=low
7819
7820 * Change CONFIG_IBMVETH to module (LP: #1704479)
7821 - [Config] CONFIG_IBMVETH=m
7822
7823 [ Upstream Kernel Changes ]
7824
7825 * Rebase to v4.13-rc2
7826
7827 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
7828
7829 linux (4.13.0-1.2) artful; urgency=low
7830
7831 * Miscellaneous Ubuntu changes
7832 - [Debian] Support sphinx-based kernel documentation
7833
7834 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
7835
7836 linux (4.13.0-0.1) artful; urgency=low
7837
7838 * Miscellaneous Ubuntu changes
7839 - Disable hio
7840 - Disable zfs build
7841 - ubuntu: vbox -- update to 5.1.24-dfsg-1
7842
7843 [ Upstream Kernel Changes ]
7844
7845 * Rebase to v4.13-rc1
7846
7847 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
7848
7849 linux (4.12.0-7.8) artful; urgency=low
7850
7851 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
7852 (LP: #1673564)
7853 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
7854 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
7855 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
7856 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
7857 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
7858 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
7859 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
7860 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
7861 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
7862 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
7863 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
7864 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
7865 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
7866 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
7867 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
7868 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
7869 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
7870 - arm64: Add MIDR values for Cavium cn83XX SoCs
7871 - arm64: Add workaround for Cavium Thunder erratum 30115
7872 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
7873 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
7874 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
7875 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
7876 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
7877 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
7878 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
7879 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
7880
7881 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
7882 - net: hns: Bugfix for Tx timeout handling in hns driver
7883
7884 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
7885 - iommu/arm-smmu: Plumb in new ACPI identifiers
7886
7887 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
7888 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
7889
7890 * Artful update to v4.12.1 stable release (LP: #1703858)
7891 - driver core: platform: fix race condition with driver_override
7892 - RDMA/uverbs: Check port number supplied by user verbs cmds
7893 - usb: dwc3: replace %p with %pK
7894 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
7895 - usb: usbip: set buffer pointers to NULL after free
7896 - Add USB quirk for HVR-950q to avoid intermittent device resets
7897 - usb: Fix typo in the definition of Endpoint[out]Request
7898 - USB: core: fix device node leak
7899 - USB: serial: option: add two Longcheer device ids
7900 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
7901 - xhci: Limit USB2 port wake support for AMD Promontory hosts
7902 - gfs2: Fix glock rhashtable rcu bug
7903 - Add "shutdown" to "struct class".
7904 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
7905 - tpm: fix a kernel memory leak in tpm-sysfs.c
7906 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
7907 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
7908 - sched/fair, cpumask: Export for_each_cpu_wrap()
7909 - sched/core: Implement new approach to scale select_idle_cpu()
7910 - sched/numa: Use down_read_trylock() for the mmap_sem
7911 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
7912 - sched/fair: Simplify wake_affine() for the single socket case
7913 - sched/numa: Implement NUMA node level wake_affine()
7914 - sched/fair: Remove effective_load()
7915 - sched/numa: Hide numa_wake_affine() from UP build
7916 - xen: avoid deadlock in xenbus driver
7917 - crypto: drbg - Fixes panic in wait_for_completion call
7918 - Linux 4.12.1
7919
7920 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
7921 - scsi: cxlflash: Combine the send queue locks
7922 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
7923 - scsi: cxlflash: Reset hardware queue context via specified register
7924 - scsi: cxlflash: Schedule asynchronous reset of the host
7925 - scsi: cxlflash: Handle AFU sync failures
7926 - scsi: cxlflash: Track pending scsi commands in each hardware queue
7927 - scsi: cxlflash: Flush pending commands in cleanup path
7928 - scsi: cxlflash: Add scsi command abort handler
7929 - scsi: cxlflash: Create character device to provide host management interface
7930 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
7931 specifics
7932 - scsi: cxlflash: Introduce host ioctl support
7933 - scsi: cxlflash: Refactor AFU capability checking
7934 - scsi: cxlflash: Support LUN provisioning
7935 - scsi: cxlflash: Support AFU debug
7936 - scsi: cxlflash: Support WS16 unmap
7937 - scsi: cxlflash: Remove zeroing of private command data
7938 - scsi: cxlflash: Update TMF command processing
7939 - scsi: cxlflash: Avoid double free of character device
7940 - scsi: cxlflash: Update send_tmf() parameters
7941 - scsi: cxlflash: Update debug prints in reset handlers
7942
7943 * make snap-pkg support (LP: #1700747)
7944 - make snap-pkg support
7945
7946 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
7947 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
7948
7949 * arm64: fix crash reading /proc/kcore (LP: #1702749)
7950 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
7951 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
7952
7953 * Opal and POWER9 DD2 (LP: #1702159)
7954 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
7955
7956 * Data corruption with hio driver (LP: #1701316)
7957 - SAUCE: hio: Fix incorrect use of enum req_opf values
7958
7959 * Miscellaneous Ubuntu changes
7960 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
7961 - snapcraft.yaml: Sync with xenial
7962 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
7963
7964 * Miscellaneous upstream changes
7965 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
7966 MokSBState"
7967
7968 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
7969
7970 linux (4.12.0-6.7) artful; urgency=low
7971
7972 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
7973 - net: ena: change return value for unsupported features unsupported return
7974 value
7975 - net: ena: add hardware hints capability to the driver
7976 - net: ena: change sizeof() argument to be the type pointer
7977 - net: ena: add reset reason for each device FLR
7978 - net: ena: add support for out of order rx buffers refill
7979 - net: ena: allow the driver to work with small number of msix vectors
7980 - net: ena: use napi_schedule_irqoff when possible
7981 - net: ena: separate skb allocation to dedicated function
7982 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
7983 - net: ena: update driver's rx drop statistics
7984 - net: ena: update ena driver to version 1.2.0
7985
7986 * APST gets enabled against explicit kernel option (LP: #1699004)
7987 - nvme: explicitly disable APST on quirked devices
7988
7989 * Miscellaneous Ubuntu changes
7990 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
7991 - SAUCE: hio updates for 4.12
7992 - SAUCE: Enable hio build
7993
7994 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
7995
7996 linux (4.12.0-5.6) artful; urgency=low
7997
7998 * ERAT invalidate on context switch removal (LP: #1700819)
7999 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
8000
8001 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
8002 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
8003
8004 * Miscellaneous Ubuntu changes
8005 - d-i: Move qcom-emac from arm64 to shared nic-modules
8006
8007 [ Upstream Kernel Changes ]
8008
8009 * Rebase to v4.12
8010
8011 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
8012
8013 linux (4.12.0-4.5) artful; urgency=low
8014
8015 * aacraid driver may return uninitialized stack data to userspace
8016 (LP: #1700077)
8017 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
8018
8019 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
8020 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
8021
8022 * AACRAID for power9 platform (LP: #1689980)
8023 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
8024 - scsi: aacraid: Fix DMAR issues with iommu=pt
8025 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
8026 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
8027 - scsi: aacraid: Remove reset support from check_health
8028 - scsi: aacraid: Change wait time for fib completion
8029 - scsi: aacraid: Log count info of scsi cmds before reset
8030 - scsi: aacraid: Print ctrl status before eh reset
8031 - scsi: aacraid: Using single reset mask for IOP reset
8032 - scsi: aacraid: Rework IOP reset
8033 - scsi: aacraid: Add periodic checks to see IOP reset status
8034 - scsi: aacraid: Rework SOFT reset code
8035 - scsi: aacraid: Rework aac_src_restart
8036 - scsi: aacraid: Use correct function to get ctrl health
8037 - scsi: aacraid: Make sure ioctl returns on controller reset
8038 - scsi: aacraid: Enable ctrl reset for both hba and arc
8039 - scsi: aacraid: Add reset debugging statements
8040 - scsi: aacraid: Remove reference to Series-9
8041 - scsi: aacraid: Update driver version to 50834
8042
8043 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
8044 - SAUCE: drm: hibmc: Use set_busid function from drm core
8045
8046 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
8047 - d-i: Add hibmc-drm to kernel-image udeb
8048
8049 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
8050 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
8051
8052 * Miscellaneous Ubuntu changes
8053 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
8054 - [Config] CONFIG_ATA=n for s390x
8055 - [Config] Update annotations for 4.12
8056
8057 [ Upstream Kernel Changes ]
8058
8059 * Rebase to v4.12-rc7
8060
8061 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
8062
8063 linux (4.12.0-3.4) artful; urgency=low
8064
8065 * Miscellaneous upstream changes
8066 - ufs: fix the logics for tail relocation
8067
8068 [ Upstream Kernel Changes ]
8069
8070 * Rebase to v4.12-rc6
8071
8072 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
8073
8074 linux (4.12.0-2.3) artful; urgency=low
8075
8076 * CVE-2014-9900
8077 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
8078 ethtool_get_wol()
8079
8080 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
8081 (LP: #1671360)
8082 - pinctrl/amd: Use regular interrupt instead of chained
8083
8084 * extend-diff-ignore should use exact matches (LP: #1693504)
8085 - [Packaging] exact extend-diff-ignore matches
8086
8087 * Miscellaneous Ubuntu changes
8088 - SAUCE: efi: Don't print secure boot state from the efi stub
8089 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
8090 - SAUCE: vbox fixes for 4.12
8091 - Re-enable virtualbox build
8092 - [Config] CONFIG_ORANGEFS_FS=m
8093 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
8094 - Enable zfs build
8095
8096 [ Upstream Kernel Changes ]
8097
8098 * Rebase to v4.12-rc4
8099 * Rebase to v4.12-rc5
8100
8101 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
8102
8103 linux (4.12.0-1.2) artful; urgency=low
8104
8105 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
8106 - [Config] Enable CONFIG_DRM_MGAG200 as module
8107
8108 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
8109 - [Config] CONFIG_LIBIO=y on arm64 only
8110 - SAUCE: LIBIO: Introduce a generic PIO mapping method
8111 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
8112 - [Config] CONFIG_HISILICON_LPC=y
8113 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
8114 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
8115 I/O
8116 - SAUCE: LPC: Add the ACPI LPC support
8117 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
8118 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
8119
8120 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
8121 - SAUCE: tty: Fix ldisc crash on reopened tty
8122
8123 * Miscellaneous Ubuntu changes
8124 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
8125 - Rebase to v4.12-rc3
8126
8127 [ Upstream Kernel Changes ]
8128
8129 * Rebase to v4.12-rc3
8130
8131 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
8132
8133 linux (4.12.0-0.1) artful; urgency=low
8134
8135 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
8136 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
8137
8138 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
8139 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
8140
8141 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
8142 (LP: #1672819)
8143 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
8144
8145 * Miscellaneous Ubuntu changes
8146 - Update find-missing-sauce.sh to compare to artful
8147 - Update dropped.txt
8148 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
8149 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
8150 kernel image
8151 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
8152 mode
8153 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
8154 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
8155 locked down
8156 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
8157 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
8158 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
8159 reboot
8160 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
8161 set
8162 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
8163 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
8164 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
8165 down
8166 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
8167 locked down
8168 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
8169 down
8170 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
8171 is locked down
8172 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
8173 locked down
8174 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
8175 has been locked down
8176 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
8177 locked down
8178 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
8179 locked down
8180 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
8181 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
8182 kernel is locked down
8183 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
8184 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
8185 down
8186 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
8187 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
8188 secondary keyring
8189 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
8190 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
8191 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
8192 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
8193 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
8194 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
8195 MokSBState
8196 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
8197 - [Config] Set values for UEFI secure boot lockdown options
8198 - Disable virtualbox build
8199 - Disable hio build
8200 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
8201 - Disable zfs build
8202 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
8203 - SAUCE: Import aufs driver
8204 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
8205 - [Config] Enable aufs
8206 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
8207
8208 [ Upstream Kernel Changes ]
8209
8210 * Rebase to v4.12-rc2
8211
8212 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
8213
8214 linux (4.11.0-3.8) artful; urgency=low
8215
8216 [ Seth Forshee ]
8217
8218 * Release Tracking Bug
8219 - LP: #1690999
8220
8221 * apparmor_parser hangs indefinitely when called by multiple threads
8222 (LP: #1645037)
8223 - SAUCE: apparmor: fix lock ordering for mkdir
8224
8225 * apparmor leaking securityfs pin count (LP: #1660846)
8226 - SAUCE: apparmor: fix leak on securityfs pin count
8227
8228 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
8229 (LP: #1660845)
8230 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
8231 fails
8232
8233 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
8234 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
8235
8236 * libvirt profile is blocking global setrlimit despite having no rlimit rule
8237 (LP: #1679704)
8238 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
8239 - apparmor: update auditing of rlimit check to provide capability information
8240
8241 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
8242 - SAUCE: apparmor: add policy revision file interface
8243
8244 * apparmor does not make support of query data visible (LP: #1678023)
8245 - SAUCE: apparmor: add label data availability to the feature set
8246
8247 * apparmor query interface does not make supported query info available
8248 (LP: #1678030)
8249 - SAUCE: apparmor: add information about the query inteface to the feature set
8250
8251 * change_profile incorrect when using namespaces with a compound stack
8252 (LP: #1677959)
8253 - SAUCE: apparmor: fix label parse for stacked labels
8254
8255 * Regression in 4.4.0-65-generic causes very frequent system crashes
8256 (LP: #1669611)
8257 - apparmor: sync of apparmor 3.6+ (17.04)
8258
8259 * Artful update to 4.11.1 stable release (LP: #1690814)
8260 - dm ioctl: prevent stack leak in dm ioctl call
8261 - drm/sti: fix GDP size to support up to UHD resolution
8262 - power: supply: lp8788: prevent out of bounds array access
8263 - brcmfmac: Ensure pointer correctly set if skb data location changes
8264 - brcmfmac: Make skb header writable before use
8265 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
8266 - refcount: change EXPORT_SYMBOL markings
8267 - net: macb: fix phy interrupt parsing
8268 - tcp: fix access to sk->sk_state in tcp_poll()
8269 - geneve: fix incorrect setting of UDP checksum flag
8270 - bpf: enhance verifier to understand stack pointer arithmetic
8271 - bpf, arm64: fix jit branch offset related to ldimm64
8272 - tcp: fix wraparound issue in tcp_lp
8273 - net: ipv6: Do not duplicate DAD on link up
8274 - net: usb: qmi_wwan: add Telit ME910 support
8275 - tcp: do not inherit fastopen_req from parent
8276 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
8277 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
8278 - ipv6: initialize route null entry in addrconf_init()
8279 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
8280 - tcp: randomize timestamps on syncookies
8281 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
8282 - bpf: don't let ldimm64 leak map addresses on unprivileged
8283 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
8284 - f2fs: sanity check segment count
8285 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
8286 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
8287 - block: get rid of blk_integrity_revalidate()
8288 - Linux 4.11.1
8289
8290 * Module signing exclusion for staging drivers does not work properly
8291 (LP: #1690908)
8292 - SAUCE: Fix module signing exclusion in package builds
8293
8294 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
8295 - [Config] CONFIG_QCOM_L3_PMU=y
8296 - perf: qcom: Add L3 cache PMU driver
8297
8298 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
8299 - drivers/perf: arm_pmu: rework per-cpu allocation
8300 - drivers/perf: arm_pmu: manage interrupts per-cpu
8301 - drivers/perf: arm_pmu: split irq request from enable
8302 - drivers/perf: arm_pmu: remove pointless PMU disabling
8303 - drivers/perf: arm_pmu: define armpmu_init_fn
8304 - drivers/perf: arm_pmu: fold init into alloc
8305 - drivers/perf: arm_pmu: factor out pmu registration
8306 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
8307 - drivers/perf: arm_pmu: handle no platform_device
8308 - drivers/perf: arm_pmu: rename irq request/free functions
8309 - drivers/perf: arm_pmu: split cpu-local irq request/free
8310 - drivers/perf: arm_pmu: move irq request/free into probe
8311 - drivers/perf: arm_pmu: split out platform device probe logic
8312 - arm64: add function to get a cpu's MADT GICC table
8313 - [Config] CONFIG_ARM_PMU_ACPI=y
8314 - drivers/perf: arm_pmu: add ACPI framework
8315 - arm64: pmuv3: handle !PMUv3 when probing
8316 - arm64: pmuv3: use arm_pmu ACPI framework
8317
8318 * Fix NVLINK2 TCE route (LP: #1690155)
8319 - powerpc/powernv: Fix TCE kill on NVLink2
8320
8321 * CVE-2017-0605
8322 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
8323
8324 * Miscellaneous Ubuntu changes
8325 - [Config] Restore powerpc arch to annotations file
8326 - [Config] Disable runtime testing modules
8327 - [Config] Disable drivers not needed on s390x
8328 - [Config] Update annotations for 4.11
8329 - [Config] updateconfigs after apparmor updates
8330
8331 * Miscellaneous upstream changes
8332 - apparmor: use SHASH_DESC_ON_STACK
8333 - apparmor: fix invalid reference to index variable of iterator line 836
8334 - apparmor: fix parameters so that the permission test is bypassed at boot
8335 - apparmor: Make path_max parameter readonly
8336 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
8337 - apparmorfs: Use seq_putc() in two functions
8338 - apparmor: provide information about path buffer size at boot
8339 - apparmor: add/use fns to print hash string hex value
8340
8341 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
8342
8343 linux (4.11.0-2.7) artful; urgency=low
8344
8345 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
8346 (LP: #1688259)
8347 - Remove squashfs-modules files from d-i
8348 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
8349
8350 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
8351 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
8352 - d-i: initrd needs qcom_emac on amberwing platform.
8353
8354 * update for V3 kernel bits and improved multiple fan slice support
8355 (LP: #1470091)
8356 - SAUCE: fan: tunnel multiple mapping mode (v3)
8357
8358 * Miscellaneous Ubuntu changes
8359 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
8360 - Enable zfs
8361 - SAUCE: fan: add VXLAN implementation
8362 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
8363 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
8364 kernel image
8365 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
8366 mode
8367 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
8368 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
8369 locked down
8370 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
8371 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
8372 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
8373 reboot
8374 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
8375 set
8376 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
8377 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
8378 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
8379 down
8380 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
8381 locked down
8382 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
8383 down
8384 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
8385 is locked down
8386 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
8387 locked down
8388 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
8389 has been locked down
8390 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
8391 locked down
8392 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
8393 locked down
8394 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
8395 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
8396 kernel is locked down
8397 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
8398 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
8399 down
8400 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
8401 - SAUCE: (efi-lockdown) Add EFI signature data types
8402 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
8403 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
8404 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
8405 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
8406 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
8407 disabled
8408 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
8409 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
8410 MokSBState
8411 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
8412 - [Config] Set values for UEFI secure boot lockdown options
8413 - Update dropped.txt
8414
8415 [ Upstream Kernel Changes ]
8416
8417 * rebase to v4.11
8418
8419 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
8420
8421 linux (4.11.0-1.6) artful; urgency=low
8422
8423 * Miscellaneous Ubuntu changes
8424 - [Debian] Use default compression for all packages
8425 - SAUCE: (namespace) block_dev: Support checking inode permissions in
8426 lookup_bdev()
8427 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
8428 when mounting
8429 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
8430 when mounting
8431 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
8432 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
8433 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
8434 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
8435 security.* xattrs
8436 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
8437 filesystems
8438 - SAUCE: (namespace) fuse: Add support for pid namespaces
8439 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
8440 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
8441 or a descendant
8442 - SAUCE: (namespace) fuse: Allow user namespace mounts
8443 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
8444 namespaces
8445 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
8446 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
8447 mounts
8448 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
8449 opened for writing
8450
8451 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
8452
8453 linux (4.11.0-0.5) artful; urgency=low
8454
8455 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
8456 (LP: #1684971)
8457 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
8458
8459 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
8460 (LP: #1470250)
8461 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
8462
8463 * Enable virtual scsi server driver for Power (LP: #1615665)
8464 - SAUCE: Return TCMU-generated sense data to fabric module
8465
8466 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
8467 (LP: #1630990)
8468 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
8469 CONFIG_SECURITYFS=n
8470
8471 * Miscellaneous Ubuntu changes
8472 - SAUCE: Import aufs driver
8473 - [Config] Enable aufs
8474 - [Debian] Add script to update virtualbox
8475 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
8476 - Enable vbox
8477 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
8478
8479 [ Upstream Kernel Changes ]
8480
8481 * rebase to v4.11-rc8
8482
8483 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
8484
8485 linux (4.11.0-0.4) zesty; urgency=low
8486
8487 * POWER9: Improve performance on memory management (LP: #1681429)
8488 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
8489 flush
8490 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
8491
8492 * Miscellaneous Ubuntu changes
8493 - find-missing-sauce.sh
8494
8495 [ Upstream Kernel Changes ]
8496
8497 * rebase to v4.11-rc7
8498
8499 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
8500
8501 linux (4.11.0-0.3) zesty; urgency=low
8502
8503 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
8504 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
8505
8506 * smartpqi driver needed in initram disk and installer (LP: #1680156)
8507 - [Config] Add smartpqi to d-i
8508
8509 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
8510 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
8511
8512 * Miscellaneous Ubuntu changes
8513 - [Config] flash-kernel should be a Breaks
8514 - [Config] drop the info directory
8515 - [Config] drop NOTES as obsolete
8516 - [Config] drop changelog.historical as obsolete
8517 - rebase to v4.11-rc6
8518
8519 [ Upstream Kernel Changes ]
8520
8521 * rebase to v4.11-rc6
8522
8523 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
8524
8525 linux (4.11.0-0.2) zesty; urgency=low
8526
8527 [ Upstream Kernel Changes ]
8528
8529 * rebase to v4.11-rc5
8530
8531 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
8532
8533 linux (4.11.0-0.1) zesty; urgency=low
8534
8535 [ Upstream Kernel Changes ]
8536
8537 * rebase to v4.11-rc4
8538 - LP: #1591053
8539
8540 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
8541
8542 linux (4.11.0-0.0) zesty; urgency=low
8543
8544 * dummy entry
8545
8546 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600