]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blob - debian.master/changelog
UBUNTU: Ubuntu-4.15.0-23.25
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
1 linux (4.15.0-23.25) bionic; urgency=medium
2
3 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
4
5 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
6 - arm64: mmu: add the entry trampolines start/end section markers into
7 sections.h
8 - arm64: sdei: Add trampoline code for remapping the kernel
9
10 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
11 - ACPI: APEI: handle PCIe AER errors in separate function
12 - ACPI: APEI: call into AER handling regardless of severity
13
14 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
15 - scsi: qla2xxx: Fix session cleanup for N2N
16 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
17 - scsi: qla2xxx: Serialize session deletion by using work_lock
18 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
19 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
20 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
21 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
22 - scsi: qla2xxx: Fix double free bug after firmware timeout
23 - scsi: qla2xxx: Fixup locking for session deletion
24
25 * Several hisi_sas bug fixes (LP: #1768974)
26 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
27 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
28 - scsi: hisi_sas: fix the issue of link rate inconsistency
29 - scsi: hisi_sas: fix the issue of setting linkrate register
30 - scsi: hisi_sas: increase timer expire of internal abort task
31 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
32 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
33 - scsi: hisi_sas: Code cleanup and minor bug fixes
34
35 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
36 is loaded (LP: #1764982)
37 - nvmet-rdma: Don't flush system_wq by default during remove_one
38 - nvme-rdma: Don't flush delete_wq by default during remove_one
39
40 * Warnings/hang during error handling of SATA disks on SAS controller
41 (LP: #1768971)
42 - scsi: libsas: defer ata device eh commands to libata
43
44 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
45 - ata: do not schedule hot plug if it is a sas host
46
47 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
48 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
49 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
50 - powerpc/64s: return more carefully from sreset NMI
51 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
52
53 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
54 - fsnotify: Fix fsnotify_mark_connector race
55
56 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
57 - xen-netfront: Fix hang on device removal
58
59 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
60 - net: hns: Avoid action name truncation
61
62 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
63 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
64 num_possible_cpus()
65
66 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
67 - [Config] update Build-Depends: transfig to fig2dev
68
69 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
70 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
71 interrupt
72
73 * Add d-i support for Huawei NICs (LP: #1767490)
74 - d-i: add hinic to nic-modules udeb
75
76 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
77 (LP: #1746474)
78 - xfrm: reuse uncached_list to track xdsts
79
80 * Include nfp driver in linux-modules (LP: #1768526)
81 - [Config] Add nfp.ko to generic inclusion list
82
83 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
84 - x86/xen: Reset VCPU0 info pointer after shared_info remap
85
86 * CVE-2018-3639 (x86)
87 - x86/bugs: Fix the parameters alignment and missing void
88 - KVM: SVM: Move spec control call after restore of GS
89 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
90 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
91 - x86/cpufeatures: Disentangle SSBD enumeration
92 - x86/cpufeatures: Add FEATURE_ZEN
93 - x86/speculation: Handle HT correctly on AMD
94 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
95 - x86/speculation: Add virtualized speculative store bypass disable support
96 - x86/speculation: Rework speculative_store_bypass_update()
97 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
98 - x86/bugs: Expose x86_spec_ctrl_base directly
99 - x86/bugs: Remove x86_spec_ctrl_set()
100 - x86/bugs: Rework spec_ctrl base and mask logic
101 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
102 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
103 - x86/bugs: Rename SSBD_NO to SSB_NO
104 - bpf: Prevent memory disambiguation attack
105 - KVM: VMX: Expose SSBD properly to guests.
106
107 * Suspend to idle: Open lid didn't resume (LP: #1771542)
108 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
109
110 * Fix initialization failure detection in SDEI for device-tree based systems
111 (LP: #1768663)
112 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
113
114 * No driver for Huawei network adapters on arm64 (LP: #1769899)
115 - net-next/hinic: add arm64 support
116
117 * CVE-2018-1092
118 - ext4: fail ext4_iget for root directory if unallocated
119
120 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
121 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
122
123 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
124 to load (LP: #1728238)
125 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
126 unreleased firmware"
127
128 * Battery drains when laptop is off (shutdown) (LP: #1745646)
129 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
130
131 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
132 (LP: #1764194)
133 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
134
135 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
136 - iwlwifi: add shared clock PHY config flag for some devices
137 - iwlwifi: add a bunch of new 9000 PCI IDs
138
139 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
140 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
141
142 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
143 - init: fix false positives in W+X checking
144
145 * Bionic update to v4.15.18 stable release (LP: #1769723)
146 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
147 ip_set_net_exit()
148 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
149 - rds: MP-RDS may use an invalid c_path
150 - slip: Check if rstate is initialized before uncompressing
151 - vhost: fix vhost_vq_access_ok() log check
152 - l2tp: fix races in tunnel creation
153 - l2tp: fix race in duplicate tunnel detection
154 - ip_gre: clear feature flags when incompatible o_flags are set
155 - vhost: Fix vhost_copy_to_user()
156 - lan78xx: Correctly indicate invalid OTP
157 - media: v4l2-compat-ioctl32: don't oops on overlay
158 - media: v4l: vsp1: Fix header display list status check in continuous mode
159 - ipmi: Fix some error cleanup issues
160 - parisc: Fix out of array access in match_pci_device()
161 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
162 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
163 - PCI: hv: Serialize the present and eject work items
164 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
165 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
166 - perf/core: Fix use-after-free in uprobe_perf_close()
167 - x86/mce/AMD: Get address from already initialized block
168 - hwmon: (ina2xx) Fix access to uninitialized mutex
169 - ath9k: Protect queue draining by rcu_read_lock()
170 - x86/apic: Fix signedness bug in APIC ID validity checks
171 - f2fs: fix heap mode to reset it back
172 - block: Change a rcu_read_{lock,unlock}_sched() pair into
173 rcu_read_{lock,unlock}()
174 - nvme: Skip checking heads without namespaces
175 - lib: fix stall in __bitmap_parselist()
176 - blk-mq: order getting budget and driver tag
177 - blk-mq: don't keep offline CPUs mapped to hctx 0
178 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
179 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
180 - hugetlbfs: fix bug in pgoff overflow checking
181 - nfsd: fix incorrect umasks
182 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
183 - block/loop: fix deadlock after loop_set_status
184 - nfit: fix region registration vs block-data-window ranges
185 - s390/qdio: don't retry EQBS after CCQ 96
186 - s390/qdio: don't merge ERROR output buffers
187 - s390/ipl: ensure loadparm valid flag is set
188 - get_user_pages_fast(): return -EFAULT on access_ok failure
189 - mm/gup_benchmark: handle gup failures
190 - getname_kernel() needs to make sure that ->name != ->iname in long case
191 - Bluetooth: Fix connection if directed advertising and privacy is used
192 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
193 low
194 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
195 - ovl: set lower layer st_dev only if setting lower st_ino
196 - Linux 4.15.18
197
198 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
199 dead (LP: #1768852)
200 - xhci: Fix Kernel oops in xhci dbgtty
201
202 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
203 - [Packaging] Fix missing watchdog for Raspberry Pi
204
205 * CVE-2018-8087
206 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
207
208 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
209 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
210 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
211
212 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
213 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
214
215 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
216 NULL pointer dereference at 0000000000000980 (LP: #1768292)
217 - thunderbolt: Prevent crash when ICM firmware is not running
218
219 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
220 - [Config] snapdragon: DRM_I2C_ADV7511=y
221
222 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
223 (LP: #1767088)
224 - net: aquantia: Regression on reset with 1.x firmware
225 - net: aquantia: oops when shutdown on already stopped device
226
227 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
228 (LP: #1764892)
229 - e1000e: Remove Other from EIAC
230
231 * Acer Swift sf314-52 power button not managed (LP: #1766054)
232 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
233
234 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
235 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
236
237 * Change the location for one of two front mics on a lenovo thinkcentre
238 machine (LP: #1766477)
239 - ALSA: hda/realtek - adjust the location of one mic
240
241 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
242 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
243
244 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
245 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
246
247 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
248
249 linux (4.15.0-22.24) bionic; urgency=medium
250
251 * CVE-2018-3639 (powerpc)
252 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
253 - stf-barrier: set eieio instruction bit 6 for future optimisations
254
255 * CVE-2018-3639 (x86)
256 - x86/nospec: Simplify alternative_msr_write()
257 - x86/bugs: Concentrate bug detection into a separate function
258 - x86/bugs: Concentrate bug reporting into a separate function
259 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
260 - x86/bugs, KVM: Support the combination of guest and host IBRS
261 - x86/bugs: Expose /sys/../spec_store_bypass
262 - x86/cpufeatures: Add X86_FEATURE_RDS
263 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
264 mitigation
265 - x86/bugs/intel: Set proper CPU features and setup RDS
266 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
267 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
268 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
269 - x86/speculation: Create spec-ctrl.h to avoid include hell
270 - prctl: Add speculation control prctls
271 - x86/process: Allow runtime control of Speculative Store Bypass
272 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
273 - nospec: Allow getting/setting on non-current task
274 - proc: Provide details on speculation flaw mitigations
275 - seccomp: Enable speculation flaw mitigations
276 - x86/bugs: Make boot modes __ro_after_init
277 - prctl: Add force disable speculation
278 - seccomp: Use PR_SPEC_FORCE_DISABLE
279 - seccomp: Add filter flag to opt-out of SSB mitigation
280 - seccomp: Move speculation migitation control to arch code
281 - x86/speculation: Make "seccomp" the default mode for Speculative Store
282 Bypass
283 - x86/bugs: Rename _RDS to _SSBD
284 - proc: Use underscores for SSBD in 'status'
285 - Documentation/spec_ctrl: Do some minor cleanups
286 - x86/bugs: Fix __ssb_select_mitigation() return type
287 - x86/bugs: Make cpu_show_common() static
288
289 * LSM Stacking prctl values should be redefined as to not collide with
290 upstream prctls (LP: #1769263) // CVE-2018-3639
291 - SAUCE: LSM stacking: adjust prctl values
292
293 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
294
295 linux (4.15.0-21.22) bionic; urgency=medium
296
297 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
298
299 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
300 16.04 to 18.04 (LP: #1766727)
301 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
302
303 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
304 (LP: #1767133)
305 - Packaging: Depends on linux-base that provides the necessary tools
306
307 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
308 (LP: #1766629)
309 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
310
311 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
312
313 linux (4.15.0-20.21) bionic; urgency=medium
314
315 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
316
317 * package shim-signed (not installed) failed to install/upgrade: installed
318 shim-signed package post-installation script subprocess returned error exit
319 status 5 (LP: #1766391)
320 - [Packaging] fix invocation of header postinst hooks
321
322 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
323
324 linux (4.15.0-19.20) bionic; urgency=medium
325
326 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
327
328 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
329 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
330 - Revert "genirq/affinity: assign vectors to all possible CPUs"
331
332 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
333
334 linux (4.15.0-18.19) bionic; urgency=medium
335
336 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
337
338 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
339 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
340 (LP: #1765429)
341 - powerpc/pseries: Fix clearing of security feature flags
342
343 * signing: only install a signed kernel (LP: #1764794)
344 - [Packaging] update to Debian like control scripts
345 - [Packaging] switch to triggers for postinst.d postrm.d handling
346 - [Packaging] signing -- switch to raw-signing tarballs
347 - [Packaging] signing -- switch to linux-image as signed when available
348 - [Config] signing -- enable Opal signing for ppc64el
349 - [Packaging] printenv -- add signing options
350
351 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
352 - [Packaging] signing -- add support for signing Opal kernel binaries
353
354 * Please cherrypick s390 unwind fix (LP: #1765083)
355 - s390/compat: fix setup_frame32
356
357 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
358 [ipr] (LP: #1751813)
359 - d-i: move ipr to storage-core-modules on ppc64el
360
361 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
362 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
363
364 * Miscellaneous Ubuntu changes
365 - [Packaging] Add linux-oem to rebuild test blacklist.
366
367 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
368
369 linux (4.15.0-17.18) bionic; urgency=medium
370
371 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
372
373 * Eventual OOM with profile reloads (LP: #1750594)
374 - SAUCE: apparmor: fix memory leak when duplicate profile load
375
376 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
377
378 linux (4.15.0-16.17) bionic; urgency=medium
379
380 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
381
382 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
383 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
384
385 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
386 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
387
388 * Fix trying to "push" an already active pool VP (LP: #1763386)
389 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
390
391 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
392 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
393 userspace"
394 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
395 - scsi: hisi_sas: modify some register config for hip08
396 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
397
398 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
399 - misc: rtsx: Move Realtek Card Reader Driver to misc
400 - updateconfigs for Realtek Card Reader Driver
401 - misc: rtsx: Add support for RTS5260
402 - misc: rtsx: Fix symbol clashes
403
404 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
405 ./include/linux/net_dim.h (LP: #1763269)
406 - net/mlx5e: Fix int overflow
407
408 * apparmor bug fixes for bionic (LP: #1763427)
409 - apparmor: fix logging of the existence test for signals
410 - apparmor: make signal label match work when matching stacked labels
411 - apparmor: audit unknown signal numbers
412 - apparmor: fix memory leak on buffer on error exit path
413 - apparmor: fix mediation of prlimit
414
415 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
416 fixes for bionic (LP: #1763427)
417 - apparmor: fix dangling symlinks to policy rawdata after replacement
418
419 * [OPAL] Assert fail:
420 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
421 (LP: #1762913)
422 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
423
424 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
425 (LP: #1762928)
426 - powerpc/tm: Fix endianness flip on trap
427
428 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
429 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
430 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
431 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
432 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
433
434 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
435 - i2c: xlp9xx: return ENXIO on slave address NACK
436 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
437 - i2c: xlp9xx: Check for Bus state before every transfer
438 - i2c: xlp9xx: Handle NACK on DATA properly
439
440 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
441 - tools/kvm_stat: simplify the sortkey function
442 - tools/kvm_stat: use a namedtuple for storing the values
443 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
444 - tools/kvm_stat: avoid 'is' for equality checks
445 - tools/kvm_stat: fix crash when filtering out all non-child trace events
446 - tools/kvm_stat: print error on invalid regex
447 - tools/kvm_stat: fix debugfs handling
448 - tools/kvm_stat: mark private methods as such
449 - tools/kvm_stat: eliminate extra guest/pid selection dialog
450 - tools/kvm_stat: separate drilldown and fields filtering
451 - tools/kvm_stat: group child events indented after parent
452 - tools/kvm_stat: print 'Total' line for multiple events only
453 - tools/kvm_stat: Fix python3 syntax
454 - tools/kvm_stat: Don't use deprecated file()
455 - tools/kvm_stat: Remove unused function
456 - [Packaging] Add linux-tools-host package for VM host tools
457 - [Config] do_tools_host=true for amd64
458
459 * Bionic update to v4.15.17 stable release (LP: #1763366)
460 - i40iw: Fix sequence number for the first partial FPDU
461 - i40iw: Correct Q1/XF object count equation
462 - i40iw: Validate correct IRD/ORD connection parameters
463 - clk: meson: mpll: use 64-bit maths in params_from_rate
464 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
465 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
466 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
467 - thermal: power_allocator: fix one race condition issue for thermal_instances
468 list
469 - perf probe: Find versioned symbols from map
470 - perf probe: Add warning message if there is unexpected event name
471 - perf evsel: Fix swap for samples with raw data
472 - perf evsel: Enable ignore_missing_thread for pid option
473 - l2tp: fix missing print session offset info
474 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
475 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
476 - IB/mlx5: Report inner RSS capability
477 - VFS: close race between getcwd() and d_move()
478 - watchdog: dw_wdt: add stop watchdog operation
479 - clk: divider: fix incorrect usage of container_of
480 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
481 - gpiolib: don't dereference a desc before validation
482 - net_sch: red: Fix the new offload indication
483 - selftests/net: fix bugs in address and port initialization
484 - thermal/drivers/hisi: Remove bogus const from function return type
485 - RDMA/cma: Mark end of CMA ID messages
486 - hwmon: (ina2xx) Make calibration register value fixed
487 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
488 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
489 - media: videobuf2-core: don't go out of the buffer range
490 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
491 download
492 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
493 - drm/msm: Fix NULL deref in adreno_load_gpu
494 - IB/ipoib: Fix for notify send CQ failure messages
495 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
496 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
497 - irqchip/ompic: fix return value check in ompic_of_init()
498 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
499 - ACPI: EC: Fix debugfs_create_*() usage
500 - mac80211: Fix setting TX power on monitor interfaces
501 - vfb: fix video mode and line_length being set when loaded
502 - crypto: crypto4xx - perform aead icv check in the driver
503 - gpio: label descriptors using the device name
504 - arm64: asid: Do not replace active_asids if already 0
505 - powernv-cpufreq: Add helper to extract pstate from PMSR
506 - IB/rdmavt: Allocate CQ memory on the correct node
507 - blk-mq: avoid to map CPU into stale hw queue
508 - blk-mq: fix race between updating nr_hw_queues and switching io sched
509 - backlight: tdo24m: Fix the SPI CS between transfers
510 - nvme-fabrics: protect against module unload during create_ctrl
511 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
512 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
513 - nvme_fcloop: disassocate local port structs
514 - nvme_fcloop: fix abort race condition
515 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
516 - perf report: Fix a no annotate browser displayed issue
517 - staging: lustre: disable preempt while sampling processor id.
518 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
519 - power: supply: axp288_charger: Properly stop work on probe-error / remove
520 - rt2x00: do not pause queue unconditionally on error path
521 - wl1251: check return from call to wl1251_acx_arp_ip_filter
522 - net/mlx5: Fix race for multiple RoCE enable
523 - bcache: ret IOERR when read meets metadata error
524 - bcache: stop writeback thread after detaching
525 - bcache: segregate flash only volume write streams
526 - net: Fix netdev_WARN_ONCE macro
527 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
528 - blk-mq: fix kernel oops in blk_mq_tag_idle()
529 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
530 - block, bfq: put async queues for root bfq groups too
531 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
532 - EDAC, mv64x60: Fix an error handling path
533 - uio_hv_generic: check that host supports monitor page
534 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
535 - Bluetooth: hci_bcm: Validate IRQ before using it
536 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
537 - i40evf: don't rely on netif_running() outside rtnl_lock()
538 - drm/amd/powerplay: fix memory leakage when reload (v2)
539 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
540 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
541 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
542 in RAID map
543 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
544 called
545 - RDMA/cma: Fix rdma_cm path querying for RoCE
546 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
547 - x86/gart: Exclude GART aperture from vmcore
548 - sdhci: Advertise 2.0v supply on SDIO host controller
549 - Input: goodix - disable IRQs while suspended
550 - mtd: mtd_oobtest: Handle bitflips during reads
551 - crypto: aes-generic - build with -Os on gcc-7+
552 - perf tools: Fix copyfile_offset update of output offset
553 - tcmu: release blocks for partially setup cmds
554 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
555 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
556 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
557 - x86/microcode: Propagate return value from updating functions
558 - x86/CPU: Add a microcode loader callback
559 - x86/CPU: Check CPU feature bits after microcode upgrade
560 - x86/microcode: Get rid of struct apply_microcode_ctx
561 - x86/microcode/intel: Check microcode revision before updating sibling
562 threads
563 - x86/microcode/intel: Writeback and invalidate caches before updating
564 microcode
565 - x86/microcode: Do not upload microcode if CPUs are offline
566 - x86/microcode/intel: Look into the patch cache first
567 - x86/microcode: Request microcode on the BSP
568 - x86/microcode: Synchronize late microcode loading
569 - x86/microcode: Attempt late loading only when new microcode is present
570 - x86/microcode: Fix CPU synchronization routine
571 - arp: fix arp_filter on l3slave devices
572 - ipv6: the entire IPv6 header chain must fit the first fragment
573 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
574 lan78xx_deferred_multicast_write)
575 - net: dsa: Discard frames from unused ports
576 - net: fix possible out-of-bound read in skb_network_protocol()
577 - net/ipv6: Fix route leaking between VRFs
578 - net/ipv6: Increment OUTxxx counters after netfilter hook
579 - netlink: make sure nladdr has correct size in netlink_connect()
580 - net/mlx5e: Verify coalescing parameters in range
581 - net sched actions: fix dumping which requires several messages to user space
582 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
583 - pptp: remove a buggy dst release in pptp_connect()
584 - r8169: fix setting driver_data after register_netdev
585 - sctp: do not leak kernel memory to user space
586 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
587 - vhost: correctly remove wait queue during poll failure
588 - vlan: also check phy_driver ts_info for vlan's real device
589 - vrf: Fix use after free and double free in vrf_finish_output
590 - bonding: fix the err path for dev hwaddr sync in bond_enslave
591 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
592 - bonding: process the err returned by dev_set_allmulti properly in
593 bond_enslave
594 - net: fool proof dev_valid_name()
595 - ip_tunnel: better validate user provided tunnel names
596 - ipv6: sit: better validate user provided tunnel names
597 - ip6_gre: better validate user provided tunnel names
598 - ip6_tunnel: better validate user provided tunnel names
599 - vti6: better validate user provided tunnel names
600 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
601 - net_sched: fix a missing idr_remove() in u32_delete_key()
602 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
603 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
604 - net/mlx5e: Fix memory usage issues in offloading TC flows
605 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
606 - nfp: use full 40 bits of the NSP buffer address
607 - ipv6: sr: fix seg6 encap performances with TSO enabled
608 - net/mlx5e: Don't override vport admin link state in switchdev mode
609 - net/mlx5e: Sync netdev vxlan ports at open
610 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
611 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
612 - strparser: Fix sign of err codes
613 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
614 - net/mlx5e: Fix traffic being dropped on VF representor
615 - vhost: validate log when IOTLB is enabled
616 - route: check sysctl_fib_multipath_use_neigh earlier than hash
617 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
618 - vhost_net: add missing lock nesting notation
619 - net/mlx4_core: Fix memory leak while delete slave's resources
620 - Linux 4.15.17
621
622 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
623 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
624 release (LP: #1763366)
625 - sky2: Increase D3 delay to sky2 stops working after suspend
626
627 * [Featire] CNL: Enable RAPL support (LP: #1685712)
628 - powercap: RAPL: Add support for Cannon Lake
629
630 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
631 - s390: move nobp parameter functions to nospec-branch.c
632 - s390: add automatic detection of the spectre defense
633 - s390: report spectre mitigation via syslog
634 - s390: add sysfs attributes for spectre
635 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
636 - s390: correct nospec auto detection init order
637
638 * Merge the linux-snapdragon kernel into bionic master/snapdragon
639 (LP: #1763040)
640 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
641 - drm/msm: fix msm_rd_dump_submit prototype
642 - drm/msm: gpu: Only sync fences on rings that exist
643 - wcn36xx: set default BTLE coexistence config
644 - wcn36xx: Add hardware scan offload support
645 - wcn36xx: Reduce spinlock in indication handler
646 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
647 - wcn36xx: release DMA memory in case of error
648 - mailbox: qcom: Convert APCS IPC driver to use regmap
649 - mailbox: qcom: Create APCS child device for clock controller
650 - clk: qcom: Add A53 PLL support
651 - clk: qcom: Add regmap mux-div clocks support
652 - clk: qcom: Add APCS clock controller support
653 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
654 - media: venus: venc: set correctly GOP size and number of B-frames
655 - media: venus: venc: configure entropy mode
656 - media: venus: venc: Apply inloop deblocking filter
657 - media: venus: cleanup set_property controls
658 - arm64: defconfig: enable REMOTEPROC
659 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
660 - kernel: configs; add distro.config
661 - arm64: configs: enable WCN36xx
662 - kernel: distro.config: enable debug friendly USB network adpater
663 - arm64: configs: enable QCOM Venus
664 - arm64: defconfig: Enable a53/apcs and avs
665 - arm64: defconfig: enable ondemand governor as default
666 - arm64: defconfig: enable QCOM_TSENS
667 - arm64: defconfig: enable new trigger modes for leds
668 - kernel: configs: enable dm_mod and dm_crypt
669 - Force the SMD regulator driver to be compiled-in
670 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
671 - arm64: configs: enable BT_QCOMSMD
672 - kernel: configs: add more USB net drivers
673 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
674 - arm64: configs: Enable camera drivers
675 - kernel: configs: add freq stat to sysfs
676 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
677 - arm64: defconfig: Enable QRTR features
678 - kernel: configs: set USB_CONFIG_F_FS in distro.config
679 - kernel: distro.config: enable 'schedutil' CPUfreq governor
680 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
681 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
682 - arm64: defconfig: enable LEDS_QCOM_LPG
683 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
684 - power: avs: Add support for CPR (Core Power Reduction)
685 - power: avs: cpr: Use raw mem access for qfprom
686 - power: avs: cpr: fix with new reg_sequence structures
687 - power: avs: cpr: Register with cpufreq-dt
688 - regulator: smd: Add floor and corner operations
689 - PM / OPP: Support adjusting OPP voltages at runtime
690 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
691 - PM / OPP: HACK: Allow to set regulator without opp_list
692 - PM / OPP: Add a helper to get an opp regulator for device
693 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
694 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
695 - ov5645: I2C address change
696 - i2c: Add Qualcomm Camera Control Interface driver
697 - camss: vfe: Skip first four frames from sensor
698 - camss: Do not register if no cameras are present
699 - i2c-qcom-cci: Fix run queue completion timeout
700 - i2c-qcom-cci: Fix I2C address bug
701 - media: ov5645: Fix I2C address
702 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
703 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
704 - leds: Add driver for Qualcomm LPG
705 - wcn36xx: Fix warning due to duplicate scan_completed notification
706 - arm64: dts: Add CPR DT node for msm8916
707 - arm64: dts: add spmi-regulator nodes
708 - arm64: dts: msm8916: Add cpufreq support
709 - arm64: dts: msm8916: Add a shared CPU opp table
710 - arm64: dts: msm8916: Add cpu cooling maps
711 - arm64: dts: pm8916: Mark the s2 regulator as always-on
712 - dt-bindings: mailbox: qcom: Document the APCS clock binding
713 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
714 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
715 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
716 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
717 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
718 driver
719 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
720 - DT: leds: Add Qualcomm Light Pulse Generator binding
721 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
722 - arm64: dts: qcom: Add pwm node for pm8916
723 - arm64: dts: qcom: Add user LEDs on db820c
724 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
725 - ARM: dts: qcom: Add LPG node to pm8941
726 - ARM: dts: qcom: honami: Add LPG node and RGB LED
727 - arm64: dts: qcom: Add Camera Control Interface support
728 - arm64: dts: qcom: Add apps_iommu vfe child node
729 - arm64: dts: qcom: Add camss device node
730 - arm64: dts: qcom: Add ov5645 device nodes
731 - arm64: dts: msm8916: Fix camera sensors I2C addresses
732 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
733 - packaging: arm64: add a uboot flavour - part1
734 - packaging: arm64: add a uboot flavour - part2
735 - packaging: arm64: add a uboot flavour - part3
736 - packaging: arm64: add a uboot flavour - part4
737 - packaging: arm64: add a uboot flavour - part5
738 - packaging: arm64: rename uboot flavour to snapdragon
739 - [Config] updateconfigs after qcomlt import
740 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
741 - [Config] arm64: snapdragon: MSM_GCC_8916=y
742 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
743 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
744 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
745 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
746 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
747 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
748 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
749 - [Config] arm64: snapdragon: QCOM_SMEM=y
750 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
751 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
752 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
753 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
754 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
755 - [Config] arm64: snapdragon: QCOM_CPR=y
756 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
757 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
758 - [Config] turn off DRM_MSM_REGISTER_LOGGING
759 - [Config] arm64: snapdragon: I2C_QUP=y
760 - [Config] arm64: snapdragon: SPI_QUP=y
761 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
762 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
763 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
764 - [Config] arm64: snapdragon: QCOM_SMSM=y
765 - [Config] arm64: snapdragon: QCOM_SMP2P=y
766 - [Config] arm64: snapdragon: DRM_MSM=y
767 - [Config] arm64: snapdragon: SND_SOC=y
768 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
769 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
770 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
771 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
772 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
773 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
774 SND_SOC_MSM8916_WCD_DIGITAL=y
775 - SAUCE: media: ov5645: skip address change if dt addr == default addr
776 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
777 #ifdefs
778 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
779 - packaging: snapdragon: fixup ABI paths
780
781 * LSM stacking patches for bionic (LP: #1763062)
782 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
783 - SAUCE: LSM stacking: LSM: Manage credential security blobs
784 - SAUCE: LSM stacking: LSM: Manage file security blobs
785 - SAUCE: LSM stacking: LSM: Manage task security blobs
786 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
787 - SAUCE: LSM stacking: LSM: General stacking
788 - SAUCE: LSM stacking: fixup initialize task->security
789 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
790 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
791 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
792 - SAUCE: LSM stacking: fixup apparmor stacking enablement
793 - SAUCE: LSM stacking: fixup stacking kconfig
794 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
795 - SAUCE: LSM stacking: provide prctl interface for setting context
796 - SAUCE: LSM stacking: inherit current display LSM
797 - SAUCE: LSM stacking: keep an index for each registered LSM
798 - SAUCE: LSM stacking: verify display LSM
799 - SAUCE: LSM stacking: provide a way to specify the default display lsm
800 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
801 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
802 - SAUCE: LSM stacking: add Kconfig to set default display LSM
803 - SAUCE: LSM stacking: add configs for LSM stacking
804 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
805 - SAUCE: LSM stacking: remove procfs context interface
806
807 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
808 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
809 - SAUCE: LSM stacking: check for invalid zero sized writes
810
811 * RDMA/hns: ensure for-loop actually iterates and free's buffers
812 (LP: #1762757)
813 - RDMA/hns: ensure for-loop actually iterates and free's buffers
814
815 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
816 (LP: #1762755)
817 - RDMA/hns: Fix the endian problem for hns
818 - RDMA/hns: Support rq record doorbell for the user space
819 - RDMA/hns: Support cq record doorbell for the user space
820 - RDMA/hns: Support rq record doorbell for kernel space
821 - RDMA/hns: Support cq record doorbell for kernel space
822 - RDMA/hns: Fix cqn type and init resp
823 - RDMA/hns: Fix init resp when alloc ucontext
824 - RDMA/hns: Fix cq record doorbell enable in kernel
825
826 * Replace LPC patchset with upstream version (LP: #1762758)
827 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
828 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
829 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
830 children"
831 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
832 bindings"
833 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
834 devices"
835 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
836 hosts"
837 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
838 pci_register_io_range()"
839 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
840 pci_register_io_range()"
841 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
842 - lib: Add generic PIO mapping method
843 - PCI: Remove __weak tag from pci_register_io_range()
844 - PCI: Add fwnode handler as input param of pci_register_io_range()
845 - PCI: Apply the new generic I/O management on PCI IO hosts
846 - of: Add missing I/O range exception for indirect-IO devices
847 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
848 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
849 - ACPI / scan: Do not enumerate Indirect IO host children
850 - HISI LPC: Add ACPI support
851 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
852
853 * Enable Tunneled Operations on POWER9 (LP: #1762448)
854 - powerpc/powernv: Enable tunneled operations
855 - cxl: read PHB indications from the device tree
856
857 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
858 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
859
860 * NFS + sec=krb5 is broken (LP: #1759791)
861 - sunrpc: remove incorrect HMAC request initialization
862
863 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
864 - d-i: add bcm2835 to block-modules
865
866 * Backport USB core quirks (LP: #1762695)
867 - usb: core: Add "quirks" parameter for usbcore
868 - usb: core: Copy parameter string correctly and remove superfluous null check
869 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
870
871 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
872 setting up a second end-to-end encrypted disk (LP: #1762353)
873 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
874
875 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
876 - powerpc/64s: Wire up cpu_show_spectre_v2()
877
878 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
879 - powerpc/64s: Wire up cpu_show_spectre_v1()
880
881 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
882 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
883 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
884 - powerpc/rfi-flush: Always enable fallback flush on pseries
885 - powerpc/rfi-flush: Differentiate enabled and patched flush types
886 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
887 - powerpc/64s: Move cpu_show_meltdown()
888 - powerpc/64s: Enhance the information in cpu_show_meltdown()
889 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
890 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
891
892 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
893 CVE-2017-5753 // CVE-2017-5754
894 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
895 - powerpc: Add security feature flags for Spectre/Meltdown
896 - powerpc/pseries: Set or clear security feature flags
897 - powerpc/powernv: Set or clear security feature flags
898
899 * Hisilicon network subsystem 3 support (LP: #1761610)
900 - net: hns3: export pci table of hclge and hclgevf to userspace
901 - d-i: Add hns3 drivers to nic-modules
902
903 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
904 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
905
906 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
907 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
908 - perf vendor events: Drop incomplete multiple mapfile support
909 - perf vendor events: Fix error code in json_events()
910 - perf vendor events: Drop support for unused topic directories
911 - perf vendor events: Add support for pmu events vendor subdirectory
912 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
913 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
914 - perf vendor events: Add support for arch standard events
915 - perf vendor events arm64: Add armv8-recommended.json
916 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
917 - perf vendor events arm64: fixup A53 to use recommended events
918 - perf vendor events arm64: add HiSilicon hip08 JSON file
919 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
920
921 * Warning "cache flush timed out!" seen when unloading the cxl driver
922 (LP: #1762367)
923 - cxl: Check if PSL data-cache is available before issue flush request
924
925 * Bionic update to 4.15.16 stable release (LP: #1762370)
926 - ARM: OMAP: Fix SRAM W+X mapping
927 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
928 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
929 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
930 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
931 - mtd: nand: atmel: Fix get_sectorsize() function
932 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
933 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
934 - ALSA: pcm: potential uninitialized return values
935 - x86/platform/uv/BAU: Add APIC idt entry
936 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
937 - ceph: only dirty ITER_IOVEC pages for direct read
938 - ipc/shm.c: add split function to shm_vm_ops
939 - i2c: i2c-stm32f7: fix no check on returned setup
940 - powerpc/mm: Add tracking of the number of coprocessors using a context
941 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
942 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
943 - partitions/msdos: Unable to mount UFS 44bsd partitions
944 - xfrm_user: uncoditionally validate esn replay attribute struct
945 - RDMA/ucma: Check AF family prior resolving address
946 - RDMA/ucma: Fix use-after-free access in ucma_close
947 - RDMA/ucma: Ensure that CM_ID exists prior to access it
948 - RDMA/rdma_cm: Fix use after free race with process_one_req
949 - RDMA/ucma: Check that device is connected prior to access it
950 - RDMA/ucma: Check that device exists prior to accessing it
951 - RDMA/ucma: Introduce safer rdma_addr_size() variants
952 - ipv6: fix possible deadlock in rt6_age_examine_exception()
953 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
954 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
955 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
956 - netfilter: x_tables: make allocation less aggressive
957 - netfilter: bridge: ebt_among: add more missing match size checks
958 - l2tp: fix races with ipv4-mapped ipv6 addresses
959 - netfilter: drop template ct when conntrack is skipped.
960 - netfilter: x_tables: add and use xt_check_proc_name
961 - phy: qcom-ufs: add MODULE_LICENSE tag
962 - Bluetooth: Fix missing encryption refresh on Security Request
963 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
964 - bitmap: fix memset optimization on big-endian systems
965 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
966 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
967 - USB: serial: cp210x: add ELDAT Easywave RX09 id
968 - serial: 8250: Add Nuvoton NPCM UART
969 - mei: remove dev_err message on an unsupported ioctl
970 - /dev/mem: Avoid overwriting "err" in read_mem()
971 - media: usbtv: prevent double free in error case
972 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
973 - crypto: lrw - Free rctx->ext with kzfree
974 - crypto: talitos - don't persistently map req_ctx->hw_context and
975 req_ctx->buf
976 - crypto: inside-secure - fix clock management
977 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
978 - crypto: talitos - fix IPsec cipher in length
979 - crypto: ahash - Fix early termination in hash walk
980 - crypto: caam - Fix null dereference at error path
981 - crypto: ccp - return an actual key size from RSA max_size callback
982 - crypto: arm,arm64 - Fix random regeneration of S_shipped
983 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
984 - Btrfs: fix unexpected cow in run_delalloc_nocow
985 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
986 - Revert "base: arch_topology: fix section mismatch build warnings"
987 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
988 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
989 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
990 - vt: change SGR 21 to follow the standards
991 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
992 - net: hns: Fix ethtool private flags
993 - Fix slab name "biovec-(1<<(21-12))"
994 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
995 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
996 - Revert "cpufreq: Fix governor module removal race"
997 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
998 - Linux 4.15.16
999
1000 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
1001 starting 4.15-rc2 (LP: #1759893)
1002 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
1003 build"
1004 - [Config] CONFIG_BLK_DEV_NMVE=m
1005
1006 * Miscellaneous Ubuntu changes
1007 - [Packaging] Only install cloud init files when do_tools_common=true
1008
1009 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
1010
1011 linux (4.15.0-15.16) bionic; urgency=medium
1012
1013 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
1014
1015 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
1016 - PM / hibernate: Make passing hibernate offsets more friendly
1017
1018 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
1019 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
1020
1021 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
1022 type(pseries-bionic) complaining "KVM implementation does not support
1023 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
1024 - powerpc: Use feature bit for RTC presence rather than timebase presence
1025 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
1026 - powerpc: Free up CPU feature bits on 64-bit machines
1027 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
1028 - powerpc/powernv: Provide a way to force a core into SMT4 mode
1029 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
1030 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
1031 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
1032
1033 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
1034 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
1035
1036 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
1037 namespaces (Bolt / NVMe) (LP: #1757497)
1038 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
1039 irq_happened
1040
1041 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
1042 failed to build (LP: #1760876)
1043 - [Packaging] include the retpoline extractor in the headers
1044
1045 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
1046
1047 linux (4.15.0-14.15) bionic; urgency=medium
1048
1049 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
1050
1051 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
1052 (LP: #1758662)
1053 - net/mlx4_en: Change default QoS settings
1054
1055 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
1056 (LP: #1759312)
1057 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
1058
1059 * Bionic update to 4.15.15 stable release (LP: #1760585)
1060 - net: dsa: Fix dsa_is_user_port() test inversion
1061 - openvswitch: meter: fix the incorrect calculation of max delta_t
1062 - qed: Fix MPA unalign flow in case header is split across two packets.
1063 - tcp: purge write queue upon aborting the connection
1064 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
1065 - sysfs: symlink: export sysfs_create_link_nowarn()
1066 - net: phy: relax error checking when creating sysfs link netdev->phydev
1067 - devlink: Remove redundant free on error path
1068 - macvlan: filter out unsupported feature flags
1069 - net: ipv6: keep sk status consistent after datagram connect failure
1070 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
1071 - ipv6: sr: fix NULL pointer dereference when setting encap source address
1072 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
1073 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
1074 - net: phy: Tell caller result of phy_change()
1075 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
1076 - net sched actions: return explicit error when tunnel_key mode is not
1077 specified
1078 - ppp: avoid loop in xmit recursion detection code
1079 - rhashtable: Fix rhlist duplicates insertion
1080 - test_rhashtable: add test case for rhltable with duplicate objects
1081 - kcm: lock lower socket in kcm_attach
1082 - sch_netem: fix skb leak in netem_enqueue()
1083 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
1084 - net: use skb_to_full_sk() in skb_update_prio()
1085 - net: Fix hlist corruptions in inet_evict_bucket()
1086 - s390/qeth: free netdevice when removing a card
1087 - s390/qeth: when thread completes, wake up all waiters
1088 - s390/qeth: lock read device while queueing next buffer
1089 - s390/qeth: on channel error, reject further cmd requests
1090 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
1091 - dpaa_eth: fix error in dpaa_remove()
1092 - dpaa_eth: remove duplicate initialization
1093 - dpaa_eth: increment the RX dropped counter when needed
1094 - dpaa_eth: remove duplicate increment of the tx_errors counter
1095 - dccp: check sk for closed state in dccp_sendmsg()
1096 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
1097 - l2tp: do not accept arbitrary sockets
1098 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
1099 deferred
1100 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
1101 interface
1102 - net: fec: Fix unbalanced PM runtime calls
1103 - net/iucv: Free memory obtained by kzalloc
1104 - netlink: avoid a double skb free in genlmsg_mcast()
1105 - net: Only honor ifindex in IP_PKTINFO if non-0
1106 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
1107 - qede: Fix qedr link update
1108 - skbuff: Fix not waking applications when errors are enqueued
1109 - team: Fix double free in error path
1110 - Linux 4.15.15
1111
1112 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
1113 capture dump when smt=2 or off. (LP: #1758206)
1114 - powerpc/crash: Remove the test for cpu_online in the IPI callback
1115 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
1116 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
1117
1118 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
1119 rebuild target (LP: #1759279)
1120 - md: document lifetime of internal rdev pointer.
1121
1122 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
1123 table in ACPI 6.2A (LP: #1730829)
1124 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
1125 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
1126 - acpi: nfit: add persistent memory control flag for nd_region
1127 - libnvdimm: expose platform persistence attribute for nd_region
1128 - libnvdimm: re-enable deep flush for pmem devices via fsync()
1129 - libnvdimm, nfit: fix persistence domain reporting
1130
1131 * Allow multiple mounts of zfs datasets (LP: #1759848)
1132 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
1133
1134 * Update Aquantia driver to fix various issues (LP: #1759303)
1135 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
1136 - net: aquantia: Cleanup status flags accesses
1137 - net: aquantia: Cleanup hardware access modules
1138 - net: aquantia: Remove duplicate hardware descriptors declarations
1139 - net: aquantia: Add const qualifiers for hardware ops tables
1140 - net: aquantia: Simplify dependencies between pci modules
1141 - net: aquantia: Eliminate aq_nic structure abstraction
1142 - net: aquantia: Fix register definitions to linux style
1143 - net: aquantia: Prepend hw access functions declarations with prefix
1144 - net: aquantia: Fix internal stats calculation on rx
1145 - net: aquantia: Introduce new device ids and constants
1146 - net: aquantia: Introduce new AQC devices and capabilities
1147 - net: aquantia: Convert hw and caps structures to const static pointers
1148 - net: aquantia: Cleanup pci functions module
1149 - net: aquantia: Remove create/destroy from hw ops
1150 - net: aquantia: Change confusing no_ff_addr to more meaningful name
1151 - net: aquantia: Introduce firmware ops callbacks
1152 - net: aquantia: Introduce support for new firmware on AQC cards
1153 - net: aquantia: Introduce global AQC hardware reset sequence
1154 - net: aquantia: Report correct mediatype via ethtool
1155 - net: aquantia: bump driver version to match aquantia internal numbering
1156 - net: aquantia: Fix hardware reset when SPI may rarely hangup
1157 - net: aquantia: Fix a regression with reset on old firmware
1158 - net: aquantia: Change inefficient wait loop on fw data reads
1159 - net: aquantia: Add tx clean budget and valid budget handling logic
1160 - net: aquantia: Allow live mac address changes
1161 - net: aquantia: Implement pci shutdown callback
1162 - net: aquantia: driver version bump
1163
1164 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
1165 dumping call traces continuously. (LP: #1759722)
1166 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
1167
1168 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
1169 after hotplug CPU add operation. (LP: #1759723)
1170 - genirq/affinity: assign vectors to all possible CPUs
1171 - blk-mq: simplify queue mapping & schedule with each possisble CPU
1172
1173 * test_bpf fails (LP: #1756150)
1174 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
1175
1176 * Bionic update to v4.15.14 stable release (LP: #1759655)
1177 - MIPS: ralink: Remove ralink_halt()
1178 - MIPS: ralink: Fix booting on MT7621
1179 - MIPS: lantiq: Fix Danube USB clock
1180 - MIPS: lantiq: Enable AHB Bus for USB
1181 - MIPS: lantiq: ase: Enable MFD_SYSCON
1182 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
1183 - iio: st_pressure: st_accel: pass correct platform data to init
1184 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
1185 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
1186 - ALSA: aloop: Sync stale timer before release
1187 - ALSA: aloop: Fix access to not-yet-ready substream via cable
1188 - ALSA: hda - Force polling mode on CFL for fixing codec communication
1189 - ALSA: hda/realtek - Fix speaker no sound after system resume
1190 - ALSA: hda/realtek - Fix Dell headset Mic can't record
1191 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
1192 - mmc: core: Fix tracepoint print of blk_addr and blksz
1193 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
1194 - mmc: block: fix updating ext_csd caches on ioctl call
1195 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
1196 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
1197 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
1198 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
1199 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
1200 - lockdep: fix fs_reclaim warning
1201 - clk: bcm2835: Fix ana->maskX definitions
1202 - clk: bcm2835: Protect sections updating shared registers
1203 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
1204 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
1205 - Drivers: hv: vmbus: Fix ring buffer signaling
1206 - pinctrl: samsung: Validate alias coming from DT
1207 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
1208 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
1209 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
1210 - libata: fix length validation of ATAPI-relayed SCSI commands
1211 - libata: remove WARN() for DMA or PIO command without data
1212 - libata: don't try to pass through NCQ commands to non-NCQ devices
1213 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
1214 - libata: Enable queued TRIM for Samsung SSD 860
1215 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
1216 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
1217 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
1218 - sched, cgroup: Don't reject lower cpu.max on ancestors
1219 - cgroup: fix rule checking for threaded mode switching
1220 - nfsd: remove blocked locks on client teardown
1221 - media: tegra-cec: reset rx_buf_cnt when start bit detected
1222 - hugetlbfs: check for pgoff value overflow
1223 - h8300: remove extraneous __BIG_ENDIAN definition
1224 - mm/vmalloc: add interfaces to free unmapped page table
1225 - x86/mm: implement free pmd/pte page interfaces
1226 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
1227 - mm/thp: do not wait for lock_page() in deferred_split_scan()
1228 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
1229 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
1230 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
1231 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
1232 - drm/radeon: Don't turn off DP sink when disconnected
1233 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
1234 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
1235 - drm: Reject getfb for multi-plane framebuffers
1236 - drm: udl: Properly check framebuffer mmap offsets
1237 - mm/vmscan: wake up flushers for legacy cgroups too
1238 - module: propagate error in modules_open()
1239 - acpi, numa: fix pxm to online numa node associations
1240 - ACPI / watchdog: Fix off-by-one error at resource assignment
1241 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
1242 - brcmfmac: fix P2P_DEVICE ethernet address generation
1243 - rtlwifi: rtl8723be: Fix loss of signal
1244 - tracing: probeevent: Fix to support minus offset from symbol
1245 - mtdchar: fix usage of mtd_ooblayout_ecc()
1246 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
1247 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
1248 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
1249 - staging: ncpfs: memory corruption in ncp_read_kernel()
1250 - can: peak/pcie_fd: fix echo_skb is occupied! bug
1251 - can: peak/pcie_fd: remove useless code when interface starts
1252 - can: ifi: Repair the error handling
1253 - can: ifi: Check core revision upon probe
1254 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
1255 - can: cc770: Fix queue stall & dropped RTR reply
1256 - can: cc770: Fix use after free in cc770_tx_interrupt()
1257 - tty: vt: fix up tabstops properly
1258 - x86/entry/64: Don't use IST entry for #BP stack
1259 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
1260 - x86/vsyscall/64: Use proper accessor to update P4D entry
1261 - x86/efi: Free efi_pgd with free_pages()
1262 - posix-timers: Protect posix clock array access against speculation
1263 - kvm/x86: fix icebp instruction handling
1264 - x86/build/64: Force the linker to use 2MB page size
1265 - x86/boot/64: Verify alignment of the LOAD segment
1266 - hwmon: (k10temp) Only apply temperature offset if result is positive
1267 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
1268 - perf/x86/intel/uncore: Fix Skylake UPI event format
1269 - perf stat: Fix CVS output format for non-supported counters
1270 - perf/core: Fix ctx_event_type in ctx_resched()
1271 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
1272 programs
1273 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
1274 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
1275 servers
1276 - iio: ABI: Fix name of timestamp sysfs file
1277 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
1278 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
1279 - staging: android: ion: Zero CMA allocated memory
1280 - kbuild: disable clang's default use of -fmerge-all-constants
1281 - bpf: skip unnecessary capability check
1282 - bpf, x64: increase number of passes
1283 - Linux 4.15.14
1284
1285 * System fails to start (boot) on battery due to read-only root file-system
1286 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
1287 - libata: disable LPM for Crucial BX100 SSD 500GB drive
1288
1289 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
1290 - thunderbolt: Resume control channel after hibernation image is created
1291 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
1292 - thunderbolt: Handle connecting device in place of host properly
1293 - thunderbolt: Do not overwrite error code when domain adding fails
1294 - thunderbolt: Wait a bit longer for root switch config space
1295 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
1296 - thunderbolt: Handle rejected Thunderbolt devices
1297 - thunderbolt: Factor common ICM add and update operations out
1298 - thunderbolt: Correct function name in kernel-doc comment
1299 - thunderbolt: Add tb_switch_get()
1300 - thunderbolt: Add tb_switch_find_by_route()
1301 - thunderbolt: Add tb_xdomain_find_by_route()
1302 - thunderbolt: Add constant for approval timeout
1303 - thunderbolt: Move driver ready handling to struct icm
1304 - thunderbolt: Add 'boot' attribute for devices
1305 - thunderbolt: Add support for preboot ACL
1306 - Documentation/admin-guide: fixes for thunderbolt.rst
1307 - thunderbolt: Introduce USB only (SL4) security level
1308 - thunderbolt: Add support for Intel Titan Ridge
1309
1310 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
1311 - ath10k: update the IRAM bank number for QCA9377
1312
1313 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
1314 - nfp: bpf: require ETH table
1315 - nfp: don't advertise hw-tc-offload on non-port netdevs
1316 - nfp: forbid disabling hw-tc-offload on representors while offload active
1317
1318 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
1319 (LP: #1759511)
1320 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
1321
1322 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
1323 - [Packaging] retpoline -- add safe usage hint support
1324 - [Packaging] retpoline-check -- only report additions
1325 - [Packaging] retpoline -- widen indirect call/jmp detection
1326 - [Packaging] retpoline -- elide %rip relative indirections
1327 - [Packaging] retpoline -- clear hint information from packages
1328 - SAUCE: apm -- annotate indirect calls within
1329 firmware_restrict_branch_speculation_{start,end}
1330 - SAUCE: EFI -- annotate indirect calls within
1331 firmware_restrict_branch_speculation_{start,end}
1332 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
1333 code
1334 - SAUCE: vga_set_mode -- avoid jump tables
1335 - [Config] retpoine -- switch to new format
1336
1337 * zfs system process hung on container stop/delete (LP: #1754584)
1338 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
1339 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
1340 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
1341
1342 * Important KVM fixes for ppc64el (LP: #1759045)
1343 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
1344 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
1345 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
1346 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
1347 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
1348 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
1349 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
1350
1351 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
1352 (LP: #1755073)
1353 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
1354
1355 * Update to ocxl driver (LP: #1755161)
1356 - ocxl: fix signed comparison with less than zero
1357 - ocxl: Fix potential bad errno on irq allocation
1358 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
1359
1360 * CAPI Flash (cxlflash) update (LP: #1752672)
1361 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
1362 - scsi: cxlflash: Explicitly cache number of interrupts per context
1363 - scsi: cxlflash: Remove embedded CXL work structures
1364 - scsi: cxlflash: Adapter context init can return error
1365 - scsi: cxlflash: Staging to support future accelerators
1366 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
1367 - SAUCE: cxlflash: Avoid clobbering context control register value
1368 - SAUCE: cxlflash: Add argument identifier names
1369 - SAUCE: cxlflash: Introduce OCXL backend
1370 - SAUCE: cxlflash: Hardware AFU for OCXL
1371 - SAUCE: cxlflash: Read host function configuration
1372 - SAUCE: cxlflash: Setup function acTag range
1373 - SAUCE: cxlflash: Read host AFU configuration
1374 - SAUCE: cxlflash: Setup AFU acTag range
1375 - SAUCE: cxlflash: Setup AFU PASID
1376 - SAUCE: cxlflash: Adapter context support for OCXL
1377 - SAUCE: cxlflash: Use IDR to manage adapter contexts
1378 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
1379 - SAUCE: cxlflash: Support adapter context discovery
1380 - SAUCE: cxlflash: Support image reload policy modification
1381 - SAUCE: cxlflash: MMIO map the AFU
1382 - SAUCE: cxlflash: Support starting an adapter context
1383 - SAUCE: cxlflash: Support process specific mappings
1384 - SAUCE: cxlflash: Support AFU state toggling
1385 - SAUCE: cxlflash: Support reading adapter VPD data
1386 - SAUCE: cxlflash: Setup function OCXL link
1387 - SAUCE: cxlflash: Setup OCXL transaction layer
1388 - SAUCE: cxlflash: Support process element lifecycle
1389 - SAUCE: cxlflash: Support AFU interrupt management
1390 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
1391 - SAUCE: cxlflash: Support starting user contexts
1392 - SAUCE: cxlflash: Support adapter context polling
1393 - SAUCE: cxlflash: Support adapter context reading
1394 - SAUCE: cxlflash: Support adapter context mmap and release
1395 - SAUCE: cxlflash: Support file descriptor mapping
1396 - SAUCE: cxlflash: Introduce object handle fop
1397 - SAUCE: cxlflash: Setup LISNs for user contexts
1398 - SAUCE: cxlflash: Setup LISNs for master contexts
1399 - SAUCE: cxlflash: Update synchronous interrupt status bits
1400 - SAUCE: cxlflash: Introduce OCXL context state machine
1401 - SAUCE: cxlflash: Register for translation errors
1402 - SAUCE: cxlflash: Support AFU reset
1403 - SAUCE: cxlflash: Enable OCXL operations
1404
1405 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
1406 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
1407 - platform/x86: intel_pmc_core: Change driver to a module
1408 - platform/x86: intel_pmc_core: Fix file permission warnings
1409 - platform/x86: intel_pmc_core: Refactor debugfs entries
1410 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
1411 - platform/x86: intel_pmc_core: Convert to ICPU macro
1412 - platform/x86: intel_pmc_core: Remove unused header file
1413 - ACPI / LPIT: Export lpit_read_residency_count_address()
1414 - platform/x86: intel_pmc_core: Read base address from LPIT
1415 - x86/cpu: Add Cannonlake to Intel family
1416 - platform/x86: intel_pmc_core: Add CannonLake PCH support
1417 - platform/x86: intel_pmc_core: Special case for Coffeelake
1418
1419 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
1420 (LP: #1755979)
1421 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
1422
1423 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
1424 (LP: #1736393)
1425 - SAUCE: drm/i915:Don't set chip specific data
1426 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
1427
1428 * [Bug] ISH support for CFL-H (LP: #1739522)
1429 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
1430
1431 * ath9k can't connect to wifi AP (LP: #1727228)
1432 - ath9k: add MSI support
1433 - ath9k: add a quirk to set use_msi automatically
1434
1435 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
1436 not listed under perf list (LP: #1755470)
1437 - iperf vendor events: Use more flexible pattern matching for CPU
1438 identification for mapfile.csv
1439
1440 * zed process consuming 100% cpu (LP: #1751796)
1441 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
1442
1443 * Bionic update to 4.15.13 stable release (LP: #1758886)
1444 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
1445 controllers
1446 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
1447 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
1448 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
1449 - Bluetooth: btqcomsmd: Fix skb double free corruption
1450 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
1451 - media: c8sectpfe: fix potential NULL pointer dereference in
1452 c8sectpfe_timer_interrupt
1453 - drm/msm: fix leak in failed get_pages
1454 - IB/ipoib: Warn when one port fails to initialize
1455 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
1456 - hv_netvsc: Fix the receive buffer size limit
1457 - hv_netvsc: Fix the TX/RX buffer default sizes
1458 - tcp: allow TLP in ECN CWR
1459 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
1460 - libbpf: prefer global symbols as bpf program name source
1461 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
1462 - rtlwifi: always initialize variables given to RT_TRACE()
1463 - media: bt8xx: Fix err 'bt878_probe()'
1464 - ath10k: handling qos at STA side based on AP WMM enable/disable
1465 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
1466 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
1467 - tty: goldfish: Enable 'earlycon' only if built-in
1468 - serial: 8250_dw: Disable clock on error
1469 - cros_ec: fix nul-termination for firmware build info
1470 - watchdog: Fix potential kref imbalance when opening watchdog
1471 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
1472 - platform/chrome: Use proper protocol transfer function
1473 - dmaengine: zynqmp_dma: Fix race condition in the probe
1474 - drm/tilcdc: ensure nonatomic iowrite64 is not used
1475 - mmc: avoid removing non-removable hosts during suspend
1476 - mmc: block: fix logical error to avoid memory leak
1477 - /dev/mem: Add bounce buffer for copy-out
1478 - net: phy: meson-gxl: check phy_write return value
1479 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
1480 - sfp: fix non-detection of PHY
1481 - media: s5p-mfc: Fix lock contention - request_firmware() once
1482 - rtc: ac100: Fix multiple race conditions
1483 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
1484 - RDMA/cma: Use correct size when writing netlink stats
1485 - IB/umem: Fix use of npages/nmap fields
1486 - iser-target: avoid reinitializing rdma contexts for isert commands
1487 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
1488 - vgacon: Set VGA struct resource types
1489 - omapdrm: panel: fix compatible vendor string for td028ttec1
1490 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
1491 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
1492 - pty: cancel pty slave port buf's work in tty_release
1493 - coresight: Fix disabling of CoreSight TPIU
1494 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
1495 - PCI: endpoint: Fix find_first_zero_bit() usage
1496 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
1497 - media: davinci: fix a debug printk
1498 - clk: check ops pointer on clock register
1499 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
1500 - clk: use round rate to bail out early in set_rate
1501 - pinctrl: Really force states during suspend/resume
1502 - pinctrl: rockchip: enable clock when reading pin direction register
1503 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
1504 - ip6_vti: adjust vti mtu according to mtu of lower device
1505 - ip_gre: fix error path when erspan_rcv failed
1506 - ip_gre: fix potential memory leak in erspan_rcv
1507 - soc: qcom: smsm: fix child-node lookup
1508 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
1509 - ARM: dts: aspeed-evb: Add unit name to memory node
1510 - nfsd4: permit layoutget of executable-only files
1511 - clk: at91: pmc: Wait for clocks when resuming
1512 - clk: Don't touch hardware when reparenting during registration
1513 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
1514 - clk: si5351: Rename internal plls to avoid name collisions
1515 - crypto: artpec6 - set correct iv size for gcm(aes)
1516 - hwrng: core - Clean up RNG list when last hwrng is unregistered
1517 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
1518 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
1519 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
1520 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
1521 - serial: 8250_pci: Don't fail on multiport card class
1522 - RDMA/core: Do not use invalid destination in determining port reuse
1523 - clk: migrate the count of orphaned clocks at init
1524 - RDMA/ucma: Fix access to non-initialized CM_ID object
1525 - RDMA/ucma: Don't allow join attempts for unsupported AF family
1526 - Linux 4.15.13
1527
1528 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
1529 "always" (LP: #1753708)
1530 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
1531
1532 * Bionic update to 4.15.12 stable release (LP: #1757465)
1533 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
1534 - x86/cpufeatures: Add Intel PCONFIG cpufeature
1535 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
1536 - selftests/x86/entry_from_vm86: Add test cases for POPF
1537 - x86/vm86/32: Fix POPF emulation
1538 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
1539 32-bit kernels
1540 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
1541 blacklist
1542 - KVM: x86: Fix device passthrough when SME is active
1543 - x86/mm: Fix vmalloc_fault to use pXd_large
1544 - parisc: Handle case where flush_cache_range is called with no context
1545 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
1546 - ALSA: hda - Revert power_save option default value
1547 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
1548 - ALSA: seq: Clear client entry before deleting else at closing
1549 - drm/nouveau/bl: Fix oops on driver unbind
1550 - drm/nouveau/mmu: ALIGN_DOWN correct variable
1551 - drm/amdgpu: fix prime teardown order
1552 - drm/radeon: fix prime teardown order
1553 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
1554 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
1555 - KVM: arm/arm64: Reduce verbosity of KVM init log
1556 - KVM: arm/arm64: Reset mapped IRQs on VM reset
1557 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
1558 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
1559 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
1560 - fs/aio: Add explicit RCU grace period when freeing kioctx
1561 - fs/aio: Use RCU accessors for kioctx_table->table[]
1562 - RDMAVT: Fix synchronization around percpu_ref
1563 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
1564 - nvme: fix subsystem multiple controllers support check
1565 - xfs: preserve i_rdev when recycling a reclaimable inode
1566 - btrfs: Fix NULL pointer exception in find_bio_stripe
1567 - btrfs: add missing initialization in btrfs_check_shared
1568 - btrfs: alloc_chunk: fix DUP stripe size handling
1569 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
1570 device
1571 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
1572 - btrfs: Fix memory barriers usage with device stats counters
1573 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
1574 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
1575 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
1576 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
1577 - usb: dwc2: fix STM32F7 USB OTG HS compatible
1578 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
1579 - USB: gadget: udc: Add missing platform_device_put() on error in
1580 bdc_pci_probe()
1581 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
1582 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
1583 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
1584 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
1585 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
1586 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
1587 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
1588 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
1589 - Linux 4.15.12
1590
1591 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
1592 (LP: #1757228)
1593 - cxl: Fix timebase synchronization status on P9
1594
1595 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
1596 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
1597 - x86/intel_rdt: Add command line parameter to control L2_CDP
1598
1599 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
1600 (LP: #1751724)
1601 - mm, dax: introduce pfn_t_special()
1602 - ext2: auto disable dax instead of failing mount
1603 - ext4: auto disable dax instead of failing mount
1604 - dax: require 'struct page' by default for filesystem dax
1605 - Config: Enable CONFIG_FS_DAX_LIMITED
1606
1607 * Bionic update to 4.15.11 stable release (LP: #1756978)
1608 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
1609 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
1610 - ASoC: sgtl5000: Fix suspend/resume
1611 - ASoC: wm_adsp: For TLV controls only register TLV get/set
1612 - ASoC: rt5651: Fix regcache sync errors on resume
1613 - usb: host: xhci-rcar: add support for r8a77965
1614 - xhci: Fix front USB ports on ASUS PRIME B350M-A
1615 - xhci: fix endpoint context tracer output
1616 - serial: sh-sci: prevent lockup on full TTY buffers
1617 - tty/serial: atmel: add new version check for usart
1618 - uas: fix comparison for error code
1619 - staging: comedi: fix comedi_nsamples_left.
1620 - staging: android: ashmem: Fix lockdep issue during llseek
1621 - scsi: sd_zbc: Fix potential memory leak
1622 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
1623 - usbip: vudc: fix null pointer dereference on udc->lock
1624 - usb: quirks: add control message delay for 1b1c:1b20
1625 - usb: usbmon: Read text within supplied buffer size
1626 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
1627 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
1628 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
1629 - serial: core: mark port as initialized in autoconfig
1630 - earlycon: add reg-offset to physical address before mapping
1631 - dm mpath: fix passing integrity data
1632 - Revert "btrfs: use proper endianness accessors for super_copy"
1633 - gfs2: Clean up {lookup,fillup}_metapath
1634 - gfs2: Fixes to "Implement iomap for block_map" (2)
1635 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
1636 - spi: imx: Fix failure path leak on GPIO request error correctly
1637 - HID: multitouch: Only look at non touch fields in first packet of a frame
1638 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
1639 - drm/edid: set ELD connector type in drm_edid_to_eld()
1640 - dma-buf/fence: Fix lock inversion within dma-fence-array
1641 - video/hdmi: Allow "empty" HDMI infoframes
1642 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
1643 - HID: elo: clear BTN_LEFT mapping
1644 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
1645 - ARM: dts: koelsch: Move cec_clock to root node
1646 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
1647 - ARM: dts: exynos: Correct Trats2 panel reset line
1648 - drm/amdgpu: fix get_max_engine_clock_in_mhz
1649 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
1650 - typec: tcpm: fusb302: Resolve out of order messaging events
1651 - USB: ledtrig-usbport: fix of-node leak
1652 - dt-bindings: serial: Add common rs485 binding for RTS polarity
1653 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
1654 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
1655 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
1656 - crypto: ecc - Fix NULL pointer deref. on no default_rng
1657 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
1658 - crypto: cavium - fix memory leak on info
1659 - test_firmware: fix setting old custom fw path back on exit
1660 - drm/vblank: Fix vblank timestamp debugs
1661 - net: ieee802154: adf7242: Fix bug if defined DEBUG
1662 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
1663 - perf report: Fix -D output for user metadata events
1664 - net: xfrm: allow clearing socket xfrm policies.
1665 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
1666 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
1667 - net: thunderx: Set max queue count taking XDP_TX into account
1668 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
1669 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
1670 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
1671 - userns: Don't fail follow_automount based on s_user_ns
1672 - xfrm: Fix xfrm_replay_overflow_offload_esn
1673 - leds: pm8058: Silence pointer to integer size warning
1674 - bpf: fix stack state printing in verifier log
1675 - power: supply: sbs-message: double left shift bug in sbsm_select()
1676 - power: supply: ab8500_charger: Fix an error handling path
1677 - power: supply: ab8500_charger: Bail out in case of error in
1678 'ab8500_charger_init_hw_registers()'
1679 - drm/etnaviv: make THERMAL selectable
1680 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
1681 - iio: health: max30102: Add power enable parameter to get_temp function
1682 - ath10k: update tdls teardown state to target
1683 - cpufreq: Fix governor module removal race
1684 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
1685 - drm/amdgpu:fix random missing of FLR NOTIFY
1686 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
1687 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
1688 - drm/sun4i: Fix format mask in DE2 driver
1689 - pinctrl: sh-pfc: r8a7791: Add can_clk function
1690 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
1691 STP_ISEN_1_D
1692 - perf annotate: Fix unnecessary memory allocation for s390x
1693 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
1694 - iwlwifi: mvm: avoid dumping assert log when device is stopped
1695 - drm/amdgpu:fix virtual dce bug
1696 - drm/amdgpu: fix amdgpu_sync_resv v2
1697 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
1698 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
1699 - mwifiex: cfg80211: do not change virtual interface during scan processing
1700 - ath10k: fix invalid STS_CAP_OFFSET_MASK
1701 - tools/usbip: fixes build with musl libc toolchain
1702 - spi: sun6i: disable/unprepare clocks on remove
1703 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
1704 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
1705 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
1706 - scsi: dh: add new rdac devices
1707 - clk: renesas: r8a77970: Add LVDS clock
1708 - staging: fsl-dpaa2/eth: Fix access to FAS field
1709 - media: vsp1: Prevent suspending and resuming DRM pipelines
1710 - dm raid: fix raid set size revalidation
1711 - media: cpia2: Fix a couple off by one bugs
1712 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
1713 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
1714 - net: sched: drop qdisc_reset from dev_graft_qdisc
1715 - veth: set peer GSO values
1716 - drm/amdkfd: Fix memory leaks in kfd topology
1717 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
1718 context
1719 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
1720 - agp/intel: Flush all chipset writes after updating the GGTT
1721 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
1722 - mac80211: remove BUG() when interface type is invalid
1723 - crypto: caam/qi - use correct print specifier for size_t
1724 - ASoC: nuc900: Fix a loop timeout test
1725 - mmc: mmc_test: Ensure command queue is disabled for testing
1726 - Fix misannotated out-of-line _copy_to_user()
1727 - ipvlan: add L2 check for packets arriving via virtual devices
1728 - rcutorture/configinit: Fix build directory error message
1729 - locking/locktorture: Fix num reader/writer corner cases
1730 - ima: relax requiring a file signature for new files with zero length
1731 - IB/mlx5: revisit -Wmaybe-uninitialized warning
1732 - dmaengine: qcom_hidma: check pending interrupts
1733 - drm/i915/glk: Disable Guc and HuC on GLK
1734 - Linux 4.15.11
1735 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
1736
1737 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
1738 - KVM: x86: add support for UMIP
1739 - KVM: Expose new cpu features to guest
1740
1741 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
1742 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
1743 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
1744
1745 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
1746 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
1747
1748 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
1749 device DAX backend (LP: #1745899)
1750 - x86/mm: add a function to check if a pfn is UC/UC-/WC
1751 - KVM: MMU: consider host cache mode in MMIO page check
1752
1753 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
1754 - nfp: add TLV capabilities to the BAR
1755 - nfp: read ME frequency from vNIC ctrl memory
1756 - nfp: fix TLV offset calculation
1757
1758 * Miscellaneous Ubuntu changes
1759 - [Packaging] skip cloud tools packaging when not building package
1760 - [Packaging] final-checks -- remove check for empty retpoline files
1761
1762 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
1763
1764 linux (4.15.0-13.14) bionic; urgency=medium
1765
1766 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
1767
1768 * devpts: handle bind-mounts (LP: #1755857)
1769 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
1770 - SAUCE: devpts: resolve devpts bind-mounts
1771 - SAUCE: devpts: comment devpts_mntget()
1772 - SAUCE: selftests: add devpts selftests
1773
1774 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
1775 - d-i: add hisi_sas_v3_hw to scsi-modules
1776
1777 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
1778 (LP: #1756097)
1779 - RDMA/hns: Refactor eq code for hip06
1780 - RDMA/hns: Add eq support of hip08
1781 - RDMA/hns: Add detailed comments for mb() call
1782 - RDMA/hns: Add rq inline data support for hip08 RoCE
1783 - RDMA/hns: Update the usage of sr_max and rr_max field
1784 - RDMA/hns: Set access flags of hip08 RoCE
1785 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
1786 - RDMA/hns: Fix QP state judgement before sending work requests
1787 - RDMA/hns: Assign dest_qp when deregistering mr
1788 - RDMA/hns: Fix endian problems around imm_data and rkey
1789 - RDMA/hns: Assign the correct value for tx_cqn
1790 - RDMA/hns: Create gsi qp in hip08
1791 - RDMA/hns: Add gsi qp support for modifying qp in hip08
1792 - RDMA/hns: Fill sq wqe context of ud type in hip08
1793 - RDMA/hns: Assign zero for pkey_index of wc in hip08
1794 - RDMA/hns: Update the verbs of polling for completion
1795 - RDMA/hns: Set the guid for hip08 RoCE device
1796 - net: hns3: Refactor of the reset interrupt handling logic
1797 - net: hns3: Add reset service task for handling reset requests
1798 - net: hns3: Refactors the requested reset & pending reset handling code
1799 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
1800 - net: hns3: Add mailbox support to VF driver
1801 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
1802 - net: hns3: Add HNS3 VF driver to kernel build framework
1803 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
1804 - net: hns3: Add mailbox support to PF driver
1805 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
1806 - net: hns3: Add mailbox interrupt handling to PF driver
1807 - net: hns3: add support to query tqps number
1808 - net: hns3: add support to modify tqps number
1809 - net: hns3: change the returned tqp number by ethtool -x
1810 - net: hns3: free the ring_data structrue when change tqps
1811 - net: hns3: get rss_size_max from configuration but not hardcode
1812 - net: hns3: add a mask initialization for mac_vlan table
1813 - net: hns3: add vlan offload config command
1814 - net: hns3: add ethtool related offload command
1815 - net: hns3: add handling vlan tag offload in bd
1816 - net: hns3: cleanup mac auto-negotiation state query
1817 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
1818 - net: hns3: add support for set_pauseparam
1819 - net: hns3: add support to update flow control settings after autoneg
1820 - net: hns3: add Asym Pause support to phy default features
1821 - net: hns3: add support for querying advertised pause frame by ethtool ethx
1822 - net: hns3: Increase the default depth of bucket for TM shaper
1823 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
1824 - net: hns3: hns3_get_channels() can be static
1825 - net: hns3: Add ethtool interface for vlan filter
1826 - net: hns3: Disable VFs change rxvlan offload status
1827 - net: hns3: Unify the strings display of packet statistics
1828 - net: hns3: Fix spelling errors
1829 - net: hns3: Remove repeat statistic of rx_errors
1830 - net: hns3: Modify the update period of packet statistics
1831 - net: hns3: Mask the packet statistics query when NIC is down
1832 - net: hns3: Fix an error of total drop packet statistics
1833 - net: hns3: Fix a loop index error of tqp statistics query
1834 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
1835 - net: hns3: Remove a useless member of struct hns3_stats
1836 - net: hns3: Add packet statistics of netdev
1837 - net: hns3: Fix a response data read error of tqp statistics query
1838 - net: hns3: fix for updating fc_mode_last_time
1839 - net: hns3: fix for setting MTU
1840 - net: hns3: fix for changing MTU
1841 - net: hns3: add MTU initialization for hardware
1842 - net: hns3: fix for not setting pause parameters
1843 - net: hns3: remove redundant semicolon
1844 - net: hns3: Add more packet size statisctics
1845 - Revert "net: hns3: Add packet statistics of netdev"
1846 - net: hns3: report the function type the same line with hns3_nic_get_stats64
1847 - net: hns3: add ethtool_ops.get_channels support for VF
1848 - net: hns3: remove TSO config command from VF driver
1849 - net: hns3: add ethtool_ops.get_coalesce support to PF
1850 - net: hns3: add ethtool_ops.set_coalesce support to PF
1851 - net: hns3: refactor interrupt coalescing init function
1852 - net: hns3: refactor GL update function
1853 - net: hns3: remove unused GL setup function
1854 - net: hns3: change the unit of GL value macro
1855 - net: hns3: add int_gl_idx setup for TX and RX queues
1856 - net: hns3: add feature check when feature changed
1857 - net: hns3: check for NULL function pointer in hns3_nic_set_features
1858 - net: hns: Fix for variable may be used uninitialized warnings
1859 - net: hns3: add support for get_regs
1860 - net: hns3: add manager table initialization for hardware
1861 - net: hns3: add ethtool -p support for fiber port
1862 - net: hns3: add net status led support for fiber port
1863 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
1864 - net: hns3: add get/set_coalesce support to VF
1865 - net: hns3: add int_gl_idx setup for VF
1866 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
1867
1868 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
1869 - KVM: arm64: Store vcpu on the stack during __guest_enter()
1870 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
1871 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
1872 - arm64: alternatives: use tpidr_el2 on VHE hosts
1873 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
1874 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
1875 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
1876 - arm64: Add vmap_stack header file
1877 - arm64: uaccess: Add PAN helper
1878 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
1879 - firmware: arm_sdei: Add support for CPU and system power states
1880 - firmware: arm_sdei: add support for CPU private events
1881 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
1882 - firmware: arm_sdei: Discover SDEI support via ACPI
1883 - arm64: sysreg: Move to use definitions for all the SCTLR bits
1884 - arm64: cpufeature: Detect CPU RAS Extentions
1885 - arm64: kernel: Survive corrected RAS errors notified by SError
1886 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
1887 first
1888 - arm64: kernel: Prepare for a DISR user
1889 - KVM: arm/arm64: mask/unmask daif around VHE guests
1890 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
1891 - KVM: arm64: Save/Restore guest DISR_EL1
1892 - KVM: arm64: Save ESR_EL2 on guest SError
1893 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
1894 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
1895 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
1896 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
1897
1898 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
1899 - scsi: hisi_sas: fix dma_unmap_sg() parameter
1900 - scsi: ata: enhance the definition of SET MAX feature field value
1901 - scsi: hisi_sas: relocate clearing ITCT and freeing device
1902 - scsi: hisi_sas: optimise port id refresh function
1903 - scsi: hisi_sas: some optimizations of host controller reset
1904 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
1905 - scsi: hisi_sas: add an mechanism to do reset work synchronously
1906 - scsi: hisi_sas: change ncq process for v3 hw
1907 - scsi: hisi_sas: add RAS feature for v3 hw
1908 - scsi: hisi_sas: add some print to enhance debugging
1909 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
1910 - scsi: hisi_sas: add v2 hw port AXI error handling support
1911 - scsi: hisi_sas: use an general way to delay PHY work
1912 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
1913 - scsi: hisi_sas: judge result of internal abort
1914 - scsi: hisi_sas: add internal abort dev in some places
1915 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
1916 - scsi: hisi_sas: re-add the lldd_port_deformed()
1917 - scsi: hisi_sas: add v3 hw suspend and resume
1918 - scsi: hisi_sas: Change frame type for SET MAX commands
1919 - scsi: hisi_sas: make local symbol host_attrs static
1920 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
1921 - SAUCE: scsi: hisi_sas: config for hip08 ES
1922 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
1923 - PM / core: Add LEAVE_SUSPENDED driver flag
1924 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
1925 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
1926 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
1927 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
1928 - PCI/ASPM: Unexport internal ASPM interfaces
1929 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
1930 - PCI/AER: Return error if AER is not supported
1931 - PCI/DPC: Enable DPC only if AER is available
1932
1933 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
1934 - s390: scrub registers on kernel entry and KVM exit
1935 - s390: add optimized array_index_mask_nospec
1936 - s390/alternative: use a copy of the facility bit mask
1937 - s390: add options to change branch prediction behaviour for the kernel
1938 - s390: run user space and KVM guests with modified branch prediction
1939 - s390: introduce execute-trampolines for branches
1940 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
1941 - s390: do not bypass BPENTER for interrupt system calls
1942 - s390/entry.S: fix spurious zeroing of r0
1943
1944 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
1945 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
1946
1947 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
1948 fixes (LP: #1752182)
1949 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
1950 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
1951 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
1952 - scsi: lpfc: Fix NVME LS abort_xri
1953 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
1954 - scsi: lpfc: Driver fails to detect direct attach storage array
1955 - scsi: lpfc: Fix display for debugfs queInfo
1956 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
1957 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
1958 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
1959 - scsi: lpfc: correct port registrations with nvme_fc
1960 - scsi: lpfc: Correct driver deregistrations with host nvme transport
1961 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
1962 - scsi: lpfc: Fix driver handling of nvme resources during unload
1963 - scsi: lpfc: small sg cnt cleanup
1964 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
1965 - scsi: lpfc: update driver version to 11.4.0.5
1966 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
1967 - scsi: lpfc: Fix receive PRLI handling
1968 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
1969 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
1970 - scsi: lpfc: Fix issues connecting with nvme initiator
1971 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
1972 - scsi: lpfc: Beef up stat counters for debug
1973 - scsi: lpfc: update driver version to 11.4.0.6
1974 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
1975 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
1976 - scsi: lpfc: don't dereference localport before it has been null checked
1977 - scsi: lpfc: fix a couple of minor indentation issues
1978 - treewide: Use DEVICE_ATTR_RW
1979 - treewide: Use DEVICE_ATTR_RO
1980 - treewide: Use DEVICE_ATTR_WO
1981 - scsi: lpfc: Fix frequency of Release WQE CQEs
1982 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
1983 - scsi: lpfc: move placement of target destroy on driver detach
1984 - scsi: lpfc: correct debug counters for abort
1985 - scsi: lpfc: Add WQ Full Logic for NVME Target
1986 - scsi: lpfc: Fix PRLI handling when topology type changes
1987 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
1988 - scsi: lpfc: Fix RQ empty firmware trap
1989 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
1990 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
1991 - scsi: lpfc: Fix issue_lip if link is disabled
1992 - scsi: lpfc: Indicate CONF support in NVMe PRLI
1993 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
1994 - scsi: lpfc: Validate adapter support for SRIU option
1995 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
1996 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
1997 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
1998 - scsi: lpfc: update driver version to 11.4.0.7
1999 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
2000 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
2001 - scsi: lpfc: Rework sli4 doorbell infrastructure
2002 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
2003 - scsi: lpfc: Add push-to-adapter support to sli4
2004 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
2005 - scsi: lpfc: Add 64G link speed support
2006 - scsi: lpfc: Add if_type=6 support for cycling valid bits
2007 - scsi: lpfc: Enable fw download on if_type=6 devices
2008 - scsi: lpfc: Add embedded data pointers for enhanced performance
2009 - scsi: lpfc: Fix nvme embedded io length on new hardware
2010 - scsi: lpfc: Work around NVME cmd iu SGL type
2011 - scsi: lpfc: update driver version to 12.0.0.0
2012 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
2013 - scsi: lpfc: use __raw_writeX on DPP copies
2014 - scsi: lpfc: Add missing unlock in WQ full logic
2015
2016 * CVE-2018-8043
2017 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
2018 unimac_mdio_probe()
2019
2020 * Bionic update to 4.15.10 stable release (LP: #1756100)
2021 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
2022 WYSE"
2023 - RDMA/ucma: Limit possible option size
2024 - RDMA/ucma: Check that user doesn't overflow QP state
2025 - RDMA/mlx5: Fix integer overflow while resizing CQ
2026 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
2027 - IB/uverbs: Improve lockdep_check
2028 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
2029 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
2030 - regulator: stm32-vrefbuf: fix check on ready flag
2031 - drm/i915: Check for fused or unused pipes
2032 - drm/i915/audio: fix check for av_enc_map overflow
2033 - drm/i915: Fix rsvd2 mask when out-fence is returned
2034 - drm/i915: Clear the in-use marker on execbuf failure
2035 - drm/i915: Disable DC states around GMBUS on GLK
2036 - drm/i915: Update watermark state correctly in sanitize_watermarks
2037 - drm/i915: Try EDID bitbanging on HDMI after failed read
2038 - drm/i915/perf: fix perf stream opening lock
2039 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
2040 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
2041 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
2042 - workqueue: Allow retrieval of current task's work struct
2043 - drm: Allow determining if current task is output poll worker
2044 - drm/nouveau: Fix deadlock on runtime suspend
2045 - drm/radeon: Fix deadlock on runtime suspend
2046 - drm/amdgpu: Fix deadlock on runtime suspend
2047 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
2048 - drm/amd/powerplay/smu7: allow mclk switching with no displays
2049 - drm/amd/powerplay/vega10: allow mclk switching with no displays
2050 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
2051 - drm/amd/display: check for ipp before calling cursor operations
2052 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
2053 - drm/amd/powerplay: fix power over limit on Fiji
2054 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
2055 - drm/amdgpu: used cached pcie gen info for SI (v2)
2056 - drm/amdgpu: Notify sbios device ready before send request
2057 - drm/radeon: fix KV harvesting
2058 - drm/amdgpu: fix KV harvesting
2059 - drm/amdgpu:Correct max uvd handles
2060 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
2061 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
2062 - MIPS: BMIPS: Do not mask IPIs during suspend
2063 - MIPS: ath25: Check for kzalloc allocation failure
2064 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
2065 - PCI: dwc: Fix enumeration end when reaching root subordinate
2066 - Input: matrix_keypad - fix race when disabling interrupts
2067 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
2068 - bug: use %pB in BUG and stack protector failure
2069 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
2070 - mm/memblock.c: hardcode the end_pfn being -1
2071 - Documentation/sphinx: Fix Directive import error
2072 - loop: Fix lost writes caused by missing flag
2073 - virtio_ring: fix num_free handling in error case
2074 - KVM: s390: fix memory overwrites when not using SCA entries
2075 - arm64: mm: fix thinko in non-global page table attribute check
2076 - IB/core: Fix missing RDMA cgroups release in case of failure to register
2077 device
2078 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
2079 - kbuild: Handle builtin dtb file names containing hyphens
2080 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
2081 - IB/mlx5: Fix incorrect size of klms in the memory region
2082 - bcache: fix crashes in duplicate cache device register
2083 - bcache: don't attach backing with duplicate UUID
2084 - x86/MCE: Save microcode revision in machine check records
2085 - x86/MCE: Serialize sysfs changes
2086 - perf tools: Fix trigger class trigger_on()
2087 - x86/spectre_v2: Don't check microcode versions when running under
2088 hypervisors
2089 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
2090 - ALSA: hda/realtek - Add headset mode support for Dell laptop
2091 - ALSA: hda/realtek: Limit mic boost on T480
2092 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
2093 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
2094 - ALSA: seq: More protection for concurrent write and ioctl races
2095 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
2096 - ALSA: hda: add dock and led support for HP ProBook 640 G2
2097 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
2098 - scsi: qla2xxx: Fix recursion while sending terminate exchange
2099 - dt-bindings: Document mti,mips-cpc binding
2100 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
2101 - nospec: Kill array_index_nospec_mask_check()
2102 - nospec: Include <asm/barrier.h> dependency
2103 - x86/entry: Reduce the code footprint of the 'idtentry' macro
2104 - x86/entry/64: Use 'xorl' for faster register clearing
2105 - x86/mm: Remove stale comment about KMEMCHECK
2106 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
2107 - x86/IO-APIC: Avoid warning in 32-bit builds
2108 - x86/LDT: Avoid warning in 32-bit builds with older gcc
2109 - x86-64/realmode: Add instruction suffix
2110 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
2111 - x86/speculation: Use IBRS if available before calling into firmware
2112 - x86/retpoline: Support retpoline builds with Clang
2113 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
2114 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
2115 - x86/paravirt, objtool: Annotate indirect calls
2116 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
2117 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
2118 - objtool: Use existing global variables for options
2119 - objtool: Add retpoline validation
2120 - objtool: Add module specific retpoline rules
2121 - objtool, retpolines: Integrate objtool with retpoline support more closely
2122 - objtool: Fix another switch table detection issue
2123 - objtool: Fix 32-bit build
2124 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
2125 - watchdog: hpwdt: SMBIOS check
2126 - watchdog: hpwdt: Check source of NMI
2127 - watchdog: hpwdt: fix unused variable warning
2128 - watchdog: hpwdt: Remove legacy NMI sourcing.
2129 - netfilter: add back stackpointer size checks
2130 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
2131 - netfilter: xt_hashlimit: fix lock imbalance
2132 - netfilter: x_tables: fix missing timer initialization in xt_LED
2133 - netfilter: nat: cope with negative port range
2134 - netfilter: IDLETIMER: be syzkaller friendly
2135 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
2136 - netfilter: bridge: ebt_among: add missing match size checks
2137 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
2138 - netfilter: use skb_to_full_sk in ip6_route_me_harder
2139 - tpm_tis: Move ilb_base_addr to tpm_tis_data
2140 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
2141 - tpm: delete the TPM_TIS_CLK_ENABLE flag
2142 - tpm: remove unused variables
2143 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
2144 - x86/xen: Calculate __max_logical_packages on PV domains
2145 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
2146 - scsi: qla2xxx: Fix gpnid error processing
2147 - scsi: qla2xxx: Move session delete to driver work queue
2148 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
2149 - scsi: qla2xxx: Fix re-login for Nport Handle in use
2150 - scsi: qla2xxx: Retry switch command on time out
2151 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
2152 - scsi: qla2xxx: Fix login state machine stuck at GPDB
2153 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
2154 - scsi: qla2xxx: Relogin to target port on a cable swap
2155 - scsi: qla2xxx: Fix Relogin being triggered too fast
2156 - scsi: qla2xxx: Fix PRLI state check
2157 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
2158 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
2159 - scsi: qla2xxx: Fix scan state field for fcport
2160 - scsi: qla2xxx: Clear loop id after delete
2161 - scsi: qla2xxx: Defer processing of GS IOCB calls
2162 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
2163 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
2164 - scsi: qla2xxx: Fix memory leak in dual/target mode
2165 - NFS: Fix an incorrect type in struct nfs_direct_req
2166 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
2167 - NFS: Fix unstable write completion
2168 - Linux 4.15.10
2169
2170 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
2171 - ALSA: seq: Don't allow resizing pool in use
2172
2173 * nfp: prioritize stats updates (LP: #1752061)
2174 - nfp: flower: prioritize stats updates
2175
2176 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
2177 (LP: #1753371)
2178 - nvme-pci: Fix EEH failure on ppc
2179
2180 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
2181 - watchdog: sbsa: use 32-bit read for WCV
2182
2183 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
2184 - KVM: s390: diagnoses are instructions as well
2185 - KVM: s390: add vcpu stat counters for many instruction
2186
2187 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
2188 - CIFS: make IPC a regular tcon
2189 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
2190 - CIFS: dump IPC tcon in debug proc file
2191
2192 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
2193 - i2c: octeon: Prevent error message on bus error
2194
2195 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
2196 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
2197 - scsi: qla2xxx: Fix memory corruption during hba reset test
2198
2199 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
2200 (LP: #1752236)
2201 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
2202
2203 * Fix ARC hit rate (LP: #1755158)
2204 - SAUCE: Fix ARC hit rate (LP: #1755158)
2205
2206 * Bionic update to 4.15.9 stable release (LP: #1755275)
2207 - bpf: fix mlock precharge on arraymaps
2208 - bpf: fix memory leak in lpm_trie map_free callback function
2209 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
2210 - bpf, x64: implement retpoline for tail call
2211 - bpf, arm64: fix out of bounds access in tail call
2212 - bpf: add schedule points in percpu arrays management
2213 - bpf: allow xadd only on aligned memory
2214 - bpf, ppc64: fix out of bounds access in tail call
2215 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
2216 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
2217 - KVM: x86: fix backward migration with async_PF
2218 - Linux 4.15.9
2219
2220 * Bionic update to 4.15.8 stable release (LP: #1755179)
2221 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
2222 - ipmi_si: Fix error handling of platform device
2223 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
2224 - powerpc/pseries: Enable RAS hotplug events later
2225 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
2226 - ixgbe: fix crash in build_skb Rx code path
2227 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
2228 bus
2229 - tpm: fix potential buffer overruns caused by bit glitches on the bus
2230 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
2231 the bus
2232 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
2233 bus
2234 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
2235 - ALSA: usb-audio: Add a quirck for B&W PX headphones
2236 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
2237 - ALSA: x86: Fix missing spinlock and mutex initializations
2238 - ALSA: hda: Add a power_save blacklist
2239 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
2240 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
2241 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
2242 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
2243 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
2244 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
2245 - timers: Forward timer base before migrating timers
2246 - parisc: Use cr16 interval timers unconditionally on qemu
2247 - parisc: Reduce irq overhead when run in qemu
2248 - parisc: Fix ordering of cache and TLB flushes
2249 - parisc: Hide virtual kernel memory layout
2250 - btrfs: use proper endianness accessors for super_copy
2251 - block: fix the count of PGPGOUT for WRITE_SAME
2252 - block: kyber: fix domain token leak during requeue
2253 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
2254 - vfio: disable filesystem-dax page pinning
2255 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
2256 - dax: fix vma_is_fsdax() helper
2257 - direct-io: Fix sleep in atomic due to sync AIO
2258 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
2259 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
2260 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
2261 - bridge: check brport attr show in brport_show
2262 - fib_semantics: Don't match route with mismatching tclassid
2263 - hdlc_ppp: carrier detect ok, don't turn off negotiation
2264 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
2265 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
2266 - net: ethernet: ti: cpsw: fix net watchdog timeout
2267 - net: fix race on decreasing number of TX queues
2268 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
2269 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
2270 - net: sched: report if filter is too large to dump
2271 - ppp: prevent unregistered channels from connecting to PPP units
2272 - sctp: verify size of a new chunk in _sctp_make_chunk()
2273 - udplite: fix partial checksum initialization
2274 - net/mlx5e: Fix TCP checksum in LRO buffers
2275 - sctp: fix dst refcnt leak in sctp_v4_get_dst
2276 - mlxsw: spectrum_switchdev: Check success of FDB add operation
2277 - net/mlx5e: Specify numa node when allocating drop rq
2278 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
2279 - tcp: Honor the eor bit in tcp_mtu_probe
2280 - rxrpc: Fix send in rxrpc_send_data_packet()
2281 - tcp_bbr: better deal with suboptimal GSO
2282 - doc: Change the min default value of tcp_wmem/tcp_rmem.
2283 - net/mlx5e: Fix loopback self test when GRO is off
2284 - net_sched: gen_estimator: fix broken estimators based on percpu stats
2285 - net/sched: cls_u32: fix cls_u32 on filter replace
2286 - sctp: do not pr_err for the duplicated node in transport rhlist
2287 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
2288 - net: ipv4: Set addr_type in hash_keys for forwarded case
2289 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
2290 - bridge: Fix VLAN reference count problem
2291 - net/mlx5e: Verify inline header size do not exceed SKB linear size
2292 - tls: Use correct sk->sk_prot for IPV6
2293 - amd-xgbe: Restore PCI interrupt enablement setting on resume
2294 - cls_u32: fix use after free in u32_destroy_key()
2295 - mlxsw: spectrum_router: Do not unconditionally clear route offload
2296 indication
2297 - netlink: put module reference if dump start fails
2298 - tcp: purge write queue upon RST
2299 - tuntap: correctly add the missing XDP flush
2300 - tuntap: disable preemption during XDP processing
2301 - virtio-net: disable NAPI only when enabled during XDP set
2302 - cxgb4: fix trailing zero in CIM LA dump
2303 - net/mlx5: Fix error handling when adding flow rules
2304 - net: phy: Restore phy_resume() locking assumption
2305 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
2306 - l2tp: don't use inet_shutdown on tunnel destroy
2307 - l2tp: don't use inet_shutdown on ppp session destroy
2308 - l2tp: fix races with tunnel socket close
2309 - l2tp: fix race in pppol2tp_release with session object destroy
2310 - l2tp: fix tunnel lookup use-after-free race
2311 - s390/qeth: fix underestimated count of buffer elements
2312 - s390/qeth: fix SETIP command handling
2313 - s390/qeth: fix overestimated count of buffer elements
2314 - s390/qeth: fix IP removal on offline cards
2315 - s390/qeth: fix double-free on IP add/remove race
2316 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
2317 - s390/qeth: fix IP address lookup for L3 devices
2318 - s390/qeth: fix IPA command submission race
2319 - tcp: revert F-RTO middle-box workaround
2320 - tcp: revert F-RTO extension to detect more spurious timeouts
2321 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
2322 ->dispatch
2323 - media: m88ds3103: don't call a non-initalized function
2324 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
2325 - KVM: s390: take care of clock-comparator sign control
2326 - KVM: s390: provide only a single function for setting the tod (fix SCK)
2327 - KVM: s390: consider epoch index on hotplugged CPUs
2328 - KVM: s390: consider epoch index on TOD clock syncs
2329 - nospec: Allow index argument to have const-qualified type
2330 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
2331 - ARM: orion: fix orion_ge00_switch_board_info initialization
2332 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
2333 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
2334 - ARM: kvm: fix building with gcc-8
2335 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
2336 - KVM: mmu: Fix overlap between public and private memslots
2337 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
2338 - KVM: x86: move LAPIC initialization after VMCS creation
2339 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
2340 path as unlikely()
2341 - KVM: x86: fix vcpu initialization with userspace lapic
2342 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
2343 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
2344 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
2345 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
2346 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
2347 - md: only allow remove_and_add_spares when no sync_thread running.
2348 - platform/x86: dell-laptop: fix kbd_get_state's request value
2349 - Linux 4.15.8
2350
2351 * ZFS setgid broken on 0.7 (LP: #1753288)
2352 - SAUCE: Fix ZFS setgid
2353
2354 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
2355 - vsprintf: avoid misleading "(null)" for %px
2356
2357 * Miscellaneous Ubuntu changes
2358 - d-i: Add netsec to nic-modules
2359 - [Config] fix up retpoline abi files
2360 - [Config] set NOBP and expoline options for s390
2361
2362 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
2363
2364 linux (4.15.0-12.13) bionic; urgency=medium
2365
2366 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
2367
2368 * CONFIG_EFI=y on armhf (LP: #1726362)
2369 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
2370
2371 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
2372 - powerpc/pseries: Support firmware disable of RFI flush
2373 - powerpc/powernv: Support firmware disable of RFI flush
2374
2375 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
2376 (LP: #1751714)
2377 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
2378 - pinctrl: intel: Allow custom GPIO base for pad groups
2379 - pinctrl: cannonlake: Align GPIO number space with Windows
2380
2381 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
2382 - usb: xhci: Make some static functions global
2383 - usb: xhci: Add DbC support in xHCI driver
2384 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
2385
2386 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
2387 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
2388
2389 * headset mic can't be detected on two Dell machines (LP: #1748807)
2390 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
2391
2392 * hisi_sas: Add disk LED support (LP: #1752695)
2393 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
2394
2395 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
2396 (LP: #1742561)
2397 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
2398
2399 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
2400 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
2401 during suspend/resume with usb storage. (LP: #1730599)
2402 - usb: Don't print a warning if interface driver rebind is deferred at resume
2403
2404 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
2405 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
2406 - [Config] retpoline -- clean up i386 retpoline files
2407
2408 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
2409 callback") (LP: #1738334)
2410 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
2411
2412 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
2413 being charged (LP: #1661876) // AC adapter status not detected on Asus
2414 ZenBook UX410UAK (LP: #1745032)
2415 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
2416
2417 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
2418 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
2419
2420 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
2421 (LP: #1747639)
2422 - s390/diag: add diag26c support for VNIC info
2423 - s390/qeth: support early setup for z/VM NICs
2424
2425 * Bionic update to v4.15.7 stable release (LP: #1752317)
2426 - netfilter: drop outermost socket lock in getsockopt()
2427 - arm64: mm: don't write garbage into TTBR1_EL1 register
2428 - kconfig.h: Include compiler types to avoid missed struct attributes
2429 - MIPS: boot: Define __ASSEMBLY__ for its.S build
2430 - xtensa: fix high memory/reserved memory collision
2431 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
2432 - MIPS: Drop spurious __unused in struct compat_flock
2433 - cfg80211: fix cfg80211_beacon_dup
2434 - i2c: designware: must wait for enable
2435 - i2c: bcm2835: Set up the rising/falling edge delays
2436 - X.509: fix BUG_ON() when hash algorithm is unsupported
2437 - X.509: fix NULL dereference when restricting key with unsupported_sig
2438 - PKCS#7: fix certificate chain verification
2439 - PKCS#7: fix certificate blacklisting
2440 - extcon: int3496: process id-pin first so that we start with the right status
2441 - genirq/matrix: Handle CPU offlining proper
2442 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
2443 - RDMA/uverbs: Protect from command mask overflow
2444 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
2445 - RDMA/uverbs: Fix circular locking dependency
2446 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
2447 - iio: adc: stm32: fix stm32h7_adc_enable error handling
2448 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
2449 - iio: buffer: check if a buffer has been set up when poll is called
2450 - iio: adis_lib: Initialize trigger before requesting interrupt
2451 - Kbuild: always define endianess in kconfig.h
2452 - x86/apic/vector: Handle vector release on CPU unplug correctly
2453 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
2454 - mm, swap, frontswap: fix THP swap if frontswap enabled
2455 - mm: don't defer struct page initialization for Xen pv guests
2456 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
2457 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
2458 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
2459 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
2460 - net: thunderbolt: Tear down connection properly on suspend
2461 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
2462 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
2463 io_watchdog_func()
2464 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
2465 usb_kill_urb() and finish_unlinks()
2466 - arm64: Remove unimplemented syscall log message
2467 - arm64: Disable unhandled signal log messages by default
2468 - arm64: cpufeature: Fix CTR_EL0 field definitions
2469 - Add delay-init quirk for Corsair K70 RGB keyboards
2470 - usb: host: ehci: use correct device pointer for dma ops
2471 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
2472 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
2473 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
2474 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
2475 - Revert "usb: musb: host: don't start next rx urb if current one failed"
2476 - usb: gadget: f_fs: Process all descriptors during bind
2477 - usb: gadget: f_fs: Use config_ep_by_speed()
2478 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
2479 - drm/cirrus: Load lut in crtc_commit
2480 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
2481 - drm: Handle unexpected holes in color-eviction
2482 - drm/amdgpu: disable MMHUB power gating on raven
2483 - drm/amdgpu: fix VA hole handling on Vega10 v3
2484 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
2485 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
2486 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
2487 - drm/amdgpu: add new device to use atpx quirk
2488 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
2489 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
2490 - microblaze: fix endian handling
2491 - Linux 4.15.7
2492
2493 * [regression] Colour banding and artefacts appear system-wide on an Asus
2494 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
2495 to v4.15.7 stable release (LP: #1752317)
2496 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
2497
2498 * errors with sas hotplug (LP: #1752146)
2499 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
2500 - scsi: libsas: fix error when getting phy events
2501 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
2502 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
2503 - scsi: libsas: shut down the PHY if events reached the threshold
2504 - scsi: libsas: make the event threshold configurable
2505 - scsi: libsas: Use new workqueue to run sas event and disco event
2506 - scsi: libsas: use flush_workqueue to process disco events synchronously
2507 - scsi: libsas: direct call probe and destruct
2508 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
2509
2510 * rtnetlink: enable namespace identifying properties in rtnetlink requests
2511 (LP: #1748232)
2512 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
2513 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
2514 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
2515 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
2516 - rtnetlink: remove check for IFLA_IF_NETNSID
2517 - rtnetlink: require unique netns identifier
2518
2519 * Bionic update to v4.15.6 stable release (LP: #1752119)
2520 - tun: fix tun_napi_alloc_frags() frag allocator
2521 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
2522 - ptr_ring: try vmalloc() when kmalloc() fails
2523 - selinux: ensure the context is NUL terminated in
2524 security_context_to_sid_core()
2525 - selinux: skip bounded transition processing if the policy isn't loaded
2526 - media: pvrusb2: properly check endpoint types
2527 - crypto: x86/twofish-3way - Fix %rbp usage
2528 - staging: android: ion: Add __GFP_NOWARN for system contig heap
2529 - staging: android: ion: Switch from WARN to pr_warn
2530 - blk_rq_map_user_iov: fix error override
2531 - KVM: x86: fix escape of guest dr6 to the host
2532 - kcov: detect double association with a single task
2533 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
2534 - netfilter: x_tables: avoid out-of-bounds reads in
2535 xt_request_find_{match|target}
2536 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
2537 - netfilter: on sockopt() acquire sock lock only in the required scope
2538 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
2539 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
2540 - rds: tcp: correctly sequence cleanup on netns deletion.
2541 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
2542 delete
2543 - net: avoid skb_warn_bad_offload on IS_ERR
2544 - net_sched: gen_estimator: fix lockdep splat
2545 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
2546 - ASoC: ux500: add MODULE_LICENSE tag
2547 - video: fbdev/mmp: add MODULE_LICENSE
2548 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
2549 - arm64: dts: add #cooling-cells to CPU nodes
2550 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
2551 - ANDROID: binder: remove WARN() for redundant txn error
2552 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
2553 - staging: android: ashmem: Fix a race condition in pin ioctls
2554 - binder: check for binder_thread allocation failure in binder_poll()
2555 - binder: replace "%p" with "%pK"
2556 - staging: fsl-mc: fix build testing on x86
2557 - staging: iio: adc: ad7192: fix external frequency setting
2558 - staging: iio: ad5933: switch buffer mode to software
2559 - xhci: Fix NULL pointer in xhci debugfs
2560 - xhci: Fix xhci debugfs devices node disappearance after hibernation
2561 - xhci: xhci debugfs device nodes weren't removed after device plugged out
2562 - xhci: fix xhci debugfs errors in xhci_stop
2563 - usbip: keep usbip_device sockfd state in sync with tcp_socket
2564 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
2565 - mei: me: add cannon point device ids
2566 - mei: me: add cannon point device ids for 4th device
2567 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
2568 - Linux 4.15.6
2569
2570 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
2571 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
2572
2573 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
2574 - powerpc/powernv: Introduce new PHB type for opencapi links
2575 - powerpc/powernv: Set correct configuration space size for opencapi devices
2576 - powerpc/powernv: Add opal calls for opencapi
2577 - powerpc/powernv: Add platform-specific services for opencapi
2578 - powerpc/powernv: Capture actag information for the device
2579 - ocxl: Driver code for 'generic' opencapi devices
2580 - ocxl: Add AFU interrupt support
2581 - ocxl: Add a kernel API for other opencapi drivers
2582 - ocxl: Add trace points
2583 - ocxl: Add Makefile and Kconfig
2584 - [Config] CONFIG_OCXL=m for ppc64el
2585 - cxl: Remove support for "Processing accelerators" class
2586 - ocxl: Documentation
2587 - ocxl: add MAINTAINERS entry
2588 - cxl: Add support for ASB_Notify on POWER9
2589
2590 * Request to update 18.04 kernel aacraid to upstream 4.16 version
2591 (LP: #1746801)
2592 - scsi: aacraid: remove unused variable managed_request_id
2593 - scsi: aacraid: Do not attempt abort when Fw panicked
2594 - scsi: aacraid: Do not remove offlined devices
2595 - scsi: aacraid: Fix ioctl reset hang
2596 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
2597 - scsi: aacraid: Refactor reset_host store function
2598 - scsi: aacraid: Move code to wait for IO completion to shutdown func
2599 - scsi: aacraid: Create bmic submission function from bmic identify
2600 - scsi: aacraid: Change phy luns function to use common bmic function
2601 - scsi: aacraid: Refactor and rename to make mirror existing changes
2602 - scsi: aacraid: Add target setup helper function
2603 - scsi: aacraid: Untangle targets setup from report phy luns
2604 - scsi: aacraid: Move function around to match existing code
2605 - scsi: aacraid: Create helper functions to get lun info
2606 - scsi: aacraid: Save bmic phy information for each phy
2607 - scsi: aacraid: Add helper function to set queue depth
2608 - scsi: aacraid: Merge func to get container information
2609 - scsi: aacraid: Process hba and container hot plug events in single function
2610 - scsi: aacraid: Added macros to help loop through known buses and targets
2611 - scsi: aacraid: Refactor resolve luns code and scsi functions
2612 - scsi: aacraid: Merge adapter setup with resolve luns
2613 - scsi: aacraid: Block concurrent hotplug event handling
2614 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
2615 - scsi: aacraid: Reschedule host scan in case of failure
2616 - scsi: aacraid: Fix hang while scanning in eh recovery
2617 - scsi: aacraid: Skip schedule rescan in case of kdump
2618 - scsi: aacraid: Remove unused rescan variable
2619 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
2620 - scsi: aacraid: Update driver version to 50877
2621 - scsi: aacraid: Fix driver oops with dead battery
2622 - scsi: aacraid: remove redundant setting of variable c
2623 - scsi: aacraid: Get correct lun count
2624 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
2625
2626 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
2627 - powerpc/modules: Add REL24 relocation support of livepatch symbols
2628 - powerpc/modules: Don't try to restore r2 after a sibling call
2629 - powerpc/modules: Improve restore_r2() error message
2630
2631 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
2632 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
2633 - ibmvnic: Increase maximum number of RX/TX queues
2634 - ibmvnic: Include header descriptor support for ARP packets
2635 - ibmvnic: Don't handle RX interrupts when not up.
2636 - ibmvnic: Wait for device response when changing MAC
2637 - ibmvnic: fix firmware version when no firmware level has been provided by
2638 the VIOS server
2639 - ibmvnic: fix empty firmware version and errors cleanup
2640 - ibmvnic: Fix rx queue cleanup for non-fatal resets
2641 - ibmvnic: Ensure that buffers are NULL after free
2642 - ibmvnic: queue reset when CRQ gets closed during reset
2643 - ibmvnic: Reset long term map ID counter
2644 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
2645 - ibmvnic: Wait until reset is complete to set carrier on
2646 - ibmvnic: Fix login buffer memory leaks
2647 - ibmvnic: Fix NAPI structures memory leak
2648 - ibmvnic: Free RX socket buffer in case of adapter error
2649 - ibmvnic: Clean RX pool buffers during device close
2650 - ibmvnic: Check for NULL skb's in NAPI poll routine
2651 - ibmvnic: Fix early release of login buffer
2652
2653 * Power9 DD 2.2 needs HMI fixup backport of upstream
2654 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
2655 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
2656
2657 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
2658 - d-i: add cxgb4 to nic-modules
2659
2660 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
2661 driver (LP: #1751337)
2662 - tg3: APE heartbeat changes
2663
2664 * Miscellaneous Ubuntu changes
2665 - ubuntu: vbox -- update to 5.2.6-dfsg-5
2666 - Revert "UBUNTU: SAUCE: Import aufs driver"
2667 - SAUCE: Import aufs driver
2668 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
2669 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
2670 - [Config] fix up retpoline abi files
2671 - ubuntu: vbox -- update to 5.2.8-dfsg-2
2672
2673 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
2674
2675 linux (4.15.0-11.12) bionic; urgency=medium
2676
2677 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
2678
2679 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
2680 - [Config] CONFIG_INDIRECT_PIO=y
2681 - SAUCE: LIB: Introduce a generic PIO mapping method
2682 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
2683 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
2684 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
2685 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
2686 - [Config] CONFIG_HISILICON_LPC=y
2687 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
2688 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
2689 - SAUCE: HISI LPC: Add ACPI support
2690 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
2691
2692 * Bionic update to v4.15.5 stable release (LP: #1751131)
2693 - scsi: smartpqi: allow static build ("built-in")
2694 - IB/umad: Fix use of unprotected device pointer
2695 - IB/qib: Fix comparison error with qperf compare/swap test
2696 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
2697 - IB/core: Fix two kernel warnings triggered by rxe registration
2698 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
2699 - IB/core: Avoid a potential OOPs for an unused optional parameter
2700 - selftests: seccomp: fix compile error seccomp_bpf
2701 - kselftest: fix OOM in memory compaction test
2702 - RDMA/rxe: Fix a race condition related to the QP error state
2703 - RDMA/rxe: Fix a race condition in rxe_requester()
2704 - RDMA/rxe: Fix rxe_qp_cleanup()
2705 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
2706 - PM / devfreq: Propagate error from devfreq_add_device()
2707 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
2708 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
2709 - trace_uprobe: Display correct offset in uprobe_events
2710 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
2711 - powerpc/kernel: Block interrupts when updating TIDR
2712 - powerpc/vas: Don't set uses_vas for kernel windows
2713 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
2714 - powerpc/mm: Flush radix process translations when setting MMU type
2715 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
2716 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
2717 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
2718 - arm64: dts: msm8916: Correct ipc references for smsm
2719 - ARM: lpc3250: fix uda1380 gpio numbers
2720 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
2721 - ARM: dts: nomadik: add interrupt-parent for clcd
2722 - arm: dts: mt7623: fix card detection issue on bananapi-r2
2723 - arm: spear600: Add missing interrupt-parent of rtc
2724 - arm: spear13xx: Fix dmas cells
2725 - arm: spear13xx: Fix spics gpio controller's warning
2726 - x86/gpu: add CFL to early quirks
2727 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
2728 - x86/xen: init %gs very early to avoid page faults with stack protector
2729 - x86: PM: Make APM idle driver initialize polling state
2730 - mm, memory_hotplug: fix memmap initialization
2731 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
2732 speculation attack surface
2733 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
2734 speculation attack surface
2735 - compiler-gcc.h: Introduce __optimize function attribute
2736 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
2737 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
2738 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
2739 - powerpc/mm/radix: Split linear mapping on hot-unplug
2740 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
2741 - x86/speculation: Update Speculation Control microcode blacklist
2742 - x86/speculation: Correct Speculation Control microcode blacklist again
2743 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
2744 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
2745 by always inlining iterator helper methods
2746 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
2747 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
2748 bitmap
2749 - x86/speculation: Clean up various Spectre related details
2750 - PM / runtime: Update links_count also if !CONFIG_SRCU
2751 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
2752 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
2753 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
2754 speculation attack surface
2755 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
2756 extensions
2757 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
2758 POP_REGS macro
2759 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
2760 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
2761 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
2762 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
2763 SAVE_AND_CLEAR_REGS macros
2764 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
2765 - x86/entry/64: Fix paranoid_entry() frame pointer warning
2766 - x86/entry/64: Remove the unused 'icebp' macro
2767 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
2768 - selftests/x86: Clean up and document sscanf() usage
2769 - selftests/x86/pkeys: Remove unused functions
2770 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
2771 the VM directory
2772 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
2773 - gfs2: Fixes to "Implement iomap for block_map"
2774 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
2775 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
2776 - objtool: Fix segfault in ignore_unreachable_insn()
2777 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
2778 - x86/debug: Use UD2 for WARN()
2779 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
2780 - nospec: Move array_index_nospec() parameter checking into separate macro
2781 - x86/speculation: Add <asm/msr-index.h> dependency
2782 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
2783 __flush_tlb_one_[user|kernel]()
2784 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
2785 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
2786 - x86/spectre: Fix an error message
2787 - x86/cpu: Change type of x86_cache_size variable to unsigned int
2788 - x86/entry/64: Fix CR3 restore in paranoid_exit()
2789 - drm/ttm: Don't add swapped BOs to swap-LRU list
2790 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
2791 - drm/qxl: unref cursor bo when finished with it
2792 - drm/qxl: reapply cursor after resetting primary
2793 - drm/amd/powerplay: Fix smu_table_entry.handle type
2794 - drm/ast: Load lut in crtc_commit
2795 - drm: Check for lessee in DROP_MASTER ioctl
2796 - arm64: Add missing Falkor part number for branch predictor hardening
2797 - drm/radeon: Add dpm quirk for Jet PRO (v2)
2798 - drm/radeon: adjust tested variable
2799 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
2800 physical CPU
2801 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
2802 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
2803 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
2804 - mmc: bcm2835: Don't overwrite max frequency unconditionally
2805 - Revert "mmc: meson-gx: include tx phase in the tuning process"
2806 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
2807 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
2808 - jbd2: fix sphinx kernel-doc build warnings
2809 - ext4: fix a race in the ext4 shutdown path
2810 - ext4: save error to disk in __ext4_grp_locked_error()
2811 - ext4: correct documentation for grpid mount option
2812 - mm: hide a #warning for COMPILE_TEST
2813 - mm: Fix memory size alignment in devm_memremap_pages_release()
2814 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
2815 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
2816 - MIPS: Fix incorrect mem=X@Y handling
2817 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
2818 - PCI: iproc: Fix NULL pointer dereference for BCMA
2819 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
2820 - PCI: keystone: Fix interrupt-controller-node lookup
2821 - video: fbdev: atmel_lcdfb: fix display-timings lookup
2822 - console/dummy: leave .con_font_get set to NULL
2823 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
2824 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
2825 - xenbus: track caller request id
2826 - seq_file: fix incomplete reset on read from zero offset
2827 - tracing: Fix parsing of globs with a wildcard at the beginning
2828 - mpls, nospec: Sanitize array index in mpls_label_ok()
2829 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
2830 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
2831 - xprtrdma: Fix calculation of ri_max_send_sges
2832 - xprtrdma: Fix BUG after a device removal
2833 - blk-wbt: account flush requests correctly
2834 - target/iscsi: avoid NULL dereference in CHAP auth error path
2835 - iscsi-target: make sure to wake up sleeping login worker
2836 - dm: correctly handle chained bios in dec_pending()
2837 - Btrfs: fix deadlock in run_delalloc_nocow
2838 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
2839 - Btrfs: fix extent state leak from tree log
2840 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
2841 - Btrfs: fix use-after-free on root->orphan_block_rsv
2842 - Btrfs: fix unexpected -EEXIST when creating new inode
2843 - 9p/trans_virtio: discard zero-length reply
2844 - mtd: nand: vf610: set correct ooblayout
2845 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
2846 - ALSA: hda/realtek - Add headset mode support for Dell laptop
2847 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
2848 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
2849 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
2850 - ALSA: usb: add more device quirks for USB DSD devices
2851 - ALSA: seq: Fix racy pool initializations
2852 - mvpp2: fix multicast address filter
2853 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
2854 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
2855 - ARM: dts: exynos: fix RTC interrupt for exynos5410
2856 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
2857 - arm64: dts: msm8916: Add missing #phy-cells
2858 - ARM: dts: s5pv210: add interrupt-parent for ohci
2859 - arm: dts: mt7623: Update ethsys binding
2860 - arm: dts: mt2701: Add reset-cells
2861 - ARM: dts: Delete bogus reference to the charlcd
2862 - media: r820t: fix r820t_write_reg for KASAN
2863 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
2864 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
2865 - Linux 4.15.5
2866
2867 * retpoline abi files are empty on i386 (LP: #1751021)
2868 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
2869 - [Packaging] final-checks -- sanity checking ABI contents
2870 - [Packaging] final-checks -- check for empty retpoline files
2871 - [Config] Disable i386 retpoline check for next upload
2872
2873 * Bionic update to v4.15.4 stable release (LP: #1751064)
2874 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
2875 - cifs: Fix missing put_xid in cifs_file_strict_mmap
2876 - cifs: Fix autonegotiate security settings mismatch
2877 - CIFS: zero sensitive data when freeing
2878 - cpufreq: mediatek: add mediatek related projects into blacklist
2879 - dmaengine: dmatest: fix container_of member in dmatest_callback
2880 - ssb: Do not disable PCI host on non-Mips
2881 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
2882 - Revert "drm/i915: mark all device info struct with __initconst"
2883 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
2884 - sched/rt: Up the root domain ref count when passing it around via IPIs
2885 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
2886 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
2887 - media: hdpvr: Fix an error handling path in hdpvr_probe()
2888 - arm64: mm: Use non-global mappings for kernel space
2889 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
2890 - arm64: mm: Move ASID from TTBR0 to TTBR1
2891 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
2892 - arm64: mm: Rename post_ttbr0_update_workaround
2893 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
2894 - arm64: mm: Allocate ASIDs in pairs
2895 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
2896 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
2897 - arm64: entry: Add exception trampoline page for exceptions from EL0
2898 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
2899 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
2900 - arm64: entry: Hook up entry trampoline to exception vectors
2901 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
2902 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
2903 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
2904 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
2905 - arm64: kaslr: Put kernel vectors address in separate data page
2906 - arm64: use RET instruction for exiting the trampoline
2907 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
2908 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
2909 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
2910 - arm64: capabilities: Handle duplicate entries for a capability
2911 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
2912 - arm64: kpti: Fix the interaction between ASID switching and software PAN
2913 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
2914 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
2915 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
2916 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
2917 - arm64: Force KPTI to be disabled on Cavium ThunderX
2918 - arm64: entry: Reword comment about post_ttbr_update_workaround
2919 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
2920 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
2921 - arm64: barrier: Add CSDB macros to control data-value prediction
2922 - arm64: Implement array_index_mask_nospec()
2923 - arm64: Make USER_DS an inclusive limit
2924 - arm64: Use pointer masking to limit uaccess speculation
2925 - arm64: entry: Ensure branch through syscall table is bounded under
2926 speculation
2927 - arm64: uaccess: Prevent speculative use of the current addr_limit
2928 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
2929 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
2930 - arm64: futex: Mask __user pointers prior to dereference
2931 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
2932 - arm64: Run enable method for errata work arounds on late CPUs
2933 - arm64: cpufeature: Pass capability structure to ->enable callback
2934 - drivers/firmware: Expose psci_get_version through psci_ops structure
2935 - arm64: Move post_ttbr_update_workaround to C code
2936 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
2937 - arm64: Move BP hardening to check_and_switch_context
2938 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
2939 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
2940 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
2941 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
2942 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
2943 - arm64: Implement branch predictor hardening for Falkor
2944 - arm64: Branch predictor hardening for Cavium ThunderX2
2945 - arm64: KVM: Increment PC after handling an SMC trap
2946 - arm/arm64: KVM: Consolidate the PSCI include files
2947 - arm/arm64: KVM: Add PSCI_VERSION helper
2948 - arm/arm64: KVM: Add smccc accessors to PSCI code
2949 - arm/arm64: KVM: Implement PSCI 1.0 support
2950 - arm/arm64: KVM: Advertise SMCCC v1.1
2951 - arm64: KVM: Make PSCI_VERSION a fast path
2952 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
2953 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
2954 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
2955 - firmware/psci: Expose PSCI conduit
2956 - firmware/psci: Expose SMCCC version through psci_ops
2957 - arm/arm64: smccc: Make function identifiers an unsigned quantity
2958 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
2959 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
2960 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
2961 - mtd: cfi: convert inline functions to macros
2962 - mtd: nand: brcmnand: Disable prefetch by default
2963 - mtd: nand: Fix nand_do_read_oob() return value
2964 - mtd: nand: sunxi: Fix ECC strength choice
2965 - ubi: Fix race condition between ubi volume creation and udev
2966 - ubi: fastmap: Erase outdated anchor PEBs during attach
2967 - ubi: block: Fix locking for idr_alloc/idr_remove
2968 - ubifs: free the encrypted symlink target
2969 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
2970 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
2971 - NFS: Add a cond_resched() to nfs_commit_release_pages()
2972 - NFS: Fix nfsstat breakage due to LOOKUPP
2973 - NFS: commit direct writes even if they fail partially
2974 - NFS: reject request for id_legacy key without auxdata
2975 - NFS: Fix a race between mmap() and O_DIRECT
2976 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
2977 - kernfs: fix regression in kernfs_fop_write caused by wrong type
2978 - ahci: Annotate PCI ids for mobile Intel chipsets as such
2979 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
2980 - ahci: Add Intel Cannon Lake PCH-H PCI ID
2981 - crypto: hash - introduce crypto_hash_alg_has_setkey()
2982 - crypto: cryptd - pass through absence of ->setkey()
2983 - crypto: mcryptd - pass through absence of ->setkey()
2984 - crypto: poly1305 - remove ->setkey() method
2985 - crypto: hash - annotate algorithms taking optional key
2986 - crypto: hash - prevent using keyed hashes without setting key
2987 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
2988 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
2989 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
2990 - media: v4l2-compat-ioctl32.c: fix the indentation
2991 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
2992 __get/put_v4l2_format32
2993 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
2994 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
2995 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
2996 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
2997 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
2998 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
2999 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
3000 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
3001 - crypto: caam - fix endless loop when DECO acquire fails
3002 - crypto: sha512-mb - initialize pending lengths correctly
3003 - crypto: talitos - fix Kernel Oops on hashing an empty file
3004 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
3005 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
3006 - KVM: nVMX: Fix bug of injecting L2 exception into L1
3007 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
3008 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
3009 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
3010 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
3011 - ASoC: acpi: fix machine driver selection based on quirk
3012 - ASoC: rockchip: i2s: fix playback after runtime resume
3013 - ASoC: skl: Fix kernel warning due to zero NHTL entry
3014 - ASoC: compress: Correct handling of copy callback
3015 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
3016 - afs: Add missing afs_put_cell()
3017 - afs: Need to clear responded flag in addr cursor
3018 - afs: Fix missing cursor clearance
3019 - afs: Fix server list handling
3020 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
3021 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
3022 - kasan: don't emit builtin calls when sanitization is off
3023 - kasan: rework Kconfig settings
3024 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
3025 - media: dvb-frontends: fix i2c access helpers for KASAN
3026 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
3027 - media: ts2020: avoid integer overflows on 32 bit machines
3028 - media: vivid: fix module load error when enabling fb and no_error_inj=1
3029 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
3030 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
3031 - kernel/async.c: revert "async: simplify lowest_in_progress()"
3032 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
3033 - pipe: actually allow root to exceed the pipe buffer limits
3034 - pipe: fix off-by-one error when checking buffer limits
3035 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
3036 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
3037 - ipmi: use dynamic memory for DMI driver override
3038 - signal/openrisc: Fix do_unaligned_access to send the proper signal
3039 - signal/sh: Ensure si_signo is initialized in do_divide_error
3040 - alpha: fix crash if pthread_create races with signal delivery
3041 - alpha: osf_sys.c: fix put_tv32 regression
3042 - alpha: Fix mixed up args in EXC macro in futex operations
3043 - alpha: fix reboot on Avanti platform
3044 - alpha: fix formating of stack content
3045 - xtensa: fix futex_atomic_cmpxchg_inatomic
3046 - EDAC, octeon: Fix an uninitialized variable warning
3047 - genirq: Make legacy autoprobing work again
3048 - pinctrl: intel: Initialize GPIO properly when used through irqchip
3049 - pinctrl: mcp23s08: fix irq setup order
3050 - pinctrl: sx150x: Unregister the pinctrl on release
3051 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
3052 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
3053 - pktcdvd: Fix pkt_setup_dev() error path
3054 - pktcdvd: Fix a recently introduced NULL pointer dereference
3055 - blk-mq: quiesce queue before freeing queue
3056 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
3057 - lib/ubsan.c: s/missaligned/misaligned/
3058 - lib/ubsan: add type mismatch handler for new GCC/Clang
3059 - objtool: Fix switch-table detection
3060 - arm64: dts: marvell: add Ethernet aliases
3061 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
3062 - ACPI: sbshc: remove raw pointer from printk() message
3063 - acpi, nfit: fix register dimm error handling
3064 - ovl: force r/o mount when index dir creation fails
3065 - ovl: fix failure to fsync lower dir
3066 - ovl: take mnt_want_write() for work/index dir setup
3067 - ovl: take mnt_want_write() for removing impure xattr
3068 - ovl: hash directory inodes for fsnotify
3069 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
3070 - devpts: fix error handling in devpts_mntget()
3071 - ftrace: Remove incorrect setting of glob search field
3072 - scsi: core: Ensure that the SCSI error handler gets woken up
3073 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
3074 - scsi: cxlflash: Reset command ioasc
3075 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
3076 - Linux 4.15.4
3077 - updateconfigs after v4.14.4 stable updates
3078
3079 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
3080 do not need KPTI when KASLR is off.
3081 - arm64: Turn on KPTI only on CPUs that need it
3082
3083 * Miscellaneous Ubuntu changes
3084 - [Config] fix up removed retpoline call sites
3085
3086 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
3087
3088 linux (4.15.0-10.11) bionic; urgency=medium
3089
3090 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
3091
3092 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
3093 (LP: #1749202)
3094 - swiotlb: suppress warning when __GFP_NOWARN is set
3095 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
3096
3097 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
3098 - SAUCE: tools -- add ability to disable libbfd
3099 - [Packaging] correct disablement of libbfd
3100
3101 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
3102 (LP: #1744058)
3103 - ALSA: hda/realtek - update ALC225 depop optimize
3104
3105 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
3106 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
3107
3108 * headset mic can't be detected on two Dell machines (LP: #1748807)
3109 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
3110 - ALSA: hda - Fix headset mic detection problem for two Dell machines
3111
3112 * Bionic update to v4.15.3 stable release (LP: #1749191)
3113 - ip6mr: fix stale iterator
3114 - net: igmp: add a missing rcu locking section
3115 - qlcnic: fix deadlock bug
3116 - qmi_wwan: Add support for Quectel EP06
3117 - r8169: fix RTL8168EP take too long to complete driver initialization.
3118 - tcp: release sk_frag.page in tcp_disconnect
3119 - vhost_net: stop device during reset owner
3120 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
3121 - ipv6: change route cache aging logic
3122 - Revert "defer call to mem_cgroup_sk_alloc()"
3123 - net: ipv6: send unsolicited NA after DAD
3124 - rocker: fix possible null pointer dereference in
3125 rocker_router_fib_event_work
3126 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
3127 - cls_u32: add missing RCU annotation.
3128 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
3129 - soreuseport: fix mem leak in reuseport_add_sock()
3130 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
3131 - net: sched: fix use-after-free in tcf_block_put_ext
3132 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
3133 - media: soc_camera: soc_scale_crop: add missing
3134 MODULE_DESCRIPTION/AUTHOR/LICENSE
3135 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3136 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
3137 - crypto: tcrypt - fix S/G table for test_aead_speed()
3138 - Linux 4.15.3
3139
3140 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
3141 CVE-2018-1000026
3142 - net: create skb_gso_validate_mac_len()
3143 - bnx2x: disable GSO where gso_size is too big for hardware
3144
3145 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
3146 - net: hns: add ACPI mode support for ethtool -p
3147
3148 * CVE-2017-5715 (Spectre v2 Intel)
3149 - [Packaging] retpoline files must be sorted
3150 - [Packaging] pull in retpoline files
3151
3152 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
3153 - d-i: Add hfi1 to nic-modules
3154
3155 * CVE-2017-5715 (Spectre v2 retpoline)
3156 - [Packaging] retpoline -- add call site validation
3157 - [Config] disable retpoline checks for first upload
3158
3159 * Do not duplicate changelog entries assigned to more than one bug or CVE
3160 (LP: #1743383)
3161 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
3162
3163 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
3164
3165 linux (4.15.0-9.10) bionic; urgency=medium
3166
3167 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
3168
3169 * Miscellaneous Ubuntu changes
3170 - [Debian] tests -- remove gcc-multilib dependency for arm64
3171
3172 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
3173
3174 linux (4.15.0-8.9) bionic; urgency=medium
3175
3176 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
3177
3178 * Bionic update to v4.15.2 stable release (LP: #1748072)
3179 - KVM: x86: Make indirect calls in emulator speculation safe
3180 - KVM: VMX: Make indirect call speculation safe
3181 - module/retpoline: Warn about missing retpoline in module
3182 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
3183 - x86/cpufeatures: Add Intel feature bits for Speculation Control
3184 - x86/cpufeatures: Add AMD feature bits for Speculation Control
3185 - x86/msr: Add definitions for new speculation control MSRs
3186 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
3187 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
3188 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
3189 - x86/alternative: Print unadorned pointers
3190 - x86/nospec: Fix header guards names
3191 - x86/bugs: Drop one "mitigation" from dmesg
3192 - x86/cpu/bugs: Make retpoline module warning conditional
3193 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
3194 - x86/retpoline: Simplify vmexit_fill_RSB()
3195 - x86/speculation: Simplify indirect_branch_prediction_barrier()
3196 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3197 - iio: adc/accel: Fix up module licenses
3198 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3199 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3200 - KVM: nVMX: Eliminate vmcs02 pool
3201 - KVM: VMX: introduce alloc_loaded_vmcs
3202 - objtool: Improve retpoline alternative handling
3203 - objtool: Add support for alternatives at the end of a section
3204 - objtool: Warn on stripped section symbol
3205 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
3206 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
3207 - x86/entry/64: Remove the SYSCALL64 fast path
3208 - x86/entry/64: Push extra regs right away
3209 - x86/asm: Move 'status' from thread_struct to thread_info
3210 - Documentation: Document array_index_nospec
3211 - array_index_nospec: Sanitize speculative array de-references
3212 - x86: Implement array_index_mask_nospec
3213 - x86: Introduce barrier_nospec
3214 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
3215 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
3216 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
3217 - x86/get_user: Use pointer masking to limit speculation
3218 - x86/syscall: Sanitize syscall table de-references under speculation
3219 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
3220 - nl80211: Sanitize array index in parse_txq_params
3221 - x86/spectre: Report get_user mitigation for spectre_v1
3222 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
3223 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
3224 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
3225 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
3226 - KVM: VMX: make MSR bitmaps per-VCPU
3227 - x86/kvm: Update spectre-v1 mitigation
3228 - x86/retpoline: Avoid retpolines for built-in __init functions
3229 - x86/spectre: Simplify spectre_v2 command line parsing
3230 - x86/pti: Mark constant arrays as __initconst
3231 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
3232 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
3233 - KVM/x86: Add IBPB support
3234 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
3235 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
3236 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
3237 - serial: core: mark port as initialized after successful IRQ change
3238 - fpga: region: release of_parse_phandle nodes after use
3239 - Linux 4.15.2
3240
3241 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
3242 - net: phy: core: remove now uneeded disabling of interrupts
3243 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
3244 - net: socionext: Add Synquacer NetSec driver
3245 - net: socionext: include linux/io.h to fix build
3246 - net: socionext: Fix error return code in netsec_netdev_open()
3247
3248 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
3249 - [Config] CONFIG_EDAC_GHES=y
3250
3251 * support thunderx2 vendor pmu events (LP: #1747523)
3252 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
3253 - perf tools arm64: Add support for get_cpuid_str function.
3254 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
3255 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
3256 events
3257 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
3258
3259 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
3260 - SAUCE: mm: disable vma based swap readahead by default
3261 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
3262
3263 * Miscellaneous Ubuntu changes
3264 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
3265
3266 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
3267
3268 linux (4.15.0-7.8) bionic; urgency=medium
3269
3270 * Bionic update to v4.15.1 stable release (LP: #1747169)
3271 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
3272 - tools/gpio: Fix build error with musl libc
3273 - gpio: stmpe: i2c transfer are forbiden in atomic context
3274 - gpio: Fix kernel stack leak to userspace
3275 - ALSA: hda - Reduce the suspend time consumption for ALC256
3276 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
3277 - crypto: aesni - handle zero length dst buffer
3278 - crypto: aesni - fix typo in generic_gcmaes_decrypt
3279 - crypto: aesni - add wrapper for generic gcm(aes)
3280 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
3281 aesni
3282 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
3283 aesni
3284 - crypto: inside-secure - fix hash when length is a multiple of a block
3285 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
3286 - crypto: sha3-generic - fixes for alignment and big endian operation
3287 - crypto: af_alg - whitelist mask and type
3288 - HID: wacom: EKR: ensure devres groups at higher indexes are released
3289 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
3290 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3291 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3292 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
3293 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
3294 - igb: Free IRQs when device is hotplugged
3295 - ima/policy: fix parsing of fsuuid
3296 - scsi: aacraid: Fix udev inquiry race condition
3297 - scsi: aacraid: Fix hang in kdump
3298 - scsi: storvsc: missing error code in storvsc_probe()
3299 - staging: lustre: separate a connection destroy from free struct kib_conn
3300 - staging: ccree: NULLify backup_info when unused
3301 - staging: ccree: fix fips event irq handling build
3302 - tty: fix data race between tty_init_dev and flush of buf
3303 - usb: option: Add support for FS040U modem
3304 - USB: serial: pl2303: new device id for Chilitag
3305 - USB: cdc-acm: Do not log urb submission errors on disconnect
3306 - CDC-ACM: apply quirk for card reader
3307 - USB: serial: io_edgeport: fix possible sleep-in-atomic
3308 - usbip: prevent bind loops on devices attached to vhci_hcd
3309 - usbip: list: don't list devices attached to vhci_hcd
3310 - USB: serial: simple: add Motorola Tetra driver
3311 - usb: f_fs: Prevent gadget unbind if it is already unbound
3312 - usb: uas: unconditionally bring back host after reset
3313 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
3314 - ANDROID: binder: remove waitqueue when thread exits.
3315 - android: binder: use VM_ALLOC to get vm area
3316 - mei: me: allow runtime pm for platform with D0i3
3317 - serial: 8250_of: fix return code when probe function fails to get reset
3318 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
3319 - serial: 8250_dw: Revert "Improve clock rate setting"
3320 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
3321 - spi: imx: do not access registers while clocks disabled
3322 - iio: adc: stm32: fix scan of multiple channels with DMA
3323 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
3324 - test_firmware: fix missing unlock on error in config_num_requests_store()
3325 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
3326 - Input: synaptics-rmi4 - do not delete interrupt memory too early
3327 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
3328 - Linux 4.15.1
3329
3330 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
3331 (LP: #1744712)
3332 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
3333 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
3334 version
3335
3336 * apparmor profile load in stacked policy container fails (LP: #1746463)
3337 - SAUCE: apparmor: fix display of .ns_name for containers
3338
3339 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
3340
3341 linux (4.15.0-6.7) bionic; urgency=low
3342
3343 * upload urgency should be medium by default (LP: #1745338)
3344 - [Packaging] update urgency to medium by default
3345
3346 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
3347 - scsi: libiscsi: Allow sd_shutdown on bad transport
3348
3349 * Miscellaneous Ubuntu changes
3350 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
3351 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
3352 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
3353
3354 [ Upstream Kernel Changes ]
3355
3356 * Rebase to v4.15
3357
3358 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
3359
3360 linux (4.15.0-5.6) bionic; urgency=low
3361
3362 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
3363 (LP: #1744077)
3364 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
3365
3366 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
3367 (LP: #1743638)
3368 - [d-i] Add qede to nic-modules udeb
3369
3370 * boot failure on AMD Raven + WesternXT (LP: #1742759)
3371 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
3372
3373 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
3374 (LP: #1726519)
3375 - SAUCE: Revert "scsi: libsas: allow async aborts"
3376
3377 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
3378 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
3379
3380 * Miscellaneous Ubuntu changes
3381 - Rebase to v4.15-rc7
3382 - [Config] CONFIG_CPU_ISOLATION=y
3383 - [Config] Update annotations following config review
3384 - Revert "UBUNTU: SAUCE: Import aufs driver"
3385 - SAUCE: Import aufs driver
3386 - ubuntu: vbox -- update to 5.2.6-dfsg-1
3387 - ubuntu: vbox: build fixes for 4.15
3388 - ubuntu: vbox -- update to 5.2.6-dfsg-2
3389 - hio: updates for timer api changes in 4.15
3390 - enable hio build
3391 - Rebase to v4.15-rc9
3392
3393 [ Upstream Kernel Changes ]
3394
3395 * Rebase to v4.15-rc9
3396
3397 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
3398
3399 linux (4.15.0-4.5) bionic; urgency=low
3400
3401 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
3402 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
3403
3404 * External HDMI monitor failed to show screen on Lenovo X1 series
3405 (LP: #1738523)
3406 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
3407
3408 * Miscellaneous Ubuntu changes
3409 - [Debian] autoreconstruct - add resoration of execute permissions
3410
3411 [ Upstream Kernel Changes ]
3412
3413 * Rebase to v4.15-rc4
3414
3415 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
3416
3417 linux (4.15.0-3.4) bionic; urgency=low
3418
3419 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
3420 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
3421
3422 [ Upstream Kernel Changes ]
3423
3424 * Rebase to v4.15-rc6
3425
3426 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
3427
3428 linux (4.15.0-2.3) bionic; urgency=low
3429
3430 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
3431 4.15.0-1.2 (LP: #1737752)
3432 - x86/mm: Unbreak modules that use the DMA API
3433
3434 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
3435 - [Config] CONFIG_SPI_INTEL_SPI_*=n
3436
3437 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
3438 and udebs (LP: #1521712)
3439 - [Config] Include ibmvnic in nic-modules
3440
3441 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
3442 - [Config] Enable support for emulation of deprecated ARMv8 instructions
3443
3444 * Miscellaneous Ubuntu changes
3445 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
3446 - Enable zfs build
3447 - [Debian] add icp to zfs-modules.ignore
3448
3449 [ Upstream Kernel Changes ]
3450
3451 * Rebase to v4.15-rc4
3452
3453 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
3454
3455 linux (4.15.0-1.2) bionic; urgency=low
3456
3457 * Disabling zfs does not always disable module checks for the zfs modules
3458 (LP: #1737176)
3459 - [Packaging] disable zfs module checks when zfs is disabled
3460
3461 * Miscellaneous Ubuntu changes
3462 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
3463
3464 [ Upstream Kernel Changes ]
3465
3466 * Rebase to v4.15-rc3
3467
3468 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
3469
3470 linux (4.15.0-0.1) bionic; urgency=low
3471
3472 * Miscellaneous Ubuntu changes
3473 - ubuntu: vbox -- update to 5.2.2-dfsg-2
3474 - ubuntu: vbox: build fixes for 4.15
3475 - disable hio build
3476 - [Config] Update kernel lockdown options to fix build errors
3477 - Disable zfs build
3478 - SAUCE: Import aufs driver
3479 - [Config] Enable AUFS config options
3480
3481 [ Upstream Kernel Changes ]
3482
3483 * Rebase to v4.15-rc2
3484
3485 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
3486
3487 linux (4.14.0-11.13) bionic; urgency=low
3488
3489 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
3490
3491 * CVE-2017-1000405
3492 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
3493
3494 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
3495 - SAUCE: mm: disable vma based swap readahead by default
3496 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
3497
3498 * Bionic update to v4.14.3 stable release (LP: #1735843)
3499 - s390: fix transactional execution control register handling
3500 - s390/noexec: execute kexec datamover without DAT
3501 - s390/runtime instrumention: fix possible memory corruption
3502 - s390/guarded storage: fix possible memory corruption
3503 - s390/disassembler: add missing end marker for e7 table
3504 - s390/disassembler: increase show_code buffer size
3505 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
3506 - ACPI / EC: Fix regression related to triggering source of EC event handling
3507 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
3508 - serdev: fix registration of second slave
3509 - sched: Make resched_cpu() unconditional
3510 - lib/mpi: call cond_resched() from mpi_powm() loop
3511 - x86/boot: Fix boot failure when SMP MP-table is based at 0
3512 - x86/decoder: Add new TEST instruction pattern
3513 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
3514 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
3515 - perf/x86/intel: Hide TSX events when RTM is not supported
3516 - arm64: Implement arch-specific pte_access_permitted()
3517 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
3518 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
3519 - uapi: fix linux/tls.h userspace compilation error
3520 - uapi: fix linux/rxrpc.h userspace compilation errors
3521 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
3522 - MIPS: ralink: Fix MT7628 pinmux
3523 - MIPS: ralink: Fix typo in mt7628 pinmux function
3524 - net: mvneta: fix handling of the Tx descriptor counter
3525 - nbd: wait uninterruptible for the dead timeout
3526 - nbd: don't start req until after the dead connection logic
3527 - PM / OPP: Add missing of_node_put(np)
3528 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
3529 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
3530 - PCI: hv: Use effective affinity mask
3531 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
3532 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
3533 - ALSA: hda: Add Raven PCI ID
3534 - dm integrity: allow unaligned bv_offset
3535 - dm cache: fix race condition in the writeback mode overwrite_bio
3536 optimisation
3537 - dm crypt: allow unaligned bv_offset
3538 - dm zoned: ignore last smaller runt zone
3539 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
3540 - dm bufio: fix integer overflow when limiting maximum cache size
3541 - ovl: Put upperdentry if ovl_check_origin() fails
3542 - dm: allocate struct mapped_device with kvzalloc
3543 - sched/rt: Simplify the IPI based RT balancing logic
3544 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
3545 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
3546 - dm: discard support requires all targets in a table support discards
3547 - MIPS: Fix odd fp register warnings with MIPS64r2
3548 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
3549 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
3550 - MIPS: Fix an n32 core file generation regset support regression
3551 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
3552 - MIPS: math-emu: Fix final emulation phase for certain instructions
3553 - rt2x00usb: mark device removed when get ENOENT usb error
3554 - mm/z3fold.c: use kref to prevent page free/compact race
3555 - autofs: don't fail mount for transient error
3556 - nilfs2: fix race condition that causes file system corruption
3557 - fscrypt: lock mutex before checking for bounce page pool
3558 - eCryptfs: use after free in ecryptfs_release_messaging()
3559 - libceph: don't WARN() if user tries to add invalid key
3560 - bcache: check ca->alloc_thread initialized before wake up it
3561 - fs: guard_bio_eod() needs to consider partitions
3562 - fanotify: fix fsnotify_prepare_user_wait() failure
3563 - isofs: fix timestamps beyond 2027
3564 - btrfs: change how we decide to commit transactions during flushing
3565 - f2fs: expose some sectors to user in inline data or dentry case
3566 - NFS: Fix typo in nomigration mount option
3567 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
3568 - nfs: Fix ugly referral attributes
3569 - NFS: Avoid RCU usage in tracepoints
3570 - NFS: revalidate "." etc correctly on "open".
3571 - nfsd: deal with revoked delegations appropriately
3572 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
3573 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
3574 - iwlwifi: fix firmware names for 9000 and A000 series hw
3575 - md: fix deadlock error in recent patch.
3576 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
3577 - Bluetooth: btqcomsmd: Add support for BD address setup
3578 - md/bitmap: revert a patch
3579 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
3580 - fsnotify: pin both inode and vfsmount mark
3581 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
3582 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
3583 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
3584 - ext4: prevent data corruption with inline data + DAX
3585 - ext4: prevent data corruption with journaling + DAX
3586 - ALSA: pcm: update tstamp only if audio_tstamp changed
3587 - ALSA: usb-audio: Add sanity checks to FE parser
3588 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
3589 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
3590 - ALSA: timer: Remove kernel warning at compat ioctl error paths
3591 - ALSA: hda/realtek - Fix ALC275 no sound issue
3592 - ALSA: hda: Fix too short HDMI/DP chmap reporting
3593 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
3594 - ALSA: hda/realtek - Fix ALC700 family no sound issue
3595 - ASoC: sun8i-codec: Invert Master / Slave condition
3596 - ASoC: sun8i-codec: Fix left and right channels inversion
3597 - ASoC: sun8i-codec: Set the BCLK divider
3598 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
3599 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
3600 - 9p: Fix missing commas in mount options
3601 - fs/9p: Compare qid.path in v9fs_test_inode
3602 - net/9p: Switch to wait_event_killable()
3603 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
3604 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
3605 - scsi: lpfc: fix pci hot plug crash in timer management routines
3606 - scsi: lpfc: fix pci hot plug crash in list_add call
3607 - scsi: lpfc: Fix crash receiving ELS while detaching driver
3608 - scsi: lpfc: Fix FCP hba_wqidx assignment
3609 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
3610 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
3611 - iscsi-target: Fix non-immediate TMR reference leak
3612 - target: fix null pointer regression in core_tmr_drain_tmr_list
3613 - target: fix buffer offset in core_scsi3_pri_read_full_status
3614 - target: Fix QUEUE_FULL + SCSI task attribute handling
3615 - target: Fix caw_sem leak in transport_generic_request_failure
3616 - target: Fix quiese during transport_write_pending_qf endless loop
3617 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
3618 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
3619 - mtd: nand: Export nand_reset() symbol
3620 - mtd: nand: atmel: Actually use the PM ops
3621 - mtd: nand: omap2: Fix subpage write
3622 - mtd: nand: Fix writing mtdoops to nand flash.
3623 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
3624 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
3625 - p54: don't unregister leds when they are not initialized
3626 - block: Fix a race between blk_cleanup_queue() and timeout handling
3627 - raid1: prevent freeze_array/wait_all_barriers deadlock
3628 - genirq: Track whether the trigger type has been set
3629 - irqchip/gic-v3: Fix ppi-partitions lookup
3630 - lockd: double unregister of inetaddr notifiers
3631 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
3632 enabled
3633 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
3634 - KVM: SVM: obey guest PAT
3635 - kvm: vmx: Reinstate support for CPUs without virtual NMI
3636 - dax: fix PMD faults on zero-length files
3637 - dax: fix general protection fault in dax_alloc_inode
3638 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
3639 - clk: ti: dra7-atl-clock: fix child-node lookups
3640 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
3641 - libnvdimm, pfn: make 'resource' attribute only readable by root
3642 - libnvdimm, namespace: fix label initialization to use valid seq numbers
3643 - libnvdimm, region : make 'resource' attribute only readable by root
3644 - libnvdimm, namespace: make 'resource' attribute only readable by root
3645 - svcrdma: Preserve CB send buffer across retransmits
3646 - IB/srpt: Do not accept invalid initiator port names
3647 - IB/cm: Fix memory corruption in handling CM request
3648 - IB/hfi1: Fix incorrect available receive user context count
3649 - IB/srp: Avoid that a cable pull can trigger a kernel crash
3650 - IB/core: Avoid crash on pkey enforcement failed in received MADs
3651 - IB/core: Only maintain real QPs in the security lists
3652 - NFC: fix device-allocation error return
3653 - spi-nor: intel-spi: Fix broken software sequencing codes
3654 - i40e: Use smp_rmb rather than read_barrier_depends
3655 - igb: Use smp_rmb rather than read_barrier_depends
3656 - igbvf: Use smp_rmb rather than read_barrier_depends
3657 - ixgbevf: Use smp_rmb rather than read_barrier_depends
3658 - i40evf: Use smp_rmb rather than read_barrier_depends
3659 - fm10k: Use smp_rmb rather than read_barrier_depends
3660 - ixgbe: Fix skb list corruption on Power systems
3661 - parisc: Fix validity check of pointer size argument in new CAS
3662 implementation
3663 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
3664 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
3665 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
3666 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
3667 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
3668 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
3669 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
3670 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
3671 - powerpc/64s/hash: Fix fork() with 512TB process address space
3672 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
3673 - media: Don't do DMA on stack for firmware upload in the AS102 driver
3674 - media: rc: check for integer overflow
3675 - media: rc: nec decoder should not send both repeat and keycode
3676 - cx231xx-cards: fix NULL-deref on missing association descriptor
3677 - media: v4l2-ctrl: Fix flags field on Control events
3678 - media: venus: fix wrong size on dma_free
3679 - media: venus: venc: fix bytesused v4l2_plane field
3680 - media: venus: reimplement decoder stop command
3681 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
3682 zone
3683 - iwlwifi: fix wrong struct for a000 device
3684 - iwlwifi: add a new a000 device
3685 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
3686 - iwlwifi: add new cards for a000 series
3687 - iwlwifi: add new cards for 8265 series
3688 - iwlwifi: add new cards for 8260 series
3689 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
3690 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
3691 - e1000e: Fix error path in link detection
3692 - e1000e: Fix return value test
3693 - e1000e: Separate signaling for link check/link up
3694 - e1000e: Avoid receiver overrun interrupt bursts
3695 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
3696 - Linux 4.14.3
3697
3698 * Miscellaneous Ubuntu changes
3699 - SAUCE: s390/topology: don't inline cpu_to_node
3700 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
3701
3702 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
3703
3704 linux (4.14.0-10.12) bionic; urgency=low
3705
3706 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
3707
3708 * Miscellaneous Ubuntu changes
3709 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
3710 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
3711
3712 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
3713
3714 linux (4.14.0-9.11) bionic; urgency=low
3715
3716 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
3717
3718 * Miscellaneous Ubuntu changes
3719 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
3720 0.7.3-1ubuntu1"
3721
3722 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
3723
3724 linux (4.14.0-8.10) bionic; urgency=low
3725
3726 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
3727
3728 * Bionic update to v4.14.2 stable release (LP: #1734694)
3729 - bio: ensure __bio_clone_fast copies bi_partno
3730 - af_netlink: ensure that NLMSG_DONE never fails in dumps
3731 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
3732 - net: cdc_ncm: GetNtbFormat endian fix
3733 - fealnx: Fix building error on MIPS
3734 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
3735 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
3736 - serial: omap: Fix EFR write on RTS deassertion
3737 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
3738 - tpm-dev-common: Reject too short writes
3739 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
3740 - mm/pagewalk.c: report holes in hugetlb ranges
3741 - ocfs2: fix cluster hang after a node dies
3742 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
3743 - ipmi: fix unsigned long underflow
3744 - mm/page_alloc.c: broken deferred calculation
3745 - mm/page_ext.c: check if page_ext is not prepared
3746 - coda: fix 'kernel memory exposure attempt' in fsync
3747 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
3748 - Linux 4.14.2
3749
3750 * Bionic update to v4.14.1 stable release (LP: #1734693)
3751 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
3752 - dmaengine: dmatest: warn user when dma test times out
3753 - media: imon: Fix null-ptr-deref in imon_probe
3754 - media: dib0700: fix invalid dvb_detach argument
3755 - crypto: dh - Fix double free of ctx->p
3756 - crypto: dh - Don't permit 'p' to be 0
3757 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
3758 - crypto: brcm - Explicity ACK mailbox message
3759 - USB: early: Use new USB product ID and strings for DbC device
3760 - USB: usbfs: compute urb->actual_length for isochronous
3761 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
3762 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
3763 - USB: serial: metro-usb: stop I/O after failed open
3764 - USB: serial: Change DbC debug device binding ID
3765 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
3766 - USB: serial: garmin_gps: fix I/O after failed probe and remove
3767 - USB: serial: garmin_gps: fix memory leak on probe errors
3768 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
3769 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
3770 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
3771 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
3772 - HID: cp2112: add HIDRAW dependency
3773 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
3774 - rpmsg: glink: Add missing MODULE_LICENSE
3775 - staging: wilc1000: Fix bssid buffer offset in Txq
3776 - staging: sm750fb: Fix parameter mistake in poke32
3777 - staging: ccree: fix 64 bit scatter/gather DMA ops
3778 - staging: greybus: spilib: fix use-after-free after deregistration
3779 - staging: rtl8188eu: Revert 4 commits breaking ARP
3780 - spi: fix use-after-free at controller deregistration
3781 - sparc32: Add cmpxchg64().
3782 - sparc64: mmu_context: Add missing include files
3783 - sparc64: Fix page table walk for PUD hugepages
3784 - Linux 4.14.1
3785
3786 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
3787 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
3788
3789 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
3790 (LP: #1732627)
3791 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
3792
3793 * Miscellaneous Ubuntu changes
3794 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
3795
3796 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
3797
3798 linux (4.14.0-7.9) bionic; urgency=low
3799
3800 * Miscellaneous Ubuntu changes
3801 - SAUCE: apparmor: add base infastructure for socket mediation
3802 - SAUCE: apparmor: af_unix mediation
3803 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
3804 - SAUCE: LSM stacking: LSM: manage credential security blobs
3805 - SAUCE: LSM stacking: LSM: Manage file security blobs
3806 - SAUCE: LSM stacking: LSM: manage task security blobs
3807 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
3808 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
3809 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
3810 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
3811 - SAUCE: LSM stacking: fixup initialize task->security
3812 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
3813 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
3814 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
3815 - SAUCE: LSM stacking: fixup apparmor stacking enablement
3816 - SAUCE: LSM stacking: fixup stacking kconfig
3817 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
3818 - SAUCE: LSM stacking: provide prctl interface for setting context
3819 - SAUCE: LSM stacking: inherit current display LSM
3820 - SAUCE: LSM stacking: keep an index for each registered LSM
3821 - SAUCE: LSM stacking: verify display LSM
3822 - SAUCE: LSM stacking: provide a way to specify the default display lsm
3823 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
3824 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
3825 - SAUCE: LSM stacking: add Kconfig to set default display LSM
3826 - SAUCE: LSM stacking: add configs for LSM stacking
3827 - SAUCE: LSM stacking: check for invalid zero sized writes
3828 - [Config] Run updateconfigs after merging LSM stacking
3829 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
3830
3831 [ Upstream Kernel Changes ]
3832
3833 * Rebase to v4.14
3834
3835 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
3836
3837 linux (4.14.0-6.8) bionic; urgency=low
3838
3839 * Miscellaneous Ubuntu changes
3840 - SAUCE: add workarounds to enable ZFS for 4.14
3841
3842 [ Upstream Kernel Changes ]
3843
3844 * Rebase to v4.14-rc8
3845
3846 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
3847
3848 linux (4.14.0-5.7) bionic; urgency=low
3849
3850 * Miscellaneous Ubuntu changes
3851 - [Debian] Fix invocation of dh_prep for dbgsym packages
3852
3853 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
3854
3855 linux (4.14.0-4.5) bionic; urgency=low
3856
3857 * Miscellaneous Ubuntu changes
3858 - [Packaging] virtualbox -- reduce in kernel module versions
3859 - vbox-update: Fix up KERN_DIR definitions
3860 - ubuntu: vbox -- update to 5.2.0-dfsg-2
3861 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
3862
3863 [ Upstream Kernel Changes ]
3864
3865 * Rebase to v4.14-rc7
3866
3867 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
3868
3869 linux (4.14.0-3.4) artful; urgency=low
3870
3871 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
3872 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
3873 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
3874 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
3875
3876 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
3877 - powerpc/64s: Add workaround for P9 vector CI load issue
3878
3879 * Miscellaneous Ubuntu changes
3880 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
3881 - [Config] CONFIG_DRM_VBOXVIDEO=m
3882 - SAUCE: Import aufs driver
3883 - [Config] Enable aufs
3884 - [Config] Reorder annotations file after enabling aufs
3885 - vbox-update: Disable imported vboxvideo module
3886 - ubuntu: vbox -- update to 5.1.30-dfsg-1
3887 - Enable vbox
3888 - hio: Use correct sizes when initializing ssd_index_bits* arrays
3889 - hio: Update io stat accounting for 4.14
3890 - Enable hio
3891
3892 [ Upstream Kernel Changes ]
3893
3894 * Rebase to v4.14-rc5
3895 * Rebase to v4.14-rc6
3896
3897 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
3898
3899 linux (4.14.0-2.3) artful; urgency=low
3900
3901 * [Bug] USB controller failed to respond on Denverton after loading
3902 intel_th_pci module (LP: #1715833)
3903 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
3904
3905 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
3906 17.10 (kernel 4.13) (LP: #1719290)
3907 - SAUCE: s390: update zfcpdump_defconfig
3908
3909 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
3910 - d-i: Add bnxt_en to nic-modules.
3911
3912 * Miscellaneous Ubuntu changes
3913 - [Config] Update annotations for 4.14-rc2
3914
3915 [ Upstream Kernel Changes ]
3916
3917 * Rebase to v4.14-rc3
3918 * Rebase to v4.14-rc4
3919
3920 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
3921
3922 linux (4.14.0-1.2) artful; urgency=low
3923
3924 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
3925 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
3926
3927 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
3928 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
3929
3930 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
3931 (LP: #1718679)
3932 - [Config] CONFIG_DRM_VBOXVIDEO=n
3933
3934 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
3935 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
3936
3937 * autopkgtest profile fails to build on armhf (LP: #1717920)
3938 - [Packaging] autopkgtest -- disable d-i when dropping flavours
3939
3940 * Miscellaneous Ubuntu changes
3941 - [Config] CONFIG_I2C_XLP9XX=m
3942 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
3943
3944 [ Upstream Kernel Changes ]
3945
3946 * Rebase to v4.14-rc2
3947
3948 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
3949
3950 linux (4.14.0-0.1) artful; urgency=low
3951
3952 * Miscellaneous Ubuntu changes
3953 - Disable vbox build
3954 - Disable hio build
3955 - Disable zfs build
3956
3957 [ Upstream Kernel Changes ]
3958
3959 * Rebase to v4.14-rc1
3960
3961 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
3962
3963 linux (4.13.0-11.12) artful; urgency=low
3964
3965 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
3966
3967 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
3968 - s390/mm: fix local TLB flushing vs. detach of an mm address space
3969 - s390/mm: fix race on mm->context.flush_mm
3970
3971 * CVE-2017-1000251
3972 - Bluetooth: Properly check L2CAP config option output buffer length
3973
3974 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
3975
3976 linux (4.13.0-10.11) artful; urgency=low
3977
3978 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
3979
3980 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
3981 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
3982
3983 * Artful update to v4.13.1 stable release (LP: #1716284)
3984 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
3985 - USB: serial: option: add support for D-Link DWM-157 C1
3986 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
3987 - usb:xhci:Fix regression when ATI chipsets detected
3988 - USB: musb: fix external abort on suspend
3989 - ANDROID: binder: add padding to binder_fd_array_object.
3990 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
3991 - USB: core: Avoid race of async_completed() w/ usbdev_release()
3992 - staging/rts5208: fix incorrect shift to extract upper nybble
3993 - staging: ccree: save ciphertext for CTS IV
3994 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
3995 - iio: adc: ti-ads1015: fix incorrect data rate setting update
3996 - iio: adc: ti-ads1015: fix scale information for ADS1115
3997 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
3998 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
3999 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
4000 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
4001 - driver core: bus: Fix a potential double free
4002 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
4003 - binder: free memory on error
4004 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
4005 - crypto: caam/qi - fix compilation with DEBUG enabled
4006 - thunderbolt: Fix reset response_type
4007 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
4008 - intel_th: pci: Add Cannon Lake PCH-H support
4009 - intel_th: pci: Add Cannon Lake PCH-LP support
4010 - ath10k: fix memory leak in rx ring buffer allocation
4011 - drm/vgem: Pin our pages for dmabuf exports
4012 - drm/ttm: Fix accounting error when fail to get pages for pool
4013 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
4014 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
4015 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
4016 - iwlwifi: pci: add new PCI ID for 7265D
4017 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
4018 - mwifiex: correct channel stat buffer overflows
4019 - MCB: add support for SC31 to mcb-lpc
4020 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
4021 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
4022 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
4023 - workqueue: Fix flag collision
4024 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
4025 - cs5536: add support for IDE controller variant
4026 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
4027 - scsi: sg: recheck MMAP_IO request length with lock held
4028 - of/device: Prevent buffer overflow in of_device_modalias()
4029 - rtlwifi: Fix memory leak when firmware request fails
4030 - rtlwifi: Fix fallback firmware loading
4031 - Linux 4.13.1
4032
4033 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
4034 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
4035
4036 * SRIOV: warning if unload VFs (LP: #1715073)
4037 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
4038
4039 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
4040 - i40e: avoid NVM acquire deadlock during NVM update
4041 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
4042
4043 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
4044 twice when perf stat is done (perf:) (LP: #1714571)
4045 - perf vendor events powerpc: Remove duplicate events
4046
4047 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
4048 (LP: #1703339)
4049 - [Config] Include vmd in storage-core-modules udeb
4050
4051 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
4052 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
4053 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
4054 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
4055 offline
4056
4057 * Miscellaneous Ubuntu changes
4058 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
4059 - Revert "UBUNTU: SAUCE: Import aufs driver"
4060 - SAUCE: Import aufs driver
4061
4062 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
4063
4064 linux (4.13.0-9.10) artful; urgency=low
4065
4066 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
4067
4068 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
4069 - [Config] CONFIG_EDAC_GHES=n
4070
4071 * Miscellaneous Ubuntu changes
4072 - ubuntu: vbox -- update to 5.1.26-dfsg-2
4073
4074 [ Upstream Kernel Changes ]
4075
4076 * Rebase to v4.13
4077
4078 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
4079
4080 linux (4.13.0-8.9) artful; urgency=low
4081
4082 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
4083 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
4084
4085 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
4086 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
4087
4088 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
4089 Harrisonville SDP (LP: #1709257)
4090 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
4091 - EDAC, pnd2: Mask off the lower four bits of a BAR
4092 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
4093 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
4094 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
4095 reading BAR
4096
4097 * Miscellaneous Ubuntu changes
4098 - Revert "UBUNTU: SAUCE: Import aufs driver"
4099 - SAUCE: Import aufs driver
4100 - SAUCE: selftests/powerpc: Disable some ptrace selftests
4101 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
4102 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
4103 - [Config] Disable CONFIG_MDIO_* options for s390x
4104 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
4105 - [Config] Update annotations for 4.13
4106
4107 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
4108
4109 linux (4.13.0-7.8) artful; urgency=low
4110
4111 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
4112 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
4113 paths
4114
4115 * Miscellaneous Ubuntu changes
4116 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
4117
4118 * Miscellaneous upstream changes
4119 - seccomp: Provide matching filter for introspection
4120 - seccomp: Sysctl to display available actions
4121 - seccomp: Operation for checking if an action is available
4122 - seccomp: Sysctl to configure actions that are allowed to be logged
4123 - seccomp: Selftest for detection of filter flag support
4124 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
4125 - seccomp: Action to log before allowing
4126
4127 [ Upstream Kernel Changes ]
4128
4129 * Rebase to v4.13-rc7
4130
4131 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
4132
4133 linux (4.13.0-6.7) artful; urgency=low
4134
4135 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
4136 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
4137
4138 * sort ABI files with C.UTF-8 locale (LP: #1712345)
4139 - [Packaging] sort ABI files with C.UTF-8 locale
4140
4141 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
4142 - SAUCE: igb: add support for using Broadcom 54616 as PHY
4143
4144 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
4145 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
4146 - powerpc/mm/radix: Improve TLB/PWC flushes
4147 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
4148
4149 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
4150 properly enrolled keys (LP: #1712168)
4151 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
4152
4153 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
4154 - [Config] CONFIG_BLK_DEV_NVME=m for s390
4155
4156 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
4157 (LP: #1711298)
4158 - [Config] CONFIG_INTEL_ATOMISP=n
4159
4160 * Miscellaneous Ubuntu changes
4161 - SAUCE: apparmor: af_unix mediation
4162
4163 * Miscellaneous upstream changes
4164 - apparmor: Fix shadowed local variable in unpack_trans_table()
4165 - apparmor: Fix logical error in verify_header()
4166 - apparmor: Fix an error code in aafs_create()
4167 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
4168 - apparmor: add the ability to mediate signals
4169 - apparmor: add mount mediation
4170 - apparmor: cleanup conditional check for label in label_print
4171 - apparmor: add support for absolute root view based labels
4172 - apparmor: make policy_unpack able to audit different info messages
4173 - apparmor: add more debug asserts to apparmorfs
4174 - apparmor: add base infastructure for socket mediation
4175 - apparmor: move new_null_profile to after profile lookup fns()
4176 - apparmor: fix race condition in null profile creation
4177 - apparmor: ensure unconfined profiles have dfas initialized
4178 - apparmor: fix incorrect type assignment when freeing proxies
4179
4180 [ Upstream Kernel Changes ]
4181
4182 * Rebase to v4.13-rc6
4183
4184 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
4185
4186 linux (4.13.0-5.6) artful; urgency=low
4187
4188 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
4189 - perf pmu-events: Support additional POWER8+ PVR in mapfile
4190 - perf vendor events: Add POWER9 PMU events
4191 - perf vendor events: Add POWER9 PVRs to mapfile
4192 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
4193 - SAUCE: perf vendor events powerpc: Update POWER9 events
4194
4195 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
4196 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
4197
4198 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
4199 kernels able to boot without initramfs (LP: #1700972)
4200 - [Debian] Don't depend on initramfs-tools
4201
4202 * Miscellaneous Ubuntu changes
4203 - SAUCE: Import aufs driver
4204 - SAUCE: aufs -- Add missing argument to loop_switch() call
4205 - [Config] Enable aufs
4206 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
4207 - Enable zfs build
4208 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
4209 - [Packaging] switch up to debhelper 9
4210
4211 [ Upstream Kernel Changes ]
4212
4213 * Rebase to v4.13-rc5
4214
4215 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
4216
4217 linux (4.13.0-4.5) artful; urgency=low
4218
4219 * Lenovo Yoga 910 Sensors (LP: #1708120)
4220 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
4221
4222 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
4223 (LP: #1703339)
4224 - [Config] Add vmd driver to generic inclusion list
4225
4226 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
4227 - [Config] CONFIG_SATA_HIGHBANK=y
4228
4229 * Miscellaneous Ubuntu changes
4230 - ubuntu: vbox -- update to 5.1.26-dfsg-1
4231 - SAUCE: hio: Build fixes for 4.13
4232 - Enable hio build
4233 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
4234 - [debian] use all rather than amd64 dkms debs for sync
4235
4236 [ Upstream Kernel Changes ]
4237
4238 * Rebase to v4.13-rc4
4239
4240 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
4241
4242 linux (4.13.0-3.4) artful; urgency=low
4243
4244 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
4245 - [Packaging] tests -- reduce rebuild test to one flavour
4246 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
4247
4248 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
4249 - SAUCE: virtio_net: Revert mergeable buffer handling rework
4250
4251 [ Upstream Kernel Changes ]
4252
4253 * Rebase to v4.13-rc3
4254
4255 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
4256
4257 linux (4.13.0-2.3) artful; urgency=low
4258
4259 * Change CONFIG_IBMVETH to module (LP: #1704479)
4260 - [Config] CONFIG_IBMVETH=m
4261
4262 [ Upstream Kernel Changes ]
4263
4264 * Rebase to v4.13-rc2
4265
4266 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
4267
4268 linux (4.13.0-1.2) artful; urgency=low
4269
4270 * Miscellaneous Ubuntu changes
4271 - [Debian] Support sphinx-based kernel documentation
4272
4273 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
4274
4275 linux (4.13.0-0.1) artful; urgency=low
4276
4277 * Miscellaneous Ubuntu changes
4278 - Disable hio
4279 - Disable zfs build
4280 - ubuntu: vbox -- update to 5.1.24-dfsg-1
4281
4282 [ Upstream Kernel Changes ]
4283
4284 * Rebase to v4.13-rc1
4285
4286 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
4287
4288 linux (4.12.0-7.8) artful; urgency=low
4289
4290 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
4291 (LP: #1673564)
4292 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
4293 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
4294 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
4295 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
4296 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
4297 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
4298 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
4299 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
4300 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
4301 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
4302 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
4303 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
4304 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
4305 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
4306 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
4307 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
4308 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
4309 - arm64: Add MIDR values for Cavium cn83XX SoCs
4310 - arm64: Add workaround for Cavium Thunder erratum 30115
4311 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
4312 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
4313 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
4314 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
4315 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
4316 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
4317 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
4318 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
4319
4320 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
4321 - net: hns: Bugfix for Tx timeout handling in hns driver
4322
4323 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
4324 - iommu/arm-smmu: Plumb in new ACPI identifiers
4325
4326 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
4327 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
4328
4329 * Artful update to v4.12.1 stable release (LP: #1703858)
4330 - driver core: platform: fix race condition with driver_override
4331 - RDMA/uverbs: Check port number supplied by user verbs cmds
4332 - usb: dwc3: replace %p with %pK
4333 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
4334 - usb: usbip: set buffer pointers to NULL after free
4335 - Add USB quirk for HVR-950q to avoid intermittent device resets
4336 - usb: Fix typo in the definition of Endpoint[out]Request
4337 - USB: core: fix device node leak
4338 - USB: serial: option: add two Longcheer device ids
4339 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
4340 - xhci: Limit USB2 port wake support for AMD Promontory hosts
4341 - gfs2: Fix glock rhashtable rcu bug
4342 - Add "shutdown" to "struct class".
4343 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
4344 - tpm: fix a kernel memory leak in tpm-sysfs.c
4345 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
4346 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
4347 - sched/fair, cpumask: Export for_each_cpu_wrap()
4348 - sched/core: Implement new approach to scale select_idle_cpu()
4349 - sched/numa: Use down_read_trylock() for the mmap_sem
4350 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
4351 - sched/fair: Simplify wake_affine() for the single socket case
4352 - sched/numa: Implement NUMA node level wake_affine()
4353 - sched/fair: Remove effective_load()
4354 - sched/numa: Hide numa_wake_affine() from UP build
4355 - xen: avoid deadlock in xenbus driver
4356 - crypto: drbg - Fixes panic in wait_for_completion call
4357 - Linux 4.12.1
4358
4359 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
4360 - scsi: cxlflash: Combine the send queue locks
4361 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
4362 - scsi: cxlflash: Reset hardware queue context via specified register
4363 - scsi: cxlflash: Schedule asynchronous reset of the host
4364 - scsi: cxlflash: Handle AFU sync failures
4365 - scsi: cxlflash: Track pending scsi commands in each hardware queue
4366 - scsi: cxlflash: Flush pending commands in cleanup path
4367 - scsi: cxlflash: Add scsi command abort handler
4368 - scsi: cxlflash: Create character device to provide host management interface
4369 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
4370 specifics
4371 - scsi: cxlflash: Introduce host ioctl support
4372 - scsi: cxlflash: Refactor AFU capability checking
4373 - scsi: cxlflash: Support LUN provisioning
4374 - scsi: cxlflash: Support AFU debug
4375 - scsi: cxlflash: Support WS16 unmap
4376 - scsi: cxlflash: Remove zeroing of private command data
4377 - scsi: cxlflash: Update TMF command processing
4378 - scsi: cxlflash: Avoid double free of character device
4379 - scsi: cxlflash: Update send_tmf() parameters
4380 - scsi: cxlflash: Update debug prints in reset handlers
4381
4382 * make snap-pkg support (LP: #1700747)
4383 - make snap-pkg support
4384
4385 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
4386 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
4387
4388 * arm64: fix crash reading /proc/kcore (LP: #1702749)
4389 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
4390 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
4391
4392 * Opal and POWER9 DD2 (LP: #1702159)
4393 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
4394
4395 * Data corruption with hio driver (LP: #1701316)
4396 - SAUCE: hio: Fix incorrect use of enum req_opf values
4397
4398 * Miscellaneous Ubuntu changes
4399 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
4400 - snapcraft.yaml: Sync with xenial
4401 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
4402
4403 * Miscellaneous upstream changes
4404 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
4405 MokSBState"
4406
4407 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
4408
4409 linux (4.12.0-6.7) artful; urgency=low
4410
4411 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
4412 - net: ena: change return value for unsupported features unsupported return
4413 value
4414 - net: ena: add hardware hints capability to the driver
4415 - net: ena: change sizeof() argument to be the type pointer
4416 - net: ena: add reset reason for each device FLR
4417 - net: ena: add support for out of order rx buffers refill
4418 - net: ena: allow the driver to work with small number of msix vectors
4419 - net: ena: use napi_schedule_irqoff when possible
4420 - net: ena: separate skb allocation to dedicated function
4421 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
4422 - net: ena: update driver's rx drop statistics
4423 - net: ena: update ena driver to version 1.2.0
4424
4425 * APST gets enabled against explicit kernel option (LP: #1699004)
4426 - nvme: explicitly disable APST on quirked devices
4427
4428 * Miscellaneous Ubuntu changes
4429 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
4430 - SAUCE: hio updates for 4.12
4431 - SAUCE: Enable hio build
4432
4433 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
4434
4435 linux (4.12.0-5.6) artful; urgency=low
4436
4437 * ERAT invalidate on context switch removal (LP: #1700819)
4438 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
4439
4440 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
4441 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
4442
4443 * Miscellaneous Ubuntu changes
4444 - d-i: Move qcom-emac from arm64 to shared nic-modules
4445
4446 [ Upstream Kernel Changes ]
4447
4448 * Rebase to v4.12
4449
4450 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
4451
4452 linux (4.12.0-4.5) artful; urgency=low
4453
4454 * aacraid driver may return uninitialized stack data to userspace
4455 (LP: #1700077)
4456 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
4457
4458 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
4459 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
4460
4461 * AACRAID for power9 platform (LP: #1689980)
4462 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
4463 - scsi: aacraid: Fix DMAR issues with iommu=pt
4464 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
4465 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
4466 - scsi: aacraid: Remove reset support from check_health
4467 - scsi: aacraid: Change wait time for fib completion
4468 - scsi: aacraid: Log count info of scsi cmds before reset
4469 - scsi: aacraid: Print ctrl status before eh reset
4470 - scsi: aacraid: Using single reset mask for IOP reset
4471 - scsi: aacraid: Rework IOP reset
4472 - scsi: aacraid: Add periodic checks to see IOP reset status
4473 - scsi: aacraid: Rework SOFT reset code
4474 - scsi: aacraid: Rework aac_src_restart
4475 - scsi: aacraid: Use correct function to get ctrl health
4476 - scsi: aacraid: Make sure ioctl returns on controller reset
4477 - scsi: aacraid: Enable ctrl reset for both hba and arc
4478 - scsi: aacraid: Add reset debugging statements
4479 - scsi: aacraid: Remove reference to Series-9
4480 - scsi: aacraid: Update driver version to 50834
4481
4482 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
4483 - SAUCE: drm: hibmc: Use set_busid function from drm core
4484
4485 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
4486 - d-i: Add hibmc-drm to kernel-image udeb
4487
4488 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
4489 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
4490
4491 * Miscellaneous Ubuntu changes
4492 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
4493 - [Config] CONFIG_ATA=n for s390x
4494 - [Config] Update annotations for 4.12
4495
4496 [ Upstream Kernel Changes ]
4497
4498 * Rebase to v4.12-rc7
4499
4500 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
4501
4502 linux (4.12.0-3.4) artful; urgency=low
4503
4504 * Miscellaneous upstream changes
4505 - ufs: fix the logics for tail relocation
4506
4507 [ Upstream Kernel Changes ]
4508
4509 * Rebase to v4.12-rc6
4510
4511 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
4512
4513 linux (4.12.0-2.3) artful; urgency=low
4514
4515 * CVE-2014-9900
4516 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
4517 ethtool_get_wol()
4518
4519 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
4520 (LP: #1671360)
4521 - pinctrl/amd: Use regular interrupt instead of chained
4522
4523 * extend-diff-ignore should use exact matches (LP: #1693504)
4524 - [Packaging] exact extend-diff-ignore matches
4525
4526 * Miscellaneous Ubuntu changes
4527 - SAUCE: efi: Don't print secure boot state from the efi stub
4528 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
4529 - SAUCE: vbox fixes for 4.12
4530 - Re-enable virtualbox build
4531 - [Config] CONFIG_ORANGEFS_FS=m
4532 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
4533 - Enable zfs build
4534
4535 [ Upstream Kernel Changes ]
4536
4537 * Rebase to v4.12-rc4
4538 * Rebase to v4.12-rc5
4539
4540 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
4541
4542 linux (4.12.0-1.2) artful; urgency=low
4543
4544 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
4545 - [Config] Enable CONFIG_DRM_MGAG200 as module
4546
4547 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
4548 - [Config] CONFIG_LIBIO=y on arm64 only
4549 - SAUCE: LIBIO: Introduce a generic PIO mapping method
4550 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
4551 - [Config] CONFIG_HISILICON_LPC=y
4552 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
4553 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
4554 I/O
4555 - SAUCE: LPC: Add the ACPI LPC support
4556 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
4557 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
4558
4559 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
4560 - SAUCE: tty: Fix ldisc crash on reopened tty
4561
4562 * Miscellaneous Ubuntu changes
4563 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
4564 - Rebase to v4.12-rc3
4565
4566 [ Upstream Kernel Changes ]
4567
4568 * Rebase to v4.12-rc3
4569
4570 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
4571
4572 linux (4.12.0-0.1) artful; urgency=low
4573
4574 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
4575 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
4576
4577 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
4578 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
4579
4580 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
4581 (LP: #1672819)
4582 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
4583
4584 * Miscellaneous Ubuntu changes
4585 - Update find-missing-sauce.sh to compare to artful
4586 - Update dropped.txt
4587 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
4588 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4589 kernel image
4590 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4591 mode
4592 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4593 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
4594 locked down
4595 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
4596 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
4597 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4598 reboot
4599 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
4600 set
4601 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4602 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4603 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4604 down
4605 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4606 locked down
4607 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
4608 down
4609 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
4610 is locked down
4611 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4612 locked down
4613 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4614 has been locked down
4615 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4616 locked down
4617 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4618 locked down
4619 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
4620 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
4621 kernel is locked down
4622 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
4623 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4624 down
4625 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4626 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
4627 secondary keyring
4628 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
4629 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
4630 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4631 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
4632 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4633 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
4634 MokSBState
4635 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
4636 - [Config] Set values for UEFI secure boot lockdown options
4637 - Disable virtualbox build
4638 - Disable hio build
4639 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
4640 - Disable zfs build
4641 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
4642 - SAUCE: Import aufs driver
4643 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
4644 - [Config] Enable aufs
4645 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
4646
4647 [ Upstream Kernel Changes ]
4648
4649 * Rebase to v4.12-rc2
4650
4651 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
4652
4653 linux (4.11.0-3.8) artful; urgency=low
4654
4655 [ Seth Forshee ]
4656
4657 * Release Tracking Bug
4658 - LP: #1690999
4659
4660 * apparmor_parser hangs indefinitely when called by multiple threads
4661 (LP: #1645037)
4662 - SAUCE: apparmor: fix lock ordering for mkdir
4663
4664 * apparmor leaking securityfs pin count (LP: #1660846)
4665 - SAUCE: apparmor: fix leak on securityfs pin count
4666
4667 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
4668 (LP: #1660845)
4669 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
4670 fails
4671
4672 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
4673 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
4674
4675 * libvirt profile is blocking global setrlimit despite having no rlimit rule
4676 (LP: #1679704)
4677 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
4678 - apparmor: update auditing of rlimit check to provide capability information
4679
4680 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
4681 - SAUCE: apparmor: add policy revision file interface
4682
4683 * apparmor does not make support of query data visible (LP: #1678023)
4684 - SAUCE: apparmor: add label data availability to the feature set
4685
4686 * apparmor query interface does not make supported query info available
4687 (LP: #1678030)
4688 - SAUCE: apparmor: add information about the query inteface to the feature set
4689
4690 * change_profile incorrect when using namespaces with a compound stack
4691 (LP: #1677959)
4692 - SAUCE: apparmor: fix label parse for stacked labels
4693
4694 * Regression in 4.4.0-65-generic causes very frequent system crashes
4695 (LP: #1669611)
4696 - apparmor: sync of apparmor 3.6+ (17.04)
4697
4698 * Artful update to 4.11.1 stable release (LP: #1690814)
4699 - dm ioctl: prevent stack leak in dm ioctl call
4700 - drm/sti: fix GDP size to support up to UHD resolution
4701 - power: supply: lp8788: prevent out of bounds array access
4702 - brcmfmac: Ensure pointer correctly set if skb data location changes
4703 - brcmfmac: Make skb header writable before use
4704 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
4705 - refcount: change EXPORT_SYMBOL markings
4706 - net: macb: fix phy interrupt parsing
4707 - tcp: fix access to sk->sk_state in tcp_poll()
4708 - geneve: fix incorrect setting of UDP checksum flag
4709 - bpf: enhance verifier to understand stack pointer arithmetic
4710 - bpf, arm64: fix jit branch offset related to ldimm64
4711 - tcp: fix wraparound issue in tcp_lp
4712 - net: ipv6: Do not duplicate DAD on link up
4713 - net: usb: qmi_wwan: add Telit ME910 support
4714 - tcp: do not inherit fastopen_req from parent
4715 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
4716 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
4717 - ipv6: initialize route null entry in addrconf_init()
4718 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
4719 - tcp: randomize timestamps on syncookies
4720 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
4721 - bpf: don't let ldimm64 leak map addresses on unprivileged
4722 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
4723 - f2fs: sanity check segment count
4724 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
4725 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
4726 - block: get rid of blk_integrity_revalidate()
4727 - Linux 4.11.1
4728
4729 * Module signing exclusion for staging drivers does not work properly
4730 (LP: #1690908)
4731 - SAUCE: Fix module signing exclusion in package builds
4732
4733 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
4734 - [Config] CONFIG_QCOM_L3_PMU=y
4735 - perf: qcom: Add L3 cache PMU driver
4736
4737 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
4738 - drivers/perf: arm_pmu: rework per-cpu allocation
4739 - drivers/perf: arm_pmu: manage interrupts per-cpu
4740 - drivers/perf: arm_pmu: split irq request from enable
4741 - drivers/perf: arm_pmu: remove pointless PMU disabling
4742 - drivers/perf: arm_pmu: define armpmu_init_fn
4743 - drivers/perf: arm_pmu: fold init into alloc
4744 - drivers/perf: arm_pmu: factor out pmu registration
4745 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
4746 - drivers/perf: arm_pmu: handle no platform_device
4747 - drivers/perf: arm_pmu: rename irq request/free functions
4748 - drivers/perf: arm_pmu: split cpu-local irq request/free
4749 - drivers/perf: arm_pmu: move irq request/free into probe
4750 - drivers/perf: arm_pmu: split out platform device probe logic
4751 - arm64: add function to get a cpu's MADT GICC table
4752 - [Config] CONFIG_ARM_PMU_ACPI=y
4753 - drivers/perf: arm_pmu: add ACPI framework
4754 - arm64: pmuv3: handle !PMUv3 when probing
4755 - arm64: pmuv3: use arm_pmu ACPI framework
4756
4757 * Fix NVLINK2 TCE route (LP: #1690155)
4758 - powerpc/powernv: Fix TCE kill on NVLink2
4759
4760 * CVE-2017-0605
4761 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
4762
4763 * Miscellaneous Ubuntu changes
4764 - [Config] Restore powerpc arch to annotations file
4765 - [Config] Disable runtime testing modules
4766 - [Config] Disable drivers not needed on s390x
4767 - [Config] Update annotations for 4.11
4768 - [Config] updateconfigs after apparmor updates
4769
4770 * Miscellaneous upstream changes
4771 - apparmor: use SHASH_DESC_ON_STACK
4772 - apparmor: fix invalid reference to index variable of iterator line 836
4773 - apparmor: fix parameters so that the permission test is bypassed at boot
4774 - apparmor: Make path_max parameter readonly
4775 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
4776 - apparmorfs: Use seq_putc() in two functions
4777 - apparmor: provide information about path buffer size at boot
4778 - apparmor: add/use fns to print hash string hex value
4779
4780 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
4781
4782 linux (4.11.0-2.7) artful; urgency=low
4783
4784 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
4785 (LP: #1688259)
4786 - Remove squashfs-modules files from d-i
4787 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
4788
4789 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
4790 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
4791 - d-i: initrd needs qcom_emac on amberwing platform.
4792
4793 * update for V3 kernel bits and improved multiple fan slice support
4794 (LP: #1470091)
4795 - SAUCE: fan: tunnel multiple mapping mode (v3)
4796
4797 * Miscellaneous Ubuntu changes
4798 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
4799 - Enable zfs
4800 - SAUCE: fan: add VXLAN implementation
4801 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
4802 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
4803 kernel image
4804 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
4805 mode
4806 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
4807 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
4808 locked down
4809 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
4810 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
4811 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
4812 reboot
4813 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
4814 set
4815 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
4816 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
4817 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
4818 down
4819 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
4820 locked down
4821 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
4822 down
4823 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
4824 is locked down
4825 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
4826 locked down
4827 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
4828 has been locked down
4829 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
4830 locked down
4831 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
4832 locked down
4833 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
4834 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
4835 kernel is locked down
4836 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
4837 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
4838 down
4839 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
4840 - SAUCE: (efi-lockdown) Add EFI signature data types
4841 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
4842 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
4843 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
4844 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
4845 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
4846 disabled
4847 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
4848 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
4849 MokSBState
4850 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
4851 - [Config] Set values for UEFI secure boot lockdown options
4852 - Update dropped.txt
4853
4854 [ Upstream Kernel Changes ]
4855
4856 * rebase to v4.11
4857
4858 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
4859
4860 linux (4.11.0-1.6) artful; urgency=low
4861
4862 * Miscellaneous Ubuntu changes
4863 - [Debian] Use default compression for all packages
4864 - SAUCE: (namespace) block_dev: Support checking inode permissions in
4865 lookup_bdev()
4866 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
4867 when mounting
4868 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
4869 when mounting
4870 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
4871 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
4872 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
4873 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
4874 security.* xattrs
4875 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
4876 filesystems
4877 - SAUCE: (namespace) fuse: Add support for pid namespaces
4878 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
4879 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
4880 or a descendant
4881 - SAUCE: (namespace) fuse: Allow user namespace mounts
4882 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
4883 namespaces
4884 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
4885 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
4886 mounts
4887 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
4888 opened for writing
4889
4890 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
4891
4892 linux (4.11.0-0.5) artful; urgency=low
4893
4894 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
4895 (LP: #1684971)
4896 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
4897
4898 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
4899 (LP: #1470250)
4900 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
4901
4902 * Enable virtual scsi server driver for Power (LP: #1615665)
4903 - SAUCE: Return TCMU-generated sense data to fabric module
4904
4905 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
4906 (LP: #1630990)
4907 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
4908 CONFIG_SECURITYFS=n
4909
4910 * Miscellaneous Ubuntu changes
4911 - SAUCE: Import aufs driver
4912 - [Config] Enable aufs
4913 - [Debian] Add script to update virtualbox
4914 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
4915 - Enable vbox
4916 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
4917
4918 [ Upstream Kernel Changes ]
4919
4920 * rebase to v4.11-rc8
4921
4922 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
4923
4924 linux (4.11.0-0.4) zesty; urgency=low
4925
4926 * POWER9: Improve performance on memory management (LP: #1681429)
4927 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
4928 flush
4929 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
4930
4931 * Miscellaneous Ubuntu changes
4932 - find-missing-sauce.sh
4933
4934 [ Upstream Kernel Changes ]
4935
4936 * rebase to v4.11-rc7
4937
4938 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
4939
4940 linux (4.11.0-0.3) zesty; urgency=low
4941
4942 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
4943 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
4944
4945 * smartpqi driver needed in initram disk and installer (LP: #1680156)
4946 - [Config] Add smartpqi to d-i
4947
4948 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
4949 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
4950
4951 * Miscellaneous Ubuntu changes
4952 - [Config] flash-kernel should be a Breaks
4953 - [Config] drop the info directory
4954 - [Config] drop NOTES as obsolete
4955 - [Config] drop changelog.historical as obsolete
4956 - rebase to v4.11-rc6
4957
4958 [ Upstream Kernel Changes ]
4959
4960 * rebase to v4.11-rc6
4961
4962 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
4963
4964 linux (4.11.0-0.2) zesty; urgency=low
4965
4966 [ Upstream Kernel Changes ]
4967
4968 * rebase to v4.11-rc5
4969
4970 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
4971
4972 linux (4.11.0-0.1) zesty; urgency=low
4973
4974 [ Upstream Kernel Changes ]
4975
4976 * rebase to v4.11-rc4
4977 - LP: #1591053
4978
4979 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
4980
4981 linux (4.11.0-0.0) zesty; urgency=low
4982
4983 * dummy entry
4984
4985 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600