]> git.proxmox.com Git - mirror_ubuntu-disco-kernel.git/blob - debian.master/changelog
UBUNTU: [Config] CONFIG_RANDOM_TRUST_CPU=y
[mirror_ubuntu-disco-kernel.git] / debian.master / changelog
1 linux (5.0.0-9.10) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Seth Forshee <seth.forshee@canonical.com> Wed, 13 Mar 2019 09:10:07 -0500
8
9 linux (5.0.0-8.9) disco; urgency=medium
10
11 * linux: 5.0.0-8.9 -proposed tracker (LP: #1819759)
12
13 * hisi_sas: add debugfs support (LP: #1819500)
14 - scsi: hisi_sas: Create root and device debugfs directories
15 - scsi: hisi_sas: Alloc debugfs snapshot buffer memory for all registers
16 - scsi: hisi_sas: Take debugfs snapshot for all regs
17 - scsi: hisi_sas: Debugfs global register create file and add file operations
18 - scsi: hisi_sas: Add debugfs for port registers
19 - scsi: hisi_sas: Add debugfs CQ file and add file operations
20 - scsi: hisi_sas: Add debugfs DQ file and add file operations
21 - scsi: hisi_sas: Add debugfs IOST file and add file operations
22 - scsi: hisi_sas: No need to check return value of debugfs_create functions
23 - scsi: hisi_sas: Fix type casting and missing static qualifier in debugfs
24 code
25 - scsi: hisi_sas: Add debugfs ITCT file and add file operations
26
27 * [disco] hns driver updates from 5.1 merge window (LP: #1819535)
28 - net: hns: Use struct_size() in devm_kzalloc()
29 - net: hns3: modify enet reinitialization interface
30 - net: hns3: remove unused member in struct hns3_enet_ring
31 - net: hns3: remove unnecessary hns3_adjust_tqps_num
32 - net: hns3: reuse reinitialization interface in the hns3_set_channels
33 - net: hns3: add interface hclge_tm_bp_setup
34 - net: hns3: modify parameter checks in the hns3_set_channels
35 - net: hns3: remove redundant codes in hclge_knic_setup
36 - net: hns3: fix user configuration loss for ethtool -L
37 - net: hns3: adjust the use of alloc_tqps and num_tqps
38 - net: hns3: fix wrong combined count returned by ethtool -l
39 - net: hns3: do reinitialization while ETS configuration changed
40 - net: hns3: add HNAE3_RESTORE_CLIENT interface in enet module
41 - net: hns3: add calling roce callback function when link status change
42 - net: hns3: add rx multicast packets statistic
43 - net: hns3: refactor the statistics updating for netdev
44 - net: hns3: fix rss configuration lost problem when setting channel
45 - net: hns3: fix for shaper not setting when TC num changes
46 - net: hns3: fix bug of ethtool_ops.get_channels for VF
47 - net: hns3: clear param in ring when free ring
48 - net: hns3: Change fw error code NOT_EXEC to NOT_SUPPORTED
49 - net: hns3: do not return GE PFC setting err when initializing
50 - net: hns3: add ETS TC weight setting in SSU module
51 - net: hns3: add statistics for PFC frames and MAC control frames
52 - net: hns3: fix PFC not setting problem for DCB module
53 - net: hns3: don't update packet statistics for packets dropped by hardware
54 - net: hns3: clear pci private data when unload hns3 driver
55 - net: hns3: add error handling in hclge_ieee_setets
56 - net: hns3: fix return value handle issue for hclge_set_loopback()
57 - net: hns3: fix broadcast promisc issue for revision 0x20
58 - net: hns3: After setting the loopback, add the status of getting MAC
59 - net: hns3: do reinitialization while mqprio configuration changed
60 - net: hns3: remove dcb_ops->map_update in hclge_dcb
61 - net: hns3: call hns3_nic_set_real_num_queue with netdev down
62 - net: hns3: add 8 BD limit for tx flow
63 - net: hns3: add initialization for nic state
64 - net: hns3: don't allow vf to enable promisc mode
65 - net: hns3: reuse the definition of l3 and l4 header info union
66 - net: hns3: fix VF dump register issue
67 - net: hns3: use the correct interface to stop|open port
68 - net: hns3: change hnae3_register_ae_dev() to int
69 - net: hns3: only support tc 0 for VF
70 - net: hns3: Fix NULL deref when unloading driver
71 - net: hns3: fix netif_napi_del() not do problem when unloading
72 - net: hns3: fix for rss result nonuniform
73 - net: hns3: fix improper error handling in the hclge_init_ae_dev()
74 - net: hns3: fix an issue for hclgevf_ae_get_hdev
75 - net: hns3: stop sending keep alive msg to PF when VF is resetting
76 - net: hns3: keep flow director state unchanged when reset
77 - net: hns3: Check for allocation failure
78 - net: hns3: fix a code style issue for hns3_update_new_int_gl()
79 - net: hns3: fix an issue for hns3_update_new_int_gl
80 - net: hns3: Modify parameter type from int to bool in set_gro_en
81 - net: hns3: code optimization for hclge_rx_buffer_calc
82 - net: hns3: add hclge_cmd_check_retval() to parse comman's return value
83 - net: hns3: move some set_bit statement into hclge_prepare_mac_addr
84 - net: hns3: fix a wrong checking in the hclge_tx_buffer_calc()
85 - net: hns3: fix the problem that the supported port is empty
86 - net: hns3: optimize the maximum TC macro
87 - net: hns3: don't allow user to change vlan filter state
88 - net: hns3: modify the upper limit judgment condition
89 - net: hns3: MAC table entry count function increases operation 0 value
90 protection measures
91 - net: hns3: make function hclge_set_all_vf_rst() static
92 - net: hns3: add pointer checking at the beginning of the exported functions.
93 - net: hns3: Check variable is valid before assigning it to another
94 - net: hns3: convert mac advertize and supported from u32 to link mode
95 - net: hns3: fix port info query issue for copper port
96 - net: hns3: modify print message of ssu common ecc errors
97 - net: hns3: some bugfix of ppu(rcb) ras errors
98 - net: hns3: enable 8~11th bit of mac common msi-x error
99 - net: hns3: fix 6th bit of ppp mpf abnormal errors
100 - net: hns3: Record VF unicast and multicast tables
101 - net: hns3: Record VF vlan tables
102 - net: hns3: uninitialize command queue while unloading PF driver
103 - net: hns3: clear command queue's registers when unloading VF driver
104 - net: hns3: add xps setting support for hns3 driver
105 - net: hns3: avoid mult + div op in critical data path
106 - net: hns3: limit some variable scope in critical data path
107 - net: hns3: remove some ops in struct hns3_nic_ops
108 - net: hns3: add unlikely for error handling in data path
109 - net: hns3: replace hnae3_set_bit and hnae3_set_field in data path
110 - net: hns3: remove hnae3_get_bit in data path
111 - net: hns3: add support to config depth for tx|rx ring separately
112 - net: hns3: enable VF VLAN filter for each VF when initializing
113 - net: hns3: fix get VF RSS issue
114 - net: hns3: fix setting of the hns reset_type for rdma hw errors
115 - net: hns3: fix improper error handling for hns3_client_start
116 - net: hns: use struct_size() in devm_kzalloc()
117 - net: hns3: Fix a logical vs bitwise typo
118 - net: hns3: add dma_rmb() for rx description
119 - net: hns3: fix to stop multiple HNS reset due to the AER changes
120
121 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
122 - [Packaging] dkms-build -- support building against packages in PPAs
123 - [Packaging] dkms-build: do not redownload files on subsequent passes
124 - [Packaging] dkms-build -- elide partial Built-Using information
125 - [Packaging] dkms-build -- remove retpoline data from final binary packages
126 - [Packaging] dkms-build--nvidia* -- check gcc version against primary build
127 - [Packaging] dkms-build -- add support for unversioned overrides
128 - [Packaging] dkms-build--nvidia-* -- convert to generic -N form
129 - [Packaging] fix-filenames -- handle exact string removal
130 - [Packaging] dkms-build--nvidia-N -- remove GCC versions
131
132 * Disco update: v5.0.1 upstream stable release (LP: #1819515)
133 - cpufreq: Use struct kobj_attribute instead of struct global_attr
134 - staging: erofs: fix mis-acted TAIL merging behavior
135 - binder: create node flag to request sender's security context
136 - USB: serial: option: add Telit ME910 ECM composition
137 - USB: serial: cp210x: add ID for Ingenico 3070
138 - USB: serial: ftdi_sio: add ID for Hjelmslund Electronics USB485
139 - driver core: Postpone DMA tear-down until after devres release
140 - staging: erofs: fix fast symlink w/o xattr when fs xattr is on
141 - staging: erofs: fix memleak of inode's shared xattr array
142 - staging: erofs: fix race of initializing xattrs of a inode at the same time
143 - staging: erofs: fix illegal address access under memory pressure
144 - staging: comedi: ni_660x: fix missing break in switch statement
145 - staging: wilc1000: fix to set correct value for 'vif_num'
146 - staging: android: ion: fix sys heap pool's gfp_flags
147 - staging: android: ashmem: Don't call fallocate() with ashmem_mutex held.
148 - staging: android: ashmem: Avoid range_alloc() allocation with ashmem_mutex
149 held.
150 - ip6mr: Do not call __IP6_INC_STATS() from preemptible context
151 - net: dsa: mv88e6xxx: add call to mv88e6xxx_ports_cmode_init to probe for new
152 DSA framework
153 - net: dsa: mv88e6xxx: handle unknown duplex modes gracefully in
154 mv88e6xxx_port_set_duplex
155 - net: dsa: mv8e6xxx: fix number of internal PHYs for 88E6x90 family
156 - net: mscc: Enable all ports in QSGMII
157 - net: sched: put back q.qlen into a single location
158 - net-sysfs: Fix mem leak in netdev_register_kobject
159 - qmi_wwan: Add support for Quectel EG12/EM12
160 - sctp: call iov_iter_revert() after sending ABORT
161 - team: Free BPF filter when unregistering netdev
162 - tipc: fix RDM/DGRAM connect() regression
163 - x86/CPU/AMD: Set the CPB bit unconditionally on F17h
164 - x86/boot/compressed/64: Do not read legacy ROM on EFI system
165 - tracing: Fix event filters and triggers to handle negative numbers
166 - xhci: tegra: Prevent error pointer dereference
167 - usb: xhci: Fix for Enabling USB ROLE SWITCH QUIRK on
168 INTEL_SUNRISEPOINT_LP_XHCI
169 - applicom: Fix potential Spectre v1 vulnerabilities
170 - alpha: wire up io_pgetevents system call
171 - MIPS: irq: Allocate accurate order pages for irq stack
172 - aio: Fix locking in aio_poll()
173 - xtensa: fix get_wchan
174 - gnss: sirf: fix premature wakeup interrupt enable
175 - USB: serial: cp210x: fix GPIO in autosuspend
176 - Revert "selftests: firmware: add CONFIG_FW_LOADER_USER_HELPER_FALLBACK to
177 config"
178 - Revert "selftests: firmware: remove use of non-standard diff -Z option"
179 - selftests: firmware: fix verify_reqs() return value
180 - Bluetooth: btrtl: Restore old logic to assume firmware is already loaded
181 - Bluetooth: Fix locking in bt_accept_enqueue() for BH context
182 - Linux 5.0.1
183
184 * sky2 ethernet card doesn't work after returning from suspend
185 (LP: #1807259) // sky2 ethernet card link not up after suspend
186 (LP: #1809843) // Disco update: v5.0.1 upstream stable release
187 (LP: #1819515)
188 - sky2: Disable MSI on Dell Inspiron 1545 and Gateway P-79
189
190 * tls selftest failures/hangs on i386 (LP: #1813607)
191 - [Config] CONFIG_TLS=n for i386
192
193 * CVE-2019-8980
194 - exec: Fix mem leak in kernel_read_file
195
196 * Miscellaneous Ubuntu changes
197 - SAUCE: selftests: net: Use 'ipproto ipv6-icmp' to match ICMPv6 headers
198 - [Config] enable nvidia build
199 - [Config] update gcc version to 8.3
200
201 * Miscellaneous upstream changes
202 - Revert "UBUNTU: SAUCE: selftests: pmtu: disable accept_dad for tests"
203
204 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 12 Mar 2019 16:15:44 -0300
205
206 linux (5.0.0-7.8) disco; urgency=medium
207
208 * linux: 5.0.0-7.8 -proposed tracker (LP: #1818519)
209
210 * Packaging resync (LP: #1786013)
211 - [Packaging] update helper scripts
212
213 * unnecessary request_queue freeze (LP: #1815733)
214 - block: avoid setting nr_requests to current value
215 - block: avoid setting none scheduler if it's already none
216
217 * Miscellaneous Ubuntu changes
218 - SAUCE: selftests: net: Don't fail test_vxlan_under_vrf on xfail
219 - update dkms package versions
220
221 [ Upstream Kernel Changes ]
222
223 * Rebase to v5.0
224
225 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Mar 2019 08:46:10 -0600
226
227 linux (5.0.0-6.7) disco; urgency=medium
228
229 * linux: 5.0.0-6.7 -proposed tracker (LP: #1817585)
230
231 * Packaging resync (LP: #1786013)
232 - [Packaging] update helper scripts
233 - [Packaging] resync getabis
234
235 * installer does not support iSCSI iBFT (LP: #1817321)
236 - d-i: add iscsi_ibft to scsi-modules
237
238 * Silent "Unknown key" message when pressing keyboard backlight hotkey
239 (LP: #1817063)
240 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
241
242 * Fix I219 doesn't get woken up after plugging ethernet cable (LP: #1817058)
243 - e1000e: Disable runtime PM on CNP+
244
245 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
246 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
247
248 * CVE-2019-3460
249 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
250
251 * CVE-2019-3459
252 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
253
254 * kernel net tls selftest fails on 5.0 (LP: #1816716)
255 - SAUCE: Revert "selftests/tls: Add test for recv(PEEK) spanning across
256 multiple records"
257
258 * Please enable CONFIG_DMA_CMA=y on arm64 (LP: #1803206)
259 - [Config] annotations -- enforce CONFIG_DMA_CMA and update notes
260
261 * [19.04 FEAT] [LS1801] PCI Virtual function enablement (LP: #1814684)
262 - s390/pci: map IOV resources
263 - s390/pci: improve bar check
264
265 * glibc 2.28-0ubuntu1 ADT test failure with linux 5.0.0-1.2 (LP: #1813060)
266 - SAUCE: prevent a glibc test failure when looking for obsolete types on
267 headers
268
269 * Miscellaneous Ubuntu changes
270 - [Config] Enforce CONFIG_ZCRYPT_MULTIDEVNODES in annotations
271 - SAUCE: selftests: pmtu: disable accept_dad for tests
272 - SAUCE: arm64: add kernel config option to lock down when in Secure Boot mode
273 - SAUCE: selftests: net: Make test for VXLAN underlay in non-default VRF an
274 expected failure
275
276 [ Upstream Kernel Changes ]
277
278 * Rebase to v5.0-rc8
279
280 -- Seth Forshee <seth.forshee@canonical.com> Mon, 25 Feb 2019 09:37:36 -0600
281
282 linux (5.0.0-5.6) disco; urgency=medium
283
284 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
285 - ALSA: hda/realtek - Headset microphone and internal speaker support for
286 System76 oryp5
287
288 * Miscellaneous Ubuntu changes
289 - [Config] Fix aufs menus in annotations file
290 - [Config] CONFIG_SAMPLE_TRACE_PRINTK=m
291 - [Config] Update annotations based on configs
292
293 [ Upstream Kernel Changes ]
294
295 * Rebase to v5.0-rc7
296
297 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Feb 2019 10:04:11 +0100
298
299 linux (5.0.0-4.5) disco; urgency=medium
300
301 * linux-buildinfo: pull out ABI information into its own package
302 (LP: #1806380)
303 - [Packaging] autoreconstruct -- base tag is always primary mainline version
304
305 * [Packaging] Allow overlay of config annotations (LP: #1752072)
306 - [Packaging] config-check: Add an include directive
307
308 * Miscellaneous Ubuntu changes
309 - hio -- stub out BIOVEC_PHYS_MERGEABLE for 4.20+
310 - hio -- replace use of do_gettimeofday()
311 - hio -- part_round_stats() removed in 5.0
312 - hio -- device_add_disk() grew a 'groups' argument in 4.20
313 - enable hio build
314 - Revert "UBUNTU: [Packaging] autoreconstruct -- base tag is always primary
315 mainline version"
316
317 [ Upstream Kernel Changes ]
318
319 * Rebase to v5.0-rc6
320
321 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Feb 2019 08:15:32 -0600
322
323 linux (5.0.0-3.4) disco; urgency=medium
324
325 * CONFIG_TEST_BPF is disabled (LP: #1813955)
326 - [Config]: Reenable TEST_BPF
327
328 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
329 - HID: i2c-hid: Ignore input report if there's no data present on Elan
330 touchpanels
331
332 * SecureBoot support for arm64 (LP: #1804481)
333 - Build signed kernels for arm64
334
335 * Miscellaneous Ubuntu changes
336 - SAUCE: selftests: net: fix "from" match test in fib_rule_tests.sh
337 - [Config] CONFIG_PCMCIA=n for arm64 and s390x
338 - [Config] CONFIG_SERIAL_SC16IS7XX=n for s390x
339 - [Config] disable I2C TPM drivers for s390x
340 - [Config] CONFIG_RAPIDIO=n for s390x
341 - [Config] CONFIG_DMADEVICES=n for s390x
342 - [Config] disable gpio drivers for s390x
343 - [Config] CONFIG_SENSORS_OCC_P8_I2C=m for ppc64el
344 - [Config] disable I2C hardware drivers for s390x
345 - [Config] CONFIG_I3C=n for s390x
346 - [Config] CONFIG_SERIO=n for s390x
347 - [Config] disable misc drivers for s390x
348 - [Config] disable EEPROM drivers for s390x
349 - [Config] disable MFD drivers for s390x
350 - [Config] CONFIG_NVMEM=n for s390x
351 - [Config] CONFIG_MLXSW_I2C=n for s390x
352 - [Config] CONFIG_NET_VENDOR_MICROCHIP=n for s390x
353 - [Config] CONFIG_PPP=n for s390x
354 - [Config] CONFIG_PCCARD=n for s390x
355 - [Config] CONFIG_PCI_MESON=y
356 - [Config] CONFIG_SCSI_MYRB=n for s390x
357 - [Config] CONFIG_REGULATOR=n for s390x
358 - [Config] CONFIG_ZIIRAVE_WATCHDOG=n for s390x
359 - [Config] CONFIG_NCSI_OEM_CMD_GET_MAC=y
360 - [Config] update annotations following config review
361 - [Packaging] remove handoff check for uefi signing
362 - [Packaging] decompress gzipped efi images in signing tarball
363 - vbox-update: allow leading whitespace when fixing up KERN_DIR
364 - ubuntu: vbox -- update to 6.0.4-dfsg-3
365 - vbox: remove remount check in sf_read_super_aux()
366 - enable vbox build
367 - [Config] CONFIG_ANDROID_BINDER_DEVICES=""
368 - SAUCE: import aufs driver
369 - [Config]: Enable aufs
370 - [Config] relocate aufs annotations to menu
371 - [Config] remove unmatched configs from annotations
372 - [Config] fix up abi for removed modules
373 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
374 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
375 - SAUCE: (efi-lockdown) Move EFI signature blob parser to shared location
376 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
377 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
378 - [Config] (efi-lockdown) enable importing of efi certificates for module sig
379 verification
380
381 * Miscellaneous upstream changes
382 - binder: fix CONFIG_ANDROID_BINDER_DEVICES
383
384 [ Upstream Kernel Changes ]
385
386 * Rebase to v5.0-rc5
387
388 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Feb 2019 14:26:12 -0600
389
390 linux (5.0.0-2.3) disco; urgency=medium
391
392 * kernel oops in bcache module (LP: #1793901)
393 - SAUCE: bcache: never writeback a discard operation
394
395 * Enable sound card power saving by default (LP: #1804265)
396 - [Config] CONFIG_SND_HDA_POWER_SAVE_DEFAULT=1
397
398 * Miscellaneous Ubuntu changes
399 - Revert "UBUNTU: SAUCE: selftests: disable some failing networking tests"
400 - SAUCE: ashmem: turn into module
401 - SAUCE: binder: turn into module
402 - SAUCE: binder: give binder_alloc its own debug mask file
403 - [Config] enable binder and ashmem as modules
404 - SAUCE: selftests: net: replace AF_MAX with INT_MAX in socket.c
405 - SAUCE: selftests/ftrace: Fix tab expansion in trace_marker snapshot trigger
406 test
407 - update dkms package versions
408
409 [ Upstream Kernel Changes ]
410
411 * Rebase to v5.0-rc4
412
413 -- Seth Forshee <seth.forshee@canonical.com> Tue, 29 Jan 2019 06:57:32 -0600
414
415 linux (5.0.0-1.2) disco; urgency=medium
416
417 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
418 - USB: Add new USB LPM helpers
419 - USB: Consolidate LPM checks to avoid enabling LPM twice
420
421 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
422 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
423 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
424
425 * [19.04 FEAT| Enable virtio-gpu for s390x (LP: #1799467)
426 - [Config] enable virtio-gpu for s390x
427
428 * Crash on "ip link add foo type ipip" (LP: #1811803)
429 - SAUCE: fan: Fix NULL pointer dereference
430
431 * Fix not working Goodix touchpad (LP: #1811929)
432 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
433
434 * Miscellaneous Ubuntu changes
435 - update dkms package versions
436 - enable zfs build
437
438 [ Upstream Kernel Changes ]
439
440 * Rebase to v5.0-rc3
441
442 -- Seth Forshee <seth.forshee@canonical.com> Tue, 22 Jan 2019 13:56:17 -0600
443
444 linux (5.0.0-0.1) disco; urgency=medium
445
446 * Build Nvidia drivers in conjunction with kernel (LP: #1764792)
447 - [Packaging] dkms -- add per package post-process step
448 - [Packaging] dkms -- switch to a consistent build prefix length and strip
449 - [Packaging] nvidia -- build and sign nvidia packages and ship signatures
450 - [Packaging] nvidia -- make nvidia package version explicit
451
452 * Add support for ALC3277 codec on new Dell edge gateways (LP: #1807334)
453 - [Config] CONFIG_SND_SOC_INTEL_KBL_RT5660_MACH=m
454
455 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
456 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
457
458 * Miscellaneous Ubuntu changes
459 - ubuntu -- disable vbox build
460 - ubuntu -- disable hio build
461 - Disable zfs build
462 - SAUCE: import aufs driver
463 - update dkms package versions
464 - [Config] disable aufs config options
465 - [Config] disable nvidia build
466 - update dropped.txt
467 - [Packaging] disable nvidia dkms builds for mainline
468 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
469 kernel image
470 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
471 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
472 locked down
473 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
474 down
475 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
476 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
477 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
478 down
479 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
480 locked down
481 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
482 down
483 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
484 locked down
485 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
486 has been locked down
487 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
488 locked down
489 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
490 locked down
491 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
492 down
493 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
494 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
495 parameters (eg. ioport)
496 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
497 - SAUCE: (efi-lockdown) Lock down /proc/kcore
498 - SAUCE: (efi-lockdown) Lock down kprobes
499 - SAUCE: (efi-lockdown) Lock down perf
500 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
501 down
502 - SAUCE: (efi-lockdown) debugfs: avoid EPERM when no open file operation
503 defined
504 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
505 secondary keyring
506 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
507 that aren't present.
508 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
509 efi_status_to_err().
510 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
511 error messages.
512 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
513 reboot
514 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
515 boot mode
516 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
517 mode
518 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
519 - [Config] set config options for efi lockdown
520 - Revert "UBUNTU: SAUCE: import aufs driver"
521
522 [ Upstream Kernel Changes ]
523
524 * Rebase to v5.0-rc2
525
526 -- Seth Forshee <seth.forshee@canonical.com> Thu, 17 Jan 2019 12:31:29 -0600
527
528 linux (5.0.0-0.0) disco; urgency=medium
529
530 * Dummy entry.
531
532 -- Seth Forshee <seth.forshee@canonical.com> Wed, 16 Jan 2019 14:48:05 -0600
533
534 linux (4.20.0-2.3) disco; urgency=medium
535
536 [ Upstream Kernel Changes ]
537
538 * Rebase to v4.20
539
540 -- Seth Forshee <seth.forshee@canonical.com> Thu, 03 Jan 2019 12:11:43 -0600
541
542 linux (4.20.0-1.2) disco; urgency=medium
543
544 * Packaging resync (LP: #1786013)
545 - [Packaging] update helper scripts
546
547 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
548 Adapter (LP: #1805607)
549 - SAUCE: ath10k: provide reset function for QCA9377 chip
550
551 * zfs/spl build in conjunction with the kernel from DKMS source (LP: #1807378)
552 - [Packaging] dkms -- dkms package build packaging support
553 - [Packaging] dkms -- save build objects artifacts for validation
554 - [Packaging] dkms -- add general Built-Using: support
555 - [Packaging] simplify Provides comma handling
556 - [Packaging] zfs/spl -- remove packaging support for incorporated source
557 - [Packaging] zfs/spl -- remove incorporated source
558 - [Packaging] zfs/spl -- build via dkms
559 - [Packaging] zfs/spl -- make zfs package version explicit
560 - [Packaging] update-version-dkms -- sync archive versions to package
561
562 * Miscellaneous Ubuntu changes
563 - [Packaging] update-version-dkms -- fix getting distrbution from changelog
564 - update dkms package versions
565
566 [ Upstream Kernel Changes ]
567
568 * Rebase to v4.20-rc6
569
570 -- Seth Forshee <seth.forshee@canonical.com> Tue, 11 Dec 2018 11:33:08 -0600
571
572 linux (4.20.0-0.1) disco; urgency=medium
573
574 * Overlayfs in user namespace leaks directory content of inaccessible
575 directories (LP: #1793458) // CVE-2018-6559
576 - Revert "ovl: relax permission checking on underlying layers"
577 - SAUCE: overlayfs: ensure mounter privileges when reading directories
578
579 * Miscellaneous Ubuntu changes
580 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
581 kernel image
582 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
583 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
584 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
585 locked down
586 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
587 down
588 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
589 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
590 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
591 down
592 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
593 locked down
594 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
595 down
596 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
597 locked down
598 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
599 has been locked down
600 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
601 locked down
602 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
603 locked down
604 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
605 down
606 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
607 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
608 parameters (eg. ioport)
609 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
610 - SAUCE: (efi-lockdown) Lock down /proc/kcore
611 - SAUCE: (efi-lockdown) Lock down kprobes
612 - SAUCE: (efi-lockdown) Lock down perf
613 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
614 down
615 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
616 secondary keyring
617 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
618 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
619 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
620 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
621 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
622 that aren't present.
623 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
624 efi_status_to_err().
625 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
626 error messages.
627 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
628 reboot
629 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
630 boot mode
631 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
632 mode
633 - SAUCE: (efi-lockdown) Fix for module sig verification
634 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
635 - SAUCE: Import aufs driver
636 - ubuntu: vbox -- update to 5.2.22-dfsg-2
637 - ubuntu -- disable vbox build
638 - ubuntu -- disable hio build
639 - Disable zfs build
640
641 [ Upstream Kernel Changes ]
642
643 * Rebase to v4.20-rc5
644
645 -- Seth Forshee <seth.forshee@canonical.com> Fri, 07 Dec 2018 07:13:42 -0600
646
647 linux (4.20.0-0.0) disco; urgency=medium
648
649 * Dummy entry.
650
651 -- Seth Forshee <seth.forshee@canonical.com> Thu, 06 Dec 2018 10:20:19 -0600
652
653 linux (4.19.0-8.9) disco; urgency=medium
654
655 * linux: 4.19.0-8.9 -proposed tracker (LP: #1806952)
656
657 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
658 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
659
660 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
661 - igb: Fix an issue that PME is not enabled during runtime suspend
662
663 * The line-out on the Dell Dock station can't work (LP: #1806532)
664 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
665
666 * CVE-2018-19407
667 - KVM: X86: Fix scan ioapic use-before-initialization
668
669 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
670 (LP: #1805775)
671 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
672 disabled
673
674 * Disco update: 4.19.6 upstream stable release (LP: #1806909)
675 - HID: steam: remove input device when a hid client is running.
676 - efi/libstub: arm: support building with clang
677 - usb: core: Fix hub port connection events lost
678 - usb: dwc3: gadget: fix ISOC TRB type on unaligned transfers
679 - usb: dwc3: gadget: Properly check last unaligned/zero chain TRB
680 - usb: dwc3: core: Clean up ULPI device
681 - usb: dwc3: Fix NULL pointer exception in dwc3_pci_remove()
682 - xhci: Fix leaking USB3 shared_hcd at xhci removal
683 - xhci: handle port status events for removed USB3 hcd
684 - xhci: Add check for invalid byte size error when UAS devices are connected.
685 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
686 - usb: xhci: fix timeout for transition from RExit to U0
687 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
688 - usb: xhci: Prevent bus suspend if a port connect change or polling state is
689 detected
690 - ALSA: oss: Use kvzalloc() for local buffer allocations
691 - MAINTAINERS: Add Sasha as a stable branch maintainer
692 - Documentation/security-bugs: Clarify treatment of embargoed information
693 - Documentation/security-bugs: Postpone fix publication in exceptional cases
694 - mmc: sdhci-pci: Try "cd" for card-detect lookup before using NULL
695 - mmc: sdhci-pci: Workaround GLK firmware failing to restore the tuning value
696 - gpio: don't free unallocated ida on gpiochip_add_data_with_key() error path
697 - iwlwifi: fix wrong WGDS_WIFI_DATA_SIZE
698 - iwlwifi: mvm: support sta_statistics() even on older firmware
699 - iwlwifi: mvm: fix regulatory domain update when the firmware starts
700 - iwlwifi: mvm: don't use SAR Geo if basic SAR is not used
701 - brcmfmac: fix reporting support for 160 MHz channels
702 - opp: ti-opp-supply: Dynamically update u_volt_min
703 - opp: ti-opp-supply: Correct the supply in _get_optimal_vdd_voltage call
704 - tools/power/cpupower: fix compilation with STATIC=true
705 - v9fs_dir_readdir: fix double-free on p9stat_read error
706 - selinux: Add __GFP_NOWARN to allocation at str_read()
707 - Input: synaptics - avoid using uninitialized variable when probing
708 - bfs: add sanity check at bfs_fill_super()
709 - sctp: clear the transport of some out_chunk_list chunks in
710 sctp_assoc_rm_peer
711 - gfs2: Don't leave s_fs_info pointing to freed memory in init_sbd
712 - llc: do not use sk_eat_skb()
713 - mm: don't warn about large allocations for slab
714 - mm/memory.c: recheck page table entry with page table lock held
715 - tcp: do not release socket ownership in tcp_close()
716 - drm/fb-helper: Blacklist writeback when adding connectors to fbdev
717 - drm/amdgpu: Add missing firmware entry for HAINAN
718 - drm/vc4: Set ->legacy_cursor_update to false when doing non-async updates
719 - drm/amdgpu: Fix oops when pp_funcs->switch_power_profile is unset
720 - drm/i915: Disable LP3 watermarks on all SNB machines
721 - drm/ast: change resolution may cause screen blurred
722 - drm/ast: fixed cursor may disappear sometimes
723 - drm/ast: Remove existing framebuffers before loading driver
724 - can: flexcan: Unlock the MB unconditionally
725 - can: dev: can_get_echo_skb(): factor out non sending code to
726 __can_get_echo_skb()
727 - can: dev: __can_get_echo_skb(): replace struct can_frame by canfd_frame to
728 access frame length
729 - can: dev: __can_get_echo_skb(): Don't crash the kernel if can_priv::echo_skb
730 is accessed out of bounds
731 - can: dev: __can_get_echo_skb(): print error message, if trying to echo non
732 existing skb
733 - can: rx-offload: introduce can_rx_offload_get_echo_skb() and
734 can_rx_offload_queue_sorted() functions
735 - can: rx-offload: rename can_rx_offload_irq_queue_err_skb() to
736 can_rx_offload_queue_tail()
737 - can: flexcan: use can_rx_offload_queue_sorted() for flexcan_irq_bus_*()
738 - can: flexcan: handle tx-complete CAN frames via rx-offload infrastructure
739 - can: raw: check for CAN FD capable netdev in raw_sendmsg()
740 - can: hi311x: Use level-triggered interrupt
741 - can: flexcan: Always use last mailbox for TX
742 - can: flexcan: remove not needed struct flexcan_priv::tx_mb and struct
743 flexcan_priv::tx_mb_idx
744 - ACPICA: AML interpreter: add region addresses in global list during
745 initialization
746 - IB/hfi1: Eliminate races in the SDMA send error path
747 - fsnotify: generalize handling of extra event flags
748 - fanotify: fix handling of events on child sub-directory
749 - pinctrl: meson: fix pinconf bias disable
750 - pinctrl: meson: fix gxbb ao pull register bits
751 - pinctrl: meson: fix gxl ao pull register bits
752 - pinctrl: meson: fix meson8 ao pull register bits
753 - pinctrl: meson: fix meson8b ao pull register bits
754 - tools/testing/nvdimm: Fix the array size for dimm devices.
755 - scsi: lpfc: fix remoteport access
756 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
757 - KVM: PPC: Move and undef TRACE_INCLUDE_PATH/FILE
758 - cpufreq: imx6q: add return value check for voltage scale
759 - rtc: cmos: Do not export alarm rtc_ops when we do not support alarms
760 - rtc: pcf2127: fix a kmemleak caused in pcf2127_i2c_gather_write
761 - crypto: simd - correctly take reqsize of wrapped skcipher into account
762 - floppy: fix race condition in __floppy_read_block_0()
763 - powerpc/io: Fix the IO workarounds code to work with Radix
764 - sched/fair: Fix cpu_util_wake() for 'execl' type workloads
765 - perf/x86/intel/uncore: Add more IMC PCI IDs for KabyLake and CoffeeLake CPUs
766 - block: copy ioprio in __bio_clone_fast() and bounce
767 - SUNRPC: Fix a bogus get/put in generic_key_to_expire()
768 - riscv: add missing vdso_install target
769 - RISC-V: Silence some module warnings on 32-bit
770 - drm/amdgpu: fix bug with IH ring setup
771 - kdb: Use strscpy with destination buffer size
772 - NFSv4: Fix an Oops during delegation callbacks
773 - powerpc/numa: Suppress "VPHN is not supported" messages
774 - efi/arm: Revert deferred unmap of early memmap mapping
775 - z3fold: fix possible reclaim races
776 - mm, memory_hotplug: check zone_movable in has_unmovable_pages
777 - tmpfs: make lseek(SEEK_DATA/SEK_HOLE) return ENXIO with a negative offset
778 - mm, page_alloc: check for max order in hot path
779 - dax: Avoid losing wakeup in dax_lock_mapping_entry
780 - include/linux/pfn_t.h: force '~' to be parsed as an unary operator
781 - tty: wipe buffer.
782 - tty: wipe buffer if not echoing data
783 - gfs2: Fix iomap buffer head reference counting bug
784 - rcu: Make need_resched() respond to urgent RCU-QS needs
785 - media: ov5640: Re-work MIPI startup sequence
786 - media: ov5640: Fix timings setup code
787 - media: ov5640: fix exposure regression
788 - media: ov5640: fix auto gain & exposure when changing mode
789 - media: ov5640: fix wrong binning value in exposure calculation
790 - media: ov5640: fix auto controls values when switching to manual mode
791 - Linux 4.19.6
792
793 * linux-buildinfo: pull out ABI information into its own package
794 (LP: #1806380)
795 - [Packaging] limit preparation to linux-libc-dev in headers
796 - [Packaging] commonise debhelper invocation
797 - [Packaging] ABI -- accumulate abi information at the end of the build
798 - [Packaging] buildinfo -- add basic build information
799 - [Packaging] buildinfo -- add firmware information to the flavour ABI
800 - [Packaging] buildinfo -- add compiler information to the flavour ABI
801 - [Packaging] buildinfo -- add buildinfo support to getabis
802 - [Packaging] getabis -- handle all known package combinations
803 - [Packaging] getabis -- support parsing a simple version
804
805 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
806 - [Packaging] own /usr/lib/linux/triggers
807
808 * Miscellaneous upstream changes
809 - blk-mq: fix corruption with direct issue
810
811 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Dec 2018 09:18:30 -0600
812
813 linux (4.19.0-7.8) disco; urgency=medium
814
815 * linux: 4.19.0-7.8 -proposed tracker (LP: #1805465)
816
817 * Fix and issue that LG I2C touchscreen stops working after reboot
818 (LP: #1805085)
819 - HID: i2c-hid: Disable runtime PM for LG touchscreen
820
821 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
822 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
823 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
824
825 * Regression: hinic performance degrades over time (LP: #1805248)
826 - Revert "net-next/hinic: add checksum offload and TSO support"
827
828 * Disco update: 4.19.5 upstream stable release (LP: #1805461)
829 - drm/i915: Replace some PAGE_SIZE with I915_GTT_PAGE_SIZE
830 - cifs: don't dereference smb_file_target before null check
831 - cifs: fix return value for cifs_listxattr
832 - arm64: kprobe: make page to RO mode when allocate it
833 - block: brd: associate with queue until adding disk
834 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
835 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
836 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
837 - net: hns3: bugfix for the initialization of command queue's spin lock
838 - ixgbe: fix MAC anti-spoofing filter after VFLR
839 - reiserfs: propagate errors from fill_with_dentries() properly
840 - hfs: prevent btree data loss on root split
841 - hfsplus: prevent btree data loss on root split
842 - perf unwind: Take pgoff into account when reporting elf to libdwfl
843 - um: Give start_idle_thread() a return code
844 - drm/edid: Add 6 bpc quirk for BOE panel.
845 - afs: Handle EIO from delivery function
846 - platform/x86: intel_telemetry: report debugfs failure
847 - clk: fixed-rate: fix of_node_get-put imbalance
848 - perf symbols: Set PLT entry/header sizes properly on Sparc
849 - fs/exofs: fix potential memory leak in mount option parsing
850 - clk: samsung: exynos5420: Enable PERIS clocks for suspend
851 - apparmor: Fix uninitialized value in aa_split_fqname
852 - x86/earlyprintk: Add a force option for pciserial device
853 - platform/x86: acerhdf: Add BIOS entry for Gateway LT31 v1.3307
854 - clk: meson-axg: pcie: drop the mpll3 clock parent
855 - arm64: percpu: Initialize ret in the default case
856 - clk: meson: clk-pll: drop CLK_GET_RATE_NOCACHE where unnecessary
857 - clk: renesas: r9a06g032: Fix UART34567 clock rate
858 - clk: ti: fix OF child-node lookup
859 - serial: sh-sci: Fix receive on SCIFA/SCIFB variants with DMA
860 - netfilter: ipv6: fix oops when defragmenting locally generated fragments
861 - netfilter: bridge: define INT_MIN & INT_MAX in userspace
862 - s390/decompressor: add missing FORCE to build targets
863 - s390/vdso: add missing FORCE to build targets
864 - HID: i2c-hid: Add a small delay after sleep command for Raydium touchpanel
865 - Revert "HID: add NOGET quirk for Eaton Ellipse MAX UPS"
866 - HID: alps: allow incoming reports when only the trackstick is opened
867 - Revert "netfilter: nft_numgen: add map lookups for numgen random operations"
868 - netfilter: ipset: list:set: Decrease refcount synchronously on deletion and
869 replace
870 - netfilter: ipset: actually allow allowable CIDR 0 in hash:net,port,net
871 - netfilter: ipset: fix ip_set_list allocation failure
872 - s390/mm: fix mis-accounting of pgtable_bytes
873 - s390/mm: Fix ERROR: "__node_distance" undefined!
874 - bpf: fix bpf_prog_get_info_by_fd to return 0 func_lens for unpriv
875 - netfilter: ipset: Correct rcu_dereference() call in ip_set_put_comment()
876 - netfilter: xt_IDLETIMER: add sysfs filename checking routine
877 - netfilter: ipset: Fix calling ip_set() macro at dumping
878 - netfilter: nft_compat: ebtables 'nat' table is normal chain type
879 - s390/qeth: fix HiperSockets sniffer
880 - s390/qeth: unregister netdevice only when registered
881 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
882 - hwmon: (ibmpowernv) Remove bogus __init annotations
883 - ARM: dts: imx6sll: fix typo for fsl,imx6sll-i2c node
884 - ARM: dts: fsl: Fix improperly quoted stdout-path values
885 - Revert "drm/exynos/decon5433: implement frame counter"
886 - arm64: dts: renesas: r8a7795: add missing dma-names on hscif2
887 - arm64: dts: renesas: condor: switch from EtherAVB to GEther
888 - xen/grant-table: Fix incorrect gnttab_dma_free_pages() pr_debug message
889 - clk: fixed-factor: fix of_node_get-put imbalance
890 - mtd: nand: Fix nanddev_pos_next_page() kernel-doc header
891 - lib/raid6: Fix arm64 test build
892 - drm/amd/display: Stop leaking planes
893 - block: Clear kernel memory before copying to user
894 - drm/amd/display: Drop reusing drm connector for MST
895 - drm/amd/amdgpu/dm: Fix dm_dp_create_fake_mst_encoder()
896 - s390/perf: Change CPUM_CF return code in event init function
897 - ceph: quota: fix null pointer dereference in quota check
898 - of/device: Really only set bus DMA mask when appropriate
899 - nvme: make sure ns head inherits underlying device limits
900 - i2c: omap: Enable for ARCH_K3
901 - i2c: qcom-geni: Fix runtime PM mismatch with child devices
902 - sched/core: Take the hotplug lock in sched_init_smp()
903 - perf tools: Fix undefined symbol scnprintf in libperf-jvmti.so
904 - perf tools: Do not zero sample_id_all for group members
905 - ice: Fix dead device link issue with flow control
906 - ice: Fix the bytecount sent to netdev_tx_sent_queue
907 - ice: Change req_speeds to be u16
908 - i40e: restore NETIF_F_GSO_IPXIP[46] to netdev features
909 - qed: Fix memory/entry leak in qed_init_sp_request()
910 - qed: Fix blocking/unlimited SPQ entries leak
911 - qed: Fix SPQ entries not returned to pool in error flows
912 - qed: Fix potential memory corruption
913 - net: stmmac: Fix RX packet size > 8191
914 - net: aquantia: fix potential IOMMU fault after driver unbind
915 - net: aquantia: fixed enable unicast on 32 macvlan
916 - net: aquantia: invalid checksumm offload implementation
917 - kbuild: deb-pkg: fix too low build version number
918 - Revert "scripts/setlocalversion: git: Make -dirty check more robust"
919 - SUNRPC: drop pointless static qualifier in xdr_get_next_encode_buffer()
920 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
921 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
922 - x86/ldt: Remove unused variable in map_ldt_struct()
923 - media: v4l: event: Add subscription to list before calling "add" operation
924 - MIPS: OCTEON: cavium_octeon_defconfig: re-enable OCTEON USB driver
925 - RISC-V: Fix raw_copy_{to,from}_user()
926 - uio: Fix an Oops on load
927 - ALSA: hda/realtek - Add quirk entry for HP Pavilion 15
928 - ALSA: hda/ca0132 - Call pci_iounmap() instead of iounmap()
929 - can: kvaser_usb: Fix accessing freed memory in kvaser_usb_start_xmit()
930 - can: kvaser_usb: Fix potential uninitialized variable use
931 - usb: cdc-acm: add entry for Hiro (Conexant) modem
932 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
933 - usb: quirks: Add delay-init quirk for Corsair K70 LUX RGB
934 - misc: atmel-ssc: Fix section annotation on atmel_ssc_get_driver_data
935 - USB: misc: appledisplay: add 20" Apple Cinema Display
936 - gnss: serial: fix synchronous write timeout
937 - gnss: sirf: fix synchronous write timeout
938 - mtd: rawnand: atmel: fix OF child-node lookup
939 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
940 - ACPI / platform: Add SMB0001 HID to forbidden_id_list
941 - HID: uhid: forbid UHID_CREATE under KERNEL_DS or elevated privileges
942 - HID: Add quirk for Primax PIXART OEM mice
943 - HID: Add quirk for Microsoft PIXART OEM mouse
944 - libceph: fall back to sendmsg for slab pages
945 - mt76x0: run vco calibration for each channel configuration
946 - Linux 4.19.5
947
948 * Miscellaneous Ubuntu changes
949 - Revert "UBUNTU: Build signed kernels for arm64"
950
951 -- Seth Forshee <seth.forshee@canonical.com> Tue, 27 Nov 2018 10:38:34 -0600
952
953 linux (4.19.0-6.7) disco; urgency=medium
954
955 * linux: 4.19.0-6.7 -proposed tracker (LP: #1805195)
956
957 * SecureBoot support for arm64 (LP: #1804481)
958 - Build signed kernels for arm64
959
960 * Add pointstick support for Cirque Touchpad (LP: #1805081)
961 - HID: multitouch: Add pointstick support for Cirque Touchpad
962
963 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
964 (LP: #1804588)
965 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
966 - SAUCE: nvme: add quirk to not call disable function when suspending
967
968 * Disco update: 4.19.4 upstream stable release (LP: #1805159)
969 - flow_dissector: do not dissect l4 ports for fragments
970 - ibmvnic: fix accelerated VLAN handling
971 - ip_tunnel: don't force DF when MTU is locked
972 - ipv6: fix a dst leak when removing its exception
973 - ipv6: Fix PMTU updates for UDP/raw sockets in presence of VRF
974 - net: bcmgenet: protect stop from timeout
975 - net-gro: reset skb->pkt_type in napi_reuse_skb()
976 - sctp: not allow to set asoc prsctp_enable by sockopt
977 - tcp: Fix SOF_TIMESTAMPING_RX_HARDWARE to use the latest timestamp during TCP
978 coalescing
979 - tg3: Add PHY reset for 5717/5719/5720 in change ring and flow control paths
980 - tipc: don't assume linear buffer when reading ancillary data
981 - tipc: fix lockdep warning when reinitilaizing sockets
982 - tuntap: fix multiqueue rx
983 - net: systemport: Protect stop from timeout
984 - net/sched: act_pedit: fix memory leak when IDR allocation fails
985 - net: sched: cls_flower: validate nested enc_opts_policy to avoid warning
986 - tipc: fix link re-establish failure
987 - net/mlx5e: Don't match on vlan non-existence if ethertype is wildcarded
988 - net/mlx5e: Claim TC hw offloads support only under a proper build config
989 - net/mlx5e: Adjust to max number of channles when re-attaching
990 - net/mlx5e: RX, verify received packet size in Linear Striding RQ
991 - Revert "sctp: remove sctp_transport_pmtu_check"
992 - net/mlx5e: Always use the match level enum when parsing TC rule match
993 - net/mlx5e: Fix selftest for small MTUs
994 - net/mlx5e: Removed unnecessary warnings in FEC caps query
995 - inet: frags: better deal with smp races
996 - l2tp: fix a sock refcnt leak in l2tp_tunnel_register
997 - net/mlx5: IPSec, Fix the SA context hash key
998 - net/mlx5e: IPoIB, Reset QP after channels are closed
999 - net: dsa: mv88e6xxx: Fix clearing of stats counters
1000 - net: phy: realtek: fix RTL8201F sysfs name
1001 - sctp: define SCTP_SS_DEFAULT for Stream schedulers
1002 - net: qualcomm: rmnet: Fix incorrect assignment of real_dev
1003 - net: dsa: microchip: initialize mutex before use
1004 - sctp: fix strchange_flags name for Stream Change Event
1005 - net: phy: mdio-gpio: Fix working over slow can_sleep GPIOs
1006 - sctp: not increase stream's incnt before sending addstrm_in request
1007 - mlxsw: spectrum: Fix IP2ME CPU policer configuration
1008 - net: smsc95xx: Fix MTU range
1009 - rxrpc: Fix lockup due to no error backoff after ack transmit error
1010 - usbnet: smsc95xx: disable carrier check while suspending
1011 - Revert "x86/speculation: Enable cross-hyperthread spectre v2 STIBP
1012 mitigation"
1013 - Linux 4.19.4
1014
1015 * Disco update: 4.19.3 upstream stable release (LP: #1805158)
1016 - powerpc/traps: restore recoverability of machine_check interrupts
1017 - powerpc/64/module: REL32 relocation range check
1018 - powerpc/mm: Fix page table dump to work on Radix
1019 - powerpc/mm: fix always true/false warning in slice.c
1020 - drm/amd/display: fix bug of accessing invalid memory
1021 - Input: wm97xx-ts - fix exit path
1022 - powerpc/Makefile: Fix PPC_BOOK3S_64 ASFLAGS
1023 - powerpc/eeh: Fix possible null deref in eeh_dump_dev_log()
1024 - tty: check name length in tty_find_polling_driver()
1025 - tracing/kprobes: Check the probe on unloaded module correctly
1026 - drm/nouveau/secboot/acr: fix memory leak
1027 - drm/amdgpu/powerplay: fix missing break in switch statements
1028 - ARM: imx_v6_v7_defconfig: Select CONFIG_TMPFS_POSIX_ACL
1029 - powerpc/nohash: fix undefined behaviour when testing page size support
1030 - drm/msm/gpu: fix parameters in function msm_gpu_crashstate_capture
1031 - drm/msm/disp/dpu: Use proper define for drm_encoder_init() 'encoder_type'
1032 - drm/msm: dpu: Allow planes to extend past active display
1033 - powerpc/mm: Don't report hugepage tables as memory leaks when using kmemleak
1034 - drm/omap: fix memory barrier bug in DMM driver
1035 - drm/amd/display: Raise dispclk value for dce120 by 15%
1036 - drm/amd/display: fix gamma not being applied
1037 - drm/hisilicon: hibmc: Do not carry error code in HiBMC framebuffer pointer
1038 - media: pci: cx23885: handle adding to list failure
1039 - media: coda: don't overwrite h.264 profile_idc on decoder instance
1040 - MIPS: kexec: Mark CPU offline before disabling local IRQ
1041 - powerpc/boot: Ensure _zimage_start is a weak symbol
1042 - powerpc/memtrace: Remove memory in chunks
1043 - MIPS/PCI: Call pcie_bus_configure_settings() to set MPS/MRRS
1044 - staging: erofs: fix a missing endian conversion
1045 - serial: 8250_of: Fix for lack of interrupt support
1046 - sc16is7xx: Fix for multi-channel stall
1047 - media: tvp5150: fix width alignment during set_selection()
1048 - powerpc/selftests: Wait all threads to join
1049 - staging:iio:ad7606: fix voltage scales
1050 - drm: rcar-du: Update Gen3 output limitations
1051 - drm/amdgpu: Fix SDMA TO after GPU reset v3
1052 - staging: most: video: fix registration of an empty comp core_component
1053 - 9p locks: fix glock.client_id leak in do_lock
1054 - udf: Prevent write-unsupported filesystem to be remounted read-write
1055 - ARM: dts: imx6ull: keep IMX6UL_ prefix for signals on both i.MX6UL and
1056 i.MX6ULL
1057 - media: ov5640: fix mode change regression
1058 - 9p: clear dangling pointers in p9stat_free
1059 - drm/amdgpu: fix integer overflow test in amdgpu_bo_list_create()
1060 - media: ov5640: fix restore of last mode set
1061 - cdrom: fix improper type cast, which can leat to information leak.
1062 - ovl: fix error handling in ovl_verify_set_fh()
1063 - ovl: fix recursive oi->lock in ovl_link()
1064 - ovl: check whiteout in ovl_create_over_whiteout()
1065 - ovl: automatically enable redirect_dir on metacopy=on
1066 - serial: sh-sci: Fix could not remove dev_attr_rx_fifo_timeout
1067 - scsi: qla2xxx: Fix incorrect port speed being set for FC adapters
1068 - scsi: qla2xxx: Fix process response queue for ISP26XX and above
1069 - scsi: qla2xxx: Remove stale debug trace message from tcm_qla2xxx
1070 - scsi: qla2xxx: Fix early srb free on abort
1071 - scsi: qla2xxx: shutdown chip if reset fail
1072 - scsi: qla2xxx: Reject bsg request if chip is down.
1073 - scsi: qla2xxx: Fix re-using LoopID when handle is in use
1074 - scsi: qla2xxx: Fix for double free of SRB structure
1075 - scsi: qla2xxx: Fix NVMe session hang on unload
1076 - scsi: qla2xxx: Fix NVMe Target discovery
1077 - scsi: qla2xxx: Fix duplicate switch database entries
1078 - scsi: qla2xxx: Fix driver hang when FC-NVMe LUNs are configured
1079 - vfs: fix FIGETBSZ ioctl on an overlayfs file
1080 - fuse: Fix use-after-free in fuse_dev_do_read()
1081 - fuse: Fix use-after-free in fuse_dev_do_write()
1082 - fuse: fix blocked_waitq wakeup
1083 - fuse: set FR_SENT while locked
1084 - drm/msm: fix OF child-node lookup
1085 - arm64: dts: stratix10: Support Ethernet Jumbo frame
1086 - arm64: dts: stratix10: fix multicast filtering
1087 - clk: meson-gxbb: set fclk_div3 as CLK_IS_CRITICAL
1088 - clk: meson: axg: mark fdiv2 and fdiv3 as critical
1089 - zram: close udev startup race condition as default groups
1090 - MIPS: Loongson-3: Fix CPU UART irq delivery problem
1091 - MIPS: Loongson-3: Fix BRIDGE irq delivery problem
1092 - xtensa: add NOTES section to the linker script
1093 - xtensa: make sure bFLT stack is 16 byte aligned
1094 - xtensa: fix boot parameters address translation
1095 - um: Drop own definition of PTRACE_SYSEMU/_SINGLESTEP
1096 - clk: s2mps11: Fix matching when built as module and DT node contains
1097 compatible
1098 - clk: at91: Fix division by zero in PLL recalc_rate()
1099 - clk: sunxi-ng: h6: fix bus clocks' divider position
1100 - clk: rockchip: fix wrong mmc sample phase shift for rk3328
1101 - clk: rockchip: Fix static checker warning in rockchip_ddrclk_get_parent call
1102 - libceph: bump CEPH_MSG_MAX_DATA_LEN
1103 - Revert "ceph: fix dentry leak in splice_dentry()"
1104 - thermal: core: Fix use-after-free in thermal_cooling_device_destroy_sysfs
1105 - mach64: fix display corruption on big endian machines
1106 - mach64: fix image corruption due to reading accelerator registers
1107 - acpi/nfit, x86/mce: Handle only uncorrectable machine checks
1108 - acpi/nfit, x86/mce: Validate a MCE's address before using it
1109 - acpi, nfit: Fix ARS overflow continuation
1110 - reset: hisilicon: fix potential NULL pointer dereference
1111 - crypto: hisilicon - Fix NULL dereference for same dst and src
1112 - crypto: hisilicon - Fix reference after free of memories on error path
1113 - vhost/scsi: truncate T10 PI iov_iter to prot_bytes
1114 - scsi: qla2xxx: Initialize port speed to avoid setting lower speed
1115 - SCSI: fix queue cleanup race before queue initialization is done
1116 - Revert "powerpc/8xx: Use L1 entry APG to handle _PAGE_ACCESSED for
1117 CONFIG_SWAP"
1118 - soc: ti: QMSS: Fix usage of irq_set_affinity_hint
1119 - ocfs2: fix a misuse a of brelse after failing ocfs2_check_dir_entry
1120 - ocfs2: free up write context when direct IO failed
1121 - mm: thp: relax __GFP_THISNODE for MADV_HUGEPAGE mappings
1122 - memory_hotplug: cond_resched in __remove_pages
1123 - netfilter: conntrack: fix calculation of next bucket number in early_drop
1124 - ARM: 8809/1: proc-v7: fix Thumb annotation of cpu_v7_hvc_switch_mm
1125 - bonding/802.3ad: fix link_failure_count tracking
1126 - mtd: spi-nor: cadence-quadspi: Return error code in
1127 cqspi_direct_read_execute()
1128 - mtd: nand: Fix nanddev_neraseblocks()
1129 - mtd: docg3: don't set conflicting BCH_CONST_PARAMS option
1130 - hwmon: (core) Fix double-free in __hwmon_device_register()
1131 - perf cs-etm: Correct CPU mode for samples
1132 - perf stat: Handle different PMU names with common prefix
1133 - perf callchain: Honour the ordering of PERF_CONTEXT_{USER,KERNEL,etc}
1134 - perf intel-pt/bts: Calculate cpumode for synthesized samples
1135 - perf intel-pt: Insert callchain context into synthesized callchains
1136 - of, numa: Validate some distance map rules
1137 - x86/cpu/vmware: Do not trace vmware_sched_clock()
1138 - x86/hyper-v: Enable PIT shutdown quirk
1139 - termios, tty/tty_baudrate.c: fix buffer overrun
1140 - arch/alpha, termios: implement BOTHER, IBSHIFT and termios2
1141 - watchdog/core: Add missing prototypes for weak functions
1142 - btrfs: fix pinned underflow after transaction aborted
1143 - Btrfs: fix missing data checksums after a ranged fsync (msync)
1144 - Btrfs: fix cur_offset in the error case for nocow
1145 - Btrfs: fix infinite loop on inode eviction after deduplication of eof block
1146 - Btrfs: fix data corruption due to cloning of eof block
1147 - btrfs: tree-checker: Fix misleading group system information
1148 - clockevents/drivers/i8253: Add support for PIT shutdown quirk
1149 - ext4: add missing brelse() update_backups()'s error path
1150 - ext4: add missing brelse() in set_flexbg_block_bitmap()'s error path
1151 - ext4: add missing brelse() add_new_gdb_meta_bg()'s error path
1152 - ext4: avoid potential extra brelse in setup_new_flex_group_blocks()
1153 - ext4: missing !bh check in ext4_xattr_inode_write()
1154 - ext4: fix possible inode leak in the retry loop of ext4_resize_fs()
1155 - ext4: avoid buffer leak on shutdown in ext4_mark_iloc_dirty()
1156 - ext4: avoid buffer leak in ext4_orphan_add() after prior errors
1157 - ext4: fix missing cleanup if ext4_alloc_flex_bg_array() fails while resizing
1158 - ext4: avoid possible double brelse() in add_new_gdb() on error path
1159 - ext4: fix possible leak of sbi->s_group_desc_leak in error path
1160 - ext4: fix possible leak of s_journal_flag_rwsem in error path
1161 - ext4: fix buffer leak in ext4_xattr_get_block() on error path
1162 - ext4: release bs.bh before re-using in ext4_xattr_block_find()
1163 - ext4: fix buffer leak in ext4_xattr_move_to_block() on error path
1164 - ext4: fix buffer leak in ext4_expand_extra_isize_ea() on error path
1165 - ext4: fix buffer leak in __ext4_read_dirblock() on error path
1166 - mount: Prevent MNT_DETACH from disconnecting locked mounts
1167 - mnt: fix __detach_mounts infinite loop
1168 - uapi: fix linux/kfd_ioctl.h userspace compilation errors
1169 - ARM: cpuidle: Don't register the driver when back-end init returns -ENXIO
1170 - kdb: use correct pointer when 'btc' calls 'btt'
1171 - kdb: print real address of pointers instead of hashed addresses
1172 - sunrpc: correct the computation for page_ptr when truncating
1173 - NFSv4: Don't exit the state manager without clearing
1174 NFS4CLNT_MANAGER_RUNNING
1175 - nfsd: COPY and CLONE operations require the saved filehandle to be set
1176 - rtc: hctosys: Add missing range error reporting
1177 - fuse: fix use-after-free in fuse_direct_IO()
1178 - fuse: fix leaked notify reply
1179 - fuse: fix possibly missed wake-up after abort
1180 - selinux: check length properly in SCTP bind hook
1181 - gfs2: Put bitmap buffers in put_super
1182 - gfs2: Fix metadata read-ahead during truncate (2)
1183 - libata: blacklist SAMSUNG MZ7TD256HAFV-000L9 SSD
1184 - crypto: user - fix leaking uninitialized memory to userspace
1185 - lib/ubsan.c: don't mark __ubsan_handle_builtin_unreachable as noreturn
1186 - hugetlbfs: fix kernel BUG at fs/hugetlbfs/inode.c:444!
1187 - mm/swapfile.c: use kvzalloc for swap_info_struct allocation
1188 - efi/arm/libstub: Pack FDT after populating it
1189 - mm: don't reclaim inodes with many attached pages
1190 - scripts/spdxcheck.py: make python3 compliant
1191 - drm/rockchip: Allow driver to be shutdown on reboot/kexec
1192 - drm/amdgpu: Fix typo in amdgpu_vmid_mgr_init
1193 - drm/amdgpu: add missing CHIP_HAINAN in amdgpu_ucode_get_load_type
1194 - drm/amdgpu: Suppress keypresses from ACPI_VIDEO events
1195 - drm/nouveau: Check backlight IDs are >= 0, not > 0
1196 - drm/nouveau: Fix nv50_mstc->best_encoder()
1197 - drm/amd/powerplay: Enable/Disable NBPSTATE on On/OFF of UVD
1198 - drm/etnaviv: fix bogus fence complete check in timeout handler
1199 - drm/dp_mst: Check if primary mstb is null
1200 - drm: panel-orientation-quirks: Add quirk for Acer One 10 (S1003)
1201 - drm/i915/dp: Link train Fallback on eDP only if fallback link BW can fit
1202 panel's native mode
1203 - drm/i915: Use the correct crtc when sanitizing plane mapping
1204 - drm/i915: Restore vblank interrupts earlier
1205 - drm/i915: Don't unset intel_connector->mst_port
1206 - drm/i915: Skip vcpi allocation for MSTB ports that are gone
1207 - drm/i915: Large page offsets for pread/pwrite
1208 - drm/i915/dp: Fix link retraining comment in intel_dp_long_pulse()
1209 - drm/i915/dp: Restrict link retrain workaround to external monitors
1210 - drm/i915/icl: Fix the macros for DFLEXDPMLE register bits
1211 - drm/i915/hdmi: Add HDMI 2.0 audio clock recovery N values
1212 - drm/i915: Mark up GTT sizes as u64
1213 - drm/i915: Fix error handling for the NV12 fb dimensions check
1214 - drm/i915: Fix ilk+ watermarks when disabling pipes
1215 - drm/i915: Compare user's 64b GTT offset even on 32b
1216 - drm/i915: Don't oops during modeset shutdown after lpe audio deinit
1217 - drm/i915: Mark pin flags as u64
1218 - drm/i915/ringbuffer: Delay after EMIT_INVALIDATE for gen4/gen5
1219 - drm/i915/execlists: Force write serialisation into context image vs
1220 execution
1221 - drm/i915: Fix possible race in intel_dp_add_mst_connector()
1222 - drm/i915: Fix NULL deref when re-enabling HPD IRQs on systems with MST
1223 - drm/i915: Fix hpd handling for pins with two encoders
1224 - CONFIG_XEN_PV breaks xen_create_contiguous_region on ARM
1225 - Revert "ACPICA: AML interpreter: add region addresses in global list during
1226 initialization"
1227 - Linux 4.19.3
1228
1229 * glibc 2.28-0ubuntu1 ADT test failure with linux 4.19.0-5.6 (LP: #1805154)
1230 - SAUCE: Revert "x86: vdso: Use $LD instead of $CC to link"
1231
1232 * Miscellaneous Ubuntu changes
1233 - SAUCE: (noup) Update spl to 0.7.12-1ubuntu1, zfs to 0.7.12-1ubuntu1
1234
1235 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Nov 2018 11:44:00 -0600
1236
1237 linux (4.19.0-5.6) disco; urgency=medium
1238
1239 * crash in ENA driver on removing an interface (LP: #1802341)
1240 - SAUCE: net: ena: fix crash during ena_remove()
1241
1242 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
1243 (LP: #1797367)
1244 - s390/qeth: sanitize strings in debug messages
1245
1246 * Disco update: 4.19.2 upstream stable release (LP: #1803410)
1247 - bpf: fix partial copy of map_ptr when dst is scalar
1248 - MIPS: VDSO: Reduce VDSO_RANDOMIZE_SIZE to 64MB for 64bit
1249 - gpio: mxs: Get rid of external API call
1250 - mtd: rawnand: marvell: fix the IRQ handler complete() condition
1251 - mtd: maps: gpio-addr-flash: Fix ioremapped size
1252 - mtd: spi-nor: fsl-quadspi: fix read error for flash size larger than 16MB
1253 - mtd: spi-nor: intel-spi: Add support for Intel Ice Lake SPI serial flash
1254 - mtd: spi-nor: fsl-quadspi: Don't let -EINVAL on the bus
1255 - spi: spi-mem: Adjust op len based on message/transfer size limitations
1256 - spi: bcm-qspi: switch back to reading flash using smaller chunks
1257 - spi: bcm-qspi: fix calculation of address length
1258 - bcache: trace missed reading by cache_missed
1259 - bcache: fix ioctl in flash device
1260 - bcache: correct dirty data statistics
1261 - bcache: fix miss key refill->end in writeback
1262 - hwmon: (pmbus) Fix page count auto-detection.
1263 - jffs2: free jffs2_sb_info through jffs2_kill_sb()
1264 - block: setup bounce bio_sets properly
1265 - block: make sure discard bio is aligned with logical block size
1266 - block: make sure writesame bio is aligned with logical block size
1267 - cpufreq: conservative: Take limits changes into account properly
1268 - dma-mapping: fix panic caused by passing empty cma command line argument
1269 - pcmcia: Implement CLKRUN protocol disabling for Ricoh bridges
1270 - ACPI / OSL: Use 'jiffies' as the time bassis for acpi_os_get_timer()
1271 - ACPICA: AML interpreter: add region addresses in global list during
1272 initialization
1273 - ACPICA: AML Parser: fix parse loop to correctly skip erroneous extended
1274 opcodes
1275 - acpi, nfit: Fix Address Range Scrub completion tracking
1276 - kprobes/x86: Use preempt_enable() in optimized_callback()
1277 - mailbox: PCC: handle parse error
1278 - parisc: Fix address in HPMC IVA
1279 - parisc: Fix map_pages() to not overwrite existing pte entries
1280 - parisc: Fix exported address of os_hpmc handler
1281 - ALSA: hda - Add quirk for ASUS G751 laptop
1282 - ALSA: hda - Fix headphone pin config for ASUS G751
1283 - ALSA: hda - Add mic quirk for the Lenovo G50-30 (17aa:3905)
1284 - ALSA: hda: Add 2 more models to the power_save blacklist
1285 - ALSA: ca0106: Disable IZD on SB0570 DAC to fix audio pops
1286 - ALSA: hda - Fix incorrect clearance of thinkpad_acpi hooks
1287 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
1288 - x86/xen: Fix boot loader version reported for PVH guests
1289 - x86/corruption-check: Fix panic in memory_corruption_check() when boot
1290 option without value is provided
1291 - x86/kvm/nVMX: allow bare VMXON state migration
1292 - x86/mm/pat: Disable preemption around __flush_tlb_all()
1293 - x86/numa_emulation: Fix uniform-split numa emulation
1294 - ARM: dts: exynos: Disable pull control for MAX8997 interrupts on Origen
1295 - net: socionext: Reset tx queue in ndo_stop
1296 - net: loopback: clear skb->tstamp before netif_rx()
1297 - locking/lockdep: Fix debug_locks off performance problem
1298 - netfilter: xt_nat: fix DNAT target for shifted portmap ranges
1299 - ataflop: fix error handling during setup
1300 - swim: fix cleanup on setup error
1301 - arm64: cpufeature: ctr: Fix cpu capability check for late CPUs
1302 - hv_netvsc: fix vf serial matching with pci slot info
1303 - nfp: devlink port split support for 1x100G CXP NIC
1304 - tun: Consistently configure generic netdev params via rtnetlink
1305 - s390/sthyi: Fix machine name validity indication
1306 - hwmon: (pwm-fan) Set fan speed to 0 on suspend
1307 - lightnvm: pblk: fix race on sysfs line state
1308 - lightnvm: pblk: fix two sleep-in-atomic-context bugs
1309 - lightnvm: pblk: fix race condition on metadata I/O
1310 - spi: spi-ep93xx: Use dma_data_direction for ep93xx_spi_dma_{finish,prepare}
1311 - perf tools: Free temporary 'sys' string in read_event_files()
1312 - perf tools: Cleanup trace-event-info 'tdata' leak
1313 - perf tools: Free 'printk' string in parse_ftrace_printk()
1314 - perf strbuf: Match va_{add,copy} with va_end
1315 - cpupower: Fix coredump on VMWare
1316 - bcache: Populate writeback_rate_minimum attribute
1317 - mmc: sdhci-pci-o2micro: Add quirk for O2 Micro dev 0x8620 rev 0x01
1318 - sdhci: acpi: add free_slot callback
1319 - mtd: rawnand: denali: set SPARE_AREA_SKIP_BYTES register to 8 if unset
1320 - iwlwifi: pcie: avoid empty free RB queue
1321 - iwlwifi: mvm: clear HW_RESTART_REQUESTED when stopping the interface
1322 - iwlwifi: mvm: check for n_profiles validity in EWRD ACPI
1323 - x86/olpc: Indicate that legacy PC XO-1 platform should not register RTC
1324 - wlcore: Fix BUG with clear completion on timeout
1325 - ACPI/PPTT: Handle architecturally unknown cache types
1326 - ACPI / PM: LPIT: Register sysfs attributes based on FADT
1327 - ACPI / processor: Fix the return value of acpi_processor_ids_walk()
1328 - cpufreq: dt: Try freeing static OPPs only if we have added them
1329 - x86/intel_rdt: Show missing resctrl mount options
1330 - mtd: rawnand: atmel: Fix potential NULL pointer dereference
1331 - nvme: call nvme_complete_rq when nvmf_check_ready fails for mpath I/O
1332 - ath10k: fix tx status flag setting for management frames
1333 - signal: Introduce COMPAT_SIGMINSTKSZ for use in compat_sys_sigaltstack
1334 - ice: fix changing of ring descriptor size (ethtool -G)
1335 - ice: update fw version check logic
1336 - net: hns3: Fix for packet buffer setting bug
1337 - Bluetooth: btbcm: Add entry for BCM4335C0 UART bluetooth
1338 - Bluetooth: hci_qca: Remove hdev dereference in qca_close().
1339 - x86: boot: Fix EFI stub alignment
1340 - net: hns3: Add nic state check before calling netif_tx_wake_queue
1341 - net: hns3: Fix ets validate issue
1342 - pinctrl: sunxi: fix 'pctrl->functions' allocation in
1343 sunxi_pinctrl_build_state
1344 - pinctrl: qcom: spmi-mpp: Fix err handling of pmic_mpp_set_mux
1345 - brcmfmac: fix for proper support of 160MHz bandwidth
1346 - net: hns3: Check hdev state when getting link status
1347 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
1348 - net: phy: phylink: ensure the carrier is off when starting phylink
1349 - block, bfq: correctly charge and reset entity service in all cases
1350 - arm64: entry: Allow handling of undefined instructions from EL1
1351 - kprobes: Return error if we fail to reuse kprobe instead of BUG_ON()
1352 - spi: gpio: No MISO does not imply no RX
1353 - ACPI / LPSS: Add alternative ACPI HIDs for Cherry Trail DMA controllers
1354 - pinctrl: qcom: spmi-mpp: Fix drive strength setting
1355 - bpf/verifier: fix verifier instability
1356 - failover: Add missing check to validate 'slave_dev' in
1357 net_failover_slave_unregister
1358 - perf tests: Fix record+probe_libc_inet_pton.sh without ping's debuginfo
1359 - pinctrl: spmi-mpp: Fix pmic_mpp_config_get() to be compliant
1360 - pinctrl: ssbi-gpio: Fix pm8xxx_pin_config_get() to be compliant
1361 - net: hns3: Preserve vlan 0 in hardware table
1362 - net: hns3: Fix ping exited problem when doing lp selftest
1363 - net: hns3: Fix for vf vlan delete failed problem
1364 - net: dsa: mv88e6xxx: Fix writing to a PHY page.
1365 - mt76x2u: run device cleanup routine if resume fails
1366 - rsi: fix memory alignment issue in ARM32 platforms
1367 - libertas_tf: prevent underflow in process_cmdrequest()
1368 - iwlwifi: mvm: fix BAR seq ctrl reporting
1369 - gpio: brcmstb: allow 0 width GPIO banks
1370 - ixgbe: disallow IPsec Tx offload when in SR-IOV mode
1371 - ixgbevf: VF2VF TCP RSS
1372 - wil6210: fix RX buffers release and unmap
1373 - ath10k: schedule hardware restart if WMI command times out
1374 - libata: Apply NOLPM quirk for SAMSUNG MZ7TD256HAFV-000L9
1375 - thermal: rcar_thermal: Prevent doing work after unbind
1376 - thermal: da9062/61: Prevent hardware access during system suspend
1377 - cifs: fix a credits leak for compund commands
1378 - cgroup, netclassid: add a preemption point to write_classid
1379 - net: stmmac: dwmac-sun8i: fix OF child-node lookup
1380 - f2fs: fix to account IO correctly for cgroup writeback
1381 - MD: Memory leak when flush bio size is zero
1382 - md: fix memleak for mempool
1383 - of: Add missing exports of node name compare functions
1384 - scsi: esp_scsi: Track residual for PIO transfers
1385 - scsi: ufs: Schedule clk gating work on correct queue
1386 - UAPI: ndctl: Fix g++-unsupported initialisation in headers
1387 - KVM: nVMX: Clear reserved bits of #DB exit qualification
1388 - scsi: megaraid_sas: fix a missing-check bug
1389 - RDMA/core: Do not expose unsupported counters
1390 - RDMA/cm: Respect returned status of cm_init_av_by_path
1391 - IB/ipoib: Clear IPCB before icmp_send
1392 - RDMA/bnxt_re: Avoid accessing nq->bar_reg_iomem in failure case
1393 - RDMA/bnxt_re: Fix recursive lock warning in debug kernel
1394 - usb: host: ohci-at91: fix request of irq for optional gpio
1395 - PCI: mediatek: Fix mtk_pcie_find_port() endpoint/port matching logic
1396 - PCI: cadence: Use AXI region 0 to signal interrupts from EP
1397 - usb: typec: tcpm: Report back negotiated PPS voltage and current
1398 - tpm: suppress transmit cmd error logs when TPM 1.2 is disabled/deactivated
1399 - f2fs: clear PageError on the read path
1400 - Drivers: hv: vmbus: Use cpumask_var_t for on-stack cpu mask
1401 - VMCI: Resource wildcard match fixed
1402 - PCI / ACPI: Enable wake automatically for power managed bridges
1403 - xprtrdma: Reset credit grant properly after a disconnect
1404 - irqchip/pdc: Setup all edge interrupts as rising edge at GIC
1405 - usb: dwc2: fix call to vbus supply exit routine, call it unlocked
1406 - usb: dwc2: fix a race with external vbus supply
1407 - usb: gadget: udc: atmel: handle at91sam9rl PMC
1408 - ext4: fix argument checking in EXT4_IOC_MOVE_EXT
1409 - MD: fix invalid stored role for a disk
1410 - PCI: cadence: Correct probe behaviour when failing to get PHY
1411 - nvmem: check the return value of nvmem_add_cells()
1412 - xhci: Avoid USB autosuspend when resuming USB2 ports.
1413 - scsi: qla2xxx: Fix recursive mailbox timeout
1414 - f2fs: fix to recover inode's crtime during POR
1415 - f2fs: fix to recover inode's i_flags during POR
1416 - PCI/MSI: Warn and return error if driver enables MSI/MSI-X twice
1417 - coresight: etb10: Fix handling of perf mode
1418 - PCI: dwc: pci-dra7xx: Enable errata i870 for both EP and RC mode
1419 - crypto: caam - fix implicit casts in endianness helpers
1420 - usb: chipidea: Prevent unbalanced IRQ disable
1421 - Smack: ptrace capability use fixes
1422 - driver/dma/ioat: Call del_timer_sync() without holding prep_lock
1423 - ASoC: AMD: Fix capture unstable in beginning for some runs
1424 - firmware: coreboot: Unmap ioregion after device population
1425 - IB/ipoib: Use dev_port to expose network interface port numbers
1426 - IB/mlx5: Allow transition of DCI QP to reset
1427 - uio: ensure class is registered before devices
1428 - scsi: lpfc: Correct soft lockup when running mds diagnostics
1429 - scsi: lpfc: Correct race with abort on completion path
1430 - f2fs: avoid sleeping under spin_lock
1431 - f2fs: report error if quota off error during umount
1432 - signal: Always deliver the kernel's SIGKILL and SIGSTOP to a pid namespace
1433 init
1434 - f2fs: fix to flush all dirty inodes recovered in readonly fs
1435 - mfd: menelaus: Fix possible race condition and leak
1436 - dmaengine: dma-jz4780: Return error if not probed from DT
1437 - IB/rxe: fix for duplicate request processing and ack psns
1438 - ALSA: hda: Check the non-cached stream buffers more explicitly
1439 - cpupower: Fix AMD Family 0x17 msr_pstate size
1440 - Revert "f2fs: fix to clear PG_checked flag in set_page_dirty()"
1441 - f2fs: fix missing up_read
1442 - f2fs: fix to recover cold bit of inode block during POR
1443 - f2fs: fix to account IO correctly
1444 - OPP: Free OPP table properly on performance state irregularities
1445 - ARM: dts: exynos: Convert exynos5250.dtsi to opp-v2 bindings
1446 - ARM: dts: exynos: Mark 1 GHz CPU OPP as suspend OPP on Exynos5250
1447 - xen-swiotlb: use actually allocated size on check physical continuous
1448 - tpm: Restore functionality to xen vtpm driver.
1449 - xen/blkfront: avoid NULL blkfront_info dereference on device removal
1450 - xen/balloon: Support xend-based toolstack
1451 - xen: fix race in xen_qlock_wait()
1452 - xen: make xen_qlock_wait() nestable
1453 - xen/pvh: increase early stack size
1454 - xen/pvh: don't try to unplug emulated devices
1455 - libertas: don't set URB_ZERO_PACKET on IN USB transfer
1456 - usbip:vudc: BUG kmalloc-2048 (Not tainted): Poison overwritten
1457 - usb: typec: tcpm: Fix APDO PPS order checking to be based on voltage
1458 - usb: gadget: udc: renesas_usb3: Fix b-device mode for "workaround"
1459 - mt76: mt76x2: fix multi-interface beacon configuration
1460 - iwlwifi: mvm: check return value of rs_rate_from_ucode_rate()
1461 - net/ipv4: defensive cipso option parsing
1462 - dmaengine: ppc4xx: fix off-by-one build failure
1463 - scsi: sched/wait: Add wait_event_lock_irq_timeout for TASK_UNINTERRUPTIBLE
1464 usage
1465 - scsi: target: Fix target_wait_for_sess_cmds breakage with active signals
1466 - libnvdimm: Hold reference on parent while scheduling async init
1467 - libnvdimm, region: Fail badblocks listing for inactive regions
1468 - libnvdimm, pmem: Fix badblocks population for 'raw' namespaces
1469 - ASoC: intel: skylake: Add missing break in skl_tplg_get_token()
1470 - ASoC: sta32x: set ->component pointer in private struct
1471 - IB/mlx5: Fix MR cache initialization
1472 - IB/rxe: Revise the ib_wr_opcode enum
1473 - jbd2: fix use after free in jbd2_log_do_checkpoint()
1474 - gfs2_meta: ->mount() can get NULL dev_name
1475 - ext4: fix EXT4_IOC_SWAP_BOOT
1476 - ext4: initialize retries variable in ext4_da_write_inline_data_begin()
1477 - ext4: fix setattr project check in fssetxattr ioctl
1478 - ext4: propagate error from dquot_initialize() in EXT4_IOC_FSSETXATTR
1479 - ext4: fix use-after-free race in ext4_remount()'s error path
1480 - selinux: fix mounting of cgroup2 under older policies
1481 - HID: wacom: Work around HID descriptor bug in DTK-2451 and DTH-2452
1482 - HID: hiddev: fix potential Spectre v1
1483 - EDAC, amd64: Add Family 17h, models 10h-2fh support
1484 - EDAC, {i7core,sb,skx}_edac: Fix uncorrected error counting
1485 - EDAC, skx_edac: Fix logical channel intermediate decoding
1486 - ARM: dts: dra7: Fix up unaligned access setting for PCIe EP
1487 - PCI/ASPM: Fix link_state teardown on device removal
1488 - PCI: Add Device IDs for Intel GPU "spurious interrupt" quirk
1489 - signal/GenWQE: Fix sending of SIGKILL
1490 - signal: Guard against negative signal numbers in copy_siginfo_from_user32
1491 - crypto: lrw - Fix out-of bounds access on counter overflow
1492 - crypto: tcrypt - fix ghash-generic speed test
1493 - crypto: aesni - don't use GFP_ATOMIC allocation if the request doesn't cross
1494 a page in gcm
1495 - crypto: morus/generic - fix for big endian systems
1496 - crypto: aegis/generic - fix for big endian systems
1497 - crypto: speck - remove Speck
1498 - mm: /proc/pid/smaps_rollup: fix NULL pointer deref in smaps_pte_range()
1499 - userfaultfd: disable irqs when taking the waitqueue lock
1500 - ima: fix showing large 'violations' or 'runtime_measurements_count'
1501 - ima: open a new file instance if no read permissions
1502 - hugetlbfs: dirty pages as they are added to pagecache
1503 - mm/rmap: map_pte() was not handling private ZONE_DEVICE page properly
1504 - mm/hmm: fix race between hmm_mirror_unregister() and mmu_notifier callback
1505 - KVM: arm/arm64: Ensure only THP is candidate for adjustment
1506 - KVM: arm64: Fix caching of host MDCR_EL2 value
1507 - kbuild: fix kernel/bounds.c 'W=1' warning
1508 - iio: ad5064: Fix regulator handling
1509 - iio: adc: imx25-gcq: Fix leak of device_node in mx25_gcq_setup_cfgs()
1510 - iio: adc: at91: fix acking DRDY irq on simple conversions
1511 - iio: adc: at91: fix wrong channel number in triggered buffer mode
1512 - w1: omap-hdq: fix missing bus unregister at removal
1513 - smb3: allow stats which track session and share reconnects to be reset
1514 - smb3: do not attempt cifs operation in smb3 query info error path
1515 - smb3: on kerberos mount if server doesn't specify auth type use krb5
1516 - printk: Fix panic caused by passing log_buf_len to command line
1517 - genirq: Fix race on spurious interrupt detection
1518 - tpm: fix response size validation in tpm_get_random()
1519 - NFC: nfcmrvl_uart: fix OF child-node lookup
1520 - NFSv4.1: Fix the r/wsize checking
1521 - nfs: Fix a missed page unlock after pg_doio()
1522 - nfsd: correctly decrement odstate refcount in error path
1523 - nfsd: Fix an Oops in free_session()
1524 - lockd: fix access beyond unterminated strings in prints
1525 - dm ioctl: harden copy_params()'s copy_from_user() from malicious users
1526 - dm zoned: fix metadata block ref counting
1527 - dm zoned: fix various dmz_get_mblock() issues
1528 - media: ov7670: make "xclk" clock optional
1529 - fsnotify: Fix busy inodes during unmount
1530 - powerpc64/module elfv1: Set opd addresses after module relocation
1531 - powerpc/msi: Fix compile error on mpc83xx
1532 - powerpc/tm: Fix HFSCR bit for no suspend case
1533 - powerpc/64s/hash: Do not use PPC_INVALIDATE_ERAT on CPUs before POWER9
1534 - MIPS: OCTEON: fix out of bounds array access on CN68XX
1535 - rtc: ds1307: fix ds1339 wakealarm support
1536 - rtc: cmos: Fix non-ACPI undefined reference to `hpet_rtc_interrupt'
1537 - rtc: cmos: Remove the `use_acpi_alarm' module parameter for !ACPI
1538 - power: supply: twl4030-charger: fix OF sibling-node lookup
1539 - ocxl: Fix access to the AFU Descriptor Data
1540 - iommu/arm-smmu: Ensure that page-table updates are visible before TLBI
1541 - TC: Set DMA masks for devices
1542 - net: bcmgenet: fix OF child-node lookup
1543 - media: v4l2-tpg: fix kernel oops when enabling HFLIP and OSD
1544 - Revert "media: dvbsky: use just one mutex for serializing device R/W ops"
1545 - kgdboc: Passing ekgdboc to command line causes panic
1546 - remoteproc: qcom: q6v5: Propagate EPROBE_DEFER
1547 - media: cec: make cec_get_edid_spa_location() an inline function
1548 - media: cec: integrate cec_validate_phys_addr() in cec-api.c
1549 - xen: fix xen_qlock_wait()
1550 - xen: remove size limit of privcmd-buf mapping interface
1551 - xen-blkfront: fix kernel panic with negotiate_mq error path
1552 - media: cec: add new tx/rx status bits to detect aborts/timeouts
1553 - media: cec: fix the Signal Free Time calculation
1554 - media: cec: forgot to cancel delayed work
1555 - media: em28xx: use a default format if TRY_FMT fails
1556 - media: tvp5150: avoid going past array on v4l2_querymenu()
1557 - media: em28xx: fix input name for Terratec AV 350
1558 - media: em28xx: make v4l2-compliance happier by starting sequence on zero
1559 - media: em28xx: fix handler for vidioc_s_input()
1560 - media: adv7604: when the EDID is cleared, unconfigure CEC as well
1561 - media: adv7842: when the EDID is cleared, unconfigure CEC as well
1562 - drm/mediatek: fix OF sibling-node lookup
1563 - media: media colorspaces*.rst: rename AdobeRGB to opRGB
1564 - media: replace ADOBERGB by OPRGB
1565 - media: hdmi.h: rename ADOBE_RGB to OPRGB and ADOBE_YCC to OPYCC
1566 - arm64: lse: remove -fcall-used-x0 flag
1567 - rpmsg: smd: fix memory leak on channel create
1568 - Cramfs: fix abad comparison when wrap-arounds occur
1569 - ARM: dts: socfpga: Fix SDRAM node address for Arria10
1570 - arm64: dts: stratix10: Correct System Manager register size
1571 - soc: qcom: rmtfs-mem: Validate that scm is available
1572 - soc/tegra: pmc: Fix child-node lookup
1573 - selftests/ftrace: Fix synthetic event test to delete event correctly
1574 - selftests/powerpc: Fix ptrace tm failure
1575 - tracing: Return -ENOENT if there is no target synthetic event
1576 - btrfs: qgroup: Avoid calling qgroup functions if qgroup is not enabled
1577 - btrfs: Handle owner mismatch gracefully when walking up tree
1578 - btrfs: locking: Add extra check in btrfs_init_new_buffer() to avoid deadlock
1579 - btrfs: fix error handling in free_log_tree
1580 - btrfs: fix error handling in btrfs_dev_replace_start
1581 - btrfs: Enhance btrfs_trim_fs function to handle error better
1582 - btrfs: Ensure btrfs_trim_fs can trim the whole filesystem
1583 - btrfs: iterate all devices during trim, instead of fs_devices::alloc_list
1584 - btrfs: don't attempt to trim devices that don't support it
1585 - btrfs: keep trim from interfering with transaction commits
1586 - btrfs: wait on caching when putting the bg cache
1587 - Btrfs: don't clean dirty pages during buffered writes
1588 - btrfs: release metadata before running delayed refs
1589 - btrfs: protect space cache inode alloc with GFP_NOFS
1590 - btrfs: reset max_extent_size on clear in a bitmap
1591 - btrfs: make sure we create all new block groups
1592 - Btrfs: fix warning when replaying log after fsync of a tmpfile
1593 - Btrfs: fix wrong dentries after fsync of file that got its parent replaced
1594 - btrfs: qgroup: Dirty all qgroups before rescan
1595 - Btrfs: fix null pointer dereference on compressed write path error
1596 - Btrfs: fix assertion on fsync of regular file when using no-holes feature
1597 - Btrfs: fix deadlock when writing out free space caches
1598 - btrfs: reset max_extent_size properly
1599 - btrfs: set max_extent_size properly
1600 - btrfs: don't use ctl->free_space for max_extent_size
1601 - btrfs: only free reserved extent if we didn't insert it
1602 - btrfs: fix insert_reserved error handling
1603 - btrfs: don't run delayed_iputs in commit
1604 - btrfs: move the dio_sem higher up the callchain
1605 - Btrfs: fix use-after-free during inode eviction
1606 - Btrfs: fix use-after-free when dumping free space
1607 - net: sched: Remove TCA_OPTIONS from policy
1608 - vt: fix broken display when running aptitude
1609 - bpf: wait for running BPF programs when updating map-in-map
1610 - vga_switcheroo: Fix missing gpu_bound call at audio client registration
1611 - MD: fix invalid stored role for a disk - try2
1612 - Linux 4.19.2
1613
1614 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
1615 - KVM: s390: vsie: simulate VCPU SIE entry/exit
1616 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
1617 - KVM: s390: refactor crypto initialization
1618 - s390: vfio-ap: base implementation of VFIO AP device driver
1619 - s390: vfio-ap: register matrix device with VFIO mdev framework
1620 - s390: vfio-ap: sysfs interfaces to configure adapters
1621 - s390: vfio-ap: sysfs interfaces to configure domains
1622 - s390: vfio-ap: sysfs interfaces to configure control domains
1623 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
1624 - KVM: s390: interface to clear CRYCB masks
1625 - s390: vfio-ap: implement mediated device open callback
1626 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
1627 - s390: vfio-ap: zeroize the AP queues
1628 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
1629 - KVM: s390: Clear Crypto Control Block when using vSIE
1630 - KVM: s390: vsie: Do the CRYCB validation first
1631 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
1632 - KVM: s390: vsie: Allow CRYCB FORMAT-2
1633 - KVM: s390: vsie: allow CRYCB FORMAT-1
1634 - KVM: s390: vsie: allow CRYCB FORMAT-0
1635 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
1636 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
1637 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
1638 - KVM: s390: device attrs to enable/disable AP interpretation
1639 - KVM: s390: CPU model support for AP virtualization
1640 - s390: doc: detailed specifications for AP virtualization
1641 - KVM: s390: fix locking for crypto setting error path
1642 - KVM: s390: Tracing APCB changes
1643 - s390: vfio-ap: setup APCB mask using KVM dedicated function
1644 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
1645
1646 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
1647 - mount: Retest MNT_LOCKED in do_umount
1648 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
1649
1650 * CVE-2018-18955: nested user namespaces with more than five extents
1651 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
1652 - userns: also map extents in the reverse map to kernel IDs
1653
1654 * kdump fail due to an IRQ storm (LP: #1797990)
1655 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
1656 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
1657 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
1658
1659 * Disable LPM for Raydium Touchscreens (LP: #1802248)
1660 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
1661
1662 * Power consumption during s2idle is higher than long idle(sk hynix)
1663 (LP: #1801875)
1664 - SAUCE: pci: prevent sk hynix nvme from entering D3
1665 - SAUCE: nvme: add quirk to not call disable function when suspending
1666
1667 * Disco update: v4.19.1 upstream stable release (LP: #1801739)
1668 - bridge: do not add port to router list when receives query with source
1669 0.0.0.0
1670 - ipv6/ndisc: Preserve IPv6 control buffer if protocol error handlers are
1671 called
1672 - net/mlx5e: fix csum adjustments caused by RXFCS
1673 - net: sched: gred: pass the right attribute to gred_change_table_def()
1674 - net: stmmac: Fix stmmac_mdio_reset() when building stmmac as modules
1675 - net: udp: fix handling of CHECKSUM_COMPLETE packets
1676 - Revert "net: simplify sock_poll_wait"
1677 - rtnetlink: Disallow FDB configuration for non-Ethernet device
1678 - vhost: Fix Spectre V1 vulnerability
1679 - bonding: fix length of actor system
1680 - openvswitch: Fix push/pop ethernet validation
1681 - net/ipv6: Allow onlink routes to have a device mismatch if it is the default
1682 route
1683 - net/smc: fix smc_buf_unuse to use the lgr pointer
1684 - mlxsw: spectrum_switchdev: Don't ignore deletions of learned MACs
1685 - mlxsw: core: Fix devlink unregister flow
1686 - net: drop skb on failure in ip_check_defrag()
1687 - net: Properly unlink GRO packets on overflow.
1688 - r8169: fix broken Wake-on-LAN from S5 (poweroff)
1689 - Revert "be2net: remove desc field from be_eq_obj"
1690 - sctp: check policy more carefully when getting pr status
1691 - sparc64: Export __node_distance.
1692 - sparc64: Make corrupted user stacks more debuggable.
1693 - sparc64: Wire up compat getpeername and getsockname.
1694 - net: bridge: remove ipv6 zero address check in mcast queries
1695 - Linux 4.19.1
1696
1697 * Miscellaneous Ubuntu changes
1698 - SAUCE: (noup) Update spl to 0.7.11-1ubuntu1, zfs to 0.7.11-3ubuntu1
1699 - [Config] updateconfigs after 4.19.2 stable update
1700 - [Config] Disable unneded options for s390
1701 - [Config] Update annotations for 4.19
1702
1703 -- Seth Forshee <seth.forshee@canonical.com> Thu, 15 Nov 2018 09:55:37 -0800
1704
1705 linux (4.19.0-4.5) disco; urgency=medium
1706
1707 * Add checksum offload and TSO support for HiNIC adapters (LP: #1800664)
1708 - net-next/hinic: add checksum offload and TSO support
1709
1710 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
1711 than 255 bytes (LP: #1799794)
1712 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
1713
1714 * Packaging resync (LP: #1786013)
1715 - [Package] add support for specifying the primary makefile
1716
1717 * Update ENA driver to version 2.0.1K (LP: #1798182)
1718 - net: ena: minor performance improvement
1719 - net: ena: complete host info to match latest ENA spec
1720 - net: ena: introduce Low Latency Queues data structures according to ENA spec
1721 - net: ena: add functions for handling Low Latency Queues in ena_com
1722 - net: ena: add functions for handling Low Latency Queues in ena_netdev
1723 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
1724 - net: ena: explicit casting and initialization, and clearer error handling
1725 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
1726 - net: ena: change rx copybreak default to reduce kernel memory pressure
1727 - net: ena: remove redundant parameter in ena_com_admin_init()
1728 - net: ena: update driver version to 2.0.1
1729 - net: ena: fix indentations in ena_defs for better readability
1730 - net: ena: Fix Kconfig dependency on X86
1731 - net: ena: enable Low Latency Queues
1732 - net: ena: fix compilation error in xtensa architecture
1733
1734 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
1735 - ipmi: Fix timer race with module unload
1736
1737 * Overlayfs in user namespace leaks directory content of inaccessible
1738 directories (LP: #1793458) // CVE-2018-6559
1739 - SAUCE: overlayfs: ensure mounter privileges when reading directories
1740
1741 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
1742 vDSO (LP: #1797963)
1743 - powerpc/vdso: Correct call frame information
1744
1745 * Miscellaneous Ubuntu changes
1746 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Don't print secure boot state
1747 from the efi stub"
1748 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub"
1749 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() use
1750 efi_status_to_str() to print error messages."
1751 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
1752 efi_status_to_err()."
1753 - Revert "UBUNTU: SAUCE: (efi-lockdown) Make get_cert_list() not complain
1754 about cert lists that aren't present."
1755 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable
1756 to be suppressed"
1757 - Revert "UBUNTU: SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI
1758 Secure Boot"
1759 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser"
1760 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add EFI signature data types"
1761 - Revert "UBUNTU: SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time
1762 addition of keys to secondary keyring"
1763 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in
1764 secure boot mode"
1765 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to
1766 indicate secure boot mode"
1767 - Revert "UBUNTU: SAUCE: (efi-lockdown) Copy secure_boot flag in boot params
1768 across kexec reboot"
1769 - Revert "UBUNTU: SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the
1770 kernel is locked down"
1771 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down perf"
1772 - Revert "UBUNTU: SAUCE: (efi-lockdown) bpf: Restrict kernel image access
1773 functions when the kernel is locked down"
1774 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down kprobes"
1775 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down /proc/kcore"
1776 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the
1777 testmmiotrace module"
1778 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down module params that specify
1779 hardware parameters (eg. ioport)"
1780 - Revert "UBUNTU: SAUCE: (efi-lockdown) Lock down TIOCSSERIAL"
1781 - Revert "UBUNTU: SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the
1782 kernel is locked down"
1783 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable APEI error injection if
1784 the kernel is locked down"
1785 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Disable ACPI table override if
1786 the kernel is locked down"
1787 - Revert "UBUNTU: SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param
1788 when the kernel has been locked down"
1789 - Revert "UBUNTU: SAUCE: (efi-lockdown) ACPI: Limit access to custom_method
1790 when the kernel is locked down"
1791 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the
1792 kernel is locked down"
1793 - Revert "UBUNTU: SAUCE: (efi-lockdown) x86: Lock down IO port access when the
1794 kernel is locked down"
1795 - Revert "UBUNTU: SAUCE: (efi-lockdown) PCI: Lock down BAR access when the
1796 kernel is locked down"
1797 - Revert "UBUNTU: SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is
1798 locked down"
1799 - Revert "UBUNTU: SAUCE: (efi-lockdown) hibernate: Disable when the kernel is
1800 locked down"
1801 - Revert "UBUNTU: SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the
1802 kernel is locked down"
1803 - Revert "UBUNTU: SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the
1804 kernel is locked down"
1805 - Revert "UBUNTU: SAUCE: (efi-lockdown) Enforce module signatures if the
1806 kernel is locked down"
1807 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add a SysRq option to lift kernel
1808 lockdown"
1809 - Revert "UBUNTU: SAUCE: (efi-lockdown) Add the ability to lock down access to
1810 the running kernel image"
1811 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
1812 kernel image
1813 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
1814 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
1815 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
1816 locked down
1817 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
1818 down
1819 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
1820 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
1821 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
1822 down
1823 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
1824 locked down
1825 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
1826 down
1827 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
1828 locked down
1829 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
1830 has been locked down
1831 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
1832 locked down
1833 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
1834 locked down
1835 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
1836 down
1837 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
1838 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
1839 parameters (eg. ioport)
1840 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
1841 - SAUCE: (efi-lockdown) Lock down /proc/kcore
1842 - SAUCE: (efi-lockdown) Lock down kprobes
1843 - SAUCE: (efi-lockdown) Lock down perf
1844 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
1845 down
1846 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
1847 secondary keyring
1848 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
1849 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
1850 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
1851 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
1852 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
1853 that aren't present.
1854 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
1855 efi_status_to_err().
1856 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
1857 error messages.
1858 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
1859 reboot
1860 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
1861 boot mode
1862 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
1863 mode
1864 - SAUCE: (efi-lockdown) efi/x86: Call efi_parse_options() from efi_main()
1865 - SAUCE: (efi-lockdown) Fix for module sig verification
1866 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
1867 - SAUCE: (efi-lockdown) module: remove support for having IMA validate modules
1868 - [Packaging] generate Vcs-Git url from changelog
1869 - [Config] CONFIG_SCSI_MQ_DEFAULT=y
1870
1871 -- Seth Forshee <seth.forshee@canonical.com> Fri, 02 Nov 2018 14:22:55 -0500
1872
1873 linux (4.19.0-3.4) cosmic; urgency=medium
1874
1875 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
1876 - SAUCE: Bluetooth: Support for LED on Edge Gateways
1877
1878 * Support Edge Gateway's WIFI LED (LP: #1798330)
1879 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
1880
1881 [ Upstream Kernel Changes ]
1882
1883 * Rebase to v4.19
1884
1885 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Oct 2018 09:13:39 -0500
1886
1887 linux (4.19.0-2.3) cosmic; urgency=medium
1888
1889 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
1890 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
1891
1892 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
1893 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
1894 VM
1895
1896 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
1897 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
1898
1899 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 at drivers/irqchip/irq-gic.c:1016
1900 gic_irq_domain_translate (LP: #1797143)
1901 - SAUCE: arm64: dts: msm8916: camms: fix gic_irq_domain_translate warnings
1902
1903 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
1904 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
1905 - updateconfigs for Dell UART backlight driver
1906
1907 * Please make CONFIG_PWM_LPSS_PCI and CONFIG_PWM_LPSS_PLATFORM built in to
1908 make brightness adjustment working on various BayTrail/CherryTrail-based
1909 devices (LP: #1783964)
1910 - [Config]: Make PWM_LPSS_* built-in
1911
1912 * check and fix zkey required kernel modules locations in debs, udebs, and
1913 initramfs (LP: #1794346)
1914 - [Config] add s390 crypto modules to crypt-modules udeb
1915
1916 * Miscellaneous Ubuntu changes
1917 - [Config] CONFIG_VBOXGUEST=n
1918 - ubuntu: vbox -- update to 5.2.18-dfsg-2
1919 - ubuntu: enable vbox build
1920
1921 [ Upstream Kernel Changes ]
1922
1923 * Rebase to v4.19-rc8
1924
1925 -- Seth Forshee <seth.forshee@canonical.com> Mon, 15 Oct 2018 10:52:04 -0500
1926
1927 linux (4.19.0-1.2) cosmic; urgency=medium
1928
1929 * Page leaking in cachefiles_read_backing_file while vmscan is active
1930 (LP: #1793430)
1931 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
1932 is active
1933
1934 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
1935 - Input: elantech - enable middle button of touchpad on ThinkPad P72
1936
1937 * Improvements to the kernel source package preparation (LP: #1793461)
1938 - [Packaging] startnewrelease: add support for backport kernels
1939
1940 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
1941 - SAUCE: PCI: Reprogram bridge prefetch registers on resume
1942
1943 * Error reported when creating ZFS pool with "-t" option, despite successful
1944 pool creation (LP: #1769937)
1945 - SAUCE: (noup) Update zfs to 0.7.9-3ubuntu6
1946
1947 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
1948 (LP: #1792099)
1949 - SAUCE: vfio -- release device lock before userspace requests
1950
1951 * Miscellaneous Ubuntu changes
1952 - [Packaging] retpoline -- fix temporary filenaming
1953 - CONFIG_BCH_CONST_PARAMS=n
1954 - Packaging: final-checks: remove trailing backport suffix
1955 - SAUCE: import aufs driver
1956
1957 [ Upstream Kernel Changes ]
1958
1959 * Rebase to v4.19-rc5
1960
1961 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Sep 2018 16:32:24 -0500
1962
1963 linux (4.19.0-0.1) cosmic; urgency=medium
1964
1965 * Miscellaneous Ubuntu changes
1966 - ubuntu -- disable vbox build
1967 - Disable zfs build
1968 - SAUCE: Import aufs driver
1969 - Update dropped.txt
1970
1971 [ Upstream Kernel Changes ]
1972
1973 * Rebase to v4.19-rc3
1974
1975 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 07:54:47 -0500
1976
1977 linux (4.19.0-0.0) cosmic; urgency=medium
1978
1979 * Dummy entry.
1980
1981 -- Seth Forshee <seth.forshee@canonical.com> Thu, 13 Sep 2018 06:44:09 -0500
1982
1983 linux (4.18.0-8.9) cosmic; urgency=medium
1984
1985 * linux: 4.18.0-8.9 -proposed tracker (LP: #1791663)
1986
1987 * Cosmic update to v4.18.7 stable release (LP: #1791660)
1988 - rcu: Make expedited GPs handle CPU 0 being offline
1989 - net: 6lowpan: fix reserved space for single frames
1990 - net: mac802154: tx: expand tailroom if necessary
1991 - 9p/net: Fix zero-copy path in the 9p virtio transport
1992 - spi: davinci: fix a NULL pointer dereference
1993 - spi: pxa2xx: Add support for Intel Ice Lake
1994 - spi: spi-fsl-dspi: Fix imprecise abort on VF500 during probe
1995 - spi: cadence: Change usleep_range() to udelay(), for atomic context
1996 - mmc: block: Fix unsupported parallel dispatch of requests
1997 - mmc: renesas_sdhi_internal_dmac: mask DMAC interrupts
1998 - mmc: renesas_sdhi_internal_dmac: fix #define RST_RESERVED_BITS
1999 - readahead: stricter check for bdi io_pages
2000 - block: fix infinite loop if the device loses discard capability
2001 - block: blk_init_allocated_queue() set q->fq as NULL in the fail case
2002 - block: really disable runtime-pm for blk-mq
2003 - blkcg: Introduce blkg_root_lookup()
2004 - block: Introduce blk_exit_queue()
2005 - block: Ensure that a request queue is dissociated from the cgroup controller
2006 - apparmor: fix bad debug check in apparmor_secid_to_secctx()
2007 - dma-buf: Move BUG_ON from _add_shared_fence to _add_shared_inplace
2008 - libertas: fix suspend and resume for SDIO connected cards
2009 - media: Revert "[media] tvp5150: fix pad format frame height"
2010 - mailbox: xgene-slimpro: Fix potential NULL pointer dereference
2011 - Replace magic for trusting the secondary keyring with #define
2012 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
2013 boot
2014 - powerpc/fadump: handle crash memory ranges array index overflow
2015 - powerpc/64s: Fix page table fragment refcount race vs speculative references
2016 - powerpc/pseries: Fix endianness while restoring of r3 in MCE handler.
2017 - powerpc/pkeys: Give all threads control of their key permissions
2018 - powerpc/pkeys: Deny read/write/execute by default
2019 - powerpc/pkeys: key allocation/deallocation must not change pkey registers
2020 - powerpc/pkeys: Save the pkey registers before fork
2021 - powerpc/pkeys: Fix calculation of total pkeys.
2022 - powerpc/pkeys: Preallocate execute-only key
2023 - powerpc/nohash: fix pte_access_permitted()
2024 - powerpc64/ftrace: Include ftrace.h needed for enable/disable calls
2025 - powerpc/powernv/pci: Work around races in PCI bridge enabling
2026 - cxl: Fix wrong comparison in cxl_adapter_context_get()
2027 - IB/mlx5: Honor cnt_set_id_valid flag instead of set_id
2028 - IB/mlx5: Fix leaking stack memory to userspace
2029 - IB/srpt: Fix srpt_cm_req_recv() error path (1/2)
2030 - IB/srpt: Fix srpt_cm_req_recv() error path (2/2)
2031 - IB/srpt: Support HCAs with more than two ports
2032 - overflow.h: Add arithmetic shift helper
2033 - RDMA/mlx5: Fix shift overflow in mlx5_ib_create_wq
2034 - ib_srpt: Fix a use-after-free in srpt_close_ch()
2035 - ib_srpt: Fix a use-after-free in __srpt_close_all_ch()
2036 - RDMA/rxe: Set wqe->status correctly if an unexpected response is received
2037 - 9p: fix multiple NULL-pointer-dereferences
2038 - fs/9p/xattr.c: catch the error of p9_client_clunk when setting xattr failed
2039 - 9p/virtio: fix off-by-one error in sg list bounds check
2040 - net/9p/client.c: version pointer uninitialized
2041 - net/9p/trans_fd.c: fix race-condition by flushing workqueue before the
2042 kfree()
2043 - dm integrity: change 'suspending' variable from bool to int
2044 - dm thin: stop no_space_timeout worker when switching to write-mode
2045 - dm cache metadata: save in-core policy_hint_size to on-disk superblock
2046 - dm cache metadata: set dirty on all cache blocks after a crash
2047 - dm crypt: don't decrease device limits
2048 - dm writecache: fix a crash due to reading past end of dirty_bitmap
2049 - uart: fix race between uart_put_char() and uart_shutdown()
2050 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
2051 - Drivers: hv: vmbus: Reset the channel callback in vmbus_onoffer_rescind()
2052 - iio: sca3000: Fix missing return in switch
2053 - iio: ad9523: Fix displayed phase
2054 - iio: ad9523: Fix return value for ad952x_store()
2055 - extcon: Release locking when sending the notification of connector state
2056 - eventpoll.h: wrap casts in () properly
2057 - vmw_balloon: fix inflation of 64-bit GFNs
2058 - vmw_balloon: do not use 2MB without batching
2059 - vmw_balloon: VMCI_DOORBELL_SET does not check status
2060 - vmw_balloon: fix VMCI use when balloon built into kernel
2061 - rtc: omap: fix resource leak in registration error path
2062 - rtc: omap: fix potential crash on power off
2063 - tracing: Do not call start/stop() functions when tracing_on does not change
2064 - tracing/blktrace: Fix to allow setting same value
2065 - printk/tracing: Do not trace printk_nmi_enter()
2066 - livepatch: Validate module/old func name length
2067 - uprobes: Use synchronize_rcu() not synchronize_sched()
2068 - mfd: hi655x: Fix regmap area declared size for hi655x
2069 - ovl: fix wrong use of impure dir cache in ovl_iterate()
2070 - ACPICA: AML Parser: skip opcodes that open a scope upon parse failure
2071 - ACPICA: Clear status of all events when entering sleep states
2072 - drivers/block/zram/zram_drv.c: fix bug storing backing_dev
2073 - sched: idle: Avoid retaining the tick when it has been stopped
2074 - cpuidle: menu: Handle stopped tick more aggressively
2075 - cpufreq: governor: Avoid accessing invalid governor_data
2076 - PM / sleep: wakeup: Fix build error caused by missing SRCU support
2077 - ALSA: ac97: fix device initialization in the compat layer
2078 - ALSA: ac97: fix check of pm_runtime_get_sync failure
2079 - ALSA: ac97: fix unbalanced pm_runtime_enable
2080 - i2c: designware: Re-init controllers with pm_disabled set on resume
2081 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
2082 - KVM: PPC: Book3S: Fix guest DMA when guest partially backed by THP pages
2083 - xtensa: limit offsets in __loop_cache_{all,page}
2084 - xtensa: increase ranges in ___invalidate_{i,d}cache_all
2085 - block, bfq: return nbytes and not zero from struct cftype .write() method
2086 - pnfs/blocklayout: off by one in bl_map_stripe()
2087 - nfsd: fix leaked file lock with nfs exported overlayfs
2088 - NFSv4 client live hangs after live data migration recovery
2089 - NFSv4: Fix locking in pnfs_generic_recover_commit_reqs
2090 - NFSv4: Fix a sleep in atomic context in nfs4_callback_sequence()
2091 - ARM: tegra: Fix Tegra30 Cardhu PCA954x reset
2092 - ARM: dts: am57xx-idk: Enable dual role for USB2 port
2093 - pwm: omap-dmtimer: Return -EPROBE_DEFER if no dmtimer platform data
2094 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
2095 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
2096 VMSA
2097 - iommu/vt-d: Add definitions for PFSID
2098 - iommu/vt-d: Fix dev iotlb pfsid use
2099 - sys: don't hold uts_sem while accessing userspace memory
2100 - userns: move user access out of the mutex
2101 - ubifs: Fix memory leak in lprobs self-check
2102 - Revert "UBIFS: Fix potential integer overflow in allocation"
2103 - ubifs: Check data node size before truncate
2104 - ubifs: xattr: Don't operate on deleted inodes
2105 - ubifs: Fix directory size calculation for symlinks
2106 - ubifs: Fix synced_i_size calculation for xattr inodes
2107 - pwm: tiehrpwm: Don't use emulation mode bits to control PWM output
2108 - pwm: tiehrpwm: Fix disabling of output of PWMs
2109 - fb: fix lost console when the user unplugs a USB adapter
2110 - udlfb: fix semaphore value leak
2111 - udlfb: fix display corruption of the last line
2112 - udlfb: don't switch if we are switching to the same videomode
2113 - udlfb: set optimal write delay
2114 - udlfb: make a local copy of fb_ops
2115 - udlfb: handle allocation failure
2116 - udlfb: set line_length in dlfb_ops_set_par
2117 - getxattr: use correct xattr length
2118 - libnvdimm: Use max contiguous area for namespace size
2119 - libnvdimm: fix ars_status output length calculation
2120 - bcache: release dc->writeback_lock properly in bch_writeback_thread()
2121 - kconfig: fix "Can't open ..." in parallel build
2122 - perf auxtrace: Fix queue resize
2123 - crypto: vmx - Fix sleep-in-atomic bugs
2124 - crypto: aesni - Use unaligned loads from gcm_context_data
2125 - crypto: arm64/sm4-ce - check for the right CPU feature bit
2126 - crypto: caam - fix DMA mapping direction for RSA forms 2 & 3
2127 - crypto: caam/jr - fix descriptor DMA unmapping
2128 - crypto: caam/qi - fix error path in xts setkey
2129 - fs/quota: Fix spectre gadget in do_quotactl
2130 - udf: Fix mounting of Win7 created UDF filesystems
2131 - cpuidle: menu: Retain tick when shallow state is selected
2132 - arm64: mm: always enable CONFIG_HOLES_IN_ZONE
2133 - Linux 4.18.7
2134
2135 * CVE-2017-5715
2136 - s390: detect etoken facility
2137 - KVM: s390: add etoken support for guests
2138
2139 * Missing Intel GPU pci-id's (LP: #1789924)
2140 - drm/i915/whl: Introducing Whiskey Lake platform
2141 - drm/i915/aml: Introducing Amber Lake platform
2142 - drm/i915/cfl: Add a new CFL PCI ID.
2143
2144 * [18.10 FEAT] Add kernel config options for SMC-R/D (LP: #1789934)
2145 - s390/ism: add device driver for internal shared memory
2146 - CONFIG_ISM=y for s390
2147
2148 * Cosmic update to v4.18.6 stable release (LP: #1791105)
2149 - PATCH scripts/kernel-doc
2150 - scripts/kernel-doc: Escape all literal braces in regexes
2151 - scsi: libsas: dynamically allocate and free ata host
2152 - xprtrdma: Fix disconnect regression
2153 - mei: don't update offset in write
2154 - cifs: add missing support for ACLs in SMB 3.11
2155 - CIFS: fix uninitialized ptr deref in smb2 signing
2156 - cifs: add missing debug entries for kconfig options
2157 - cifs: use a refcount to protect open/closing the cached file handle
2158 - cifs: check kmalloc before use
2159 - smb3: enumerating snapshots was leaving part of the data off end
2160 - smb3: Do not send SMB3 SET_INFO if nothing changed
2161 - smb3: don't request leases in symlink creation and query
2162 - smb3: fill in statfs fsid and correct namelen
2163 - btrfs: use correct compare function of dirty_metadata_bytes
2164 - btrfs: don't leak ret from do_chunk_alloc
2165 - Btrfs: fix mount failure after fsync due to hard link recreation
2166 - Btrfs: fix btrfs_write_inode vs delayed iput deadlock
2167 - Btrfs: fix send failure when root has deleted files still open
2168 - Btrfs: send, fix incorrect file layout after hole punching beyond eof
2169 - hwmon: (k10temp) 27C Offset needed for Threadripper2
2170 - bpf, arm32: fix stack var offset in jit
2171 - regulator: arizona-ldo1: Use correct device to get enable GPIO
2172 - iommu/arm-smmu: Error out only if not enough context interrupts
2173 - printk: Split the code for storing a message into the log buffer
2174 - printk: Create helper function to queue deferred console handling
2175 - printk/nmi: Prevent deadlock when accessing the main log buffer in NMI
2176 - kprobes/arm64: Fix %p uses in error messages
2177 - arm64: Fix mismatched cache line size detection
2178 - arm64: Handle mismatched cache type
2179 - arm64: mm: check for upper PAGE_SHIFT bits in pfn_valid()
2180 - arm64: dts: rockchip: corrected uart1 clock-names for rk3328
2181 - KVM: arm/arm64: Fix potential loss of ptimer interrupts
2182 - KVM: arm/arm64: Fix lost IRQs from emulated physcial timer when blocked
2183 - KVM: arm/arm64: Skip updating PMD entry if no change
2184 - KVM: arm/arm64: Skip updating PTE entry if no change
2185 - s390/kvm: fix deadlock when killed by oom
2186 - perf kvm: Fix subcommands on s390
2187 - stop_machine: Reflow cpu_stop_queue_two_works()
2188 - stop_machine: Atomically queue and wake stopper threads
2189 - ext4: check for NUL characters in extended attribute's name
2190 - ext4: use ext4_warning() for sb_getblk failure
2191 - ext4: sysfs: print ext4_super_block fields as little-endian
2192 - ext4: reset error code in ext4_find_entry in fallback
2193 - ext4: fix race when setting the bitmap corrupted flag
2194 - x86/gpu: reserve ICL's graphics stolen memory
2195 - platform/x86: wmi: Do not mix pages and kmalloc
2196 - platform/x86: ideapad-laptop: Apply no_hw_rfkill to Y20-15IKBM, too
2197 - mm: move tlb_table_flush to tlb_flush_mmu_free
2198 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
2199 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
2200 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
2201 much RAM
2202 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
2203 - x86/vdso: Fix vDSO build if a retpoline is emitted
2204 - x86/process: Re-export start_thread()
2205 - KVM: x86: ensure all MSRs can always be KVM_GET/SET_MSR'd
2206 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
2207 - fuse: Don't access pipe->buffers without pipe_lock()
2208 - fuse: fix initial parallel dirops
2209 - fuse: fix double request_end()
2210 - fuse: fix unlocked access to processing queue
2211 - fuse: umount should wait for all requests
2212 - fuse: Fix oops at process_init_reply()
2213 - fuse: Add missed unlock_page() to fuse_readpages_fill()
2214 - lib/vsprintf: Do not handle %pO[^F] as %px
2215 - udl-kms: change down_interruptible to down
2216 - udl-kms: handle allocation failure
2217 - udl-kms: fix crash due to uninitialized memory
2218 - udl-kms: avoid division
2219 - b43legacy/leds: Ensure NUL-termination of LED name string
2220 - b43/leds: Ensure NUL-termination of LED name string
2221 - ASoC: dpcm: don't merge format from invalid codec dai
2222 - ASoC: zte: Fix incorrect PCM format bit usages
2223 - ASoC: sirf: Fix potential NULL pointer dereference
2224 - ASoC: wm_adsp: Correct DSP pointer for preloader control
2225 - soc: qcom: rmtfs-mem: fix memleak in probe error paths
2226 - pinctrl: freescale: off by one in imx1_pinconf_group_dbg_show()
2227 - scsi: qla2xxx: Fix stalled relogin
2228 - x86/vdso: Fix lsl operand order
2229 - x86/nmi: Fix NMI uaccess race against CR3 switching
2230 - x86/irqflags: Mark native_restore_fl extern inline
2231 - x86/spectre: Add missing family 6 check to microcode check
2232 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
2233 - hwmon: (nct6775) Fix potential Spectre v1
2234 - x86/entry/64: Wipe KASAN stack shadow before rewind_stack_do_exit()
2235 - x86: Allow generating user-space headers without a compiler
2236 - s390/mm: fix addressing exception after suspend/resume
2237 - s390/lib: use expoline for all bcr instructions
2238 - s390: fix br_r1_trampoline for machines without exrl
2239 - s390/qdio: reset old sbal_state flags
2240 - s390/numa: move initial setup of node_to_cpumask_map
2241 - s390/purgatory: Fix crash with expoline enabled
2242 - s390/purgatory: Add missing FORCE to Makefile targets
2243 - kprobes: Show blacklist addresses as same as kallsyms does
2244 - kprobes: Replace %p with other pointer types
2245 - kprobes/arm: Fix %p uses in error messages
2246 - kprobes: Make list and blacklist root user read only
2247 - MIPS: Correct the 64-bit DSP accumulator register size
2248 - MIPS: memset.S: Fix byte_fixup for MIPSr6
2249 - MIPS: Always use -march=<arch>, not -<arch> shortcuts
2250 - MIPS: Change definition of cpu_relax() for Loongson-3
2251 - MIPS: lib: Provide MIPS64r6 __multi3() for GCC < 7
2252 - tpm: Return the actual size when receiving an unsupported command
2253 - tpm: separate cmd_ready/go_idle from runtime_pm
2254 - scsi: mpt3sas: Fix calltrace observed while running IO & reset
2255 - scsi: mpt3sas: Fix _transport_smp_handler() error path
2256 - scsi: sysfs: Introduce sysfs_{un,}break_active_protection()
2257 - scsi: core: Avoid that SCSI device removal through sysfs triggers a deadlock
2258 - iscsi target: fix session creation failure handling
2259 - mtd: rawnand: hynix: Use ->exec_op() in hynix_nand_reg_write_op()
2260 - mtd: rawnand: fsmc: Stop using chip->read_buf()
2261 - mtd: rawnand: marvell: add suspend and resume hooks
2262 - mtd: rawnand: qcom: wait for desc completion in all BAM channels
2263 - clk: rockchip: fix clk_i2sout parent selection bits on rk3399
2264 - clk: npcm7xx: fix memory allocation
2265 - PM / clk: signedness bug in of_pm_clk_add_clks()
2266 - power: generic-adc-battery: fix out-of-bounds write when copying channel
2267 properties
2268 - power: generic-adc-battery: check for duplicate properties copied from iio
2269 channels
2270 - watchdog: Mark watchdog touch functions as notrace
2271 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
2272 - x86/dumpstack: Don't dump kernel memory based on usermode RIP
2273 - Linux 4.18.6
2274 - updateconfigs after v4.18.6 stable update
2275
2276 * random oopses on s390 systems using NVMe devices (LP: #1790480)
2277 - s390/pci: fix out of bounds access during irq setup
2278
2279 * [18.10 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
2280 binding (LP: #1784331)
2281 - s390/zcrypt: code beautify
2282 - s390/zcrypt: AP bus support for alternate driver(s)
2283 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
2284
2285 * performance drop with ATS enabled (LP: #1788097)
2286 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
2287
2288 * Fix MCE handling for user access of poisoned device-dax mapping
2289 (LP: #1774366)
2290 - device-dax: Convert to vmf_insert_mixed and vm_fault_t
2291 - device-dax: Enable page_mapping()
2292 - device-dax: Set page->index
2293 - filesystem-dax: Set page->index
2294 - mm, madvise_inject_error: Disable MADV_SOFT_OFFLINE for ZONE_DEVICE pages
2295 - mm, dev_pagemap: Do not clear ->mapping on final put
2296 - mm, madvise_inject_error: Let memory_failure() optionally take a page
2297 reference
2298 - mm, memory_failure: Collect mapping size in collect_procs()
2299 - filesystem-dax: Introduce dax_lock_mapping_entry()
2300 - mm, memory_failure: Teach memory_failure() about dev_pagemap pages
2301 - x86/mm/pat: Prepare {reserve, free}_memtype() for "decoy" addresses
2302 - x86/memory_failure: Introduce {set, clear}_mce_nospec()
2303 - libnvdimm, pmem: Restore page attributes when clearing errors
2304
2305 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
2306 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
2307 hclge_get_ring_chain_from_mbx"
2308 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
2309 shift in hclge_get_ring_chain_from_mbx"
2310 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
2311 assignment probelm"
2312 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
2313 configuration operation while resetting"
2314 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
2315 hns3_reset_notify_down_enet"
2316 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
2317 phy driver"
2318 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
2319 resetting"
2320 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
2321 register"
2322 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
2323 frequently"
2324 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
2325 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
2326 command queue register"
2327 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
2328 global or core reset"
2329 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
2330 callback function"
2331 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
2332 reset cause"
2333 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
2334 hclgevf_main module"
2335 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
2336 selftest"
2337 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
2338 frame size"
2339 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
2340 problem"
2341 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
2342 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
2343 correctly"
2344 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
2345 pfc mode"
2346 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
2347 up"
2348 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
2349 function when link status change"
2350 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
2351 roce client"
2352 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
2353 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
2354 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
2355 definition"
2356 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
2357 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
2358 macros"
2359 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
2360 macros"
2361 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
2362 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
2363 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
2364 value"
2365 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
2366 assignments"
2367 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
2368 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
2369 of kzalloc/dma_map_single"
2370 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
2371 dependency HNS3 set"
2372 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
2373 some structures"
2374 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
2375 hclge_cmd_csq_done"
2376 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
2377 in hclge_cmd_send"
2378 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
2379 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
2380 assignments"
2381 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
2382 hclge_cmd_send"
2383 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
2384 hclge_ring_to_dma_dir"
2385 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
2386 upper_32_bits"
2387 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
2388 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
2389 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
2390 in hns3_client_uninit"
2391 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
2392 information"
2393 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
2394 state init|uninit"
2395 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
2396 hnae3.c"
2397 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
2398 and ipv6"
2399 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
2400 free vector"
2401 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
2402 init_client_instance and uninit_client_instance"
2403 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
2404 from hclge_bind_ring_with_vector"
2405 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
2406 last BD except VLD bit and buffer size"
2407 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
2408 selftest"
2409 - net: hns3: Updates RX packet info fetch in case of multi BD
2410 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
2411 - net: hns3: rename the interface for init_client_instance and
2412 uninit_client_instance
2413 - net: hns3: add vector status check before free vector
2414 - net: hns3: add l4_type check for both ipv4 and ipv6
2415 - net: hns3: add unlikely for error check
2416 - net: hns3: remove unused head file in hnae3.c
2417 - net: hns3: extraction an interface for state init|uninit
2418 - net: hns3: print the ret value in error information
2419 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
2420 - net: hns3: remove back in struct hclge_hw
2421 - net: hns3: use lower_32_bits and upper_32_bits
2422 - net: hns3: remove unused hclge_ring_to_dma_dir
2423 - net: hns3: remove useless code in hclge_cmd_send
2424 - net: hns3: remove some redundant assignments
2425 - net: hns3: simplify hclge_cmd_csq_clean
2426 - net: hns3: remove a redundant hclge_cmd_csq_done
2427 - net: hns3: remove some unused members of some structures
2428 - net: hns3: give default option while dependency HNS3 set
2429 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
2430 - net: hns3: modify hnae_ to hnae3_
2431 - net: hns3: Fix tc setup when netdev is first up
2432 - net: hns3: Fix for mac pause not disable in pfc mode
2433 - net: hns3: Fix for waterline not setting correctly
2434 - net: hns3: Fix for l4 checksum offload bug
2435 - net: hns3: Fix for mailbox message truncated problem
2436 - net: hns3: Add configure for mac minimal frame size
2437 - net: hns3: Fix warning bug when doing lp selftest
2438 - net: hns3: Fix get_vector ops in hclgevf_main module
2439 - net: hns3: Remove the warning when clear reset cause
2440 - net: hns3: Prevent sending command during global or core reset
2441 - net: hns3: Modify the order of initializing command queue register
2442 - net: hns3: Reset net device with rtnl_lock
2443 - net: hns3: Prevent to request reset frequently
2444 - net: hns3: Correct reset event status register
2445 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
2446 - net: hns3: remove unnecessary ring configuration operation while resetting
2447 - net: hns3: Fix for reset_level default assignment probelm
2448 - net: hns3: Fix for using wrong mask and shift in
2449 hclge_get_ring_chain_from_mbx
2450 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
2451 - net: hns3: Remove some redundant assignments
2452 - net: hns3: Standardize the handle of return value
2453 - net: hns3: Remove extra space and brackets
2454 - net: hns3: Correct unreasonable code comments
2455 - net: hns3: Use decimal for bit offset macros
2456 - net: hns3: Modify inconsistent bit mask macros
2457 - net: hns3: Fix misleading parameter name
2458 - net: hns3: Remove unused struct member and definition
2459 - net: hns3: Add SPDX tags to HNS3 PF driver
2460 - net: hns3: Add support for serdes loopback selftest
2461 - net: hns3: Fix for phy link issue when using marvell phy driver
2462
2463 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
2464 - arm64: export memblock_reserve()d regions via /proc/iomem
2465 - drivers: acpi: add dependency of EFI for arm64
2466 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
2467 - efi/arm: map UEFI memory map even w/o runtime services enabled
2468 - arm64: acpi: fix alignment fault in accessing ACPI
2469 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
2470 - arm64: fix ACPI dependencies
2471 - ACPI: fix menuconfig presentation of ACPI submenu
2472
2473 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
2474 - r8152: disable RX aggregation on new Dell TB16 dock
2475
2476 * Support Power Management for Thunderbolt Controller (LP: #1789358)
2477 - thunderbolt: Use 64-bit DMA mask if supported by the platform
2478 - thunderbolt: Do not unnecessarily call ICM get route
2479 - thunderbolt: No need to take tb->lock in domain suspend/complete
2480 - thunderbolt: Use correct ICM commands in system suspend
2481 - thunderbolt: Add support for runtime PM
2482
2483 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
2484 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
2485 - SAUCE: i2c:amd move out pointer in union i2c_event_base
2486 - SAUCE: i2c:amd Depends on ACPI
2487 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
2488
2489 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
2490 machine (LP: #1789145)
2491 - ALSA: hda/realtek - Fix HP Headset Mic can't record
2492
2493 * Please enable CONFIG_PAGE_POISONING (LP: #1783651)
2494 - [Config] Enable CONFIG_PAGE_POISONING configs
2495
2496 * Tango platform uses __initcall without further checks (LP: #1787945)
2497 - [Config] disable ARCH_TANGO
2498
2499 * [18.10 FEAT] SMC-Direct (LP: #1786902)
2500 - net/smc: determine port attributes independent from pnet table
2501 - net/smc: add pnetid support
2502 - net/smc: add base infrastructure for SMC-D and ISM
2503 - net/smc: add pnetid support for SMC-D and ISM
2504 - net/smc: add SMC-D support in CLC messages
2505 - net/smc: add SMC-D support in data transfer
2506 - net/smc: add SMC-D support in af_smc
2507 - net/smc: add SMC-D diag support
2508 - net/smc: provide smc mode in smc_diag.c
2509 - net/smc: eliminate cursor read and write calls
2510 - net/smc: add function to get link group from link
2511 - net/smc: use DECLARE_BITMAP for rtokens_used_mask
2512 - net/smc: remove local variable page in smc_rx_splice()
2513 - net/smc: Remove a WARN_ON() statement
2514 - net/smc: Simplify ib_post_(send|recv|srq_recv)() calls
2515 - net/smc: fewer parameters for smc_llc_send_confirm_link()
2516 - net/smc: use correct vlan gid of RoCE device
2517 - net/smc: provide fallback reason code
2518 - net/smc: improve delete link processing
2519 - net: simplify sock_poll_wait
2520 - net/smc: send response to test link signal
2521
2522 * Miscellaneous Ubuntu changes
2523 - [Config] update annotations for CONFIG_CRYPTO_SPECK_NEON
2524 - [Config] fix up annotatios for CONFIG_CRYPTO_SPECK
2525
2526 -- Seth Forshee <seth.forshee@canonical.com> Mon, 10 Sep 2018 07:08:38 -0500
2527
2528 linux (4.18.0-7.8) cosmic; urgency=medium
2529
2530 * linux: 4.18.0-7.8 -proposed tracker (LP: #1789459)
2531
2532 * pmtu.sh fails on 4.18 kernel (LP: #1789436)
2533 - SAUCE: Revert "vti6: fix PMTU caching and reporting on xmit"
2534
2535 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Aug 2018 11:08:51 -0500
2536
2537 linux (4.18.0-6.7) cosmic; urgency=medium
2538
2539 * linux: 4.18.0-6.7 -proposed tracker (LP: #1788881)
2540
2541 * systemd 237-3ubuntu10 ADT test failure with linux 4.18.0-5.6 (LP: #1787440)
2542 - Config: Disable BPF_JIT_ALWAYS_ON on i386
2543
2544 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
2545 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
2546
2547 * Cosmic update to v4.18.5 stable release (LP: #1788874)
2548 - EDAC: Add missing MEM_LRDDR4 entry in edac_mem_types[]
2549 - pty: fix O_CLOEXEC for TIOCGPTPEER
2550 - mm: Allow non-direct-map arguments to free_reserved_area()
2551 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
2552 - x86/mm/init: Add helper for freeing kernel image pages
2553 - x86/mm/init: Remove freed kernel image areas from alias mapping
2554 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
2555 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
2556 - drm/i915/kvmgt: Fix potential Spectre v1
2557 - drm/amdgpu/pm: Fix potential Spectre v1
2558 - parisc: Remove unnecessary barriers from spinlock.h
2559 - parisc: Remove ordered stores from syscall.S
2560 - PCI: Restore resized BAR state on resume
2561 - PCI / ACPI / PM: Resume all bridges on suspend-to-RAM
2562 - PCI: hotplug: Don't leak pci_slot on registration failure
2563 - PCI: aardvark: Size bridges before resources allocation
2564 - PCI: Skip MPS logic for Virtual Functions (VFs)
2565 - PCI: pciehp: Fix use-after-free on unplug
2566 - PCI: pciehp: Fix unprotected list iteration in IRQ handler
2567 - i2c: core: ACPI: Properly set status byte to 0 for multi-byte writes
2568 - i2c: imx: Fix race condition in dma read
2569 - reiserfs: fix broken xattr handling (heap corruption, bad retval)
2570 - Linux 4.18.5
2571
2572 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
2573 - [Config] CONFIG_SCLP_OFB=y for s390x
2574
2575 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
2576 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
2577 - partitions/aix: append null character to print data from disk
2578
2579 * Apply NVMe bugfix from Google that bjf asked for (LP: #1787635)
2580 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
2581
2582 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
2583 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
2584
2585 * Cosmic update to v4.18.4 stable release (LP: #1788454)
2586 - l2tp: use sk_dst_check() to avoid race on sk->sk_dst_cache
2587 - net_sched: fix NULL pointer dereference when delete tcindex filter
2588 - net_sched: Fix missing res info when create new tc_index filter
2589 - r8169: don't use MSI-X on RTL8168g
2590 - ALSA: hda - Sleep for 10ms after entering D3 on Conexant codecs
2591 - ALSA: hda - Turn CX8200 into D3 as well upon reboot
2592 - ALSA: vx222: Fix invalid endian conversions
2593 - ALSA: virmidi: Fix too long output trigger loop
2594 - ALSA: cs5535audio: Fix invalid endian conversion
2595 - ALSA: dice: fix wrong copy to rx parameters for Alesis iO26
2596 - ALSA: hda: Correct Asrock B85M-ITX power_save blacklist entry
2597 - ALSA: memalloc: Don't exceed over the requested size
2598 - ALSA: vxpocket: Fix invalid endian conversions
2599 - ALSA: seq: Fix poll() error return
2600 - media: gl861: fix probe of dvb_usb_gl861
2601 - USB: serial: sierra: fix potential deadlock at close
2602 - USB: serial: pl2303: add a new device id for ATEN
2603 - USB: option: add support for DW5821e
2604 - ACPI / PM: save NVS memory for ASUS 1025C laptop
2605 - tty: serial: 8250: Revert NXP SC16C2552 workaround
2606 - serial: 8250_exar: Read INT0 from slave device, too
2607 - serial: 8250_dw: always set baud rate in dw8250_set_termios
2608 - serial: 8250_dw: Add ACPI support for uart on Broadcom SoC
2609 - uio: fix wrong return value from uio_mmap()
2610 - misc: sram: fix resource leaks in probe error path
2611 - Revert "uio: use request_threaded_irq instead"
2612 - Bluetooth: avoid killing an already killed socket
2613 - isdn: Disable IIOCDBGVAR
2614 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
2615 - hv/netvsc: Fix NULL dereference at single queue mode fallback
2616 - r8169: don't use MSI-X on RTL8106e
2617 - ip_vti: fix a null pointer deferrence when create vti fallback tunnel
2618 - net: ethernet: mvneta: Fix napi structure mixup on armada 3700
2619 - net: mvneta: fix mvneta_config_rss on armada 3700
2620 - cls_matchall: fix tcf_unbind_filter missing
2621 - Linux 4.18.4
2622
2623 * Cosmic update to v4.18.3 stable release (LP: #1788453)
2624 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
2625 - Linux 4.18.3
2626
2627 * Cosmic update to v4.18.2 stable release (LP: #1788452)
2628 - x86/l1tf: Fix build error seen if CONFIG_KVM_INTEL is disabled
2629 - x86: i8259: Add missing include file
2630 - x86/hyper-v: Check for VP_INVAL in hyperv_flush_tlb_others()
2631 - x86/platform/UV: Mark memblock related init code and data correctly
2632 - x86/mm/pti: Clear Global bit more aggressively
2633 - xen/pv: Call get_cpu_address_sizes to set x86_virt/phys_bits
2634 - x86/mm: Disable ioremap free page handling on x86-PAE
2635 - kbuild: verify that $DEPMOD is installed
2636 - crypto: ccree - fix finup
2637 - crypto: ccree - fix iv handling
2638 - crypto: ccp - Check for NULL PSP pointer at module unload
2639 - crypto: ccp - Fix command completion detection race
2640 - crypto: x86/sha256-mb - fix digest copy in sha256_mb_mgr_get_comp_job_avx2()
2641 - crypto: vmac - require a block cipher with 128-bit block size
2642 - crypto: vmac - separate tfm and request context
2643 - crypto: blkcipher - fix crash flushing dcache in error path
2644 - crypto: ablkcipher - fix crash flushing dcache in error path
2645 - crypto: skcipher - fix aligning block size in skcipher_copy_iv()
2646 - crypto: skcipher - fix crash flushing dcache in error path
2647 - ioremap: Update pgtable free interfaces with addr
2648 - x86/mm: Add TLB purge to free pmd/pte page interfaces
2649 - Linux 4.18.2
2650
2651 * Cosmic update to v4.18.2 stable release (LP: #1788452) // CVE-2018-9363
2652 - Bluetooth: hidp: buffer overflow in hidp_process_report
2653
2654 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
2655 walinuxagent.service (LP: #1739107)
2656 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
2657 walinuxagent.service
2658
2659 * Miscellaneous Ubuntu changes
2660 - SAUCE: ipvs: remove nbsp characters from Kconfig
2661 - [Config] CONFIG_MPROFILE_KERNEL=y for ppc64el
2662 - [Config] CONFIG_DRM_RCAR_LVDS=m for snapdragon
2663 - [Config] CONFIG_MDIO_MSCC_MIIM=n for s390x
2664 - [Config] CONFIG_NET_VENDOR_MICROSEMI=n, CONFIG_NET_VENDOR_NI=n for s390x
2665 - [Config] update annotations following config review
2666 - [Debian] set CROSS_COMPILE when generating kernel configs
2667 - [Config] Disable the Speck cipher
2668
2669 -- Seth Forshee <seth.forshee@canonical.com> Fri, 24 Aug 2018 14:18:15 -0500
2670
2671 linux (4.18.0-5.6) cosmic; urgency=medium
2672
2673 * Cosmic update to v4.18.1 stable release (LP: #1787264)
2674 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
2675 - x86/speculation: Protect against userspace-userspace spectreRSB
2676 - kprobes/x86: Fix %p uses in error messages
2677 - x86/irqflags: Provide a declaration for native_save_fl
2678 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
2679 - x86/speculation/l1tf: Change order of offset/type in swap entry
2680 - x86/speculation/l1tf: Protect swap entries against L1TF
2681 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
2682 - x86/speculation/l1tf: Make sure the first page is always reserved
2683 - x86/speculation/l1tf: Add sysfs reporting for l1tf
2684 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
2685 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
2686 - x86/bugs: Move the l1tf function and define pr_fmt properly
2687 - sched/smt: Update sched_smt_present at runtime
2688 - x86/smp: Provide topology_is_primary_thread()
2689 - x86/topology: Provide topology_smt_supported()
2690 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
2691 - cpu/hotplug: Split do_cpu_down()
2692 - cpu/hotplug: Provide knobs to control SMT
2693 - x86/cpu: Remove the pointless CPU printout
2694 - x86/cpu/AMD: Remove the pointless detect_ht() call
2695 - x86/cpu/common: Provide detect_ht_early()
2696 - x86/cpu/topology: Provide detect_extended_topology_early()
2697 - x86/cpu/intel: Evaluate smp_num_siblings early
2698 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
2699 - x86/cpu/AMD: Evaluate smp_num_siblings early
2700 - x86/apic: Ignore secondary threads if nosmt=force
2701 - x86/speculation/l1tf: Extend 64bit swap file size limit
2702 - x86/cpufeatures: Add detection of L1D cache flush support.
2703 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
2704 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
2705 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
2706 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
2707 - cpu/hotplug: Boot HT siblings at least once
2708 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
2709 - x86/KVM/VMX: Add module argument for L1TF mitigation
2710 - x86/KVM/VMX: Add L1D flush algorithm
2711 - x86/KVM/VMX: Add L1D MSR based flush
2712 - x86/KVM/VMX: Add L1D flush logic
2713 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
2714 - x86/KVM/VMX: Add find_msr() helper function
2715 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
2716 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
2717 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
2718 - cpu/hotplug: Online siblings when SMT control is turned on
2719 - x86/litf: Introduce vmx status variable
2720 - x86/kvm: Drop L1TF MSR list approach
2721 - x86/l1tf: Handle EPT disabled state proper
2722 - x86/kvm: Move l1tf setup function
2723 - x86/kvm: Add static key for flush always
2724 - x86/kvm: Serialize L1D flush parameter setter
2725 - x86/kvm: Allow runtime control of L1D flush
2726 - cpu/hotplug: Expose SMT control init function
2727 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
2728 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
2729 - Documentation: Add section about CPU vulnerabilities
2730 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
2731 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
2732 - Documentation/l1tf: Fix typos
2733 - cpu/hotplug: detect SMT disabled by BIOS
2734 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
2735 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
2736 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
2737 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
2738 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
2739 - x86: Don't include linux/irq.h from asm/hardirq.h
2740 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
2741 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
2742 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
2743 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
2744 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
2745 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
2746 - cpu/hotplug: Fix SMT supported evaluation
2747 - x86/speculation/l1tf: Invert all not present mappings
2748 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
2749 - x86/mm/pat: Make set_memory_np() L1TF safe
2750 - x86/mm/kmmio: Make the tracer robust against L1TF
2751 - tools headers: Synchronise x86 cpufeatures.h for L1TF additions
2752 - x86/microcode: Allow late microcode loading with SMT disabled
2753 - x86/smp: fix non-SMP broken build due to redefinition of
2754 apic_id_is_primary_thread
2755 - cpu/hotplug: Non-SMP machines do not make use of booted_once
2756 - x86/init: fix build with CONFIG_SWAP=n
2757 - Linux 4.18.1
2758 - [Config] updateconfigs after v4.18.1 stable update
2759
2760 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
2761 - [Config] Enable timestamping in network PHY devices
2762
2763 * Miscellaneous Ubuntu changes
2764 - [Config] CONFIG_SYSCTL_SYSCALL=n
2765
2766 [ Upstream Kernel Changes ]
2767
2768 * Rebase to v4.18
2769
2770 -- Seth Forshee <seth.forshee@canonical.com> Wed, 15 Aug 2018 14:20:59 -0500
2771
2772 linux (4.18.0-4.5) cosmic; urgency=medium
2773
2774 [ Upstream Kernel Changes ]
2775
2776 * Rebase to v4.18-rc8
2777
2778 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Aug 2018 13:54:02 -0500
2779
2780 linux (4.18.0-3.4) cosmic; urgency=medium
2781
2782 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
2783 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
2784 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
2785
2786 * hinic interfaces aren't getting predictable names (LP: #1783138)
2787 - hinic: Link the logical network device to the pci device in sysfs
2788
2789 * libvirtd is unable to configure bridge devices inside of LXD containers
2790 (LP: #1784501)
2791 - kernfs: allow creating kernfs objects with arbitrary uid/gid
2792 - sysfs, kobject: allow creating kobject belonging to arbitrary users
2793 - kobject: kset_create_and_add() - fetch ownership info from parent
2794 - driver core: set up ownership of class devices in sysfs
2795 - net-sysfs: require net admin in the init ns for setting tx_maxrate
2796 - net-sysfs: make sure objects belong to container's owner
2797 - net: create reusable function for getting ownership info of sysfs inodes
2798 - bridge: make sure objects belong to container's owner
2799 - sysfs: Fix regression when adding a file to an existing group
2800
2801 * locking sockets broken due to missing AppArmor socket mediation patches
2802 (LP: #1780227)
2803 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
2804
2805 * Update2 for ocxl driver (LP: #1781436)
2806 - ocxl: Fix page fault handler in case of fault on dying process
2807
2808 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
2809 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
2810 - vga_switcheroo: set audio client id according to bound GPU id
2811
2812 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
2813 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
2814
2815 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
2816 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
2817 'firmware_install' target
2818
2819 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
2820 (LP: #1782116)
2821 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
2822
2823 [ Upstream Kernel Changes ]
2824
2825 * Rebase to v4.18-rc7
2826
2827 -- Seth Forshee <seth.forshee@canonical.com> Wed, 01 Aug 2018 08:49:40 -0500
2828
2829 linux (4.18.0-2.3) cosmic; urgency=medium
2830
2831 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
2832 - SAUCE: (noup) zfs to 0.7.9-3ubuntu4
2833
2834 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
2835 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
2836 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
2837 bitmap
2838
2839 * Cloud-init causes potentially huge boot delays with 4.15 kernels
2840 (LP: #1780062)
2841 - random: Make getrandom() ready earlier
2842
2843 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
2844 - scsi: hisi_sas: Update a couple of register settings for v3 hw
2845
2846 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
2847 - scsi: hisi_sas: Add missing PHY spinlock init
2848
2849 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
2850 (LP: #1777727)
2851 - scsi: hisi_sas: Use dmam_alloc_coherent()
2852 - scsi: hisi_sas: Pre-allocate slot DMA buffers
2853
2854 * hisi_sas: Failures during host reset (LP: #1777696)
2855 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
2856 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
2857 - scsi: hisi_sas: Adjust task reject period during host reset
2858 - scsi: hisi_sas: Add a flag to filter PHY events during reset
2859 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
2860
2861 * Miscellaneous Ubuntu changes
2862 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu2, zfs to 0.7.9-3ubuntu3
2863 - SAUCE: mm: Fix exports that inadvertently make put_page() EXPORT_SYMBOL_GPL
2864 - Enable zfs build
2865 - SAUCE: Import aufs driver
2866 - Revert "UBUNTU: [Config]: set CONFIG_EDAC_DEBUG=y for ARM64"
2867 - [Config] retpoline -- review and accept retpoline changes
2868
2869 [ Upstream Kernel Changes ]
2870
2871 * Rebase to v4.18-rc5
2872 * Rebase to v4.18-rc6
2873
2874 -- Seth Forshee <seth.forshee@canonical.com> Tue, 24 Jul 2018 08:41:22 -0500
2875
2876 linux (4.18.0-1.2) cosmic; urgency=medium
2877
2878 [ Upstream Kernel Changes ]
2879
2880 * Rebase to v4.18-rc4
2881
2882 -- Seth Forshee <seth.forshee@canonical.com> Mon, 09 Jul 2018 07:36:31 -0500
2883
2884 linux (4.18.0-0.1) cosmic; urgency=medium
2885
2886 * Miscellaneous Ubuntu changes
2887 - ubuntu -- disable vbox build
2888 - Disable zfs build
2889 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
2890 kernel image
2891 - SAUCE: (efi-lockdown) Add a SysRq option to lift kernel lockdown
2892 - SAUCE: (efi-lockdown) ima: require secure_boot rules in lockdown mode
2893 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
2894 - SAUCE: (efi-lockdown) Restrict /dev/{mem,kmem,port} when the kernel is
2895 locked down
2896 - SAUCE: (efi-lockdown) kexec_load: Disable at runtime if the kernel is locked
2897 down
2898 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
2899 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
2900 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
2901 down
2902 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
2903 locked down
2904 - SAUCE: (efi-lockdown) x86/msr: Restrict MSR access when the kernel is locked
2905 down
2906 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
2907 locked down
2908 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
2909 has been locked down
2910 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
2911 locked down
2912 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
2913 locked down
2914 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
2915 down
2916 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
2917 - SAUCE: (efi-lockdown) Lock down module params that specify hardware
2918 parameters (eg. ioport)
2919 - SAUCE: (efi-lockdown) x86/mmiotrace: Lock down the testmmiotrace module
2920 - SAUCE: (efi-lockdown) Lock down /proc/kcore
2921 - SAUCE: (efi-lockdown) Lock down kprobes
2922 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
2923 kernel is locked down
2924 - SAUCE: (efi-lockdown) Lock down perf
2925 - SAUCE: (efi-lockdown) debugfs: Restrict debugfs when the kernel is locked
2926 down
2927 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
2928 reboot
2929 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
2930 boot mode
2931 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
2932 mode
2933 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
2934 secondary keyring
2935 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
2936 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
2937 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
2938 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
2939 - SAUCE: (efi-lockdown) Make get_cert_list() not complain about cert lists
2940 that aren't present.
2941 - SAUCE: (efi-lockdown) Add efi_status_to_str() and rework
2942 efi_status_to_err().
2943 - SAUCE: (efi-lockdown) Make get_cert_list() use efi_status_to_str() to print
2944 error messages.
2945 - SAUCE: (efi-lockdown) lockdown: fix coordination of kernel module signature
2946 verification
2947 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
2948 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
2949 - SAUCE: (namespace) block_dev: Support checking inode permissions in
2950 lookup_bdev()
2951 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
2952 when mounting
2953 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
2954 when mounting
2955 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
2956 namespaces
2957 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
2958 mounts
2959 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
2960 opened for writing
2961 - SAUCE: Import aufs driver
2962 - Update dropped.txt
2963 - [Config] updateconfigs after 4.18-rc3 rebase
2964 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Remove snd_soc_codec use for 4.18
2965
2966 [ Upstream Kernel Changes ]
2967
2968 * Rebase to v4.18-rc3
2969
2970 -- Seth Forshee <seth.forshee@canonical.com> Fri, 06 Jul 2018 10:46:37 -0500
2971
2972 linux (4.18.0-0.0) cosmic; urgency=medium
2973
2974 * Dummy entry.
2975
2976 -- Seth Forshee <seth.forshee@canonical.com> Tue, 03 Jul 2018 11:10:33 -0500
2977
2978 linux (4.17.0-4.5) cosmic; urgency=medium
2979
2980 * linux: 4.17.0-4.5 -proposed tracker (LP: #1779399)
2981
2982 * Update to ocxl driver for 18.04.1 (LP: #1775786)
2983 - powerpc: Add TIDR CPU feature for POWER9
2984 - powerpc: Use TIDR CPU feature to control TIDR allocation
2985 - powerpc: use task_pid_nr() for TID allocation
2986 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
2987 - ocxl: Expose the thread_id needed for wait on POWER9
2988 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
2989 - ocxl: Document new OCXL IOCTLs
2990 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
2991
2992 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
2993 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
2994
2995 * glibc pkeys test fail on powerpc (LP: #1776967)
2996 - [Config] Temporarily disable CONFIG_PPC_MEM_KEYS
2997
2998 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
2999 - Revert "drm/i915/edp: Allow alternate fixed mode for eDP if available."
3000
3001 * Miscellaneous Ubuntu changes
3002 - SAUCE: (noup) Update spl to 0.7.9-3ubuntu1, zfs to 0.7.9-3ubuntu1
3003
3004 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Jun 2018 13:37:52 -0500
3005
3006 linux (4.17.0-3.4) cosmic; urgency=medium
3007
3008 * linux: 4.17.0-3.4 -proposed tracker (LP: #1779124)
3009
3010 * Cosmic update to v4.17.3 stable release (LP: #1778997)
3011 - net: aquantia: fix unsigned numvecs comparison with less than zero
3012 - bonding: re-evaluate force_primary when the primary slave name changes
3013 - cdc_ncm: avoid padding beyond end of skb
3014 - ipv6: allow PMTU exceptions to local routes
3015 - net: dsa: add error handling for pskb_trim_rcsum
3016 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
3017 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
3018 - tcp: verify the checksum of the first data segment in a new connection
3019 - tls: fix use-after-free in tls_push_record
3020 - tls: fix waitall behavior in tls_sw_recvmsg
3021 - socket: close race condition between sock_close() and sockfs_setattr()
3022 - udp: fix rx queue len reported by diag and proc interface
3023 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
3024 vlan
3025 - hv_netvsc: Fix a network regression after ifdown/ifup
3026 - ACPICA: AML parser: attempt to continue loading table after error
3027 - ext4: fix hole length detection in ext4_ind_map_blocks()
3028 - ext4: update mtime in ext4_punch_hole even if no blocks are released
3029 - ext4: do not allow external inodes for inline data
3030 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
3031 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
3032 - ext4: fix fencepost error in check for inode count overflow during resize
3033 - driver core: Don't ignore class_dir_create_and_add() failure.
3034 - Btrfs: allow empty subvol= again
3035 - Btrfs: fix clone vs chattr NODATASUM race
3036 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
3037 - btrfs: return error value if create_io_em failed in cow_file_range
3038 - btrfs: scrub: Don't use inode pages for device replace
3039 - ALSA: usb-audio: Disable the quirk for Nura headset
3040 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
3041 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
3042 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
3043 - ALSA: hda: add dock and led support for HP ProBook 640 G4
3044 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
3045 - smb3: fix various xid leaks
3046 - smb3: on reconnect set PreviousSessionId field
3047 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
3048 expiry
3049 - cifs: For SMB2 security informaion query, check for minimum sized security
3050 descriptor instead of sizeof FileAllInformation class
3051 - nbd: fix nbd device deletion
3052 - nbd: update size when connected
3053 - nbd: use bd_set_size when updating disk size
3054 - blk-mq: reinit q->tag_set_list entry only after grace period
3055 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
3056 - cpufreq: Fix new policy initialization during limits updates via sysfs
3057 - cpufreq: ti-cpufreq: Fix an incorrect error return value
3058 - cpufreq: governors: Fix long idle detection logic in load calculation
3059 - libata: zpodd: small read overflow in eject_tray()
3060 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
3061 - nvme/pci: Sync controller reset for AER slot_reset
3062 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
3063 - x86/vector: Fix the args of vector_alloc tracepoint
3064 - x86/apic/vector: Prevent hlist corruption and leaks
3065 - x86/apic: Provide apic_ack_irq()
3066 - x86/ioapic: Use apic_ack_irq()
3067 - x86/platform/uv: Use apic_ack_irq()
3068 - irq_remapping: Use apic_ack_irq()
3069 - genirq/generic_pending: Do not lose pending affinity update
3070 - genirq/affinity: Defer affinity setting if irq chip is busy
3071 - genirq/migration: Avoid out of line call if pending is not set
3072 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
3073 - media: uvcvideo: Prevent setting unavailable flags
3074 - media: rc: ensure input/lirc device can be opened after register
3075 - iwlwifi: fw: harden page loading code
3076 - orangefs: set i_size on new symlink
3077 - orangefs: report attributes_mask and attributes for statx
3078 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
3079 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
3080 - vhost: fix info leak due to uninitialized memory
3081 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
3082 - Linux 4.17.3
3083
3084 * Use-after-free in sk_peer_label (LP: #1778646)
3085 - SAUCE: apparmor: fix use after free in sk_peer_label
3086
3087 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
3088 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
3089
3090 * Various fixes for CXL kernel module (LP: #1774471)
3091 - cxl: Configure PSL to not use APC virtual machines
3092 - cxl: Disable prefault_mode in Radix mode
3093
3094 * Bluetooth not working (LP: #1764645)
3095 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
3096
3097 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
3098 (LP: #1776750)
3099 - scsi: hisi_sas: make SAS address of SATA disks unique
3100
3101 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
3102 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
3103 - SAUCE: wcn36xx: read MAC from file or randomly generate one
3104
3105 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
3106 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
3107
3108 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
3109 - fs/binfmt_misc.c: do not allow offset overflow
3110
3111 * Network installs fail on SocioNext board (LP: #1775884)
3112 - net: socionext: reset hardware in ndo_stop
3113 - net: netsec: enable tx-irq during open callback
3114
3115 * Fix several bugs in RDMA/hns driver (LP: #1770974)
3116 - RDMA/hns: Drop local zgid in favor of core defined variable
3117 - RDMA/hns: Add 64KB page size support for hip08
3118 - RDMA/hns: Rename the idx field of db
3119 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
3120 - RDMA/hns: Increase checking CMQ status timeout value
3121 - RDMA/hns: Add reset process for RoCE in hip08
3122 - RDMA/hns: Fix the illegal memory operation when cross page
3123 - RDMA/hns: Implement the disassociate_ucontext API
3124
3125 * powerpc/livepatch: Implement reliable stack tracing for the consistency
3126 model (LP: #1771844)
3127 - powerpc/livepatch: Implement reliable stack tracing for the consistency
3128 model
3129
3130 * Adding back alx WoL feature (LP: #1772610)
3131 - SAUCE: Revert "alx: remove WoL support"
3132 - SAUCE: alx: add enable_wol paramenter
3133
3134 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
3135 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
3136 - scsi: lpfc: Fix 16gb hbas failing cq create.
3137
3138 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
3139 idle states when all CORES are guarded (LP: #1771780)
3140 - powerpc/powernv/cpuidle: Init all present cpus for deep states
3141
3142 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
3143 - net-next/hinic: add pci device ids for 25ge and 100ge card
3144
3145 * Expose arm64 CPU topology to userspace (LP: #1770231)
3146 - drivers: base: cacheinfo: move cache_setup_of_node()
3147 - drivers: base: cacheinfo: setup DT cache properties early
3148 - cacheinfo: rename of_node to fw_token
3149 - arm64/acpi: Create arch specific cpu to acpi id helper
3150 - ACPI/PPTT: Add Processor Properties Topology Table parsing
3151 - [Config] CONFIG_ACPI_PPTT=y
3152 - ACPI: Enable PPTT support on ARM64
3153 - drivers: base cacheinfo: Add support for ACPI based firmware tables
3154 - arm64: Add support for ACPI based firmware tables
3155 - arm64: topology: rename cluster_id
3156 - arm64: topology: enable ACPI/PPTT based CPU topology
3157 - ACPI: Add PPTT to injectable table list
3158 - arm64: topology: divorce MC scheduling domain from core_siblings
3159
3160 * Vcs-Git header on bionic linux source package points to zesty git tree
3161 (LP: #1766055)
3162 - [Packaging]: Update Vcs-Git
3163
3164 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
3165 version (LP: #1768431)
3166 - scsi: cxlflash: Handle spurious interrupts
3167 - scsi: cxlflash: Remove commmands from pending list on timeout
3168 - scsi: cxlflash: Synchronize reset and remove ops
3169 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
3170
3171 * hisi_sas robustness fixes (LP: #1774466)
3172 - scsi: hisi_sas: delete timer when removing hisi_sas driver
3173 - scsi: hisi_sas: print device id for errors
3174 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
3175 - scsi: hisi_sas: check host frozen before calling "done" function
3176 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
3177 - scsi: hisi_sas: stop controller timer for reset
3178 - scsi: hisi_sas: update PHY linkrate after a controller reset
3179 - scsi: hisi_sas: change slot index allocation mode
3180 - scsi: hisi_sas: Change common allocation mode of device id
3181 - scsi: hisi_sas: Reset disks when discovered
3182 - scsi: hisi_sas: Create a scsi_host_template per HW module
3183 - scsi: hisi_sas: Init disks after controller reset
3184 - scsi: hisi_sas: Try wait commands before before controller reset
3185 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
3186 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
3187 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
3188 - scsi: hisi_sas: Fix return value when get_free_slot() failed
3189 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
3190
3191 * hisi_sas: Support newer v3 hardware (LP: #1774467)
3192 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
3193 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
3194 - scsi: hisi_sas: fix PI memory size
3195 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
3196 - scsi: hisi_sas: remove redundant handling to event95 for v3
3197 - scsi: hisi_sas: add readl poll timeout helper wrappers
3198 - scsi: hisi_sas: workaround a v3 hw hilink bug
3199 - scsi: hisi_sas: Add LED feature for v3 hw
3200
3201 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
3202 - scsi: hisi_sas: optimise the usage of DQ locking
3203 - scsi: hisi_sas: relocate smp sg map
3204 - scsi: hisi_sas: make return type of prep functions void
3205 - scsi: hisi_sas: allocate slot buffer earlier
3206 - scsi: hisi_sas: Don't lock DQ for complete task sending
3207 - scsi: hisi_sas: Use device lock to protect slot alloc/free
3208 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
3209 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
3210
3211 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
3212 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
3213
3214 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
3215 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
3216
3217 * hns3 driver updates (LP: #1768670)
3218 - net: hns3: Remove error log when getting pfc stats fails
3219 - net: hns3: fix to correctly fetch l4 protocol outer header
3220 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
3221 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
3222 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
3223 - net: hns3: Fix to support autoneg only for port attached with phy
3224 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
3225 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
3226 - net: hns3: Remove packet statistics in the range of 8192~12287
3227 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
3228 - net: hns3: Fix for setting mac address when resetting
3229 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
3230 - net: hns3: fix for cleaning ring problem
3231 - net: hns3: refactor the loopback related function
3232 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
3233 - net: hns3: Fix for the null pointer problem occurring when initializing
3234 ae_dev failed
3235 - net: hns3: Add a check for client instance init state
3236 - net: hns3: Change return type of hnae3_register_ae_dev
3237 - net: hns3: Change return type of hnae3_register_ae_algo
3238 - net: hns3: Change return value in hnae3_register_client
3239 - net: hns3: Fixes the back pressure setting when sriov is enabled
3240 - net: hns3: Fix for fiber link up problem
3241 - net: hns3: Add support of .sriov_configure in HNS3 driver
3242 - net: hns3: Fixes the missing PCI iounmap for various legs
3243 - net: hns3: Fixes error reported by Kbuild and internal review
3244 - net: hns3: Fixes API to fetch ethernet header length with kernel default
3245 - net: hns3: cleanup of return values in hclge_init_client_instance()
3246 - net: hns3: Fix the missing client list node initialization
3247 - net: hns3: Fix for hns3 module is loaded multiple times problem
3248 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
3249 - net: hns3: Fix for netdev not running problem after calling net_stop and
3250 net_open
3251 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
3252 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
3253 - net: hns3: Updates RX packet info fetch in case of multi BD
3254 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
3255 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
3256 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
3257 - net: hns3: Fix for PF mailbox receving unknown message
3258 - net: hns3: Fixes the state to indicate client-type initialization
3259 - net: hns3: Fixes the init of the VALID BD info in the descriptor
3260 - net: hns3: Removes unnecessary check when clearing TX/RX rings
3261 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
3262 - net: hns3: Remove unused led control code
3263 - net: hns3: Adds support for led locate command for copper port
3264 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
3265 - net: hns3: Disable vf vlan filter when vf vlan table is full
3266 - net: hns3: Add support for IFF_ALLMULTI flag
3267 - net: hns3: Add repeat address checking for setting mac address
3268 - net: hns3: Fix setting mac address error
3269 - net: hns3: Fix for service_task not running problem after resetting
3270 - net: hns3: Fix for hclge_reset running repeatly problem
3271 - net: hns3: Fix for phy not link up problem after resetting
3272 - net: hns3: Add missing break in misc_irq_handle
3273 - net: hns3: Fix for vxlan tx checksum bug
3274 - net: hns3: Optimize the PF's process of updating multicast MAC
3275 - net: hns3: Optimize the VF's process of updating multicast MAC
3276 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
3277 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
3278 VLD bit and buffer size
3279 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
3280 hclge_bind_ring_with_vector
3281 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
3282 uninit_client_instance
3283 - SAUCE: {topost} net: hns3: add vector status check before free vector
3284 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
3285 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
3286 - SAUCE: {topost} net: hns3: extraction an interface for state state
3287 init|uninit
3288 - SAUCE: {topost} net: hns3: print the ret value in error information
3289 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
3290 hns3_client_uninit
3291 - SAUCE: {topost} net: hns3: add unlikely for error check
3292 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
3293 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
3294 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
3295 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
3296 - SAUCE: {topost} net: hns3: remove some redundant assignments
3297 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
3298 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
3299 hclge_cmd_send
3300 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
3301 - SAUCE: {topost} net: hns3: remove some unused members of some structures
3302 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
3303 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
3304 kzalloc/dma_map_single
3305 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
3306 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
3307 - SAUCE: {topost} net: hns3: remove some redundant assignments
3308 - SAUCE: {topost} net: hns3: standardize the handle of return value
3309 - SAUCE: {topost} net: hns3: remove extra space and brackets
3310 - SAUCE: {topost} net: hns3: fix unreasonable code comments
3311 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
3312 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
3313 - SAUCE: {topost} net: hns3: fix mislead parameter name
3314 - SAUCE: {topost} net: hns3: remove unused struct member and definition
3315 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
3316 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
3317 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
3318 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
3319 status change
3320 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
3321 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
3322 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
3323 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
3324 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
3325 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
3326 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
3327 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
3328 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
3329 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
3330 function
3331 - SAUCE: {topost} net: hns3: prevent sending command during global or core
3332 reset
3333 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
3334 register
3335 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
3336 - SAUCE: {topost} net: hns3: prevent to request reset frequently
3337 - SAUCE: {topost} net: hns3: correct reset event status register
3338 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
3339 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
3340 - SAUCE: {topost} net: hns3: fix return value error in
3341 hns3_reset_notify_down_enet
3342 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
3343 while resetting
3344 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
3345 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
3346 hclge_get_ring_chain_from_mbx
3347 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
3348 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
3349 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
3350 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
3351
3352 * CVE-2018-7755
3353 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
3354
3355 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
3356 - [Packaging] Fix missing watchdog for Raspberry Pi
3357
3358 * kernel: Fix arch random implementation (LP: #1775391)
3359 - s390/archrandom: Rework arch random implementation.
3360
3361 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
3362 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
3363 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
3364
3365 * Cosmic update to v4.17.2 stable release (LP: #1779117)
3366 - crypto: chelsio - request to HW should wrap
3367 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
3368 - KVM: X86: Fix reserved bits check for MOV to CR3
3369 - KVM: x86: introduce linear_{read,write}_system
3370 - kvm: fix typo in flag name
3371 - kvm: nVMX: Enforce cpl=0 for VMX instructions
3372 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
3373 kvm_write_guest_virt_system
3374 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
3375 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
3376 - NFC: pn533: don't send USB data off of the stack
3377 - usbip: vhci_sysfs: fix potential Spectre v1
3378 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
3379 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
3380 - Input: xpad - add GPD Win 2 Controller USB IDs
3381 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
3382 - usb: core: message: remove extra endianness conversion in
3383 usb_set_isoch_delay
3384 - usb: typec: wcove: Remove dependency on HW FSM
3385 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
3386 - usb: gadget: udc: renesas_usb3: fix double phy_put()
3387 - usb: gadget: udc: renesas_usb3: should remove debugfs
3388 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
3389 udc
3390 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
3391 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
3392 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
3393 reconnecting
3394 - serial: sh-sci: Stop using printk format %pCr
3395 - tty/serial: atmel: use port->name as name in request_irq()
3396 - serial: samsung: fix maxburst parameter for DMA transactions
3397 - serial: 8250: omap: Fix idling of clocks for unused uarts
3398 - vmw_balloon: fixing double free when batching mode is off
3399 - doc: fix sysfs ABI documentation
3400 - arm64: defconfig: Enable CONFIG_PINCTRL_MT7622 by default
3401 - tty: pl011: Avoid spuriously stuck-off interrupts
3402 - crypto: ccree - correct host regs offset
3403 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
3404 - Input: elan_i2c - add ELAN0612 (Lenovo v330 14IKB) ACPI ID
3405 - crypto: caam - strip input zeros from RSA input buffer
3406 - crypto: caam - fix DMA mapping dir for generated IV
3407 - crypto: caam - fix IV DMA mapping and updating
3408 - crypto: caam/qi - fix IV DMA mapping and updating
3409 - crypto: caam - fix size of RSA prime factor q
3410 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
3411 - crypto: cavium - Limit result reading attempts
3412 - crypto: vmx - Remove overly verbose printk from AES init routines
3413 - crypto: vmx - Remove overly verbose printk from AES XTS init
3414 - crypto: omap-sham - fix memleak
3415 - Linux 4.17.2
3416
3417 * Cosmic update to v4.17.1 stable release (LP: #1779116)
3418 - netfilter: nf_flow_table: attach dst to skbs
3419 - bnx2x: use the right constant
3420 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
3421 - ipv6: omit traffic class when calculating flow hash
3422 - l2tp: fix refcount leakage on PPPoL2TP sockets
3423 - netdev-FAQ: clarify DaveM's position for stable backports
3424 - net: metrics: add proper netlink validation
3425 - net/packet: refine check for priv area size
3426 - rtnetlink: validate attributes in do_setlink()
3427 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
3428 - team: use netdev_features_t instead of u32
3429 - vrf: check the original netdevice for generating redirect
3430 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
3431 - ipmr: fix error path when ipmr_new_table fails
3432 - PCI: hv: Do not wait forever on a device that has disappeared
3433 - Linux 4.17.1
3434
3435 * Miscellaneous Ubuntu changes
3436 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
3437 CONFIG_VMAP_STACK"
3438 - Revert "UBUNTU: SAUCE: cred: Add clone_cred() interface"
3439 - SAUCE: apparmor: userspace queries
3440 - SAUCE: apparmor: patch to provide compatibility with v2.x net rules
3441 - SAUCE: apparmor: af_unix mediation
3442
3443 -- Seth Forshee <seth.forshee@canonical.com> Thu, 28 Jun 2018 08:03:32 -0500
3444
3445 linux (4.17.0-2.3) cosmic; urgency=medium
3446
3447 * linux: 4.17.0-2.3 -proposed tracker (LP: #1776276)
3448
3449 * Miscellaneous Ubuntu changes
3450 - Config: remove IrDA from annotations
3451 - Config: remove scsi drivers from annotations
3452 - Config: remove BT_HCIBTUART from annotations
3453 - Config: pstore zlib support was renamed
3454 - Config: disable NVRAM for armhf on annotations
3455 - Config: Disable VT on s390x
3456 - Config: Update SSB and B43/B44 options
3457 - Config: some options not supported on some arches anymore
3458 - Config: renamed and removed options
3459 - Config: TCG_CRB is required for IMA on ACPI systems
3460 - Config: EXTCON_AXP288 depends on X86
3461 - Config: CONFIG_FSI depends on OF
3462 - Config: DRM_RCAR_LVDS now depends on DRM
3463 - CONFIG: Allow CONFIG_LEDS_MLXCPLD for i386
3464 - Config: Enable HINIC on arm64
3465 - Config: Set PPS and PTP_1588_CLOCK as y
3466 - Config: Some NF_TABLES options are built-in now
3467 - Config: GENERIC_CPU for ppc64el
3468 - Config: KEXEC_FILE=n for s390x
3469 - Config: CRYPTO_DEFLATE is needed by PSTORE_DEFLATE_COMPRESS
3470 - Config: Disable STM32 support
3471 - Config: Enable FORTIFY_SOURCE for armhf
3472 - Config: use STRONG instead of AUTO for CC_STACKPROTECTOR
3473
3474 [ Upstream Kernel Changes ]
3475
3476 * Rebase to v4.17
3477
3478 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 11 Jun 2018 15:22:10 -0300
3479
3480 linux (4.17.0-1.2) cosmic; urgency=medium
3481
3482 [ Seth Forshee ]
3483 * [Config] enable EDAC_DEBUG on ARM64 (LP: #1772516)
3484 - [Config]: set CONFIG_EDAC_DEBUG=y for ARM64
3485
3486 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
3487 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
3488 num_possible_cpus()
3489
3490 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
3491 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
3492 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
3493
3494 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
3495 - [Config] update Build-Depends: transfig to fig2dev
3496
3497 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
3498 to load (LP: #1728238)
3499 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
3500 unreleased firmware"
3501
3502 * No driver for Huawei network adapters on arm64 (LP: #1769899)
3503 - net-next/hinic: add arm64 support
3504
3505 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
3506 - [Config] snapdragon: DRM_I2C_ADV7511=y
3507
3508 * Add d-i support for Huawei NICs (LP: #1767490)
3509 - d-i: add hinic to nic-modules udeb
3510
3511 * Acer Swift sf314-52 power button not managed (LP: #1766054)
3512 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
3513
3514 * Include nfp driver in linux-modules (LP: #1768526)
3515 - [Config] Add nfp.ko to generic inclusion list
3516
3517 * Miscellaneous Ubuntu changes
3518 - SAUCE: Import aufs driver
3519 - [Config] Enable AUFS config options
3520 - SAUCE: (efi-lockdown) Fix for module sig verification
3521 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
3522 reboot
3523 - SAUCE: (efi-lockdown) efi: Add an EFI_SECURE_BOOT flag to indicate secure
3524 boot mode
3525 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
3526 mode
3527 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
3528 - SAUCE: (efi-lockdown) efi: Don't print secure boot state from the efi stub
3529 - [Config] CONFIG_LOCK_DOWN_IN_EFI_SECURE_BOOT=y
3530 - SAUCE: (efi-lockdown) really lock down kernel under EFI secure boot
3531 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu3, zfs to 0.7.5-1ubuntu17
3532 - enable zfs build
3533
3534 * Miscellaneous upstream changes
3535 - Revert "UBUNTU: SAUCE: (efi-lockdown) ima: require secure_boot rules in
3536 lockdown mode"
3537 - Rebased to v4.17-rc6
3538
3539 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 22 May 2018 14:48:13 -0300
3540
3541 linux (4.17.0-0.1) bionic; urgency=medium
3542
3543 [ Upstream Kernel Changes ]
3544
3545 * Rebase to v4.17-rc4
3546
3547 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Tue, 08 May 2018 16:38:51 -0300
3548
3549 linux (4.17.0-0.0) bionic; urgency=medium
3550
3551 * Dummy entry.
3552
3553 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 27 Apr 2018 11:01:13 -0300
3554
3555 linux (4.16.0-4.5) bionic; urgency=medium
3556
3557 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
3558 - tools/kvm_stat: Fix python3 syntax
3559 - tools/kvm_stat: Don't use deprecated file()
3560 - tools/kvm_stat: Remove unused function
3561 - [Packaging] Add linux-tools-host package for VM host tools
3562 - [Config] do_tools_host=true for amd64
3563
3564 * [Featire] CNL: Enable RAPL support (LP: #1685712)
3565 - powercap: RAPL: Add support for Cannon Lake
3566
3567 * Bionic update to v4.16.2 stable release (LP: #1763388)
3568 - sparc64: Oracle DAX driver depends on SPARC64
3569 - arp: fix arp_filter on l3slave devices
3570 - net: dsa: Discard frames from unused ports
3571 - net/ipv6: Increment OUTxxx counters after netfilter hook
3572 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
3573 - pptp: remove a buggy dst release in pptp_connect()
3574 - sctp: do not leak kernel memory to user space
3575 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
3576 - vlan: also check phy_driver ts_info for vlan's real device
3577 - net: fool proof dev_valid_name()
3578 - ip_tunnel: better validate user provided tunnel names
3579 - ipv6: sit: better validate user provided tunnel names
3580 - ip6_gre: better validate user provided tunnel names
3581 - ip6_tunnel: better validate user provided tunnel names
3582 - vti6: better validate user provided tunnel names
3583 - net_sched: fix a missing idr_remove() in u32_delete_key()
3584 - nfp: use full 40 bits of the NSP buffer address
3585 - Linux 4.16.2
3586
3587 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
3588 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.16.2 stable
3589 release (LP: #1763388)
3590 - sky2: Increase D3 delay to sky2 stops working after suspend
3591
3592 * Merge the linux-snapdragon kernel into bionic master/snapdragon
3593 (LP: #1763040)
3594 - arm64: defconfig: enable REMOTEPROC
3595 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
3596 - kernel: configs; add distro.config
3597 - arm64: configs: enable WCN36xx
3598 - kernel: distro.config: enable debug friendly USB network adpater
3599 - arm64: configs: enable QCOM Venus
3600 - arm64: defconfig: Enable a53/apcs and avs
3601 - arm64: defconfig: enable ondemand governor as default
3602 - arm64: defconfig: enable QCOM_TSENS
3603 - kernel: configs: enable dm_mod and dm_crypt
3604 - Force the SMD regulator driver to be compiled-in
3605 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
3606 - arm64: configs: enable BT_QCOMSMD
3607 - kernel: configs: add more USB net drivers
3608 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
3609 - arm64: configs: Enable camera drivers
3610 - kernel: configs: add freq stat to sysfs
3611 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
3612 - arm64: defconfig: Enable QRTR features
3613 - kernel: configs: set USB_CONFIG_F_FS in distro.config
3614 - kernel: distro.config: enable 'schedutil' CPUfreq governor
3615 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
3616 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
3617 - arm64: defconfig: enable LEDS_QCOM_LPG
3618 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
3619 - power: avs: Add support for CPR (Core Power Reduction)
3620 - power: avs: cpr: Use raw mem access for qfprom
3621 - power: avs: cpr: fix with new reg_sequence structures
3622 - power: avs: cpr: Register with cpufreq-dt
3623 - regulator: smd: Add floor and corner operations
3624 - PM / OPP: Support adjusting OPP voltages at runtime
3625 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
3626 - PM / OPP: HACK: Allow to set regulator without opp_list
3627 - PM / OPP: Add a helper to get an opp regulator for device
3628 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
3629 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
3630 - ov5645: I2C address change
3631 - i2c: Add Qualcomm Camera Control Interface driver
3632 - camss: vfe: Skip first four frames from sensor
3633 - camss: Do not register if no cameras are present
3634 - i2c-qcom-cci: Fix run queue completion timeout
3635 - i2c-qcom-cci: Fix I2C address bug
3636 - media: ov5645: Fix I2C address
3637 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
3638 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
3639 - leds: Add driver for Qualcomm LPG
3640 - wcn36xx: Fix warning due to duplicate scan_completed notification
3641 - arm64: dts: Add CPR DT node for msm8916
3642 - arm64: dts: add spmi-regulator nodes
3643 - arm64: dts: msm8916: Add cpufreq support
3644 - arm64: dts: msm8916: Add a shared CPU opp table
3645 - arm64: dts: msm8916: Add cpu cooling maps
3646 - arm64: dts: pm8916: Mark the s2 regulator as always-on
3647 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
3648 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
3649 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
3650 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
3651 driver
3652 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
3653 - DT: leds: Add Qualcomm Light Pulse Generator binding
3654 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
3655 - arm64: dts: qcom: Add pwm node for pm8916
3656 - arm64: dts: qcom: Add user LEDs on db820c
3657 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
3658 - ARM: dts: qcom: Add LPG node to pm8941
3659 - ARM: dts: qcom: honami: Add LPG node and RGB LED
3660 - arm64: dts: qcom: Add Camera Control Interface support
3661 - arm64: dts: qcom: Add apps_iommu vfe child node
3662 - arm64: dts: qcom: Add camss device node
3663 - arm64: dts: qcom: Add ov5645 device nodes
3664 - arm64: dts: msm8916: Fix camera sensors I2C addresses
3665 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
3666 - packaging: arm64: add a uboot flavour - part1
3667 - packaging: arm64: add a uboot flavour - part2
3668 - packaging: arm64: add a uboot flavour - part3
3669 - packaging: arm64: add a uboot flavour - part4
3670 - packaging: arm64: add a uboot flavour - part5
3671 - packaging: arm64: rename uboot flavour to snapdragon
3672 - [Config] updateconfigs after qcomlt import
3673 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
3674 - [Config] arm64: snapdragon: MSM_GCC_8916=y
3675 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
3676 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
3677 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
3678 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
3679 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
3680 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
3681 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
3682 - [Config] arm64: snapdragon: QCOM_SMEM=y
3683 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
3684 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
3685 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
3686 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
3687 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
3688 - [Config] arm64: snapdragon: QCOM_CPR=y
3689 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
3690 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
3691 - [Config] turn off DRM_MSM_REGISTER_LOGGING
3692 - [Config] arm64: snapdragon: I2C_QUP=y
3693 - [Config] arm64: snapdragon: SPI_QUP=y
3694 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
3695 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
3696 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
3697 - [Config] arm64: snapdragon: QCOM_SMSM=y
3698 - [Config] arm64: snapdragon: QCOM_SMP2P=y
3699 - [Config] arm64: snapdragon: DRM_MSM=y
3700 - [Config] arm64: snapdragon: SND_SOC=y
3701 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
3702 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
3703 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
3704 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
3705 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
3706 SND_SOC_MSM8916_WCD_DIGITAL=y
3707 - SAUCE: media: ov5645: skip address change if dt addr == default addr
3708 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
3709 #ifdefs
3710 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
3711 - [Packaging] fix up snapdragon abi paths
3712
3713 * LSM stacking patches for bionic (LP: #1763062)
3714 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
3715 - SAUCE: LSM stacking: LSM: Manage credential security blobs
3716 - SAUCE: LSM stacking: LSM: Manage file security blobs
3717 - SAUCE: LSM stacking: LSM: Manage task security blobs
3718 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
3719 - SAUCE: LSM stacking: LSM: General stacking
3720 - SAUCE: LSM stacking: fixup initialize task->security
3721 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
3722 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
3723 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
3724 - SAUCE: LSM stacking: fixup apparmor stacking enablement
3725 - SAUCE: LSM stacking: fixup stacking kconfig
3726 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
3727 - SAUCE: LSM stacking: provide prctl interface for setting context
3728 - SAUCE: LSM stacking: inherit current display LSM
3729 - SAUCE: LSM stacking: keep an index for each registered LSM
3730 - SAUCE: LSM stacking: verify display LSM
3731 - SAUCE: LSM stacking: provide a way to specify the default display lsm
3732 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
3733 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
3734 - SAUCE: LSM stacking: add Kconfig to set default display LSM
3735 - SAUCE: LSM stacking: add configs for LSM stacking
3736 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
3737 - SAUCE: LSM stacking: remove procfs context interface
3738
3739 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
3740 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
3741 - SAUCE: LSM stacking: check for invalid zero sized writes
3742
3743 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
3744 (LP: #1762755)
3745 - RDMA/hns: Support rq record doorbell for the user space
3746 - RDMA/hns: Support cq record doorbell for the user space
3747 - RDMA/hns: Support rq record doorbell for kernel space
3748 - RDMA/hns: Support cq record doorbell for kernel space
3749 - RDMA/hns: Fix cqn type and init resp
3750 - RDMA/hns: Fix init resp when alloc ucontext
3751 - RDMA/hns: Fix cq record doorbell enable in kernel
3752
3753 * Replace LPC patchset with upstream version (LP: #1762758)
3754 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
3755 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
3756 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
3757 children"
3758 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
3759 bindings"
3760 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
3761 devices"
3762 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
3763 hosts"
3764 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
3765 pci_register_io_range()"
3766 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
3767 pci_register_io_range()"
3768 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
3769 - lib: Add generic PIO mapping method
3770 - PCI: Remove __weak tag from pci_register_io_range()
3771 - PCI: Add fwnode handler as input param of pci_register_io_range()
3772 - PCI: Apply the new generic I/O management on PCI IO hosts
3773 - of: Add missing I/O range exception for indirect-IO devices
3774 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
3775 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
3776 - ACPI / scan: Do not enumerate Indirect IO host children
3777 - HISI LPC: Add ACPI support
3778 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
3779
3780 * Enable Tunneled Operations on POWER9 (LP: #1762448)
3781 - powerpc/powernv: Enable tunneled operations
3782 - cxl: read PHB indications from the device tree
3783
3784 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
3785 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
3786
3787 * NFS + sec=krb5 is broken (LP: #1759791)
3788 - sunrpc: remove incorrect HMAC request initialization
3789
3790 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
3791 - d-i: add bcm2835 to block-modules
3792
3793 * Backport USB core quirks (LP: #1762695)
3794 - usb: core: Add "quirks" parameter for usbcore
3795 - usb: core: Copy parameter string correctly and remove superfluous null check
3796 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
3797
3798 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
3799 setting up a second end-to-end encrypted disk (LP: #1762353)
3800 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
3801
3802 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
3803 - s390: move nobp parameter functions to nospec-branch.c
3804 - s390: add automatic detection of the spectre defense
3805 - s390: report spectre mitigation via syslog
3806 - s390: add sysfs attributes for spectre
3807 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
3808 - s390: correct nospec auto detection init order
3809
3810 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
3811 - powerpc/64s: Wire up cpu_show_spectre_v2()
3812
3813 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
3814 - powerpc/64s: Wire up cpu_show_spectre_v1()
3815
3816 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
3817 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
3818 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
3819 - powerpc/rfi-flush: Always enable fallback flush on pseries
3820 - powerpc/rfi-flush: Differentiate enabled and patched flush types
3821 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
3822 - powerpc/64s: Move cpu_show_meltdown()
3823 - powerpc/64s: Enhance the information in cpu_show_meltdown()
3824 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
3825 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
3826
3827 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
3828 CVE-2017-5753 // CVE-2017-5754
3829 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
3830 - powerpc: Add security feature flags for Spectre/Meltdown
3831 - powerpc/pseries: Set or clear security feature flags
3832 - powerpc/powernv: Set or clear security feature flags
3833
3834 * Hisilicon network subsystem 3 support (LP: #1761610)
3835 - net: hns3: export pci table of hclge and hclgevf to userspace
3836 - d-i: Add hns3 drivers to nic-modules
3837
3838 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
3839 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
3840
3841 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
3842 - perf vendor events: Drop incomplete multiple mapfile support
3843 - perf vendor events: Fix error code in json_events()
3844 - perf vendor events: Drop support for unused topic directories
3845 - perf vendor events: Add support for pmu events vendor subdirectory
3846 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
3847 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
3848 - perf vendor events: Add support for arch standard events
3849 - perf vendor events arm64: Add armv8-recommended.json
3850 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
3851 - perf vendor events arm64: fixup A53 to use recommended events
3852 - perf vendor events arm64: add HiSilicon hip08 JSON file
3853 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
3854
3855 * Warning "cache flush timed out!" seen when unloading the cxl driver
3856 (LP: #1762367)
3857 - cxl: Check if PSL data-cache is available before issue flush request
3858
3859 * Bionic update to v4.16.1 stable release (LP: #1763170)
3860 - bitmap: fix memset optimization on big-endian systems
3861 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
3862 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
3863 - USB: serial: cp210x: add ELDAT Easywave RX09 id
3864 - serial: 8250: Add Nuvoton NPCM UART
3865 - mei: remove dev_err message on an unsupported ioctl
3866 - /dev/mem: Avoid overwriting "err" in read_mem()
3867 - media: usbtv: prevent double free in error case
3868 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
3869 - crypto: lrw - Free rctx->ext with kzfree
3870 - crypto: ccp - Fill the result buffer only on digest, finup, and final ops
3871 - crypto: talitos - don't persistently map req_ctx->hw_context and
3872 req_ctx->buf
3873 - crypto: inside-secure - fix clock management
3874 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
3875 - crypto: talitos - fix IPsec cipher in length
3876 - crypto: ahash - Fix early termination in hash walk
3877 - crypto: caam - Fix null dereference at error path
3878 - crypto: ccp - return an actual key size from RSA max_size callback
3879 - crypto: arm,arm64 - Fix random regeneration of S_shipped
3880 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
3881 - Bluetooth: hci_bcm: Add 6 new ACPI HIDs
3882 - Btrfs: fix unexpected cow in run_delalloc_nocow
3883 - siox: fix possible buffer overflow in device_add_store
3884 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
3885 - Revert "base: arch_topology: fix section mismatch build warnings"
3886 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
3887 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
3888 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
3889 - vt: change SGR 21 to follow the standards
3890 - Fix slab name "biovec-(1<<(21-12))"
3891 - signal: Correct the offset of si_pkey and si_lower in struct siginfo on m68k
3892 - Linux 4.16.1
3893
3894 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
3895 starting 4.15-rc2 (LP: #1759893)
3896 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
3897 build"
3898 - [Config] CONFIG_BLK_DEV_NMVE=m
3899
3900 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
3901 - PM / hibernate: Make passing hibernate offsets more friendly
3902
3903 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
3904 type(pseries-bionic) complaining "KVM implementation does not support
3905 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
3906 - powerpc: Use feature bit for RTC presence rather than timebase presence
3907 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
3908 - powerpc: Free up CPU feature bits on 64-bit machines
3909 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
3910 - powerpc/powernv: Provide a way to force a core into SMT4 mode
3911 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
3912 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
3913 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
3914
3915 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
3916 - thunderbolt: Resume control channel after hibernation image is created
3917 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
3918 - thunderbolt: Handle connecting device in place of host properly
3919 - thunderbolt: Do not overwrite error code when domain adding fails
3920 - thunderbolt: Wait a bit longer for root switch config space
3921 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
3922 - thunderbolt: Handle rejected Thunderbolt devices
3923 - thunderbolt: Factor common ICM add and update operations out
3924 - thunderbolt: Correct function name in kernel-doc comment
3925 - thunderbolt: Add tb_switch_get()
3926 - thunderbolt: Add tb_switch_find_by_route()
3927 - thunderbolt: Add tb_xdomain_find_by_route()
3928 - thunderbolt: Add constant for approval timeout
3929 - thunderbolt: Move driver ready handling to struct icm
3930 - thunderbolt: Add 'boot' attribute for devices
3931 - thunderbolt: Add support for preboot ACL
3932 - thunderbolt: Introduce USB only (SL4) security level
3933 - thunderbolt: Add support for Intel Titan Ridge
3934
3935 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
3936 - ath10k: update the IRAM bank number for QCA9377
3937
3938 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
3939 (LP: #1759511)
3940 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
3941
3942 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
3943 (LP: #1757228)
3944 - cxl: Fix timebase synchronization status on P9
3945
3946 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
3947 fixes (LP: #1752182)
3948 - scsi: lpfc: Fix frequency of Release WQE CQEs
3949 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
3950 - scsi: lpfc: move placement of target destroy on driver detach
3951 - scsi: lpfc: correct debug counters for abort
3952 - scsi: lpfc: Add WQ Full Logic for NVME Target
3953 - scsi: lpfc: Fix PRLI handling when topology type changes
3954 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
3955 - scsi: lpfc: Fix RQ empty firmware trap
3956 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
3957 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
3958 - scsi: lpfc: Fix issue_lip if link is disabled
3959 - scsi: lpfc: Indicate CONF support in NVMe PRLI
3960 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
3961 - scsi: lpfc: Validate adapter support for SRIU option
3962 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
3963 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
3964 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
3965 - scsi: lpfc: update driver version to 11.4.0.7
3966 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
3967 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
3968 - scsi: lpfc: Rework sli4 doorbell infrastructure
3969 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
3970 - scsi: lpfc: Add push-to-adapter support to sli4
3971 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
3972 - scsi: lpfc: Add 64G link speed support
3973 - scsi: lpfc: Add if_type=6 support for cycling valid bits
3974 - scsi: lpfc: Enable fw download on if_type=6 devices
3975 - scsi: lpfc: Add embedded data pointers for enhanced performance
3976 - scsi: lpfc: Fix nvme embedded io length on new hardware
3977 - scsi: lpfc: Work around NVME cmd iu SGL type
3978 - scsi: lpfc: update driver version to 12.0.0.0
3979 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
3980 - scsi: lpfc: use __raw_writeX on DPP copies
3981 - scsi: lpfc: Add missing unlock in WQ full logic
3982
3983 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
3984 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
3985
3986 * DKMS driver builds fail with: Cannot use CONFIG_STACK_VALIDATION=y, please
3987 install libelf-dev, libelf-devel or elfutils-libelf-devel (LP: #1760876)
3988 - [Packaging] include the retpoline extractor in the headers
3989
3990 * Use med_with_dipm SATA LPM to save more power for mobile platforms
3991 (LP: #1759547)
3992 - [Config] CONFIG_SATA_MOBILE_LPM_POLICY=3
3993
3994 * Miscellaneous Ubuntu changes
3995 - [Packaging] Only install cloud init files when do_tools_common=true
3996 - SAUCE: Import aufs driver
3997 - [Config] Enable AUFS config options
3998
3999 -- Seth Forshee <seth.forshee@canonical.com> Thu, 12 Apr 2018 09:30:56 -0500
4000
4001 linux (4.16.0-3.4) bionic; urgency=medium
4002
4003 * Allow multiple mounts of zfs datasets (LP: #1759848)
4004 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
4005
4006 * zfs system process hung on container stop/delete (LP: #1754584)
4007 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
4008 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
4009 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
4010
4011 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
4012 (LP: #1755073)
4013 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
4014
4015 * CAPI Flash (cxlflash) update (LP: #1752672)
4016 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
4017 - SAUCE: cxlflash: Avoid clobbering context control register value
4018 - SAUCE: cxlflash: Add argument identifier names
4019 - SAUCE: cxlflash: Introduce OCXL backend
4020 - SAUCE: cxlflash: Hardware AFU for OCXL
4021 - SAUCE: cxlflash: Read host function configuration
4022 - SAUCE: cxlflash: Setup function acTag range
4023 - SAUCE: cxlflash: Read host AFU configuration
4024 - SAUCE: cxlflash: Setup AFU acTag range
4025 - SAUCE: cxlflash: Setup AFU PASID
4026 - SAUCE: cxlflash: Adapter context support for OCXL
4027 - SAUCE: cxlflash: Use IDR to manage adapter contexts
4028 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
4029 - SAUCE: cxlflash: Support adapter context discovery
4030 - SAUCE: cxlflash: Support image reload policy modification
4031 - SAUCE: cxlflash: MMIO map the AFU
4032 - SAUCE: cxlflash: Support starting an adapter context
4033 - SAUCE: cxlflash: Support process specific mappings
4034 - SAUCE: cxlflash: Support AFU state toggling
4035 - SAUCE: cxlflash: Support reading adapter VPD data
4036 - SAUCE: cxlflash: Setup function OCXL link
4037 - SAUCE: cxlflash: Setup OCXL transaction layer
4038 - SAUCE: cxlflash: Support process element lifecycle
4039 - SAUCE: cxlflash: Support AFU interrupt management
4040 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
4041 - SAUCE: cxlflash: Support starting user contexts
4042 - SAUCE: cxlflash: Support adapter context polling
4043 - SAUCE: cxlflash: Support adapter context reading
4044 - SAUCE: cxlflash: Support adapter context mmap and release
4045 - SAUCE: cxlflash: Support file descriptor mapping
4046 - SAUCE: cxlflash: Introduce object handle fop
4047 - SAUCE: cxlflash: Setup LISNs for user contexts
4048 - SAUCE: cxlflash: Setup LISNs for master contexts
4049 - SAUCE: cxlflash: Update synchronous interrupt status bits
4050 - SAUCE: cxlflash: Introduce OCXL context state machine
4051 - SAUCE: cxlflash: Register for translation errors
4052 - SAUCE: cxlflash: Support AFU reset
4053 - SAUCE: cxlflash: Enable OCXL operations
4054
4055 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
4056 (LP: #1736393)
4057 - SAUCE: drm/i915:Don't set chip specific data
4058 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
4059
4060 * zed process consuming 100% cpu (LP: #1751796)
4061 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
4062
4063 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
4064 "always" (LP: #1753708)
4065 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
4066
4067 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
4068 - [Packaging] retpoline -- add safe usage hint support
4069 - [Packaging] retpoline-check -- only report additions
4070 - [Packaging] retpoline -- widen indirect call/jmp detection
4071 - [Packaging] retpoline -- elide %rip relative indirections
4072 - [Packaging] retpoline -- clear hint information from packages
4073 - SAUCE: apm -- annotate indirect calls within
4074 firmware_restrict_branch_speculation_{start,end}
4075 - SAUCE: EFI -- annotate indirect calls within
4076 firmware_restrict_branch_speculation_{start,end}
4077 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
4078 code
4079 - SAUCE: vga_set_mode -- avoid jump tables
4080 - [Config] retpoine -- switch to new format
4081
4082 * Miscellaneous Ubuntu changes
4083 - [Packaging] final-checks -- remove check for empty retpoline files
4084 - [Packaging] skip cloud tools packaging when not building package
4085
4086 [ Upstream Kernel Changes ]
4087
4088 * Rebase to v4.16
4089
4090 -- Seth Forshee <seth.forshee@canonical.com> Mon, 02 Apr 2018 16:15:36 -0500
4091
4092 linux (4.16.0-2.3) bionic; urgency=medium
4093
4094 * devpts: handle bind-mounts (LP: #1755857)
4095 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
4096 - SAUCE: devpts: resolve devpts bind-mounts
4097 - SAUCE: devpts: comment devpts_mntget()
4098 - SAUCE: selftests: add devpts selftests
4099
4100 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
4101 - d-i: add hisi_sas_v3_hw to scsi-modules
4102
4103 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
4104 - SAUCE: scsi: hisi_sas: config for hip08 ES
4105 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
4106
4107 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
4108 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
4109
4110 * Fix ARC hit rate (LP: #1755158)
4111 - SAUCE: Fix ARC hit rate (LP: #1755158)
4112
4113 * ZFS setgid broken on 0.7 (LP: #1753288)
4114 - SAUCE: Fix ZFS setgid
4115
4116 * CONFIG_EFI=y on armhf (LP: #1726362)
4117 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
4118
4119 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
4120 - [Config] CONFIG_USB_XHCI_DBGCAP=y
4121
4122 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
4123 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
4124 - [Config] retpoline -- clean up i386 retpoline files
4125
4126 * Miscellaneous Ubuntu changes
4127 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
4128 - [Config] fix up retpoline abi files
4129 - [Config] fix up retpoline abi files
4130 - d-i: Add netsec to nic-modules
4131
4132 [ Upstream Kernel Changes ]
4133
4134 * Rebase to v4.16-rc6
4135
4136 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Mar 2018 14:09:49 -0500
4137
4138 linux (4.16.0-1.2) bionic; urgency=medium
4139
4140 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
4141 - d-i: add cxgb4 to nic-modules
4142
4143 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
4144 - [Config] CONFIG_INDIRECT_PIO=y
4145 - SAUCE: LIB: Introduce a generic PIO mapping method
4146 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
4147 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
4148 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
4149 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
4150 - [Config] CONFIG_HISILICON_LPC=y
4151 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
4152 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
4153 - SAUCE: HISI LPC: Add ACPI support
4154 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
4155
4156 * Miscellaneous Ubuntu changes
4157 - SAUCE: tools: use CC for linking acpi tools
4158
4159 [ Upstream Kernel Changes ]
4160
4161 * Rebase to v4.16-rc3
4162
4163 -- Seth Forshee <seth.forshee@canonical.com> Wed, 28 Feb 2018 10:17:23 -0600
4164
4165 linux (4.16.0-0.1) bionic; urgency=medium
4166
4167 * retpoline abi files are empty on i386 (LP: #1751021)
4168 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
4169 - [Packaging] final-checks -- sanity checking ABI contents
4170 - [Packaging] final-checks -- check for empty retpoline files
4171
4172 * Miscellaneous upstream changes
4173 - disable vbox build
4174 - Disable zfs build
4175
4176 [ Upstream Kernel Changes ]
4177
4178 * Rebase to v4.16-rc2
4179
4180 -- Seth Forshee <seth.forshee@canonical.com> Thu, 22 Feb 2018 08:58:57 -0600
4181
4182 linux (4.16.0-0.0) bionic; urgency=medium
4183
4184 * Dummy entry
4185
4186 -- Seth Forshee <seth.forshee@canonical.com> Wed, 21 Feb 2018 14:33:13 -0600
4187
4188 linux (4.15.0-10.11) bionic; urgency=medium
4189
4190 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
4191
4192 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
4193 (LP: #1749202)
4194 - swiotlb: suppress warning when __GFP_NOWARN is set
4195 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
4196
4197 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
4198 - SAUCE: tools -- add ability to disable libbfd
4199 - [Packaging] correct disablement of libbfd
4200
4201 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
4202 (LP: #1744058)
4203 - ALSA: hda/realtek - update ALC225 depop optimize
4204
4205 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
4206 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
4207
4208 * headset mic can't be detected on two Dell machines (LP: #1748807)
4209 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
4210 - ALSA: hda - Fix headset mic detection problem for two Dell machines
4211
4212 * Bionic update to v4.15.3 stable release (LP: #1749191)
4213 - ip6mr: fix stale iterator
4214 - net: igmp: add a missing rcu locking section
4215 - qlcnic: fix deadlock bug
4216 - qmi_wwan: Add support for Quectel EP06
4217 - r8169: fix RTL8168EP take too long to complete driver initialization.
4218 - tcp: release sk_frag.page in tcp_disconnect
4219 - vhost_net: stop device during reset owner
4220 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
4221 - ipv6: change route cache aging logic
4222 - Revert "defer call to mem_cgroup_sk_alloc()"
4223 - net: ipv6: send unsolicited NA after DAD
4224 - rocker: fix possible null pointer dereference in
4225 rocker_router_fib_event_work
4226 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
4227 - cls_u32: add missing RCU annotation.
4228 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
4229 - soreuseport: fix mem leak in reuseport_add_sock()
4230 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
4231 - net: sched: fix use-after-free in tcf_block_put_ext
4232 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
4233 - media: soc_camera: soc_scale_crop: add missing
4234 MODULE_DESCRIPTION/AUTHOR/LICENSE
4235 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4236 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
4237 - crypto: tcrypt - fix S/G table for test_aead_speed()
4238 - Linux 4.15.3
4239
4240 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
4241 CVE-2018-1000026
4242 - net: create skb_gso_validate_mac_len()
4243 - bnx2x: disable GSO where gso_size is too big for hardware
4244
4245 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
4246 - net: hns: add ACPI mode support for ethtool -p
4247
4248 * CVE-2017-5715 (Spectre v2 Intel)
4249 - [Packaging] retpoline files must be sorted
4250 - [Packaging] pull in retpoline files
4251
4252 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
4253 - d-i: Add hfi1 to nic-modules
4254
4255 * CVE-2017-5715 (Spectre v2 retpoline)
4256 - [Packaging] retpoline -- add call site validation
4257 - [Config] disable retpoline checks for first upload
4258
4259 * Do not duplicate changelog entries assigned to more than one bug or CVE
4260 (LP: #1743383)
4261 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
4262
4263 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
4264
4265 linux (4.15.0-9.10) bionic; urgency=medium
4266
4267 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
4268
4269 * Miscellaneous Ubuntu changes
4270 - [Debian] tests -- remove gcc-multilib dependency for arm64
4271
4272 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
4273
4274 linux (4.15.0-8.9) bionic; urgency=medium
4275
4276 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
4277
4278 * Bionic update to v4.15.2 stable release (LP: #1748072)
4279 - KVM: x86: Make indirect calls in emulator speculation safe
4280 - KVM: VMX: Make indirect call speculation safe
4281 - module/retpoline: Warn about missing retpoline in module
4282 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
4283 - x86/cpufeatures: Add Intel feature bits for Speculation Control
4284 - x86/cpufeatures: Add AMD feature bits for Speculation Control
4285 - x86/msr: Add definitions for new speculation control MSRs
4286 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
4287 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
4288 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
4289 - x86/alternative: Print unadorned pointers
4290 - x86/nospec: Fix header guards names
4291 - x86/bugs: Drop one "mitigation" from dmesg
4292 - x86/cpu/bugs: Make retpoline module warning conditional
4293 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
4294 - x86/retpoline: Simplify vmexit_fill_RSB()
4295 - x86/speculation: Simplify indirect_branch_prediction_barrier()
4296 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4297 - iio: adc/accel: Fix up module licenses
4298 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4299 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4300 - KVM: nVMX: Eliminate vmcs02 pool
4301 - KVM: VMX: introduce alloc_loaded_vmcs
4302 - objtool: Improve retpoline alternative handling
4303 - objtool: Add support for alternatives at the end of a section
4304 - objtool: Warn on stripped section symbol
4305 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
4306 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
4307 - x86/entry/64: Remove the SYSCALL64 fast path
4308 - x86/entry/64: Push extra regs right away
4309 - x86/asm: Move 'status' from thread_struct to thread_info
4310 - Documentation: Document array_index_nospec
4311 - array_index_nospec: Sanitize speculative array de-references
4312 - x86: Implement array_index_mask_nospec
4313 - x86: Introduce barrier_nospec
4314 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
4315 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
4316 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
4317 - x86/get_user: Use pointer masking to limit speculation
4318 - x86/syscall: Sanitize syscall table de-references under speculation
4319 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
4320 - nl80211: Sanitize array index in parse_txq_params
4321 - x86/spectre: Report get_user mitigation for spectre_v1
4322 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
4323 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
4324 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
4325 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
4326 - KVM: VMX: make MSR bitmaps per-VCPU
4327 - x86/kvm: Update spectre-v1 mitigation
4328 - x86/retpoline: Avoid retpolines for built-in __init functions
4329 - x86/spectre: Simplify spectre_v2 command line parsing
4330 - x86/pti: Mark constant arrays as __initconst
4331 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
4332 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
4333 - KVM/x86: Add IBPB support
4334 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
4335 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
4336 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
4337 - serial: core: mark port as initialized after successful IRQ change
4338 - fpga: region: release of_parse_phandle nodes after use
4339 - Linux 4.15.2
4340
4341 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
4342 - net: phy: core: remove now uneeded disabling of interrupts
4343 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
4344 - net: socionext: Add Synquacer NetSec driver
4345 - net: socionext: include linux/io.h to fix build
4346 - net: socionext: Fix error return code in netsec_netdev_open()
4347
4348 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
4349 - [Config] CONFIG_EDAC_GHES=y
4350
4351 * support thunderx2 vendor pmu events (LP: #1747523)
4352 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
4353 - perf tools arm64: Add support for get_cpuid_str function.
4354 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
4355 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
4356 events
4357 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
4358
4359 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
4360 - SAUCE: mm: disable vma based swap readahead by default
4361 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
4362
4363 * Miscellaneous Ubuntu changes
4364 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
4365
4366 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
4367
4368 linux (4.15.0-7.8) bionic; urgency=medium
4369
4370 * Bionic update to v4.15.1 stable release (LP: #1747169)
4371 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
4372 - tools/gpio: Fix build error with musl libc
4373 - gpio: stmpe: i2c transfer are forbiden in atomic context
4374 - gpio: Fix kernel stack leak to userspace
4375 - ALSA: hda - Reduce the suspend time consumption for ALC256
4376 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
4377 - crypto: aesni - handle zero length dst buffer
4378 - crypto: aesni - fix typo in generic_gcmaes_decrypt
4379 - crypto: aesni - add wrapper for generic gcm(aes)
4380 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
4381 aesni
4382 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
4383 aesni
4384 - crypto: inside-secure - fix hash when length is a multiple of a block
4385 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
4386 - crypto: sha3-generic - fixes for alignment and big endian operation
4387 - crypto: af_alg - whitelist mask and type
4388 - HID: wacom: EKR: ensure devres groups at higher indexes are released
4389 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
4390 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4391 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4392 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
4393 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
4394 - igb: Free IRQs when device is hotplugged
4395 - ima/policy: fix parsing of fsuuid
4396 - scsi: aacraid: Fix udev inquiry race condition
4397 - scsi: aacraid: Fix hang in kdump
4398 - scsi: storvsc: missing error code in storvsc_probe()
4399 - staging: lustre: separate a connection destroy from free struct kib_conn
4400 - staging: ccree: NULLify backup_info when unused
4401 - staging: ccree: fix fips event irq handling build
4402 - tty: fix data race between tty_init_dev and flush of buf
4403 - usb: option: Add support for FS040U modem
4404 - USB: serial: pl2303: new device id for Chilitag
4405 - USB: cdc-acm: Do not log urb submission errors on disconnect
4406 - CDC-ACM: apply quirk for card reader
4407 - USB: serial: io_edgeport: fix possible sleep-in-atomic
4408 - usbip: prevent bind loops on devices attached to vhci_hcd
4409 - usbip: list: don't list devices attached to vhci_hcd
4410 - USB: serial: simple: add Motorola Tetra driver
4411 - usb: f_fs: Prevent gadget unbind if it is already unbound
4412 - usb: uas: unconditionally bring back host after reset
4413 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
4414 - ANDROID: binder: remove waitqueue when thread exits.
4415 - android: binder: use VM_ALLOC to get vm area
4416 - mei: me: allow runtime pm for platform with D0i3
4417 - serial: 8250_of: fix return code when probe function fails to get reset
4418 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
4419 - serial: 8250_dw: Revert "Improve clock rate setting"
4420 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
4421 - spi: imx: do not access registers while clocks disabled
4422 - iio: adc: stm32: fix scan of multiple channels with DMA
4423 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
4424 - test_firmware: fix missing unlock on error in config_num_requests_store()
4425 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
4426 - Input: synaptics-rmi4 - do not delete interrupt memory too early
4427 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
4428 - Linux 4.15.1
4429
4430 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
4431 (LP: #1744712)
4432 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
4433 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
4434 version
4435
4436 * apparmor profile load in stacked policy container fails (LP: #1746463)
4437 - SAUCE: apparmor: fix display of .ns_name for containers
4438
4439 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
4440
4441 linux (4.15.0-6.7) bionic; urgency=low
4442
4443 * upload urgency should be medium by default (LP: #1745338)
4444 - [Packaging] update urgency to medium by default
4445
4446 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
4447 - scsi: libiscsi: Allow sd_shutdown on bad transport
4448
4449 * Miscellaneous Ubuntu changes
4450 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
4451 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
4452 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
4453
4454 [ Upstream Kernel Changes ]
4455
4456 * Rebase to v4.15
4457
4458 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
4459
4460 linux (4.15.0-5.6) bionic; urgency=low
4461
4462 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
4463 (LP: #1744077)
4464 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
4465
4466 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
4467 (LP: #1743638)
4468 - [d-i] Add qede to nic-modules udeb
4469
4470 * boot failure on AMD Raven + WesternXT (LP: #1742759)
4471 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
4472
4473 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
4474 (LP: #1726519)
4475 - SAUCE: Revert "scsi: libsas: allow async aborts"
4476
4477 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
4478 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
4479
4480 * Miscellaneous Ubuntu changes
4481 - Rebase to v4.15-rc7
4482 - [Config] CONFIG_CPU_ISOLATION=y
4483 - [Config] Update annotations following config review
4484 - Revert "UBUNTU: SAUCE: Import aufs driver"
4485 - SAUCE: Import aufs driver
4486 - ubuntu: vbox -- update to 5.2.6-dfsg-1
4487 - ubuntu: vbox: build fixes for 4.15
4488 - ubuntu: vbox -- update to 5.2.6-dfsg-2
4489 - hio: updates for timer api changes in 4.15
4490 - enable hio build
4491 - Rebase to v4.15-rc9
4492
4493 [ Upstream Kernel Changes ]
4494
4495 * Rebase to v4.15-rc9
4496
4497 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
4498
4499 linux (4.15.0-4.5) bionic; urgency=low
4500
4501 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
4502 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
4503
4504 * External HDMI monitor failed to show screen on Lenovo X1 series
4505 (LP: #1738523)
4506 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
4507
4508 * Miscellaneous Ubuntu changes
4509 - [Debian] autoreconstruct - add resoration of execute permissions
4510
4511 [ Upstream Kernel Changes ]
4512
4513 * Rebase to v4.15-rc4
4514
4515 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
4516
4517 linux (4.15.0-3.4) bionic; urgency=low
4518
4519 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
4520 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
4521
4522 [ Upstream Kernel Changes ]
4523
4524 * Rebase to v4.15-rc6
4525
4526 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
4527
4528 linux (4.15.0-2.3) bionic; urgency=low
4529
4530 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
4531 4.15.0-1.2 (LP: #1737752)
4532 - x86/mm: Unbreak modules that use the DMA API
4533
4534 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
4535 - [Config] CONFIG_SPI_INTEL_SPI_*=n
4536
4537 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
4538 and udebs (LP: #1521712)
4539 - [Config] Include ibmvnic in nic-modules
4540
4541 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
4542 - [Config] Enable support for emulation of deprecated ARMv8 instructions
4543
4544 * Miscellaneous Ubuntu changes
4545 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
4546 - Enable zfs build
4547 - [Debian] add icp to zfs-modules.ignore
4548
4549 [ Upstream Kernel Changes ]
4550
4551 * Rebase to v4.15-rc4
4552
4553 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
4554
4555 linux (4.15.0-1.2) bionic; urgency=low
4556
4557 * Disabling zfs does not always disable module checks for the zfs modules
4558 (LP: #1737176)
4559 - [Packaging] disable zfs module checks when zfs is disabled
4560
4561 * Miscellaneous Ubuntu changes
4562 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
4563
4564 [ Upstream Kernel Changes ]
4565
4566 * Rebase to v4.15-rc3
4567
4568 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
4569
4570 linux (4.15.0-0.1) bionic; urgency=low
4571
4572 * Miscellaneous Ubuntu changes
4573 - ubuntu: vbox -- update to 5.2.2-dfsg-2
4574 - ubuntu: vbox: build fixes for 4.15
4575 - disable hio build
4576 - [Config] Update kernel lockdown options to fix build errors
4577 - Disable zfs build
4578 - SAUCE: Import aufs driver
4579 - [Config] Enable AUFS config options
4580
4581 [ Upstream Kernel Changes ]
4582
4583 * Rebase to v4.15-rc2
4584
4585 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
4586
4587 linux (4.14.0-11.13) bionic; urgency=low
4588
4589 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
4590
4591 * CVE-2017-1000405
4592 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
4593
4594 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
4595 - SAUCE: mm: disable vma based swap readahead by default
4596 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
4597
4598 * Bionic update to v4.14.3 stable release (LP: #1735843)
4599 - s390: fix transactional execution control register handling
4600 - s390/noexec: execute kexec datamover without DAT
4601 - s390/runtime instrumention: fix possible memory corruption
4602 - s390/guarded storage: fix possible memory corruption
4603 - s390/disassembler: add missing end marker for e7 table
4604 - s390/disassembler: increase show_code buffer size
4605 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
4606 - ACPI / EC: Fix regression related to triggering source of EC event handling
4607 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
4608 - serdev: fix registration of second slave
4609 - sched: Make resched_cpu() unconditional
4610 - lib/mpi: call cond_resched() from mpi_powm() loop
4611 - x86/boot: Fix boot failure when SMP MP-table is based at 0
4612 - x86/decoder: Add new TEST instruction pattern
4613 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
4614 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
4615 - perf/x86/intel: Hide TSX events when RTM is not supported
4616 - arm64: Implement arch-specific pte_access_permitted()
4617 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
4618 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
4619 - uapi: fix linux/tls.h userspace compilation error
4620 - uapi: fix linux/rxrpc.h userspace compilation errors
4621 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
4622 - MIPS: ralink: Fix MT7628 pinmux
4623 - MIPS: ralink: Fix typo in mt7628 pinmux function
4624 - net: mvneta: fix handling of the Tx descriptor counter
4625 - nbd: wait uninterruptible for the dead timeout
4626 - nbd: don't start req until after the dead connection logic
4627 - PM / OPP: Add missing of_node_put(np)
4628 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
4629 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
4630 - PCI: hv: Use effective affinity mask
4631 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
4632 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
4633 - ALSA: hda: Add Raven PCI ID
4634 - dm integrity: allow unaligned bv_offset
4635 - dm cache: fix race condition in the writeback mode overwrite_bio
4636 optimisation
4637 - dm crypt: allow unaligned bv_offset
4638 - dm zoned: ignore last smaller runt zone
4639 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
4640 - dm bufio: fix integer overflow when limiting maximum cache size
4641 - ovl: Put upperdentry if ovl_check_origin() fails
4642 - dm: allocate struct mapped_device with kvzalloc
4643 - sched/rt: Simplify the IPI based RT balancing logic
4644 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
4645 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
4646 - dm: discard support requires all targets in a table support discards
4647 - MIPS: Fix odd fp register warnings with MIPS64r2
4648 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
4649 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
4650 - MIPS: Fix an n32 core file generation regset support regression
4651 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
4652 - MIPS: math-emu: Fix final emulation phase for certain instructions
4653 - rt2x00usb: mark device removed when get ENOENT usb error
4654 - mm/z3fold.c: use kref to prevent page free/compact race
4655 - autofs: don't fail mount for transient error
4656 - nilfs2: fix race condition that causes file system corruption
4657 - fscrypt: lock mutex before checking for bounce page pool
4658 - eCryptfs: use after free in ecryptfs_release_messaging()
4659 - libceph: don't WARN() if user tries to add invalid key
4660 - bcache: check ca->alloc_thread initialized before wake up it
4661 - fs: guard_bio_eod() needs to consider partitions
4662 - fanotify: fix fsnotify_prepare_user_wait() failure
4663 - isofs: fix timestamps beyond 2027
4664 - btrfs: change how we decide to commit transactions during flushing
4665 - f2fs: expose some sectors to user in inline data or dentry case
4666 - NFS: Fix typo in nomigration mount option
4667 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
4668 - nfs: Fix ugly referral attributes
4669 - NFS: Avoid RCU usage in tracepoints
4670 - NFS: revalidate "." etc correctly on "open".
4671 - nfsd: deal with revoked delegations appropriately
4672 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
4673 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
4674 - iwlwifi: fix firmware names for 9000 and A000 series hw
4675 - md: fix deadlock error in recent patch.
4676 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
4677 - Bluetooth: btqcomsmd: Add support for BD address setup
4678 - md/bitmap: revert a patch
4679 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
4680 - fsnotify: pin both inode and vfsmount mark
4681 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
4682 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
4683 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
4684 - ext4: prevent data corruption with inline data + DAX
4685 - ext4: prevent data corruption with journaling + DAX
4686 - ALSA: pcm: update tstamp only if audio_tstamp changed
4687 - ALSA: usb-audio: Add sanity checks to FE parser
4688 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
4689 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
4690 - ALSA: timer: Remove kernel warning at compat ioctl error paths
4691 - ALSA: hda/realtek - Fix ALC275 no sound issue
4692 - ALSA: hda: Fix too short HDMI/DP chmap reporting
4693 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
4694 - ALSA: hda/realtek - Fix ALC700 family no sound issue
4695 - ASoC: sun8i-codec: Invert Master / Slave condition
4696 - ASoC: sun8i-codec: Fix left and right channels inversion
4697 - ASoC: sun8i-codec: Set the BCLK divider
4698 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
4699 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
4700 - 9p: Fix missing commas in mount options
4701 - fs/9p: Compare qid.path in v9fs_test_inode
4702 - net/9p: Switch to wait_event_killable()
4703 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
4704 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
4705 - scsi: lpfc: fix pci hot plug crash in timer management routines
4706 - scsi: lpfc: fix pci hot plug crash in list_add call
4707 - scsi: lpfc: Fix crash receiving ELS while detaching driver
4708 - scsi: lpfc: Fix FCP hba_wqidx assignment
4709 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
4710 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
4711 - iscsi-target: Fix non-immediate TMR reference leak
4712 - target: fix null pointer regression in core_tmr_drain_tmr_list
4713 - target: fix buffer offset in core_scsi3_pri_read_full_status
4714 - target: Fix QUEUE_FULL + SCSI task attribute handling
4715 - target: Fix caw_sem leak in transport_generic_request_failure
4716 - target: Fix quiese during transport_write_pending_qf endless loop
4717 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
4718 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
4719 - mtd: nand: Export nand_reset() symbol
4720 - mtd: nand: atmel: Actually use the PM ops
4721 - mtd: nand: omap2: Fix subpage write
4722 - mtd: nand: Fix writing mtdoops to nand flash.
4723 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
4724 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
4725 - p54: don't unregister leds when they are not initialized
4726 - block: Fix a race between blk_cleanup_queue() and timeout handling
4727 - raid1: prevent freeze_array/wait_all_barriers deadlock
4728 - genirq: Track whether the trigger type has been set
4729 - irqchip/gic-v3: Fix ppi-partitions lookup
4730 - lockd: double unregister of inetaddr notifiers
4731 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
4732 enabled
4733 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
4734 - KVM: SVM: obey guest PAT
4735 - kvm: vmx: Reinstate support for CPUs without virtual NMI
4736 - dax: fix PMD faults on zero-length files
4737 - dax: fix general protection fault in dax_alloc_inode
4738 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
4739 - clk: ti: dra7-atl-clock: fix child-node lookups
4740 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
4741 - libnvdimm, pfn: make 'resource' attribute only readable by root
4742 - libnvdimm, namespace: fix label initialization to use valid seq numbers
4743 - libnvdimm, region : make 'resource' attribute only readable by root
4744 - libnvdimm, namespace: make 'resource' attribute only readable by root
4745 - svcrdma: Preserve CB send buffer across retransmits
4746 - IB/srpt: Do not accept invalid initiator port names
4747 - IB/cm: Fix memory corruption in handling CM request
4748 - IB/hfi1: Fix incorrect available receive user context count
4749 - IB/srp: Avoid that a cable pull can trigger a kernel crash
4750 - IB/core: Avoid crash on pkey enforcement failed in received MADs
4751 - IB/core: Only maintain real QPs in the security lists
4752 - NFC: fix device-allocation error return
4753 - spi-nor: intel-spi: Fix broken software sequencing codes
4754 - i40e: Use smp_rmb rather than read_barrier_depends
4755 - igb: Use smp_rmb rather than read_barrier_depends
4756 - igbvf: Use smp_rmb rather than read_barrier_depends
4757 - ixgbevf: Use smp_rmb rather than read_barrier_depends
4758 - i40evf: Use smp_rmb rather than read_barrier_depends
4759 - fm10k: Use smp_rmb rather than read_barrier_depends
4760 - ixgbe: Fix skb list corruption on Power systems
4761 - parisc: Fix validity check of pointer size argument in new CAS
4762 implementation
4763 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
4764 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
4765 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
4766 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
4767 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
4768 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
4769 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
4770 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
4771 - powerpc/64s/hash: Fix fork() with 512TB process address space
4772 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
4773 - media: Don't do DMA on stack for firmware upload in the AS102 driver
4774 - media: rc: check for integer overflow
4775 - media: rc: nec decoder should not send both repeat and keycode
4776 - cx231xx-cards: fix NULL-deref on missing association descriptor
4777 - media: v4l2-ctrl: Fix flags field on Control events
4778 - media: venus: fix wrong size on dma_free
4779 - media: venus: venc: fix bytesused v4l2_plane field
4780 - media: venus: reimplement decoder stop command
4781 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
4782 zone
4783 - iwlwifi: fix wrong struct for a000 device
4784 - iwlwifi: add a new a000 device
4785 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
4786 - iwlwifi: add new cards for a000 series
4787 - iwlwifi: add new cards for 8265 series
4788 - iwlwifi: add new cards for 8260 series
4789 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
4790 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
4791 - e1000e: Fix error path in link detection
4792 - e1000e: Fix return value test
4793 - e1000e: Separate signaling for link check/link up
4794 - e1000e: Avoid receiver overrun interrupt bursts
4795 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
4796 - Linux 4.14.3
4797
4798 * Miscellaneous Ubuntu changes
4799 - SAUCE: s390/topology: don't inline cpu_to_node
4800 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
4801
4802 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
4803
4804 linux (4.14.0-10.12) bionic; urgency=low
4805
4806 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
4807
4808 * Miscellaneous Ubuntu changes
4809 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
4810 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
4811
4812 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
4813
4814 linux (4.14.0-9.11) bionic; urgency=low
4815
4816 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
4817
4818 * Miscellaneous Ubuntu changes
4819 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
4820 0.7.3-1ubuntu1"
4821
4822 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
4823
4824 linux (4.14.0-8.10) bionic; urgency=low
4825
4826 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
4827
4828 * Bionic update to v4.14.2 stable release (LP: #1734694)
4829 - bio: ensure __bio_clone_fast copies bi_partno
4830 - af_netlink: ensure that NLMSG_DONE never fails in dumps
4831 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
4832 - net: cdc_ncm: GetNtbFormat endian fix
4833 - fealnx: Fix building error on MIPS
4834 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
4835 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
4836 - serial: omap: Fix EFR write on RTS deassertion
4837 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
4838 - tpm-dev-common: Reject too short writes
4839 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
4840 - mm/pagewalk.c: report holes in hugetlb ranges
4841 - ocfs2: fix cluster hang after a node dies
4842 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
4843 - ipmi: fix unsigned long underflow
4844 - mm/page_alloc.c: broken deferred calculation
4845 - mm/page_ext.c: check if page_ext is not prepared
4846 - coda: fix 'kernel memory exposure attempt' in fsync
4847 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
4848 - Linux 4.14.2
4849
4850 * Bionic update to v4.14.1 stable release (LP: #1734693)
4851 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
4852 - dmaengine: dmatest: warn user when dma test times out
4853 - media: imon: Fix null-ptr-deref in imon_probe
4854 - media: dib0700: fix invalid dvb_detach argument
4855 - crypto: dh - Fix double free of ctx->p
4856 - crypto: dh - Don't permit 'p' to be 0
4857 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
4858 - crypto: brcm - Explicity ACK mailbox message
4859 - USB: early: Use new USB product ID and strings for DbC device
4860 - USB: usbfs: compute urb->actual_length for isochronous
4861 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
4862 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
4863 - USB: serial: metro-usb: stop I/O after failed open
4864 - USB: serial: Change DbC debug device binding ID
4865 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
4866 - USB: serial: garmin_gps: fix I/O after failed probe and remove
4867 - USB: serial: garmin_gps: fix memory leak on probe errors
4868 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
4869 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
4870 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
4871 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
4872 - HID: cp2112: add HIDRAW dependency
4873 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
4874 - rpmsg: glink: Add missing MODULE_LICENSE
4875 - staging: wilc1000: Fix bssid buffer offset in Txq
4876 - staging: sm750fb: Fix parameter mistake in poke32
4877 - staging: ccree: fix 64 bit scatter/gather DMA ops
4878 - staging: greybus: spilib: fix use-after-free after deregistration
4879 - staging: rtl8188eu: Revert 4 commits breaking ARP
4880 - spi: fix use-after-free at controller deregistration
4881 - sparc32: Add cmpxchg64().
4882 - sparc64: mmu_context: Add missing include files
4883 - sparc64: Fix page table walk for PUD hugepages
4884 - Linux 4.14.1
4885
4886 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
4887 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
4888
4889 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
4890 (LP: #1732627)
4891 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
4892
4893 * Miscellaneous Ubuntu changes
4894 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
4895
4896 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
4897
4898 linux (4.14.0-7.9) bionic; urgency=low
4899
4900 * Miscellaneous Ubuntu changes
4901 - SAUCE: apparmor: add base infastructure for socket mediation
4902 - SAUCE: apparmor: af_unix mediation
4903 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
4904 - SAUCE: LSM stacking: LSM: manage credential security blobs
4905 - SAUCE: LSM stacking: LSM: Manage file security blobs
4906 - SAUCE: LSM stacking: LSM: manage task security blobs
4907 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
4908 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
4909 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
4910 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
4911 - SAUCE: LSM stacking: fixup initialize task->security
4912 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
4913 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
4914 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
4915 - SAUCE: LSM stacking: fixup apparmor stacking enablement
4916 - SAUCE: LSM stacking: fixup stacking kconfig
4917 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
4918 - SAUCE: LSM stacking: provide prctl interface for setting context
4919 - SAUCE: LSM stacking: inherit current display LSM
4920 - SAUCE: LSM stacking: keep an index for each registered LSM
4921 - SAUCE: LSM stacking: verify display LSM
4922 - SAUCE: LSM stacking: provide a way to specify the default display lsm
4923 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
4924 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
4925 - SAUCE: LSM stacking: add Kconfig to set default display LSM
4926 - SAUCE: LSM stacking: add configs for LSM stacking
4927 - SAUCE: LSM stacking: check for invalid zero sized writes
4928 - [Config] Run updateconfigs after merging LSM stacking
4929 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
4930
4931 [ Upstream Kernel Changes ]
4932
4933 * Rebase to v4.14
4934
4935 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
4936
4937 linux (4.14.0-6.8) bionic; urgency=low
4938
4939 * Miscellaneous Ubuntu changes
4940 - SAUCE: add workarounds to enable ZFS for 4.14
4941
4942 [ Upstream Kernel Changes ]
4943
4944 * Rebase to v4.14-rc8
4945
4946 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
4947
4948 linux (4.14.0-5.7) bionic; urgency=low
4949
4950 * Miscellaneous Ubuntu changes
4951 - [Debian] Fix invocation of dh_prep for dbgsym packages
4952
4953 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
4954
4955 linux (4.14.0-4.5) bionic; urgency=low
4956
4957 * Miscellaneous Ubuntu changes
4958 - [Packaging] virtualbox -- reduce in kernel module versions
4959 - vbox-update: Fix up KERN_DIR definitions
4960 - ubuntu: vbox -- update to 5.2.0-dfsg-2
4961 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
4962
4963 [ Upstream Kernel Changes ]
4964
4965 * Rebase to v4.14-rc7
4966
4967 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
4968
4969 linux (4.14.0-3.4) artful; urgency=low
4970
4971 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
4972 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
4973 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
4974 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
4975
4976 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
4977 - powerpc/64s: Add workaround for P9 vector CI load issue
4978
4979 * Miscellaneous Ubuntu changes
4980 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
4981 - [Config] CONFIG_DRM_VBOXVIDEO=m
4982 - SAUCE: Import aufs driver
4983 - [Config] Enable aufs
4984 - [Config] Reorder annotations file after enabling aufs
4985 - vbox-update: Disable imported vboxvideo module
4986 - ubuntu: vbox -- update to 5.1.30-dfsg-1
4987 - Enable vbox
4988 - hio: Use correct sizes when initializing ssd_index_bits* arrays
4989 - hio: Update io stat accounting for 4.14
4990 - Enable hio
4991
4992 [ Upstream Kernel Changes ]
4993
4994 * Rebase to v4.14-rc5
4995 * Rebase to v4.14-rc6
4996
4997 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
4998
4999 linux (4.14.0-2.3) artful; urgency=low
5000
5001 * [Bug] USB controller failed to respond on Denverton after loading
5002 intel_th_pci module (LP: #1715833)
5003 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
5004
5005 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
5006 17.10 (kernel 4.13) (LP: #1719290)
5007 - SAUCE: s390: update zfcpdump_defconfig
5008
5009 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
5010 - d-i: Add bnxt_en to nic-modules.
5011
5012 * Miscellaneous Ubuntu changes
5013 - [Config] Update annotations for 4.14-rc2
5014
5015 [ Upstream Kernel Changes ]
5016
5017 * Rebase to v4.14-rc3
5018 * Rebase to v4.14-rc4
5019
5020 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
5021
5022 linux (4.14.0-1.2) artful; urgency=low
5023
5024 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
5025 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
5026
5027 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
5028 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
5029
5030 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
5031 (LP: #1718679)
5032 - [Config] CONFIG_DRM_VBOXVIDEO=n
5033
5034 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
5035 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
5036
5037 * autopkgtest profile fails to build on armhf (LP: #1717920)
5038 - [Packaging] autopkgtest -- disable d-i when dropping flavours
5039
5040 * Miscellaneous Ubuntu changes
5041 - [Config] CONFIG_I2C_XLP9XX=m
5042 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
5043
5044 [ Upstream Kernel Changes ]
5045
5046 * Rebase to v4.14-rc2
5047
5048 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
5049
5050 linux (4.14.0-0.1) artful; urgency=low
5051
5052 * Miscellaneous Ubuntu changes
5053 - Disable vbox build
5054 - Disable hio build
5055 - Disable zfs build
5056
5057 [ Upstream Kernel Changes ]
5058
5059 * Rebase to v4.14-rc1
5060
5061 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
5062
5063 linux (4.13.0-11.12) artful; urgency=low
5064
5065 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
5066
5067 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
5068 - s390/mm: fix local TLB flushing vs. detach of an mm address space
5069 - s390/mm: fix race on mm->context.flush_mm
5070
5071 * CVE-2017-1000251
5072 - Bluetooth: Properly check L2CAP config option output buffer length
5073
5074 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
5075
5076 linux (4.13.0-10.11) artful; urgency=low
5077
5078 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
5079
5080 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
5081 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
5082
5083 * Artful update to v4.13.1 stable release (LP: #1716284)
5084 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
5085 - USB: serial: option: add support for D-Link DWM-157 C1
5086 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
5087 - usb:xhci:Fix regression when ATI chipsets detected
5088 - USB: musb: fix external abort on suspend
5089 - ANDROID: binder: add padding to binder_fd_array_object.
5090 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
5091 - USB: core: Avoid race of async_completed() w/ usbdev_release()
5092 - staging/rts5208: fix incorrect shift to extract upper nybble
5093 - staging: ccree: save ciphertext for CTS IV
5094 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
5095 - iio: adc: ti-ads1015: fix incorrect data rate setting update
5096 - iio: adc: ti-ads1015: fix scale information for ADS1115
5097 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
5098 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
5099 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
5100 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
5101 - driver core: bus: Fix a potential double free
5102 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
5103 - binder: free memory on error
5104 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
5105 - crypto: caam/qi - fix compilation with DEBUG enabled
5106 - thunderbolt: Fix reset response_type
5107 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
5108 - intel_th: pci: Add Cannon Lake PCH-H support
5109 - intel_th: pci: Add Cannon Lake PCH-LP support
5110 - ath10k: fix memory leak in rx ring buffer allocation
5111 - drm/vgem: Pin our pages for dmabuf exports
5112 - drm/ttm: Fix accounting error when fail to get pages for pool
5113 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
5114 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
5115 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
5116 - iwlwifi: pci: add new PCI ID for 7265D
5117 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
5118 - mwifiex: correct channel stat buffer overflows
5119 - MCB: add support for SC31 to mcb-lpc
5120 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
5121 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
5122 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
5123 - workqueue: Fix flag collision
5124 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
5125 - cs5536: add support for IDE controller variant
5126 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
5127 - scsi: sg: recheck MMAP_IO request length with lock held
5128 - of/device: Prevent buffer overflow in of_device_modalias()
5129 - rtlwifi: Fix memory leak when firmware request fails
5130 - rtlwifi: Fix fallback firmware loading
5131 - Linux 4.13.1
5132
5133 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
5134 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
5135
5136 * SRIOV: warning if unload VFs (LP: #1715073)
5137 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
5138
5139 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
5140 - i40e: avoid NVM acquire deadlock during NVM update
5141 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
5142
5143 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
5144 twice when perf stat is done (perf:) (LP: #1714571)
5145 - perf vendor events powerpc: Remove duplicate events
5146
5147 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
5148 (LP: #1703339)
5149 - [Config] Include vmd in storage-core-modules udeb
5150
5151 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
5152 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
5153 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
5154 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
5155 offline
5156
5157 * Miscellaneous Ubuntu changes
5158 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
5159 - Revert "UBUNTU: SAUCE: Import aufs driver"
5160 - SAUCE: Import aufs driver
5161
5162 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
5163
5164 linux (4.13.0-9.10) artful; urgency=low
5165
5166 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
5167
5168 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
5169 - [Config] CONFIG_EDAC_GHES=n
5170
5171 * Miscellaneous Ubuntu changes
5172 - ubuntu: vbox -- update to 5.1.26-dfsg-2
5173
5174 [ Upstream Kernel Changes ]
5175
5176 * Rebase to v4.13
5177
5178 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
5179
5180 linux (4.13.0-8.9) artful; urgency=low
5181
5182 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
5183 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
5184
5185 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
5186 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
5187
5188 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
5189 Harrisonville SDP (LP: #1709257)
5190 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
5191 - EDAC, pnd2: Mask off the lower four bits of a BAR
5192 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
5193 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
5194 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
5195 reading BAR
5196
5197 * Miscellaneous Ubuntu changes
5198 - Revert "UBUNTU: SAUCE: Import aufs driver"
5199 - SAUCE: Import aufs driver
5200 - SAUCE: selftests/powerpc: Disable some ptrace selftests
5201 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
5202 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
5203 - [Config] Disable CONFIG_MDIO_* options for s390x
5204 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
5205 - [Config] Update annotations for 4.13
5206
5207 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
5208
5209 linux (4.13.0-7.8) artful; urgency=low
5210
5211 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
5212 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
5213 paths
5214
5215 * Miscellaneous Ubuntu changes
5216 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
5217
5218 * Miscellaneous upstream changes
5219 - seccomp: Provide matching filter for introspection
5220 - seccomp: Sysctl to display available actions
5221 - seccomp: Operation for checking if an action is available
5222 - seccomp: Sysctl to configure actions that are allowed to be logged
5223 - seccomp: Selftest for detection of filter flag support
5224 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
5225 - seccomp: Action to log before allowing
5226
5227 [ Upstream Kernel Changes ]
5228
5229 * Rebase to v4.13-rc7
5230
5231 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
5232
5233 linux (4.13.0-6.7) artful; urgency=low
5234
5235 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
5236 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
5237
5238 * sort ABI files with C.UTF-8 locale (LP: #1712345)
5239 - [Packaging] sort ABI files with C.UTF-8 locale
5240
5241 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
5242 - SAUCE: igb: add support for using Broadcom 54616 as PHY
5243
5244 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
5245 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
5246 - powerpc/mm/radix: Improve TLB/PWC flushes
5247 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
5248
5249 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
5250 properly enrolled keys (LP: #1712168)
5251 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
5252
5253 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
5254 - [Config] CONFIG_BLK_DEV_NVME=m for s390
5255
5256 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
5257 (LP: #1711298)
5258 - [Config] CONFIG_INTEL_ATOMISP=n
5259
5260 * Miscellaneous Ubuntu changes
5261 - SAUCE: apparmor: af_unix mediation
5262
5263 * Miscellaneous upstream changes
5264 - apparmor: Fix shadowed local variable in unpack_trans_table()
5265 - apparmor: Fix logical error in verify_header()
5266 - apparmor: Fix an error code in aafs_create()
5267 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
5268 - apparmor: add the ability to mediate signals
5269 - apparmor: add mount mediation
5270 - apparmor: cleanup conditional check for label in label_print
5271 - apparmor: add support for absolute root view based labels
5272 - apparmor: make policy_unpack able to audit different info messages
5273 - apparmor: add more debug asserts to apparmorfs
5274 - apparmor: add base infastructure for socket mediation
5275 - apparmor: move new_null_profile to after profile lookup fns()
5276 - apparmor: fix race condition in null profile creation
5277 - apparmor: ensure unconfined profiles have dfas initialized
5278 - apparmor: fix incorrect type assignment when freeing proxies
5279
5280 [ Upstream Kernel Changes ]
5281
5282 * Rebase to v4.13-rc6
5283
5284 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
5285
5286 linux (4.13.0-5.6) artful; urgency=low
5287
5288 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
5289 - perf pmu-events: Support additional POWER8+ PVR in mapfile
5290 - perf vendor events: Add POWER9 PMU events
5291 - perf vendor events: Add POWER9 PVRs to mapfile
5292 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
5293 - SAUCE: perf vendor events powerpc: Update POWER9 events
5294
5295 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
5296 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
5297
5298 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
5299 kernels able to boot without initramfs (LP: #1700972)
5300 - [Debian] Don't depend on initramfs-tools
5301
5302 * Miscellaneous Ubuntu changes
5303 - SAUCE: Import aufs driver
5304 - SAUCE: aufs -- Add missing argument to loop_switch() call
5305 - [Config] Enable aufs
5306 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
5307 - Enable zfs build
5308 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
5309 - [Packaging] switch up to debhelper 9
5310
5311 [ Upstream Kernel Changes ]
5312
5313 * Rebase to v4.13-rc5
5314
5315 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
5316
5317 linux (4.13.0-4.5) artful; urgency=low
5318
5319 * Lenovo Yoga 910 Sensors (LP: #1708120)
5320 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
5321
5322 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
5323 (LP: #1703339)
5324 - [Config] Add vmd driver to generic inclusion list
5325
5326 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
5327 - [Config] CONFIG_SATA_HIGHBANK=y
5328
5329 * Miscellaneous Ubuntu changes
5330 - ubuntu: vbox -- update to 5.1.26-dfsg-1
5331 - SAUCE: hio: Build fixes for 4.13
5332 - Enable hio build
5333 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
5334 - [debian] use all rather than amd64 dkms debs for sync
5335
5336 [ Upstream Kernel Changes ]
5337
5338 * Rebase to v4.13-rc4
5339
5340 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
5341
5342 linux (4.13.0-3.4) artful; urgency=low
5343
5344 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
5345 - [Packaging] tests -- reduce rebuild test to one flavour
5346 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
5347
5348 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
5349 - SAUCE: virtio_net: Revert mergeable buffer handling rework
5350
5351 [ Upstream Kernel Changes ]
5352
5353 * Rebase to v4.13-rc3
5354
5355 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
5356
5357 linux (4.13.0-2.3) artful; urgency=low
5358
5359 * Change CONFIG_IBMVETH to module (LP: #1704479)
5360 - [Config] CONFIG_IBMVETH=m
5361
5362 [ Upstream Kernel Changes ]
5363
5364 * Rebase to v4.13-rc2
5365
5366 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
5367
5368 linux (4.13.0-1.2) artful; urgency=low
5369
5370 * Miscellaneous Ubuntu changes
5371 - [Debian] Support sphinx-based kernel documentation
5372
5373 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
5374
5375 linux (4.13.0-0.1) artful; urgency=low
5376
5377 * Miscellaneous Ubuntu changes
5378 - Disable hio
5379 - Disable zfs build
5380 - ubuntu: vbox -- update to 5.1.24-dfsg-1
5381
5382 [ Upstream Kernel Changes ]
5383
5384 * Rebase to v4.13-rc1
5385
5386 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
5387
5388 linux (4.12.0-7.8) artful; urgency=low
5389
5390 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
5391 (LP: #1673564)
5392 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
5393 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
5394 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
5395 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
5396 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
5397 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
5398 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
5399 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
5400 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
5401 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
5402 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
5403 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
5404 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
5405 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
5406 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
5407 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
5408 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
5409 - arm64: Add MIDR values for Cavium cn83XX SoCs
5410 - arm64: Add workaround for Cavium Thunder erratum 30115
5411 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
5412 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
5413 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
5414 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
5415 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
5416 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
5417 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
5418 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
5419
5420 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
5421 - net: hns: Bugfix for Tx timeout handling in hns driver
5422
5423 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
5424 - iommu/arm-smmu: Plumb in new ACPI identifiers
5425
5426 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
5427 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
5428
5429 * Artful update to v4.12.1 stable release (LP: #1703858)
5430 - driver core: platform: fix race condition with driver_override
5431 - RDMA/uverbs: Check port number supplied by user verbs cmds
5432 - usb: dwc3: replace %p with %pK
5433 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
5434 - usb: usbip: set buffer pointers to NULL after free
5435 - Add USB quirk for HVR-950q to avoid intermittent device resets
5436 - usb: Fix typo in the definition of Endpoint[out]Request
5437 - USB: core: fix device node leak
5438 - USB: serial: option: add two Longcheer device ids
5439 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
5440 - xhci: Limit USB2 port wake support for AMD Promontory hosts
5441 - gfs2: Fix glock rhashtable rcu bug
5442 - Add "shutdown" to "struct class".
5443 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
5444 - tpm: fix a kernel memory leak in tpm-sysfs.c
5445 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
5446 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
5447 - sched/fair, cpumask: Export for_each_cpu_wrap()
5448 - sched/core: Implement new approach to scale select_idle_cpu()
5449 - sched/numa: Use down_read_trylock() for the mmap_sem
5450 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
5451 - sched/fair: Simplify wake_affine() for the single socket case
5452 - sched/numa: Implement NUMA node level wake_affine()
5453 - sched/fair: Remove effective_load()
5454 - sched/numa: Hide numa_wake_affine() from UP build
5455 - xen: avoid deadlock in xenbus driver
5456 - crypto: drbg - Fixes panic in wait_for_completion call
5457 - Linux 4.12.1
5458
5459 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
5460 - scsi: cxlflash: Combine the send queue locks
5461 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
5462 - scsi: cxlflash: Reset hardware queue context via specified register
5463 - scsi: cxlflash: Schedule asynchronous reset of the host
5464 - scsi: cxlflash: Handle AFU sync failures
5465 - scsi: cxlflash: Track pending scsi commands in each hardware queue
5466 - scsi: cxlflash: Flush pending commands in cleanup path
5467 - scsi: cxlflash: Add scsi command abort handler
5468 - scsi: cxlflash: Create character device to provide host management interface
5469 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
5470 specifics
5471 - scsi: cxlflash: Introduce host ioctl support
5472 - scsi: cxlflash: Refactor AFU capability checking
5473 - scsi: cxlflash: Support LUN provisioning
5474 - scsi: cxlflash: Support AFU debug
5475 - scsi: cxlflash: Support WS16 unmap
5476 - scsi: cxlflash: Remove zeroing of private command data
5477 - scsi: cxlflash: Update TMF command processing
5478 - scsi: cxlflash: Avoid double free of character device
5479 - scsi: cxlflash: Update send_tmf() parameters
5480 - scsi: cxlflash: Update debug prints in reset handlers
5481
5482 * make snap-pkg support (LP: #1700747)
5483 - make snap-pkg support
5484
5485 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
5486 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
5487
5488 * arm64: fix crash reading /proc/kcore (LP: #1702749)
5489 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
5490 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
5491
5492 * Opal and POWER9 DD2 (LP: #1702159)
5493 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
5494
5495 * Data corruption with hio driver (LP: #1701316)
5496 - SAUCE: hio: Fix incorrect use of enum req_opf values
5497
5498 * Miscellaneous Ubuntu changes
5499 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
5500 - snapcraft.yaml: Sync with xenial
5501 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
5502
5503 * Miscellaneous upstream changes
5504 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
5505 MokSBState"
5506
5507 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
5508
5509 linux (4.12.0-6.7) artful; urgency=low
5510
5511 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
5512 - net: ena: change return value for unsupported features unsupported return
5513 value
5514 - net: ena: add hardware hints capability to the driver
5515 - net: ena: change sizeof() argument to be the type pointer
5516 - net: ena: add reset reason for each device FLR
5517 - net: ena: add support for out of order rx buffers refill
5518 - net: ena: allow the driver to work with small number of msix vectors
5519 - net: ena: use napi_schedule_irqoff when possible
5520 - net: ena: separate skb allocation to dedicated function
5521 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
5522 - net: ena: update driver's rx drop statistics
5523 - net: ena: update ena driver to version 1.2.0
5524
5525 * APST gets enabled against explicit kernel option (LP: #1699004)
5526 - nvme: explicitly disable APST on quirked devices
5527
5528 * Miscellaneous Ubuntu changes
5529 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
5530 - SAUCE: hio updates for 4.12
5531 - SAUCE: Enable hio build
5532
5533 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
5534
5535 linux (4.12.0-5.6) artful; urgency=low
5536
5537 * ERAT invalidate on context switch removal (LP: #1700819)
5538 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
5539
5540 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
5541 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
5542
5543 * Miscellaneous Ubuntu changes
5544 - d-i: Move qcom-emac from arm64 to shared nic-modules
5545
5546 [ Upstream Kernel Changes ]
5547
5548 * Rebase to v4.12
5549
5550 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
5551
5552 linux (4.12.0-4.5) artful; urgency=low
5553
5554 * aacraid driver may return uninitialized stack data to userspace
5555 (LP: #1700077)
5556 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
5557
5558 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
5559 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
5560
5561 * AACRAID for power9 platform (LP: #1689980)
5562 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
5563 - scsi: aacraid: Fix DMAR issues with iommu=pt
5564 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
5565 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
5566 - scsi: aacraid: Remove reset support from check_health
5567 - scsi: aacraid: Change wait time for fib completion
5568 - scsi: aacraid: Log count info of scsi cmds before reset
5569 - scsi: aacraid: Print ctrl status before eh reset
5570 - scsi: aacraid: Using single reset mask for IOP reset
5571 - scsi: aacraid: Rework IOP reset
5572 - scsi: aacraid: Add periodic checks to see IOP reset status
5573 - scsi: aacraid: Rework SOFT reset code
5574 - scsi: aacraid: Rework aac_src_restart
5575 - scsi: aacraid: Use correct function to get ctrl health
5576 - scsi: aacraid: Make sure ioctl returns on controller reset
5577 - scsi: aacraid: Enable ctrl reset for both hba and arc
5578 - scsi: aacraid: Add reset debugging statements
5579 - scsi: aacraid: Remove reference to Series-9
5580 - scsi: aacraid: Update driver version to 50834
5581
5582 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
5583 - SAUCE: drm: hibmc: Use set_busid function from drm core
5584
5585 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
5586 - d-i: Add hibmc-drm to kernel-image udeb
5587
5588 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
5589 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
5590
5591 * Miscellaneous Ubuntu changes
5592 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
5593 - [Config] CONFIG_ATA=n for s390x
5594 - [Config] Update annotations for 4.12
5595
5596 [ Upstream Kernel Changes ]
5597
5598 * Rebase to v4.12-rc7
5599
5600 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
5601
5602 linux (4.12.0-3.4) artful; urgency=low
5603
5604 * Miscellaneous upstream changes
5605 - ufs: fix the logics for tail relocation
5606
5607 [ Upstream Kernel Changes ]
5608
5609 * Rebase to v4.12-rc6
5610
5611 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
5612
5613 linux (4.12.0-2.3) artful; urgency=low
5614
5615 * CVE-2014-9900
5616 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
5617 ethtool_get_wol()
5618
5619 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
5620 (LP: #1671360)
5621 - pinctrl/amd: Use regular interrupt instead of chained
5622
5623 * extend-diff-ignore should use exact matches (LP: #1693504)
5624 - [Packaging] exact extend-diff-ignore matches
5625
5626 * Miscellaneous Ubuntu changes
5627 - SAUCE: efi: Don't print secure boot state from the efi stub
5628 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
5629 - SAUCE: vbox fixes for 4.12
5630 - Re-enable virtualbox build
5631 - [Config] CONFIG_ORANGEFS_FS=m
5632 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
5633 - Enable zfs build
5634
5635 [ Upstream Kernel Changes ]
5636
5637 * Rebase to v4.12-rc4
5638 * Rebase to v4.12-rc5
5639
5640 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
5641
5642 linux (4.12.0-1.2) artful; urgency=low
5643
5644 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
5645 - [Config] Enable CONFIG_DRM_MGAG200 as module
5646
5647 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
5648 - [Config] CONFIG_LIBIO=y on arm64 only
5649 - SAUCE: LIBIO: Introduce a generic PIO mapping method
5650 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
5651 - [Config] CONFIG_HISILICON_LPC=y
5652 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
5653 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
5654 I/O
5655 - SAUCE: LPC: Add the ACPI LPC support
5656 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
5657 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
5658
5659 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
5660 - SAUCE: tty: Fix ldisc crash on reopened tty
5661
5662 * Miscellaneous Ubuntu changes
5663 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
5664 - Rebase to v4.12-rc3
5665
5666 [ Upstream Kernel Changes ]
5667
5668 * Rebase to v4.12-rc3
5669
5670 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
5671
5672 linux (4.12.0-0.1) artful; urgency=low
5673
5674 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
5675 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
5676
5677 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
5678 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
5679
5680 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
5681 (LP: #1672819)
5682 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
5683
5684 * Miscellaneous Ubuntu changes
5685 - Update find-missing-sauce.sh to compare to artful
5686 - Update dropped.txt
5687 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
5688 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
5689 kernel image
5690 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
5691 mode
5692 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
5693 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
5694 locked down
5695 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
5696 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
5697 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
5698 reboot
5699 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
5700 set
5701 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
5702 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
5703 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
5704 down
5705 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
5706 locked down
5707 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
5708 down
5709 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
5710 is locked down
5711 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
5712 locked down
5713 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
5714 has been locked down
5715 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
5716 locked down
5717 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
5718 locked down
5719 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
5720 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
5721 kernel is locked down
5722 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
5723 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
5724 down
5725 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
5726 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
5727 secondary keyring
5728 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
5729 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
5730 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
5731 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
5732 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
5733 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
5734 MokSBState
5735 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
5736 - [Config] Set values for UEFI secure boot lockdown options
5737 - Disable virtualbox build
5738 - Disable hio build
5739 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
5740 - Disable zfs build
5741 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
5742 - SAUCE: Import aufs driver
5743 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
5744 - [Config] Enable aufs
5745 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
5746
5747 [ Upstream Kernel Changes ]
5748
5749 * Rebase to v4.12-rc2
5750
5751 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
5752
5753 linux (4.11.0-3.8) artful; urgency=low
5754
5755 [ Seth Forshee ]
5756
5757 * Release Tracking Bug
5758 - LP: #1690999
5759
5760 * apparmor_parser hangs indefinitely when called by multiple threads
5761 (LP: #1645037)
5762 - SAUCE: apparmor: fix lock ordering for mkdir
5763
5764 * apparmor leaking securityfs pin count (LP: #1660846)
5765 - SAUCE: apparmor: fix leak on securityfs pin count
5766
5767 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
5768 (LP: #1660845)
5769 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
5770 fails
5771
5772 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
5773 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
5774
5775 * libvirt profile is blocking global setrlimit despite having no rlimit rule
5776 (LP: #1679704)
5777 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
5778 - apparmor: update auditing of rlimit check to provide capability information
5779
5780 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
5781 - SAUCE: apparmor: add policy revision file interface
5782
5783 * apparmor does not make support of query data visible (LP: #1678023)
5784 - SAUCE: apparmor: add label data availability to the feature set
5785
5786 * apparmor query interface does not make supported query info available
5787 (LP: #1678030)
5788 - SAUCE: apparmor: add information about the query inteface to the feature set
5789
5790 * change_profile incorrect when using namespaces with a compound stack
5791 (LP: #1677959)
5792 - SAUCE: apparmor: fix label parse for stacked labels
5793
5794 * Regression in 4.4.0-65-generic causes very frequent system crashes
5795 (LP: #1669611)
5796 - apparmor: sync of apparmor 3.6+ (17.04)
5797
5798 * Artful update to 4.11.1 stable release (LP: #1690814)
5799 - dm ioctl: prevent stack leak in dm ioctl call
5800 - drm/sti: fix GDP size to support up to UHD resolution
5801 - power: supply: lp8788: prevent out of bounds array access
5802 - brcmfmac: Ensure pointer correctly set if skb data location changes
5803 - brcmfmac: Make skb header writable before use
5804 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
5805 - refcount: change EXPORT_SYMBOL markings
5806 - net: macb: fix phy interrupt parsing
5807 - tcp: fix access to sk->sk_state in tcp_poll()
5808 - geneve: fix incorrect setting of UDP checksum flag
5809 - bpf: enhance verifier to understand stack pointer arithmetic
5810 - bpf, arm64: fix jit branch offset related to ldimm64
5811 - tcp: fix wraparound issue in tcp_lp
5812 - net: ipv6: Do not duplicate DAD on link up
5813 - net: usb: qmi_wwan: add Telit ME910 support
5814 - tcp: do not inherit fastopen_req from parent
5815 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
5816 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
5817 - ipv6: initialize route null entry in addrconf_init()
5818 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
5819 - tcp: randomize timestamps on syncookies
5820 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
5821 - bpf: don't let ldimm64 leak map addresses on unprivileged
5822 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
5823 - f2fs: sanity check segment count
5824 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
5825 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
5826 - block: get rid of blk_integrity_revalidate()
5827 - Linux 4.11.1
5828
5829 * Module signing exclusion for staging drivers does not work properly
5830 (LP: #1690908)
5831 - SAUCE: Fix module signing exclusion in package builds
5832
5833 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
5834 - [Config] CONFIG_QCOM_L3_PMU=y
5835 - perf: qcom: Add L3 cache PMU driver
5836
5837 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
5838 - drivers/perf: arm_pmu: rework per-cpu allocation
5839 - drivers/perf: arm_pmu: manage interrupts per-cpu
5840 - drivers/perf: arm_pmu: split irq request from enable
5841 - drivers/perf: arm_pmu: remove pointless PMU disabling
5842 - drivers/perf: arm_pmu: define armpmu_init_fn
5843 - drivers/perf: arm_pmu: fold init into alloc
5844 - drivers/perf: arm_pmu: factor out pmu registration
5845 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
5846 - drivers/perf: arm_pmu: handle no platform_device
5847 - drivers/perf: arm_pmu: rename irq request/free functions
5848 - drivers/perf: arm_pmu: split cpu-local irq request/free
5849 - drivers/perf: arm_pmu: move irq request/free into probe
5850 - drivers/perf: arm_pmu: split out platform device probe logic
5851 - arm64: add function to get a cpu's MADT GICC table
5852 - [Config] CONFIG_ARM_PMU_ACPI=y
5853 - drivers/perf: arm_pmu: add ACPI framework
5854 - arm64: pmuv3: handle !PMUv3 when probing
5855 - arm64: pmuv3: use arm_pmu ACPI framework
5856
5857 * Fix NVLINK2 TCE route (LP: #1690155)
5858 - powerpc/powernv: Fix TCE kill on NVLink2
5859
5860 * CVE-2017-0605
5861 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
5862
5863 * Miscellaneous Ubuntu changes
5864 - [Config] Restore powerpc arch to annotations file
5865 - [Config] Disable runtime testing modules
5866 - [Config] Disable drivers not needed on s390x
5867 - [Config] Update annotations for 4.11
5868 - [Config] updateconfigs after apparmor updates
5869
5870 * Miscellaneous upstream changes
5871 - apparmor: use SHASH_DESC_ON_STACK
5872 - apparmor: fix invalid reference to index variable of iterator line 836
5873 - apparmor: fix parameters so that the permission test is bypassed at boot
5874 - apparmor: Make path_max parameter readonly
5875 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
5876 - apparmorfs: Use seq_putc() in two functions
5877 - apparmor: provide information about path buffer size at boot
5878 - apparmor: add/use fns to print hash string hex value
5879
5880 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
5881
5882 linux (4.11.0-2.7) artful; urgency=low
5883
5884 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
5885 (LP: #1688259)
5886 - Remove squashfs-modules files from d-i
5887 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
5888
5889 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
5890 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
5891 - d-i: initrd needs qcom_emac on amberwing platform.
5892
5893 * update for V3 kernel bits and improved multiple fan slice support
5894 (LP: #1470091)
5895 - SAUCE: fan: tunnel multiple mapping mode (v3)
5896
5897 * Miscellaneous Ubuntu changes
5898 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
5899 - Enable zfs
5900 - SAUCE: fan: add VXLAN implementation
5901 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
5902 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
5903 kernel image
5904 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
5905 mode
5906 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
5907 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
5908 locked down
5909 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
5910 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
5911 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
5912 reboot
5913 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
5914 set
5915 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
5916 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
5917 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
5918 down
5919 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
5920 locked down
5921 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
5922 down
5923 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
5924 is locked down
5925 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
5926 locked down
5927 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
5928 has been locked down
5929 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
5930 locked down
5931 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
5932 locked down
5933 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
5934 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
5935 kernel is locked down
5936 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
5937 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
5938 down
5939 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
5940 - SAUCE: (efi-lockdown) Add EFI signature data types
5941 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
5942 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
5943 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
5944 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
5945 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
5946 disabled
5947 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
5948 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
5949 MokSBState
5950 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
5951 - [Config] Set values for UEFI secure boot lockdown options
5952 - Update dropped.txt
5953
5954 [ Upstream Kernel Changes ]
5955
5956 * rebase to v4.11
5957
5958 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
5959
5960 linux (4.11.0-1.6) artful; urgency=low
5961
5962 * Miscellaneous Ubuntu changes
5963 - [Debian] Use default compression for all packages
5964 - SAUCE: (namespace) block_dev: Support checking inode permissions in
5965 lookup_bdev()
5966 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
5967 when mounting
5968 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
5969 when mounting
5970 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
5971 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
5972 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
5973 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
5974 security.* xattrs
5975 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
5976 filesystems
5977 - SAUCE: (namespace) fuse: Add support for pid namespaces
5978 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
5979 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
5980 or a descendant
5981 - SAUCE: (namespace) fuse: Allow user namespace mounts
5982 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
5983 namespaces
5984 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
5985 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
5986 mounts
5987 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
5988 opened for writing
5989
5990 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
5991
5992 linux (4.11.0-0.5) artful; urgency=low
5993
5994 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
5995 (LP: #1684971)
5996 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
5997
5998 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
5999 (LP: #1470250)
6000 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
6001
6002 * Enable virtual scsi server driver for Power (LP: #1615665)
6003 - SAUCE: Return TCMU-generated sense data to fabric module
6004
6005 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
6006 (LP: #1630990)
6007 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
6008 CONFIG_SECURITYFS=n
6009
6010 * Miscellaneous Ubuntu changes
6011 - SAUCE: Import aufs driver
6012 - [Config] Enable aufs
6013 - [Debian] Add script to update virtualbox
6014 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
6015 - Enable vbox
6016 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
6017
6018 [ Upstream Kernel Changes ]
6019
6020 * rebase to v4.11-rc8
6021
6022 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
6023
6024 linux (4.11.0-0.4) zesty; urgency=low
6025
6026 * POWER9: Improve performance on memory management (LP: #1681429)
6027 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
6028 flush
6029 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
6030
6031 * Miscellaneous Ubuntu changes
6032 - find-missing-sauce.sh
6033
6034 [ Upstream Kernel Changes ]
6035
6036 * rebase to v4.11-rc7
6037
6038 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
6039
6040 linux (4.11.0-0.3) zesty; urgency=low
6041
6042 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
6043 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
6044
6045 * smartpqi driver needed in initram disk and installer (LP: #1680156)
6046 - [Config] Add smartpqi to d-i
6047
6048 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
6049 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
6050
6051 * Miscellaneous Ubuntu changes
6052 - [Config] flash-kernel should be a Breaks
6053 - [Config] drop the info directory
6054 - [Config] drop NOTES as obsolete
6055 - [Config] drop changelog.historical as obsolete
6056 - rebase to v4.11-rc6
6057
6058 [ Upstream Kernel Changes ]
6059
6060 * rebase to v4.11-rc6
6061
6062 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
6063
6064 linux (4.11.0-0.2) zesty; urgency=low
6065
6066 [ Upstream Kernel Changes ]
6067
6068 * rebase to v4.11-rc5
6069
6070 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
6071
6072 linux (4.11.0-0.1) zesty; urgency=low
6073
6074 [ Upstream Kernel Changes ]
6075
6076 * rebase to v4.11-rc4
6077 - LP: #1591053
6078
6079 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
6080
6081 linux (4.11.0-0.0) zesty; urgency=low
6082
6083 * dummy entry
6084
6085 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600