]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - debian.master/changelog
PCI: PM: Skip devices in D0 for suspend-to-idle
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
CommitLineData
c48d3884 1linux (4.15.0-54.58) bionic; urgency=medium
68fc88f0 2
c48d3884 3 * linux: 4.15.0-54.58 -proposed tracker (LP: #1833987)
68fc88f0 4
c48d3884
KSS
5 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
6 manipulation (LP: #1831638) // CVE-2019-11478
7 - tcp: refine memory limit test in tcp_fragment()
8
9 * CVE-2019-11479
10 - SAUCE: tcp: add tcp_min_snd_mss sysctl
11 - SAUCE: tcp: enforce tcp_min_snd_mss in tcp_mtu_probing()
12
13 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Jun 2019 11:39:50 +0200
68fc88f0 14
4a6fdd03 15linux (4.15.0-52.56) bionic; urgency=medium
d23c845c 16
4a6fdd03
MHC
17 * Remote denial of service (resource exhaustion) caused by TCP SACK scoreboard
18 manipulation (LP: #1831638)
19 - SAUCE: tcp: tcp_fragment() should apply sane memory limits
d23c845c 20
4a6fdd03
MHC
21 * Remote denial of service (system crash) caused by integer overflow in TCP
22 SACK handling (LP: #1831637)
23 - SAUCE: tcp: limit payload size of sacked skbs
24
25 -- Marcelo Henrique Cerri <marcelo.cerri@canonical.com> Tue, 04 Jun 2019 17:33:24 -0300
d23c845c 26
18e103f8 27linux (4.15.0-51.55) bionic; urgency=medium
566c3d1e 28
18e103f8 29 * linux: 4.15.0-51.55 -proposed tracker (LP: #1829219)
566c3d1e 30
18e103f8
KSS
31 * disable a.out support (LP: #1818552)
32 - [Config] Disable a.out support
33
34 * [UBUNTU] qdio: clear intparm during shutdown (LP: #1828394)
35 - s390/qdio: clear intparm during shutdown
36
37 * ftrace in ubuntu_kernel_selftests hang with Cosmic kernel (LP: #1826385)
38 - kprobes/x86: Fix instruction patching corruption when copying more than one
39 RIP-relative instruction
40
41 * touchpad not working on lenovo yoga 530 (LP: #1787775)
42 - Revert "UBUNTU: SAUCE: i2c:amd Depends on ACPI"
43 - Revert "UBUNTU: SAUCE: i2c:amd move out pointer in union i2c_event_base"
44 - Revert "UBUNTU: SAUCE: i2c:amd I2C Driver based on PCI Interface for
45 upcoming platform"
46 - i2c: add helpers to ease DMA handling
47 - i2c: add a message flag for DMA safe buffers
48 - i2c: add extra check to safe DMA buffer helper
49 - i2c: Add drivers for the AMD PCIe MP2 I2C controller
50 - [Config] Update config for AMD MP2 I2C driver
51 - [Config] Update I2C_AMD_MP2 annotations
52
53 * tm-unavailable in powerpc/tm failed on Bionic Power9 (LP: #1813129)
54 - selftests/powerpc: Check for pthread errors in tm-unavailable
55 - selftests/powerpc: Skip tm-unavailable if TM is not enabled
56
57 * cp_abort in powerpc/context_switch from ubunut_kernel_selftests failed on
58 Bionic P9 (LP: #1813134)
59 - selftests/powerpc: Remove redundant cp_abort test
60
61 * bionic/linux: completely remove snapdragon files from sources (LP: #1827880)
62 - [Packaging] remove snapdragon dead files
63 - [Config] update configs after snapdragon removal
64
65 * The noise keeps occurring when Headset is plugged in on a Dell machine
66 (LP: #1827972)
67 - ALSA: hda/realtek - Fixed Dell AIO speaker noise
68
69 * Geneve tunnels don't work when ipv6 is disabled (LP: #1794232)
70 - geneve: correctly handle ipv6.disable module parameter
71
72 * There are 4 HDMI/Displayport audio output listed in sound setting without
73 attach any HDMI/DP monitor (LP: #1827967)
74 - ALSA: hda/hdmi - Read the pin sense from register when repolling
75 - ALSA: hda/hdmi - Consider eld_valid when reporting jack event
76
77 * Headphone jack switch sense is inverted: plugging in headphones disables
78 headphone output (LP: #1824259)
79 - ASoC: rt5645: Headphone Jack sense inverts on the LattePanda board
80
81 * CTAUTO:DevOps:860.50:devops4fp1:Error occurred during LINUX Dmesg error
82 Checking for all LINUX clients for devops4p10 (LP: #1766201)
83 - SAUCE: integrity: downgrade error to warning
84
85 * Screen freeze after resume from S3 when HDMI monitor plugged on Dell
86 Precision 7740 (LP: #1825958)
87 - PCI: Restore resized BAR state on resume
88
89 * potential memory corruption on arm64 on dev release (LP: #1827437)
90 - driver core: Postpone DMA tear-down until after devres release
91
92 * powerpc/pmu/ebb test in ubuntu_kernel_selftest failed with "error while
93 loading shared libraries" on Bionic/Cosmic PowerPC (LP: #1812805)
94 - selftests/powerpc/pmu: Link ebb tests with -no-pie
95
96 * unnecessary request_queue freeze (LP: #1815733)
97 - block: avoid setting nr_requests to current value
98 - block: avoid setting none scheduler if it's already none
99
100 * Kprobe event string type argument failed in ftrace from
101 ubuntu_kernel_selftests on B/C i386 (LP: #1825780)
102 - selftests/ftrace: Fix kprobe string testcase to not probe notrace function
103
104 * hns: fix socket accounting (LP: #1826911)
105 - net: hns: fix skb->truesize underestimation
106
107 * False positive test result in run_netsocktests from net in
108 ubuntu_kernel_selftest (LP: #1825777)
109 - selftests/net: correct the return value for run_netsocktests
110
111 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 May 2019 14:48:35 +0200
566c3d1e 112
410b3748 113linux (4.15.0-50.54) bionic; urgency=medium
81132540 114
410b3748
SB
115 * CVE-2018-12126 // CVE-2018-12127 // CVE-2018-12130
116 - Documentation/l1tf: Fix small spelling typo
117 - x86/cpu: Sanitize FAM6_ATOM naming
118 - kvm: x86: Report STIBP on GET_SUPPORTED_CPUID
119 - locking/atomics, asm-generic: Move some macros from <linux/bitops.h> to a
120 new <linux/bits.h> file
121 - tools include: Adopt linux/bits.h
122 - x86/msr-index: Cleanup bit defines
123 - x86/speculation: Consolidate CPU whitelists
124 - x86/speculation/mds: Add basic bug infrastructure for MDS
125 - x86/speculation/mds: Add BUG_MSBDS_ONLY
126 - x86/kvm: Expose X86_FEATURE_MD_CLEAR to guests
127 - x86/speculation/mds: Add mds_clear_cpu_buffers()
128 - x86/speculation/mds: Clear CPU buffers on exit to user
129 - x86/kvm/vmx: Add MDS protection when L1D Flush is not active
130 - x86/speculation/mds: Conditionally clear CPU buffers on idle entry
131 - x86/speculation/mds: Add mitigation control for MDS
132 - x86/speculation/mds: Add sysfs reporting for MDS
133 - x86/speculation/mds: Add mitigation mode VMWERV
134 - Documentation: Move L1TF to separate directory
135 - Documentation: Add MDS vulnerability documentation
136 - x86/speculation/mds: Add mds=full,nosmt cmdline option
137 - x86/speculation: Move arch_smt_update() call to after mitigation decisions
138 - x86/speculation/mds: Add SMT warning message
139 - x86/speculation/mds: Fix comment
140 - x86/speculation/mds: Print SMT vulnerable on MSBDS with mitigations off
141 - x86/speculation/mds: Add 'mitigations=' support for MDS
81132540 142
410b3748
SB
143 * CVE-2017-5715 // CVE-2017-5753
144 - s390/speculation: Support 'mitigations=' cmdline option
145
146 * CVE-2017-5715 // CVE-2017-5753 // CVE-2017-5754 // CVE-2018-3639
147 - powerpc/speculation: Support 'mitigations=' cmdline option
148
149 * CVE-2017-5715 // CVE-2017-5754 // CVE-2018-3620 // CVE-2018-3639 //
150 CVE-2018-3646
151 - cpu/speculation: Add 'mitigations=' cmdline option
152 - x86/speculation: Support 'mitigations=' cmdline option
153
154 * Packaging resync (LP: #1786013)
155 - [Packaging] resync git-ubuntu-log
156
157 -- Stefan Bader <stefan.bader@canonical.com> Mon, 06 May 2019 18:59:24 +0200
81132540 158
c5b0662f 159linux (4.15.0-49.53) bionic; urgency=medium
992b9a95 160
c5b0662f 161 * linux: 4.15.0-49.53 -proposed tracker (LP: #1826358)
992b9a95 162
d66c65e8
SB
163 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
164 (required for POWER9 DD2.3) (LP: #1822870)
165 - powerpc/64s: Add support for ori barrier_nospec patching
166 - powerpc/64s: Patch barrier_nospec in modules
167 - powerpc/64s: Enable barrier_nospec based on firmware settings
168 - powerpc: Use barrier_nospec in copy_from_user()
169 - powerpc/64: Use barrier_nospec in syscall entry
170 - powerpc/64s: Enhance the information in cpu_show_spectre_v1()
171 - powerpc/64: Disable the speculation barrier from the command line
172 - powerpc/64: Make stf barrier PPC_BOOK3S_64 specific.
173 - powerpc/64: Add CONFIG_PPC_BARRIER_NOSPEC
174 - powerpc/64: Call setup_barrier_nospec() from setup_arch()
175 - powerpc/64: Make meltdown reporting Book3S 64 specific
176 - powerpc/lib/code-patching: refactor patch_instruction()
177 - powerpc/lib/feature-fixups: use raw_patch_instruction()
178 - powerpc/asm: Add a patch_site macro & helpers for patching instructions
179 - powerpc/64s: Add new security feature flags for count cache flush
180 - powerpc/64s: Add support for software count cache flush
181 - powerpc/pseries: Query hypervisor for count cache flush settings
182 - powerpc/powernv: Query firmware for count cache flush settings
183 - powerpc/fsl: Add nospectre_v2 command line argument
184 - KVM: PPC: Book3S: Add count cache flush parameters to kvmppc_get_cpu_char()
185 - [Config] Add CONFIG_PPC_BARRIER_NOSPEC
186
187 * Packaging resync (LP: #1786013)
188 - [Packaging] resync git-ubuntu-log
189
190 * autopkgtests run too often, too much and don't skip enough (LP: #1823056)
191 - [Debian] Set +x on rebuild testcase.
192 - [Debian] Skip rebuild test, for regression-suite deps.
193 - [Debian] Make ubuntu-regression-suite skippable on unbootable kernels.
194 - [Debian] make rebuild use skippable error codes when skipping.
195 - [Debian] Only run regression-suite, if requested to.
196
197 * bionic: fork out linux-snapdragon into its own topic kernel (LP: #1820868)
198 - [Packaging] remove arm64 snapdragon from getabis
199 - [Config] config changes for snapdragon split
200 - packaging: arm64: disable building the snapdragon flavour
c5b0662f 201 - [Packaging] arm64: Drop snapdragon from kernel-versions
d66c65e8
SB
202
203 * CVE-2017-5753
204 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_get_irq()
205 - media: dvb_ca_en50221: prevent using slot_info for Spectre attacs
206 - sysvipc/sem: mitigate semnum index against spectre v1
207 - libahci: Fix possible Spectre-v1 pmp indexing in ahci_led_store()
208 - s390/keyboard: sanitize array index in do_kdsk_ioctl
209 - arm64: fix possible spectre-v1 write in ptrace_hbp_set_event()
210 - KVM: arm/arm64: vgic: Fix possible spectre-v1 write in vgic_mmio_write_apr()
211 - pktcdvd: Fix possible Spectre-v1 for pkt_devs
212 - net: socket: fix potential spectre v1 gadget in socketcall
213 - net: socket: Fix potential spectre v1 gadget in sock_is_registered
214 - drm/amdgpu/pm: Fix potential Spectre v1
215 - netlink: Fix spectre v1 gadget in netlink_create()
216 - ext4: fix spectre gadget in ext4_mb_regular_allocator()
217 - drm/i915/kvmgt: Fix potential Spectre v1
218 - net: sock_diag: Fix spectre v1 gadget in __sock_diag_cmd()
219 - fs/quota: Fix spectre gadget in do_quotactl
220 - hwmon: (nct6775) Fix potential Spectre v1
221 - mac80211_hwsim: Fix possible Spectre-v1 for hwsim_world_regdom_custom
222 - switchtec: Fix Spectre v1 vulnerability
223 - misc: hmc6352: fix potential Spectre v1
224 - tty: vt_ioctl: fix potential Spectre v1
225 - nl80211: Fix possible Spectre-v1 for NL80211_TXRATE_HT
226 - nl80211: Fix possible Spectre-v1 for CQM RSSI thresholds
227 - IB/ucm: Fix Spectre v1 vulnerability
228 - RDMA/ucma: Fix Spectre v1 vulnerability
229 - drm/bufs: Fix Spectre v1 vulnerability
230 - usb: gadget: storage: Fix Spectre v1 vulnerability
231 - ptp: fix Spectre v1 vulnerability
232 - HID: hiddev: fix potential Spectre v1
233 - vhost: Fix Spectre V1 vulnerability
234 - drivers/misc/sgi-gru: fix Spectre v1 vulnerability
235 - ipv4: Fix potential Spectre v1 vulnerability
236 - aio: fix spectre gadget in lookup_ioctx
237 - ALSA: emux: Fix potential Spectre v1 vulnerabilities
238 - ALSA: pcm: Fix potential Spectre v1 vulnerability
239 - ip6mr: Fix potential Spectre v1 vulnerability
240 - ALSA: rme9652: Fix potential Spectre v1 vulnerability
241 - ALSA: emu10k1: Fix potential Spectre v1 vulnerabilities
242 - KVM: arm/arm64: vgic: Fix off-by-one bug in vgic_get_irq()
243 - drm/ioctl: Fix Spectre v1 vulnerabilities
244 - char/mwave: fix potential Spectre v1 vulnerability
245 - applicom: Fix potential Spectre v1 vulnerabilities
246 - ipmi: msghandler: Fix potential Spectre v1 vulnerabilities
247 - powerpc/ptrace: Mitigate potential Spectre v1
248 - cfg80211: prevent speculation on cfg80211_classify8021d() return
249 - ALSA: rawmidi: Fix potential Spectre v1 vulnerability
250 - ALSA: seq: oss: Fix Spectre v1 vulnerability
251
252 * Bionic: Sync to Xenial (Spectre) (LP: #1822760)
253 - x86/speculation/l1tf: Suggest what to do on systems with too much RAM
254 - KVM: SVM: Add MSR-based feature support for serializing LFENCE
255 - KVM: VMX: fixes for vmentry_l1d_flush module parameter
256 - KVM: X86: Allow userspace to define the microcode version
257 - SAUCE: [Fix] x86/KVM/VMX: Add L1D flush logic
258 - SAUCE: [Fix] x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on
259 vmentry
260
261 * [SRU] [B/OEM] Fix ACPI bug that causes boot failure (LP: #1819921)
262 - SAUCE: ACPI / bus: Add some Lenovo laptops in list of acpi table term list
263
264 * Bionic update: upstream stable patchset for fuse 2019-04-12 (LP: #1824553)
265 - fuse: fix double request_end()
266 - fuse: fix unlocked access to processing queue
267 - fuse: umount should wait for all requests
268 - fuse: Fix oops at process_init_reply()
269 - fuse: Don't access pipe->buffers without pipe_lock()
270 - fuse: Fix use-after-free in fuse_dev_do_read()
271 - fuse: Fix use-after-free in fuse_dev_do_write()
272 - fuse: set FR_SENT while locked
273 - fuse: fix blocked_waitq wakeup
274 - fuse: fix leaked notify reply
275 - fuse: fix possibly missed wake-up after abort
276 - fuse: fix use-after-free in fuse_direct_IO()
277 - fuse: continue to send FUSE_RELEASEDIR when FUSE_OPEN returns ENOSYS
278 - fuse: handle zero sized retrieve correctly
279 - fuse: call pipe_buf_release() under pipe lock
280 - fuse: decrement NR_WRITEBACK_TEMP on the right page
281
282 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
283 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
284 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
285 (LP: #1822870)
286 - powerpc64s: Show ori31 availability in spectre_v1 sysfs file not v2
287 - powerpc/fsl: Fix spectre_v2 mitigations reporting
288 - powerpc: Avoid code patching freed init sections
289
290 * Backport support for software count cache flush Spectre v2 mitigation. (CVE)
291 (required for POWER9 DD2.3) (LP: #1822870) // Backport support for software
292 count cache flush Spectre v2 mitigation. (CVE) (required for POWER9 DD2.3)
293 (LP: #1822870) // Backport support for software count cache flush Spectre v2
294 mitigation. (CVE) (required for POWER9 DD2.3) (LP: #1822870)
295 - powerpc/security: Fix spectre_v2 reporting
296
297 * CVE-2019-3874
298 - sctp: use sk_wmem_queued to check for writable space
299 - sctp: implement memory accounting on tx path
300 - sctp: implement memory accounting on rx path
301
302 * NULL pointer dereference when using z3fold and zswap (LP: #1814874)
303 - z3fold: fix possible reclaim races
304
305 * Kprobe event argument syntax in ftrace from ubuntu_kernel_selftests failed
306 on B PowerPC (LP: #1812809)
307 - selftests/ftrace: Add ppc support for kprobe args tests
308
309 * The Realtek card reader does not enter PCIe 1.1/1.2 (LP: #1825487)
310 - misc: rtsx: make various functions static
311 - misc: rtsx: Enable OCP for rts522a rts524a rts525a rts5260
312 - SAUCE: misc: rtsx: Fixed rts5260 power saving parameter and sd glitch
313
314 * headset-mic doesn't work on two Dell laptops. (LP: #1825272)
315 - ALSA: hda/realtek - add two more pin configuration sets to quirk table
316
317 * CVE-2018-16884
318 - sunrpc: use SVC_NET() in svcauth_gss_* functions
319 - sunrpc: use-after-free in svc_process_common()
320
321 * sky2 ethernet card don't work after returning from suspension (LP: #1798921)
322 - sky2: Increase D3 delay again
323
324 * CVE-2019-9500
325 - brcmfmac: assure SSID length from firmware is limited
326
327 * CVE-2019-9503
328 - brcmfmac: add subtype check for event handling in data path
329
330 * CVE-2019-3882
331 - vfio/type1: Limit DMA mappings per container
332
333 * Intel I210 Ethernet card not working after hotplug [8086:1533]
334 (LP: #1818490)
335 - igb: Fix WARN_ONCE on runtime suspend
336
337 * bionic, xenial/hwe: misses "fuse: fix initial parallel dirops" patch
338 (LP: #1823972)
339 - fuse: fix initial parallel dirops
340
341 * amdgpu resume failure: failed to allocate wb slot (LP: #1825074)
342 - drm/amdgpu: fix&cleanups for wb_clear
343
344 * Pop noise when headset is plugged in or removed from GHS/Line-out jack
345 (LP: #1821290)
346 - ALSA: hda/realtek - Add unplug function into unplug state of Headset Mode
347 for ALC225
348 - ALSA: hda/realtek - Disable headset Mic VREF for headset mode of ALC225
349 - ALSA: hda/realtek - Add support headset mode for DELL WYSE AIO
350 - ALSA: hda/realtek - Add support headset mode for New DELL WYSE NB
351
352 * mac80211_hwsim unable to handle kernel NULL pointer dereference
353 at0000000000000000 (LP: #1825058)
354 - mac80211_hwsim: Timer should be initialized before device registered
355
356 * [regression][snd_hda_codec_realtek] repeating crackling noise after 19.04
357 upgrade (LP: #1821663)
358 - ALSA: hda: Add Intel NUC7i3BNB to the power_save blacklist
359 - ALSA: hda - add Lenovo IdeaCentre B550 to the power_save_blacklist
360 - ALSA: hda - Add two more machines to the power_save_blacklist
361
362 * ubuntu_nbd_smoke_test failed on P9 with Bionic kernel (LP: #1822247)
363 - nbd: fix how we set bd_invalidated
364
365 * TSC clocksource not available in nested guests (LP: #1822821)
366 - kvmclock: fix TSC calibration for nested guests
367
368 * 4.15 kernel ip_vs --ops causes performance and hang problem (LP: #1819786)
369 - ipvs: fix refcount usage for conns in ops mode
370
371 * systemd cause kernel trace "BUG: unable to handle kernel paging request at
372 6db23a14" on Cosmic i386 (LP: #1813244) // systemd cause kernel trace "BUG:
373 unable to handle kernel paging request at 6db23a14" on Cosmic i386
374 (LP: #1813244)
375 - openvswitch: fix flow actions reallocation
376
377 -- Stefan Bader <stefan.bader@canonical.com> Thu, 25 Apr 2019 10:40:22 +0200
992b9a95 378
c50532b9 379linux (4.15.0-48.51) bionic; urgency=medium
28be2472 380
c50532b9 381 * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
28be2472 382
c50532b9
AR
383 * Packaging resync (LP: #1786013)
384 - [Packaging] update helper scripts
385 - [Packaging] resync retpoline extraction
386
387 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
388 triggers system hang on i386 (LP: #1812845)
389 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
390
391 * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
392 (LP: #1719545)
393 - cpupower : Fix header name to read idle state name
394
395 * [amdgpu] screen corruption when using touchpad (LP: #1818617)
396 - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
397 - drm/amdgpu: Free VGA stolen memory as soon as possible.
398
399 * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
400 - ACPICA: AML parser: attempt to continue loading table after error
401 - ACPI / property: Allow multiple property compatible _DSD entries
402 - PCI / ACPI: Identify untrusted PCI devices
403 - iommu/vt-d: Force IOMMU on for platform opt in hint
404 - iommu/vt-d: Do not enable ATS for untrusted devices
405 - thunderbolt: Export IOMMU based DMA protection support to userspace
406 - iommu/vt-d: Disable ATS support on untrusted devices
407
408 * Add basic support to NVLink2 passthrough (LP: #1819989)
409 - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
410 enabled
411 - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
412 - powerpc/powernv: Export opal_check_token symbol
413 - powerpc/powernv: Make possible for user to force a full ipl cec reboot
414 - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
415 - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
416 - powerpc/powernv/npu: Move OPAL calls away from context manipulation
417 - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
418 - powerpc/pseries/npu: Enable platform support
419 - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
420 - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
421 - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
422
423 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
424 - net-next: hinic: fix a problem in free_tx_poll()
425 - hinic: remove ndo_poll_controller
426 - net-next/hinic: add checksum offload and TSO support
427 - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
428 - net-next/hinic:replace multiply and division operators
429 - net-next/hinic:add rx checksum offload for HiNIC
430 - net-next/hinic:fix a bug in set mac address
431 - net-next/hinic: fix a bug in rx data flow
432 - net: hinic: fix null pointer dereference on pointer hwdev
433 - hinic: optmize rx refill buffer mechanism
434 - net-next/hinic:add shutdown callback
435 - net-next/hinic: replace disable_irq_nosync/enable_irq
436
437 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
438 - Fonts: New Terminus large console font
439 - [Config]: enable highdpi Terminus 16x32 font support
440
441 * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
442 - s390/qeth: report 25Gbit link speed
443
444 * CVE-2017-5754
445 - x86/nmi: Fix NMI uaccess race against CR3 switching
446 - x86/mm: Fix documentation of module mapping range with 4-level paging
447 - x86/pti: Enable global pages for shared areas
448 - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
449 - x86/pti: Leave kernel text global for !PCID
450 - x86/pti: Fix boot problems from Global-bit setting
451 - x86/pti: Fix boot warning from Global-bit setting
452 - x86/pti: Reduce amount of kernel text allowed to be Global
453 - x86/pti: Disallow global kernel text with RANDSTRUCT
454 - x86/entry/32: Add explicit 'l' instruction suffix
455 - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
456 - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
457 - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
458 - x86/entry/32: Put ESPFIX code into a macro
459 - x86/entry/32: Unshare NMI return path
460 - x86/entry/32: Split off return-to-kernel path
461 - x86/entry/32: Enter the kernel via trampoline stack
462 - x86/entry/32: Leave the kernel via trampoline stack
463 - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
464 - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
465 - x86/entry/32: Simplify debug entry point
466 - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
467 - x86/entry/32: Add PTI CR3 switches to NMI handler code
468 - x86/entry: Rename update_sp0 to update_task_stack
469 - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
470 - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
471 - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
472 - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
473 - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
474 - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
475 - x86/mm/pae: Populate valid user PGD entries
476 - x86/mm/pae: Populate the user page-table with user pgd's
477 - x86/mm/pti: Add an overflow check to pti_clone_pmds()
478 - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
479 - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
480 - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
481 - x86/mm/pti: Keep permissions when cloning kernel text in
482 pti_clone_kernel_text()
483 - x86/mm/pti: Introduce pti_finalize()
484 - x86/mm/pti: Clone entry-text again in pti_finalize()
485 - x86/mm/dump_pagetables: Define INIT_PGD
486 - x86/pgtable/pae: Use separate kernel PMDs for user page-table
487 - x86/ldt: Reserve address-space range on 32 bit for the LDT
488 - x86/ldt: Define LDT_END_ADDR
489 - x86/ldt: Split out sanity check in map_ldt_struct()
490 - x86/ldt: Enable LDT user-mapping for PAE
491 - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
492 - [Config] Update PAGE_TABLE_ISOLATION annotations
493 - x86/mm/pti: Add Warning when booting on a PCID capable CPU
494 - x86/entry/32: Add debug code to check entry/exit CR3
495 - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
496 - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
497 - perf/core: Make sure the ring-buffer is mapped in all page-tables
498 - x86/entry/32: Check for VM86 mode in slow-path check
499 - x86/mm: Remove in_nmi() warning from vmalloc_fault()
500 - x86/kexec: Allocate 8k PGDs for PTI
501 - x86/mm/pti: Clear Global bit more aggressively
502 - mm: Allow non-direct-map arguments to free_reserved_area()
503 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
504 - x86/mm/init: Add helper for freeing kernel image pages
505 - x86/mm/init: Remove freed kernel image areas from alias mapping
506 - x86/mm/pti: Fix 32 bit PCID check
507 - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
508 - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
509 - x86/relocs: Add __end_rodata_aligned to S_REL
510 - x86/mm/pti: Move user W+X check into pti_finalize()
511 - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
512 - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
513 - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
514 - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
515 - x86/entry/32: Clear the CS high bits
516 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
517 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
518 - x86/ldt: Remove unused variable in map_ldt_struct()
519 - x86/mm: Fix guard hole handling
520 - x86/dump_pagetables: Fix LDT remap address marker
521
522 * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
523 - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
524
525 * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
526 boot with > 256G of memory (kernel/kvm) (LP: #1818645)
527 - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
528
529 * Fix for dual Intel NVMes (LP: #1821961)
530 - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
531
532 * CVE-2017-5715
533 - tools headers: Synchronize prctl.h ABI header
534 - x86/spectre: Add missing family 6 check to microcode check
535 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
536 - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
537 - x86/speculation: Propagate information about RSB filling mitigation to sysfs
538 - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
539 variant
540 - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
541 - x86/retpoline: Remove minimal retpoline support
542 - x86/speculation: Update the TIF_SSBD comment
543 - x86/speculation: Clean up spectre_v2_parse_cmdline()
544 - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
545 - x86/speculation: Move STIPB/IBPB string conditionals out of
546 cpu_show_common()
547 - x86/speculation: Disable STIBP when enhanced IBRS is in use
548 - x86/speculation: Rename SSBD update functions
549 - x86/speculation: Reorganize speculation control MSRs update
550 - sched/smt: Make sched_smt_present track topology
551 - x86/Kconfig: Select SCHED_SMT if SMP enabled
552 - sched/smt: Expose sched_smt_present static key
553 - x86/speculation: Rework SMT state change
554 - x86/l1tf: Show actual SMT state
555 - x86/speculation: Reorder the spec_v2 code
556 - x86/speculation: Mark string arrays const correctly
557 - x86/speculataion: Mark command line parser data __initdata
558 - x86/speculation: Unify conditional spectre v2 print functions
559 - x86/speculation: Add command line control for indirect branch speculation
560 - x86/speculation: Prepare for per task indirect branch speculation control
561 - x86/process: Consolidate and simplify switch_to_xtra() code
562 - x86/speculation: Avoid __switch_to_xtra() calls
563 - x86/speculation: Prepare for conditional IBPB in switch_mm()
564 - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
565 - x86/speculation: Split out TIF update
566 - x86/speculation: Prevent stale SPEC_CTRL msr content
567 - x86/speculation: Prepare arch_smt_update() for PRCTL mode
568 - x86/speculation: Add prctl() control for indirect branch speculation
569 - x86/speculation: Enable prctl mode for spectre_v2_user
570 - x86/speculation: Add seccomp Spectre v2 user space protection mode
571 - x86/speculation: Provide IBPB always command line options
572 - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
573 - x86/speculation: Change misspelled STIPB to STIBP
574 - x86/speculation: Add support for STIBP always-on preferred mode
575 - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
576 - s390: remove closung punctuation from spectre messages
577 - x86/speculation: Simplify the CPU bug detection logic
578
579 * CVE-2018-3639
580 - x86/bugs: Add AMD's variant of SSB_NO
581 - x86/bugs: Add AMD's SPEC_CTRL MSR usage
582 - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
583 - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
584 - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
585 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
586
587 * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
588 (LP: #1818854)
589 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
590
591 * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
592 (0x0f) (LP: #1748565)
593 - Bluetooth: Fix unnecessary error message for HCI request completion
594
595 * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
596 - net: hns: Fix WARNING when hns modules installed
597
598 * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
599 (LP: #1788997)
600 - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
601
602 * Crash from :i915 module with 4.15.0-46-generic using multi-display
603 (LP: #1819486)
604 - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
605
606 * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
607 (LP: #1814069)
608 - hv/netvsc: fix handling of fallback to single queue mode
609 - hv/netvsc: Fix NULL dereference at single queue mode fallback
610
611 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
612 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
613
614 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
615 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
616
617 * fscache: jobs might hang when fscache disk is full (LP: #1821395)
618 - fscache: fix race between enablement and dropping of object
619
620 * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
621 - net: hns3: add dma_rmb() for rx description
622
623 * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
624 - stop_machine: Disable preemption after queueing stopper threads
625 - stop_machine: Atomically queue and wake stopper threads
626
627 * tcm_loop.ko: move from modules-extra into main modules package
628 (LP: #1817786)
629 - [Packaging] move tcm_loop.lo to main linux-modules package
630
631 * tcmu user space crash results in kernel module hang. (LP: #1819504)
632 - scsi: tcmu: delete unused __wait
633 - scsi: tcmu: track nl commands
634 - scsi: tcmu: simplify nl interface
635 - scsi: tcmu: add module wide block/reset_netlink support
636
637 * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
638 (LP: #1779756)
639 - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
640 - i40e: prevent overlapping tx_timeout recover
641
642 * some codecs stop working after S3 (LP: #1820930)
643 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
644
645 * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
646 - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
647 - i40e: Fix the number of queues available to be mapped for use
648
649 * 4.15 s390x kernel BUG at /build/linux-
650 Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
651 - virtio/s390: avoid race on vcdev->config
652 - virtio/s390: fix race in ccw_io_helper()
653
654 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
655 - iommu/amd: Fix NULL dereference bug in match_hid_uid
656
657 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
658 system (LP: #1821271)
659 - iwlwifi: add new card for 9260 series
660
661 * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
662 - r8152: Add support for MAC address pass through on RTL8153-BD
663 - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
664
665 -- Andrea Righi <andrea.righi@canonical.com> Tue, 02 Apr 2019 18:31:55 +0200
28be2472 666
53f4f4b0 667linux (4.15.0-47.50) bionic; urgency=medium
51361a4b 668
53f4f4b0 669 * linux: 4.15.0-47.50 -proposed tracker (LP: #1819716)
51361a4b 670
53f4f4b0
KE
671 * Packaging resync (LP: #1786013)
672 - [Packaging] resync getabis
673 - [Packaging] update helper scripts
674 - [Packaging] resync retpoline extraction
675
676 * C++ demangling support missing from perf (LP: #1396654)
677 - [Packaging] fix a mistype
678
679 * arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
680 - iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
681
682 * Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
683 - nvme-pci: fix out of bounds access in nvme_cqe_pending
684
685 * CVE-2019-9213
686 - mm: enforce min addr even if capable() in expand_downwards()
687
688 * CVE-2019-3460
689 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
690
691 * amdgpu with mst WARNING on blanking (LP: #1814308)
692 - drm/amd/display: Don't use dc_link in link_encoder
693 - drm/amd/display: Move wait for hpd ready out from edp power control.
694 - drm/amd/display: eDP sequence BL off first then DP blank.
695 - drm/amd/display: Fix unused variable compilation error
696 - drm/amd/display: Fix warning about misaligned code
697 - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
698
699 * tun/tap: unable to manage carrier state from userland (LP: #1806392)
700 - tun: implement carrier change
701
702 * CVE-2019-8980
703 - exec: Fix mem leak in kernel_read_file
704
705 * raw_skew in timer from the ubuntu_kernel_selftests failed on Bionic
706 (LP: #1811194)
707 - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
708 adjustments are in progress
709
710 * [Packaging] Allow overlay of config annotations (LP: #1752072)
711 - [Packaging] config-check: Add an include directive
712
713 * CVE-2019-7308
714 - bpf: move {prev_,}insn_idx into verifier env
715 - bpf: move tmp variable into ax register in interpreter
716 - bpf: enable access to ax register also from verifier rewrite
717 - bpf: restrict map value pointer arithmetic for unprivileged
718 - bpf: restrict stack pointer arithmetic for unprivileged
719 - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
720 - bpf: fix check_map_access smin_value test when pointer contains offset
721 - bpf: prevent out of bounds speculation on pointer arithmetic
722 - bpf: fix sanitation of alu op with pointer / scalar type from different
723 paths
724 - bpf: add various test cases to selftests
725
726 * CVE-2017-5753
727 - bpf: properly enforce index mask to prevent out-of-bounds speculation
728 - bpf: fix inner map masking to prevent oob under speculation
729
730 * BPF: kernel pointer leak to unprivileged userspace (LP: #1815259)
731 - bpf/verifier: disallow pointer subtraction
732
733 * squashfs hardening (LP: #1816756)
734 - squashfs: more metadata hardening
735 - squashfs metadata 2: electric boogaloo
736 - squashfs: more metadata hardening
737 - Squashfs: Compute expected length from inode size rather than block length
738
739 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
740 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
741
742 * Update ENA driver to version 2.0.3K (LP: #1816806)
743 - net: ena: update driver version from 2.0.2 to 2.0.3
744 - net: ena: fix race between link up and device initalization
745 - net: ena: fix crash during failed resume from hibernation
746
747 * ipset kernel error: 4.15.0-43-generic (LP: #1811394)
748 - netfilter: ipset: Fix wraparound in hash:*net* types
749
750 * Silent "Unknown key" message when pressing keyboard backlight hotkey
751 (LP: #1817063)
752 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
753
754 * CVE-2018-18021
755 - arm64: KVM: Tighten guest core register access from userspace
756 - KVM: arm/arm64: Introduce vcpu_el1_is_32bit
757 - arm64: KVM: Sanitize PSTATE.M when being set from userspace
758
759 * CVE-2018-14678
760 - x86/entry/64: Remove %ebx handling from error_entry/exit
761
762 * CVE-2018-19824
763 - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
764
765 * CVE-2019-3459
766 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
767
768 * Bionic update: upstream stable patchset 2019-02-08 (LP: #1815234)
769 - fork: unconditionally clear stack on fork
770 - spi: spi-s3c64xx: Fix system resume support
771 - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
772 - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
773 - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
774 - kvm, mm: account shadow page tables to kmemcg
775 - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
776 - tracing: Fix double free of event_trigger_data
777 - tracing: Fix possible double free in event_enable_trigger_func()
778 - kthread, tracing: Don't expose half-written comm when creating kthreads
779 - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
780 - tracing: Quiet gcc warning about maybe unused link variable
781 - arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
782 - mlxsw: spectrum_switchdev: Fix port_vlan refcounting
783 - kcov: ensure irq code sees a valid area
784 - xen/netfront: raise max number of slots in xennet_get_responses()
785 - skip LAYOUTRETURN if layout is invalid
786 - ALSA: emu10k1: add error handling for snd_ctl_add
787 - ALSA: fm801: add error handling for snd_ctl_add
788 - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
789 - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
790 - vfio: platform: Fix reset module leak in error path
791 - vfio/mdev: Check globally for duplicate devices
792 - vfio/type1: Fix task tracking for QEMU vCPU hotplug
793 - kernel/hung_task.c: show all hung tasks before panic
794 - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
795 - mm: vmalloc: avoid racy handling of debugobjects in vunmap
796 - mm/slub.c: add __printf verification to slab_err()
797 - rtc: ensure rtc_set_alarm fails when alarms are not supported
798 - perf tools: Fix pmu events parsing rule
799 - netfilter: ipset: forbid family for hash:mac sets
800 - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
801 - irqchip/ls-scfg-msi: Map MSIs in the iommu
802 - watchdog: da9063: Fix updating timeout value
803 - printk: drop in_nmi check from printk_safe_flush_on_panic()
804 - bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
805 - ceph: fix alignment of rasize
806 - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
807 - powerpc/lib: Adjust .balign inside string functions for PPC32
808 - powerpc/64s: Add barrier_nospec
809 - powerpc/eeh: Fix use-after-release of EEH driver
810 - hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
811 - powerpc/64s: Fix compiler store ordering to SLB shadow area
812 - RDMA/mad: Convert BUG_ONs to error flows
813 - lightnvm: pblk: warn in case of corrupted write buffer
814 - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
815 - pnfs: Don't release the sequence slot until we've processed layoutget on
816 open
817 - disable loading f2fs module on PAGE_SIZE > 4KB
818 - f2fs: fix error path of move_data_page
819 - f2fs: fix to don't trigger writeback during recovery
820 - f2fs: fix to wait page writeback during revoking atomic write
821 - f2fs: Fix deadlock in shutdown ioctl
822 - f2fs: fix to detect failure of dquot_initialize
823 - f2fs: fix race in between GC and atomic open
824 - block, bfq: remove wrong lock in bfq_requests_merged
825 - usbip: usbip_detach: Fix memory, udev context and udev leak
826 - usbip: dynamically allocate idev by nports found in sysfs
827 - perf/x86/intel/uncore: Correct fixed counter index check in generic code
828 - perf/x86/intel/uncore: Correct fixed counter index check for NHM
829 - selftests/intel_pstate: Improve test, minor fixes
830 - selftests: memfd: return Kselftest Skip code for skipped tests
831 - selftests: intel_pstate: return Kselftest Skip code for skipped tests
832 - PCI: Fix devm_pci_alloc_host_bridge() memory leak
833 - iwlwifi: pcie: fix race in Rx buffer allocator
834 - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
835 - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
836 - ASoC: dpcm: fix BE dai not hw_free and shutdown
837 - mfd: cros_ec: Fail early if we cannot identify the EC
838 - mwifiex: handle race during mwifiex_usb_disconnect
839 - wlcore: sdio: check for valid platform device data before suspend
840 - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
841 - media: videobuf2-core: don't call memop 'finish' when queueing
842 - Btrfs: don't return ino to ino cache if inode item removal fails
843 - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
844 - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
845 - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
846 - x86/microcode: Make the late update update_lock a raw lock for RT
847 - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
848 - PCI: Prevent sysfs disable of device while driver is attached
849 - nvme-rdma: stop admin queue before freeing it
850 - nvme-pci: Fix AER reset handling
851 - ath: Add regulatory mapping for FCC3_ETSIC
852 - ath: Add regulatory mapping for ETSI8_WORLD
853 - ath: Add regulatory mapping for APL13_WORLD
854 - ath: Add regulatory mapping for APL2_FCCA
855 - ath: Add regulatory mapping for Uganda
856 - ath: Add regulatory mapping for Tanzania
857 - ath: Add regulatory mapping for Serbia
858 - ath: Add regulatory mapping for Bermuda
859 - ath: Add regulatory mapping for Bahamas
860 - powerpc/32: Add a missing include header
861 - powerpc/chrp/time: Make some functions static, add missing header include
862 - powerpc/powermac: Add missing prototype for note_bootable_part()
863 - powerpc/powermac: Mark variable x as unused
864 - powerpc: Add __printf verification to prom_printf
865 - spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
866 - powerpc/8xx: fix invalid register expression in head_8xx.S
867 - pinctrl: at91-pio4: add missing of_node_put
868 - bpf: powerpc64: pad function address loads with NOPs
869 - PCI: pciehp: Request control of native hotplug only if supported
870 - net: dsa: qca8k: Add support for QCA8334 switch
871 - mwifiex: correct histogram data with appropriate index
872 - ima: based on policy verify firmware signatures (pre-allocated buffer)
873 - drivers/perf: arm-ccn: don't log to dmesg in event_init
874 - spi: Add missing pm_runtime_put_noidle() after failed get
875 - fscrypt: use unbound workqueue for decryption
876 - scsi: ufs: ufshcd: fix possible unclocked register access
877 - scsi: ufs: fix exception event handling
878 - scsi: zfcp: assert that the ERP lock is held when tracing a recovery trigger
879 - drm/nouveau/fifo/gk104-: poll for runlist update completion
880 - Bluetooth: btusb: add ID for LiteOn 04ca:301a
881 - rtc: tps6586x: fix possible race condition
882 - rtc: vr41xx: fix possible race condition
883 - rtc: tps65910: fix possible race condition
884 - ALSA: emu10k1: Rate-limit error messages about page errors
885 - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
886 - md/raid1: add error handling of read error from FailFast device
887 - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
888 - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
889 - media: smiapp: fix timeout checking in smiapp_read_nvm
890 - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
891 - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
892 callback
893 - media: atomisp: ov2680: don't declare unused vars
894 - arm64: cmpwait: Clear event register before arming exclusive monitor
895 - HID: hid-plantronics: Re-resend Update to map button for PTT products
896 - arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
897 - drm/radeon: fix mode_valid's return type
898 - drm/amdgpu: Remove VRAM from shared bo domains.
899 - powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by
900 Starlet
901 - HID: i2c-hid: check if device is there before really probing
902 - EDAC, altera: Fix ARM64 build warning
903 - ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage
904 - ARM: dts: emev2: Add missing interrupt-affinity to PMU node
905 - ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node
906 - nvmem: properly handle returned value nvmem_reg_read
907 - i40e: free the skb after clearing the bitlock
908 - tty: Fix data race in tty_insert_flip_string_fixed_flag
909 - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
910 - net: phy: phylink: Release link GPIO
911 - media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()
912 - libata: Fix command retry decision
913 - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
914 - media: media-device: fix ioctl function types
915 - media: saa7164: Fix driver name in debug output
916 - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
917 - brcmfmac: Add support for bcm43364 wireless chipset
918 - s390/cpum_sf: Add data entry sizes to sampling trailer entry
919 - perf: fix invalid bit in diagnostic entry
920 - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
921 - scsi: 3w-9xxx: fix a missing-check bug
922 - scsi: 3w-xxxx: fix a missing-check bug
923 - scsi: megaraid: silence a static checker bug
924 - scsi: qedf: Set the UNLOADING flag when removing a vport
925 - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
926 - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
927 - thermal: exynos: fix setting rising_threshold for Exynos5433
928 - bpf: fix references to free_bpf_prog_info() in comments
929 - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
930 - media: siano: get rid of __le32/__le16 cast warnings
931 - drm/atomic: Handling the case when setting old crtc for plane
932 - ALSA: hda/ca0132: fix build failure when a local macro is defined
933 - mmc: dw_mmc: update actual clock for mmc debugfs
934 - mmc: pwrseq: Use kmalloc_array instead of stack VLA
935 - dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
936 - spi: meson-spicc: Fix error handling in meson_spicc_probe()
937 - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
938 - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
939 - stop_machine: Use raw spinlocks
940 - delayacct: Use raw_spinlocks
941 - memory: tegra: Do not handle spurious interrupts
942 - memory: tegra: Apply interrupts mask per SoC
943 - nvme: lightnvm: add granby support
944 - arm64: defconfig: Enable Rockchip io-domain driver
945 - igb: Fix queue selection on MAC filters on i210
946 - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
947 - ipconfig: Correctly initialise ic_nameservers
948 - rsi: Fix 'invalid vdd' warning in mmc
949 - rsi: fix nommu_map_sg overflow kernel panic
950 - audit: allow not equal op for audit by executable
951 - staging: vchiq_core: Fix missing semaphore release in error case
952 - staging: lustre: llite: correct removexattr detection
953 - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
954 - serial: core: Make sure compiler barfs for 16-byte earlycon names
955 - soc: imx: gpcv2: Do not pass static memory as platform data
956 - microblaze: Fix simpleImage format generation
957 - usb: hub: Don't wait for connect state at resume for powered-off ports
958 - crypto: authencesn - don't leak pointers to authenc keys
959 - crypto: authenc - don't leak pointers to authenc keys
960 - media: omap3isp: fix unbalanced dma_iommu_mapping
961 - regulator: Don't return or expect -errno from of_map_mode()
962 - scsi: scsi_dh: replace too broad "TP9" string with the exact models
963 - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
964 - media: atomisp: compat32: fix __user annotations
965 - media: si470x: fix __be16 annotations
966 - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
967 - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
968 - drm: Add DP PSR2 sink enable bit
969 - drm/atomic-helper: Drop plane->fb references only for
970 drm_atomic_helper_shutdown()
971 - drm/dp/mst: Fix off-by-one typo when dump payload table
972 - block: reset bi_iter.bi_done after splitting bio
973 - random: mix rdrand with entropy sent in from userspace
974 - squashfs: be more careful about metadata corruption
975 - ext4: fix inline data updates with checksums enabled
976 - ext4: fix check to prevent initializing reserved inodes
977 - PCI: xgene: Remove leftover pci_scan_child_bus() call
978 - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
979 - net: dsa: qca8k: Force CPU port to its highest bandwidth
980 - net: dsa: qca8k: Enable RXMAC when bringing up a port
981 - net: dsa: qca8k: Add QCA8334 binding documentation
982 - net: dsa: qca8k: Allow overwriting CPU port setting
983 - ipv4: remove BUG_ON() from fib_compute_spec_dst
984 - net: fix amd-xgbe flow-control issue
985 - net: lan78xx: fix rx handling before first packet is send
986 - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
987 - NET: stmmac: align DMA stuff to largest cache line length
988 - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
989 - xen-netfront: wait xenbus state change when load module manually
990 - netlink: Do not subscribe to non-existent groups
991 - netlink: Don't shift with UB on nlk->ngroups
992 - tcp: do not force quickack when receiving out-of-order packets
993 - tcp: add max_quickacks param to tcp_incr_quickack and
994 tcp_enter_quickack_mode
995 - tcp: do not aggressively quick ack after ECN events
996 - tcp: refactor tcp_ecn_check_ce to remove sk type cast
997 - tcp: add one more quick ack after after ECN events
998 - mm: disallow mappings that conflict for devm_memremap_pages()
999 - drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
1000 - mm: check for SIGKILL inside dup_mmap() loop
1001 - rxrpc: Fix terminal retransmission connection ID to include the channel
1002 - ceph: fix use-after-free in ceph_statfs()
1003 - lightnvm: proper error handling for pblk_bio_add_pages
1004 - f2fs: don't drop dentry pages after fs shutdown
1005 - selftests: filesystems: return Kselftest Skip code for skipped tests
1006 - selftests/filesystems: devpts_pts included wrong header
1007 - iwlwifi: mvm: open BA session only when sta is authorized
1008 - drm/amd/display: Do not program interrupt status on disabled crtc
1009 - soc: qcom: smem: fix qcom_smem_set_global_partition()
1010 - soc: qcom: smem: byte swap values properly
1011 - pinctrl: msm: fix gpio-hog related boot issues
1012 - net: mvpp2: Add missing VLAN tag detection
1013 - drm/nouveau: remove fence wait code from deferred client work handler
1014 - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
1015 - clocksource: Move inline keyword to the beginning of function declarations
1016 - media: staging: atomisp: Comment out several unused sensor resolutions
1017 - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
1018 - rsi: Add null check for virtual interfaces in wowlan config
1019 - ARM: dts: stih410: Fix complain about IRQ_TYPE_NONE usage
1020 - ARM: dts: imx53: Fix LDB OF graph warning
1021 - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
1022 - mlxsw: spectrum_router: Return an error for non-default FIB rules
1023 - i40e: Add advertising 10G LR mode
1024 - i40e: avoid overflow in i40e_ptp_adjfreq()
1025 - ath10k: fix kernel panic while reading tpc_stats
1026 - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
1027 - platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
1028 - staging: ks7010: fix error handling in ks7010_upload_firmware
1029 - media: rc: mce_kbd decoder: low timeout values cause double keydowns
1030 - ath10k: search all IEs for variant before falling back
1031 - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
1032 - ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
1033 - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
1034 - nvmet-fc: fix target sgl list on large transfers
1035 - i2c: rcar: handle RXDMA HW behaviour on Gen3
1036 - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
1037 - tcp: ack immediately when a cwr packet arrives
1038 - ACPICA: AML Parser: ignore control method status in module-level code
1039
1040 * Bionic update: upstream stable patchset 2019-02-05 (LP: #1814813)
1041 - MIPS: ath79: fix register address in ath79_ddr_wb_flush()
1042 - MIPS: Fix off-by-one in pci_resource_to_user()
1043 - xen/PVH: Set up GS segment for stack canary
1044 - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
1045 - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
1046 - bonding: set default miimon value for non-arp modes if not set
1047 - ip: hash fragments consistently
1048 - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
1049 - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
1050 - net: skb_segment() should not return NULL
1051 - net/mlx5: Adjust clock overflow work period
1052 - net/mlx5e: Don't allow aRFS for encapsulated packets
1053 - net/mlx5e: Fix quota counting in aRFS expire flow
1054 - net/ipv6: Fix linklocal to global address with VRF
1055 - multicast: do not restore deleted record source filter mode to new one
1056 - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
1057 - sock: fix sg page frag coalescing in sk_alloc_sg
1058 - rtnetlink: add rtnl_link_state check in rtnl_configure_link
1059 - vxlan: add new fdb alloc and create helpers
1060 - vxlan: make netlink notify in vxlan_fdb_destroy optional
1061 - vxlan: fix default fdb entry netlink notify ordering during netdev create
1062 - tcp: fix dctcp delayed ACK schedule
1063 - tcp: helpers to send special DCTCP ack
1064 - tcp: do not cancel delay-AcK on DCTCP special ACK
1065 - tcp: do not delay ACK in DCTCP upon CE status change
1066 - staging: speakup: fix wraparound in uaccess length check
1067 - usb: cdc_acm: Add quirk for Castles VEGA3000
1068 - usb: core: handle hub C_PORT_OVER_CURRENT condition
1069 - usb: dwc2: Fix DMA alignment to start at allocated boundary
1070 - usb: gadget: f_fs: Only return delayed status when len is 0
1071 - driver core: Partially revert "driver core: correct device's shutdown order"
1072 - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
1073 - can: xilinx_can: fix power management handling
1074 - can: xilinx_can: fix recovery from error states not being propagated
1075 - can: xilinx_can: fix device dropping off bus on RX overrun
1076 - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
1077 - can: xilinx_can: fix incorrect clear of non-processed interrupts
1078 - can: xilinx_can: fix RX overflow interrupt not being enabled
1079 - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr
1080 only
1081 - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before
1082 checking can.ctrlmode
1083 - turn off -Wattribute-alias
1084 - net-next/hinic: fix a problem in hinic_xmit_frame()
1085 - net/mlx5e: Refine ets validation function
1086 - nfp: flower: ensure dead neighbour entries are not offloaded
1087 - usb: gadget: Fix OS descriptors support
1088 - ACPICA: AML Parser: ignore dispatcher error status during table load
1089
1090 * installer does not support iSCSI iBFT (LP: #1817321)
1091 - d-i: add iscsi_ibft to scsi-modules
1092
1093 * CVE-2019-7222
1094 - KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
1095
1096 * CVE-2019-7221
1097 - KVM: nVMX: unconditionally cancel preemption timer in free_nested
1098 (CVE-2019-7221)
1099
1100 * CVE-2019-6974
1101 - kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
1102
1103 * Regular D-state processes impacting LXD containers (LP: #1817628)
1104 - mm: do not stall register_shrinker()
1105
1106 * hns3 nic speed may not match optical port speed (LP: #1817969)
1107 - net: hns3: Config NIC port speed same as that of optical module
1108
1109 * [Hyper-V] srcu: Lock srcu_data structure in srcu_gp_start() (LP: #1802021)
1110 - srcu: Prohibit call_srcu() use under raw spinlocks
1111 - srcu: Lock srcu_data structure in srcu_gp_start()
1112
1113 * libsas disks can have non-unique by-path names (LP: #1817784)
1114 - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
1115
1116 * Bluetooth not working (Intel CyclonePeak) (LP: #1817518)
1117 - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
1118
1119 * CVE-2019-8912
1120 - net: crypto set sk to NULL when af_alg_release.
1121 - net: socket: set sock->sk to NULL after calling proto_ops::release()
1122
1123 * Trackpad is not recognized. (LP: #1817200)
1124 - pinctrl: cannonlake: Fix gpio base for GPP-E
1125
1126 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
1127 - ALSA: hda/realtek - Headset microphone support for System76 darp5
1128 - ALSA: hda/realtek - Headset microphone and internal speaker support for
1129 System76 oryp5
1130
1131 * Constant noise in the headphone on Lenovo X1 machines (LP: #1817263)
1132 - ALSA: hda/realtek: Disable PC beep in passthrough on alc285
1133
1134 * AC adapter status not detected on Asus ZenBook UX410UAK (LP: #1745032)
1135 - Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
1136 - ACPI / AC: Remove initializer for unused ident dmi_system_id
1137 - ACPI / battery: Remove initializer for unused ident dmi_system_id
1138 - ACPI / battery: Add handling for devices which wrongly report discharging
1139 state
1140 - ACPI / battery: Ignore AC state in handle_discharging on systems where it is
1141 broken
1142
1143 * TPM intermittently fails after cold-boot (LP: #1762672)
1144 - tpm: fix intermittent failure with self tests
1145
1146 * qlcnic: Firmware aborts/hangs in QLogic NIC (LP: #1815033)
1147 - qlcnic: fix Tx descriptor corruption on 82xx devices
1148
1149 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 13 Mar 2019 04:37:49 +0000
51361a4b 1150
aa07f7dc 1151linux (4.15.0-46.49) bionic; urgency=medium
3c3ba67a 1152
aa07f7dc 1153 * linux: 4.15.0-46.49 -proposed tracker (LP: #1814726)
3c3ba67a 1154
aa07f7dc
KE
1155 * mprotect fails on ext4 with dax (LP: #1799237)
1156 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
1157
1158 * kernel BUG at /build/linux-vxxS7y/linux-4.15.0/mm/slub.c:296! (LP: #1812086)
1159 - iscsi target: fix session creation failure handling
1160 - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values
1161 fails
1162 - scsi: iscsi: target: Fix conn_ops double free
1163
1164 * user_copy in user from ubuntu_kernel_selftests failed on KVM kernel
1165 (LP: #1812198)
1166 - selftests: user: return Kselftest Skip code for skipped tests
1167 - selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
1168 - selftests: kselftest: Remove outdated comment
1169
1170 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
1171 - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled
1172 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
1173 - SAUCE: Add r8822be to signature inclusion list
1174
1175 * kernel oops in bcache module (LP: #1793901)
1176 - SAUCE: bcache: never writeback a discard operation
1177
1178 * CVE-2018-18397
1179 - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
1180 - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
1181 - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
1182 - userfaultfd: shmem: add i_size checks
1183 - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
1184
1185 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
1186 - HID: i2c-hid: Ignore input report if there's no data present on Elan
1187 touchpanels
1188
1189 * Vsock connect fails with ENODEV for large CID (LP: #1813934)
1190 - vhost/vsock: fix vhost vsock cid hashing inconsistent
1191
1192 * SRU: Fix thinkpad 11e 3rd boot hang (LP: #1804604)
1193 - ACPI / LPSS: Force LPSS quirks on boot
1194
1195 * Bionic update: upstream stable patchset 2019-01-17 (LP: #1812229)
1196 - scsi: sd_zbc: Fix variable type and bogus comment
1197 - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
1198 parallel.
1199 - x86/apm: Don't access __preempt_count with zeroed fs
1200 - x86/events/intel/ds: Fix bts_interrupt_threshold alignment
1201 - x86/MCE: Remove min interval polling limitation
1202 - fat: fix memory allocation failure handling of match_strdup()
1203 - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
1204 - ARCv2: [plat-hsdk]: Save accl reg pair by default
1205 - ARC: Fix CONFIG_SWAP
1206 - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
1207 - ARC: mm: allow mprotect to make stack mappings executable
1208 - mm: memcg: fix use after free in mem_cgroup_iter()
1209 - mm/huge_memory.c: fix data loss when splitting a file pmd
1210 - cpufreq: intel_pstate: Register when ACPI PCCH is present
1211 - vfio/pci: Fix potential Spectre v1
1212 - stop_machine: Disable preemption when waking two stopper threads
1213 - drm/i915: Fix hotplug irq ack on i965/g4x
1214 - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
1215 - drm/nouveau: Avoid looping through fake MST connectors
1216 - gen_stats: Fix netlink stats dumping in the presence of padding
1217 - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
1218 - ipv6: fix useless rol32 call on hash
1219 - ipv6: ila: select CONFIG_DST_CACHE
1220 - lib/rhashtable: consider param->min_size when setting initial table size
1221 - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
1222 - net: Don't copy pfmemalloc flag in __copy_skb_header()
1223 - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
1224 - net/ipv4: Set oif in fib_compute_spec_dst
1225 - net: phy: fix flag masking in __set_phy_supported
1226 - ptp: fix missing break in switch
1227 - qmi_wwan: add support for Quectel EG91
1228 - tg3: Add higher cpu clock for 5762.
1229 - hv_netvsc: Fix napi reschedule while receive completion is busy
1230 - net/mlx4_en: Don't reuse RX page when XDP is set
1231 - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
1232 - ipv6: make DAD fail with enhanced DAD when nonce length differs
1233 - net: usb: asix: replace mii_nway_restart in resume path
1234 - alpha: fix osf_wait4() breakage
1235 - cxl_getfile(): fix double-iput() on alloc_file() failures
1236 - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
1237 - xhci: Fix perceived dead host due to runtime suspend race with event handler
1238 - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
1239 - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
1240 - ALSA: hda/realtek - Yet another Clevo P950 quirk entry
1241 - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
1242 - rhashtable: add restart routine in rhashtable_free_and_destroy()
1243 - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
1244 - sctp: introduce sctp_dst_mtu
1245 - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
1246 - net: aquantia: vlan unicast address list correct handling
1247 - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
1248
1249 * Bionic update: upstream stable patchset 2019-01-15 (LP: #1811877)
1250 - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
1251 - x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
1252 - x86/paravirt: Make native_save_fl() extern inline
1253 - Btrfs: fix duplicate extents after fsync of file with prealloc extents
1254 - cpufreq / CPPC: Set platform specific transition_delay_us
1255 - PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
1256 - alx: take rtnl before calling __alx_open from resume
1257 - atm: Preserve value of skb->truesize when accounting to vcc
1258 - atm: zatm: Fix potential Spectre v1
1259 - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
1260 - ipvlan: fix IFLA_MTU ignored on NEWLINK
1261 - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
1262 - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
1263 - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
1264 - net: fix use-after-free in GRO with ESP
1265 - net: macb: Fix ptp time adjustment for large negative delta
1266 - net/mlx5e: Avoid dealing with vport representors if not being e-switch
1267 manager
1268 - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
1269 - net/mlx5: Fix command interface race in polling mode
1270 - net/mlx5: Fix incorrect raw command length parsing
1271 - net/mlx5: Fix required capability for manipulating MPFS
1272 - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
1273 - net: mvneta: fix the Rx desc DMA address in the Rx path
1274 - net/packet: fix use-after-free
1275 - net_sched: blackhole: tell upper qdisc about dropped packets
1276 - net: sungem: fix rx checksum support
1277 - net/tcp: Fix socket lookups with SO_BINDTODEVICE
1278 - qede: Adverstise software timestamp caps when PHC is not available.
1279 - qed: Fix setting of incorrect eswitch mode.
1280 - qed: Fix use of incorrect size in memcpy call.
1281 - qed: Limit msix vectors in kdump kernel to the minimum required count.
1282 - r8152: napi hangup fix after disconnect
1283 - stmmac: fix DMA channel hang in half-duplex mode
1284 - strparser: Remove early eaten to fix full tcp receive buffer stall
1285 - tcp: fix Fast Open key endianness
1286 - tcp: prevent bogus FRTO undos with non-SACK flows
1287 - vhost_net: validate sock before trying to put its fd
1288 - VSOCK: fix loopback on big-endian systems
1289 - net: cxgb3_main: fix potential Spectre v1
1290 - rtlwifi: Fix kernel Oops "Fw download fail!!"
1291 - rtlwifi: rtl8821ae: fix firmware is not ready to run
1292 - net: lan78xx: Fix race in tx pending skb size calculation
1293 - crypto: af_alg - Initialize sg_num_bytes in error code path
1294 - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
1295 - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
1296 - netfilter: ebtables: reject non-bridge targets
1297 - reiserfs: fix buffer overflow with long warning messages
1298 - KEYS: DNS: fix parsing multiple options
1299 - tls: Stricter error checking in zerocopy sendmsg path
1300 - autofs: fix slab out of bounds read in getname_kernel()
1301 - nsh: set mac len based on inner packet
1302 - bdi: Fix another oops in wb_workfn()
1303 - rds: avoid unenecessary cong_update in loop transport
1304 - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
1305 - string: drop __must_check from strscpy() and restore strscpy() usages in
1306 cgroup
1307 - nfsd: COPY and CLONE operations require the saved filehandle to be set
1308 - net/sched: act_ife: fix recursive lock and idr leak
1309 - net/sched: act_ife: preserve the action control in case of error
1310 - hinic: reset irq affinity before freeing irq
1311 - nfp: flower: fix mpls ether type detection
1312 - net: macb: initialize bp->queues[0].bp for at91rm9200
1313 - enic: do not overwrite error code
1314 - virtio_net: fix memory leak in XDP_REDIRECT
1315 - netfilter: ipv6: nf_defrag: drop skb dst before queueing
1316 - ipvs: initialize tbl->entries after allocation
1317 - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
1318 - bpf: enforce correct alignment for instructions
1319 - bpf, arm32: fix to use bpf_jit_binary_lock_ro api
1320
1321 * Fix non-working pinctrl-intel (LP: #1811777)
1322 - pinctrl: intel: Implement intel_gpio_get_direction callback
1323 - pinctrl: intel: Do pin translation in other GPIO operations as well
1324
1325 * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875)
1326 - ip6_gre: fix tunnel list corruption for x-netns
1327
1328 * Userspace break as a result of missing patch backport (LP: #1813873)
1329 - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
1330
1331 * kvm_stat : missing python dependency (LP: #1798776)
1332 - tools/kvm_stat: fix python3 issues
1333 - tools/kvm_stat: switch to python3
1334
1335 * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr
1336 (LP: #1812797)
1337 - vgaarb: Add support for 64-bit frame buffer address
1338 - vgaarb: Keep adding VGA device in queue
1339
1340 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
1341 - USB: Add new USB LPM helpers
1342 - USB: Consolidate LPM checks to avoid enabling LPM twice
1343
1344 * ptrace-tm-spd-gpr in powerpc/ptrace from ubuntu_kerenl_selftests failed on
1345 Bionic P8 (LP: #1813127)
1346 - selftests/powerpc: Fix ptrace tm failure
1347
1348 * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453)
1349 - scsi: megaraid_sas: Use 63-bit DMA addressing
1350
1351 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
1352 - [Config] Enable timestamping in network PHY devices
1353
1354 * CVE-2018-19854
1355 - crypto: user - fix leaking uninitialized memory to userspace
1356
1357 * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
1358 (LP: #1813532)
1359 - x86/mm: Do not warn about PCI BIOS W+X mappings
1360
1361 * CVE-2019-6133
1362 - fork: record start_time late
1363
1364 * Fix not working Goodix touchpad (LP: #1811929)
1365 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
1366
1367 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
1368 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
1369 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
1370
1371 * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755)
1372 - nvme-core: rework a NQN copying operation
1373 - nvme: pad fake subsys NQN vid and ssvid with zeros
1374 - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
1375
1376 * Crash on "ip link add foo type ipip" (LP: #1811803)
1377 - SAUCE: fan: Fix NULL pointer dereference
1378
1379 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 06 Feb 2019 04:57:21 +0000
3c3ba67a 1380
ffdd392b 1381linux (4.15.0-45.48) bionic; urgency=medium
6dee4976 1382
ffdd392b 1383 * linux: 4.15.0-45.48 -proposed tracker (LP: #1813779)
6dee4976 1384
ffdd392b
SB
1385 * External monitors does not work anymore 4.15.0-44 (LP: #1813663)
1386 - SAUCE: Revert "drm/i915/dp: Send DPCD ON for MST before phy_up"
1387
1388 * kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled (LP: #1813727)
1389 - ext4: fix false negatives *and* false positives in ext4_check_descriptors()
1390
1391 -- Stefan Bader <stefan.bader@canonical.com> Tue, 29 Jan 2019 16:39:15 +0100
6dee4976 1392
f162c0d5 1393linux (4.15.0-44.47) bionic; urgency=medium
54f596cf 1394
f162c0d5 1395 * linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
54f596cf 1396
f162c0d5
KSS
1397 * Packaging resync (LP: #1786013)
1398 - [Packaging] update helper scripts
1399
1400 * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
1401 - blk-wbt: pass in enum wbt_flags to get_rq_wait()
1402 - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
1403 - blk-wbt: move disable check into get_limit()
1404 - blk-wbt: use wq_has_sleeper() for wq active check
1405 - blk-wbt: fix has-sleeper queueing check
1406 - blk-wbt: abstract out end IO completion handler
1407 - blk-wbt: improve waking of tasks
1408
1409 * To reduce the Realtek USB cardreader power consumption (LP: #1811337)
1410 - mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
1411 1.8v
1412 - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
1413 - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
1414 - mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
1415 - mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
1416 - mmc: rtsx_usb_sdmmc: Re-work runtime PM support
1417 - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
1418 - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function
1419 - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
1420 - memstick: Prevent memstick host from getting runtime suspended during card
1421 detection
1422 - memstick: rtsx_usb_ms: Use ms_dev() helper
1423 - memstick: rtsx_usb_ms: Support runtime power management
1424
1425 * Support non-strict iommu mode on arm64 (LP: #1806488)
1426 - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
1427 - iommu/arm-smmu-v3: Implement flush_iotlb_all hook
1428 - iommu/dma: Add support for non-strict mode
1429 - iommu: Add "iommu.strict" command line option
1430 - iommu/io-pgtable-arm: Add support for non-strict mode
1431 - iommu/arm-smmu-v3: Add support for non-strict mode
1432 - iommu/io-pgtable-arm-v7s: Add support for non-strict mode
1433 - iommu/arm-smmu: Support non-strict mode
1434
1435 * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
1436 - pinctrl: cannonlake: Fix community ordering for H variant
1437 - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
1438
1439 * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
1440 - perf: Export perf_event_update_userpage
1441 - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
1442 - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
1443 - [Config] New config CONFIG_THUNDERX2_PMU=m
1444
1445 * Update hisilicon SoC-specific drivers (LP: #1810457)
1446 - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
1447 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
1448 resetting"
1449 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
1450 callback function"
1451 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
1452 function when link status change"
1453 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
1454 roce client"
1455 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
1456 - scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency
1457 - ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
1458 - scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()
1459 - scsi: hisi_sas: remove some unneeded structure members
1460 - scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
1461 - net: hns: Fix the process of adding broadcast addresses to tcam
1462 - net: hns3: remove redundant variable 'protocol'
1463 - scsi: hisi_sas: Drop hisi_sas_slot_abort()
1464 - net: hns: Make many functions static
1465 - net: hns: make hns_dsaf_roce_reset non static
1466 - net: hisilicon: hns: Replace mdelay() with msleep()
1467 - net: hns3: fix return value error while hclge_cmd_csq_clean failed
1468 - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
1469 - net: hns: Mark expected switch fall-through
1470 - net: hns3: Mark expected switch fall-through
1471 - net: hns3: Remove tx ring BD len register in hns3_enet
1472 - net: hns: modify variable type in hns_nic_reuse_page
1473 - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
1474 - net: hns3: modify variable type in hns3_nic_reuse_page
1475 - net: hns3: Fix for vf vlan delete failed problem
1476 - net: hns3: Fix for multicast failure
1477 - net: hns3: Fix error of checking used vlan id
1478 - net: hns3: Implement shutdown ops in hns3 pci driver
1479 - net: hns3: Fix for loopback selftest failed problem
1480 - net: hns3: Fix ping exited problem when doing lp selftest
1481 - net: hns3: Preserve vlan 0 in hardware table
1482 - net: hns3: Only update mac configuation when necessary
1483 - net: hns3: Change the dst mac addr of loopback packet
1484 - net: hns3: Remove redundant codes of query advertised flow control abilitiy
1485 - net: hns3: Refine hns3_get_link_ksettings()
1486 - net: hns: make function hns_gmac_wait_fifo_clean() static
1487 - net: hns3: Add default irq affinity
1488 - net: hns3: Add unlikely for buf_num check
1489 - net: hns3: Remove tx budget to clean more TX descriptors in a napi
1490 - net: hns3: Remove packet statistics of public
1491 - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl
1492 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
1493 - net: hns3: Check hdev state when getting link status
1494 - net: hns3: Fix for setting speed for phy failed problem
1495 - net: hns3: Fix cmdq registers initialization issue for vf
1496 - net: hns3: Clear client pointer when initialize client failed or unintialize
1497 finished
1498 - net: hns3: Fix client initialize state issue when roce client initialize
1499 failed
1500 - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()
1501 - net: hns3: Fix ets validate issue
1502 - net: hns3: Unify the type convert for desc.data
1503 - net: hns3: Adjust prefix of tx/rx statistic names
1504 - net: hns3: Fix tqp array traversal condition for vf
1505 - net: hns3: Unify the prefix of vf functions
1506 - net: hns3: Add handle for default case
1507 - net: hns3: Add nic state check before calling netif_tx_wake_queue
1508 - net: hns3: Add unlikely for dma_mapping_error check
1509 - net: hns3: Remove print messages for error packet
1510 - net: hns3: Add get_media_type ops support for VF
1511 - net: hns3: Fix speed/duplex information loss problem when executing ethtool
1512 ethx cmd of VF
1513 - net: hns3: Remove redundant hclge_get_port_type()
1514 - net: hns3: Add support for sctp checksum offload
1515 - net: hns3: Set extra mac address of pause param for HW
1516 - net: hns3: Rename loop mode
1517 - net: hns3: Rename mac loopback to app loopback
1518 - net: hns3: Add serdes parallel inner loopback support
1519 - net: hns3: Fix for packet buffer setting bug
1520 - net: hns3: Fix for netdev not up problem when setting mtu
1521 - net: hns3: Change return type of hclge_tm_schd_info_update()
1522 - net: hns3: Modify hns3_get_max_available_channels
1523 - net: hns3: Fix loss of coal configuration while doing reset
1524 - net: hns: remove ndo_poll_controller
1525 - hns3: Fix the build.
1526 - hns3: Another build fix.
1527 - net: hns3: Add flow director initialization
1528 - net: hns3: Add input key and action config support for flow director
1529 - net: hns3: Add support for rule add/delete for flow director
1530 - net: hns3: Add support for rule query of flow director
1531 - net: hns3: Add reset handle for flow director
1532 - net: hns3: Remove all flow director rules when unload hns3 driver
1533 - net: hns3: Add support for enable/disable flow director
1534 - net: hns3: Remove the default mask configuration for mac vlan table
1535 - net: hns3: Clear mac vlan table entries when unload driver or function reset
1536 - net: hns3: Optimize for unicast mac vlan table
1537 - net: hns3: Drop depricated mta table support
1538 - net: hns3: Add egress/ingress vlan filter for revision 0x21
1539 - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
1540 - net: hns3: Add new RSS hash algorithm support for PF
1541 - net: hns3: Add RSS general configuration support for VF
1542 - net: hns3: Add RSS tuples support for VF
1543 - net: hns3: Add HW RSS hash information to RX skb
1544 - net: hns3: Enable promisc mode when mac vlan table is full
1545 - net: hns3: Resume promisc mode and vlan filter status after reset
1546 - net: hns3: Resume promisc mode and vlan filter status after loopback test
1547 - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
1548 - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
1549 - scsi: hisi_sas: Fix the race between IO completion and timeout for
1550 SMP/internal IO
1551 - scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
1552 - scsi: hisi_sas: unmask interrupts ent72 and ent74
1553 - scsi: hisi_sas: Use block layer tag instead for IPTT
1554 - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
1555 - net: hns3: remove hns3_fill_desc_tso
1556 - net: hns3: move DMA map into hns3_fill_desc
1557 - net: hns3: add handling for big TX fragment
1558 - net: hns3: rename hns_nic_dma_unmap
1559 - net: hns3: fix for multiple unmapping DMA problem
1560 - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
1561 - scsi: hisi_sas: Fix NULL pointer dereference
1562 - net: hns3: Add PCIe AER callback error_detected
1563 - net: hns3: Add PCIe AER error recovery
1564 - net: hns3: Add support to enable and disable hw errors
1565 - net: hns3: Add enable and process common ecc errors
1566 - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI
1567 - net: hns3: Add enable and process hw errors from PPP
1568 - net: hns3: Add enable and process hw errors of TM scheduler
1569 - net: hns3: Fix for warning uninitialized symbol hw_err_lst3
1570 - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"
1571 - net: hns3: add error handler for hns3_nic_init_vector_data()
1572 - net: hns3: bugfix for buffer not free problem during resetting
1573 - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
1574 - net: hns3: bugfix for the initialization of command queue's spin lock
1575 - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
1576 - net: hns3: bugfix for is_valid_csq_clean_head()
1577 - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read
1578 - net: hns3: fix incorrect return value/type of some functions
1579 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
1580 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
1581 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
1582 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
1583 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
1584 - net: hns3: bugfix for not checking return value
1585 - net: hns: Incorrect offset address used for some registers.
1586 - net: hns: All ports can not work when insmod hns ko after rmmod.
1587 - net: hns: Some registers use wrong address according to the datasheet.
1588 - net: hns: Fixed bug that netdev was opened twice
1589 - net: hns: Clean rx fbd when ae stopped.
1590 - net: hns: Free irq when exit from abnormal branch
1591 - net: hns: Avoid net reset caused by pause frames storm
1592 - net: hns: Fix ntuple-filters status error.
1593 - net: hns: Add mac pcs config when enable|disable mac
1594 - net: hns: Fix ping failed when use net bridge and send multicast
1595 - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of
1596 enet
1597 - net: hns3: add set_default_reset_request in the hnae3_ae_ops
1598 - net: hns3: provide some interface & information for the client
1599 - net: hns3: adjust the location of clearing the table when doing reset
1600 - net: hns3: enable/disable ring in the enet while doing UP/DOWN
1601 - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
1602 - net: hns3: ignore new coming low-level reset while doing high-level reset
1603 - net: hns3: move some reset information from hnae3_handle into
1604 hclge_dev/hclgevf_dev
1605 - net: hns3: adjust the process of PF reset
1606 - net: hns3: call roce's reset notify callback when resetting
1607 - net: hns3: add error handler for hclge_reset()
1608 - net: hns3: fix for cmd queue memory not freed problem during reset
1609 - net: hns3: Remove set but not used variable 'reset_level'
1610 - net: hns3: fix spelling mistake, "assertting" -> "asserting"
1611 - net: hns3: add reset_hdev to reinit the hdev in VF's reset process
1612 - net: hns3: adjust VF's reset process
1613 - net: hns3: add reset handling for VF when doing PF reset
1614 - net: hns3: add reset handling for VF when doing Core/Global/IMP reset
1615 - net: hns3: stop handling command queue while resetting VF
1616 - net: hns3: add error handler for hclgevf_reset()
1617 - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
1618 - net: hns3: implement the IMP reset processing for PF
1619 - net: hns3: add PCIe FLR support for PF
1620 - net: hns3: do VF's pci re-initialization while PF doing FLR
1621 - net: hns3: add PCIe FLR support for VF
1622 - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
1623 - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
1624 - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
1625 - net: hns3: Adds GRO params to SKB for the stack
1626 - scsi: hisi_sas: use dma_set_mask_and_coherent
1627 - scsi: hisi_sas: Create separate host attributes per HBA
1628 - scsi: hisi_sas: Add support for interrupt converge for v3 hw
1629 - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
1630 - scsi: hisi_sas: Relocate some codes to avoid an unused check
1631 - scsi: hisi_sas: change the time of SAS SSP connection
1632 - net: hns3: fix spelling mistake "failded" -> "failed"
1633 - net: hns3: Support two vlan header when setting mtu
1634 - net: hns3: Refactor mac mtu setting related functions
1635 - net: hns3: Add vport alive state checking support
1636 - net: hns3: Add mtu setting support for vf
1637 - net: hns3: up/down netdev in hclge module when setting mtu
1638 - net: hns3: add common validation in hclge_dcb
1639 - net: hns3: Add debugfs framework registration
1640 - net: hns3: Add "queue info" query function
1641 - net: hns3: Add "FD flow table" info query function
1642 - net: hns3: Add "tc config" info query function
1643 - net: hns3: Add "tm config" info query function
1644 - net: hns3: Add "qos pause" config info query function
1645 - net: hns3: Add "qos prio map" info query function
1646 - net: hns3: Add "qos buffer" config info query function
1647 - net: hns3: Support "ethtool -d" for HNS3 VF driver
1648 - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver
1649 - net: hns3: remove existing process error functions and reorder hw_blk table
1650 - net: hns3: rename enable error interrupt functions
1651 - net: hns3: re-enable error interrupts on hw reset
1652 - net: hns3: deletes unnecessary settings of the descriptor data
1653 - net: hns3: rename process_hw_error function
1654 - net: hns3: add optimization in the hclge_hw_error_set_state
1655 - net: hns3: add handling of hw ras errors using new set of commands
1656 - net: hns3: deleted logging 1 bit errors
1657 - net: hns3: add handling of hw errors reported through MSIX
1658 - net: hns3: add handling of hw errors of MAC
1659 - net: hns3: handle hw errors of PPP PF
1660 - net: hns3: handle hw errors of PPU(RCB)
1661 - net: hns3: handle hw errors of SSU
1662 - net: hns3: add handling of RDMA RAS errors
1663 - net: hns3: fix spelling mistake "offser" -> "offset"
1664 - scsi: hisi_sas: Fix warnings detected by sparse
1665 - scsi: hisi_sas: Relocate some code to reduce complexity
1666 - scsi: hisi_sas: Make sg_tablesize consistent value
1667 - hns3: prevent building without CONFIG_INET
1668 - net: hns3: Add "bd info" query function
1669 - net: hns3: Add "manager table" information query function
1670 - net: hns3: Add "status register" information query function
1671 - net: hns3: Add "dcb register" status information query function
1672 - net: hns3: Add "queue map" information query function
1673 - net: hns3: Add "tm map" status information query function
1674 - net: hns3: fix error handling int the hns3_get_vector_ring_chain
1675 - net: hns3: uninitialize pci in the hclgevf_uninit
1676 - net: hns3: fix napi_disable not return problem
1677 - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
1678 - net: hns3: remove unnecessary configuration recapture while resetting
1679 - net: hns3: fix incomplete uninitialization of IRQ in the
1680 hns3_nic_uninit_vector_data()
1681 - net: hns3: update coalesce param per second
1682 - net: hns3: remove 1000M/half support of phy
1683 - net: hns3: synchronize speed and duplex from phy when phy link up
1684 - net: hns3: getting tx and dv buffer size through firmware
1685 - net: hns3: aligning buffer size in SSU to 256 bytes
1686 - net: hns3: fix a SSU buffer checking bug
1687 - scsi: hisi_sas: Add support for DIF feature for v2 hw
1688 - net: hns3: refine the handle for hns3_nic_net_open/stop()
1689 - net: hns3: change default tc state to close
1690 - net: hns3: fix a bug caused by udelay
1691 - net: hns3: add max vector number check for pf
1692 - net: hns3: reset tqp while doing DOWN operation
1693 - net: hns3: fix vf id check issue when add flow director rule
1694 - net: hns3: don't restore rules when flow director is disabled
1695 - net: hns3: fix the descriptor index when get rss type
1696 - net: hns3: remove redundant variable initialization
1697 - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
1698
1699 * iptables connlimit allows more connections than the limit when using
1700 multiple CPUs (LP: #1811094)
1701 - SAUCE: netfilter: xt_connlimit: remove the 'addr' parameter in add_hlist()
1702 - netfilter: nf_conncount: expose connection list interface
1703 - netfilter: nf_conncount: Fix garbage collection with zones
1704 - netfilter: nf_conncount: fix garbage collection confirm race
1705 - netfilter: nf_conncount: don't skip eviction when age is negative
1706
1707 * CVE-2018-16882
1708 - KVM: Fix UAF in nested posted interrupt processing
1709
1710 * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046)
1711 - scsi: libsas: check the ata device status by ata_dev_enabled()
1712
1713 * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912)
1714 - scsi: libsas: fix a race condition when smp task timeout
1715
1716 * CVE-2018-14625
1717 - vhost/vsock: fix use-after-free in network stack callers
1718
1719 * Fix and issue that LG I2C touchscreen stops working after reboot
1720 (LP: #1805085)
1721 - HID: i2c-hid: Disable runtime PM for LG touchscreen
1722
1723 * powerpc/powernv/pci: Work around races in PCI bridge enabling (LP: #1805245)
1724 - powerpc/powernv/pci: Work around races in PCI bridge enabling
1725
1726 * Drivers: hv: vmbus: Offload the handling of channels to two workqueues
1727 (LP: #1807757)
1728 - hv_netvsc: fix network namespace issues with VF support
1729 - hv_netvsc: split sub-channel setup into async and sync
1730 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
1731 - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
1732 - vmbus: don't return values for uninitalized channels
1733 - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
1734 - Drivers: hv: vmbus: Offload the handling of channels to two workqueues
1735
1736 * Disable LPM for Raydium Touchscreens (LP: #1802248)
1737 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
1738
1739 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
1740 Adapter (LP: #1805607)
1741 - SAUCE: ath10k: provide reset function for QCA9377 chip
1742
1743 * CVE-2018-17972
1744 - proc: restrict kernel stack dumps to root
1745
1746 * CVE-2018-19407
1747 - KVM: X86: Fix scan ioapic use-before-initialization
1748
1749 * CVE-2018-18281
1750 - mremap: properly flush TLB before releasing the page
1751
1752 * Fix USB2 device wrongly detected as USB1 (LP: #1806534)
1753 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
1754
1755 * armhf guests fail to boot in EFI mode (LP: #1809488)
1756 - efi/arm: Revert deferred unmap of early memmap mapping
1757
1758 * Bionic shows incorrect warning about number of pointers in TFD
1759 (LP: #1801102)
1760 - iwlwifi: pcie: don't warn if we use all the transmit pointers
1761
1762 * audio output has constant noise on a Dell machine (LP: #1810891)
1763 - ALSA: hda/realtek - Fixed headphone issue for ALC700
1764
1765 * ldisc crash on reopened tty (LP: #1791758)
1766 - tty: Drop tty->count on tty_reopen() failure
1767 - tty: Hold tty_ldisc_lock() during tty_reopen()
1768 - tty: Don't block on IO when ldisc change is pending
1769 - tty: Simplify tty->count math in tty_reopen()
1770
1771 * SATA device is not going to DEVSLP (LP: #1781533)
1772 - ahci: Allow setting a default LPM policy for mobile chipsets
1773 - ata: libahci: Correct setting of DEVSLP register
1774 - ata: libahci: Allow reconfigure of DEVSLP register
1775 - ata: ahci: Support state with min power but Partial low power state
1776 - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
1777 - [Config] set CONFIG_SATA_MOBILE_LPM_POLICY=0
1778
1779 * Console got stuck using serial tty after logout (LP: #1808097)
1780 - tty: do not set TTY_IO_ERROR flag if console port
1781
1782 * fanotify10 in ubuntu_ltp_syscalls failed (LP: #1802454)
1783 - fsnotify: fix ignore mask logic in fsnotify()
1784
1785 * SRU: Fix kernel xhci hang when resume from S3 (LP: #1805344)
1786 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
1787 - usb: xhci: fix timeout for transition from RExit to U0
1788
1789 * Add pointstick support for Cirque Touchpad (LP: #1805081)
1790 - HID: multitouch: Add pointstick support for Cirque Touchpad
1791
1792 * Intel NVMe drives timeout when nvme format is attempted (LP: #1797587)
1793 - nvme: Use admin command effects for admin commands
1794
1795 * lineout jack can't work on a Dell machine (LP: #1810892)
1796 - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
1797
1798 * Bionic update: upstream stable patchset 2019-01-04 (LP: #1810554)
1799 - MIPS: Call dump_stack() from show_regs()
1800 - MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
1801 - MIPS: Fix ioremap() RAM check
1802 - mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl states
1803 - mmc: dw_mmc: fix card threshold control configuration
1804 - ibmasm: don't write out of bounds in read handler
1805 - staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
1806 - staging: r8822be: Fix RTL8822be can't find any wireless AP
1807 - ata: Fix ZBC_OUT command block check
1808 - ata: Fix ZBC_OUT all bit handling
1809 - vmw_balloon: fix inflation with batching
1810 - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
1811 - USB: serial: ch341: fix type promotion bug in ch341_control_in()
1812 - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
1813 - USB: serial: keyspan_pda: fix modem-status error handling
1814 - USB: serial: mos7840: fix status-register error handling
1815 - usb: quirks: add delay quirks for Corsair Strafe
1816 - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
1817 - ALSA: hda - Handle pm failure during hotplug
1818 - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
1819 - fs, elf: make sure to page align bss in load_elf_library
1820 - mm: do not bug_on on incorrect length in __mm_populate()
1821 - tracing: Reorder display of TGID to be after PID
1822 - kbuild: delete INSTALL_FW_PATH from kbuild documentation
1823 - arm64: neon: Fix function may_use_simd() return error status
1824 - tools build: fix # escaping in .cmd files for future Make
1825 - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
1826 - i2c: tegra: Fix NACK error handling
1827 - iw_cxgb4: correctly enforce the max reg_mr depth
1828 - xen: setup pv irq ops vector earlier
1829 - nvme-pci: Remap CMB SQ entries on every controller reset
1830 - crypto: x86/salsa20 - remove x86 salsa20 implementations
1831 - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
1832 - netfilter: nf_queue: augment nfqa_cfg_policy
1833 - netfilter: x_tables: initialise match/target check parameter struct
1834 - loop: add recursion validation to LOOP_CHANGE_FD
1835 - PM / hibernate: Fix oops at snapshot_write()
1836 - RDMA/ucm: Mark UCM interface as BROKEN
1837 - loop: remember whether sysfs_create_group() was done
1838 - f2fs: give message and set need_fsck given broken node id
1839 - mm: do not drop unused pages when userfaultd is running
1840 - bpf: reject passing modified ctx to helper functions
1841 - mei: discard messages from not connected client during power down.
1842 - mm: zero unavailable pages before memmap init
1843 - xen: remove global bit from __default_kernel_pte_mask for pv guests
1844 - f2fs: return error during fill_super
1845 - f2fs: avoid bug_on on corrupted inode
1846 - f2fs: sanity check on sit entry
1847 - f2fs: sanity check for total valid node blocks
1848 - ARM: dts: armada-38x: use the new thermal binding
1849 - mm: don't do zero_resv_unavail if memmap is not allocated
1850
1851 * Blacklist Realtek Virtual IPMI device (LP: #1808353)
1852 - ipmi:pci: Blacklist a Realtek "IPMI" device
1853
1854 * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64
1855 (LP: #1809847)
1856 - SAUCE: Revert "r8169: don't use MSI-X on RTL8106e"
1857 - r8169: re-enable MSI-X on RTL8168g
1858
1859 * Killer 802.11ac 2x2 (1550 or 1550i) [8086:2526][1a56:1550] is not supported
1860 (LP: #1809219)
1861 - iwlwifi: add more card IDs for 9000 series
1862
1863 * Support new Realtek ethernet chips (LP: #1811055)
1864 - r8169: Add support for new Realtek Ethernet
1865
1866 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
1867 (LP: #1805775)
1868 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
1869 disabled
1870
1871 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
1872 (LP: #1804588)
1873 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
1874 - SAUCE: nvme: add quirk to not call disable function when suspending
1875
1876 * mpt3sas - driver using the wrong register to update a queue index in FW
1877 (LP: #1810781)
1878 - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5
1879 controllers when HBA supports more than 16 MSI-x vectors.
1880
1881 * HP mobile workstations with hybrid graphics support, can not directly output
1882 to external monitors by dGPU (LP: #1810702)
1883 - ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
1884
1885 * broken touchpad after i2c-i801 blacklist change (LP: #1802135)
1886 - i2c: i801: Don't restore config registers on runtime PM
1887
1888 * Enable new Realtek card reader (LP: #1806335)
1889 - USB: usb-storage: Add new IDs to ums-realtek
1890 - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
1891
1892 * The line-out on the Dell Dock station can't work (LP: #1806532)
1893 - ALSA: usb-audio: Allow to override the longname string
1894 - ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
1895 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
1896
1897 * linux-buildinfo: pull out ABI information into its own package
1898 (LP: #1806380)
1899 - [Packaging] getabis -- handle all known package combinations
1900 - [Packaging] getabis -- support parsing a simple version
1901
1902 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
1903 - igb: Fix an issue that PME is not enabled during runtime suspend
1904
1905 * Fix Terminus USB hub that may breaks connected USB devices after S3
1906 (LP: #1806850)
1907 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
1908
1909 * Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
1910 - qmi_wwan: add support for the Dell Wireless 5821e module
1911 - qmi_wwan: fix interface number for DW5821e production firmware
1912 - USB: option: add support for DW5821e
1913
1914 * Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
1915 - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
1916
1917 * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465)
1918 - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
1919
1920 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
1921 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
1922 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
1923
1924 * Touchpad stops working after reboot on Apollo Lake (LP: #1728244)
1925 - HID: i2c-hid: disable runtime PM operations on hantick touchpad
1926
1927 * MAC address pass through on RTL8153-BND for docking station (LP: #1808729)
1928 - r8152: Add support for MAC address pass through on RTL8153-BND
1929
1930 * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414)
1931 - s390/zcrypt: reinit ap queue state machine during device probe
1932
1933 * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802)
1934 - s390/qeth: fix length check in SNMP processing
1935
1936 * ASPEED server console output extremely slow after upgrade to 18.04
1937 (LP: #1808183)
1938 - drm/ast: Remove existing framebuffers before loading driver
1939
1940 * Bionic update: upstream stable patchset 2018-12-13 (LP: #1808399)
1941 - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
1942 - mm: hugetlb: yield when prepping struct pages
1943 - tracing: Fix missing return symbol in function_graph output
1944 - scsi: target: Fix truncated PR-in ReadKeys response
1945 - s390: Correct register corruption in critical section cleanup
1946 - drbd: fix access after free
1947 - vfio: Use get_user_pages_longterm correctly
1948 - cifs: Fix use after free of a mid_q_entry
1949 - cifs: Fix memory leak in smb2_set_ea()
1950 - cifs: Fix infinite loop when using hard mount option
1951 - drm: Use kvzalloc for allocating blob property memory
1952 - drm/udl: fix display corruption of the last line
1953 - jbd2: don't mark block as modified if the handle is out of credits
1954 - ext4: add corruption check in ext4_xattr_set_entry()
1955 - ext4: always verify the magic number in xattr blocks
1956 - ext4: make sure bitmaps and the inode table don't overlap with bg
1957 descriptors
1958 - ext4: always check block group bounds in ext4_init_block_bitmap()
1959 - ext4: only look at the bg_flags field if it is valid
1960 - ext4: verify the depth of extent tree in ext4_find_extent()
1961 - ext4: include the illegal physical block in the bad map ext4_error msg
1962 - ext4: never move the system.data xattr out of the inode body
1963 - ext4: avoid running out of journal credits when appending to an inline file
1964 - ext4: add more inode number paranoia checks
1965 - ext4: add more mount time checks of the superblock
1966 - ext4: check superblock mapped prior to committing
1967 - HID: i2c-hid: Fix "incomplete report" noise
1968 - HID: hiddev: fix potential Spectre v1
1969 - HID: debug: check length before copy_to_user()
1970 - media: vb2: core: Finish buffers at the end of the stream
1971 - f2fs: truncate preallocated blocks in error case
1972 - Revert "dpaa_eth: fix error in dpaa_remove()"
1973 - Kbuild: fix # escaping in .cmd files for future Make
1974 - media: cx25840: Use subdev host data for PLL override
1975 - fs: allow per-device dax status checking for filesystems
1976 - dax: change bdev_dax_supported() to support boolean returns
1977 - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
1978 - dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
1979 - dm: prevent DAX mounts if not supported
1980 - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
1981 - mtd: cfi_cmdset_0002: Change erase functions to retry for error
1982 - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
1983 - netfilter: nf_log: don't hold nf_log_mutex during user access
1984 - staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()
1985 - sched, tracing: Fix trace_sched_pi_setprio() for deboosting
1986 - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
1987 - drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
1988 - scsi: aacraid: Fix PD performance regression over incorrect qd being set
1989 - ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
1990 - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
1991 - drm/amdgpu: Dynamically probe for ATIF handle (v2)
1992 - i2c: core: smbus: fix a potential missing-check bug
1993
1994 * Bionic update: upstream stable patchset 2018-12-12 (LP: #1808185)
1995 - usb: cdc_acm: Add quirk for Uniden UBC125 scanner
1996 - USB: serial: cp210x: add CESINEL device ids
1997 - USB: serial: cp210x: add Silicon Labs IDs for Windows Update
1998 - usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
1999 - acpi: Add helper for deactivating memory region
2000 - usb: typec: ucsi: acpi: Workaround for cache mode issue
2001 - usb: typec: ucsi: Fix for incorrect status data issue
2002 - xhci: Fix kernel oops in trace_xhci_free_virt_device
2003 - n_tty: Fix stall at n_tty_receive_char_special().
2004 - n_tty: Access echo_* variables carefully.
2005 - staging: android: ion: Return an ERR_PTR in ion_map_kernel
2006 - serial: 8250_pci: Remove stalled entries in blacklist
2007 - serdev: fix memleak on module unload
2008 - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
2009 - drm/amdgpu: Add APU support in vi_set_uvd_clocks
2010 - drm/amdgpu: Add APU support in vi_set_vce_clocks
2011 - drm/amdgpu: fix the missed vcn fw version report
2012 - drm/qxl: Call qxl_bo_unref outside atomic context
2013 - drm/atmel-hlcdc: check stride values in the first plane
2014 - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
2015 - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
2016 - drm/i915: Enable provoking vertex fix on Gen9 systems.
2017 - netfilter: nf_tables: nft_compat: fix refcount leak on xt module
2018 - netfilter: nft_compat: prepare for indirect info storage
2019 - netfilter: nft_compat: fix handling of large matchinfo size
2020 - netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
2021 - netfilter: nf_tables: bogus EBUSY in chain deletions
2022 - netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
2023 - netfilter: nf_tables: disable preemption in nft_update_chain_stats()
2024 - netfilter: nf_tables: increase nft_counters_enabled in
2025 nft_chain_stats_replace()
2026 - netfilter: nf_tables: fix memory leak on error exit return
2027 - netfilter: nf_tables: add missing netlink attrs to policies
2028 - netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
2029 - netfilter: don't set F_IFACE on ipv6 fib lookups
2030 - netfilter: ip6t_rpfilter: provide input interface for route lookup
2031 - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
2032 - ARM: dts: imx6q: Use correct SDMA script for SPI5 core
2033 - xfrm6: avoid potential infinite loop in _decode_session6()
2034 - afs: Fix directory permissions check
2035 - netfilter: ebtables: handle string from userspace with care
2036 - s390/dasd: use blk_mq_rq_from_pdu for per request data
2037 - netfilter: nft_limit: fix packet ratelimiting
2038 - ipvs: fix buffer overflow with sync daemon and service
2039 - iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
2040 - atm: zatm: fix memcmp casting
2041 - net: qmi_wwan: Add Netgear Aircard 779S
2042 - perf test: "Session topology" dumps core on s390
2043 - perf bpf: Fix NULL return handling in bpf__prepare_load()
2044 - fs: clear writeback errors in inode_init_always
2045 - sched/core: Fix rules for running on online && !active CPUs
2046 - sched/core: Require cpu_active() in select_task_rq(), for user tasks
2047 - platform/x86: asus-wmi: Fix NULL pointer dereference
2048 - net/sonic: Use dma_mapping_error()
2049 - net: dsa: b53: Add BCM5389 support
2050 - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
2051 - iio: mma8452: Fix ignoring MMA8452_INT_DRDY
2052 - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
2053 - drm/amd/display: Clear connector's edid pointer
2054 - drm/i915/dp: Send DPCD ON for MST before phy_up
2055 - drm/amdgpu: remove DC special casing for KB/ML
2056 - drm/amdgpu: Don't default to DC support for Kaveri and older
2057 - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
2058 - drm/amd/display: release spinlock before committing updates to stream
2059 - drm/i915: Fix PIPESTAT irq ack on i965/g4x
2060 - ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
2061 - x86/mm: Don't free P4D table when it is folded at runtime
2062
2063 * Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
2064 - x86/spectre_v1: Disable compiler optimizations over
2065 array_index_mask_nospec()
2066 - x86/mce: Improve error message when kernel cannot recover
2067 - x86/mce: Check for alternate indication of machine check recovery on Skylake
2068 - x86/mce: Fix incorrect "Machine check from unknown source" message
2069 - x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
2070 - x86: Call fixup_exception() before notify_die() in math_error()
2071 - m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
2072 - m68k/mac: Fix SWIM memory resource end address
2073 - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
2074 - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
2075 - PM / Domains: Fix error path during attach in genpd
2076 - PM / core: Fix supplier device runtime PM usage counter imbalance
2077 - PM / OPP: Update voltage in case freq == old_freq
2078 - usb: do not reset if a low-speed or full-speed device timed out
2079 - 1wire: family module autoload fails because of upper/lower case mismatch.
2080 - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
2081 - ASoC: cs35l35: Add use_single_rw to regmap config
2082 - ASoC: cirrus: i2s: Fix LRCLK configuration
2083 - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
2084 - thermal: bcm2835: Stop using printk format %pCr
2085 - clk: renesas: cpg-mssr: Stop using printk format %pCr
2086 - lib/vsprintf: Remove atomic-unsafe support for %pCr
2087 - ftrace/selftest: Have the reset_trigger code be a bit more careful
2088 - mips: ftrace: fix static function graph tracing
2089 - branch-check: fix long->int truncation when profiling branches
2090 - ipmi:bt: Set the timeout before doing a capabilities check
2091 - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
2092 - printk: fix possible reuse of va_list variable
2093 - fuse: fix congested state leak on aborted connections
2094 - fuse: atomic_o_trunc should truncate pagecache
2095 - fuse: don't keep dead fuse_conn at fuse_fill_super().
2096 - fuse: fix control dir setup and teardown
2097 - powerpc/mm/hash: Add missing isync prior to kernel stack SLB switch
2098 - powerpc/ptrace: Fix setting 512B aligned breakpoints with
2099 PTRACE_SET_DEBUGREG
2100 - powerpc/ptrace: Fix enforcement of DAWR constraints
2101 - powerpc/powernv/ioda2: Remove redundant free of TCE pages
2102 - powerpc/powernv: copy/paste - Mask SO bit in CR
2103 - powerpc/fadump: Unregister fadump on kexec down path.
2104 - soc: rockchip: power-domain: Fix wrong value when power up pd with writemask
2105 - ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
2106 - ARM: dts: Fix SPI node for Arria10
2107 - ARM: dts: socfpga: Fix NAND controller node compatible
2108 - ARM: dts: socfpga: Fix NAND controller clock supply
2109 - ARM: dts: socfpga: Fix NAND controller node compatible for Arria10
2110 - arm64: Fix syscall restarting around signal suppressed by tracer
2111 - arm64: kpti: Use early_param for kpti= command-line option
2112 - arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache
2113 maintenance
2114 - ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
2115 - of: overlay: validate offset from property fixups
2116 - of: unittest: for strings, account for trailing \0 in property length field
2117 - of: platform: stop accessing invalid dev in of_platform_device_destroy
2118 - tpm: fix use after free in tpm2_load_context()
2119 - tpm: fix race condition in tpm_common_write()
2120 - IB/qib: Fix DMA api warning with debug kernel
2121 - IB/{hfi1, qib}: Add handling of kernel restart
2122 - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
2123 - IB/core: Make testing MR flags for writability a static inline function
2124 - IB/mlx5: Fetch soft WQE's on fatal error state
2125 - IB/isert: Fix for lib/dma_debug check_sync warning
2126 - IB/isert: fix T10-pi check mask setting
2127 - IB/hfi1: Fix fault injection init/exit issues
2128 - IB/hfi1: Reorder incorrect send context disable
2129 - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
2130 - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
2131 - RDMA/mlx4: Discard unknown SQP work requests
2132 - xprtrdma: Return -ENOBUFS when no pages are available
2133 - mtd: cfi_cmdset_0002: Change write buffer to check correct value
2134 - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
2135 - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
2136 - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
2137 - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
2138 - PCI: hv: Make sure the bus domain is really unique
2139 - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
2140 - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
2141 resume
2142 - auxdisplay: fix broken menu
2143 - pinctrl: samsung: Correct EINTG banks order
2144 - pinctrl: devicetree: Fix pctldev pointer overwrite
2145 - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
2146 - MIPS: io: Add barrier after register read in inX()
2147 - time: Make sure jiffies_to_msecs() preserves non-zero time periods
2148 - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
2149 - X.509: unpack RSA signatureValue field from BIT STRING
2150 - Btrfs: fix return value on rename exchange failure
2151 - iio: adc: ad7791: remove sample freq sysfs attributes
2152 - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
2153 - mm: fix __gup_device_huge vs unmap
2154 - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
2155 - scsi: qla2xxx: Mask off Scope bits in retry delay
2156 - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
2157 - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
2158 - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed
2159 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return
2160 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
2161 ERP_FAILED
2162 - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
2163 - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
2164 - linvdimm, pmem: Preserve read-only setting for pmem devices
2165 - clk: at91: PLL recalc_rate() now using cached MUL and DIV values
2166 - rtc: sun6i: Fix bit_idx value for clk_register_gate
2167 - md: fix two problems with setting the "re-add" device state.
2168 - rpmsg: smd: do not use mananged resources for endpoints and channels
2169 - ubi: fastmap: Cancel work upon detach
2170 - ubi: fastmap: Correctly handle interrupted erasures in EBA
2171 - backlight: as3711_bl: Fix Device Tree node lookup
2172 - backlight: max8925_bl: Fix Device Tree node lookup
2173 - backlight: tps65217_bl: Fix Device Tree node lookup
2174 - mfd: intel-lpss: Program REMAP register in PIO mode
2175 - arm: dts: mt7623: fix invalid memory node being generated
2176 - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
2177 - perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
2178 - perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
2179 - perf intel-pt: Fix MTC timing after overflow
2180 - perf intel-pt: Fix "Unexpected indirect branch" error
2181 - perf intel-pt: Fix packet decoding of CYC packets
2182 - media: vsp1: Release buffers for each video node
2183 - media: v4l2-compat-ioctl32: prevent go past max size
2184 - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
2185 - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
2186 - NFSv4: Fix possible 1-byte stack overflow in
2187 nfs_idmap_read_and_verify_message
2188 - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
2189 - NFSv4: Fix a typo in nfs41_sequence_process
2190 - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
2191 - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
2192 - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
2193 - rbd: flush rbd_dev->watch_dwork after watch is unregistered
2194 - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
2195 - mm: fix devmem_is_allowed() for sub-page System RAM intersections
2196 - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
2197 - udf: Detect incorrect directory size
2198 - Input: xpad - fix GPD Win 2 controller name
2199 - Input: elan_i2c_smbus - fix more potential stack buffer overflows
2200 - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
2201 - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
2202 - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
2203 - slub: fix failure when we delete and create a slab cache
2204 - block: Fix transfer when chunk sectors exceeds max
2205 - block: Fix cloning of requests with a special payload
2206 - x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
2207 - dm zoned: avoid triggering reclaim from inside dmz_map()
2208 - dm thin: handle running out of data space vs concurrent discard
2209 - x86/platform/UV: Use new set memory block size function
2210 - x86/platform/UV: Add kernel parameter to set memory block size
2211 - platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
2212 - platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found
2213 - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
2214 - spi-nor: intel-spi: Remove unused preopcodes field
2215 - mtd: spi-nor: intel-spi: Fix atomic sequence handling
2216 - PCI / PM: Do not clear state_saved for devices that remain suspended
2217 - ASoC: mediatek: preallocate pages use platform device
2218 - libnvdimm, pmem: Do not flush power-fail protected CPU caches
2219 - powerpc/64s: Set assembler machine type to POWER4
2220 - powerpc/e500mc: Set assembler machine type to e500mc
2221 - hwrng: core - Always drop the RNG in hwrng_unregister()
2222 - softirq: Reorder trace_softirqs_on to prevent lockdep splat
2223 - ARM64: dts: meson-gx: fix ATF reserved memory region
2224 - mtd: rawnand: fix return value check for bad block status
2225 - mtd: rawnand: mxc: set spare area size register explicitly
2226 - PCI: Account for all bridges on bus when distributing bus numbers
2227 - pinctrl: armada-37xx: Fix spurious irq management
2228 - MIPS: pb44: Fix i2c-gpio GPIO descriptor table
2229 - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
2230 - scsi: scsi_debug: Fix memory leak on module unload
2231 - scsi: qla2xxx: Spinlock recursion in qla_target
2232 - libnvdimm, pmem: Unconditionally deep flush on *sync
2233 - f2fs: don't use GFP_ZERO for page caches
2234 - mfd: twl-core: Fix clock initialization
2235 - remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
2236 - media: rc: mce_kbd decoder: fix stuck keys
2237 - Input: silead - add Chuwi Hi8 support
2238 - Input: silead - add MSSL0002 ACPI HID
2239 - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
2240 - i2c: gpio: initialize SCL to HIGH again
2241 - kasan: depend on CONFIG_SLUB_DEBUG
2242 - dm: ensure bio submission follows a depth-first tree walk
2243 - dm: rename 'bio' member of dm_io structure to 'orig_bio'
2244 - dm: use bio_split() when splitting out the already processed bio
2245 - x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
2246
2247 * Support AverMedia DVD EZMaker 7 USB video capture dongle (LP: #1620762) //
2248 Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
2249 - media: cx231xx: Add support for AverMedia DVD EZMaker 7
2250
2251 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Jan 2019 09:38:05 +0000
54f596cf 2252
9f3c4167 2253linux (4.15.0-43.46) bionic; urgency=medium
3af3bb3f 2254
9f3c4167 2255 * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
3af3bb3f 2256
9f3c4167
KSS
2257 * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
2258 - SAUCE: base/dd: limit release function changes to vfio driver only
2259
2260 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
2261 - xhci: Allow more than 32 quirks
2262 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
2263
2264 * linux-buildinfo: pull out ABI information into its own package
2265 (LP: #1806380)
2266 - [Packaging] limit preparation to linux-libc-dev in headers
2267 - [Packaging] commonise debhelper invocation
2268 - [Packaging] ABI -- accumulate abi information at the end of the build
2269 - [Packaging] buildinfo -- add basic build information
2270 - [Packaging] buildinfo -- add firmware information to the flavour ABI
2271 - [Packaging] buildinfo -- add compiler information to the flavour ABI
2272 - [Packaging] buildinfo -- add buildinfo support to getabis
2273 - [Config] buildinfo -- add retpoline version markers
2274
2275 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
2276 - [Packaging] own /usr/lib/linux/triggers
2277
2278 * CVE-2018-12896
2279 - posix-timers: Sanitize overrun handling
2280
2281 * CVE-2018-16276
2282 - USB: yurex: fix out-of-bounds uaccess in read handler
2283
2284 * CVE-2018-10902
2285 - ALSA: rawmidi: Change resized buffers atomically
2286
2287 * CVE-2018-18710
2288 - cdrom: fix improper type cast, which can leat to information leak.
2289
2290 * CVE-2018-18690
2291 - xfs: don't fail when converting shortform attr to long form during
2292 ATTR_REPLACE
2293
2294 * CVE-2018-14734
2295 - infiniband: fix a possible use-after-free bug
2296
2297 * CVE-2018-18445
2298 - bpf: 32-bit RSH verification must truncate input before the ALU op
2299
2300 * Packaging resync (LP: #1786013)
2301 - [Packaging] update helper scripts
2302
2303 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 06 Dec 2018 13:52:12 +0000
3af3bb3f 2304
3f1c3bb7 2305linux (4.15.0-42.45) bionic; urgency=medium
c5723876 2306
3f1c3bb7 2307 * linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
c5723876 2308
3f1c3bb7
TLSC
2309 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
2310 - KVM: s390: reset crypto attributes for all vcpus
2311 - KVM: s390: vsie: simulate VCPU SIE entry/exit
2312 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
2313 - KVM: s390: refactor crypto initialization
2314 - s390: vfio-ap: base implementation of VFIO AP device driver
2315 - s390: vfio-ap: register matrix device with VFIO mdev framework
2316 - s390: vfio-ap: sysfs interfaces to configure adapters
2317 - s390: vfio-ap: sysfs interfaces to configure domains
2318 - s390: vfio-ap: sysfs interfaces to configure control domains
2319 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
2320 - KVM: s390: interface to clear CRYCB masks
2321 - s390: vfio-ap: implement mediated device open callback
2322 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
2323 - s390: vfio-ap: zeroize the AP queues
2324 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
2325 - KVM: s390: Clear Crypto Control Block when using vSIE
2326 - KVM: s390: vsie: Do the CRYCB validation first
2327 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
2328 - KVM: s390: vsie: Allow CRYCB FORMAT-2
2329 - KVM: s390: vsie: allow CRYCB FORMAT-1
2330 - KVM: s390: vsie: allow CRYCB FORMAT-0
2331 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
2332 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
2333 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
2334 - KVM: s390: device attrs to enable/disable AP interpretation
2335 - KVM: s390: CPU model support for AP virtualization
2336 - s390: doc: detailed specifications for AP virtualization
2337 - KVM: s390: fix locking for crypto setting error path
2338 - KVM: s390: Tracing APCB changes
2339 - s390: vfio-ap: setup APCB mask using KVM dedicated function
2340 - s390/zcrypt: Add ZAPQ inline function.
2341 - s390/zcrypt: Review inline assembler constraints.
2342 - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
2343 - s390/zcrypt: fix ap_instructions_available() returncodes
2344 - s390/zcrypt: remove VLA usage from the AP bus
2345 - s390/zcrypt: Remove deprecated ioctls.
2346 - s390/zcrypt: Remove deprecated zcrypt proc interface.
2347 - s390/zcrypt: Support up to 256 crypto adapters.
2348 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
2349
2350 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
2351 - mount: Retest MNT_LOCKED in do_umount
2352 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
2353
2354 * CVE-2018-18955: nested user namespaces with more than five extents
2355 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
2356 - userns: also map extents in the reverse map to kernel IDs
2357
2358 * kdump fail due to an IRQ storm (LP: #1797990)
2359 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
2360 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
2361 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
2362
2363 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 15 Nov 2018 17:01:46 -0200
c5723876 2364
53e065bb 2365linux (4.15.0-40.43) bionic; urgency=medium
83548436 2366
53e065bb 2367 * linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
83548436 2368
53e065bb
TLSC
2369 * crash in ENA driver on removing an interface (LP: #1802341)
2370 - SAUCE: net: ena: fix crash during ena_remove()
2371
2372 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
2373 (LP: #1797367)
2374 - s390/qeth: don't keep track of MAC address's cast type
2375 - s390/qeth: consolidate qeth MAC address helpers
2376 - s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
2377 - s390/qeth: remove outdated portname debug msg
2378 - s390/qeth: reduce hard-coded access to ccw channels
2379 - s390/qeth: sanitize strings in debug messages
2380
2381 * [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
2382 binding (LP: #1799184)
2383 - s390/zcrypt: code beautify
2384 - s390/zcrypt: AP bus support for alternate driver(s)
2385 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
2386 - s390/zcrypt: remove unused functions and declarations
2387 - s390/zcrypt: Show load of cards and queues in sysfs
2388
2389 * [GLK/CLX] Enhanced IBRS (LP: #1786139)
2390 - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
2391 - x86/speculation: Support Enhanced IBRS on future CPUs
2392
2393 * Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
2394 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
2395 boot
2396
2397 * Overlayfs in user namespace leaks directory content of inaccessible
2398 directories (LP: #1793458) // CVE-2018-6559
2399 - SAUCE: overlayfs: ensure mounter privileges when reading directories
2400
2401 * Update ENA driver to version 2.0.1K (LP: #1798182)
2402 - net: ena: remove ndo_poll_controller
2403 - net: ena: fix warning in rmmod caused by double iounmap
2404 - net: ena: fix rare bug when failed restart/resume is followed by driver
2405 removal
2406 - net: ena: fix NULL dereference due to untimely napi initialization
2407 - net: ena: fix auto casting to boolean
2408 - net: ena: minor performance improvement
2409 - net: ena: complete host info to match latest ENA spec
2410 - net: ena: introduce Low Latency Queues data structures according to ENA spec
2411 - net: ena: add functions for handling Low Latency Queues in ena_com
2412 - net: ena: add functions for handling Low Latency Queues in ena_netdev
2413 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
2414 - net: ena: explicit casting and initialization, and clearer error handling
2415 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
2416 - net: ena: change rx copybreak default to reduce kernel memory pressure
2417 - net: ena: remove redundant parameter in ena_com_admin_init()
2418 - net: ena: update driver version to 2.0.1
2419 - net: ena: fix indentations in ena_defs for better readability
2420 - net: ena: Fix Kconfig dependency on X86
2421 - net: ena: enable Low Latency Queues
2422 - net: ena: fix compilation error in xtensa architecture
2423
2424 * Bionic update: upstream stable patchset 2018-10-29 (LP: #1800537)
2425 - bonding: re-evaluate force_primary when the primary slave name changes
2426 - cdc_ncm: avoid padding beyond end of skb
2427 - ipv6: allow PMTU exceptions to local routes
2428 - net: dsa: add error handling for pskb_trim_rcsum
2429 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
2430 - tcp: verify the checksum of the first data segment in a new connection
2431 - udp: fix rx queue len reported by diag and proc interface
2432 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
2433 vlan
2434 - tls: fix use-after-free in tls_push_record
2435 - ext4: fix hole length detection in ext4_ind_map_blocks()
2436 - ext4: update mtime in ext4_punch_hole even if no blocks are released
2437 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
2438 - ext4: fix fencepost error in check for inode count overflow during resize
2439 - driver core: Don't ignore class_dir_create_and_add() failure.
2440 - Btrfs: fix clone vs chattr NODATASUM race
2441 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
2442 - btrfs: return error value if create_io_em failed in cow_file_range
2443 - btrfs: scrub: Don't use inode pages for device replace
2444 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
2445 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
2446 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
2447 - ALSA: hda: add dock and led support for HP ProBook 640 G4
2448 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
2449 - smb3: fix various xid leaks
2450 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
2451 expiry
2452 - cifs: For SMB2 security informaion query, check for minimum sized security
2453 descriptor instead of sizeof FileAllInformation class
2454 - nbd: fix nbd device deletion
2455 - nbd: update size when connected
2456 - nbd: use bd_set_size when updating disk size
2457 - blk-mq: reinit q->tag_set_list entry only after grace period
2458 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
2459 - cpufreq: Fix new policy initialization during limits updates via sysfs
2460 - cpufreq: governors: Fix long idle detection logic in load calculation
2461 - libata: zpodd: small read overflow in eject_tray()
2462 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
2463 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
2464 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
2465 - iwlwifi: fw: harden page loading code
2466 - orangefs: set i_size on new symlink
2467 - orangefs: report attributes_mask and attributes for statx
2468 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
2469 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
2470 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
2471 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
2472 - cpufreq: ti-cpufreq: Fix an incorrect error return value
2473 - x86/vector: Fix the args of vector_alloc tracepoint
2474 - x86/apic/vector: Prevent hlist corruption and leaks
2475 - x86/apic: Provide apic_ack_irq()
2476 - x86/ioapic: Use apic_ack_irq()
2477 - x86/platform/uv: Use apic_ack_irq()
2478 - irq_remapping: Use apic_ack_irq()
2479 - genirq/generic_pending: Do not lose pending affinity update
2480 - genirq/affinity: Defer affinity setting if irq chip is busy
2481 - genirq/migration: Avoid out of line call if pending is not set
2482
2483 * [bionic]mlx5: reading SW stats through ifstat cause kernel crash
2484 (LP: #1799049)
2485 - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
2486 eswitch manager
2487
2488 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
2489 - ipmi: Fix timer race with module unload
2490
2491 * [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
2492 (LP: #1799276)
2493 - ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
2494
2495 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
2496 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
2497
2498 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
2499 than 255 bytes (LP: #1799794)
2500 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
2501
2502 * libvirtd is unable to configure bridge devices inside of LXD containers
2503 (LP: #1784501)
2504 - kernfs: allow creating kernfs objects with arbitrary uid/gid
2505 - sysfs, kobject: allow creating kobject belonging to arbitrary users
2506 - kobject: kset_create_and_add() - fetch ownership info from parent
2507 - driver core: set up ownership of class devices in sysfs
2508 - net-sysfs: require net admin in the init ns for setting tx_maxrate
2509 - net-sysfs: make sure objects belong to container's owner
2510 - net: create reusable function for getting ownership info of sysfs inodes
2511 - bridge: make sure objects belong to container's owner
2512 - sysfs: Fix regression when adding a file to an existing group
2513
2514 * [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
2515 - s390/kvm: fix deadlock when killed by oom
2516
2517 * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
2518 - net/af_iucv: drop inbound packets with invalid flags
2519 - net/af_iucv: fix skb handling on HiperTransport xmit error
2520
2521 * Power consumption during s2idle is higher than long idle(sk hynix)
2522 (LP: #1801875)
2523 - SAUCE: pci: prevent sk hynix nvme from entering D3
2524 - SAUCE: nvme: add quirk to not call disable function when suspending
2525
2526 * Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
2527 - Input: i8042 - enable keyboard wakeups by default when s2idle is used
2528
2529 * NULL pointer dereference at 0000000000000020 when access
2530 dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
2531 - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
2532
2533 * [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
2534 - s390/qdio: reset old sbal_state flags
2535
2536 * hns3: map tx ring to tc (LP: #1802023)
2537 - net: hns3: Set tx ring' tc info when netdev is up
2538
2539 * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
2540 - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
2541 - s390: qeth: Fix potential array overrun in cmd/rc lookup
2542
2543 * Vulkan applications cause permanent memory leak with Intel GPU
2544 (LP: #1798165)
2545 - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
2546
2547 * Mounting SOFS SMB shares fails (LP: #1792580)
2548 - cifs: connect to servername instead of IP for IPC$ share
2549
2550 * Packaging resync (LP: #1786013)
2551 - [Package] add support for specifying the primary makefile
2552
2553 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 09 Nov 2018 17:29:18 -0200
83548436 2554
cd8f1d83 2555linux (4.15.0-39.42) bionic; urgency=medium
c7d15f38 2556
cd8f1d83 2557 * linux: 4.15.0-39.42 -proposed tracker (LP: #1799411)
c7d15f38 2558
cd8f1d83
KSS
2559 * Linux: insufficient shootdown for paging-structure caches (LP: #1798897)
2560 - mm: move tlb_table_flush to tlb_flush_mmu_free
2561 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
2562 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
2563 - [Config] CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
2564
2565 * Ubuntu18.04: GPU total memory is reduced (LP: #1792102)
2566 - Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
2567
2568 * arm64: snapdragon: reduce boot noise (LP: #1797154)
2569 - [Config] arm64: snapdragon: DRM_MSM=m
2570 - [Config] arm64: snapdragon: SND*=m
2571 - [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE
2572 - [Config] arm64: snapdragon: disable DRM_I2C_ADV7511_CEC
2573 - [Config] arm64: snapdragon: disable VIDEO_ADV7511, VIDEO_COBALT
2574
2575 * [Bionic] CPPC bug fixes (LP: #1796949)
2576 - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id
2577 - cpufreq: CPPC: Don't set transition_latency
2578 - ACPI / CPPC: Fix invalid PCC channel status errors
2579
2580 * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748)
2581 - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
2582
2583 * screen displays abnormally on the lenovo M715 with the AMD GPU (Radeon Vega
2584 8 Mobile, rev ca, 1002:15dd) (LP: #1796786)
2585 - drm/amd/display: Fix takover from VGA mode
2586 - drm/amd/display: early return if not in vga mode in disable_vga
2587 - drm/amd/display: Refine disable VGA
2588
2589 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271
2590 reserve_memblock_reserved_regions (LP: #1797139)
2591 - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions
2592
2593 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
2594 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
2595
2596 * Keyboard backlight sysfs sometimes is missing on Dell laptops (LP: #1797304)
2597 - platform/x86: dell-smbios: Correct some style warnings
2598 - platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
2599 - platform/x86: dell-smbios: Link all dell-smbios-* modules together
2600 - [Config] CONFIG_DELL_SMBIOS_SMM=y, CONFIG_DELL_SMBIOS_WMI=y
2601
2602 * rpi3b+: ethernet not working (LP: #1797406)
2603 - lan78xx: Don't reset the interface on open
2604
2605 * 87cdf3148b11 was never backported to 4.15 (LP: #1795653)
2606 - xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
2607
2608 * [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian
2609 chroot env in P9 KVM guest with HTM enabled (kvm) (LP: #1792501)
2610 - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
2611
2612 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
2613 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
2614 VM
2615
2616 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
2617 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
2618
2619 * CVE-2018-9363
2620 - Bluetooth: hidp: buffer overflow in hidp_process_report
2621
2622 * CVE-2017-13168
2623 - scsi: sg: mitigate read/write abuse
2624
2625 * [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID
2626 is set (LP: #1797200)
2627 - ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
2628
2629 * [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
2630 selection (LP: #1797202)
2631 - arm64: topology: Avoid checking numa mask for scheduler MC selection
2632
2633 * crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04
2634 (LP: #1790832)
2635 - crypto: vmx - Fix sleep-in-atomic bugs
2636
2637 * hns3: autoneg settings get lost on down/up (LP: #1797654)
2638 - net: hns3: Fix for information of phydev lost problem when down/up
2639
2640 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
2641 vDSO (LP: #1797963)
2642 - powerpc/vdso: Correct call frame information
2643
2644 * Signal 7 error when running GPFS tracing in cluster (LP: #1792195)
2645 - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
2646 - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
2647
2648 * Support Edge Gateway's WIFI LED (LP: #1798330)
2649 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
2650
2651 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
2652 - SAUCE: Bluetooth: Support for LED on Edge Gateways
2653
2654 * USB cardreader (0bda:0328) make the system can't enter s3 or hang
2655 (LP: #1798328)
2656 - usb: Don't disable Latency tolerance Messaging (LTM) before port reset
2657
2658 * CVE-2018-15471
2659 - xen-netback: fix input validation in xenvif_set_hash_mapping()
2660
2661 * CVE-2018-16658
2662 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
2663
2664 * [Bionic] Update ThunderX2 implementation defined pmu core events
2665 (LP: #1796904)
2666 - perf vendor events arm64: Update ThunderX2 implementation defined pmu core
2667 events
2668
2669 * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca,
2670 1002:15dd) often hangs randomly (LP: #1796789)
2671 - drm/amd: Add missing fields in atom_integrated_system_info_v1_11
2672
2673 * [18.04] GLK hang after a while (LP: #1760545)
2674 - drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
2675
2676 * Fix usbcore.quirks when used at boot (LP: #1795784)
2677 - usb: core: safely deal with the dynamic quirk lists
2678
2679 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 23 Oct 2018 14:44:55 +0000
c7d15f38 2680
513f0ebb 2681linux (4.15.0-38.41) bionic; urgency=medium
21f7cfa0 2682
513f0ebb 2683 * linux: 4.15.0-38.41 -proposed tracker (LP: #1797061)
21f7cfa0 2684
513f0ebb
SB
2685 * Silent data corruption in Linux kernel 4.15 (LP: #1796542)
2686 - block: add a lower-level bio_add_page interface
2687 - block: bio_iov_iter_get_pages: fix size of last iovec
2688 - blkdev: __blkdev_direct_IO_simple: fix leak in error case
2689 - block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
2690
2691 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Oct 2018 11:20:35 +0200
21f7cfa0 2692
5de3e103 2693linux (4.15.0-37.40) bionic; urgency=medium
93cf90a0 2694
5de3e103 2695 * linux: 4.15.0-37.40 -proposed tracker (LP: #1795564)
93cf90a0 2696
5de3e103
SB
2697 * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394)
2698 - net: hns3: Add vlan filter setting by ethtool command -K
2699
2700 * hns3: Modifying channel parameters will reset ring parameters back to
2701 defaults (LP: #1793404)
2702 - net: hns3: Fix desc num set to default when setting channel
2703
2704 * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151)
2705 - scsi: hisi_sas: Add SATA FIS check for v3 hw
2706
2707 * Fix potential corruption using SAS controller on HiSilicon arm64 boards
2708 (LP: #1794156)
2709 - scsi: hisi_sas: add memory barrier in task delivery function
2710
2711 * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165)
2712 - scsi: hisi_sas: Tidy hisi_sas_task_prep()
2713
2714 * Add functional level reset support for the SAS controller on HiSilicon D06
2715 systems (LP: #1794166)
2716 - scsi: hisi_sas: tidy host controller reset function a bit
2717 - scsi: hisi_sas: relocate some common code for v3 hw
2718 - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
2719
2720 * HiSilicon SAS controller doesn't recover from PHY STP link timeout
2721 (LP: #1794172)
2722 - scsi: hisi_sas: tidy channel interrupt handler for v3 hw
2723 - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
2724
2725 * getxattr: always handle namespaced attributes (LP: #1789746)
2726 - getxattr: use correct xattr length
2727
2728 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
2729 - PCI: Reprogram bridge prefetch registers on resume
2730
2731 * Fails to boot under Xen PV: BUG: unable to handle kernel paging request at
2732 edc21fd9 (LP: #1789118)
2733 - x86/EISA: Don't probe EISA bus for Xen PV guests
2734
2735 * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086)
2736 - s390/qeth: use vzalloc for QUERY OAT buffer
2737
2738 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
2739 - Input: elantech - enable middle button of touchpad on ThinkPad P72
2740
2741 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
2742 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
2743 - updateconfigs for Dell UART backlight driver
2744
2745 * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt.
2746 (LP: #1794294)
2747 - s390/crypto: Fix return code checking in cbc_paes_crypt()
2748
2749 * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221)
2750 - net: hns3: Fix MSIX allocation issue for VF
2751 - net: hns3: Refine the MSIX allocation for PF
2752
2753 * net: hns: Avoid hang when link is changed while handling packets
2754 (LP: #1792209)
2755 - net: hns: add the code for cleaning pkt in chip
2756 - net: hns: add netif_carrier_off before change speed and duplex
2757
2758 * Page leaking in cachefiles_read_backing_file while vmscan is active
2759 (LP: #1793430)
2760 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
2761 is active
2762
2763 * some nvidia p1000 graphic cards hang during the boot (LP: #1791569)
2764 - drm/nouveau/gr/gf100-: virtualise tpc_mask + apply fixes from traces
2765
2766 * Error reported when creating ZFS pool with "-t" option, despite successful
2767 pool creation (LP: #1769937)
2768 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.4
2769
2770 * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309)
2771 - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
2772 - HID: i2c-hid: Don't reset device upon system resume
2773
2774 * ipmmu is always registered (LP: #1783746)
2775 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
2776 VMSA
2777
2778 * Bionic update: upstream stable patchset 2018-09-27 (LP: #1794889)
2779 - clocksource/drivers/imx-tpm: Correct some registers operation flow
2780 - Input: synaptics-rmi4 - fix an unchecked out of memory error path
2781 - KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
2782 - x86: Add check for APIC access address for vmentry of L2 guests
2783 - MIPS: io: Prevent compiler reordering writeX()
2784 - nfp: ignore signals when communicating with management FW
2785 - perf report: Fix switching to another perf.data file
2786 - fsnotify: fix ignore mask logic in send_to_group()
2787 - MIPS: io: Add barrier after register read in readX()
2788 - s390/smsgiucv: disable SMSG on module unload
2789 - isofs: fix potential memory leak in mount option parsing
2790 - MIPS: dts: Boston: Fix PCI bus dtc warnings:
2791 - spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
2792 - doc: Add vendor prefix for Kieback & Peter GmbH
2793 - dt-bindings: pinctrl: sunxi: Fix reference to driver
2794 - dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
2795 - dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
2796 - clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
2797 - ASoC: rt5514: Add the missing register in the readable table
2798 - eCryptfs: don't pass up plaintext names when using filename encryption
2799 - soc: bcm: raspberrypi-power: Fix use of __packed
2800 - soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
2801 - PCI: kirin: Fix reset gpio name
2802 - ASoC: topology: Fix bugs of freeing soc topology
2803 - xen: xenbus_dev_frontend: Really return response string
2804 - ASoC: topology: Check widget kcontrols before deref.
2805 - spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
2806 - blkcg: don't hold blkcg lock when deactivating policy
2807 - tipc: fix infinite loop when dumping link monitor summary
2808 - scsi: iscsi: respond to netlink with unicast when appropriate
2809 - scsi: megaraid_sas: Do not log an error if FW successfully initializes.
2810 - scsi: target: fix crash with iscsi target and dvd
2811 - netfilter: nf_tables: NAT chain and extensions require NF_TABLES
2812 - netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
2813 - ASoC: msm8916-wcd-analog: use threaded context for mbhc events
2814 - drm/msm: Fix possible null dereference on failure of get_pages()
2815 - drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
2816 - drm/msm: don't deref error pointer in the msm_fbdev_create error path
2817 - blkcg: init root blkcg_gq under lock
2818 - vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
2819 - parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
2820 - scsi: storvsc: Set up correct queue depth values for IDE devices
2821 - scsi: isci: Fix infinite loop in while loop
2822 - mm, pagemap: fix swap offset value for PMD migration entry
2823 - proc: revalidate kernel thread inodes to root:root
2824 - kexec_file: do not add extra alignment to efi memmap
2825 - mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
2826 - usb: typec: ucsi: fix tracepoint related build error
2827 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
2828 - dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
2829 - net: phy: marvell: clear wol event before setting it
2830 - ARM: dts: da850: fix W=1 warnings with pinmux node
2831 - ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
2832 - drm/amdkfd: fix clock counter retrieval for node without GPU
2833 - thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
2834 - net: ethtool: Add missing kernel doc for FEC parameters
2835 - arm64: ptrace: remove addr_limit manipulation
2836 - HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
2837 - HID: wacom: Release device resource data obtained by devres_alloc()
2838 - selftests: ftrace: Add a testcase for multiple actions on trigger
2839 - rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
2840 - perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
2841 - remoteproc: qcom: Fix potential device node leaks
2842 - rpmsg: added MODULE_ALIAS for rpmsg_char
2843 - HID: intel-ish-hid: use put_device() instead of kfree()
2844 - blk-mq: fix sysfs inflight counter
2845 - arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
2846 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
2847 - libahci: Allow drivers to override stop_engine
2848 - ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
2849 - x86/cpu/intel: Add missing TLB cpuid values
2850 - bpf: fix uninitialized variable in bpf tools
2851 - i2c: sprd: Prevent i2c accesses after suspend is called
2852 - i2c: sprd: Fix the i2c count issue
2853 - tipc: fix bug in function tipc_nl_node_dump_monitor
2854 - nvme: depend on INFINIBAND_ADDR_TRANS
2855 - nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
2856 - ib_srpt: depend on INFINIBAND_ADDR_TRANS
2857 - ib_srp: depend on INFINIBAND_ADDR_TRANS
2858 - IB: make INFINIBAND_ADDR_TRANS configurable
2859 - IB/uverbs: Fix validating mandatory attributes
2860 - RDMA/cma: Fix use after destroy access to net namespace for IPoIB
2861 - RDMA/iwpm: fix memory leak on map_info
2862 - IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
2863 - IB/rxe: avoid double kfree_skb
2864 - <linux/stringhash.h>: fix end_name_hash() for 64bit long
2865 - IB/core: Make ib_mad_client_id atomic
2866 - ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
2867 - ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
2868 - ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
2869 - ARM: davinci: board-dm355-evm: fix broken networking
2870 - dt-bindings: panel: lvds: Fix path to display timing bindings
2871 - ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
2872 - ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
2873 - ARM: dts: logicpd-som-lv: Fix Audio Mute
2874 - Input: atmel_mxt_ts - fix the firmware update
2875 - hexagon: add memset_io() helper
2876 - hexagon: export csum_partial_copy_nocheck
2877 - scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
2878 - bpf, x64: fix memleak when not converging after image
2879 - parisc: drivers.c: Fix section mismatches
2880 - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
2881 - kthread, sched/wait: Fix kthread_parkme() wait-loop
2882 - arm64: tegra: Make BCM89610 PHY interrupt as active low
2883 - iommu/vt-d: fix shift-out-of-bounds in bug checking
2884 - nvme: fix potential memory leak in option parsing
2885 - nvme: Set integrity flag for user passthrough commands
2886 - ARM: OMAP1: ams-delta: fix deferred_fiq handler
2887 - smc: fix sendpage() call
2888 - IB/hfi1 Use correct type for num_user_context
2889 - IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
2890 - RDMA/cma: Do not query GID during QP state transition to RTR
2891 - spi: bcm2835aux: ensure interrupts are enabled for shared handler
2892 - sched/core: Introduce set_special_state()
2893 - sh: fix build failure for J2 cpu with SMP disabled
2894 - tee: check shm references are consistent in offset/size
2895 - mac80211: Adjust SAE authentication timeout
2896 - drm/omap: silence unititialized variable warning
2897 - drm/omap: fix uninitialized ret variable
2898 - drm/omap: fix possible NULL ref issue in tiler_reserve_2d
2899 - drm/omap: check return value from soc_device_match
2900 - drm/omap: handle alloc failures in omap_connector
2901 - driver core: add __printf verification to __ata_ehi_pushv_desc
2902 - ARM: dts: cygnus: fix irq type for arm global timer
2903 - mac80211: use timeout from the AddBA response instead of the request
2904 - net: aquantia: driver should correctly declare vlan_features bits
2905 - can: dev: increase bus-off message severity
2906 - arm64: Add MIDR encoding for NVIDIA CPUs
2907 - cifs: smb2ops: Fix listxattr() when there are no EAs
2908 - agp: uninorth: make two functions static
2909 - tipc: eliminate KMSAN uninit-value in strcmp complaint
2910 - qed: Fix l2 initializations over iWARP personality
2911 - qede: Fix gfp flags sent to rdma event node allocation
2912 - rxrpc: Fix error reception on AF_INET6 sockets
2913 - rxrpc: Fix the min security level for kernel calls
2914 - KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
2915 - x86: Delay skip of emulated hypercall instruction
2916 - ixgbe: return error on unsupported SFP module when resetting
2917 - net sched actions: fix invalid pointer dereferencing if skbedit flags
2918 missing
2919 - proc/kcore: don't bounds check against address 0
2920 - ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
2921 - kprobes/x86: Prohibit probing on exception masking instructions
2922 - uprobes/x86: Prohibit probing on MOV SS instruction
2923 - objtool, kprobes/x86: Sync the latest <asm/insn.h> header with
2924 tools/objtool/arch/x86/include/asm/insn.h
2925 - x86/pkeys/selftests: Adjust the self-test to fresh distros that export the
2926 pkeys ABI
2927 - x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX
2928 ABI
2929 - x86/selftests: Add mov_to_ss test
2930 - x86/pkeys/selftests: Give better unexpected fault error messages
2931 - x86/pkeys/selftests: Stop using assert()
2932 - x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
2933 - x86/pkeys/selftests: Allow faults on unknown keys
2934 - x86/pkeys/selftests: Factor out "instruction page"
2935 - x86/pkeys/selftests: Add PROT_EXEC test
2936 - x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
2937 - x86/pkeys/selftests: Fix pointer math
2938 - x86/pkeys/selftests: Save off 'prot' for allocations
2939 - x86/pkeys/selftests: Add a test for pkey 0
2940 - mtd: Fix comparison in map_word_andequal()
2941 - afs: Fix the non-encryption of calls
2942 - usb: musb: fix remote wakeup racing with suspend
2943 - ARM: keystone: fix platform_domain_notifier array overrun
2944 - i2c: pmcmsp: return message count on master_xfer success
2945 - i2c: pmcmsp: fix error return from master_xfer
2946 - i2c: viperboard: return message count on master_xfer success
2947 - ARM: davinci: dm646x: fix timer interrupt generation
2948 - ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
2949 - ARM: davinci: board-dm646x-evm: set VPIF capture card name
2950 - clk: imx6ull: use OSC clock during AXI rate change
2951 - locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
2952 - locking/percpu-rwsem: Annotate rwsem ownership transfer by setting
2953 RWSEM_OWNER_UNKNOWN
2954 - drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
2955 - sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to
2956 kernel/sched/sched.h
2957 - sched/deadline: Make the grub_reclaim() function static
2958 - parisc: Move setup_profiling_timer() out of init section
2959 - efi/libstub/arm64: Handle randomized TEXT_OFFSET
2960 - ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
2961 - ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the
2962 kernel
2963 - ARM: kexec: fix kdump register saving on panic()
2964 - Revert "Btrfs: fix scrub to repair raid6 corruption"
2965 - Btrfs: fix scrub to repair raid6 corruption
2966 - Btrfs: make raid6 rebuild retry more
2967 - tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
2968 - ibmvnic: Do not notify peers on parameter change resets
2969 - dt-bindings: net: ravb: Add support for r8a77965 SoC
2970 - X86/KVM: Properly update 'tsc_offset' to represent the running guest
2971 - kvm: x86: move MSR_IA32_TSC handling to x86.c
2972 - ARM: dts: Fix cm2 and prm sizes for omap4
2973 - powerpc/64s: Default l1d_size to 64K in RFI fallback flush
2974 - KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
2975 - arm64: kasan: avoid pfn_to_nid() before page array is initialized
2976 - ARM64: dts: meson-gxl: add USB host support
2977 - ARM64: dts: meson-gxm: add GXM specific USB host configuration
2978 - ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
2979 - ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
2980 - ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
2981 - ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
2982 - ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
2983 - arm64: dts: correct SATA addresses for Stingray
2984 - afs: Fix server record deletion
2985 - proc: fix /proc/loadavg regression
2986 - s390/qeth: fix request-side race during cmd IO timeout
2987 - ACPI / scan: Initialize watchdog before PNP
2988 - CIFS: set *resp_buf_type to NO_BUFFER on error
2989 - arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
2990 - igb: Fix the transmission mode of queue 0 for Qav mode
2991 - RISC-V: build vdso-dummy.o with -no-pie
2992 - arm64: only advance singlestep for user instruction traps
2993 - perf pmu: Fix core PMU alias list for X86 platform
2994 - bpf, x64: fix JIT emission for dead code
2995 - powerpc/kvm/booke: Fix altivec related build break
2996 - reset: uniphier: fix USB clock line for LD20
2997 - nfp: don't depend on eth_tbl being available
2998 - net: mvpp2: Fix clk error path in mvpp2_probe
2999 - kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
3000 - IB/uverbs: Fix validating mandatory attributes
3001 - RDMA/hns: Intercept illegal RDMA operation when use inline data
3002 - pinctrl: cherryview: Associate IRQ descriptors to irqdomain
3003 - kthread, sched/wait: Fix kthread_parkme() completion issue
3004 - iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
3005 - nvme/multipath: Disable runtime writable enabling parameter
3006 - ARM: dts: correct missing "compatible" entry for ti81xx SoCs
3007 - usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
3008 - IB/mlx4: Fix integer overflow when calculating optimal MTT size
3009 - bpf: add map_alloc_check callback
3010 - bpf: fix possible spectre-v1 in find_and_alloc_map()
3011 - drm/exynos/mixer: fix synchronization check in interlaced mode
3012 - drm/exynos: mixer: avoid Oops in vp_video_buffer()
3013 - bpf: use array_index_nospec in find_prog_type
3014 - gcc-plugins: fix build condition of SANCOV plugin
3015 - drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
3016 - nvme: fix use-after-free in nvme_free_ns_head
3017 - powerpc/pseries: Fix CONFIG_NUMA=n build
3018 - HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
3019 - cifs: Allocate validate negotiation request through kmalloc
3020 - drm/amdgpu: Switch to interruptable wait to recover from ring hang.
3021 - rxrpc: Fix missing start of call timeout
3022 - ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
3023 - sh: switch to NO_BOOTMEM
3024 - lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
3025 - x86/pkeys/selftests: Avoid printf-in-signal deadlocks
3026 - afs: Fix address list parsing
3027 - afs: Fix refcounting in callback registration
3028 - afs: Fix server rotation's handling of fileserver probe failure
3029 - afs: Fix VNOVOL handling in address rotation
3030 - afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
3031 - afs: Fix afs_find_server search loop
3032 - KVM: X86: Lower the default timer frequency limit to 200us
3033 - platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
3034 - ARM: replace unnecessary perl with sed and the shell $(( )) operator
3035
3036 * Improvements to the kernel source package preparation (LP: #1793461)
3037 - [Packaging] startnewrelease: add support for backport kernels
3038
3039 * Kernel 4.15.0-35.38 fails to build with CONFIG_XFS_ONLINE_SCRUB enabled
3040 (LP: #1792393)
3041 - SAUCE: xfs: fix build error with CONFIG_XFS_ONLINE_SCRUB enabled
3042
3043 * update ENA driver to latest mainline version (LP: #1792044)
3044 - net: ena: add detection and recovery mechanism for handling missed/misrouted
3045 MSI-X
3046 - net: ena: increase ena driver version to 1.5.0
3047 - net: ena: Eliminate duplicate barriers on weakly-ordered archs
3048 - SAUCE: ena: devm_kzalloc() -> devm_kcalloc()
3049 - net: ena: Fix use of uninitialized DMA address bits field
3050 - net: ena: fix surprise unplug NULL dereference kernel crash
3051 - net: ena: fix driver when PAGE_SIZE == 64kB
3052 - net: ena: fix device destruction to gracefully free resources
3053 - net: ena: fix potential double ena_destroy_device()
3054 - net: ena: fix missing lock during device destruction
3055 - net: ena: fix missing calls to READ_ONCE
3056 - net: ena: fix incorrect usage of memory barriers
3057
3058 -- Stefan Bader <stefan.bader@canonical.com> Tue, 02 Oct 2018 14:33:09 +0200
93cf90a0 3059
fd013740 3060linux (4.15.0-36.39) bionic; urgency=medium
cb3b0751 3061
fd013740
KSS
3062 * CVE-2018-14633
3063 - iscsi target: Use hex2bin instead of a re-implementation
cb3b0751 3064
fd013740
KSS
3065 * CVE-2018-17182
3066 - mm: get rid of vmacache_flush_all() entirely
3067
3068 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Sep 2018 16:08:41 +0200
cb3b0751 3069
d5bad413 3070linux (4.15.0-35.38) bionic; urgency=medium
eb8e0abe 3071
d5bad413 3072 * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
eb8e0abe 3073
d5bad413
KSS
3074 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
3075 (LP: #1792099)
3076 - SAUCE: vfio -- release device lock before userspace requests
3077
3078 * L1TF mitigation not effective in some CPU and RAM combinations
3079 (LP: #1788563)
3080 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
3081 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
3082 much RAM
3083 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
3084
3085 * CVE-2018-15594
3086 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
3087
3088 * CVE-2017-5715 (Spectre v2 s390x)
3089 - KVM: s390: implement CPU model only facilities
3090 - s390: detect etoken facility
3091 - KVM: s390: add etoken support for guests
3092 - s390/lib: use expoline for all bcr instructions
3093 - s390: fix br_r1_trampoline for machines without exrl
3094 - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
3095
3096 * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
3097 disabled (performance) (LP: #1790602)
3098 - cpuidle: powernv: Fix promotion from snooze if next state disabled
3099
3100 * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
3101 - powerpc: hard disable irqs in smp_send_stop loop
3102 - powerpc: Fix deadlock with multiple calls to smp_send_stop
3103 - powerpc: smp_send_stop do not offline stopped CPUs
3104 - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
3105
3106 * Security fix: check if IOMMU page is contained in the pinned physical page
3107 (LP: #1785675)
3108 - vfio/spapr: Use IOMMU pageshift rather than pagesize
3109 - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
3110
3111 * Missing Intel GPU pci-id's (LP: #1789924)
3112 - drm/i915/kbl: Add KBL GT2 sku
3113 - drm/i915/whl: Introducing Whiskey Lake platform
3114 - drm/i915/aml: Introducing Amber Lake platform
3115 - drm/i915/cfl: Add a new CFL PCI ID.
3116
3117 * CVE-2018-15572
3118 - x86/speculation: Protect against userspace-userspace spectreRSB
3119
3120 * Support Power Management for Thunderbolt Controller (LP: #1789358)
3121 - thunderbolt: Handle NULL boot ACL entries properly
3122 - thunderbolt: Notify userspace when boot_acl is changed
3123 - thunderbolt: Use 64-bit DMA mask if supported by the platform
3124 - thunderbolt: Do not unnecessarily call ICM get route
3125 - thunderbolt: No need to take tb->lock in domain suspend/complete
3126 - thunderbolt: Use correct ICM commands in system suspend
3127 - thunderbolt: Add support for runtime PM
3128
3129 * random oopses on s390 systems using NVMe devices (LP: #1790480)
3130 - s390/pci: fix out of bounds access during irq setup
3131
3132 * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
3133 for arm64 using SMC firmware call to set a hardware chicken bit
3134 (LP: #1787993) // CVE-2018-3639 (arm64)
3135 - arm64: alternatives: Add dynamic patching feature
3136 - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
3137 - KVM: arm64: Avoid storing the vcpu pointer on the stack
3138 - arm/arm64: smccc: Add SMCCC-specific return codes
3139 - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
3140 - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
3141 - arm64: Add ARCH_WORKAROUND_2 probing
3142 - arm64: Add 'ssbd' command-line option
3143 - arm64: ssbd: Add global mitigation state accessor
3144 - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
3145 - arm64: ssbd: Restore mitigation status on CPU resume
3146 - arm64: ssbd: Introduce thread flag to control userspace mitigation
3147 - arm64: ssbd: Add prctl interface for per-thread mitigation
3148 - arm64: KVM: Add HYP per-cpu accessors
3149 - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
3150 - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
3151 - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
3152 - [Config] ARM64_SSBD=y
3153
3154 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
3155 - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
3156 process"
3157 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
3158 message"
3159 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
3160 response"
3161 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
3162 hclge_get_ring_chain_from_mbx"
3163 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
3164 shift in hclge_get_ring_chain_from_mbx"
3165 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
3166 assignment probelm"
3167 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
3168 configuration operation while resetting"
3169 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
3170 hns3_reset_notify_down_enet"
3171 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
3172 phy driver"
3173 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
3174 resetting"
3175 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
3176 register"
3177 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
3178 frequently"
3179 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
3180 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
3181 command queue register"
3182 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
3183 global or core reset"
3184 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
3185 reset cause"
3186 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
3187 hclgevf_main module"
3188 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
3189 selftest"
3190 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
3191 frame size"
3192 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
3193 problem"
3194 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
3195 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
3196 correctly"
3197 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
3198 pfc mode"
3199 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
3200 up"
3201 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
3202 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
3203 definition"
3204 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
3205 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
3206 macros"
3207 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
3208 macros"
3209 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
3210 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
3211 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
3212 value"
3213 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
3214 assignments"
3215 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
3216 driver"
3217 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
3218 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
3219 of kzalloc/dma_map_single"
3220 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
3221 dependency HNS3 set"
3222 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
3223 some structures"
3224 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
3225 hclge_cmd_csq_done"
3226 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
3227 in hclge_cmd_send"
3228 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
3229 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
3230 assignments"
3231 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
3232 hclge_cmd_send"
3233 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
3234 hclge_ring_to_dma_dir"
3235 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
3236 upper_32_bits"
3237 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
3238 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
3239 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
3240 in hns3_client_uninit"
3241 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
3242 information"
3243 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
3244 state init|uninit"
3245 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
3246 hnae3.c"
3247 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
3248 and ipv6"
3249 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
3250 free vector"
3251 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
3252 init_client_instance and uninit_client_instance"
3253 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
3254 from hclge_bind_ring_with_vector"
3255 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
3256 last BD except VLD bit and buffer size"
3257 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
3258 selftest"
3259 - net: hns3: Updates RX packet info fetch in case of multi BD
3260 - net: hns3: remove unused hclgevf_cfg_func_mta_filter
3261 - net: hns3: Fix for VF mailbox cannot receiving PF response
3262 - net: hns3: Fix for VF mailbox receiving unknown message
3263 - net: hns3: Optimize PF CMDQ interrupt switching process
3264 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
3265 - net: hns3: rename the interface for init_client_instance and
3266 uninit_client_instance
3267 - net: hns3: add vector status check before free vector
3268 - net: hns3: add l4_type check for both ipv4 and ipv6
3269 - net: hns3: add unlikely for error check
3270 - net: hns3: remove unused head file in hnae3.c
3271 - net: hns3: extraction an interface for state init|uninit
3272 - net: hns3: print the ret value in error information
3273 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
3274 - net: hns3: remove back in struct hclge_hw
3275 - net: hns3: use lower_32_bits and upper_32_bits
3276 - net: hns3: remove unused hclge_ring_to_dma_dir
3277 - net: hns3: remove useless code in hclge_cmd_send
3278 - net: hns3: remove some redundant assignments
3279 - net: hns3: simplify hclge_cmd_csq_clean
3280 - net: hns3: remove a redundant hclge_cmd_csq_done
3281 - net: hns3: remove some unused members of some structures
3282 - net: hns3: give default option while dependency HNS3 set
3283 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
3284 - net: hns3: modify hnae_ to hnae3_
3285 - net: hns3: Fix tc setup when netdev is first up
3286 - net: hns3: Fix for mac pause not disable in pfc mode
3287 - net: hns3: Fix for waterline not setting correctly
3288 - net: hns3: Fix for l4 checksum offload bug
3289 - net: hns3: Fix for mailbox message truncated problem
3290 - net: hns3: Add configure for mac minimal frame size
3291 - net: hns3: Fix warning bug when doing lp selftest
3292 - net: hns3: Fix get_vector ops in hclgevf_main module
3293 - net: hns3: Remove the warning when clear reset cause
3294 - net: hns3: Prevent sending command during global or core reset
3295 - net: hns3: Modify the order of initializing command queue register
3296 - net: hns3: Reset net device with rtnl_lock
3297 - net: hns3: Prevent to request reset frequently
3298 - net: hns3: Correct reset event status register
3299 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
3300 - net: hns3: remove unnecessary ring configuration operation while resetting
3301 - net: hns3: Fix for reset_level default assignment probelm
3302 - net: hns3: Fix for using wrong mask and shift in
3303 hclge_get_ring_chain_from_mbx
3304 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
3305 - net: hns3: Remove some redundant assignments
3306 - net: hns3: Standardize the handle of return value
3307 - net: hns3: Remove extra space and brackets
3308 - net: hns3: Correct unreasonable code comments
3309 - net: hns3: Use decimal for bit offset macros
3310 - net: hns3: Modify inconsistent bit mask macros
3311 - net: hns3: Fix misleading parameter name
3312 - net: hns3: Remove unused struct member and definition
3313 - net: hns3: Add SPDX tags to HNS3 PF driver
3314 - net: hns3: Add support for serdes loopback selftest
3315 - net: hns3: Fix for phy link issue when using marvell phy driver
3316 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
3317
3318 * CVE-2018-6555
3319 - SAUCE: irda: Only insert new objects into the global database via setsockopt
3320
3321 * CVE-2018-6554
3322 - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
3323
3324 * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
3325 - netfilter: nf_tables: fix NULL pointer dereference on
3326 nft_ct_helper_obj_dump()
3327 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
3328 - af_key: Always verify length of provided sadb_key
3329 - gpio: No NULL owner
3330 - KVM: X86: Fix reserved bits check for MOV to CR3
3331 - KVM: x86: introduce linear_{read,write}_system
3332 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
3333 kvm_write_guest_virt_system
3334 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
3335 - NFC: pn533: don't send USB data off of the stack
3336 - usbip: vhci_sysfs: fix potential Spectre v1
3337 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
3338 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
3339 - Input: xpad - add GPD Win 2 Controller USB IDs
3340 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
3341 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
3342 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
3343 reconnecting
3344 - serial: sh-sci: Stop using printk format %pCr
3345 - tty/serial: atmel: use port->name as name in request_irq()
3346 - serial: samsung: fix maxburst parameter for DMA transactions
3347 - serial: 8250: omap: Fix idling of clocks for unused uarts
3348 - vmw_balloon: fixing double free when batching mode is off
3349 - tty: pl011: Avoid spuriously stuck-off interrupts
3350 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
3351 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
3352 - crypto: caam - strip input zeros from RSA input buffer
3353 - crypto: caam - fix DMA mapping dir for generated IV
3354 - crypto: caam - fix IV DMA mapping and updating
3355 - crypto: caam/qi - fix IV DMA mapping and updating
3356 - crypto: caam - fix size of RSA prime factor q
3357 - crypto: vmx - Remove overly verbose printk from AES init routines
3358 - crypto: vmx - Remove overly verbose printk from AES XTS init
3359 - crypto: omap-sham - fix memleak
3360 - usb: typec: wcove: Remove dependency on HW FSM
3361 - usb: gadget: udc: renesas_usb3: fix double phy_put()
3362 - usb: gadget: udc: renesas_usb3: should remove debugfs
3363 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
3364 udc
3365 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
3366 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
3367
3368 * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
3369 - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
3370 - mmap: introduce sane default mmap limits
3371 - mmap: relax file size limit for regular files
3372 - btrfs: define SUPER_FLAG_METADUMP_V2
3373 - kconfig: Avoid format overflow warning from GCC 8.1
3374 - be2net: Fix error detection logic for BE3
3375 - bnx2x: use the right constant
3376 - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
3377 - enic: set DMA mask to 47 bit
3378 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
3379 - ip6_tunnel: remove magic mtu value 0xFFF8
3380 - ipmr: properly check rhltable_init() return value
3381 - ipv4: remove warning in ip_recv_error
3382 - ipv6: omit traffic class when calculating flow hash
3383 - isdn: eicon: fix a missing-check bug
3384 - kcm: Fix use-after-free caused by clonned sockets
3385 - netdev-FAQ: clarify DaveM's position for stable backports
3386 - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
3387 - net: metrics: add proper netlink validation
3388 - net/packet: refine check for priv area size
3389 - net: phy: broadcom: Fix bcm_write_exp()
3390 - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
3391 - packet: fix reserve calculation
3392 - qed: Fix mask for physical address in ILT entry
3393 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
3394 - team: use netdev_features_t instead of u32
3395 - vhost: synchronize IOTLB message with dev cleanup
3396 - vrf: check the original netdevice for generating redirect
3397 - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
3398 - net: phy: broadcom: Fix auxiliary control register reads
3399 - net-sysfs: Fix memory leak in XPS configuration
3400 - virtio-net: correctly transmit XDP buff after linearizing
3401 - net/mlx4: Fix irq-unsafe spinlock usage
3402 - tun: Fix NULL pointer dereference in XDP redirect
3403 - virtio-net: correctly check num_buf during err path
3404 - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
3405 - virtio-net: fix leaking page for gso packet during mergeable XDP
3406 - rtnetlink: validate attributes in do_setlink()
3407 - cls_flower: Fix incorrect idr release when failing to modify rule
3408 - PCI: hv: Do not wait forever on a device that has disappeared
3409 - drm: set FMODE_UNSIGNED_OFFSET for drm files
3410 - l2tp: fix refcount leakage on PPPoL2TP sockets
3411 - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
3412 - net: ethernet: ti: cpdma: correct error handling for chan create
3413 - net: ethernet: davinci_emac: fix error handling in probe()
3414 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
3415 - net : sched: cls_api: deal with egdev path only if needed
3416
3417 * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
3418 - fix io_destroy()/aio_complete() race
3419 - mm: fix the NULL mapping case in __isolate_lru_page()
3420 - objtool: Support GCC 8's cold subfunctions
3421 - objtool: Support GCC 8 switch tables
3422 - objtool: Detect RIP-relative switch table references
3423 - objtool: Detect RIP-relative switch table references, part 2
3424 - objtool: Fix "noreturn" detection for recursive sibling calls
3425 - xfs: convert XFS_AGFL_SIZE to a helper function
3426 - xfs: detect agfl count corruption and reset agfl
3427 - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
3428 - Input: synaptics - add Lenovo 80 series ids to SMBus
3429 - Input: elan_i2c_smbus - fix corrupted stack
3430 - tracing: Fix crash when freeing instances with event triggers
3431 - tracing: Make the snapshot trigger work with instances
3432 - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
3433 - cfg80211: further limit wiphy names to 64 bytes
3434 - drm/amd/powerplay: Fix enum mismatch
3435 - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
3436 - platform/chrome: cros_ec_lpc: remove redundant pointer request
3437 - kbuild: clang: disable unused variable warnings only when constant
3438 - tcp: avoid integer overflows in tcp_rcv_space_adjust()
3439 - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
3440 - iio:buffer: make length types match kfifo types
3441 - iio:kfifo_buf: check for uint overflow
3442 - iio: adc: select buffer for at91-sama5d2_adc
3443 - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
3444 - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
3445 - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
3446 - scsi: scsi_transport_srp: Fix shost to rport translation
3447 - stm class: Use vmalloc for the master map
3448 - hwtracing: stm: fix build error on some arches
3449 - IB/core: Fix error code for invalid GID entry
3450 - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
3451 - Revert "rt2800: use TXOP_BACKOFF for probe frames"
3452 - intel_th: Use correct device when freeing buffers
3453 - drm/psr: Fix missed entry in PSR setup time table.
3454 - drm/i915/lvds: Move acpi lid notification registration to registration phase
3455 - drm/i915: Disable LVDS on Radiant P845
3456 - drm/vmwgfx: Use kasprintf
3457 - drm/vmwgfx: Fix host logging / guestinfo reading error paths
3458 - nvme: fix extended data LBA supported setting
3459 - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
3460 resume
3461 - x86/MCE/AMD: Define a function to get SMCA bank type
3462 - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
3463 - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
3464 - x86/mce/AMD: Carve out SMCA get_block_address() code
3465 - x86/MCE/AMD: Cache SMCA MISC block addresses
3466
3467 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
3468 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
3469 - partitions/aix: append null character to print data from disk
3470
3471 * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
3472 - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
3473 __ptep_set_access_flags directly
3474 - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
3475 - powerpc/mm: Change function prototype
3476 - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
3477
3478 * performance drop with ATS enabled (LP: #1788097)
3479 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
3480
3481 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
3482 - arm64: export memblock_reserve()d regions via /proc/iomem
3483 - drivers: acpi: add dependency of EFI for arm64
3484 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
3485 - efi/arm: map UEFI memory map even w/o runtime services enabled
3486 - arm64: acpi: fix alignment fault in accessing ACPI
3487 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
3488 - arm64: fix ACPI dependencies
3489 - ACPI: fix menuconfig presentation of ACPI submenu
3490
3491 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
3492 - r8152: disable RX aggregation on new Dell TB16 dock
3493
3494 * dell_wmi: Unknown key codes (LP: #1762385)
3495 - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
3496
3497 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
3498 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
3499 - SAUCE: i2c:amd move out pointer in union i2c_event_base
3500 - SAUCE: i2c:amd Depends on ACPI
3501 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
3502
3503 * r8169 no internet after suspending (LP: #1779817)
3504 - r8169: restore previous behavior to accept BIOS WoL settings
3505 - r8169: don't use MSI-X on RTL8168g
3506 - r8169: don't use MSI-X on RTL8106e
3507
3508 * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
3509 - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
3510
3511 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
3512 machine (LP: #1789145)
3513 - ALSA: hda/realtek - Fix HP Headset Mic can't record
3514
3515 * Tango platform uses __initcall without further checks (LP: #1787945)
3516 - [Config] disable ARCH_TANGO
3517
3518 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
3519 - [Config] CONFIG_SCLP_OFB=y for s390x
3520
3521 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 12 Sep 2018 11:39:17 +0200
eb8e0abe 3522
ffaad0a9 3523linux (4.15.0-34.37) bionic; urgency=medium
72544dc3 3524
ffaad0a9 3525 * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
72544dc3 3526
ffaad0a9
KSS
3527 * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
3528 - MIPS: c-r4k: Fix data corruption related to cache coherence
3529 - MIPS: ptrace: Expose FIR register through FP regset
3530 - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
3531 - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
3532 - affs_lookup(): close a race with affs_remove_link()
3533 - fs: don't scan the inode cache before SB_BORN is set
3534 - aio: fix io_destroy(2) vs. lookup_ioctx() race
3535 - ALSA: timer: Fix pause event notification
3536 - do d_instantiate/unlock_new_inode combinations safely
3537 - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
3538 - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
3539 - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
3540 - libata: Blacklist some Sandisk SSDs for NCQ
3541 - libata: blacklist Micron 500IT SSD with MU01 firmware
3542 - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
3543 - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
3544 - arm64: lse: Add early clobbers to some input/output asm operands
3545 - powerpc/64s: Clear PCR on boot
3546 - IB/hfi1: Use after free race condition in send context error path
3547 - IB/umem: Use the correct mm during ib_umem_release
3548 - idr: fix invalid ptr dereference on item delete
3549 - Revert "ipc/shm: Fix shmat mmap nil-page protection"
3550 - ipc/shm: fix shmat() nil address after round-down when remapping
3551 - mm/kasan: don't vfree() nonexistent vm_area
3552 - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
3553 - kasan: fix memory hotplug during boot
3554 - kernel/sys.c: fix potential Spectre v1 issue
3555 - KVM: s390: vsie: fix < 8k check for the itdba
3556 - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
3557 - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
3558 - powerpc/64s: Improve RFI L1-D cache flush fallback
3559 - powerpc/pseries: Restore default security feature flags on setup
3560 - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
3561 - MIPS: generic: Fix machine compatible matching
3562 - mac80211: mesh: fix wrong mesh TTL offset calculation
3563 - ARC: Fix malformed ARC_EMUL_UNALIGNED default
3564 - ptr_ring: prevent integer overflow when calculating size
3565 - arm64: dts: rockchip: fix rock64 gmac2io stability issues
3566 - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
3567 - libata: Fix compile warning with ATA_DEBUG enabled
3568 - selftests: sync: missing CFLAGS while compiling
3569 - selftest/vDSO: fix O=
3570 - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
3571 - selftests: memfd: add config fragment for fuse
3572 - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
3573 - ARM: OMAP3: Fix prm wake interrupt for resume
3574 - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
3575 - ARM: OMAP1: clock: Fix debugfs_create_*() usage
3576 - tls: retrun the correct IV in getsockopt
3577 - xhci: workaround for AMD Promontory disabled ports wakeup
3578 - IB/uverbs: Fix method merging in uverbs_ioctl_merge
3579 - IB/uverbs: Fix possible oops with duplicate ioctl attributes
3580 - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
3581 - arm64: dts: rockchip: Fix DWMMC clocks
3582 - ARM: dts: rockchip: Fix DWMMC clocks
3583 - iwlwifi: mvm: fix security bug in PN checking
3584 - iwlwifi: mvm: fix IBSS for devices that support station type API
3585 - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
3586 - NFC: llcp: Limit size of SDP URI
3587 - rxrpc: Work around usercopy check
3588 - MD: Free bioset when md_run fails
3589 - md: fix md_write_start() deadlock w/o metadata devices
3590 - s390/dasd: fix handling of internal requests
3591 - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
3592 - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
3593 - mac80211: fix a possible leak of station stats
3594 - mac80211: fix calling sleeping function in atomic context
3595 - cfg80211: clear wep keys after disconnection
3596 - mac80211: Do not disconnect on invalid operating class
3597 - mac80211: Fix sending ADDBA response for an ongoing session
3598 - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
3599 - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
3600 - md raid10: fix NULL deference in handle_write_completed()
3601 - drm/exynos: g2d: use monotonic timestamps
3602 - drm/exynos: fix comparison to bitshift when dealing with a mask
3603 - drm/meson: fix vsync buffer update
3604 - arm64: perf: correct PMUVer probing
3605 - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
3606 - RDMA/bnxt_re: Fix system crash during load/unload
3607 - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
3608 push
3609 - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
3610 - md: raid5: avoid string overflow warning
3611 - virtio_net: fix XDP code path in receive_small()
3612 - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
3613 - bug.h: work around GCC PR82365 in BUG()
3614 - selftests/memfd: add run_fuse_test.sh to TEST_FILES
3615 - seccomp: add a selftest for get_metadata
3616 - soc: imx: gpc: de-register power domains only if initialized
3617 - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
3618 - s390/cio: fix ccw_device_start_timeout API
3619 - s390/cio: fix return code after missing interrupt
3620 - s390/cio: clear timer when terminating driver I/O
3621 - selftests/bpf/test_maps: exit child process without error in ENOMEM case
3622 - PKCS#7: fix direct verification of SignerInfo signature
3623 - arm64: dts: cavium: fix PCI bus dtc warnings
3624 - nfs: system crashes after NFS4ERR_MOVED recovery
3625 - ARM: OMAP: Fix dmtimer init for omap1
3626 - smsc75xx: fix smsc75xx_set_features()
3627 - regulatory: add NUL to request alpha2
3628 - integrity/security: fix digsig.c build error with header file
3629 - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
3630 directory in resctrl file system
3631 - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
3632 - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
3633 CPU hotplug operations
3634 - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
3635 - arm64: fix unwind_frame() for filtered out fn for function graph tracing
3636 - macvlan: fix use-after-free in macvlan_common_newlink()
3637 - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
3638 - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
3639 - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
3640 DualLite/Solo RQS
3641 - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
3642 - fs: dcache: Use READ_ONCE when accessing i_dir_seq
3643 - md: fix a potential deadlock of raid5/raid10 reshape
3644 - md/raid1: fix NULL pointer dereference
3645 - batman-adv: fix packet checksum in receive path
3646 - batman-adv: invalidate checksum on fragment reassembly
3647 - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
3648 refcount
3649 - netfilter: ipt_CLUSTERIP: put config instead of freeing it
3650 - netfilter: ebtables: convert BUG_ONs to WARN_ONs
3651 - batman-adv: Ignore invalid batadv_iv_gw during netlink send
3652 - batman-adv: Ignore invalid batadv_v_gw during netlink send
3653 - batman-adv: Fix netlink dumping of BLA claims
3654 - batman-adv: Fix netlink dumping of BLA backbones
3655 - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
3656 - clocksource/drivers/fsl_ftm_timer: Fix error return checking
3657 - libceph, ceph: avoid memory leak when specifying same option several times
3658 - ceph: fix dentry leak when failing to init debugfs
3659 - xen/pvcalls: fix null pointer dereference on map->sock
3660 - ARM: orion5x: Revert commit 4904dbda41c8.
3661 - qrtr: add MODULE_ALIAS macro to smd
3662 - selftests/futex: Fix line continuation in Makefile
3663 - r8152: fix tx packets accounting
3664 - virtio-gpu: fix ioctl and expose the fixed status to userspace.
3665 - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
3666 - bcache: fix kcrashes with fio in RAID5 backend dev
3667 - ip_gre: fix IFLA_MTU ignored on NEWLINK
3668 - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
3669 - sit: fix IFLA_MTU ignored on NEWLINK
3670 - nbd: fix return value in error handling path
3671 - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
3672 - ARM: dts: bcm283x: Fix unit address of local_intc
3673 - powerpc/boot: Fix random libfdt related build errors
3674 - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
3675 - gianfar: Fix Rx byte accounting for ndev stats
3676 - net/tcp/illinois: replace broken algorithm reference link
3677 - nvmet: fix PSDT field check in command format
3678 - net/smc: use link_id of server in confirm link reply
3679 - mlxsw: core: Fix flex keys scratchpad offset conflict
3680 - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
3681 - spectrum: Reference count VLAN entries
3682 - ARC: mcip: halt GFRC counter when ARC cores halt
3683 - ARC: mcip: update MCIP debug mask when the new cpu came online
3684 - ARC: setup cpu possible mask according to possible-cpus dts property
3685 - ipvs: remove IPS_NAT_MASK check to fix passive FTP
3686 - IB/mlx: Set slid to zero in Ethernet completion struct
3687 - RDMA/bnxt_re: Unconditionly fence non wire memory operations
3688 - RDMA/bnxt_re: Fix incorrect DB offset calculation
3689 - RDMA/bnxt_re: Fix the ib_reg failure cleanup
3690 - xen/pirq: fix error path cleanup when binding MSIs
3691 - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
3692 - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
3693 - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
3694 - drm/sun4i: Fix dclk_set_phase
3695 - btrfs: use kvzalloc to allocate btrfs_fs_info
3696 - Btrfs: send, fix issuing write op when processing hole in no data mode
3697 - Btrfs: fix log replay failure after linking special file and fsync
3698 - ceph: fix potential memory leak in init_caches()
3699 - block: display the correct diskname for bio
3700 - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
3701 - net: ethtool: don't ignore return from driver get_fecparam method
3702 - iwlwifi: mvm: fix TX of CCMP 256
3703 - iwlwifi: mvm: Fix channel switch for count 0 and 1
3704 - iwlwifi: mvm: fix assert 0x2B00 on older FWs
3705 - iwlwifi: avoid collecting firmware dump if not loaded
3706 - iwlwifi: mvm: Direct multicast frames to the correct station
3707 - iwlwifi: mvm: Correctly set the tid for mcast queue
3708 - rds: Incorrect reference counting in TCP socket creation
3709 - watchdog: f71808e_wdt: Fix magic close handling
3710 - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
3711 - hv_netvsc: use napi_schedule_irqoff
3712 - hv_netvsc: filter multicast/broadcast
3713 - hv_netvsc: propagate rx filters to VF
3714 - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
3715 - e1000e: Fix check_for_link return value with autoneg off
3716 - e1000e: allocate ring descriptors with dma_zalloc_coherent
3717 - ia64/err-inject: Use get_user_pages_fast()
3718 - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
3719 - RDMA/qedr: Fix iWARP write and send with immediate
3720 - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
3721 - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
3722 - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
3723 - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
3724 sbusfb_ioctl_helper().
3725 - fsl/fman: avoid sleeping in atomic context while adding an address
3726 - qed: Free RoCE ILT Memory on rmmod qedr
3727 - net: qcom/emac: Use proper free methods during TX
3728 - net: smsc911x: Fix unload crash when link is up
3729 - IB/core: Fix possible crash to access NULL netdev
3730 - cxgb4: do not set needs_free_netdev for mgmt dev's
3731 - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
3732 - xen: xenbus: use put_device() instead of kfree()
3733 - hv_netvsc: fix filter flags
3734 - hv_netvsc: fix locking for rx_mode
3735 - hv_netvsc: fix locking during VF setup
3736 - ARM: davinci: fix the GPIO lookup for omapl138-hawk
3737 - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
3738 - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
3739 - lib/test_kmod.c: fix limit check on number of test devices created
3740 - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
3741 - netfilter: ebtables: fix erroneous reject of last rule
3742 - can: m_can: change comparison to bitshift when dealing with a mask
3743 - can: m_can: select pinctrl state in each suspend/resume function
3744 - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
3745 - workqueue: use put_device() instead of kfree()
3746 - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
3747 - sunvnet: does not support GSO for sctp
3748 - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
3749 - gpu: ipu-v3: prg: avoid possible array underflow
3750 - drm/imx: move arming of the vblank event to atomic_flush
3751 - drm/nouveau/bl: fix backlight regression
3752 - xfrm: fix rcu_read_unlock usage in xfrm_local_error
3753 - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
3754 - iwlwifi: mvm: Correctly set IGTK for AP
3755 - iwlwifi: mvm: fix error checking for multi/broadcast sta
3756 - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
3757 - vlan: Fix out of order vlan headers with reorder header off
3758 - batman-adv: fix header size check in batadv_dbg_arp()
3759 - batman-adv: Fix skbuff rcsum on packet reroute
3760 - vti4: Don't count header length twice on tunnel setup
3761 - ip_tunnel: Clamp MTU to bounds on new link
3762 - vti6: Fix dev->max_mtu setting
3763 - iwlwifi: mvm: Increase session protection time after CS
3764 - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
3765 - iwlwifi: mvm: make sure internal station has a valid id
3766 - iwlwifi: mvm: fix array out of bounds reference
3767 - drm/tegra: Shutdown on driver unbind
3768 - perf/cgroup: Fix child event counting bug
3769 - brcmfmac: Fix check for ISO3166 code
3770 - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
3771 - RDMA/ucma: Correct option size check using optlen
3772 - RDMA/qedr: fix QP's ack timeout configuration
3773 - RDMA/qedr: Fix rc initialization on CNQ allocation failure
3774 - RDMA/qedr: Fix QP state initialization race
3775 - net/sched: fix idr leak on the error path of tcf_bpf_init()
3776 - net/sched: fix idr leak in the error path of tcf_simp_init()
3777 - net/sched: fix idr leak in the error path of tcf_act_police_init()
3778 - net/sched: fix idr leak in the error path of tcp_pedit_init()
3779 - net/sched: fix idr leak in the error path of __tcf_ipt_init()
3780 - net/sched: fix idr leak in the error path of tcf_skbmod_init()
3781 - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
3782 - drm/ast: Fixed 1280x800 Display Issue
3783 - mm/mempolicy.c: avoid use uninitialized preferred_node
3784 - mm, thp: do not cause memcg oom for thp
3785 - xfrm: Fix transport mode skb control buffer usage.
3786 - selftests: ftrace: Add probe event argument syntax testcase
3787 - selftests: ftrace: Add a testcase for string type with kprobe_event
3788 - selftests: ftrace: Add a testcase for probepoint
3789 - drm/amdkfd: Fix scratch memory with HWS enabled
3790 - batman-adv: fix multicast-via-unicast transmission with AP isolation
3791 - batman-adv: fix packet loss for broadcasted DHCP packets to a server
3792 - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
3793 - lan78xx: Set ASD in MAC_CR when EEE is enabled.
3794 - net: qmi_wwan: add BroadMobi BM806U 2020:2033
3795 - bonding: fix the err path for dev hwaddr sync in bond_enslave
3796 - net: dsa: mt7530: fix module autoloading for OF platform drivers
3797 - net/mlx5: Make eswitch support to depend on switchdev
3798 - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
3799 - x86/alternatives: Fixup alternative_call_2
3800 - llc: properly handle dev_queue_xmit() return value
3801 - builddeb: Fix header package regarding dtc source links
3802 - qede: Fix barrier usage after tx doorbell write.
3803 - mm, slab: memcg_link the SLAB's kmem_cache
3804 - mm/page_owner: fix recursion bug after changing skip entries
3805 - mm/kmemleak.c: wait for scan completion before disabling free
3806 - hv_netvsc: enable multicast if necessary
3807 - qede: Do not drop rx-checksum invalidated packets.
3808 - net: Fix untag for vlan packets without ethernet header
3809 - vlan: Fix vlan insertion for packets without ethernet header
3810 - net: mvneta: fix enable of all initialized RXQs
3811 - sh: fix debug trap failure to process signals before return to user
3812 - firmware: dmi_scan: Fix UUID length safety check
3813 - nvme: don't send keep-alives to the discovery controller
3814 - Btrfs: clean up resources during umount after trans is aborted
3815 - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
3816 - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
3817 - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
3818 table
3819 - swap: divide-by-zero when zero length swap file on ssd
3820 - z3fold: fix memory leak
3821 - sr: get/drop reference to device in revalidate and check_events
3822 - Force log to disk before reading the AGF during a fstrim
3823 - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
3824 - powerpc/fscr: Enable interrupts earlier before calling get_user()
3825 - perf tools: Fix perf builds with clang support
3826 - perf clang: Add support for recent clang versions
3827 - dp83640: Ensure against premature access to PHY registers after reset
3828 - ibmvnic: Zero used TX descriptor counter on reset
3829 - mm/ksm: fix interaction with THP
3830 - mm: fix races between address_space dereference and free in page_evicatable
3831 - mm: thp: fix potential clearing to referenced flag in
3832 page_idle_clear_pte_refs_one()
3833 - Btrfs: bail out on error during replay_dir_deletes
3834 - Btrfs: fix NULL pointer dereference in log_dir_items
3835 - btrfs: Fix possible softlock on single core machines
3836 - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
3837 - ocfs2/dlm: don't handle migrate lockres if already in shutdown
3838 - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
3839 - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
3840 - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
3841 this_cpu_has() in build_cr3_noflush()
3842 - KVM: VMX: raise internal error for exception during invalid protected mode
3843 state
3844 - lan78xx: Connect phy early
3845 - sparc64: Make atomic_xchg() an inline function rather than a macro.
3846 - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
3847 - net: bgmac: Correctly annotate register space
3848 - btrfs: tests/qgroup: Fix wrong tree backref level
3849 - Btrfs: fix copy_items() return value when logging an inode
3850 - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
3851 - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
3852 are created with quota enabled
3853 - rxrpc: Fix Tx ring annotation after initial Tx failure
3854 - rxrpc: Don't treat call aborts as conn aborts
3855 - xen/acpi: off by one in read_acpi_id()
3856 - drivers: macintosh: rack-meter: really fix bogus memsets
3857 - ACPI: acpi_pad: Fix memory leak in power saving threads
3858 - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
3859 - ieee802154: ca8210: fix uninitialised data read
3860 - ath10k: advertize beacon_int_min_gcd
3861 - iommu/amd: Take into account that alloc_dev_data() may return NULL
3862 - intel_th: Use correct method of finding hub
3863 - m68k: set dma and coherent masks for platform FEC ethernets
3864 - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
3865 - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
3866 - hwmon: (nct6775) Fix writing pwmX_mode
3867 - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
3868 - powerpc/perf: Fix kernel address leak via sampling registers
3869 - rsi: fix kernel panic observed on 64bit machine
3870 - tools/thermal: tmon: fix for segfault
3871 - selftests: Print the test we're running to /dev/kmsg
3872 - net/mlx5: Protect from command bit overflow
3873 - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
3874 - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
3875 - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
3876 - ath9k: fix crash in spectral scan
3877 - cxgb4: Setup FW queues before registering netdev
3878 - ima: Fix Kconfig to select TPM 2.0 CRB interface
3879 - ima: Fallback to the builtin hash algorithm
3880 - watchdog: aspeed: Allow configuring for alternate boot
3881 - arm: dts: socfpga: fix GIC PPI warning
3882 - ext4: don't complain about incorrect features when probing
3883 - drm/vmwgfx: Unpin the screen object backup buffer when not used
3884 - iommu/mediatek: Fix protect memory setting
3885 - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
3886 - IB/mlx5: Set the default active rate and width to QDR and 4X
3887 - zorro: Set up z->dev.dma_mask for the DMA API
3888 - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
3889 - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
3890 - dt-bindings: add device tree binding for Allwinner H6 main CCU
3891 - ACPICA: Events: add a return on failure from acpi_hw_register_read
3892 - ACPICA: Fix memory leak on unusual memory leak
3893 - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
3894 - cxgb4: Fix queue free path of ULD drivers
3895 - i2c: mv64xxx: Apply errata delay only in standard mode
3896 - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
3897 - perf top: Fix top.call-graph config option reading
3898 - perf stat: Fix core dump when flag T is used
3899 - IB/core: Honor port_num while resolving GID for IB link layer
3900 - drm/amdkfd: add missing include of mm.h
3901 - coresight: Use %px to print pcsr instead of %p
3902 - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
3903 - spi: bcm-qspi: fIX some error handling paths
3904 - net/smc: pay attention to MAX_ORDER for CQ entries
3905 - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
3906 - watchdog: dw: RMW the control register
3907 - watchdog: aspeed: Fix translation of reset mode to ctrl register
3908 - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
3909 - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
3910 - powerpc: Add missing prototype for arch_irq_work_raise()
3911 - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
3912 - f2fs: fix to clear CP_TRIMMED_FLAG
3913 - f2fs: fix to check extent cache in f2fs_drop_extent_tree
3914 - perf/core: Fix installing cgroup events on CPU
3915 - max17042: propagate of_node to power supply device
3916 - perf/core: Fix perf_output_read_group()
3917 - drm/panel: simple: Fix the bus format for the Ontat panel
3918 - hwmon: (pmbus/max8688) Accept negative page register values
3919 - hwmon: (pmbus/adm1275) Accept negative page register values
3920 - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
3921 - cdrom: do not call check_disk_change() inside cdrom_open()
3922 - efi/arm*: Only register page tables when they exist
3923 - perf/x86/intel: Fix large period handling on Broadwell CPUs
3924 - perf/x86/intel: Fix event update for auto-reload
3925 - arm64: dts: qcom: Fix SPI5 config on MSM8996
3926 - soc: qcom: wcnss_ctrl: Fix increment in NV upload
3927 - gfs2: Fix fallocate chunk size
3928 - x86/devicetree: Initialize device tree before using it
3929 - x86/devicetree: Fix device IRQ settings in DT
3930 - phy: rockchip-emmc: retry calpad busy trimming
3931 - ALSA: vmaster: Propagate slave error
3932 - phy: qcom-qmp: Fix phy pipe clock gating
3933 - drm/bridge: sii902x: Retry status read after DDI I2C
3934 - tools: hv: fix compiler warnings about major/target_fname
3935 - block: null_blk: fix 'Invalid parameters' when loading module
3936 - dmaengine: pl330: fix a race condition in case of threaded irqs
3937 - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
3938 - enic: enable rq before updating rq descriptors
3939 - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
3940 - hwrng: stm32 - add reset during probe
3941 - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
3942 - pinctrl: artpec6: dt: add missing pin group uart5nocts
3943 - vfio-ccw: fence off transport mode
3944 - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
3945 - drm: omapdrm: dss: Move initialization code from component bind to probe
3946 - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
3947 - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
3948 - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
3949 - net: stmmac: ensure that the device has released ownership before reading
3950 data
3951 - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
3952 - cpufreq: Reorder cpufreq_online() error code path
3953 - dpaa_eth: fix SG mapping
3954 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
3955 - udf: Provide saner default for invalid uid / gid
3956 - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
3957 - sh_eth: fix TSU init on SH7734/R8A7740
3958 - power: supply: ltc2941-battery-gauge: Fix temperature units
3959 - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
3960 - ARM: dts: bcm283x: Fix pin function of JTAG pins
3961 - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
3962 - audit: return on memory error to avoid null pointer dereference
3963 - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
3964 - rcu: Call touch_nmi_watchdog() while printing stall warnings
3965 - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
3966 group
3967 - dpaa_eth: fix pause capability advertisement logic
3968 - MIPS: Octeon: Fix logging messages with spurious periods after newlines
3969 - drm/rockchip: Respect page offset for PRIME mmap calls
3970 - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
3971 specified
3972 - perf test: Fix test case inet_pton to accept inlines.
3973 - perf report: Fix wrong jump arrow
3974 - perf tests: Use arch__compare_symbol_names to compare symbols
3975 - perf report: Fix memory corruption in --branch-history mode --branch-history
3976 - perf tests: Fix dwarf unwind for stripped binaries
3977 - selftests/net: fixes psock_fanout eBPF test case
3978 - netlabel: If PF_INET6, check sk_buff ip header version
3979 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
3980 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
3981 - ARM: dts: at91: tse850: use the correct compatible for the eeprom
3982 - regmap: Correct comparison in regmap_cached
3983 - i40e: Add delay after EMP reset for firmware to recover
3984 - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
3985 - ARM: dts: porter: Fix HDMI output routing
3986 - regulator: of: Add a missing 'of_node_put()' in an error handling path of
3987 'of_regulator_match()'
3988 - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
3989 - kdb: make "mdr" command repeat
3990 - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
3991 - perf tools: Add trace/beauty/generated/ into .gitignore
3992 - tools: sync up .h files with the repective arch and uapi .h files
3993 - MIPS: xilfpga: Stop generating useless dtb.o
3994 - MIPS: xilfpga: Actually include FDT in fitImage
3995 - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
3996 - fix breakage caused by d_find_alias() semantics change
3997 - Btrfs: fix error handling in btrfs_truncate()
3998 - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
3999 - arm64: export tishift functions to modules
4000 - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
4001 - PM / core: Fix direct_complete handling for devices with no callbacks
4002 - ARM: dts: sun4i: Fix incorrect clocks for displays
4003 - bnxt_en: Ignore src port field in decap filter nodes
4004 - kasan, slub: fix handling of kasan_slab_free hook
4005 - riscv/spinlock: Strengthen implementations with fences
4006 - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
4007 - rxrpc: Fix resend event time calculation
4008 - i40e: hold the RTNL lock while changing interrupt schemes
4009 - hv_netvsc: Fix the return status in RX path
4010 - firmware: fix checking for return values for fw_add_devm_name()
4011 - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
4012 - bcache: fix cached_dev->count usage for bch_cache_set_error()
4013 - bcache: stop dc->writeback_rate_update properly
4014 - ibmvnic: Fix reset return from closed state
4015 - powerpc/vas: Fix cleanup when VAS is not configured
4016 - f2fs: flush cp pack except cp pack 2 page at first
4017 - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
4018 - powerpc/mm/slice: Remove intermediate bitmap copy
4019 - powerpc/mm/slice: create header files dedicated to slices
4020 - powerpc/mm/slice: Enhance for supporting PPC32
4021 - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
4022 - ibmvnic: Allocate statistics buffers during probe
4023 - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
4024 - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
4025 - soc: renesas: r8a77970-sysc: fix power area parents
4026 - drm/vblank: Data type fixes for 64-bit vblank sequences.
4027 - selftests: Add FIB onlink tests
4028 - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
4029 powered off
4030
4031 * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
4032 - ACPICA: iasl: Add SMMUv3 device ID mapping index support
4033 - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
4034
4035 * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
4036 4.15.0-20-generic (LP: #1772467)
4037 - scsi: hpsa: disable device during shutdown
4038
4039 * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981)
4040 - i2c: xlp9xx: Add support for SMBAlert
4041
4042 * qeth: don't clobber buffer on async TX completion (LP: #1786057)
4043 - s390/qeth: don't clobber buffer on async TX completion
4044
4045 * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
4046 kernel NULL pointer dereference" message (LP: #1777338)
4047 - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
4048
4049 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
4050 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
4051
4052 * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
4053 (LP: #1787240)
4054 - i2c: xlp9xx: Fix case where SSIF read transaction completes early
4055
4056 * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
4057 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
4058 CONFIG_VMAP_STACK"
4059 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
4060 - crypto: cavium - Limit result reading attempts
4061 - crypto: cavium - Prevent division by zero
4062 - crypto: cavium - Fix statistics pending request value
4063 - crypto: cavium - Fix smp_processor_id() warnings
4064
4065 * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
4066 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
4067
4068 * nvme devices namespace assigned to the wrong controller (LP: #1789227)
4069 - nvme/multipath: Fix multipath disabled naming collisions
4070
4071 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
4072 walinuxagent.service (LP: #1739107)
4073 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
4074 walinuxagent.service
4075
4076 * hinic interfaces aren't getting predictable names (LP: #1783138)
4077 - hinic: Link the logical network device to the pci device in sysfs
4078
4079 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
4080 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
4081 - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
4082 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
4083
4084 * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
4085 - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
4086
4087 * CacheFiles: Error: Overlong wait for old active object to go away.
4088 (LP: #1776254)
4089 - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
4090 - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
4091
4092 * fscache cookie refcount updated incorrectly during fscache object allocation
4093 (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
4094 object allocation (LP: #1776277)
4095 - fscache: Fix reference overput in fscache_attach_object() error handling
4096
4097 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
4098 - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
4099 - fscache: Allow cancelled operations to be enqueued
4100 - cachefiles: Fix refcounting bug in backing-file read monitoring
4101
4102 * SMB3: Fix regression in server reconnect detection (LP: #1786110)
4103 - smb3: on reconnect set PreviousSessionId field
4104
4105 * CVE-2018-1118
4106 - vhost: fix info leak due to uninitialized memory
4107
4108 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 27 Aug 2018 16:45:36 +0200
72544dc3 4109
22df1539 4110linux (4.15.0-33.36) bionic; urgency=medium
3f81eee2 4111
22df1539 4112 * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149)
3f81eee2 4113
22df1539
KSS
4114 * RTNL assertion failure on ipvlan (LP: #1776927)
4115 - ipvlan: drop ipv6 dependency
4116 - ipvlan: use per device spinlock to protect addrs list updates
4117 - SAUCE: fix warning from "ipvlan: drop ipv6 dependency"
4118
4119 * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941)
4120 - test_bpf: flag tests that cannot be jited on s390
4121
4122 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
4123 - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type
4124 - drm/radeon: fix radeon_atpx_get_client_id()'s return type
4125 - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type
4126 - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type
4127 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
4128 - vga_switcheroo: set audio client id according to bound GPU id
4129
4130 * locking sockets broken due to missing AppArmor socket mediation patches
4131 (LP: #1780227)
4132 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
4133
4134 * Update2 for ocxl driver (LP: #1781436)
4135 - ocxl: Fix page fault handler in case of fault on dying process
4136
4137 * netns: unable to follow an interface that moves to another netns
4138 (LP: #1774225)
4139 - net: core: Expose number of link up/down transitions
4140 - dev: always advertise the new nsid when the netns iface changes
4141 - dev: advertise the new ifindex when the netns iface changes
4142
4143 * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066)
4144 - block, bfq: fix occurrences of request finish method's old name
4145 - block, bfq: remove batches of confusing ifdefs
4146 - block, bfq: add requeue-request hook
4147
4148 * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763)
4149 - ALSA: hda: add mute led support for HP ProBook 455 G5
4150
4151 * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver
4152 (LP: #1781476)
4153 - i2c: xlp9xx: Fix issue seen when updating receive length
4154 - i2c: xlp9xx: Make sure the transfer size is not more than
4155 I2C_SMBUS_BLOCK_SIZE
4156
4157 * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486)
4158 - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
4159
4160 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
4161 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
4162
4163 * Nvidia fails after switching its mode (LP: #1778658)
4164 - PCI: Restore config space on runtime resume despite being unbound
4165
4166 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
4167 - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3
4168
4169 * CVE-2018-12232
4170 - PATCH 1/1] socket: close race condition between sock_close() and
4171 sockfs_setattr()
4172
4173 * CVE-2018-10323
4174 - xfs: set format back to extents if xfs_bmap_extents_to_btree
4175
4176 * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316)
4177 - ALSA: hda/realtek - Fix the problem of two front mics on more machines
4178 - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
4179
4180 * Cephfs + fscache: unable to handle kernel NULL pointer dereference at
4181 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246)
4182 - ceph: track read contexts in ceph_file_info
4183
4184 * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte"
4185 (LP: #1779802)
4186 - Input: elantech - fix V4 report decoding for module with middle key
4187 - Input: elantech - enable middle button of touchpads on ThinkPad P52
4188
4189 * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823)
4190 - usb: xhci: dbc: Fix lockdep warning
4191 - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
4192
4193 * CVE-2018-13406
4194 - video: uvesafb: Fix integer overflow in allocation
4195
4196 * CVE-2018-10840
4197 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
4198
4199 * CVE-2018-11412
4200 - ext4: do not allow external inodes for inline data
4201
4202 * CVE-2018-10881
4203 - ext4: clear i_data in ext4_inode_info when removing inline data
4204
4205 * CVE-2018-12233
4206 - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
4207
4208 * CVE-2018-12904
4209 - kvm: nVMX: Enforce cpl=0 for VMX instructions
4210
4211 * Error parsing PCC subspaces from PCCT (LP: #1528684)
4212 - mailbox: PCC: erroneous error message when parsing ACPI PCCT
4213
4214 * CVE-2018-13094
4215 - xfs: don't call xfs_da_shrink_inode with NULL bp
4216
4217 * other users' coredumps can be read via setgid directory and killpriv bypass
4218 (LP: #1779923) // CVE-2018-13405
4219 - Fix up non-directory creation in SGID directories
4220
4221 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
4222 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
4223 'firmware_install' target
4224
4225 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
4226 (LP: #1782116)
4227 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
4228
4229 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
4230 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
4231
4232 * CVE-2018-11506
4233 - sr: pass down correctly sized SCSI sense buffer
4234
4235 * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418)
4236 - net: Fix a bug in removing queues from XPS map
4237 - net/mlx4_core: Fix error handling in mlx4_init_port_info.
4238 - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
4239 - net: sched: red: avoid hashing NULL child
4240 - net/smc: check for missing nlattrs in SMC_PNETID messages
4241 - net: test tailroom before appending to linear skb
4242 - packet: in packet_snd start writing at link layer allocation
4243 - sock_diag: fix use-after-free read in __sk_free
4244 - tcp: purge write queue in tcp_connect_init()
4245 - vmxnet3: set the DMA mask before the first DMA map operation
4246 - vmxnet3: use DMA memory barriers where required
4247 - hv_netvsc: empty current transmit aggregation if flow blocked
4248 - hv_netvsc: Use the num_online_cpus() for channel limit
4249 - hv_netvsc: avoid retry on send during shutdown
4250 - hv_netvsc: only wake transmit queue if link is up
4251 - hv_netvsc: fix error unwind handling if vmbus_open fails
4252 - hv_netvsc: cancel subchannel setup before halting device
4253 - hv_netvsc: fix race in napi poll when rescheduling
4254 - hv_netvsc: defer queue selection to VF
4255 - hv_netvsc: disable NAPI before channel close
4256 - hv_netvsc: use RCU to fix concurrent rx and queue changes
4257 - hv_netvsc: change GPAD teardown order on older versions
4258 - hv_netvsc: common detach logic
4259 - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
4260 - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
4261 - hv_netvsc: Ensure correct teardown message sequence order
4262 - hv_netvsc: Fix a network regression after ifdown/ifup
4263 - sparc: vio: use put_device() instead of kfree()
4264 - ext2: fix a block leak
4265 - s390: add assembler macros for CPU alternatives
4266 - s390: move expoline assembler macros to a header
4267 - s390/crc32-vx: use expoline for indirect branches
4268 - s390/lib: use expoline for indirect branches
4269 - s390/ftrace: use expoline for indirect branches
4270 - s390/kernel: use expoline for indirect branches
4271 - s390: move spectre sysfs attribute code
4272 - s390: extend expoline to BC instructions
4273 - s390: use expoline thunks in the BPF JIT
4274 - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
4275 - scsi: zfcp: fix infinite iteration on ERP ready list
4276 - loop: don't call into filesystem while holding lo_ctl_mutex
4277 - loop: fix LOOP_GET_STATUS lock imbalance
4278 - cfg80211: limit wiphy names to 128 bytes
4279 - hfsplus: stop workqueue when fill_super() failed
4280 - x86/kexec: Avoid double free_page() upon do_kexec_load() failure
4281 - usb: gadget: f_uac2: fix bFirstInterface in composite gadget
4282 - usb: dwc3: Undo PHY init if soft reset fails
4283 - usb: dwc3: omap: don't miss events during suspend/resume
4284 - usb: gadget: core: Fix use-after-free of usb_request
4285 - usb: gadget: fsl_udc_core: fix ep valid checks
4286 - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
4287 - usb: cdc_acm: prevent race at write to acm while system resumes
4288 - net: usbnet: fix potential deadlock on 32bit hosts
4289 - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
4290 - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume
4291 timing"
4292 - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
4293 - net/usb/qmi_wwan.c: Add USB id for lt4120 modem
4294 - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
4295 - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
4296 - ALSA: usb-audio: Add native DSD support for Luxman DA-06
4297 - usb: dwc3: Add SoftReset PHY synchonization delay
4298 - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
4299 - usb: dwc3: Makefile: fix link error on randconfig
4300 - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
4301 - usb: dwc2: Fix interval type issue
4302 - usb: dwc2: hcd: Fix host channel halt flow
4303 - usb: dwc2: host: Fix transaction errors in host mode
4304 - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
4305 - usb: gadget: ffs: Execute copy_to_user() with USER_DS set
4306 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
4307 - usb: gadget: udc: change comparison to bitshift when dealing with a mask
4308 - usb: gadget: composite: fix incorrect handling of OS desc requests
4309 - media: lgdt3306a: Fix module count mismatch on usb unplug
4310 - media: em28xx: USB bulk packet size fix
4311 - Bluetooth: btusb: Add device ID for RTL8822BE
4312 - xhci: Show what USB release number the xHC supports from protocol capablity
4313 - staging: bcm2835-audio: Release resources on module_exit()
4314 - staging: lustre: fix bug in osc_enter_cache_try
4315 - staging: fsl-dpaa2/eth: Fix incorrect casts
4316 - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr
4317 - staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
4318 - staging: lustre: lmv: correctly iput lmo_root
4319 - crypto: inside-secure - wait for the request to complete if in the backlog
4320 - crypto: atmel-aes - fix the keys zeroing on errors
4321 - crypto: ccp - don't disable interrupts while setting up debugfs
4322 - crypto: inside-secure - do not process request if no command was issued
4323 - crypto: inside-secure - fix the cache_len computation
4324 - crypto: inside-secure - fix the extra cache computation
4325 - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
4326 - crypto: inside-secure - fix the invalidation step during cra_exit
4327 - scsi: mpt3sas: fix an out of bound write
4328 - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
4329 - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
4330 - scsi: sym53c8xx_2: iterator underflow in sym_getsync()
4331 - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
4332 - scsi: qla2xxx: Avoid triggering undefined behavior in
4333 qla2x00_mbx_completion()
4334 - scsi: storvsc: Increase cmd_per_lun for higher speed devices
4335 - scsi: qedi: Fix truncation of CHAP name and secret
4336 - scsi: aacraid: fix shutdown crash when init fails
4337 - scsi: qla4xxx: skip error recovery in case of register disconnect.
4338 - scsi: qedi: Fix kernel crash during port toggle
4339 - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
4340 - scsi: sd: Keep disk read-only when re-reading partition
4341 - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
4342 - scsi: aacraid: Insure command thread is not recursively stopped
4343 - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
4344 - scsi: mvsas: fix wrong endianness of sgpio api
4345 - ASoC: hdmi-codec: Fix module unloading caused kernel crash
4346 - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
4347 - ASoC: samsung: odroid: Fix 32000 sample rate handling
4348 - ASoC: topology: create TLV data for dapm widgets
4349 - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
4350 - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
4351 - clk: Don't show the incorrect clock phase
4352 - clk: hisilicon: mark wdt_mux_p[] as const
4353 - clk: tegra: Fix pll_u rate configuration
4354 - clk: rockchip: Prevent calculating mmc phase if clock rate is zero
4355 - clk: samsung: s3c2410: Fix PLL rates
4356 - clk: samsung: exynos7: Fix PLL rates
4357 - clk: samsung: exynos5260: Fix PLL rates
4358 - clk: samsung: exynos5433: Fix PLL rates
4359 - clk: samsung: exynos5250: Fix PLL rates
4360 - clk: samsung: exynos3250: Fix PLL rates
4361 - media: dmxdev: fix error code for invalid ioctls
4362 - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
4363 - media: ov5645: add missing of_node_put() in error path
4364 - media: cx23885: Override 888 ImpactVCBe crystal frequency
4365 - media: cx23885: Set subdev host data to clk_freq pointer
4366 - media: s3c-camif: fix out-of-bounds array access
4367 - media: lgdt3306a: Fix a double kfree on i2c device remove
4368 - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
4369 - media: v4l: vsp1: Fix display stalls when requesting too many inputs
4370 - media: i2c: adv748x: fix HDMI field heights
4371 - media: vb2: Fix videobuf2 to map correct area
4372 - media: vivid: fix incorrect capabilities for radio
4373 - media: cx25821: prevent out-of-bounds read on array card
4374 - serial: xuartps: Fix out-of-bounds access through DT alias
4375 - serial: sh-sci: Fix out-of-bounds access through DT alias
4376 - serial: samsung: Fix out-of-bounds access through serial port index
4377 - serial: mxs-auart: Fix out-of-bounds access through serial port index
4378 - serial: imx: Fix out-of-bounds access through serial port index
4379 - serial: fsl_lpuart: Fix out-of-bounds access through DT alias
4380 - serial: arc_uart: Fix out-of-bounds access through DT alias
4381 - serial: 8250: Don't service RX FIFO if interrupts are disabled
4382 - serial: altera: ensure port->regshift is honored consistently
4383 - rtc: snvs: Fix usage of snvs_rtc_enable
4384 - rtc: hctosys: Ensure system time doesn't overflow time_t
4385 - rtc: rk808: fix possible race condition
4386 - rtc: m41t80: fix race conditions
4387 - rtc: tx4939: avoid unintended sign extension on a 24 bit shift
4388 - rtc: rp5c01: fix possible race condition
4389 - rtc: goldfish: Add missing MODULE_LICENSE
4390 - cxgb4: Correct ntuple mask validation for hash filters
4391 - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
4392 - net: dsa: Do not register devlink for unused ports
4393 - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
4394 - net: dsa: bcm_sf2: Fix IPv6 rule half deletion
4395 - 3c59x: convert to generic DMA API
4396 - net: ip6_gre: Request headroom in __gre6_xmit()
4397 - net: ip6_gre: Split up ip6gre_tnl_link_config()
4398 - net: ip6_gre: Split up ip6gre_tnl_change()
4399 - net: ip6_gre: Split up ip6gre_newlink()
4400 - net: ip6_gre: Split up ip6gre_changelink()
4401 - qed: LL2 flush isles when connection is closed
4402 - qed: Fix possibility of list corruption during rmmod flows
4403 - qed: Fix LL2 race during connection terminate
4404 - powerpc: Move default security feature flags
4405 - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]
4406 - staging: fsl-dpaa2/eth: Fix incorrect kfree
4407 - crypto: inside-secure - move the digest to the request context
4408 - scsi: lpfc: Fix NVME Initiator FirstBurst
4409 - serial: mvebu-uart: fix tx lost characters
4410
4411 * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846)
4412 - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
4413 - usbip: usbip_host: delete device from busid_table after rebind
4414 - usbip: usbip_host: run rebind from exit when module is removed
4415 - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
4416 - usbip: usbip_host: fix bad unlock balance during stub_probe()
4417 - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
4418 - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
4419 - ALSA: control: fix a redundant-copy issue
4420 - spi: pxa2xx: Allow 64-bit DMA
4421 - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
4422 - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
4423 - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
4424 - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
4425 - vfio: ccw: fix cleanup if cp_prefetch fails
4426 - tracing/x86/xen: Remove zero data size trace events
4427 trace_xen_mmu_flush_tlb{_all}
4428 - tee: shm: fix use-after-free via temporarily dropped reference
4429 - netfilter: nf_tables: free set name in error path
4430 - netfilter: nf_tables: can't fail after linking rule into active rule list
4431 - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
4432 - i2c: designware: fix poll-after-enable regression
4433 - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
4434 - drm: Match sysfs name in link removal to link creation
4435 - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
4436 - radix tree: fix multi-order iteration race
4437 - mm: don't allow deferred pages with NEED_PER_CPU_KM
4438 - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
4439 - s390/qdio: fix access to uninitialized qdio_q fields
4440 - s390/qdio: don't release memory in qdio_setup_irq()
4441 - s390: remove indirect branch from do_softirq_own_stack
4442 - x86/pkeys: Override pkey when moving away from PROT_EXEC
4443 - x86/pkeys: Do not special case protection key 0
4444 - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
4445 definition for mixed mode
4446 - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
4447 - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
4448 - tick/broadcast: Use for_each_cpu() specially on UP kernels
4449 - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
4450 - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
4451 - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
4452 - Btrfs: fix xattr loss after power failure
4453 - Btrfs: send, fix invalid access to commit roots due to concurrent
4454 snapshotting
4455 - btrfs: property: Set incompat flag if lzo/zstd compression is set
4456 - btrfs: fix crash when trying to resume balance without the resume flag
4457 - btrfs: Split btrfs_del_delalloc_inode into 2 functions
4458 - btrfs: Fix delalloc inodes invalidation during transaction abort
4459 - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
4460 - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
4461 - KVM: arm/arm64: Properly protect VGIC locks from IRQs
4462 - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
4463 - hwmon: (k10temp) Fix reading critical temperature register
4464 - hwmon: (k10temp) Use API function to access System Management Network
4465 - vsprintf: Replace memory barrier with static_key for random_ptr_key update
4466 - x86/amd_nb: Add support for Raven Ridge CPUs
4467 - x86/apic/x2apic: Initialize cluster ID properly
4468
4469 * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858)
4470 - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
4471 - bridge: check iface upper dev when setting master via ioctl
4472 - dccp: fix tasklet usage
4473 - ipv4: fix fnhe usage by non-cached routes
4474 - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
4475 - llc: better deal with too small mtu
4476 - net: ethernet: sun: niu set correct packet size in skb
4477 - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
4478 - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
4479 - net/mlx4_en: Verify coalescing parameters are in range
4480 - net/mlx5e: Err if asked to offload TC match on frag being first
4481 - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
4482 - net sched actions: fix refcnt leak in skbmod
4483 - net_sched: fq: take care of throttled flows before reuse
4484 - net: support compat 64-bit time in {s,g}etsockopt
4485 - net/tls: Don't recursively call push_record during tls_write_space callbacks
4486 - net/tls: Fix connection stall on partial tls record
4487 - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
4488 - qmi_wwan: do not steal interfaces from class drivers
4489 - r8169: fix powering up RTL8168h
4490 - rds: do not leak kernel memory to user land
4491 - sctp: delay the authentication for the duplicated cookie-echo chunk
4492 - sctp: fix the issue that the cookie-ack with auth can't get processed
4493 - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
4494 - sctp: remove sctp_chunk_put from fail_mark err path in
4495 sctp_ulpevent_make_rcvmsg
4496 - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
4497 - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
4498 - tcp: ignore Fast Open on repair mode
4499 - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
4500 - bonding: do not allow rlb updates to invalid mac
4501 - bonding: send learning packets for vlans on slave
4502 - net: sched: fix error path in tcf_proto_create() when modules are not
4503 configured
4504 - net/mlx5e: TX, Use correct counter in dma_map error flow
4505 - net/mlx5: Avoid cleaning flow steering table twice during error flow
4506 - hv_netvsc: set master device
4507 - ipv6: fix uninit-value in ip6_multipath_l3_keys()
4508 - net/mlx5e: Allow offloading ipv4 header re-write for icmp
4509 - nsh: fix infinite loop
4510 - udp: fix SO_BINDTODEVICE
4511 - l2tp: revert "l2tp: fix missing print session offset info"
4512 - proc: do not access cmdline nor environ from file-backed areas
4513 - net/smc: restrict non-blocking connect finish
4514 - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
4515 - net/mlx5e: DCBNL fix min inline header size for dscp
4516 - net: systemport: Correclty disambiguate driver instances
4517 - sctp: clear the new asoc's stream outcnt in sctp_stream_update
4518 - tcp: restore autocorking
4519 - tipc: fix one byte leak in tipc_sk_set_orig_addr()
4520 - hv_netvsc: Fix net device attach on older Windows hosts
4521
4522 * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499)
4523 - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
4524 - ipvs: fix rtnl_lock lockups caused by start_sync_thread
4525 - netfilter: ebtables: don't attempt to allocate 0-sized compat array
4526 - kcm: Call strp_stop before strp_done in kcm_attach
4527 - crypto: af_alg - fix possible uninit-value in alg_bind()
4528 - netlink: fix uninit-value in netlink_sendmsg
4529 - net: fix rtnh_ok()
4530 - net: initialize skb->peeked when cloning
4531 - net: fix uninit-value in __hw_addr_add_ex()
4532 - dccp: initialize ireq->ir_mark
4533 - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
4534 - soreuseport: initialise timewait reuseport field
4535 - inetpeer: fix uninit-value in inet_getpeer
4536 - memcg: fix per_node_info cleanup
4537 - perf: Remove superfluous allocation error check
4538 - tcp: fix TCP_REPAIR_QUEUE bound checking
4539 - bdi: wake up concurrent wb_shutdown() callers.
4540 - bdi: Fix oops in wb_workfn()
4541 - gpioib: do not free unrequested descriptors
4542 - gpio: fix aspeed_gpio unmask irq
4543 - gpio: fix error path in lineevent_create
4544 - rfkill: gpio: fix memory leak in probe error path
4545 - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
4546 - dm integrity: use kvfree for kvmalloc'd memory
4547 - tracing: Fix regex_match_front() to not over compare the test string
4548 - z3fold: fix reclaim lock-ups
4549 - mm: sections are not offlined during memory hotremove
4550 - mm, oom: fix concurrent munlock and oom reaper unmap, v3
4551 - ceph: fix rsize/wsize capping in ceph_direct_read_write()
4552 - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
4553 - can: hi311x: Acquire SPI lock on ->do_get_berr_counter
4554 - can: hi311x: Work around TX complete interrupt erratum
4555 - drm/vc4: Fix scaling of uni-planar formats
4556 - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
4557 - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
4558 - drm/atomic: Clean private obj old_state/new_state in
4559 drm_atomic_state_default_clear()
4560 - net: atm: Fix potential Spectre v1
4561 - atm: zatm: Fix potential Spectre v1
4562 - cpufreq: schedutil: Avoid using invalid next_freq
4563 - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
4564 - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
4565 chipsets
4566 - thermal: exynos: Reading temperature makes sense only when TMU is turned on
4567 - thermal: exynos: Propagate error value from tmu_read()
4568 - nvme: add quirk to force medium priority for SQ creation
4569 - smb3: directory sync should not return an error
4570 - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
4571 - tracing/uprobe_event: Fix strncpy corner case
4572 - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
4573 - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
4574 - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
4575 - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
4576 - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
4577 - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
4578 - bdi: Fix use after free bug in debugfs_remove()
4579 - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
4580 - drm/i915: Adjust eDP's logical vco in a reliable place.
4581 - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
4582 - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
4583
4584 * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759)
4585 - percpu: include linux/sched.h for cond_resched()
4586 - ACPI / button: make module loadable when booted in non-ACPI mode
4587 - USB: serial: option: Add support for Quectel EP06
4588 - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
4589 - ALSA: pcm: Check PCM state at xfern compat ioctl
4590 - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
4591 - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation
4592 for array index
4593 - ALSA: aloop: Mark paused device as inactive
4594 - ALSA: aloop: Add missing cable lock to ctl API callbacks
4595 - tracepoint: Do not warn on ENOMEM
4596 - scsi: target: Fix fortify_panic kernel exception
4597 - Input: leds - fix out of bound access
4598 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
4599 - rtlwifi: btcoex: Add power_on_setting routine
4600 - rtlwifi: cleanup 8723be ant_sel definition
4601 - xfs: prevent creating negative-sized file via INSERT_RANGE
4602 - RDMA/cxgb4: release hw resources on device removal
4603 - RDMA/ucma: Allow resolving address w/o specifying source address
4604 - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
4605 - RDMA/mlx5: Protect from shift operand overflow
4606 - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
4607 - IB/mlx5: Use unlimited rate when static rate is not supported
4608 - IB/hfi1: Fix handling of FECN marked multicast packet
4609 - IB/hfi1: Fix loss of BECN with AHG
4610 - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
4611 - iw_cxgb4: Atomically flush per QP HW CQEs
4612 - drm/vmwgfx: Fix a buffer object leak
4613 - drm/bridge: vga-dac: Fix edid memory leak
4614 - test_firmware: fix setting old custom fw path back on exit, second try
4615 - errseq: Always report a writeback error once
4616 - USB: serial: visor: handle potential invalid device configuration
4617 - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
4618 - USB: Accept bulk endpoints with 1024-byte maxpacket
4619 - USB: serial: option: reimplement interface masking
4620 - USB: serial: option: adding support for ublox R410M
4621 - usb: musb: host: fix potential NULL pointer dereference
4622 - usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
4623 - platform/x86: asus-wireless: Fix NULL pointer dereference
4624 - irqchip/qcom: Fix check for spurious interrupts
4625 - tracing: Fix bad use of igrab in trace_uprobe.c
4626 - [Config] CONFIG_ARM64_ERRATUM_1024718=y
4627 - arm64: Add work around for Arm Cortex-A55 Erratum 1024718
4628 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
4629 - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
4630 - btrfs: Take trans lock before access running trans in check_delayed_ref
4631 - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
4632 - xhci: Fix use-after-free in xhci_free_virt_device
4633 - platform/x86: Kconfig: Fix dell-laptop dependency chain.
4634 - KVM: x86: remove APIC Timer periodic/oneshot spikes
4635 - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
4636 - clocksource: Initialize cs->wd_list
4637 - clocksource: Consistent de-rate when marking unstable
4638
4639 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265)
4640 - ext4: set h_journal if there is a failure starting a reserved handle
4641 - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
4642 - ext4: add validity checks for bitmap block numbers
4643 - ext4: fix bitmap position validation
4644 - random: fix possible sleeping allocation from irq context
4645 - random: rate limit unseeded randomness warnings
4646 - usbip: usbip_event: fix to not print kernel pointer address
4647 - usbip: usbip_host: fix to hold parent lock for device_attach() calls
4648 - usbip: vhci_hcd: Fix usb device and sockfd leaks
4649 - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
4650 - Revert "xhci: plat: Register shutdown for xhci_plat"
4651 - USB: serial: simple: add libtransistor console
4652 - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
4653 - USB: serial: cp210x: add ID for NI USB serial console
4654 - usb: core: Add quirk for HP v222w 16GB Mini
4655 - USB: Increment wakeup count on remote wakeup.
4656 - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
4657 - virtio: add ability to iterate over vqs
4658 - virtio_console: don't tie bufs to a vq
4659 - virtio_console: free buffers after reset
4660 - virtio_console: drop custom control queue cleanup
4661 - virtio_console: move removal code
4662 - virtio_console: reset on out of memory
4663 - drm/virtio: fix vq wait_event condition
4664 - tty: Don't call panic() at tty_ldisc_init()
4665 - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
4666 - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
4667 - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
4668 - tty: Use __GFP_NOFAIL for tty_ldisc_get()
4669 - ALSA: dice: fix OUI for TC group
4670 - ALSA: dice: fix error path to destroy initialized stream data
4671 - ALSA: hda - Skip jack and others for non-existing PCM streams
4672 - ALSA: opl3: Hardening for potential Spectre v1
4673 - ALSA: asihpi: Hardening for potential Spectre v1
4674 - ALSA: hdspm: Hardening for potential Spectre v1
4675 - ALSA: rme9652: Hardening for potential Spectre v1
4676 - ALSA: control: Hardening for potential Spectre v1
4677 - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
4678 - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
4679 - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
4680 - ALSA: seq: oss: Hardening for potential Spectre v1
4681 - ALSA: hda: Hardening for potential Spectre v1
4682 - ALSA: hda/realtek - Add some fixes for ALC233
4683 - ALSA: hda/realtek - Update ALC255 depop optimize
4684 - ALSA: hda/realtek - change the location for one of two front mics
4685 - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
4686 - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
4687 - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
4688 - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
4689 - mtd: rawnand: tango: Fix struct clk memory leak
4690 - kobject: don't use WARN for registration failures
4691 - scsi: sd: Defer spinning up drive while SANITIZE is in progress
4692 - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
4693 - vfio: ccw: process ssch with interrupts disabled
4694 - ANDROID: binder: prevent transactions into own process.
4695 - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
4696 - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
4697 - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
4698 - PCI: aardvark: Fix PCIe Max Read Request Size setting
4699 - ARM: amba: Make driver_override output consistent with other buses
4700 - ARM: amba: Fix race condition with driver_override
4701 - ARM: amba: Don't read past the end of sysfs "driver_override" buffer
4702 - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
4703 - KVM: arm/arm64: Close VMID generation race
4704 - crypto: drbg - set freed buffers to NULL
4705 - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
4706 - libceph: un-backoff on tick when we have a authenticated session
4707 - libceph: reschedule a tick in finish_hunting()
4708 - libceph: validate con->state at the top of try_write()
4709 - fpga-manager: altera-ps-spi: preserve nCONFIG state
4710 - earlycon: Use a pointer table to fix __earlycon_table stride
4711 - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
4712 - drm/i915: Enable display WA#1183 from its correct spot
4713 - objtool, perf: Fix GCC 8 -Wrestrict error
4714 - tools/lib/subcmd/pager.c: do not alias select() params
4715 - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
4716 - x86/smpboot: Don't use mwait_play_dead() on AMD systems
4717 - x86/microcode/intel: Save microcode patch unconditionally
4718 - x86/microcode: Do not exit early from __reload_late()
4719 - tick/sched: Do not mess with an enqueued hrtimer
4720 - arm/arm64: KVM: Add PSCI version selection API
4721 - powerpc/eeh: Fix race with driver un/bind
4722 - serial: mvebu-uart: Fix local flags handling on termios update
4723 - block: do not use interruptible wait anywhere
4724 - ASoC: dmic: Fix clock parenting
4725 - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is
4726 set
4727 - module: Fix display of wrong module .text address
4728 - drm/edid: Reset more of the display info
4729 - drm/i915/fbdev: Enable late fbdev initial configuration
4730 - drm/i915/audio: set minimum CD clock to twice the BCLK
4731 - drm/amd/display: Fix deadlock when flushing irq
4732 - drm/amd/display: Disallow enabling CRTC without primary plane with FB
4733
4734 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) //
4735 CVE-2018-1108.
4736 - random: set up the NUMA crng instances after the CRNG is fully initialized
4737
4738 * Ryzen/Raven Ridge USB ports do not work (LP: #1756700)
4739 - xhci: Fix USB ports for Dell Inspiron 5775
4740
4741 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
4742 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
4743 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
4744
4745 * Need fix to aacraid driver to prevent panic (LP: #1770095)
4746 - scsi: aacraid: Correct hba_send to include iu_type
4747
4748 * kernel: Fix arch random implementation (LP: #1775391)
4749 - s390/archrandom: Rework arch random implementation.
4750
4751 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
4752 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
4753
4754 * Various fixes for CXL kernel module (LP: #1774471)
4755 - cxl: Remove function write_timebase_ctrl_psl9() for PSL9
4756 - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
4757 - cxl: Report the tunneled operations status
4758 - cxl: Configure PSL to not use APC virtual machines
4759 - cxl: Disable prefault_mode in Radix mode
4760
4761 * Bluetooth not working (LP: #1764645)
4762 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
4763
4764 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
4765 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
4766 - SAUCE: wcn36xx: read MAC from file or randomly generate one
4767
4768 * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029)
4769 - fscache: Fix hanging wait on page discarded by writeback
4770
4771 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 Aug 2018 14:50:38 +0200
3f81eee2 4772
4fb41d2b 4773linux (4.15.0-32.35) bionic; urgency=medium
587a1385 4774
4fb41d2b
SB
4775 [ Stefan Bader ]
4776 * CVE-2018-3620 // CVE-2018-3646
4777 - x86/Centaur: Initialize supported CPU features properly
4778 - x86/Centaur: Report correct CPU/cache topology
4779 - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
4780 - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
4781 - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
4782 - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
4783 - x86/CPU: Modify detect_extended_topology() to return result
4784 - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
4785 - x86/CPU: Move cpu local function declarations to local header
4786 - x86/CPU: Make intel_num_cpu_cores() generic
4787 - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
4788 - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
4789 detect_num_cpu_cores()
4790 - x86/CPU/AMD: Fix LLC ID bit-shift calculation
4791 - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
4792 - x86/mm: Undo double _PAGE_PSE clearing
4793 - x86/mm: Introduce "default" kernel PTE mask
4794 - x86/espfix: Document use of _PAGE_GLOBAL
4795 - x86/mm: Do not auto-massage page protections
4796 - x86/mm: Remove extra filtering in pageattr code
4797 - x86/mm: Comment _PAGE_GLOBAL mystery
4798 - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
4799 - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
4800 - x86/power/64: Fix page-table setup for temporary text mapping
4801 - x86/pti: Filter at vma->vm_page_prot population
4802 - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
4803 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
4804 - x86/speculation/l1tf: Change order of offset/type in swap entry
4805 - x86/speculation/l1tf: Protect swap entries against L1TF
4806 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
4807 - x86/speculation/l1tf: Make sure the first page is always reserved
4808 - x86/speculation/l1tf: Add sysfs reporting for l1tf
4809 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
4810 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
4811 - x86/bugs: Move the l1tf function and define pr_fmt properly
4812 - sched/smt: Update sched_smt_present at runtime
4813 - x86/smp: Provide topology_is_primary_thread()
4814 - x86/topology: Provide topology_smt_supported()
4815 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
4816 - cpu/hotplug: Split do_cpu_down()
4817 - cpu/hotplug: Provide knobs to control SMT
4818 - x86/cpu: Remove the pointless CPU printout
4819 - x86/cpu/AMD: Remove the pointless detect_ht() call
4820 - x86/cpu/common: Provide detect_ht_early()
4821 - x86/cpu/topology: Provide detect_extended_topology_early()
4822 - x86/cpu/intel: Evaluate smp_num_siblings early
4823 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
4824 - x86/cpu/AMD: Evaluate smp_num_siblings early
4825 - x86/apic: Ignore secondary threads if nosmt=force
4826 - x86/speculation/l1tf: Extend 64bit swap file size limit
4827 - x86/cpufeatures: Add detection of L1D cache flush support.
4828 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
4829 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
4830 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
4831 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
4832 - cpu/hotplug: Boot HT siblings at least once
4833 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
4834 - x86/KVM/VMX: Add module argument for L1TF mitigation
4835 - x86/KVM/VMX: Add L1D flush algorithm
4836 - x86/KVM/VMX: Add L1D MSR based flush
4837 - x86/KVM/VMX: Add L1D flush logic
4838 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
4839 - x86/KVM/VMX: Add find_msr() helper function
4840 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
4841 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
4842 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
4843 - cpu/hotplug: Online siblings when SMT control is turned on
4844 - x86/litf: Introduce vmx status variable
4845 - x86/kvm: Drop L1TF MSR list approach
4846 - x86/l1tf: Handle EPT disabled state proper
4847 - x86/kvm: Move l1tf setup function
4848 - x86/kvm: Add static key for flush always
4849 - x86/kvm: Serialize L1D flush parameter setter
4850 - x86/kvm: Allow runtime control of L1D flush
4851 - cpu/hotplug: Expose SMT control init function
4852 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
4853 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
4854 - Documentation: Add section about CPU vulnerabilities
4855 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
4856 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
4857 - Documentation/l1tf: Fix typos
4858 - cpu/hotplug: detect SMT disabled by BIOS
4859 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
4860 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
4861 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
4862 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
4863 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
4864 - x86: Don't include linux/irq.h from asm/hardirq.h
4865 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
4866 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
4867 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
4868 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
4869 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
4870 - KVM: x86: Add a framework for supporting MSR-based features
4871 - KVM: X86: Introduce kvm_get_msr_feature()
4872 - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
4873 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
4874 - cpu/hotplug: Fix SMT supported evaluation
4875 - x86/speculation/l1tf: Invert all not present mappings
4876 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
4877 - x86/mm/pat: Make set_memory_np() L1TF safe
4878 - cpu: Fix per-cpu regression on ARM64
587a1385 4879
4fb41d2b
SB
4880 * CVE-2018-5391
4881 - Revert "net: increase fragment memory usage limits"
4882
4883 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 10 Aug 2018 14:22:53 -0300
587a1385 4884
8eab2f52 4885linux (4.15.0-30.32) bionic; urgency=medium
8a467970 4886
8eab2f52
SB
4887 * CVE-2018-5390
4888 - tcp: free batches of packets in tcp_prune_ofo_queue()
4889 - tcp: avoid collapses in tcp_prune_queue() if possible
4890 - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
4891 - tcp: call tcp_drop() from tcp_data_queue_ofo()
4892 - tcp: add tcp_ooo_try_coalesce() helper
8a467970
SB
4893
4894 -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Jul 2018 17:20:29 +0200
4895
2fb72160
SB
4896linux (4.15.0-29.31) bionic; urgency=medium
4897
4898 * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173)
4899
4900 * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler
4901 (LP: #1777716)
4902 - ipmi_ssif: Fix kernel panic at msg_done_handler
4903
4904 * Update to ocxl driver for 18.04.1 (LP: #1775786)
4905 - misc: ocxl: use put_device() instead of device_unregister()
4906 - powerpc: Add TIDR CPU feature for POWER9
4907 - powerpc: Use TIDR CPU feature to control TIDR allocation
4908 - powerpc: use task_pid_nr() for TID allocation
4909 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
4910 - ocxl: Expose the thread_id needed for wait on POWER9
4911 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
4912 - ocxl: Document new OCXL IOCTLs
4913 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
4914
4915 * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after
4916 suspend (LP: #1776887)
4917 - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL
4918
4919 * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194)
4920 - powerpc: use NMI IPI for smp_send_stop
4921 - powerpc: Fix smp_send_stop NMI IPI handling
4922
4923 * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on
4924 CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964)
4925 - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
4926
4927 * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383:
4928 comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709)
4929 - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm
4930 stress-ng: Corrupt inode bitmap"
4931 - SAUCE: ext4: check for allocation block validity with block group locked
e2093b79
SB
4932
4933 -- Stefan Bader <stefan.bader@canonical.com> Tue, 17 Jul 2018 10:57:50 +0200
4934
a56b5ffc 4935linux (4.15.0-28.30) bionic; urgency=medium
fbe599c1 4936
a56b5ffc 4937 * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433)
fbe599c1 4938
a56b5ffc
KM
4939 * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413)
4940 - xen-netfront: Fix mismatched rtnl_unlock
4941 - xen-netfront: Update features after registering netdev
4942
4943 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 Jul 2018 09:47:07 -0700
fbe599c1 4944
4ba82c2d 4945linux (4.15.0-27.29) bionic; urgency=medium
995d9218 4946
4ba82c2d 4947 * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062)
995d9218 4948
4ba82c2d
KE
4949 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
4950 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
4951 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
4952 bitmap
4953
4954 -- Khalid Elmously <khalid.elmously@canonical.com> Tue, 10 Jul 2018 19:05:00 -0400
995d9218 4955
0f736e86 4956linux (4.15.0-26.28) bionic; urgency=medium
9ea2db71 4957
0f736e86
SB
4958 * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112)
4959
4960 * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud-
4961 init causes potentially huge boot delays with 4.15 kernels (LP: #1780062)
4962 - random: Make getrandom() ready earlier
9ea2db71
SB
4963
4964 -- Stefan Bader <stefan.bader@canonical.com> Wed, 04 Jul 2018 17:52:52 +0200
4965
1de0dc5c 4966linux (4.15.0-25.27) bionic; urgency=medium
345de74b 4967
1de0dc5c 4968 * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354)
345de74b 4969
1de0dc5c
KE
4970 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
4971 - scsi: hisi_sas: Update a couple of register settings for v3 hw
4972
4973 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
4974 - scsi: hisi_sas: Add missing PHY spinlock init
4975
4976 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
4977 (LP: #1777727)
4978 - scsi: hisi_sas: use dma_zalloc_coherent()
4979 - scsi: hisi_sas: Use dmam_alloc_coherent()
4980 - scsi: hisi_sas: Pre-allocate slot DMA buffers
4981
4982 * hisi_sas: Failures during host reset (LP: #1777696)
4983 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
4984 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
4985 - scsi: hisi_sas: Adjust task reject period during host reset
4986 - scsi: hisi_sas: Add a flag to filter PHY events during reset
4987 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
4988
4989 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
4990 (LP: #1776750)
4991 - scsi: hisi_sas: make SAS address of SATA disks unique
4992
4993 * Vcs-Git header on bionic linux source package points to zesty git tree
4994 (LP: #1766055)
4995 - [Packaging]: Update Vcs-Git
4996
4997 * large KVM instances run out of IRQ routes (LP: #1778261)
4998 - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86
4999
5000 -- Khalid Elmously <khalid.elmously@canonical.com> Sun, 01 Jul 2018 23:10:18 +0000
345de74b 5001
084f3ff4 5002linux (4.15.0-24.26) bionic; urgency=medium
ba9944e9 5003
084f3ff4 5004 * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338)
ba9944e9 5005
084f3ff4
KSS
5006 * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483)
5007 - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
5008 - i40e: Fix attach VF to VM issue
5009 - tpm: cmd_ready command can be issued only after granting locality
5010 - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
5011 - tpm: add retry logic
5012 - Revert "ath10k: send (re)assoc peer command when NSS changed"
5013 - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
5014 bond_enslave
5015 - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
5016 - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
5017 - KEYS: DNS: limit the length of option strings
5018 - l2tp: check sockaddr length in pppol2tp_connect()
5019 - net: validate attribute sizes in neigh_dump_table()
5020 - llc: delete timers synchronously in llc_sk_free()
5021 - tcp: don't read out-of-bounds opsize
5022 - net: af_packet: fix race in PACKET_{R|T}X_RING
5023 - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
5024 - net: fix deadlock while clearing neighbor proxy table
5025 - team: avoid adding twice the same option to the event list
5026 - net/smc: fix shutdown in state SMC_LISTEN
5027 - team: fix netconsole setup over team
5028 - packet: fix bitfield update race
5029 - tipc: add policy for TIPC_NLA_NET_ADDR
5030 - pppoe: check sockaddr length in pppoe_connect()
5031 - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
5032 - amd-xgbe: Add pre/post auto-negotiation phy hooks
5033 - sctp: do not check port in sctp_inet6_cmp_addr
5034 - amd-xgbe: Improve KR auto-negotiation and training
5035 - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
5036 - amd-xgbe: Only use the SFP supported transceiver signals
5037 - strparser: Fix incorrect strp->need_bytes value.
5038 - net: sched: ife: signal not finding metaid
5039 - tcp: clear tp->packets_out when purging write queue
5040 - net: sched: ife: handle malformed tlv length
5041 - net: sched: ife: check on metadata length
5042 - llc: hold llc_sap before release_sock()
5043 - llc: fix NULL pointer deref for SOCK_ZAPPED
5044 - net: ethernet: ti: cpsw: fix tx vlan priority mapping
5045 - virtio_net: split out ctrl buffer
5046 - virtio_net: fix adding vids on big-endian
5047 - KVM: s390: force bp isolation for VSIE
5048 - s390: correct module section names for expoline code revert
5049 - microblaze: Setup dependencies for ASM optimized lib functions
5050 - commoncap: Handle memory allocation failure.
5051 - scsi: mptsas: Disable WRITE SAME
5052 - cdrom: information leak in cdrom_ioctl_media_changed()
5053 - m68k/mac: Don't remap SWIM MMIO region
5054 - block/swim: Check drive type
5055 - block/swim: Don't log an error message for an invalid ioctl
5056 - block/swim: Remove extra put_disk() call from error path
5057 - block/swim: Rename macros to avoid inconsistent inverted logic
5058 - block/swim: Select appropriate drive on device open
5059 - block/swim: Fix array bounds check
5060 - block/swim: Fix IO error at end of medium
5061 - tracing: Fix missing tab for hwlat_detector print format
5062 - s390/cio: update chpid descriptor after resource accessibility event
5063 - s390/dasd: fix IO error for newly defined devices
5064 - s390/uprobes: implement arch_uretprobe_is_alive()
5065 - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
5066 - docs: ip-sysctl.txt: fix name of some ipv6 variables
5067 - net: mvpp2: Fix DMA address mask size
5068 - net: stmmac: Disable ACS Feature for GMAC >= 4
5069 - l2tp: hold reference on tunnels in netlink dumps
5070 - l2tp: hold reference on tunnels printed in pppol2tp proc file
5071 - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
5072 - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
5073 - s390/qeth: fix error handling in adapter command callbacks
5074 - s390/qeth: avoid control IO completion stalls
5075 - s390/qeth: handle failure on workqueue creation
5076 - bnxt_en: Fix memory fault in bnxt_ethtool_init()
5077 - virtio-net: add missing virtqueue kick when flushing packets
5078 - VSOCK: make af_vsock.ko removable again
5079 - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
5080 - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
5081 - s390/cpum_cf: rename IBM z13/z14 counter names
5082 - kprobes: Fix random address output of blacklist file
5083 - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
5084
5085 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
5086 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
5087
5088 * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360
5089 (LP: #1775217)
5090 - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
5091
5092 * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378)
5093 - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary
5094 - PCI: hv: Remove the bogus test in hv_eject_device_work()
5095 - PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
5096
5097 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
5098 - fs/binfmt_misc.c: do not allow offset overflow
5099
5100 * CVE-2018-11508
5101 - compat: fix 4-byte infoleak via uninitialized struct field
5102
5103 * Network installs fail on SocioNext board (LP: #1775884)
5104 - net: netsec: reduce DMA mask to 40 bits
5105 - net: socionext: reset hardware in ndo_stop
5106 - net: netsec: enable tx-irq during open callback
5107
5108 * r8169 ethernet card don't work after returning from suspension
5109 (LP: #1752772)
5110 - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
5111 - r8169: switch to device-managed functions in probe
5112 - r8169: remove netif_napi_del in probe error path
5113 - r8169: remove some WOL-related dead code
5114 - r8169: disable WOL per default
5115 - r8169: improve interrupt handling
5116 - r8169: fix interrupt number after adding support for MSI-X interrupts
5117
5118 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
5119 after hotplug CPU add operation. (LP: #1759723)
5120 - genirq/affinity: assign vectors to all possible CPUs
5121 - genirq/affinity: Don't return with empty affinity masks on error
5122 - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
5123 - genirq/affinity: Move actual irq vector spreading into a helper function
5124 - genirq/affinity: Allow irq spreading from a given starting point
5125 - genirq/affinity: Spread irq vectors among present CPUs as far as possible
5126 - blk-mq: simplify queue mapping & schedule with each possisble CPU
5127 - blk-mq: make sure hctx->next_cpu is set correctly
5128 - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
5129 - blk-mq: make sure that correct hctx->next_cpu is set
5130 - blk-mq: avoid to write intermediate result to hctx->next_cpu
5131 - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
5132 - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
5133 - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
5134 - scsi: hpsa: fix selection of reply queue
5135 - scsi: megaraid_sas: fix selection of reply queue
5136 - scsi: core: introduce force_blk_mq
5137 - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
5138 - scsi: virtio_scsi: unify scsi_host_template
5139
5140 * Fix several bugs in RDMA/hns driver (LP: #1770974)
5141 - RDMA/hns: Use structs to describe the uABI instead of opencoding
5142 - RDMA/hns: Remove unnecessary platform_get_resource() error check
5143 - RDMA/hns: Remove unnecessary operator
5144 - RDMA/hns: Add names to function arguments in function pointers
5145 - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
5146 - RDMA/hns: Fix a bug with modifying mac address
5147 - RDMA/hns: Use free_pages function instead of free_page
5148 - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
5149 - RDMA/hns: Bugfix for init hem table
5150 - RDMA/hns: Intercept illegal RDMA operation when use inline data
5151 - RDMA/hns: Fix the qp context state diagram
5152 - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set
5153 - RDMA/hns: Remove some unnecessary attr_mask judgement
5154 - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set
5155 - RDMA/hns: Adjust the order of cleanup hem table
5156 - RDMA/hns: Update assignment method for owner field of send wqe
5157 - RDMA/hns: Submit bad wr
5158 - RDMA/hns: Fix a couple misspellings
5159 - RDMA/hns: Add rq inline flags judgement
5160 - RDMA/hns: Bugfix for rq record db for kernel
5161 - RDMA/hns: Load the RoCE dirver automatically
5162 - RDMA/hns: Update convert function of endian format
5163 - RDMA/hns: Add return operation when configured global param fail
5164 - RDMA/hns: Not support qp transition from reset to reset for hip06
5165 - RDMA/hns: Fix the bug with rq sge
5166 - RDMA/hns: Set desc_dma_addr for zero when free cmq desc
5167 - RDMA/hns: Enable inner_pa_vld filed of mpt
5168 - RDMA/hns: Set NULL for __internal_mr
5169 - RDMA/hns: Fix the bug with NULL pointer
5170 - RDMA/hns: Bugfix for cq record db for kernel
5171 - RDMA/hns: Move the location for initializing tmp_len
5172 - RDMA/hns: Drop local zgid in favor of core defined variable
5173 - RDMA/hns: Add 64KB page size support for hip08
5174 - RDMA/hns: Rename the idx field of db
5175 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
5176 - RDMA/hns: Increase checking CMQ status timeout value
5177 - RDMA/hns: Add reset process for RoCE in hip08
5178 - RDMA/hns: Fix the illegal memory operation when cross page
5179 - RDMA/hns: Implement the disassociate_ucontext API
5180
5181 * powerpc/livepatch: Implement reliable stack tracing for the consistency
5182 model (LP: #1771844)
5183 - powerpc/livepatch: Implement reliable stack tracing for the consistency
5184 model
5185
5186 * vmxnet3: update to latest ToT (LP: #1768143)
5187 - vmxnet3: avoid xmit reset due to a race in vmxnet3
5188 - vmxnet3: use correct flag to indicate LRO feature
5189 - vmxnet3: fix incorrect dereference when rxvlan is disabled
5190
5191 * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec
5192 supported) (LP: #1773162)
5193 - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel
5194 entry/exit"
5195 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
5196
5197 * Decode ARM CPER records in kernel (LP: #1770244)
5198 - [Config] CONFIG_UEFI_CPER_ARM=y
5199 - efi: Move ARM CPER code to new file
5200 - efi: Parse ARM error information value
5201
5202 * Adding back alx WoL feature (LP: #1772610)
5203 - SAUCE: Revert "alx: remove WoL support"
5204 - SAUCE: alx: add enable_wol paramenter
5205
5206 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
5207 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
5208 - scsi: lpfc: Fix 16gb hbas failing cq create.
5209
5210 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
5211 idle states when all CORES are guarded (LP: #1771780)
5212 - SAUCE: cpuidle/powernv : init all present cpus for deep states
5213
5214 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
5215 - net-next/hinic: add pci device ids for 25ge and 100ge card
5216
5217 * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia
5218 driver on bare metal (LP: #1772991)
5219 - powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
5220 - powerpc/powernv/mce: Don't silently restart the machine
5221 - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
5222 - powerpc/mm: Flush cache on memory hot(un)plug
5223 - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
5224 - powerpc/powernv/npu: Add lock to prevent race in concurrent context
5225 init/destroy
5226 - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback
5227 parameters
5228 - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large
5229 address range
5230 - powerpc/mce: Fix a bug where mce loops on memory UE.
5231
5232 * cpum_sf: ensure sample freq is non-zero (LP: #1772593)
5233 - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
5234
5235 * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243)
5236 - PCI: Add decoding for 16 GT/s link speed
5237
5238 * False positive ACPI _PRS error messages (LP: #1773295)
5239 - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
5240
5241 * Dell systems crash when disabling Nvidia dGPU (LP: #1773299)
5242 - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3
5243
5244 * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
5245 (LP: #1720930)
5246 - iwlwifi: mvm: fix "failed to remove key" message
5247
5248 * Expose arm64 CPU topology to userspace (LP: #1770231)
5249 - ACPICA: ACPI 6.2: Additional PPTT flags
5250 - drivers: base: cacheinfo: move cache_setup_of_node()
5251 - drivers: base: cacheinfo: setup DT cache properties early
5252 - cacheinfo: rename of_node to fw_token
5253 - arm64/acpi: Create arch specific cpu to acpi id helper
5254 - ACPI/PPTT: Add Processor Properties Topology Table parsing
5255 - [Config] CONFIG_ACPI_PPTT=y
5256 - ACPI: Enable PPTT support on ARM64
5257 - drivers: base cacheinfo: Add support for ACPI based firmware tables
5258 - arm64: Add support for ACPI based firmware tables
5259 - arm64: topology: rename cluster_id
5260 - arm64: topology: enable ACPI/PPTT based CPU topology
5261 - ACPI: Add PPTT to injectable table list
5262 - arm64: topology: divorce MC scheduling domain from core_siblings
5263
5264 * hisi_sas robustness fixes (LP: #1774466)
5265 - scsi: hisi_sas: delete timer when removing hisi_sas driver
5266 - scsi: hisi_sas: print device id for errors
5267 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
5268 - scsi: hisi_sas: check host frozen before calling "done" function
5269 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
5270 - scsi: hisi_sas: stop controller timer for reset
5271 - scsi: hisi_sas: update PHY linkrate after a controller reset
5272 - scsi: hisi_sas: change slot index allocation mode
5273 - scsi: hisi_sas: Change common allocation mode of device id
5274 - scsi: hisi_sas: Reset disks when discovered
5275 - scsi: hisi_sas: Create a scsi_host_template per HW module
5276 - scsi: hisi_sas: Init disks after controller reset
5277 - scsi: hisi_sas: Try wait commands before before controller reset
5278 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
5279 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
5280 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
5281 - scsi: hisi_sas: Fix return value when get_free_slot() failed
5282 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
5283
5284 * hisi_sas: Support newer v3 hardware (LP: #1774467)
5285 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
5286 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
5287 - scsi: hisi_sas: fix PI memory size
5288 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
5289 - scsi: hisi_sas: remove redundant handling to event95 for v3
5290 - scsi: hisi_sas: add readl poll timeout helper wrappers
5291 - scsi: hisi_sas: workaround a v3 hw hilink bug
5292 - scsi: hisi_sas: Add LED feature for v3 hw
5293
5294 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
5295 - scsi: hisi_sas: initialize dq spinlock before use
5296 - scsi: hisi_sas: optimise the usage of DQ locking
5297 - scsi: hisi_sas: relocate smp sg map
5298 - scsi: hisi_sas: make return type of prep functions void
5299 - scsi: hisi_sas: allocate slot buffer earlier
5300 - scsi: hisi_sas: Don't lock DQ for complete task sending
5301 - scsi: hisi_sas: Use device lock to protect slot alloc/free
5302 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
5303 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
5304
5305 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
5306 version (LP: #1768431)
5307 - scsi: cxlflash: Handle spurious interrupts
5308 - scsi: cxlflash: Remove commmands from pending list on timeout
5309 - scsi: cxlflash: Synchronize reset and remove ops
5310 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
5311
5312 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
5313 - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
5314 available."
5315
5316 * ELANPAD ELAN0612 does not work, patch available (LP: #1773509)
5317 - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
5318
5319 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
5320 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
5321
5322 * hns3 driver updates (LP: #1768670)
5323 - net: hns3: VF should get the real rss_size instead of rss_size_max
5324 - net: hns3: set the cmdq out_vld bit to 0 after used
5325 - net: hns3: fix endian issue when PF get mbx message flag
5326 - net: hns3: fix the queue id for tqp enable&&reset
5327 - net: hns3: set the max ring num when alloc netdev
5328 - net: hns3: add support for VF driver inner interface
5329 hclgevf_ops.get_tqps_and_rss_info
5330 - net: hns3: refactor the hclge_get/set_rss function
5331 - net: hns3: refactor the hclge_get/set_rss_tuple function
5332 - net: hns3: fix for RSS configuration loss problem during reset
5333 - net: hns3: fix for pause configuration lost during reset
5334 - net: hns3: fix for use-after-free when setting ring parameter
5335 - net: hns3: refactor the get/put_vector function
5336 - net: hns3: fix for coalesce configuration lost during reset
5337 - net: hns3: refactor the coalesce related struct
5338 - net: hns3: fix for coal configuation lost when setting the channel
5339 - net: hns3: add existence check when remove old uc mac address
5340 - net: hns3: fix for netdev not running problem after calling net_stop and
5341 net_open
5342 - net: hns3: fix for ipv6 address loss problem after setting channels
5343 - net: hns3: unify the pause params setup function
5344 - net: hns3: fix rx path skb->truesize reporting bug
5345 - net: hns3: add support for querying pfc puase packets statistic
5346 - net: hns3: fix for loopback failure when vlan filter is enable
5347 - net: hns3: fix for buffer overflow smatch warning
5348 - net: hns3: fix error type definition of return value
5349 - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
5350 - net: hns3: add existence checking before adding unicast mac address
5351 - net: hns3: add result checking for VF when modify unicast mac address
5352 - net: hns3: reallocate tx/rx buffer after changing mtu
5353 - net: hns3: fix the VF queue reset flow error
5354 - net: hns3: fix for vlan table lost problem when resetting
5355 - net: hns3: increase the max time for IMP handle command
5356 - net: hns3: change GL update rate
5357 - net: hns3: change the time interval of int_gl calculating
5358 - net: hns3: fix for getting wrong link mode problem
5359 - net: hns3: add get_link support to VF
5360 - net: hns3: add querying speed and duplex support to VF
5361 - net: hns3: fix for not returning problem in get_link_ksettings when phy
5362 exists
5363 - net: hns3: Changes to make enet watchdog timeout func common for PF/VF
5364 - net: hns3: Add VF Reset Service Task to support event handling
5365 - net: hns3: Add VF Reset device state and its handling
5366 - net: hns3: Add support to request VF Reset to PF
5367 - net: hns3: Add support to reset the enet/ring mgmt layer
5368 - net: hns3: Add support to re-initialize the hclge device
5369 - net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
5370 - net: hns3: Add *Asserting Reset* mailbox message & handling in VF
5371 - net: hns3: Changes required in PF mailbox to support VF reset
5372 - net: hns3: hclge_inform_reset_assert_to_vf() can be static
5373 - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
5374 - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
5375 - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
5376 - net: hns3: fix for not initializing VF rss_hash_key problem
5377 - net: hns3: never send command queue message to IMP when reset
5378 - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
5379 - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
5380 - net: hns3: Remove error log when getting pfc stats fails
5381 - net: hns3: fix to correctly fetch l4 protocol outer header
5382 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
5383 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
5384 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
5385 - net: hns3: Fix to support autoneg only for port attached with phy
5386 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
5387 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
5388 - net: hns3: Remove packet statistics in the range of 8192~12287
5389 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
5390 - net: hns3: Fix for setting mac address when resetting
5391 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
5392 - net: hns3: fix for cleaning ring problem
5393 - net: hns3: refactor the loopback related function
5394 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
5395 - net: hns3: Fix for the null pointer problem occurring when initializing
5396 ae_dev failed
5397 - net: hns3: Add a check for client instance init state
5398 - net: hns3: Change return type of hnae3_register_ae_dev
5399 - net: hns3: Change return type of hnae3_register_ae_algo
5400 - net: hns3: Change return value in hnae3_register_client
5401 - net: hns3: Fixes the back pressure setting when sriov is enabled
5402 - net: hns3: Fix for fiber link up problem
5403 - net: hns3: Add support of .sriov_configure in HNS3 driver
5404 - net: hns3: Fixes the missing PCI iounmap for various legs
5405 - net: hns3: Fixes error reported by Kbuild and internal review
5406 - net: hns3: Fixes API to fetch ethernet header length with kernel default
5407 - net: hns3: cleanup of return values in hclge_init_client_instance()
5408 - net: hns3: Fix the missing client list node initialization
5409 - net: hns3: Fix for hns3 module is loaded multiple times problem
5410 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
5411 - net: hns3: Fix for netdev not running problem after calling net_stop and
5412 net_open
5413 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
5414 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
5415 - net: hns3: Updates RX packet info fetch in case of multi BD
5416 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
5417 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
5418 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
5419 - net: hns3: Fix for PF mailbox receving unknown message
5420 - net: hns3: Fixes the state to indicate client-type initialization
5421 - net: hns3: Fixes the init of the VALID BD info in the descriptor
5422 - net: hns3: Removes unnecessary check when clearing TX/RX rings
5423 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
5424 - net: hns3: Remove unused led control code
5425 - net: hns3: Adds support for led locate command for copper port
5426 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
5427 - net: hns3: Disable vf vlan filter when vf vlan table is full
5428 - net: hns3: Add support for IFF_ALLMULTI flag
5429 - net: hns3: Add repeat address checking for setting mac address
5430 - net: hns3: Fix setting mac address error
5431 - net: hns3: Fix for service_task not running problem after resetting
5432 - net: hns3: Fix for hclge_reset running repeatly problem
5433 - net: hns3: Fix for phy not link up problem after resetting
5434 - net: hns3: Add missing break in misc_irq_handle
5435 - net: hns3: Fix for vxlan tx checksum bug
5436 - net: hns3: Optimize the PF's process of updating multicast MAC
5437 - net: hns3: Optimize the VF's process of updating multicast MAC
5438 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
5439 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
5440 VLD bit and buffer size
5441 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
5442 hclge_bind_ring_with_vector
5443 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
5444 uninit_client_instance
5445 - SAUCE: {topost} net: hns3: add vector status check before free vector
5446 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
5447 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
5448 - SAUCE: {topost} net: hns3: extraction an interface for state state
5449 init|uninit
5450 - SAUCE: {topost} net: hns3: print the ret value in error information
5451 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
5452 hns3_client_uninit
5453 - SAUCE: {topost} net: hns3: add unlikely for error check
5454 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
5455 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
5456 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
5457 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
5458 - SAUCE: {topost} net: hns3: remove some redundant assignments
5459 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
5460 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
5461 hclge_cmd_send
5462 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
5463 - SAUCE: {topost} net: hns3: remove some unused members of some structures
5464 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
5465 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
5466 kzalloc/dma_map_single
5467 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
5468 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
5469 - SAUCE: {topost} net: hns3: remove some redundant assignments
5470 - SAUCE: {topost} net: hns3: standardize the handle of return value
5471 - SAUCE: {topost} net: hns3: remove extra space and brackets
5472 - SAUCE: {topost} net: hns3: fix unreasonable code comments
5473 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
5474 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
5475 - SAUCE: {topost} net: hns3: fix mislead parameter name
5476 - SAUCE: {topost} net: hns3: remove unused struct member and definition
5477 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
5478 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
5479 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
5480 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
5481 status change
5482 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
5483 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
5484 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
5485 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
5486 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
5487 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
5488 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
5489 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
5490 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
5491 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
5492 function
5493 - SAUCE: {topost} net: hns3: prevent sending command during global or core
5494 reset
5495 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
5496 register
5497 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
5498 - SAUCE: {topost} net: hns3: prevent to request reset frequently
5499 - SAUCE: {topost} net: hns3: correct reset event status register
5500 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
5501 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
5502 - SAUCE: {topost} net: hns3: fix return value error in
5503 hns3_reset_notify_down_enet
5504 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
5505 while resetting
5506 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
5507 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
5508 hclge_get_ring_chain_from_mbx
5509 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
5510 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
5511 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
5512 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
5513
5514 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
5515 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
5516
5517 * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063)
5518 - cifs: do not allow creating sockets except with SMB1 posix exensions
5519 - btrfs: fix unaligned access in readdir
5520 - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
5521 - clocksource/imx-tpm: Correct -ETIME return condition check
5522 - x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
5523 - drm/vc4: Fix memory leak during BO teardown
5524 - drm/i915/gvt: throw error on unhandled vfio ioctls
5525 - drm/i915/audio: Fix audio detection issue on GLK
5526 - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
5527 - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
5528 - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing
5529 - usb: musb: fix enumeration after resume
5530 - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
5531 - usb: musb: Fix external abort in musb_remove on omap2430
5532 - firewire-ohci: work around oversized DMA reads on JMicron controllers
5533 - x86/tsc: Allow TSC calibration without PIT
5534 - NFSv4: always set NFS_LOCK_LOST when a lock is lost.
5535 - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
5536 - ALSA: hda - Use IS_REACHABLE() for dependency on input
5537 - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
5538 - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
5539 - RDMA/core: Clarify rdma_ah_find_type
5540 - KVM: PPC: Book3S HV: Enable migration of decrementer register
5541 - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
5542 - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into
5543 account
5544 - KVM: s390: use created_vcpus in more places
5545 - platform/x86: dell-laptop: Filter out spurious keyboard backlight change
5546 events
5547 - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
5548 - selftest: ftrace: Fix to pick text symbols for kprobes
5549 - PCI: Add function 1 DMA alias quirk for Marvell 9128
5550 - Input: psmouse - fix Synaptics detection when protocol is disabled
5551 - libbpf: Makefile set specified permission mode
5552 - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes
5553 - i40iw: Free IEQ resources
5554 - i40iw: Zero-out consumer key on allocate stag for FMR
5555 - perf unwind: Do not look just at the global callchain_param.record_mode
5556 - tools lib traceevent: Simplify pointer print logic and fix %pF
5557 - perf callchain: Fix attr.sample_max_stack setting
5558 - tools lib traceevent: Fix get_field_str() for dynamic strings
5559 - perf record: Fix failed memory allocation for get_cpuid_str
5560 - iommu/exynos: Don't unconditionally steal bus ops
5561 - powerpc: System reset avoid interleaving oops using die synchronisation
5562 - iommu/vt-d: Use domain instead of cache fetching
5563 - dm thin: fix documentation relative to low water mark threshold
5564 - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
5565 - ubifs: Fix uninitialized variable in search_dh_cookie()
5566 - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
5567 - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
5568 - spi: a3700: Clear DATA_OUT when performing a read
5569 - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
5570 - nfs: Do not convert nfs_idmap_cache_timeout to jiffies
5571 - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
5572 - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
5573 - watchdog: sp5100_tco: Fix watchdog disable bit
5574 - kconfig: Don't leak main menus during parsing
5575 - kconfig: Fix automatic menu creation mem leak
5576 - kconfig: Fix expr_free() E_NOT leak
5577 - ipmi/powernv: Fix error return code in ipmi_powernv_probe()
5578 - Btrfs: set plug for fsync
5579 - btrfs: Fix out of bounds access in btrfs_search_slot
5580 - Btrfs: fix scrub to repair raid6 corruption
5581 - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
5582 - Btrfs: fix unexpected EEXIST from btrfs_get_extent
5583 - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
5584 - RDMA/cma: Check existence of netdevice during port validation
5585 - f2fs: avoid hungtask when GC encrypted block if io_bits is set
5586 - scsi: devinfo: fix format of the device list
5587 - scsi: fas216: fix sense buffer initialization
5588 - Input: stmfts - set IRQ_NOAUTOEN to the irq flag
5589 - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()
5590 - nfp: fix error return code in nfp_pci_probe()
5591 - block: Set BIO_TRACE_COMPLETION on new bio during split
5592 - bpf: test_maps: cleanup sockmaps when test ends
5593 - i40evf: Don't schedule reset_task when device is being removed
5594 - i40evf: ignore link up if not running
5595 - platform/x86: thinkpad_acpi: suppress warning about palm detection
5596 - KVM: s390: vsie: use READ_ONCE to access some SCB fields
5597 - blk-mq-debugfs: don't allow write on attributes with seq_operations set
5598 - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
5599 - igb: Allow to remove administratively set MAC on VFs
5600 - igb: Clear TXSTMP when ptp_tx_work() is timeout
5601 - fm10k: fix "failed to kill vid" message for VF
5602 - x86/hyperv: Stop suppressing X86_FEATURE_PCID
5603 - tty: serial: exar: Relocate sleep wake-up handling
5604 - device property: Define type of PROPERTY_ENRTY_*() macros
5605 - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
5606 - RDMA/uverbs: Use an unambiguous errno for method not supported
5607 - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
5608 - ixgbe: don't set RXDCTL.RLPML for 82599
5609 - i40e: program fragmented IPv4 filter input set
5610 - i40e: fix reported mask for ntuple filters
5611 - samples/bpf: Partially fixes the bpf.o build
5612 - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
5613 - powerpc/numa: Ensure nodes initialized for hotplug
5614 - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
5615 - ntb_transport: Fix bug with max_mw_size parameter
5616 - gianfar: prevent integer wrapping in the rx handler
5617 - x86/hyperv: Check for required priviliges in hyperv_init()
5618 - netfilter: x_tables: fix pointer leaks to userspace
5619 - tcp_nv: fix potential integer overflow in tcpnv_acked
5620 - kvm: Map PFN-type memory regions as writable (if possible)
5621 - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when
5622 running nested
5623 - fs/dax.c: release PMD lock even when there is no PMD support in DAX
5624 - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
5625 - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
5626 - ocfs2: return error when we attempt to access a dirty bh in jbd2
5627 - mm/mempolicy: fix the check of nodemask from user
5628 - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
5629 - asm-generic: provide generic_pmdp_establish()
5630 - sparc64: update pmdp_invalidate() to return old pmd value
5631 - mm: thp: use down_read_trylock() in khugepaged to avoid long block
5632 - mm: pin address_space before dereferencing it while isolating an LRU page
5633 - mm/fadvise: discard partial page if endbyte is also EOF
5634 - openvswitch: Remove padding from packet before L3+ conntrack processing
5635 - blk-mq: fix discard merge with scheduler attached
5636 - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
5637 - IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
5638 - IB/ipoib: Fix for potential no-carrier state
5639 - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
5640 - drm/nouveau/pmu/fuc: don't use movw directly anymore
5641 - s390/eadm: fix CONFIG_BLOCK include dependency
5642 - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
5643 - x86/power: Fix swsusp_arch_resume prototype
5644 - x86/dumpstack: Avoid uninitlized variable
5645 - firmware: dmi_scan: Fix handling of empty DMI strings
5646 - ACPI: processor_perflib: Do not send _PPC change notification if not ready
5647 - ACPI / bus: Do not call _STA on battery devices with unmet dependencies
5648 - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
5649 - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
5650 - perf record: Fix period option handling
5651 - MIPS: Generic: Support GIC in EIC mode
5652 - perf evsel: Fix period/freq terms setup
5653 - xen-netfront: Fix race between device setup and open
5654 - xen/grant-table: Use put_page instead of free_page
5655 - bpf: sockmap, fix leaking maps with attached but not detached progs
5656 - RDS: IB: Fix null pointer issue
5657 - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
5658 - proc: fix /proc/*/map_files lookup
5659 - PM / domains: Fix up domain-idle-states OF parsing
5660 - cifs: silence compiler warnings showing up with gcc-8.0.0
5661 - bcache: properly set task state in bch_writeback_thread()
5662 - bcache: fix for allocator and register thread race
5663 - bcache: fix for data collapse after re-attaching an attached device
5664 - bcache: return attach error when no cache set exist
5665 - cpufreq: intel_pstate: Enable HWP during system resume on CPU0
5666 - selftests/ftrace: Add some missing glob checks
5667 - rxrpc: Don't put crypto buffers on the stack
5668 - svcrdma: Fix Read chunk round-up
5669 - net: Extra '_get' in declaration of arch_get_platform_mac_address
5670 - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
5671 - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
5672 - net: stmmac: discard disabled flags in interrupt status register
5673 - bpf: fix rlimit in reuseport net selftest
5674 - ACPI / EC: Restore polling during noirq suspend/resume phases
5675 - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
5676 - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
5677 - powerpc/mm/hash64: Zero PGD pages on allocation
5678 - x86/platform/UV: Fix GAM Range Table entries less than 1GB
5679 - locking/qspinlock: Ensure node->count is updated before initialising node
5680 - powerpc/powernv: IMC fix out of bounds memory access at shutdown
5681 - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
5682 - irqchip/gic-v3: Ignore disabled ITS nodes
5683 - cpumask: Make for_each_cpu_wrap() available on UP as well
5684 - irqchip/gic-v3: Change pr_debug message to pr_devel
5685 - RDMA/core: Reduce poll batch for direct cq polling
5686 - alarmtimer: Init nanosleep alarm timer on stack
5687 - netfilter: x_tables: cap allocations at 512 mbyte
5688 - netfilter: x_tables: add counters allocation wrapper
5689 - netfilter: compat: prepare xt_compat_init_offsets to return errors
5690 - netfilter: compat: reject huge allocation requests
5691 - netfilter: x_tables: limit allocation requests for blob rule heads
5692 - perf: Fix sample_max_stack maximum check
5693 - perf: Return proper values for user stack errors
5694 - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
5695 - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
5696 - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
5697 - btrfs: Fix race condition between delayed refs and blockgroup removal
5698 - mm,vmscan: Allow preallocating memory for register_shrinker().
5699
5700 * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233)
5701 - tty: make n_tty_read() always abort if hangup is in progress
5702 - cpufreq: CPPC: Use transition_delay_us depending transition_latency
5703 - ubifs: Check ubifs_wbuf_sync() return code
5704 - ubi: fastmap: Don't flush fastmap work on detach
5705 - ubi: Fix error for write access
5706 - ubi: Reject MLC NAND
5707 - mm/ksm.c: fix inconsistent accounting of zero pages
5708 - mm/hmm: hmm_pfns_bad() was accessing wrong struct
5709 - task_struct: only use anon struct under randstruct plugin
5710 - fs/reiserfs/journal.c: add missing resierfs_warning() arg
5711 - resource: fix integer overflow at reallocation
5712 - ipc/shm: fix use-after-free of shm file via remap_file_pages()
5713 - mm, slab: reschedule cache_reap() on the same CPU
5714 - usb: musb: gadget: misplaced out of bounds check
5715 - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS
5716 - usb: gadget: udc: core: update usb_ep_queue() documentation
5717 - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
5718 - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
5719 - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
5720 - arm: dts: mt7623: fix USB initialization fails on bananapi-r2
5721 - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
5722 - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
5723 - ARM: dts: at91: sama5d4: fix pinctrl compatible string
5724 - spi: atmel: init FIFOs before spi enable
5725 - spi: Fix scatterlist elements size in spi_map_buf
5726 - spi: Fix unregistration of controller with fixed SPI bus number
5727 - media: atomisp_fops.c: disable atomisp_compat_ioctl32
5728 - media: vivid: check if the cec_adapter is valid
5729 - media: vsp1: Fix BRx conditional path in WPF
5730 - x86/xen: Delay get_cpu_cap until stack canary is established
5731 - regmap: Fix reversed bounds check in regmap_raw_write()
5732 - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E
5733 - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
5734 - USB: gadget: f_midi: fixing a possible double-free in f_midi
5735 - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
5736 - usb: dwc3: prevent setting PRTCAP to OTG from debugfs
5737 - usb: dwc3: pci: Properly cleanup resource
5738 - usb: dwc3: gadget: never call ->complete() from ->ep_queue()
5739 - cifs: fix memory leak in SMB2_open()
5740 - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
5741 - smb3: Fix root directory when server returns inode number of zero
5742 - HID: i2c-hid: fix size check and type usage
5743 - i2c: i801: Save register SMBSLVCMD value only once
5744 - i2c: i801: Restore configuration at shutdown
5745 - CIFS: refactor crypto shash/sdesc allocation&free
5746 - CIFS: add sha512 secmech
5747 - CIFS: fix sha512 check in cifs_crypto_secmech_release
5748 - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
5749 - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
5750 - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
5751 - powerpc/kprobes: Fix call trace due to incorrect preempt count
5752 - powerpc/kexec_file: Fix error code when trying to load kdump kernel
5753 - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
5754 - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
5755 - HID: Fix hid_report_len usage
5756 - HID: core: Fix size as type u32
5757 - soc: mediatek: fix the mistaken pointer accessed when subdomains are added
5758 - ASoC: ssm2602: Replace reg_default_raw with reg_default
5759 - ASoC: topology: Fix kcontrol name string handling
5760 - irqchip/gic: Take lock when updating irq type
5761 - random: use a tighter cap in credit_entropy_bits_safe()
5762 - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO
5763 - block: use 32-bit blk_status_t on Alpha
5764 - jbd2: if the journal is aborted then don't allow update of the log tail
5765 - ext4: shutdown should not prevent get_write_access
5766 - ext4: eliminate sleep from shutdown ioctl
5767 - ext4: pass -ESHUTDOWN code to jbd2 layer
5768 - ext4: don't update checksum of new initialized bitmaps
5769 - ext4: protect i_disksize update by i_data_sem in direct write path
5770 - ext4: limit xattr size to INT_MAX
5771 - ext4: always initialize the crc32c checksum driver
5772 - ext4: don't allow r/w mounts if metadata blocks overlap the superblock
5773 - ext4: move call to ext4_error() into ext4_xattr_check_block()
5774 - ext4: add bounds checking to ext4_xattr_find_entry()
5775 - ext4: add extra checks to ext4_xattr_block_get()
5776 - dm crypt: limit the number of allocated pages
5777 - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device
5778 - RDMA/mlx5: Protect from NULL pointer derefence
5779 - RDMA/rxe: Fix an out-of-bounds read
5780 - ALSA: pcm: Fix UAF at PCM release via PCM timer access
5781 - IB/srp: Fix srp_abort()
5782 - IB/srp: Fix completion vector assignment algorithm
5783 - dmaengine: at_xdmac: fix rare residue corruption
5784 - cxl: Fix possible deadlock when processing page faults from cxllib
5785 - tpm: self test failure should not cause suspend to fail
5786 - libnvdimm, dimm: fix dpa reservation vs uninitialized label area
5787 - libnvdimm, namespace: use a safe lookup for dimm device name
5788 - nfit, address-range-scrub: fix scrub in-progress reporting
5789 - nfit: skip region registration for incomplete control regions
5790 - ring-buffer: Check if memory is available before allocation
5791 - um: Compile with modern headers
5792 - um: Use POSIX ucontext_t instead of struct ucontext
5793 - iommu/vt-d: Fix a potential memory leak
5794 - mmc: jz4740: Fix race condition in IRQ mask update
5795 - mmc: tmio: Fix error handling when issuing CMD23
5796 - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
5797 - clk: mvebu: armada-38x: add support for missing clocks
5798 - clk: fix false-positive Wmaybe-uninitialized warning
5799 - clk: mediatek: fix PWM clock source by adding a fixed-factor clock
5800 - clk: bcm2835: De-assert/assert PLL reset signal when appropriate
5801 - pwm: rcar: Fix a condition to prevent mismatch value setting to duty
5802 - thermal: imx: Fix race condition in imx_thermal_probe()
5803 - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
5804 - watchdog: f71808e_wdt: Fix WD_EN register read
5805 - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
5806 - ALSA: pcm: Avoid potential races between OSS ioctls and read/write
5807 - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
5808 - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
5809 - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
5810 - drm/amdgpu: Add an ATPX quirk for hybrid laptop
5811 - drm/amdgpu: Fix always_valid bos multiple LRU insertions.
5812 - drm/amdgpu/sdma: fix mask in emit_pipeline_sync
5813 - drm/amdgpu: Fix PCIe lane width calculation
5814 - drm/amdgpu/si: implement get/set pcie_lanes asic callback
5815 - drm/rockchip: Clear all interrupts before requesting the IRQ
5816 - drm/radeon: add PX quirk for Asus K73TK
5817 - drm/radeon: Fix PCIe lane width calculation
5818 - ALSA: line6: Use correct endpoint type for midi output
5819 - ALSA: rawmidi: Fix missing input substream checks in compat ioctls
5820 - ALSA: hda - New VIA controller suppor no-snoop path
5821 - random: fix crng_ready() test
5822 - random: use a different mixing algorithm for add_device_randomness()
5823 - random: crng_reseed() should lock the crng instance that it is modifying
5824 - random: add new ioctl RNDRESEEDCRNG
5825 - HID: input: fix battery level reporting on BT mice
5826 - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device
5827 - HID: wacom: bluetooth: send exit report for recent Bluetooth devices
5828 - MIPS: uaccess: Add micromips clobbers to bzero invocation
5829 - MIPS: memset.S: EVA & fault support for small_memset
5830 - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
5831 - MIPS: memset.S: Fix clobber of v1 in last_fixup
5832 - powerpc/eeh: Fix enabling bridge MMIO windows
5833 - powerpc/lib: Fix off-by-one in alternate feature patching
5834 - udf: Fix leak of UTF-16 surrogates into encoded strings
5835 - fanotify: fix logic of events on child
5836 - mmc: sdhci-pci: Only do AMD tuning for HS200
5837 - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
5838 - jffs2_kill_sb(): deal with failed allocations
5839 - hypfs_kill_super(): deal with failed allocations
5840 - orangefs_kill_sb(): deal with allocation failures
5841 - rpc_pipefs: fix double-dput()
5842 - Don't leak MNT_INTERNAL away from internal mounts
5843 - autofs: mount point create should honour passed in mode
5844 - mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
5845 - Revert "media: lirc_zilog: driver only sends LIRCCODE"
5846 - media: staging: lirc_zilog: incorrect reference counting
5847 - writeback: safer lock nesting
5848 - Bluetooth: hci_bcm: Add irq_polarity module option
5849 - mm: hwpoison: disable memory error handling on 1GB hugepage
5850 - media: rc: oops in ir_timer_keyup after device unplug
5851 - acpi, nfit: rework NVDIMM leaf method detection
5852 - ceph: always update atime/mtime/ctime for new inode
5853 - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
5854 - ext4: force revalidation of directory pointer after seekdir(2)
5855 - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
5856 - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
5857 - xprtrdma: Fix corner cases when handling device removal
5858 - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
5859 - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
5860 - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
5861 - mmc: core: Prevent bus reference leak in mmc_blk_init()
5862 - drm/amd/display: HDMI has no sound after Panel power off/on
5863 - trace_uprobe: Use %lx to display offset
5864 - clk: tegra: Mark HCLK, SCLK and EMC as critical
5865 - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
5866 - pwm: mediatek: Improve precision in rate calculation
5867 - HID: i2c-hid: Fix resume issue on Raydium touchscreen device
5868 - s390: add support for IBM z14 Model ZR1
5869 - drm/i915: Fix hibernation with ACPI S0 target state
5870 - libnvdimm, dimm: handle EACCES failures from label reads
5871 - device-dax: allow MAP_SYNC to succeed
5872 - HID: i2c-hid: fix inverted return value from i2c_hid_command()
5873
5874 * CVE-2018-7755
5875 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
5876
5877 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 12 Jun 2018 18:09:35 +0200
ba9944e9 5878
b7be50f6 5879linux (4.15.0-23.25) bionic; urgency=medium
bd55b8aa 5880
b7be50f6 5881 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
bd55b8aa 5882
b7be50f6
SB
5883 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
5884 - arm64: mmu: add the entry trampolines start/end section markers into
5885 sections.h
5886 - arm64: sdei: Add trampoline code for remapping the kernel
5887
5888 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
5889 - ACPI: APEI: handle PCIe AER errors in separate function
5890 - ACPI: APEI: call into AER handling regardless of severity
5891
5892 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
5893 - scsi: qla2xxx: Fix session cleanup for N2N
5894 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
5895 - scsi: qla2xxx: Serialize session deletion by using work_lock
5896 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
5897 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
5898 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
5899 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
5900 - scsi: qla2xxx: Fix double free bug after firmware timeout
5901 - scsi: qla2xxx: Fixup locking for session deletion
5902
5903 * Several hisi_sas bug fixes (LP: #1768974)
5904 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
5905 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
5906 - scsi: hisi_sas: fix the issue of link rate inconsistency
5907 - scsi: hisi_sas: fix the issue of setting linkrate register
5908 - scsi: hisi_sas: increase timer expire of internal abort task
5909 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
5910 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
5911 - scsi: hisi_sas: Code cleanup and minor bug fixes
5912
5913 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
5914 is loaded (LP: #1764982)
5915 - nvmet-rdma: Don't flush system_wq by default during remove_one
5916 - nvme-rdma: Don't flush delete_wq by default during remove_one
5917
5918 * Warnings/hang during error handling of SATA disks on SAS controller
5919 (LP: #1768971)
5920 - scsi: libsas: defer ata device eh commands to libata
5921
5922 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
5923 - ata: do not schedule hot plug if it is a sas host
5924
5925 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
5926 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
5927 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
5928 - powerpc/64s: return more carefully from sreset NMI
5929 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
5930
5931 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
5932 - fsnotify: Fix fsnotify_mark_connector race
5933
5934 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
5935 - xen-netfront: Fix hang on device removal
5936
5937 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
5938 - net: hns: Avoid action name truncation
5939
5940 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
5941 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
5942 num_possible_cpus()
5943
5944 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
5945 - [Config] update Build-Depends: transfig to fig2dev
5946
5947 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
5948 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
5949 interrupt
5950
5951 * Add d-i support for Huawei NICs (LP: #1767490)
5952 - d-i: add hinic to nic-modules udeb
5953
5954 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
5955 (LP: #1746474)
5956 - xfrm: reuse uncached_list to track xdsts
5957
5958 * Include nfp driver in linux-modules (LP: #1768526)
5959 - [Config] Add nfp.ko to generic inclusion list
5960
5961 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
5962 - x86/xen: Reset VCPU0 info pointer after shared_info remap
5963
5964 * CVE-2018-3639 (x86)
5965 - x86/bugs: Fix the parameters alignment and missing void
5966 - KVM: SVM: Move spec control call after restore of GS
5967 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
5968 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
5969 - x86/cpufeatures: Disentangle SSBD enumeration
5970 - x86/cpufeatures: Add FEATURE_ZEN
5971 - x86/speculation: Handle HT correctly on AMD
5972 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
5973 - x86/speculation: Add virtualized speculative store bypass disable support
5974 - x86/speculation: Rework speculative_store_bypass_update()
5975 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
5976 - x86/bugs: Expose x86_spec_ctrl_base directly
5977 - x86/bugs: Remove x86_spec_ctrl_set()
5978 - x86/bugs: Rework spec_ctrl base and mask logic
5979 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
5980 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
5981 - x86/bugs: Rename SSBD_NO to SSB_NO
5982 - bpf: Prevent memory disambiguation attack
5983 - KVM: VMX: Expose SSBD properly to guests.
5984
5985 * Suspend to idle: Open lid didn't resume (LP: #1771542)
5986 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
5987
5988 * Fix initialization failure detection in SDEI for device-tree based systems
5989 (LP: #1768663)
5990 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
5991
5992 * No driver for Huawei network adapters on arm64 (LP: #1769899)
5993 - net-next/hinic: add arm64 support
5994
5995 * CVE-2018-1092
5996 - ext4: fail ext4_iget for root directory if unallocated
5997
5998 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
5999 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
6000
6001 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
6002 to load (LP: #1728238)
6003 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
6004 unreleased firmware"
6005
6006 * Battery drains when laptop is off (shutdown) (LP: #1745646)
6007 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
6008
6009 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
6010 (LP: #1764194)
6011 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
6012
6013 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
6014 - iwlwifi: add shared clock PHY config flag for some devices
6015 - iwlwifi: add a bunch of new 9000 PCI IDs
6016
6017 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
6018 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
6019
6020 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
6021 - init: fix false positives in W+X checking
6022
6023 * Bionic update to v4.15.18 stable release (LP: #1769723)
6024 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
6025 ip_set_net_exit()
6026 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
6027 - rds: MP-RDS may use an invalid c_path
6028 - slip: Check if rstate is initialized before uncompressing
6029 - vhost: fix vhost_vq_access_ok() log check
6030 - l2tp: fix races in tunnel creation
6031 - l2tp: fix race in duplicate tunnel detection
6032 - ip_gre: clear feature flags when incompatible o_flags are set
6033 - vhost: Fix vhost_copy_to_user()
6034 - lan78xx: Correctly indicate invalid OTP
6035 - media: v4l2-compat-ioctl32: don't oops on overlay
6036 - media: v4l: vsp1: Fix header display list status check in continuous mode
6037 - ipmi: Fix some error cleanup issues
6038 - parisc: Fix out of array access in match_pci_device()
6039 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
6040 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
6041 - PCI: hv: Serialize the present and eject work items
6042 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
6043 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
6044 - perf/core: Fix use-after-free in uprobe_perf_close()
6045 - x86/mce/AMD: Get address from already initialized block
6046 - hwmon: (ina2xx) Fix access to uninitialized mutex
6047 - ath9k: Protect queue draining by rcu_read_lock()
6048 - x86/apic: Fix signedness bug in APIC ID validity checks
6049 - f2fs: fix heap mode to reset it back
6050 - block: Change a rcu_read_{lock,unlock}_sched() pair into
6051 rcu_read_{lock,unlock}()
6052 - nvme: Skip checking heads without namespaces
6053 - lib: fix stall in __bitmap_parselist()
6054 - blk-mq: order getting budget and driver tag
6055 - blk-mq: don't keep offline CPUs mapped to hctx 0
6056 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
6057 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
6058 - hugetlbfs: fix bug in pgoff overflow checking
6059 - nfsd: fix incorrect umasks
6060 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
6061 - block/loop: fix deadlock after loop_set_status
6062 - nfit: fix region registration vs block-data-window ranges
6063 - s390/qdio: don't retry EQBS after CCQ 96
6064 - s390/qdio: don't merge ERROR output buffers
6065 - s390/ipl: ensure loadparm valid flag is set
6066 - get_user_pages_fast(): return -EFAULT on access_ok failure
6067 - mm/gup_benchmark: handle gup failures
6068 - getname_kernel() needs to make sure that ->name != ->iname in long case
6069 - Bluetooth: Fix connection if directed advertising and privacy is used
6070 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
6071 low
6072 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
6073 - ovl: set lower layer st_dev only if setting lower st_ino
6074 - Linux 4.15.18
6075
6076 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
6077 dead (LP: #1768852)
6078 - xhci: Fix Kernel oops in xhci dbgtty
6079
6080 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
6081 - [Packaging] Fix missing watchdog for Raspberry Pi
6082
6083 * CVE-2018-8087
6084 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
6085
6086 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
6087 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
6088 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
6089
6090 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
6091 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
6092
6093 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
6094 NULL pointer dereference at 0000000000000980 (LP: #1768292)
6095 - thunderbolt: Prevent crash when ICM firmware is not running
6096
6097 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
6098 - [Config] snapdragon: DRM_I2C_ADV7511=y
6099
6100 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
6101 (LP: #1767088)
6102 - net: aquantia: Regression on reset with 1.x firmware
6103 - net: aquantia: oops when shutdown on already stopped device
6104
6105 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
6106 (LP: #1764892)
6107 - e1000e: Remove Other from EIAC
6108
6109 * Acer Swift sf314-52 power button not managed (LP: #1766054)
6110 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
6111
6112 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
6113 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
6114
6115 * Change the location for one of two front mics on a lenovo thinkcentre
6116 machine (LP: #1766477)
6117 - ALSA: hda/realtek - adjust the location of one mic
6118
6119 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
6120 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
6121
6122 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
6123 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
6124
6125 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
bd55b8aa 6126
9a195475 6127linux (4.15.0-22.24) bionic; urgency=medium
07a36948 6128
9a195475
SB
6129 * CVE-2018-3639 (powerpc)
6130 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
6131 - stf-barrier: set eieio instruction bit 6 for future optimisations
07a36948 6132
9a195475
SB
6133 * CVE-2018-3639 (x86)
6134 - x86/nospec: Simplify alternative_msr_write()
6135 - x86/bugs: Concentrate bug detection into a separate function
6136 - x86/bugs: Concentrate bug reporting into a separate function
6137 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
6138 - x86/bugs, KVM: Support the combination of guest and host IBRS
6139 - x86/bugs: Expose /sys/../spec_store_bypass
6140 - x86/cpufeatures: Add X86_FEATURE_RDS
6141 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
6142 mitigation
6143 - x86/bugs/intel: Set proper CPU features and setup RDS
6144 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
6145 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
6146 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
6147 - x86/speculation: Create spec-ctrl.h to avoid include hell
6148 - prctl: Add speculation control prctls
6149 - x86/process: Allow runtime control of Speculative Store Bypass
6150 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
6151 - nospec: Allow getting/setting on non-current task
6152 - proc: Provide details on speculation flaw mitigations
6153 - seccomp: Enable speculation flaw mitigations
6154 - x86/bugs: Make boot modes __ro_after_init
6155 - prctl: Add force disable speculation
6156 - seccomp: Use PR_SPEC_FORCE_DISABLE
6157 - seccomp: Add filter flag to opt-out of SSB mitigation
6158 - seccomp: Move speculation migitation control to arch code
6159 - x86/speculation: Make "seccomp" the default mode for Speculative Store
6160 Bypass
6161 - x86/bugs: Rename _RDS to _SSBD
6162 - proc: Use underscores for SSBD in 'status'
6163 - Documentation/spec_ctrl: Do some minor cleanups
6164 - x86/bugs: Fix __ssb_select_mitigation() return type
6165 - x86/bugs: Make cpu_show_common() static
6166
6167 * LSM Stacking prctl values should be redefined as to not collide with
6168 upstream prctls (LP: #1769263) // CVE-2018-3639
6169 - SAUCE: LSM stacking: adjust prctl values
6170
6171 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
07a36948 6172
a628e8a4 6173linux (4.15.0-21.22) bionic; urgency=medium
4304cd24 6174
a628e8a4 6175 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
4304cd24 6176
a628e8a4
TLSC
6177 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
6178 16.04 to 18.04 (LP: #1766727)
6179 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
6180
6181 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
6182 (LP: #1767133)
6183 - Packaging: Depends on linux-base that provides the necessary tools
6184
6185 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
6186 (LP: #1766629)
6187 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
6188
6189 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
4304cd24 6190
d4174bae 6191linux (4.15.0-20.21) bionic; urgency=medium
56957d3e 6192
d4174bae 6193 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
56957d3e 6194
d4174bae
SF
6195 * package shim-signed (not installed) failed to install/upgrade: installed
6196 shim-signed package post-installation script subprocess returned error exit
6197 status 5 (LP: #1766391)
6198 - [Packaging] fix invocation of header postinst hooks
6199
6200 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
56957d3e 6201
25d7cdbb 6202linux (4.15.0-19.20) bionic; urgency=medium
3793e6dc 6203
25d7cdbb 6204 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
3793e6dc 6205
25d7cdbb
SF
6206 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
6207 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
6208 - Revert "genirq/affinity: assign vectors to all possible CPUs"
6209
6210 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
3793e6dc 6211
d3c5dfb7 6212linux (4.15.0-18.19) bionic; urgency=medium
57848588 6213
d3c5dfb7 6214 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
57848588 6215
d3c5dfb7
TLSC
6216 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
6217 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
6218 (LP: #1765429)
6219 - powerpc/pseries: Fix clearing of security feature flags
6220
6221 * signing: only install a signed kernel (LP: #1764794)
6222 - [Packaging] update to Debian like control scripts
6223 - [Packaging] switch to triggers for postinst.d postrm.d handling
6224 - [Packaging] signing -- switch to raw-signing tarballs
6225 - [Packaging] signing -- switch to linux-image as signed when available
6226 - [Config] signing -- enable Opal signing for ppc64el
6227 - [Packaging] printenv -- add signing options
6228
6229 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
6230 - [Packaging] signing -- add support for signing Opal kernel binaries
6231
6232 * Please cherrypick s390 unwind fix (LP: #1765083)
6233 - s390/compat: fix setup_frame32
6234
6235 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
6236 [ipr] (LP: #1751813)
6237 - d-i: move ipr to storage-core-modules on ppc64el
6238
6239 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
6240 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
6241
6242 * Miscellaneous Ubuntu changes
6243 - [Packaging] Add linux-oem to rebuild test blacklist.
6244
6245 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
57848588 6246
62b0412e 6247linux (4.15.0-17.18) bionic; urgency=medium
81619e0e 6248
62b0412e 6249 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
81619e0e 6250
62b0412e
SF
6251 * Eventual OOM with profile reloads (LP: #1750594)
6252 - SAUCE: apparmor: fix memory leak when duplicate profile load
6253
6254 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
81619e0e 6255
9bdd96d7 6256linux (4.15.0-16.17) bionic; urgency=medium
f4763a54 6257
9bdd96d7 6258 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
f4763a54 6259
9bdd96d7
TLSC
6260 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
6261 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
6262
6263 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
6264 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
6265
6266 * Fix trying to "push" an already active pool VP (LP: #1763386)
6267 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
6268
6269 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
6270 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
6271 userspace"
6272 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
6273 - scsi: hisi_sas: modify some register config for hip08
6274 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
6275
6276 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
6277 - misc: rtsx: Move Realtek Card Reader Driver to misc
6278 - updateconfigs for Realtek Card Reader Driver
6279 - misc: rtsx: Add support for RTS5260
6280 - misc: rtsx: Fix symbol clashes
6281
6282 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
6283 ./include/linux/net_dim.h (LP: #1763269)
6284 - net/mlx5e: Fix int overflow
6285
6286 * apparmor bug fixes for bionic (LP: #1763427)
6287 - apparmor: fix logging of the existence test for signals
6288 - apparmor: make signal label match work when matching stacked labels
6289 - apparmor: audit unknown signal numbers
6290 - apparmor: fix memory leak on buffer on error exit path
6291 - apparmor: fix mediation of prlimit
6292
6293 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
6294 fixes for bionic (LP: #1763427)
6295 - apparmor: fix dangling symlinks to policy rawdata after replacement
6296
6297 * [OPAL] Assert fail:
6298 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
6299 (LP: #1762913)
6300 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
6301
6302 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
6303 (LP: #1762928)
6304 - powerpc/tm: Fix endianness flip on trap
6305
6306 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
6307 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
6308 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
6309 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
6310 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
6311
6312 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
6313 - i2c: xlp9xx: return ENXIO on slave address NACK
6314 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
6315 - i2c: xlp9xx: Check for Bus state before every transfer
6316 - i2c: xlp9xx: Handle NACK on DATA properly
6317
6318 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
6319 - tools/kvm_stat: simplify the sortkey function
6320 - tools/kvm_stat: use a namedtuple for storing the values
6321 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
6322 - tools/kvm_stat: avoid 'is' for equality checks
6323 - tools/kvm_stat: fix crash when filtering out all non-child trace events
6324 - tools/kvm_stat: print error on invalid regex
6325 - tools/kvm_stat: fix debugfs handling
6326 - tools/kvm_stat: mark private methods as such
6327 - tools/kvm_stat: eliminate extra guest/pid selection dialog
6328 - tools/kvm_stat: separate drilldown and fields filtering
6329 - tools/kvm_stat: group child events indented after parent
6330 - tools/kvm_stat: print 'Total' line for multiple events only
6331 - tools/kvm_stat: Fix python3 syntax
6332 - tools/kvm_stat: Don't use deprecated file()
6333 - tools/kvm_stat: Remove unused function
6334 - [Packaging] Add linux-tools-host package for VM host tools
6335 - [Config] do_tools_host=true for amd64
6336
6337 * Bionic update to v4.15.17 stable release (LP: #1763366)
6338 - i40iw: Fix sequence number for the first partial FPDU
6339 - i40iw: Correct Q1/XF object count equation
6340 - i40iw: Validate correct IRD/ORD connection parameters
6341 - clk: meson: mpll: use 64-bit maths in params_from_rate
6342 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
6343 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
6344 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
6345 - thermal: power_allocator: fix one race condition issue for thermal_instances
6346 list
6347 - perf probe: Find versioned symbols from map
6348 - perf probe: Add warning message if there is unexpected event name
6349 - perf evsel: Fix swap for samples with raw data
6350 - perf evsel: Enable ignore_missing_thread for pid option
6351 - l2tp: fix missing print session offset info
6352 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
6353 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
6354 - IB/mlx5: Report inner RSS capability
6355 - VFS: close race between getcwd() and d_move()
6356 - watchdog: dw_wdt: add stop watchdog operation
6357 - clk: divider: fix incorrect usage of container_of
6358 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
6359 - gpiolib: don't dereference a desc before validation
6360 - net_sch: red: Fix the new offload indication
6361 - selftests/net: fix bugs in address and port initialization
6362 - thermal/drivers/hisi: Remove bogus const from function return type
6363 - RDMA/cma: Mark end of CMA ID messages
6364 - hwmon: (ina2xx) Make calibration register value fixed
6365 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
6366 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
6367 - media: videobuf2-core: don't go out of the buffer range
6368 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
6369 download
6370 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
6371 - drm/msm: Fix NULL deref in adreno_load_gpu
6372 - IB/ipoib: Fix for notify send CQ failure messages
6373 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
6374 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
6375 - irqchip/ompic: fix return value check in ompic_of_init()
6376 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
6377 - ACPI: EC: Fix debugfs_create_*() usage
6378 - mac80211: Fix setting TX power on monitor interfaces
6379 - vfb: fix video mode and line_length being set when loaded
6380 - crypto: crypto4xx - perform aead icv check in the driver
6381 - gpio: label descriptors using the device name
6382 - arm64: asid: Do not replace active_asids if already 0
6383 - powernv-cpufreq: Add helper to extract pstate from PMSR
6384 - IB/rdmavt: Allocate CQ memory on the correct node
6385 - blk-mq: avoid to map CPU into stale hw queue
6386 - blk-mq: fix race between updating nr_hw_queues and switching io sched
6387 - backlight: tdo24m: Fix the SPI CS between transfers
6388 - nvme-fabrics: protect against module unload during create_ctrl
6389 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
6390 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
6391 - nvme_fcloop: disassocate local port structs
6392 - nvme_fcloop: fix abort race condition
6393 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
6394 - perf report: Fix a no annotate browser displayed issue
6395 - staging: lustre: disable preempt while sampling processor id.
6396 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
6397 - power: supply: axp288_charger: Properly stop work on probe-error / remove
6398 - rt2x00: do not pause queue unconditionally on error path
6399 - wl1251: check return from call to wl1251_acx_arp_ip_filter
6400 - net/mlx5: Fix race for multiple RoCE enable
6401 - bcache: ret IOERR when read meets metadata error
6402 - bcache: stop writeback thread after detaching
6403 - bcache: segregate flash only volume write streams
6404 - net: Fix netdev_WARN_ONCE macro
6405 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
6406 - blk-mq: fix kernel oops in blk_mq_tag_idle()
6407 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
6408 - block, bfq: put async queues for root bfq groups too
6409 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
6410 - EDAC, mv64x60: Fix an error handling path
6411 - uio_hv_generic: check that host supports monitor page
6412 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
6413 - Bluetooth: hci_bcm: Validate IRQ before using it
6414 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
6415 - i40evf: don't rely on netif_running() outside rtnl_lock()
6416 - drm/amd/powerplay: fix memory leakage when reload (v2)
6417 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
6418 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
6419 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
6420 in RAID map
6421 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
6422 called
6423 - RDMA/cma: Fix rdma_cm path querying for RoCE
6424 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
6425 - x86/gart: Exclude GART aperture from vmcore
6426 - sdhci: Advertise 2.0v supply on SDIO host controller
6427 - Input: goodix - disable IRQs while suspended
6428 - mtd: mtd_oobtest: Handle bitflips during reads
6429 - crypto: aes-generic - build with -Os on gcc-7+
6430 - perf tools: Fix copyfile_offset update of output offset
6431 - tcmu: release blocks for partially setup cmds
6432 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
6433 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
6434 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
6435 - x86/microcode: Propagate return value from updating functions
6436 - x86/CPU: Add a microcode loader callback
6437 - x86/CPU: Check CPU feature bits after microcode upgrade
6438 - x86/microcode: Get rid of struct apply_microcode_ctx
6439 - x86/microcode/intel: Check microcode revision before updating sibling
6440 threads
6441 - x86/microcode/intel: Writeback and invalidate caches before updating
6442 microcode
6443 - x86/microcode: Do not upload microcode if CPUs are offline
6444 - x86/microcode/intel: Look into the patch cache first
6445 - x86/microcode: Request microcode on the BSP
6446 - x86/microcode: Synchronize late microcode loading
6447 - x86/microcode: Attempt late loading only when new microcode is present
6448 - x86/microcode: Fix CPU synchronization routine
6449 - arp: fix arp_filter on l3slave devices
6450 - ipv6: the entire IPv6 header chain must fit the first fragment
6451 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
6452 lan78xx_deferred_multicast_write)
6453 - net: dsa: Discard frames from unused ports
6454 - net: fix possible out-of-bound read in skb_network_protocol()
6455 - net/ipv6: Fix route leaking between VRFs
6456 - net/ipv6: Increment OUTxxx counters after netfilter hook
6457 - netlink: make sure nladdr has correct size in netlink_connect()
6458 - net/mlx5e: Verify coalescing parameters in range
6459 - net sched actions: fix dumping which requires several messages to user space
6460 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
6461 - pptp: remove a buggy dst release in pptp_connect()
6462 - r8169: fix setting driver_data after register_netdev
6463 - sctp: do not leak kernel memory to user space
6464 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
6465 - vhost: correctly remove wait queue during poll failure
6466 - vlan: also check phy_driver ts_info for vlan's real device
6467 - vrf: Fix use after free and double free in vrf_finish_output
6468 - bonding: fix the err path for dev hwaddr sync in bond_enslave
6469 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
6470 - bonding: process the err returned by dev_set_allmulti properly in
6471 bond_enslave
6472 - net: fool proof dev_valid_name()
6473 - ip_tunnel: better validate user provided tunnel names
6474 - ipv6: sit: better validate user provided tunnel names
6475 - ip6_gre: better validate user provided tunnel names
6476 - ip6_tunnel: better validate user provided tunnel names
6477 - vti6: better validate user provided tunnel names
6478 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
6479 - net_sched: fix a missing idr_remove() in u32_delete_key()
6480 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
6481 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
6482 - net/mlx5e: Fix memory usage issues in offloading TC flows
6483 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
6484 - nfp: use full 40 bits of the NSP buffer address
6485 - ipv6: sr: fix seg6 encap performances with TSO enabled
6486 - net/mlx5e: Don't override vport admin link state in switchdev mode
6487 - net/mlx5e: Sync netdev vxlan ports at open
6488 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
6489 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
6490 - strparser: Fix sign of err codes
6491 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
6492 - net/mlx5e: Fix traffic being dropped on VF representor
6493 - vhost: validate log when IOTLB is enabled
6494 - route: check sysctl_fib_multipath_use_neigh earlier than hash
6495 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
6496 - vhost_net: add missing lock nesting notation
6497 - net/mlx4_core: Fix memory leak while delete slave's resources
6498 - Linux 4.15.17
6499
6500 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
6501 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
6502 release (LP: #1763366)
6503 - sky2: Increase D3 delay to sky2 stops working after suspend
6504
6505 * [Featire] CNL: Enable RAPL support (LP: #1685712)
6506 - powercap: RAPL: Add support for Cannon Lake
6507
6508 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
6509 - s390: move nobp parameter functions to nospec-branch.c
6510 - s390: add automatic detection of the spectre defense
6511 - s390: report spectre mitigation via syslog
6512 - s390: add sysfs attributes for spectre
6513 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
6514 - s390: correct nospec auto detection init order
6515
6516 * Merge the linux-snapdragon kernel into bionic master/snapdragon
6517 (LP: #1763040)
6518 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
6519 - drm/msm: fix msm_rd_dump_submit prototype
6520 - drm/msm: gpu: Only sync fences on rings that exist
6521 - wcn36xx: set default BTLE coexistence config
6522 - wcn36xx: Add hardware scan offload support
6523 - wcn36xx: Reduce spinlock in indication handler
6524 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
6525 - wcn36xx: release DMA memory in case of error
6526 - mailbox: qcom: Convert APCS IPC driver to use regmap
6527 - mailbox: qcom: Create APCS child device for clock controller
6528 - clk: qcom: Add A53 PLL support
6529 - clk: qcom: Add regmap mux-div clocks support
6530 - clk: qcom: Add APCS clock controller support
6531 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
6532 - media: venus: venc: set correctly GOP size and number of B-frames
6533 - media: venus: venc: configure entropy mode
6534 - media: venus: venc: Apply inloop deblocking filter
6535 - media: venus: cleanup set_property controls
6536 - arm64: defconfig: enable REMOTEPROC
6537 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
6538 - kernel: configs; add distro.config
6539 - arm64: configs: enable WCN36xx
6540 - kernel: distro.config: enable debug friendly USB network adpater
6541 - arm64: configs: enable QCOM Venus
6542 - arm64: defconfig: Enable a53/apcs and avs
6543 - arm64: defconfig: enable ondemand governor as default
6544 - arm64: defconfig: enable QCOM_TSENS
6545 - arm64: defconfig: enable new trigger modes for leds
6546 - kernel: configs: enable dm_mod and dm_crypt
6547 - Force the SMD regulator driver to be compiled-in
6548 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
6549 - arm64: configs: enable BT_QCOMSMD
6550 - kernel: configs: add more USB net drivers
6551 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
6552 - arm64: configs: Enable camera drivers
6553 - kernel: configs: add freq stat to sysfs
6554 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
6555 - arm64: defconfig: Enable QRTR features
6556 - kernel: configs: set USB_CONFIG_F_FS in distro.config
6557 - kernel: distro.config: enable 'schedutil' CPUfreq governor
6558 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
6559 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
6560 - arm64: defconfig: enable LEDS_QCOM_LPG
6561 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
6562 - power: avs: Add support for CPR (Core Power Reduction)
6563 - power: avs: cpr: Use raw mem access for qfprom
6564 - power: avs: cpr: fix with new reg_sequence structures
6565 - power: avs: cpr: Register with cpufreq-dt
6566 - regulator: smd: Add floor and corner operations
6567 - PM / OPP: Support adjusting OPP voltages at runtime
6568 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
6569 - PM / OPP: HACK: Allow to set regulator without opp_list
6570 - PM / OPP: Add a helper to get an opp regulator for device
6571 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
6572 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
6573 - ov5645: I2C address change
6574 - i2c: Add Qualcomm Camera Control Interface driver
6575 - camss: vfe: Skip first four frames from sensor
6576 - camss: Do not register if no cameras are present
6577 - i2c-qcom-cci: Fix run queue completion timeout
6578 - i2c-qcom-cci: Fix I2C address bug
6579 - media: ov5645: Fix I2C address
6580 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
6581 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
6582 - leds: Add driver for Qualcomm LPG
6583 - wcn36xx: Fix warning due to duplicate scan_completed notification
6584 - arm64: dts: Add CPR DT node for msm8916
6585 - arm64: dts: add spmi-regulator nodes
6586 - arm64: dts: msm8916: Add cpufreq support
6587 - arm64: dts: msm8916: Add a shared CPU opp table
6588 - arm64: dts: msm8916: Add cpu cooling maps
6589 - arm64: dts: pm8916: Mark the s2 regulator as always-on
6590 - dt-bindings: mailbox: qcom: Document the APCS clock binding
6591 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
6592 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
6593 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
6594 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
6595 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
6596 driver
6597 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
6598 - DT: leds: Add Qualcomm Light Pulse Generator binding
6599 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
6600 - arm64: dts: qcom: Add pwm node for pm8916
6601 - arm64: dts: qcom: Add user LEDs on db820c
6602 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
6603 - ARM: dts: qcom: Add LPG node to pm8941
6604 - ARM: dts: qcom: honami: Add LPG node and RGB LED
6605 - arm64: dts: qcom: Add Camera Control Interface support
6606 - arm64: dts: qcom: Add apps_iommu vfe child node
6607 - arm64: dts: qcom: Add camss device node
6608 - arm64: dts: qcom: Add ov5645 device nodes
6609 - arm64: dts: msm8916: Fix camera sensors I2C addresses
6610 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
6611 - packaging: arm64: add a uboot flavour - part1
6612 - packaging: arm64: add a uboot flavour - part2
6613 - packaging: arm64: add a uboot flavour - part3
6614 - packaging: arm64: add a uboot flavour - part4
6615 - packaging: arm64: add a uboot flavour - part5
6616 - packaging: arm64: rename uboot flavour to snapdragon
6617 - [Config] updateconfigs after qcomlt import
6618 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
6619 - [Config] arm64: snapdragon: MSM_GCC_8916=y
6620 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
6621 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
6622 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
6623 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
6624 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
6625 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
6626 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
6627 - [Config] arm64: snapdragon: QCOM_SMEM=y
6628 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
6629 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
6630 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
6631 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
6632 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
6633 - [Config] arm64: snapdragon: QCOM_CPR=y
6634 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
6635 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
6636 - [Config] turn off DRM_MSM_REGISTER_LOGGING
6637 - [Config] arm64: snapdragon: I2C_QUP=y
6638 - [Config] arm64: snapdragon: SPI_QUP=y
6639 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
6640 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
6641 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
6642 - [Config] arm64: snapdragon: QCOM_SMSM=y
6643 - [Config] arm64: snapdragon: QCOM_SMP2P=y
6644 - [Config] arm64: snapdragon: DRM_MSM=y
6645 - [Config] arm64: snapdragon: SND_SOC=y
6646 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
6647 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
6648 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
6649 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
6650 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
6651 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
6652 SND_SOC_MSM8916_WCD_DIGITAL=y
6653 - SAUCE: media: ov5645: skip address change if dt addr == default addr
6654 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
6655 #ifdefs
6656 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
6657 - packaging: snapdragon: fixup ABI paths
6658
6659 * LSM stacking patches for bionic (LP: #1763062)
6660 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
6661 - SAUCE: LSM stacking: LSM: Manage credential security blobs
6662 - SAUCE: LSM stacking: LSM: Manage file security blobs
6663 - SAUCE: LSM stacking: LSM: Manage task security blobs
6664 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
6665 - SAUCE: LSM stacking: LSM: General stacking
6666 - SAUCE: LSM stacking: fixup initialize task->security
6667 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
6668 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
6669 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
6670 - SAUCE: LSM stacking: fixup apparmor stacking enablement
6671 - SAUCE: LSM stacking: fixup stacking kconfig
6672 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
6673 - SAUCE: LSM stacking: provide prctl interface for setting context
6674 - SAUCE: LSM stacking: inherit current display LSM
6675 - SAUCE: LSM stacking: keep an index for each registered LSM
6676 - SAUCE: LSM stacking: verify display LSM
6677 - SAUCE: LSM stacking: provide a way to specify the default display lsm
6678 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
6679 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
6680 - SAUCE: LSM stacking: add Kconfig to set default display LSM
6681 - SAUCE: LSM stacking: add configs for LSM stacking
6682 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
6683 - SAUCE: LSM stacking: remove procfs context interface
6684
6685 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
6686 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
6687 - SAUCE: LSM stacking: check for invalid zero sized writes
6688
6689 * RDMA/hns: ensure for-loop actually iterates and free's buffers
6690 (LP: #1762757)
6691 - RDMA/hns: ensure for-loop actually iterates and free's buffers
6692
6693 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
6694 (LP: #1762755)
6695 - RDMA/hns: Fix the endian problem for hns
6696 - RDMA/hns: Support rq record doorbell for the user space
6697 - RDMA/hns: Support cq record doorbell for the user space
6698 - RDMA/hns: Support rq record doorbell for kernel space
6699 - RDMA/hns: Support cq record doorbell for kernel space
6700 - RDMA/hns: Fix cqn type and init resp
6701 - RDMA/hns: Fix init resp when alloc ucontext
6702 - RDMA/hns: Fix cq record doorbell enable in kernel
6703
6704 * Replace LPC patchset with upstream version (LP: #1762758)
6705 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
6706 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
6707 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
6708 children"
6709 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
6710 bindings"
6711 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
6712 devices"
6713 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
6714 hosts"
6715 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
6716 pci_register_io_range()"
6717 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
6718 pci_register_io_range()"
6719 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
6720 - lib: Add generic PIO mapping method
6721 - PCI: Remove __weak tag from pci_register_io_range()
6722 - PCI: Add fwnode handler as input param of pci_register_io_range()
6723 - PCI: Apply the new generic I/O management on PCI IO hosts
6724 - of: Add missing I/O range exception for indirect-IO devices
6725 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
6726 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
6727 - ACPI / scan: Do not enumerate Indirect IO host children
6728 - HISI LPC: Add ACPI support
6729 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
6730
6731 * Enable Tunneled Operations on POWER9 (LP: #1762448)
6732 - powerpc/powernv: Enable tunneled operations
6733 - cxl: read PHB indications from the device tree
6734
6735 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
6736 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
6737
6738 * NFS + sec=krb5 is broken (LP: #1759791)
6739 - sunrpc: remove incorrect HMAC request initialization
6740
6741 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
6742 - d-i: add bcm2835 to block-modules
6743
6744 * Backport USB core quirks (LP: #1762695)
6745 - usb: core: Add "quirks" parameter for usbcore
6746 - usb: core: Copy parameter string correctly and remove superfluous null check
6747 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
6748
6749 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
6750 setting up a second end-to-end encrypted disk (LP: #1762353)
6751 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
6752
6753 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
6754 - powerpc/64s: Wire up cpu_show_spectre_v2()
6755
6756 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
6757 - powerpc/64s: Wire up cpu_show_spectre_v1()
6758
6759 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
6760 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
6761 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
6762 - powerpc/rfi-flush: Always enable fallback flush on pseries
6763 - powerpc/rfi-flush: Differentiate enabled and patched flush types
6764 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
6765 - powerpc/64s: Move cpu_show_meltdown()
6766 - powerpc/64s: Enhance the information in cpu_show_meltdown()
6767 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
6768 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
6769
6770 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
6771 CVE-2017-5753 // CVE-2017-5754
6772 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
6773 - powerpc: Add security feature flags for Spectre/Meltdown
6774 - powerpc/pseries: Set or clear security feature flags
6775 - powerpc/powernv: Set or clear security feature flags
6776
6777 * Hisilicon network subsystem 3 support (LP: #1761610)
6778 - net: hns3: export pci table of hclge and hclgevf to userspace
6779 - d-i: Add hns3 drivers to nic-modules
6780
6781 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
6782 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
6783
6784 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
6785 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
6786 - perf vendor events: Drop incomplete multiple mapfile support
6787 - perf vendor events: Fix error code in json_events()
6788 - perf vendor events: Drop support for unused topic directories
6789 - perf vendor events: Add support for pmu events vendor subdirectory
6790 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
6791 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
6792 - perf vendor events: Add support for arch standard events
6793 - perf vendor events arm64: Add armv8-recommended.json
6794 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
6795 - perf vendor events arm64: fixup A53 to use recommended events
6796 - perf vendor events arm64: add HiSilicon hip08 JSON file
6797 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
6798
6799 * Warning "cache flush timed out!" seen when unloading the cxl driver
6800 (LP: #1762367)
6801 - cxl: Check if PSL data-cache is available before issue flush request
6802
6803 * Bionic update to 4.15.16 stable release (LP: #1762370)
6804 - ARM: OMAP: Fix SRAM W+X mapping
6805 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
6806 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
6807 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
6808 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
6809 - mtd: nand: atmel: Fix get_sectorsize() function
6810 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
6811 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
6812 - ALSA: pcm: potential uninitialized return values
6813 - x86/platform/uv/BAU: Add APIC idt entry
6814 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
6815 - ceph: only dirty ITER_IOVEC pages for direct read
6816 - ipc/shm.c: add split function to shm_vm_ops
6817 - i2c: i2c-stm32f7: fix no check on returned setup
6818 - powerpc/mm: Add tracking of the number of coprocessors using a context
6819 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
6820 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
6821 - partitions/msdos: Unable to mount UFS 44bsd partitions
6822 - xfrm_user: uncoditionally validate esn replay attribute struct
6823 - RDMA/ucma: Check AF family prior resolving address
6824 - RDMA/ucma: Fix use-after-free access in ucma_close
6825 - RDMA/ucma: Ensure that CM_ID exists prior to access it
6826 - RDMA/rdma_cm: Fix use after free race with process_one_req
6827 - RDMA/ucma: Check that device is connected prior to access it
6828 - RDMA/ucma: Check that device exists prior to accessing it
6829 - RDMA/ucma: Introduce safer rdma_addr_size() variants
6830 - ipv6: fix possible deadlock in rt6_age_examine_exception()
6831 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
6832 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
6833 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
6834 - netfilter: x_tables: make allocation less aggressive
6835 - netfilter: bridge: ebt_among: add more missing match size checks
6836 - l2tp: fix races with ipv4-mapped ipv6 addresses
6837 - netfilter: drop template ct when conntrack is skipped.
6838 - netfilter: x_tables: add and use xt_check_proc_name
6839 - phy: qcom-ufs: add MODULE_LICENSE tag
6840 - Bluetooth: Fix missing encryption refresh on Security Request
6841 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
6842 - bitmap: fix memset optimization on big-endian systems
6843 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
6844 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
6845 - USB: serial: cp210x: add ELDAT Easywave RX09 id
6846 - serial: 8250: Add Nuvoton NPCM UART
6847 - mei: remove dev_err message on an unsupported ioctl
6848 - /dev/mem: Avoid overwriting "err" in read_mem()
6849 - media: usbtv: prevent double free in error case
6850 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
6851 - crypto: lrw - Free rctx->ext with kzfree
6852 - crypto: talitos - don't persistently map req_ctx->hw_context and
6853 req_ctx->buf
6854 - crypto: inside-secure - fix clock management
6855 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
6856 - crypto: talitos - fix IPsec cipher in length
6857 - crypto: ahash - Fix early termination in hash walk
6858 - crypto: caam - Fix null dereference at error path
6859 - crypto: ccp - return an actual key size from RSA max_size callback
6860 - crypto: arm,arm64 - Fix random regeneration of S_shipped
6861 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
6862 - Btrfs: fix unexpected cow in run_delalloc_nocow
6863 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
6864 - Revert "base: arch_topology: fix section mismatch build warnings"
6865 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
6866 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
6867 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
6868 - vt: change SGR 21 to follow the standards
6869 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
6870 - net: hns: Fix ethtool private flags
6871 - Fix slab name "biovec-(1<<(21-12))"
6872 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
6873 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
6874 - Revert "cpufreq: Fix governor module removal race"
6875 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
6876 - Linux 4.15.16
6877
6878 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
6879 starting 4.15-rc2 (LP: #1759893)
6880 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
6881 build"
6882 - [Config] CONFIG_BLK_DEV_NMVE=m
6883
6884 * Miscellaneous Ubuntu changes
6885 - [Packaging] Only install cloud init files when do_tools_common=true
6886
6887 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
f4763a54 6888
9b4816de 6889linux (4.15.0-15.16) bionic; urgency=medium
8dabcacf 6890
9b4816de 6891 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
8dabcacf 6892
9b4816de
SF
6893 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
6894 - PM / hibernate: Make passing hibernate offsets more friendly
6895
6896 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
6897 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
6898
6899 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
6900 type(pseries-bionic) complaining "KVM implementation does not support
6901 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
6902 - powerpc: Use feature bit for RTC presence rather than timebase presence
6903 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
6904 - powerpc: Free up CPU feature bits on 64-bit machines
6905 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
6906 - powerpc/powernv: Provide a way to force a core into SMT4 mode
6907 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
6908 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
6909 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
6910
6911 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
6912 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
6913
6914 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
6915 namespaces (Bolt / NVMe) (LP: #1757497)
6916 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
6917 irq_happened
6918
6919 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
6920 failed to build (LP: #1760876)
6921 - [Packaging] include the retpoline extractor in the headers
6922
6923 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
8dabcacf 6924
e4a338d3 6925linux (4.15.0-14.15) bionic; urgency=medium
f92cd195 6926
e4a338d3 6927 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
f92cd195 6928
e4a338d3
TLSC
6929 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
6930 (LP: #1758662)
6931 - net/mlx4_en: Change default QoS settings
6932
6933 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
6934 (LP: #1759312)
6935 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
6936
6937 * Bionic update to 4.15.15 stable release (LP: #1760585)
6938 - net: dsa: Fix dsa_is_user_port() test inversion
6939 - openvswitch: meter: fix the incorrect calculation of max delta_t
6940 - qed: Fix MPA unalign flow in case header is split across two packets.
6941 - tcp: purge write queue upon aborting the connection
6942 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
6943 - sysfs: symlink: export sysfs_create_link_nowarn()
6944 - net: phy: relax error checking when creating sysfs link netdev->phydev
6945 - devlink: Remove redundant free on error path
6946 - macvlan: filter out unsupported feature flags
6947 - net: ipv6: keep sk status consistent after datagram connect failure
6948 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
6949 - ipv6: sr: fix NULL pointer dereference when setting encap source address
6950 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
6951 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
6952 - net: phy: Tell caller result of phy_change()
6953 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
6954 - net sched actions: return explicit error when tunnel_key mode is not
6955 specified
6956 - ppp: avoid loop in xmit recursion detection code
6957 - rhashtable: Fix rhlist duplicates insertion
6958 - test_rhashtable: add test case for rhltable with duplicate objects
6959 - kcm: lock lower socket in kcm_attach
6960 - sch_netem: fix skb leak in netem_enqueue()
6961 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
6962 - net: use skb_to_full_sk() in skb_update_prio()
6963 - net: Fix hlist corruptions in inet_evict_bucket()
6964 - s390/qeth: free netdevice when removing a card
6965 - s390/qeth: when thread completes, wake up all waiters
6966 - s390/qeth: lock read device while queueing next buffer
6967 - s390/qeth: on channel error, reject further cmd requests
6968 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
6969 - dpaa_eth: fix error in dpaa_remove()
6970 - dpaa_eth: remove duplicate initialization
6971 - dpaa_eth: increment the RX dropped counter when needed
6972 - dpaa_eth: remove duplicate increment of the tx_errors counter
6973 - dccp: check sk for closed state in dccp_sendmsg()
6974 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
6975 - l2tp: do not accept arbitrary sockets
6976 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
6977 deferred
6978 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
6979 interface
6980 - net: fec: Fix unbalanced PM runtime calls
6981 - net/iucv: Free memory obtained by kzalloc
6982 - netlink: avoid a double skb free in genlmsg_mcast()
6983 - net: Only honor ifindex in IP_PKTINFO if non-0
6984 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
6985 - qede: Fix qedr link update
6986 - skbuff: Fix not waking applications when errors are enqueued
6987 - team: Fix double free in error path
6988 - Linux 4.15.15
6989
6990 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
6991 capture dump when smt=2 or off. (LP: #1758206)
6992 - powerpc/crash: Remove the test for cpu_online in the IPI callback
6993 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
6994 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
6995
6996 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
6997 rebuild target (LP: #1759279)
6998 - md: document lifetime of internal rdev pointer.
6999
7000 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
7001 table in ACPI 6.2A (LP: #1730829)
7002 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
7003 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
7004 - acpi: nfit: add persistent memory control flag for nd_region
7005 - libnvdimm: expose platform persistence attribute for nd_region
7006 - libnvdimm: re-enable deep flush for pmem devices via fsync()
7007 - libnvdimm, nfit: fix persistence domain reporting
7008
7009 * Allow multiple mounts of zfs datasets (LP: #1759848)
7010 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
7011
7012 * Update Aquantia driver to fix various issues (LP: #1759303)
7013 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
7014 - net: aquantia: Cleanup status flags accesses
7015 - net: aquantia: Cleanup hardware access modules
7016 - net: aquantia: Remove duplicate hardware descriptors declarations
7017 - net: aquantia: Add const qualifiers for hardware ops tables
7018 - net: aquantia: Simplify dependencies between pci modules
7019 - net: aquantia: Eliminate aq_nic structure abstraction
7020 - net: aquantia: Fix register definitions to linux style
7021 - net: aquantia: Prepend hw access functions declarations with prefix
7022 - net: aquantia: Fix internal stats calculation on rx
7023 - net: aquantia: Introduce new device ids and constants
7024 - net: aquantia: Introduce new AQC devices and capabilities
7025 - net: aquantia: Convert hw and caps structures to const static pointers
7026 - net: aquantia: Cleanup pci functions module
7027 - net: aquantia: Remove create/destroy from hw ops
7028 - net: aquantia: Change confusing no_ff_addr to more meaningful name
7029 - net: aquantia: Introduce firmware ops callbacks
7030 - net: aquantia: Introduce support for new firmware on AQC cards
7031 - net: aquantia: Introduce global AQC hardware reset sequence
7032 - net: aquantia: Report correct mediatype via ethtool
7033 - net: aquantia: bump driver version to match aquantia internal numbering
7034 - net: aquantia: Fix hardware reset when SPI may rarely hangup
7035 - net: aquantia: Fix a regression with reset on old firmware
7036 - net: aquantia: Change inefficient wait loop on fw data reads
7037 - net: aquantia: Add tx clean budget and valid budget handling logic
7038 - net: aquantia: Allow live mac address changes
7039 - net: aquantia: Implement pci shutdown callback
7040 - net: aquantia: driver version bump
7041
7042 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
7043 dumping call traces continuously. (LP: #1759722)
7044 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
7045
7046 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
7047 after hotplug CPU add operation. (LP: #1759723)
7048 - genirq/affinity: assign vectors to all possible CPUs
7049 - blk-mq: simplify queue mapping & schedule with each possisble CPU
7050
7051 * test_bpf fails (LP: #1756150)
7052 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
7053
7054 * Bionic update to v4.15.14 stable release (LP: #1759655)
7055 - MIPS: ralink: Remove ralink_halt()
7056 - MIPS: ralink: Fix booting on MT7621
7057 - MIPS: lantiq: Fix Danube USB clock
7058 - MIPS: lantiq: Enable AHB Bus for USB
7059 - MIPS: lantiq: ase: Enable MFD_SYSCON
7060 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
7061 - iio: st_pressure: st_accel: pass correct platform data to init
7062 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
7063 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
7064 - ALSA: aloop: Sync stale timer before release
7065 - ALSA: aloop: Fix access to not-yet-ready substream via cable
7066 - ALSA: hda - Force polling mode on CFL for fixing codec communication
7067 - ALSA: hda/realtek - Fix speaker no sound after system resume
7068 - ALSA: hda/realtek - Fix Dell headset Mic can't record
7069 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
7070 - mmc: core: Fix tracepoint print of blk_addr and blksz
7071 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
7072 - mmc: block: fix updating ext_csd caches on ioctl call
7073 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
7074 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
7075 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
7076 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
7077 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
7078 - lockdep: fix fs_reclaim warning
7079 - clk: bcm2835: Fix ana->maskX definitions
7080 - clk: bcm2835: Protect sections updating shared registers
7081 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
7082 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
7083 - Drivers: hv: vmbus: Fix ring buffer signaling
7084 - pinctrl: samsung: Validate alias coming from DT
7085 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
7086 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
7087 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
7088 - libata: fix length validation of ATAPI-relayed SCSI commands
7089 - libata: remove WARN() for DMA or PIO command without data
7090 - libata: don't try to pass through NCQ commands to non-NCQ devices
7091 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
7092 - libata: Enable queued TRIM for Samsung SSD 860
7093 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
7094 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
7095 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
7096 - sched, cgroup: Don't reject lower cpu.max on ancestors
7097 - cgroup: fix rule checking for threaded mode switching
7098 - nfsd: remove blocked locks on client teardown
7099 - media: tegra-cec: reset rx_buf_cnt when start bit detected
7100 - hugetlbfs: check for pgoff value overflow
7101 - h8300: remove extraneous __BIG_ENDIAN definition
7102 - mm/vmalloc: add interfaces to free unmapped page table
7103 - x86/mm: implement free pmd/pte page interfaces
7104 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
7105 - mm/thp: do not wait for lock_page() in deferred_split_scan()
7106 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
7107 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
7108 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
7109 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
7110 - drm/radeon: Don't turn off DP sink when disconnected
7111 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
7112 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
7113 - drm: Reject getfb for multi-plane framebuffers
7114 - drm: udl: Properly check framebuffer mmap offsets
7115 - mm/vmscan: wake up flushers for legacy cgroups too
7116 - module: propagate error in modules_open()
7117 - acpi, numa: fix pxm to online numa node associations
7118 - ACPI / watchdog: Fix off-by-one error at resource assignment
7119 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
7120 - brcmfmac: fix P2P_DEVICE ethernet address generation
7121 - rtlwifi: rtl8723be: Fix loss of signal
7122 - tracing: probeevent: Fix to support minus offset from symbol
7123 - mtdchar: fix usage of mtd_ooblayout_ecc()
7124 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
7125 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
7126 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
7127 - staging: ncpfs: memory corruption in ncp_read_kernel()
7128 - can: peak/pcie_fd: fix echo_skb is occupied! bug
7129 - can: peak/pcie_fd: remove useless code when interface starts
7130 - can: ifi: Repair the error handling
7131 - can: ifi: Check core revision upon probe
7132 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
7133 - can: cc770: Fix queue stall & dropped RTR reply
7134 - can: cc770: Fix use after free in cc770_tx_interrupt()
7135 - tty: vt: fix up tabstops properly
7136 - x86/entry/64: Don't use IST entry for #BP stack
7137 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
7138 - x86/vsyscall/64: Use proper accessor to update P4D entry
7139 - x86/efi: Free efi_pgd with free_pages()
7140 - posix-timers: Protect posix clock array access against speculation
7141 - kvm/x86: fix icebp instruction handling
7142 - x86/build/64: Force the linker to use 2MB page size
7143 - x86/boot/64: Verify alignment of the LOAD segment
7144 - hwmon: (k10temp) Only apply temperature offset if result is positive
7145 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
7146 - perf/x86/intel/uncore: Fix Skylake UPI event format
7147 - perf stat: Fix CVS output format for non-supported counters
7148 - perf/core: Fix ctx_event_type in ctx_resched()
7149 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
7150 programs
7151 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
7152 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
7153 servers
7154 - iio: ABI: Fix name of timestamp sysfs file
7155 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
7156 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
7157 - staging: android: ion: Zero CMA allocated memory
7158 - kbuild: disable clang's default use of -fmerge-all-constants
7159 - bpf: skip unnecessary capability check
7160 - bpf, x64: increase number of passes
7161 - Linux 4.15.14
7162
7163 * System fails to start (boot) on battery due to read-only root file-system
7164 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
7165 - libata: disable LPM for Crucial BX100 SSD 500GB drive
7166
7167 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
7168 - thunderbolt: Resume control channel after hibernation image is created
7169 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
7170 - thunderbolt: Handle connecting device in place of host properly
7171 - thunderbolt: Do not overwrite error code when domain adding fails
7172 - thunderbolt: Wait a bit longer for root switch config space
7173 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
7174 - thunderbolt: Handle rejected Thunderbolt devices
7175 - thunderbolt: Factor common ICM add and update operations out
7176 - thunderbolt: Correct function name in kernel-doc comment
7177 - thunderbolt: Add tb_switch_get()
7178 - thunderbolt: Add tb_switch_find_by_route()
7179 - thunderbolt: Add tb_xdomain_find_by_route()
7180 - thunderbolt: Add constant for approval timeout
7181 - thunderbolt: Move driver ready handling to struct icm
7182 - thunderbolt: Add 'boot' attribute for devices
7183 - thunderbolt: Add support for preboot ACL
7184 - Documentation/admin-guide: fixes for thunderbolt.rst
7185 - thunderbolt: Introduce USB only (SL4) security level
7186 - thunderbolt: Add support for Intel Titan Ridge
7187
7188 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
7189 - ath10k: update the IRAM bank number for QCA9377
7190
7191 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
7192 - nfp: bpf: require ETH table
7193 - nfp: don't advertise hw-tc-offload on non-port netdevs
7194 - nfp: forbid disabling hw-tc-offload on representors while offload active
7195
7196 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
7197 (LP: #1759511)
7198 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
7199
7200 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
7201 - [Packaging] retpoline -- add safe usage hint support
7202 - [Packaging] retpoline-check -- only report additions
7203 - [Packaging] retpoline -- widen indirect call/jmp detection
7204 - [Packaging] retpoline -- elide %rip relative indirections
7205 - [Packaging] retpoline -- clear hint information from packages
7206 - SAUCE: apm -- annotate indirect calls within
7207 firmware_restrict_branch_speculation_{start,end}
7208 - SAUCE: EFI -- annotate indirect calls within
7209 firmware_restrict_branch_speculation_{start,end}
7210 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
7211 code
7212 - SAUCE: vga_set_mode -- avoid jump tables
7213 - [Config] retpoine -- switch to new format
7214
7215 * zfs system process hung on container stop/delete (LP: #1754584)
7216 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
7217 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
7218 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
7219
7220 * Important KVM fixes for ppc64el (LP: #1759045)
7221 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
7222 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
7223 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
7224 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
7225 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
7226 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
7227 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
7228
7229 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
7230 (LP: #1755073)
7231 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
7232
7233 * Update to ocxl driver (LP: #1755161)
7234 - ocxl: fix signed comparison with less than zero
7235 - ocxl: Fix potential bad errno on irq allocation
7236 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
7237
7238 * CAPI Flash (cxlflash) update (LP: #1752672)
7239 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
7240 - scsi: cxlflash: Explicitly cache number of interrupts per context
7241 - scsi: cxlflash: Remove embedded CXL work structures
7242 - scsi: cxlflash: Adapter context init can return error
7243 - scsi: cxlflash: Staging to support future accelerators
7244 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
7245 - SAUCE: cxlflash: Avoid clobbering context control register value
7246 - SAUCE: cxlflash: Add argument identifier names
7247 - SAUCE: cxlflash: Introduce OCXL backend
7248 - SAUCE: cxlflash: Hardware AFU for OCXL
7249 - SAUCE: cxlflash: Read host function configuration
7250 - SAUCE: cxlflash: Setup function acTag range
7251 - SAUCE: cxlflash: Read host AFU configuration
7252 - SAUCE: cxlflash: Setup AFU acTag range
7253 - SAUCE: cxlflash: Setup AFU PASID
7254 - SAUCE: cxlflash: Adapter context support for OCXL
7255 - SAUCE: cxlflash: Use IDR to manage adapter contexts
7256 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
7257 - SAUCE: cxlflash: Support adapter context discovery
7258 - SAUCE: cxlflash: Support image reload policy modification
7259 - SAUCE: cxlflash: MMIO map the AFU
7260 - SAUCE: cxlflash: Support starting an adapter context
7261 - SAUCE: cxlflash: Support process specific mappings
7262 - SAUCE: cxlflash: Support AFU state toggling
7263 - SAUCE: cxlflash: Support reading adapter VPD data
7264 - SAUCE: cxlflash: Setup function OCXL link
7265 - SAUCE: cxlflash: Setup OCXL transaction layer
7266 - SAUCE: cxlflash: Support process element lifecycle
7267 - SAUCE: cxlflash: Support AFU interrupt management
7268 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
7269 - SAUCE: cxlflash: Support starting user contexts
7270 - SAUCE: cxlflash: Support adapter context polling
7271 - SAUCE: cxlflash: Support adapter context reading
7272 - SAUCE: cxlflash: Support adapter context mmap and release
7273 - SAUCE: cxlflash: Support file descriptor mapping
7274 - SAUCE: cxlflash: Introduce object handle fop
7275 - SAUCE: cxlflash: Setup LISNs for user contexts
7276 - SAUCE: cxlflash: Setup LISNs for master contexts
7277 - SAUCE: cxlflash: Update synchronous interrupt status bits
7278 - SAUCE: cxlflash: Introduce OCXL context state machine
7279 - SAUCE: cxlflash: Register for translation errors
7280 - SAUCE: cxlflash: Support AFU reset
7281 - SAUCE: cxlflash: Enable OCXL operations
7282
7283 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
7284 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
7285 - platform/x86: intel_pmc_core: Change driver to a module
7286 - platform/x86: intel_pmc_core: Fix file permission warnings
7287 - platform/x86: intel_pmc_core: Refactor debugfs entries
7288 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
7289 - platform/x86: intel_pmc_core: Convert to ICPU macro
7290 - platform/x86: intel_pmc_core: Remove unused header file
7291 - ACPI / LPIT: Export lpit_read_residency_count_address()
7292 - platform/x86: intel_pmc_core: Read base address from LPIT
7293 - x86/cpu: Add Cannonlake to Intel family
7294 - platform/x86: intel_pmc_core: Add CannonLake PCH support
7295 - platform/x86: intel_pmc_core: Special case for Coffeelake
7296
7297 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
7298 (LP: #1755979)
7299 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
7300
7301 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
7302 (LP: #1736393)
7303 - SAUCE: drm/i915:Don't set chip specific data
7304 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
7305
7306 * [Bug] ISH support for CFL-H (LP: #1739522)
7307 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
7308
7309 * ath9k can't connect to wifi AP (LP: #1727228)
7310 - ath9k: add MSI support
7311 - ath9k: add a quirk to set use_msi automatically
7312
7313 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
7314 not listed under perf list (LP: #1755470)
7315 - iperf vendor events: Use more flexible pattern matching for CPU
7316 identification for mapfile.csv
7317
7318 * zed process consuming 100% cpu (LP: #1751796)
7319 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
7320
7321 * Bionic update to 4.15.13 stable release (LP: #1758886)
7322 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
7323 controllers
7324 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
7325 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
7326 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
7327 - Bluetooth: btqcomsmd: Fix skb double free corruption
7328 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
7329 - media: c8sectpfe: fix potential NULL pointer dereference in
7330 c8sectpfe_timer_interrupt
7331 - drm/msm: fix leak in failed get_pages
7332 - IB/ipoib: Warn when one port fails to initialize
7333 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
7334 - hv_netvsc: Fix the receive buffer size limit
7335 - hv_netvsc: Fix the TX/RX buffer default sizes
7336 - tcp: allow TLP in ECN CWR
7337 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
7338 - libbpf: prefer global symbols as bpf program name source
7339 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
7340 - rtlwifi: always initialize variables given to RT_TRACE()
7341 - media: bt8xx: Fix err 'bt878_probe()'
7342 - ath10k: handling qos at STA side based on AP WMM enable/disable
7343 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
7344 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
7345 - tty: goldfish: Enable 'earlycon' only if built-in
7346 - serial: 8250_dw: Disable clock on error
7347 - cros_ec: fix nul-termination for firmware build info
7348 - watchdog: Fix potential kref imbalance when opening watchdog
7349 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
7350 - platform/chrome: Use proper protocol transfer function
7351 - dmaengine: zynqmp_dma: Fix race condition in the probe
7352 - drm/tilcdc: ensure nonatomic iowrite64 is not used
7353 - mmc: avoid removing non-removable hosts during suspend
7354 - mmc: block: fix logical error to avoid memory leak
7355 - /dev/mem: Add bounce buffer for copy-out
7356 - net: phy: meson-gxl: check phy_write return value
7357 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
7358 - sfp: fix non-detection of PHY
7359 - media: s5p-mfc: Fix lock contention - request_firmware() once
7360 - rtc: ac100: Fix multiple race conditions
7361 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
7362 - RDMA/cma: Use correct size when writing netlink stats
7363 - IB/umem: Fix use of npages/nmap fields
7364 - iser-target: avoid reinitializing rdma contexts for isert commands
7365 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
7366 - vgacon: Set VGA struct resource types
7367 - omapdrm: panel: fix compatible vendor string for td028ttec1
7368 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
7369 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
7370 - pty: cancel pty slave port buf's work in tty_release
7371 - coresight: Fix disabling of CoreSight TPIU
7372 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
7373 - PCI: endpoint: Fix find_first_zero_bit() usage
7374 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
7375 - media: davinci: fix a debug printk
7376 - clk: check ops pointer on clock register
7377 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
7378 - clk: use round rate to bail out early in set_rate
7379 - pinctrl: Really force states during suspend/resume
7380 - pinctrl: rockchip: enable clock when reading pin direction register
7381 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
7382 - ip6_vti: adjust vti mtu according to mtu of lower device
7383 - ip_gre: fix error path when erspan_rcv failed
7384 - ip_gre: fix potential memory leak in erspan_rcv
7385 - soc: qcom: smsm: fix child-node lookup
7386 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
7387 - ARM: dts: aspeed-evb: Add unit name to memory node
7388 - nfsd4: permit layoutget of executable-only files
7389 - clk: at91: pmc: Wait for clocks when resuming
7390 - clk: Don't touch hardware when reparenting during registration
7391 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
7392 - clk: si5351: Rename internal plls to avoid name collisions
7393 - crypto: artpec6 - set correct iv size for gcm(aes)
7394 - hwrng: core - Clean up RNG list when last hwrng is unregistered
7395 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
7396 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
7397 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
7398 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
7399 - serial: 8250_pci: Don't fail on multiport card class
7400 - RDMA/core: Do not use invalid destination in determining port reuse
7401 - clk: migrate the count of orphaned clocks at init
7402 - RDMA/ucma: Fix access to non-initialized CM_ID object
7403 - RDMA/ucma: Don't allow join attempts for unsupported AF family
7404 - Linux 4.15.13
7405
7406 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
7407 "always" (LP: #1753708)
7408 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
7409
7410 * Bionic update to 4.15.12 stable release (LP: #1757465)
7411 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
7412 - x86/cpufeatures: Add Intel PCONFIG cpufeature
7413 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
7414 - selftests/x86/entry_from_vm86: Add test cases for POPF
7415 - x86/vm86/32: Fix POPF emulation
7416 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
7417 32-bit kernels
7418 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
7419 blacklist
7420 - KVM: x86: Fix device passthrough when SME is active
7421 - x86/mm: Fix vmalloc_fault to use pXd_large
7422 - parisc: Handle case where flush_cache_range is called with no context
7423 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
7424 - ALSA: hda - Revert power_save option default value
7425 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
7426 - ALSA: seq: Clear client entry before deleting else at closing
7427 - drm/nouveau/bl: Fix oops on driver unbind
7428 - drm/nouveau/mmu: ALIGN_DOWN correct variable
7429 - drm/amdgpu: fix prime teardown order
7430 - drm/radeon: fix prime teardown order
7431 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
7432 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
7433 - KVM: arm/arm64: Reduce verbosity of KVM init log
7434 - KVM: arm/arm64: Reset mapped IRQs on VM reset
7435 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
7436 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
7437 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
7438 - fs/aio: Add explicit RCU grace period when freeing kioctx
7439 - fs/aio: Use RCU accessors for kioctx_table->table[]
7440 - RDMAVT: Fix synchronization around percpu_ref
7441 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
7442 - nvme: fix subsystem multiple controllers support check
7443 - xfs: preserve i_rdev when recycling a reclaimable inode
7444 - btrfs: Fix NULL pointer exception in find_bio_stripe
7445 - btrfs: add missing initialization in btrfs_check_shared
7446 - btrfs: alloc_chunk: fix DUP stripe size handling
7447 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
7448 device
7449 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
7450 - btrfs: Fix memory barriers usage with device stats counters
7451 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
7452 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
7453 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
7454 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
7455 - usb: dwc2: fix STM32F7 USB OTG HS compatible
7456 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
7457 - USB: gadget: udc: Add missing platform_device_put() on error in
7458 bdc_pci_probe()
7459 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
7460 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
7461 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
7462 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
7463 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
7464 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
7465 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
7466 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
7467 - Linux 4.15.12
7468
7469 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
7470 (LP: #1757228)
7471 - cxl: Fix timebase synchronization status on P9
7472
7473 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
7474 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
7475 - x86/intel_rdt: Add command line parameter to control L2_CDP
7476
7477 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
7478 (LP: #1751724)
7479 - mm, dax: introduce pfn_t_special()
7480 - ext2: auto disable dax instead of failing mount
7481 - ext4: auto disable dax instead of failing mount
7482 - dax: require 'struct page' by default for filesystem dax
7483 - Config: Enable CONFIG_FS_DAX_LIMITED
7484
7485 * Bionic update to 4.15.11 stable release (LP: #1756978)
7486 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
7487 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
7488 - ASoC: sgtl5000: Fix suspend/resume
7489 - ASoC: wm_adsp: For TLV controls only register TLV get/set
7490 - ASoC: rt5651: Fix regcache sync errors on resume
7491 - usb: host: xhci-rcar: add support for r8a77965
7492 - xhci: Fix front USB ports on ASUS PRIME B350M-A
7493 - xhci: fix endpoint context tracer output
7494 - serial: sh-sci: prevent lockup on full TTY buffers
7495 - tty/serial: atmel: add new version check for usart
7496 - uas: fix comparison for error code
7497 - staging: comedi: fix comedi_nsamples_left.
7498 - staging: android: ashmem: Fix lockdep issue during llseek
7499 - scsi: sd_zbc: Fix potential memory leak
7500 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
7501 - usbip: vudc: fix null pointer dereference on udc->lock
7502 - usb: quirks: add control message delay for 1b1c:1b20
7503 - usb: usbmon: Read text within supplied buffer size
7504 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
7505 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
7506 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
7507 - serial: core: mark port as initialized in autoconfig
7508 - earlycon: add reg-offset to physical address before mapping
7509 - dm mpath: fix passing integrity data
7510 - Revert "btrfs: use proper endianness accessors for super_copy"
7511 - gfs2: Clean up {lookup,fillup}_metapath
7512 - gfs2: Fixes to "Implement iomap for block_map" (2)
7513 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
7514 - spi: imx: Fix failure path leak on GPIO request error correctly
7515 - HID: multitouch: Only look at non touch fields in first packet of a frame
7516 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
7517 - drm/edid: set ELD connector type in drm_edid_to_eld()
7518 - dma-buf/fence: Fix lock inversion within dma-fence-array
7519 - video/hdmi: Allow "empty" HDMI infoframes
7520 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
7521 - HID: elo: clear BTN_LEFT mapping
7522 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
7523 - ARM: dts: koelsch: Move cec_clock to root node
7524 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
7525 - ARM: dts: exynos: Correct Trats2 panel reset line
7526 - drm/amdgpu: fix get_max_engine_clock_in_mhz
7527 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
7528 - typec: tcpm: fusb302: Resolve out of order messaging events
7529 - USB: ledtrig-usbport: fix of-node leak
7530 - dt-bindings: serial: Add common rs485 binding for RTS polarity
7531 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
7532 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
7533 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
7534 - crypto: ecc - Fix NULL pointer deref. on no default_rng
7535 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
7536 - crypto: cavium - fix memory leak on info
7537 - test_firmware: fix setting old custom fw path back on exit
7538 - drm/vblank: Fix vblank timestamp debugs
7539 - net: ieee802154: adf7242: Fix bug if defined DEBUG
7540 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
7541 - perf report: Fix -D output for user metadata events
7542 - net: xfrm: allow clearing socket xfrm policies.
7543 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
7544 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
7545 - net: thunderx: Set max queue count taking XDP_TX into account
7546 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
7547 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
7548 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
7549 - userns: Don't fail follow_automount based on s_user_ns
7550 - xfrm: Fix xfrm_replay_overflow_offload_esn
7551 - leds: pm8058: Silence pointer to integer size warning
7552 - bpf: fix stack state printing in verifier log
7553 - power: supply: sbs-message: double left shift bug in sbsm_select()
7554 - power: supply: ab8500_charger: Fix an error handling path
7555 - power: supply: ab8500_charger: Bail out in case of error in
7556 'ab8500_charger_init_hw_registers()'
7557 - drm/etnaviv: make THERMAL selectable
7558 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
7559 - iio: health: max30102: Add power enable parameter to get_temp function
7560 - ath10k: update tdls teardown state to target
7561 - cpufreq: Fix governor module removal race
7562 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
7563 - drm/amdgpu:fix random missing of FLR NOTIFY
7564 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
7565 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
7566 - drm/sun4i: Fix format mask in DE2 driver
7567 - pinctrl: sh-pfc: r8a7791: Add can_clk function
7568 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
7569 STP_ISEN_1_D
7570 - perf annotate: Fix unnecessary memory allocation for s390x
7571 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
7572 - iwlwifi: mvm: avoid dumping assert log when device is stopped
7573 - drm/amdgpu:fix virtual dce bug
7574 - drm/amdgpu: fix amdgpu_sync_resv v2
7575 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
7576 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
7577 - mwifiex: cfg80211: do not change virtual interface during scan processing
7578 - ath10k: fix invalid STS_CAP_OFFSET_MASK
7579 - tools/usbip: fixes build with musl libc toolchain
7580 - spi: sun6i: disable/unprepare clocks on remove
7581 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
7582 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
7583 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
7584 - scsi: dh: add new rdac devices
7585 - clk: renesas: r8a77970: Add LVDS clock
7586 - staging: fsl-dpaa2/eth: Fix access to FAS field
7587 - media: vsp1: Prevent suspending and resuming DRM pipelines
7588 - dm raid: fix raid set size revalidation
7589 - media: cpia2: Fix a couple off by one bugs
7590 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
7591 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
7592 - net: sched: drop qdisc_reset from dev_graft_qdisc
7593 - veth: set peer GSO values
7594 - drm/amdkfd: Fix memory leaks in kfd topology
7595 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
7596 context
7597 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
7598 - agp/intel: Flush all chipset writes after updating the GGTT
7599 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
7600 - mac80211: remove BUG() when interface type is invalid
7601 - crypto: caam/qi - use correct print specifier for size_t
7602 - ASoC: nuc900: Fix a loop timeout test
7603 - mmc: mmc_test: Ensure command queue is disabled for testing
7604 - Fix misannotated out-of-line _copy_to_user()
7605 - ipvlan: add L2 check for packets arriving via virtual devices
7606 - rcutorture/configinit: Fix build directory error message
7607 - locking/locktorture: Fix num reader/writer corner cases
7608 - ima: relax requiring a file signature for new files with zero length
7609 - IB/mlx5: revisit -Wmaybe-uninitialized warning
7610 - dmaengine: qcom_hidma: check pending interrupts
7611 - drm/i915/glk: Disable Guc and HuC on GLK
7612 - Linux 4.15.11
7613 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
7614
7615 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
7616 - KVM: x86: add support for UMIP
7617 - KVM: Expose new cpu features to guest
7618
7619 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
7620 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
7621 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
7622
7623 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
7624 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
7625
7626 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
7627 device DAX backend (LP: #1745899)
7628 - x86/mm: add a function to check if a pfn is UC/UC-/WC
7629 - KVM: MMU: consider host cache mode in MMIO page check
7630
7631 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
7632 - nfp: add TLV capabilities to the BAR
7633 - nfp: read ME frequency from vNIC ctrl memory
7634 - nfp: fix TLV offset calculation
7635
7636 * Miscellaneous Ubuntu changes
7637 - [Packaging] skip cloud tools packaging when not building package
7638 - [Packaging] final-checks -- remove check for empty retpoline files
7639
7640 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
f92cd195 7641
6dc5db97 7642linux (4.15.0-13.14) bionic; urgency=medium
e06d7aad 7643
6dc5db97 7644 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
e06d7aad 7645
6dc5db97
TLSC
7646 * devpts: handle bind-mounts (LP: #1755857)
7647 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
7648 - SAUCE: devpts: resolve devpts bind-mounts
7649 - SAUCE: devpts: comment devpts_mntget()
7650 - SAUCE: selftests: add devpts selftests
7651
7652 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
7653 - d-i: add hisi_sas_v3_hw to scsi-modules
7654
7655 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
7656 (LP: #1756097)
7657 - RDMA/hns: Refactor eq code for hip06
7658 - RDMA/hns: Add eq support of hip08
7659 - RDMA/hns: Add detailed comments for mb() call
7660 - RDMA/hns: Add rq inline data support for hip08 RoCE
7661 - RDMA/hns: Update the usage of sr_max and rr_max field
7662 - RDMA/hns: Set access flags of hip08 RoCE
7663 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
7664 - RDMA/hns: Fix QP state judgement before sending work requests
7665 - RDMA/hns: Assign dest_qp when deregistering mr
7666 - RDMA/hns: Fix endian problems around imm_data and rkey
7667 - RDMA/hns: Assign the correct value for tx_cqn
7668 - RDMA/hns: Create gsi qp in hip08
7669 - RDMA/hns: Add gsi qp support for modifying qp in hip08
7670 - RDMA/hns: Fill sq wqe context of ud type in hip08
7671 - RDMA/hns: Assign zero for pkey_index of wc in hip08
7672 - RDMA/hns: Update the verbs of polling for completion
7673 - RDMA/hns: Set the guid for hip08 RoCE device
7674 - net: hns3: Refactor of the reset interrupt handling logic
7675 - net: hns3: Add reset service task for handling reset requests
7676 - net: hns3: Refactors the requested reset & pending reset handling code
7677 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
7678 - net: hns3: Add mailbox support to VF driver
7679 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
7680 - net: hns3: Add HNS3 VF driver to kernel build framework
7681 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
7682 - net: hns3: Add mailbox support to PF driver
7683 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
7684 - net: hns3: Add mailbox interrupt handling to PF driver
7685 - net: hns3: add support to query tqps number
7686 - net: hns3: add support to modify tqps number
7687 - net: hns3: change the returned tqp number by ethtool -x
7688 - net: hns3: free the ring_data structrue when change tqps
7689 - net: hns3: get rss_size_max from configuration but not hardcode
7690 - net: hns3: add a mask initialization for mac_vlan table
7691 - net: hns3: add vlan offload config command
7692 - net: hns3: add ethtool related offload command
7693 - net: hns3: add handling vlan tag offload in bd
7694 - net: hns3: cleanup mac auto-negotiation state query
7695 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
7696 - net: hns3: add support for set_pauseparam
7697 - net: hns3: add support to update flow control settings after autoneg
7698 - net: hns3: add Asym Pause support to phy default features
7699 - net: hns3: add support for querying advertised pause frame by ethtool ethx
7700 - net: hns3: Increase the default depth of bucket for TM shaper
7701 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
7702 - net: hns3: hns3_get_channels() can be static
7703 - net: hns3: Add ethtool interface for vlan filter
7704 - net: hns3: Disable VFs change rxvlan offload status
7705 - net: hns3: Unify the strings display of packet statistics
7706 - net: hns3: Fix spelling errors
7707 - net: hns3: Remove repeat statistic of rx_errors
7708 - net: hns3: Modify the update period of packet statistics
7709 - net: hns3: Mask the packet statistics query when NIC is down
7710 - net: hns3: Fix an error of total drop packet statistics
7711 - net: hns3: Fix a loop index error of tqp statistics query
7712 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
7713 - net: hns3: Remove a useless member of struct hns3_stats
7714 - net: hns3: Add packet statistics of netdev
7715 - net: hns3: Fix a response data read error of tqp statistics query
7716 - net: hns3: fix for updating fc_mode_last_time
7717 - net: hns3: fix for setting MTU
7718 - net: hns3: fix for changing MTU
7719 - net: hns3: add MTU initialization for hardware
7720 - net: hns3: fix for not setting pause parameters
7721 - net: hns3: remove redundant semicolon
7722 - net: hns3: Add more packet size statisctics
7723 - Revert "net: hns3: Add packet statistics of netdev"
7724 - net: hns3: report the function type the same line with hns3_nic_get_stats64
7725 - net: hns3: add ethtool_ops.get_channels support for VF
7726 - net: hns3: remove TSO config command from VF driver
7727 - net: hns3: add ethtool_ops.get_coalesce support to PF
7728 - net: hns3: add ethtool_ops.set_coalesce support to PF
7729 - net: hns3: refactor interrupt coalescing init function
7730 - net: hns3: refactor GL update function
7731 - net: hns3: remove unused GL setup function
7732 - net: hns3: change the unit of GL value macro
7733 - net: hns3: add int_gl_idx setup for TX and RX queues
7734 - net: hns3: add feature check when feature changed
7735 - net: hns3: check for NULL function pointer in hns3_nic_set_features
7736 - net: hns: Fix for variable may be used uninitialized warnings
7737 - net: hns3: add support for get_regs
7738 - net: hns3: add manager table initialization for hardware
7739 - net: hns3: add ethtool -p support for fiber port
7740 - net: hns3: add net status led support for fiber port
7741 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
7742 - net: hns3: add get/set_coalesce support to VF
7743 - net: hns3: add int_gl_idx setup for VF
7744 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
7745
7746 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
7747 - KVM: arm64: Store vcpu on the stack during __guest_enter()
7748 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
7749 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
7750 - arm64: alternatives: use tpidr_el2 on VHE hosts
7751 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
7752 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
7753 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
7754 - arm64: Add vmap_stack header file
7755 - arm64: uaccess: Add PAN helper
7756 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
7757 - firmware: arm_sdei: Add support for CPU and system power states
7758 - firmware: arm_sdei: add support for CPU private events
7759 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
7760 - firmware: arm_sdei: Discover SDEI support via ACPI
7761 - arm64: sysreg: Move to use definitions for all the SCTLR bits
7762 - arm64: cpufeature: Detect CPU RAS Extentions
7763 - arm64: kernel: Survive corrected RAS errors notified by SError
7764 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
7765 first
7766 - arm64: kernel: Prepare for a DISR user
7767 - KVM: arm/arm64: mask/unmask daif around VHE guests
7768 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
7769 - KVM: arm64: Save/Restore guest DISR_EL1
7770 - KVM: arm64: Save ESR_EL2 on guest SError
7771 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
7772 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
7773 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
7774 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
7775
7776 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
7777 - scsi: hisi_sas: fix dma_unmap_sg() parameter
7778 - scsi: ata: enhance the definition of SET MAX feature field value
7779 - scsi: hisi_sas: relocate clearing ITCT and freeing device
7780 - scsi: hisi_sas: optimise port id refresh function
7781 - scsi: hisi_sas: some optimizations of host controller reset
7782 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
7783 - scsi: hisi_sas: add an mechanism to do reset work synchronously
7784 - scsi: hisi_sas: change ncq process for v3 hw
7785 - scsi: hisi_sas: add RAS feature for v3 hw
7786 - scsi: hisi_sas: add some print to enhance debugging
7787 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
7788 - scsi: hisi_sas: add v2 hw port AXI error handling support
7789 - scsi: hisi_sas: use an general way to delay PHY work
7790 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
7791 - scsi: hisi_sas: judge result of internal abort
7792 - scsi: hisi_sas: add internal abort dev in some places
7793 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
7794 - scsi: hisi_sas: re-add the lldd_port_deformed()
7795 - scsi: hisi_sas: add v3 hw suspend and resume
7796 - scsi: hisi_sas: Change frame type for SET MAX commands
7797 - scsi: hisi_sas: make local symbol host_attrs static
7798 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
7799 - SAUCE: scsi: hisi_sas: config for hip08 ES
7800 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
7801 - PM / core: Add LEAVE_SUSPENDED driver flag
7802 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
7803 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
7804 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
7805 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
7806 - PCI/ASPM: Unexport internal ASPM interfaces
7807 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
7808 - PCI/AER: Return error if AER is not supported
7809 - PCI/DPC: Enable DPC only if AER is available
7810
7811 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
7812 - s390: scrub registers on kernel entry and KVM exit
7813 - s390: add optimized array_index_mask_nospec
7814 - s390/alternative: use a copy of the facility bit mask
7815 - s390: add options to change branch prediction behaviour for the kernel
7816 - s390: run user space and KVM guests with modified branch prediction
7817 - s390: introduce execute-trampolines for branches
7818 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
7819 - s390: do not bypass BPENTER for interrupt system calls
7820 - s390/entry.S: fix spurious zeroing of r0
7821
7822 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
7823 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
7824
7825 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
7826 fixes (LP: #1752182)
7827 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
7828 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
7829 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
7830 - scsi: lpfc: Fix NVME LS abort_xri
7831 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
7832 - scsi: lpfc: Driver fails to detect direct attach storage array
7833 - scsi: lpfc: Fix display for debugfs queInfo
7834 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
7835 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
7836 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
7837 - scsi: lpfc: correct port registrations with nvme_fc
7838 - scsi: lpfc: Correct driver deregistrations with host nvme transport
7839 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
7840 - scsi: lpfc: Fix driver handling of nvme resources during unload
7841 - scsi: lpfc: small sg cnt cleanup
7842 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
7843 - scsi: lpfc: update driver version to 11.4.0.5
7844 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
7845 - scsi: lpfc: Fix receive PRLI handling
7846 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
7847 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
7848 - scsi: lpfc: Fix issues connecting with nvme initiator
7849 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
7850 - scsi: lpfc: Beef up stat counters for debug
7851 - scsi: lpfc: update driver version to 11.4.0.6
7852 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
7853 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
7854 - scsi: lpfc: don't dereference localport before it has been null checked
7855 - scsi: lpfc: fix a couple of minor indentation issues
7856 - treewide: Use DEVICE_ATTR_RW
7857 - treewide: Use DEVICE_ATTR_RO
7858 - treewide: Use DEVICE_ATTR_WO
7859 - scsi: lpfc: Fix frequency of Release WQE CQEs
7860 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
7861 - scsi: lpfc: move placement of target destroy on driver detach
7862 - scsi: lpfc: correct debug counters for abort
7863 - scsi: lpfc: Add WQ Full Logic for NVME Target
7864 - scsi: lpfc: Fix PRLI handling when topology type changes
7865 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
7866 - scsi: lpfc: Fix RQ empty firmware trap
7867 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
7868 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
7869 - scsi: lpfc: Fix issue_lip if link is disabled
7870 - scsi: lpfc: Indicate CONF support in NVMe PRLI
7871 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
7872 - scsi: lpfc: Validate adapter support for SRIU option
7873 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
7874 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
7875 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
7876 - scsi: lpfc: update driver version to 11.4.0.7
7877 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
7878 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
7879 - scsi: lpfc: Rework sli4 doorbell infrastructure
7880 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
7881 - scsi: lpfc: Add push-to-adapter support to sli4
7882 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
7883 - scsi: lpfc: Add 64G link speed support
7884 - scsi: lpfc: Add if_type=6 support for cycling valid bits
7885 - scsi: lpfc: Enable fw download on if_type=6 devices
7886 - scsi: lpfc: Add embedded data pointers for enhanced performance
7887 - scsi: lpfc: Fix nvme embedded io length on new hardware
7888 - scsi: lpfc: Work around NVME cmd iu SGL type
7889 - scsi: lpfc: update driver version to 12.0.0.0
7890 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
7891 - scsi: lpfc: use __raw_writeX on DPP copies
7892 - scsi: lpfc: Add missing unlock in WQ full logic
7893
7894 * CVE-2018-8043
7895 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
7896 unimac_mdio_probe()
7897
7898 * Bionic update to 4.15.10 stable release (LP: #1756100)
7899 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
7900 WYSE"
7901 - RDMA/ucma: Limit possible option size
7902 - RDMA/ucma: Check that user doesn't overflow QP state
7903 - RDMA/mlx5: Fix integer overflow while resizing CQ
7904 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
7905 - IB/uverbs: Improve lockdep_check
7906 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
7907 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
7908 - regulator: stm32-vrefbuf: fix check on ready flag
7909 - drm/i915: Check for fused or unused pipes
7910 - drm/i915/audio: fix check for av_enc_map overflow
7911 - drm/i915: Fix rsvd2 mask when out-fence is returned
7912 - drm/i915: Clear the in-use marker on execbuf failure
7913 - drm/i915: Disable DC states around GMBUS on GLK
7914 - drm/i915: Update watermark state correctly in sanitize_watermarks
7915 - drm/i915: Try EDID bitbanging on HDMI after failed read
7916 - drm/i915/perf: fix perf stream opening lock
7917 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
7918 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
7919 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
7920 - workqueue: Allow retrieval of current task's work struct
7921 - drm: Allow determining if current task is output poll worker
7922 - drm/nouveau: Fix deadlock on runtime suspend
7923 - drm/radeon: Fix deadlock on runtime suspend
7924 - drm/amdgpu: Fix deadlock on runtime suspend
7925 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
7926 - drm/amd/powerplay/smu7: allow mclk switching with no displays
7927 - drm/amd/powerplay/vega10: allow mclk switching with no displays
7928 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
7929 - drm/amd/display: check for ipp before calling cursor operations
7930 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
7931 - drm/amd/powerplay: fix power over limit on Fiji
7932 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
7933 - drm/amdgpu: used cached pcie gen info for SI (v2)
7934 - drm/amdgpu: Notify sbios device ready before send request
7935 - drm/radeon: fix KV harvesting
7936 - drm/amdgpu: fix KV harvesting
7937 - drm/amdgpu:Correct max uvd handles
7938 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
7939 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
7940 - MIPS: BMIPS: Do not mask IPIs during suspend
7941 - MIPS: ath25: Check for kzalloc allocation failure
7942 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
7943 - PCI: dwc: Fix enumeration end when reaching root subordinate
7944 - Input: matrix_keypad - fix race when disabling interrupts
7945 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
7946 - bug: use %pB in BUG and stack protector failure
7947 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
7948 - mm/memblock.c: hardcode the end_pfn being -1
7949 - Documentation/sphinx: Fix Directive import error
7950 - loop: Fix lost writes caused by missing flag
7951 - virtio_ring: fix num_free handling in error case
7952 - KVM: s390: fix memory overwrites when not using SCA entries
7953 - arm64: mm: fix thinko in non-global page table attribute check
7954 - IB/core: Fix missing RDMA cgroups release in case of failure to register
7955 device
7956 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
7957 - kbuild: Handle builtin dtb file names containing hyphens
7958 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
7959 - IB/mlx5: Fix incorrect size of klms in the memory region
7960 - bcache: fix crashes in duplicate cache device register
7961 - bcache: don't attach backing with duplicate UUID
7962 - x86/MCE: Save microcode revision in machine check records
7963 - x86/MCE: Serialize sysfs changes
7964 - perf tools: Fix trigger class trigger_on()
7965 - x86/spectre_v2: Don't check microcode versions when running under
7966 hypervisors
7967 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
7968 - ALSA: hda/realtek - Add headset mode support for Dell laptop
7969 - ALSA: hda/realtek: Limit mic boost on T480
7970 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
7971 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
7972 - ALSA: seq: More protection for concurrent write and ioctl races
7973 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
7974 - ALSA: hda: add dock and led support for HP ProBook 640 G2
7975 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
7976 - scsi: qla2xxx: Fix recursion while sending terminate exchange
7977 - dt-bindings: Document mti,mips-cpc binding
7978 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
7979 - nospec: Kill array_index_nospec_mask_check()
7980 - nospec: Include <asm/barrier.h> dependency
7981 - x86/entry: Reduce the code footprint of the 'idtentry' macro
7982 - x86/entry/64: Use 'xorl' for faster register clearing
7983 - x86/mm: Remove stale comment about KMEMCHECK
7984 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
7985 - x86/IO-APIC: Avoid warning in 32-bit builds
7986 - x86/LDT: Avoid warning in 32-bit builds with older gcc
7987 - x86-64/realmode: Add instruction suffix
7988 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
7989 - x86/speculation: Use IBRS if available before calling into firmware
7990 - x86/retpoline: Support retpoline builds with Clang
7991 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
7992 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
7993 - x86/paravirt, objtool: Annotate indirect calls
7994 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
7995 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
7996 - objtool: Use existing global variables for options
7997 - objtool: Add retpoline validation
7998 - objtool: Add module specific retpoline rules
7999 - objtool, retpolines: Integrate objtool with retpoline support more closely
8000 - objtool: Fix another switch table detection issue
8001 - objtool: Fix 32-bit build
8002 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
8003 - watchdog: hpwdt: SMBIOS check
8004 - watchdog: hpwdt: Check source of NMI
8005 - watchdog: hpwdt: fix unused variable warning
8006 - watchdog: hpwdt: Remove legacy NMI sourcing.
8007 - netfilter: add back stackpointer size checks
8008 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
8009 - netfilter: xt_hashlimit: fix lock imbalance
8010 - netfilter: x_tables: fix missing timer initialization in xt_LED
8011 - netfilter: nat: cope with negative port range
8012 - netfilter: IDLETIMER: be syzkaller friendly
8013 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
8014 - netfilter: bridge: ebt_among: add missing match size checks
8015 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
8016 - netfilter: use skb_to_full_sk in ip6_route_me_harder
8017 - tpm_tis: Move ilb_base_addr to tpm_tis_data
8018 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
8019 - tpm: delete the TPM_TIS_CLK_ENABLE flag
8020 - tpm: remove unused variables
8021 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
8022 - x86/xen: Calculate __max_logical_packages on PV domains
8023 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
8024 - scsi: qla2xxx: Fix gpnid error processing
8025 - scsi: qla2xxx: Move session delete to driver work queue
8026 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
8027 - scsi: qla2xxx: Fix re-login for Nport Handle in use
8028 - scsi: qla2xxx: Retry switch command on time out
8029 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
8030 - scsi: qla2xxx: Fix login state machine stuck at GPDB
8031 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
8032 - scsi: qla2xxx: Relogin to target port on a cable swap
8033 - scsi: qla2xxx: Fix Relogin being triggered too fast
8034 - scsi: qla2xxx: Fix PRLI state check
8035 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
8036 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
8037 - scsi: qla2xxx: Fix scan state field for fcport
8038 - scsi: qla2xxx: Clear loop id after delete
8039 - scsi: qla2xxx: Defer processing of GS IOCB calls
8040 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
8041 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
8042 - scsi: qla2xxx: Fix memory leak in dual/target mode
8043 - NFS: Fix an incorrect type in struct nfs_direct_req
8044 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
8045 - NFS: Fix unstable write completion
8046 - Linux 4.15.10
8047
8048 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
8049 - ALSA: seq: Don't allow resizing pool in use
8050
8051 * nfp: prioritize stats updates (LP: #1752061)
8052 - nfp: flower: prioritize stats updates
8053
8054 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
8055 (LP: #1753371)
8056 - nvme-pci: Fix EEH failure on ppc
8057
8058 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
8059 - watchdog: sbsa: use 32-bit read for WCV
8060
8061 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
8062 - KVM: s390: diagnoses are instructions as well
8063 - KVM: s390: add vcpu stat counters for many instruction
8064
8065 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
8066 - CIFS: make IPC a regular tcon
8067 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
8068 - CIFS: dump IPC tcon in debug proc file
8069
8070 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
8071 - i2c: octeon: Prevent error message on bus error
8072
8073 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
8074 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
8075 - scsi: qla2xxx: Fix memory corruption during hba reset test
8076
8077 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
8078 (LP: #1752236)
8079 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
8080
8081 * Fix ARC hit rate (LP: #1755158)
8082 - SAUCE: Fix ARC hit rate (LP: #1755158)
8083
8084 * Bionic update to 4.15.9 stable release (LP: #1755275)
8085 - bpf: fix mlock precharge on arraymaps
8086 - bpf: fix memory leak in lpm_trie map_free callback function
8087 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
8088 - bpf, x64: implement retpoline for tail call
8089 - bpf, arm64: fix out of bounds access in tail call
8090 - bpf: add schedule points in percpu arrays management
8091 - bpf: allow xadd only on aligned memory
8092 - bpf, ppc64: fix out of bounds access in tail call
8093 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
8094 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
8095 - KVM: x86: fix backward migration with async_PF
8096 - Linux 4.15.9
8097
8098 * Bionic update to 4.15.8 stable release (LP: #1755179)
8099 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
8100 - ipmi_si: Fix error handling of platform device
8101 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
8102 - powerpc/pseries: Enable RAS hotplug events later
8103 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
8104 - ixgbe: fix crash in build_skb Rx code path
8105 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
8106 bus
8107 - tpm: fix potential buffer overruns caused by bit glitches on the bus
8108 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
8109 the bus
8110 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
8111 bus
8112 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
8113 - ALSA: usb-audio: Add a quirck for B&W PX headphones
8114 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
8115 - ALSA: x86: Fix missing spinlock and mutex initializations
8116 - ALSA: hda: Add a power_save blacklist
8117 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
8118 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
8119 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
8120 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
8121 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
8122 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
8123 - timers: Forward timer base before migrating timers
8124 - parisc: Use cr16 interval timers unconditionally on qemu
8125 - parisc: Reduce irq overhead when run in qemu
8126 - parisc: Fix ordering of cache and TLB flushes
8127 - parisc: Hide virtual kernel memory layout
8128 - btrfs: use proper endianness accessors for super_copy
8129 - block: fix the count of PGPGOUT for WRITE_SAME
8130 - block: kyber: fix domain token leak during requeue
8131 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
8132 - vfio: disable filesystem-dax page pinning
8133 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
8134 - dax: fix vma_is_fsdax() helper
8135 - direct-io: Fix sleep in atomic due to sync AIO
8136 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
8137 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
8138 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
8139 - bridge: check brport attr show in brport_show
8140 - fib_semantics: Don't match route with mismatching tclassid
8141 - hdlc_ppp: carrier detect ok, don't turn off negotiation
8142 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
8143 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
8144 - net: ethernet: ti: cpsw: fix net watchdog timeout
8145 - net: fix race on decreasing number of TX queues
8146 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
8147 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
8148 - net: sched: report if filter is too large to dump
8149 - ppp: prevent unregistered channels from connecting to PPP units
8150 - sctp: verify size of a new chunk in _sctp_make_chunk()
8151 - udplite: fix partial checksum initialization
8152 - net/mlx5e: Fix TCP checksum in LRO buffers
8153 - sctp: fix dst refcnt leak in sctp_v4_get_dst
8154 - mlxsw: spectrum_switchdev: Check success of FDB add operation
8155 - net/mlx5e: Specify numa node when allocating drop rq
8156 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
8157 - tcp: Honor the eor bit in tcp_mtu_probe
8158 - rxrpc: Fix send in rxrpc_send_data_packet()
8159 - tcp_bbr: better deal with suboptimal GSO
8160 - doc: Change the min default value of tcp_wmem/tcp_rmem.
8161 - net/mlx5e: Fix loopback self test when GRO is off
8162 - net_sched: gen_estimator: fix broken estimators based on percpu stats
8163 - net/sched: cls_u32: fix cls_u32 on filter replace
8164 - sctp: do not pr_err for the duplicated node in transport rhlist
8165 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
8166 - net: ipv4: Set addr_type in hash_keys for forwarded case
8167 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
8168 - bridge: Fix VLAN reference count problem
8169 - net/mlx5e: Verify inline header size do not exceed SKB linear size
8170 - tls: Use correct sk->sk_prot for IPV6
8171 - amd-xgbe: Restore PCI interrupt enablement setting on resume
8172 - cls_u32: fix use after free in u32_destroy_key()
8173 - mlxsw: spectrum_router: Do not unconditionally clear route offload
8174 indication
8175 - netlink: put module reference if dump start fails
8176 - tcp: purge write queue upon RST
8177 - tuntap: correctly add the missing XDP flush
8178 - tuntap: disable preemption during XDP processing
8179 - virtio-net: disable NAPI only when enabled during XDP set
8180 - cxgb4: fix trailing zero in CIM LA dump
8181 - net/mlx5: Fix error handling when adding flow rules
8182 - net: phy: Restore phy_resume() locking assumption
8183 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
8184 - l2tp: don't use inet_shutdown on tunnel destroy
8185 - l2tp: don't use inet_shutdown on ppp session destroy
8186 - l2tp: fix races with tunnel socket close
8187 - l2tp: fix race in pppol2tp_release with session object destroy
8188 - l2tp: fix tunnel lookup use-after-free race
8189 - s390/qeth: fix underestimated count of buffer elements
8190 - s390/qeth: fix SETIP command handling
8191 - s390/qeth: fix overestimated count of buffer elements
8192 - s390/qeth: fix IP removal on offline cards
8193 - s390/qeth: fix double-free on IP add/remove race
8194 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
8195 - s390/qeth: fix IP address lookup for L3 devices
8196 - s390/qeth: fix IPA command submission race
8197 - tcp: revert F-RTO middle-box workaround
8198 - tcp: revert F-RTO extension to detect more spurious timeouts
8199 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
8200 ->dispatch
8201 - media: m88ds3103: don't call a non-initalized function
8202 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
8203 - KVM: s390: take care of clock-comparator sign control
8204 - KVM: s390: provide only a single function for setting the tod (fix SCK)
8205 - KVM: s390: consider epoch index on hotplugged CPUs
8206 - KVM: s390: consider epoch index on TOD clock syncs
8207 - nospec: Allow index argument to have const-qualified type
8208 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
8209 - ARM: orion: fix orion_ge00_switch_board_info initialization
8210 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
8211 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
8212 - ARM: kvm: fix building with gcc-8
8213 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
8214 - KVM: mmu: Fix overlap between public and private memslots
8215 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
8216 - KVM: x86: move LAPIC initialization after VMCS creation
8217 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
8218 path as unlikely()
8219 - KVM: x86: fix vcpu initialization with userspace lapic
8220 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
8221 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
8222 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
8223 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
8224 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
8225 - md: only allow remove_and_add_spares when no sync_thread running.
8226 - platform/x86: dell-laptop: fix kbd_get_state's request value
8227 - Linux 4.15.8
8228
8229 * ZFS setgid broken on 0.7 (LP: #1753288)
8230 - SAUCE: Fix ZFS setgid
8231
8232 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
8233 - vsprintf: avoid misleading "(null)" for %px
8234
8235 * Miscellaneous Ubuntu changes
8236 - d-i: Add netsec to nic-modules
8237 - [Config] fix up retpoline abi files
8238 - [Config] set NOBP and expoline options for s390
8239
8240 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
e06d7aad 8241
f02c5a42 8242linux (4.15.0-12.13) bionic; urgency=medium
c6ea6671 8243
f02c5a42 8244 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
c6ea6671 8245
f02c5a42
SF
8246 * CONFIG_EFI=y on armhf (LP: #1726362)
8247 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
8248
8249 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
8250 - powerpc/pseries: Support firmware disable of RFI flush
8251 - powerpc/powernv: Support firmware disable of RFI flush
8252
8253 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
8254 (LP: #1751714)
8255 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
8256 - pinctrl: intel: Allow custom GPIO base for pad groups
8257 - pinctrl: cannonlake: Align GPIO number space with Windows
8258
8259 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
8260 - usb: xhci: Make some static functions global
8261 - usb: xhci: Add DbC support in xHCI driver
8262 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
8263
8264 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
8265 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
8266
8267 * headset mic can't be detected on two Dell machines (LP: #1748807)
8268 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
8269
8270 * hisi_sas: Add disk LED support (LP: #1752695)
8271 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
8272
8273 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
8274 (LP: #1742561)
8275 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
8276
8277 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
8278 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
8279 during suspend/resume with usb storage. (LP: #1730599)
8280 - usb: Don't print a warning if interface driver rebind is deferred at resume
8281
8282 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
8283 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
8284 - [Config] retpoline -- clean up i386 retpoline files
8285
8286 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
8287 callback") (LP: #1738334)
8288 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
8289
8290 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
8291 being charged (LP: #1661876) // AC adapter status not detected on Asus
8292 ZenBook UX410UAK (LP: #1745032)
8293 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
8294
8295 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
8296 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
8297
8298 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
8299 (LP: #1747639)
8300 - s390/diag: add diag26c support for VNIC info
8301 - s390/qeth: support early setup for z/VM NICs
8302
8303 * Bionic update to v4.15.7 stable release (LP: #1752317)
8304 - netfilter: drop outermost socket lock in getsockopt()
8305 - arm64: mm: don't write garbage into TTBR1_EL1 register
8306 - kconfig.h: Include compiler types to avoid missed struct attributes
8307 - MIPS: boot: Define __ASSEMBLY__ for its.S build
8308 - xtensa: fix high memory/reserved memory collision
8309 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
8310 - MIPS: Drop spurious __unused in struct compat_flock
8311 - cfg80211: fix cfg80211_beacon_dup
8312 - i2c: designware: must wait for enable
8313 - i2c: bcm2835: Set up the rising/falling edge delays
8314 - X.509: fix BUG_ON() when hash algorithm is unsupported
8315 - X.509: fix NULL dereference when restricting key with unsupported_sig
8316 - PKCS#7: fix certificate chain verification
8317 - PKCS#7: fix certificate blacklisting
8318 - extcon: int3496: process id-pin first so that we start with the right status
8319 - genirq/matrix: Handle CPU offlining proper
8320 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
8321 - RDMA/uverbs: Protect from command mask overflow
8322 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
8323 - RDMA/uverbs: Fix circular locking dependency
8324 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
8325 - iio: adc: stm32: fix stm32h7_adc_enable error handling
8326 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
8327 - iio: buffer: check if a buffer has been set up when poll is called
8328 - iio: adis_lib: Initialize trigger before requesting interrupt
8329 - Kbuild: always define endianess in kconfig.h
8330 - x86/apic/vector: Handle vector release on CPU unplug correctly
8331 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
8332 - mm, swap, frontswap: fix THP swap if frontswap enabled
8333 - mm: don't defer struct page initialization for Xen pv guests
8334 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
8335 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
8336 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
8337 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
8338 - net: thunderbolt: Tear down connection properly on suspend
8339 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
8340 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
8341 io_watchdog_func()
8342 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
8343 usb_kill_urb() and finish_unlinks()
8344 - arm64: Remove unimplemented syscall log message
8345 - arm64: Disable unhandled signal log messages by default
8346 - arm64: cpufeature: Fix CTR_EL0 field definitions
8347 - Add delay-init quirk for Corsair K70 RGB keyboards
8348 - usb: host: ehci: use correct device pointer for dma ops
8349 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
8350 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
8351 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
8352 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
8353 - Revert "usb: musb: host: don't start next rx urb if current one failed"
8354 - usb: gadget: f_fs: Process all descriptors during bind
8355 - usb: gadget: f_fs: Use config_ep_by_speed()
8356 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
8357 - drm/cirrus: Load lut in crtc_commit
8358 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
8359 - drm: Handle unexpected holes in color-eviction
8360 - drm/amdgpu: disable MMHUB power gating on raven
8361 - drm/amdgpu: fix VA hole handling on Vega10 v3
8362 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
8363 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
8364 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
8365 - drm/amdgpu: add new device to use atpx quirk
8366 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
8367 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
8368 - microblaze: fix endian handling
8369 - Linux 4.15.7
8370
8371 * [regression] Colour banding and artefacts appear system-wide on an Asus
8372 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
8373 to v4.15.7 stable release (LP: #1752317)
8374 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
8375
8376 * errors with sas hotplug (LP: #1752146)
8377 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
8378 - scsi: libsas: fix error when getting phy events
8379 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
8380 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
8381 - scsi: libsas: shut down the PHY if events reached the threshold
8382 - scsi: libsas: make the event threshold configurable
8383 - scsi: libsas: Use new workqueue to run sas event and disco event
8384 - scsi: libsas: use flush_workqueue to process disco events synchronously
8385 - scsi: libsas: direct call probe and destruct
8386 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
8387
8388 * rtnetlink: enable namespace identifying properties in rtnetlink requests
8389 (LP: #1748232)
8390 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
8391 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
8392 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
8393 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
8394 - rtnetlink: remove check for IFLA_IF_NETNSID
8395 - rtnetlink: require unique netns identifier
8396
8397 * Bionic update to v4.15.6 stable release (LP: #1752119)
8398 - tun: fix tun_napi_alloc_frags() frag allocator
8399 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
8400 - ptr_ring: try vmalloc() when kmalloc() fails
8401 - selinux: ensure the context is NUL terminated in
8402 security_context_to_sid_core()
8403 - selinux: skip bounded transition processing if the policy isn't loaded
8404 - media: pvrusb2: properly check endpoint types
8405 - crypto: x86/twofish-3way - Fix %rbp usage
8406 - staging: android: ion: Add __GFP_NOWARN for system contig heap
8407 - staging: android: ion: Switch from WARN to pr_warn
8408 - blk_rq_map_user_iov: fix error override
8409 - KVM: x86: fix escape of guest dr6 to the host
8410 - kcov: detect double association with a single task
8411 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
8412 - netfilter: x_tables: avoid out-of-bounds reads in
8413 xt_request_find_{match|target}
8414 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
8415 - netfilter: on sockopt() acquire sock lock only in the required scope
8416 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
8417 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
8418 - rds: tcp: correctly sequence cleanup on netns deletion.
8419 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
8420 delete
8421 - net: avoid skb_warn_bad_offload on IS_ERR
8422 - net_sched: gen_estimator: fix lockdep splat
8423 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8424 - ASoC: ux500: add MODULE_LICENSE tag
8425 - video: fbdev/mmp: add MODULE_LICENSE
8426 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
8427 - arm64: dts: add #cooling-cells to CPU nodes
8428 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
8429 - ANDROID: binder: remove WARN() for redundant txn error
8430 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
8431 - staging: android: ashmem: Fix a race condition in pin ioctls
8432 - binder: check for binder_thread allocation failure in binder_poll()
8433 - binder: replace "%p" with "%pK"
8434 - staging: fsl-mc: fix build testing on x86
8435 - staging: iio: adc: ad7192: fix external frequency setting
8436 - staging: iio: ad5933: switch buffer mode to software
8437 - xhci: Fix NULL pointer in xhci debugfs
8438 - xhci: Fix xhci debugfs devices node disappearance after hibernation
8439 - xhci: xhci debugfs device nodes weren't removed after device plugged out
8440 - xhci: fix xhci debugfs errors in xhci_stop
8441 - usbip: keep usbip_device sockfd state in sync with tcp_socket
8442 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
8443 - mei: me: add cannon point device ids
8444 - mei: me: add cannon point device ids for 4th device
8445 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
8446 - Linux 4.15.6
8447
8448 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
8449 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
8450
8451 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
8452 - powerpc/powernv: Introduce new PHB type for opencapi links
8453 - powerpc/powernv: Set correct configuration space size for opencapi devices
8454 - powerpc/powernv: Add opal calls for opencapi
8455 - powerpc/powernv: Add platform-specific services for opencapi
8456 - powerpc/powernv: Capture actag information for the device
8457 - ocxl: Driver code for 'generic' opencapi devices
8458 - ocxl: Add AFU interrupt support
8459 - ocxl: Add a kernel API for other opencapi drivers
8460 - ocxl: Add trace points
8461 - ocxl: Add Makefile and Kconfig
8462 - [Config] CONFIG_OCXL=m for ppc64el
8463 - cxl: Remove support for "Processing accelerators" class
8464 - ocxl: Documentation
8465 - ocxl: add MAINTAINERS entry
8466 - cxl: Add support for ASB_Notify on POWER9
8467
8468 * Request to update 18.04 kernel aacraid to upstream 4.16 version
8469 (LP: #1746801)
8470 - scsi: aacraid: remove unused variable managed_request_id
8471 - scsi: aacraid: Do not attempt abort when Fw panicked
8472 - scsi: aacraid: Do not remove offlined devices
8473 - scsi: aacraid: Fix ioctl reset hang
8474 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
8475 - scsi: aacraid: Refactor reset_host store function
8476 - scsi: aacraid: Move code to wait for IO completion to shutdown func
8477 - scsi: aacraid: Create bmic submission function from bmic identify
8478 - scsi: aacraid: Change phy luns function to use common bmic function
8479 - scsi: aacraid: Refactor and rename to make mirror existing changes
8480 - scsi: aacraid: Add target setup helper function
8481 - scsi: aacraid: Untangle targets setup from report phy luns
8482 - scsi: aacraid: Move function around to match existing code
8483 - scsi: aacraid: Create helper functions to get lun info
8484 - scsi: aacraid: Save bmic phy information for each phy
8485 - scsi: aacraid: Add helper function to set queue depth
8486 - scsi: aacraid: Merge func to get container information
8487 - scsi: aacraid: Process hba and container hot plug events in single function
8488 - scsi: aacraid: Added macros to help loop through known buses and targets
8489 - scsi: aacraid: Refactor resolve luns code and scsi functions
8490 - scsi: aacraid: Merge adapter setup with resolve luns
8491 - scsi: aacraid: Block concurrent hotplug event handling
8492 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
8493 - scsi: aacraid: Reschedule host scan in case of failure
8494 - scsi: aacraid: Fix hang while scanning in eh recovery
8495 - scsi: aacraid: Skip schedule rescan in case of kdump
8496 - scsi: aacraid: Remove unused rescan variable
8497 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
8498 - scsi: aacraid: Update driver version to 50877
8499 - scsi: aacraid: Fix driver oops with dead battery
8500 - scsi: aacraid: remove redundant setting of variable c
8501 - scsi: aacraid: Get correct lun count
8502 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
8503
8504 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
8505 - powerpc/modules: Add REL24 relocation support of livepatch symbols
8506 - powerpc/modules: Don't try to restore r2 after a sibling call
8507 - powerpc/modules: Improve restore_r2() error message
8508
8509 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
8510 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
8511 - ibmvnic: Increase maximum number of RX/TX queues
8512 - ibmvnic: Include header descriptor support for ARP packets
8513 - ibmvnic: Don't handle RX interrupts when not up.
8514 - ibmvnic: Wait for device response when changing MAC
8515 - ibmvnic: fix firmware version when no firmware level has been provided by
8516 the VIOS server
8517 - ibmvnic: fix empty firmware version and errors cleanup
8518 - ibmvnic: Fix rx queue cleanup for non-fatal resets
8519 - ibmvnic: Ensure that buffers are NULL after free
8520 - ibmvnic: queue reset when CRQ gets closed during reset
8521 - ibmvnic: Reset long term map ID counter
8522 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
8523 - ibmvnic: Wait until reset is complete to set carrier on
8524 - ibmvnic: Fix login buffer memory leaks
8525 - ibmvnic: Fix NAPI structures memory leak
8526 - ibmvnic: Free RX socket buffer in case of adapter error
8527 - ibmvnic: Clean RX pool buffers during device close
8528 - ibmvnic: Check for NULL skb's in NAPI poll routine
8529 - ibmvnic: Fix early release of login buffer
8530
8531 * Power9 DD 2.2 needs HMI fixup backport of upstream
8532 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
8533 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
8534
8535 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
8536 - d-i: add cxgb4 to nic-modules
8537
8538 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
8539 driver (LP: #1751337)
8540 - tg3: APE heartbeat changes
8541
8542 * Miscellaneous Ubuntu changes
8543 - ubuntu: vbox -- update to 5.2.6-dfsg-5
8544 - Revert "UBUNTU: SAUCE: Import aufs driver"
8545 - SAUCE: Import aufs driver
8546 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
8547 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
8548 - [Config] fix up retpoline abi files
8549 - ubuntu: vbox -- update to 5.2.8-dfsg-2
8550
8551 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
c6ea6671 8552
10c9d957 8553linux (4.15.0-11.12) bionic; urgency=medium
e90353d0 8554
10c9d957 8555 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
e90353d0 8556
10c9d957
SF
8557 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
8558 - [Config] CONFIG_INDIRECT_PIO=y
8559 - SAUCE: LIB: Introduce a generic PIO mapping method
8560 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
8561 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
8562 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
8563 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
8564 - [Config] CONFIG_HISILICON_LPC=y
8565 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
8566 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
8567 - SAUCE: HISI LPC: Add ACPI support
8568 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
8569
8570 * Bionic update to v4.15.5 stable release (LP: #1751131)
8571 - scsi: smartpqi: allow static build ("built-in")
8572 - IB/umad: Fix use of unprotected device pointer
8573 - IB/qib: Fix comparison error with qperf compare/swap test
8574 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
8575 - IB/core: Fix two kernel warnings triggered by rxe registration
8576 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
8577 - IB/core: Avoid a potential OOPs for an unused optional parameter
8578 - selftests: seccomp: fix compile error seccomp_bpf
8579 - kselftest: fix OOM in memory compaction test
8580 - RDMA/rxe: Fix a race condition related to the QP error state
8581 - RDMA/rxe: Fix a race condition in rxe_requester()
8582 - RDMA/rxe: Fix rxe_qp_cleanup()
8583 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
8584 - PM / devfreq: Propagate error from devfreq_add_device()
8585 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
8586 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
8587 - trace_uprobe: Display correct offset in uprobe_events
8588 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
8589 - powerpc/kernel: Block interrupts when updating TIDR
8590 - powerpc/vas: Don't set uses_vas for kernel windows
8591 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
8592 - powerpc/mm: Flush radix process translations when setting MMU type
8593 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
8594 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
8595 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
8596 - arm64: dts: msm8916: Correct ipc references for smsm
8597 - ARM: lpc3250: fix uda1380 gpio numbers
8598 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
8599 - ARM: dts: nomadik: add interrupt-parent for clcd
8600 - arm: dts: mt7623: fix card detection issue on bananapi-r2
8601 - arm: spear600: Add missing interrupt-parent of rtc
8602 - arm: spear13xx: Fix dmas cells
8603 - arm: spear13xx: Fix spics gpio controller's warning
8604 - x86/gpu: add CFL to early quirks
8605 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
8606 - x86/xen: init %gs very early to avoid page faults with stack protector
8607 - x86: PM: Make APM idle driver initialize polling state
8608 - mm, memory_hotplug: fix memmap initialization
8609 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
8610 speculation attack surface
8611 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
8612 speculation attack surface
8613 - compiler-gcc.h: Introduce __optimize function attribute
8614 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
8615 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
8616 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
8617 - powerpc/mm/radix: Split linear mapping on hot-unplug
8618 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
8619 - x86/speculation: Update Speculation Control microcode blacklist
8620 - x86/speculation: Correct Speculation Control microcode blacklist again
8621 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
8622 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
8623 by always inlining iterator helper methods
8624 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
8625 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
8626 bitmap
8627 - x86/speculation: Clean up various Spectre related details
8628 - PM / runtime: Update links_count also if !CONFIG_SRCU
8629 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
8630 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
8631 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
8632 speculation attack surface
8633 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
8634 extensions
8635 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
8636 POP_REGS macro
8637 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
8638 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
8639 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
8640 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
8641 SAVE_AND_CLEAR_REGS macros
8642 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
8643 - x86/entry/64: Fix paranoid_entry() frame pointer warning
8644 - x86/entry/64: Remove the unused 'icebp' macro
8645 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
8646 - selftests/x86: Clean up and document sscanf() usage
8647 - selftests/x86/pkeys: Remove unused functions
8648 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
8649 the VM directory
8650 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
8651 - gfs2: Fixes to "Implement iomap for block_map"
8652 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
8653 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
8654 - objtool: Fix segfault in ignore_unreachable_insn()
8655 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
8656 - x86/debug: Use UD2 for WARN()
8657 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
8658 - nospec: Move array_index_nospec() parameter checking into separate macro
8659 - x86/speculation: Add <asm/msr-index.h> dependency
8660 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
8661 __flush_tlb_one_[user|kernel]()
8662 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
8663 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
8664 - x86/spectre: Fix an error message
8665 - x86/cpu: Change type of x86_cache_size variable to unsigned int
8666 - x86/entry/64: Fix CR3 restore in paranoid_exit()
8667 - drm/ttm: Don't add swapped BOs to swap-LRU list
8668 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
8669 - drm/qxl: unref cursor bo when finished with it
8670 - drm/qxl: reapply cursor after resetting primary
8671 - drm/amd/powerplay: Fix smu_table_entry.handle type
8672 - drm/ast: Load lut in crtc_commit
8673 - drm: Check for lessee in DROP_MASTER ioctl
8674 - arm64: Add missing Falkor part number for branch predictor hardening
8675 - drm/radeon: Add dpm quirk for Jet PRO (v2)
8676 - drm/radeon: adjust tested variable
8677 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
8678 physical CPU
8679 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
8680 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
8681 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
8682 - mmc: bcm2835: Don't overwrite max frequency unconditionally
8683 - Revert "mmc: meson-gx: include tx phase in the tuning process"
8684 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
8685 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
8686 - jbd2: fix sphinx kernel-doc build warnings
8687 - ext4: fix a race in the ext4 shutdown path
8688 - ext4: save error to disk in __ext4_grp_locked_error()
8689 - ext4: correct documentation for grpid mount option
8690 - mm: hide a #warning for COMPILE_TEST
8691 - mm: Fix memory size alignment in devm_memremap_pages_release()
8692 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
8693 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
8694 - MIPS: Fix incorrect mem=X@Y handling
8695 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
8696 - PCI: iproc: Fix NULL pointer dereference for BCMA
8697 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
8698 - PCI: keystone: Fix interrupt-controller-node lookup
8699 - video: fbdev: atmel_lcdfb: fix display-timings lookup
8700 - console/dummy: leave .con_font_get set to NULL
8701 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
8702 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
8703 - xenbus: track caller request id
8704 - seq_file: fix incomplete reset on read from zero offset
8705 - tracing: Fix parsing of globs with a wildcard at the beginning
8706 - mpls, nospec: Sanitize array index in mpls_label_ok()
8707 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
8708 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
8709 - xprtrdma: Fix calculation of ri_max_send_sges
8710 - xprtrdma: Fix BUG after a device removal
8711 - blk-wbt: account flush requests correctly
8712 - target/iscsi: avoid NULL dereference in CHAP auth error path
8713 - iscsi-target: make sure to wake up sleeping login worker
8714 - dm: correctly handle chained bios in dec_pending()
8715 - Btrfs: fix deadlock in run_delalloc_nocow
8716 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
8717 - Btrfs: fix extent state leak from tree log
8718 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
8719 - Btrfs: fix use-after-free on root->orphan_block_rsv
8720 - Btrfs: fix unexpected -EEXIST when creating new inode
8721 - 9p/trans_virtio: discard zero-length reply
8722 - mtd: nand: vf610: set correct ooblayout
8723 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
8724 - ALSA: hda/realtek - Add headset mode support for Dell laptop
8725 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
8726 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
8727 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
8728 - ALSA: usb: add more device quirks for USB DSD devices
8729 - ALSA: seq: Fix racy pool initializations
8730 - mvpp2: fix multicast address filter
8731 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
8732 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
8733 - ARM: dts: exynos: fix RTC interrupt for exynos5410
8734 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
8735 - arm64: dts: msm8916: Add missing #phy-cells
8736 - ARM: dts: s5pv210: add interrupt-parent for ohci
8737 - arm: dts: mt7623: Update ethsys binding
8738 - arm: dts: mt2701: Add reset-cells
8739 - ARM: dts: Delete bogus reference to the charlcd
8740 - media: r820t: fix r820t_write_reg for KASAN
8741 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
8742 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
8743 - Linux 4.15.5
8744
8745 * retpoline abi files are empty on i386 (LP: #1751021)
8746 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
8747 - [Packaging] final-checks -- sanity checking ABI contents
8748 - [Packaging] final-checks -- check for empty retpoline files
8749 - [Config] Disable i386 retpoline check for next upload
8750
8751 * Bionic update to v4.15.4 stable release (LP: #1751064)
8752 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
8753 - cifs: Fix missing put_xid in cifs_file_strict_mmap
8754 - cifs: Fix autonegotiate security settings mismatch
8755 - CIFS: zero sensitive data when freeing
8756 - cpufreq: mediatek: add mediatek related projects into blacklist
8757 - dmaengine: dmatest: fix container_of member in dmatest_callback
8758 - ssb: Do not disable PCI host on non-Mips
8759 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
8760 - Revert "drm/i915: mark all device info struct with __initconst"
8761 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
8762 - sched/rt: Up the root domain ref count when passing it around via IPIs
8763 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
8764 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
8765 - media: hdpvr: Fix an error handling path in hdpvr_probe()
8766 - arm64: mm: Use non-global mappings for kernel space
8767 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
8768 - arm64: mm: Move ASID from TTBR0 to TTBR1
8769 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
8770 - arm64: mm: Rename post_ttbr0_update_workaround
8771 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
8772 - arm64: mm: Allocate ASIDs in pairs
8773 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
8774 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
8775 - arm64: entry: Add exception trampoline page for exceptions from EL0
8776 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
8777 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
8778 - arm64: entry: Hook up entry trampoline to exception vectors
8779 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
8780 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
8781 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
8782 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
8783 - arm64: kaslr: Put kernel vectors address in separate data page
8784 - arm64: use RET instruction for exiting the trampoline
8785 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
8786 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
8787 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
8788 - arm64: capabilities: Handle duplicate entries for a capability
8789 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
8790 - arm64: kpti: Fix the interaction between ASID switching and software PAN
8791 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
8792 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
8793 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
8794 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
8795 - arm64: Force KPTI to be disabled on Cavium ThunderX
8796 - arm64: entry: Reword comment about post_ttbr_update_workaround
8797 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
8798 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
8799 - arm64: barrier: Add CSDB macros to control data-value prediction
8800 - arm64: Implement array_index_mask_nospec()
8801 - arm64: Make USER_DS an inclusive limit
8802 - arm64: Use pointer masking to limit uaccess speculation
8803 - arm64: entry: Ensure branch through syscall table is bounded under
8804 speculation
8805 - arm64: uaccess: Prevent speculative use of the current addr_limit
8806 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
8807 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
8808 - arm64: futex: Mask __user pointers prior to dereference
8809 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
8810 - arm64: Run enable method for errata work arounds on late CPUs
8811 - arm64: cpufeature: Pass capability structure to ->enable callback
8812 - drivers/firmware: Expose psci_get_version through psci_ops structure
8813 - arm64: Move post_ttbr_update_workaround to C code
8814 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
8815 - arm64: Move BP hardening to check_and_switch_context
8816 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
8817 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
8818 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
8819 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
8820 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
8821 - arm64: Implement branch predictor hardening for Falkor
8822 - arm64: Branch predictor hardening for Cavium ThunderX2
8823 - arm64: KVM: Increment PC after handling an SMC trap
8824 - arm/arm64: KVM: Consolidate the PSCI include files
8825 - arm/arm64: KVM: Add PSCI_VERSION helper
8826 - arm/arm64: KVM: Add smccc accessors to PSCI code
8827 - arm/arm64: KVM: Implement PSCI 1.0 support
8828 - arm/arm64: KVM: Advertise SMCCC v1.1
8829 - arm64: KVM: Make PSCI_VERSION a fast path
8830 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
8831 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
8832 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
8833 - firmware/psci: Expose PSCI conduit
8834 - firmware/psci: Expose SMCCC version through psci_ops
8835 - arm/arm64: smccc: Make function identifiers an unsigned quantity
8836 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
8837 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
8838 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
8839 - mtd: cfi: convert inline functions to macros
8840 - mtd: nand: brcmnand: Disable prefetch by default
8841 - mtd: nand: Fix nand_do_read_oob() return value
8842 - mtd: nand: sunxi: Fix ECC strength choice
8843 - ubi: Fix race condition between ubi volume creation and udev
8844 - ubi: fastmap: Erase outdated anchor PEBs during attach
8845 - ubi: block: Fix locking for idr_alloc/idr_remove
8846 - ubifs: free the encrypted symlink target
8847 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
8848 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
8849 - NFS: Add a cond_resched() to nfs_commit_release_pages()
8850 - NFS: Fix nfsstat breakage due to LOOKUPP
8851 - NFS: commit direct writes even if they fail partially
8852 - NFS: reject request for id_legacy key without auxdata
8853 - NFS: Fix a race between mmap() and O_DIRECT
8854 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
8855 - kernfs: fix regression in kernfs_fop_write caused by wrong type
8856 - ahci: Annotate PCI ids for mobile Intel chipsets as such
8857 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
8858 - ahci: Add Intel Cannon Lake PCH-H PCI ID
8859 - crypto: hash - introduce crypto_hash_alg_has_setkey()
8860 - crypto: cryptd - pass through absence of ->setkey()
8861 - crypto: mcryptd - pass through absence of ->setkey()
8862 - crypto: poly1305 - remove ->setkey() method
8863 - crypto: hash - annotate algorithms taking optional key
8864 - crypto: hash - prevent using keyed hashes without setting key
8865 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
8866 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
8867 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
8868 - media: v4l2-compat-ioctl32.c: fix the indentation
8869 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
8870 __get/put_v4l2_format32
8871 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
8872 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
8873 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
8874 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
8875 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
8876 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
8877 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
8878 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
8879 - crypto: caam - fix endless loop when DECO acquire fails
8880 - crypto: sha512-mb - initialize pending lengths correctly
8881 - crypto: talitos - fix Kernel Oops on hashing an empty file
8882 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
8883 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
8884 - KVM: nVMX: Fix bug of injecting L2 exception into L1
8885 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
8886 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
8887 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
8888 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
8889 - ASoC: acpi: fix machine driver selection based on quirk
8890 - ASoC: rockchip: i2s: fix playback after runtime resume
8891 - ASoC: skl: Fix kernel warning due to zero NHTL entry
8892 - ASoC: compress: Correct handling of copy callback
8893 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
8894 - afs: Add missing afs_put_cell()
8895 - afs: Need to clear responded flag in addr cursor
8896 - afs: Fix missing cursor clearance
8897 - afs: Fix server list handling
8898 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
8899 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
8900 - kasan: don't emit builtin calls when sanitization is off
8901 - kasan: rework Kconfig settings
8902 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
8903 - media: dvb-frontends: fix i2c access helpers for KASAN
8904 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
8905 - media: ts2020: avoid integer overflows on 32 bit machines
8906 - media: vivid: fix module load error when enabling fb and no_error_inj=1
8907 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
8908 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
8909 - kernel/async.c: revert "async: simplify lowest_in_progress()"
8910 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
8911 - pipe: actually allow root to exceed the pipe buffer limits
8912 - pipe: fix off-by-one error when checking buffer limits
8913 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
8914 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
8915 - ipmi: use dynamic memory for DMI driver override
8916 - signal/openrisc: Fix do_unaligned_access to send the proper signal
8917 - signal/sh: Ensure si_signo is initialized in do_divide_error
8918 - alpha: fix crash if pthread_create races with signal delivery
8919 - alpha: osf_sys.c: fix put_tv32 regression
8920 - alpha: Fix mixed up args in EXC macro in futex operations
8921 - alpha: fix reboot on Avanti platform
8922 - alpha: fix formating of stack content
8923 - xtensa: fix futex_atomic_cmpxchg_inatomic
8924 - EDAC, octeon: Fix an uninitialized variable warning
8925 - genirq: Make legacy autoprobing work again
8926 - pinctrl: intel: Initialize GPIO properly when used through irqchip
8927 - pinctrl: mcp23s08: fix irq setup order
8928 - pinctrl: sx150x: Unregister the pinctrl on release
8929 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
8930 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
8931 - pktcdvd: Fix pkt_setup_dev() error path
8932 - pktcdvd: Fix a recently introduced NULL pointer dereference
8933 - blk-mq: quiesce queue before freeing queue
8934 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
8935 - lib/ubsan.c: s/missaligned/misaligned/
8936 - lib/ubsan: add type mismatch handler for new GCC/Clang
8937 - objtool: Fix switch-table detection
8938 - arm64: dts: marvell: add Ethernet aliases
8939 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
8940 - ACPI: sbshc: remove raw pointer from printk() message
8941 - acpi, nfit: fix register dimm error handling
8942 - ovl: force r/o mount when index dir creation fails
8943 - ovl: fix failure to fsync lower dir
8944 - ovl: take mnt_want_write() for work/index dir setup
8945 - ovl: take mnt_want_write() for removing impure xattr
8946 - ovl: hash directory inodes for fsnotify
8947 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
8948 - devpts: fix error handling in devpts_mntget()
8949 - ftrace: Remove incorrect setting of glob search field
8950 - scsi: core: Ensure that the SCSI error handler gets woken up
8951 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
8952 - scsi: cxlflash: Reset command ioasc
8953 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
8954 - Linux 4.15.4
8955 - updateconfigs after v4.14.4 stable updates
8956
8957 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
8958 do not need KPTI when KASLR is off.
8959 - arm64: Turn on KPTI only on CPUs that need it
8960
8961 * Miscellaneous Ubuntu changes
8962 - [Config] fix up removed retpoline call sites
8963
8964 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
e90353d0 8965
1221ffab 8966linux (4.15.0-10.11) bionic; urgency=medium
802cf0d2 8967
1221ffab 8968 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
802cf0d2 8969
1221ffab
SF
8970 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
8971 (LP: #1749202)
8972 - swiotlb: suppress warning when __GFP_NOWARN is set
8973 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
8974
8975 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
8976 - SAUCE: tools -- add ability to disable libbfd
8977 - [Packaging] correct disablement of libbfd
8978
8979 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
8980 (LP: #1744058)
8981 - ALSA: hda/realtek - update ALC225 depop optimize
8982
8983 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
8984 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
8985
8986 * headset mic can't be detected on two Dell machines (LP: #1748807)
8987 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
8988 - ALSA: hda - Fix headset mic detection problem for two Dell machines
8989
8990 * Bionic update to v4.15.3 stable release (LP: #1749191)
8991 - ip6mr: fix stale iterator
8992 - net: igmp: add a missing rcu locking section
8993 - qlcnic: fix deadlock bug
8994 - qmi_wwan: Add support for Quectel EP06
8995 - r8169: fix RTL8168EP take too long to complete driver initialization.
8996 - tcp: release sk_frag.page in tcp_disconnect
8997 - vhost_net: stop device during reset owner
8998 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
8999 - ipv6: change route cache aging logic
9000 - Revert "defer call to mem_cgroup_sk_alloc()"
9001 - net: ipv6: send unsolicited NA after DAD
9002 - rocker: fix possible null pointer dereference in
9003 rocker_router_fib_event_work
9004 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
9005 - cls_u32: add missing RCU annotation.
9006 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
9007 - soreuseport: fix mem leak in reuseport_add_sock()
9008 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
9009 - net: sched: fix use-after-free in tcf_block_put_ext
9010 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
9011 - media: soc_camera: soc_scale_crop: add missing
9012 MODULE_DESCRIPTION/AUTHOR/LICENSE
9013 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9014 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
9015 - crypto: tcrypt - fix S/G table for test_aead_speed()
9016 - Linux 4.15.3
9017
9018 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
9019 CVE-2018-1000026
9020 - net: create skb_gso_validate_mac_len()
9021 - bnx2x: disable GSO where gso_size is too big for hardware
9022
9023 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
9024 - net: hns: add ACPI mode support for ethtool -p
9025
9026 * CVE-2017-5715 (Spectre v2 Intel)
9027 - [Packaging] retpoline files must be sorted
9028 - [Packaging] pull in retpoline files
9029
9030 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
9031 - d-i: Add hfi1 to nic-modules
9032
9033 * CVE-2017-5715 (Spectre v2 retpoline)
9034 - [Packaging] retpoline -- add call site validation
9035 - [Config] disable retpoline checks for first upload
9036
9037 * Do not duplicate changelog entries assigned to more than one bug or CVE
9038 (LP: #1743383)
9039 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
9040
9041 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
802cf0d2 9042
005c789b 9043linux (4.15.0-9.10) bionic; urgency=medium
08b0e16a 9044
005c789b 9045 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
08b0e16a 9046
005c789b
SF
9047 * Miscellaneous Ubuntu changes
9048 - [Debian] tests -- remove gcc-multilib dependency for arm64
9049
9050 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
08b0e16a 9051
3e7bd455 9052linux (4.15.0-8.9) bionic; urgency=medium
96032e33 9053
3e7bd455 9054 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
96032e33 9055
3e7bd455
SF
9056 * Bionic update to v4.15.2 stable release (LP: #1748072)
9057 - KVM: x86: Make indirect calls in emulator speculation safe
9058 - KVM: VMX: Make indirect call speculation safe
9059 - module/retpoline: Warn about missing retpoline in module
9060 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
9061 - x86/cpufeatures: Add Intel feature bits for Speculation Control
9062 - x86/cpufeatures: Add AMD feature bits for Speculation Control
9063 - x86/msr: Add definitions for new speculation control MSRs
9064 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
9065 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
9066 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
9067 - x86/alternative: Print unadorned pointers
9068 - x86/nospec: Fix header guards names
9069 - x86/bugs: Drop one "mitigation" from dmesg
9070 - x86/cpu/bugs: Make retpoline module warning conditional
9071 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
9072 - x86/retpoline: Simplify vmexit_fill_RSB()
9073 - x86/speculation: Simplify indirect_branch_prediction_barrier()
9074 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9075 - iio: adc/accel: Fix up module licenses
9076 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9077 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9078 - KVM: nVMX: Eliminate vmcs02 pool
9079 - KVM: VMX: introduce alloc_loaded_vmcs
9080 - objtool: Improve retpoline alternative handling
9081 - objtool: Add support for alternatives at the end of a section
9082 - objtool: Warn on stripped section symbol
9083 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
9084 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
9085 - x86/entry/64: Remove the SYSCALL64 fast path
9086 - x86/entry/64: Push extra regs right away
9087 - x86/asm: Move 'status' from thread_struct to thread_info
9088 - Documentation: Document array_index_nospec
9089 - array_index_nospec: Sanitize speculative array de-references
9090 - x86: Implement array_index_mask_nospec
9091 - x86: Introduce barrier_nospec
9092 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
9093 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
9094 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
9095 - x86/get_user: Use pointer masking to limit speculation
9096 - x86/syscall: Sanitize syscall table de-references under speculation
9097 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
9098 - nl80211: Sanitize array index in parse_txq_params
9099 - x86/spectre: Report get_user mitigation for spectre_v1
9100 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
9101 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
9102 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
9103 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
9104 - KVM: VMX: make MSR bitmaps per-VCPU
9105 - x86/kvm: Update spectre-v1 mitigation
9106 - x86/retpoline: Avoid retpolines for built-in __init functions
9107 - x86/spectre: Simplify spectre_v2 command line parsing
9108 - x86/pti: Mark constant arrays as __initconst
9109 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
9110 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
9111 - KVM/x86: Add IBPB support
9112 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
9113 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
9114 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
9115 - serial: core: mark port as initialized after successful IRQ change
9116 - fpga: region: release of_parse_phandle nodes after use
9117 - Linux 4.15.2
9118
9119 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
9120 - net: phy: core: remove now uneeded disabling of interrupts
9121 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
9122 - net: socionext: Add Synquacer NetSec driver
9123 - net: socionext: include linux/io.h to fix build
9124 - net: socionext: Fix error return code in netsec_netdev_open()
9125
9126 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
9127 - [Config] CONFIG_EDAC_GHES=y
9128
9129 * support thunderx2 vendor pmu events (LP: #1747523)
9130 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
9131 - perf tools arm64: Add support for get_cpuid_str function.
9132 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
9133 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
9134 events
9135 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
9136
9137 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
9138 - SAUCE: mm: disable vma based swap readahead by default
9139 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
9140
9141 * Miscellaneous Ubuntu changes
9142 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
9143
9144 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
96032e33 9145
d2c642c9 9146linux (4.15.0-7.8) bionic; urgency=medium
179ffce1 9147
d2c642c9
SF
9148 * Bionic update to v4.15.1 stable release (LP: #1747169)
9149 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
9150 - tools/gpio: Fix build error with musl libc
9151 - gpio: stmpe: i2c transfer are forbiden in atomic context
9152 - gpio: Fix kernel stack leak to userspace
9153 - ALSA: hda - Reduce the suspend time consumption for ALC256
9154 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
9155 - crypto: aesni - handle zero length dst buffer
9156 - crypto: aesni - fix typo in generic_gcmaes_decrypt
9157 - crypto: aesni - add wrapper for generic gcm(aes)
9158 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
9159 aesni
9160 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
9161 aesni
9162 - crypto: inside-secure - fix hash when length is a multiple of a block
9163 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
9164 - crypto: sha3-generic - fixes for alignment and big endian operation
9165 - crypto: af_alg - whitelist mask and type
9166 - HID: wacom: EKR: ensure devres groups at higher indexes are released
9167 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
9168 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9169 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9170 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
9171 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
9172 - igb: Free IRQs when device is hotplugged
9173 - ima/policy: fix parsing of fsuuid
9174 - scsi: aacraid: Fix udev inquiry race condition
9175 - scsi: aacraid: Fix hang in kdump
9176 - scsi: storvsc: missing error code in storvsc_probe()
9177 - staging: lustre: separate a connection destroy from free struct kib_conn
9178 - staging: ccree: NULLify backup_info when unused
9179 - staging: ccree: fix fips event irq handling build
9180 - tty: fix data race between tty_init_dev and flush of buf
9181 - usb: option: Add support for FS040U modem
9182 - USB: serial: pl2303: new device id for Chilitag
9183 - USB: cdc-acm: Do not log urb submission errors on disconnect
9184 - CDC-ACM: apply quirk for card reader
9185 - USB: serial: io_edgeport: fix possible sleep-in-atomic
9186 - usbip: prevent bind loops on devices attached to vhci_hcd
9187 - usbip: list: don't list devices attached to vhci_hcd
9188 - USB: serial: simple: add Motorola Tetra driver
9189 - usb: f_fs: Prevent gadget unbind if it is already unbound
9190 - usb: uas: unconditionally bring back host after reset
9191 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
9192 - ANDROID: binder: remove waitqueue when thread exits.
9193 - android: binder: use VM_ALLOC to get vm area
9194 - mei: me: allow runtime pm for platform with D0i3
9195 - serial: 8250_of: fix return code when probe function fails to get reset
9196 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
9197 - serial: 8250_dw: Revert "Improve clock rate setting"
9198 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
9199 - spi: imx: do not access registers while clocks disabled
9200 - iio: adc: stm32: fix scan of multiple channels with DMA
9201 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
9202 - test_firmware: fix missing unlock on error in config_num_requests_store()
9203 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
9204 - Input: synaptics-rmi4 - do not delete interrupt memory too early
9205 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
9206 - Linux 4.15.1
179ffce1 9207
d2c642c9
SF
9208 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
9209 (LP: #1744712)
9210 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
9211 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
9212 version
9213
9214 * apparmor profile load in stacked policy container fails (LP: #1746463)
9215 - SAUCE: apparmor: fix display of .ns_name for containers
9216
9217 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
179ffce1 9218
968dd225 9219linux (4.15.0-6.7) bionic; urgency=low
e421cacd 9220
968dd225
SF
9221 * upload urgency should be medium by default (LP: #1745338)
9222 - [Packaging] update urgency to medium by default
9223
9224 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
9225 - scsi: libiscsi: Allow sd_shutdown on bad transport
9226
9227 * Miscellaneous Ubuntu changes
9228 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
9229 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
9230 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
e421cacd 9231
ba241964
SF
9232 [ Upstream Kernel Changes ]
9233
9234 * Rebase to v4.15
9235
968dd225 9236 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
e421cacd 9237
47e18381 9238linux (4.15.0-5.6) bionic; urgency=low
aa1e162f 9239
47e18381
SF
9240 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
9241 (LP: #1744077)
9242 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
9243
9244 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
9245 (LP: #1743638)
9246 - [d-i] Add qede to nic-modules udeb
9247
9248 * boot failure on AMD Raven + WesternXT (LP: #1742759)
9249 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
9250
9251 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
9252 (LP: #1726519)
9253 - SAUCE: Revert "scsi: libsas: allow async aborts"
9254
9255 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
9256 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
9257
9258 * Miscellaneous Ubuntu changes
9259 - Rebase to v4.15-rc7
9260 - [Config] CONFIG_CPU_ISOLATION=y
9261 - [Config] Update annotations following config review
9262 - Revert "UBUNTU: SAUCE: Import aufs driver"
9263 - SAUCE: Import aufs driver
9264 - ubuntu: vbox -- update to 5.2.6-dfsg-1
9265 - ubuntu: vbox: build fixes for 4.15
9266 - ubuntu: vbox -- update to 5.2.6-dfsg-2
9267 - hio: updates for timer api changes in 4.15
9268 - enable hio build
9269 - Rebase to v4.15-rc9
aa1e162f 9270
efea660a
SF
9271 [ Upstream Kernel Changes ]
9272
40f9eb86 9273 * Rebase to v4.15-rc9
efea660a 9274
47e18381 9275 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
aa1e162f 9276
9ebbac5e 9277linux (4.15.0-4.5) bionic; urgency=low
9794190f 9278
9ebbac5e
SF
9279 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
9280 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
9281
9282 * External HDMI monitor failed to show screen on Lenovo X1 series
9283 (LP: #1738523)
9284 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
9285
9286 * Miscellaneous Ubuntu changes
9287 - [Debian] autoreconstruct - add resoration of execute permissions
9794190f 9288
0d1de9d5
SF
9289 [ Upstream Kernel Changes ]
9290
9291 * Rebase to v4.15-rc4
9292
9ebbac5e 9293 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
9794190f 9294
4d42ba20 9295linux (4.15.0-3.4) bionic; urgency=low
c298e823 9296
4d42ba20
SF
9297 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
9298 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
c298e823 9299
d37d0533
SF
9300 [ Upstream Kernel Changes ]
9301
9302 * Rebase to v4.15-rc6
9303
4d42ba20 9304 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
c298e823 9305
c4427b55 9306linux (4.15.0-2.3) bionic; urgency=low
67b6f3e0 9307
c4427b55
SF
9308 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
9309 4.15.0-1.2 (LP: #1737752)
9310 - x86/mm: Unbreak modules that use the DMA API
9311
9312 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
9313 - [Config] CONFIG_SPI_INTEL_SPI_*=n
9314
9315 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
9316 and udebs (LP: #1521712)
9317 - [Config] Include ibmvnic in nic-modules
9318
9319 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
9320 - [Config] Enable support for emulation of deprecated ARMv8 instructions
9321
9322 * Miscellaneous Ubuntu changes
9323 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
9324 - Enable zfs build
9325 - [Debian] add icp to zfs-modules.ignore
67b6f3e0 9326
c4f0e175
SF
9327 [ Upstream Kernel Changes ]
9328
9329 * Rebase to v4.15-rc4
9330
c4427b55 9331 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
67b6f3e0 9332
d4814b5f 9333linux (4.15.0-1.2) bionic; urgency=low
e82fa576 9334
d4814b5f
SF
9335 * Disabling zfs does not always disable module checks for the zfs modules
9336 (LP: #1737176)
9337 - [Packaging] disable zfs module checks when zfs is disabled
9338
9339 * Miscellaneous Ubuntu changes
9340 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
e82fa576 9341
76315af6
SF
9342 [ Upstream Kernel Changes ]
9343
9344 * Rebase to v4.15-rc3
9345
d4814b5f 9346 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
e82fa576 9347
e7c27d1e 9348linux (4.15.0-0.1) bionic; urgency=low
c78ba448 9349
e7c27d1e
SF
9350 * Miscellaneous Ubuntu changes
9351 - ubuntu: vbox -- update to 5.2.2-dfsg-2
9352 - ubuntu: vbox: build fixes for 4.15
9353 - disable hio build
9354 - [Config] Update kernel lockdown options to fix build errors
9355 - Disable zfs build
9356 - SAUCE: Import aufs driver
9357 - [Config] Enable AUFS config options
c78ba448 9358
079f534b
SF
9359 [ Upstream Kernel Changes ]
9360
9361 * Rebase to v4.15-rc2
9362
e7c27d1e 9363 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
c78ba448 9364
2c21160b
TG
9365linux (4.14.0-11.13) bionic; urgency=low
9366
9367 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
9368
9369 * CVE-2017-1000405
9370 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
9371
9372 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
9373 - SAUCE: mm: disable vma based swap readahead by default
9374 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
9375
9376 * Bionic update to v4.14.3 stable release (LP: #1735843)
9377 - s390: fix transactional execution control register handling
9378 - s390/noexec: execute kexec datamover without DAT
9379 - s390/runtime instrumention: fix possible memory corruption
9380 - s390/guarded storage: fix possible memory corruption
9381 - s390/disassembler: add missing end marker for e7 table
9382 - s390/disassembler: increase show_code buffer size
9383 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
9384 - ACPI / EC: Fix regression related to triggering source of EC event handling
9385 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
9386 - serdev: fix registration of second slave
9387 - sched: Make resched_cpu() unconditional
9388 - lib/mpi: call cond_resched() from mpi_powm() loop
9389 - x86/boot: Fix boot failure when SMP MP-table is based at 0
9390 - x86/decoder: Add new TEST instruction pattern
9391 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
9392 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
9393 - perf/x86/intel: Hide TSX events when RTM is not supported
9394 - arm64: Implement arch-specific pte_access_permitted()
9395 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
9396 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
9397 - uapi: fix linux/tls.h userspace compilation error
9398 - uapi: fix linux/rxrpc.h userspace compilation errors
9399 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
9400 - MIPS: ralink: Fix MT7628 pinmux
9401 - MIPS: ralink: Fix typo in mt7628 pinmux function
9402 - net: mvneta: fix handling of the Tx descriptor counter
9403 - nbd: wait uninterruptible for the dead timeout
9404 - nbd: don't start req until after the dead connection logic
9405 - PM / OPP: Add missing of_node_put(np)
9406 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
9407 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
9408 - PCI: hv: Use effective affinity mask
9409 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
9410 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
9411 - ALSA: hda: Add Raven PCI ID
9412 - dm integrity: allow unaligned bv_offset
9413 - dm cache: fix race condition in the writeback mode overwrite_bio
9414 optimisation
9415 - dm crypt: allow unaligned bv_offset
9416 - dm zoned: ignore last smaller runt zone
9417 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
9418 - dm bufio: fix integer overflow when limiting maximum cache size
9419 - ovl: Put upperdentry if ovl_check_origin() fails
9420 - dm: allocate struct mapped_device with kvzalloc
9421 - sched/rt: Simplify the IPI based RT balancing logic
9422 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
9423 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
9424 - dm: discard support requires all targets in a table support discards
9425 - MIPS: Fix odd fp register warnings with MIPS64r2
9426 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
9427 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
9428 - MIPS: Fix an n32 core file generation regset support regression
9429 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
9430 - MIPS: math-emu: Fix final emulation phase for certain instructions
9431 - rt2x00usb: mark device removed when get ENOENT usb error
9432 - mm/z3fold.c: use kref to prevent page free/compact race
9433 - autofs: don't fail mount for transient error
9434 - nilfs2: fix race condition that causes file system corruption
9435 - fscrypt: lock mutex before checking for bounce page pool
9436 - eCryptfs: use after free in ecryptfs_release_messaging()
9437 - libceph: don't WARN() if user tries to add invalid key
9438 - bcache: check ca->alloc_thread initialized before wake up it
9439 - fs: guard_bio_eod() needs to consider partitions
9440 - fanotify: fix fsnotify_prepare_user_wait() failure
9441 - isofs: fix timestamps beyond 2027
9442 - btrfs: change how we decide to commit transactions during flushing
9443 - f2fs: expose some sectors to user in inline data or dentry case
9444 - NFS: Fix typo in nomigration mount option
9445 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
9446 - nfs: Fix ugly referral attributes
9447 - NFS: Avoid RCU usage in tracepoints
9448 - NFS: revalidate "." etc correctly on "open".
9449 - nfsd: deal with revoked delegations appropriately
9450 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
9451 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
9452 - iwlwifi: fix firmware names for 9000 and A000 series hw
9453 - md: fix deadlock error in recent patch.
9454 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
9455 - Bluetooth: btqcomsmd: Add support for BD address setup
9456 - md/bitmap: revert a patch
9457 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
9458 - fsnotify: pin both inode and vfsmount mark
9459 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
9460 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
9461 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
9462 - ext4: prevent data corruption with inline data + DAX
9463 - ext4: prevent data corruption with journaling + DAX
9464 - ALSA: pcm: update tstamp only if audio_tstamp changed
9465 - ALSA: usb-audio: Add sanity checks to FE parser
9466 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
9467 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
9468 - ALSA: timer: Remove kernel warning at compat ioctl error paths
9469 - ALSA: hda/realtek - Fix ALC275 no sound issue
9470 - ALSA: hda: Fix too short HDMI/DP chmap reporting
9471 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
9472 - ALSA: hda/realtek - Fix ALC700 family no sound issue
9473 - ASoC: sun8i-codec: Invert Master / Slave condition
9474 - ASoC: sun8i-codec: Fix left and right channels inversion
9475 - ASoC: sun8i-codec: Set the BCLK divider
9476 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
9477 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
9478 - 9p: Fix missing commas in mount options
9479 - fs/9p: Compare qid.path in v9fs_test_inode
9480 - net/9p: Switch to wait_event_killable()
9481 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
9482 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
9483 - scsi: lpfc: fix pci hot plug crash in timer management routines
9484 - scsi: lpfc: fix pci hot plug crash in list_add call
9485 - scsi: lpfc: Fix crash receiving ELS while detaching driver
9486 - scsi: lpfc: Fix FCP hba_wqidx assignment
9487 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
9488 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
9489 - iscsi-target: Fix non-immediate TMR reference leak
9490 - target: fix null pointer regression in core_tmr_drain_tmr_list
9491 - target: fix buffer offset in core_scsi3_pri_read_full_status
9492 - target: Fix QUEUE_FULL + SCSI task attribute handling
9493 - target: Fix caw_sem leak in transport_generic_request_failure
9494 - target: Fix quiese during transport_write_pending_qf endless loop
9495 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
9496 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
9497 - mtd: nand: Export nand_reset() symbol
9498 - mtd: nand: atmel: Actually use the PM ops
9499 - mtd: nand: omap2: Fix subpage write
9500 - mtd: nand: Fix writing mtdoops to nand flash.
9501 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
9502 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
9503 - p54: don't unregister leds when they are not initialized
9504 - block: Fix a race between blk_cleanup_queue() and timeout handling
9505 - raid1: prevent freeze_array/wait_all_barriers deadlock
9506 - genirq: Track whether the trigger type has been set
9507 - irqchip/gic-v3: Fix ppi-partitions lookup
9508 - lockd: double unregister of inetaddr notifiers
9509 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
9510 enabled
9511 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
9512 - KVM: SVM: obey guest PAT
9513 - kvm: vmx: Reinstate support for CPUs without virtual NMI
9514 - dax: fix PMD faults on zero-length files
9515 - dax: fix general protection fault in dax_alloc_inode
9516 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
9517 - clk: ti: dra7-atl-clock: fix child-node lookups
9518 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
9519 - libnvdimm, pfn: make 'resource' attribute only readable by root
9520 - libnvdimm, namespace: fix label initialization to use valid seq numbers
9521 - libnvdimm, region : make 'resource' attribute only readable by root
9522 - libnvdimm, namespace: make 'resource' attribute only readable by root
9523 - svcrdma: Preserve CB send buffer across retransmits
9524 - IB/srpt: Do not accept invalid initiator port names
9525 - IB/cm: Fix memory corruption in handling CM request
9526 - IB/hfi1: Fix incorrect available receive user context count
9527 - IB/srp: Avoid that a cable pull can trigger a kernel crash
9528 - IB/core: Avoid crash on pkey enforcement failed in received MADs
9529 - IB/core: Only maintain real QPs in the security lists
9530 - NFC: fix device-allocation error return
9531 - spi-nor: intel-spi: Fix broken software sequencing codes
9532 - i40e: Use smp_rmb rather than read_barrier_depends
9533 - igb: Use smp_rmb rather than read_barrier_depends
9534 - igbvf: Use smp_rmb rather than read_barrier_depends
9535 - ixgbevf: Use smp_rmb rather than read_barrier_depends
9536 - i40evf: Use smp_rmb rather than read_barrier_depends
9537 - fm10k: Use smp_rmb rather than read_barrier_depends
9538 - ixgbe: Fix skb list corruption on Power systems
9539 - parisc: Fix validity check of pointer size argument in new CAS
9540 implementation
9541 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
9542 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
9543 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
9544 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
9545 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
9546 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
9547 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
9548 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
9549 - powerpc/64s/hash: Fix fork() with 512TB process address space
9550 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
9551 - media: Don't do DMA on stack for firmware upload in the AS102 driver
9552 - media: rc: check for integer overflow
9553 - media: rc: nec decoder should not send both repeat and keycode
9554 - cx231xx-cards: fix NULL-deref on missing association descriptor
9555 - media: v4l2-ctrl: Fix flags field on Control events
9556 - media: venus: fix wrong size on dma_free
9557 - media: venus: venc: fix bytesused v4l2_plane field
9558 - media: venus: reimplement decoder stop command
9559 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
9560 zone
9561 - iwlwifi: fix wrong struct for a000 device
9562 - iwlwifi: add a new a000 device
9563 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
9564 - iwlwifi: add new cards for a000 series
9565 - iwlwifi: add new cards for 8265 series
9566 - iwlwifi: add new cards for 8260 series
9567 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
9568 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
9569 - e1000e: Fix error path in link detection
9570 - e1000e: Fix return value test
9571 - e1000e: Separate signaling for link check/link up
9572 - e1000e: Avoid receiver overrun interrupt bursts
9573 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
9574 - Linux 4.14.3
9575
9576 * Miscellaneous Ubuntu changes
9577 - SAUCE: s390/topology: don't inline cpu_to_node
9578 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9579
9580 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
9581
9582linux (4.14.0-10.12) bionic; urgency=low
9583
9584 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
9585
9586 * Miscellaneous Ubuntu changes
9587 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
9588 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
9589
9590 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
9591
9592linux (4.14.0-9.11) bionic; urgency=low
9593
9594 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
9595
9596 * Miscellaneous Ubuntu changes
9597 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
9598 0.7.3-1ubuntu1"
9599
9600 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
9601
9602linux (4.14.0-8.10) bionic; urgency=low
9603
9604 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
9605
9606 * Bionic update to v4.14.2 stable release (LP: #1734694)
9607 - bio: ensure __bio_clone_fast copies bi_partno
9608 - af_netlink: ensure that NLMSG_DONE never fails in dumps
9609 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
9610 - net: cdc_ncm: GetNtbFormat endian fix
9611 - fealnx: Fix building error on MIPS
9612 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
9613 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
9614 - serial: omap: Fix EFR write on RTS deassertion
9615 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
9616 - tpm-dev-common: Reject too short writes
9617 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
9618 - mm/pagewalk.c: report holes in hugetlb ranges
9619 - ocfs2: fix cluster hang after a node dies
9620 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
9621 - ipmi: fix unsigned long underflow
9622 - mm/page_alloc.c: broken deferred calculation
9623 - mm/page_ext.c: check if page_ext is not prepared
9624 - coda: fix 'kernel memory exposure attempt' in fsync
9625 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
9626 - Linux 4.14.2
9627
9628 * Bionic update to v4.14.1 stable release (LP: #1734693)
9629 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
9630 - dmaengine: dmatest: warn user when dma test times out
9631 - media: imon: Fix null-ptr-deref in imon_probe
9632 - media: dib0700: fix invalid dvb_detach argument
9633 - crypto: dh - Fix double free of ctx->p
9634 - crypto: dh - Don't permit 'p' to be 0
9635 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
9636 - crypto: brcm - Explicity ACK mailbox message
9637 - USB: early: Use new USB product ID and strings for DbC device
9638 - USB: usbfs: compute urb->actual_length for isochronous
9639 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
9640 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
9641 - USB: serial: metro-usb: stop I/O after failed open
9642 - USB: serial: Change DbC debug device binding ID
9643 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
9644 - USB: serial: garmin_gps: fix I/O after failed probe and remove
9645 - USB: serial: garmin_gps: fix memory leak on probe errors
9646 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
9647 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
9648 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
9649 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
9650 - HID: cp2112: add HIDRAW dependency
9651 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
9652 - rpmsg: glink: Add missing MODULE_LICENSE
9653 - staging: wilc1000: Fix bssid buffer offset in Txq
9654 - staging: sm750fb: Fix parameter mistake in poke32
9655 - staging: ccree: fix 64 bit scatter/gather DMA ops
9656 - staging: greybus: spilib: fix use-after-free after deregistration
9657 - staging: rtl8188eu: Revert 4 commits breaking ARP
9658 - spi: fix use-after-free at controller deregistration
9659 - sparc32: Add cmpxchg64().
9660 - sparc64: mmu_context: Add missing include files
9661 - sparc64: Fix page table walk for PUD hugepages
9662 - Linux 4.14.1
9663
9664 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
9665 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
9666
9667 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
9668 (LP: #1732627)
9669 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
9670
9671 * Miscellaneous Ubuntu changes
9672 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9673
9674 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
9675
9676linux (4.14.0-7.9) bionic; urgency=low
9677
9678 * Miscellaneous Ubuntu changes
9679 - SAUCE: apparmor: add base infastructure for socket mediation
9680 - SAUCE: apparmor: af_unix mediation
9681 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
9682 - SAUCE: LSM stacking: LSM: manage credential security blobs
9683 - SAUCE: LSM stacking: LSM: Manage file security blobs
9684 - SAUCE: LSM stacking: LSM: manage task security blobs
9685 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
9686 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
9687 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
9688 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
9689 - SAUCE: LSM stacking: fixup initialize task->security
9690 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
9691 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
9692 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
9693 - SAUCE: LSM stacking: fixup apparmor stacking enablement
9694 - SAUCE: LSM stacking: fixup stacking kconfig
9695 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
9696 - SAUCE: LSM stacking: provide prctl interface for setting context
9697 - SAUCE: LSM stacking: inherit current display LSM
9698 - SAUCE: LSM stacking: keep an index for each registered LSM
9699 - SAUCE: LSM stacking: verify display LSM
9700 - SAUCE: LSM stacking: provide a way to specify the default display lsm
9701 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
9702 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
9703 - SAUCE: LSM stacking: add Kconfig to set default display LSM
9704 - SAUCE: LSM stacking: add configs for LSM stacking
9705 - SAUCE: LSM stacking: check for invalid zero sized writes
9706 - [Config] Run updateconfigs after merging LSM stacking
9707 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
9708
9709 [ Upstream Kernel Changes ]
9710
9711 * Rebase to v4.14
9712
9713 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
9714
9715linux (4.14.0-6.8) bionic; urgency=low
9716
9717 * Miscellaneous Ubuntu changes
9718 - SAUCE: add workarounds to enable ZFS for 4.14
9719
9720 [ Upstream Kernel Changes ]
9721
9722 * Rebase to v4.14-rc8
9723
9724 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
9725
9726linux (4.14.0-5.7) bionic; urgency=low
9727
9728 * Miscellaneous Ubuntu changes
9729 - [Debian] Fix invocation of dh_prep for dbgsym packages
9730
9731 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
9732
9733linux (4.14.0-4.5) bionic; urgency=low
9734
9735 * Miscellaneous Ubuntu changes
9736 - [Packaging] virtualbox -- reduce in kernel module versions
9737 - vbox-update: Fix up KERN_DIR definitions
9738 - ubuntu: vbox -- update to 5.2.0-dfsg-2
9739 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
9740
9741 [ Upstream Kernel Changes ]
9742
9743 * Rebase to v4.14-rc7
9744
9745 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
9746
9747linux (4.14.0-3.4) artful; urgency=low
9748
9749 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
9750 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
9751 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
9752 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
9753
9754 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
9755 - powerpc/64s: Add workaround for P9 vector CI load issue
9756
9757 * Miscellaneous Ubuntu changes
9758 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
9759 - [Config] CONFIG_DRM_VBOXVIDEO=m
9760 - SAUCE: Import aufs driver
9761 - [Config] Enable aufs
9762 - [Config] Reorder annotations file after enabling aufs
9763 - vbox-update: Disable imported vboxvideo module
9764 - ubuntu: vbox -- update to 5.1.30-dfsg-1
9765 - Enable vbox
9766 - hio: Use correct sizes when initializing ssd_index_bits* arrays
9767 - hio: Update io stat accounting for 4.14
9768 - Enable hio
9769
9770 [ Upstream Kernel Changes ]
9771
9772 * Rebase to v4.14-rc5
9773 * Rebase to v4.14-rc6
9774
9775 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
9776
9777linux (4.14.0-2.3) artful; urgency=low
9778
9779 * [Bug] USB controller failed to respond on Denverton after loading
9780 intel_th_pci module (LP: #1715833)
9781 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
9782
9783 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
9784 17.10 (kernel 4.13) (LP: #1719290)
9785 - SAUCE: s390: update zfcpdump_defconfig
9786
9787 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
9788 - d-i: Add bnxt_en to nic-modules.
9789
9790 * Miscellaneous Ubuntu changes
9791 - [Config] Update annotations for 4.14-rc2
9792
9793 [ Upstream Kernel Changes ]
9794
9795 * Rebase to v4.14-rc3
9796 * Rebase to v4.14-rc4
9797
9798 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
9799
9800linux (4.14.0-1.2) artful; urgency=low
9801
9802 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
9803 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
9804
9805 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
9806 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
9807
9808 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
9809 (LP: #1718679)
9810 - [Config] CONFIG_DRM_VBOXVIDEO=n
9811
9812 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
9813 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
9814
9815 * autopkgtest profile fails to build on armhf (LP: #1717920)
9816 - [Packaging] autopkgtest -- disable d-i when dropping flavours
9817
9818 * Miscellaneous Ubuntu changes
9819 - [Config] CONFIG_I2C_XLP9XX=m
9820 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
9821
9822 [ Upstream Kernel Changes ]
9823
9824 * Rebase to v4.14-rc2
9825
9826 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
9827
9828linux (4.14.0-0.1) artful; urgency=low
9829
9830 * Miscellaneous Ubuntu changes
9831 - Disable vbox build
9832 - Disable hio build
9833 - Disable zfs build
9834
9835 [ Upstream Kernel Changes ]
9836
9837 * Rebase to v4.14-rc1
9838
9839 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
9840
9841linux (4.13.0-11.12) artful; urgency=low
9842
9843 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
9844
9845 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
9846 - s390/mm: fix local TLB flushing vs. detach of an mm address space
9847 - s390/mm: fix race on mm->context.flush_mm
9848
9849 * CVE-2017-1000251
9850 - Bluetooth: Properly check L2CAP config option output buffer length
9851
9852 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
9853
9854linux (4.13.0-10.11) artful; urgency=low
9855
9856 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
9857
9858 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
9859 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
9860
9861 * Artful update to v4.13.1 stable release (LP: #1716284)
9862 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9863 - USB: serial: option: add support for D-Link DWM-157 C1
9864 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
9865 - usb:xhci:Fix regression when ATI chipsets detected
9866 - USB: musb: fix external abort on suspend
9867 - ANDROID: binder: add padding to binder_fd_array_object.
9868 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
9869 - USB: core: Avoid race of async_completed() w/ usbdev_release()
9870 - staging/rts5208: fix incorrect shift to extract upper nybble
9871 - staging: ccree: save ciphertext for CTS IV
9872 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
9873 - iio: adc: ti-ads1015: fix incorrect data rate setting update
9874 - iio: adc: ti-ads1015: fix scale information for ADS1115
9875 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
9876 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
9877 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
9878 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
9879 - driver core: bus: Fix a potential double free
9880 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
9881 - binder: free memory on error
9882 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
9883 - crypto: caam/qi - fix compilation with DEBUG enabled
9884 - thunderbolt: Fix reset response_type
9885 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
9886 - intel_th: pci: Add Cannon Lake PCH-H support
9887 - intel_th: pci: Add Cannon Lake PCH-LP support
9888 - ath10k: fix memory leak in rx ring buffer allocation
9889 - drm/vgem: Pin our pages for dmabuf exports
9890 - drm/ttm: Fix accounting error when fail to get pages for pool
9891 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
9892 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
9893 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
9894 - iwlwifi: pci: add new PCI ID for 7265D
9895 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
9896 - mwifiex: correct channel stat buffer overflows
9897 - MCB: add support for SC31 to mcb-lpc
9898 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
9899 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
9900 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
9901 - workqueue: Fix flag collision
9902 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
9903 - cs5536: add support for IDE controller variant
9904 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
9905 - scsi: sg: recheck MMAP_IO request length with lock held
9906 - of/device: Prevent buffer overflow in of_device_modalias()
9907 - rtlwifi: Fix memory leak when firmware request fails
9908 - rtlwifi: Fix fallback firmware loading
9909 - Linux 4.13.1
9910
9911 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
9912 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9913
9914 * SRIOV: warning if unload VFs (LP: #1715073)
9915 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
9916
9917 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
9918 - i40e: avoid NVM acquire deadlock during NVM update
9919 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
9920
9921 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
9922 twice when perf stat is done (perf:) (LP: #1714571)
9923 - perf vendor events powerpc: Remove duplicate events
9924
9925 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
9926 (LP: #1703339)
9927 - [Config] Include vmd in storage-core-modules udeb
9928
9929 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
9930 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
9931 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
9932 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
9933 offline
9934
9935 * Miscellaneous Ubuntu changes
9936 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
9937 - Revert "UBUNTU: SAUCE: Import aufs driver"
9938 - SAUCE: Import aufs driver
9939
9940 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
9941
9942linux (4.13.0-9.10) artful; urgency=low
9943
9944 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
9945
9946 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
9947 - [Config] CONFIG_EDAC_GHES=n
9948
9949 * Miscellaneous Ubuntu changes
9950 - ubuntu: vbox -- update to 5.1.26-dfsg-2
9951
9952 [ Upstream Kernel Changes ]
9953
9954 * Rebase to v4.13
9955
9956 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
9957
9958linux (4.13.0-8.9) artful; urgency=low
9959
9960 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
9961 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
9962
9963 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
9964 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
9965
9966 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
9967 Harrisonville SDP (LP: #1709257)
9968 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
9969 - EDAC, pnd2: Mask off the lower four bits of a BAR
9970 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
9971 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
9972 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
9973 reading BAR
9974
9975 * Miscellaneous Ubuntu changes
9976 - Revert "UBUNTU: SAUCE: Import aufs driver"
9977 - SAUCE: Import aufs driver
9978 - SAUCE: selftests/powerpc: Disable some ptrace selftests
9979 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
9980 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
9981 - [Config] Disable CONFIG_MDIO_* options for s390x
9982 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
9983 - [Config] Update annotations for 4.13
9984
9985 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
9986
9987linux (4.13.0-7.8) artful; urgency=low
9988
9989 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
9990 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
9991 paths
9992
9993 * Miscellaneous Ubuntu changes
9994 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
9995
9996 * Miscellaneous upstream changes
9997 - seccomp: Provide matching filter for introspection
9998 - seccomp: Sysctl to display available actions
9999 - seccomp: Operation for checking if an action is available
10000 - seccomp: Sysctl to configure actions that are allowed to be logged
10001 - seccomp: Selftest for detection of filter flag support
10002 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
10003 - seccomp: Action to log before allowing
10004
10005 [ Upstream Kernel Changes ]
10006
10007 * Rebase to v4.13-rc7
10008
10009 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
10010
10011linux (4.13.0-6.7) artful; urgency=low
10012
10013 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
10014 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
10015
10016 * sort ABI files with C.UTF-8 locale (LP: #1712345)
10017 - [Packaging] sort ABI files with C.UTF-8 locale
10018
10019 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
10020 - SAUCE: igb: add support for using Broadcom 54616 as PHY
10021
10022 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
10023 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
10024 - powerpc/mm/radix: Improve TLB/PWC flushes
10025 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
10026
10027 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
10028 properly enrolled keys (LP: #1712168)
10029 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
10030
10031 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
10032 - [Config] CONFIG_BLK_DEV_NVME=m for s390
10033
10034 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
10035 (LP: #1711298)
10036 - [Config] CONFIG_INTEL_ATOMISP=n
10037
10038 * Miscellaneous Ubuntu changes
10039 - SAUCE: apparmor: af_unix mediation
10040
10041 * Miscellaneous upstream changes
10042 - apparmor: Fix shadowed local variable in unpack_trans_table()
10043 - apparmor: Fix logical error in verify_header()
10044 - apparmor: Fix an error code in aafs_create()
10045 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
10046 - apparmor: add the ability to mediate signals
10047 - apparmor: add mount mediation
10048 - apparmor: cleanup conditional check for label in label_print
10049 - apparmor: add support for absolute root view based labels
10050 - apparmor: make policy_unpack able to audit different info messages
10051 - apparmor: add more debug asserts to apparmorfs
10052 - apparmor: add base infastructure for socket mediation
10053 - apparmor: move new_null_profile to after profile lookup fns()
10054 - apparmor: fix race condition in null profile creation
10055 - apparmor: ensure unconfined profiles have dfas initialized
10056 - apparmor: fix incorrect type assignment when freeing proxies
10057
10058 [ Upstream Kernel Changes ]
10059
10060 * Rebase to v4.13-rc6
10061
10062 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
10063
10064linux (4.13.0-5.6) artful; urgency=low
10065
10066 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
10067 - perf pmu-events: Support additional POWER8+ PVR in mapfile
10068 - perf vendor events: Add POWER9 PMU events
10069 - perf vendor events: Add POWER9 PVRs to mapfile
10070 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
10071 - SAUCE: perf vendor events powerpc: Update POWER9 events
10072
10073 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
10074 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
10075
10076 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
10077 kernels able to boot without initramfs (LP: #1700972)
10078 - [Debian] Don't depend on initramfs-tools
10079
10080 * Miscellaneous Ubuntu changes
10081 - SAUCE: Import aufs driver
10082 - SAUCE: aufs -- Add missing argument to loop_switch() call
10083 - [Config] Enable aufs
10084 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
10085 - Enable zfs build
10086 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
10087 - [Packaging] switch up to debhelper 9
10088
10089 [ Upstream Kernel Changes ]
10090
10091 * Rebase to v4.13-rc5
10092
10093 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
10094
10095linux (4.13.0-4.5) artful; urgency=low
10096
10097 * Lenovo Yoga 910 Sensors (LP: #1708120)
10098 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
10099
10100 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
10101 (LP: #1703339)
10102 - [Config] Add vmd driver to generic inclusion list
10103
10104 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
10105 - [Config] CONFIG_SATA_HIGHBANK=y
10106
10107 * Miscellaneous Ubuntu changes
10108 - ubuntu: vbox -- update to 5.1.26-dfsg-1
10109 - SAUCE: hio: Build fixes for 4.13
10110 - Enable hio build
10111 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
10112 - [debian] use all rather than amd64 dkms debs for sync
10113
10114 [ Upstream Kernel Changes ]
10115
10116 * Rebase to v4.13-rc4
10117
10118 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
10119
10120linux (4.13.0-3.4) artful; urgency=low
10121
10122 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
10123 - [Packaging] tests -- reduce rebuild test to one flavour
10124 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
10125
10126 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
10127 - SAUCE: virtio_net: Revert mergeable buffer handling rework
10128
10129 [ Upstream Kernel Changes ]
10130
10131 * Rebase to v4.13-rc3
10132
10133 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
10134
10135linux (4.13.0-2.3) artful; urgency=low
10136
10137 * Change CONFIG_IBMVETH to module (LP: #1704479)
10138 - [Config] CONFIG_IBMVETH=m
10139
10140 [ Upstream Kernel Changes ]
10141
10142 * Rebase to v4.13-rc2
10143
10144 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
10145
10146linux (4.13.0-1.2) artful; urgency=low
10147
10148 * Miscellaneous Ubuntu changes
10149 - [Debian] Support sphinx-based kernel documentation
10150
10151 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
10152
10153linux (4.13.0-0.1) artful; urgency=low
10154
10155 * Miscellaneous Ubuntu changes
10156 - Disable hio
10157 - Disable zfs build
10158 - ubuntu: vbox -- update to 5.1.24-dfsg-1
10159
10160 [ Upstream Kernel Changes ]
10161
10162 * Rebase to v4.13-rc1
10163
10164 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
10165
10166linux (4.12.0-7.8) artful; urgency=low
10167
10168 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
10169 (LP: #1673564)
10170 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
10171 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
10172 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
10173 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
10174 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
10175 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
10176 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
10177 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
10178 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
10179 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
10180 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
10181 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
10182 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
10183 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
10184 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
10185 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
10186 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
10187 - arm64: Add MIDR values for Cavium cn83XX SoCs
10188 - arm64: Add workaround for Cavium Thunder erratum 30115
10189 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
10190 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
10191 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
10192 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
10193 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
10194 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
10195 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
10196 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
10197
10198 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
10199 - net: hns: Bugfix for Tx timeout handling in hns driver
10200
10201 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
10202 - iommu/arm-smmu: Plumb in new ACPI identifiers
10203
10204 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
10205 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
10206
10207 * Artful update to v4.12.1 stable release (LP: #1703858)
10208 - driver core: platform: fix race condition with driver_override
10209 - RDMA/uverbs: Check port number supplied by user verbs cmds
10210 - usb: dwc3: replace %p with %pK
10211 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
10212 - usb: usbip: set buffer pointers to NULL after free
10213 - Add USB quirk for HVR-950q to avoid intermittent device resets
10214 - usb: Fix typo in the definition of Endpoint[out]Request
10215 - USB: core: fix device node leak
10216 - USB: serial: option: add two Longcheer device ids
10217 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
10218 - xhci: Limit USB2 port wake support for AMD Promontory hosts
10219 - gfs2: Fix glock rhashtable rcu bug
10220 - Add "shutdown" to "struct class".
10221 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
10222 - tpm: fix a kernel memory leak in tpm-sysfs.c
10223 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
10224 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
10225 - sched/fair, cpumask: Export for_each_cpu_wrap()
10226 - sched/core: Implement new approach to scale select_idle_cpu()
10227 - sched/numa: Use down_read_trylock() for the mmap_sem
10228 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
10229 - sched/fair: Simplify wake_affine() for the single socket case
10230 - sched/numa: Implement NUMA node level wake_affine()
10231 - sched/fair: Remove effective_load()
10232 - sched/numa: Hide numa_wake_affine() from UP build
10233 - xen: avoid deadlock in xenbus driver
10234 - crypto: drbg - Fixes panic in wait_for_completion call
10235 - Linux 4.12.1
10236
10237 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
10238 - scsi: cxlflash: Combine the send queue locks
10239 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
10240 - scsi: cxlflash: Reset hardware queue context via specified register
10241 - scsi: cxlflash: Schedule asynchronous reset of the host
10242 - scsi: cxlflash: Handle AFU sync failures
10243 - scsi: cxlflash: Track pending scsi commands in each hardware queue
10244 - scsi: cxlflash: Flush pending commands in cleanup path
10245 - scsi: cxlflash: Add scsi command abort handler
10246 - scsi: cxlflash: Create character device to provide host management interface
10247 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
10248 specifics
10249 - scsi: cxlflash: Introduce host ioctl support
10250 - scsi: cxlflash: Refactor AFU capability checking
10251 - scsi: cxlflash: Support LUN provisioning
10252 - scsi: cxlflash: Support AFU debug
10253 - scsi: cxlflash: Support WS16 unmap
10254 - scsi: cxlflash: Remove zeroing of private command data
10255 - scsi: cxlflash: Update TMF command processing
10256 - scsi: cxlflash: Avoid double free of character device
10257 - scsi: cxlflash: Update send_tmf() parameters
10258 - scsi: cxlflash: Update debug prints in reset handlers
10259
10260 * make snap-pkg support (LP: #1700747)
10261 - make snap-pkg support
10262
10263 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
10264 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
10265
10266 * arm64: fix crash reading /proc/kcore (LP: #1702749)
10267 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
10268 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
10269
10270 * Opal and POWER9 DD2 (LP: #1702159)
10271 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
10272
10273 * Data corruption with hio driver (LP: #1701316)
10274 - SAUCE: hio: Fix incorrect use of enum req_opf values
10275
10276 * Miscellaneous Ubuntu changes
10277 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
10278 - snapcraft.yaml: Sync with xenial
10279 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
10280
10281 * Miscellaneous upstream changes
10282 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
10283 MokSBState"
10284
10285 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
10286
10287linux (4.12.0-6.7) artful; urgency=low
10288
10289 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
10290 - net: ena: change return value for unsupported features unsupported return
10291 value
10292 - net: ena: add hardware hints capability to the driver
10293 - net: ena: change sizeof() argument to be the type pointer
10294 - net: ena: add reset reason for each device FLR
10295 - net: ena: add support for out of order rx buffers refill
10296 - net: ena: allow the driver to work with small number of msix vectors
10297 - net: ena: use napi_schedule_irqoff when possible
10298 - net: ena: separate skb allocation to dedicated function
10299 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
10300 - net: ena: update driver's rx drop statistics
10301 - net: ena: update ena driver to version 1.2.0
10302
10303 * APST gets enabled against explicit kernel option (LP: #1699004)
10304 - nvme: explicitly disable APST on quirked devices
10305
10306 * Miscellaneous Ubuntu changes
10307 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
10308 - SAUCE: hio updates for 4.12
10309 - SAUCE: Enable hio build
10310
10311 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
10312
10313linux (4.12.0-5.6) artful; urgency=low
10314
10315 * ERAT invalidate on context switch removal (LP: #1700819)
10316 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
10317
10318 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
10319 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
10320
10321 * Miscellaneous Ubuntu changes
10322 - d-i: Move qcom-emac from arm64 to shared nic-modules
10323
10324 [ Upstream Kernel Changes ]
10325
10326 * Rebase to v4.12
10327
10328 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
10329
10330linux (4.12.0-4.5) artful; urgency=low
10331
10332 * aacraid driver may return uninitialized stack data to userspace
10333 (LP: #1700077)
10334 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
10335
10336 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
10337 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
10338
10339 * AACRAID for power9 platform (LP: #1689980)
10340 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
10341 - scsi: aacraid: Fix DMAR issues with iommu=pt
10342 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
10343 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
10344 - scsi: aacraid: Remove reset support from check_health
10345 - scsi: aacraid: Change wait time for fib completion
10346 - scsi: aacraid: Log count info of scsi cmds before reset
10347 - scsi: aacraid: Print ctrl status before eh reset
10348 - scsi: aacraid: Using single reset mask for IOP reset
10349 - scsi: aacraid: Rework IOP reset
10350 - scsi: aacraid: Add periodic checks to see IOP reset status
10351 - scsi: aacraid: Rework SOFT reset code
10352 - scsi: aacraid: Rework aac_src_restart
10353 - scsi: aacraid: Use correct function to get ctrl health
10354 - scsi: aacraid: Make sure ioctl returns on controller reset
10355 - scsi: aacraid: Enable ctrl reset for both hba and arc
10356 - scsi: aacraid: Add reset debugging statements
10357 - scsi: aacraid: Remove reference to Series-9
10358 - scsi: aacraid: Update driver version to 50834
10359
10360 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
10361 - SAUCE: drm: hibmc: Use set_busid function from drm core
10362
10363 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
10364 - d-i: Add hibmc-drm to kernel-image udeb
10365
10366 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
10367 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
10368
10369 * Miscellaneous Ubuntu changes
10370 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
10371 - [Config] CONFIG_ATA=n for s390x
10372 - [Config] Update annotations for 4.12
10373
10374 [ Upstream Kernel Changes ]
10375
10376 * Rebase to v4.12-rc7
10377
10378 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
10379
10380linux (4.12.0-3.4) artful; urgency=low
10381
10382 * Miscellaneous upstream changes
10383 - ufs: fix the logics for tail relocation
10384
10385 [ Upstream Kernel Changes ]
10386
10387 * Rebase to v4.12-rc6
10388
10389 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
10390
10391linux (4.12.0-2.3) artful; urgency=low
10392
10393 * CVE-2014-9900
10394 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
10395 ethtool_get_wol()
10396
10397 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
10398 (LP: #1671360)
10399 - pinctrl/amd: Use regular interrupt instead of chained
10400
10401 * extend-diff-ignore should use exact matches (LP: #1693504)
10402 - [Packaging] exact extend-diff-ignore matches
10403
10404 * Miscellaneous Ubuntu changes
10405 - SAUCE: efi: Don't print secure boot state from the efi stub
10406 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
10407 - SAUCE: vbox fixes for 4.12
10408 - Re-enable virtualbox build
10409 - [Config] CONFIG_ORANGEFS_FS=m
10410 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
10411 - Enable zfs build
10412
10413 [ Upstream Kernel Changes ]
10414
10415 * Rebase to v4.12-rc4
10416 * Rebase to v4.12-rc5
10417
10418 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
10419
10420linux (4.12.0-1.2) artful; urgency=low
10421
10422 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
10423 - [Config] Enable CONFIG_DRM_MGAG200 as module
10424
10425 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
10426 - [Config] CONFIG_LIBIO=y on arm64 only
10427 - SAUCE: LIBIO: Introduce a generic PIO mapping method
10428 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
10429 - [Config] CONFIG_HISILICON_LPC=y
10430 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
10431 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
10432 I/O
10433 - SAUCE: LPC: Add the ACPI LPC support
10434 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
10435 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
10436
10437 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
10438 - SAUCE: tty: Fix ldisc crash on reopened tty
10439
10440 * Miscellaneous Ubuntu changes
10441 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
10442 - Rebase to v4.12-rc3
10443
10444 [ Upstream Kernel Changes ]
10445
10446 * Rebase to v4.12-rc3
10447
10448 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
10449
10450linux (4.12.0-0.1) artful; urgency=low
10451
10452 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
10453 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
10454
10455 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
10456 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
10457
10458 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
10459 (LP: #1672819)
10460 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
10461
10462 * Miscellaneous Ubuntu changes
10463 - Update find-missing-sauce.sh to compare to artful
10464 - Update dropped.txt
10465 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10466 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10467 kernel image
10468 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10469 mode
10470 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10471 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10472 locked down
10473 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10474 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10475 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10476 reboot
10477 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10478 set
10479 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10480 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10481 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10482 down
10483 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10484 locked down
10485 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10486 down
10487 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10488 is locked down
10489 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10490 locked down
10491 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10492 has been locked down
10493 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10494 locked down
10495 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10496 locked down
10497 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10498 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10499 kernel is locked down
10500 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10501 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10502 down
10503 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10504 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
10505 secondary keyring
10506 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
10507 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
10508 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10509 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
10510 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10511 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10512 MokSBState
10513 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10514 - [Config] Set values for UEFI secure boot lockdown options
10515 - Disable virtualbox build
10516 - Disable hio build
10517 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
10518 - Disable zfs build
10519 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
10520 - SAUCE: Import aufs driver
10521 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10522 - [Config] Enable aufs
10523 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
10524
10525 [ Upstream Kernel Changes ]
10526
10527 * Rebase to v4.12-rc2
10528
10529 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
10530
10531linux (4.11.0-3.8) artful; urgency=low
10532
10533 [ Seth Forshee ]
10534
10535 * Release Tracking Bug
10536 - LP: #1690999
10537
10538 * apparmor_parser hangs indefinitely when called by multiple threads
10539 (LP: #1645037)
10540 - SAUCE: apparmor: fix lock ordering for mkdir
10541
10542 * apparmor leaking securityfs pin count (LP: #1660846)
10543 - SAUCE: apparmor: fix leak on securityfs pin count
10544
10545 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
10546 (LP: #1660845)
10547 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
10548 fails
10549
10550 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
10551 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
10552
10553 * libvirt profile is blocking global setrlimit despite having no rlimit rule
10554 (LP: #1679704)
10555 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
10556 - apparmor: update auditing of rlimit check to provide capability information
10557
10558 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
10559 - SAUCE: apparmor: add policy revision file interface
10560
10561 * apparmor does not make support of query data visible (LP: #1678023)
10562 - SAUCE: apparmor: add label data availability to the feature set
10563
10564 * apparmor query interface does not make supported query info available
10565 (LP: #1678030)
10566 - SAUCE: apparmor: add information about the query inteface to the feature set
10567
10568 * change_profile incorrect when using namespaces with a compound stack
10569 (LP: #1677959)
10570 - SAUCE: apparmor: fix label parse for stacked labels
10571
10572 * Regression in 4.4.0-65-generic causes very frequent system crashes
10573 (LP: #1669611)
10574 - apparmor: sync of apparmor 3.6+ (17.04)
10575
10576 * Artful update to 4.11.1 stable release (LP: #1690814)
10577 - dm ioctl: prevent stack leak in dm ioctl call
10578 - drm/sti: fix GDP size to support up to UHD resolution
10579 - power: supply: lp8788: prevent out of bounds array access
10580 - brcmfmac: Ensure pointer correctly set if skb data location changes
10581 - brcmfmac: Make skb header writable before use
10582 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
10583 - refcount: change EXPORT_SYMBOL markings
10584 - net: macb: fix phy interrupt parsing
10585 - tcp: fix access to sk->sk_state in tcp_poll()
10586 - geneve: fix incorrect setting of UDP checksum flag
10587 - bpf: enhance verifier to understand stack pointer arithmetic
10588 - bpf, arm64: fix jit branch offset related to ldimm64
10589 - tcp: fix wraparound issue in tcp_lp
10590 - net: ipv6: Do not duplicate DAD on link up
10591 - net: usb: qmi_wwan: add Telit ME910 support
10592 - tcp: do not inherit fastopen_req from parent
10593 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
10594 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
10595 - ipv6: initialize route null entry in addrconf_init()
10596 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
10597 - tcp: randomize timestamps on syncookies
10598 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
10599 - bpf: don't let ldimm64 leak map addresses on unprivileged
10600 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
10601 - f2fs: sanity check segment count
10602 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
10603 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
10604 - block: get rid of blk_integrity_revalidate()
10605 - Linux 4.11.1
10606
10607 * Module signing exclusion for staging drivers does not work properly
10608 (LP: #1690908)
10609 - SAUCE: Fix module signing exclusion in package builds
10610
10611 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
10612 - [Config] CONFIG_QCOM_L3_PMU=y
10613 - perf: qcom: Add L3 cache PMU driver
10614
10615 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
10616 - drivers/perf: arm_pmu: rework per-cpu allocation
10617 - drivers/perf: arm_pmu: manage interrupts per-cpu
10618 - drivers/perf: arm_pmu: split irq request from enable
10619 - drivers/perf: arm_pmu: remove pointless PMU disabling
10620 - drivers/perf: arm_pmu: define armpmu_init_fn
10621 - drivers/perf: arm_pmu: fold init into alloc
10622 - drivers/perf: arm_pmu: factor out pmu registration
10623 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
10624 - drivers/perf: arm_pmu: handle no platform_device
10625 - drivers/perf: arm_pmu: rename irq request/free functions
10626 - drivers/perf: arm_pmu: split cpu-local irq request/free
10627 - drivers/perf: arm_pmu: move irq request/free into probe
10628 - drivers/perf: arm_pmu: split out platform device probe logic
10629 - arm64: add function to get a cpu's MADT GICC table
10630 - [Config] CONFIG_ARM_PMU_ACPI=y
10631 - drivers/perf: arm_pmu: add ACPI framework
10632 - arm64: pmuv3: handle !PMUv3 when probing
10633 - arm64: pmuv3: use arm_pmu ACPI framework
10634
10635 * Fix NVLINK2 TCE route (LP: #1690155)
10636 - powerpc/powernv: Fix TCE kill on NVLink2
10637
10638 * CVE-2017-0605
10639 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
10640
10641 * Miscellaneous Ubuntu changes
10642 - [Config] Restore powerpc arch to annotations file
10643 - [Config] Disable runtime testing modules
10644 - [Config] Disable drivers not needed on s390x
10645 - [Config] Update annotations for 4.11
10646 - [Config] updateconfigs after apparmor updates
10647
10648 * Miscellaneous upstream changes
10649 - apparmor: use SHASH_DESC_ON_STACK
10650 - apparmor: fix invalid reference to index variable of iterator line 836
10651 - apparmor: fix parameters so that the permission test is bypassed at boot
10652 - apparmor: Make path_max parameter readonly
10653 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
10654 - apparmorfs: Use seq_putc() in two functions
10655 - apparmor: provide information about path buffer size at boot
10656 - apparmor: add/use fns to print hash string hex value
10657
10658 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
10659
10660linux (4.11.0-2.7) artful; urgency=low
10661
10662 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
10663 (LP: #1688259)
10664 - Remove squashfs-modules files from d-i
10665 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
10666
10667 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
10668 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
10669 - d-i: initrd needs qcom_emac on amberwing platform.
10670
10671 * update for V3 kernel bits and improved multiple fan slice support
10672 (LP: #1470091)
10673 - SAUCE: fan: tunnel multiple mapping mode (v3)
10674
10675 * Miscellaneous Ubuntu changes
10676 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
10677 - Enable zfs
10678 - SAUCE: fan: add VXLAN implementation
10679 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10680 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10681 kernel image
10682 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10683 mode
10684 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10685 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10686 locked down
10687 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10688 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10689 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10690 reboot
10691 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10692 set
10693 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10694 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10695 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10696 down
10697 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10698 locked down
10699 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10700 down
10701 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10702 is locked down
10703 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10704 locked down
10705 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10706 has been locked down
10707 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10708 locked down
10709 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10710 locked down
10711 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10712 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10713 kernel is locked down
10714 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10715 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10716 down
10717 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10718 - SAUCE: (efi-lockdown) Add EFI signature data types
10719 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
10720 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
10721 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10722 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
10723 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
10724 disabled
10725 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10726 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10727 MokSBState
10728 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10729 - [Config] Set values for UEFI secure boot lockdown options
10730 - Update dropped.txt
10731
10732 [ Upstream Kernel Changes ]
10733
10734 * rebase to v4.11
10735
10736 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
10737
10738linux (4.11.0-1.6) artful; urgency=low
10739
10740 * Miscellaneous Ubuntu changes
10741 - [Debian] Use default compression for all packages
10742 - SAUCE: (namespace) block_dev: Support checking inode permissions in
10743 lookup_bdev()
10744 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
10745 when mounting
10746 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
10747 when mounting
10748 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
10749 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
10750 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
10751 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
10752 security.* xattrs
10753 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
10754 filesystems
10755 - SAUCE: (namespace) fuse: Add support for pid namespaces
10756 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
10757 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
10758 or a descendant
10759 - SAUCE: (namespace) fuse: Allow user namespace mounts
10760 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
10761 namespaces
10762 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
10763 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
10764 mounts
10765 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
10766 opened for writing
10767
10768 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
10769
10770linux (4.11.0-0.5) artful; urgency=low
10771
10772 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
10773 (LP: #1684971)
10774 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
10775
10776 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
10777 (LP: #1470250)
10778 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
10779
10780 * Enable virtual scsi server driver for Power (LP: #1615665)
10781 - SAUCE: Return TCMU-generated sense data to fabric module
10782
10783 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
10784 (LP: #1630990)
10785 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
10786 CONFIG_SECURITYFS=n
10787
10788 * Miscellaneous Ubuntu changes
10789 - SAUCE: Import aufs driver
10790 - [Config] Enable aufs
10791 - [Debian] Add script to update virtualbox
10792 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
10793 - Enable vbox
10794 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10795
10796 [ Upstream Kernel Changes ]
10797
10798 * rebase to v4.11-rc8
10799
10800 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
10801
10802linux (4.11.0-0.4) zesty; urgency=low
10803
10804 * POWER9: Improve performance on memory management (LP: #1681429)
10805 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
10806 flush
10807 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
10808
10809 * Miscellaneous Ubuntu changes
10810 - find-missing-sauce.sh
10811
10812 [ Upstream Kernel Changes ]
10813
10814 * rebase to v4.11-rc7
10815
10816 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
10817
10818linux (4.11.0-0.3) zesty; urgency=low
10819
10820 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
10821 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
10822
10823 * smartpqi driver needed in initram disk and installer (LP: #1680156)
10824 - [Config] Add smartpqi to d-i
10825
10826 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
10827 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
10828
10829 * Miscellaneous Ubuntu changes
10830 - [Config] flash-kernel should be a Breaks
10831 - [Config] drop the info directory
10832 - [Config] drop NOTES as obsolete
10833 - [Config] drop changelog.historical as obsolete
10834 - rebase to v4.11-rc6
10835
10836 [ Upstream Kernel Changes ]
10837
10838 * rebase to v4.11-rc6
10839
10840 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
10841
10842linux (4.11.0-0.2) zesty; urgency=low
10843
10844 [ Upstream Kernel Changes ]
10845
10846 * rebase to v4.11-rc5
10847
10848 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
10849
10850linux (4.11.0-0.1) zesty; urgency=low
10851
10852 [ Upstream Kernel Changes ]
10853
10854 * rebase to v4.11-rc4
10855 - LP: #1591053
10856
10857 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
10858
10859linux (4.11.0-0.0) zesty; urgency=low
10860
10861 * dummy entry
10862
10863 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600