]> git.proxmox.com Git - mirror_ubuntu-bionic-kernel.git/blame - debian.master/changelog
UBUNTU: Start new release
[mirror_ubuntu-bionic-kernel.git] / debian.master / changelog
CommitLineData
992b9a95
SB
1linux (4.15.0-49.52) UNRELEASED; urgency=medium
2
3 CHANGELOG: Do not edit directly. Autogenerated at release.
4 CHANGELOG: Use the printchanges target to see the curent changes.
5 CHANGELOG: Use the insertchanges target to create the final log.
6
7 -- Stefan Bader <stefan.bader@canonical.com> Thu, 25 Apr 2019 10:19:01 +0200
8
c50532b9 9linux (4.15.0-48.51) bionic; urgency=medium
28be2472 10
c50532b9 11 * linux: 4.15.0-48.51 -proposed tracker (LP: #1822820)
28be2472 12
c50532b9
AR
13 * Packaging resync (LP: #1786013)
14 - [Packaging] update helper scripts
15 - [Packaging] resync retpoline extraction
16
17 * 3b080b2564287be91605bfd1d5ee985696e61d3c in ubuntu_btrfs_kernel_fixes
18 triggers system hang on i386 (LP: #1812845)
19 - btrfs: raid56: properly unmap parity page in finish_parity_scrub()
20
21 * [P9][LTCTest][Opal][FW910] cpupower monitor shows multiple stop Idle_Stats
22 (LP: #1719545)
23 - cpupower : Fix header name to read idle state name
24
25 * [amdgpu] screen corruption when using touchpad (LP: #1818617)
26 - drm/amdgpu/gmc: steal the appropriate amount of vram for fw hand-over (v3)
27 - drm/amdgpu: Free VGA stolen memory as soon as possible.
28
29 * [SRU][B/C/OEM]IOMMU: add kernel dma protection (LP: #1820153)
30 - ACPICA: AML parser: attempt to continue loading table after error
31 - ACPI / property: Allow multiple property compatible _DSD entries
32 - PCI / ACPI: Identify untrusted PCI devices
33 - iommu/vt-d: Force IOMMU on for platform opt in hint
34 - iommu/vt-d: Do not enable ATS for untrusted devices
35 - thunderbolt: Export IOMMU based DMA protection support to userspace
36 - iommu/vt-d: Disable ATS support on untrusted devices
37
38 * Add basic support to NVLink2 passthrough (LP: #1819989)
39 - powerpc/powernv/npu: Do not try invalidating 32bit table when 64bit table is
40 enabled
41 - powerpc/powernv: call OPAL_QUIESCE before OPAL_SIGNAL_SYSTEM_RESET
42 - powerpc/powernv: Export opal_check_token symbol
43 - powerpc/powernv: Make possible for user to force a full ipl cec reboot
44 - powerpc/powernv/idoa: Remove unnecessary pcidev from pci_dn
45 - powerpc/powernv: Move npu struct from pnv_phb to pci_controller
46 - powerpc/powernv/npu: Move OPAL calls away from context manipulation
47 - powerpc/pseries/iommu: Use memory@ nodes in max RAM address calculation
48 - powerpc/pseries/npu: Enable platform support
49 - powerpc/pseries: Remove IOMMU API support for non-LPAR systems
50 - powerpc/powernv/npu: Check mmio_atsd array bounds when populating
51 - powerpc/powernv/npu: Fault user page into the hypervisor's pagetable
52
53 * Huawei Hi1822 NIC has poor performance (LP: #1820187)
54 - net-next: hinic: fix a problem in free_tx_poll()
55 - hinic: remove ndo_poll_controller
56 - net-next/hinic: add checksum offload and TSO support
57 - hinic: Fix l4_type parameter in hinic_task_set_tunnel_l4
58 - net-next/hinic:replace multiply and division operators
59 - net-next/hinic:add rx checksum offload for HiNIC
60 - net-next/hinic:fix a bug in set mac address
61 - net-next/hinic: fix a bug in rx data flow
62 - net: hinic: fix null pointer dereference on pointer hwdev
63 - hinic: optmize rx refill buffer mechanism
64 - net-next/hinic:add shutdown callback
65 - net-next/hinic: replace disable_irq_nosync/enable_irq
66
67 * [CONFIG] please enable highdpi font FONT_TER16x32 (LP: #1819881)
68 - Fonts: New Terminus large console font
69 - [Config]: enable highdpi Terminus 16x32 font support
70
71 * [19.04 FEAT] qeth: Enhanced link speed - kernel part (LP: #1814892)
72 - s390/qeth: report 25Gbit link speed
73
74 * CVE-2017-5754
75 - x86/nmi: Fix NMI uaccess race against CR3 switching
76 - x86/mm: Fix documentation of module mapping range with 4-level paging
77 - x86/pti: Enable global pages for shared areas
78 - x86/pti: Never implicitly clear _PAGE_GLOBAL for kernel image
79 - x86/pti: Leave kernel text global for !PCID
80 - x86/pti: Fix boot problems from Global-bit setting
81 - x86/pti: Fix boot warning from Global-bit setting
82 - x86/pti: Reduce amount of kernel text allowed to be Global
83 - x86/pti: Disallow global kernel text with RANDSTRUCT
84 - x86/entry/32: Add explicit 'l' instruction suffix
85 - x86/asm-offsets: Move TSS_sp0 and TSS_sp1 to asm-offsets.c
86 - x86/entry/32: Rename TSS_sysenter_sp0 to TSS_entry2task_stack
87 - x86/entry/32: Load task stack from x86_tss.sp1 in SYSENTER handler
88 - x86/entry/32: Put ESPFIX code into a macro
89 - x86/entry/32: Unshare NMI return path
90 - x86/entry/32: Split off return-to-kernel path
91 - x86/entry/32: Enter the kernel via trampoline stack
92 - x86/entry/32: Leave the kernel via trampoline stack
93 - x86/entry/32: Introduce SAVE_ALL_NMI and RESTORE_ALL_NMI
94 - x86/entry/32: Handle Entry from Kernel-Mode on Entry-Stack
95 - x86/entry/32: Simplify debug entry point
96 - x86/entry/32: Add PTI cr3 switch to non-NMI entry/exit points
97 - x86/entry/32: Add PTI CR3 switches to NMI handler code
98 - x86/entry: Rename update_sp0 to update_task_stack
99 - x86/pgtable: Rename pti_set_user_pgd() to pti_set_user_pgtbl()
100 - x86/pgtable/pae: Unshare kernel PMDs when PTI is enabled
101 - x86/pgtable/32: Allocate 8k page-tables when PTI is enabled
102 - x86/pgtable: Move pgdp kernel/user conversion functions to pgtable.h
103 - x86/pgtable: Move pti_set_user_pgtbl() to pgtable.h
104 - x86/pgtable: Move two more functions from pgtable_64.h to pgtable.h
105 - x86/mm/pae: Populate valid user PGD entries
106 - x86/mm/pae: Populate the user page-table with user pgd's
107 - x86/mm/pti: Add an overflow check to pti_clone_pmds()
108 - x86/mm/pti: Define X86_CR3_PTI_PCID_USER_BIT on x86_32
109 - x86/mm/pti: Clone CPU_ENTRY_AREA on PMD level on x86_32
110 - x86/mm/pti: Make pti_clone_kernel_text() compile on 32 bit
111 - x86/mm/pti: Keep permissions when cloning kernel text in
112 pti_clone_kernel_text()
113 - x86/mm/pti: Introduce pti_finalize()
114 - x86/mm/pti: Clone entry-text again in pti_finalize()
115 - x86/mm/dump_pagetables: Define INIT_PGD
116 - x86/pgtable/pae: Use separate kernel PMDs for user page-table
117 - x86/ldt: Reserve address-space range on 32 bit for the LDT
118 - x86/ldt: Define LDT_END_ADDR
119 - x86/ldt: Split out sanity check in map_ldt_struct()
120 - x86/ldt: Enable LDT user-mapping for PAE
121 - x86/pti: Allow CONFIG_PAGE_TABLE_ISOLATION for x86_32
122 - [Config] Update PAGE_TABLE_ISOLATION annotations
123 - x86/mm/pti: Add Warning when booting on a PCID capable CPU
124 - x86/entry/32: Add debug code to check entry/exit CR3
125 - x86/pti: Check the return value of pti_user_pagetable_walk_p4d()
126 - x86/pti: Check the return value of pti_user_pagetable_walk_pmd()
127 - perf/core: Make sure the ring-buffer is mapped in all page-tables
128 - x86/entry/32: Check for VM86 mode in slow-path check
129 - x86/mm: Remove in_nmi() warning from vmalloc_fault()
130 - x86/kexec: Allocate 8k PGDs for PTI
131 - x86/mm/pti: Clear Global bit more aggressively
132 - mm: Allow non-direct-map arguments to free_reserved_area()
133 - x86/mm/init: Pass unconverted symbol addresses to free_init_pages()
134 - x86/mm/init: Add helper for freeing kernel image pages
135 - x86/mm/init: Remove freed kernel image areas from alias mapping
136 - x86/mm/pti: Fix 32 bit PCID check
137 - x86/mm/pti: Don't clear permissions in pti_clone_pmd()
138 - x86/mm/pti: Clone kernel-image on PTE level for 32 bit
139 - x86/relocs: Add __end_rodata_aligned to S_REL
140 - x86/mm/pti: Move user W+X check into pti_finalize()
141 - x86/efi: Load fixmap GDT in efi_call_phys_epilog()
142 - x86/efi: Load fixmap GDT in efi_call_phys_epilog() before setting %cr3
143 - x86/mm/doc: Clean up the x86-64 virtual memory layout descriptions
144 - x86/mm/doc: Enhance the x86-64 virtual memory layout descriptions
145 - x86/entry/32: Clear the CS high bits
146 - x86/mm: Move LDT remap out of KASLR region on 5-level paging
147 - x86/ldt: Unmap PTEs for the slot before freeing LDT pages
148 - x86/ldt: Remove unused variable in map_ldt_struct()
149 - x86/mm: Fix guard hole handling
150 - x86/dump_pagetables: Fix LDT remap address marker
151
152 * Avoid potential memory corruption on HiSilicon SoCs (LP: #1819546)
153 - iommu/arm-smmu-v3: Avoid memory corruption from Hisilicon MSI payloads
154
155 * Ubuntu18.04.01: [Power9] power8 Compat guest(RHEL7.6) crashes during guest
156 boot with > 256G of memory (kernel/kvm) (LP: #1818645)
157 - ]PATCH] KVM: PPC: Book3S HV: Don't truncate HPTE index in xlate function
158
159 * Fix for dual Intel NVMes (LP: #1821961)
160 - SAUCE: nvme: Merge two quirk entries into one for Intel 760p/Pro 7600p
161
162 * CVE-2017-5715
163 - tools headers: Synchronize prctl.h ABI header
164 - x86/spectre: Add missing family 6 check to microcode check
165 - x86/speculation: Enable cross-hyperthread spectre v2 STIBP mitigation
166 - x86/speculation: Apply IBPB more strictly to avoid cross-process data leak
167 - x86/speculation: Propagate information about RSB filling mitigation to sysfs
168 - x86/speculation: Add RETPOLINE_AMD support to the inline asm CALL_NOSPEC
169 variant
170 - x86/retpoline: Make CONFIG_RETPOLINE depend on compiler support
171 - x86/retpoline: Remove minimal retpoline support
172 - x86/speculation: Update the TIF_SSBD comment
173 - x86/speculation: Clean up spectre_v2_parse_cmdline()
174 - x86/speculation: Remove unnecessary ret variable in cpu_show_common()
175 - x86/speculation: Move STIPB/IBPB string conditionals out of
176 cpu_show_common()
177 - x86/speculation: Disable STIBP when enhanced IBRS is in use
178 - x86/speculation: Rename SSBD update functions
179 - x86/speculation: Reorganize speculation control MSRs update
180 - sched/smt: Make sched_smt_present track topology
181 - x86/Kconfig: Select SCHED_SMT if SMP enabled
182 - sched/smt: Expose sched_smt_present static key
183 - x86/speculation: Rework SMT state change
184 - x86/l1tf: Show actual SMT state
185 - x86/speculation: Reorder the spec_v2 code
186 - x86/speculation: Mark string arrays const correctly
187 - x86/speculataion: Mark command line parser data __initdata
188 - x86/speculation: Unify conditional spectre v2 print functions
189 - x86/speculation: Add command line control for indirect branch speculation
190 - x86/speculation: Prepare for per task indirect branch speculation control
191 - x86/process: Consolidate and simplify switch_to_xtra() code
192 - x86/speculation: Avoid __switch_to_xtra() calls
193 - x86/speculation: Prepare for conditional IBPB in switch_mm()
194 - ptrace: Remove unused ptrace_may_access_sched() and MODE_IBRS
195 - x86/speculation: Split out TIF update
196 - x86/speculation: Prevent stale SPEC_CTRL msr content
197 - x86/speculation: Prepare arch_smt_update() for PRCTL mode
198 - x86/speculation: Add prctl() control for indirect branch speculation
199 - x86/speculation: Enable prctl mode for spectre_v2_user
200 - x86/speculation: Add seccomp Spectre v2 user space protection mode
201 - x86/speculation: Provide IBPB always command line options
202 - kvm: svm: Ensure an IBPB on all affected CPUs when freeing a vmcb
203 - x86/speculation: Change misspelled STIPB to STIBP
204 - x86/speculation: Add support for STIBP always-on preferred mode
205 - x86, modpost: Replace last remnants of RETPOLINE with CONFIG_RETPOLINE
206 - s390: remove closung punctuation from spectre messages
207 - x86/speculation: Simplify the CPU bug detection logic
208
209 * CVE-2018-3639
210 - x86/bugs: Add AMD's variant of SSB_NO
211 - x86/bugs: Add AMD's SPEC_CTRL MSR usage
212 - x86/bugs: Switch the selection of mitigation from CPU vendor to CPU features
213 - x86/bugs: Update when to check for the LS_CFG SSBD mitigation
214 - x86/bugs: Fix the AMD SSBD usage of the SPEC_CTRL MSR
215 - KVM: x86: SVM: Call x86_spec_ctrl_set_guest/host() with interrupts disabled
216
217 * [Ubuntu] vfio-ap: add subsystem to matrix device to avoid libudev failures
218 (LP: #1818854)
219 - s390: vfio_ap: link the vfio_ap devices to the vfio_ap bus subsystem
220
221 * Kernel regularly logs: Bluetooth: hci0: last event is not cmd complete
222 (0x0f) (LP: #1748565)
223 - Bluetooth: Fix unnecessary error message for HCI request completion
224
225 * HiSilicon HNS ethernet broken in 4.15.0-45 (LP: #1818294)
226 - net: hns: Fix WARNING when hns modules installed
227
228 * rtl8723be wifi does not work under linux-modules-extra-4.15.0-33-generic
229 (LP: #1788997)
230 - SAUCE: Revert "rtlwifi: cleanup 8723be ant_sel definition"
231
232 * Crash from :i915 module with 4.15.0-46-generic using multi-display
233 (LP: #1819486)
234 - SAUCE: Revert "drm/i915: Fix hotplug irq ack on i965/g4x"
235
236 * kernel linux-image-4.15.0-44 not booting on Hyperv Server 2008R2
237 (LP: #1814069)
238 - hv/netvsc: fix handling of fallback to single queue mode
239 - hv/netvsc: Fix NULL dereference at single queue mode fallback
240
241 * Lenovo ideapad 330-15ICH Wifi rfkill hard blocked (LP: #1811815)
242 - platform/x86: ideapad: Add ideapad 330-15ICH to no_hw_rfkill
243
244 * Qualcomm Atheros QCA9377 wireless does not work (LP: #1818204)
245 - platform/x86: ideapad-laptop: Add Ideapad 530S-14ARR to no_hw_rfkill list
246
247 * fscache: jobs might hang when fscache disk is full (LP: #1821395)
248 - fscache: fix race between enablement and dropping of object
249
250 * hns3: fix oops in hns3_clean_rx_ring() (LP: #1821064)
251 - net: hns3: add dma_rmb() for rx description
252
253 * Hard lockup in 2 CPUs due to deadlock in cpu_stoppers (LP: #1821259)
254 - stop_machine: Disable preemption after queueing stopper threads
255 - stop_machine: Atomically queue and wake stopper threads
256
257 * tcm_loop.ko: move from modules-extra into main modules package
258 (LP: #1817786)
259 - [Packaging] move tcm_loop.lo to main linux-modules package
260
261 * tcmu user space crash results in kernel module hang. (LP: #1819504)
262 - scsi: tcmu: delete unused __wait
263 - scsi: tcmu: track nl commands
264 - scsi: tcmu: simplify nl interface
265 - scsi: tcmu: add module wide block/reset_netlink support
266
267 * Intel XL710 - i40e driver does not work with kernel 4.15 (Ubuntu 18.04)
268 (LP: #1779756)
269 - i40e: Fix for Tx timeouts when interface is brought up if DCB is enabled
270 - i40e: prevent overlapping tx_timeout recover
271
272 * some codecs stop working after S3 (LP: #1820930)
273 - ALSA: hda - Enforces runtime_resume after S3 and S4 for each codec
274
275 * i40e xps management broken when > 64 queues/cpus (LP: #1820948)
276 - i40e: Do not allow use more TC queue pairs than MSI-X vectors exist
277 - i40e: Fix the number of queues available to be mapped for use
278
279 * 4.15 s390x kernel BUG at /build/linux-
280 Gycr4Z/linux-4.15.0/drivers/block/virtio_blk.c:565! (LP: #1788432)
281 - virtio/s390: avoid race on vcdev->config
282 - virtio/s390: fix race in ccw_io_helper()
283
284 * [SRU][B/B-OEM/C/D] Fix AMD IOMMU NULL dereference (LP: #1820990)
285 - iommu/amd: Fix NULL dereference bug in match_hid_uid
286
287 * New Intel Wireless-AC 9260 [8086:2526] card not correctly probed in Ubuntu
288 system (LP: #1821271)
289 - iwlwifi: add new card for 9260 series
290
291 * Add support for MAC address pass through on RTL8153-BD (LP: #1821276)
292 - r8152: Add support for MAC address pass through on RTL8153-BD
293 - r8152: Fix an error on RTL8153-BD MAC Address Passthrough support
294
295 -- Andrea Righi <andrea.righi@canonical.com> Tue, 02 Apr 2019 18:31:55 +0200
28be2472 296
53f4f4b0 297linux (4.15.0-47.50) bionic; urgency=medium
51361a4b 298
53f4f4b0 299 * linux: 4.15.0-47.50 -proposed tracker (LP: #1819716)
51361a4b 300
53f4f4b0
KE
301 * Packaging resync (LP: #1786013)
302 - [Packaging] resync getabis
303 - [Packaging] update helper scripts
304 - [Packaging] resync retpoline extraction
305
306 * C++ demangling support missing from perf (LP: #1396654)
307 - [Packaging] fix a mistype
308
309 * arm-smmu-v3 arm-smmu-v3.3.auto: CMD_SYNC timeout (LP: #1818162)
310 - iommu/arm-smmu-v3: Fix unexpected CMD_SYNC timeout
311
312 * Crash in nvme_irq_check() when using threaded interrupts (LP: #1818747)
313 - nvme-pci: fix out of bounds access in nvme_cqe_pending
314
315 * CVE-2019-9213
316 - mm: enforce min addr even if capable() in expand_downwards()
317
318 * CVE-2019-3460
319 - Bluetooth: Check L2CAP option sizes returned from l2cap_get_conf_opt
320
321 * amdgpu with mst WARNING on blanking (LP: #1814308)
322 - drm/amd/display: Don't use dc_link in link_encoder
323 - drm/amd/display: Move wait for hpd ready out from edp power control.
324 - drm/amd/display: eDP sequence BL off first then DP blank.
325 - drm/amd/display: Fix unused variable compilation error
326 - drm/amd/display: Fix warning about misaligned code
327 - drm/amd/display: Fix MST dp_blank REG_WAIT timeout
328
329 * tun/tap: unable to manage carrier state from userland (LP: #1806392)
330 - tun: implement carrier change
331
332 * CVE-2019-8980
333 - exec: Fix mem leak in kernel_read_file
334
335 * raw_skew in timer from the ubuntu_kernel_selftests failed on Bionic
336 (LP: #1811194)
337 - selftest: timers: Tweak raw_skew to SKIP when ADJ_OFFSET/other clock
338 adjustments are in progress
339
340 * [Packaging] Allow overlay of config annotations (LP: #1752072)
341 - [Packaging] config-check: Add an include directive
342
343 * CVE-2019-7308
344 - bpf: move {prev_,}insn_idx into verifier env
345 - bpf: move tmp variable into ax register in interpreter
346 - bpf: enable access to ax register also from verifier rewrite
347 - bpf: restrict map value pointer arithmetic for unprivileged
348 - bpf: restrict stack pointer arithmetic for unprivileged
349 - bpf: restrict unknown scalars of mixed signed bounds for unprivileged
350 - bpf: fix check_map_access smin_value test when pointer contains offset
351 - bpf: prevent out of bounds speculation on pointer arithmetic
352 - bpf: fix sanitation of alu op with pointer / scalar type from different
353 paths
354 - bpf: add various test cases to selftests
355
356 * CVE-2017-5753
357 - bpf: properly enforce index mask to prevent out-of-bounds speculation
358 - bpf: fix inner map masking to prevent oob under speculation
359
360 * BPF: kernel pointer leak to unprivileged userspace (LP: #1815259)
361 - bpf/verifier: disallow pointer subtraction
362
363 * squashfs hardening (LP: #1816756)
364 - squashfs: more metadata hardening
365 - squashfs metadata 2: electric boogaloo
366 - squashfs: more metadata hardening
367 - Squashfs: Compute expected length from inode size rather than block length
368
369 * efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted (LP: #1814982)
370 - efi/arm/arm64: Allow SetVirtualAddressMap() to be omitted
371
372 * Update ENA driver to version 2.0.3K (LP: #1816806)
373 - net: ena: update driver version from 2.0.2 to 2.0.3
374 - net: ena: fix race between link up and device initalization
375 - net: ena: fix crash during failed resume from hibernation
376
377 * ipset kernel error: 4.15.0-43-generic (LP: #1811394)
378 - netfilter: ipset: Fix wraparound in hash:*net* types
379
380 * Silent "Unknown key" message when pressing keyboard backlight hotkey
381 (LP: #1817063)
382 - platform/x86: dell-wmi: Ignore new keyboard backlight change event
383
384 * CVE-2018-18021
385 - arm64: KVM: Tighten guest core register access from userspace
386 - KVM: arm/arm64: Introduce vcpu_el1_is_32bit
387 - arm64: KVM: Sanitize PSTATE.M when being set from userspace
388
389 * CVE-2018-14678
390 - x86/entry/64: Remove %ebx handling from error_entry/exit
391
392 * CVE-2018-19824
393 - ALSA: usb-audio: Fix UAF decrement if card has no live interfaces in card.c
394
395 * CVE-2019-3459
396 - Bluetooth: Verify that l2cap_get_conf_opt provides large enough buffer
397
398 * Bionic update: upstream stable patchset 2019-02-08 (LP: #1815234)
399 - fork: unconditionally clear stack on fork
400 - spi: spi-s3c64xx: Fix system resume support
401 - Input: elan_i2c - add ACPI ID for lenovo ideapad 330
402 - Input: i8042 - add Lenovo LaVie Z to the i8042 reset list
403 - Input: elan_i2c - add another ACPI ID for Lenovo Ideapad 330-15AST
404 - kvm, mm: account shadow page tables to kmemcg
405 - delayacct: fix crash in delayacct_blkio_end() after delayacct init failure
406 - tracing: Fix double free of event_trigger_data
407 - tracing: Fix possible double free in event_enable_trigger_func()
408 - kthread, tracing: Don't expose half-written comm when creating kthreads
409 - tracing/kprobes: Fix trace_probe flags on enable_trace_kprobe() failure
410 - tracing: Quiet gcc warning about maybe unused link variable
411 - arm64: fix vmemmap BUILD_BUG_ON() triggering on !vmemmap setups
412 - mlxsw: spectrum_switchdev: Fix port_vlan refcounting
413 - kcov: ensure irq code sees a valid area
414 - xen/netfront: raise max number of slots in xennet_get_responses()
415 - skip LAYOUTRETURN if layout is invalid
416 - ALSA: emu10k1: add error handling for snd_ctl_add
417 - ALSA: fm801: add error handling for snd_ctl_add
418 - NFSv4.1: Fix the client behaviour on NFS4ERR_SEQ_FALSE_RETRY
419 - nfsd: fix potential use-after-free in nfsd4_decode_getdeviceinfo
420 - vfio: platform: Fix reset module leak in error path
421 - vfio/mdev: Check globally for duplicate devices
422 - vfio/type1: Fix task tracking for QEMU vCPU hotplug
423 - kernel/hung_task.c: show all hung tasks before panic
424 - mm: /proc/pid/pagemap: hide swap entries from unprivileged users
425 - mm: vmalloc: avoid racy handling of debugobjects in vunmap
426 - mm/slub.c: add __printf verification to slab_err()
427 - rtc: ensure rtc_set_alarm fails when alarms are not supported
428 - perf tools: Fix pmu events parsing rule
429 - netfilter: ipset: forbid family for hash:mac sets
430 - netfilter: ipset: List timing out entries with "timeout 1" instead of zero
431 - irqchip/ls-scfg-msi: Map MSIs in the iommu
432 - watchdog: da9063: Fix updating timeout value
433 - printk: drop in_nmi check from printk_safe_flush_on_panic()
434 - bpf, arm32: fix inconsistent naming about emit_a32_lsr_{r64,i64}
435 - ceph: fix alignment of rasize
436 - e1000e: Ignore TSYNCRXCTL when getting I219 clock attributes
437 - powerpc/lib: Adjust .balign inside string functions for PPC32
438 - powerpc/64s: Add barrier_nospec
439 - powerpc/eeh: Fix use-after-release of EEH driver
440 - hvc_opal: don't set tb_ticks_per_usec in udbg_init_opal_common()
441 - powerpc/64s: Fix compiler store ordering to SLB shadow area
442 - RDMA/mad: Convert BUG_ONs to error flows
443 - lightnvm: pblk: warn in case of corrupted write buffer
444 - netfilter: nf_tables: check msg_type before nft_trans_set(trans)
445 - pnfs: Don't release the sequence slot until we've processed layoutget on
446 open
447 - disable loading f2fs module on PAGE_SIZE > 4KB
448 - f2fs: fix error path of move_data_page
449 - f2fs: fix to don't trigger writeback during recovery
450 - f2fs: fix to wait page writeback during revoking atomic write
451 - f2fs: Fix deadlock in shutdown ioctl
452 - f2fs: fix to detect failure of dquot_initialize
453 - f2fs: fix race in between GC and atomic open
454 - block, bfq: remove wrong lock in bfq_requests_merged
455 - usbip: usbip_detach: Fix memory, udev context and udev leak
456 - usbip: dynamically allocate idev by nports found in sysfs
457 - perf/x86/intel/uncore: Correct fixed counter index check in generic code
458 - perf/x86/intel/uncore: Correct fixed counter index check for NHM
459 - selftests/intel_pstate: Improve test, minor fixes
460 - selftests: memfd: return Kselftest Skip code for skipped tests
461 - selftests: intel_pstate: return Kselftest Skip code for skipped tests
462 - PCI: Fix devm_pci_alloc_host_bridge() memory leak
463 - iwlwifi: pcie: fix race in Rx buffer allocator
464 - Bluetooth: hci_qca: Fix "Sleep inside atomic section" warning
465 - Bluetooth: btusb: Add a new Realtek 8723DE ID 2ff8:b011
466 - ASoC: dpcm: fix BE dai not hw_free and shutdown
467 - mfd: cros_ec: Fail early if we cannot identify the EC
468 - mwifiex: handle race during mwifiex_usb_disconnect
469 - wlcore: sdio: check for valid platform device data before suspend
470 - media: tw686x: Fix incorrect vb2_mem_ops GFP flags
471 - media: videobuf2-core: don't call memop 'finish' when queueing
472 - Btrfs: don't return ino to ino cache if inode item removal fails
473 - Btrfs: don't BUG_ON() in btrfs_truncate_inode_items()
474 - btrfs: add barriers to btrfs_sync_log before log_commit_wait wakeups
475 - btrfs: qgroup: Finish rescan when hit the last leaf of extent tree
476 - x86/microcode: Make the late update update_lock a raw lock for RT
477 - PM / wakeup: Make s2idle_lock a RAW_SPINLOCK
478 - PCI: Prevent sysfs disable of device while driver is attached
479 - nvme-rdma: stop admin queue before freeing it
480 - nvme-pci: Fix AER reset handling
481 - ath: Add regulatory mapping for FCC3_ETSIC
482 - ath: Add regulatory mapping for ETSI8_WORLD
483 - ath: Add regulatory mapping for APL13_WORLD
484 - ath: Add regulatory mapping for APL2_FCCA
485 - ath: Add regulatory mapping for Uganda
486 - ath: Add regulatory mapping for Tanzania
487 - ath: Add regulatory mapping for Serbia
488 - ath: Add regulatory mapping for Bermuda
489 - ath: Add regulatory mapping for Bahamas
490 - powerpc/32: Add a missing include header
491 - powerpc/chrp/time: Make some functions static, add missing header include
492 - powerpc/powermac: Add missing prototype for note_bootable_part()
493 - powerpc/powermac: Mark variable x as unused
494 - powerpc: Add __printf verification to prom_printf
495 - spi: sh-msiof: Fix setting SIRMDR1.SYNCAC to match SITMDR1.SYNCAC
496 - powerpc/8xx: fix invalid register expression in head_8xx.S
497 - pinctrl: at91-pio4: add missing of_node_put
498 - bpf: powerpc64: pad function address loads with NOPs
499 - PCI: pciehp: Request control of native hotplug only if supported
500 - net: dsa: qca8k: Add support for QCA8334 switch
501 - mwifiex: correct histogram data with appropriate index
502 - ima: based on policy verify firmware signatures (pre-allocated buffer)
503 - drivers/perf: arm-ccn: don't log to dmesg in event_init
504 - spi: Add missing pm_runtime_put_noidle() after failed get
505 - fscrypt: use unbound workqueue for decryption
506 - scsi: ufs: ufshcd: fix possible unclocked register access
507 - scsi: ufs: fix exception event handling
508 - scsi: zfcp: assert that the ERP lock is held when tracing a recovery trigger
509 - drm/nouveau/fifo/gk104-: poll for runlist update completion
510 - Bluetooth: btusb: add ID for LiteOn 04ca:301a
511 - rtc: tps6586x: fix possible race condition
512 - rtc: vr41xx: fix possible race condition
513 - rtc: tps65910: fix possible race condition
514 - ALSA: emu10k1: Rate-limit error messages about page errors
515 - regulator: pfuze100: add .is_enable() for pfuze100_swb_regulator_ops
516 - md/raid1: add error handling of read error from FailFast device
517 - md: fix NULL dereference of mddev->pers in remove_and_add_spares()
518 - ixgbevf: fix MAC address changes through ixgbevf_set_mac()
519 - media: smiapp: fix timeout checking in smiapp_read_nvm
520 - net: ethernet: ti: cpsw-phy-sel: check bus_find_device() ret value
521 - ALSA: usb-audio: Apply rate limit to warning messages in URB complete
522 callback
523 - media: atomisp: ov2680: don't declare unused vars
524 - arm64: cmpwait: Clear event register before arming exclusive monitor
525 - HID: hid-plantronics: Re-resend Update to map button for PTT products
526 - arm64: dts: renesas: salvator-common: use audio-graph-card for Sound
527 - drm/radeon: fix mode_valid's return type
528 - drm/amdgpu: Remove VRAM from shared bo domains.
529 - powerpc/embedded6xx/hlwd-pic: Prevent interrupts from being handled by
530 Starlet
531 - HID: i2c-hid: check if device is there before really probing
532 - EDAC, altera: Fix ARM64 build warning
533 - ARM: dts: stih407-pinctrl: Fix complain about IRQ_TYPE_NONE usage
534 - ARM: dts: emev2: Add missing interrupt-affinity to PMU node
535 - ARM: dts: sh73a0: Add missing interrupt-affinity to PMU node
536 - nvmem: properly handle returned value nvmem_reg_read
537 - i40e: free the skb after clearing the bitlock
538 - tty: Fix data race in tty_insert_flip_string_fixed_flag
539 - dma-iommu: Fix compilation when !CONFIG_IOMMU_DMA
540 - net: phy: phylink: Release link GPIO
541 - media: rcar_jpu: Add missing clk_disable_unprepare() on error in jpu_open()
542 - libata: Fix command retry decision
543 - ACPI / LPSS: Only call pwm_add_table() for Bay Trail PWM if PMIC HRV is 2
544 - media: media-device: fix ioctl function types
545 - media: saa7164: Fix driver name in debug output
546 - mtd: rawnand: fsl_ifc: fix FSL NAND driver to read all ONFI parameter pages
547 - brcmfmac: Add support for bcm43364 wireless chipset
548 - s390/cpum_sf: Add data entry sizes to sampling trailer entry
549 - perf: fix invalid bit in diagnostic entry
550 - bnxt_en: Check unsupported speeds in bnxt_update_link() on PF only.
551 - scsi: 3w-9xxx: fix a missing-check bug
552 - scsi: 3w-xxxx: fix a missing-check bug
553 - scsi: megaraid: silence a static checker bug
554 - scsi: qedf: Set the UNLOADING flag when removing a vport
555 - staging: lustre: o2iblnd: fix race at kiblnd_connect_peer
556 - staging: lustre: o2iblnd: Fix FastReg map/unmap for MLX5
557 - thermal: exynos: fix setting rising_threshold for Exynos5433
558 - bpf: fix references to free_bpf_prog_info() in comments
559 - f2fs: avoid fsync() failure caused by EAGAIN in writepage()
560 - media: siano: get rid of __le32/__le16 cast warnings
561 - drm/atomic: Handling the case when setting old crtc for plane
562 - ALSA: hda/ca0132: fix build failure when a local macro is defined
563 - mmc: dw_mmc: update actual clock for mmc debugfs
564 - mmc: pwrseq: Use kmalloc_array instead of stack VLA
565 - dt-bindings: pinctrl: meson: add support for the Meson8m2 SoC
566 - spi: meson-spicc: Fix error handling in meson_spicc_probe()
567 - dt-bindings: net: meson-dwmac: new compatible name for AXG SoC
568 - backlight: pwm_bl: Don't use GPIOF_* with gpiod_get_direction
569 - stop_machine: Use raw spinlocks
570 - delayacct: Use raw_spinlocks
571 - memory: tegra: Do not handle spurious interrupts
572 - memory: tegra: Apply interrupts mask per SoC
573 - nvme: lightnvm: add granby support
574 - arm64: defconfig: Enable Rockchip io-domain driver
575 - igb: Fix queue selection on MAC filters on i210
576 - drm/gma500: fix psb_intel_lvds_mode_valid()'s return type
577 - ipconfig: Correctly initialise ic_nameservers
578 - rsi: Fix 'invalid vdd' warning in mmc
579 - rsi: fix nommu_map_sg overflow kernel panic
580 - audit: allow not equal op for audit by executable
581 - staging: vchiq_core: Fix missing semaphore release in error case
582 - staging: lustre: llite: correct removexattr detection
583 - staging: lustre: ldlm: free resource when ldlm_lock_create() fails.
584 - serial: core: Make sure compiler barfs for 16-byte earlycon names
585 - soc: imx: gpcv2: Do not pass static memory as platform data
586 - microblaze: Fix simpleImage format generation
587 - usb: hub: Don't wait for connect state at resume for powered-off ports
588 - crypto: authencesn - don't leak pointers to authenc keys
589 - crypto: authenc - don't leak pointers to authenc keys
590 - media: omap3isp: fix unbalanced dma_iommu_mapping
591 - regulator: Don't return or expect -errno from of_map_mode()
592 - scsi: scsi_dh: replace too broad "TP9" string with the exact models
593 - scsi: megaraid_sas: Increase timeout by 1 sec for non-RAID fastpath IOs
594 - media: atomisp: compat32: fix __user annotations
595 - media: si470x: fix __be16 annotations
596 - ASoC: topology: Fix bclk and fsync inversion in set_link_hw_format()
597 - ASoC: topology: Add missing clock gating parameter when parsing hw_configs
598 - drm: Add DP PSR2 sink enable bit
599 - drm/atomic-helper: Drop plane->fb references only for
600 drm_atomic_helper_shutdown()
601 - drm/dp/mst: Fix off-by-one typo when dump payload table
602 - block: reset bi_iter.bi_done after splitting bio
603 - random: mix rdrand with entropy sent in from userspace
604 - squashfs: be more careful about metadata corruption
605 - ext4: fix inline data updates with checksums enabled
606 - ext4: fix check to prevent initializing reserved inodes
607 - PCI: xgene: Remove leftover pci_scan_child_bus() call
608 - RDMA/uverbs: Protect from attempts to create flows on unsupported QP
609 - net: dsa: qca8k: Force CPU port to its highest bandwidth
610 - net: dsa: qca8k: Enable RXMAC when bringing up a port
611 - net: dsa: qca8k: Add QCA8334 binding documentation
612 - net: dsa: qca8k: Allow overwriting CPU port setting
613 - ipv4: remove BUG_ON() from fib_compute_spec_dst
614 - net: fix amd-xgbe flow-control issue
615 - net: lan78xx: fix rx handling before first packet is send
616 - net: mdio-mux: bcm-iproc: fix wrong getter and setter pair
617 - NET: stmmac: align DMA stuff to largest cache line length
618 - tcp_bbr: fix bw probing to raise in-flight data for very small BDPs
619 - xen-netfront: wait xenbus state change when load module manually
620 - netlink: Do not subscribe to non-existent groups
621 - netlink: Don't shift with UB on nlk->ngroups
622 - tcp: do not force quickack when receiving out-of-order packets
623 - tcp: add max_quickacks param to tcp_incr_quickack and
624 tcp_enter_quickack_mode
625 - tcp: do not aggressively quick ack after ECN events
626 - tcp: refactor tcp_ecn_check_ce to remove sk type cast
627 - tcp: add one more quick ack after after ECN events
628 - mm: disallow mappings that conflict for devm_memremap_pages()
629 - drm/i915/glk: Add Quirk for GLK NUC HDMI port issues.
630 - mm: check for SIGKILL inside dup_mmap() loop
631 - rxrpc: Fix terminal retransmission connection ID to include the channel
632 - ceph: fix use-after-free in ceph_statfs()
633 - lightnvm: proper error handling for pblk_bio_add_pages
634 - f2fs: don't drop dentry pages after fs shutdown
635 - selftests: filesystems: return Kselftest Skip code for skipped tests
636 - selftests/filesystems: devpts_pts included wrong header
637 - iwlwifi: mvm: open BA session only when sta is authorized
638 - drm/amd/display: Do not program interrupt status on disabled crtc
639 - soc: qcom: smem: fix qcom_smem_set_global_partition()
640 - soc: qcom: smem: byte swap values properly
641 - pinctrl: msm: fix gpio-hog related boot issues
642 - net: mvpp2: Add missing VLAN tag detection
643 - drm/nouveau: remove fence wait code from deferred client work handler
644 - drm/nouveau/gem: lookup VMAs for buffers referenced by pushbuf ioctl
645 - clocksource: Move inline keyword to the beginning of function declarations
646 - media: staging: atomisp: Comment out several unused sensor resolutions
647 - IB: Fix RDMA_RXE and INFINIBAND_RDMAVT dependencies for DMA_VIRT_OPS
648 - rsi: Add null check for virtual interfaces in wowlan config
649 - ARM: dts: stih410: Fix complain about IRQ_TYPE_NONE usage
650 - ARM: dts: imx53: Fix LDB OF graph warning
651 - soc/tegra: pmc: Don't allocate struct tegra_powergate on stack
652 - mlxsw: spectrum_router: Return an error for non-default FIB rules
653 - i40e: Add advertising 10G LR mode
654 - i40e: avoid overflow in i40e_ptp_adjfreq()
655 - ath10k: fix kernel panic while reading tpc_stats
656 - ASoC: fsl_ssi: Use u32 variable type when using regmap_read()
657 - platform/x86: dell-smbios: Match on www.dell.com in OEM strings too
658 - staging: ks7010: fix error handling in ks7010_upload_firmware
659 - media: rc: mce_kbd decoder: low timeout values cause double keydowns
660 - ath10k: search all IEs for variant before falling back
661 - PCI/ASPM: Disable ASPM L1.2 Substate if we don't have LTR
662 - ARM: dts: imx6qdl-wandboard: Let the codec control MCLK pinctrl
663 - drm/amdgpu: Avoid reclaim while holding locks taken in MMU notifier
664 - nvmet-fc: fix target sgl list on large transfers
665 - i2c: rcar: handle RXDMA HW behaviour on Gen3
666 - gpio: uniphier: set legitimate irq trigger type in .to_irq hook
667 - tcp: ack immediately when a cwr packet arrives
668 - ACPICA: AML Parser: ignore control method status in module-level code
669
670 * Bionic update: upstream stable patchset 2019-02-05 (LP: #1814813)
671 - MIPS: ath79: fix register address in ath79_ddr_wb_flush()
672 - MIPS: Fix off-by-one in pci_resource_to_user()
673 - xen/PVH: Set up GS segment for stack canary
674 - drm/nouveau/drm/nouveau: Fix runtime PM leak in nv50_disp_atomic_commit()
675 - drm/nouveau: Set DRIVER_ATOMIC cap earlier to fix debugfs
676 - bonding: set default miimon value for non-arp modes if not set
677 - ip: hash fragments consistently
678 - ip: in cmsg IP(V6)_ORIGDSTADDR call pskb_may_pull
679 - net/mlx4_core: Save the qpn from the input modifier in RST2INIT wrapper
680 - net: skb_segment() should not return NULL
681 - net/mlx5: Adjust clock overflow work period
682 - net/mlx5e: Don't allow aRFS for encapsulated packets
683 - net/mlx5e: Fix quota counting in aRFS expire flow
684 - net/ipv6: Fix linklocal to global address with VRF
685 - multicast: do not restore deleted record source filter mode to new one
686 - net: phy: consider PHY_IGNORE_INTERRUPT in phy_start_aneg_priv
687 - sock: fix sg page frag coalescing in sk_alloc_sg
688 - rtnetlink: add rtnl_link_state check in rtnl_configure_link
689 - vxlan: add new fdb alloc and create helpers
690 - vxlan: make netlink notify in vxlan_fdb_destroy optional
691 - vxlan: fix default fdb entry netlink notify ordering during netdev create
692 - tcp: fix dctcp delayed ACK schedule
693 - tcp: helpers to send special DCTCP ack
694 - tcp: do not cancel delay-AcK on DCTCP special ACK
695 - tcp: do not delay ACK in DCTCP upon CE status change
696 - staging: speakup: fix wraparound in uaccess length check
697 - usb: cdc_acm: Add quirk for Castles VEGA3000
698 - usb: core: handle hub C_PORT_OVER_CURRENT condition
699 - usb: dwc2: Fix DMA alignment to start at allocated boundary
700 - usb: gadget: f_fs: Only return delayed status when len is 0
701 - driver core: Partially revert "driver core: correct device's shutdown order"
702 - can: xilinx_can: fix RX loop if RXNEMP is asserted without RXOK
703 - can: xilinx_can: fix power management handling
704 - can: xilinx_can: fix recovery from error states not being propagated
705 - can: xilinx_can: fix device dropping off bus on RX overrun
706 - can: xilinx_can: keep only 1-2 frames in TX FIFO to fix TX accounting
707 - can: xilinx_can: fix incorrect clear of non-processed interrupts
708 - can: xilinx_can: fix RX overflow interrupt not being enabled
709 - can: peak_canfd: fix firmware < v3.3.0: limit allocation to 32-bit DMA addr
710 only
711 - can: m_can.c: fix setup of CCCR register: clear CCCR NISO bit before
712 checking can.ctrlmode
713 - turn off -Wattribute-alias
714 - net-next/hinic: fix a problem in hinic_xmit_frame()
715 - net/mlx5e: Refine ets validation function
716 - nfp: flower: ensure dead neighbour entries are not offloaded
717 - usb: gadget: Fix OS descriptors support
718 - ACPICA: AML Parser: ignore dispatcher error status during table load
719
720 * installer does not support iSCSI iBFT (LP: #1817321)
721 - d-i: add iscsi_ibft to scsi-modules
722
723 * CVE-2019-7222
724 - KVM: x86: work around leak of uninitialized stack contents (CVE-2019-7222)
725
726 * CVE-2019-7221
727 - KVM: nVMX: unconditionally cancel preemption timer in free_nested
728 (CVE-2019-7221)
729
730 * CVE-2019-6974
731 - kvm: fix kvm_ioctl_create_device() reference counting (CVE-2019-6974)
732
733 * Regular D-state processes impacting LXD containers (LP: #1817628)
734 - mm: do not stall register_shrinker()
735
736 * hns3 nic speed may not match optical port speed (LP: #1817969)
737 - net: hns3: Config NIC port speed same as that of optical module
738
739 * [Hyper-V] srcu: Lock srcu_data structure in srcu_gp_start() (LP: #1802021)
740 - srcu: Prohibit call_srcu() use under raw spinlocks
741 - srcu: Lock srcu_data structure in srcu_gp_start()
742
743 * libsas disks can have non-unique by-path names (LP: #1817784)
744 - scsi: libsas: Fix rphy phy_identifier for PHYs with end devices attached
745
746 * Bluetooth not working (Intel CyclonePeak) (LP: #1817518)
747 - Bluetooth: btusb: Add support for Intel bluetooth device 8087:0029
748
749 * CVE-2019-8912
750 - net: crypto set sk to NULL when af_alg_release.
751 - net: socket: set sock->sk to NULL after calling proto_ops::release()
752
753 * Trackpad is not recognized. (LP: #1817200)
754 - pinctrl: cannonlake: Fix gpio base for GPP-E
755
756 * [ALSA] [PATCH] System76 darp5 and oryp5 fixups (LP: #1815831)
757 - ALSA: hda/realtek - Headset microphone support for System76 darp5
758 - ALSA: hda/realtek - Headset microphone and internal speaker support for
759 System76 oryp5
760
761 * Constant noise in the headphone on Lenovo X1 machines (LP: #1817263)
762 - ALSA: hda/realtek: Disable PC beep in passthrough on alc285
763
764 * AC adapter status not detected on Asus ZenBook UX410UAK (LP: #1745032)
765 - Revert "ACPI / battery: Add quirk for Asus GL502VSK and UX305LA"
766 - ACPI / AC: Remove initializer for unused ident dmi_system_id
767 - ACPI / battery: Remove initializer for unused ident dmi_system_id
768 - ACPI / battery: Add handling for devices which wrongly report discharging
769 state
770 - ACPI / battery: Ignore AC state in handle_discharging on systems where it is
771 broken
772
773 * TPM intermittently fails after cold-boot (LP: #1762672)
774 - tpm: fix intermittent failure with self tests
775
776 * qlcnic: Firmware aborts/hangs in QLogic NIC (LP: #1815033)
777 - qlcnic: fix Tx descriptor corruption on 82xx devices
778
779 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 13 Mar 2019 04:37:49 +0000
51361a4b 780
aa07f7dc 781linux (4.15.0-46.49) bionic; urgency=medium
3c3ba67a 782
aa07f7dc 783 * linux: 4.15.0-46.49 -proposed tracker (LP: #1814726)
3c3ba67a 784
aa07f7dc
KE
785 * mprotect fails on ext4 with dax (LP: #1799237)
786 - x86/speculation/l1tf: Exempt zeroed PTEs from inversion
787
788 * kernel BUG at /build/linux-vxxS7y/linux-4.15.0/mm/slub.c:296! (LP: #1812086)
789 - iscsi target: fix session creation failure handling
790 - scsi: iscsi: target: Set conn->sess to NULL when iscsi_login_set_conn_values
791 fails
792 - scsi: iscsi: target: Fix conn_ops double free
793
794 * user_copy in user from ubuntu_kernel_selftests failed on KVM kernel
795 (LP: #1812198)
796 - selftests: user: return Kselftest Skip code for skipped tests
797 - selftests: kselftest: change KSFT_SKIP=4 instead of KSFT_PASS
798 - selftests: kselftest: Remove outdated comment
799
800 * RTL8822BE WiFi Disabled in Kernel 4.18.0-12 (LP: #1806472)
801 - SAUCE: staging: rtlwifi: allow RTLWIFI_DEBUG_ST to be disabled
802 - [Config] CONFIG_RTLWIFI_DEBUG_ST=n
803 - SAUCE: Add r8822be to signature inclusion list
804
805 * kernel oops in bcache module (LP: #1793901)
806 - SAUCE: bcache: never writeback a discard operation
807
808 * CVE-2018-18397
809 - userfaultfd: use ENOENT instead of EFAULT if the atomic copy user fails
810 - userfaultfd: shmem: allocate anonymous memory for MAP_PRIVATE shmem
811 - userfaultfd: shmem/hugetlbfs: only allow to register VM_MAYWRITE vmas
812 - userfaultfd: shmem: add i_size checks
813 - userfaultfd: shmem: UFFDIO_COPY: set the page dirty if VM_WRITE is not set
814
815 * Ignore "incomplete report" from Elan touchpanels (LP: #1813733)
816 - HID: i2c-hid: Ignore input report if there's no data present on Elan
817 touchpanels
818
819 * Vsock connect fails with ENODEV for large CID (LP: #1813934)
820 - vhost/vsock: fix vhost vsock cid hashing inconsistent
821
822 * SRU: Fix thinkpad 11e 3rd boot hang (LP: #1804604)
823 - ACPI / LPSS: Force LPSS quirks on boot
824
825 * Bionic update: upstream stable patchset 2019-01-17 (LP: #1812229)
826 - scsi: sd_zbc: Fix variable type and bogus comment
827 - KVM/Eventfd: Avoid crash when assign and deassign specific eventfd in
828 parallel.
829 - x86/apm: Don't access __preempt_count with zeroed fs
830 - x86/events/intel/ds: Fix bts_interrupt_threshold alignment
831 - x86/MCE: Remove min interval polling limitation
832 - fat: fix memory allocation failure handling of match_strdup()
833 - ALSA: hda/realtek - Add Panasonic CF-SZ6 headset jack quirk
834 - ARCv2: [plat-hsdk]: Save accl reg pair by default
835 - ARC: Fix CONFIG_SWAP
836 - ARC: configs: Remove CONFIG_INITRAMFS_SOURCE from defconfigs
837 - ARC: mm: allow mprotect to make stack mappings executable
838 - mm: memcg: fix use after free in mem_cgroup_iter()
839 - mm/huge_memory.c: fix data loss when splitting a file pmd
840 - cpufreq: intel_pstate: Register when ACPI PCCH is present
841 - vfio/pci: Fix potential Spectre v1
842 - stop_machine: Disable preemption when waking two stopper threads
843 - drm/i915: Fix hotplug irq ack on i965/g4x
844 - drm/nouveau: Use drm_connector_list_iter_* for iterating connectors
845 - drm/nouveau: Avoid looping through fake MST connectors
846 - gen_stats: Fix netlink stats dumping in the presence of padding
847 - ipv4: Return EINVAL when ping_group_range sysctl doesn't map to user ns
848 - ipv6: fix useless rol32 call on hash
849 - ipv6: ila: select CONFIG_DST_CACHE
850 - lib/rhashtable: consider param->min_size when setting initial table size
851 - net: diag: Don't double-free TCP_NEW_SYN_RECV sockets in tcp_abort
852 - net: Don't copy pfmemalloc flag in __copy_skb_header()
853 - skbuff: Unconditionally copy pfmemalloc in __skb_clone()
854 - net/ipv4: Set oif in fib_compute_spec_dst
855 - net: phy: fix flag masking in __set_phy_supported
856 - ptp: fix missing break in switch
857 - qmi_wwan: add support for Quectel EG91
858 - tg3: Add higher cpu clock for 5762.
859 - hv_netvsc: Fix napi reschedule while receive completion is busy
860 - net/mlx4_en: Don't reuse RX page when XDP is set
861 - net: systemport: Fix CRC forwarding check for SYSTEMPORT Lite
862 - ipv6: make DAD fail with enhanced DAD when nonce length differs
863 - net: usb: asix: replace mii_nway_restart in resume path
864 - alpha: fix osf_wait4() breakage
865 - cxl_getfile(): fix double-iput() on alloc_file() failures
866 - powerpc/powernv: Fix save/restore of SPRG3 on entry/exit from stop (idle)
867 - xhci: Fix perceived dead host due to runtime suspend race with event handler
868 - KVM: irqfd: fix race between EPOLLHUP and irq_bypass_register_consumer
869 - x86/kvmclock: set pvti_cpu0_va after enabling kvmclock
870 - ALSA: hda/realtek - Yet another Clevo P950 quirk entry
871 - drm/amdgpu: Reserve VM root shared fence slot for command submission (v3)
872 - rhashtable: add restart routine in rhashtable_free_and_destroy()
873 - sch_fq_codel: zero q->flows_cnt when fq_codel_init fails
874 - sctp: introduce sctp_dst_mtu
875 - sctp: fix the issue that pathmtu may be set lower than MINSEGMENT
876 - net: aquantia: vlan unicast address list correct handling
877 - drm_mode_create_lease_ioctl(): fix open-coded filp_clone_open()
878
879 * Bionic update: upstream stable patchset 2019-01-15 (LP: #1811877)
880 - compiler-gcc.h: Add __attribute__((gnu_inline)) to all inline declarations
881 - x86/asm: Add _ASM_ARG* constants for argument registers to <asm/asm.h>
882 - x86/paravirt: Make native_save_fl() extern inline
883 - Btrfs: fix duplicate extents after fsync of file with prealloc extents
884 - cpufreq / CPPC: Set platform specific transition_delay_us
885 - PCI: exynos: Fix a potential init_clk_resources NULL pointer dereference
886 - alx: take rtnl before calling __alx_open from resume
887 - atm: Preserve value of skb->truesize when accounting to vcc
888 - atm: zatm: Fix potential Spectre v1
889 - ipv6: sr: fix passing wrong flags to crypto_alloc_shash()
890 - ipvlan: fix IFLA_MTU ignored on NEWLINK
891 - ixgbe: split XDP_TX tail and XDP_REDIRECT map flushing
892 - net: dccp: avoid crash in ccid3_hc_rx_send_feedback()
893 - net: dccp: switch rx_tstamp_last_feedback to monotonic clock
894 - net: fix use-after-free in GRO with ESP
895 - net: macb: Fix ptp time adjustment for large negative delta
896 - net/mlx5e: Avoid dealing with vport representors if not being e-switch
897 manager
898 - net/mlx5: E-Switch, Avoid setup attempt if not being e-switch manager
899 - net/mlx5: Fix command interface race in polling mode
900 - net/mlx5: Fix incorrect raw command length parsing
901 - net/mlx5: Fix required capability for manipulating MPFS
902 - net/mlx5: Fix wrong size allocation for QoS ETC TC regitster
903 - net: mvneta: fix the Rx desc DMA address in the Rx path
904 - net/packet: fix use-after-free
905 - net_sched: blackhole: tell upper qdisc about dropped packets
906 - net: sungem: fix rx checksum support
907 - net/tcp: Fix socket lookups with SO_BINDTODEVICE
908 - qede: Adverstise software timestamp caps when PHC is not available.
909 - qed: Fix setting of incorrect eswitch mode.
910 - qed: Fix use of incorrect size in memcpy call.
911 - qed: Limit msix vectors in kdump kernel to the minimum required count.
912 - r8152: napi hangup fix after disconnect
913 - stmmac: fix DMA channel hang in half-duplex mode
914 - strparser: Remove early eaten to fix full tcp receive buffer stall
915 - tcp: fix Fast Open key endianness
916 - tcp: prevent bogus FRTO undos with non-SACK flows
917 - vhost_net: validate sock before trying to put its fd
918 - VSOCK: fix loopback on big-endian systems
919 - net: cxgb3_main: fix potential Spectre v1
920 - rtlwifi: Fix kernel Oops "Fw download fail!!"
921 - rtlwifi: rtl8821ae: fix firmware is not ready to run
922 - net: lan78xx: Fix race in tx pending skb size calculation
923 - crypto: af_alg - Initialize sg_num_bytes in error code path
924 - mtd: rawnand: denali_dt: set clk_x_rate to 200 MHz unconditionally
925 - PCI: hv: Disable/enable IRQs rather than BH in hv_compose_msi_msg()
926 - netfilter: ebtables: reject non-bridge targets
927 - reiserfs: fix buffer overflow with long warning messages
928 - KEYS: DNS: fix parsing multiple options
929 - tls: Stricter error checking in zerocopy sendmsg path
930 - autofs: fix slab out of bounds read in getname_kernel()
931 - nsh: set mac len based on inner packet
932 - bdi: Fix another oops in wb_workfn()
933 - rds: avoid unenecessary cong_update in loop transport
934 - net/nfc: Avoid stalls when nfc_alloc_send_skb() returned NULL.
935 - string: drop __must_check from strscpy() and restore strscpy() usages in
936 cgroup
937 - nfsd: COPY and CLONE operations require the saved filehandle to be set
938 - net/sched: act_ife: fix recursive lock and idr leak
939 - net/sched: act_ife: preserve the action control in case of error
940 - hinic: reset irq affinity before freeing irq
941 - nfp: flower: fix mpls ether type detection
942 - net: macb: initialize bp->queues[0].bp for at91rm9200
943 - enic: do not overwrite error code
944 - virtio_net: fix memory leak in XDP_REDIRECT
945 - netfilter: ipv6: nf_defrag: drop skb dst before queueing
946 - ipvs: initialize tbl->entries after allocation
947 - ipvs: initialize tbl->entries in ip_vs_lblc_init_svc()
948 - bpf: enforce correct alignment for instructions
949 - bpf, arm32: fix to use bpf_jit_binary_lock_ro api
950
951 * Fix non-working pinctrl-intel (LP: #1811777)
952 - pinctrl: intel: Implement intel_gpio_get_direction callback
953 - pinctrl: intel: Do pin translation in other GPIO operations as well
954
955 * ip6_gre: fix tunnel list corruption for x-netns (LP: #1812875)
956 - ip6_gre: fix tunnel list corruption for x-netns
957
958 * Userspace break as a result of missing patch backport (LP: #1813873)
959 - tty: Don't hold ldisc lock in tty_reopen() if ldisc present
960
961 * kvm_stat : missing python dependency (LP: #1798776)
962 - tools/kvm_stat: fix python3 issues
963 - tools/kvm_stat: switch to python3
964
965 * [SRU] Fix Xorg crash with nomodeset when BIOS enable 64-bit fb addr
966 (LP: #1812797)
967 - vgaarb: Add support for 64-bit frame buffer address
968 - vgaarb: Keep adding VGA device in queue
969
970 * Fix non-working QCA Rome Bluetooth after S3 (LP: #1812812)
971 - USB: Add new USB LPM helpers
972 - USB: Consolidate LPM checks to avoid enabling LPM twice
973
974 * ptrace-tm-spd-gpr in powerpc/ptrace from ubuntu_kerenl_selftests failed on
975 Bionic P8 (LP: #1813127)
976 - selftests/powerpc: Fix ptrace tm failure
977
978 * [SRU] IO's are issued with incorrect Scatter Gather Buffer (LP: #1795453)
979 - scsi: megaraid_sas: Use 63-bit DMA addressing
980
981 * Consider enabling CONFIG_NETWORK_PHY_TIMESTAMPING (LP: #1785816)
982 - [Config] Enable timestamping in network PHY devices
983
984 * CVE-2018-19854
985 - crypto: user - fix leaking uninitialized memory to userspace
986
987 * x86/mm: Found insecure W+X mapping at address (ptrval)/0xc00a0000
988 (LP: #1813532)
989 - x86/mm: Do not warn about PCI BIOS W+X mappings
990
991 * CVE-2019-6133
992 - fork: record start_time late
993
994 * Fix not working Goodix touchpad (LP: #1811929)
995 - HID: i2c-hid: Disable runtime PM on Goodix touchpad
996
997 * bluetooth controller not detected with 4.15 kernel (LP: #1810797)
998 - SAUCE: btqcomsmd: introduce BT_QCOMSMD_HACK
999 - [Config] arm64: snapdragon: BT_QCOMSMD_HACK=y
1000
1001 * X1 Extreme: only one of the two SSDs is loaded (LP: #1811755)
1002 - nvme-core: rework a NQN copying operation
1003 - nvme: pad fake subsys NQN vid and ssvid with zeros
1004 - nvme: introduce NVME_QUIRK_IGNORE_DEV_SUBNQN
1005
1006 * Crash on "ip link add foo type ipip" (LP: #1811803)
1007 - SAUCE: fan: Fix NULL pointer dereference
1008
1009 -- Khalid Elmously <khalid.elmously@canonical.com> Wed, 06 Feb 2019 04:57:21 +0000
3c3ba67a 1010
ffdd392b 1011linux (4.15.0-45.48) bionic; urgency=medium
6dee4976 1012
ffdd392b 1013 * linux: 4.15.0-45.48 -proposed tracker (LP: #1813779)
6dee4976 1014
ffdd392b
SB
1015 * External monitors does not work anymore 4.15.0-44 (LP: #1813663)
1016 - SAUCE: Revert "drm/i915/dp: Send DPCD ON for MST before phy_up"
1017
1018 * kernel 4.15.0-44 cannot mount ext4 fs with meta_bg enabled (LP: #1813727)
1019 - ext4: fix false negatives *and* false positives in ext4_check_descriptors()
1020
1021 -- Stefan Bader <stefan.bader@canonical.com> Tue, 29 Jan 2019 16:39:15 +0100
6dee4976 1022
f162c0d5 1023linux (4.15.0-44.47) bionic; urgency=medium
54f596cf 1024
f162c0d5 1025 * linux: 4.15.0-44.47 -proposed tracker (LP: #1811419)
54f596cf 1026
f162c0d5
KSS
1027 * Packaging resync (LP: #1786013)
1028 - [Packaging] update helper scripts
1029
1030 * CPU hard lockup with rigorous writes to NVMe drive (LP: #1810998)
1031 - blk-wbt: pass in enum wbt_flags to get_rq_wait()
1032 - blk-wbt: Avoid lock contention and thundering herd issue in wbt_wait
1033 - blk-wbt: move disable check into get_limit()
1034 - blk-wbt: use wq_has_sleeper() for wq active check
1035 - blk-wbt: fix has-sleeper queueing check
1036 - blk-wbt: abstract out end IO completion handler
1037 - blk-wbt: improve waking of tasks
1038
1039 * To reduce the Realtek USB cardreader power consumption (LP: #1811337)
1040 - mmc: sdhci: Disable 1.8v modes (HS200/HS400/UHS) if controller can't support
1041 1.8v
1042 - mmc: core: Introduce MMC_CAP_SYNC_RUNTIME_PM
1043 - mmc: rtsx_usb_sdmmc: Don't runtime resume the device while changing led
1044 - mmc: rtsx_usb: Use MMC_CAP2_NO_SDIO
1045 - mmc: rtsx_usb: Enable MMC_CAP_ERASE to allow erase/discard/trim requests
1046 - mmc: rtsx_usb_sdmmc: Re-work runtime PM support
1047 - mmc: rtsx_usb_sdmmc: Re-work card detection/removal support
1048 - memstick: rtsx_usb_ms: Add missing pm_runtime_disable() in probe function
1049 - misc: rtsx_usb: Use USB remote wakeup signaling for card insertion detection
1050 - memstick: Prevent memstick host from getting runtime suspended during card
1051 detection
1052 - memstick: rtsx_usb_ms: Use ms_dev() helper
1053 - memstick: rtsx_usb_ms: Support runtime power management
1054
1055 * Support non-strict iommu mode on arm64 (LP: #1806488)
1056 - iommu/io-pgtable-arm: Fix race handling in split_blk_unmap()
1057 - iommu/arm-smmu-v3: Implement flush_iotlb_all hook
1058 - iommu/dma: Add support for non-strict mode
1059 - iommu: Add "iommu.strict" command line option
1060 - iommu/io-pgtable-arm: Add support for non-strict mode
1061 - iommu/arm-smmu-v3: Add support for non-strict mode
1062 - iommu/io-pgtable-arm-v7s: Add support for non-strict mode
1063 - iommu/arm-smmu: Support non-strict mode
1064
1065 * ELAN900C:00 04F3:2844 touchscreen doesn't work (LP: #1811335)
1066 - pinctrl: cannonlake: Fix community ordering for H variant
1067 - pinctrl: cannonlake: Fix HOSTSW_OWN register offset of H variant
1068
1069 * Add Cavium ThunderX2 SoC UNCORE PMU driver (LP: #1811200)
1070 - perf: Export perf_event_update_userpage
1071 - Documentation: perf: Add documentation for ThunderX2 PMU uncore driver
1072 - drivers/perf: Add Cavium ThunderX2 SoC UNCORE PMU driver
1073 - [Config] New config CONFIG_THUNDERX2_PMU=m
1074
1075 * Update hisilicon SoC-specific drivers (LP: #1810457)
1076 - SAUCE: Revert "net: hns3: Updates RX packet info fetch in case of multi BD"
1077 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
1078 resetting"
1079 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Use roce handle when calling roce
1080 callback function"
1081 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add calling roce callback
1082 function when link status change"
1083 - Revert "UBUNTU: SAUCE: {topost} net: hns3: optimize the process of notifying
1084 roce client"
1085 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE"
1086 - scsi: hisi_sas: Remove depends on HAS_DMA in case of platform dependency
1087 - ethernet: hisilicon: hns: hns_dsaf_mac: Use generic eth_broadcast_addr
1088 - scsi: hisi_sas: consolidate command check in hisi_sas_get_ata_protocol()
1089 - scsi: hisi_sas: remove some unneeded structure members
1090 - scsi: hisi_sas: Introduce hisi_sas_phy_set_linkrate()
1091 - net: hns: Fix the process of adding broadcast addresses to tcam
1092 - net: hns3: remove redundant variable 'protocol'
1093 - scsi: hisi_sas: Drop hisi_sas_slot_abort()
1094 - net: hns: Make many functions static
1095 - net: hns: make hns_dsaf_roce_reset non static
1096 - net: hisilicon: hns: Replace mdelay() with msleep()
1097 - net: hns3: fix return value error while hclge_cmd_csq_clean failed
1098 - net: hns: remove redundant variables 'max_frm' and 'tmp_mac_key'
1099 - net: hns: Mark expected switch fall-through
1100 - net: hns3: Mark expected switch fall-through
1101 - net: hns3: Remove tx ring BD len register in hns3_enet
1102 - net: hns: modify variable type in hns_nic_reuse_page
1103 - net: hns: use eth_get_headlen interface instead of hns_nic_get_headlen
1104 - net: hns3: modify variable type in hns3_nic_reuse_page
1105 - net: hns3: Fix for vf vlan delete failed problem
1106 - net: hns3: Fix for multicast failure
1107 - net: hns3: Fix error of checking used vlan id
1108 - net: hns3: Implement shutdown ops in hns3 pci driver
1109 - net: hns3: Fix for loopback selftest failed problem
1110 - net: hns3: Fix ping exited problem when doing lp selftest
1111 - net: hns3: Preserve vlan 0 in hardware table
1112 - net: hns3: Only update mac configuation when necessary
1113 - net: hns3: Change the dst mac addr of loopback packet
1114 - net: hns3: Remove redundant codes of query advertised flow control abilitiy
1115 - net: hns3: Refine hns3_get_link_ksettings()
1116 - net: hns: make function hns_gmac_wait_fifo_clean() static
1117 - net: hns3: Add default irq affinity
1118 - net: hns3: Add unlikely for buf_num check
1119 - net: hns3: Remove tx budget to clean more TX descriptors in a napi
1120 - net: hns3: Remove packet statistics of public
1121 - net: hns3: Add support for hns3_nic_netdev_ops.ndo_do_ioctl
1122 - net: hns3: Set STATE_DOWN bit of hdev state when stopping net
1123 - net: hns3: Check hdev state when getting link status
1124 - net: hns3: Fix for setting speed for phy failed problem
1125 - net: hns3: Fix cmdq registers initialization issue for vf
1126 - net: hns3: Clear client pointer when initialize client failed or unintialize
1127 finished
1128 - net: hns3: Fix client initialize state issue when roce client initialize
1129 failed
1130 - net: hns3: Fix parameter type for q_id in hclge_tm_q_to_qs_map_cfg()
1131 - net: hns3: Fix ets validate issue
1132 - net: hns3: Unify the type convert for desc.data
1133 - net: hns3: Adjust prefix of tx/rx statistic names
1134 - net: hns3: Fix tqp array traversal condition for vf
1135 - net: hns3: Unify the prefix of vf functions
1136 - net: hns3: Add handle for default case
1137 - net: hns3: Add nic state check before calling netif_tx_wake_queue
1138 - net: hns3: Add unlikely for dma_mapping_error check
1139 - net: hns3: Remove print messages for error packet
1140 - net: hns3: Add get_media_type ops support for VF
1141 - net: hns3: Fix speed/duplex information loss problem when executing ethtool
1142 ethx cmd of VF
1143 - net: hns3: Remove redundant hclge_get_port_type()
1144 - net: hns3: Add support for sctp checksum offload
1145 - net: hns3: Set extra mac address of pause param for HW
1146 - net: hns3: Rename loop mode
1147 - net: hns3: Rename mac loopback to app loopback
1148 - net: hns3: Add serdes parallel inner loopback support
1149 - net: hns3: Fix for packet buffer setting bug
1150 - net: hns3: Fix for netdev not up problem when setting mtu
1151 - net: hns3: Change return type of hclge_tm_schd_info_update()
1152 - net: hns3: Modify hns3_get_max_available_channels
1153 - net: hns3: Fix loss of coal configuration while doing reset
1154 - net: hns: remove ndo_poll_controller
1155 - hns3: Fix the build.
1156 - hns3: Another build fix.
1157 - net: hns3: Add flow director initialization
1158 - net: hns3: Add input key and action config support for flow director
1159 - net: hns3: Add support for rule add/delete for flow director
1160 - net: hns3: Add support for rule query of flow director
1161 - net: hns3: Add reset handle for flow director
1162 - net: hns3: Remove all flow director rules when unload hns3 driver
1163 - net: hns3: Add support for enable/disable flow director
1164 - net: hns3: Remove the default mask configuration for mac vlan table
1165 - net: hns3: Clear mac vlan table entries when unload driver or function reset
1166 - net: hns3: Optimize for unicast mac vlan table
1167 - net: hns3: Drop depricated mta table support
1168 - net: hns3: Add egress/ingress vlan filter for revision 0x21
1169 - net: hns3: Fix for rx vlan id handle to support Rev 0x21 hardware
1170 - net: hns3: Add new RSS hash algorithm support for PF
1171 - net: hns3: Add RSS general configuration support for VF
1172 - net: hns3: Add RSS tuples support for VF
1173 - net: hns3: Add HW RSS hash information to RX skb
1174 - net: hns3: Enable promisc mode when mac vlan table is full
1175 - net: hns3: Resume promisc mode and vlan filter status after reset
1176 - net: hns3: Resume promisc mode and vlan filter status after loopback test
1177 - scsi: hisi_sas: Feed back linkrate(max/min) when re-attached
1178 - scsi: hisi_sas: Move evaluation of hisi_hba in hisi_sas_task_prep()
1179 - scsi: hisi_sas: Fix the race between IO completion and timeout for
1180 SMP/internal IO
1181 - scsi: hisi_sas: Free slot later in slot_complete_vx_hw()
1182 - scsi: hisi_sas: unmask interrupts ent72 and ent74
1183 - scsi: hisi_sas: Use block layer tag instead for IPTT
1184 - scsi: hisi_sas: Update v3 hw AIP_LIMIT and CFG_AGING_TIME register values
1185 - net: hns3: remove hns3_fill_desc_tso
1186 - net: hns3: move DMA map into hns3_fill_desc
1187 - net: hns3: add handling for big TX fragment
1188 - net: hns3: rename hns_nic_dma_unmap
1189 - net: hns3: fix for multiple unmapping DMA problem
1190 - scsi: hisi_sas: Fix spin lock management in slot_index_alloc_quirk_v2_hw()
1191 - scsi: hisi_sas: Fix NULL pointer dereference
1192 - net: hns3: Add PCIe AER callback error_detected
1193 - net: hns3: Add PCIe AER error recovery
1194 - net: hns3: Add support to enable and disable hw errors
1195 - net: hns3: Add enable and process common ecc errors
1196 - net: hns3: Add enable and process hw errors from IGU, EGU and NCSI
1197 - net: hns3: Add enable and process hw errors from PPP
1198 - net: hns3: Add enable and process hw errors of TM scheduler
1199 - net: hns3: Fix for warning uninitialized symbol hw_err_lst3
1200 - net: hns3: fix spelling mistake "intrerrupt" -> "interrupt"
1201 - net: hns3: add error handler for hns3_nic_init_vector_data()
1202 - net: hns3: bugfix for buffer not free problem during resetting
1203 - net: hns3: bugfix for reporting unknown vector0 interrupt repeatly problem
1204 - net: hns3: bugfix for the initialization of command queue's spin lock
1205 - net: hns3: remove unnecessary queue reset in the hns3_uninit_all_ring()
1206 - net: hns3: bugfix for is_valid_csq_clean_head()
1207 - net: hns3: bugfix for hclge_mdio_write and hclge_mdio_read
1208 - net: hns3: fix incorrect return value/type of some functions
1209 - net: hns3: bugfix for handling mailbox while the command queue reinitialized
1210 - net: hns3: bugfix for rtnl_lock's range in the hclge_reset()
1211 - net: hns3: bugfix for rtnl_lock's range in the hclgevf_reset()
1212 - net: hns3: Fix for out-of-bounds access when setting pfc back pressure
1213 - scsi: hisi_sas: Remove set but not used variable 'dq_list'
1214 - net: hns3: bugfix for not checking return value
1215 - net: hns: Incorrect offset address used for some registers.
1216 - net: hns: All ports can not work when insmod hns ko after rmmod.
1217 - net: hns: Some registers use wrong address according to the datasheet.
1218 - net: hns: Fixed bug that netdev was opened twice
1219 - net: hns: Clean rx fbd when ae stopped.
1220 - net: hns: Free irq when exit from abnormal branch
1221 - net: hns: Avoid net reset caused by pause frames storm
1222 - net: hns: Fix ntuple-filters status error.
1223 - net: hns: Add mac pcs config when enable|disable mac
1224 - net: hns: Fix ping failed when use net bridge and send multicast
1225 - net: hns3: use HNS3_NIC_STATE_INITED to indicate the initialization state of
1226 enet
1227 - net: hns3: add set_default_reset_request in the hnae3_ae_ops
1228 - net: hns3: provide some interface & information for the client
1229 - net: hns3: adjust the location of clearing the table when doing reset
1230 - net: hns3: enable/disable ring in the enet while doing UP/DOWN
1231 - net: hns3: use HNS3_NIC_STATE_RESETTING to indicate resetting
1232 - net: hns3: ignore new coming low-level reset while doing high-level reset
1233 - net: hns3: move some reset information from hnae3_handle into
1234 hclge_dev/hclgevf_dev
1235 - net: hns3: adjust the process of PF reset
1236 - net: hns3: call roce's reset notify callback when resetting
1237 - net: hns3: add error handler for hclge_reset()
1238 - net: hns3: fix for cmd queue memory not freed problem during reset
1239 - net: hns3: Remove set but not used variable 'reset_level'
1240 - net: hns3: fix spelling mistake, "assertting" -> "asserting"
1241 - net: hns3: add reset_hdev to reinit the hdev in VF's reset process
1242 - net: hns3: adjust VF's reset process
1243 - net: hns3: add reset handling for VF when doing PF reset
1244 - net: hns3: add reset handling for VF when doing Core/Global/IMP reset
1245 - net: hns3: stop handling command queue while resetting VF
1246 - net: hns3: add error handler for hclgevf_reset()
1247 - net: hns3: stop napi polling when HNS3_NIC_STATE_DOWN is set
1248 - net: hns3: implement the IMP reset processing for PF
1249 - net: hns3: add PCIe FLR support for PF
1250 - net: hns3: do VF's pci re-initialization while PF doing FLR
1251 - net: hns3: add PCIe FLR support for VF
1252 - net: hns3: Enable HW GRO for Rev B(=0x21) HNS3 hardware
1253 - net: hns3: Add handling of GRO Pkts not fully RX'ed in NAPI poll
1254 - net: hns3: Add skb chain when num of RX buf exceeds MAX_SKB_FRAGS
1255 - net: hns3: Adds GRO params to SKB for the stack
1256 - scsi: hisi_sas: use dma_set_mask_and_coherent
1257 - scsi: hisi_sas: Create separate host attributes per HBA
1258 - scsi: hisi_sas: Add support for interrupt converge for v3 hw
1259 - scsi: hisi_sas: Add support for interrupt coalescing for v3 hw
1260 - scsi: hisi_sas: Relocate some codes to avoid an unused check
1261 - scsi: hisi_sas: change the time of SAS SSP connection
1262 - net: hns3: fix spelling mistake "failded" -> "failed"
1263 - net: hns3: Support two vlan header when setting mtu
1264 - net: hns3: Refactor mac mtu setting related functions
1265 - net: hns3: Add vport alive state checking support
1266 - net: hns3: Add mtu setting support for vf
1267 - net: hns3: up/down netdev in hclge module when setting mtu
1268 - net: hns3: add common validation in hclge_dcb
1269 - net: hns3: Add debugfs framework registration
1270 - net: hns3: Add "queue info" query function
1271 - net: hns3: Add "FD flow table" info query function
1272 - net: hns3: Add "tc config" info query function
1273 - net: hns3: Add "tm config" info query function
1274 - net: hns3: Add "qos pause" config info query function
1275 - net: hns3: Add "qos prio map" info query function
1276 - net: hns3: Add "qos buffer" config info query function
1277 - net: hns3: Support "ethtool -d" for HNS3 VF driver
1278 - net: hns3: Adds support to dump(using ethool-d) PCIe regs in HNS3 PF driver
1279 - net: hns3: remove existing process error functions and reorder hw_blk table
1280 - net: hns3: rename enable error interrupt functions
1281 - net: hns3: re-enable error interrupts on hw reset
1282 - net: hns3: deletes unnecessary settings of the descriptor data
1283 - net: hns3: rename process_hw_error function
1284 - net: hns3: add optimization in the hclge_hw_error_set_state
1285 - net: hns3: add handling of hw ras errors using new set of commands
1286 - net: hns3: deleted logging 1 bit errors
1287 - net: hns3: add handling of hw errors reported through MSIX
1288 - net: hns3: add handling of hw errors of MAC
1289 - net: hns3: handle hw errors of PPP PF
1290 - net: hns3: handle hw errors of PPU(RCB)
1291 - net: hns3: handle hw errors of SSU
1292 - net: hns3: add handling of RDMA RAS errors
1293 - net: hns3: fix spelling mistake "offser" -> "offset"
1294 - scsi: hisi_sas: Fix warnings detected by sparse
1295 - scsi: hisi_sas: Relocate some code to reduce complexity
1296 - scsi: hisi_sas: Make sg_tablesize consistent value
1297 - hns3: prevent building without CONFIG_INET
1298 - net: hns3: Add "bd info" query function
1299 - net: hns3: Add "manager table" information query function
1300 - net: hns3: Add "status register" information query function
1301 - net: hns3: Add "dcb register" status information query function
1302 - net: hns3: Add "queue map" information query function
1303 - net: hns3: Add "tm map" status information query function
1304 - net: hns3: fix error handling int the hns3_get_vector_ring_chain
1305 - net: hns3: uninitialize pci in the hclgevf_uninit
1306 - net: hns3: fix napi_disable not return problem
1307 - net: hns3: update some variables while hclge_reset()/hclgevf_reset() done
1308 - net: hns3: remove unnecessary configuration recapture while resetting
1309 - net: hns3: fix incomplete uninitialization of IRQ in the
1310 hns3_nic_uninit_vector_data()
1311 - net: hns3: update coalesce param per second
1312 - net: hns3: remove 1000M/half support of phy
1313 - net: hns3: synchronize speed and duplex from phy when phy link up
1314 - net: hns3: getting tx and dv buffer size through firmware
1315 - net: hns3: aligning buffer size in SSU to 256 bytes
1316 - net: hns3: fix a SSU buffer checking bug
1317 - scsi: hisi_sas: Add support for DIF feature for v2 hw
1318 - net: hns3: refine the handle for hns3_nic_net_open/stop()
1319 - net: hns3: change default tc state to close
1320 - net: hns3: fix a bug caused by udelay
1321 - net: hns3: add max vector number check for pf
1322 - net: hns3: reset tqp while doing DOWN operation
1323 - net: hns3: fix vf id check issue when add flow director rule
1324 - net: hns3: don't restore rules when flow director is disabled
1325 - net: hns3: fix the descriptor index when get rss type
1326 - net: hns3: remove redundant variable initialization
1327 - net: hns3: call hns3_nic_net_open() while doing HNAE3_UP_CLIENT
1328
1329 * iptables connlimit allows more connections than the limit when using
1330 multiple CPUs (LP: #1811094)
1331 - SAUCE: netfilter: xt_connlimit: remove the 'addr' parameter in add_hlist()
1332 - netfilter: nf_conncount: expose connection list interface
1333 - netfilter: nf_conncount: Fix garbage collection with zones
1334 - netfilter: nf_conncount: fix garbage collection confirm race
1335 - netfilter: nf_conncount: don't skip eviction when age is negative
1336
1337 * CVE-2018-16882
1338 - KVM: Fix UAF in nested posted interrupt processing
1339
1340 * Cannot initialize ATA disk if IDENTIFY command fails (LP: #1809046)
1341 - scsi: libsas: check the ata device status by ata_dev_enabled()
1342
1343 * scsi: libsas: fix a race condition when smp task timeout (LP: #1808912)
1344 - scsi: libsas: fix a race condition when smp task timeout
1345
1346 * CVE-2018-14625
1347 - vhost/vsock: fix use-after-free in network stack callers
1348
1349 * Fix and issue that LG I2C touchscreen stops working after reboot
1350 (LP: #1805085)
1351 - HID: i2c-hid: Disable runtime PM for LG touchscreen
1352
1353 * powerpc/powernv/pci: Work around races in PCI bridge enabling (LP: #1805245)
1354 - powerpc/powernv/pci: Work around races in PCI bridge enabling
1355
1356 * Drivers: hv: vmbus: Offload the handling of channels to two workqueues
1357 (LP: #1807757)
1358 - hv_netvsc: fix network namespace issues with VF support
1359 - hv_netvsc: split sub-channel setup into async and sync
1360 - Drivers: hv: vmbus: Fix the offer_in_progress in vmbus_process_offer()
1361 - hv_netvsc: Fix a deadlock by getting rtnl lock earlier in netvsc_probe()
1362 - vmbus: don't return values for uninitalized channels
1363 - Drivers: hv: vmbus: check the creation_status in vmbus_establish_gpadl()
1364 - Drivers: hv: vmbus: Offload the handling of channels to two workqueues
1365
1366 * Disable LPM for Raydium Touchscreens (LP: #1802248)
1367 - USB: quirks: Add no-lpm quirk for Raydium touchscreens
1368
1369 * Power leakage at S5 with Qualcomm Atheros QCA9377 802.11ac Wireless Network
1370 Adapter (LP: #1805607)
1371 - SAUCE: ath10k: provide reset function for QCA9377 chip
1372
1373 * CVE-2018-17972
1374 - proc: restrict kernel stack dumps to root
1375
1376 * CVE-2018-19407
1377 - KVM: X86: Fix scan ioapic use-before-initialization
1378
1379 * CVE-2018-18281
1380 - mremap: properly flush TLB before releasing the page
1381
1382 * Fix USB2 device wrongly detected as USB1 (LP: #1806534)
1383 - xhci: Add quirk to workaround the errata seen on Cavium Thunder-X2 Soc
1384
1385 * armhf guests fail to boot in EFI mode (LP: #1809488)
1386 - efi/arm: Revert deferred unmap of early memmap mapping
1387
1388 * Bionic shows incorrect warning about number of pointers in TFD
1389 (LP: #1801102)
1390 - iwlwifi: pcie: don't warn if we use all the transmit pointers
1391
1392 * audio output has constant noise on a Dell machine (LP: #1810891)
1393 - ALSA: hda/realtek - Fixed headphone issue for ALC700
1394
1395 * ldisc crash on reopened tty (LP: #1791758)
1396 - tty: Drop tty->count on tty_reopen() failure
1397 - tty: Hold tty_ldisc_lock() during tty_reopen()
1398 - tty: Don't block on IO when ldisc change is pending
1399 - tty: Simplify tty->count math in tty_reopen()
1400
1401 * SATA device is not going to DEVSLP (LP: #1781533)
1402 - ahci: Allow setting a default LPM policy for mobile chipsets
1403 - ata: libahci: Correct setting of DEVSLP register
1404 - ata: libahci: Allow reconfigure of DEVSLP register
1405 - ata: ahci: Support state with min power but Partial low power state
1406 - ata: ahci: Enable DEVSLP by default on x86 with SLP_S0
1407 - [Config] set CONFIG_SATA_MOBILE_LPM_POLICY=0
1408
1409 * Console got stuck using serial tty after logout (LP: #1808097)
1410 - tty: do not set TTY_IO_ERROR flag if console port
1411
1412 * fanotify10 in ubuntu_ltp_syscalls failed (LP: #1802454)
1413 - fsnotify: fix ignore mask logic in fsnotify()
1414
1415 * SRU: Fix kernel xhci hang when resume from S3 (LP: #1805344)
1416 - usb: xhci: fix uninitialized completion when USB3 port got wrong status
1417 - usb: xhci: fix timeout for transition from RExit to U0
1418
1419 * Add pointstick support for Cirque Touchpad (LP: #1805081)
1420 - HID: multitouch: Add pointstick support for Cirque Touchpad
1421
1422 * Intel NVMe drives timeout when nvme format is attempted (LP: #1797587)
1423 - nvme: Use admin command effects for admin commands
1424
1425 * lineout jack can't work on a Dell machine (LP: #1810892)
1426 - ALSA: hda/realtek - Support Dell headset mode for New AIO platform
1427
1428 * Bionic update: upstream stable patchset 2019-01-04 (LP: #1810554)
1429 - MIPS: Call dump_stack() from show_regs()
1430 - MIPS: Use async IPIs for arch_trigger_cpumask_backtrace()
1431 - MIPS: Fix ioremap() RAM check
1432 - mmc: sdhci-esdhc-imx: allow 1.8V modes without 100/200MHz pinctrl states
1433 - mmc: dw_mmc: fix card threshold control configuration
1434 - ibmasm: don't write out of bounds in read handler
1435 - staging: rtl8723bs: Prevent an underflow in rtw_check_beacon_data().
1436 - staging: r8822be: Fix RTL8822be can't find any wireless AP
1437 - ata: Fix ZBC_OUT command block check
1438 - ata: Fix ZBC_OUT all bit handling
1439 - vmw_balloon: fix inflation with batching
1440 - ahci: Disable LPM on Lenovo 50 series laptops with a too old BIOS
1441 - USB: serial: ch341: fix type promotion bug in ch341_control_in()
1442 - USB: serial: cp210x: add another USB ID for Qivicon ZigBee stick
1443 - USB: serial: keyspan_pda: fix modem-status error handling
1444 - USB: serial: mos7840: fix status-register error handling
1445 - usb: quirks: add delay quirks for Corsair Strafe
1446 - xhci: xhci-mem: off by one in xhci_stream_id_to_ring()
1447 - ALSA: hda - Handle pm failure during hotplug
1448 - fs/proc/task_mmu.c: fix Locked field in /proc/pid/smaps*
1449 - fs, elf: make sure to page align bss in load_elf_library
1450 - mm: do not bug_on on incorrect length in __mm_populate()
1451 - tracing: Reorder display of TGID to be after PID
1452 - kbuild: delete INSTALL_FW_PATH from kbuild documentation
1453 - arm64: neon: Fix function may_use_simd() return error status
1454 - tools build: fix # escaping in .cmd files for future Make
1455 - IB/hfi1: Fix incorrect mixing of ERR_PTR and NULL return values
1456 - i2c: tegra: Fix NACK error handling
1457 - iw_cxgb4: correctly enforce the max reg_mr depth
1458 - xen: setup pv irq ops vector earlier
1459 - nvme-pci: Remap CMB SQ entries on every controller reset
1460 - crypto: x86/salsa20 - remove x86 salsa20 implementations
1461 - uprobes/x86: Remove incorrect WARN_ON() in uprobe_init_insn()
1462 - netfilter: nf_queue: augment nfqa_cfg_policy
1463 - netfilter: x_tables: initialise match/target check parameter struct
1464 - loop: add recursion validation to LOOP_CHANGE_FD
1465 - PM / hibernate: Fix oops at snapshot_write()
1466 - RDMA/ucm: Mark UCM interface as BROKEN
1467 - loop: remember whether sysfs_create_group() was done
1468 - f2fs: give message and set need_fsck given broken node id
1469 - mm: do not drop unused pages when userfaultd is running
1470 - bpf: reject passing modified ctx to helper functions
1471 - mei: discard messages from not connected client during power down.
1472 - mm: zero unavailable pages before memmap init
1473 - xen: remove global bit from __default_kernel_pte_mask for pv guests
1474 - f2fs: return error during fill_super
1475 - f2fs: avoid bug_on on corrupted inode
1476 - f2fs: sanity check on sit entry
1477 - f2fs: sanity check for total valid node blocks
1478 - ARM: dts: armada-38x: use the new thermal binding
1479 - mm: don't do zero_resv_unavail if memmap is not allocated
1480
1481 * Blacklist Realtek Virtual IPMI device (LP: #1808353)
1482 - ipmi:pci: Blacklist a Realtek "IPMI" device
1483
1484 * Ethernet[10ec:8136] doesn't work after S3 with kernel 4.15.0.43.64
1485 (LP: #1809847)
1486 - SAUCE: Revert "r8169: don't use MSI-X on RTL8106e"
1487 - r8169: re-enable MSI-X on RTL8168g
1488
1489 * Killer 802.11ac 2x2 (1550 or 1550i) [8086:2526][1a56:1550] is not supported
1490 (LP: #1809219)
1491 - iwlwifi: add more card IDs for 9000 series
1492
1493 * Support new Realtek ethernet chips (LP: #1811055)
1494 - r8169: Add support for new Realtek Ethernet
1495
1496 * PC SN720 NVMe WDC 256GB consumes more power in S2Idle than during long idle
1497 (LP: #1805775)
1498 - SAUCE: pci/nvme: prevent WDC PC SN720 NVMe from entering D3 and being
1499 disabled
1500
1501 * Power consumption during s2idle is higher than long idle (Intel SSDPEKKF)
1502 (LP: #1804588)
1503 - SAUCE: pci: prevent Intel NVMe SSDPEKKF from entering D3
1504 - SAUCE: nvme: add quirk to not call disable function when suspending
1505
1506 * mpt3sas - driver using the wrong register to update a queue index in FW
1507 (LP: #1810781)
1508 - scsi: mpt3sas: As per MPI-spec, use combined reply queue for SAS3.5
1509 controllers when HBA supports more than 16 MSI-x vectors.
1510
1511 * HP mobile workstations with hybrid graphics support, can not directly output
1512 to external monitors by dGPU (LP: #1810702)
1513 - ACPI / OSI: Add OEM _OSI string to enable dGPU direct output
1514
1515 * broken touchpad after i2c-i801 blacklist change (LP: #1802135)
1516 - i2c: i801: Don't restore config registers on runtime PM
1517
1518 * Enable new Realtek card reader (LP: #1806335)
1519 - USB: usb-storage: Add new IDs to ums-realtek
1520 - SAUCE: (noup) USB: usb-storage: Make MMC support optional on ums-realtek
1521
1522 * The line-out on the Dell Dock station can't work (LP: #1806532)
1523 - ALSA: usb-audio: Allow to override the longname string
1524 - ALSA: usb-audio: Give proper vendor/product name for Dell WD15 Dock
1525 - ALSA: usb-audio: Add vendor and product name for Dell WD19 Dock
1526
1527 * linux-buildinfo: pull out ABI information into its own package
1528 (LP: #1806380)
1529 - [Packaging] getabis -- handle all known package combinations
1530 - [Packaging] getabis -- support parsing a simple version
1531
1532 * Fix Intel I210 doesn't work when ethernet cable gets plugged (LP: #1806818)
1533 - igb: Fix an issue that PME is not enabled during runtime suspend
1534
1535 * Fix Terminus USB hub that may breaks connected USB devices after S3
1536 (LP: #1806850)
1537 - USB: Wait for extra delay time after USB_PORT_FEAT_RESET for quirky hub
1538
1539 * Add support for Dell DW5821e WWAN/GPS module (LP: #1807342)
1540 - qmi_wwan: add support for the Dell Wireless 5821e module
1541 - qmi_wwan: fix interface number for DW5821e production firmware
1542 - USB: option: add support for DW5821e
1543
1544 * Add support for 0cf3:535b QCA_ROME device (LP: #1807333)
1545 - Bluetooth: btusb: Add support for 0cf3:535b QCA_ROME device
1546
1547 * The mute led can't work anymore on the lenovo x1 carbon (LP: #1808465)
1548 - ALSA: hda/realtek - Fix the mute LED regresion on Lenovo X1 Carbon
1549
1550 * click/pop noise in the headphone on several lenovo laptops (LP: #1805079) //
1551 click/pop noise in the headphone on several lenovo laptops (LP: #1805079)
1552 - ALSA: hda/realtek - fix the pop noise on headphone for lenovo laptops
1553
1554 * Touchpad stops working after reboot on Apollo Lake (LP: #1728244)
1555 - HID: i2c-hid: disable runtime PM operations on hantick touchpad
1556
1557 * MAC address pass through on RTL8153-BND for docking station (LP: #1808729)
1558 - r8152: Add support for MAC address pass through on RTL8153-BND
1559
1560 * [Ubuntu] kernel: zcrypt: reinit ap queue state machine (LP: #1805414)
1561 - s390/zcrypt: reinit ap queue state machine during device probe
1562
1563 * [UBUNTU] qeth: fix length check in SNMP processing (LP: #1805802)
1564 - s390/qeth: fix length check in SNMP processing
1565
1566 * ASPEED server console output extremely slow after upgrade to 18.04
1567 (LP: #1808183)
1568 - drm/ast: Remove existing framebuffers before loading driver
1569
1570 * Bionic update: upstream stable patchset 2018-12-13 (LP: #1808399)
1571 - userfaultfd: hugetlbfs: fix userfaultfd_huge_must_wait() pte access
1572 - mm: hugetlb: yield when prepping struct pages
1573 - tracing: Fix missing return symbol in function_graph output
1574 - scsi: target: Fix truncated PR-in ReadKeys response
1575 - s390: Correct register corruption in critical section cleanup
1576 - drbd: fix access after free
1577 - vfio: Use get_user_pages_longterm correctly
1578 - cifs: Fix use after free of a mid_q_entry
1579 - cifs: Fix memory leak in smb2_set_ea()
1580 - cifs: Fix infinite loop when using hard mount option
1581 - drm: Use kvzalloc for allocating blob property memory
1582 - drm/udl: fix display corruption of the last line
1583 - jbd2: don't mark block as modified if the handle is out of credits
1584 - ext4: add corruption check in ext4_xattr_set_entry()
1585 - ext4: always verify the magic number in xattr blocks
1586 - ext4: make sure bitmaps and the inode table don't overlap with bg
1587 descriptors
1588 - ext4: always check block group bounds in ext4_init_block_bitmap()
1589 - ext4: only look at the bg_flags field if it is valid
1590 - ext4: verify the depth of extent tree in ext4_find_extent()
1591 - ext4: include the illegal physical block in the bad map ext4_error msg
1592 - ext4: never move the system.data xattr out of the inode body
1593 - ext4: avoid running out of journal credits when appending to an inline file
1594 - ext4: add more inode number paranoia checks
1595 - ext4: add more mount time checks of the superblock
1596 - ext4: check superblock mapped prior to committing
1597 - HID: i2c-hid: Fix "incomplete report" noise
1598 - HID: hiddev: fix potential Spectre v1
1599 - HID: debug: check length before copy_to_user()
1600 - media: vb2: core: Finish buffers at the end of the stream
1601 - f2fs: truncate preallocated blocks in error case
1602 - Revert "dpaa_eth: fix error in dpaa_remove()"
1603 - Kbuild: fix # escaping in .cmd files for future Make
1604 - media: cx25840: Use subdev host data for PLL override
1605 - fs: allow per-device dax status checking for filesystems
1606 - dax: change bdev_dax_supported() to support boolean returns
1607 - dax: check for QUEUE_FLAG_DAX in bdev_dax_supported()
1608 - dm: set QUEUE_FLAG_DAX accordingly in dm_table_set_restrictions()
1609 - dm: prevent DAX mounts if not supported
1610 - mtd: cfi_cmdset_0002: Change definition naming to retry write operation
1611 - mtd: cfi_cmdset_0002: Change erase functions to retry for error
1612 - mtd: cfi_cmdset_0002: Change erase functions to check chip good only
1613 - netfilter: nf_log: don't hold nf_log_mutex during user access
1614 - staging: comedi: quatech_daqp_cs: fix no-op loop daqp_ao_insn_write()
1615 - sched, tracing: Fix trace_sched_pi_setprio() for deboosting
1616 - PCI / ACPI / PM: Resume bridges w/o drivers on suspend-to-RAM
1617 - drm/amdgpu: Make struct amdgpu_atif private to amdgpu_acpi.c
1618 - scsi: aacraid: Fix PD performance regression over incorrect qd being set
1619 - ARM: dts: imx51-zii-rdu1: fix touchscreen pinctrl
1620 - drm/amdgpu: Add amdgpu_atpx_get_dhandle()
1621 - drm/amdgpu: Dynamically probe for ATIF handle (v2)
1622 - i2c: core: smbus: fix a potential missing-check bug
1623
1624 * Bionic update: upstream stable patchset 2018-12-12 (LP: #1808185)
1625 - usb: cdc_acm: Add quirk for Uniden UBC125 scanner
1626 - USB: serial: cp210x: add CESINEL device ids
1627 - USB: serial: cp210x: add Silicon Labs IDs for Windows Update
1628 - usb: dwc2: fix the incorrect bitmaps for the ports of multi_tt hub
1629 - acpi: Add helper for deactivating memory region
1630 - usb: typec: ucsi: acpi: Workaround for cache mode issue
1631 - usb: typec: ucsi: Fix for incorrect status data issue
1632 - xhci: Fix kernel oops in trace_xhci_free_virt_device
1633 - n_tty: Fix stall at n_tty_receive_char_special().
1634 - n_tty: Access echo_* variables carefully.
1635 - staging: android: ion: Return an ERR_PTR in ion_map_kernel
1636 - serial: 8250_pci: Remove stalled entries in blacklist
1637 - serdev: fix memleak on module unload
1638 - vt: prevent leaking uninitialized data to userspace via /dev/vcs*
1639 - drm/amdgpu: Add APU support in vi_set_uvd_clocks
1640 - drm/amdgpu: Add APU support in vi_set_vce_clocks
1641 - drm/amdgpu: fix the missed vcn fw version report
1642 - drm/qxl: Call qxl_bo_unref outside atomic context
1643 - drm/atmel-hlcdc: check stride values in the first plane
1644 - drm/amdgpu: Use kvmalloc_array for allocating VRAM manager nodes array
1645 - drm/amdgpu: Refactor amdgpu_vram_mgr_bo_invisible_size helper
1646 - drm/i915: Enable provoking vertex fix on Gen9 systems.
1647 - netfilter: nf_tables: nft_compat: fix refcount leak on xt module
1648 - netfilter: nft_compat: prepare for indirect info storage
1649 - netfilter: nft_compat: fix handling of large matchinfo size
1650 - netfilter: nf_tables: don't assume chain stats are set when jumplabel is set
1651 - netfilter: nf_tables: bogus EBUSY in chain deletions
1652 - netfilter: nft_meta: fix wrong value dereference in nft_meta_set_eval
1653 - netfilter: nf_tables: disable preemption in nft_update_chain_stats()
1654 - netfilter: nf_tables: increase nft_counters_enabled in
1655 nft_chain_stats_replace()
1656 - netfilter: nf_tables: fix memory leak on error exit return
1657 - netfilter: nf_tables: add missing netlink attrs to policies
1658 - netfilter: nf_tables: fix NULL-ptr in nf_tables_dump_obj()
1659 - netfilter: don't set F_IFACE on ipv6 fib lookups
1660 - netfilter: ip6t_rpfilter: provide input interface for route lookup
1661 - netfilter: nf_tables: use WARN_ON_ONCE instead of BUG_ON in nft_do_chain()
1662 - ARM: dts: imx6q: Use correct SDMA script for SPI5 core
1663 - xfrm6: avoid potential infinite loop in _decode_session6()
1664 - afs: Fix directory permissions check
1665 - netfilter: ebtables: handle string from userspace with care
1666 - s390/dasd: use blk_mq_rq_from_pdu for per request data
1667 - netfilter: nft_limit: fix packet ratelimiting
1668 - ipvs: fix buffer overflow with sync daemon and service
1669 - iwlwifi: pcie: compare with number of IRQs requested for, not number of CPUs
1670 - atm: zatm: fix memcmp casting
1671 - net: qmi_wwan: Add Netgear Aircard 779S
1672 - perf test: "Session topology" dumps core on s390
1673 - perf bpf: Fix NULL return handling in bpf__prepare_load()
1674 - fs: clear writeback errors in inode_init_always
1675 - sched/core: Fix rules for running on online && !active CPUs
1676 - sched/core: Require cpu_active() in select_task_rq(), for user tasks
1677 - platform/x86: asus-wmi: Fix NULL pointer dereference
1678 - net/sonic: Use dma_mapping_error()
1679 - net: dsa: b53: Add BCM5389 support
1680 - usb: typec: tcpm: fix logbuffer index is wrong if _tcpm_log is re-entered
1681 - iio: mma8452: Fix ignoring MMA8452_INT_DRDY
1682 - drm/amdgpu: fix clear_all and replace handling in the VM (v2)
1683 - drm/amd/display: Clear connector's edid pointer
1684 - drm/i915/dp: Send DPCD ON for MST before phy_up
1685 - drm/amdgpu: remove DC special casing for KB/ML
1686 - drm/amdgpu: Don't default to DC support for Kaveri and older
1687 - drm/amdgpu: GPU vs CPU page size fixes in amdgpu_vm_bo_split_mapping
1688 - drm/amd/display: release spinlock before committing updates to stream
1689 - drm/i915: Fix PIPESTAT irq ack on i965/g4x
1690 - ARM64: dts: meson-gxl-s905x-p212: Add phy-supply for usb0
1691 - x86/mm: Don't free P4D table when it is folded at runtime
1692
1693 * Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
1694 - x86/spectre_v1: Disable compiler optimizations over
1695 array_index_mask_nospec()
1696 - x86/mce: Improve error message when kernel cannot recover
1697 - x86/mce: Check for alternate indication of machine check recovery on Skylake
1698 - x86/mce: Fix incorrect "Machine check from unknown source" message
1699 - x86/mce: Do not overwrite MCi_STATUS in mce_no_way_out()
1700 - x86: Call fixup_exception() before notify_die() in math_error()
1701 - m68k/mm: Adjust VM area to be unmapped by gap size for __iounmap()
1702 - m68k/mac: Fix SWIM memory resource end address
1703 - serial: sh-sci: Use spin_{try}lock_irqsave instead of open coding version
1704 - signal/xtensa: Consistenly use SIGBUS in do_unaligned_user
1705 - PM / Domains: Fix error path during attach in genpd
1706 - PM / core: Fix supplier device runtime PM usage counter imbalance
1707 - PM / OPP: Update voltage in case freq == old_freq
1708 - usb: do not reset if a low-speed or full-speed device timed out
1709 - 1wire: family module autoload fails because of upper/lower case mismatch.
1710 - ASoC: dapm: delete dapm_kcontrol_data paths list before freeing it
1711 - ASoC: cs35l35: Add use_single_rw to regmap config
1712 - ASoC: cirrus: i2s: Fix LRCLK configuration
1713 - ASoC: cirrus: i2s: Fix {TX|RX}LinCtrlData setup
1714 - thermal: bcm2835: Stop using printk format %pCr
1715 - clk: renesas: cpg-mssr: Stop using printk format %pCr
1716 - lib/vsprintf: Remove atomic-unsafe support for %pCr
1717 - ftrace/selftest: Have the reset_trigger code be a bit more careful
1718 - mips: ftrace: fix static function graph tracing
1719 - branch-check: fix long->int truncation when profiling branches
1720 - ipmi:bt: Set the timeout before doing a capabilities check
1721 - Bluetooth: hci_qca: Avoid missing rampatch failure with userspace fw loader
1722 - printk: fix possible reuse of va_list variable
1723 - fuse: fix congested state leak on aborted connections
1724 - fuse: atomic_o_trunc should truncate pagecache
1725 - fuse: don't keep dead fuse_conn at fuse_fill_super().
1726 - fuse: fix control dir setup and teardown
1727 - powerpc/mm/hash: Add missing isync prior to kernel stack SLB switch
1728 - powerpc/ptrace: Fix setting 512B aligned breakpoints with
1729 PTRACE_SET_DEBUGREG
1730 - powerpc/ptrace: Fix enforcement of DAWR constraints
1731 - powerpc/powernv/ioda2: Remove redundant free of TCE pages
1732 - powerpc/powernv: copy/paste - Mask SO bit in CR
1733 - powerpc/fadump: Unregister fadump on kexec down path.
1734 - soc: rockchip: power-domain: Fix wrong value when power up pd with writemask
1735 - ARM: 8764/1: kgdb: fix NUMREGBYTES so that gdb_regs[] is the correct size
1736 - ARM: dts: Fix SPI node for Arria10
1737 - ARM: dts: socfpga: Fix NAND controller node compatible
1738 - ARM: dts: socfpga: Fix NAND controller clock supply
1739 - ARM: dts: socfpga: Fix NAND controller node compatible for Arria10
1740 - arm64: Fix syscall restarting around signal suppressed by tracer
1741 - arm64: kpti: Use early_param for kpti= command-line option
1742 - arm64: mm: Ensure writes to swapper are ordered wrt subsequent cache
1743 maintenance
1744 - ARM64: dts: meson: disable sd-uhs modes on the libretech-cc
1745 - of: overlay: validate offset from property fixups
1746 - of: unittest: for strings, account for trailing \0 in property length field
1747 - of: platform: stop accessing invalid dev in of_platform_device_destroy
1748 - tpm: fix use after free in tpm2_load_context()
1749 - tpm: fix race condition in tpm_common_write()
1750 - IB/qib: Fix DMA api warning with debug kernel
1751 - IB/{hfi1, qib}: Add handling of kernel restart
1752 - IB/mlx4: Mark user MR as writable if actual virtual memory is writable
1753 - IB/core: Make testing MR flags for writability a static inline function
1754 - IB/mlx5: Fetch soft WQE's on fatal error state
1755 - IB/isert: Fix for lib/dma_debug check_sync warning
1756 - IB/isert: fix T10-pi check mask setting
1757 - IB/hfi1: Fix fault injection init/exit issues
1758 - IB/hfi1: Reorder incorrect send context disable
1759 - IB/hfi1: Optimize kthread pointer locking when queuing CQ entries
1760 - IB/hfi1: Fix user context tail allocation for DMA_RTAIL
1761 - RDMA/mlx4: Discard unknown SQP work requests
1762 - xprtrdma: Return -ENOBUFS when no pages are available
1763 - mtd: cfi_cmdset_0002: Change write buffer to check correct value
1764 - mtd: cfi_cmdset_0002: Use right chip in do_ppb_xxlock()
1765 - mtd: cfi_cmdset_0002: fix SEGV unlocking multiple chips
1766 - mtd: cfi_cmdset_0002: Fix unlocking requests crossing a chip boudary
1767 - mtd: cfi_cmdset_0002: Avoid walking all chips when unlocking.
1768 - PCI: hv: Make sure the bus domain is really unique
1769 - PCI: Add ACS quirk for Intel 7th & 8th Gen mobile
1770 - PCI: pciehp: Clear Presence Detect and Data Link Layer Status Changed on
1771 resume
1772 - auxdisplay: fix broken menu
1773 - pinctrl: samsung: Correct EINTG banks order
1774 - pinctrl: devicetree: Fix pctldev pointer overwrite
1775 - cpufreq: intel_pstate: Fix scaling max/min limits with Turbo 3.0
1776 - MIPS: io: Add barrier after register read in inX()
1777 - time: Make sure jiffies_to_msecs() preserves non-zero time periods
1778 - irqchip/gic-v3-its: Don't bind LPI to unavailable NUMA node
1779 - X.509: unpack RSA signatureValue field from BIT STRING
1780 - Btrfs: fix return value on rename exchange failure
1781 - iio: adc: ad7791: remove sample freq sysfs attributes
1782 - iio: sca3000: Fix an error handling path in 'sca3000_probe()'
1783 - mm: fix __gup_device_huge vs unmap
1784 - scsi: qla2xxx: Fix setting lower transfer speed if GPSC fails
1785 - scsi: qla2xxx: Mask off Scope bits in retry delay
1786 - scsi: zfcp: fix missing SCSI trace for result of eh_host_reset_handler
1787 - scsi: zfcp: fix missing SCSI trace for retry of abort / scsi_eh TMF
1788 - scsi: zfcp: fix misleading REC trigger trace where erp_action setup failed
1789 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io early return
1790 - scsi: zfcp: fix missing REC trigger trace on terminate_rport_io for
1791 ERP_FAILED
1792 - scsi: zfcp: fix missing REC trigger trace for all objects in ERP_FAILED
1793 - scsi: zfcp: fix missing REC trigger trace on enqueue without ERP thread
1794 - linvdimm, pmem: Preserve read-only setting for pmem devices
1795 - clk: at91: PLL recalc_rate() now using cached MUL and DIV values
1796 - rtc: sun6i: Fix bit_idx value for clk_register_gate
1797 - md: fix two problems with setting the "re-add" device state.
1798 - rpmsg: smd: do not use mananged resources for endpoints and channels
1799 - ubi: fastmap: Cancel work upon detach
1800 - ubi: fastmap: Correctly handle interrupted erasures in EBA
1801 - backlight: as3711_bl: Fix Device Tree node lookup
1802 - backlight: max8925_bl: Fix Device Tree node lookup
1803 - backlight: tps65217_bl: Fix Device Tree node lookup
1804 - mfd: intel-lpss: Program REMAP register in PIO mode
1805 - arm: dts: mt7623: fix invalid memory node being generated
1806 - perf tools: Fix symbol and object code resolution for vdso32 and vdsox32
1807 - perf intel-pt: Fix sync_switch INTEL_PT_SS_NOT_TRACING
1808 - perf intel-pt: Fix decoding to accept CBR between FUP and corresponding TIP
1809 - perf intel-pt: Fix MTC timing after overflow
1810 - perf intel-pt: Fix "Unexpected indirect branch" error
1811 - perf intel-pt: Fix packet decoding of CYC packets
1812 - media: vsp1: Release buffers for each video node
1813 - media: v4l2-compat-ioctl32: prevent go past max size
1814 - media: dvb_frontend: fix locking issues at dvb_frontend_get_event()
1815 - nfsd: restrict rd_maxcount to svc_max_payload in nfsd_encode_readdir
1816 - NFSv4: Fix possible 1-byte stack overflow in
1817 nfs_idmap_read_and_verify_message
1818 - NFSv4: Revert commit 5f83d86cf531d ("NFSv4.x: Fix wraparound issues..")
1819 - NFSv4: Fix a typo in nfs41_sequence_process
1820 - ACPI / LPSS: Add missing prv_offset setting for byt/cht PWM devices
1821 - Input: elan_i2c - add ELAN0618 (Lenovo v330 15IKB) ACPI ID
1822 - pwm: lpss: platform: Save/restore the ctrl register over a suspend/resume
1823 - rbd: flush rbd_dev->watch_dwork after watch is unregistered
1824 - mm/ksm.c: ignore STABLE_FLAG of rmap_item->address in rmap_walk_ksm()
1825 - mm: fix devmem_is_allowed() for sub-page System RAM intersections
1826 - xen: Remove unnecessary BUG_ON from __unbind_from_irq()
1827 - udf: Detect incorrect directory size
1828 - Input: xpad - fix GPD Win 2 controller name
1829 - Input: elan_i2c_smbus - fix more potential stack buffer overflows
1830 - ALSA: timer: Fix UBSAN warning at SNDRV_TIMER_IOCTL_NEXT_DEVICE ioctl
1831 - ALSA: hda/realtek - Fix pop noise on Lenovo P50 & co
1832 - ALSA: hda/realtek - Add a quirk for FSC ESPRIMO U9210
1833 - slub: fix failure when we delete and create a slab cache
1834 - block: Fix transfer when chunk sectors exceeds max
1835 - block: Fix cloning of requests with a special payload
1836 - x86/efi: Fix efi_call_phys_epilog() with CONFIG_X86_5LEVEL=y
1837 - dm zoned: avoid triggering reclaim from inside dmz_map()
1838 - dm thin: handle running out of data space vs concurrent discard
1839 - x86/platform/UV: Use new set memory block size function
1840 - x86/platform/UV: Add kernel parameter to set memory block size
1841 - platform/chrome: cros_ec_lpc: Register the driver if ACPI entry is missing.
1842 - platform/chrome: cros_ec_lpc: do not try DMI match when ACPI device found
1843 - hwmon: (k10temp) Add support for Stoney Ridge and Bristol Ridge CPUs
1844 - spi-nor: intel-spi: Remove unused preopcodes field
1845 - mtd: spi-nor: intel-spi: Fix atomic sequence handling
1846 - PCI / PM: Do not clear state_saved for devices that remain suspended
1847 - ASoC: mediatek: preallocate pages use platform device
1848 - libnvdimm, pmem: Do not flush power-fail protected CPU caches
1849 - powerpc/64s: Set assembler machine type to POWER4
1850 - powerpc/e500mc: Set assembler machine type to e500mc
1851 - hwrng: core - Always drop the RNG in hwrng_unregister()
1852 - softirq: Reorder trace_softirqs_on to prevent lockdep splat
1853 - ARM64: dts: meson-gx: fix ATF reserved memory region
1854 - mtd: rawnand: fix return value check for bad block status
1855 - mtd: rawnand: mxc: set spare area size register explicitly
1856 - PCI: Account for all bridges on bus when distributing bus numbers
1857 - pinctrl: armada-37xx: Fix spurious irq management
1858 - MIPS: pb44: Fix i2c-gpio GPIO descriptor table
1859 - locking/rwsem: Fix up_read_non_owner() warning with DEBUG_RWSEMS
1860 - scsi: scsi_debug: Fix memory leak on module unload
1861 - scsi: qla2xxx: Spinlock recursion in qla_target
1862 - libnvdimm, pmem: Unconditionally deep flush on *sync
1863 - f2fs: don't use GFP_ZERO for page caches
1864 - mfd: twl-core: Fix clock initialization
1865 - remoteproc: Prevent incorrect rproc state on xfer mem ownership failure
1866 - media: rc: mce_kbd decoder: fix stuck keys
1867 - Input: silead - add Chuwi Hi8 support
1868 - Input: silead - add MSSL0002 ACPI HID
1869 - ALSA: hda - Force to link down at runtime suspend on ATI/AMD HDMI
1870 - i2c: gpio: initialize SCL to HIGH again
1871 - kasan: depend on CONFIG_SLUB_DEBUG
1872 - dm: ensure bio submission follows a depth-first tree walk
1873 - dm: rename 'bio' member of dm_io structure to 'orig_bio'
1874 - dm: use bio_split() when splitting out the already processed bio
1875 - x86/e820: put !E820_TYPE_RAM regions into memblock.reserved
1876
1877 * Support AverMedia DVD EZMaker 7 USB video capture dongle (LP: #1620762) //
1878 Bionic update: upstream stable patchset 2018-12-07 (LP: #1807469)
1879 - media: cx231xx: Add support for AverMedia DVD EZMaker 7
1880
1881 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 14 Jan 2019 09:38:05 +0000
54f596cf 1882
9f3c4167 1883linux (4.15.0-43.46) bionic; urgency=medium
3af3bb3f 1884
9f3c4167 1885 * linux: 4.15.0-43.46 -proposed tracker (LP: #1806659)
3af3bb3f 1886
9f3c4167
KSS
1887 * System randomly hangs during suspend when mei_wdt is loaded (LP: #1803942)
1888 - SAUCE: base/dd: limit release function changes to vfio driver only
1889
1890 * Workaround CSS timeout on AMD SNPS 3.0 xHC (LP: #1806838)
1891 - xhci: Allow more than 32 quirks
1892 - xhci: workaround CSS timeout on AMD SNPS 3.0 xHC
1893
1894 * linux-buildinfo: pull out ABI information into its own package
1895 (LP: #1806380)
1896 - [Packaging] limit preparation to linux-libc-dev in headers
1897 - [Packaging] commonise debhelper invocation
1898 - [Packaging] ABI -- accumulate abi information at the end of the build
1899 - [Packaging] buildinfo -- add basic build information
1900 - [Packaging] buildinfo -- add firmware information to the flavour ABI
1901 - [Packaging] buildinfo -- add compiler information to the flavour ABI
1902 - [Packaging] buildinfo -- add buildinfo support to getabis
1903 - [Config] buildinfo -- add retpoline version markers
1904
1905 * linux packages should own /usr/lib/linux/triggers (LP: #1770256)
1906 - [Packaging] own /usr/lib/linux/triggers
1907
1908 * CVE-2018-12896
1909 - posix-timers: Sanitize overrun handling
1910
1911 * CVE-2018-16276
1912 - USB: yurex: fix out-of-bounds uaccess in read handler
1913
1914 * CVE-2018-10902
1915 - ALSA: rawmidi: Change resized buffers atomically
1916
1917 * CVE-2018-18710
1918 - cdrom: fix improper type cast, which can leat to information leak.
1919
1920 * CVE-2018-18690
1921 - xfs: don't fail when converting shortform attr to long form during
1922 ATTR_REPLACE
1923
1924 * CVE-2018-14734
1925 - infiniband: fix a possible use-after-free bug
1926
1927 * CVE-2018-18445
1928 - bpf: 32-bit RSH verification must truncate input before the ALU op
1929
1930 * Packaging resync (LP: #1786013)
1931 - [Packaging] update helper scripts
1932
1933 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Thu, 06 Dec 2018 13:52:12 +0000
3af3bb3f 1934
3f1c3bb7 1935linux (4.15.0-42.45) bionic; urgency=medium
c5723876 1936
3f1c3bb7 1937 * linux: 4.15.0-42.45 -proposed tracker (LP: #1803592)
c5723876 1938
3f1c3bb7
TLSC
1939 * [FEAT] Guest-dedicated Crypto Adapters (LP: #1787405)
1940 - KVM: s390: reset crypto attributes for all vcpus
1941 - KVM: s390: vsie: simulate VCPU SIE entry/exit
1942 - KVM: s390: introduce and use KVM_REQ_VSIE_RESTART
1943 - KVM: s390: refactor crypto initialization
1944 - s390: vfio-ap: base implementation of VFIO AP device driver
1945 - s390: vfio-ap: register matrix device with VFIO mdev framework
1946 - s390: vfio-ap: sysfs interfaces to configure adapters
1947 - s390: vfio-ap: sysfs interfaces to configure domains
1948 - s390: vfio-ap: sysfs interfaces to configure control domains
1949 - s390: vfio-ap: sysfs interface to view matrix mdev matrix
1950 - KVM: s390: interface to clear CRYCB masks
1951 - s390: vfio-ap: implement mediated device open callback
1952 - s390: vfio-ap: implement VFIO_DEVICE_GET_INFO ioctl
1953 - s390: vfio-ap: zeroize the AP queues
1954 - s390: vfio-ap: implement VFIO_DEVICE_RESET ioctl
1955 - KVM: s390: Clear Crypto Control Block when using vSIE
1956 - KVM: s390: vsie: Do the CRYCB validation first
1957 - KVM: s390: vsie: Make use of CRYCB FORMAT2 clear
1958 - KVM: s390: vsie: Allow CRYCB FORMAT-2
1959 - KVM: s390: vsie: allow CRYCB FORMAT-1
1960 - KVM: s390: vsie: allow CRYCB FORMAT-0
1961 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-1
1962 - KVM: s390: vsie: allow guest FORMAT-1 CRYCB on host FORMAT-2
1963 - KVM: s390: vsie: allow guest FORMAT-0 CRYCB on host FORMAT-2
1964 - KVM: s390: device attrs to enable/disable AP interpretation
1965 - KVM: s390: CPU model support for AP virtualization
1966 - s390: doc: detailed specifications for AP virtualization
1967 - KVM: s390: fix locking for crypto setting error path
1968 - KVM: s390: Tracing APCB changes
1969 - s390: vfio-ap: setup APCB mask using KVM dedicated function
1970 - s390/zcrypt: Add ZAPQ inline function.
1971 - s390/zcrypt: Review inline assembler constraints.
1972 - s390/zcrypt: Integrate ap_asm.h into include/asm/ap.h.
1973 - s390/zcrypt: fix ap_instructions_available() returncodes
1974 - s390/zcrypt: remove VLA usage from the AP bus
1975 - s390/zcrypt: Remove deprecated ioctls.
1976 - s390/zcrypt: Remove deprecated zcrypt proc interface.
1977 - s390/zcrypt: Support up to 256 crypto adapters.
1978 - [Config:] Enable CONFIG_S390_AP_IOMMU and set CONFIG_VFIO_AP to module.
1979
1980 * Bypass of mount visibility through userns + mount propagation (LP: #1789161)
1981 - mount: Retest MNT_LOCKED in do_umount
1982 - mount: Don't allow copying MNT_UNBINDABLE|MNT_LOCKED mounts
1983
1984 * CVE-2018-18955: nested user namespaces with more than five extents
1985 incorrectly grant privileges over inode (LP: #1801924) // CVE-2018-18955
1986 - userns: also map extents in the reverse map to kernel IDs
1987
1988 * kdump fail due to an IRQ storm (LP: #1797990)
1989 - SAUCE: x86/PCI: Export find_cap() to be used in early PCI code
1990 - SAUCE: x86/quirks: Add parameter to clear MSIs early on boot
1991 - SAUCE: x86/quirks: Scan all busses for early PCI quirks
1992
1993 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 15 Nov 2018 17:01:46 -0200
c5723876 1994
53e065bb 1995linux (4.15.0-40.43) bionic; urgency=medium
83548436 1996
53e065bb 1997 * linux: 4.15.0-40.43 -proposed tracker (LP: #1802554)
83548436 1998
53e065bb
TLSC
1999 * crash in ENA driver on removing an interface (LP: #1802341)
2000 - SAUCE: net: ena: fix crash during ena_remove()
2001
2002 * Ubuntu 18.04.1 - [s390x] Kernel panic while stressing network bonding
2003 (LP: #1797367)
2004 - s390/qeth: don't keep track of MAC address's cast type
2005 - s390/qeth: consolidate qeth MAC address helpers
2006 - s390/qeth: avoid using is_multicast_ether_addr_64bits on (u8 *)[6]
2007 - s390/qeth: remove outdated portname debug msg
2008 - s390/qeth: reduce hard-coded access to ccw channels
2009 - s390/qeth: sanitize strings in debug messages
2010
2011 * [18.04 FEAT] zcrypt DD: introduce APQN tags to support deterministic driver
2012 binding (LP: #1799184)
2013 - s390/zcrypt: code beautify
2014 - s390/zcrypt: AP bus support for alternate driver(s)
2015 - s390/zcrypt: hex string mask improvements for apmask and aqmask.
2016 - s390/zcrypt: remove unused functions and declarations
2017 - s390/zcrypt: Show load of cards and queues in sysfs
2018
2019 * [GLK/CLX] Enhanced IBRS (LP: #1786139)
2020 - x86/speculation: Remove SPECTRE_V2_IBRS in enum spectre_v2_mitigation
2021 - x86/speculation: Support Enhanced IBRS on future CPUs
2022
2023 * Allow signed kernels to be kexec'ed under lockdown (LP: #1798441)
2024 - Fix kexec forbidding kernels signed with keys in the secondary keyring to
2025 boot
2026
2027 * Overlayfs in user namespace leaks directory content of inaccessible
2028 directories (LP: #1793458) // CVE-2018-6559
2029 - SAUCE: overlayfs: ensure mounter privileges when reading directories
2030
2031 * Update ENA driver to version 2.0.1K (LP: #1798182)
2032 - net: ena: remove ndo_poll_controller
2033 - net: ena: fix warning in rmmod caused by double iounmap
2034 - net: ena: fix rare bug when failed restart/resume is followed by driver
2035 removal
2036 - net: ena: fix NULL dereference due to untimely napi initialization
2037 - net: ena: fix auto casting to boolean
2038 - net: ena: minor performance improvement
2039 - net: ena: complete host info to match latest ENA spec
2040 - net: ena: introduce Low Latency Queues data structures according to ENA spec
2041 - net: ena: add functions for handling Low Latency Queues in ena_com
2042 - net: ena: add functions for handling Low Latency Queues in ena_netdev
2043 - net: ena: use CSUM_CHECKED device indication to report skb's checksum status
2044 - net: ena: explicit casting and initialization, and clearer error handling
2045 - net: ena: limit refill Rx threshold to 256 to avoid latency issues
2046 - net: ena: change rx copybreak default to reduce kernel memory pressure
2047 - net: ena: remove redundant parameter in ena_com_admin_init()
2048 - net: ena: update driver version to 2.0.1
2049 - net: ena: fix indentations in ena_defs for better readability
2050 - net: ena: Fix Kconfig dependency on X86
2051 - net: ena: enable Low Latency Queues
2052 - net: ena: fix compilation error in xtensa architecture
2053
2054 * Bionic update: upstream stable patchset 2018-10-29 (LP: #1800537)
2055 - bonding: re-evaluate force_primary when the primary slave name changes
2056 - cdc_ncm: avoid padding beyond end of skb
2057 - ipv6: allow PMTU exceptions to local routes
2058 - net: dsa: add error handling for pskb_trim_rcsum
2059 - net/sched: act_simple: fix parsing of TCA_DEF_DATA
2060 - tcp: verify the checksum of the first data segment in a new connection
2061 - udp: fix rx queue len reported by diag and proc interface
2062 - net: in virtio_net_hdr only add VLAN_HLEN to csum_start if payload holds
2063 vlan
2064 - tls: fix use-after-free in tls_push_record
2065 - ext4: fix hole length detection in ext4_ind_map_blocks()
2066 - ext4: update mtime in ext4_punch_hole even if no blocks are released
2067 - ext4: bubble errors from ext4_find_inline_data_nolock() up to ext4_iget()
2068 - ext4: fix fencepost error in check for inode count overflow during resize
2069 - driver core: Don't ignore class_dir_create_and_add() failure.
2070 - Btrfs: fix clone vs chattr NODATASUM race
2071 - Btrfs: fix memory and mount leak in btrfs_ioctl_rm_dev_v2()
2072 - btrfs: return error value if create_io_em failed in cow_file_range
2073 - btrfs: scrub: Don't use inode pages for device replace
2074 - ALSA: hda/conexant - Add fixup for HP Z2 G4 workstation
2075 - ALSA: hda - Handle kzalloc() failure in snd_hda_attach_pcm_stream()
2076 - ALSA: hda: add dock and led support for HP EliteBook 830 G5
2077 - ALSA: hda: add dock and led support for HP ProBook 640 G4
2078 - x86/MCE: Fix stack out-of-bounds write in mce-inject.c: Flags_read()
2079 - smb3: fix various xid leaks
2080 - CIFS: 511c54a2f69195b28afb9dd119f03787b1625bb4 adds a check for session
2081 expiry
2082 - cifs: For SMB2 security informaion query, check for minimum sized security
2083 descriptor instead of sizeof FileAllInformation class
2084 - nbd: fix nbd device deletion
2085 - nbd: update size when connected
2086 - nbd: use bd_set_size when updating disk size
2087 - blk-mq: reinit q->tag_set_list entry only after grace period
2088 - bdi: Move cgroup bdi_writeback to a dedicated low concurrency workqueue
2089 - cpufreq: Fix new policy initialization during limits updates via sysfs
2090 - cpufreq: governors: Fix long idle detection logic in load calculation
2091 - libata: zpodd: small read overflow in eject_tray()
2092 - libata: Drop SanDisk SD7UB3Q*G1001 NOLPM quirk
2093 - w1: mxc_w1: Enable clock before calling clk_get_rate() on it
2094 - x86/intel_rdt: Enable CMT and MBM on new Skylake stepping
2095 - iwlwifi: fw: harden page loading code
2096 - orangefs: set i_size on new symlink
2097 - orangefs: report attributes_mask and attributes for statx
2098 - HID: intel_ish-hid: ipc: register more pm callbacks to support hibernation
2099 - HID: wacom: Correct logical maximum Y for 2nd-gen Intuos Pro large
2100 - mm, page_alloc: do not break __GFP_THISNODE by zonelist reset
2101 - net: phy: dp83822: use BMCR_ANENABLE instead of BMSR_ANEGCAPABLE for DP83620
2102 - cpufreq: ti-cpufreq: Fix an incorrect error return value
2103 - x86/vector: Fix the args of vector_alloc tracepoint
2104 - x86/apic/vector: Prevent hlist corruption and leaks
2105 - x86/apic: Provide apic_ack_irq()
2106 - x86/ioapic: Use apic_ack_irq()
2107 - x86/platform/uv: Use apic_ack_irq()
2108 - irq_remapping: Use apic_ack_irq()
2109 - genirq/generic_pending: Do not lose pending affinity update
2110 - genirq/affinity: Defer affinity setting if irq chip is busy
2111 - genirq/migration: Avoid out of line call if pending is not set
2112
2113 * [bionic]mlx5: reading SW stats through ifstat cause kernel crash
2114 (LP: #1799049)
2115 - net/mlx5e: Don't attempt to dereference the ppriv struct if not being
2116 eswitch manager
2117
2118 * [Bionic][Cosmic] ipmi: Fix timer race with module unload (LP: #1799281)
2119 - ipmi: Fix timer race with module unload
2120
2121 * [Bionic] ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
2122 (LP: #1799276)
2123 - ipmi: Remove ACPI SPMI probing from the SSIF (I2C) driver
2124
2125 * execveat03 in ubuntu_ltp_syscalls failed on X/B (LP: #1786729)
2126 - cap_inode_getsecurity: use d_find_any_alias() instead of d_find_alias()
2127
2128 * [Bionic][Cosmic] Fix to ipmi to support vendor specific messages greater
2129 than 255 bytes (LP: #1799794)
2130 - ipmi:ssif: Add support for multi-part transmit messages > 2 parts
2131
2132 * libvirtd is unable to configure bridge devices inside of LXD containers
2133 (LP: #1784501)
2134 - kernfs: allow creating kernfs objects with arbitrary uid/gid
2135 - sysfs, kobject: allow creating kobject belonging to arbitrary users
2136 - kobject: kset_create_and_add() - fetch ownership info from parent
2137 - driver core: set up ownership of class devices in sysfs
2138 - net-sysfs: require net admin in the init ns for setting tx_maxrate
2139 - net-sysfs: make sure objects belong to container's owner
2140 - net: create reusable function for getting ownership info of sysfs inodes
2141 - bridge: make sure objects belong to container's owner
2142 - sysfs: Fix regression when adding a file to an existing group
2143
2144 * [Ubuntu] kvm: fix deadlock when killed by oom (LP: #1800849)
2145 - s390/kvm: fix deadlock when killed by oom
2146
2147 * [Ubuntu] net/af_iucv: fix skb leaks for HiperTransport (LP: #1800639)
2148 - net/af_iucv: drop inbound packets with invalid flags
2149 - net/af_iucv: fix skb handling on HiperTransport xmit error
2150
2151 * Power consumption during s2idle is higher than long idle(sk hynix)
2152 (LP: #1801875)
2153 - SAUCE: pci: prevent sk hynix nvme from entering D3
2154 - SAUCE: nvme: add quirk to not call disable function when suspending
2155
2156 * Enable keyboard wakeup for S2Idle laptops (LP: #1798552)
2157 - Input: i8042 - enable keyboard wakeups by default when s2idle is used
2158
2159 * NULL pointer dereference at 0000000000000020 when access
2160 dst_orig->ops->family in function xfrm_lookup_with_ifid() (LP: #1801878)
2161 - xfrm: Fix NULL pointer dereference when skb_dst_force clears the dst_entry.
2162
2163 * [Ubuntu] qdio: reset old sbal_state flags (LP: #1801686)
2164 - s390/qdio: reset old sbal_state flags
2165
2166 * hns3: map tx ring to tc (LP: #1802023)
2167 - net: hns3: Set tx ring' tc info when netdev is up
2168
2169 * [Ubuntu] qeth: Fix potential array overrun in cmd/rc lookup (LP: #1800641)
2170 - s390: qeth_core_mpc: Use ARRAY_SIZE instead of reimplementing its function
2171 - s390: qeth: Fix potential array overrun in cmd/rc lookup
2172
2173 * Vulkan applications cause permanent memory leak with Intel GPU
2174 (LP: #1798165)
2175 - drm/syncobj: Don't leak fences when WAIT_FOR_SUBMIT is set
2176
2177 * Mounting SOFS SMB shares fails (LP: #1792580)
2178 - cifs: connect to servername instead of IP for IPC$ share
2179
2180 * Packaging resync (LP: #1786013)
2181 - [Package] add support for specifying the primary makefile
2182
2183 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 09 Nov 2018 17:29:18 -0200
83548436 2184
cd8f1d83 2185linux (4.15.0-39.42) bionic; urgency=medium
c7d15f38 2186
cd8f1d83 2187 * linux: 4.15.0-39.42 -proposed tracker (LP: #1799411)
c7d15f38 2188
cd8f1d83
KSS
2189 * Linux: insufficient shootdown for paging-structure caches (LP: #1798897)
2190 - mm: move tlb_table_flush to tlb_flush_mmu_free
2191 - mm/tlb: Remove tlb_remove_table() non-concurrent condition
2192 - mm/tlb, x86/mm: Support invalidating TLB caches for RCU_TABLE_FREE
2193 - [Config] CONFIG_HAVE_RCU_TABLE_INVALIDATE=y
2194
2195 * Ubuntu18.04: GPU total memory is reduced (LP: #1792102)
2196 - Revert "powerpc/powernv: Increase memory block size to 1GB on radix"
2197
2198 * arm64: snapdragon: reduce boot noise (LP: #1797154)
2199 - [Config] arm64: snapdragon: DRM_MSM=m
2200 - [Config] arm64: snapdragon: SND*=m
2201 - [Config] arm64: snapdragon: disable ARM_SDE_INTERFACE
2202 - [Config] arm64: snapdragon: disable DRM_I2C_ADV7511_CEC
2203 - [Config] arm64: snapdragon: disable VIDEO_ADV7511, VIDEO_COBALT
2204
2205 * [Bionic] CPPC bug fixes (LP: #1796949)
2206 - ACPI / CPPC: Update all pr_(debug/err) messages to log the susbspace id
2207 - cpufreq: CPPC: Don't set transition_latency
2208 - ACPI / CPPC: Fix invalid PCC channel status errors
2209
2210 * regression in 'ip --family bridge neigh' since linux v4.12 (LP: #1796748)
2211 - rtnetlink: fix rtnl_fdb_dump() for ndmsg header
2212
2213 * screen displays abnormally on the lenovo M715 with the AMD GPU (Radeon Vega
2214 8 Mobile, rev ca, 1002:15dd) (LP: #1796786)
2215 - drm/amd/display: Fix takover from VGA mode
2216 - drm/amd/display: early return if not in vga mode in disable_vga
2217 - drm/amd/display: Refine disable VGA
2218
2219 * arm64: snapdragon: WARNING: CPU: 0 PID: 1 arch/arm64/kernel/setup.c:271
2220 reserve_memblock_reserved_regions (LP: #1797139)
2221 - SAUCE: arm64: Fix /proc/iomem for reserved but not memory regions
2222
2223 * The front MIC can't work on the Lenovo M715 (LP: #1797292)
2224 - ALSA: hda/realtek - Fix the problem of the front MIC on the Lenovo M715
2225
2226 * Keyboard backlight sysfs sometimes is missing on Dell laptops (LP: #1797304)
2227 - platform/x86: dell-smbios: Correct some style warnings
2228 - platform/x86: dell-smbios: Rename dell-smbios source to dell-smbios-base
2229 - platform/x86: dell-smbios: Link all dell-smbios-* modules together
2230 - [Config] CONFIG_DELL_SMBIOS_SMM=y, CONFIG_DELL_SMBIOS_WMI=y
2231
2232 * rpi3b+: ethernet not working (LP: #1797406)
2233 - lan78xx: Don't reset the interface on open
2234
2235 * 87cdf3148b11 was never backported to 4.15 (LP: #1795653)
2236 - xfrm: Verify MAC header exists before overwriting eth_hdr(skb)->h_proto
2237
2238 * [Ubuntu18.04][Power9][DD2.2]package installation segfaults inside debian
2239 chroot env in P9 KVM guest with HTM enabled (kvm) (LP: #1792501)
2240 - KVM: PPC: Book3S HV: Fix guest r11 corruption with POWER9 TM workarounds
2241
2242 * Provide mode where all vCPUs on a core must be the same VM (LP: #1792957)
2243 - KVM: PPC: Book3S HV: Provide mode where all vCPUs on a core must be the same
2244 VM
2245
2246 * fscache: bad refcounting in fscache_op_complete leads to OOPS (LP: #1797314)
2247 - SAUCE: fscache: Fix race in decrementing refcount of op->npages
2248
2249 * CVE-2018-9363
2250 - Bluetooth: hidp: buffer overflow in hidp_process_report
2251
2252 * CVE-2017-13168
2253 - scsi: sg: mitigate read/write abuse
2254
2255 * [Bionic] ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID
2256 is set (LP: #1797200)
2257 - ACPI / PPTT: use ACPI ID whenever ACPI_PPTT_ACPI_PROCESSOR_ID_VALID is set
2258
2259 * [Bionic] arm64: topology: Avoid checking numa mask for scheduler MC
2260 selection (LP: #1797202)
2261 - arm64: topology: Avoid checking numa mask for scheduler MC selection
2262
2263 * crypto/vmx - Backport of Fix sleep-in-atomic bugs patch for 18.04
2264 (LP: #1790832)
2265 - crypto: vmx - Fix sleep-in-atomic bugs
2266
2267 * hns3: autoneg settings get lost on down/up (LP: #1797654)
2268 - net: hns3: Fix for information of phydev lost problem when down/up
2269
2270 * not able to unwind the stack from within __kernel_clock_gettime in the Linux
2271 vDSO (LP: #1797963)
2272 - powerpc/vdso: Correct call frame information
2273
2274 * Signal 7 error when running GPFS tracing in cluster (LP: #1792195)
2275 - powerpc/mm/books3s: Add new pte bit to mark pte temporarily invalid.
2276 - powerpc/mm/radix: Only need the Nest MMU workaround for R -> RW transition
2277
2278 * Support Edge Gateway's WIFI LED (LP: #1798330)
2279 - SAUCE: mwifiex: Switch WiFi LED state according to the device status
2280
2281 * Support Edge Gateway's Bluetooth LED (LP: #1798332)
2282 - SAUCE: Bluetooth: Support for LED on Edge Gateways
2283
2284 * USB cardreader (0bda:0328) make the system can't enter s3 or hang
2285 (LP: #1798328)
2286 - usb: Don't disable Latency tolerance Messaging (LTM) before port reset
2287
2288 * CVE-2018-15471
2289 - xen-netback: fix input validation in xenvif_set_hash_mapping()
2290
2291 * CVE-2018-16658
2292 - cdrom: Fix info leak/OOB read in cdrom_ioctl_drive_status
2293
2294 * [Bionic] Update ThunderX2 implementation defined pmu core events
2295 (LP: #1796904)
2296 - perf vendor events arm64: Update ThunderX2 implementation defined pmu core
2297 events
2298
2299 * the machine of lenovo M715 with the AMD GPU (Radeon Vega 8 Mobile, rev ca,
2300 1002:15dd) often hangs randomly (LP: #1796789)
2301 - drm/amd: Add missing fields in atom_integrated_system_info_v1_11
2302
2303 * [18.04] GLK hang after a while (LP: #1760545)
2304 - drm/i915/glk: Add MODULE_FIRMWARE for Geminilake
2305
2306 * Fix usbcore.quirks when used at boot (LP: #1795784)
2307 - usb: core: safely deal with the dynamic quirk lists
2308
2309 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 23 Oct 2018 14:44:55 +0000
c7d15f38 2310
513f0ebb 2311linux (4.15.0-38.41) bionic; urgency=medium
21f7cfa0 2312
513f0ebb 2313 * linux: 4.15.0-38.41 -proposed tracker (LP: #1797061)
21f7cfa0 2314
513f0ebb
SB
2315 * Silent data corruption in Linux kernel 4.15 (LP: #1796542)
2316 - block: add a lower-level bio_add_page interface
2317 - block: bio_iov_iter_get_pages: fix size of last iovec
2318 - blkdev: __blkdev_direct_IO_simple: fix leak in error case
2319 - block: bio_iov_iter_get_pages: pin more pages for multi-segment IOs
2320
2321 -- Stefan Bader <stefan.bader@canonical.com> Wed, 10 Oct 2018 11:20:35 +0200
21f7cfa0 2322
5de3e103 2323linux (4.15.0-37.40) bionic; urgency=medium
93cf90a0 2324
5de3e103 2325 * linux: 4.15.0-37.40 -proposed tracker (LP: #1795564)
93cf90a0 2326
5de3e103
SB
2327 * hns3: enable ethtool rx-vlan-filter on supported hw (LP: #1793394)
2328 - net: hns3: Add vlan filter setting by ethtool command -K
2329
2330 * hns3: Modifying channel parameters will reset ring parameters back to
2331 defaults (LP: #1793404)
2332 - net: hns3: Fix desc num set to default when setting channel
2333
2334 * hisi_sas: Add SATA FIX check for v3 hw (LP: #1794151)
2335 - scsi: hisi_sas: Add SATA FIS check for v3 hw
2336
2337 * Fix potential corruption using SAS controller on HiSilicon arm64 boards
2338 (LP: #1794156)
2339 - scsi: hisi_sas: add memory barrier in task delivery function
2340
2341 * hisi_sas: Reduce unnecessary spin lock contention (LP: #1794165)
2342 - scsi: hisi_sas: Tidy hisi_sas_task_prep()
2343
2344 * Add functional level reset support for the SAS controller on HiSilicon D06
2345 systems (LP: #1794166)
2346 - scsi: hisi_sas: tidy host controller reset function a bit
2347 - scsi: hisi_sas: relocate some common code for v3 hw
2348 - scsi: hisi_sas: Implement handlers of PCIe FLR for v3 hw
2349
2350 * HiSilicon SAS controller doesn't recover from PHY STP link timeout
2351 (LP: #1794172)
2352 - scsi: hisi_sas: tidy channel interrupt handler for v3 hw
2353 - scsi: hisi_sas: Fix the failure of recovering PHY from STP link timeout
2354
2355 * getxattr: always handle namespaced attributes (LP: #1789746)
2356 - getxattr: use correct xattr length
2357
2358 * Fix unusable NVIDIA GPU after S3 (LP: #1793338)
2359 - PCI: Reprogram bridge prefetch registers on resume
2360
2361 * Fails to boot under Xen PV: BUG: unable to handle kernel paging request at
2362 edc21fd9 (LP: #1789118)
2363 - x86/EISA: Don't probe EISA bus for Xen PV guests
2364
2365 * qeth: use vzalloc for QUERY OAT buffer (LP: #1793086)
2366 - s390/qeth: use vzalloc for QUERY OAT buffer
2367
2368 * SRU: Enable middle button of touchpad on ThinkPad P72 (LP: #1793463)
2369 - Input: elantech - enable middle button of touchpad on ThinkPad P72
2370
2371 * Dell new AIO requires a new uart backlight driver (LP: #1727235)
2372 - SAUCE: platform/x86: dell-uart-backlight: new backlight driver for DELL AIO
2373 - updateconfigs for Dell UART backlight driver
2374
2375 * [Ubuntu] s390/crypto: Fix return code checking in cbc_paes_crypt.
2376 (LP: #1794294)
2377 - s390/crypto: Fix return code checking in cbc_paes_crypt()
2378
2379 * hns3: Retrieve RoCE MSI-X config from firmware (LP: #1793221)
2380 - net: hns3: Fix MSIX allocation issue for VF
2381 - net: hns3: Refine the MSIX allocation for PF
2382
2383 * net: hns: Avoid hang when link is changed while handling packets
2384 (LP: #1792209)
2385 - net: hns: add the code for cleaning pkt in chip
2386 - net: hns: add netif_carrier_off before change speed and duplex
2387
2388 * Page leaking in cachefiles_read_backing_file while vmscan is active
2389 (LP: #1793430)
2390 - SAUCE: cachefiles: Page leaking in cachefiles_read_backing_file while vmscan
2391 is active
2392
2393 * some nvidia p1000 graphic cards hang during the boot (LP: #1791569)
2394 - drm/nouveau/gr/gf100-: virtualise tpc_mask + apply fixes from traces
2395
2396 * Error reported when creating ZFS pool with "-t" option, despite successful
2397 pool creation (LP: #1769937)
2398 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu16.4
2399
2400 * Fix I2C touchpanels' interrupt storms after system suspend (LP: #1792309)
2401 - HID: i2c-hid: Fix flooded incomplete report after S3 on Rayd touchscreen
2402 - HID: i2c-hid: Don't reset device upon system resume
2403
2404 * ipmmu is always registered (LP: #1783746)
2405 - iommu/ipmmu-vmsa: Don't register as BUS IOMMU if machine doesn't have IPMMU-
2406 VMSA
2407
2408 * Bionic update: upstream stable patchset 2018-09-27 (LP: #1794889)
2409 - clocksource/drivers/imx-tpm: Correct some registers operation flow
2410 - Input: synaptics-rmi4 - fix an unchecked out of memory error path
2411 - KVM: X86: fix incorrect reference of trace_kvm_pi_irte_update
2412 - x86: Add check for APIC access address for vmentry of L2 guests
2413 - MIPS: io: Prevent compiler reordering writeX()
2414 - nfp: ignore signals when communicating with management FW
2415 - perf report: Fix switching to another perf.data file
2416 - fsnotify: fix ignore mask logic in send_to_group()
2417 - MIPS: io: Add barrier after register read in readX()
2418 - s390/smsgiucv: disable SMSG on module unload
2419 - isofs: fix potential memory leak in mount option parsing
2420 - MIPS: dts: Boston: Fix PCI bus dtc warnings:
2421 - spi: sh-msiof: Fix bit field overflow writes to TSCR/RSCR
2422 - doc: Add vendor prefix for Kieback & Peter GmbH
2423 - dt-bindings: pinctrl: sunxi: Fix reference to driver
2424 - dt-bindings: serial: sh-sci: Add support for r8a77965 (H)SCIF
2425 - dt-bindings: dmaengine: rcar-dmac: document R8A77965 support
2426 - clk: honor CLK_MUX_ROUND_CLOSEST in generic clk mux
2427 - ASoC: rt5514: Add the missing register in the readable table
2428 - eCryptfs: don't pass up plaintext names when using filename encryption
2429 - soc: bcm: raspberrypi-power: Fix use of __packed
2430 - soc: bcm2835: Make !RASPBERRYPI_FIRMWARE dummies return failure
2431 - PCI: kirin: Fix reset gpio name
2432 - ASoC: topology: Fix bugs of freeing soc topology
2433 - xen: xenbus_dev_frontend: Really return response string
2434 - ASoC: topology: Check widget kcontrols before deref.
2435 - spi: cadence: Add usleep_range() for cdns_spi_fill_tx_fifo()
2436 - blkcg: don't hold blkcg lock when deactivating policy
2437 - tipc: fix infinite loop when dumping link monitor summary
2438 - scsi: iscsi: respond to netlink with unicast when appropriate
2439 - scsi: megaraid_sas: Do not log an error if FW successfully initializes.
2440 - scsi: target: fix crash with iscsi target and dvd
2441 - netfilter: nf_tables: NAT chain and extensions require NF_TABLES
2442 - netfilter: nf_tables: fix out-of-bounds in nft_chain_commit_update
2443 - ASoC: msm8916-wcd-analog: use threaded context for mbhc events
2444 - drm/msm: Fix possible null dereference on failure of get_pages()
2445 - drm/msm/dsi: use correct enum in dsi_get_cmd_fmt
2446 - drm/msm: don't deref error pointer in the msm_fbdev_create error path
2447 - blkcg: init root blkcg_gq under lock
2448 - vfs: Undo an overly zealous MS_RDONLY -> SB_RDONLY conversion
2449 - parisc: time: Convert read_persistent_clock() to read_persistent_clock64()
2450 - scsi: storvsc: Set up correct queue depth values for IDE devices
2451 - scsi: isci: Fix infinite loop in while loop
2452 - mm, pagemap: fix swap offset value for PMD migration entry
2453 - proc: revalidate kernel thread inodes to root:root
2454 - kexec_file: do not add extra alignment to efi memmap
2455 - mm: memcg: add __GFP_NOWARN in __memcg_schedule_kmem_cache_create()
2456 - usb: typec: ucsi: fix tracepoint related build error
2457 - ACPI / PM: Blacklist Low Power S0 Idle _DSM for ThinkPad X1 Tablet(2016)
2458 - dt-bindings: meson-uart: DT fix s/clocks-names/clock-names/
2459 - net: phy: marvell: clear wol event before setting it
2460 - ARM: dts: da850: fix W=1 warnings with pinmux node
2461 - ACPI / watchdog: Prefer iTCO_wdt on Lenovo Z50-70
2462 - drm/amdkfd: fix clock counter retrieval for node without GPU
2463 - thermal: int3403_thermal: Fix NULL pointer deref on module load / probe
2464 - net: ethtool: Add missing kernel doc for FEC parameters
2465 - arm64: ptrace: remove addr_limit manipulation
2466 - HID: lenovo: Add support for IBM/Lenovo Scrollpoint mice
2467 - HID: wacom: Release device resource data obtained by devres_alloc()
2468 - selftests: ftrace: Add a testcase for multiple actions on trigger
2469 - rds: ib: Fix missing call to rds_ib_dev_put in rds_ib_setup_qp
2470 - perf/x86/intel: Don't enable freeze-on-smi for PerfMon V1
2471 - remoteproc: qcom: Fix potential device node leaks
2472 - rpmsg: added MODULE_ALIAS for rpmsg_char
2473 - HID: intel-ish-hid: use put_device() instead of kfree()
2474 - blk-mq: fix sysfs inflight counter
2475 - arm64: fix possible spectre-v1 in ptrace_hbp_get_event()
2476 - KVM: arm/arm64: vgic: fix possible spectre-v1 in vgic_mmio_read_apr()
2477 - libahci: Allow drivers to override stop_engine
2478 - ata: ahci: mvebu: override ahci_stop_engine for mvebu AHCI
2479 - x86/cpu/intel: Add missing TLB cpuid values
2480 - bpf: fix uninitialized variable in bpf tools
2481 - i2c: sprd: Prevent i2c accesses after suspend is called
2482 - i2c: sprd: Fix the i2c count issue
2483 - tipc: fix bug in function tipc_nl_node_dump_monitor
2484 - nvme: depend on INFINIBAND_ADDR_TRANS
2485 - nvmet-rdma: depend on INFINIBAND_ADDR_TRANS
2486 - ib_srpt: depend on INFINIBAND_ADDR_TRANS
2487 - ib_srp: depend on INFINIBAND_ADDR_TRANS
2488 - IB: make INFINIBAND_ADDR_TRANS configurable
2489 - IB/uverbs: Fix validating mandatory attributes
2490 - RDMA/cma: Fix use after destroy access to net namespace for IPoIB
2491 - RDMA/iwpm: fix memory leak on map_info
2492 - IB/rxe: add RXE_START_MASK for rxe_opcode IB_OPCODE_RC_SEND_ONLY_INV
2493 - IB/rxe: avoid double kfree_skb
2494 - <linux/stringhash.h>: fix end_name_hash() for 64bit long
2495 - IB/core: Make ib_mad_client_id atomic
2496 - ARM: davinci: board-da830-evm: fix GPIO lookup for MMC/SD
2497 - ARM: davinci: board-da850-evm: fix GPIO lookup for MMC/SD
2498 - ARM: davinci: board-omapl138-hawk: fix GPIO numbers for MMC/SD lookup
2499 - ARM: davinci: board-dm355-evm: fix broken networking
2500 - dt-bindings: panel: lvds: Fix path to display timing bindings
2501 - ARM: OMAP2+: powerdomain: use raw_smp_processor_id() for trace
2502 - ARM: dts: logicpd-som-lv: Fix WL127x Startup Issues
2503 - ARM: dts: logicpd-som-lv: Fix Audio Mute
2504 - Input: atmel_mxt_ts - fix the firmware update
2505 - hexagon: add memset_io() helper
2506 - hexagon: export csum_partial_copy_nocheck
2507 - scsi: vmw-pvscsi: return DID_BUS_BUSY for adapter-initated aborts
2508 - bpf, x64: fix memleak when not converging after image
2509 - parisc: drivers.c: Fix section mismatches
2510 - stop_machine, sched: Fix migrate_swap() vs. active_balance() deadlock
2511 - kthread, sched/wait: Fix kthread_parkme() wait-loop
2512 - arm64: tegra: Make BCM89610 PHY interrupt as active low
2513 - iommu/vt-d: fix shift-out-of-bounds in bug checking
2514 - nvme: fix potential memory leak in option parsing
2515 - nvme: Set integrity flag for user passthrough commands
2516 - ARM: OMAP1: ams-delta: fix deferred_fiq handler
2517 - smc: fix sendpage() call
2518 - IB/hfi1 Use correct type for num_user_context
2519 - IB/hfi1: Fix memory leak in exception path in get_irq_affinity()
2520 - RDMA/cma: Do not query GID during QP state transition to RTR
2521 - spi: bcm2835aux: ensure interrupts are enabled for shared handler
2522 - sched/core: Introduce set_special_state()
2523 - sh: fix build failure for J2 cpu with SMP disabled
2524 - tee: check shm references are consistent in offset/size
2525 - mac80211: Adjust SAE authentication timeout
2526 - drm/omap: silence unititialized variable warning
2527 - drm/omap: fix uninitialized ret variable
2528 - drm/omap: fix possible NULL ref issue in tiler_reserve_2d
2529 - drm/omap: check return value from soc_device_match
2530 - drm/omap: handle alloc failures in omap_connector
2531 - driver core: add __printf verification to __ata_ehi_pushv_desc
2532 - ARM: dts: cygnus: fix irq type for arm global timer
2533 - mac80211: use timeout from the AddBA response instead of the request
2534 - net: aquantia: driver should correctly declare vlan_features bits
2535 - can: dev: increase bus-off message severity
2536 - arm64: Add MIDR encoding for NVIDIA CPUs
2537 - cifs: smb2ops: Fix listxattr() when there are no EAs
2538 - agp: uninorth: make two functions static
2539 - tipc: eliminate KMSAN uninit-value in strcmp complaint
2540 - qed: Fix l2 initializations over iWARP personality
2541 - qede: Fix gfp flags sent to rdma event node allocation
2542 - rxrpc: Fix error reception on AF_INET6 sockets
2543 - rxrpc: Fix the min security level for kernel calls
2544 - KVM: Extend MAX_IRQ_ROUTES to 4096 for all archs
2545 - x86: Delay skip of emulated hypercall instruction
2546 - ixgbe: return error on unsupported SFP module when resetting
2547 - net sched actions: fix invalid pointer dereferencing if skbedit flags
2548 missing
2549 - proc/kcore: don't bounds check against address 0
2550 - ocfs2: take inode cluster lock before moving reflinked inode from orphan dir
2551 - kprobes/x86: Prohibit probing on exception masking instructions
2552 - uprobes/x86: Prohibit probing on MOV SS instruction
2553 - objtool, kprobes/x86: Sync the latest <asm/insn.h> header with
2554 tools/objtool/arch/x86/include/asm/insn.h
2555 - x86/pkeys/selftests: Adjust the self-test to fresh distros that export the
2556 pkeys ABI
2557 - x86/mpx/selftests: Adjust the self-test to fresh distros that export the MPX
2558 ABI
2559 - x86/selftests: Add mov_to_ss test
2560 - x86/pkeys/selftests: Give better unexpected fault error messages
2561 - x86/pkeys/selftests: Stop using assert()
2562 - x86/pkeys/selftests: Remove dead debugging code, fix dprint_in_signal
2563 - x86/pkeys/selftests: Allow faults on unknown keys
2564 - x86/pkeys/selftests: Factor out "instruction page"
2565 - x86/pkeys/selftests: Add PROT_EXEC test
2566 - x86/pkeys/selftests: Fix pkey exhaustion test off-by-one
2567 - x86/pkeys/selftests: Fix pointer math
2568 - x86/pkeys/selftests: Save off 'prot' for allocations
2569 - x86/pkeys/selftests: Add a test for pkey 0
2570 - mtd: Fix comparison in map_word_andequal()
2571 - afs: Fix the non-encryption of calls
2572 - usb: musb: fix remote wakeup racing with suspend
2573 - ARM: keystone: fix platform_domain_notifier array overrun
2574 - i2c: pmcmsp: return message count on master_xfer success
2575 - i2c: pmcmsp: fix error return from master_xfer
2576 - i2c: viperboard: return message count on master_xfer success
2577 - ARM: davinci: dm646x: fix timer interrupt generation
2578 - ARM: davinci: board-dm646x-evm: pass correct I2C adapter id for VPIF
2579 - ARM: davinci: board-dm646x-evm: set VPIF capture card name
2580 - clk: imx6ull: use OSC clock during AXI rate change
2581 - locking/rwsem: Add a new RWSEM_ANONYMOUSLY_OWNED flag
2582 - locking/percpu-rwsem: Annotate rwsem ownership transfer by setting
2583 RWSEM_OWNER_UNKNOWN
2584 - drm/dumb-buffers: Integer overflow in drm_mode_create_ioctl()
2585 - sched/debug: Move the print_rt_rq() and print_dl_rq() declarations to
2586 kernel/sched/sched.h
2587 - sched/deadline: Make the grub_reclaim() function static
2588 - parisc: Move setup_profiling_timer() out of init section
2589 - efi/libstub/arm64: Handle randomized TEXT_OFFSET
2590 - ARM: 8753/1: decompressor: add a missing parameter to the addruart macro
2591 - ARM: 8758/1: decompressor: restore r1 and r2 just before jumping to the
2592 kernel
2593 - ARM: kexec: fix kdump register saving on panic()
2594 - Revert "Btrfs: fix scrub to repair raid6 corruption"
2595 - Btrfs: fix scrub to repair raid6 corruption
2596 - Btrfs: make raid6 rebuild retry more
2597 - tcp: do not overshoot window_clamp in tcp_rcv_space_adjust()
2598 - ibmvnic: Do not notify peers on parameter change resets
2599 - dt-bindings: net: ravb: Add support for r8a77965 SoC
2600 - X86/KVM: Properly update 'tsc_offset' to represent the running guest
2601 - kvm: x86: move MSR_IA32_TSC handling to x86.c
2602 - ARM: dts: Fix cm2 and prm sizes for omap4
2603 - powerpc/64s: Default l1d_size to 64K in RFI fallback flush
2604 - KVM: arm/arm64: vgic: Kick new VCPU on interrupt migration
2605 - arm64: kasan: avoid pfn_to_nid() before page array is initialized
2606 - ARM64: dts: meson-gxl: add USB host support
2607 - ARM64: dts: meson-gxm: add GXM specific USB host configuration
2608 - ARM64: dts: meson-gxl-s905x-p212: enable the USB controller
2609 - ARM64: dts: meson-gx-p23x-q20x: enable the USB controller
2610 - ARM64: dts: meson-gxl-s905x-libretech-cc: enable the USB controller
2611 - ARM64: dts: meson-gxl-nexbox-a95x: enable the USB controller
2612 - ARM64: dts: meson-gxm-khadas-vim2: enable the USB controller
2613 - arm64: dts: correct SATA addresses for Stingray
2614 - afs: Fix server record deletion
2615 - proc: fix /proc/loadavg regression
2616 - s390/qeth: fix request-side race during cmd IO timeout
2617 - ACPI / scan: Initialize watchdog before PNP
2618 - CIFS: set *resp_buf_type to NO_BUFFER on error
2619 - arm64: dts: uniphier: fix input delay value for legacy mode of eMMC
2620 - igb: Fix the transmission mode of queue 0 for Qav mode
2621 - RISC-V: build vdso-dummy.o with -no-pie
2622 - arm64: only advance singlestep for user instruction traps
2623 - perf pmu: Fix core PMU alias list for X86 platform
2624 - bpf, x64: fix JIT emission for dead code
2625 - powerpc/kvm/booke: Fix altivec related build break
2626 - reset: uniphier: fix USB clock line for LD20
2627 - nfp: don't depend on eth_tbl being available
2628 - net: mvpp2: Fix clk error path in mvpp2_probe
2629 - kvm: apic: Flush TLB after APIC mode/address change if VPIDs are in use
2630 - IB/uverbs: Fix validating mandatory attributes
2631 - RDMA/hns: Intercept illegal RDMA operation when use inline data
2632 - pinctrl: cherryview: Associate IRQ descriptors to irqdomain
2633 - kthread, sched/wait: Fix kthread_parkme() completion issue
2634 - iommu/vt-d: Fix usage of force parameter in intel_ir_reconfigure_irte()
2635 - nvme/multipath: Disable runtime writable enabling parameter
2636 - ARM: dts: correct missing "compatible" entry for ti81xx SoCs
2637 - usb: typec: tps6598x: handle block reads separately with plain-I2C adapters
2638 - IB/mlx4: Fix integer overflow when calculating optimal MTT size
2639 - bpf: add map_alloc_check callback
2640 - bpf: fix possible spectre-v1 in find_and_alloc_map()
2641 - drm/exynos/mixer: fix synchronization check in interlaced mode
2642 - drm/exynos: mixer: avoid Oops in vp_video_buffer()
2643 - bpf: use array_index_nospec in find_prog_type
2644 - gcc-plugins: fix build condition of SANCOV plugin
2645 - drm/vc4: Fix oops dereferencing DPI's connector since panel_bridge.
2646 - nvme: fix use-after-free in nvme_free_ns_head
2647 - powerpc/pseries: Fix CONFIG_NUMA=n build
2648 - HID: i2c-hid: Add RESEND_REPORT_DESCR quirk for Toshiba Click Mini L9W-B
2649 - cifs: Allocate validate negotiation request through kmalloc
2650 - drm/amdgpu: Switch to interruptable wait to recover from ring hang.
2651 - rxrpc: Fix missing start of call timeout
2652 - ARM: dts: imx51-zii-rdu1: fix touchscreen bindings
2653 - sh: switch to NO_BOOTMEM
2654 - lib/find_bit_benchmark.c: avoid soft lockup in test_find_first_bit()
2655 - x86/pkeys/selftests: Avoid printf-in-signal deadlocks
2656 - afs: Fix address list parsing
2657 - afs: Fix refcounting in callback registration
2658 - afs: Fix server rotation's handling of fileserver probe failure
2659 - afs: Fix VNOVOL handling in address rotation
2660 - afs: Fix the handling of CB.InitCallBackState3 to find the server by UUID
2661 - afs: Fix afs_find_server search loop
2662 - KVM: X86: Lower the default timer frequency limit to 200us
2663 - platform/x86: DELL_WMI use depends on instead of select for DELL_SMBIOS
2664 - ARM: replace unnecessary perl with sed and the shell $(( )) operator
2665
2666 * Improvements to the kernel source package preparation (LP: #1793461)
2667 - [Packaging] startnewrelease: add support for backport kernels
2668
2669 * Kernel 4.15.0-35.38 fails to build with CONFIG_XFS_ONLINE_SCRUB enabled
2670 (LP: #1792393)
2671 - SAUCE: xfs: fix build error with CONFIG_XFS_ONLINE_SCRUB enabled
2672
2673 * update ENA driver to latest mainline version (LP: #1792044)
2674 - net: ena: add detection and recovery mechanism for handling missed/misrouted
2675 MSI-X
2676 - net: ena: increase ena driver version to 1.5.0
2677 - net: ena: Eliminate duplicate barriers on weakly-ordered archs
2678 - SAUCE: ena: devm_kzalloc() -> devm_kcalloc()
2679 - net: ena: Fix use of uninitialized DMA address bits field
2680 - net: ena: fix surprise unplug NULL dereference kernel crash
2681 - net: ena: fix driver when PAGE_SIZE == 64kB
2682 - net: ena: fix device destruction to gracefully free resources
2683 - net: ena: fix potential double ena_destroy_device()
2684 - net: ena: fix missing lock during device destruction
2685 - net: ena: fix missing calls to READ_ONCE
2686 - net: ena: fix incorrect usage of memory barriers
2687
2688 -- Stefan Bader <stefan.bader@canonical.com> Tue, 02 Oct 2018 14:33:09 +0200
93cf90a0 2689
fd013740 2690linux (4.15.0-36.39) bionic; urgency=medium
cb3b0751 2691
fd013740
KSS
2692 * CVE-2018-14633
2693 - iscsi target: Use hex2bin instead of a re-implementation
cb3b0751 2694
fd013740
KSS
2695 * CVE-2018-17182
2696 - mm: get rid of vmacache_flush_all() entirely
2697
2698 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 24 Sep 2018 16:08:41 +0200
cb3b0751 2699
d5bad413 2700linux (4.15.0-35.38) bionic; urgency=medium
eb8e0abe 2701
d5bad413 2702 * linux: 4.15.0-35.38 -proposed tracker (LP: #1791719)
eb8e0abe 2703
d5bad413
KSS
2704 * device hotplug of vfio devices can lead to deadlock in vfio_pci_release
2705 (LP: #1792099)
2706 - SAUCE: vfio -- release device lock before userspace requests
2707
2708 * L1TF mitigation not effective in some CPU and RAM combinations
2709 (LP: #1788563)
2710 - x86/speculation/l1tf: Fix overflow in l1tf_pfn_limit() on 32bit
2711 - x86/speculation/l1tf: Fix off-by-one error when warning that system has too
2712 much RAM
2713 - x86/speculation/l1tf: Increase l1tf memory limit for Nehalem+
2714
2715 * CVE-2018-15594
2716 - x86/paravirt: Fix spectre-v2 mitigations for paravirt guests
2717
2718 * CVE-2017-5715 (Spectre v2 s390x)
2719 - KVM: s390: implement CPU model only facilities
2720 - s390: detect etoken facility
2721 - KVM: s390: add etoken support for guests
2722 - s390/lib: use expoline for all bcr instructions
2723 - s390: fix br_r1_trampoline for machines without exrl
2724 - SAUCE: s390: use expoline thunks for all branches generated by the BPF JIT
2725
2726 * Ubuntu18.04.1: cpuidle: powernv: Fix promotion from snooze if next state
2727 disabled (performance) (LP: #1790602)
2728 - cpuidle: powernv: Fix promotion from snooze if next state disabled
2729
2730 * Watchdog CPU:19 Hard LOCKUP when kernel crash was triggered (LP: #1790636)
2731 - powerpc: hard disable irqs in smp_send_stop loop
2732 - powerpc: Fix deadlock with multiple calls to smp_send_stop
2733 - powerpc: smp_send_stop do not offline stopped CPUs
2734 - powerpc/powernv: Fix opal_event_shutdown() called with interrupts disabled
2735
2736 * Security fix: check if IOMMU page is contained in the pinned physical page
2737 (LP: #1785675)
2738 - vfio/spapr: Use IOMMU pageshift rather than pagesize
2739 - KVM: PPC: Check if IOMMU page is contained in the pinned physical page
2740
2741 * Missing Intel GPU pci-id's (LP: #1789924)
2742 - drm/i915/kbl: Add KBL GT2 sku
2743 - drm/i915/whl: Introducing Whiskey Lake platform
2744 - drm/i915/aml: Introducing Amber Lake platform
2745 - drm/i915/cfl: Add a new CFL PCI ID.
2746
2747 * CVE-2018-15572
2748 - x86/speculation: Protect against userspace-userspace spectreRSB
2749
2750 * Support Power Management for Thunderbolt Controller (LP: #1789358)
2751 - thunderbolt: Handle NULL boot ACL entries properly
2752 - thunderbolt: Notify userspace when boot_acl is changed
2753 - thunderbolt: Use 64-bit DMA mask if supported by the platform
2754 - thunderbolt: Do not unnecessarily call ICM get route
2755 - thunderbolt: No need to take tb->lock in domain suspend/complete
2756 - thunderbolt: Use correct ICM commands in system suspend
2757 - thunderbolt: Add support for runtime PM
2758
2759 * random oopses on s390 systems using NVMe devices (LP: #1790480)
2760 - s390/pci: fix out of bounds access during irq setup
2761
2762 * [Bionic] Spectre v4 mitigation (Speculative Store Bypass Disable) support
2763 for arm64 using SMC firmware call to set a hardware chicken bit
2764 (LP: #1787993) // CVE-2018-3639 (arm64)
2765 - arm64: alternatives: Add dynamic patching feature
2766 - KVM: arm/arm64: Do not use kern_hyp_va() with kvm_vgic_global_state
2767 - KVM: arm64: Avoid storing the vcpu pointer on the stack
2768 - arm/arm64: smccc: Add SMCCC-specific return codes
2769 - arm64: Call ARCH_WORKAROUND_2 on transitions between EL0 and EL1
2770 - arm64: Add per-cpu infrastructure to call ARCH_WORKAROUND_2
2771 - arm64: Add ARCH_WORKAROUND_2 probing
2772 - arm64: Add 'ssbd' command-line option
2773 - arm64: ssbd: Add global mitigation state accessor
2774 - arm64: ssbd: Skip apply_ssbd if not using dynamic mitigation
2775 - arm64: ssbd: Restore mitigation status on CPU resume
2776 - arm64: ssbd: Introduce thread flag to control userspace mitigation
2777 - arm64: ssbd: Add prctl interface for per-thread mitigation
2778 - arm64: KVM: Add HYP per-cpu accessors
2779 - arm64: KVM: Add ARCH_WORKAROUND_2 support for guests
2780 - arm64: KVM: Handle guest's ARCH_WORKAROUND_2 requests
2781 - arm64: KVM: Add ARCH_WORKAROUND_2 discovery through ARCH_FEATURES_FUNC_ID
2782 - [Config] ARM64_SSBD=y
2783
2784 * Reconcile hns3 SAUCE patches with upstream (LP: #1787477)
2785 - Revert "UBUNTU: SAUCE: net: hns3: Optimize PF CMDQ interrupt switching
2786 process"
2787 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox receiving unknown
2788 message"
2789 - Revert "UBUNTU: SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF
2790 response"
2791 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix comments for
2792 hclge_get_ring_chain_from_mbx"
2793 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for using wrong mask and
2794 shift in hclge_get_ring_chain_from_mbx"
2795 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for reset_level default
2796 assignment probelm"
2797 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unnecessary ring
2798 configuration operation while resetting"
2799 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix return value error in
2800 hns3_reset_notify_down_enet"
2801 - Revert "UBUNTU: SAUCE: net: hns3: Fix for phy link issue when using marvell
2802 phy driver"
2803 - Revert "UBUNTU: SAUCE: {topost} net: hns3: separate roce from nic when
2804 resetting"
2805 - Revert "UBUNTU: SAUCE: {topost} net: hns3: correct reset event status
2806 register"
2807 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent to request reset
2808 frequently"
2809 - Revert "UBUNTU: SAUCE: {topost} net: hns3: reset net device with rtnl_lock"
2810 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify the order of initializeing
2811 command queue register"
2812 - Revert "UBUNTU: SAUCE: {topost} net: hns3: prevent sending command during
2813 global or core reset"
2814 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the warning when clear
2815 reset cause"
2816 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix get_vector ops in
2817 hclgevf_main module"
2818 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix warning bug when doing lp
2819 selftest"
2820 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add configure for mac minimal
2821 frame size"
2822 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mailbox message truncated
2823 problem"
2824 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for l4 checksum offload bug"
2825 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for waterline not setting
2826 correctly"
2827 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix for mac pause not disable in
2828 pfc mode"
2829 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix tc setup when netdev is first
2830 up"
2831 - Revert "UBUNTU: SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver"
2832 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused struct member and
2833 definition"
2834 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix mislead parameter name"
2835 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify inconsistent bit mask
2836 macros"
2837 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use decimal for bit offset
2838 macros"
2839 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unreasonable code comments"
2840 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove extra space and brackets"
2841 - Revert "UBUNTU: SAUCE: {topost} net: hns3: standardize the handle of return
2842 value"
2843 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
2844 assignments"
2845 - Revert "UBUNTU: SAUCE: {topost} net: hns3: fix unused function warning in VF
2846 driver"
2847 - Revert "UBUNTU: SAUCE: {topost} net: hns3: modify hnae_ to hnae3_"
2848 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead
2849 of kzalloc/dma_map_single"
2850 - Revert "UBUNTU: SAUCE: {topost} net: hns3: give default option while
2851 dependency HNS3 set"
2852 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some unused members of
2853 some structures"
2854 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove a redundant
2855 hclge_cmd_csq_done"
2856 - Revert "UBUNTU: SAUCE: {topost} net: hns3: using modulo for cyclic counters
2857 in hclge_cmd_send"
2858 - Revert "UBUNTU: SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean"
2859 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove some redundant
2860 assignments"
2861 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove useless code in
2862 hclge_cmd_send"
2863 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused
2864 hclge_ring_to_dma_dir"
2865 - Revert "UBUNTU: SAUCE: {topost} net: hns3: use lower_32_bits and
2866 upper_32_bits"
2867 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove back in struct hclge_hw"
2868 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add unlikely for error check"
2869 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove the Redundant put_vector
2870 in hns3_client_uninit"
2871 - Revert "UBUNTU: SAUCE: {topost} net: hns3: print the ret value in error
2872 information"
2873 - Revert "UBUNTU: SAUCE: {topost} net: hns3: extraction an interface for state
2874 state init|uninit"
2875 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove unused head file in
2876 hnae3.c"
2877 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add l4_type check for both ipv4
2878 and ipv6"
2879 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add vector status check before
2880 free vector"
2881 - Revert "UBUNTU: SAUCE: {topost} net: hns3: rename the interface for
2882 init_client_instance and uninit_client_instance"
2883 - Revert "UBUNTU: SAUCE: {topost} net: hns3: remove hclge_get_vector_index
2884 from hclge_bind_ring_with_vector"
2885 - Revert "UBUNTU: SAUCE: {topost} net: hns3: RX BD information valid only in
2886 last BD except VLD bit and buffer size"
2887 - Revert "UBUNTU: SAUCE: {topost} net: hns3: add support for serdes loopback
2888 selftest"
2889 - net: hns3: Updates RX packet info fetch in case of multi BD
2890 - net: hns3: remove unused hclgevf_cfg_func_mta_filter
2891 - net: hns3: Fix for VF mailbox cannot receiving PF response
2892 - net: hns3: Fix for VF mailbox receiving unknown message
2893 - net: hns3: Optimize PF CMDQ interrupt switching process
2894 - net: hns3: remove hclge_get_vector_index from hclge_bind_ring_with_vector
2895 - net: hns3: rename the interface for init_client_instance and
2896 uninit_client_instance
2897 - net: hns3: add vector status check before free vector
2898 - net: hns3: add l4_type check for both ipv4 and ipv6
2899 - net: hns3: add unlikely for error check
2900 - net: hns3: remove unused head file in hnae3.c
2901 - net: hns3: extraction an interface for state init|uninit
2902 - net: hns3: print the ret value in error information
2903 - net: hns3: remove the Redundant put_vector in hns3_client_uninit
2904 - net: hns3: remove back in struct hclge_hw
2905 - net: hns3: use lower_32_bits and upper_32_bits
2906 - net: hns3: remove unused hclge_ring_to_dma_dir
2907 - net: hns3: remove useless code in hclge_cmd_send
2908 - net: hns3: remove some redundant assignments
2909 - net: hns3: simplify hclge_cmd_csq_clean
2910 - net: hns3: remove a redundant hclge_cmd_csq_done
2911 - net: hns3: remove some unused members of some structures
2912 - net: hns3: give default option while dependency HNS3 set
2913 - net: hns3: use dma_zalloc_coherent instead of kzalloc/dma_map_single
2914 - net: hns3: modify hnae_ to hnae3_
2915 - net: hns3: Fix tc setup when netdev is first up
2916 - net: hns3: Fix for mac pause not disable in pfc mode
2917 - net: hns3: Fix for waterline not setting correctly
2918 - net: hns3: Fix for l4 checksum offload bug
2919 - net: hns3: Fix for mailbox message truncated problem
2920 - net: hns3: Add configure for mac minimal frame size
2921 - net: hns3: Fix warning bug when doing lp selftest
2922 - net: hns3: Fix get_vector ops in hclgevf_main module
2923 - net: hns3: Remove the warning when clear reset cause
2924 - net: hns3: Prevent sending command during global or core reset
2925 - net: hns3: Modify the order of initializing command queue register
2926 - net: hns3: Reset net device with rtnl_lock
2927 - net: hns3: Prevent to request reset frequently
2928 - net: hns3: Correct reset event status register
2929 - net: hns3: Fix return value error in hns3_reset_notify_down_enet
2930 - net: hns3: remove unnecessary ring configuration operation while resetting
2931 - net: hns3: Fix for reset_level default assignment probelm
2932 - net: hns3: Fix for using wrong mask and shift in
2933 hclge_get_ring_chain_from_mbx
2934 - net: hns3: Fix comments for hclge_get_ring_chain_from_mbx
2935 - net: hns3: Remove some redundant assignments
2936 - net: hns3: Standardize the handle of return value
2937 - net: hns3: Remove extra space and brackets
2938 - net: hns3: Correct unreasonable code comments
2939 - net: hns3: Use decimal for bit offset macros
2940 - net: hns3: Modify inconsistent bit mask macros
2941 - net: hns3: Fix misleading parameter name
2942 - net: hns3: Remove unused struct member and definition
2943 - net: hns3: Add SPDX tags to HNS3 PF driver
2944 - net: hns3: Add support for serdes loopback selftest
2945 - net: hns3: Fix for phy link issue when using marvell phy driver
2946 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
2947
2948 * CVE-2018-6555
2949 - SAUCE: irda: Only insert new objects into the global database via setsockopt
2950
2951 * CVE-2018-6554
2952 - SAUCE: irda: Fix memory leak caused by repeated binds of irda socket
2953
2954 * Bionic update: upstream stable patchset 2018-08-31 (LP: #1790188)
2955 - netfilter: nf_tables: fix NULL pointer dereference on
2956 nft_ct_helper_obj_dump()
2957 - blkdev_report_zones_ioctl(): Use vmalloc() to allocate large buffers
2958 - af_key: Always verify length of provided sadb_key
2959 - gpio: No NULL owner
2960 - KVM: X86: Fix reserved bits check for MOV to CR3
2961 - KVM: x86: introduce linear_{read,write}_system
2962 - KVM: x86: pass kvm_vcpu to kvm_read_guest_virt and
2963 kvm_write_guest_virt_system
2964 - staging: android: ion: Switch to pr_warn_once in ion_buffer_destroy
2965 - NFC: pn533: don't send USB data off of the stack
2966 - usbip: vhci_sysfs: fix potential Spectre v1
2967 - usb-storage: Add support for FL_ALWAYS_SYNC flag in the UAS driver
2968 - usb-storage: Add compatibility quirk flags for G-Technologies G-Drive
2969 - Input: xpad - add GPD Win 2 Controller USB IDs
2970 - phy: qcom-qusb2: Fix crash if nvmem cell not specified
2971 - usb: gadget: function: printer: avoid wrong list handling in printer_write()
2972 - usb: gadget: udc: renesas_usb3: disable the controller's irqs for
2973 reconnecting
2974 - serial: sh-sci: Stop using printk format %pCr
2975 - tty/serial: atmel: use port->name as name in request_irq()
2976 - serial: samsung: fix maxburst parameter for DMA transactions
2977 - serial: 8250: omap: Fix idling of clocks for unused uarts
2978 - vmw_balloon: fixing double free when batching mode is off
2979 - tty: pl011: Avoid spuriously stuck-off interrupts
2980 - kvm: x86: use correct privilege level for sgdt/sidt/fxsave/fxrstor access
2981 - Input: goodix - add new ACPI id for GPD Win 2 touch screen
2982 - crypto: caam - strip input zeros from RSA input buffer
2983 - crypto: caam - fix DMA mapping dir for generated IV
2984 - crypto: caam - fix IV DMA mapping and updating
2985 - crypto: caam/qi - fix IV DMA mapping and updating
2986 - crypto: caam - fix size of RSA prime factor q
2987 - crypto: vmx - Remove overly verbose printk from AES init routines
2988 - crypto: vmx - Remove overly verbose printk from AES XTS init
2989 - crypto: omap-sham - fix memleak
2990 - usb: typec: wcove: Remove dependency on HW FSM
2991 - usb: gadget: udc: renesas_usb3: fix double phy_put()
2992 - usb: gadget: udc: renesas_usb3: should remove debugfs
2993 - usb: gadget: udc: renesas_usb3: should call pm_runtime_enable() before add
2994 udc
2995 - usb: gadget: udc: renesas_usb3: should call devm_phy_get() before add udc
2996 - usb: gadget: udc: renesas_usb3: should fail if devm_phy_get() returns error
2997
2998 * Bionic update: upstream stable patchset 2018-08-29 (LP: #1789666)
2999 - scsi: sd_zbc: Avoid that resetting a zone fails sporadically
3000 - mmap: introduce sane default mmap limits
3001 - mmap: relax file size limit for regular files
3002 - btrfs: define SUPER_FLAG_METADUMP_V2
3003 - kconfig: Avoid format overflow warning from GCC 8.1
3004 - be2net: Fix error detection logic for BE3
3005 - bnx2x: use the right constant
3006 - dccp: don't free ccid2_hc_tx_sock struct in dccp_disconnect()
3007 - enic: set DMA mask to 47 bit
3008 - ip6mr: only set ip6mr_table from setsockopt when ip6mr_new_table succeeds
3009 - ip6_tunnel: remove magic mtu value 0xFFF8
3010 - ipmr: properly check rhltable_init() return value
3011 - ipv4: remove warning in ip_recv_error
3012 - ipv6: omit traffic class when calculating flow hash
3013 - isdn: eicon: fix a missing-check bug
3014 - kcm: Fix use-after-free caused by clonned sockets
3015 - netdev-FAQ: clarify DaveM's position for stable backports
3016 - net: ipv4: add missing RTA_TABLE to rtm_ipv4_policy
3017 - net: metrics: add proper netlink validation
3018 - net/packet: refine check for priv area size
3019 - net: phy: broadcom: Fix bcm_write_exp()
3020 - net: usb: cdc_mbim: add flag FLAG_SEND_ZLP
3021 - packet: fix reserve calculation
3022 - qed: Fix mask for physical address in ILT entry
3023 - sctp: not allow transport timeout value less than HZ/5 for hb_timer
3024 - team: use netdev_features_t instead of u32
3025 - vhost: synchronize IOTLB message with dev cleanup
3026 - vrf: check the original netdevice for generating redirect
3027 - ipv6: sr: fix memory OOB access in seg6_do_srh_encap/inline
3028 - net: phy: broadcom: Fix auxiliary control register reads
3029 - net-sysfs: Fix memory leak in XPS configuration
3030 - virtio-net: correctly transmit XDP buff after linearizing
3031 - net/mlx4: Fix irq-unsafe spinlock usage
3032 - tun: Fix NULL pointer dereference in XDP redirect
3033 - virtio-net: correctly check num_buf during err path
3034 - net/mlx5e: When RXFCS is set, add FCS data into checksum calculation
3035 - virtio-net: fix leaking page for gso packet during mergeable XDP
3036 - rtnetlink: validate attributes in do_setlink()
3037 - cls_flower: Fix incorrect idr release when failing to modify rule
3038 - PCI: hv: Do not wait forever on a device that has disappeared
3039 - drm: set FMODE_UNSIGNED_OFFSET for drm files
3040 - l2tp: fix refcount leakage on PPPoL2TP sockets
3041 - mlxsw: spectrum: Forbid creation of VLAN 1 over port/LAG
3042 - net: ethernet: ti: cpdma: correct error handling for chan create
3043 - net: ethernet: davinci_emac: fix error handling in probe()
3044 - net: dsa: b53: Fix for brcm tag issue in Cygnus SoC
3045 - net : sched: cls_api: deal with egdev path only if needed
3046
3047 * Bionic update: upstream stable patchset 2018-08-24 (LP: #1788897)
3048 - fix io_destroy()/aio_complete() race
3049 - mm: fix the NULL mapping case in __isolate_lru_page()
3050 - objtool: Support GCC 8's cold subfunctions
3051 - objtool: Support GCC 8 switch tables
3052 - objtool: Detect RIP-relative switch table references
3053 - objtool: Detect RIP-relative switch table references, part 2
3054 - objtool: Fix "noreturn" detection for recursive sibling calls
3055 - xfs: convert XFS_AGFL_SIZE to a helper function
3056 - xfs: detect agfl count corruption and reset agfl
3057 - Input: synaptics - Lenovo Carbon X1 Gen5 (2017) devices should use RMI
3058 - Input: synaptics - add Lenovo 80 series ids to SMBus
3059 - Input: elan_i2c_smbus - fix corrupted stack
3060 - tracing: Fix crash when freeing instances with event triggers
3061 - tracing: Make the snapshot trigger work with instances
3062 - selinux: KASAN: slab-out-of-bounds in xattr_getsecurity
3063 - cfg80211: further limit wiphy names to 64 bytes
3064 - drm/amd/powerplay: Fix enum mismatch
3065 - rtlwifi: rtl8192cu: Remove variable self-assignment in rf.c
3066 - platform/chrome: cros_ec_lpc: remove redundant pointer request
3067 - kbuild: clang: disable unused variable warnings only when constant
3068 - tcp: avoid integer overflows in tcp_rcv_space_adjust()
3069 - iio: ad7793: implement IIO_CHAN_INFO_SAMP_FREQ
3070 - iio:buffer: make length types match kfifo types
3071 - iio:kfifo_buf: check for uint overflow
3072 - iio: adc: select buffer for at91-sama5d2_adc
3073 - MIPS: lantiq: gphy: Drop reboot/remove reset asserts
3074 - MIPS: ptrace: Fix PTRACE_PEEKUSR requests for 64-bit FGRs
3075 - MIPS: prctl: Disallow FRE without FR with PR_SET_FP_MODE requests
3076 - scsi: scsi_transport_srp: Fix shost to rport translation
3077 - stm class: Use vmalloc for the master map
3078 - hwtracing: stm: fix build error on some arches
3079 - IB/core: Fix error code for invalid GID entry
3080 - mm/huge_memory.c: __split_huge_page() use atomic ClearPageDirty()
3081 - Revert "rt2800: use TXOP_BACKOFF for probe frames"
3082 - intel_th: Use correct device when freeing buffers
3083 - drm/psr: Fix missed entry in PSR setup time table.
3084 - drm/i915/lvds: Move acpi lid notification registration to registration phase
3085 - drm/i915: Disable LVDS on Radiant P845
3086 - drm/vmwgfx: Use kasprintf
3087 - drm/vmwgfx: Fix host logging / guestinfo reading error paths
3088 - nvme: fix extended data LBA supported setting
3089 - iio: hid-sensor-trigger: Fix sometimes not powering up the sensor after
3090 resume
3091 - x86/MCE/AMD: Define a function to get SMCA bank type
3092 - x86/mce/AMD: Pass the bank number to smca_get_bank_type()
3093 - x86/mce/AMD, EDAC/mce_amd: Enumerate Reserved SMCA bank type
3094 - x86/mce/AMD: Carve out SMCA get_block_address() code
3095 - x86/MCE/AMD: Cache SMCA MISC block addresses
3096
3097 * errors when scanning partition table of corrupted AIX disk (LP: #1787281)
3098 - partitions/aix: fix usage of uninitialized lv_info and lvname structures
3099 - partitions/aix: append null character to print data from disk
3100
3101 * tlbie master timeout checkstop (using NVidia/GPU) (LP: #1789772)
3102 - powerpc/mm/hugetlb: Update huge_ptep_set_access_flags to call
3103 __ptep_set_access_flags directly
3104 - powerpc/mm/radix: Move function from radix.h to pgtable-radix.c
3105 - powerpc/mm: Change function prototype
3106 - powerpc/mm/radix: Change pte relax sequence to handle nest MMU hang
3107
3108 * performance drop with ATS enabled (LP: #1788097)
3109 - powerpc/powernv: Fix concurrency issue with npu->mmio_atsd_usage
3110
3111 * [Regression] kernel crashdump fails on arm64 (LP: #1786878)
3112 - arm64: export memblock_reserve()d regions via /proc/iomem
3113 - drivers: acpi: add dependency of EFI for arm64
3114 - efi/arm: preserve early mapping of UEFI memory map longer for BGRT
3115 - efi/arm: map UEFI memory map even w/o runtime services enabled
3116 - arm64: acpi: fix alignment fault in accessing ACPI
3117 - [Config] CONFIG_ARCH_SUPPORTS_ACPI=y
3118 - arm64: fix ACPI dependencies
3119 - ACPI: fix menuconfig presentation of ACPI submenu
3120
3121 * TB 16 issue on Dell Lattitude 7490 with large amount of data (LP: #1785780)
3122 - r8152: disable RX aggregation on new Dell TB16 dock
3123
3124 * dell_wmi: Unknown key codes (LP: #1762385)
3125 - platform/x86: dell-wmi: Ignore new rfkill and fn-lock events
3126
3127 * Enable AMD PCIe MP2 for AMDI0011 (LP: #1773940)
3128 - SAUCE: i2c:amd I2C Driver based on PCI Interface for upcoming platform
3129 - SAUCE: i2c:amd move out pointer in union i2c_event_base
3130 - SAUCE: i2c:amd Depends on ACPI
3131 - [Config] i2c: CONFIG_I2C_AMD_MP2=y on x86
3132
3133 * r8169 no internet after suspending (LP: #1779817)
3134 - r8169: restore previous behavior to accept BIOS WoL settings
3135 - r8169: don't use MSI-X on RTL8168g
3136 - r8169: don't use MSI-X on RTL8106e
3137
3138 * Fix Intel Cannon Lake LPSS I2C input clock (LP: #1789790)
3139 - mfd: intel-lpss: Fix Intel Cannon Lake LPSS I2C input clock
3140
3141 * Microphone cannot be detected with front panel audio combo jack on HP Z8-G4
3142 machine (LP: #1789145)
3143 - ALSA: hda/realtek - Fix HP Headset Mic can't record
3144
3145 * Tango platform uses __initcall without further checks (LP: #1787945)
3146 - [Config] disable ARCH_TANGO
3147
3148 * [18.10 FEAT] Add kernel config option "CONFIG_SCLP_OFB" (LP: #1787898)
3149 - [Config] CONFIG_SCLP_OFB=y for s390x
3150
3151 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 12 Sep 2018 11:39:17 +0200
eb8e0abe 3152
ffaad0a9 3153linux (4.15.0-34.37) bionic; urgency=medium
72544dc3 3154
ffaad0a9 3155 * linux: 4.15.0-34.37 -proposed tracker (LP: #1788744)
72544dc3 3156
ffaad0a9
KSS
3157 * Bionic update: upstream stable patchset 2018-08-09 (LP: #1786352)
3158 - MIPS: c-r4k: Fix data corruption related to cache coherence
3159 - MIPS: ptrace: Expose FIR register through FP regset
3160 - MIPS: Fix ptrace(2) PTRACE_PEEKUSR and PTRACE_POKEUSR accesses to o32 FGRs
3161 - KVM: Fix spelling mistake: "cop_unsuable" -> "cop_unusable"
3162 - affs_lookup(): close a race with affs_remove_link()
3163 - fs: don't scan the inode cache before SB_BORN is set
3164 - aio: fix io_destroy(2) vs. lookup_ioctx() race
3165 - ALSA: timer: Fix pause event notification
3166 - do d_instantiate/unlock_new_inode combinations safely
3167 - mmc: sdhci-iproc: remove hard coded mmc cap 1.8v
3168 - mmc: sdhci-iproc: fix 32bit writes for TRANSFER_MODE register
3169 - mmc: sdhci-iproc: add SDHCI_QUIRK2_HOST_OFF_CARD_ON for cygnus
3170 - libata: Blacklist some Sandisk SSDs for NCQ
3171 - libata: blacklist Micron 500IT SSD with MU01 firmware
3172 - xen-swiotlb: fix the check condition for xen_swiotlb_free_coherent
3173 - drm/vmwgfx: Fix 32-bit VMW_PORT_HB_[IN|OUT] macros
3174 - arm64: lse: Add early clobbers to some input/output asm operands
3175 - powerpc/64s: Clear PCR on boot
3176 - IB/hfi1: Use after free race condition in send context error path
3177 - IB/umem: Use the correct mm during ib_umem_release
3178 - idr: fix invalid ptr dereference on item delete
3179 - Revert "ipc/shm: Fix shmat mmap nil-page protection"
3180 - ipc/shm: fix shmat() nil address after round-down when remapping
3181 - mm/kasan: don't vfree() nonexistent vm_area
3182 - kasan: free allocated shadow memory on MEM_CANCEL_ONLINE
3183 - kasan: fix memory hotplug during boot
3184 - kernel/sys.c: fix potential Spectre v1 issue
3185 - KVM: s390: vsie: fix < 8k check for the itdba
3186 - KVM: x86: Update cpuid properly when CR4.OSXAVE or CR4.PKE is changed
3187 - kvm: x86: IA32_ARCH_CAPABILITIES is always supported
3188 - powerpc/64s: Improve RFI L1-D cache flush fallback
3189 - powerpc/pseries: Restore default security feature flags on setup
3190 - powerpc/64s: Fix section mismatch warnings from setup_rfi_flush()
3191 - MIPS: generic: Fix machine compatible matching
3192 - mac80211: mesh: fix wrong mesh TTL offset calculation
3193 - ARC: Fix malformed ARC_EMUL_UNALIGNED default
3194 - ptr_ring: prevent integer overflow when calculating size
3195 - arm64: dts: rockchip: fix rock64 gmac2io stability issues
3196 - arm64: dts: rockchip: correct ep-gpios for rk3399-sapphire
3197 - libata: Fix compile warning with ATA_DEBUG enabled
3198 - selftests: sync: missing CFLAGS while compiling
3199 - selftest/vDSO: fix O=
3200 - selftests: pstore: Adding config fragment CONFIG_PSTORE_RAM=m
3201 - selftests: memfd: add config fragment for fuse
3202 - ARM: OMAP2+: timer: fix a kmemleak caused in omap_get_timer_dt
3203 - ARM: OMAP3: Fix prm wake interrupt for resume
3204 - ARM: OMAP2+: Fix sar_base inititalization for HS omaps
3205 - ARM: OMAP1: clock: Fix debugfs_create_*() usage
3206 - tls: retrun the correct IV in getsockopt
3207 - xhci: workaround for AMD Promontory disabled ports wakeup
3208 - IB/uverbs: Fix method merging in uverbs_ioctl_merge
3209 - IB/uverbs: Fix possible oops with duplicate ioctl attributes
3210 - IB/uverbs: Fix unbalanced unlock on error path for rdma_explicit_destroy
3211 - arm64: dts: rockchip: Fix DWMMC clocks
3212 - ARM: dts: rockchip: Fix DWMMC clocks
3213 - iwlwifi: mvm: fix security bug in PN checking
3214 - iwlwifi: mvm: fix IBSS for devices that support station type API
3215 - iwlwifi: mvm: always init rs with 20mhz bandwidth rates
3216 - NFC: llcp: Limit size of SDP URI
3217 - rxrpc: Work around usercopy check
3218 - MD: Free bioset when md_run fails
3219 - md: fix md_write_start() deadlock w/o metadata devices
3220 - s390/dasd: fix handling of internal requests
3221 - xfrm: do not call rcu_read_unlock when afinfo is NULL in xfrm_get_tos
3222 - mac80211: round IEEE80211_TX_STATUS_HEADROOM up to multiple of 4
3223 - mac80211: fix a possible leak of station stats
3224 - mac80211: fix calling sleeping function in atomic context
3225 - cfg80211: clear wep keys after disconnection
3226 - mac80211: Do not disconnect on invalid operating class
3227 - mac80211: Fix sending ADDBA response for an ongoing session
3228 - gpu: ipu-v3: pre: fix device node leak in ipu_pre_lookup_by_phandle
3229 - gpu: ipu-v3: prg: fix device node leak in ipu_prg_lookup_by_phandle
3230 - md raid10: fix NULL deference in handle_write_completed()
3231 - drm/exynos: g2d: use monotonic timestamps
3232 - drm/exynos: fix comparison to bitshift when dealing with a mask
3233 - drm/meson: fix vsync buffer update
3234 - arm64: perf: correct PMUVer probing
3235 - RDMA/bnxt_re: Unpin SQ and RQ memory if QP create fails
3236 - RDMA/bnxt_re: Fix system crash during load/unload
3237 - net/mlx5e: Return error if prio is specified when offloading eswitch vlan
3238 push
3239 - locking/xchg/alpha: Add unconditional memory barrier to cmpxchg()
3240 - md: raid5: avoid string overflow warning
3241 - virtio_net: fix XDP code path in receive_small()
3242 - kernel/relay.c: limit kmalloc size to KMALLOC_MAX_SIZE
3243 - bug.h: work around GCC PR82365 in BUG()
3244 - selftests/memfd: add run_fuse_test.sh to TEST_FILES
3245 - seccomp: add a selftest for get_metadata
3246 - soc: imx: gpc: de-register power domains only if initialized
3247 - powerpc/bpf/jit: Fix 32-bit JIT for seccomp_data access
3248 - s390/cio: fix ccw_device_start_timeout API
3249 - s390/cio: fix return code after missing interrupt
3250 - s390/cio: clear timer when terminating driver I/O
3251 - selftests/bpf/test_maps: exit child process without error in ENOMEM case
3252 - PKCS#7: fix direct verification of SignerInfo signature
3253 - arm64: dts: cavium: fix PCI bus dtc warnings
3254 - nfs: system crashes after NFS4ERR_MOVED recovery
3255 - ARM: OMAP: Fix dmtimer init for omap1
3256 - smsc75xx: fix smsc75xx_set_features()
3257 - regulatory: add NUL to request alpha2
3258 - integrity/security: fix digsig.c build error with header file
3259 - x86/intel_rdt: Fix incorrect returned value when creating rdgroup sub-
3260 directory in resctrl file system
3261 - locking/xchg/alpha: Fix xchg() and cmpxchg() memory ordering bugs
3262 - x86/topology: Update the 'cpu cores' field in /proc/cpuinfo correctly across
3263 CPU hotplug operations
3264 - mac80211: drop frames with unexpected DS bits from fast-rx to slow path
3265 - arm64: fix unwind_frame() for filtered out fn for function graph tracing
3266 - macvlan: fix use-after-free in macvlan_common_newlink()
3267 - KVM: nVMX: Don't halt vcpu when L1 is injecting events to L2
3268 - kvm: fix warning for CONFIG_HAVE_KVM_EVENTFD builds
3269 - ARM: dts: imx6dl: Include correct dtsi file for Engicam i.CoreM6
3270 DualLite/Solo RQS
3271 - fs: dcache: Avoid livelock between d_alloc_parallel and __d_add
3272 - fs: dcache: Use READ_ONCE when accessing i_dir_seq
3273 - md: fix a potential deadlock of raid5/raid10 reshape
3274 - md/raid1: fix NULL pointer dereference
3275 - batman-adv: fix packet checksum in receive path
3276 - batman-adv: invalidate checksum on fragment reassembly
3277 - netfilter: ipt_CLUSTERIP: put config struct if we can't increment ct
3278 refcount
3279 - netfilter: ipt_CLUSTERIP: put config instead of freeing it
3280 - netfilter: ebtables: convert BUG_ONs to WARN_ONs
3281 - batman-adv: Ignore invalid batadv_iv_gw during netlink send
3282 - batman-adv: Ignore invalid batadv_v_gw during netlink send
3283 - batman-adv: Fix netlink dumping of BLA claims
3284 - batman-adv: Fix netlink dumping of BLA backbones
3285 - nvme-pci: Fix nvme queue cleanup if IRQ setup fails
3286 - clocksource/drivers/fsl_ftm_timer: Fix error return checking
3287 - libceph, ceph: avoid memory leak when specifying same option several times
3288 - ceph: fix dentry leak when failing to init debugfs
3289 - xen/pvcalls: fix null pointer dereference on map->sock
3290 - ARM: orion5x: Revert commit 4904dbda41c8.
3291 - qrtr: add MODULE_ALIAS macro to smd
3292 - selftests/futex: Fix line continuation in Makefile
3293 - r8152: fix tx packets accounting
3294 - virtio-gpu: fix ioctl and expose the fixed status to userspace.
3295 - dmaengine: rcar-dmac: fix max_chunk_size for R-Car Gen3
3296 - bcache: fix kcrashes with fio in RAID5 backend dev
3297 - ip_gre: fix IFLA_MTU ignored on NEWLINK
3298 - ip6_tunnel: fix IFLA_MTU ignored on NEWLINK
3299 - sit: fix IFLA_MTU ignored on NEWLINK
3300 - nbd: fix return value in error handling path
3301 - ARM: dts: NSP: Fix amount of RAM on BCM958625HR
3302 - ARM: dts: bcm283x: Fix unit address of local_intc
3303 - powerpc/boot: Fix random libfdt related build errors
3304 - clocksource/drivers/mips-gic-timer: Use correct shift count to extract data
3305 - gianfar: Fix Rx byte accounting for ndev stats
3306 - net/tcp/illinois: replace broken algorithm reference link
3307 - nvmet: fix PSDT field check in command format
3308 - net/smc: use link_id of server in confirm link reply
3309 - mlxsw: core: Fix flex keys scratchpad offset conflict
3310 - mlxsw: spectrum: Treat IPv6 unregistered multicast as broadcast
3311 - spectrum: Reference count VLAN entries
3312 - ARC: mcip: halt GFRC counter when ARC cores halt
3313 - ARC: mcip: update MCIP debug mask when the new cpu came online
3314 - ARC: setup cpu possible mask according to possible-cpus dts property
3315 - ipvs: remove IPS_NAT_MASK check to fix passive FTP
3316 - IB/mlx: Set slid to zero in Ethernet completion struct
3317 - RDMA/bnxt_re: Unconditionly fence non wire memory operations
3318 - RDMA/bnxt_re: Fix incorrect DB offset calculation
3319 - RDMA/bnxt_re: Fix the ib_reg failure cleanup
3320 - xen/pirq: fix error path cleanup when binding MSIs
3321 - drm/amd/amdgpu: Correct VRAM width for APUs with GMC9
3322 - xfrm: Fix ESN sequence number handling for IPsec GSO packets.
3323 - arm64: dts: rockchip: Fix rk3399-gru-* s2r (pinctrl hogs, wifi reset)
3324 - drm/sun4i: Fix dclk_set_phase
3325 - btrfs: use kvzalloc to allocate btrfs_fs_info
3326 - Btrfs: send, fix issuing write op when processing hole in no data mode
3327 - Btrfs: fix log replay failure after linking special file and fsync
3328 - ceph: fix potential memory leak in init_caches()
3329 - block: display the correct diskname for bio
3330 - selftests/powerpc: Skip the subpage_prot tests if the syscall is unavailable
3331 - net: ethtool: don't ignore return from driver get_fecparam method
3332 - iwlwifi: mvm: fix TX of CCMP 256
3333 - iwlwifi: mvm: Fix channel switch for count 0 and 1
3334 - iwlwifi: mvm: fix assert 0x2B00 on older FWs
3335 - iwlwifi: avoid collecting firmware dump if not loaded
3336 - iwlwifi: mvm: Direct multicast frames to the correct station
3337 - iwlwifi: mvm: Correctly set the tid for mcast queue
3338 - rds: Incorrect reference counting in TCP socket creation
3339 - watchdog: f71808e_wdt: Fix magic close handling
3340 - batman-adv: Fix multicast packet loss with a single WANT_ALL_IPV4/6 flag
3341 - hv_netvsc: use napi_schedule_irqoff
3342 - hv_netvsc: filter multicast/broadcast
3343 - hv_netvsc: propagate rx filters to VF
3344 - ARM: dts: rockchip: Add missing #sound-dai-cells on rk3288
3345 - e1000e: Fix check_for_link return value with autoneg off
3346 - e1000e: allocate ring descriptors with dma_zalloc_coherent
3347 - ia64/err-inject: Use get_user_pages_fast()
3348 - RDMA/qedr: Fix kernel panic when running fio over NFSoRDMA
3349 - RDMA/qedr: Fix iWARP write and send with immediate
3350 - IB/mlx4: Fix corruption of RoCEv2 IPv4 GIDs
3351 - IB/mlx4: Include GID type when deleting GIDs from HW table under RoCE
3352 - IB/mlx5: Fix an error code in __mlx5_ib_modify_qp()
3353 - fbdev: Fixing arbitrary kernel leak in case FBIOGETCMAP_SPARC in
3354 sbusfb_ioctl_helper().
3355 - fsl/fman: avoid sleeping in atomic context while adding an address
3356 - qed: Free RoCE ILT Memory on rmmod qedr
3357 - net: qcom/emac: Use proper free methods during TX
3358 - net: smsc911x: Fix unload crash when link is up
3359 - IB/core: Fix possible crash to access NULL netdev
3360 - cxgb4: do not set needs_free_netdev for mgmt dev's
3361 - xen-blkfront: move negotiate_mq to cover all cases of new VBDs
3362 - xen: xenbus: use put_device() instead of kfree()
3363 - hv_netvsc: fix filter flags
3364 - hv_netvsc: fix locking for rx_mode
3365 - hv_netvsc: fix locking during VF setup
3366 - ARM: davinci: fix the GPIO lookup for omapl138-hawk
3367 - arm64: Relax ARM_SMCCC_ARCH_WORKAROUND_1 discovery
3368 - selftests/vm/run_vmtests: adjust hugetlb size according to nr_cpus
3369 - lib/test_kmod.c: fix limit check on number of test devices created
3370 - dmaengine: mv_xor_v2: Fix clock resource by adding a register clock
3371 - netfilter: ebtables: fix erroneous reject of last rule
3372 - can: m_can: change comparison to bitshift when dealing with a mask
3373 - can: m_can: select pinctrl state in each suspend/resume function
3374 - bnxt_en: Check valid VNIC ID in bnxt_hwrm_vnic_set_tpa().
3375 - workqueue: use put_device() instead of kfree()
3376 - ipv4: lock mtu in fnhe when received PMTU < net.ipv4.route.min_pmtu
3377 - sunvnet: does not support GSO for sctp
3378 - KVM: arm/arm64: vgic: Add missing irq_lock to vgic_mmio_read_pending
3379 - gpu: ipu-v3: prg: avoid possible array underflow
3380 - drm/imx: move arming of the vblank event to atomic_flush
3381 - drm/nouveau/bl: fix backlight regression
3382 - xfrm: fix rcu_read_unlock usage in xfrm_local_error
3383 - iwlwifi: mvm: set the correct tid when we flush the MCAST sta
3384 - iwlwifi: mvm: Correctly set IGTK for AP
3385 - iwlwifi: mvm: fix error checking for multi/broadcast sta
3386 - net: Fix vlan untag for bridge and vlan_dev with reorder_hdr off
3387 - vlan: Fix out of order vlan headers with reorder header off
3388 - batman-adv: fix header size check in batadv_dbg_arp()
3389 - batman-adv: Fix skbuff rcsum on packet reroute
3390 - vti4: Don't count header length twice on tunnel setup
3391 - ip_tunnel: Clamp MTU to bounds on new link
3392 - vti6: Fix dev->max_mtu setting
3393 - iwlwifi: mvm: Increase session protection time after CS
3394 - iwlwifi: mvm: clear tx queue id when unreserving aggregation queue
3395 - iwlwifi: mvm: make sure internal station has a valid id
3396 - iwlwifi: mvm: fix array out of bounds reference
3397 - drm/tegra: Shutdown on driver unbind
3398 - perf/cgroup: Fix child event counting bug
3399 - brcmfmac: Fix check for ISO3166 code
3400 - kbuild: make scripts/adjust_autoksyms.sh robust against timestamp races
3401 - RDMA/ucma: Correct option size check using optlen
3402 - RDMA/qedr: fix QP's ack timeout configuration
3403 - RDMA/qedr: Fix rc initialization on CNQ allocation failure
3404 - RDMA/qedr: Fix QP state initialization race
3405 - net/sched: fix idr leak on the error path of tcf_bpf_init()
3406 - net/sched: fix idr leak in the error path of tcf_simp_init()
3407 - net/sched: fix idr leak in the error path of tcf_act_police_init()
3408 - net/sched: fix idr leak in the error path of tcp_pedit_init()
3409 - net/sched: fix idr leak in the error path of __tcf_ipt_init()
3410 - net/sched: fix idr leak in the error path of tcf_skbmod_init()
3411 - net: dsa: Fix functional dsa-loop dependency on FIXED_PHY
3412 - drm/ast: Fixed 1280x800 Display Issue
3413 - mm/mempolicy.c: avoid use uninitialized preferred_node
3414 - mm, thp: do not cause memcg oom for thp
3415 - xfrm: Fix transport mode skb control buffer usage.
3416 - selftests: ftrace: Add probe event argument syntax testcase
3417 - selftests: ftrace: Add a testcase for string type with kprobe_event
3418 - selftests: ftrace: Add a testcase for probepoint
3419 - drm/amdkfd: Fix scratch memory with HWS enabled
3420 - batman-adv: fix multicast-via-unicast transmission with AP isolation
3421 - batman-adv: fix packet loss for broadcasted DHCP packets to a server
3422 - ARM: 8748/1: mm: Define vdso_start, vdso_end as array
3423 - lan78xx: Set ASD in MAC_CR when EEE is enabled.
3424 - net: qmi_wwan: add BroadMobi BM806U 2020:2033
3425 - bonding: fix the err path for dev hwaddr sync in bond_enslave
3426 - net: dsa: mt7530: fix module autoloading for OF platform drivers
3427 - net/mlx5: Make eswitch support to depend on switchdev
3428 - perf/x86/intel: Fix linear IP of PEBS real_ip on Haswell and later CPUs
3429 - x86/alternatives: Fixup alternative_call_2
3430 - llc: properly handle dev_queue_xmit() return value
3431 - builddeb: Fix header package regarding dtc source links
3432 - qede: Fix barrier usage after tx doorbell write.
3433 - mm, slab: memcg_link the SLAB's kmem_cache
3434 - mm/page_owner: fix recursion bug after changing skip entries
3435 - mm/kmemleak.c: wait for scan completion before disabling free
3436 - hv_netvsc: enable multicast if necessary
3437 - qede: Do not drop rx-checksum invalidated packets.
3438 - net: Fix untag for vlan packets without ethernet header
3439 - vlan: Fix vlan insertion for packets without ethernet header
3440 - net: mvneta: fix enable of all initialized RXQs
3441 - sh: fix debug trap failure to process signals before return to user
3442 - firmware: dmi_scan: Fix UUID length safety check
3443 - nvme: don't send keep-alives to the discovery controller
3444 - Btrfs: clean up resources during umount after trans is aborted
3445 - Btrfs: fix loss of prealloc extents past i_size after fsync log replay
3446 - x86/pgtable: Don't set huge PUD/PMD on non-leaf entries
3447 - fs/proc/proc_sysctl.c: fix potential page fault while unregistering sysctl
3448 table
3449 - swap: divide-by-zero when zero length swap file on ssd
3450 - z3fold: fix memory leak
3451 - sr: get/drop reference to device in revalidate and check_events
3452 - Force log to disk before reading the AGF during a fstrim
3453 - cpufreq: CPPC: Initialize shared perf capabilities of CPUs
3454 - powerpc/fscr: Enable interrupts earlier before calling get_user()
3455 - perf tools: Fix perf builds with clang support
3456 - perf clang: Add support for recent clang versions
3457 - dp83640: Ensure against premature access to PHY registers after reset
3458 - ibmvnic: Zero used TX descriptor counter on reset
3459 - mm/ksm: fix interaction with THP
3460 - mm: fix races between address_space dereference and free in page_evicatable
3461 - mm: thp: fix potential clearing to referenced flag in
3462 page_idle_clear_pte_refs_one()
3463 - Btrfs: bail out on error during replay_dir_deletes
3464 - Btrfs: fix NULL pointer dereference in log_dir_items
3465 - btrfs: Fix possible softlock on single core machines
3466 - IB/rxe: Fix for oops in rxe_register_device on ppc64le arch
3467 - ocfs2/dlm: don't handle migrate lockres if already in shutdown
3468 - powerpc/64s/idle: Fix restore of AMOR on POWER9 after deep sleep
3469 - sched/rt: Fix rq->clock_update_flags < RQCF_ACT_SKIP warning
3470 - x86/mm: Fix bogus warning during EFI bootup, use boot_cpu_has() instead of
3471 this_cpu_has() in build_cr3_noflush()
3472 - KVM: VMX: raise internal error for exception during invalid protected mode
3473 state
3474 - lan78xx: Connect phy early
3475 - sparc64: Make atomic_xchg() an inline function rather than a macro.
3476 - net: bgmac: Fix endian access in bgmac_dma_tx_ring_free()
3477 - net: bgmac: Correctly annotate register space
3478 - btrfs: tests/qgroup: Fix wrong tree backref level
3479 - Btrfs: fix copy_items() return value when logging an inode
3480 - btrfs: fix lockdep splat in btrfs_alloc_subvolume_writers
3481 - btrfs: qgroup: Fix root item corruption when multiple same source snapshots
3482 are created with quota enabled
3483 - rxrpc: Fix Tx ring annotation after initial Tx failure
3484 - rxrpc: Don't treat call aborts as conn aborts
3485 - xen/acpi: off by one in read_acpi_id()
3486 - drivers: macintosh: rack-meter: really fix bogus memsets
3487 - ACPI: acpi_pad: Fix memory leak in power saving threads
3488 - powerpc/mpic: Check if cpu_possible() in mpic_physmask()
3489 - ieee802154: ca8210: fix uninitialised data read
3490 - ath10k: advertize beacon_int_min_gcd
3491 - iommu/amd: Take into account that alloc_dev_data() may return NULL
3492 - intel_th: Use correct method of finding hub
3493 - m68k: set dma and coherent masks for platform FEC ethernets
3494 - iwlwifi: mvm: check if mac80211_queue is valid in iwl_mvm_disable_txq
3495 - parisc/pci: Switch LBA PCI bus from Hard Fail to Soft Fail mode
3496 - hwmon: (nct6775) Fix writing pwmX_mode
3497 - powerpc/perf: Prevent kernel address leak to userspace via BHRB buffer
3498 - powerpc/perf: Fix kernel address leak via sampling registers
3499 - rsi: fix kernel panic observed on 64bit machine
3500 - tools/thermal: tmon: fix for segfault
3501 - selftests: Print the test we're running to /dev/kmsg
3502 - net/mlx5: Protect from command bit overflow
3503 - watchdog: davinci_wdt: fix error handling in davinci_wdt_probe()
3504 - ath10k: Fix kernel panic while using worker (ath10k_sta_rc_update_wk)
3505 - nvme-pci: disable APST for Samsung NVMe SSD 960 EVO + ASUS PRIME Z370-A
3506 - ath9k: fix crash in spectral scan
3507 - cxgb4: Setup FW queues before registering netdev
3508 - ima: Fix Kconfig to select TPM 2.0 CRB interface
3509 - ima: Fallback to the builtin hash algorithm
3510 - watchdog: aspeed: Allow configuring for alternate boot
3511 - arm: dts: socfpga: fix GIC PPI warning
3512 - ext4: don't complain about incorrect features when probing
3513 - drm/vmwgfx: Unpin the screen object backup buffer when not used
3514 - iommu/mediatek: Fix protect memory setting
3515 - cpufreq: cppc_cpufreq: Fix cppc_cpufreq_init() failure path
3516 - IB/mlx5: Set the default active rate and width to QDR and 4X
3517 - zorro: Set up z->dev.dma_mask for the DMA API
3518 - bcache: quit dc->writeback_thread when BCACHE_DEV_DETACHING is set
3519 - remoteproc: imx_rproc: Fix an error handling path in 'imx_rproc_probe()'
3520 - dt-bindings: add device tree binding for Allwinner H6 main CCU
3521 - ACPICA: Events: add a return on failure from acpi_hw_register_read
3522 - ACPICA: Fix memory leak on unusual memory leak
3523 - ACPICA: acpi: acpica: fix acpi operand cache leak in nseval.c
3524 - cxgb4: Fix queue free path of ULD drivers
3525 - i2c: mv64xxx: Apply errata delay only in standard mode
3526 - KVM: lapic: stop advertising DIRECTED_EOI when in-kernel IOAPIC is in use
3527 - perf top: Fix top.call-graph config option reading
3528 - perf stat: Fix core dump when flag T is used
3529 - IB/core: Honor port_num while resolving GID for IB link layer
3530 - drm/amdkfd: add missing include of mm.h
3531 - coresight: Use %px to print pcsr instead of %p
3532 - regulator: gpio: Fix some error handling paths in 'gpio_regulator_probe()'
3533 - spi: bcm-qspi: fIX some error handling paths
3534 - net/smc: pay attention to MAX_ORDER for CQ entries
3535 - MIPS: ath79: Fix AR724X_PLL_REG_PCIE_CONFIG offset
3536 - watchdog: dw: RMW the control register
3537 - watchdog: aspeed: Fix translation of reset mode to ctrl register
3538 - drm/meson: Fix some error handling paths in 'meson_drv_bind_master()'
3539 - drm/meson: Fix an un-handled error path in 'meson_drv_bind_master()'
3540 - powerpc: Add missing prototype for arch_irq_work_raise()
3541 - f2fs: fix to set KEEP_SIZE bit in f2fs_zero_range
3542 - f2fs: fix to clear CP_TRIMMED_FLAG
3543 - f2fs: fix to check extent cache in f2fs_drop_extent_tree
3544 - perf/core: Fix installing cgroup events on CPU
3545 - max17042: propagate of_node to power supply device
3546 - perf/core: Fix perf_output_read_group()
3547 - drm/panel: simple: Fix the bus format for the Ontat panel
3548 - hwmon: (pmbus/max8688) Accept negative page register values
3549 - hwmon: (pmbus/adm1275) Accept negative page register values
3550 - perf/x86/intel: Properly save/restore the PMU state in the NMI handler
3551 - cdrom: do not call check_disk_change() inside cdrom_open()
3552 - efi/arm*: Only register page tables when they exist
3553 - perf/x86/intel: Fix large period handling on Broadwell CPUs
3554 - perf/x86/intel: Fix event update for auto-reload
3555 - arm64: dts: qcom: Fix SPI5 config on MSM8996
3556 - soc: qcom: wcnss_ctrl: Fix increment in NV upload
3557 - gfs2: Fix fallocate chunk size
3558 - x86/devicetree: Initialize device tree before using it
3559 - x86/devicetree: Fix device IRQ settings in DT
3560 - phy: rockchip-emmc: retry calpad busy trimming
3561 - ALSA: vmaster: Propagate slave error
3562 - phy: qcom-qmp: Fix phy pipe clock gating
3563 - drm/bridge: sii902x: Retry status read after DDI I2C
3564 - tools: hv: fix compiler warnings about major/target_fname
3565 - block: null_blk: fix 'Invalid parameters' when loading module
3566 - dmaengine: pl330: fix a race condition in case of threaded irqs
3567 - dmaengine: rcar-dmac: Check the done lists in rcar_dmac_chan_get_residue()
3568 - enic: enable rq before updating rq descriptors
3569 - watchdog: asm9260_wdt: fix error handling in asm9260_wdt_probe()
3570 - hwrng: stm32 - add reset during probe
3571 - pinctrl: devicetree: Fix dt_to_map_one_config handling of hogs
3572 - pinctrl: artpec6: dt: add missing pin group uart5nocts
3573 - vfio-ccw: fence off transport mode
3574 - dmaengine: qcom: bam_dma: get num-channels and num-ees from dt
3575 - drm: omapdrm: dss: Move initialization code from component bind to probe
3576 - ARM: dts: dra71-evm: Correct evm_sd regulator max voltage
3577 - drm/amdgpu: disable GFX ring and disable PQ wptr in hw_fini
3578 - drm/amdgpu: adjust timeout for ib_ring_tests(v2)
3579 - net: stmmac: ensure that the device has released ownership before reading
3580 data
3581 - net: stmmac: ensure that the MSS desc is the last desc to set the own bit
3582 - cpufreq: Reorder cpufreq_online() error code path
3583 - dpaa_eth: fix SG mapping
3584 - PCI: Add function 1 DMA alias quirk for Marvell 88SE9220
3585 - udf: Provide saner default for invalid uid / gid
3586 - ixgbe: prevent ptp_rx_hang from running when in FILTER_ALL mode
3587 - sh_eth: fix TSU init on SH7734/R8A7740
3588 - power: supply: ltc2941-battery-gauge: Fix temperature units
3589 - ARM: dts: bcm283x: Fix probing of bcm2835-i2s
3590 - ARM: dts: bcm283x: Fix pin function of JTAG pins
3591 - PCMCIA / PM: Avoid noirq suspend aborts during suspend-to-idle
3592 - audit: return on memory error to avoid null pointer dereference
3593 - net: stmmac: call correct function in stmmac_mac_config_rx_queues_routing()
3594 - rcu: Call touch_nmi_watchdog() while printing stall warnings
3595 - pinctrl: sh-pfc: r8a7796: Fix MOD_SEL register pin assignment for SSI pins
3596 group
3597 - dpaa_eth: fix pause capability advertisement logic
3598 - MIPS: Octeon: Fix logging messages with spurious periods after newlines
3599 - drm/rockchip: Respect page offset for PRIME mmap calls
3600 - x86/apic: Set up through-local-APIC mode on the boot CPU if 'noapic'
3601 specified
3602 - perf test: Fix test case inet_pton to accept inlines.
3603 - perf report: Fix wrong jump arrow
3604 - perf tests: Use arch__compare_symbol_names to compare symbols
3605 - perf report: Fix memory corruption in --branch-history mode --branch-history
3606 - perf tests: Fix dwarf unwind for stripped binaries
3607 - selftests/net: fixes psock_fanout eBPF test case
3608 - netlabel: If PF_INET6, check sk_buff ip header version
3609 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen3
3610 - drm: rcar-du: lvds: Fix LVDS startup on R-Car Gen2
3611 - ARM: dts: at91: tse850: use the correct compatible for the eeprom
3612 - regmap: Correct comparison in regmap_cached
3613 - i40e: Add delay after EMP reset for firmware to recover
3614 - ARM: dts: imx7d: cl-som-imx7: fix pinctrl_enet
3615 - ARM: dts: porter: Fix HDMI output routing
3616 - regulator: of: Add a missing 'of_node_put()' in an error handling path of
3617 'of_regulator_match()'
3618 - pinctrl: mcp23s08: spi: Fix regmap debugfs entries
3619 - kdb: make "mdr" command repeat
3620 - drm/vmwgfx: Set dmabuf_size when vmw_dmabuf_init is successful
3621 - perf tools: Add trace/beauty/generated/ into .gitignore
3622 - tools: sync up .h files with the repective arch and uapi .h files
3623 - MIPS: xilfpga: Stop generating useless dtb.o
3624 - MIPS: xilfpga: Actually include FDT in fitImage
3625 - MIPS: Fix build with DEBUG_ZBOOT and MACH_JZ4770
3626 - fix breakage caused by d_find_alias() semantics change
3627 - Btrfs: fix error handling in btrfs_truncate()
3628 - mmc: block: propagate correct returned value in mmc_rpmb_ioctl
3629 - arm64: export tishift functions to modules
3630 - bcma: fix buffer size caused crash in bcma_core_mips_print_irq()
3631 - PM / core: Fix direct_complete handling for devices with no callbacks
3632 - ARM: dts: sun4i: Fix incorrect clocks for displays
3633 - bnxt_en: Ignore src port field in decap filter nodes
3634 - kasan, slub: fix handling of kasan_slab_free hook
3635 - riscv/spinlock: Strengthen implementations with fences
3636 - platform/x86: dell-smbios: Fix memory leaks in build_tokens_sysfs()
3637 - rxrpc: Fix resend event time calculation
3638 - i40e: hold the RTNL lock while changing interrupt schemes
3639 - hv_netvsc: Fix the return status in RX path
3640 - firmware: fix checking for return values for fw_add_devm_name()
3641 - bcache: set writeback_rate_update_seconds in range [1, 60] seconds
3642 - bcache: fix cached_dev->count usage for bch_cache_set_error()
3643 - bcache: stop dc->writeback_rate_update properly
3644 - ibmvnic: Fix reset return from closed state
3645 - powerpc/vas: Fix cleanup when VAS is not configured
3646 - f2fs: flush cp pack except cp pack 2 page at first
3647 - drm/amdgpu: Clean sdma wptr register when only enable wptr polling
3648 - powerpc/mm/slice: Remove intermediate bitmap copy
3649 - powerpc/mm/slice: create header files dedicated to slices
3650 - powerpc/mm/slice: Enhance for supporting PPC32
3651 - powerpc/mm/slice: Fix hugepage allocation at hint address on 8xx
3652 - ibmvnic: Allocate statistics buffers during probe
3653 - dt-bindings: display: msm/dsi: Fix the PHY regulator supply props
3654 - drm/amd/display: Set vsc pack revision when DPCD revision is >= 1.2
3655 - soc: renesas: r8a77970-sysc: fix power area parents
3656 - drm/vblank: Data type fixes for 64-bit vblank sequences.
3657 - selftests: Add FIB onlink tests
3658 - soc: amlogic: meson-gx-pwrc-vpu: fix error on shutdown when domain is
3659 powered off
3660
3661 * arm-smmu-v3 arm-smmu-v3.1.auto: failed to allocate MSIs (LP: #1785282)
3662 - ACPICA: iasl: Add SMMUv3 device ID mapping index support
3663 - ACPI/IORT: Remove temporary iort_get_id_mapping_index() ACPICA guard
3664
3665 * Driver iwlwifi for Intel Wireless-AC 9560 is slow and unreliable in kernel
3666 4.15.0-20-generic (LP: #1772467)
3667 - scsi: hpsa: disable device during shutdown
3668
3669 * [Bionic] i2c: xlp9xx: Add SMBAlert support (LP: #1786981)
3670 - i2c: xlp9xx: Add support for SMBAlert
3671
3672 * qeth: don't clobber buffer on async TX completion (LP: #1786057)
3673 - s390/qeth: don't clobber buffer on async TX completion
3674
3675 * Linux 4.15.0-23 crashes during the boot process with a "Unable to handle
3676 kernel NULL pointer dereference" message (LP: #1777338)
3677 - x86/xen: Add call of speculative_store_bypass_ht_init() to PV paths
3678
3679 * ThinkPad systems have no HDMI sound when using the nvidia GPU (LP: #1787058)
3680 - ACPI / OSI: Add OEM _OSI string to enable NVidia HDMI audio
3681
3682 * [Bionic] i2c: xlp9xx: Fix case where SSIF read transaction completes early
3683 (LP: #1787240)
3684 - i2c: xlp9xx: Fix case where SSIF read transaction completes early
3685
3686 * [Bionic] integrate upstream fix for Cavium zram driver (LP: #1787469)
3687 - Revert "UBUNTU: SAUCE: crypto: thunderx_zip: Fix fallout from
3688 CONFIG_VMAP_STACK"
3689 - crypto: cavium - Fix fallout from CONFIG_VMAP_STACK
3690 - crypto: cavium - Limit result reading attempts
3691 - crypto: cavium - Prevent division by zero
3692 - crypto: cavium - Fix statistics pending request value
3693 - crypto: cavium - Fix smp_processor_id() warnings
3694
3695 * Bugfix for handling of shadow doorbell buffer (LP: #1788222)
3696 - nvme-pci: add a memory barrier to nvme_dbbuf_update_and_check_event
3697
3698 * nvme devices namespace assigned to the wrong controller (LP: #1789227)
3699 - nvme/multipath: Fix multipath disabled naming collisions
3700
3701 * linux-cloud-tools-common: Ensure hv-kvp-daemon.service starts before
3702 walinuxagent.service (LP: #1739107)
3703 - [Debian] hyper-v -- Ensure that hv-kvp-daemon.service starts before
3704 walinuxagent.service
3705
3706 * hinic interfaces aren't getting predictable names (LP: #1783138)
3707 - hinic: Link the logical network device to the pci device in sysfs
3708
3709 * Suspend fails in Ubuntu and Kubuntu 18.04 but works fine in Ubuntu and
3710 Kubuntu 17.10 (and on Kubuntu 18.04 using kernel 4.14.47) (LP: #1774950)
3711 - ACPI / LPSS: Avoid PM quirks on suspend and resume from S3
3712 - ACPI / LPSS: Avoid PM quirks on suspend and resume from hibernation
3713
3714 * [Bionic] Bluetooth: Support RTL8723D and RTL8821C Devices (LP: #1784835)
3715 - Bluetooth: btrtl: Add RTL8723D and RTL8821C devices
3716
3717 * CacheFiles: Error: Overlong wait for old active object to go away.
3718 (LP: #1776254)
3719 - cachefiles: Fix missing clear of the CACHEFILES_OBJECT_ACTIVE flag
3720 - cachefiles: Wait rather than BUG'ing on "Unexpected object collision"
3721
3722 * fscache cookie refcount updated incorrectly during fscache object allocation
3723 (LP: #1776277) // fscache cookie refcount updated incorrectly during fscache
3724 object allocation (LP: #1776277)
3725 - fscache: Fix reference overput in fscache_attach_object() error handling
3726
3727 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
3728 - Revert "UBUNTU: SAUCE: CacheFiles: fix a read_waiter/read_copier race"
3729 - fscache: Allow cancelled operations to be enqueued
3730 - cachefiles: Fix refcounting bug in backing-file read monitoring
3731
3732 * SMB3: Fix regression in server reconnect detection (LP: #1786110)
3733 - smb3: on reconnect set PreviousSessionId field
3734
3735 * CVE-2018-1118
3736 - vhost: fix info leak due to uninitialized memory
3737
3738 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Mon, 27 Aug 2018 16:45:36 +0200
72544dc3 3739
22df1539 3740linux (4.15.0-33.36) bionic; urgency=medium
3f81eee2 3741
22df1539 3742 * linux: 4.15.0-33.36 -proposed tracker (LP: #1787149)
3f81eee2 3743
22df1539
KSS
3744 * RTNL assertion failure on ipvlan (LP: #1776927)
3745 - ipvlan: drop ipv6 dependency
3746 - ipvlan: use per device spinlock to protect addrs list updates
3747 - SAUCE: fix warning from "ipvlan: drop ipv6 dependency"
3748
3749 * ubuntu_bpf_jit test failed on Bionic s390x systems (LP: #1753941)
3750 - test_bpf: flag tests that cannot be jited on s390
3751
3752 * HDMI/DP audio can't work on the laptop of Dell Latitude 5495 (LP: #1782689)
3753 - drm/nouveau: fix nouveau_dsm_get_client_id()'s return type
3754 - drm/radeon: fix radeon_atpx_get_client_id()'s return type
3755 - drm/amdgpu: fix amdgpu_atpx_get_client_id()'s return type
3756 - platform/x86: apple-gmux: fix gmux_get_client_id()'s return type
3757 - ALSA: hda: use PCI_BASE_CLASS_DISPLAY to replace PCI_CLASS_DISPLAY_VGA
3758 - vga_switcheroo: set audio client id according to bound GPU id
3759
3760 * locking sockets broken due to missing AppArmor socket mediation patches
3761 (LP: #1780227)
3762 - UBUNTU SAUCE: apparmor: fix apparmor mediating locking non-fs, unix sockets
3763
3764 * Update2 for ocxl driver (LP: #1781436)
3765 - ocxl: Fix page fault handler in case of fault on dying process
3766
3767 * netns: unable to follow an interface that moves to another netns
3768 (LP: #1774225)
3769 - net: core: Expose number of link up/down transitions
3770 - dev: always advertise the new nsid when the netns iface changes
3771 - dev: advertise the new ifindex when the netns iface changes
3772
3773 * [Bionic] Disk IO hangs when using BFQ as io scheduler (LP: #1780066)
3774 - block, bfq: fix occurrences of request finish method's old name
3775 - block, bfq: remove batches of confusing ifdefs
3776 - block, bfq: add requeue-request hook
3777
3778 * HP ProBook 455 G5 needs mute-led-gpio fixup (LP: #1781763)
3779 - ALSA: hda: add mute led support for HP ProBook 455 G5
3780
3781 * [Bionic] bug fixes to improve stability of the ThunderX2 i2c driver
3782 (LP: #1781476)
3783 - i2c: xlp9xx: Fix issue seen when updating receive length
3784 - i2c: xlp9xx: Make sure the transfer size is not more than
3785 I2C_SMBUS_BLOCK_SIZE
3786
3787 * x86/kvm: fix LAPIC timer drift when guest uses periodic mode (LP: #1778486)
3788 - x86/kvm: fix LAPIC timer drift when guest uses periodic mode
3789
3790 * Please include ax88179_178a and r8152 modules in d-i udeb (LP: #1771823)
3791 - [Config:] d-i: Add ax88179_178a and r8152 to nic-modules
3792
3793 * Nvidia fails after switching its mode (LP: #1778658)
3794 - PCI: Restore config space on runtime resume despite being unbound
3795
3796 * Kernel error "task zfs:pid blocked for more than 120 seconds" (LP: #1781364)
3797 - SAUCE: (noup) zfs to 0.7.5-1ubuntu16.3
3798
3799 * CVE-2018-12232
3800 - PATCH 1/1] socket: close race condition between sock_close() and
3801 sockfs_setattr()
3802
3803 * CVE-2018-10323
3804 - xfs: set format back to extents if xfs_bmap_extents_to_btree
3805
3806 * change front mic location for more lenovo m7/8/9xx machines (LP: #1781316)
3807 - ALSA: hda/realtek - Fix the problem of two front mics on more machines
3808 - ALSA: hda/realtek - two more lenovo models need fixup of MIC_LOCATION
3809
3810 * Cephfs + fscache: unable to handle kernel NULL pointer dereference at
3811 0000000000000000 IP: jbd2__journal_start+0x22/0x1f0 (LP: #1783246)
3812 - ceph: track read contexts in ceph_file_info
3813
3814 * Touchpad of ThinkPad P52 failed to work with message "lost sync at byte"
3815 (LP: #1779802)
3816 - Input: elantech - fix V4 report decoding for module with middle key
3817 - Input: elantech - enable middle button of touchpads on ThinkPad P52
3818
3819 * xhci_hcd 0000:00:14.0: Root hub is not suspended (LP: #1779823)
3820 - usb: xhci: dbc: Fix lockdep warning
3821 - usb: xhci: dbc: Don't decrement runtime PM counter if DBC is not started
3822
3823 * CVE-2018-13406
3824 - video: uvesafb: Fix integer overflow in allocation
3825
3826 * CVE-2018-10840
3827 - ext4: correctly handle a zero-length xattr with a non-zero e_value_offs
3828
3829 * CVE-2018-11412
3830 - ext4: do not allow external inodes for inline data
3831
3832 * CVE-2018-10881
3833 - ext4: clear i_data in ext4_inode_info when removing inline data
3834
3835 * CVE-2018-12233
3836 - jfs: Fix inconsistency between memory allocation and ea_buf->max_size
3837
3838 * CVE-2018-12904
3839 - kvm: nVMX: Enforce cpl=0 for VMX instructions
3840
3841 * Error parsing PCC subspaces from PCCT (LP: #1528684)
3842 - mailbox: PCC: erroneous error message when parsing ACPI PCCT
3843
3844 * CVE-2018-13094
3845 - xfs: don't call xfs_da_shrink_inode with NULL bp
3846
3847 * other users' coredumps can be read via setgid directory and killpriv bypass
3848 (LP: #1779923) // CVE-2018-13405
3849 - Fix up non-directory creation in SGID directories
3850
3851 * Invoking obsolete 'firmware_install' target breaks snap build (LP: #1782166)
3852 - snapcraft.yaml: stop invoking the obsolete (and non-existing)
3853 'firmware_install' target
3854
3855 * snapcraft.yaml: missing ubuntu-retpoline-extract-one script breaks the build
3856 (LP: #1782116)
3857 - snapcraft.yaml: copy retpoline-extract-one to scripts before build
3858
3859 * Allow Raven Ridge's audio controller to be runtime suspended (LP: #1782540)
3860 - ALSA: hda: Add AZX_DCAPS_PM_RUNTIME for AMD Raven Ridge
3861
3862 * CVE-2018-11506
3863 - sr: pass down correctly sized SCSI sense buffer
3864
3865 * Bionic update: upstream stable patchset 2018-07-24 (LP: #1783418)
3866 - net: Fix a bug in removing queues from XPS map
3867 - net/mlx4_core: Fix error handling in mlx4_init_port_info.
3868 - net/sched: fix refcnt leak in the error path of tcf_vlan_init()
3869 - net: sched: red: avoid hashing NULL child
3870 - net/smc: check for missing nlattrs in SMC_PNETID messages
3871 - net: test tailroom before appending to linear skb
3872 - packet: in packet_snd start writing at link layer allocation
3873 - sock_diag: fix use-after-free read in __sk_free
3874 - tcp: purge write queue in tcp_connect_init()
3875 - vmxnet3: set the DMA mask before the first DMA map operation
3876 - vmxnet3: use DMA memory barriers where required
3877 - hv_netvsc: empty current transmit aggregation if flow blocked
3878 - hv_netvsc: Use the num_online_cpus() for channel limit
3879 - hv_netvsc: avoid retry on send during shutdown
3880 - hv_netvsc: only wake transmit queue if link is up
3881 - hv_netvsc: fix error unwind handling if vmbus_open fails
3882 - hv_netvsc: cancel subchannel setup before halting device
3883 - hv_netvsc: fix race in napi poll when rescheduling
3884 - hv_netvsc: defer queue selection to VF
3885 - hv_netvsc: disable NAPI before channel close
3886 - hv_netvsc: use RCU to fix concurrent rx and queue changes
3887 - hv_netvsc: change GPAD teardown order on older versions
3888 - hv_netvsc: common detach logic
3889 - hv_netvsc: Use Windows version instead of NVSP version on GPAD teardown
3890 - hv_netvsc: Split netvsc_revoke_buf() and netvsc_teardown_gpadl()
3891 - hv_netvsc: Ensure correct teardown message sequence order
3892 - hv_netvsc: Fix a network regression after ifdown/ifup
3893 - sparc: vio: use put_device() instead of kfree()
3894 - ext2: fix a block leak
3895 - s390: add assembler macros for CPU alternatives
3896 - s390: move expoline assembler macros to a header
3897 - s390/crc32-vx: use expoline for indirect branches
3898 - s390/lib: use expoline for indirect branches
3899 - s390/ftrace: use expoline for indirect branches
3900 - s390/kernel: use expoline for indirect branches
3901 - s390: move spectre sysfs attribute code
3902 - s390: extend expoline to BC instructions
3903 - s390: use expoline thunks in the BPF JIT
3904 - scsi: sg: allocate with __GFP_ZERO in sg_build_indirect()
3905 - scsi: zfcp: fix infinite iteration on ERP ready list
3906 - loop: don't call into filesystem while holding lo_ctl_mutex
3907 - loop: fix LOOP_GET_STATUS lock imbalance
3908 - cfg80211: limit wiphy names to 128 bytes
3909 - hfsplus: stop workqueue when fill_super() failed
3910 - x86/kexec: Avoid double free_page() upon do_kexec_load() failure
3911 - usb: gadget: f_uac2: fix bFirstInterface in composite gadget
3912 - usb: dwc3: Undo PHY init if soft reset fails
3913 - usb: dwc3: omap: don't miss events during suspend/resume
3914 - usb: gadget: core: Fix use-after-free of usb_request
3915 - usb: gadget: fsl_udc_core: fix ep valid checks
3916 - usb: dwc2: Fix dwc2_hsotg_core_init_disconnected()
3917 - usb: cdc_acm: prevent race at write to acm while system resumes
3918 - net: usbnet: fix potential deadlock on 32bit hosts
3919 - ARM: dts: imx7d-sdb: Fix regulator-usb-otg2-vbus node name
3920 - usb: host: xhci-plat: revert "usb: host: xhci-plat: enable clk in resume
3921 timing"
3922 - USB: OHCI: Fix NULL dereference in HCDs using HCD_LOCAL_MEM
3923 - net/usb/qmi_wwan.c: Add USB id for lt4120 modem
3924 - net-usb: add qmi_wwan if on lte modem wistron neweb d18q1
3925 - Bluetooth: btusb: Add USB ID 7392:a611 for Edimax EW-7611ULB
3926 - ALSA: usb-audio: Add native DSD support for Luxman DA-06
3927 - usb: dwc3: Add SoftReset PHY synchonization delay
3928 - usb: dwc3: Update DWC_usb31 GTXFIFOSIZ reg fields
3929 - usb: dwc3: Makefile: fix link error on randconfig
3930 - xhci: zero usb device slot_id member when disabling and freeing a xhci slot
3931 - usb: dwc2: Fix interval type issue
3932 - usb: dwc2: hcd: Fix host channel halt flow
3933 - usb: dwc2: host: Fix transaction errors in host mode
3934 - usb: gadget: ffs: Let setup() return USB_GADGET_DELAYED_STATUS
3935 - usb: gadget: ffs: Execute copy_to_user() with USER_DS set
3936 - usbip: Correct maximum value of CONFIG_USBIP_VHCI_HC_PORTS
3937 - usb: gadget: udc: change comparison to bitshift when dealing with a mask
3938 - usb: gadget: composite: fix incorrect handling of OS desc requests
3939 - media: lgdt3306a: Fix module count mismatch on usb unplug
3940 - media: em28xx: USB bulk packet size fix
3941 - Bluetooth: btusb: Add device ID for RTL8822BE
3942 - xhci: Show what USB release number the xHC supports from protocol capablity
3943 - staging: bcm2835-audio: Release resources on module_exit()
3944 - staging: lustre: fix bug in osc_enter_cache_try
3945 - staging: fsl-dpaa2/eth: Fix incorrect casts
3946 - staging: rtl8192u: return -ENOMEM on failed allocation of priv->oldaddr
3947 - staging: ks7010: Use constants from ieee80211_eid instead of literal ints.
3948 - staging: lustre: lmv: correctly iput lmo_root
3949 - crypto: inside-secure - wait for the request to complete if in the backlog
3950 - crypto: atmel-aes - fix the keys zeroing on errors
3951 - crypto: ccp - don't disable interrupts while setting up debugfs
3952 - crypto: inside-secure - do not process request if no command was issued
3953 - crypto: inside-secure - fix the cache_len computation
3954 - crypto: inside-secure - fix the extra cache computation
3955 - crypto: sunxi-ss - Add MODULE_ALIAS to sun4i-ss
3956 - crypto: inside-secure - fix the invalidation step during cra_exit
3957 - scsi: mpt3sas: fix an out of bound write
3958 - scsi: ufs: Enable quirk to ignore sending WRITE_SAME command
3959 - scsi: bnx2fc: Fix check in SCSI completion handler for timed out request
3960 - scsi: sym53c8xx_2: iterator underflow in sym_getsync()
3961 - scsi: mptfusion: Add bounds check in mptctl_hp_targetinfo()
3962 - scsi: qla2xxx: Avoid triggering undefined behavior in
3963 qla2x00_mbx_completion()
3964 - scsi: storvsc: Increase cmd_per_lun for higher speed devices
3965 - scsi: qedi: Fix truncation of CHAP name and secret
3966 - scsi: aacraid: fix shutdown crash when init fails
3967 - scsi: qla4xxx: skip error recovery in case of register disconnect.
3968 - scsi: qedi: Fix kernel crash during port toggle
3969 - scsi: mpt3sas: Do not mark fw_event workqueue as WQ_MEM_RECLAIM
3970 - scsi: sd: Keep disk read-only when re-reading partition
3971 - scsi: iscsi_tcp: set BDI_CAP_STABLE_WRITES when data digest enabled
3972 - scsi: aacraid: Insure command thread is not recursively stopped
3973 - scsi: core: Make SCSI Status CONDITION MET equivalent to GOOD
3974 - scsi: mvsas: fix wrong endianness of sgpio api
3975 - ASoC: hdmi-codec: Fix module unloading caused kernel crash
3976 - ASoC: rockchip: rk3288-hdmi-analog: Select needed codecs
3977 - ASoC: samsung: odroid: Fix 32000 sample rate handling
3978 - ASoC: topology: create TLV data for dapm widgets
3979 - ASoC: samsung: i2s: Ensure the RCLK rate is properly determined
3980 - clk: rockchip: Fix wrong parent for SDMMC phase clock for rk3228
3981 - clk: Don't show the incorrect clock phase
3982 - clk: hisilicon: mark wdt_mux_p[] as const
3983 - clk: tegra: Fix pll_u rate configuration
3984 - clk: rockchip: Prevent calculating mmc phase if clock rate is zero
3985 - clk: samsung: s3c2410: Fix PLL rates
3986 - clk: samsung: exynos7: Fix PLL rates
3987 - clk: samsung: exynos5260: Fix PLL rates
3988 - clk: samsung: exynos5433: Fix PLL rates
3989 - clk: samsung: exynos5250: Fix PLL rates
3990 - clk: samsung: exynos3250: Fix PLL rates
3991 - media: dmxdev: fix error code for invalid ioctls
3992 - media: Don't let tvp5150_get_vbi() go out of vbi_ram_default array
3993 - media: ov5645: add missing of_node_put() in error path
3994 - media: cx23885: Override 888 ImpactVCBe crystal frequency
3995 - media: cx23885: Set subdev host data to clk_freq pointer
3996 - media: s3c-camif: fix out-of-bounds array access
3997 - media: lgdt3306a: Fix a double kfree on i2c device remove
3998 - media: em28xx: Add Hauppauge SoloHD/DualHD bulk models
3999 - media: v4l: vsp1: Fix display stalls when requesting too many inputs
4000 - media: i2c: adv748x: fix HDMI field heights
4001 - media: vb2: Fix videobuf2 to map correct area
4002 - media: vivid: fix incorrect capabilities for radio
4003 - media: cx25821: prevent out-of-bounds read on array card
4004 - serial: xuartps: Fix out-of-bounds access through DT alias
4005 - serial: sh-sci: Fix out-of-bounds access through DT alias
4006 - serial: samsung: Fix out-of-bounds access through serial port index
4007 - serial: mxs-auart: Fix out-of-bounds access through serial port index
4008 - serial: imx: Fix out-of-bounds access through serial port index
4009 - serial: fsl_lpuart: Fix out-of-bounds access through DT alias
4010 - serial: arc_uart: Fix out-of-bounds access through DT alias
4011 - serial: 8250: Don't service RX FIFO if interrupts are disabled
4012 - serial: altera: ensure port->regshift is honored consistently
4013 - rtc: snvs: Fix usage of snvs_rtc_enable
4014 - rtc: hctosys: Ensure system time doesn't overflow time_t
4015 - rtc: rk808: fix possible race condition
4016 - rtc: m41t80: fix race conditions
4017 - rtc: tx4939: avoid unintended sign extension on a 24 bit shift
4018 - rtc: rp5c01: fix possible race condition
4019 - rtc: goldfish: Add missing MODULE_LICENSE
4020 - cxgb4: Correct ntuple mask validation for hash filters
4021 - net: dsa: bcm_sf2: Fix RX_CLS_LOC_ANY overwrite for last rule
4022 - net: dsa: Do not register devlink for unused ports
4023 - net: dsa: bcm_sf2: Fix IPv6 rules and chain ID
4024 - net: dsa: bcm_sf2: Fix IPv6 rule half deletion
4025 - 3c59x: convert to generic DMA API
4026 - net: ip6_gre: Request headroom in __gre6_xmit()
4027 - net: ip6_gre: Split up ip6gre_tnl_link_config()
4028 - net: ip6_gre: Split up ip6gre_tnl_change()
4029 - net: ip6_gre: Split up ip6gre_newlink()
4030 - net: ip6_gre: Split up ip6gre_changelink()
4031 - qed: LL2 flush isles when connection is closed
4032 - qed: Fix possibility of list corruption during rmmod flows
4033 - qed: Fix LL2 race during connection terminate
4034 - powerpc: Move default security feature flags
4035 - Bluetooth: btusb: Add support for Intel Bluetooth device 22560 [8087:0026]
4036 - staging: fsl-dpaa2/eth: Fix incorrect kfree
4037 - crypto: inside-secure - move the digest to the request context
4038 - scsi: lpfc: Fix NVME Initiator FirstBurst
4039 - serial: mvebu-uart: fix tx lost characters
4040
4041 * Bionic update: upstream stable patchset 2018-07-20 (LP: #1782846)
4042 - usbip: usbip_host: refine probe and disconnect debug msgs to be useful
4043 - usbip: usbip_host: delete device from busid_table after rebind
4044 - usbip: usbip_host: run rebind from exit when module is removed
4045 - usbip: usbip_host: fix NULL-ptr deref and use-after-free errors
4046 - usbip: usbip_host: fix bad unlock balance during stub_probe()
4047 - ALSA: usb: mixer: volume quirk for CM102-A+/102S+
4048 - ALSA: hda: Add Lenovo C50 All in one to the power_save blacklist
4049 - ALSA: control: fix a redundant-copy issue
4050 - spi: pxa2xx: Allow 64-bit DMA
4051 - spi: bcm-qspi: Avoid setting MSPI_CDRAM_PCS for spi-nor master
4052 - spi: bcm-qspi: Always read and set BSPI_MAST_N_BOOT_CTRL
4053 - KVM: arm/arm64: VGIC/ITS save/restore: protect kvm_read_guest() calls
4054 - KVM: arm/arm64: VGIC/ITS: protect kvm_read_guest() calls with SRCU lock
4055 - vfio: ccw: fix cleanup if cp_prefetch fails
4056 - tracing/x86/xen: Remove zero data size trace events
4057 trace_xen_mmu_flush_tlb{_all}
4058 - tee: shm: fix use-after-free via temporarily dropped reference
4059 - netfilter: nf_tables: free set name in error path
4060 - netfilter: nf_tables: can't fail after linking rule into active rule list
4061 - netfilter: nf_socket: Fix out of bounds access in nf_sk_lookup_slow_v{4,6}
4062 - i2c: designware: fix poll-after-enable regression
4063 - powerpc/powernv: Fix NVRAM sleep in invalid context when crashing
4064 - drm: Match sysfs name in link removal to link creation
4065 - lib/test_bitmap.c: fix bitmap optimisation tests to report errors correctly
4066 - radix tree: fix multi-order iteration race
4067 - mm: don't allow deferred pages with NEED_PER_CPU_KM
4068 - drm/i915/gen9: Add WaClearHIZ_WM_CHICKEN3 for bxt and glk
4069 - s390/qdio: fix access to uninitialized qdio_q fields
4070 - s390/qdio: don't release memory in qdio_setup_irq()
4071 - s390: remove indirect branch from do_softirq_own_stack
4072 - x86/pkeys: Override pkey when moving away from PROT_EXEC
4073 - x86/pkeys: Do not special case protection key 0
4074 - efi: Avoid potential crashes, fix the 'struct efi_pci_io_protocol_32'
4075 definition for mixed mode
4076 - ARM: 8771/1: kprobes: Prohibit kprobes on do_undefinstr
4077 - x86/mm: Drop TS_COMPAT on 64-bit exec() syscall
4078 - tick/broadcast: Use for_each_cpu() specially on UP kernels
4079 - ARM: 8769/1: kprobes: Fix to use get_kprobe_ctlblk after irq-disabed
4080 - ARM: 8770/1: kprobes: Prohibit probing on optimized_callback
4081 - ARM: 8772/1: kprobes: Prohibit kprobes on get_user functions
4082 - Btrfs: fix xattr loss after power failure
4083 - Btrfs: send, fix invalid access to commit roots due to concurrent
4084 snapshotting
4085 - btrfs: property: Set incompat flag if lzo/zstd compression is set
4086 - btrfs: fix crash when trying to resume balance without the resume flag
4087 - btrfs: Split btrfs_del_delalloc_inode into 2 functions
4088 - btrfs: Fix delalloc inodes invalidation during transaction abort
4089 - btrfs: fix reading stale metadata blocks after degraded raid1 mounts
4090 - xhci: Fix USB3 NULL pointer dereference at logical disconnect.
4091 - KVM: arm/arm64: Properly protect VGIC locks from IRQs
4092 - KVM: arm/arm64: VGIC/ITS: Promote irq_lock() in update_affinity
4093 - hwmon: (k10temp) Fix reading critical temperature register
4094 - hwmon: (k10temp) Use API function to access System Management Network
4095 - vsprintf: Replace memory barrier with static_key for random_ptr_key update
4096 - x86/amd_nb: Add support for Raven Ridge CPUs
4097 - x86/apic/x2apic: Initialize cluster ID properly
4098
4099 * Bionic update: upstream stable patchset 2018-07-09 (LP: #1780858)
4100 - 8139too: Use disable_irq_nosync() in rtl8139_poll_controller()
4101 - bridge: check iface upper dev when setting master via ioctl
4102 - dccp: fix tasklet usage
4103 - ipv4: fix fnhe usage by non-cached routes
4104 - ipv4: fix memory leaks in udp_sendmsg, ping_v4_sendmsg
4105 - llc: better deal with too small mtu
4106 - net: ethernet: sun: niu set correct packet size in skb
4107 - net: ethernet: ti: cpsw: fix packet leaking in dual_mac mode
4108 - net/mlx4_en: Fix an error handling path in 'mlx4_en_init_netdev()'
4109 - net/mlx4_en: Verify coalescing parameters are in range
4110 - net/mlx5e: Err if asked to offload TC match on frag being first
4111 - net/mlx5: E-Switch, Include VF RDMA stats in vport statistics
4112 - net sched actions: fix refcnt leak in skbmod
4113 - net_sched: fq: take care of throttled flows before reuse
4114 - net: support compat 64-bit time in {s,g}etsockopt
4115 - net/tls: Don't recursively call push_record during tls_write_space callbacks
4116 - net/tls: Fix connection stall on partial tls record
4117 - openvswitch: Don't swap table in nlattr_set() after OVS_ATTR_NESTED is found
4118 - qmi_wwan: do not steal interfaces from class drivers
4119 - r8169: fix powering up RTL8168h
4120 - rds: do not leak kernel memory to user land
4121 - sctp: delay the authentication for the duplicated cookie-echo chunk
4122 - sctp: fix the issue that the cookie-ack with auth can't get processed
4123 - sctp: handle two v4 addrs comparison in sctp_inet6_cmp_addr
4124 - sctp: remove sctp_chunk_put from fail_mark err path in
4125 sctp_ulpevent_make_rcvmsg
4126 - sctp: use the old asoc when making the cookie-ack chunk in dupcook_d
4127 - tcp_bbr: fix to zero idle_restart only upon S/ACKed data
4128 - tcp: ignore Fast Open on repair mode
4129 - tg3: Fix vunmap() BUG_ON() triggered from tg3_free_consistent().
4130 - bonding: do not allow rlb updates to invalid mac
4131 - bonding: send learning packets for vlans on slave
4132 - net: sched: fix error path in tcf_proto_create() when modules are not
4133 configured
4134 - net/mlx5e: TX, Use correct counter in dma_map error flow
4135 - net/mlx5: Avoid cleaning flow steering table twice during error flow
4136 - hv_netvsc: set master device
4137 - ipv6: fix uninit-value in ip6_multipath_l3_keys()
4138 - net/mlx5e: Allow offloading ipv4 header re-write for icmp
4139 - nsh: fix infinite loop
4140 - udp: fix SO_BINDTODEVICE
4141 - l2tp: revert "l2tp: fix missing print session offset info"
4142 - proc: do not access cmdline nor environ from file-backed areas
4143 - net/smc: restrict non-blocking connect finish
4144 - mlxsw: spectrum_switchdev: Do not remove mrouter port from MDB's ports list
4145 - net/mlx5e: DCBNL fix min inline header size for dscp
4146 - net: systemport: Correclty disambiguate driver instances
4147 - sctp: clear the new asoc's stream outcnt in sctp_stream_update
4148 - tcp: restore autocorking
4149 - tipc: fix one byte leak in tipc_sk_set_orig_addr()
4150 - hv_netvsc: Fix net device attach on older Windows hosts
4151
4152 * Bionic update: upstream stable patchset 2018-07-06 (LP: #1780499)
4153 - ext4: prevent right-shifting extents beyond EXT_MAX_BLOCKS
4154 - ipvs: fix rtnl_lock lockups caused by start_sync_thread
4155 - netfilter: ebtables: don't attempt to allocate 0-sized compat array
4156 - kcm: Call strp_stop before strp_done in kcm_attach
4157 - crypto: af_alg - fix possible uninit-value in alg_bind()
4158 - netlink: fix uninit-value in netlink_sendmsg
4159 - net: fix rtnh_ok()
4160 - net: initialize skb->peeked when cloning
4161 - net: fix uninit-value in __hw_addr_add_ex()
4162 - dccp: initialize ireq->ir_mark
4163 - ipv4: fix uninit-value in ip_route_output_key_hash_rcu()
4164 - soreuseport: initialise timewait reuseport field
4165 - inetpeer: fix uninit-value in inet_getpeer
4166 - memcg: fix per_node_info cleanup
4167 - perf: Remove superfluous allocation error check
4168 - tcp: fix TCP_REPAIR_QUEUE bound checking
4169 - bdi: wake up concurrent wb_shutdown() callers.
4170 - bdi: Fix oops in wb_workfn()
4171 - gpioib: do not free unrequested descriptors
4172 - gpio: fix aspeed_gpio unmask irq
4173 - gpio: fix error path in lineevent_create
4174 - rfkill: gpio: fix memory leak in probe error path
4175 - libata: Apply NOLPM quirk for SanDisk SD7UB3Q*G1001 SSDs
4176 - dm integrity: use kvfree for kvmalloc'd memory
4177 - tracing: Fix regex_match_front() to not over compare the test string
4178 - z3fold: fix reclaim lock-ups
4179 - mm: sections are not offlined during memory hotremove
4180 - mm, oom: fix concurrent munlock and oom reaper unmap, v3
4181 - ceph: fix rsize/wsize capping in ceph_direct_read_write()
4182 - can: kvaser_usb: Increase correct stats counter in kvaser_usb_rx_can_msg()
4183 - can: hi311x: Acquire SPI lock on ->do_get_berr_counter
4184 - can: hi311x: Work around TX complete interrupt erratum
4185 - drm/vc4: Fix scaling of uni-planar formats
4186 - drm/i915: Fix drm:intel_enable_lvds ERROR message in kernel log
4187 - drm/atomic: Clean old_state/new_state in drm_atomic_state_default_clear()
4188 - drm/atomic: Clean private obj old_state/new_state in
4189 drm_atomic_state_default_clear()
4190 - net: atm: Fix potential Spectre v1
4191 - atm: zatm: Fix potential Spectre v1
4192 - cpufreq: schedutil: Avoid using invalid next_freq
4193 - Revert "Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174"
4194 - Bluetooth: btusb: Only check needs_reset_resume DMI table for QCA rome
4195 chipsets
4196 - thermal: exynos: Reading temperature makes sense only when TMU is turned on
4197 - thermal: exynos: Propagate error value from tmu_read()
4198 - nvme: add quirk to force medium priority for SQ creation
4199 - smb3: directory sync should not return an error
4200 - sched/autogroup: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
4201 - tracing/uprobe_event: Fix strncpy corner case
4202 - perf/x86: Fix possible Spectre-v1 indexing for hw_perf_event cache_*
4203 - perf/x86/cstate: Fix possible Spectre-v1 indexing for pkg_msr
4204 - perf/x86/msr: Fix possible Spectre-v1 indexing in the MSR driver
4205 - perf/core: Fix possible Spectre-v1 indexing for ->aux_pages[]
4206 - perf/x86: Fix possible Spectre-v1 indexing for x86_pmu::event_map()
4207 - i2c: dev: prevent ZERO_SIZE_PTR deref in i2cdev_ioctl_rdwr()
4208 - bdi: Fix use after free bug in debugfs_remove()
4209 - drm/ttm: Use GFP_TRANSHUGE_LIGHT for allocating huge pages
4210 - drm/i915: Adjust eDP's logical vco in a reliable place.
4211 - drm/nouveau/ttm: don't dereference nvbo::cli, it can outlive client
4212 - sched/core: Fix possible Spectre-v1 indexing for sched_prio_to_weight[]
4213
4214 * Bionic update: upstream stable patchset 2018-06-26 (LP: #1778759)
4215 - percpu: include linux/sched.h for cond_resched()
4216 - ACPI / button: make module loadable when booted in non-ACPI mode
4217 - USB: serial: option: Add support for Quectel EP06
4218 - ALSA: hda - Fix incorrect usage of IS_REACHABLE()
4219 - ALSA: pcm: Check PCM state at xfern compat ioctl
4220 - ALSA: seq: Fix races at MIDI encoding in snd_virmidi_output_trigger()
4221 - ALSA: dice: fix kernel NULL pointer dereference due to invalid calculation
4222 for array index
4223 - ALSA: aloop: Mark paused device as inactive
4224 - ALSA: aloop: Add missing cable lock to ctl API callbacks
4225 - tracepoint: Do not warn on ENOMEM
4226 - scsi: target: Fix fortify_panic kernel exception
4227 - Input: leds - fix out of bound access
4228 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
4229 - rtlwifi: btcoex: Add power_on_setting routine
4230 - rtlwifi: cleanup 8723be ant_sel definition
4231 - xfs: prevent creating negative-sized file via INSERT_RANGE
4232 - RDMA/cxgb4: release hw resources on device removal
4233 - RDMA/ucma: Allow resolving address w/o specifying source address
4234 - RDMA/mlx5: Fix multiple NULL-ptr deref errors in rereg_mr flow
4235 - RDMA/mlx5: Protect from shift operand overflow
4236 - NET: usb: qmi_wwan: add support for ublox R410M PID 0x90b2
4237 - IB/mlx5: Use unlimited rate when static rate is not supported
4238 - IB/hfi1: Fix handling of FECN marked multicast packet
4239 - IB/hfi1: Fix loss of BECN with AHG
4240 - IB/hfi1: Fix NULL pointer dereference when invalid num_vls is used
4241 - iw_cxgb4: Atomically flush per QP HW CQEs
4242 - drm/vmwgfx: Fix a buffer object leak
4243 - drm/bridge: vga-dac: Fix edid memory leak
4244 - test_firmware: fix setting old custom fw path back on exit, second try
4245 - errseq: Always report a writeback error once
4246 - USB: serial: visor: handle potential invalid device configuration
4247 - usb: dwc3: gadget: Fix list_del corruption in dwc3_ep_dequeue
4248 - USB: Accept bulk endpoints with 1024-byte maxpacket
4249 - USB: serial: option: reimplement interface masking
4250 - USB: serial: option: adding support for ublox R410M
4251 - usb: musb: host: fix potential NULL pointer dereference
4252 - usb: musb: trace: fix NULL pointer dereference in musb_g_tx()
4253 - platform/x86: asus-wireless: Fix NULL pointer dereference
4254 - irqchip/qcom: Fix check for spurious interrupts
4255 - tracing: Fix bad use of igrab in trace_uprobe.c
4256 - [Config] CONFIG_ARM64_ERRATUM_1024718=y
4257 - arm64: Add work around for Arm Cortex-A55 Erratum 1024718
4258 - Input: atmel_mxt_ts - add touchpad button mapping for Samsung Chromebook Pro
4259 - infiniband: mlx5: fix build errors when INFINIBAND_USER_ACCESS=m
4260 - btrfs: Take trans lock before access running trans in check_delayed_ref
4261 - drm/vc4: Make sure vc4_bo_{inc,dec}_usecnt() calls are balanced
4262 - xhci: Fix use-after-free in xhci_free_virt_device
4263 - platform/x86: Kconfig: Fix dell-laptop dependency chain.
4264 - KVM: x86: remove APIC Timer periodic/oneshot spikes
4265 - clocksource: Allow clocksource_mark_unstable() on unregistered clocksources
4266 - clocksource: Initialize cs->wd_list
4267 - clocksource: Consistent de-rate when marking unstable
4268
4269 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265)
4270 - ext4: set h_journal if there is a failure starting a reserved handle
4271 - ext4: add MODULE_SOFTDEP to ensure crc32c is included in the initramfs
4272 - ext4: add validity checks for bitmap block numbers
4273 - ext4: fix bitmap position validation
4274 - random: fix possible sleeping allocation from irq context
4275 - random: rate limit unseeded randomness warnings
4276 - usbip: usbip_event: fix to not print kernel pointer address
4277 - usbip: usbip_host: fix to hold parent lock for device_attach() calls
4278 - usbip: vhci_hcd: Fix usb device and sockfd leaks
4279 - usbip: vhci_hcd: check rhport before using in vhci_hub_control()
4280 - Revert "xhci: plat: Register shutdown for xhci_plat"
4281 - USB: serial: simple: add libtransistor console
4282 - USB: serial: ftdi_sio: use jtag quirk for Arrow USB Blaster
4283 - USB: serial: cp210x: add ID for NI USB serial console
4284 - usb: core: Add quirk for HP v222w 16GB Mini
4285 - USB: Increment wakeup count on remote wakeup.
4286 - ALSA: usb-audio: Skip broken EU on Dell dock USB-audio
4287 - virtio: add ability to iterate over vqs
4288 - virtio_console: don't tie bufs to a vq
4289 - virtio_console: free buffers after reset
4290 - virtio_console: drop custom control queue cleanup
4291 - virtio_console: move removal code
4292 - virtio_console: reset on out of memory
4293 - drm/virtio: fix vq wait_event condition
4294 - tty: Don't call panic() at tty_ldisc_init()
4295 - tty: n_gsm: Fix long delays with control frame timeouts in ADM mode
4296 - tty: n_gsm: Fix DLCI handling for ADM mode if debug & 2 is not set
4297 - tty: Avoid possible error pointer dereference at tty_ldisc_restore().
4298 - tty: Use __GFP_NOFAIL for tty_ldisc_get()
4299 - ALSA: dice: fix OUI for TC group
4300 - ALSA: dice: fix error path to destroy initialized stream data
4301 - ALSA: hda - Skip jack and others for non-existing PCM streams
4302 - ALSA: opl3: Hardening for potential Spectre v1
4303 - ALSA: asihpi: Hardening for potential Spectre v1
4304 - ALSA: hdspm: Hardening for potential Spectre v1
4305 - ALSA: rme9652: Hardening for potential Spectre v1
4306 - ALSA: control: Hardening for potential Spectre v1
4307 - ALSA: pcm: Return negative delays from SNDRV_PCM_IOCTL_DELAY.
4308 - ALSA: core: Report audio_tstamp in snd_pcm_sync_ptr
4309 - ALSA: seq: oss: Fix unbalanced use lock for synth MIDI device
4310 - ALSA: seq: oss: Hardening for potential Spectre v1
4311 - ALSA: hda: Hardening for potential Spectre v1
4312 - ALSA: hda/realtek - Add some fixes for ALC233
4313 - ALSA: hda/realtek - Update ALC255 depop optimize
4314 - ALSA: hda/realtek - change the location for one of two front mics
4315 - mtd: spi-nor: cadence-quadspi: Fix page fault kernel panic
4316 - mtd: cfi: cmdset_0001: Do not allow read/write to suspend erase block.
4317 - mtd: cfi: cmdset_0001: Workaround Micron Erase suspend bug.
4318 - mtd: cfi: cmdset_0002: Do not allow read/write to suspend erase block.
4319 - mtd: rawnand: tango: Fix struct clk memory leak
4320 - kobject: don't use WARN for registration failures
4321 - scsi: sd: Defer spinning up drive while SANITIZE is in progress
4322 - bfq-iosched: ensure to clear bic/bfqq pointers when preparing request
4323 - vfio: ccw: process ssch with interrupts disabled
4324 - ANDROID: binder: prevent transactions into own process.
4325 - PCI: aardvark: Fix logic in advk_pcie_{rd,wr}_conf()
4326 - PCI: aardvark: Set PIO_ADDR_LS correctly in advk_pcie_rd_conf()
4327 - PCI: aardvark: Use ISR1 instead of ISR0 interrupt in legacy irq mode
4328 - PCI: aardvark: Fix PCIe Max Read Request Size setting
4329 - ARM: amba: Make driver_override output consistent with other buses
4330 - ARM: amba: Fix race condition with driver_override
4331 - ARM: amba: Don't read past the end of sysfs "driver_override" buffer
4332 - ARM: socfpga_defconfig: Remove QSPI Sector 4K size force
4333 - KVM: arm/arm64: Close VMID generation race
4334 - crypto: drbg - set freed buffers to NULL
4335 - ASoC: fsl_esai: Fix divisor calculation failure at lower ratio
4336 - libceph: un-backoff on tick when we have a authenticated session
4337 - libceph: reschedule a tick in finish_hunting()
4338 - libceph: validate con->state at the top of try_write()
4339 - fpga-manager: altera-ps-spi: preserve nCONFIG state
4340 - earlycon: Use a pointer table to fix __earlycon_table stride
4341 - drm/amdgpu: set COMPUTE_PGM_RSRC1 for SGPR/VGPR clearing shaders
4342 - drm/i915: Enable display WA#1183 from its correct spot
4343 - objtool, perf: Fix GCC 8 -Wrestrict error
4344 - tools/lib/subcmd/pager.c: do not alias select() params
4345 - x86/ipc: Fix x32 version of shmid64_ds and msqid64_ds
4346 - x86/smpboot: Don't use mwait_play_dead() on AMD systems
4347 - x86/microcode/intel: Save microcode patch unconditionally
4348 - x86/microcode: Do not exit early from __reload_late()
4349 - tick/sched: Do not mess with an enqueued hrtimer
4350 - arm/arm64: KVM: Add PSCI version selection API
4351 - powerpc/eeh: Fix race with driver un/bind
4352 - serial: mvebu-uart: Fix local flags handling on termios update
4353 - block: do not use interruptible wait anywhere
4354 - ASoC: dmic: Fix clock parenting
4355 - PCI / PM: Do not clear state_saved in pci_pm_freeze() when smart suspend is
4356 set
4357 - module: Fix display of wrong module .text address
4358 - drm/edid: Reset more of the display info
4359 - drm/i915/fbdev: Enable late fbdev initial configuration
4360 - drm/i915/audio: set minimum CD clock to twice the BCLK
4361 - drm/amd/display: Fix deadlock when flushing irq
4362 - drm/amd/display: Disallow enabling CRTC without primary plane with FB
4363
4364 * Bionic update: upstream stable patchset 2018-06-22 (LP: #1778265) //
4365 CVE-2018-1108.
4366 - random: set up the NUMA crng instances after the CRNG is fully initialized
4367
4368 * Ryzen/Raven Ridge USB ports do not work (LP: #1756700)
4369 - xhci: Fix USB ports for Dell Inspiron 5775
4370
4371 * [Ubuntu 1804][boston][ixgbe] EEH causes kernel BUG at /build/linux-
4372 jWa1Fv/linux-4.15.0/drivers/pci/msi.c:352 (i2S) (LP: #1776389)
4373 - ixgbe/ixgbevf: Free IRQ when PCI error recovery removes the device
4374
4375 * Need fix to aacraid driver to prevent panic (LP: #1770095)
4376 - scsi: aacraid: Correct hba_send to include iu_type
4377
4378 * kernel: Fix arch random implementation (LP: #1775391)
4379 - s390/archrandom: Rework arch random implementation.
4380
4381 * kernel: Fix memory leak on CCA and EP11 CPRB processing. (LP: #1775390)
4382 - s390/zcrypt: Fix CCA and EP11 CPRB processing failure memory leak.
4383
4384 * Various fixes for CXL kernel module (LP: #1774471)
4385 - cxl: Remove function write_timebase_ctrl_psl9() for PSL9
4386 - cxl: Set the PBCQ Tunnel BAR register when enabling capi mode
4387 - cxl: Report the tunneled operations status
4388 - cxl: Configure PSL to not use APC virtual machines
4389 - cxl: Disable prefault_mode in Radix mode
4390
4391 * Bluetooth not working (LP: #1764645)
4392 - Bluetooth: btusb: Apply QCA Rome patches for some ATH3012 models
4393
4394 * linux-snapdragon: wcn36xx: mac address generation on boot (LP: #1776491)
4395 - [Config] arm64: snapdragon: WCN36XX_SNAPDRAGON_HACKS=y
4396 - SAUCE: wcn36xx: read MAC from file or randomly generate one
4397
4398 * fscache: Fix hanging wait on page discarded by writeback (LP: #1777029)
4399 - fscache: Fix hanging wait on page discarded by writeback
4400
4401 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Wed, 15 Aug 2018 14:50:38 +0200
3f81eee2 4402
4fb41d2b 4403linux (4.15.0-32.35) bionic; urgency=medium
587a1385 4404
4fb41d2b
SB
4405 [ Stefan Bader ]
4406 * CVE-2018-3620 // CVE-2018-3646
4407 - x86/Centaur: Initialize supported CPU features properly
4408 - x86/Centaur: Report correct CPU/cache topology
4409 - x86/CPU/AMD: Have smp_num_siblings and cpu_llc_id always be present
4410 - perf/events/amd/uncore: Fix amd_uncore_llc ID to use pre-defined cpu_llc_id
4411 - x86/CPU: Rename intel_cacheinfo.c to cacheinfo.c
4412 - x86/CPU/AMD: Calculate last level cache ID from number of sharing threads
4413 - x86/CPU: Modify detect_extended_topology() to return result
4414 - x86/CPU/AMD: Derive CPU topology from CPUID function 0xB when available
4415 - x86/CPU: Move cpu local function declarations to local header
4416 - x86/CPU: Make intel_num_cpu_cores() generic
4417 - x86/CPU: Move cpu_detect_cache_sizes() into init_intel_cacheinfo()
4418 - x86/CPU: Move x86_cpuinfo::x86_max_cores assignment to
4419 detect_num_cpu_cores()
4420 - x86/CPU/AMD: Fix LLC ID bit-shift calculation
4421 - x86/mm: Factor out pageattr _PAGE_GLOBAL setting
4422 - x86/mm: Undo double _PAGE_PSE clearing
4423 - x86/mm: Introduce "default" kernel PTE mask
4424 - x86/espfix: Document use of _PAGE_GLOBAL
4425 - x86/mm: Do not auto-massage page protections
4426 - x86/mm: Remove extra filtering in pageattr code
4427 - x86/mm: Comment _PAGE_GLOBAL mystery
4428 - x86/mm: Do not forbid _PAGE_RW before init for __ro_after_init
4429 - x86/ldt: Fix support_pte_mask filtering in map_ldt_struct()
4430 - x86/power/64: Fix page-table setup for temporary text mapping
4431 - x86/pti: Filter at vma->vm_page_prot population
4432 - x86/boot/64/clang: Use fixup_pointer() to access '__supported_pte_mask'
4433 - x86/speculation/l1tf: Increase 32bit PAE __PHYSICAL_PAGE_SHIFT
4434 - x86/speculation/l1tf: Change order of offset/type in swap entry
4435 - x86/speculation/l1tf: Protect swap entries against L1TF
4436 - x86/speculation/l1tf: Protect PROT_NONE PTEs against speculation
4437 - x86/speculation/l1tf: Make sure the first page is always reserved
4438 - x86/speculation/l1tf: Add sysfs reporting for l1tf
4439 - x86/speculation/l1tf: Disallow non privileged high MMIO PROT_NONE mappings
4440 - x86/speculation/l1tf: Limit swap file size to MAX_PA/2
4441 - x86/bugs: Move the l1tf function and define pr_fmt properly
4442 - sched/smt: Update sched_smt_present at runtime
4443 - x86/smp: Provide topology_is_primary_thread()
4444 - x86/topology: Provide topology_smt_supported()
4445 - cpu/hotplug: Make bringup/teardown of smp threads symmetric
4446 - cpu/hotplug: Split do_cpu_down()
4447 - cpu/hotplug: Provide knobs to control SMT
4448 - x86/cpu: Remove the pointless CPU printout
4449 - x86/cpu/AMD: Remove the pointless detect_ht() call
4450 - x86/cpu/common: Provide detect_ht_early()
4451 - x86/cpu/topology: Provide detect_extended_topology_early()
4452 - x86/cpu/intel: Evaluate smp_num_siblings early
4453 - x86/CPU/AMD: Do not check CPUID max ext level before parsing SMP info
4454 - x86/cpu/AMD: Evaluate smp_num_siblings early
4455 - x86/apic: Ignore secondary threads if nosmt=force
4456 - x86/speculation/l1tf: Extend 64bit swap file size limit
4457 - x86/cpufeatures: Add detection of L1D cache flush support.
4458 - x86/CPU/AMD: Move TOPOEXT reenablement before reading smp_num_siblings
4459 - x86/speculation/l1tf: Protect PAE swap entries against L1TF
4460 - x86/speculation/l1tf: Fix up pte->pfn conversion for PAE
4461 - Revert "x86/apic: Ignore secondary threads if nosmt=force"
4462 - cpu/hotplug: Boot HT siblings at least once
4463 - x86/KVM: Warn user if KVM is loaded SMT and L1TF CPU bug being present
4464 - x86/KVM/VMX: Add module argument for L1TF mitigation
4465 - x86/KVM/VMX: Add L1D flush algorithm
4466 - x86/KVM/VMX: Add L1D MSR based flush
4467 - x86/KVM/VMX: Add L1D flush logic
4468 - x86/KVM/VMX: Split the VMX MSR LOAD structures to have an host/guest numbers
4469 - x86/KVM/VMX: Add find_msr() helper function
4470 - x86/KVM/VMX: Separate the VMX AUTOLOAD guest/host number accounting
4471 - x86/KVM/VMX: Extend add_atomic_switch_msr() to allow VMENTER only MSRs
4472 - x86/KVM/VMX: Use MSR save list for IA32_FLUSH_CMD if required
4473 - cpu/hotplug: Online siblings when SMT control is turned on
4474 - x86/litf: Introduce vmx status variable
4475 - x86/kvm: Drop L1TF MSR list approach
4476 - x86/l1tf: Handle EPT disabled state proper
4477 - x86/kvm: Move l1tf setup function
4478 - x86/kvm: Add static key for flush always
4479 - x86/kvm: Serialize L1D flush parameter setter
4480 - x86/kvm: Allow runtime control of L1D flush
4481 - cpu/hotplug: Expose SMT control init function
4482 - cpu/hotplug: Set CPU_SMT_NOT_SUPPORTED early
4483 - x86/bugs, kvm: Introduce boot-time control of L1TF mitigations
4484 - Documentation: Add section about CPU vulnerabilities
4485 - x86/speculation/l1tf: Unbreak !__HAVE_ARCH_PFN_MODIFY_ALLOWED architectures
4486 - x86/KVM/VMX: Initialize the vmx_l1d_flush_pages' content
4487 - Documentation/l1tf: Fix typos
4488 - cpu/hotplug: detect SMT disabled by BIOS
4489 - x86/KVM/VMX: Don't set l1tf_flush_l1d to true from vmx_l1d_flush()
4490 - x86/KVM/VMX: Replace 'vmx_l1d_flush_always' with 'vmx_l1d_flush_cond'
4491 - x86/KVM/VMX: Move the l1tf_flush_l1d test to vmx_l1d_flush()
4492 - x86/irq: Demote irq_cpustat_t::__softirq_pending to u16
4493 - x86/KVM/VMX: Introduce per-host-cpu analogue of l1tf_flush_l1d
4494 - x86: Don't include linux/irq.h from asm/hardirq.h
4495 - x86/irq: Let interrupt handlers set kvm_cpu_l1tf_flush_l1d
4496 - x86/KVM/VMX: Don't set l1tf_flush_l1d from vmx_handle_external_intr()
4497 - Documentation/l1tf: Remove Yonah processors from not vulnerable list
4498 - x86/speculation: Simplify sysfs report of VMX L1TF vulnerability
4499 - x86/speculation: Use ARCH_CAPABILITIES to skip L1D flush on vmentry
4500 - KVM: x86: Add a framework for supporting MSR-based features
4501 - KVM: X86: Introduce kvm_get_msr_feature()
4502 - KVM: VMX: support MSR_IA32_ARCH_CAPABILITIES as a feature MSR
4503 - KVM: VMX: Tell the nested hypervisor to skip L1D flush on vmentry
4504 - cpu/hotplug: Fix SMT supported evaluation
4505 - x86/speculation/l1tf: Invert all not present mappings
4506 - x86/speculation/l1tf: Make pmd/pud_mknotpresent() invert
4507 - x86/mm/pat: Make set_memory_np() L1TF safe
4508 - cpu: Fix per-cpu regression on ARM64
587a1385 4509
4fb41d2b
SB
4510 * CVE-2018-5391
4511 - Revert "net: increase fragment memory usage limits"
4512
4513 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 10 Aug 2018 14:22:53 -0300
587a1385 4514
8eab2f52 4515linux (4.15.0-30.32) bionic; urgency=medium
8a467970 4516
8eab2f52
SB
4517 * CVE-2018-5390
4518 - tcp: free batches of packets in tcp_prune_ofo_queue()
4519 - tcp: avoid collapses in tcp_prune_queue() if possible
4520 - tcp: detect malicious patterns in tcp_collapse_ofo_queue()
4521 - tcp: call tcp_drop() from tcp_data_queue_ofo()
4522 - tcp: add tcp_ooo_try_coalesce() helper
8a467970
SB
4523
4524 -- Stefan Bader <stefan.bader@canonical.com> Thu, 26 Jul 2018 17:20:29 +0200
4525
2fb72160
SB
4526linux (4.15.0-29.31) bionic; urgency=medium
4527
4528 * linux: 4.15.0-29.31 -proposed tracker (LP: #1782173)
4529
4530 * [SRU Bionic][Cosmic] kernel panic in ipmi_ssif at msg_done_handler
4531 (LP: #1777716)
4532 - ipmi_ssif: Fix kernel panic at msg_done_handler
4533
4534 * Update to ocxl driver for 18.04.1 (LP: #1775786)
4535 - misc: ocxl: use put_device() instead of device_unregister()
4536 - powerpc: Add TIDR CPU feature for POWER9
4537 - powerpc: Use TIDR CPU feature to control TIDR allocation
4538 - powerpc: use task_pid_nr() for TID allocation
4539 - ocxl: Rename pnv_ocxl_spa_remove_pe to clarify it's action
4540 - ocxl: Expose the thread_id needed for wait on POWER9
4541 - ocxl: Add an IOCTL so userspace knows what OCXL features are available
4542 - ocxl: Document new OCXL IOCTLs
4543 - ocxl: Fix missing unlock on error in afu_ioctl_enable_p9_wait()
4544
4545 * Critical upstream bugfix missing in Ubuntu 18.04 - frequent Xorg crash after
4546 suspend (LP: #1776887)
4547 - ocxl: Document the OCXL_IOCTL_GET_METADATA IOCTL
4548
4549 * Hard LOCKUP observed on stressing Ubuntu 18 04 (LP: #1777194)
4550 - powerpc: use NMI IPI for smp_send_stop
4551 - powerpc: Fix smp_send_stop NMI IPI handling
4552
4553 * IPL: ppc64_cpu --frequency hang with INFO: rcu_sched detected stalls on
4554 CPUs/tasks on w34 and wsbmc016 with 920.1714.20170330n (LP: #1773964)
4555 - rtc: opal: Fix OPAL RTC driver OPAL_BUSY loops
4556
4557 * [Regression] EXT4-fs error (device sda2): ext4_validate_block_bitmap:383:
4558 comm stress-ng: bg 4705: bad block bitmap checksum (LP: #1781709)
4559 - SAUCE: Revert "UBUNTU: SAUCE: ext4: fix ext4_validate_inode_bitmap: comm
4560 stress-ng: Corrupt inode bitmap"
4561 - SAUCE: ext4: check for allocation block validity with block group locked
e2093b79
SB
4562
4563 -- Stefan Bader <stefan.bader@canonical.com> Tue, 17 Jul 2018 10:57:50 +0200
4564
a56b5ffc 4565linux (4.15.0-28.30) bionic; urgency=medium
fbe599c1 4566
a56b5ffc 4567 * linux: 4.15.0-28.30 -proposed tracker (LP: #1781433)
fbe599c1 4568
a56b5ffc
KM
4569 * Cannot set MTU higher than 1500 in Xen instance (LP: #1781413)
4570 - xen-netfront: Fix mismatched rtnl_unlock
4571 - xen-netfront: Update features after registering netdev
4572
4573 -- Kamal Mostafa <kamal@canonical.com> Thu, 12 Jul 2018 09:47:07 -0700
fbe599c1 4574
4ba82c2d 4575linux (4.15.0-27.29) bionic; urgency=medium
995d9218 4576
4ba82c2d 4577 * linux: 4.15.0-27.29 -proposed tracker (LP: #1781062)
995d9218 4578
4ba82c2d
KE
4579 * [Regression] EXT4-fs error (device sda1): ext4_validate_inode_bitmap:99:
4580 comm stress-ng: Corrupt inode bitmap (LP: #1780137)
4581 - SAUCE: ext4: fix ext4_validate_inode_bitmap: comm stress-ng: Corrupt inode
4582 bitmap
4583
4584 -- Khalid Elmously <khalid.elmously@canonical.com> Tue, 10 Jul 2018 19:05:00 -0400
995d9218 4585
0f736e86 4586linux (4.15.0-26.28) bionic; urgency=medium
9ea2db71 4587
0f736e86
SB
4588 * linux: 4.15.0-26.28 -proposed tracker (LP: #1780112)
4589
4590 * failure to boot with linux-image-4.15.0-24-generic (LP: #1779827) // Cloud-
4591 init causes potentially huge boot delays with 4.15 kernels (LP: #1780062)
4592 - random: Make getrandom() ready earlier
9ea2db71
SB
4593
4594 -- Stefan Bader <stefan.bader@canonical.com> Wed, 04 Jul 2018 17:52:52 +0200
4595
1de0dc5c 4596linux (4.15.0-25.27) bionic; urgency=medium
345de74b 4597
1de0dc5c 4598 * linux: 4.15.0-25.27 -proposed tracker (LP: #1779354)
345de74b 4599
1de0dc5c
KE
4600 * hisi_sas_v3_hw: internal task abort: timeout and not done. (LP: #1777736)
4601 - scsi: hisi_sas: Update a couple of register settings for v3 hw
4602
4603 * hisi_sas: Add missing PHY spinlock init (LP: #1777734)
4604 - scsi: hisi_sas: Add missing PHY spinlock init
4605
4606 * hisi_sas: improve read performance by pre-allocating slot DMA buffers
4607 (LP: #1777727)
4608 - scsi: hisi_sas: use dma_zalloc_coherent()
4609 - scsi: hisi_sas: Use dmam_alloc_coherent()
4610 - scsi: hisi_sas: Pre-allocate slot DMA buffers
4611
4612 * hisi_sas: Failures during host reset (LP: #1777696)
4613 - scsi: hisi_sas: Only process broadcast change in phy_bcast_v3_hw()
4614 - scsi: hisi_sas: Fix the conflict between dev gone and host reset
4615 - scsi: hisi_sas: Adjust task reject period during host reset
4616 - scsi: hisi_sas: Add a flag to filter PHY events during reset
4617 - scsi: hisi_sas: Release all remaining resources in clear nexus ha
4618
4619 * Fake SAS addresses for SATA disks on HiSilicon D05 are non-unique
4620 (LP: #1776750)
4621 - scsi: hisi_sas: make SAS address of SATA disks unique
4622
4623 * Vcs-Git header on bionic linux source package points to zesty git tree
4624 (LP: #1766055)
4625 - [Packaging]: Update Vcs-Git
4626
4627 * large KVM instances run out of IRQ routes (LP: #1778261)
4628 - SAUCE: kvm -- increase KVM_MAX_IRQ_ROUTES to 2048 on x86
4629
4630 -- Khalid Elmously <khalid.elmously@canonical.com> Sun, 01 Jul 2018 23:10:18 +0000
345de74b 4631
084f3ff4 4632linux (4.15.0-24.26) bionic; urgency=medium
ba9944e9 4633
084f3ff4 4634 * linux: 4.15.0-24.26 -proposed tracker (LP: #1776338)
ba9944e9 4635
084f3ff4
KSS
4636 * Bionic update: upstream stable patchset 2018-06-06 (LP: #1775483)
4637 - drm: bridge: dw-hdmi: Fix overflow workaround for Amlogic Meson GX SoCs
4638 - i40e: Fix attach VF to VM issue
4639 - tpm: cmd_ready command can be issued only after granting locality
4640 - tpm: tpm-interface: fix tpm_transmit/_cmd kdoc
4641 - tpm: add retry logic
4642 - Revert "ath10k: send (re)assoc peer command when NSS changed"
4643 - bonding: do not set slave_dev npinfo before slave_enable_netpoll in
4644 bond_enslave
4645 - ipv6: add RTA_TABLE and RTA_PREFSRC to rtm_ipv6_policy
4646 - ipv6: sr: fix NULL pointer dereference in seg6_do_srh_encap()- v4 pkts
4647 - KEYS: DNS: limit the length of option strings
4648 - l2tp: check sockaddr length in pppol2tp_connect()
4649 - net: validate attribute sizes in neigh_dump_table()
4650 - llc: delete timers synchronously in llc_sk_free()
4651 - tcp: don't read out-of-bounds opsize
4652 - net: af_packet: fix race in PACKET_{R|T}X_RING
4653 - tcp: md5: reject TCP_MD5SIG or TCP_MD5SIG_EXT on established sockets
4654 - net: fix deadlock while clearing neighbor proxy table
4655 - team: avoid adding twice the same option to the event list
4656 - net/smc: fix shutdown in state SMC_LISTEN
4657 - team: fix netconsole setup over team
4658 - packet: fix bitfield update race
4659 - tipc: add policy for TIPC_NLA_NET_ADDR
4660 - pppoe: check sockaddr length in pppoe_connect()
4661 - vlan: Fix reading memory beyond skb->tail in skb_vlan_tagged_multi
4662 - amd-xgbe: Add pre/post auto-negotiation phy hooks
4663 - sctp: do not check port in sctp_inet6_cmp_addr
4664 - amd-xgbe: Improve KR auto-negotiation and training
4665 - strparser: Do not call mod_delayed_work with a timeout of LONG_MAX
4666 - amd-xgbe: Only use the SFP supported transceiver signals
4667 - strparser: Fix incorrect strp->need_bytes value.
4668 - net: sched: ife: signal not finding metaid
4669 - tcp: clear tp->packets_out when purging write queue
4670 - net: sched: ife: handle malformed tlv length
4671 - net: sched: ife: check on metadata length
4672 - llc: hold llc_sap before release_sock()
4673 - llc: fix NULL pointer deref for SOCK_ZAPPED
4674 - net: ethernet: ti: cpsw: fix tx vlan priority mapping
4675 - virtio_net: split out ctrl buffer
4676 - virtio_net: fix adding vids on big-endian
4677 - KVM: s390: force bp isolation for VSIE
4678 - s390: correct module section names for expoline code revert
4679 - microblaze: Setup dependencies for ASM optimized lib functions
4680 - commoncap: Handle memory allocation failure.
4681 - scsi: mptsas: Disable WRITE SAME
4682 - cdrom: information leak in cdrom_ioctl_media_changed()
4683 - m68k/mac: Don't remap SWIM MMIO region
4684 - block/swim: Check drive type
4685 - block/swim: Don't log an error message for an invalid ioctl
4686 - block/swim: Remove extra put_disk() call from error path
4687 - block/swim: Rename macros to avoid inconsistent inverted logic
4688 - block/swim: Select appropriate drive on device open
4689 - block/swim: Fix array bounds check
4690 - block/swim: Fix IO error at end of medium
4691 - tracing: Fix missing tab for hwlat_detector print format
4692 - s390/cio: update chpid descriptor after resource accessibility event
4693 - s390/dasd: fix IO error for newly defined devices
4694 - s390/uprobes: implement arch_uretprobe_is_alive()
4695 - ACPI / video: Only default only_lcd to true on Win8-ready _desktops_
4696 - docs: ip-sysctl.txt: fix name of some ipv6 variables
4697 - net: mvpp2: Fix DMA address mask size
4698 - net: stmmac: Disable ACS Feature for GMAC >= 4
4699 - l2tp: hold reference on tunnels in netlink dumps
4700 - l2tp: hold reference on tunnels printed in pppol2tp proc file
4701 - l2tp: hold reference on tunnels printed in l2tp/tunnels debugfs file
4702 - l2tp: fix {pppol2tp, l2tp_dfs}_seq_stop() in case of seq_file overflow
4703 - s390/qeth: fix error handling in adapter command callbacks
4704 - s390/qeth: avoid control IO completion stalls
4705 - s390/qeth: handle failure on workqueue creation
4706 - bnxt_en: Fix memory fault in bnxt_ethtool_init()
4707 - virtio-net: add missing virtqueue kick when flushing packets
4708 - VSOCK: make af_vsock.ko removable again
4709 - hwmon: (k10temp) Add temperature offset for Ryzen 2700X
4710 - hwmon: (k10temp) Add support for AMD Ryzen w/ Vega graphics
4711 - s390/cpum_cf: rename IBM z13/z14 counter names
4712 - kprobes: Fix random address output of blacklist file
4713 - Revert "pinctrl: intel: Initialize GPIO properly when used through irqchip"
4714
4715 * Lenovo V330 needs patch in ideapad_laptop module for rfkill (LP: #1774636)
4716 - SAUCE: Add Lenovo V330 to the ideapad_laptop rfkill blacklist
4717
4718 * bluetooth controller fail after suspend with USB autosuspend on XPS 13 9360
4719 (LP: #1775217)
4720 - Bluetooth: btusb: Add Dell XPS 13 9360 to btusb_needs_reset_resume_table
4721
4722 * [Hyper-V] PCI: hv: Fix 2 hang issues in hv_compose_msi_msg (LP: #1758378)
4723 - PCI: hv: Only queue new work items in hv_pci_devices_present() if necessary
4724 - PCI: hv: Remove the bogus test in hv_eject_device_work()
4725 - PCI: hv: Fix a comment typo in _hv_pcifront_read_config()
4726
4727 * register on binfmt_misc may overflow and crash the system (LP: #1775856)
4728 - fs/binfmt_misc.c: do not allow offset overflow
4729
4730 * CVE-2018-11508
4731 - compat: fix 4-byte infoleak via uninitialized struct field
4732
4733 * Network installs fail on SocioNext board (LP: #1775884)
4734 - net: netsec: reduce DMA mask to 40 bits
4735 - net: socionext: reset hardware in ndo_stop
4736 - net: netsec: enable tx-irq during open callback
4737
4738 * r8169 ethernet card don't work after returning from suspension
4739 (LP: #1752772)
4740 - PCI: Add pcim_set_mwi(), a device-managed pci_set_mwi()
4741 - r8169: switch to device-managed functions in probe
4742 - r8169: remove netif_napi_del in probe error path
4743 - r8169: remove some WOL-related dead code
4744 - r8169: disable WOL per default
4745 - r8169: improve interrupt handling
4746 - r8169: fix interrupt number after adding support for MSI-X interrupts
4747
4748 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
4749 after hotplug CPU add operation. (LP: #1759723)
4750 - genirq/affinity: assign vectors to all possible CPUs
4751 - genirq/affinity: Don't return with empty affinity masks on error
4752 - genirq/affinity: Rename *node_to_possible_cpumask as *node_to_cpumask
4753 - genirq/affinity: Move actual irq vector spreading into a helper function
4754 - genirq/affinity: Allow irq spreading from a given starting point
4755 - genirq/affinity: Spread irq vectors among present CPUs as far as possible
4756 - blk-mq: simplify queue mapping & schedule with each possisble CPU
4757 - blk-mq: make sure hctx->next_cpu is set correctly
4758 - blk-mq: Avoid that blk_mq_delay_run_hw_queue() introduces unintended delays
4759 - blk-mq: make sure that correct hctx->next_cpu is set
4760 - blk-mq: avoid to write intermediate result to hctx->next_cpu
4761 - blk-mq: introduce blk_mq_hw_queue_first_cpu() to figure out first cpu
4762 - blk-mq: don't check queue mapped in __blk_mq_delay_run_hw_queue()
4763 - nvme: pci: pass max vectors as num_possible_cpus() to pci_alloc_irq_vectors
4764 - scsi: hpsa: fix selection of reply queue
4765 - scsi: megaraid_sas: fix selection of reply queue
4766 - scsi: core: introduce force_blk_mq
4767 - scsi: virtio_scsi: fix IO hang caused by automatic irq vector affinity
4768 - scsi: virtio_scsi: unify scsi_host_template
4769
4770 * Fix several bugs in RDMA/hns driver (LP: #1770974)
4771 - RDMA/hns: Use structs to describe the uABI instead of opencoding
4772 - RDMA/hns: Remove unnecessary platform_get_resource() error check
4773 - RDMA/hns: Remove unnecessary operator
4774 - RDMA/hns: Add names to function arguments in function pointers
4775 - RDMA/hns: Fix misplaced call to hns_roce_cleanup_hem_table
4776 - RDMA/hns: Fix a bug with modifying mac address
4777 - RDMA/hns: Use free_pages function instead of free_page
4778 - RDMA/hns: Replace __raw_write*(cpu_to_le*()) with LE write*()
4779 - RDMA/hns: Bugfix for init hem table
4780 - RDMA/hns: Intercept illegal RDMA operation when use inline data
4781 - RDMA/hns: Fix the qp context state diagram
4782 - RDMA/hns: Only assign mtu if IB_QP_PATH_MTU bit is set
4783 - RDMA/hns: Remove some unnecessary attr_mask judgement
4784 - RDMA/hns: Only assign dqpn if IB_QP_PATH_DEST_QPN bit is set
4785 - RDMA/hns: Adjust the order of cleanup hem table
4786 - RDMA/hns: Update assignment method for owner field of send wqe
4787 - RDMA/hns: Submit bad wr
4788 - RDMA/hns: Fix a couple misspellings
4789 - RDMA/hns: Add rq inline flags judgement
4790 - RDMA/hns: Bugfix for rq record db for kernel
4791 - RDMA/hns: Load the RoCE dirver automatically
4792 - RDMA/hns: Update convert function of endian format
4793 - RDMA/hns: Add return operation when configured global param fail
4794 - RDMA/hns: Not support qp transition from reset to reset for hip06
4795 - RDMA/hns: Fix the bug with rq sge
4796 - RDMA/hns: Set desc_dma_addr for zero when free cmq desc
4797 - RDMA/hns: Enable inner_pa_vld filed of mpt
4798 - RDMA/hns: Set NULL for __internal_mr
4799 - RDMA/hns: Fix the bug with NULL pointer
4800 - RDMA/hns: Bugfix for cq record db for kernel
4801 - RDMA/hns: Move the location for initializing tmp_len
4802 - RDMA/hns: Drop local zgid in favor of core defined variable
4803 - RDMA/hns: Add 64KB page size support for hip08
4804 - RDMA/hns: Rename the idx field of db
4805 - RDMA/hns: Modify uar allocation algorithm to avoid bitmap exhaust
4806 - RDMA/hns: Increase checking CMQ status timeout value
4807 - RDMA/hns: Add reset process for RoCE in hip08
4808 - RDMA/hns: Fix the illegal memory operation when cross page
4809 - RDMA/hns: Implement the disassociate_ucontext API
4810
4811 * powerpc/livepatch: Implement reliable stack tracing for the consistency
4812 model (LP: #1771844)
4813 - powerpc/livepatch: Implement reliable stack tracing for the consistency
4814 model
4815
4816 * vmxnet3: update to latest ToT (LP: #1768143)
4817 - vmxnet3: avoid xmit reset due to a race in vmxnet3
4818 - vmxnet3: use correct flag to indicate LRO feature
4819 - vmxnet3: fix incorrect dereference when rxvlan is disabled
4820
4821 * 4.15.0-22-generic fails to boot on IBM S822LC (POWER8 (raw), altivec
4822 supported) (LP: #1773162)
4823 - Revert "powerpc/64s: Add support for a store forwarding barrier at kernel
4824 entry/exit"
4825 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
4826
4827 * Decode ARM CPER records in kernel (LP: #1770244)
4828 - [Config] CONFIG_UEFI_CPER_ARM=y
4829 - efi: Move ARM CPER code to new file
4830 - efi: Parse ARM error information value
4831
4832 * Adding back alx WoL feature (LP: #1772610)
4833 - SAUCE: Revert "alx: remove WoL support"
4834 - SAUCE: alx: add enable_wol paramenter
4835
4836 * Lancer A0 Asic HBA's won't boot with 18.04 (LP: #1768103)
4837 - scsi: lpfc: Fix WQ/CQ creation for older asic's.
4838 - scsi: lpfc: Fix 16gb hbas failing cq create.
4839
4840 * [LTCTest][OPAL][OP920] cpupower idle-info is not listing stop4 and stop5
4841 idle states when all CORES are guarded (LP: #1771780)
4842 - SAUCE: cpuidle/powernv : init all present cpus for deep states
4843
4844 * Huawei 25G/100G Network Adapters Unsupported (LP: #1770970)
4845 - net-next/hinic: add pci device ids for 25ge and 100ge card
4846
4847 * [Ubuntu 18.04.1] POWER9 - Nvidia Volta - Kernel changes to enable Nvidia
4848 driver on bare metal (LP: #1772991)
4849 - powerpc/powernv/npu: Fix deadlock in mmio_invalidate()
4850 - powerpc/powernv/mce: Don't silently restart the machine
4851 - powerpc/npu-dma.c: Fix crash after __mmu_notifier_register failure
4852 - powerpc/mm: Flush cache on memory hot(un)plug
4853 - powerpc/powernv/memtrace: Let the arch hotunplug code flush cache
4854 - powerpc/powernv/npu: Add lock to prevent race in concurrent context
4855 init/destroy
4856 - powerpc/powernv/npu: Prevent overwriting of pnv_npu2_init_contex() callback
4857 parameters
4858 - powerpc/powernv/npu: Do a PID GPU TLB flush when invalidating a large
4859 address range
4860 - powerpc/mce: Fix a bug where mce loops on memory UE.
4861
4862 * cpum_sf: ensure sample freq is non-zero (LP: #1772593)
4863 - s390/cpum_sf: ensure sample frequency of perf event attributes is non-zero
4864
4865 * PCIe link speeds of 16 GT/s are shown as "Unknown speed" (LP: #1773243)
4866 - PCI: Add decoding for 16 GT/s link speed
4867
4868 * False positive ACPI _PRS error messages (LP: #1773295)
4869 - ACPI / PCI: pci_link: Allow the absence of _PRS and change log level
4870
4871 * Dell systems crash when disabling Nvidia dGPU (LP: #1773299)
4872 - ACPI / OSI: Add OEM _OSI strings to disable NVidia RTD3
4873
4874 * wlp3s0: failed to remove key (1, ff:ff:ff:ff:ff:ff) from hardware (-22)
4875 (LP: #1720930)
4876 - iwlwifi: mvm: fix "failed to remove key" message
4877
4878 * Expose arm64 CPU topology to userspace (LP: #1770231)
4879 - ACPICA: ACPI 6.2: Additional PPTT flags
4880 - drivers: base: cacheinfo: move cache_setup_of_node()
4881 - drivers: base: cacheinfo: setup DT cache properties early
4882 - cacheinfo: rename of_node to fw_token
4883 - arm64/acpi: Create arch specific cpu to acpi id helper
4884 - ACPI/PPTT: Add Processor Properties Topology Table parsing
4885 - [Config] CONFIG_ACPI_PPTT=y
4886 - ACPI: Enable PPTT support on ARM64
4887 - drivers: base cacheinfo: Add support for ACPI based firmware tables
4888 - arm64: Add support for ACPI based firmware tables
4889 - arm64: topology: rename cluster_id
4890 - arm64: topology: enable ACPI/PPTT based CPU topology
4891 - ACPI: Add PPTT to injectable table list
4892 - arm64: topology: divorce MC scheduling domain from core_siblings
4893
4894 * hisi_sas robustness fixes (LP: #1774466)
4895 - scsi: hisi_sas: delete timer when removing hisi_sas driver
4896 - scsi: hisi_sas: print device id for errors
4897 - scsi: hisi_sas: Add some checks to avoid free'ing a sas_task twice
4898 - scsi: hisi_sas: check host frozen before calling "done" function
4899 - scsi: hisi_sas: check sas_dev gone earlier in hisi_sas_abort_task()
4900 - scsi: hisi_sas: stop controller timer for reset
4901 - scsi: hisi_sas: update PHY linkrate after a controller reset
4902 - scsi: hisi_sas: change slot index allocation mode
4903 - scsi: hisi_sas: Change common allocation mode of device id
4904 - scsi: hisi_sas: Reset disks when discovered
4905 - scsi: hisi_sas: Create a scsi_host_template per HW module
4906 - scsi: hisi_sas: Init disks after controller reset
4907 - scsi: hisi_sas: Try wait commands before before controller reset
4908 - scsi: hisi_sas: Include TMF elements in struct hisi_sas_slot
4909 - scsi: hisi_sas: Add v2 hw force PHY function for internal ATA command
4910 - scsi: hisi_sas: Terminate STP reject quickly for v2 hw
4911 - scsi: hisi_sas: Fix return value when get_free_slot() failed
4912 - scsi: hisi_sas: Mark PHY as in reset for nexus reset
4913
4914 * hisi_sas: Support newer v3 hardware (LP: #1774467)
4915 - scsi: hisi_sas: update RAS feature for later revision of v3 HW
4916 - scsi: hisi_sas: check IPTT is valid before using it for v3 hw
4917 - scsi: hisi_sas: fix PI memory size
4918 - scsi: hisi_sas: config ATA de-reset as an constrained command for v3 hw
4919 - scsi: hisi_sas: remove redundant handling to event95 for v3
4920 - scsi: hisi_sas: add readl poll timeout helper wrappers
4921 - scsi: hisi_sas: workaround a v3 hw hilink bug
4922 - scsi: hisi_sas: Add LED feature for v3 hw
4923
4924 * hisi_sas: improve performance by optimizing DQ locking (LP: #1774472)
4925 - scsi: hisi_sas: initialize dq spinlock before use
4926 - scsi: hisi_sas: optimise the usage of DQ locking
4927 - scsi: hisi_sas: relocate smp sg map
4928 - scsi: hisi_sas: make return type of prep functions void
4929 - scsi: hisi_sas: allocate slot buffer earlier
4930 - scsi: hisi_sas: Don't lock DQ for complete task sending
4931 - scsi: hisi_sas: Use device lock to protect slot alloc/free
4932 - scsi: hisi_sas: add check of device in hisi_sas_task_exec()
4933 - scsi: hisi_sas: fix a typo in hisi_sas_task_prep()
4934
4935 * Request to revert SAUCE patches in the 18.04 SRU and update with upstream
4936 version (LP: #1768431)
4937 - scsi: cxlflash: Handle spurious interrupts
4938 - scsi: cxlflash: Remove commmands from pending list on timeout
4939 - scsi: cxlflash: Synchronize reset and remove ops
4940 - SAUCE: (no-up) cxlflash: OCXL diff between v2 and v3
4941
4942 * After update to 4.13-43 Intel Graphics are Laggy (LP: #1773520)
4943 - SAUCE: Revert "drm/i915/edp: Allow alternate fixed mode for eDP if
4944 available."
4945
4946 * ELANPAD ELAN0612 does not work, patch available (LP: #1773509)
4947 - SAUCE: Input: elan_i2c - add ELAN0612 to the ACPI table
4948
4949 * FS-Cache: Assertion failed: FS-Cache: 6 == 5 is false (LP: #1774336)
4950 - SAUCE: CacheFiles: fix a read_waiter/read_copier race
4951
4952 * hns3 driver updates (LP: #1768670)
4953 - net: hns3: VF should get the real rss_size instead of rss_size_max
4954 - net: hns3: set the cmdq out_vld bit to 0 after used
4955 - net: hns3: fix endian issue when PF get mbx message flag
4956 - net: hns3: fix the queue id for tqp enable&&reset
4957 - net: hns3: set the max ring num when alloc netdev
4958 - net: hns3: add support for VF driver inner interface
4959 hclgevf_ops.get_tqps_and_rss_info
4960 - net: hns3: refactor the hclge_get/set_rss function
4961 - net: hns3: refactor the hclge_get/set_rss_tuple function
4962 - net: hns3: fix for RSS configuration loss problem during reset
4963 - net: hns3: fix for pause configuration lost during reset
4964 - net: hns3: fix for use-after-free when setting ring parameter
4965 - net: hns3: refactor the get/put_vector function
4966 - net: hns3: fix for coalesce configuration lost during reset
4967 - net: hns3: refactor the coalesce related struct
4968 - net: hns3: fix for coal configuation lost when setting the channel
4969 - net: hns3: add existence check when remove old uc mac address
4970 - net: hns3: fix for netdev not running problem after calling net_stop and
4971 net_open
4972 - net: hns3: fix for ipv6 address loss problem after setting channels
4973 - net: hns3: unify the pause params setup function
4974 - net: hns3: fix rx path skb->truesize reporting bug
4975 - net: hns3: add support for querying pfc puase packets statistic
4976 - net: hns3: fix for loopback failure when vlan filter is enable
4977 - net: hns3: fix for buffer overflow smatch warning
4978 - net: hns3: fix error type definition of return value
4979 - net: hns3: fix return value error of hclge_get_mac_vlan_cmd_status()
4980 - net: hns3: add existence checking before adding unicast mac address
4981 - net: hns3: add result checking for VF when modify unicast mac address
4982 - net: hns3: reallocate tx/rx buffer after changing mtu
4983 - net: hns3: fix the VF queue reset flow error
4984 - net: hns3: fix for vlan table lost problem when resetting
4985 - net: hns3: increase the max time for IMP handle command
4986 - net: hns3: change GL update rate
4987 - net: hns3: change the time interval of int_gl calculating
4988 - net: hns3: fix for getting wrong link mode problem
4989 - net: hns3: add get_link support to VF
4990 - net: hns3: add querying speed and duplex support to VF
4991 - net: hns3: fix for not returning problem in get_link_ksettings when phy
4992 exists
4993 - net: hns3: Changes to make enet watchdog timeout func common for PF/VF
4994 - net: hns3: Add VF Reset Service Task to support event handling
4995 - net: hns3: Add VF Reset device state and its handling
4996 - net: hns3: Add support to request VF Reset to PF
4997 - net: hns3: Add support to reset the enet/ring mgmt layer
4998 - net: hns3: Add support to re-initialize the hclge device
4999 - net: hns3: Changes to support ARQ(Asynchronous Receive Queue)
5000 - net: hns3: Add *Asserting Reset* mailbox message & handling in VF
5001 - net: hns3: Changes required in PF mailbox to support VF reset
5002 - net: hns3: hclge_inform_reset_assert_to_vf() can be static
5003 - net: hns3: fix for returning wrong value problem in hns3_get_rss_key_size
5004 - net: hns3: fix for returning wrong value problem in hns3_get_rss_indir_size
5005 - net: hns3: fix for the wrong shift problem in hns3_set_txbd_baseinfo
5006 - net: hns3: fix for not initializing VF rss_hash_key problem
5007 - net: hns3: never send command queue message to IMP when reset
5008 - net: hns3: remove unnecessary pci_set_drvdata() and devm_kfree()
5009 - net: hns3: fix length overflow when CONFIG_ARM64_64K_PAGES
5010 - net: hns3: Remove error log when getting pfc stats fails
5011 - net: hns3: fix to correctly fetch l4 protocol outer header
5012 - net: hns3: Fixes the out of bounds access in hclge_map_tqp
5013 - net: hns3: Fixes the error legs in hclge_init_ae_dev function
5014 - net: hns3: fix for phy_addr error in hclge_mac_mdio_config
5015 - net: hns3: Fix to support autoneg only for port attached with phy
5016 - net: hns3: fix a dead loop in hclge_cmd_csq_clean
5017 - net: hns3: Fix for packet loss due wrong filter config in VLAN tbls
5018 - net: hns3: Remove packet statistics in the range of 8192~12287
5019 - net: hns3: Add support of hardware rx-vlan-offload to HNS3 VF driver
5020 - net: hns3: Fix for setting mac address when resetting
5021 - net: hns3: remove add/del_tunnel_udp in hns3_enet module
5022 - net: hns3: fix for cleaning ring problem
5023 - net: hns3: refactor the loopback related function
5024 - net: hns3: Fix for deadlock problem occurring when unregistering ae_algo
5025 - net: hns3: Fix for the null pointer problem occurring when initializing
5026 ae_dev failed
5027 - net: hns3: Add a check for client instance init state
5028 - net: hns3: Change return type of hnae3_register_ae_dev
5029 - net: hns3: Change return type of hnae3_register_ae_algo
5030 - net: hns3: Change return value in hnae3_register_client
5031 - net: hns3: Fixes the back pressure setting when sriov is enabled
5032 - net: hns3: Fix for fiber link up problem
5033 - net: hns3: Add support of .sriov_configure in HNS3 driver
5034 - net: hns3: Fixes the missing PCI iounmap for various legs
5035 - net: hns3: Fixes error reported by Kbuild and internal review
5036 - net: hns3: Fixes API to fetch ethernet header length with kernel default
5037 - net: hns3: cleanup of return values in hclge_init_client_instance()
5038 - net: hns3: Fix the missing client list node initialization
5039 - net: hns3: Fix for hns3 module is loaded multiple times problem
5040 - net: hns3: Use enums instead of magic number in hclge_is_special_opcode
5041 - net: hns3: Fix for netdev not running problem after calling net_stop and
5042 net_open
5043 - net: hns3: Fixes kernel panic issue during rmmod hns3 driver
5044 - net: hns3: Fix for CMDQ and Misc. interrupt init order problem
5045 - net: hns3: Updates RX packet info fetch in case of multi BD
5046 - net: hns3: Add support for tx_accept_tag2 and tx_accept_untag2 config
5047 - net: hns3: Add STRP_TAGP field support for hardware revision 0x21
5048 - net: hns3: Add support to enable TX/RX promisc mode for H/W rev(0x21)
5049 - net: hns3: Fix for PF mailbox receving unknown message
5050 - net: hns3: Fixes the state to indicate client-type initialization
5051 - net: hns3: Fixes the init of the VALID BD info in the descriptor
5052 - net: hns3: Removes unnecessary check when clearing TX/RX rings
5053 - net: hns3: Clear TX/RX rings when stopping port & un-initializing client
5054 - net: hns3: Remove unused led control code
5055 - net: hns3: Adds support for led locate command for copper port
5056 - net: hns3: Fixes initalization of RoCE handle and makes it conditional
5057 - net: hns3: Disable vf vlan filter when vf vlan table is full
5058 - net: hns3: Add support for IFF_ALLMULTI flag
5059 - net: hns3: Add repeat address checking for setting mac address
5060 - net: hns3: Fix setting mac address error
5061 - net: hns3: Fix for service_task not running problem after resetting
5062 - net: hns3: Fix for hclge_reset running repeatly problem
5063 - net: hns3: Fix for phy not link up problem after resetting
5064 - net: hns3: Add missing break in misc_irq_handle
5065 - net: hns3: Fix for vxlan tx checksum bug
5066 - net: hns3: Optimize the PF's process of updating multicast MAC
5067 - net: hns3: Optimize the VF's process of updating multicast MAC
5068 - SAUCE: {topost} net: hns3: add support for serdes loopback selftest
5069 - SAUCE: {topost} net: hns3: RX BD information valid only in last BD except
5070 VLD bit and buffer size
5071 - SAUCE: {topost} net: hns3: remove hclge_get_vector_index from
5072 hclge_bind_ring_with_vector
5073 - SAUCE: {topost} net: hns3: rename the interface for init_client_instance and
5074 uninit_client_instance
5075 - SAUCE: {topost} net: hns3: add vector status check before free vector
5076 - SAUCE: {topost} net: hns3: add l4_type check for both ipv4 and ipv6
5077 - SAUCE: {topost} net: hns3: remove unused head file in hnae3.c
5078 - SAUCE: {topost} net: hns3: extraction an interface for state state
5079 init|uninit
5080 - SAUCE: {topost} net: hns3: print the ret value in error information
5081 - SAUCE: {topost} net: hns3: remove the Redundant put_vector in
5082 hns3_client_uninit
5083 - SAUCE: {topost} net: hns3: add unlikely for error check
5084 - SAUCE: {topost} net: hns3: remove back in struct hclge_hw
5085 - SAUCE: {topost} net: hns3: use lower_32_bits and upper_32_bits
5086 - SAUCE: {topost} net: hns3: remove unused hclge_ring_to_dma_dir
5087 - SAUCE: {topost} net: hns3: remove useless code in hclge_cmd_send
5088 - SAUCE: {topost} net: hns3: remove some redundant assignments
5089 - SAUCE: {topost} net: hns3: simplify hclge_cmd_csq_clean
5090 - SAUCE: {topost} net: hns3: using modulo for cyclic counters in
5091 hclge_cmd_send
5092 - SAUCE: {topost} net: hns3: remove a redundant hclge_cmd_csq_done
5093 - SAUCE: {topost} net: hns3: remove some unused members of some structures
5094 - SAUCE: {topost} net: hns3: give default option while dependency HNS3 set
5095 - SAUCE: {topost} net: hns3: use dma_zalloc_coherent instead of
5096 kzalloc/dma_map_single
5097 - SAUCE: {topost} net: hns3: modify hnae_ to hnae3_
5098 - SAUCE: {topost} net: hns3: fix unused function warning in VF driver
5099 - SAUCE: {topost} net: hns3: remove some redundant assignments
5100 - SAUCE: {topost} net: hns3: standardize the handle of return value
5101 - SAUCE: {topost} net: hns3: remove extra space and brackets
5102 - SAUCE: {topost} net: hns3: fix unreasonable code comments
5103 - SAUCE: {topost} net: hns3: use decimal for bit offset macros
5104 - SAUCE: {topost} net: hns3: modify inconsistent bit mask macros
5105 - SAUCE: {topost} net: hns3: fix mislead parameter name
5106 - SAUCE: {topost} net: hns3: remove unused struct member and definition
5107 - SAUCE: {topost} net: hns3: Add SPDX tags to hns3 driver
5108 - SAUCE: {topost} net: hns3: Add pf reset for hip08 RoCE
5109 - SAUCE: {topost} net: hns3: optimize the process of notifying roce client
5110 - SAUCE: {topost} net: hns3: Add calling roce callback function when link
5111 status change
5112 - SAUCE: {topost} net: hns3: fix tc setup when netdev is first up
5113 - SAUCE: {topost} net: hns3: fix for mac pause not disable in pfc mode
5114 - SAUCE: {topost} net: hns3: fix for waterline not setting correctly
5115 - SAUCE: {topost} net: hns3: fix for l4 checksum offload bug
5116 - SAUCE: {topost} net: hns3: fix for mailbox message truncated problem
5117 - SAUCE: {topost} net: hns3: Add configure for mac minimal frame size
5118 - SAUCE: {topost} net: hns3: fix warning bug when doing lp selftest
5119 - SAUCE: {topost} net: hns3: fix get_vector ops in hclgevf_main module
5120 - SAUCE: {topost} net: hns3: remove the warning when clear reset cause
5121 - SAUCE: {topost} net: hns3: Use roce handle when calling roce callback
5122 function
5123 - SAUCE: {topost} net: hns3: prevent sending command during global or core
5124 reset
5125 - SAUCE: {topost} net: hns3: modify the order of initializeing command queue
5126 register
5127 - SAUCE: {topost} net: hns3: reset net device with rtnl_lock
5128 - SAUCE: {topost} net: hns3: prevent to request reset frequently
5129 - SAUCE: {topost} net: hns3: correct reset event status register
5130 - SAUCE: {topost} net: hns3: separate roce from nic when resetting
5131 - SAUCE: net: hns3: Fix for phy link issue when using marvell phy driver
5132 - SAUCE: {topost} net: hns3: fix return value error in
5133 hns3_reset_notify_down_enet
5134 - SAUCE: {topost} net: hns3: remove unnecessary ring configuration operation
5135 while resetting
5136 - SAUCE: {topost} net: hns3: fix for reset_level default assignment probelm
5137 - SAUCE: {topost} net: hns3: fix for using wrong mask and shift in
5138 hclge_get_ring_chain_from_mbx
5139 - SAUCE: {topost} net: hns3: fix comments for hclge_get_ring_chain_from_mbx
5140 - SAUCE: net: hns3: Fix for VF mailbox cannot receiving PF response
5141 - SAUCE: net: hns3: Fix for VF mailbox receiving unknown message
5142 - SAUCE: net: hns3: Optimize PF CMDQ interrupt switching process
5143
5144 * enable mic-mute hotkey and led on Lenovo M820z and M920z (LP: #1774306)
5145 - ALSA: hda/realtek - Enable mic-mute hotkey for several Lenovo AIOs
5146
5147 * Bionic update: upstream stable patchset 2018-05-29 (LP: #1774063)
5148 - cifs: do not allow creating sockets except with SMB1 posix exensions
5149 - btrfs: fix unaligned access in readdir
5150 - x86/acpi: Prevent X2APIC id 0xffffffff from being accounted
5151 - clocksource/imx-tpm: Correct -ETIME return condition check
5152 - x86/tsc: Prevent 32bit truncation in calc_hpet_ref()
5153 - drm/vc4: Fix memory leak during BO teardown
5154 - drm/i915/gvt: throw error on unhandled vfio ioctls
5155 - drm/i915/audio: Fix audio detection issue on GLK
5156 - drm/i915: Do no use kfree() to free a kmem_cache_alloc() return value
5157 - drm/i915: Fix LSPCON TMDS output buffer enabling from low-power state
5158 - drm/i915/bxt, glk: Increase PCODE timeouts during CDCLK freq changing
5159 - usb: musb: fix enumeration after resume
5160 - usb: musb: call pm_runtime_{get,put}_sync before reading vbus registers
5161 - usb: musb: Fix external abort in musb_remove on omap2430
5162 - firewire-ohci: work around oversized DMA reads on JMicron controllers
5163 - x86/tsc: Allow TSC calibration without PIT
5164 - NFSv4: always set NFS_LOCK_LOST when a lock is lost.
5165 - ACPI / LPSS: Do not instiate platform_dev for devs without MMIO resources
5166 - ALSA: hda - Use IS_REACHABLE() for dependency on input
5167 - ASoC: au1x: Fix timeout tests in au1xac97c_ac97_read()
5168 - kvm: x86: fix KVM_XEN_HVM_CONFIG ioctl
5169 - RDMA/core: Clarify rdma_ah_find_type
5170 - KVM: PPC: Book3S HV: Enable migration of decrementer register
5171 - netfilter: ipv6: nf_defrag: Pass on packets to stack per RFC2460
5172 - tracing/hrtimer: Fix tracing bugs by taking all clock bases and modes into
5173 account
5174 - KVM: s390: use created_vcpus in more places
5175 - platform/x86: dell-laptop: Filter out spurious keyboard backlight change
5176 events
5177 - xprtrdma: Fix backchannel allocation of extra rpcrdma_reps
5178 - selftest: ftrace: Fix to pick text symbols for kprobes
5179 - PCI: Add function 1 DMA alias quirk for Marvell 9128
5180 - Input: psmouse - fix Synaptics detection when protocol is disabled
5181 - libbpf: Makefile set specified permission mode
5182 - Input: synaptics - reset the ABS_X/Y fuzz after initializing MT axes
5183 - i40iw: Free IEQ resources
5184 - i40iw: Zero-out consumer key on allocate stag for FMR
5185 - perf unwind: Do not look just at the global callchain_param.record_mode
5186 - tools lib traceevent: Simplify pointer print logic and fix %pF
5187 - perf callchain: Fix attr.sample_max_stack setting
5188 - tools lib traceevent: Fix get_field_str() for dynamic strings
5189 - perf record: Fix failed memory allocation for get_cpuid_str
5190 - iommu/exynos: Don't unconditionally steal bus ops
5191 - powerpc: System reset avoid interleaving oops using die synchronisation
5192 - iommu/vt-d: Use domain instead of cache fetching
5193 - dm thin: fix documentation relative to low water mark threshold
5194 - dm mpath: return DM_MAPIO_REQUEUE on blk-mq rq allocation failure
5195 - ubifs: Fix uninitialized variable in search_dh_cookie()
5196 - net: stmmac: dwmac-meson8b: fix setting the RGMII TX clock on Meson8b
5197 - net: stmmac: dwmac-meson8b: propagate rate changes to the parent clock
5198 - spi: a3700: Clear DATA_OUT when performing a read
5199 - IB/cq: Don't force IB_POLL_DIRECT poll context for ib_process_cq_direct
5200 - nfs: Do not convert nfs_idmap_cache_timeout to jiffies
5201 - MIPS: Fix clean of vmlinuz.{32,ecoff,bin,srec}
5202 - PCI: Add dummy pci_irqd_intx_xlate() for CONFIG_PCI=n build
5203 - watchdog: sp5100_tco: Fix watchdog disable bit
5204 - kconfig: Don't leak main menus during parsing
5205 - kconfig: Fix automatic menu creation mem leak
5206 - kconfig: Fix expr_free() E_NOT leak
5207 - ipmi/powernv: Fix error return code in ipmi_powernv_probe()
5208 - Btrfs: set plug for fsync
5209 - btrfs: Fix out of bounds access in btrfs_search_slot
5210 - Btrfs: fix scrub to repair raid6 corruption
5211 - btrfs: fail mount when sb flag is not in BTRFS_SUPER_FLAG_SUPP
5212 - Btrfs: fix unexpected EEXIST from btrfs_get_extent
5213 - Btrfs: raid56: fix race between merge_bio and rbio_orig_end_io
5214 - RDMA/cma: Check existence of netdevice during port validation
5215 - f2fs: avoid hungtask when GC encrypted block if io_bits is set
5216 - scsi: devinfo: fix format of the device list
5217 - scsi: fas216: fix sense buffer initialization
5218 - Input: stmfts - set IRQ_NOAUTOEN to the irq flag
5219 - HID: roccat: prevent an out of bounds read in kovaplus_profile_activated()
5220 - nfp: fix error return code in nfp_pci_probe()
5221 - block: Set BIO_TRACE_COMPLETION on new bio during split
5222 - bpf: test_maps: cleanup sockmaps when test ends
5223 - i40evf: Don't schedule reset_task when device is being removed
5224 - i40evf: ignore link up if not running
5225 - platform/x86: thinkpad_acpi: suppress warning about palm detection
5226 - KVM: s390: vsie: use READ_ONCE to access some SCB fields
5227 - blk-mq-debugfs: don't allow write on attributes with seq_operations set
5228 - ASoC: rockchip: Use dummy_dai for rt5514 dsp dailink
5229 - igb: Allow to remove administratively set MAC on VFs
5230 - igb: Clear TXSTMP when ptp_tx_work() is timeout
5231 - fm10k: fix "failed to kill vid" message for VF
5232 - x86/hyperv: Stop suppressing X86_FEATURE_PCID
5233 - tty: serial: exar: Relocate sleep wake-up handling
5234 - device property: Define type of PROPERTY_ENRTY_*() macros
5235 - crypto: artpec6 - remove select on non-existing CRYPTO_SHA384
5236 - RDMA/uverbs: Use an unambiguous errno for method not supported
5237 - jffs2: Fix use-after-free bug in jffs2_iget()'s error handling path
5238 - ixgbe: don't set RXDCTL.RLPML for 82599
5239 - i40e: program fragmented IPv4 filter input set
5240 - i40e: fix reported mask for ntuple filters
5241 - samples/bpf: Partially fixes the bpf.o build
5242 - powerpc/numa: Use ibm,max-associativity-domains to discover possible nodes
5243 - powerpc/numa: Ensure nodes initialized for hotplug
5244 - RDMA/mlx5: Avoid memory leak in case of XRCD dealloc failure
5245 - ntb_transport: Fix bug with max_mw_size parameter
5246 - gianfar: prevent integer wrapping in the rx handler
5247 - x86/hyperv: Check for required priviliges in hyperv_init()
5248 - netfilter: x_tables: fix pointer leaks to userspace
5249 - tcp_nv: fix potential integer overflow in tcpnv_acked
5250 - kvm: Map PFN-type memory regions as writable (if possible)
5251 - x86/kvm/vmx: do not use vm-exit instruction length for fast MMIO when
5252 running nested
5253 - fs/dax.c: release PMD lock even when there is no PMD support in DAX
5254 - ocfs2: return -EROFS to mount.ocfs2 if inode block is invalid
5255 - ocfs2/acl: use 'ip_xattr_sem' to protect getting extended attribute
5256 - ocfs2: return error when we attempt to access a dirty bh in jbd2
5257 - mm/mempolicy: fix the check of nodemask from user
5258 - mm/mempolicy: add nodes_empty check in SYSC_migrate_pages
5259 - asm-generic: provide generic_pmdp_establish()
5260 - sparc64: update pmdp_invalidate() to return old pmd value
5261 - mm: thp: use down_read_trylock() in khugepaged to avoid long block
5262 - mm: pin address_space before dereferencing it while isolating an LRU page
5263 - mm/fadvise: discard partial page if endbyte is also EOF
5264 - openvswitch: Remove padding from packet before L3+ conntrack processing
5265 - blk-mq: fix discard merge with scheduler attached
5266 - IB/hfi1: Re-order IRQ cleanup to address driver cleanup race
5267 - IB/hfi1: Fix for potential refcount leak in hfi1_open_file()
5268 - IB/ipoib: Fix for potential no-carrier state
5269 - IB/core: Map iWarp AH type to undefined in rdma_ah_find_type
5270 - drm/nouveau/pmu/fuc: don't use movw directly anymore
5271 - s390/eadm: fix CONFIG_BLOCK include dependency
5272 - netfilter: ipv6: nf_defrag: Kill frag queue on RFC2460 failure
5273 - x86/power: Fix swsusp_arch_resume prototype
5274 - x86/dumpstack: Avoid uninitlized variable
5275 - firmware: dmi_scan: Fix handling of empty DMI strings
5276 - ACPI: processor_perflib: Do not send _PPC change notification if not ready
5277 - ACPI / bus: Do not call _STA on battery devices with unmet dependencies
5278 - ACPI / scan: Use acpi_bus_get_status() to initialize ACPI_TYPE_DEVICE devs
5279 - MIPS: TXx9: use IS_BUILTIN() for CONFIG_LEDS_CLASS
5280 - perf record: Fix period option handling
5281 - MIPS: Generic: Support GIC in EIC mode
5282 - perf evsel: Fix period/freq terms setup
5283 - xen-netfront: Fix race between device setup and open
5284 - xen/grant-table: Use put_page instead of free_page
5285 - bpf: sockmap, fix leaking maps with attached but not detached progs
5286 - RDS: IB: Fix null pointer issue
5287 - arm64: spinlock: Fix theoretical trylock() A-B-A with LSE atomics
5288 - proc: fix /proc/*/map_files lookup
5289 - PM / domains: Fix up domain-idle-states OF parsing
5290 - cifs: silence compiler warnings showing up with gcc-8.0.0
5291 - bcache: properly set task state in bch_writeback_thread()
5292 - bcache: fix for allocator and register thread race
5293 - bcache: fix for data collapse after re-attaching an attached device
5294 - bcache: return attach error when no cache set exist
5295 - cpufreq: intel_pstate: Enable HWP during system resume on CPU0
5296 - selftests/ftrace: Add some missing glob checks
5297 - rxrpc: Don't put crypto buffers on the stack
5298 - svcrdma: Fix Read chunk round-up
5299 - net: Extra '_get' in declaration of arch_get_platform_mac_address
5300 - tools/libbpf: handle issues with bpf ELF objects containing .eh_frames
5301 - SUNRPC: Don't call __UDPX_INC_STATS() from a preemptible context
5302 - net: stmmac: discard disabled flags in interrupt status register
5303 - bpf: fix rlimit in reuseport net selftest
5304 - ACPI / EC: Restore polling during noirq suspend/resume phases
5305 - PM / wakeirq: Fix unbalanced IRQ enable for wakeirq
5306 - vfs/proc/kcore, x86/mm/kcore: Fix SMAP fault when dumping vsyscall user page
5307 - powerpc/mm/hash64: Zero PGD pages on allocation
5308 - x86/platform/UV: Fix GAM Range Table entries less than 1GB
5309 - locking/qspinlock: Ensure node->count is updated before initialising node
5310 - powerpc/powernv: IMC fix out of bounds memory access at shutdown
5311 - perf test: Fix test trace+probe_libc_inet_pton.sh for s390x
5312 - irqchip/gic-v3: Ignore disabled ITS nodes
5313 - cpumask: Make for_each_cpu_wrap() available on UP as well
5314 - irqchip/gic-v3: Change pr_debug message to pr_devel
5315 - RDMA/core: Reduce poll batch for direct cq polling
5316 - alarmtimer: Init nanosleep alarm timer on stack
5317 - netfilter: x_tables: cap allocations at 512 mbyte
5318 - netfilter: x_tables: add counters allocation wrapper
5319 - netfilter: compat: prepare xt_compat_init_offsets to return errors
5320 - netfilter: compat: reject huge allocation requests
5321 - netfilter: x_tables: limit allocation requests for blob rule heads
5322 - perf: Fix sample_max_stack maximum check
5323 - perf: Return proper values for user stack errors
5324 - RDMA/mlx5: Fix NULL dereference while accessing XRC_TGT QPs
5325 - Revert "KVM: X86: Fix SMRAM accessing even if VM is shutdown"
5326 - mac80211_hwsim: fix use-after-free bug in hwsim_exit_net
5327 - btrfs: Fix race condition between delayed refs and blockgroup removal
5328 - mm,vmscan: Allow preallocating memory for register_shrinker().
5329
5330 * Bionic update: upstream stable patchset 2018-05-24 (LP: #1773233)
5331 - tty: make n_tty_read() always abort if hangup is in progress
5332 - cpufreq: CPPC: Use transition_delay_us depending transition_latency
5333 - ubifs: Check ubifs_wbuf_sync() return code
5334 - ubi: fastmap: Don't flush fastmap work on detach
5335 - ubi: Fix error for write access
5336 - ubi: Reject MLC NAND
5337 - mm/ksm.c: fix inconsistent accounting of zero pages
5338 - mm/hmm: hmm_pfns_bad() was accessing wrong struct
5339 - task_struct: only use anon struct under randstruct plugin
5340 - fs/reiserfs/journal.c: add missing resierfs_warning() arg
5341 - resource: fix integer overflow at reallocation
5342 - ipc/shm: fix use-after-free of shm file via remap_file_pages()
5343 - mm, slab: reschedule cache_reap() on the same CPU
5344 - usb: musb: gadget: misplaced out of bounds check
5345 - phy: allwinner: sun4i-usb: poll vbus changes on A23/A33 when driving VBUS
5346 - usb: gadget: udc: core: update usb_ep_queue() documentation
5347 - ARM64: dts: meson: reduce odroid-c2 eMMC maximum rate
5348 - KVM: arm/arm64: vgic-its: Fix potential overrun in vgic_copy_lpi_list
5349 - ARM: EXYNOS: Fix coupled CPU idle freeze on Exynos4210
5350 - arm: dts: mt7623: fix USB initialization fails on bananapi-r2
5351 - ARM: dts: at91: at91sam9g25: fix mux-mask pinctrl property
5352 - ARM: dts: exynos: Fix IOMMU support for GScaler devices on Exynos5250
5353 - ARM: dts: at91: sama5d4: fix pinctrl compatible string
5354 - spi: atmel: init FIFOs before spi enable
5355 - spi: Fix scatterlist elements size in spi_map_buf
5356 - spi: Fix unregistration of controller with fixed SPI bus number
5357 - media: atomisp_fops.c: disable atomisp_compat_ioctl32
5358 - media: vivid: check if the cec_adapter is valid
5359 - media: vsp1: Fix BRx conditional path in WPF
5360 - x86/xen: Delay get_cpu_cap until stack canary is established
5361 - regmap: Fix reversed bounds check in regmap_raw_write()
5362 - ACPI / video: Add quirk to force acpi-video backlight on Samsung 670Z5E
5363 - ACPI / hotplug / PCI: Check presence of slot itself in get_slot_status()
5364 - USB: gadget: f_midi: fixing a possible double-free in f_midi
5365 - USB:fix USB3 devices behind USB3 hubs not resuming at hibernate thaw
5366 - usb: dwc3: prevent setting PRTCAP to OTG from debugfs
5367 - usb: dwc3: pci: Properly cleanup resource
5368 - usb: dwc3: gadget: never call ->complete() from ->ep_queue()
5369 - cifs: fix memory leak in SMB2_open()
5370 - fix smb3-encryption breakage when CONFIG_DEBUG_SG=y
5371 - smb3: Fix root directory when server returns inode number of zero
5372 - HID: i2c-hid: fix size check and type usage
5373 - i2c: i801: Save register SMBSLVCMD value only once
5374 - i2c: i801: Restore configuration at shutdown
5375 - CIFS: refactor crypto shash/sdesc allocation&free
5376 - CIFS: add sha512 secmech
5377 - CIFS: fix sha512 check in cifs_crypto_secmech_release
5378 - powerpc/64s: Fix dt_cpu_ftrs to have restore_cpu clear unwanted LPCR bits
5379 - powerpc/64: Call H_REGISTER_PROC_TBL when running as a HPT guest on POWER9
5380 - powerpc/64: Fix smp_wmb barrier definition use use lwsync consistently
5381 - powerpc/kprobes: Fix call trace due to incorrect preempt count
5382 - powerpc/kexec_file: Fix error code when trying to load kdump kernel
5383 - powerpc/powernv: define a standard delay for OPAL_BUSY type retry loops
5384 - powerpc/powernv: Fix OPAL NVRAM driver OPAL_BUSY loops
5385 - HID: Fix hid_report_len usage
5386 - HID: core: Fix size as type u32
5387 - soc: mediatek: fix the mistaken pointer accessed when subdomains are added
5388 - ASoC: ssm2602: Replace reg_default_raw with reg_default
5389 - ASoC: topology: Fix kcontrol name string handling
5390 - irqchip/gic: Take lock when updating irq type
5391 - random: use a tighter cap in credit_entropy_bits_safe()
5392 - extcon: intel-cht-wc: Set direction and drv flags for V5 boost GPIO
5393 - block: use 32-bit blk_status_t on Alpha
5394 - jbd2: if the journal is aborted then don't allow update of the log tail
5395 - ext4: shutdown should not prevent get_write_access
5396 - ext4: eliminate sleep from shutdown ioctl
5397 - ext4: pass -ESHUTDOWN code to jbd2 layer
5398 - ext4: don't update checksum of new initialized bitmaps
5399 - ext4: protect i_disksize update by i_data_sem in direct write path
5400 - ext4: limit xattr size to INT_MAX
5401 - ext4: always initialize the crc32c checksum driver
5402 - ext4: don't allow r/w mounts if metadata blocks overlap the superblock
5403 - ext4: move call to ext4_error() into ext4_xattr_check_block()
5404 - ext4: add bounds checking to ext4_xattr_find_entry()
5405 - ext4: add extra checks to ext4_xattr_block_get()
5406 - dm crypt: limit the number of allocated pages
5407 - RDMA/ucma: Don't allow setting RDMA_OPTION_IB_PATH without an RDMA device
5408 - RDMA/mlx5: Protect from NULL pointer derefence
5409 - RDMA/rxe: Fix an out-of-bounds read
5410 - ALSA: pcm: Fix UAF at PCM release via PCM timer access
5411 - IB/srp: Fix srp_abort()
5412 - IB/srp: Fix completion vector assignment algorithm
5413 - dmaengine: at_xdmac: fix rare residue corruption
5414 - cxl: Fix possible deadlock when processing page faults from cxllib
5415 - tpm: self test failure should not cause suspend to fail
5416 - libnvdimm, dimm: fix dpa reservation vs uninitialized label area
5417 - libnvdimm, namespace: use a safe lookup for dimm device name
5418 - nfit, address-range-scrub: fix scrub in-progress reporting
5419 - nfit: skip region registration for incomplete control regions
5420 - ring-buffer: Check if memory is available before allocation
5421 - um: Compile with modern headers
5422 - um: Use POSIX ucontext_t instead of struct ucontext
5423 - iommu/vt-d: Fix a potential memory leak
5424 - mmc: jz4740: Fix race condition in IRQ mask update
5425 - mmc: tmio: Fix error handling when issuing CMD23
5426 - PCI: Mark Broadcom HT1100 and HT2000 Root Port Extended Tags as broken
5427 - clk: mvebu: armada-38x: add support for missing clocks
5428 - clk: fix false-positive Wmaybe-uninitialized warning
5429 - clk: mediatek: fix PWM clock source by adding a fixed-factor clock
5430 - clk: bcm2835: De-assert/assert PLL reset signal when appropriate
5431 - pwm: rcar: Fix a condition to prevent mismatch value setting to duty
5432 - thermal: imx: Fix race condition in imx_thermal_probe()
5433 - dt-bindings: clock: mediatek: add binding for fixed-factor clock axisel_d4
5434 - watchdog: f71808e_wdt: Fix WD_EN register read
5435 - ALSA: pcm: Use ERESTARTSYS instead of EINTR in OSS emulation
5436 - ALSA: pcm: Avoid potential races between OSS ioctls and read/write
5437 - ALSA: pcm: Return -EBUSY for OSS ioctls changing busy streams
5438 - ALSA: pcm: Fix mutex unbalance in OSS emulation ioctls
5439 - ALSA: pcm: Fix endless loop for XRUN recovery in OSS emulation
5440 - drm/amdgpu: Add an ATPX quirk for hybrid laptop
5441 - drm/amdgpu: Fix always_valid bos multiple LRU insertions.
5442 - drm/amdgpu/sdma: fix mask in emit_pipeline_sync
5443 - drm/amdgpu: Fix PCIe lane width calculation
5444 - drm/amdgpu/si: implement get/set pcie_lanes asic callback
5445 - drm/rockchip: Clear all interrupts before requesting the IRQ
5446 - drm/radeon: add PX quirk for Asus K73TK
5447 - drm/radeon: Fix PCIe lane width calculation
5448 - ALSA: line6: Use correct endpoint type for midi output
5449 - ALSA: rawmidi: Fix missing input substream checks in compat ioctls
5450 - ALSA: hda - New VIA controller suppor no-snoop path
5451 - random: fix crng_ready() test
5452 - random: use a different mixing algorithm for add_device_randomness()
5453 - random: crng_reseed() should lock the crng instance that it is modifying
5454 - random: add new ioctl RNDRESEEDCRNG
5455 - HID: input: fix battery level reporting on BT mice
5456 - HID: hidraw: Fix crash on HIDIOCGFEATURE with a destroyed device
5457 - HID: wacom: bluetooth: send exit report for recent Bluetooth devices
5458 - MIPS: uaccess: Add micromips clobbers to bzero invocation
5459 - MIPS: memset.S: EVA & fault support for small_memset
5460 - MIPS: memset.S: Fix return of __clear_user from Lpartial_fixup
5461 - MIPS: memset.S: Fix clobber of v1 in last_fixup
5462 - powerpc/eeh: Fix enabling bridge MMIO windows
5463 - powerpc/lib: Fix off-by-one in alternate feature patching
5464 - udf: Fix leak of UTF-16 surrogates into encoded strings
5465 - fanotify: fix logic of events on child
5466 - mmc: sdhci-pci: Only do AMD tuning for HS200
5467 - drm/i915: Correctly handle limited range YCbCr data on VLV/CHV
5468 - jffs2_kill_sb(): deal with failed allocations
5469 - hypfs_kill_super(): deal with failed allocations
5470 - orangefs_kill_sb(): deal with allocation failures
5471 - rpc_pipefs: fix double-dput()
5472 - Don't leak MNT_INTERNAL away from internal mounts
5473 - autofs: mount point create should honour passed in mode
5474 - mm/filemap.c: fix NULL pointer in page_cache_tree_insert()
5475 - Revert "media: lirc_zilog: driver only sends LIRCCODE"
5476 - media: staging: lirc_zilog: incorrect reference counting
5477 - writeback: safer lock nesting
5478 - Bluetooth: hci_bcm: Add irq_polarity module option
5479 - mm: hwpoison: disable memory error handling on 1GB hugepage
5480 - media: rc: oops in ir_timer_keyup after device unplug
5481 - acpi, nfit: rework NVDIMM leaf method detection
5482 - ceph: always update atime/mtime/ctime for new inode
5483 - ext4: fix offset overflow on 32-bit archs in ext4_iomap_begin()
5484 - ext4: force revalidation of directory pointer after seekdir(2)
5485 - RDMA/core: Avoid that ib_drain_qp() triggers an out-of-bounds stack access
5486 - xprtrdma: Fix latency regression on NUMA NFS/RDMA clients
5487 - xprtrdma: Fix corner cases when handling device removal
5488 - IB/srpt: Fix an out-of-bounds stack access in srpt_zerolength_write()
5489 - drivers/infiniband/core/verbs.c: fix build with gcc-4.4.4
5490 - drivers/infiniband/ulp/srpt/ib_srpt.c: fix build with gcc-4.4.4
5491 - mmc: core: Prevent bus reference leak in mmc_blk_init()
5492 - drm/amd/display: HDMI has no sound after Panel power off/on
5493 - trace_uprobe: Use %lx to display offset
5494 - clk: tegra: Mark HCLK, SCLK and EMC as critical
5495 - pwm: mediatek: Fix up PWM4 and PWM5 malfunction on MT7623
5496 - pwm: mediatek: Improve precision in rate calculation
5497 - HID: i2c-hid: Fix resume issue on Raydium touchscreen device
5498 - s390: add support for IBM z14 Model ZR1
5499 - drm/i915: Fix hibernation with ACPI S0 target state
5500 - libnvdimm, dimm: handle EACCES failures from label reads
5501 - device-dax: allow MAP_SYNC to succeed
5502 - HID: i2c-hid: fix inverted return value from i2c_hid_command()
5503
5504 * CVE-2018-7755
5505 - SAUCE: floppy: Do not copy a kernel pointer to user memory in FDGETPRM ioctl
5506
5507 -- Kleber Sacilotto de Souza <kleber.souza@canonical.com> Tue, 12 Jun 2018 18:09:35 +0200
ba9944e9 5508
b7be50f6 5509linux (4.15.0-23.25) bionic; urgency=medium
bd55b8aa 5510
b7be50f6 5511 * linux: 4.15.0-23.25 -proposed tracker (LP: #1772927)
bd55b8aa 5512
b7be50f6
SB
5513 * arm64 SDEI support needs trampoline code for KPTI (LP: #1768630)
5514 - arm64: mmu: add the entry trampolines start/end section markers into
5515 sections.h
5516 - arm64: sdei: Add trampoline code for remapping the kernel
5517
5518 * Some PCIe errors not surfaced through rasdaemon (LP: #1769730)
5519 - ACPI: APEI: handle PCIe AER errors in separate function
5520 - ACPI: APEI: call into AER handling regardless of severity
5521
5522 * qla2xxx: Fix page fault at kmem_cache_alloc_node() (LP: #1770003)
5523 - scsi: qla2xxx: Fix session cleanup for N2N
5524 - scsi: qla2xxx: Remove unused argument from qlt_schedule_sess_for_deletion()
5525 - scsi: qla2xxx: Serialize session deletion by using work_lock
5526 - scsi: qla2xxx: Serialize session free in qlt_free_session_done
5527 - scsi: qla2xxx: Don't call dma_free_coherent with IRQ disabled.
5528 - scsi: qla2xxx: Fix warning in qla2x00_async_iocb_timeout()
5529 - scsi: qla2xxx: Prevent relogin trigger from sending too many commands
5530 - scsi: qla2xxx: Fix double free bug after firmware timeout
5531 - scsi: qla2xxx: Fixup locking for session deletion
5532
5533 * Several hisi_sas bug fixes (LP: #1768974)
5534 - scsi: hisi_sas: dt-bindings: add an property of signal attenuation
5535 - scsi: hisi_sas: support the property of signal attenuation for v2 hw
5536 - scsi: hisi_sas: fix the issue of link rate inconsistency
5537 - scsi: hisi_sas: fix the issue of setting linkrate register
5538 - scsi: hisi_sas: increase timer expire of internal abort task
5539 - scsi: hisi_sas: remove unused variable hisi_sas_devices.running_req
5540 - scsi: hisi_sas: fix return value of hisi_sas_task_prep()
5541 - scsi: hisi_sas: Code cleanup and minor bug fixes
5542
5543 * [bionic] machine stuck and bonding not working well when nvmet_rdma module
5544 is loaded (LP: #1764982)
5545 - nvmet-rdma: Don't flush system_wq by default during remove_one
5546 - nvme-rdma: Don't flush delete_wq by default during remove_one
5547
5548 * Warnings/hang during error handling of SATA disks on SAS controller
5549 (LP: #1768971)
5550 - scsi: libsas: defer ata device eh commands to libata
5551
5552 * Hotplugging a SATA disk into a SAS controller may cause crash (LP: #1768948)
5553 - ata: do not schedule hot plug if it is a sas host
5554
5555 * ISST-LTE:pKVM:Ubuntu1804: rcu_sched self-detected stall on CPU follow by CPU
5556 ATTEMPT TO RE-ENTER FIRMWARE! (LP: #1767927)
5557 - powerpc/powernv: Handle unknown OPAL errors in opal_nvram_write()
5558 - powerpc/64s: return more carefully from sreset NMI
5559 - powerpc/64s: sreset panic if there is no debugger or crash dump handlers
5560
5561 * fsnotify: Fix fsnotify_mark_connector race (LP: #1765564)
5562 - fsnotify: Fix fsnotify_mark_connector race
5563
5564 * Hang on network interface removal in Xen virtual machine (LP: #1771620)
5565 - xen-netfront: Fix hang on device removal
5566
5567 * HiSilicon HNS NIC names are truncated in /proc/interrupts (LP: #1765977)
5568 - net: hns: Avoid action name truncation
5569
5570 * Ubuntu 18.04 kernel crashed while in degraded mode (LP: #1770849)
5571 - SAUCE: powerpc/perf: Fix memory allocation for core-imc based on
5572 num_possible_cpus()
5573
5574 * Switch Build-Depends: transfig to fig2dev (LP: #1770770)
5575 - [Config] update Build-Depends: transfig to fig2dev
5576
5577 * smp_call_function_single/many core hangs with stop4 alone (LP: #1768898)
5578 - cpufreq: powernv: Fix hardlockup due to synchronous smp_call in timer
5579 interrupt
5580
5581 * Add d-i support for Huawei NICs (LP: #1767490)
5582 - d-i: add hinic to nic-modules udeb
5583
5584 * unregister_netdevice: waiting for eth0 to become free. Usage count = 5
5585 (LP: #1746474)
5586 - xfrm: reuse uncached_list to track xdsts
5587
5588 * Include nfp driver in linux-modules (LP: #1768526)
5589 - [Config] Add nfp.ko to generic inclusion list
5590
5591 * Kernel panic on boot (m1.small in cn-north-1) (LP: #1771679)
5592 - x86/xen: Reset VCPU0 info pointer after shared_info remap
5593
5594 * CVE-2018-3639 (x86)
5595 - x86/bugs: Fix the parameters alignment and missing void
5596 - KVM: SVM: Move spec control call after restore of GS
5597 - x86/speculation: Use synthetic bits for IBRS/IBPB/STIBP
5598 - x86/cpufeatures: Disentangle MSR_SPEC_CTRL enumeration from IBRS
5599 - x86/cpufeatures: Disentangle SSBD enumeration
5600 - x86/cpufeatures: Add FEATURE_ZEN
5601 - x86/speculation: Handle HT correctly on AMD
5602 - x86/bugs, KVM: Extend speculation control for VIRT_SPEC_CTRL
5603 - x86/speculation: Add virtualized speculative store bypass disable support
5604 - x86/speculation: Rework speculative_store_bypass_update()
5605 - x86/bugs: Unify x86_spec_ctrl_{set_guest,restore_host}
5606 - x86/bugs: Expose x86_spec_ctrl_base directly
5607 - x86/bugs: Remove x86_spec_ctrl_set()
5608 - x86/bugs: Rework spec_ctrl base and mask logic
5609 - x86/speculation, KVM: Implement support for VIRT_SPEC_CTRL/LS_CFG
5610 - KVM: SVM: Implement VIRT_SPEC_CTRL support for SSBD
5611 - x86/bugs: Rename SSBD_NO to SSB_NO
5612 - bpf: Prevent memory disambiguation attack
5613 - KVM: VMX: Expose SSBD properly to guests.
5614
5615 * Suspend to idle: Open lid didn't resume (LP: #1771542)
5616 - ACPI / PM: Do not reconfigure GPEs for suspend-to-idle
5617
5618 * Fix initialization failure detection in SDEI for device-tree based systems
5619 (LP: #1768663)
5620 - firmware: arm_sdei: Fix return value check in sdei_present_dt()
5621
5622 * No driver for Huawei network adapters on arm64 (LP: #1769899)
5623 - net-next/hinic: add arm64 support
5624
5625 * CVE-2018-1092
5626 - ext4: fail ext4_iget for root directory if unallocated
5627
5628 * kernel 4.15 breaks nouveau on Lenovo P50 (LP: #1763189)
5629 - drm/nouveau: Fix deadlock in nv50_mstm_register_connector()
5630
5631 * update-initramfs not adding i915 GuC firmware for Kaby Lake, firmware fails
5632 to load (LP: #1728238)
5633 - Revert "UBUNTU: SAUCE: (no-up) i915: Remove MODULE_FIRMWARE statements for
5634 unreleased firmware"
5635
5636 * Battery drains when laptop is off (shutdown) (LP: #1745646)
5637 - PCI / PM: Check device_may_wakeup() in pci_enable_wake()
5638
5639 * Dell Latitude 5490/5590 BIOS update 1.1.9 causes black screen at boot
5640 (LP: #1764194)
5641 - drm/i915/bios: filter out invalid DDC pins from VBT child devices
5642
5643 * Intel 9462 A370:42A4 doesn't work (LP: #1748853)
5644 - iwlwifi: add shared clock PHY config flag for some devices
5645 - iwlwifi: add a bunch of new 9000 PCI IDs
5646
5647 * Fix an issue that some PCI devices get incorrectly suspended (LP: #1764684)
5648 - PCI / PM: Always check PME wakeup capability for runtime wakeup support
5649
5650 * [SRU][Bionic/Artful] fix false positives in W+X checking (LP: #1769696)
5651 - init: fix false positives in W+X checking
5652
5653 * Bionic update to v4.15.18 stable release (LP: #1769723)
5654 - netfilter: ipset: Missing nfnl_lock()/nfnl_unlock() is added to
5655 ip_set_net_exit()
5656 - cdc_ether: flag the Cinterion AHS8 modem by gemalto as WWAN
5657 - rds: MP-RDS may use an invalid c_path
5658 - slip: Check if rstate is initialized before uncompressing
5659 - vhost: fix vhost_vq_access_ok() log check
5660 - l2tp: fix races in tunnel creation
5661 - l2tp: fix race in duplicate tunnel detection
5662 - ip_gre: clear feature flags when incompatible o_flags are set
5663 - vhost: Fix vhost_copy_to_user()
5664 - lan78xx: Correctly indicate invalid OTP
5665 - media: v4l2-compat-ioctl32: don't oops on overlay
5666 - media: v4l: vsp1: Fix header display list status check in continuous mode
5667 - ipmi: Fix some error cleanup issues
5668 - parisc: Fix out of array access in match_pci_device()
5669 - parisc: Fix HPMC handler by increasing size to multiple of 16 bytes
5670 - Drivers: hv: vmbus: do not mark HV_PCIE as perf_device
5671 - PCI: hv: Serialize the present and eject work items
5672 - PCI: hv: Fix 2 hang issues in hv_compose_msi_msg()
5673 - KVM: PPC: Book3S HV: trace_tlbie must not be called in realmode
5674 - perf/core: Fix use-after-free in uprobe_perf_close()
5675 - x86/mce/AMD: Get address from already initialized block
5676 - hwmon: (ina2xx) Fix access to uninitialized mutex
5677 - ath9k: Protect queue draining by rcu_read_lock()
5678 - x86/apic: Fix signedness bug in APIC ID validity checks
5679 - f2fs: fix heap mode to reset it back
5680 - block: Change a rcu_read_{lock,unlock}_sched() pair into
5681 rcu_read_{lock,unlock}()
5682 - nvme: Skip checking heads without namespaces
5683 - lib: fix stall in __bitmap_parselist()
5684 - blk-mq: order getting budget and driver tag
5685 - blk-mq: don't keep offline CPUs mapped to hctx 0
5686 - ovl: fix lookup with middle layer opaque dir and absolute path redirects
5687 - xen: xenbus_dev_frontend: Fix XS_TRANSACTION_END handling
5688 - hugetlbfs: fix bug in pgoff overflow checking
5689 - nfsd: fix incorrect umasks
5690 - scsi: qla2xxx: Fix small memory leak in qla2x00_probe_one on probe failure
5691 - block/loop: fix deadlock after loop_set_status
5692 - nfit: fix region registration vs block-data-window ranges
5693 - s390/qdio: don't retry EQBS after CCQ 96
5694 - s390/qdio: don't merge ERROR output buffers
5695 - s390/ipl: ensure loadparm valid flag is set
5696 - get_user_pages_fast(): return -EFAULT on access_ok failure
5697 - mm/gup_benchmark: handle gup failures
5698 - getname_kernel() needs to make sure that ->name != ->iname in long case
5699 - Bluetooth: Fix connection if directed advertising and privacy is used
5700 - Bluetooth: hci_bcm: Treat Interrupt ACPI resources as always being active-
5701 low
5702 - rtl8187: Fix NULL pointer dereference in priv->conf_mutex
5703 - ovl: set lower layer st_dev only if setting lower st_ino
5704 - Linux 4.15.18
5705
5706 * Kernel bug when unplugging Thunderbolt 3 cable, leaves xHCI host controller
5707 dead (LP: #1768852)
5708 - xhci: Fix Kernel oops in xhci dbgtty
5709
5710 * Incorrect blacklist of bcm2835_wdt (LP: #1766052)
5711 - [Packaging] Fix missing watchdog for Raspberry Pi
5712
5713 * CVE-2018-8087
5714 - mac80211_hwsim: fix possible memory leak in hwsim_new_radio_nl()
5715
5716 * Integrated Webcam Realtek Integrated_Webcam_HD (0bda:58f4) not working in
5717 DELL XPS 13 9370 with firmware 1.50 (LP: #1763748)
5718 - SAUCE: media: uvcvideo: Support realtek's UVC 1.5 device
5719
5720 * [ALSA] [PATCH] Clevo P950ER ALC1220 Fixup (LP: #1769721)
5721 - SAUCE: ALSA: hda/realtek - Clevo P950ER ALC1220 Fixup
5722
5723 * Bionic: Intermittently sent to Emergency Mode on boot with unhandled kernel
5724 NULL pointer dereference at 0000000000000980 (LP: #1768292)
5725 - thunderbolt: Prevent crash when ICM firmware is not running
5726
5727 * linux-snapdragon: reduce EPROBEDEFER noise during boot (LP: #1768761)
5728 - [Config] snapdragon: DRM_I2C_ADV7511=y
5729
5730 * regression Aquantia Corp. AQC107 4.15.0-13-generic -> 4.15.0-20-generic ?
5731 (LP: #1767088)
5732 - net: aquantia: Regression on reset with 1.x firmware
5733 - net: aquantia: oops when shutdown on already stopped device
5734
5735 * e1000e msix interrupts broken in linux-image-4.15.0-15-generic
5736 (LP: #1764892)
5737 - e1000e: Remove Other from EIAC
5738
5739 * Acer Swift sf314-52 power button not managed (LP: #1766054)
5740 - SAUCE: platform/x86: acer-wmi: add another KEY_POWER keycode
5741
5742 * set PINCFG_HEADSET_MIC to parse_flags for Dell precision 3630 (LP: #1766398)
5743 - ALSA: hda/realtek - set PINCFG_HEADSET_MIC to parse_flags
5744
5745 * Change the location for one of two front mics on a lenovo thinkcentre
5746 machine (LP: #1766477)
5747 - ALSA: hda/realtek - adjust the location of one mic
5748
5749 * SRU: bionic: apply 50 ZFS upstream bugfixes (LP: #1764690)
5750 - SAUCE: (noup) Update zfs to 0.7.5-1ubuntu15 (LP: #1764690)
5751
5752 * [8086:3e92] display becomes blank after S3 (LP: #1763271)
5753 - drm/i915/edp: Do not do link training fallback or prune modes on EDP
5754
5755 -- Stefan Bader <stefan.bader@canonical.com> Wed, 23 May 2018 18:54:55 +0200
bd55b8aa 5756
9a195475 5757linux (4.15.0-22.24) bionic; urgency=medium
07a36948 5758
9a195475
SB
5759 * CVE-2018-3639 (powerpc)
5760 - powerpc/64s: Add support for a store forwarding barrier at kernel entry/exit
5761 - stf-barrier: set eieio instruction bit 6 for future optimisations
07a36948 5762
9a195475
SB
5763 * CVE-2018-3639 (x86)
5764 - x86/nospec: Simplify alternative_msr_write()
5765 - x86/bugs: Concentrate bug detection into a separate function
5766 - x86/bugs: Concentrate bug reporting into a separate function
5767 - x86/bugs: Read SPEC_CTRL MSR during boot and re-use reserved bits
5768 - x86/bugs, KVM: Support the combination of guest and host IBRS
5769 - x86/bugs: Expose /sys/../spec_store_bypass
5770 - x86/cpufeatures: Add X86_FEATURE_RDS
5771 - x86/bugs: Provide boot parameters for the spec_store_bypass_disable
5772 mitigation
5773 - x86/bugs/intel: Set proper CPU features and setup RDS
5774 - x86/bugs: Whitelist allowed SPEC_CTRL MSR values
5775 - x86/bugs/AMD: Add support to disable RDS on Fam[15,16,17]h if requested
5776 - x86/KVM/VMX: Expose SPEC_CTRL Bit(2) to the guest
5777 - x86/speculation: Create spec-ctrl.h to avoid include hell
5778 - prctl: Add speculation control prctls
5779 - x86/process: Allow runtime control of Speculative Store Bypass
5780 - x86/speculation: Add prctl for Speculative Store Bypass mitigation
5781 - nospec: Allow getting/setting on non-current task
5782 - proc: Provide details on speculation flaw mitigations
5783 - seccomp: Enable speculation flaw mitigations
5784 - x86/bugs: Make boot modes __ro_after_init
5785 - prctl: Add force disable speculation
5786 - seccomp: Use PR_SPEC_FORCE_DISABLE
5787 - seccomp: Add filter flag to opt-out of SSB mitigation
5788 - seccomp: Move speculation migitation control to arch code
5789 - x86/speculation: Make "seccomp" the default mode for Speculative Store
5790 Bypass
5791 - x86/bugs: Rename _RDS to _SSBD
5792 - proc: Use underscores for SSBD in 'status'
5793 - Documentation/spec_ctrl: Do some minor cleanups
5794 - x86/bugs: Fix __ssb_select_mitigation() return type
5795 - x86/bugs: Make cpu_show_common() static
5796
5797 * LSM Stacking prctl values should be redefined as to not collide with
5798 upstream prctls (LP: #1769263) // CVE-2018-3639
5799 - SAUCE: LSM stacking: adjust prctl values
5800
5801 -- Stefan Bader <stefan.bader@canonical.com> Tue, 15 May 2018 07:41:28 +0200
07a36948 5802
a628e8a4 5803linux (4.15.0-21.22) bionic; urgency=medium
4304cd24 5804
a628e8a4 5805 * linux: 4.15.0-21.22 -proposed tracker (LP: #1767397)
4304cd24 5806
a628e8a4
TLSC
5807 * initramfs-tools exception during pm.DoInstall with do-release-upgrade from
5808 16.04 to 18.04 (LP: #1766727)
5809 - Add linux-image-* Breaks on s390-tools (<< 2.3.0-0ubuntu3)
5810
5811 * linux-image-4.15.0-20-generic install after upgrade from xenial breaks
5812 (LP: #1767133)
5813 - Packaging: Depends on linux-base that provides the necessary tools
5814
5815 * linux-image packages need to Breaks flash-kernel << 3.90ubuntu2
5816 (LP: #1766629)
5817 - linux-image-* breaks on flash-kernel (<< 3.90ubuntu2)
5818
5819 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 30 Apr 2018 14:58:35 -0300
4304cd24 5820
d4174bae 5821linux (4.15.0-20.21) bionic; urgency=medium
56957d3e 5822
d4174bae 5823 * linux: 4.15.0-20.21 -proposed tracker (LP: #1766452)
56957d3e 5824
d4174bae
SF
5825 * package shim-signed (not installed) failed to install/upgrade: installed
5826 shim-signed package post-installation script subprocess returned error exit
5827 status 5 (LP: #1766391)
5828 - [Packaging] fix invocation of header postinst hooks
5829
5830 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Apr 2018 23:56:17 -0500
56957d3e 5831
25d7cdbb 5832linux (4.15.0-19.20) bionic; urgency=medium
3793e6dc 5833
25d7cdbb 5834 * linux: 4.15.0-19.20 -proposed tracker (LP: #1766021)
3793e6dc 5835
25d7cdbb
SF
5836 * Kernel 4.15.0-15 breaks Dell PowerEdge 12th Gen servers (LP: #1765232)
5837 - Revert "blk-mq: simplify queue mapping & schedule with each possisble CPU"
5838 - Revert "genirq/affinity: assign vectors to all possible CPUs"
5839
5840 -- Seth Forshee <seth.forshee@canonical.com> Sat, 21 Apr 2018 17:19:00 -0500
3793e6dc 5841
d3c5dfb7 5842linux (4.15.0-18.19) bionic; urgency=medium
57848588 5843
d3c5dfb7 5844 * linux: 4.15.0-18.19 -proposed tracker (LP: #1765490)
57848588 5845
d3c5dfb7
TLSC
5846 * [regression] Ubuntu 18.04:[4.15.0-17-generic #18] KVM Guest Kernel:
5847 meltdown: rfi/fallback displacement flush not enabled bydefault (kvm)
5848 (LP: #1765429)
5849 - powerpc/pseries: Fix clearing of security feature flags
5850
5851 * signing: only install a signed kernel (LP: #1764794)
5852 - [Packaging] update to Debian like control scripts
5853 - [Packaging] switch to triggers for postinst.d postrm.d handling
5854 - [Packaging] signing -- switch to raw-signing tarballs
5855 - [Packaging] signing -- switch to linux-image as signed when available
5856 - [Config] signing -- enable Opal signing for ppc64el
5857 - [Packaging] printenv -- add signing options
5858
5859 * [18.04 FEAT] Sign POWER host/NV kernels (LP: #1696154)
5860 - [Packaging] signing -- add support for signing Opal kernel binaries
5861
5862 * Please cherrypick s390 unwind fix (LP: #1765083)
5863 - s390/compat: fix setup_frame32
5864
5865 * Ubuntu 18.04 installer does not detect any IPR based HDD/RAID array [S822L]
5866 [ipr] (LP: #1751813)
5867 - d-i: move ipr to storage-core-modules on ppc64el
5868
5869 * drivers/gpu/drm/bridge/adv7511/adv7511.ko missing (LP: #1764816)
5870 - SAUCE: (no-up) rename the adv7511 drm driver to adv7511_drm
5871
5872 * Miscellaneous Ubuntu changes
5873 - [Packaging] Add linux-oem to rebuild test blacklist.
5874
5875 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Thu, 19 Apr 2018 18:06:46 -0300
57848588 5876
62b0412e 5877linux (4.15.0-17.18) bionic; urgency=medium
81619e0e 5878
62b0412e 5879 * linux: 4.15.0-17.18 -proposed tracker (LP: #1764498)
81619e0e 5880
62b0412e
SF
5881 * Eventual OOM with profile reloads (LP: #1750594)
5882 - SAUCE: apparmor: fix memory leak when duplicate profile load
5883
5884 -- Seth Forshee <seth.forshee@canonical.com> Mon, 16 Apr 2018 14:48:18 -0500
81619e0e 5885
9bdd96d7 5886linux (4.15.0-16.17) bionic; urgency=medium
f4763a54 5887
9bdd96d7 5888 * linux: 4.15.0-16.17 -proposed tracker (LP: #1763785)
f4763a54 5889
9bdd96d7
TLSC
5890 * [18.04] [bug] CFL-S(CNP)/CNL GPIO testing failed (LP: #1757346)
5891 - [Config]: Set CONFIG_PINCTRL_CANNONLAKE=y
5892
5893 * [Ubuntu 18.04] USB Type-C test failed on GLK (LP: #1758797)
5894 - SAUCE: usb: typec: ucsi: Increase command completion timeout value
5895
5896 * Fix trying to "push" an already active pool VP (LP: #1763386)
5897 - SAUCE: powerpc/xive: Fix trying to "push" an already active pool VP
5898
5899 * hisi_sas: Revert and replace SAUCE patches w/ upstream (LP: #1762824)
5900 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: export device table of v3 hw to
5901 userspace"
5902 - Revert "UBUNTU: SAUCE: scsi: hisi_sas: config for hip08 ES"
5903 - scsi: hisi_sas: modify some register config for hip08
5904 - scsi: hisi_sas: add v3 hw MODULE_DEVICE_TABLE()
5905
5906 * Realtek card reader - RTS5243 [VEN_10EC&DEV_5260] (LP: #1737673)
5907 - misc: rtsx: Move Realtek Card Reader Driver to misc
5908 - updateconfigs for Realtek Card Reader Driver
5909 - misc: rtsx: Add support for RTS5260
5910 - misc: rtsx: Fix symbol clashes
5911
5912 * Mellanox [mlx5] [bionic] UBSAN: Undefined behaviour in
5913 ./include/linux/net_dim.h (LP: #1763269)
5914 - net/mlx5e: Fix int overflow
5915
5916 * apparmor bug fixes for bionic (LP: #1763427)
5917 - apparmor: fix logging of the existence test for signals
5918 - apparmor: make signal label match work when matching stacked labels
5919 - apparmor: audit unknown signal numbers
5920 - apparmor: fix memory leak on buffer on error exit path
5921 - apparmor: fix mediation of prlimit
5922
5923 * dangling symlinks to loaded apparmor policy (LP: #1755563) // apparmor bug
5924 fixes for bionic (LP: #1763427)
5925 - apparmor: fix dangling symlinks to policy rawdata after replacement
5926
5927 * [OPAL] Assert fail:
5928 core/mem_region.c:447:lock_held_by_me(&region->free_list_lock)
5929 (LP: #1762913)
5930 - powerpc/watchdog: remove arch_trigger_cpumask_backtrace
5931
5932 * [LTC Test] Ubuntu 18.04: tm_trap_test failed on P8 compat mode guest
5933 (LP: #1762928)
5934 - powerpc/tm: Fix endianness flip on trap
5935
5936 * Add support for RT5660 codec based sound cards on Baytrail (LP: #1657674)
5937 - SAUCE: (no-up) ASoC: Intel: Support machine driver for RT5660 on Baytrail
5938 - SAUCE: (no-up) ASoC: rt5660: Add ACPI support
5939 - SAUCE: (no-up): ASoC: Intel: bytcr-rt5660: Add MCLK, quirks
5940 - [Config] CONFIG_SND_SOC_INTEL_BYTCR_RT5660_MACH=m, CONFIG_SND_SOC_RT5660=m
5941
5942 * /dev/ipmi enumeration flaky on Cavium Sabre nodes (LP: #1762812)
5943 - i2c: xlp9xx: return ENXIO on slave address NACK
5944 - i2c: xlp9xx: Handle transactions with I2C_M_RECV_LEN properly
5945 - i2c: xlp9xx: Check for Bus state before every transfer
5946 - i2c: xlp9xx: Handle NACK on DATA properly
5947
5948 * [18.04 FEAT] Add kvm_stat from kernel tree (LP: #1734130)
5949 - tools/kvm_stat: simplify the sortkey function
5950 - tools/kvm_stat: use a namedtuple for storing the values
5951 - tools/kvm_stat: use a more pythonic way to iterate over dictionaries
5952 - tools/kvm_stat: avoid 'is' for equality checks
5953 - tools/kvm_stat: fix crash when filtering out all non-child trace events
5954 - tools/kvm_stat: print error on invalid regex
5955 - tools/kvm_stat: fix debugfs handling
5956 - tools/kvm_stat: mark private methods as such
5957 - tools/kvm_stat: eliminate extra guest/pid selection dialog
5958 - tools/kvm_stat: separate drilldown and fields filtering
5959 - tools/kvm_stat: group child events indented after parent
5960 - tools/kvm_stat: print 'Total' line for multiple events only
5961 - tools/kvm_stat: Fix python3 syntax
5962 - tools/kvm_stat: Don't use deprecated file()
5963 - tools/kvm_stat: Remove unused function
5964 - [Packaging] Add linux-tools-host package for VM host tools
5965 - [Config] do_tools_host=true for amd64
5966
5967 * Bionic update to v4.15.17 stable release (LP: #1763366)
5968 - i40iw: Fix sequence number for the first partial FPDU
5969 - i40iw: Correct Q1/XF object count equation
5970 - i40iw: Validate correct IRD/ORD connection parameters
5971 - clk: meson: mpll: use 64-bit maths in params_from_rate
5972 - ARM: dts: ls1021a: add "fsl,ls1021a-esdhc" compatible string to esdhc node
5973 - Bluetooth: Add a new 04ca:3015 QCA_ROME device
5974 - ipv6: Reinject IPv6 packets if IPsec policy matches after SNAT
5975 - thermal: power_allocator: fix one race condition issue for thermal_instances
5976 list
5977 - perf probe: Find versioned symbols from map
5978 - perf probe: Add warning message if there is unexpected event name
5979 - perf evsel: Fix swap for samples with raw data
5980 - perf evsel: Enable ignore_missing_thread for pid option
5981 - l2tp: fix missing print session offset info
5982 - rds; Reset rs->rs_bound_addr in rds_add_bound() failure path
5983 - ACPI / video: Default lcd_only to true on Win8-ready and newer machines
5984 - IB/mlx5: Report inner RSS capability
5985 - VFS: close race between getcwd() and d_move()
5986 - watchdog: dw_wdt: add stop watchdog operation
5987 - clk: divider: fix incorrect usage of container_of
5988 - PM / devfreq: Fix potential NULL pointer dereference in governor_store
5989 - gpiolib: don't dereference a desc before validation
5990 - net_sch: red: Fix the new offload indication
5991 - selftests/net: fix bugs in address and port initialization
5992 - thermal/drivers/hisi: Remove bogus const from function return type
5993 - RDMA/cma: Mark end of CMA ID messages
5994 - hwmon: (ina2xx) Make calibration register value fixed
5995 - f2fs: fix lock dependency in between dio_rwsem & i_mmap_sem
5996 - clk: sunxi-ng: a83t: Add M divider to TCON1 clock
5997 - media: videobuf2-core: don't go out of the buffer range
5998 - ASoC: Intel: Skylake: Disable clock gating during firmware and library
5999 download
6000 - ASoC: Intel: cht_bsw_rt5645: Analog Mic support
6001 - drm/msm: Fix NULL deref in adreno_load_gpu
6002 - IB/ipoib: Fix for notify send CQ failure messages
6003 - spi: sh-msiof: Fix timeout failures for TX-only DMA transfers
6004 - scsi: mpt3sas: Proper handling of set/clear of "ATA command pending" flag.
6005 - irqchip/ompic: fix return value check in ompic_of_init()
6006 - irqchip/gic-v3: Fix the driver probe() fail due to disabled GICC entry
6007 - ACPI: EC: Fix debugfs_create_*() usage
6008 - mac80211: Fix setting TX power on monitor interfaces
6009 - vfb: fix video mode and line_length being set when loaded
6010 - crypto: crypto4xx - perform aead icv check in the driver
6011 - gpio: label descriptors using the device name
6012 - arm64: asid: Do not replace active_asids if already 0
6013 - powernv-cpufreq: Add helper to extract pstate from PMSR
6014 - IB/rdmavt: Allocate CQ memory on the correct node
6015 - blk-mq: avoid to map CPU into stale hw queue
6016 - blk-mq: fix race between updating nr_hw_queues and switching io sched
6017 - backlight: tdo24m: Fix the SPI CS between transfers
6018 - nvme-fabrics: protect against module unload during create_ctrl
6019 - nvme-fabrics: don't check for non-NULL module in nvmf_register_transport
6020 - pinctrl: baytrail: Enable glitch filter for GPIOs used as interrupts
6021 - nvme_fcloop: disassocate local port structs
6022 - nvme_fcloop: fix abort race condition
6023 - tpm: return a TPM_RC_COMMAND_CODE response if command is not implemented
6024 - perf report: Fix a no annotate browser displayed issue
6025 - staging: lustre: disable preempt while sampling processor id.
6026 - ASoC: Intel: sst: Fix the return value of 'sst_send_byte_stream_mrfld()'
6027 - power: supply: axp288_charger: Properly stop work on probe-error / remove
6028 - rt2x00: do not pause queue unconditionally on error path
6029 - wl1251: check return from call to wl1251_acx_arp_ip_filter
6030 - net/mlx5: Fix race for multiple RoCE enable
6031 - bcache: ret IOERR when read meets metadata error
6032 - bcache: stop writeback thread after detaching
6033 - bcache: segregate flash only volume write streams
6034 - net: Fix netdev_WARN_ONCE macro
6035 - net/mlx5e: IPoIB, Use correct timestamp in child receive flow
6036 - blk-mq: fix kernel oops in blk_mq_tag_idle()
6037 - tty: n_gsm: Allow ADM response in addition to UA for control dlci
6038 - block, bfq: put async queues for root bfq groups too
6039 - serdev: Fix serdev_uevent failure on ACPI enumerated serdev-controllers
6040 - EDAC, mv64x60: Fix an error handling path
6041 - uio_hv_generic: check that host supports monitor page
6042 - Bluetooth: hci_bcm: Mandate presence of shutdown and device wake GPIO
6043 - Bluetooth: hci_bcm: Validate IRQ before using it
6044 - Bluetooth: hci_bcm: Make shutdown and device wake GPIO optional
6045 - i40evf: don't rely on netif_running() outside rtnl_lock()
6046 - drm/amd/powerplay: fix memory leakage when reload (v2)
6047 - cxgb4vf: Fix SGE FL buffer initialization logic for 64K pages
6048 - PM / domains: Don't skip driver's ->suspend|resume_noirq() callbacks
6049 - scsi: megaraid_sas: Error handling for invalid ldcount provided by firmware
6050 in RAID map
6051 - scsi: megaraid_sas: unload flag should be set after scsi_remove_host is
6052 called
6053 - RDMA/cma: Fix rdma_cm path querying for RoCE
6054 - gpio: thunderx: fix error return code in thunderx_gpio_probe()
6055 - x86/gart: Exclude GART aperture from vmcore
6056 - sdhci: Advertise 2.0v supply on SDIO host controller
6057 - Input: goodix - disable IRQs while suspended
6058 - mtd: mtd_oobtest: Handle bitflips during reads
6059 - crypto: aes-generic - build with -Os on gcc-7+
6060 - perf tools: Fix copyfile_offset update of output offset
6061 - tcmu: release blocks for partially setup cmds
6062 - thermal: int3400_thermal: fix error handling in int3400_thermal_probe()
6063 - drm/i915/cnp: Ignore VBT request for know invalid DDC pin.
6064 - drm/i915/cnp: Properly handle VBT ddc pin out of bounds.
6065 - x86/microcode: Propagate return value from updating functions
6066 - x86/CPU: Add a microcode loader callback
6067 - x86/CPU: Check CPU feature bits after microcode upgrade
6068 - x86/microcode: Get rid of struct apply_microcode_ctx
6069 - x86/microcode/intel: Check microcode revision before updating sibling
6070 threads
6071 - x86/microcode/intel: Writeback and invalidate caches before updating
6072 microcode
6073 - x86/microcode: Do not upload microcode if CPUs are offline
6074 - x86/microcode/intel: Look into the patch cache first
6075 - x86/microcode: Request microcode on the BSP
6076 - x86/microcode: Synchronize late microcode loading
6077 - x86/microcode: Attempt late loading only when new microcode is present
6078 - x86/microcode: Fix CPU synchronization routine
6079 - arp: fix arp_filter on l3slave devices
6080 - ipv6: the entire IPv6 header chain must fit the first fragment
6081 - lan78xx: Crash in lan78xx_writ_reg (Workqueue: events
6082 lan78xx_deferred_multicast_write)
6083 - net: dsa: Discard frames from unused ports
6084 - net: fix possible out-of-bound read in skb_network_protocol()
6085 - net/ipv6: Fix route leaking between VRFs
6086 - net/ipv6: Increment OUTxxx counters after netfilter hook
6087 - netlink: make sure nladdr has correct size in netlink_connect()
6088 - net/mlx5e: Verify coalescing parameters in range
6089 - net sched actions: fix dumping which requires several messages to user space
6090 - net/sched: fix NULL dereference in the error path of tcf_bpf_init()
6091 - pptp: remove a buggy dst release in pptp_connect()
6092 - r8169: fix setting driver_data after register_netdev
6093 - sctp: do not leak kernel memory to user space
6094 - sctp: sctp_sockaddr_af must check minimal addr length for AF_INET6
6095 - vhost: correctly remove wait queue during poll failure
6096 - vlan: also check phy_driver ts_info for vlan's real device
6097 - vrf: Fix use after free and double free in vrf_finish_output
6098 - bonding: fix the err path for dev hwaddr sync in bond_enslave
6099 - bonding: move dev_mc_sync after master_upper_dev_link in bond_enslave
6100 - bonding: process the err returned by dev_set_allmulti properly in
6101 bond_enslave
6102 - net: fool proof dev_valid_name()
6103 - ip_tunnel: better validate user provided tunnel names
6104 - ipv6: sit: better validate user provided tunnel names
6105 - ip6_gre: better validate user provided tunnel names
6106 - ip6_tunnel: better validate user provided tunnel names
6107 - vti6: better validate user provided tunnel names
6108 - net/mlx5e: Set EQE based as default TX interrupt moderation mode
6109 - net_sched: fix a missing idr_remove() in u32_delete_key()
6110 - net/sched: fix NULL dereference in the error path of tcf_vlan_init()
6111 - net/mlx5e: Avoid using the ipv6 stub in the TC offload neigh update path
6112 - net/mlx5e: Fix memory usage issues in offloading TC flows
6113 - net/sched: fix NULL dereference in the error path of tcf_sample_init()
6114 - nfp: use full 40 bits of the NSP buffer address
6115 - ipv6: sr: fix seg6 encap performances with TSO enabled
6116 - net/mlx5e: Don't override vport admin link state in switchdev mode
6117 - net/mlx5e: Sync netdev vxlan ports at open
6118 - net/sched: fix NULL dereference in the error path of tunnel_key_init()
6119 - net/sched: fix NULL dereference on the error path of tcf_skbmod_init()
6120 - strparser: Fix sign of err codes
6121 - net/mlx4_en: Fix mixed PFC and Global pause user control requests
6122 - net/mlx5e: Fix traffic being dropped on VF representor
6123 - vhost: validate log when IOTLB is enabled
6124 - route: check sysctl_fib_multipath_use_neigh earlier than hash
6125 - team: move dev_mc_sync after master_upper_dev_link in team_port_add
6126 - vhost_net: add missing lock nesting notation
6127 - net/mlx4_core: Fix memory leak while delete slave's resources
6128 - Linux 4.15.17
6129
6130 * sky2 gigabit ethernet driver sometimes stops working after lid-open resume
6131 from sleep (88E8055) (LP: #1758507) // Bionic update to v4.15.17 stable
6132 release (LP: #1763366)
6133 - sky2: Increase D3 delay to sky2 stops working after suspend
6134
6135 * [Featire] CNL: Enable RAPL support (LP: #1685712)
6136 - powercap: RAPL: Add support for Cannon Lake
6137
6138 * System Z {kernel} UBUNTU18.04 wrong kernel config (LP: #1762719)
6139 - s390: move nobp parameter functions to nospec-branch.c
6140 - s390: add automatic detection of the spectre defense
6141 - s390: report spectre mitigation via syslog
6142 - s390: add sysfs attributes for spectre
6143 - [Config] CONFIG_EXPOLINE_AUTO=y, CONFIG_KERNEL_NOBP=n for s390
6144 - s390: correct nospec auto detection init order
6145
6146 * Merge the linux-snapdragon kernel into bionic master/snapdragon
6147 (LP: #1763040)
6148 - drm/msm: fix spelling mistake: "ringubffer" -> "ringbuffer"
6149 - drm/msm: fix msm_rd_dump_submit prototype
6150 - drm/msm: gpu: Only sync fences on rings that exist
6151 - wcn36xx: set default BTLE coexistence config
6152 - wcn36xx: Add hardware scan offload support
6153 - wcn36xx: Reduce spinlock in indication handler
6154 - wcn36xx: fix incorrect assignment to msg_body.min_ch_time
6155 - wcn36xx: release DMA memory in case of error
6156 - mailbox: qcom: Convert APCS IPC driver to use regmap
6157 - mailbox: qcom: Create APCS child device for clock controller
6158 - clk: qcom: Add A53 PLL support
6159 - clk: qcom: Add regmap mux-div clocks support
6160 - clk: qcom: Add APCS clock controller support
6161 - clk: qcom: msm8916: Fix return value check in qcom_apcs_msm8916_clk_probe()
6162 - media: venus: venc: set correctly GOP size and number of B-frames
6163 - media: venus: venc: configure entropy mode
6164 - media: venus: venc: Apply inloop deblocking filter
6165 - media: venus: cleanup set_property controls
6166 - arm64: defconfig: enable REMOTEPROC
6167 - arm64: defconfig: enable QCOM audio drivers for APQ8016 and DB410c
6168 - kernel: configs; add distro.config
6169 - arm64: configs: enable WCN36xx
6170 - kernel: distro.config: enable debug friendly USB network adpater
6171 - arm64: configs: enable QCOM Venus
6172 - arm64: defconfig: Enable a53/apcs and avs
6173 - arm64: defconfig: enable ondemand governor as default
6174 - arm64: defconfig: enable QCOM_TSENS
6175 - arm64: defconfig: enable new trigger modes for leds
6176 - kernel: configs: enable dm_mod and dm_crypt
6177 - Force the SMD regulator driver to be compiled-in
6178 - arm64: defconfig: enable CFG80211_DEFAULT_PS by default
6179 - arm64: configs: enable BT_QCOMSMD
6180 - kernel: configs: add more USB net drivers
6181 - arm64: defconfig: disable ANALOG_TV and DIGITAL_TV
6182 - arm64: configs: Enable camera drivers
6183 - kernel: configs: add freq stat to sysfs
6184 - arm64: defconfig: enable CONFIG_USB_CONFIGFS_F_FS by default
6185 - arm64: defconfig: Enable QRTR features
6186 - kernel: configs: set USB_CONFIG_F_FS in distro.config
6187 - kernel: distro.config: enable 'schedutil' CPUfreq governor
6188 - kernel: distro.config: enable 'fq' and 'fq_codel' qdiscs
6189 - kernel: distro.config: enable 'BBR' TCP congestion algorithm
6190 - arm64: defconfig: enable LEDS_QCOM_LPG
6191 - HACK: drm/msm/iommu: Remove runtime_put calls in map/unmap
6192 - power: avs: Add support for CPR (Core Power Reduction)
6193 - power: avs: cpr: Use raw mem access for qfprom
6194 - power: avs: cpr: fix with new reg_sequence structures
6195 - power: avs: cpr: Register with cpufreq-dt
6196 - regulator: smd: Add floor and corner operations
6197 - PM / OPP: Support adjusting OPP voltages at runtime
6198 - PM / OPP: Drop RCU usage in dev_pm_opp_adjust_voltage()
6199 - PM / OPP: HACK: Allow to set regulator without opp_list
6200 - PM / OPP: Add a helper to get an opp regulator for device
6201 - cpufreq: Add apq8016 to cpufreq-dt-platdev blacklist
6202 - regulator: smd: Allow REGULATOR_QCOM_SMD_RPM=m
6203 - ov5645: I2C address change
6204 - i2c: Add Qualcomm Camera Control Interface driver
6205 - camss: vfe: Skip first four frames from sensor
6206 - camss: Do not register if no cameras are present
6207 - i2c-qcom-cci: Fix run queue completion timeout
6208 - i2c-qcom-cci: Fix I2C address bug
6209 - media: ov5645: Fix I2C address
6210 - drm/bridge/adv7511: Delay clearing of HPD interrupt status
6211 - HACK: drm/msm/adv7511: Don't rely on interrupts for EDID parsing
6212 - leds: Add driver for Qualcomm LPG
6213 - wcn36xx: Fix warning due to duplicate scan_completed notification
6214 - arm64: dts: Add CPR DT node for msm8916
6215 - arm64: dts: add spmi-regulator nodes
6216 - arm64: dts: msm8916: Add cpufreq support
6217 - arm64: dts: msm8916: Add a shared CPU opp table
6218 - arm64: dts: msm8916: Add cpu cooling maps
6219 - arm64: dts: pm8916: Mark the s2 regulator as always-on
6220 - dt-bindings: mailbox: qcom: Document the APCS clock binding
6221 - arm64: dts: qcom: msm8916: Add msm8916 A53 PLL DT node
6222 - arm64: dts: qcom: msm8916: Use the new APCS mailbox driver
6223 - arm64: dts: qcom: msm8916: Add clock properties to the APCS node
6224 - arm64: dts: qcom: apq8016-sbc: Allow USR4 LED to notify kernel panic
6225 - dt-bindings: media: Binding document for Qualcomm Camera Control Interface
6226 driver
6227 - MAINTAINERS: Add Qualcomm Camera Control Interface driver
6228 - DT: leds: Add Qualcomm Light Pulse Generator binding
6229 - arm64: dts: qcom: msm8996: Add mpp and lpg blocks
6230 - arm64: dts: qcom: Add pwm node for pm8916
6231 - arm64: dts: qcom: Add user LEDs on db820c
6232 - arm64: dts: qcom: Add WiFI/BT LEDs on db820c
6233 - ARM: dts: qcom: Add LPG node to pm8941
6234 - ARM: dts: qcom: honami: Add LPG node and RGB LED
6235 - arm64: dts: qcom: Add Camera Control Interface support
6236 - arm64: dts: qcom: Add apps_iommu vfe child node
6237 - arm64: dts: qcom: Add camss device node
6238 - arm64: dts: qcom: Add ov5645 device nodes
6239 - arm64: dts: msm8916: Fix camera sensors I2C addresses
6240 - arm: dts: qcom: db410c: Enable PWM signal on MPP4
6241 - packaging: arm64: add a uboot flavour - part1
6242 - packaging: arm64: add a uboot flavour - part2
6243 - packaging: arm64: add a uboot flavour - part3
6244 - packaging: arm64: add a uboot flavour - part4
6245 - packaging: arm64: add a uboot flavour - part5
6246 - packaging: arm64: rename uboot flavour to snapdragon
6247 - [Config] updateconfigs after qcomlt import
6248 - [Config] arm64: snapdragon: COMMON_CLK_QCOM=y
6249 - [Config] arm64: snapdragon: MSM_GCC_8916=y
6250 - [Config] arm64: snapdragon: REGULATOR_FIXED_VOLTAGE=y
6251 - [Config] arm64: snapdragon: PINCTRL_MSM8916=y
6252 - [Config] arm64: snapdragon: HWSPINLOCK_QCOM=y
6253 - [Config] arm64: snapdragon: SPMI=y, SPMI_MSM_PMIC_ARB=y
6254 - [Config] arm64: snapdragon: REGMAP_SPMI=y, PINCTRL_QCOM_SPMI_PMIC=y
6255 - [Config] arm64: snapdragon: REGULATOR_QCOM_SPMI=y
6256 - [Config] arm64: snapdragon: MFD_SPMI_PMIC=y
6257 - [Config] arm64: snapdragon: QCOM_SMEM=y
6258 - [Config] arm64: snapdragon: RPMSG=y, RPMSG_QCOM_SMD=y
6259 - [Config] arm64: snapdragon: QCOM_SMD_RPM=y, REGULATOR_QCOM_SMD_RPM=y
6260 - [Config] arm64: snapdragon: QCOM_CLK_SMD_RPM=y
6261 - [Config] arm64: snapdragon: QCOM_BAM_DMA=y
6262 - [Config] arm64: snapdragon: QCOM_HIDMA=y, QCOM_HIDMA_MGMT=y
6263 - [Config] arm64: snapdragon: QCOM_CPR=y
6264 - [Config] arm64: snapdragon: QCOM_QFPROM=y, QCOM_TSENS=y
6265 - [Config] arm64: snapdragon: MMC_SDHCI=y, MMC_SDHCI_PLTFM=y, MMC_SDHCI_MSM=y
6266 - [Config] turn off DRM_MSM_REGISTER_LOGGING
6267 - [Config] arm64: snapdragon: I2C_QUP=y
6268 - [Config] arm64: snapdragon: SPI_QUP=y
6269 - [Config] arm64: snapdragon: USB_ULPI_BUS=y, PHY_QCOM_USB_HS=y
6270 - [Config] arm64: snapdragon: QCOM_APCS_IPC=y
6271 - [Config] arm64: snapdragon: QCOM_WCNSS_CTRL=y
6272 - [Config] arm64: snapdragon: QCOM_SMSM=y
6273 - [Config] arm64: snapdragon: QCOM_SMP2P=y
6274 - [Config] arm64: snapdragon: DRM_MSM=y
6275 - [Config] arm64: snapdragon: SND_SOC=y
6276 - [Config] arm64: snapdragon: QCOM_WCNSS_PIL=m
6277 - [Config] arm64: snapdragon: QCOM_A53PLL=y, QCOM_CLK_APCS_MSM8916=y
6278 - [Config] arm64: snapdragon: INPUT_PM8941_PWRKEY=y
6279 - [Config] arm64: snapdragon: MEDIA_SUBDRV_AUTOSELECT=y, VIDEO_OV5645=m
6280 - [Config] arm64: snapdragon: SND_SOC_APQ8016_SBC=y, SND_SOC_LPASS_APQ8016=y
6281 - [Config] arm64: snapdragon: SND_SOC_MSM8916_WCD_ANALOG=y,
6282 SND_SOC_MSM8916_WCD_DIGITAL=y
6283 - SAUCE: media: ov5645: skip address change if dt addr == default addr
6284 - SAUCE: drm/msm/adv7511: wrap hacks under CONFIG_ADV7511_SNAPDRAGON_HACKS
6285 #ifdefs
6286 - [Config] arm64: snapdragon: ADV7511_SNAPDRAGON_HACKS=y
6287 - packaging: snapdragon: fixup ABI paths
6288
6289 * LSM stacking patches for bionic (LP: #1763062)
6290 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
6291 - SAUCE: LSM stacking: LSM: Manage credential security blobs
6292 - SAUCE: LSM stacking: LSM: Manage file security blobs
6293 - SAUCE: LSM stacking: LSM: Manage task security blobs
6294 - SAUCE: LSM stacking: LSM: Manage remaining security blobs
6295 - SAUCE: LSM stacking: LSM: General stacking
6296 - SAUCE: LSM stacking: fixup initialize task->security
6297 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
6298 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
6299 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
6300 - SAUCE: LSM stacking: fixup apparmor stacking enablement
6301 - SAUCE: LSM stacking: fixup stacking kconfig
6302 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
6303 - SAUCE: LSM stacking: provide prctl interface for setting context
6304 - SAUCE: LSM stacking: inherit current display LSM
6305 - SAUCE: LSM stacking: keep an index for each registered LSM
6306 - SAUCE: LSM stacking: verify display LSM
6307 - SAUCE: LSM stacking: provide a way to specify the default display lsm
6308 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
6309 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
6310 - SAUCE: LSM stacking: add Kconfig to set default display LSM
6311 - SAUCE: LSM stacking: add configs for LSM stacking
6312 - SAUCE: LSM stacking: add apparmor and selinux proc dirs
6313 - SAUCE: LSM stacking: remove procfs context interface
6314
6315 * linux 4.13.0-13.14 ADT test failure with linux 4.13.0-13.14
6316 (LP: #1720779) // LSM stacking patches for bionic (LP: #1763062)
6317 - SAUCE: LSM stacking: check for invalid zero sized writes
6318
6319 * RDMA/hns: ensure for-loop actually iterates and free's buffers
6320 (LP: #1762757)
6321 - RDMA/hns: ensure for-loop actually iterates and free's buffers
6322
6323 * Support cq/rq record doorbell for RDMA on HSilicon hip08 systems
6324 (LP: #1762755)
6325 - RDMA/hns: Fix the endian problem for hns
6326 - RDMA/hns: Support rq record doorbell for the user space
6327 - RDMA/hns: Support cq record doorbell for the user space
6328 - RDMA/hns: Support rq record doorbell for kernel space
6329 - RDMA/hns: Support cq record doorbell for kernel space
6330 - RDMA/hns: Fix cqn type and init resp
6331 - RDMA/hns: Fix init resp when alloc ucontext
6332 - RDMA/hns: Fix cq record doorbell enable in kernel
6333
6334 * Replace LPC patchset with upstream version (LP: #1762758)
6335 - Revert "UBUNTU: SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver"
6336 - Revert "UBUNTU: SAUCE: HISI LPC: Add ACPI support"
6337 - Revert "UBUNTU: SAUCE: ACPI / scan: do not enumerate Indirect IO host
6338 children"
6339 - Revert "UBUNTU: SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT
6340 bindings"
6341 - Revert "UBUNTU: SAUCE: OF: Add missing I/O range exception for indirect-IO
6342 devices"
6343 - Revert "UBUNTU: SAUCE: PCI: Apply the new generic I/O management on PCI IO
6344 hosts"
6345 - Revert "UBUNTU: SAUCE: PCI: Add fwnode handler as input param of
6346 pci_register_io_range()"
6347 - Revert "UBUNTU: SAUCE: PCI: Remove unused __weak attribute in
6348 pci_register_io_range()"
6349 - Revert "UBUNTU: SAUCE: LIB: Introduce a generic PIO mapping method"
6350 - lib: Add generic PIO mapping method
6351 - PCI: Remove __weak tag from pci_register_io_range()
6352 - PCI: Add fwnode handler as input param of pci_register_io_range()
6353 - PCI: Apply the new generic I/O management on PCI IO hosts
6354 - of: Add missing I/O range exception for indirect-IO devices
6355 - HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
6356 - ACPI / scan: Rename acpi_is_serial_bus_slave() for more general use
6357 - ACPI / scan: Do not enumerate Indirect IO host children
6358 - HISI LPC: Add ACPI support
6359 - MAINTAINERS: Add John Garry as maintainer for HiSilicon LPC driver
6360
6361 * Enable Tunneled Operations on POWER9 (LP: #1762448)
6362 - powerpc/powernv: Enable tunneled operations
6363 - cxl: read PHB indications from the device tree
6364
6365 * PSL traces reset after PERST for debug AFU image (LP: #1762462)
6366 - cxl: Enable NORST bit in PSL_DEBUG register for PSL9
6367
6368 * NFS + sec=krb5 is broken (LP: #1759791)
6369 - sunrpc: remove incorrect HMAC request initialization
6370
6371 * Raspberry Pi 3 microSD support missing from the installer (LP: #1729128)
6372 - d-i: add bcm2835 to block-modules
6373
6374 * Backport USB core quirks (LP: #1762695)
6375 - usb: core: Add "quirks" parameter for usbcore
6376 - usb: core: Copy parameter string correctly and remove superfluous null check
6377 - usb: core: Add USB_QUIRK_DELAY_CTRL_MSG to usbcore quirks
6378
6379 * [Ubuntu 18.04] cryptsetup: 'device-mapper: reload ioctl on failed' when
6380 setting up a second end-to-end encrypted disk (LP: #1762353)
6381 - SAUCE: s390/crypto: Adjust s390 aes and paes cipher
6382
6383 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715
6384 - powerpc/64s: Wire up cpu_show_spectre_v2()
6385
6386 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5753
6387 - powerpc/64s: Wire up cpu_show_spectre_v1()
6388
6389 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5754
6390 - powerpc/rfi-flush: Move the logic to avoid a redo into the debugfs code
6391 - powerpc/rfi-flush: Make it possible to call setup_rfi_flush() again
6392 - powerpc/rfi-flush: Always enable fallback flush on pseries
6393 - powerpc/rfi-flush: Differentiate enabled and patched flush types
6394 - powerpc/rfi-flush: Call setup_rfi_flush() after LPM migration
6395 - powerpc/64s: Move cpu_show_meltdown()
6396 - powerpc/64s: Enhance the information in cpu_show_meltdown()
6397 - powerpc/powernv: Use the security flags in pnv_setup_rfi_flush()
6398 - powerpc/pseries: Use the security flags in pseries_setup_rfi_flush()
6399
6400 * Additional spectre and meltdown patches (LP: #1760099) // CVE-2017-5715 //
6401 CVE-2017-5753 // CVE-2017-5754
6402 - powerpc/pseries: Add new H_GET_CPU_CHARACTERISTICS flags
6403 - powerpc: Add security feature flags for Spectre/Meltdown
6404 - powerpc/pseries: Set or clear security feature flags
6405 - powerpc/powernv: Set or clear security feature flags
6406
6407 * Hisilicon network subsystem 3 support (LP: #1761610)
6408 - net: hns3: export pci table of hclge and hclgevf to userspace
6409 - d-i: Add hns3 drivers to nic-modules
6410
6411 * "ip a" command on a guest VM shows UNKNOWN status (LP: #1761534)
6412 - virtio-net: Fix operstate for virtio when no VIRTIO_NET_F_STATUS
6413
6414 * perf vendor events arm64: Enable JSON events for ThunderX2 B0 (LP: #1760712)
6415 - perf vendor events aarch64: Add JSON metrics for ARM Cortex-A53 Processor
6416 - perf vendor events: Drop incomplete multiple mapfile support
6417 - perf vendor events: Fix error code in json_events()
6418 - perf vendor events: Drop support for unused topic directories
6419 - perf vendor events: Add support for pmu events vendor subdirectory
6420 - perf vendor events arm64: Relocate ThunderX2 JSON to cavium subdirectory
6421 - perf vendor events arm64: Relocate Cortex A53 JSONs to arm subdirectory
6422 - perf vendor events: Add support for arch standard events
6423 - perf vendor events arm64: Add armv8-recommended.json
6424 - perf vendor events arm64: Fixup ThunderX2 to use recommended events
6425 - perf vendor events arm64: fixup A53 to use recommended events
6426 - perf vendor events arm64: add HiSilicon hip08 JSON file
6427 - perf vendor events arm64: Enable JSON events for ThunderX2 B0
6428
6429 * Warning "cache flush timed out!" seen when unloading the cxl driver
6430 (LP: #1762367)
6431 - cxl: Check if PSL data-cache is available before issue flush request
6432
6433 * Bionic update to 4.15.16 stable release (LP: #1762370)
6434 - ARM: OMAP: Fix SRAM W+X mapping
6435 - ARM: 8746/1: vfp: Go back to clearing vfp_current_hw_state[]
6436 - ARM: dts: sun6i: a31s: bpi-m2: improve pmic properties
6437 - ARM: dts: sun6i: a31s: bpi-m2: add missing regulators
6438 - mtd: jedec_probe: Fix crash in jedec_read_mfr()
6439 - mtd: nand: atmel: Fix get_sectorsize() function
6440 - ALSA: usb-audio: Add native DSD support for TEAC UD-301
6441 - ALSA: pcm: Use dma_bytes as size parameter in dma_mmap_coherent()
6442 - ALSA: pcm: potential uninitialized return values
6443 - x86/platform/uv/BAU: Add APIC idt entry
6444 - perf/hwbp: Simplify the perf-hwbp code, fix documentation
6445 - ceph: only dirty ITER_IOVEC pages for direct read
6446 - ipc/shm.c: add split function to shm_vm_ops
6447 - i2c: i2c-stm32f7: fix no check on returned setup
6448 - powerpc/mm: Add tracking of the number of coprocessors using a context
6449 - powerpc/mm: Workaround Nest MMU bug with TLB invalidations
6450 - powerpc/64s: Fix i-side SLB miss bad address handler saving nonvolatile GPRs
6451 - partitions/msdos: Unable to mount UFS 44bsd partitions
6452 - xfrm_user: uncoditionally validate esn replay attribute struct
6453 - RDMA/ucma: Check AF family prior resolving address
6454 - RDMA/ucma: Fix use-after-free access in ucma_close
6455 - RDMA/ucma: Ensure that CM_ID exists prior to access it
6456 - RDMA/rdma_cm: Fix use after free race with process_one_req
6457 - RDMA/ucma: Check that device is connected prior to access it
6458 - RDMA/ucma: Check that device exists prior to accessing it
6459 - RDMA/ucma: Introduce safer rdma_addr_size() variants
6460 - ipv6: fix possible deadlock in rt6_age_examine_exception()
6461 - net: xfrm: use preempt-safe this_cpu_read() in ipcomp_alloc_tfms()
6462 - xfrm: Refuse to insert 32 bit userspace socket policies on 64 bit systems
6463 - percpu: add __GFP_NORETRY semantics to the percpu balancing path
6464 - netfilter: x_tables: make allocation less aggressive
6465 - netfilter: bridge: ebt_among: add more missing match size checks
6466 - l2tp: fix races with ipv4-mapped ipv6 addresses
6467 - netfilter: drop template ct when conntrack is skipped.
6468 - netfilter: x_tables: add and use xt_check_proc_name
6469 - phy: qcom-ufs: add MODULE_LICENSE tag
6470 - Bluetooth: Fix missing encryption refresh on Security Request
6471 - drm/i915/dp: Write to SET_POWER dpcd to enable MST hub.
6472 - bitmap: fix memset optimization on big-endian systems
6473 - USB: serial: ftdi_sio: add RT Systems VX-8 cable
6474 - USB: serial: ftdi_sio: add support for Harman FirmwareHubEmulator
6475 - USB: serial: cp210x: add ELDAT Easywave RX09 id
6476 - serial: 8250: Add Nuvoton NPCM UART
6477 - mei: remove dev_err message on an unsupported ioctl
6478 - /dev/mem: Avoid overwriting "err" in read_mem()
6479 - media: usbtv: prevent double free in error case
6480 - parport_pc: Add support for WCH CH382L PCI-E single parallel port card.
6481 - crypto: lrw - Free rctx->ext with kzfree
6482 - crypto: talitos - don't persistently map req_ctx->hw_context and
6483 req_ctx->buf
6484 - crypto: inside-secure - fix clock management
6485 - crypto: testmgr - Fix incorrect values in PKCS#1 test vector
6486 - crypto: talitos - fix IPsec cipher in length
6487 - crypto: ahash - Fix early termination in hash walk
6488 - crypto: caam - Fix null dereference at error path
6489 - crypto: ccp - return an actual key size from RSA max_size callback
6490 - crypto: arm,arm64 - Fix random regeneration of S_shipped
6491 - crypto: x86/cast5-avx - fix ECB encryption when long sg follows short one
6492 - Btrfs: fix unexpected cow in run_delalloc_nocow
6493 - staging: comedi: ni_mio_common: ack ai fifo error interrupts.
6494 - Revert "base: arch_topology: fix section mismatch build warnings"
6495 - Input: ALPS - fix TrackStick detection on Thinkpad L570 and Latitude 7370
6496 - Input: i8042 - add Lenovo ThinkPad L460 to i8042 reset list
6497 - Input: i8042 - enable MUX on Sony VAIO VGN-CS series to fix touchpad
6498 - vt: change SGR 21 to follow the standards
6499 - ARM: dts: DRA76-EVM: Set powerhold property for tps65917
6500 - net: hns: Fix ethtool private flags
6501 - Fix slab name "biovec-(1<<(21-12))"
6502 - Revert "ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin"
6503 - Revert "ARM: dts: omap3-n900: Fix the audio CODEC's reset pin"
6504 - Revert "cpufreq: Fix governor module removal race"
6505 - Revert "ip6_vti: adjust vti mtu according to mtu of lower device"
6506 - Linux 4.15.16
6507
6508 * [18.04][config] regression: nvme and nvme_core couldn't be built as modules
6509 starting 4.15-rc2 (LP: #1759893)
6510 - SAUCE: Revert "lightnvm: include NVM Express driver if OCSSD is selected for
6511 build"
6512 - [Config] CONFIG_BLK_DEV_NMVE=m
6513
6514 * Miscellaneous Ubuntu changes
6515 - [Packaging] Only install cloud init files when do_tools_common=true
6516
6517 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 13 Apr 2018 14:40:52 -0300
f4763a54 6518
9b4816de 6519linux (4.15.0-15.16) bionic; urgency=medium
8dabcacf 6520
9b4816de 6521 * linux: 4.15.0-15.16 -proposed tracker (LP: #1761177)
8dabcacf 6522
9b4816de
SF
6523 * FFe: Enable configuring resume offset via sysfs (LP: #1760106)
6524 - PM / hibernate: Make passing hibernate offsets more friendly
6525
6526 * /dev/bcache/by-uuid links not created after reboot (LP: #1729145)
6527 - SAUCE: (no-up) bcache: decouple emitting a cached_dev CHANGE uevent
6528
6529 * Ubuntu18.04:POWER9:DD2.2 - Unable to start a KVM guest with default machine
6530 type(pseries-bionic) complaining "KVM implementation does not support
6531 Transactional Memory, try cap-htm=off" (kvm) (LP: #1752026)
6532 - powerpc: Use feature bit for RTC presence rather than timebase presence
6533 - powerpc: Book E: Remove unused CPU_FTR_L2CSR bit
6534 - powerpc: Free up CPU feature bits on 64-bit machines
6535 - powerpc: Add CPU feature bits for TM bug workarounds on POWER9 v2.2
6536 - powerpc/powernv: Provide a way to force a core into SMT4 mode
6537 - KVM: PPC: Book3S HV: Work around transactional memory bugs in POWER9
6538 - KVM: PPC: Book3S HV: Work around XER[SO] bug in fake suspend mode
6539 - KVM: PPC: Book3S HV: Work around TEXASR bug in fake suspend state
6540
6541 * Important Kernel fixes to be backported for Power9 (kvm) (LP: #1758910)
6542 - powerpc/mm: Fixup tlbie vs store ordering issue on POWER9
6543
6544 * Ubuntu 18.04 - IO Hang on some namespaces when running HTX with 16
6545 namespaces (Bolt / NVMe) (LP: #1757497)
6546 - powerpc/64s: Fix lost pending interrupt due to race causing lost update to
6547 irq_happened
6548
6549 * fwts-efi-runtime-dkms 18.03.00-0ubuntu1: fwts-efi-runtime-dkms kernel module
6550 failed to build (LP: #1760876)
6551 - [Packaging] include the retpoline extractor in the headers
6552
6553 -- Seth Forshee <seth.forshee@canonical.com> Wed, 04 Apr 2018 08:26:19 -0500
8dabcacf 6554
e4a338d3 6555linux (4.15.0-14.15) bionic; urgency=medium
f92cd195 6556
e4a338d3 6557 * linux: 4.15.0-14.15 -proposed tracker (LP: #1760678)
f92cd195 6558
e4a338d3
TLSC
6559 * [Bionic] mlx4 ETH - mlnx_qos failed when set some TC to vendor
6560 (LP: #1758662)
6561 - net/mlx4_en: Change default QoS settings
6562
6563 * AT_BASE_PLATFORM in AUXV is absent on kernels available on Ubuntu 17.10
6564 (LP: #1759312)
6565 - powerpc/64s: Fix NULL AT_BASE_PLATFORM when using DT CPU features
6566
6567 * Bionic update to 4.15.15 stable release (LP: #1760585)
6568 - net: dsa: Fix dsa_is_user_port() test inversion
6569 - openvswitch: meter: fix the incorrect calculation of max delta_t
6570 - qed: Fix MPA unalign flow in case header is split across two packets.
6571 - tcp: purge write queue upon aborting the connection
6572 - qed: Fix non TCP packets should be dropped on iWARP ll2 connection
6573 - sysfs: symlink: export sysfs_create_link_nowarn()
6574 - net: phy: relax error checking when creating sysfs link netdev->phydev
6575 - devlink: Remove redundant free on error path
6576 - macvlan: filter out unsupported feature flags
6577 - net: ipv6: keep sk status consistent after datagram connect failure
6578 - ipv6: old_dport should be a __be16 in __ip6_datagram_connect()
6579 - ipv6: sr: fix NULL pointer dereference when setting encap source address
6580 - ipv6: sr: fix scheduling in RCU when creating seg6 lwtunnel state
6581 - mlxsw: spectrum_buffers: Set a minimum quota for CPU port traffic
6582 - net: phy: Tell caller result of phy_change()
6583 - ipv6: Reflect MTU changes on PMTU of exceptions for MTU-less routes
6584 - net sched actions: return explicit error when tunnel_key mode is not
6585 specified
6586 - ppp: avoid loop in xmit recursion detection code
6587 - rhashtable: Fix rhlist duplicates insertion
6588 - test_rhashtable: add test case for rhltable with duplicate objects
6589 - kcm: lock lower socket in kcm_attach
6590 - sch_netem: fix skb leak in netem_enqueue()
6591 - ieee802154: 6lowpan: fix possible NULL deref in lowpan_device_event()
6592 - net: use skb_to_full_sk() in skb_update_prio()
6593 - net: Fix hlist corruptions in inet_evict_bucket()
6594 - s390/qeth: free netdevice when removing a card
6595 - s390/qeth: when thread completes, wake up all waiters
6596 - s390/qeth: lock read device while queueing next buffer
6597 - s390/qeth: on channel error, reject further cmd requests
6598 - soc/fsl/qbman: fix issue in qman_delete_cgr_safe()
6599 - dpaa_eth: fix error in dpaa_remove()
6600 - dpaa_eth: remove duplicate initialization
6601 - dpaa_eth: increment the RX dropped counter when needed
6602 - dpaa_eth: remove duplicate increment of the tx_errors counter
6603 - dccp: check sk for closed state in dccp_sendmsg()
6604 - ipv6: fix access to non-linear packet in ndisc_fill_redirect_hdr_option()
6605 - l2tp: do not accept arbitrary sockets
6606 - net: ethernet: arc: Fix a potential memory leak if an optional regulator is
6607 deferred
6608 - net: ethernet: ti: cpsw: add check for in-band mode setting with RGMII PHY
6609 interface
6610 - net: fec: Fix unbalanced PM runtime calls
6611 - net/iucv: Free memory obtained by kzalloc
6612 - netlink: avoid a double skb free in genlmsg_mcast()
6613 - net: Only honor ifindex in IP_PKTINFO if non-0
6614 - net: systemport: Rewrite __bcm_sysport_tx_reclaim()
6615 - qede: Fix qedr link update
6616 - skbuff: Fix not waking applications when errors are enqueued
6617 - team: Fix double free in error path
6618 - Linux 4.15.15
6619
6620 * Ubuntu 18.04 [ WSP DD2.2 with stop4 and stop5 enabled ]: kdump fails to
6621 capture dump when smt=2 or off. (LP: #1758206)
6622 - powerpc/crash: Remove the test for cpu_online in the IPI callback
6623 - powernv/kdump: Fix cases where the kdump kernel can get HMI's
6624 - powerpc/kdump: Fix powernv build break when KEXEC_CORE=n
6625
6626 * [Intel Ubuntu 18.04 Bug] Null pointer dereference, when disconnecting RAID
6627 rebuild target (LP: #1759279)
6628 - md: document lifetime of internal rdev pointer.
6629
6630 * [Feature]Crystal Ridge:add support for the platform capabilities NFIT sub-
6631 table in ACPI 6.2A (LP: #1730829)
6632 - ACPICA: ACPI 6.0A: Changes to the NFIT ACPI table
6633 - acpi: nfit: Add support for detect platform CPU cache flush on power loss
6634 - acpi: nfit: add persistent memory control flag for nd_region
6635 - libnvdimm: expose platform persistence attribute for nd_region
6636 - libnvdimm: re-enable deep flush for pmem devices via fsync()
6637 - libnvdimm, nfit: fix persistence domain reporting
6638
6639 * Allow multiple mounts of zfs datasets (LP: #1759848)
6640 - SAUCE: Allow mounting datasets more than once (LP: #1759848)
6641
6642 * Update Aquantia driver to fix various issues (LP: #1759303)
6643 - net: aquantia: Eliminate AQ_DIMOF, replace with ARRAY_SIZE
6644 - net: aquantia: Cleanup status flags accesses
6645 - net: aquantia: Cleanup hardware access modules
6646 - net: aquantia: Remove duplicate hardware descriptors declarations
6647 - net: aquantia: Add const qualifiers for hardware ops tables
6648 - net: aquantia: Simplify dependencies between pci modules
6649 - net: aquantia: Eliminate aq_nic structure abstraction
6650 - net: aquantia: Fix register definitions to linux style
6651 - net: aquantia: Prepend hw access functions declarations with prefix
6652 - net: aquantia: Fix internal stats calculation on rx
6653 - net: aquantia: Introduce new device ids and constants
6654 - net: aquantia: Introduce new AQC devices and capabilities
6655 - net: aquantia: Convert hw and caps structures to const static pointers
6656 - net: aquantia: Cleanup pci functions module
6657 - net: aquantia: Remove create/destroy from hw ops
6658 - net: aquantia: Change confusing no_ff_addr to more meaningful name
6659 - net: aquantia: Introduce firmware ops callbacks
6660 - net: aquantia: Introduce support for new firmware on AQC cards
6661 - net: aquantia: Introduce global AQC hardware reset sequence
6662 - net: aquantia: Report correct mediatype via ethtool
6663 - net: aquantia: bump driver version to match aquantia internal numbering
6664 - net: aquantia: Fix hardware reset when SPI may rarely hangup
6665 - net: aquantia: Fix a regression with reset on old firmware
6666 - net: aquantia: Change inefficient wait loop on fw data reads
6667 - net: aquantia: Add tx clean budget and valid budget handling logic
6668 - net: aquantia: Allow live mac address changes
6669 - net: aquantia: Implement pci shutdown callback
6670 - net: aquantia: driver version bump
6671
6672 * ISST-LTE:KVM:Ubuntu1804:BostonLC:boslcp3: cpu hotplug on boslcp3g4 guest
6673 dumping call traces continuously. (LP: #1759722)
6674 - blk-mq: turn WARN_ON in __blk_mq_run_hw_queue into printk
6675
6676 * ISST-LTE:KVM:Ubuntu18.04:BostonLC:boslcp3:boslcp3g3:Guest conosle hangs
6677 after hotplug CPU add operation. (LP: #1759723)
6678 - genirq/affinity: assign vectors to all possible CPUs
6679 - blk-mq: simplify queue mapping & schedule with each possisble CPU
6680
6681 * test_bpf fails (LP: #1756150)
6682 - test_bpf: Fix testing with CONFIG_BPF_JIT_ALWAYS_ON=y on other arches
6683
6684 * Bionic update to v4.15.14 stable release (LP: #1759655)
6685 - MIPS: ralink: Remove ralink_halt()
6686 - MIPS: ralink: Fix booting on MT7621
6687 - MIPS: lantiq: Fix Danube USB clock
6688 - MIPS: lantiq: Enable AHB Bus for USB
6689 - MIPS: lantiq: ase: Enable MFD_SYSCON
6690 - iio: chemical: ccs811: Corrected firmware boot/application mode transition
6691 - iio: st_pressure: st_accel: pass correct platform data to init
6692 - iio: adc: meson-saradc: unlock on error in meson_sar_adc_lock()
6693 - ALSA: usb-audio: Fix parsing descriptor of UAC2 processing unit
6694 - ALSA: aloop: Sync stale timer before release
6695 - ALSA: aloop: Fix access to not-yet-ready substream via cable
6696 - ALSA: hda - Force polling mode on CFL for fixing codec communication
6697 - ALSA: hda/realtek - Fix speaker no sound after system resume
6698 - ALSA: hda/realtek - Fix Dell headset Mic can't record
6699 - ALSA: hda/realtek - Always immediately update mute LED with pin VREF
6700 - mmc: core: Fix tracepoint print of blk_addr and blksz
6701 - mmc: core: Disable HPI for certain Micron (Numonyx) eMMC cards
6702 - mmc: block: fix updating ext_csd caches on ioctl call
6703 - mmc: dw_mmc: Fix the DTO/CTO timeout overflow calculation for 32-bit systems
6704 - mmc: dw_mmc: exynos: fix the suspend/resume issue for exynos5433
6705 - mmc: dw_mmc: fix falling from idmac to PIO mode when dw_mci_reset occurs
6706 - PCI: Add function 1 DMA alias quirk for Highpoint RocketRAID 644L
6707 - ahci: Add PCI-id for the Highpoint Rocketraid 644L card
6708 - lockdep: fix fs_reclaim warning
6709 - clk: bcm2835: Fix ana->maskX definitions
6710 - clk: bcm2835: Protect sections updating shared registers
6711 - clk: sunxi-ng: a31: Fix CLK_OUT_* clock ops
6712 - RDMA/mlx5: Fix crash while accessing garbage pointer and freed memory
6713 - Drivers: hv: vmbus: Fix ring buffer signaling
6714 - pinctrl: samsung: Validate alias coming from DT
6715 - Bluetooth: btusb: Remove Yoga 920 from the btusb_needs_reset_resume_table
6716 - Bluetooth: btusb: Add Dell OptiPlex 3060 to btusb_needs_reset_resume_table
6717 - Bluetooth: btusb: Fix quirk for Atheros 1525/QCA6174
6718 - libata: fix length validation of ATAPI-relayed SCSI commands
6719 - libata: remove WARN() for DMA or PIO command without data
6720 - libata: don't try to pass through NCQ commands to non-NCQ devices
6721 - libata: Apply NOLPM quirk to Crucial MX100 512GB SSDs
6722 - libata: Enable queued TRIM for Samsung SSD 860
6723 - libata: Apply NOLPM quirk to Crucial M500 480 and 960GB SSDs
6724 - libata: Make Crucial BX100 500GB LPM quirk apply to all firmware versions
6725 - libata: Modify quirks for MX100 to limit NCQ_TRIM quirk to MU01 version
6726 - sched, cgroup: Don't reject lower cpu.max on ancestors
6727 - cgroup: fix rule checking for threaded mode switching
6728 - nfsd: remove blocked locks on client teardown
6729 - media: tegra-cec: reset rx_buf_cnt when start bit detected
6730 - hugetlbfs: check for pgoff value overflow
6731 - h8300: remove extraneous __BIG_ENDIAN definition
6732 - mm/vmalloc: add interfaces to free unmapped page table
6733 - x86/mm: implement free pmd/pte page interfaces
6734 - mm/khugepaged.c: convert VM_BUG_ON() to collapse fail
6735 - mm/thp: do not wait for lock_page() in deferred_split_scan()
6736 - mm/shmem: do not wait for lock_page() in shmem_unused_huge_shrink()
6737 - Revert "mm: page_alloc: skip over regions of invalid pfns where possible"
6738 - drm/vmwgfx: Fix black screen and device errors when running without fbdev
6739 - drm/vmwgfx: Fix a destoy-while-held mutex problem.
6740 - drm/radeon: Don't turn off DP sink when disconnected
6741 - drm/amd/display: We shouldn't set format_default on plane as atomic driver
6742 - drm/amd/display: Add one to EDID's audio channel count when passing to DC
6743 - drm: Reject getfb for multi-plane framebuffers
6744 - drm: udl: Properly check framebuffer mmap offsets
6745 - mm/vmscan: wake up flushers for legacy cgroups too
6746 - module: propagate error in modules_open()
6747 - acpi, numa: fix pxm to online numa node associations
6748 - ACPI / watchdog: Fix off-by-one error at resource assignment
6749 - libnvdimm, {btt, blk}: do integrity setup before add_disk()
6750 - brcmfmac: fix P2P_DEVICE ethernet address generation
6751 - rtlwifi: rtl8723be: Fix loss of signal
6752 - tracing: probeevent: Fix to support minus offset from symbol
6753 - mtdchar: fix usage of mtd_ooblayout_ecc()
6754 - mtd: nand: fsl_ifc: Fix nand waitfunc return value
6755 - mtd: nand: fsl_ifc: Fix eccstat array overflow for IFC ver >= 2.0.0
6756 - mtd: nand: fsl_ifc: Read ECCSTAT0 and ECCSTAT1 registers for IFC 2.0
6757 - staging: ncpfs: memory corruption in ncp_read_kernel()
6758 - can: peak/pcie_fd: fix echo_skb is occupied! bug
6759 - can: peak/pcie_fd: remove useless code when interface starts
6760 - can: ifi: Repair the error handling
6761 - can: ifi: Check core revision upon probe
6762 - can: cc770: Fix stalls on rt-linux, remove redundant IRQ ack
6763 - can: cc770: Fix queue stall & dropped RTR reply
6764 - can: cc770: Fix use after free in cc770_tx_interrupt()
6765 - tty: vt: fix up tabstops properly
6766 - x86/entry/64: Don't use IST entry for #BP stack
6767 - selftests/x86/ptrace_syscall: Fix for yet more glibc interference
6768 - x86/vsyscall/64: Use proper accessor to update P4D entry
6769 - x86/efi: Free efi_pgd with free_pages()
6770 - posix-timers: Protect posix clock array access against speculation
6771 - kvm/x86: fix icebp instruction handling
6772 - x86/build/64: Force the linker to use 2MB page size
6773 - x86/boot/64: Verify alignment of the LOAD segment
6774 - hwmon: (k10temp) Only apply temperature offset if result is positive
6775 - hwmon: (k10temp) Add temperature offset for Ryzen 1900X
6776 - perf/x86/intel/uncore: Fix Skylake UPI event format
6777 - perf stat: Fix CVS output format for non-supported counters
6778 - perf/core: Fix ctx_event_type in ctx_resched()
6779 - trace/bpf: remove helper bpf_perf_prog_read_value from tracepoint type
6780 programs
6781 - perf/x86/intel: Don't accidentally clear high bits in bdw_limit_period()
6782 - perf/x86/intel/uncore: Fix multi-domain PCI CHA enumeration bug on Skylake
6783 servers
6784 - iio: ABI: Fix name of timestamp sysfs file
6785 - iio: imu: st_lsm6dsx: fix endianness in st_lsm6dsx_read_oneshot()
6786 - iio: imu: st_lsm6dsx: introduce conf_lock mutex
6787 - staging: android: ion: Zero CMA allocated memory
6788 - kbuild: disable clang's default use of -fmerge-all-constants
6789 - bpf: skip unnecessary capability check
6790 - bpf, x64: increase number of passes
6791 - Linux 4.15.14
6792
6793 * System fails to start (boot) on battery due to read-only root file-system
6794 (LP: #1726930) // Bionic update to v4.15.14 stable release (LP: #1759655)
6795 - libata: disable LPM for Crucial BX100 SSD 500GB drive
6796
6797 * [Feature][CFL][ICL] [CNL]Thunderbolt support (Titan Ridge) (LP: #1730775)
6798 - thunderbolt: Resume control channel after hibernation image is created
6799 - thunderbolt: Serialize PCIe tunnel creation with PCI rescan
6800 - thunderbolt: Handle connecting device in place of host properly
6801 - thunderbolt: Do not overwrite error code when domain adding fails
6802 - thunderbolt: Wait a bit longer for root switch config space
6803 - thunderbolt: Wait a bit longer for ICM to authenticate the active NVM
6804 - thunderbolt: Handle rejected Thunderbolt devices
6805 - thunderbolt: Factor common ICM add and update operations out
6806 - thunderbolt: Correct function name in kernel-doc comment
6807 - thunderbolt: Add tb_switch_get()
6808 - thunderbolt: Add tb_switch_find_by_route()
6809 - thunderbolt: Add tb_xdomain_find_by_route()
6810 - thunderbolt: Add constant for approval timeout
6811 - thunderbolt: Move driver ready handling to struct icm
6812 - thunderbolt: Add 'boot' attribute for devices
6813 - thunderbolt: Add support for preboot ACL
6814 - Documentation/admin-guide: fixes for thunderbolt.rst
6815 - thunderbolt: Introduce USB only (SL4) security level
6816 - thunderbolt: Add support for Intel Titan Ridge
6817
6818 * QCA9377 requires more IRAM banks for its new firmware (LP: #1748345)
6819 - ath10k: update the IRAM bank number for QCA9377
6820
6821 * nfp: fix disabling on hw-tc-offload in flower (LP: #1752828)
6822 - nfp: bpf: require ETH table
6823 - nfp: don't advertise hw-tc-offload on non-port netdevs
6824 - nfp: forbid disabling hw-tc-offload on representors while offload active
6825
6826 * Fix an issue that when system in S3, USB keyboard can't wake up the system.
6827 (LP: #1759511)
6828 - ACPI / PM: Allow deeper wakeup power states with no _SxD nor _SxW
6829
6830 * retpoline hints: primary infrastructure and initial hints (LP: #1758856)
6831 - [Packaging] retpoline -- add safe usage hint support
6832 - [Packaging] retpoline-check -- only report additions
6833 - [Packaging] retpoline -- widen indirect call/jmp detection
6834 - [Packaging] retpoline -- elide %rip relative indirections
6835 - [Packaging] retpoline -- clear hint information from packages
6836 - SAUCE: apm -- annotate indirect calls within
6837 firmware_restrict_branch_speculation_{start,end}
6838 - SAUCE: EFI -- annotate indirect calls within
6839 firmware_restrict_branch_speculation_{start,end}
6840 - SAUCE: early/late -- annotate indirect calls in early/late initialisation
6841 code
6842 - SAUCE: vga_set_mode -- avoid jump tables
6843 - [Config] retpoine -- switch to new format
6844
6845 * zfs system process hung on container stop/delete (LP: #1754584)
6846 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
6847 - Revert "UBUNTU: SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)"
6848 - SAUCE: Fix non-prefaulted page deadlock (LP: #1754584)
6849
6850 * Important KVM fixes for ppc64el (LP: #1759045)
6851 - KVM: PPC: Book3S HV: Do SLB load/unload with guest LPCR value loaded
6852 - KVM: PPC: Book3S HV: Fix handling of secondary HPTEG in HPT resizing code
6853 - KVM: PPC: Book3S HV: Make HPT resizing work on POWER9
6854 - KVM: PPC: Book3S: Add MMIO emulation for VMX instructions
6855 - KVM: PPC: Book3S: Fix compile error that occurs with some gcc versions
6856 - KVM: PPC: Book3S HV: Fix trap number return from __kvmppc_vcore_entry
6857 - KVM: PPC: Book3S HV: Fix duplication of host SLB entries
6858
6859 * ubuntu_zram_smoke test will cause soft lockup on Artful ThunderX ARM64
6860 (LP: #1755073)
6861 - SAUCE: crypto: thunderx_zip: Fix fallout from CONFIG_VMAP_STACK
6862
6863 * Update to ocxl driver (LP: #1755161)
6864 - ocxl: fix signed comparison with less than zero
6865 - ocxl: Fix potential bad errno on irq allocation
6866 - ocxl: Add get_metadata IOCTL to share OCXL information to userspace
6867
6868 * CAPI Flash (cxlflash) update (LP: #1752672)
6869 - scsi: cxlflash: Update cxl-specific arguments to generic cookie
6870 - scsi: cxlflash: Explicitly cache number of interrupts per context
6871 - scsi: cxlflash: Remove embedded CXL work structures
6872 - scsi: cxlflash: Adapter context init can return error
6873 - scsi: cxlflash: Staging to support future accelerators
6874 - SAUCE: cxlflash: Preserve number of interrupts for master contexts
6875 - SAUCE: cxlflash: Avoid clobbering context control register value
6876 - SAUCE: cxlflash: Add argument identifier names
6877 - SAUCE: cxlflash: Introduce OCXL backend
6878 - SAUCE: cxlflash: Hardware AFU for OCXL
6879 - SAUCE: cxlflash: Read host function configuration
6880 - SAUCE: cxlflash: Setup function acTag range
6881 - SAUCE: cxlflash: Read host AFU configuration
6882 - SAUCE: cxlflash: Setup AFU acTag range
6883 - SAUCE: cxlflash: Setup AFU PASID
6884 - SAUCE: cxlflash: Adapter context support for OCXL
6885 - SAUCE: cxlflash: Use IDR to manage adapter contexts
6886 - SAUCE: cxlflash: Support adapter file descriptors for OCXL
6887 - SAUCE: cxlflash: Support adapter context discovery
6888 - SAUCE: cxlflash: Support image reload policy modification
6889 - SAUCE: cxlflash: MMIO map the AFU
6890 - SAUCE: cxlflash: Support starting an adapter context
6891 - SAUCE: cxlflash: Support process specific mappings
6892 - SAUCE: cxlflash: Support AFU state toggling
6893 - SAUCE: cxlflash: Support reading adapter VPD data
6894 - SAUCE: cxlflash: Setup function OCXL link
6895 - SAUCE: cxlflash: Setup OCXL transaction layer
6896 - SAUCE: cxlflash: Support process element lifecycle
6897 - SAUCE: cxlflash: Support AFU interrupt management
6898 - SAUCE: cxlflash: Support AFU interrupt mapping and registration
6899 - SAUCE: cxlflash: Support starting user contexts
6900 - SAUCE: cxlflash: Support adapter context polling
6901 - SAUCE: cxlflash: Support adapter context reading
6902 - SAUCE: cxlflash: Support adapter context mmap and release
6903 - SAUCE: cxlflash: Support file descriptor mapping
6904 - SAUCE: cxlflash: Introduce object handle fop
6905 - SAUCE: cxlflash: Setup LISNs for user contexts
6906 - SAUCE: cxlflash: Setup LISNs for master contexts
6907 - SAUCE: cxlflash: Update synchronous interrupt status bits
6908 - SAUCE: cxlflash: Introduce OCXL context state machine
6909 - SAUCE: cxlflash: Register for translation errors
6910 - SAUCE: cxlflash: Support AFU reset
6911 - SAUCE: cxlflash: Enable OCXL operations
6912
6913 * [Feature][CFL] Enable pmc_core driver for H, S, and U SKUs (LP: #1730770)
6914 - platform/x86: intel_pmc_core: Remove unused EXPORTED API
6915 - platform/x86: intel_pmc_core: Change driver to a module
6916 - platform/x86: intel_pmc_core: Fix file permission warnings
6917 - platform/x86: intel_pmc_core: Refactor debugfs entries
6918 - platform/x86: intel_pmc_core: Substitute PCI with CPUID enumeration
6919 - platform/x86: intel_pmc_core: Convert to ICPU macro
6920 - platform/x86: intel_pmc_core: Remove unused header file
6921 - ACPI / LPIT: Export lpit_read_residency_count_address()
6922 - platform/x86: intel_pmc_core: Read base address from LPIT
6923 - x86/cpu: Add Cannonlake to Intel family
6924 - platform/x86: intel_pmc_core: Add CannonLake PCH support
6925 - platform/x86: intel_pmc_core: Special case for Coffeelake
6926
6927 * Cpu utilization showing system time for kvm guests (performance) (sysstat)
6928 (LP: #1755979)
6929 - KVM: PPC: Book3S HV: Fix guest time accounting with VIRT_CPU_ACCOUNTING_GEN
6930
6931 * [Artful][Wyse 3040] System hang when trying to enable an offlined CPU core
6932 (LP: #1736393)
6933 - SAUCE: drm/i915:Don't set chip specific data
6934 - SAUCE: drm/i915: make previous commit affects Wyse 3040 only
6935
6936 * [Bug] ISH support for CFL-H (LP: #1739522)
6937 - HID: intel-ish-hid: Enable Cannon Lake and Coffee Lake laptop/desktop
6938
6939 * ath9k can't connect to wifi AP (LP: #1727228)
6940 - ath9k: add MSI support
6941 - ath9k: add a quirk to set use_msi automatically
6942
6943 * [P9,Power NV][Witherspoon][Ubuntu 18.04][Perf] : PMU events by name it is
6944 not listed under perf list (LP: #1755470)
6945 - iperf vendor events: Use more flexible pattern matching for CPU
6946 identification for mapfile.csv
6947
6948 * zed process consuming 100% cpu (LP: #1751796)
6949 - SAUCE: Fix ioctl loop-spin in zed (LP: #1751796)
6950
6951 * Bionic update to 4.15.13 stable release (LP: #1758886)
6952 - scsi: megaraid_sas: Do not use 32-bit atomic request descriptor for Ventura
6953 controllers
6954 - staging: android: ashmem: Fix possible deadlock in ashmem_ioctl
6955 - drm/amdgpu: use polling mem to set SDMA3 wptr for VF
6956 - Bluetooth: hci_qca: Avoid setup failure on missing rampatch
6957 - Bluetooth: btqcomsmd: Fix skb double free corruption
6958 - cpufreq: longhaul: Revert transition_delay_us to 200 ms
6959 - media: c8sectpfe: fix potential NULL pointer dereference in
6960 c8sectpfe_timer_interrupt
6961 - drm/msm: fix leak in failed get_pages
6962 - IB/ipoib: Warn when one port fails to initialize
6963 - RDMA/iwpm: Fix uninitialized error code in iwpm_send_mapinfo()
6964 - hv_netvsc: Fix the receive buffer size limit
6965 - hv_netvsc: Fix the TX/RX buffer default sizes
6966 - tcp: allow TLP in ECN CWR
6967 - spi: sh-msiof: Avoid writing to registers from spi_master.setup()
6968 - libbpf: prefer global symbols as bpf program name source
6969 - rtlwifi: rtl_pci: Fix the bug when inactiveps is enabled.
6970 - rtlwifi: always initialize variables given to RT_TRACE()
6971 - media: bt8xx: Fix err 'bt878_probe()'
6972 - ath10k: handling qos at STA side based on AP WMM enable/disable
6973 - media: [RESEND] media: dvb-frontends: Add delay to Si2168 restart
6974 - qmi_wwan: set FLAG_SEND_ZLP to avoid network initiated disconnect
6975 - tty: goldfish: Enable 'earlycon' only if built-in
6976 - serial: 8250_dw: Disable clock on error
6977 - cros_ec: fix nul-termination for firmware build info
6978 - watchdog: Fix potential kref imbalance when opening watchdog
6979 - watchdog: Fix kref imbalance seen if handle_boot_enabled=0
6980 - platform/chrome: Use proper protocol transfer function
6981 - dmaengine: zynqmp_dma: Fix race condition in the probe
6982 - drm/tilcdc: ensure nonatomic iowrite64 is not used
6983 - mmc: avoid removing non-removable hosts during suspend
6984 - mmc: block: fix logical error to avoid memory leak
6985 - /dev/mem: Add bounce buffer for copy-out
6986 - net: phy: meson-gxl: check phy_write return value
6987 - sfp: fix EEPROM reading in the case of non-SFF8472 SFPs
6988 - sfp: fix non-detection of PHY
6989 - media: s5p-mfc: Fix lock contention - request_firmware() once
6990 - rtc: ac100: Fix multiple race conditions
6991 - IB/ipoib: Avoid memory leak if the SA returns a different DGID
6992 - RDMA/cma: Use correct size when writing netlink stats
6993 - IB/umem: Fix use of npages/nmap fields
6994 - iser-target: avoid reinitializing rdma contexts for isert commands
6995 - bpf/cgroup: fix a verification error for a CGROUP_DEVICE type prog
6996 - vgacon: Set VGA struct resource types
6997 - omapdrm: panel: fix compatible vendor string for td028ttec1
6998 - mmc: sdhci-xenon: wait 5ms after set 1.8V signal enable
6999 - drm/omap: DMM: Check for DMM readiness after successful transaction commit
7000 - pty: cancel pty slave port buf's work in tty_release
7001 - coresight: Fix disabling of CoreSight TPIU
7002 - PCI: designware-ep: Fix ->get_msi() to check MSI_EN bit
7003 - PCI: endpoint: Fix find_first_zero_bit() usage
7004 - PCI: rcar: Handle rcar_pcie_parse_request_of_pci_ranges() failures
7005 - media: davinci: fix a debug printk
7006 - clk: check ops pointer on clock register
7007 - dt-bindings: display: panel: Fix compatible string for Toshiba LT089AC29000
7008 - clk: use round rate to bail out early in set_rate
7009 - pinctrl: Really force states during suspend/resume
7010 - pinctrl: rockchip: enable clock when reading pin direction register
7011 - iommu/vt-d: clean up pr_irq if request_threaded_irq fails
7012 - ip6_vti: adjust vti mtu according to mtu of lower device
7013 - ip_gre: fix error path when erspan_rcv failed
7014 - ip_gre: fix potential memory leak in erspan_rcv
7015 - soc: qcom: smsm: fix child-node lookup
7016 - RDMA/ocrdma: Fix permissions for OCRDMA_RESET_STATS
7017 - ARM: dts: aspeed-evb: Add unit name to memory node
7018 - nfsd4: permit layoutget of executable-only files
7019 - clk: at91: pmc: Wait for clocks when resuming
7020 - clk: Don't touch hardware when reparenting during registration
7021 - clk: axi-clkgen: Correctly handle nocount bit in recalc_rate()
7022 - clk: si5351: Rename internal plls to avoid name collisions
7023 - crypto: artpec6 - set correct iv size for gcm(aes)
7024 - hwrng: core - Clean up RNG list when last hwrng is unregistered
7025 - dmaengine: ti-dma-crossbar: Fix event mapping for TPCC_EVT_MUX_60_63
7026 - IB/mlx5: Fix integer overflows in mlx5_ib_create_srq
7027 - IB/mlx5: Fix out-of-bounds read in create_raw_packet_qp_rq
7028 - RDMA/vmw_pvrdma: Fix usage of user response structures in ABI file
7029 - serial: 8250_pci: Don't fail on multiport card class
7030 - RDMA/core: Do not use invalid destination in determining port reuse
7031 - clk: migrate the count of orphaned clocks at init
7032 - RDMA/ucma: Fix access to non-initialized CM_ID object
7033 - RDMA/ucma: Don't allow join attempts for unsupported AF family
7034 - Linux 4.15.13
7035
7036 * Ubuntu18.04:PowerPC - Set Transparent Huge Pages (THP) by default to
7037 "always" (LP: #1753708)
7038 - Config: Set TRANSPARENT_HUGEPAGE_ALWAYS=y on ppc64el
7039
7040 * Bionic update to 4.15.12 stable release (LP: #1757465)
7041 - x86/cpufeatures: Add Intel Total Memory Encryption cpufeature
7042 - x86/cpufeatures: Add Intel PCONFIG cpufeature
7043 - selftests/x86/entry_from_vm86: Exit with 1 if we fail
7044 - selftests/x86/entry_from_vm86: Add test cases for POPF
7045 - x86/vm86/32: Fix POPF emulation
7046 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool on
7047 32-bit kernels
7048 - x86/speculation: Remove Skylake C2 from Speculation Control microcode
7049 blacklist
7050 - KVM: x86: Fix device passthrough when SME is active
7051 - x86/mm: Fix vmalloc_fault to use pXd_large
7052 - parisc: Handle case where flush_cache_range is called with no context
7053 - ALSA: pcm: Fix UAF in snd_pcm_oss_get_formats()
7054 - ALSA: hda - Revert power_save option default value
7055 - ALSA: seq: Fix possible UAF in snd_seq_check_queue()
7056 - ALSA: seq: Clear client entry before deleting else at closing
7057 - drm/nouveau/bl: Fix oops on driver unbind
7058 - drm/nouveau/mmu: ALIGN_DOWN correct variable
7059 - drm/amdgpu: fix prime teardown order
7060 - drm/radeon: fix prime teardown order
7061 - drm/amdgpu/dce: Don't turn off DP sink when disconnected
7062 - fs: Teach path_connected to handle nfs filesystems with multiple roots.
7063 - KVM: arm/arm64: Reduce verbosity of KVM init log
7064 - KVM: arm/arm64: Reset mapped IRQs on VM reset
7065 - kvm: arm/arm64: vgic-v3: Tighten synchronization for guests using v2 on v3
7066 - KVM: arm/arm64: vgic: Don't populate multiple LRs with the same vintid
7067 - lock_parent() needs to recheck if dentry got __dentry_kill'ed under it
7068 - fs/aio: Add explicit RCU grace period when freeing kioctx
7069 - fs/aio: Use RCU accessors for kioctx_table->table[]
7070 - RDMAVT: Fix synchronization around percpu_ref
7071 - irqchip/gic-v3-its: Ensure nr_ites >= nr_lpis
7072 - nvme: fix subsystem multiple controllers support check
7073 - xfs: preserve i_rdev when recycling a reclaimable inode
7074 - btrfs: Fix NULL pointer exception in find_bio_stripe
7075 - btrfs: add missing initialization in btrfs_check_shared
7076 - btrfs: alloc_chunk: fix DUP stripe size handling
7077 - btrfs: Fix use-after-free when cleaning up fs_devs with a single stale
7078 device
7079 - btrfs: remove spurious WARN_ON(ref->count < 0) in find_parent_nodes
7080 - btrfs: Fix memory barriers usage with device stats counters
7081 - scsi: qla2xxx: Fix smatch warning in qla25xx_delete_{rsp|req}_que
7082 - scsi: qla2xxx: Fix NULL pointer access for fcport structure
7083 - scsi: qla2xxx: Fix logo flag for qlt_free_session_done()
7084 - scsi: qla2xxx: Fix crashes in qla2x00_probe_one on probe failure
7085 - usb: dwc2: fix STM32F7 USB OTG HS compatible
7086 - dt-bindings: usb: fix the STM32F7 DWC2 OTG HS core binding
7087 - USB: gadget: udc: Add missing platform_device_put() on error in
7088 bdc_pci_probe()
7089 - usb: dwc3: Fix GDBGFIFOSPACE_TYPE values
7090 - usb: dwc3: core: Power-off core/PHYs on system_suspend in host mode
7091 - usb: dwc3: of-simple: fix oops by unbalanced clk disable call
7092 - usb: gadget: udc: renesas_usb3: fix oops in renesas_usb3_remove()
7093 - phy: phy-brcm-usb: Fix two DT properties to match bindings doc
7094 - phy: phy-brcm-usb-init: Some Low Speed keyboards fail on 7271
7095 - phy: phy-brcm-usb-init: DRD mode can cause crash on startup
7096 - phy: phy-brcm-usb-init: Power down USB 3.0 PHY when XHCI disabled
7097 - Linux 4.15.12
7098
7099 * cxl: Fix timebase synchronization status on POWER9 missing (CAPI)
7100 (LP: #1757228)
7101 - cxl: Fix timebase synchronization status on P9
7102
7103 * [Feature][GLK] Enable L2 CDP (Code and Data Prioritization) (LP: #1737873)
7104 - x86/intel_rdt: Enumerate L2 Code and Data Prioritization (CDP) feature
7105 - x86/intel_rdt: Add command line parameter to control L2_CDP
7106
7107 * [Feature] Crystal Ridge-Restrict DAX to configurations with struct page
7108 (LP: #1751724)
7109 - mm, dax: introduce pfn_t_special()
7110 - ext2: auto disable dax instead of failing mount
7111 - ext4: auto disable dax instead of failing mount
7112 - dax: require 'struct page' by default for filesystem dax
7113 - Config: Enable CONFIG_FS_DAX_LIMITED
7114
7115 * Bionic update to 4.15.11 stable release (LP: #1756978)
7116 - x86: Treat R_X86_64_PLT32 as R_X86_64_PC32
7117 - ASoC: sun4i-i2s: Fix RX slot number of SUN8I
7118 - ASoC: sgtl5000: Fix suspend/resume
7119 - ASoC: wm_adsp: For TLV controls only register TLV get/set
7120 - ASoC: rt5651: Fix regcache sync errors on resume
7121 - usb: host: xhci-rcar: add support for r8a77965
7122 - xhci: Fix front USB ports on ASUS PRIME B350M-A
7123 - xhci: fix endpoint context tracer output
7124 - serial: sh-sci: prevent lockup on full TTY buffers
7125 - tty/serial: atmel: add new version check for usart
7126 - uas: fix comparison for error code
7127 - staging: comedi: fix comedi_nsamples_left.
7128 - staging: android: ashmem: Fix lockdep issue during llseek
7129 - scsi: sd_zbc: Fix potential memory leak
7130 - USB: storage: Add JMicron bridge 152d:2567 to unusual_devs.h
7131 - usbip: vudc: fix null pointer dereference on udc->lock
7132 - usb: quirks: add control message delay for 1b1c:1b20
7133 - usb: usbmon: Read text within supplied buffer size
7134 - usb: gadget: f_fs: Fix use-after-free in ffs_fs_kill_sb()
7135 - usb: dwc3: Fix lock-up on ID change during system suspend/resume
7136 - serial: 8250_pci: Add Brainboxes UC-260 4 port serial device
7137 - serial: core: mark port as initialized in autoconfig
7138 - earlycon: add reg-offset to physical address before mapping
7139 - dm mpath: fix passing integrity data
7140 - Revert "btrfs: use proper endianness accessors for super_copy"
7141 - gfs2: Clean up {lookup,fillup}_metapath
7142 - gfs2: Fixes to "Implement iomap for block_map" (2)
7143 - drm/panel: rpi-touchscreen: propagate errors in rpi_touchscreen_i2c_read()
7144 - spi: imx: Fix failure path leak on GPIO request error correctly
7145 - HID: multitouch: Only look at non touch fields in first packet of a frame
7146 - KVM: PPC: Book3S HV: Avoid shifts by negative amounts
7147 - drm/edid: set ELD connector type in drm_edid_to_eld()
7148 - dma-buf/fence: Fix lock inversion within dma-fence-array
7149 - video/hdmi: Allow "empty" HDMI infoframes
7150 - KVM: PPC: Book3S HV: Fix typo in kvmppc_hv_get_dirty_log_radix()
7151 - HID: elo: clear BTN_LEFT mapping
7152 - iwlwifi: mvm: rs: don't override the rate history in the search cycle
7153 - ARM: dts: koelsch: Move cec_clock to root node
7154 - clk: meson: gxbb: fix wrong clock for SARADC/SANA
7155 - ARM: dts: exynos: Correct Trats2 panel reset line
7156 - drm/amdgpu: fix get_max_engine_clock_in_mhz
7157 - staging: rtl8822be: fix missing null check on dev_alloc_skb return
7158 - typec: tcpm: fusb302: Resolve out of order messaging events
7159 - USB: ledtrig-usbport: fix of-node leak
7160 - dt-bindings: serial: Add common rs485 binding for RTS polarity
7161 - sched: Stop switched_to_rt() from sending IPIs to offline CPUs
7162 - sched: Stop resched_cpu() from sending IPIs to offline CPUs
7163 - crypto: chelsio - Fix an error code in chcr_hash_dma_map()
7164 - crypto: ecc - Fix NULL pointer deref. on no default_rng
7165 - crypto: keywrap - Add missing ULL suffixes for 64-bit constants
7166 - crypto: cavium - fix memory leak on info
7167 - test_firmware: fix setting old custom fw path back on exit
7168 - drm/vblank: Fix vblank timestamp debugs
7169 - net: ieee802154: adf7242: Fix bug if defined DEBUG
7170 - rtc: brcmstb-waketimer: fix error handling in brcmstb_waketmr_probe()
7171 - perf report: Fix -D output for user metadata events
7172 - net: xfrm: allow clearing socket xfrm policies.
7173 - gpiolib: don't allow OPEN_DRAIN & OPEN_SOURCE flags simultaneously
7174 - mtd: nand: fix interpretation of NAND_CMD_NONE in nand_command[_lp]()
7175 - net: thunderx: Set max queue count taking XDP_TX into account
7176 - ARM: dts: am335x-pepper: Fix the audio CODEC's reset pin
7177 - ARM: dts: omap3-n900: Fix the audio CODEC's reset pin
7178 - mtd: nand: ifc: update bufnum mask for ver >= 2.0.0
7179 - userns: Don't fail follow_automount based on s_user_ns
7180 - xfrm: Fix xfrm_replay_overflow_offload_esn
7181 - leds: pm8058: Silence pointer to integer size warning
7182 - bpf: fix stack state printing in verifier log
7183 - power: supply: sbs-message: double left shift bug in sbsm_select()
7184 - power: supply: ab8500_charger: Fix an error handling path
7185 - power: supply: ab8500_charger: Bail out in case of error in
7186 'ab8500_charger_init_hw_registers()'
7187 - drm/etnaviv: make THERMAL selectable
7188 - iio: adc: ina2xx: Shift bus voltage register to mask flag bits
7189 - iio: health: max30102: Add power enable parameter to get_temp function
7190 - ath10k: update tdls teardown state to target
7191 - cpufreq: Fix governor module removal race
7192 - KVM: X86: Restart the guest when insn_len is zero and SEV is enabled
7193 - drm/amdgpu:fix random missing of FLR NOTIFY
7194 - scsi: ses: don't ask for diagnostic pages repeatedly during probe
7195 - pwm: stmpe: Fix wrong register offset for hwpwm=2 case
7196 - drm/sun4i: Fix format mask in DE2 driver
7197 - pinctrl: sh-pfc: r8a7791: Add can_clk function
7198 - pinctrl: sh-pfc: r8a7795-es1: Fix MOD_SEL1 bit[25:24] to 0x3 when using
7199 STP_ISEN_1_D
7200 - perf annotate: Fix unnecessary memory allocation for s390x
7201 - perf annotate: Fix objdump comment parsing for Intel mov dissassembly
7202 - iwlwifi: mvm: avoid dumping assert log when device is stopped
7203 - drm/amdgpu:fix virtual dce bug
7204 - drm/amdgpu: fix amdgpu_sync_resv v2
7205 - bnxt_en: Uninitialized variable in bnxt_tc_parse_actions()
7206 - clk: qcom: msm8916: fix mnd_width for codec_digcodec
7207 - mwifiex: cfg80211: do not change virtual interface during scan processing
7208 - ath10k: fix invalid STS_CAP_OFFSET_MASK
7209 - tools/usbip: fixes build with musl libc toolchain
7210 - spi: sun6i: disable/unprepare clocks on remove
7211 - bnxt_en: Don't print "Link speed -1 no longer supported" messages.
7212 - scsi: core: scsi_get_device_flags_keyed(): Always return device flags
7213 - scsi: devinfo: apply to HP XP the same flags as Hitachi VSP
7214 - scsi: dh: add new rdac devices
7215 - clk: renesas: r8a77970: Add LVDS clock
7216 - staging: fsl-dpaa2/eth: Fix access to FAS field
7217 - media: vsp1: Prevent suspending and resuming DRM pipelines
7218 - dm raid: fix raid set size revalidation
7219 - media: cpia2: Fix a couple off by one bugs
7220 - media: davinci: vpif_capture: add NULL check on devm_kzalloc return value
7221 - virtio_net: Disable interrupts if napi_complete_done rescheduled napi
7222 - net: sched: drop qdisc_reset from dev_graft_qdisc
7223 - veth: set peer GSO values
7224 - drm/amdkfd: Fix memory leaks in kfd topology
7225 - powerpc/64: Don't trace irqs-off at interrupt return to soft-disabled
7226 context
7227 - arm64: dts: renesas: salvator-common: Add EthernetAVB PHY reset
7228 - agp/intel: Flush all chipset writes after updating the GGTT
7229 - mac80211_hwsim: enforce PS_MANUAL_POLL to be set after PS_ENABLED
7230 - mac80211: remove BUG() when interface type is invalid
7231 - crypto: caam/qi - use correct print specifier for size_t
7232 - ASoC: nuc900: Fix a loop timeout test
7233 - mmc: mmc_test: Ensure command queue is disabled for testing
7234 - Fix misannotated out-of-line _copy_to_user()
7235 - ipvlan: add L2 check for packets arriving via virtual devices
7236 - rcutorture/configinit: Fix build directory error message
7237 - locking/locktorture: Fix num reader/writer corner cases
7238 - ima: relax requiring a file signature for new files with zero length
7239 - IB/mlx5: revisit -Wmaybe-uninitialized warning
7240 - dmaengine: qcom_hidma: check pending interrupts
7241 - drm/i915/glk: Disable Guc and HuC on GLK
7242 - Linux 4.15.11
7243 - Config: Enable CONFIG_DRM_ETNAVIV_THERMAL=y
7244
7245 * [FFE][Feature] KVM CLX avx512_vnni (LP: #1739665)
7246 - KVM: x86: add support for UMIP
7247 - KVM: Expose new cpu features to guest
7248
7249 * Ubuntu18.04[P9 DD2.2 Boston]:Unable to boot power8 compat mode
7250 guests(ubuntu14.04.5) (kvm) (LP: #1756254)
7251 - KVM: PPC: Book3S HV: Allow HPT and radix on the same core for POWER9 v2.2
7252
7253 * Allow hugepage backing for "p8compat" mode kvm guests (LP: #1754206)
7254 - KVM: PPC: Book3S HV: Fix VRMA initialization with 2MB or 1GB memory backing
7255
7256 * [Bug][KVM][Crystal Ridge] Terrible performance of vNVDIMM on QEMU with
7257 device DAX backend (LP: #1745899)
7258 - x86/mm: add a function to check if a pfn is UC/UC-/WC
7259 - KVM: MMU: consider host cache mode in MMIO page check
7260
7261 * nfp: read ME frequency from vNIC ctrl memory (LP: #1752818)
7262 - nfp: add TLV capabilities to the BAR
7263 - nfp: read ME frequency from vNIC ctrl memory
7264 - nfp: fix TLV offset calculation
7265
7266 * Miscellaneous Ubuntu changes
7267 - [Packaging] skip cloud tools packaging when not building package
7268 - [Packaging] final-checks -- remove check for empty retpoline files
7269
7270 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Mon, 02 Apr 2018 15:43:20 -0300
f92cd195 7271
6dc5db97 7272linux (4.15.0-13.14) bionic; urgency=medium
e06d7aad 7273
6dc5db97 7274 * linux: 4.15.0-13.14 -proposed tracker (LP: #1756408)
e06d7aad 7275
6dc5db97
TLSC
7276 * devpts: handle bind-mounts (LP: #1755857)
7277 - SAUCE: devpts: hoist out check for DEVPTS_SUPER_MAGIC
7278 - SAUCE: devpts: resolve devpts bind-mounts
7279 - SAUCE: devpts: comment devpts_mntget()
7280 - SAUCE: selftests: add devpts selftests
7281
7282 * [bionic][arm64] d-i: add hisi_sas_v3_hw to scsi-modules (LP: #1756103)
7283 - d-i: add hisi_sas_v3_hw to scsi-modules
7284
7285 * [Bionic][ARM64] enable ROCE and HNS3 driver support for hip08 SoC
7286 (LP: #1756097)
7287 - RDMA/hns: Refactor eq code for hip06
7288 - RDMA/hns: Add eq support of hip08
7289 - RDMA/hns: Add detailed comments for mb() call
7290 - RDMA/hns: Add rq inline data support for hip08 RoCE
7291 - RDMA/hns: Update the usage of sr_max and rr_max field
7292 - RDMA/hns: Set access flags of hip08 RoCE
7293 - RDMA/hns: Filter for zero length of sge in hip08 kernel mode
7294 - RDMA/hns: Fix QP state judgement before sending work requests
7295 - RDMA/hns: Assign dest_qp when deregistering mr
7296 - RDMA/hns: Fix endian problems around imm_data and rkey
7297 - RDMA/hns: Assign the correct value for tx_cqn
7298 - RDMA/hns: Create gsi qp in hip08
7299 - RDMA/hns: Add gsi qp support for modifying qp in hip08
7300 - RDMA/hns: Fill sq wqe context of ud type in hip08
7301 - RDMA/hns: Assign zero for pkey_index of wc in hip08
7302 - RDMA/hns: Update the verbs of polling for completion
7303 - RDMA/hns: Set the guid for hip08 RoCE device
7304 - net: hns3: Refactor of the reset interrupt handling logic
7305 - net: hns3: Add reset service task for handling reset requests
7306 - net: hns3: Refactors the requested reset & pending reset handling code
7307 - net: hns3: Add HNS3 VF IMP(Integrated Management Proc) cmd interface
7308 - net: hns3: Add mailbox support to VF driver
7309 - net: hns3: Add HNS3 VF HCL(Hardware Compatibility Layer) Support
7310 - net: hns3: Add HNS3 VF driver to kernel build framework
7311 - net: hns3: Unified HNS3 {VF|PF} Ethernet Driver for hip08 SoC
7312 - net: hns3: Add mailbox support to PF driver
7313 - net: hns3: Change PF to add ring-vect binding & resetQ to mailbox
7314 - net: hns3: Add mailbox interrupt handling to PF driver
7315 - net: hns3: add support to query tqps number
7316 - net: hns3: add support to modify tqps number
7317 - net: hns3: change the returned tqp number by ethtool -x
7318 - net: hns3: free the ring_data structrue when change tqps
7319 - net: hns3: get rss_size_max from configuration but not hardcode
7320 - net: hns3: add a mask initialization for mac_vlan table
7321 - net: hns3: add vlan offload config command
7322 - net: hns3: add ethtool related offload command
7323 - net: hns3: add handling vlan tag offload in bd
7324 - net: hns3: cleanup mac auto-negotiation state query
7325 - net: hns3: fix for getting auto-negotiation state in hclge_get_autoneg
7326 - net: hns3: add support for set_pauseparam
7327 - net: hns3: add support to update flow control settings after autoneg
7328 - net: hns3: add Asym Pause support to phy default features
7329 - net: hns3: add support for querying advertised pause frame by ethtool ethx
7330 - net: hns3: Increase the default depth of bucket for TM shaper
7331 - net: hns3: change TM sched mode to TC-based mode when SRIOV enabled
7332 - net: hns3: hns3_get_channels() can be static
7333 - net: hns3: Add ethtool interface for vlan filter
7334 - net: hns3: Disable VFs change rxvlan offload status
7335 - net: hns3: Unify the strings display of packet statistics
7336 - net: hns3: Fix spelling errors
7337 - net: hns3: Remove repeat statistic of rx_errors
7338 - net: hns3: Modify the update period of packet statistics
7339 - net: hns3: Mask the packet statistics query when NIC is down
7340 - net: hns3: Fix an error of total drop packet statistics
7341 - net: hns3: Fix a loop index error of tqp statistics query
7342 - net: hns3: Fix an error macro definition of HNS3_TQP_STAT
7343 - net: hns3: Remove a useless member of struct hns3_stats
7344 - net: hns3: Add packet statistics of netdev
7345 - net: hns3: Fix a response data read error of tqp statistics query
7346 - net: hns3: fix for updating fc_mode_last_time
7347 - net: hns3: fix for setting MTU
7348 - net: hns3: fix for changing MTU
7349 - net: hns3: add MTU initialization for hardware
7350 - net: hns3: fix for not setting pause parameters
7351 - net: hns3: remove redundant semicolon
7352 - net: hns3: Add more packet size statisctics
7353 - Revert "net: hns3: Add packet statistics of netdev"
7354 - net: hns3: report the function type the same line with hns3_nic_get_stats64
7355 - net: hns3: add ethtool_ops.get_channels support for VF
7356 - net: hns3: remove TSO config command from VF driver
7357 - net: hns3: add ethtool_ops.get_coalesce support to PF
7358 - net: hns3: add ethtool_ops.set_coalesce support to PF
7359 - net: hns3: refactor interrupt coalescing init function
7360 - net: hns3: refactor GL update function
7361 - net: hns3: remove unused GL setup function
7362 - net: hns3: change the unit of GL value macro
7363 - net: hns3: add int_gl_idx setup for TX and RX queues
7364 - net: hns3: add feature check when feature changed
7365 - net: hns3: check for NULL function pointer in hns3_nic_set_features
7366 - net: hns: Fix for variable may be used uninitialized warnings
7367 - net: hns3: add support for get_regs
7368 - net: hns3: add manager table initialization for hardware
7369 - net: hns3: add ethtool -p support for fiber port
7370 - net: hns3: add net status led support for fiber port
7371 - net: hns3: converting spaces into tabs to avoid checkpatch.pl warning
7372 - net: hns3: add get/set_coalesce support to VF
7373 - net: hns3: add int_gl_idx setup for VF
7374 - [Config]: enable CONFIG_HNS3_HCLGEVF as module.
7375
7376 * [Bionic][ARM64] add RAS extension and SDEI features (LP: #1756096)
7377 - KVM: arm64: Store vcpu on the stack during __guest_enter()
7378 - KVM: arm/arm64: Convert kvm_host_cpu_state to a static per-cpu allocation
7379 - KVM: arm64: Change hyp_panic()s dependency on tpidr_el2
7380 - arm64: alternatives: use tpidr_el2 on VHE hosts
7381 - KVM: arm64: Stop save/restoring host tpidr_el1 on VHE
7382 - Docs: dt: add devicetree binding for describing arm64 SDEI firmware
7383 - firmware: arm_sdei: Add driver for Software Delegated Exceptions
7384 - arm64: Add vmap_stack header file
7385 - arm64: uaccess: Add PAN helper
7386 - arm64: kernel: Add arch-specific SDEI entry code and CPU masking
7387 - firmware: arm_sdei: Add support for CPU and system power states
7388 - firmware: arm_sdei: add support for CPU private events
7389 - arm64: acpi: Remove __init from acpi_psci_use_hvc() for use by SDEI
7390 - firmware: arm_sdei: Discover SDEI support via ACPI
7391 - arm64: sysreg: Move to use definitions for all the SCTLR bits
7392 - arm64: cpufeature: Detect CPU RAS Extentions
7393 - arm64: kernel: Survive corrected RAS errors notified by SError
7394 - arm64: Unconditionally enable IESB on exception entry/return for firmware-
7395 first
7396 - arm64: kernel: Prepare for a DISR user
7397 - KVM: arm/arm64: mask/unmask daif around VHE guests
7398 - KVM: arm64: Set an impdef ESR for Virtual-SError using VSESR_EL2.
7399 - KVM: arm64: Save/Restore guest DISR_EL1
7400 - KVM: arm64: Save ESR_EL2 on guest SError
7401 - KVM: arm64: Handle RAS SErrors from EL1 on guest exit
7402 - KVM: arm64: Handle RAS SErrors from EL2 on guest exit
7403 - KVM: arm64: Emulate RAS error registers and set HCR_EL2's TERR & TEA
7404 - [Config]: enable RAS_EXTN and ARM_SDE_INTERFACE
7405
7406 * [Bionic][ARM64] PCI and SAS driver patches for hip08 SoCs (LP: #1756094)
7407 - scsi: hisi_sas: fix dma_unmap_sg() parameter
7408 - scsi: ata: enhance the definition of SET MAX feature field value
7409 - scsi: hisi_sas: relocate clearing ITCT and freeing device
7410 - scsi: hisi_sas: optimise port id refresh function
7411 - scsi: hisi_sas: some optimizations of host controller reset
7412 - scsi: hisi_sas: modify hisi_sas_dev_gone() for reset
7413 - scsi: hisi_sas: add an mechanism to do reset work synchronously
7414 - scsi: hisi_sas: change ncq process for v3 hw
7415 - scsi: hisi_sas: add RAS feature for v3 hw
7416 - scsi: hisi_sas: add some print to enhance debugging
7417 - scsi: hisi_sas: improve int_chnl_int_v2_hw() consistency with v3 hw
7418 - scsi: hisi_sas: add v2 hw port AXI error handling support
7419 - scsi: hisi_sas: use an general way to delay PHY work
7420 - scsi: hisi_sas: do link reset for some CHL_INT2 ints
7421 - scsi: hisi_sas: judge result of internal abort
7422 - scsi: hisi_sas: add internal abort dev in some places
7423 - scsi: hisi_sas: fix SAS_QUEUE_FULL problem while running IO
7424 - scsi: hisi_sas: re-add the lldd_port_deformed()
7425 - scsi: hisi_sas: add v3 hw suspend and resume
7426 - scsi: hisi_sas: Change frame type for SET MAX commands
7427 - scsi: hisi_sas: make local symbol host_attrs static
7428 - scsi: hisi_sas: fix a bug in hisi_sas_dev_gone()
7429 - SAUCE: scsi: hisi_sas: config for hip08 ES
7430 - SAUCE: scsi: hisi_sas: export device table of v3 hw to userspace
7431 - PM / core: Add LEAVE_SUSPENDED driver flag
7432 - PCI / PM: Support for LEAVE_SUSPENDED driver flag
7433 - PCI/AER: Skip recovery callbacks for correctable errors from ACPI APEI
7434 - PCI/ASPM: Calculate LTR_L1.2_THRESHOLD from device characteristics
7435 - PCI/ASPM: Enable Latency Tolerance Reporting when supported
7436 - PCI/ASPM: Unexport internal ASPM interfaces
7437 - PCI: Make PCI_SCAN_ALL_PCIE_DEVS work for Root as well as Downstream Ports
7438 - PCI/AER: Return error if AER is not supported
7439 - PCI/DPC: Enable DPC only if AER is available
7440
7441 * [CVE] Spectre: System Z {kernel} UBUNTU18.04 (LP: #1754580)
7442 - s390: scrub registers on kernel entry and KVM exit
7443 - s390: add optimized array_index_mask_nospec
7444 - s390/alternative: use a copy of the facility bit mask
7445 - s390: add options to change branch prediction behaviour for the kernel
7446 - s390: run user space and KVM guests with modified branch prediction
7447 - s390: introduce execute-trampolines for branches
7448 - s390: Replace IS_ENABLED(EXPOLINE_*) with IS_ENABLED(CONFIG_EXPOLINE_*)
7449 - s390: do not bypass BPENTER for interrupt system calls
7450 - s390/entry.S: fix spurious zeroing of r0
7451
7452 * s390/crypto: Fix kernel crash on aes_s390 module remove (LP: #1753424)
7453 - SAUCE: s390/crypto: Fix kernel crash on aes_s390 module remove.
7454
7455 * [Feature]Update Ubuntu 18.04 lpfc FC driver with 32/64GB HBA support and bug
7456 fixes (LP: #1752182)
7457 - scsi: lpfc: FLOGI failures are reported when connected to a private loop.
7458 - scsi: lpfc: Expand WQE capability of every NVME hardware queue
7459 - scsi: lpfc: Handle XRI_ABORTED_CQE in soft IRQ
7460 - scsi: lpfc: Fix NVME LS abort_xri
7461 - scsi: lpfc: Raise maximum NVME sg list size for 256 elements
7462 - scsi: lpfc: Driver fails to detect direct attach storage array
7463 - scsi: lpfc: Fix display for debugfs queInfo
7464 - scsi: lpfc: Adjust default value of lpfc_nvmet_mrq
7465 - scsi: lpfc: Fix ndlp ref count for pt2pt mode issue RSCN
7466 - scsi: lpfc: Linux LPFC driver does not process all RSCNs
7467 - scsi: lpfc: correct port registrations with nvme_fc
7468 - scsi: lpfc: Correct driver deregistrations with host nvme transport
7469 - scsi: lpfc: Fix crash during driver unload with running nvme traffic
7470 - scsi: lpfc: Fix driver handling of nvme resources during unload
7471 - scsi: lpfc: small sg cnt cleanup
7472 - scsi: lpfc: Fix random heartbeat timeouts during heavy IO
7473 - scsi: lpfc: update driver version to 11.4.0.5
7474 - scsi: lpfc: Fix -EOVERFLOW behavior for NVMET and defer_rcv
7475 - scsi: lpfc: Fix receive PRLI handling
7476 - scsi: lpfc: Increase SCSI CQ and WQ sizes.
7477 - scsi: lpfc: Fix SCSI LUN discovery when SCSI and NVME enabled
7478 - scsi: lpfc: Fix issues connecting with nvme initiator
7479 - scsi: lpfc: Fix infinite wait when driver unregisters a remote NVME port.
7480 - scsi: lpfc: Beef up stat counters for debug
7481 - scsi: lpfc: update driver version to 11.4.0.6
7482 - scsi: lpfc: correct sg_seg_cnt attribute min vs default
7483 - scsi: scsi_transport_fc: fix typos on 64/128 GBit define names
7484 - scsi: lpfc: don't dereference localport before it has been null checked
7485 - scsi: lpfc: fix a couple of minor indentation issues
7486 - treewide: Use DEVICE_ATTR_RW
7487 - treewide: Use DEVICE_ATTR_RO
7488 - treewide: Use DEVICE_ATTR_WO
7489 - scsi: lpfc: Fix frequency of Release WQE CQEs
7490 - scsi: lpfc: Increase CQ and WQ sizes for SCSI
7491 - scsi: lpfc: move placement of target destroy on driver detach
7492 - scsi: lpfc: correct debug counters for abort
7493 - scsi: lpfc: Add WQ Full Logic for NVME Target
7494 - scsi: lpfc: Fix PRLI handling when topology type changes
7495 - scsi: lpfc: Fix IO failure during hba reset testing with nvme io.
7496 - scsi: lpfc: Fix RQ empty firmware trap
7497 - scsi: lpfc: Allow set of maximum outstanding SCSI cmd limit for a target
7498 - scsi: lpfc: Fix soft lockup in lpfc worker thread during LIP testing
7499 - scsi: lpfc: Fix issue_lip if link is disabled
7500 - scsi: lpfc: Indicate CONF support in NVMe PRLI
7501 - scsi: lpfc: Fix SCSI io host reset causing kernel crash
7502 - scsi: lpfc: Validate adapter support for SRIU option
7503 - scsi: lpfc: Fix header inclusion in lpfc_nvmet
7504 - scsi: lpfc: Treat SCSI Write operation Underruns as an error
7505 - scsi: lpfc: Fix nonrecovery of NVME controller after cable swap.
7506 - scsi: lpfc: update driver version to 11.4.0.7
7507 - scsi: lpfc: Update 11.4.0.7 modified files for 2018 Copyright
7508 - scsi: lpfc: Rework lpfc to allow different sli4 cq and eq handlers
7509 - scsi: lpfc: Rework sli4 doorbell infrastructure
7510 - scsi: lpfc: Add SLI-4 if_type=6 support to the code base
7511 - scsi: lpfc: Add push-to-adapter support to sli4
7512 - scsi: lpfc: Add PCI Ids for if_type=6 hardware
7513 - scsi: lpfc: Add 64G link speed support
7514 - scsi: lpfc: Add if_type=6 support for cycling valid bits
7515 - scsi: lpfc: Enable fw download on if_type=6 devices
7516 - scsi: lpfc: Add embedded data pointers for enhanced performance
7517 - scsi: lpfc: Fix nvme embedded io length on new hardware
7518 - scsi: lpfc: Work around NVME cmd iu SGL type
7519 - scsi: lpfc: update driver version to 12.0.0.0
7520 - scsi: lpfc: Change Copyright of 12.0.0.0 modified files to 2018
7521 - scsi: lpfc: use __raw_writeX on DPP copies
7522 - scsi: lpfc: Add missing unlock in WQ full logic
7523
7524 * CVE-2018-8043
7525 - net: phy: mdio-bcm-unimac: fix potential NULL dereference in
7526 unimac_mdio_probe()
7527
7528 * Bionic update to 4.15.10 stable release (LP: #1756100)
7529 - Revert "UBUNTU: SAUCE: ALSA: hda/realtek - Add support headset mode for DELL
7530 WYSE"
7531 - RDMA/ucma: Limit possible option size
7532 - RDMA/ucma: Check that user doesn't overflow QP state
7533 - RDMA/mlx5: Fix integer overflow while resizing CQ
7534 - bpf: cpumap: use GFP_KERNEL instead of GFP_ATOMIC in __cpu_map_entry_alloc()
7535 - IB/uverbs: Improve lockdep_check
7536 - mac80211_hwsim: don't use WQ_MEM_RECLAIM
7537 - net/smc: fix NULL pointer dereference on sock_create_kern() error path
7538 - regulator: stm32-vrefbuf: fix check on ready flag
7539 - drm/i915: Check for fused or unused pipes
7540 - drm/i915/audio: fix check for av_enc_map overflow
7541 - drm/i915: Fix rsvd2 mask when out-fence is returned
7542 - drm/i915: Clear the in-use marker on execbuf failure
7543 - drm/i915: Disable DC states around GMBUS on GLK
7544 - drm/i915: Update watermark state correctly in sanitize_watermarks
7545 - drm/i915: Try EDID bitbanging on HDMI after failed read
7546 - drm/i915/perf: fix perf stream opening lock
7547 - scsi: core: Avoid that ATA error handling can trigger a kernel hang or oops
7548 - scsi: qla2xxx: Fix NULL pointer crash due to active timer for ABTS
7549 - drm/i915: Always call to intel_display_set_init_power() in resume_early.
7550 - workqueue: Allow retrieval of current task's work struct
7551 - drm: Allow determining if current task is output poll worker
7552 - drm/nouveau: Fix deadlock on runtime suspend
7553 - drm/radeon: Fix deadlock on runtime suspend
7554 - drm/amdgpu: Fix deadlock on runtime suspend
7555 - drm/nouveau: prefer XBGR2101010 for addfb ioctl
7556 - drm/amd/powerplay/smu7: allow mclk switching with no displays
7557 - drm/amd/powerplay/vega10: allow mclk switching with no displays
7558 - Revert "drm/radeon/pm: autoswitch power state when in balanced mode"
7559 - drm/amd/display: check for ipp before calling cursor operations
7560 - drm/radeon: insist on 32-bit DMA for Cedar on PPC64/PPC64LE
7561 - drm/amd/powerplay: fix power over limit on Fiji
7562 - drm/amd/display: Default HDMI6G support to true. Log VBIOS table error.
7563 - drm/amdgpu: used cached pcie gen info for SI (v2)
7564 - drm/amdgpu: Notify sbios device ready before send request
7565 - drm/radeon: fix KV harvesting
7566 - drm/amdgpu: fix KV harvesting
7567 - drm/amdgpu:Correct max uvd handles
7568 - drm/amdgpu:Always save uvd vcpu_bo in VM Mode
7569 - ovl: redirect_dir=nofollow should not follow redirect for opaque lower
7570 - MIPS: BMIPS: Do not mask IPIs during suspend
7571 - MIPS: ath25: Check for kzalloc allocation failure
7572 - MIPS: OCTEON: irq: Check for null return on kzalloc allocation
7573 - PCI: dwc: Fix enumeration end when reaching root subordinate
7574 - Input: matrix_keypad - fix race when disabling interrupts
7575 - Revert "Input: synaptics - Lenovo Thinkpad T460p devices should use RMI"
7576 - bug: use %pB in BUG and stack protector failure
7577 - lib/bug.c: exclude non-BUG/WARN exceptions from report_bug()
7578 - mm/memblock.c: hardcode the end_pfn being -1
7579 - Documentation/sphinx: Fix Directive import error
7580 - loop: Fix lost writes caused by missing flag
7581 - virtio_ring: fix num_free handling in error case
7582 - KVM: s390: fix memory overwrites when not using SCA entries
7583 - arm64: mm: fix thinko in non-global page table attribute check
7584 - IB/core: Fix missing RDMA cgroups release in case of failure to register
7585 device
7586 - Revert "nvme: create 'slaves' and 'holders' entries for hidden controllers"
7587 - kbuild: Handle builtin dtb file names containing hyphens
7588 - dm bufio: avoid false-positive Wmaybe-uninitialized warning
7589 - IB/mlx5: Fix incorrect size of klms in the memory region
7590 - bcache: fix crashes in duplicate cache device register
7591 - bcache: don't attach backing with duplicate UUID
7592 - x86/MCE: Save microcode revision in machine check records
7593 - x86/MCE: Serialize sysfs changes
7594 - perf tools: Fix trigger class trigger_on()
7595 - x86/spectre_v2: Don't check microcode versions when running under
7596 hypervisors
7597 - ALSA: hda/realtek - Add support headset mode for DELL WYSE
7598 - ALSA: hda/realtek - Add headset mode support for Dell laptop
7599 - ALSA: hda/realtek: Limit mic boost on T480
7600 - ALSA: hda/realtek - Fix dock line-out volume on Dell Precision 7520
7601 - ALSA: hda/realtek - Make dock sound work on ThinkPad L570
7602 - ALSA: seq: More protection for concurrent write and ioctl races
7603 - ALSA: hda: add dock and led support for HP EliteBook 820 G3
7604 - ALSA: hda: add dock and led support for HP ProBook 640 G2
7605 - scsi: qla2xxx: Fix NULL pointer crash due to probe failure
7606 - scsi: qla2xxx: Fix recursion while sending terminate exchange
7607 - dt-bindings: Document mti,mips-cpc binding
7608 - MIPS: CPC: Map registers using DT in mips_cpc_default_phys_base()
7609 - nospec: Kill array_index_nospec_mask_check()
7610 - nospec: Include <asm/barrier.h> dependency
7611 - x86/entry: Reduce the code footprint of the 'idtentry' macro
7612 - x86/entry/64: Use 'xorl' for faster register clearing
7613 - x86/mm: Remove stale comment about KMEMCHECK
7614 - x86/asm: Improve how GEN_*_SUFFIXED_RMWcc() specify clobbers
7615 - x86/IO-APIC: Avoid warning in 32-bit builds
7616 - x86/LDT: Avoid warning in 32-bit builds with older gcc
7617 - x86-64/realmode: Add instruction suffix
7618 - Revert "x86/retpoline: Simplify vmexit_fill_RSB()"
7619 - x86/speculation: Use IBRS if available before calling into firmware
7620 - x86/retpoline: Support retpoline builds with Clang
7621 - x86/speculation, objtool: Annotate indirect calls/jumps for objtool
7622 - x86/speculation: Move firmware_restrict_branch_speculation_*() from C to CPP
7623 - x86/paravirt, objtool: Annotate indirect calls
7624 - x86/boot, objtool: Annotate indirect jump in secondary_startup_64()
7625 - x86/mm/sme, objtool: Annotate indirect call in sme_encrypt_execute()
7626 - objtool: Use existing global variables for options
7627 - objtool: Add retpoline validation
7628 - objtool: Add module specific retpoline rules
7629 - objtool, retpolines: Integrate objtool with retpoline support more closely
7630 - objtool: Fix another switch table detection issue
7631 - objtool: Fix 32-bit build
7632 - x86/kprobes: Fix kernel crash when probing .entry_trampoline code
7633 - watchdog: hpwdt: SMBIOS check
7634 - watchdog: hpwdt: Check source of NMI
7635 - watchdog: hpwdt: fix unused variable warning
7636 - watchdog: hpwdt: Remove legacy NMI sourcing.
7637 - netfilter: add back stackpointer size checks
7638 - netfilter: ipt_CLUSTERIP: fix a race condition of proc file creation
7639 - netfilter: xt_hashlimit: fix lock imbalance
7640 - netfilter: x_tables: fix missing timer initialization in xt_LED
7641 - netfilter: nat: cope with negative port range
7642 - netfilter: IDLETIMER: be syzkaller friendly
7643 - netfilter: ebtables: CONFIG_COMPAT: don't trust userland offsets
7644 - netfilter: bridge: ebt_among: add missing match size checks
7645 - netfilter: ipv6: fix use-after-free Write in nf_nat_ipv6_manip_pkt
7646 - netfilter: use skb_to_full_sk in ip6_route_me_harder
7647 - tpm_tis: Move ilb_base_addr to tpm_tis_data
7648 - tpm: Keep CLKRUN enabled throughout the duration of transmit_cmd()
7649 - tpm: delete the TPM_TIS_CLK_ENABLE flag
7650 - tpm: remove unused variables
7651 - tpm: only attempt to disable the LPC CLKRUN if is already enabled
7652 - x86/xen: Calculate __max_logical_packages on PV domains
7653 - scsi: qla2xxx: Fix system crash for Notify ack timeout handling
7654 - scsi: qla2xxx: Fix gpnid error processing
7655 - scsi: qla2xxx: Move session delete to driver work queue
7656 - scsi: qla2xxx: Skip IRQ affinity for Target QPairs
7657 - scsi: qla2xxx: Fix re-login for Nport Handle in use
7658 - scsi: qla2xxx: Retry switch command on time out
7659 - scsi: qla2xxx: Serialize GPNID for multiple RSCN
7660 - scsi: qla2xxx: Fix login state machine stuck at GPDB
7661 - scsi: qla2xxx: Fix NPIV host cleanup in target mode
7662 - scsi: qla2xxx: Relogin to target port on a cable swap
7663 - scsi: qla2xxx: Fix Relogin being triggered too fast
7664 - scsi: qla2xxx: Fix PRLI state check
7665 - scsi: qla2xxx: Fix abort command deadlock due to spinlock
7666 - scsi: qla2xxx: Replace fcport alloc with qla2x00_alloc_fcport
7667 - scsi: qla2xxx: Fix scan state field for fcport
7668 - scsi: qla2xxx: Clear loop id after delete
7669 - scsi: qla2xxx: Defer processing of GS IOCB calls
7670 - scsi: qla2xxx: Remove aborting ELS IOCB call issued as part of timeout.
7671 - scsi: qla2xxx: Fix system crash in qlt_plogi_ack_unref
7672 - scsi: qla2xxx: Fix memory leak in dual/target mode
7673 - NFS: Fix an incorrect type in struct nfs_direct_req
7674 - pNFS: Prevent the layout header refcount going to zero in pnfs_roc()
7675 - NFS: Fix unstable write completion
7676 - Linux 4.15.10
7677
7678 * Bionic update to 4.15.10 stable release (LP: #1756100) // CVE-2018-1000004.
7679 - ALSA: seq: Don't allow resizing pool in use
7680
7681 * nfp: prioritize stats updates (LP: #1752061)
7682 - nfp: flower: prioritize stats updates
7683
7684 * Ubuntu 18.04 - Kernel crash on nvme subsystem-reset /dev/nvme0 (Bolt / NVMe)
7685 (LP: #1753371)
7686 - nvme-pci: Fix EEH failure on ppc
7687
7688 * sbsa watchdog crashes thunderx2 system (LP: #1755595)
7689 - watchdog: sbsa: use 32-bit read for WCV
7690
7691 * KVM: s390: add vcpu stat counters for many instruction (LP: #1755132)
7692 - KVM: s390: diagnoses are instructions as well
7693 - KVM: s390: add vcpu stat counters for many instruction
7694
7695 * CIFS SMB2/SMB3 does not work for domain based DFS (LP: #1747572)
7696 - CIFS: make IPC a regular tcon
7697 - CIFS: use tcon_ipc instead of use_ipc parameter of SMB2_ioctl
7698 - CIFS: dump IPC tcon in debug proc file
7699
7700 * i2c-thunderx: erroneous error message "unhandled state: 0" (LP: #1754076)
7701 - i2c: octeon: Prevent error message on bus error
7702
7703 * Boston-LC:bos1u1: Stress test on Qlogic Fibre Channel on Ubuntu KVM guest
7704 that caused KVM host crashed in qlt_free_session_done call (LP: #1750441)
7705 - scsi: qla2xxx: Fix memory corruption during hba reset test
7706
7707 * Ubuntu 18.04 - Performance: Radix page fault handler bug in KVM
7708 (LP: #1752236)
7709 - KVM: PPC: Book3S HV: Fix handling of large pages in radix page fault handler
7710
7711 * Fix ARC hit rate (LP: #1755158)
7712 - SAUCE: Fix ARC hit rate (LP: #1755158)
7713
7714 * Bionic update to 4.15.9 stable release (LP: #1755275)
7715 - bpf: fix mlock precharge on arraymaps
7716 - bpf: fix memory leak in lpm_trie map_free callback function
7717 - bpf: fix rcu lockdep warning for lpm_trie map_free callback
7718 - bpf, x64: implement retpoline for tail call
7719 - bpf, arm64: fix out of bounds access in tail call
7720 - bpf: add schedule points in percpu arrays management
7721 - bpf: allow xadd only on aligned memory
7722 - bpf, ppc64: fix out of bounds access in tail call
7723 - scsi: mpt3sas: fix oops in error handlers after shutdown/unload
7724 - scsi: mpt3sas: wait for and flush running commands on shutdown/unload
7725 - KVM: x86: fix backward migration with async_PF
7726 - Linux 4.15.9
7727
7728 * Bionic update to 4.15.8 stable release (LP: #1755179)
7729 - hrtimer: Ensure POSIX compliance (relative CLOCK_REALTIME hrtimers)
7730 - ipmi_si: Fix error handling of platform device
7731 - platform/x86: dell-laptop: Allocate buffer on heap rather than globally
7732 - powerpc/pseries: Enable RAS hotplug events later
7733 - Bluetooth: btusb: Use DMI matching for QCA reset_resume quirking
7734 - ixgbe: fix crash in build_skb Rx code path
7735 - tpm: st33zp24: fix potential buffer overruns caused by bit glitches on the
7736 bus
7737 - tpm: fix potential buffer overruns caused by bit glitches on the bus
7738 - tpm_i2c_infineon: fix potential buffer overruns caused by bit glitches on
7739 the bus
7740 - tpm_i2c_nuvoton: fix potential buffer overruns caused by bit glitches on the
7741 bus
7742 - tpm_tis: fix potential buffer overruns caused by bit glitches on the bus
7743 - ALSA: usb-audio: Add a quirck for B&W PX headphones
7744 - ALSA: control: Fix memory corruption risk in snd_ctl_elem_read
7745 - ALSA: x86: Fix missing spinlock and mutex initializations
7746 - ALSA: hda: Add a power_save blacklist
7747 - ALSA: hda - Fix pincfg at resume on Lenovo T470 dock
7748 - mmc: sdhci-pci: Fix S0i3 for Intel BYT-based controllers
7749 - mmc: dw_mmc-k3: Fix out-of-bounds access through DT alias
7750 - mmc: dw_mmc: Avoid accessing registers in runtime suspended state
7751 - mmc: dw_mmc: Factor out dw_mci_init_slot_caps
7752 - mmc: dw_mmc: Fix out-of-bounds access for slot's caps
7753 - timers: Forward timer base before migrating timers
7754 - parisc: Use cr16 interval timers unconditionally on qemu
7755 - parisc: Reduce irq overhead when run in qemu
7756 - parisc: Fix ordering of cache and TLB flushes
7757 - parisc: Hide virtual kernel memory layout
7758 - btrfs: use proper endianness accessors for super_copy
7759 - block: fix the count of PGPGOUT for WRITE_SAME
7760 - block: kyber: fix domain token leak during requeue
7761 - block: pass inclusive 'lend' parameter to truncate_inode_pages_range
7762 - vfio: disable filesystem-dax page pinning
7763 - cpufreq: s3c24xx: Fix broken s3c_cpufreq_init()
7764 - dax: fix vma_is_fsdax() helper
7765 - direct-io: Fix sleep in atomic due to sync AIO
7766 - x86/xen: Zero MSR_IA32_SPEC_CTRL before suspend
7767 - x86/platform/intel-mid: Handle Intel Edison reboot correctly
7768 - x86/cpu_entry_area: Sync cpu_entry_area to initial_page_table
7769 - bridge: check brport attr show in brport_show
7770 - fib_semantics: Don't match route with mismatching tclassid
7771 - hdlc_ppp: carrier detect ok, don't turn off negotiation
7772 - ipv6 sit: work around bogus gcc-8 -Wrestrict warning
7773 - net: amd-xgbe: fix comparison to bitshift when dealing with a mask
7774 - net: ethernet: ti: cpsw: fix net watchdog timeout
7775 - net: fix race on decreasing number of TX queues
7776 - net: ipv4: don't allow setting net.ipv4.route.min_pmtu below 68
7777 - netlink: ensure to loop over all netns in genlmsg_multicast_allns()
7778 - net: sched: report if filter is too large to dump
7779 - ppp: prevent unregistered channels from connecting to PPP units
7780 - sctp: verify size of a new chunk in _sctp_make_chunk()
7781 - udplite: fix partial checksum initialization
7782 - net/mlx5e: Fix TCP checksum in LRO buffers
7783 - sctp: fix dst refcnt leak in sctp_v4_get_dst
7784 - mlxsw: spectrum_switchdev: Check success of FDB add operation
7785 - net/mlx5e: Specify numa node when allocating drop rq
7786 - net: phy: fix phy_start to consider PHY_IGNORE_INTERRUPT
7787 - tcp: Honor the eor bit in tcp_mtu_probe
7788 - rxrpc: Fix send in rxrpc_send_data_packet()
7789 - tcp_bbr: better deal with suboptimal GSO
7790 - doc: Change the min default value of tcp_wmem/tcp_rmem.
7791 - net/mlx5e: Fix loopback self test when GRO is off
7792 - net_sched: gen_estimator: fix broken estimators based on percpu stats
7793 - net/sched: cls_u32: fix cls_u32 on filter replace
7794 - sctp: do not pr_err for the duplicated node in transport rhlist
7795 - mlxsw: spectrum_router: Fix error path in mlxsw_sp_vr_create
7796 - net: ipv4: Set addr_type in hash_keys for forwarded case
7797 - sctp: fix dst refcnt leak in sctp_v6_get_dst()
7798 - bridge: Fix VLAN reference count problem
7799 - net/mlx5e: Verify inline header size do not exceed SKB linear size
7800 - tls: Use correct sk->sk_prot for IPV6
7801 - amd-xgbe: Restore PCI interrupt enablement setting on resume
7802 - cls_u32: fix use after free in u32_destroy_key()
7803 - mlxsw: spectrum_router: Do not unconditionally clear route offload
7804 indication
7805 - netlink: put module reference if dump start fails
7806 - tcp: purge write queue upon RST
7807 - tuntap: correctly add the missing XDP flush
7808 - tuntap: disable preemption during XDP processing
7809 - virtio-net: disable NAPI only when enabled during XDP set
7810 - cxgb4: fix trailing zero in CIM LA dump
7811 - net/mlx5: Fix error handling when adding flow rules
7812 - net: phy: Restore phy_resume() locking assumption
7813 - tcp: tracepoint: only call trace_tcp_send_reset with full socket
7814 - l2tp: don't use inet_shutdown on tunnel destroy
7815 - l2tp: don't use inet_shutdown on ppp session destroy
7816 - l2tp: fix races with tunnel socket close
7817 - l2tp: fix race in pppol2tp_release with session object destroy
7818 - l2tp: fix tunnel lookup use-after-free race
7819 - s390/qeth: fix underestimated count of buffer elements
7820 - s390/qeth: fix SETIP command handling
7821 - s390/qeth: fix overestimated count of buffer elements
7822 - s390/qeth: fix IP removal on offline cards
7823 - s390/qeth: fix double-free on IP add/remove race
7824 - Revert "s390/qeth: fix using of ref counter for rxip addresses"
7825 - s390/qeth: fix IP address lookup for L3 devices
7826 - s390/qeth: fix IPA command submission race
7827 - tcp: revert F-RTO middle-box workaround
7828 - tcp: revert F-RTO extension to detect more spurious timeouts
7829 - blk-mq: don't call io sched's .requeue_request when requeueing rq to
7830 ->dispatch
7831 - media: m88ds3103: don't call a non-initalized function
7832 - EDAC, sb_edac: Fix out of bound writes during DIMM configuration on KNL
7833 - KVM: s390: take care of clock-comparator sign control
7834 - KVM: s390: provide only a single function for setting the tod (fix SCK)
7835 - KVM: s390: consider epoch index on hotplugged CPUs
7836 - KVM: s390: consider epoch index on TOD clock syncs
7837 - nospec: Allow index argument to have const-qualified type
7838 - x86/mm: Fix {pmd,pud}_{set,clear}_flags()
7839 - ARM: orion: fix orion_ge00_switch_board_info initialization
7840 - ARM: dts: rockchip: Remove 1.8 GHz operation point from phycore som
7841 - ARM: mvebu: Fix broken PL310_ERRATA_753970 selects
7842 - ARM: kvm: fix building with gcc-8
7843 - KVM: X86: Fix SMRAM accessing even if VM is shutdown
7844 - KVM: mmu: Fix overlap between public and private memslots
7845 - KVM/x86: Remove indirect MSR op calls from SPEC_CTRL
7846 - KVM: x86: move LAPIC initialization after VMCS creation
7847 - KVM/VMX: Optimize vmx_vcpu_run() and svm_vcpu_run() by marking the RDMSR
7848 path as unlikely()
7849 - KVM: x86: fix vcpu initialization with userspace lapic
7850 - KVM/x86: remove WARN_ON() for when vm_munmap() fails
7851 - ACPI / bus: Parse tables as term_list for Dell XPS 9570 and Precision M5530
7852 - ARM: dts: LogicPD SOM-LV: Fix I2C1 pinmux
7853 - ARM: dts: LogicPD Torpedo: Fix I2C1 pinmux
7854 - powerpc/64s/radix: Boot-time NULL pointer protection using a guard-PID
7855 - md: only allow remove_and_add_spares when no sync_thread running.
7856 - platform/x86: dell-laptop: fix kbd_get_state's request value
7857 - Linux 4.15.8
7858
7859 * ZFS setgid broken on 0.7 (LP: #1753288)
7860 - SAUCE: Fix ZFS setgid
7861
7862 * /proc/kallsyms prints "(null)" for null addresses in 4.15 (LP: #1754297)
7863 - vsprintf: avoid misleading "(null)" for %px
7864
7865 * Miscellaneous Ubuntu changes
7866 - d-i: Add netsec to nic-modules
7867 - [Config] fix up retpoline abi files
7868 - [Config] set NOBP and expoline options for s390
7869
7870 -- Thadeu Lima de Souza Cascardo <cascardo@canonical.com> Fri, 16 Mar 2018 14:49:27 -0300
e06d7aad 7871
f02c5a42 7872linux (4.15.0-12.13) bionic; urgency=medium
c6ea6671 7873
f02c5a42 7874 * linux: 4.15.0-12.13 -proposed tracker (LP: #1754059)
c6ea6671 7875
f02c5a42
SF
7876 * CONFIG_EFI=y on armhf (LP: #1726362)
7877 - [Config] CONFIG_EFI=y on armhf, reconcile secureboot EFI settings
7878
7879 * ppc64el: Support firmware disable of RFI flush (LP: #1751994)
7880 - powerpc/pseries: Support firmware disable of RFI flush
7881 - powerpc/powernv: Support firmware disable of RFI flush
7882
7883 * [Feature] CFL/CNL (PCH:CNP-H): New GPIO Commit added (GPIO Driver needed)
7884 (LP: #1751714)
7885 - gpio / ACPI: Drop unnecessary ACPI GPIO to Linux GPIO translation
7886 - pinctrl: intel: Allow custom GPIO base for pad groups
7887 - pinctrl: cannonlake: Align GPIO number space with Windows
7888
7889 * [Feature] Add xHCI debug device support in the driver (LP: #1730832)
7890 - usb: xhci: Make some static functions global
7891 - usb: xhci: Add DbC support in xHCI driver
7892 - [Config] USB_XHCI_DBGCAP=y for commit mainline dfba2174dc42.
7893
7894 * [SRU] Lenovo E41 Mic mute hotkey is not responding (LP: #1753347)
7895 - platform/x86: ideapad-laptop: Increase timeout to wait for EC answer
7896
7897 * headset mic can't be detected on two Dell machines (LP: #1748807)
7898 - ALSA: hda - Fix a wrong FIXUP for alc289 on Dell machines
7899
7900 * hisi_sas: Add disk LED support (LP: #1752695)
7901 - scsi: hisi_sas: directly attached disk LED feature for v2 hw
7902
7903 * [Feature] [Graphics]Whiskey Lake (Coffelake-U 4+2) new PCI Device ID adds
7904 (LP: #1742561)
7905 - drm/i915/cfl: Adding more Coffee Lake PCI IDs.
7906
7907 * [Bug] [USB Function][CFL-CNL PCH]Stall Error and USB Transaction Error in
7908 trace, Disable of device-initiated U1/U2 failed and rebind failed: -517
7909 during suspend/resume with usb storage. (LP: #1730599)
7910 - usb: Don't print a warning if interface driver rebind is deferred at resume
7911
7912 * retpoline: ignore %cs:0xNNN constant indirections (LP: #1752655)
7913 - [Packaging] retpoline -- elide %cs:0xNNNN constants on i386
7914 - [Config] retpoline -- clean up i386 retpoline files
7915
7916 * hisilicon hibmc regression due to ea642c3216cb ("drm/ttm: add io_mem_pfn
7917 callback") (LP: #1738334)
7918 - drm/ttm: add ttm_bo_io_mem_pfn to check io_mem_pfn
7919
7920 * [Asus UX360UA] battery status in unity-panel is not changing when battery is
7921 being charged (LP: #1661876) // AC adapter status not detected on Asus
7922 ZenBook UX410UAK (LP: #1745032)
7923 - ACPI / battery: Add quirk for Asus UX360UA and UX410UAK
7924
7925 * ASUS UX305LA - Battery state not detected correctly (LP: #1482390)
7926 - ACPI / battery: Add quirk for Asus GL502VSK and UX305LA
7927
7928 * [18.04 FEAT] Automatically detect layer2 setting in the qeth device driver
7929 (LP: #1747639)
7930 - s390/diag: add diag26c support for VNIC info
7931 - s390/qeth: support early setup for z/VM NICs
7932
7933 * Bionic update to v4.15.7 stable release (LP: #1752317)
7934 - netfilter: drop outermost socket lock in getsockopt()
7935 - arm64: mm: don't write garbage into TTBR1_EL1 register
7936 - kconfig.h: Include compiler types to avoid missed struct attributes
7937 - MIPS: boot: Define __ASSEMBLY__ for its.S build
7938 - xtensa: fix high memory/reserved memory collision
7939 - scsi: ibmvfc: fix misdefined reserved field in ibmvfc_fcp_rsp_info
7940 - MIPS: Drop spurious __unused in struct compat_flock
7941 - cfg80211: fix cfg80211_beacon_dup
7942 - i2c: designware: must wait for enable
7943 - i2c: bcm2835: Set up the rising/falling edge delays
7944 - X.509: fix BUG_ON() when hash algorithm is unsupported
7945 - X.509: fix NULL dereference when restricting key with unsupported_sig
7946 - PKCS#7: fix certificate chain verification
7947 - PKCS#7: fix certificate blacklisting
7948 - extcon: int3496: process id-pin first so that we start with the right status
7949 - genirq/matrix: Handle CPU offlining proper
7950 - RDMA/uverbs: Protect from races between lookup and destroy of uobjects
7951 - RDMA/uverbs: Protect from command mask overflow
7952 - RDMA/uverbs: Fix bad unlock balance in ib_uverbs_close_xrcd
7953 - RDMA/uverbs: Fix circular locking dependency
7954 - RDMA/uverbs: Sanitize user entered port numbers prior to access it
7955 - iio: adc: stm32: fix stm32h7_adc_enable error handling
7956 - iio: srf08: fix link error "devm_iio_triggered_buffer_setup" undefined
7957 - iio: buffer: check if a buffer has been set up when poll is called
7958 - iio: adis_lib: Initialize trigger before requesting interrupt
7959 - Kbuild: always define endianess in kconfig.h
7960 - x86/apic/vector: Handle vector release on CPU unplug correctly
7961 - x86/oprofile: Fix bogus GCC-8 warning in nmi_setup()
7962 - mm, swap, frontswap: fix THP swap if frontswap enabled
7963 - mm: don't defer struct page initialization for Xen pv guests
7964 - uapi/if_ether.h: move __UAPI_DEF_ETHHDR libc define
7965 - irqchip/gic-v3: Use wmb() instead of smb_wmb() in gic_raise_softirq()
7966 - irqchip/mips-gic: Avoid spuriously handling masked interrupts
7967 - PCI/cxgb4: Extend T3 PCI quirk to T4+ devices
7968 - net: thunderbolt: Tear down connection properly on suspend
7969 - net: thunderbolt: Run disconnect flow asynchronously when logout is received
7970 - ohci-hcd: Fix race condition caused by ohci_urb_enqueue() and
7971 io_watchdog_func()
7972 - usb: ohci: Proper handling of ed_rm_list to handle race condition between
7973 usb_kill_urb() and finish_unlinks()
7974 - arm64: Remove unimplemented syscall log message
7975 - arm64: Disable unhandled signal log messages by default
7976 - arm64: cpufeature: Fix CTR_EL0 field definitions
7977 - Add delay-init quirk for Corsair K70 RGB keyboards
7978 - usb: host: ehci: use correct device pointer for dma ops
7979 - usb: dwc3: gadget: Set maxpacket size for ep0 IN
7980 - usb: dwc3: ep0: Reset TRB counter for ep0 IN
7981 - usb: phy: mxs: Fix NULL pointer dereference on i.MX23/28
7982 - usb: ldusb: add PIDs for new CASSY devices supported by this driver
7983 - Revert "usb: musb: host: don't start next rx urb if current one failed"
7984 - usb: gadget: f_fs: Process all descriptors during bind
7985 - usb: gadget: f_fs: Use config_ep_by_speed()
7986 - usb: renesas_usbhs: missed the "running" flag in usb_dmac with rx path
7987 - drm/cirrus: Load lut in crtc_commit
7988 - drm/atomic: Fix memleak on ERESTARTSYS during non-blocking commits
7989 - drm: Handle unexpected holes in color-eviction
7990 - drm/amdgpu: disable MMHUB power gating on raven
7991 - drm/amdgpu: fix VA hole handling on Vega10 v3
7992 - drm/amdgpu: Add dpm quirk for Jet PRO (v2)
7993 - drm/amdgpu: only check mmBIF_IOV_FUNC_IDENTIFIER on tonga/fiji
7994 - drm/amdgpu: Avoid leaking PM domain on driver unbind (v2)
7995 - drm/amdgpu: add new device to use atpx quirk
7996 - arm64: __show_regs: Only resolve kernel symbols when running at EL1
7997 - drm/i915/breadcrumbs: Ignore unsubmitted signalers
7998 - microblaze: fix endian handling
7999 - Linux 4.15.7
8000
8001 * [regression] Colour banding and artefacts appear system-wide on an Asus
8002 Zenbook UX303LA with Intel HD 4400 graphics (LP: #1749420) // Bionic update
8003 to v4.15.7 stable release (LP: #1752317)
8004 - drm/edid: Add 6 bpc quirk for CPT panel in Asus UX303LA
8005
8006 * errors with sas hotplug (LP: #1752146)
8007 - scsi: libsas: fix memory leak in sas_smp_get_phy_events()
8008 - scsi: libsas: fix error when getting phy events
8009 - scsi: libsas: initialize sas_phy status according to response of DISCOVER
8010 - scsi: libsas: Use dynamic alloced work to avoid sas event lost
8011 - scsi: libsas: shut down the PHY if events reached the threshold
8012 - scsi: libsas: make the event threshold configurable
8013 - scsi: libsas: Use new workqueue to run sas event and disco event
8014 - scsi: libsas: use flush_workqueue to process disco events synchronously
8015 - scsi: libsas: direct call probe and destruct
8016 - scsi: libsas: notify event PORTE_BROADCAST_RCVD in sas_enable_revalidation()
8017
8018 * rtnetlink: enable namespace identifying properties in rtnetlink requests
8019 (LP: #1748232)
8020 - rtnetlink: enable IFLA_IF_NETNSID in do_setlink()
8021 - rtnetlink: enable IFLA_IF_NETNSID for RTM_SETLINK
8022 - rtnetlink: enable IFLA_IF_NETNSID for RTM_DELLINK
8023 - rtnetlink: enable IFLA_IF_NETNSID for RTM_NEWLINK
8024 - rtnetlink: remove check for IFLA_IF_NETNSID
8025 - rtnetlink: require unique netns identifier
8026
8027 * Bionic update to v4.15.6 stable release (LP: #1752119)
8028 - tun: fix tun_napi_alloc_frags() frag allocator
8029 - ptr_ring: fail early if queue occupies more than KMALLOC_MAX_SIZE
8030 - ptr_ring: try vmalloc() when kmalloc() fails
8031 - selinux: ensure the context is NUL terminated in
8032 security_context_to_sid_core()
8033 - selinux: skip bounded transition processing if the policy isn't loaded
8034 - media: pvrusb2: properly check endpoint types
8035 - crypto: x86/twofish-3way - Fix %rbp usage
8036 - staging: android: ion: Add __GFP_NOWARN for system contig heap
8037 - staging: android: ion: Switch from WARN to pr_warn
8038 - blk_rq_map_user_iov: fix error override
8039 - KVM: x86: fix escape of guest dr6 to the host
8040 - kcov: detect double association with a single task
8041 - netfilter: x_tables: fix int overflow in xt_alloc_table_info()
8042 - netfilter: x_tables: avoid out-of-bounds reads in
8043 xt_request_find_{match|target}
8044 - netfilter: ipt_CLUSTERIP: fix out-of-bounds accesses in clusterip_tg_check()
8045 - netfilter: on sockopt() acquire sock lock only in the required scope
8046 - netfilter: xt_cgroup: initialize info->priv in cgroup_mt_check_v1()
8047 - netfilter: xt_RATEEST: acquire xt_rateest_mutex for hash insert
8048 - rds: tcp: correctly sequence cleanup on netns deletion.
8049 - rds: tcp: atomically purge entries from rds_tcp_conn_list during netns
8050 delete
8051 - net: avoid skb_warn_bad_offload on IS_ERR
8052 - net_sched: gen_estimator: fix lockdep splat
8053 - soc: qcom: rmtfs_mem: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8054 - ASoC: ux500: add MODULE_LICENSE tag
8055 - video: fbdev/mmp: add MODULE_LICENSE
8056 - ARM: 8743/1: bL_switcher: add MODULE_LICENSE tag
8057 - arm64: dts: add #cooling-cells to CPU nodes
8058 - dn_getsockoptdecnet: move nf_{get/set}sockopt outside sock lock
8059 - ANDROID: binder: remove WARN() for redundant txn error
8060 - ANDROID: binder: synchronize_rcu() when using POLLFREE.
8061 - staging: android: ashmem: Fix a race condition in pin ioctls
8062 - binder: check for binder_thread allocation failure in binder_poll()
8063 - binder: replace "%p" with "%pK"
8064 - staging: fsl-mc: fix build testing on x86
8065 - staging: iio: adc: ad7192: fix external frequency setting
8066 - staging: iio: ad5933: switch buffer mode to software
8067 - xhci: Fix NULL pointer in xhci debugfs
8068 - xhci: Fix xhci debugfs devices node disappearance after hibernation
8069 - xhci: xhci debugfs device nodes weren't removed after device plugged out
8070 - xhci: fix xhci debugfs errors in xhci_stop
8071 - usbip: keep usbip_device sockfd state in sync with tcp_socket
8072 - crypto: s5p-sss - Fix kernel Oops in AES-ECB mode
8073 - mei: me: add cannon point device ids
8074 - mei: me: add cannon point device ids for 4th device
8075 - vmalloc: fix __GFP_HIGHMEM usage for vmalloc_32 on 32b systems
8076 - Linux 4.15.6
8077
8078 * Unable to insert test_bpf module on Bionic s390x (LP: #1751234)
8079 - bpf: fix selftests/bpf test_kmod.sh failure when CONFIG_BPF_JIT_ALWAYS_ON=y
8080
8081 * [Ubuntu 18.04 FEAT] OpenCAPI enabling (LP: #1746988)
8082 - powerpc/powernv: Introduce new PHB type for opencapi links
8083 - powerpc/powernv: Set correct configuration space size for opencapi devices
8084 - powerpc/powernv: Add opal calls for opencapi
8085 - powerpc/powernv: Add platform-specific services for opencapi
8086 - powerpc/powernv: Capture actag information for the device
8087 - ocxl: Driver code for 'generic' opencapi devices
8088 - ocxl: Add AFU interrupt support
8089 - ocxl: Add a kernel API for other opencapi drivers
8090 - ocxl: Add trace points
8091 - ocxl: Add Makefile and Kconfig
8092 - [Config] CONFIG_OCXL=m for ppc64el
8093 - cxl: Remove support for "Processing accelerators" class
8094 - ocxl: Documentation
8095 - ocxl: add MAINTAINERS entry
8096 - cxl: Add support for ASB_Notify on POWER9
8097
8098 * Request to update 18.04 kernel aacraid to upstream 4.16 version
8099 (LP: #1746801)
8100 - scsi: aacraid: remove unused variable managed_request_id
8101 - scsi: aacraid: Do not attempt abort when Fw panicked
8102 - scsi: aacraid: Do not remove offlined devices
8103 - scsi: aacraid: Fix ioctl reset hang
8104 - scsi: aacraid: Allow reset_host sysfs var to recover Panicked Fw
8105 - scsi: aacraid: Refactor reset_host store function
8106 - scsi: aacraid: Move code to wait for IO completion to shutdown func
8107 - scsi: aacraid: Create bmic submission function from bmic identify
8108 - scsi: aacraid: Change phy luns function to use common bmic function
8109 - scsi: aacraid: Refactor and rename to make mirror existing changes
8110 - scsi: aacraid: Add target setup helper function
8111 - scsi: aacraid: Untangle targets setup from report phy luns
8112 - scsi: aacraid: Move function around to match existing code
8113 - scsi: aacraid: Create helper functions to get lun info
8114 - scsi: aacraid: Save bmic phy information for each phy
8115 - scsi: aacraid: Add helper function to set queue depth
8116 - scsi: aacraid: Merge func to get container information
8117 - scsi: aacraid: Process hba and container hot plug events in single function
8118 - scsi: aacraid: Added macros to help loop through known buses and targets
8119 - scsi: aacraid: Refactor resolve luns code and scsi functions
8120 - scsi: aacraid: Merge adapter setup with resolve luns
8121 - scsi: aacraid: Block concurrent hotplug event handling
8122 - scsi: aacraid: Use hotplug handling function in place of scsi_scan_host
8123 - scsi: aacraid: Reschedule host scan in case of failure
8124 - scsi: aacraid: Fix hang while scanning in eh recovery
8125 - scsi: aacraid: Skip schedule rescan in case of kdump
8126 - scsi: aacraid: Remove unused rescan variable
8127 - scsi: aacraid: Remove AAC_HIDE_DISK check in queue command
8128 - scsi: aacraid: Update driver version to 50877
8129 - scsi: aacraid: Fix driver oops with dead battery
8130 - scsi: aacraid: remove redundant setting of variable c
8131 - scsi: aacraid: Get correct lun count
8132 - scsi: aacraid: Delay for rescan worker needs to be 10 seconds
8133
8134 * [18.04] kpatch - Add livepatch hook support for ppc64le (LP: #1741992)
8135 - powerpc/modules: Add REL24 relocation support of livepatch symbols
8136 - powerpc/modules: Don't try to restore r2 after a sibling call
8137 - powerpc/modules: Improve restore_r2() error message
8138
8139 * Ubuntu 18.04 - Include latest ibmvnic fixes in Ubuntu kernel (LP: #1748517)
8140 - ibmvnic: Rename IBMVNIC_MAX_TX_QUEUES to IBMVNIC_MAX_QUEUES
8141 - ibmvnic: Increase maximum number of RX/TX queues
8142 - ibmvnic: Include header descriptor support for ARP packets
8143 - ibmvnic: Don't handle RX interrupts when not up.
8144 - ibmvnic: Wait for device response when changing MAC
8145 - ibmvnic: fix firmware version when no firmware level has been provided by
8146 the VIOS server
8147 - ibmvnic: fix empty firmware version and errors cleanup
8148 - ibmvnic: Fix rx queue cleanup for non-fatal resets
8149 - ibmvnic: Ensure that buffers are NULL after free
8150 - ibmvnic: queue reset when CRQ gets closed during reset
8151 - ibmvnic: Reset long term map ID counter
8152 - ibmvnic: Remove skb->protocol checks in ibmvnic_xmit
8153 - ibmvnic: Wait until reset is complete to set carrier on
8154 - ibmvnic: Fix login buffer memory leaks
8155 - ibmvnic: Fix NAPI structures memory leak
8156 - ibmvnic: Free RX socket buffer in case of adapter error
8157 - ibmvnic: Clean RX pool buffers during device close
8158 - ibmvnic: Check for NULL skb's in NAPI poll routine
8159 - ibmvnic: Fix early release of login buffer
8160
8161 * Power9 DD 2.2 needs HMI fixup backport of upstream
8162 patch(d075745d893c78730e4a3b7a60fca23c2f764081) into kernel (LP: #1751834)
8163 - KVM: PPC: Book3S HV: Improve handling of debug-trigger HMIs on POWER9
8164
8165 * Driver not found in Ubuntu kernel does not detect interface (LP: #1745927)
8166 - d-i: add cxgb4 to nic-modules
8167
8168 * BCM5719/tg3 loses connectivity due to missing heartbeats between fw and
8169 driver (LP: #1751337)
8170 - tg3: APE heartbeat changes
8171
8172 * Miscellaneous Ubuntu changes
8173 - ubuntu: vbox -- update to 5.2.6-dfsg-5
8174 - Revert "UBUNTU: SAUCE: Import aufs driver"
8175 - SAUCE: Import aufs driver
8176 - Revert "UBUNTU: SAUCE: (no-up) Convert bnx2x firmware files to ihex format"
8177 - [Packaging] retpoline-extract: flag *0xNNN(%reg) branches
8178 - [Config] fix up retpoline abi files
8179 - ubuntu: vbox -- update to 5.2.8-dfsg-2
8180
8181 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Mar 2018 17:36:23 +0100
c6ea6671 8182
10c9d957 8183linux (4.15.0-11.12) bionic; urgency=medium
e90353d0 8184
10c9d957 8185 * linux: 4.15.0-11.12 -proposed tracker (LP: #1751285)
e90353d0 8186
10c9d957
SF
8187 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
8188 - [Config] CONFIG_INDIRECT_PIO=y
8189 - SAUCE: LIB: Introduce a generic PIO mapping method
8190 - SAUCE: PCI: Remove unused __weak attribute in pci_register_io_range()
8191 - SAUCE: PCI: Add fwnode handler as input param of pci_register_io_range()
8192 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
8193 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
8194 - [Config] CONFIG_HISILICON_LPC=y
8195 - SAUCE: HISI LPC: Support the LPC host on Hip06/Hip07 with DT bindings
8196 - SAUCE: ACPI / scan: do not enumerate Indirect IO host children
8197 - SAUCE: HISI LPC: Add ACPI support
8198 - SAUCE: MAINTAINERS: Add maintainer for HiSilicon LPC driver
8199
8200 * Bionic update to v4.15.5 stable release (LP: #1751131)
8201 - scsi: smartpqi: allow static build ("built-in")
8202 - IB/umad: Fix use of unprotected device pointer
8203 - IB/qib: Fix comparison error with qperf compare/swap test
8204 - IB/mlx4: Fix incorrectly releasing steerable UD QPs when have only ETH ports
8205 - IB/core: Fix two kernel warnings triggered by rxe registration
8206 - IB/core: Fix ib_wc structure size to remain in 64 bytes boundary
8207 - IB/core: Avoid a potential OOPs for an unused optional parameter
8208 - selftests: seccomp: fix compile error seccomp_bpf
8209 - kselftest: fix OOM in memory compaction test
8210 - RDMA/rxe: Fix a race condition related to the QP error state
8211 - RDMA/rxe: Fix a race condition in rxe_requester()
8212 - RDMA/rxe: Fix rxe_qp_cleanup()
8213 - cpufreq: powernv: Dont assume distinct pstate values for nominal and pmin
8214 - PM / devfreq: Propagate error from devfreq_add_device()
8215 - mwifiex: resolve reset vs. remove()/shutdown() deadlocks
8216 - ocfs2: try a blocking lock before return AOP_TRUNCATED_PAGE
8217 - trace_uprobe: Display correct offset in uprobe_events
8218 - powerpc/radix: Remove trace_tlbie call from radix__flush_tlb_all
8219 - powerpc/kernel: Block interrupts when updating TIDR
8220 - powerpc/vas: Don't set uses_vas for kernel windows
8221 - powerpc/numa: Invalidate numa_cpu_lookup_table on cpu remove
8222 - powerpc/mm: Flush radix process translations when setting MMU type
8223 - powerpc/xive: Use hw CPU ids when configuring the CPU queues
8224 - dma-buf: fix reservation_object_wait_timeout_rcu once more v2
8225 - s390: fix handling of -1 in set{,fs}[gu]id16 syscalls
8226 - arm64: dts: msm8916: Correct ipc references for smsm
8227 - ARM: lpc3250: fix uda1380 gpio numbers
8228 - ARM: dts: STi: Add gpio polarity for "hdmi,hpd-gpio" property
8229 - ARM: dts: nomadik: add interrupt-parent for clcd
8230 - arm: dts: mt7623: fix card detection issue on bananapi-r2
8231 - arm: spear600: Add missing interrupt-parent of rtc
8232 - arm: spear13xx: Fix dmas cells
8233 - arm: spear13xx: Fix spics gpio controller's warning
8234 - x86/gpu: add CFL to early quirks
8235 - x86/kexec: Make kexec (mostly) work in 5-level paging mode
8236 - x86/xen: init %gs very early to avoid page faults with stack protector
8237 - x86: PM: Make APM idle driver initialize polling state
8238 - mm, memory_hotplug: fix memmap initialization
8239 - x86/entry/64: Clear extra registers beyond syscall arguments, to reduce
8240 speculation attack surface
8241 - x86/entry/64/compat: Clear registers for compat syscalls, to reduce
8242 speculation attack surface
8243 - compiler-gcc.h: Introduce __optimize function attribute
8244 - compiler-gcc.h: __nostackprotector needs gcc-4.4 and up
8245 - crypto: sun4i_ss_prng - fix return value of sun4i_ss_prng_generate
8246 - crypto: sun4i_ss_prng - convert lock to _bh in sun4i_ss_prng_generate
8247 - powerpc/mm/radix: Split linear mapping on hot-unplug
8248 - x86/mm/pti: Fix PTI comment in entry_SYSCALL_64()
8249 - x86/speculation: Update Speculation Control microcode blacklist
8250 - x86/speculation: Correct Speculation Control microcode blacklist again
8251 - Revert "x86/speculation: Simplify indirect_branch_prediction_barrier()"
8252 - KVM/x86: Reduce retpoline performance impact in slot_handle_level_range(),
8253 by always inlining iterator helper methods
8254 - X86/nVMX: Properly set spec_ctrl and pred_cmd before merging MSRs
8255 - KVM/nVMX: Set the CPU_BASED_USE_MSR_BITMAPS if we have a valid L02 MSR
8256 bitmap
8257 - x86/speculation: Clean up various Spectre related details
8258 - PM / runtime: Update links_count also if !CONFIG_SRCU
8259 - PM: cpuidle: Fix cpuidle_poll_state_init() prototype
8260 - platform/x86: wmi: fix off-by-one write in wmi_dev_probe()
8261 - x86/entry/64: Clear registers for exceptions/interrupts, to reduce
8262 speculation attack surface
8263 - x86/entry/64: Merge SAVE_C_REGS and SAVE_EXTRA_REGS, remove unused
8264 extensions
8265 - x86/entry/64: Merge the POP_C_REGS and POP_EXTRA_REGS macros into a single
8266 POP_REGS macro
8267 - x86/entry/64: Interleave XOR register clearing with PUSH instructions
8268 - x86/entry/64: Introduce the PUSH_AND_CLEAN_REGS macro
8269 - x86/entry/64: Use PUSH_AND_CLEAN_REGS in more cases
8270 - x86/entry/64: Get rid of the ALLOC_PT_GPREGS_ON_STACK and
8271 SAVE_AND_CLEAR_REGS macros
8272 - x86/entry/64: Indent PUSH_AND_CLEAR_REGS and POP_REGS properly
8273 - x86/entry/64: Fix paranoid_entry() frame pointer warning
8274 - x86/entry/64: Remove the unused 'icebp' macro
8275 - selftests/x86: Fix vDSO selftest segfault for vsyscall=none
8276 - selftests/x86: Clean up and document sscanf() usage
8277 - selftests/x86/pkeys: Remove unused functions
8278 - selftests/x86: Fix build bug caused by the 5lvl test which has been moved to
8279 the VM directory
8280 - selftests/x86: Do not rely on "int $0x80" in test_mremap_vdso.c
8281 - gfs2: Fixes to "Implement iomap for block_map"
8282 - selftests/x86: Do not rely on "int $0x80" in single_step_syscall.c
8283 - selftests/x86: Disable tests requiring 32-bit support on pure 64-bit systems
8284 - objtool: Fix segfault in ignore_unreachable_insn()
8285 - x86/debug, objtool: Annotate WARN()-related UD2 as reachable
8286 - x86/debug: Use UD2 for WARN()
8287 - x86/speculation: Fix up array_index_nospec_mask() asm constraint
8288 - nospec: Move array_index_nospec() parameter checking into separate macro
8289 - x86/speculation: Add <asm/msr-index.h> dependency
8290 - x86/mm: Rename flush_tlb_single() and flush_tlb_one() to
8291 __flush_tlb_one_[user|kernel]()
8292 - selftests/x86/mpx: Fix incorrect bounds with old _sigfault
8293 - x86/cpu: Rename cpu_data.x86_mask to cpu_data.x86_stepping
8294 - x86/spectre: Fix an error message
8295 - x86/cpu: Change type of x86_cache_size variable to unsigned int
8296 - x86/entry/64: Fix CR3 restore in paranoid_exit()
8297 - drm/ttm: Don't add swapped BOs to swap-LRU list
8298 - drm/ttm: Fix 'buf' pointer update in ttm_bo_vm_access_kmap() (v2)
8299 - drm/qxl: unref cursor bo when finished with it
8300 - drm/qxl: reapply cursor after resetting primary
8301 - drm/amd/powerplay: Fix smu_table_entry.handle type
8302 - drm/ast: Load lut in crtc_commit
8303 - drm: Check for lessee in DROP_MASTER ioctl
8304 - arm64: Add missing Falkor part number for branch predictor hardening
8305 - drm/radeon: Add dpm quirk for Jet PRO (v2)
8306 - drm/radeon: adjust tested variable
8307 - x86/smpboot: Fix uncore_pci_remove() indexing bug when hot-removing a
8308 physical CPU
8309 - rtc-opal: Fix handling of firmware error codes, prevent busy loops
8310 - mbcache: initialize entry->e_referenced in mb_cache_entry_create()
8311 - mmc: sdhci: Implement an SDHCI-specific bounce buffer
8312 - mmc: bcm2835: Don't overwrite max frequency unconditionally
8313 - Revert "mmc: meson-gx: include tx phase in the tuning process"
8314 - mlx5: fix mlx5_get_vector_affinity to start from completion vector 0
8315 - Revert "apple-gmux: lock iGP IO to protect from vgaarb changes"
8316 - jbd2: fix sphinx kernel-doc build warnings
8317 - ext4: fix a race in the ext4 shutdown path
8318 - ext4: save error to disk in __ext4_grp_locked_error()
8319 - ext4: correct documentation for grpid mount option
8320 - mm: hide a #warning for COMPILE_TEST
8321 - mm: Fix memory size alignment in devm_memremap_pages_release()
8322 - MIPS: Fix typo BIG_ENDIAN to CPU_BIG_ENDIAN
8323 - MIPS: CPS: Fix MIPS_ISA_LEVEL_RAW fallout
8324 - MIPS: Fix incorrect mem=X@Y handling
8325 - PCI: Disable MSI for HiSilicon Hip06/Hip07 only in Root Port mode
8326 - PCI: iproc: Fix NULL pointer dereference for BCMA
8327 - PCI: pciehp: Assume NoCompl+ for Thunderbolt ports
8328 - PCI: keystone: Fix interrupt-controller-node lookup
8329 - video: fbdev: atmel_lcdfb: fix display-timings lookup
8330 - console/dummy: leave .con_font_get set to NULL
8331 - rbd: whitelist RBD_FEATURE_OPERATIONS feature bit
8332 - xen: Fix {set,clear}_foreign_p2m_mapping on autotranslating guests
8333 - xenbus: track caller request id
8334 - seq_file: fix incomplete reset on read from zero offset
8335 - tracing: Fix parsing of globs with a wildcard at the beginning
8336 - mpls, nospec: Sanitize array index in mpls_label_ok()
8337 - rtlwifi: rtl8821ae: Fix connection lost problem correctly
8338 - arm64: proc: Set PTE_NG for table entries to avoid traversing them twice
8339 - xprtrdma: Fix calculation of ri_max_send_sges
8340 - xprtrdma: Fix BUG after a device removal
8341 - blk-wbt: account flush requests correctly
8342 - target/iscsi: avoid NULL dereference in CHAP auth error path
8343 - iscsi-target: make sure to wake up sleeping login worker
8344 - dm: correctly handle chained bios in dec_pending()
8345 - Btrfs: fix deadlock in run_delalloc_nocow
8346 - Btrfs: fix crash due to not cleaning up tree log block's dirty bits
8347 - Btrfs: fix extent state leak from tree log
8348 - Btrfs: fix btrfs_evict_inode to handle abnormal inodes correctly
8349 - Btrfs: fix use-after-free on root->orphan_block_rsv
8350 - Btrfs: fix unexpected -EEXIST when creating new inode
8351 - 9p/trans_virtio: discard zero-length reply
8352 - mtd: nand: vf610: set correct ooblayout
8353 - ALSA: usb-audio: Fix UAC2 get_ctl request with a RANGE attribute
8354 - ALSA: hda/realtek - Add headset mode support for Dell laptop
8355 - ALSA: hda/realtek - Enable Thinkpad Dock device for ALC298 platform
8356 - ALSA: hda/realtek: PCI quirk for Fujitsu U7x7
8357 - ALSA: usb-audio: add implicit fb quirk for Behringer UFX1204
8358 - ALSA: usb: add more device quirks for USB DSD devices
8359 - ALSA: seq: Fix racy pool initializations
8360 - mvpp2: fix multicast address filter
8361 - usb: Move USB_UHCI_BIG_ENDIAN_* out of USB_SUPPORT
8362 - x86/mm, mm/hwpoison: Don't unconditionally unmap kernel 1:1 pages
8363 - ARM: dts: exynos: fix RTC interrupt for exynos5410
8364 - ARM: pxa/tosa-bt: add MODULE_LICENSE tag
8365 - arm64: dts: msm8916: Add missing #phy-cells
8366 - ARM: dts: s5pv210: add interrupt-parent for ohci
8367 - arm: dts: mt7623: Update ethsys binding
8368 - arm: dts: mt2701: Add reset-cells
8369 - ARM: dts: Delete bogus reference to the charlcd
8370 - media: r820t: fix r820t_write_reg for KASAN
8371 - mmc: sdhci-of-esdhc: fix eMMC couldn't work after kexec
8372 - mmc: sdhci-of-esdhc: fix the mmc error after sleep on ls1046ardb
8373 - Linux 4.15.5
8374
8375 * retpoline abi files are empty on i386 (LP: #1751021)
8376 - [Packaging] retpoline-extract -- instantiate retpoline files for i386
8377 - [Packaging] final-checks -- sanity checking ABI contents
8378 - [Packaging] final-checks -- check for empty retpoline files
8379 - [Config] Disable i386 retpoline check for next upload
8380
8381 * Bionic update to v4.15.4 stable release (LP: #1751064)
8382 - watchdog: indydog: Add dependency on SGI_HAS_INDYDOG
8383 - cifs: Fix missing put_xid in cifs_file_strict_mmap
8384 - cifs: Fix autonegotiate security settings mismatch
8385 - CIFS: zero sensitive data when freeing
8386 - cpufreq: mediatek: add mediatek related projects into blacklist
8387 - dmaengine: dmatest: fix container_of member in dmatest_callback
8388 - ssb: Do not disable PCI host on non-Mips
8389 - watchdog: gpio_wdt: set WDOG_HW_RUNNING in gpio_wdt_stop
8390 - Revert "drm/i915: mark all device info struct with __initconst"
8391 - sched/rt: Use container_of() to get root domain in rto_push_irq_work_func()
8392 - sched/rt: Up the root domain ref count when passing it around via IPIs
8393 - media: dvb-usb-v2: lmedm04: Improve logic checking of warm start
8394 - media: dvb-usb-v2: lmedm04: move ts2020 attach to dm04_lme2510_tuner
8395 - media: hdpvr: Fix an error handling path in hdpvr_probe()
8396 - arm64: mm: Use non-global mappings for kernel space
8397 - arm64: mm: Temporarily disable ARM64_SW_TTBR0_PAN
8398 - arm64: mm: Move ASID from TTBR0 to TTBR1
8399 - arm64: mm: Remove pre_ttbr0_update_workaround for Falkor erratum #E1003
8400 - arm64: mm: Rename post_ttbr0_update_workaround
8401 - arm64: mm: Fix and re-enable ARM64_SW_TTBR0_PAN
8402 - arm64: mm: Allocate ASIDs in pairs
8403 - arm64: mm: Add arm64_kernel_unmapped_at_el0 helper
8404 - arm64: mm: Invalidate both kernel and user ASIDs when performing TLBI
8405 - arm64: entry: Add exception trampoline page for exceptions from EL0
8406 - arm64: mm: Map entry trampoline into trampoline and kernel page tables
8407 - arm64: entry: Explicitly pass exception level to kernel_ventry macro
8408 - arm64: entry: Hook up entry trampoline to exception vectors
8409 - arm64: erratum: Work around Falkor erratum #E1003 in trampoline code
8410 - arm64: cpu_errata: Add Kryo to Falkor 1003 errata
8411 - arm64: tls: Avoid unconditional zeroing of tpidrro_el0 for native tasks
8412 - arm64: entry: Add fake CPU feature for unmapping the kernel at EL0
8413 - arm64: kaslr: Put kernel vectors address in separate data page
8414 - arm64: use RET instruction for exiting the trampoline
8415 - arm64: Kconfig: Add CONFIG_UNMAP_KERNEL_AT_EL0
8416 - arm64: Kconfig: Reword UNMAP_KERNEL_AT_EL0 kconfig entry
8417 - arm64: Take into account ID_AA64PFR0_EL1.CSV3
8418 - arm64: capabilities: Handle duplicate entries for a capability
8419 - arm64: mm: Introduce TTBR_ASID_MASK for getting at the ASID in the TTBR
8420 - arm64: kpti: Fix the interaction between ASID switching and software PAN
8421 - arm64: cputype: Add MIDR values for Cavium ThunderX2 CPUs
8422 - arm64: kpti: Make use of nG dependent on arm64_kernel_unmapped_at_el0()
8423 - arm64: mm: Permit transitioning from Global to Non-Global without BBM
8424 - arm64: kpti: Add ->enable callback to remap swapper using nG mappings
8425 - arm64: Force KPTI to be disabled on Cavium ThunderX
8426 - arm64: entry: Reword comment about post_ttbr_update_workaround
8427 - arm64: idmap: Use "awx" flags for .idmap.text .pushsection directives
8428 - perf: arm_spe: Fail device probe when arm64_kernel_unmapped_at_el0()
8429 - arm64: barrier: Add CSDB macros to control data-value prediction
8430 - arm64: Implement array_index_mask_nospec()
8431 - arm64: Make USER_DS an inclusive limit
8432 - arm64: Use pointer masking to limit uaccess speculation
8433 - arm64: entry: Ensure branch through syscall table is bounded under
8434 speculation
8435 - arm64: uaccess: Prevent speculative use of the current addr_limit
8436 - arm64: uaccess: Don't bother eliding access_ok checks in __{get, put}_user
8437 - arm64: uaccess: Mask __user pointers for __arch_{clear, copy_*}_user
8438 - arm64: futex: Mask __user pointers prior to dereference
8439 - arm64: cpufeature: __this_cpu_has_cap() shouldn't stop early
8440 - arm64: Run enable method for errata work arounds on late CPUs
8441 - arm64: cpufeature: Pass capability structure to ->enable callback
8442 - drivers/firmware: Expose psci_get_version through psci_ops structure
8443 - arm64: Move post_ttbr_update_workaround to C code
8444 - arm64: Add skeleton to harden the branch predictor against aliasing attacks
8445 - arm64: Move BP hardening to check_and_switch_context
8446 - arm64: KVM: Use per-CPU vector when BP hardening is enabled
8447 - arm64: entry: Apply BP hardening for high-priority synchronous exceptions
8448 - arm64: entry: Apply BP hardening for suspicious interrupts from EL0
8449 - arm64: cputype: Add missing MIDR values for Cortex-A72 and Cortex-A75
8450 - arm64: Implement branch predictor hardening for affected Cortex-A CPUs
8451 - arm64: Implement branch predictor hardening for Falkor
8452 - arm64: Branch predictor hardening for Cavium ThunderX2
8453 - arm64: KVM: Increment PC after handling an SMC trap
8454 - arm/arm64: KVM: Consolidate the PSCI include files
8455 - arm/arm64: KVM: Add PSCI_VERSION helper
8456 - arm/arm64: KVM: Add smccc accessors to PSCI code
8457 - arm/arm64: KVM: Implement PSCI 1.0 support
8458 - arm/arm64: KVM: Advertise SMCCC v1.1
8459 - arm64: KVM: Make PSCI_VERSION a fast path
8460 - arm/arm64: KVM: Turn kvm_psci_version into a static inline
8461 - arm64: KVM: Report SMCCC_ARCH_WORKAROUND_1 BP hardening support
8462 - arm64: KVM: Add SMCCC_ARCH_WORKAROUND_1 fast handling
8463 - firmware/psci: Expose PSCI conduit
8464 - firmware/psci: Expose SMCCC version through psci_ops
8465 - arm/arm64: smccc: Make function identifiers an unsigned quantity
8466 - arm/arm64: smccc: Implement SMCCC v1.1 inline primitive
8467 - arm64: Add ARM_SMCCC_ARCH_WORKAROUND_1 BP hardening support
8468 - arm64: Kill PSCI_GET_VERSION as a variant-2 workaround
8469 - mtd: cfi: convert inline functions to macros
8470 - mtd: nand: brcmnand: Disable prefetch by default
8471 - mtd: nand: Fix nand_do_read_oob() return value
8472 - mtd: nand: sunxi: Fix ECC strength choice
8473 - ubi: Fix race condition between ubi volume creation and udev
8474 - ubi: fastmap: Erase outdated anchor PEBs during attach
8475 - ubi: block: Fix locking for idr_alloc/idr_remove
8476 - ubifs: free the encrypted symlink target
8477 - nfs/pnfs: fix nfs_direct_req ref leak when i/o falls back to the mds
8478 - nfs41: do not return ENOMEM on LAYOUTUNAVAILABLE
8479 - NFS: Add a cond_resched() to nfs_commit_release_pages()
8480 - NFS: Fix nfsstat breakage due to LOOKUPP
8481 - NFS: commit direct writes even if they fail partially
8482 - NFS: reject request for id_legacy key without auxdata
8483 - NFS: Fix a race between mmap() and O_DIRECT
8484 - nfsd: Detect unhashed stids in nfsd4_verify_open_stid()
8485 - kernfs: fix regression in kernfs_fop_write caused by wrong type
8486 - ahci: Annotate PCI ids for mobile Intel chipsets as such
8487 - ahci: Add PCI ids for Intel Bay Trail, Cherry Trail and Apollo Lake AHCI
8488 - ahci: Add Intel Cannon Lake PCH-H PCI ID
8489 - crypto: hash - introduce crypto_hash_alg_has_setkey()
8490 - crypto: cryptd - pass through absence of ->setkey()
8491 - crypto: mcryptd - pass through absence of ->setkey()
8492 - crypto: poly1305 - remove ->setkey() method
8493 - crypto: hash - annotate algorithms taking optional key
8494 - crypto: hash - prevent using keyed hashes without setting key
8495 - media: v4l2-ioctl.c: use check_fmt for enum/g/s/try_fmt
8496 - media: v4l2-ioctl.c: don't copy back the result for -ENOTTY
8497 - media: v4l2-compat-ioctl32.c: add missing VIDIOC_PREPARE_BUF
8498 - media: v4l2-compat-ioctl32.c: fix the indentation
8499 - media: v4l2-compat-ioctl32.c: move 'helper' functions to
8500 __get/put_v4l2_format32
8501 - media: v4l2-compat-ioctl32.c: avoid sizeof(type)
8502 - media: v4l2-compat-ioctl32.c: copy m.userptr in put_v4l2_plane32
8503 - media: v4l2-compat-ioctl32.c: fix ctrl_is_pointer
8504 - media: v4l2-compat-ioctl32.c: copy clip list in put_v4l2_window32
8505 - media: v4l2-compat-ioctl32.c: drop pr_info for unknown buffer type
8506 - media: v4l2-compat-ioctl32.c: don't copy back the result for certain errors
8507 - media: v4l2-compat-ioctl32.c: refactor compat ioctl32 logic
8508 - media: v4l2-compat-ioctl32.c: make ctrl_is_pointer work for subdevs
8509 - crypto: caam - fix endless loop when DECO acquire fails
8510 - crypto: sha512-mb - initialize pending lengths correctly
8511 - crypto: talitos - fix Kernel Oops on hashing an empty file
8512 - arm: KVM: Fix SMCCC handling of unimplemented SMC/HVC calls
8513 - KVM: nVMX: Fix races when sending nested PI while dest enters/leaves L2
8514 - KVM: nVMX: Fix bug of injecting L2 exception into L1
8515 - KVM: PPC: Book3S HV: Make sure we don't re-enter guest without XIVE loaded
8516 - KVM: PPC: Book3S HV: Drop locks before reading guest memory
8517 - KVM: arm/arm64: Handle CPU_PM_ENTER_FAILED
8518 - KVM: PPC: Book3S PR: Fix broken select due to misspelling
8519 - ASoC: acpi: fix machine driver selection based on quirk
8520 - ASoC: rockchip: i2s: fix playback after runtime resume
8521 - ASoC: skl: Fix kernel warning due to zero NHTL entry
8522 - ASoC: compress: Correct handling of copy callback
8523 - watchdog: imx2_wdt: restore previous timeout after suspend+resume
8524 - afs: Add missing afs_put_cell()
8525 - afs: Need to clear responded flag in addr cursor
8526 - afs: Fix missing cursor clearance
8527 - afs: Fix server list handling
8528 - btrfs: Handle btrfs_set_extent_delalloc failure in fixup worker
8529 - Btrfs: raid56: iterate raid56 internal bio with bio_for_each_segment_all
8530 - kasan: don't emit builtin calls when sanitization is off
8531 - kasan: rework Kconfig settings
8532 - media: dvb_frontend: be sure to init dvb_frontend_handle_ioctl() return code
8533 - media: dvb-frontends: fix i2c access helpers for KASAN
8534 - media: dt-bindings/media/cec-gpio.txt: mention the CEC/HPD max voltages
8535 - media: ts2020: avoid integer overflows on 32 bit machines
8536 - media: vivid: fix module load error when enabling fb and no_error_inj=1
8537 - media: cxusb, dib0700: ignore XC2028_I2C_FLUSH
8538 - fs/proc/kcore.c: use probe_kernel_read() instead of memcpy()
8539 - kernel/async.c: revert "async: simplify lowest_in_progress()"
8540 - kernel/relay.c: revert "kernel/relay.c: fix potential memory leak"
8541 - pipe: actually allow root to exceed the pipe buffer limits
8542 - pipe: fix off-by-one error when checking buffer limits
8543 - HID: quirks: Fix keyboard + touchpad on Toshiba Click Mini not working
8544 - Bluetooth: btsdio: Do not bind to non-removable BCM43341
8545 - ipmi: use dynamic memory for DMI driver override
8546 - signal/openrisc: Fix do_unaligned_access to send the proper signal
8547 - signal/sh: Ensure si_signo is initialized in do_divide_error
8548 - alpha: fix crash if pthread_create races with signal delivery
8549 - alpha: osf_sys.c: fix put_tv32 regression
8550 - alpha: Fix mixed up args in EXC macro in futex operations
8551 - alpha: fix reboot on Avanti platform
8552 - alpha: fix formating of stack content
8553 - xtensa: fix futex_atomic_cmpxchg_inatomic
8554 - EDAC, octeon: Fix an uninitialized variable warning
8555 - genirq: Make legacy autoprobing work again
8556 - pinctrl: intel: Initialize GPIO properly when used through irqchip
8557 - pinctrl: mcp23s08: fix irq setup order
8558 - pinctrl: sx150x: Unregister the pinctrl on release
8559 - pinctrl: sx150x: Register pinctrl before adding the gpiochip
8560 - pinctrl: sx150x: Add a static gpio/pinctrl pin range mapping
8561 - pktcdvd: Fix pkt_setup_dev() error path
8562 - pktcdvd: Fix a recently introduced NULL pointer dereference
8563 - blk-mq: quiesce queue before freeing queue
8564 - clocksource/drivers/stm32: Fix kernel panic with multiple timers
8565 - lib/ubsan.c: s/missaligned/misaligned/
8566 - lib/ubsan: add type mismatch handler for new GCC/Clang
8567 - objtool: Fix switch-table detection
8568 - arm64: dts: marvell: add Ethernet aliases
8569 - drm/i915: Avoid PPS HW/SW state mismatch due to rounding
8570 - ACPI: sbshc: remove raw pointer from printk() message
8571 - acpi, nfit: fix register dimm error handling
8572 - ovl: force r/o mount when index dir creation fails
8573 - ovl: fix failure to fsync lower dir
8574 - ovl: take mnt_want_write() for work/index dir setup
8575 - ovl: take mnt_want_write() for removing impure xattr
8576 - ovl: hash directory inodes for fsnotify
8577 - mn10300/misalignment: Use SIGSEGV SEGV_MAPERR to report a failed user copy
8578 - devpts: fix error handling in devpts_mntget()
8579 - ftrace: Remove incorrect setting of glob search field
8580 - scsi: core: Ensure that the SCSI error handler gets woken up
8581 - scsi: lpfc: Fix crash after bad bar setup on driver attachment
8582 - scsi: cxlflash: Reset command ioasc
8583 - rcu: Export init_rcu_head() and destroy_rcu_head() to GPL modules
8584 - Linux 4.15.4
8585 - updateconfigs after v4.14.4 stable updates
8586
8587 * Bionic update to v4.15.4 stable release (LP: #1751064) // CVE-2017-5754 and
8588 do not need KPTI when KASLR is off.
8589 - arm64: Turn on KPTI only on CPUs that need it
8590
8591 * Miscellaneous Ubuntu changes
8592 - [Config] fix up removed retpoline call sites
8593
8594 -- Seth Forshee <seth.forshee@canonical.com> Fri, 23 Feb 2018 08:31:06 -0600
e90353d0 8595
1221ffab 8596linux (4.15.0-10.11) bionic; urgency=medium
802cf0d2 8597
1221ffab 8598 * linux: 4.15.0-10.11 -proposed tracker (LP: #1749250)
802cf0d2 8599
1221ffab
SF
8600 * "swiotlb: coherent allocation failed" dmesg spam with linux 4.15.0-9.10
8601 (LP: #1749202)
8602 - swiotlb: suppress warning when __GFP_NOWARN is set
8603 - drm/ttm: specify DMA_ATTR_NO_WARN for huge page pools
8604
8605 * linux-tools: perf incorrectly linking libbfd (LP: #1748922)
8606 - SAUCE: tools -- add ability to disable libbfd
8607 - [Packaging] correct disablement of libbfd
8608
8609 * [Artful] Realtek ALC225: 2 secs noise when a headset plugged in
8610 (LP: #1744058)
8611 - ALSA: hda/realtek - update ALC225 depop optimize
8612
8613 * [Artful] Support headset mode for DELL WYSE (LP: #1723913)
8614 - SAUCE: ALSA: hda/realtek - Add support headset mode for DELL WYSE
8615
8616 * headset mic can't be detected on two Dell machines (LP: #1748807)
8617 - ALSA: hda/realtek - Support headset mode for ALC215/ALC285/ALC289
8618 - ALSA: hda - Fix headset mic detection problem for two Dell machines
8619
8620 * Bionic update to v4.15.3 stable release (LP: #1749191)
8621 - ip6mr: fix stale iterator
8622 - net: igmp: add a missing rcu locking section
8623 - qlcnic: fix deadlock bug
8624 - qmi_wwan: Add support for Quectel EP06
8625 - r8169: fix RTL8168EP take too long to complete driver initialization.
8626 - tcp: release sk_frag.page in tcp_disconnect
8627 - vhost_net: stop device during reset owner
8628 - ipv6: addrconf: break critical section in addrconf_verify_rtnl()
8629 - ipv6: change route cache aging logic
8630 - Revert "defer call to mem_cgroup_sk_alloc()"
8631 - net: ipv6: send unsolicited NA after DAD
8632 - rocker: fix possible null pointer dereference in
8633 rocker_router_fib_event_work
8634 - tcp_bbr: fix pacing_gain to always be unity when using lt_bw
8635 - cls_u32: add missing RCU annotation.
8636 - ipv6: Fix SO_REUSEPORT UDP socket with implicit sk_ipv6only
8637 - soreuseport: fix mem leak in reuseport_add_sock()
8638 - net_sched: get rid of rcu_barrier() in tcf_block_put_ext()
8639 - net: sched: fix use-after-free in tcf_block_put_ext
8640 - media: mtk-vcodec: add missing MODULE_LICENSE/DESCRIPTION
8641 - media: soc_camera: soc_scale_crop: add missing
8642 MODULE_DESCRIPTION/AUTHOR/LICENSE
8643 - media: tegra-cec: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8644 - gpio: uniphier: fix mismatch between license text and MODULE_LICENSE
8645 - crypto: tcrypt - fix S/G table for test_aead_speed()
8646 - Linux 4.15.3
8647
8648 * bnx2x_attn_int_deasserted3:4323 MC assert! (LP: #1715519) //
8649 CVE-2018-1000026
8650 - net: create skb_gso_validate_mac_len()
8651 - bnx2x: disable GSO where gso_size is too big for hardware
8652
8653 * ethtool -p fails to light NIC LED on HiSilicon D05 systems (LP: #1748567)
8654 - net: hns: add ACPI mode support for ethtool -p
8655
8656 * CVE-2017-5715 (Spectre v2 Intel)
8657 - [Packaging] retpoline files must be sorted
8658 - [Packaging] pull in retpoline files
8659
8660 * [Feature] PXE boot with Intel Omni-Path (LP: #1712031)
8661 - d-i: Add hfi1 to nic-modules
8662
8663 * CVE-2017-5715 (Spectre v2 retpoline)
8664 - [Packaging] retpoline -- add call site validation
8665 - [Config] disable retpoline checks for first upload
8666
8667 * Do not duplicate changelog entries assigned to more than one bug or CVE
8668 (LP: #1743383)
8669 - [Packaging] git-ubuntu-log -- handle multiple bugs/cves better
8670
8671 -- Seth Forshee <seth.forshee@canonical.com> Tue, 13 Feb 2018 11:33:58 -0600
802cf0d2 8672
005c789b 8673linux (4.15.0-9.10) bionic; urgency=medium
08b0e16a 8674
005c789b 8675 * linux: 4.15.0-9.10 -proposed tracker (LP: #1748244)
08b0e16a 8676
005c789b
SF
8677 * Miscellaneous Ubuntu changes
8678 - [Debian] tests -- remove gcc-multilib dependency for arm64
8679
8680 -- Seth Forshee <seth.forshee@canonical.com> Thu, 08 Feb 2018 11:25:04 -0600
08b0e16a 8681
3e7bd455 8682linux (4.15.0-8.9) bionic; urgency=medium
96032e33 8683
3e7bd455 8684 * linux: 4.15.0-8.9 -proposed tracker (LP: #1748075)
96032e33 8685
3e7bd455
SF
8686 * Bionic update to v4.15.2 stable release (LP: #1748072)
8687 - KVM: x86: Make indirect calls in emulator speculation safe
8688 - KVM: VMX: Make indirect call speculation safe
8689 - module/retpoline: Warn about missing retpoline in module
8690 - x86/cpufeatures: Add CPUID_7_EDX CPUID leaf
8691 - x86/cpufeatures: Add Intel feature bits for Speculation Control
8692 - x86/cpufeatures: Add AMD feature bits for Speculation Control
8693 - x86/msr: Add definitions for new speculation control MSRs
8694 - x86/pti: Do not enable PTI on CPUs which are not vulnerable to Meltdown
8695 - x86/cpufeature: Blacklist SPEC_CTRL/PRED_CMD on early Spectre v2 microcodes
8696 - x86/speculation: Add basic IBPB (Indirect Branch Prediction Barrier) support
8697 - x86/alternative: Print unadorned pointers
8698 - x86/nospec: Fix header guards names
8699 - x86/bugs: Drop one "mitigation" from dmesg
8700 - x86/cpu/bugs: Make retpoline module warning conditional
8701 - x86/cpufeatures: Clean up Spectre v2 related CPUID flags
8702 - x86/retpoline: Simplify vmexit_fill_RSB()
8703 - x86/speculation: Simplify indirect_branch_prediction_barrier()
8704 - auxdisplay: img-ascii-lcd: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8705 - iio: adc/accel: Fix up module licenses
8706 - pinctrl: pxa: pxa2xx: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8707 - ASoC: pcm512x: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8708 - KVM: nVMX: Eliminate vmcs02 pool
8709 - KVM: VMX: introduce alloc_loaded_vmcs
8710 - objtool: Improve retpoline alternative handling
8711 - objtool: Add support for alternatives at the end of a section
8712 - objtool: Warn on stripped section symbol
8713 - x86/mm: Fix overlap of i386 CPU_ENTRY_AREA with FIX_BTMAP
8714 - x86/spectre: Check CONFIG_RETPOLINE in command line parser
8715 - x86/entry/64: Remove the SYSCALL64 fast path
8716 - x86/entry/64: Push extra regs right away
8717 - x86/asm: Move 'status' from thread_struct to thread_info
8718 - Documentation: Document array_index_nospec
8719 - array_index_nospec: Sanitize speculative array de-references
8720 - x86: Implement array_index_mask_nospec
8721 - x86: Introduce barrier_nospec
8722 - x86: Introduce __uaccess_begin_nospec() and uaccess_try_nospec
8723 - x86/usercopy: Replace open coded stac/clac with __uaccess_{begin, end}
8724 - x86/uaccess: Use __uaccess_begin_nospec() and uaccess_try_nospec
8725 - x86/get_user: Use pointer masking to limit speculation
8726 - x86/syscall: Sanitize syscall table de-references under speculation
8727 - vfs, fdtable: Prevent bounds-check bypass via speculative execution
8728 - nl80211: Sanitize array index in parse_txq_params
8729 - x86/spectre: Report get_user mitigation for spectre_v1
8730 - x86/spectre: Fix spelling mistake: "vunerable"-> "vulnerable"
8731 - x86/cpuid: Fix up "virtual" IBRS/IBPB/STIBP feature bits on Intel
8732 - x86/speculation: Use Indirect Branch Prediction Barrier in context switch
8733 - x86/paravirt: Remove 'noreplace-paravirt' cmdline option
8734 - KVM: VMX: make MSR bitmaps per-VCPU
8735 - x86/kvm: Update spectre-v1 mitigation
8736 - x86/retpoline: Avoid retpolines for built-in __init functions
8737 - x86/spectre: Simplify spectre_v2 command line parsing
8738 - x86/pti: Mark constant arrays as __initconst
8739 - x86/speculation: Fix typo IBRS_ATT, which should be IBRS_ALL
8740 - KVM/x86: Update the reverse_cpuid list to include CPUID_7_EDX
8741 - KVM/x86: Add IBPB support
8742 - KVM/VMX: Emulate MSR_IA32_ARCH_CAPABILITIES
8743 - KVM/VMX: Allow direct access to MSR_IA32_SPEC_CTRL
8744 - KVM/SVM: Allow direct access to MSR_IA32_SPEC_CTRL
8745 - serial: core: mark port as initialized after successful IRQ change
8746 - fpga: region: release of_parse_phandle nodes after use
8747 - Linux 4.15.2
8748
8749 * Add support for the NIC on SynQuacer E-Series boards (LP: #1747792)
8750 - net: phy: core: remove now uneeded disabling of interrupts
8751 - [Config] CONFIG_NET_VENDOR_SOCIONEXT=y & CONFIG_SNI_NETSEC=m
8752 - net: socionext: Add Synquacer NetSec driver
8753 - net: socionext: include linux/io.h to fix build
8754 - net: socionext: Fix error return code in netsec_netdev_open()
8755
8756 * [Artful/Bionic] [Config] enable EDAC_GHES for ARM64 (LP: #1747746)
8757 - [Config] CONFIG_EDAC_GHES=y
8758
8759 * support thunderx2 vendor pmu events (LP: #1747523)
8760 - perf pmu: Pass pmu as a parameter to get_cpuid_str()
8761 - perf tools arm64: Add support for get_cpuid_str function.
8762 - perf pmu: Add helper function is_pmu_core to detect PMU CORE devices
8763 - perf vendor events arm64: Add ThunderX2 implementation defined pmu core
8764 events
8765 - perf pmu: Add check for valid cpuid in perf_pmu__find_map()
8766
8767 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
8768 - SAUCE: mm: disable vma based swap readahead by default
8769 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
8770
8771 * Miscellaneous Ubuntu changes
8772 - [Config] Fix CONFIG_PROFILE_ALL_BRANCHES annotations
8773
8774 -- Seth Forshee <seth.forshee@canonical.com> Wed, 07 Feb 2018 21:13:27 -0600
96032e33 8775
d2c642c9 8776linux (4.15.0-7.8) bionic; urgency=medium
179ffce1 8777
d2c642c9
SF
8778 * Bionic update to v4.15.1 stable release (LP: #1747169)
8779 - Bluetooth: hci_serdev: Init hci_uart proto_lock to avoid oops
8780 - tools/gpio: Fix build error with musl libc
8781 - gpio: stmpe: i2c transfer are forbiden in atomic context
8782 - gpio: Fix kernel stack leak to userspace
8783 - ALSA: hda - Reduce the suspend time consumption for ALC256
8784 - crypto: ecdh - fix typo in KPP dependency of CRYPTO_ECDH
8785 - crypto: aesni - handle zero length dst buffer
8786 - crypto: aesni - fix typo in generic_gcmaes_decrypt
8787 - crypto: aesni - add wrapper for generic gcm(aes)
8788 - crypto: aesni - Fix out-of-bounds access of the data buffer in generic-gcm-
8789 aesni
8790 - crypto: aesni - Fix out-of-bounds access of the AAD buffer in generic-gcm-
8791 aesni
8792 - crypto: inside-secure - fix hash when length is a multiple of a block
8793 - crypto: inside-secure - avoid unmapping DMA memory that was not mapped
8794 - crypto: sha3-generic - fixes for alignment and big endian operation
8795 - crypto: af_alg - whitelist mask and type
8796 - HID: wacom: EKR: ensure devres groups at higher indexes are released
8797 - HID: wacom: Fix reporting of touch toggle (WACOM_HID_WD_MUTE_DEVICE) events
8798 - power: reset: zx-reboot: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8799 - gpio: iop: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8800 - gpio: ath79: add missing MODULE_DESCRIPTION/LICENSE
8801 - mtd: nand: denali_pci: add missing MODULE_DESCRIPTION/AUTHOR/LICENSE
8802 - igb: Free IRQs when device is hotplugged
8803 - ima/policy: fix parsing of fsuuid
8804 - scsi: aacraid: Fix udev inquiry race condition
8805 - scsi: aacraid: Fix hang in kdump
8806 - scsi: storvsc: missing error code in storvsc_probe()
8807 - staging: lustre: separate a connection destroy from free struct kib_conn
8808 - staging: ccree: NULLify backup_info when unused
8809 - staging: ccree: fix fips event irq handling build
8810 - tty: fix data race between tty_init_dev and flush of buf
8811 - usb: option: Add support for FS040U modem
8812 - USB: serial: pl2303: new device id for Chilitag
8813 - USB: cdc-acm: Do not log urb submission errors on disconnect
8814 - CDC-ACM: apply quirk for card reader
8815 - USB: serial: io_edgeport: fix possible sleep-in-atomic
8816 - usbip: prevent bind loops on devices attached to vhci_hcd
8817 - usbip: list: don't list devices attached to vhci_hcd
8818 - USB: serial: simple: add Motorola Tetra driver
8819 - usb: f_fs: Prevent gadget unbind if it is already unbound
8820 - usb: uas: unconditionally bring back host after reset
8821 - usb/gadget: Fix "high bandwidth" check in usb_gadget_ep_match_desc()
8822 - ANDROID: binder: remove waitqueue when thread exits.
8823 - android: binder: use VM_ALLOC to get vm area
8824 - mei: me: allow runtime pm for platform with D0i3
8825 - serial: 8250_of: fix return code when probe function fails to get reset
8826 - serial: 8250_uniphier: fix error return code in uniphier_uart_probe()
8827 - serial: 8250_dw: Revert "Improve clock rate setting"
8828 - serial: imx: Only wakeup via RTSDEN bit if the system has RTS/CTS
8829 - spi: imx: do not access registers while clocks disabled
8830 - iio: adc: stm32: fix scan of multiple channels with DMA
8831 - iio: chemical: ccs811: Fix output of IIO_CONCENTRATION channels
8832 - test_firmware: fix missing unlock on error in config_num_requests_store()
8833 - Input: synaptics-rmi4 - unmask F03 interrupts when port is opened
8834 - Input: synaptics-rmi4 - do not delete interrupt memory too early
8835 - x86/efi: Clarify that reset attack mitigation needs appropriate userspace
8836 - Linux 4.15.1
179ffce1 8837
d2c642c9
SF
8838 * Dell XPS 13 9360 bluetooth (Atheros) won't connect after resume
8839 (LP: #1744712)
8840 - Revert "Bluetooth: btusb: fix QCA Rome suspend/resume"
8841 - Bluetooth: btusb: Restore QCA Rome suspend/resume fix with a "rewritten"
8842 version
8843
8844 * apparmor profile load in stacked policy container fails (LP: #1746463)
8845 - SAUCE: apparmor: fix display of .ns_name for containers
8846
8847 -- Seth Forshee <seth.forshee@canonical.com> Sun, 04 Feb 2018 11:56:32 +0100
179ffce1 8848
968dd225 8849linux (4.15.0-6.7) bionic; urgency=low
e421cacd 8850
968dd225
SF
8851 * upload urgency should be medium by default (LP: #1745338)
8852 - [Packaging] update urgency to medium by default
8853
8854 * Shutdown hang on 16.04 with iscsi targets (LP: #1569925)
8855 - scsi: libiscsi: Allow sd_shutdown on bad transport
8856
8857 * Miscellaneous Ubuntu changes
8858 - SAUCE: (noup) Update spl to 0.7.5-1ubuntu1, zfs to 0.7.5-1ubuntu1
8859 - Revert "UBUNTU: SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM"
8860 - Revert "UBUNTU: SAUCE: mm: disable vma based swap readahead by default"
e421cacd 8861
ba241964
SF
8862 [ Upstream Kernel Changes ]
8863
8864 * Rebase to v4.15
8865
968dd225 8866 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 Jan 2018 08:47:07 -0600
e421cacd 8867
47e18381 8868linux (4.15.0-5.6) bionic; urgency=low
aa1e162f 8869
47e18381
SF
8870 * $(LOCAL_ENV_CC) and $(LOCAL_ENV_DISTCC_HOSTS) should be properly quoted
8871 (LP: #1744077)
8872 - [Debian] pass LOCAL_ENV_CC and LOCAL_ENV_DISTCC_HOSTS properly
8873
8874 * Missing install-time driver for QLogic QED 25/40/100Gb Ethernet NIC
8875 (LP: #1743638)
8876 - [d-i] Add qede to nic-modules udeb
8877
8878 * boot failure on AMD Raven + WesternXT (LP: #1742759)
8879 - SAUCE: drm/amdgpu: add atpx quirk handling (v2)
8880
8881 * Unable to handle kernel NULL pointer dereference at isci_task_abort_task
8882 (LP: #1726519)
8883 - SAUCE: Revert "scsi: libsas: allow async aborts"
8884
8885 * Update Ubuntu-4.15.0 config to support Intel Atom devices (LP: #1739939)
8886 - [Config] CONFIG_SERIAL_DEV_BUS=y, CONFIG_SERIAL_DEV_CTRL_TTYPORT=y
8887
8888 * Miscellaneous Ubuntu changes
8889 - Rebase to v4.15-rc7
8890 - [Config] CONFIG_CPU_ISOLATION=y
8891 - [Config] Update annotations following config review
8892 - Revert "UBUNTU: SAUCE: Import aufs driver"
8893 - SAUCE: Import aufs driver
8894 - ubuntu: vbox -- update to 5.2.6-dfsg-1
8895 - ubuntu: vbox: build fixes for 4.15
8896 - ubuntu: vbox -- update to 5.2.6-dfsg-2
8897 - hio: updates for timer api changes in 4.15
8898 - enable hio build
8899 - Rebase to v4.15-rc9
aa1e162f 8900
efea660a
SF
8901 [ Upstream Kernel Changes ]
8902
40f9eb86 8903 * Rebase to v4.15-rc9
efea660a 8904
47e18381 8905 -- Seth Forshee <seth.forshee@canonical.com> Mon, 22 Jan 2018 10:16:05 -0600
aa1e162f 8906
9ebbac5e 8907linux (4.15.0-4.5) bionic; urgency=low
9794190f 8908
9ebbac5e
SF
8909 * [0cf3:e010] QCA6174A XR failed to pair with bt 4.0 device (LP: #1741166)
8910 - SAUCE: Bluetooth: btusb: Add support for 0cf3:e010
8911
8912 * External HDMI monitor failed to show screen on Lenovo X1 series
8913 (LP: #1738523)
8914 - SAUCE: drm/i915: Disable writing of TMDS_OE on Lenovo ThinkPad X1 series
8915
8916 * Miscellaneous Ubuntu changes
8917 - [Debian] autoreconstruct - add resoration of execute permissions
9794190f 8918
0d1de9d5
SF
8919 [ Upstream Kernel Changes ]
8920
8921 * Rebase to v4.15-rc4
8922
9ebbac5e 8923 -- Seth Forshee <seth.forshee@canonical.com> Wed, 10 Jan 2018 10:24:22 -0600
9794190f 8924
4d42ba20 8925linux (4.15.0-3.4) bionic; urgency=low
c298e823 8926
4d42ba20
SF
8927 * ubuntu/xr-usb-serial didn't get built in zesty and artful (LP: #1733281)
8928 - SAUCE: make sure ubuntu/xr-usb-serial builds for x86
c298e823 8929
d37d0533
SF
8930 [ Upstream Kernel Changes ]
8931
8932 * Rebase to v4.15-rc6
8933
4d42ba20 8934 -- Seth Forshee <seth.forshee@canonical.com> Wed, 03 Jan 2018 20:20:43 -0600
c298e823 8935
c4427b55 8936linux (4.15.0-2.3) bionic; urgency=low
67b6f3e0 8937
c4427b55
SF
8938 * nvidia-graphics-drivers-384 384.90-0ubuntu6 ADT test failure with linux
8939 4.15.0-1.2 (LP: #1737752)
8940 - x86/mm: Unbreak modules that use the DMA API
8941
8942 * Ubuntu 17.10 corrupting BIOS - many LENOVO laptops models (LP: #1734147)
8943 - [Config] CONFIG_SPI_INTEL_SPI_*=n
8944
8945 * power: commonise configs IBMVETH/IBMVSCSI and ensure both are in linux-image
8946 and udebs (LP: #1521712)
8947 - [Config] Include ibmvnic in nic-modules
8948
8949 * Enable arm64 emulation of removed ARMv7 instructions (LP: #1545542)
8950 - [Config] Enable support for emulation of deprecated ARMv8 instructions
8951
8952 * Miscellaneous Ubuntu changes
8953 - SAUCE: (noup) Update spl with 4.15 compat fix (LP:#1737761)
8954 - Enable zfs build
8955 - [Debian] add icp to zfs-modules.ignore
67b6f3e0 8956
c4f0e175
SF
8957 [ Upstream Kernel Changes ]
8958
8959 * Rebase to v4.15-rc4
8960
c4427b55 8961 -- Seth Forshee <seth.forshee@canonical.com> Mon, 18 Dec 2017 09:27:13 -0600
67b6f3e0 8962
d4814b5f 8963linux (4.15.0-1.2) bionic; urgency=low
e82fa576 8964
d4814b5f
SF
8965 * Disabling zfs does not always disable module checks for the zfs modules
8966 (LP: #1737176)
8967 - [Packaging] disable zfs module checks when zfs is disabled
8968
8969 * Miscellaneous Ubuntu changes
8970 - [Config] CONFIG_UNWINDER_FRAME_POINTER=y for amd64
e82fa576 8971
76315af6
SF
8972 [ Upstream Kernel Changes ]
8973
8974 * Rebase to v4.15-rc3
8975
d4814b5f 8976 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Dec 2017 22:07:19 -0600
e82fa576 8977
e7c27d1e 8978linux (4.15.0-0.1) bionic; urgency=low
c78ba448 8979
e7c27d1e
SF
8980 * Miscellaneous Ubuntu changes
8981 - ubuntu: vbox -- update to 5.2.2-dfsg-2
8982 - ubuntu: vbox: build fixes for 4.15
8983 - disable hio build
8984 - [Config] Update kernel lockdown options to fix build errors
8985 - Disable zfs build
8986 - SAUCE: Import aufs driver
8987 - [Config] Enable AUFS config options
c78ba448 8988
079f534b
SF
8989 [ Upstream Kernel Changes ]
8990
8991 * Rebase to v4.15-rc2
8992
e7c27d1e 8993 -- Seth Forshee <seth.forshee@canonical.com> Fri, 08 Dec 2017 13:55:42 -0600
c78ba448 8994
2c21160b
TG
8995linux (4.14.0-11.13) bionic; urgency=low
8996
8997 * linux: 4.14.0-11.13 -proposed tracker (LP: #1736168)
8998
8999 * CVE-2017-1000405
9000 - mm, thp: Do not make page table dirty unconditionally in touch_p[mu]d()
9001
9002 * linux 4.14.0-7.9 ADT test failure with linux 4.14.0-7.9 (LP: #1732463)
9003 - SAUCE: mm: disable vma based swap readahead by default
9004 - SAUCE: mm: fix memory hotplug in ZONE_HIGHMEM
9005
9006 * Bionic update to v4.14.3 stable release (LP: #1735843)
9007 - s390: fix transactional execution control register handling
9008 - s390/noexec: execute kexec datamover without DAT
9009 - s390/runtime instrumention: fix possible memory corruption
9010 - s390/guarded storage: fix possible memory corruption
9011 - s390/disassembler: add missing end marker for e7 table
9012 - s390/disassembler: increase show_code buffer size
9013 - ACPI / PM: Fix acpi_pm_notifier_lock vs flush_workqueue() deadlock
9014 - ACPI / EC: Fix regression related to triggering source of EC event handling
9015 - cpufreq: schedutil: Reset cached_raw_freq when not in sync with next_freq
9016 - serdev: fix registration of second slave
9017 - sched: Make resched_cpu() unconditional
9018 - lib/mpi: call cond_resched() from mpi_powm() loop
9019 - x86/boot: Fix boot failure when SMP MP-table is based at 0
9020 - x86/decoder: Add new TEST instruction pattern
9021 - x86/entry/64: Fix entry_SYSCALL_64_after_hwframe() IRQ tracing
9022 - x86/entry/64: Add missing irqflags tracing to native_load_gs_index()
9023 - perf/x86/intel: Hide TSX events when RTM is not supported
9024 - arm64: Implement arch-specific pte_access_permitted()
9025 - ARM: 8722/1: mm: make STRICT_KERNEL_RWX effective for LPAE
9026 - ARM: 8721/1: mm: dump: check hardware RO bit for LPAE
9027 - uapi: fix linux/tls.h userspace compilation error
9028 - uapi: fix linux/rxrpc.h userspace compilation errors
9029 - MIPS: cmpxchg64() and HAVE_VIRT_CPU_ACCOUNTING_GEN don't work for 32-bit SMP
9030 - MIPS: ralink: Fix MT7628 pinmux
9031 - MIPS: ralink: Fix typo in mt7628 pinmux function
9032 - net: mvneta: fix handling of the Tx descriptor counter
9033 - nbd: wait uninterruptible for the dead timeout
9034 - nbd: don't start req until after the dead connection logic
9035 - PM / OPP: Add missing of_node_put(np)
9036 - PCI/ASPM: Account for downstream device's Port Common_Mode_Restore_Time
9037 - PCI/ASPM: Use correct capability pointer to program LTR_L1.2_THRESHOLD
9038 - PCI: hv: Use effective affinity mask
9039 - PCI: Set Cavium ACS capability quirk flags to assert RR/CR/SV/UF
9040 - PCI: Apply Cavium ThunderX ACS quirk to more Root Ports
9041 - ALSA: hda: Add Raven PCI ID
9042 - dm integrity: allow unaligned bv_offset
9043 - dm cache: fix race condition in the writeback mode overwrite_bio
9044 optimisation
9045 - dm crypt: allow unaligned bv_offset
9046 - dm zoned: ignore last smaller runt zone
9047 - dm mpath: remove annoying message of 'blk_get_request() returned -11'
9048 - dm bufio: fix integer overflow when limiting maximum cache size
9049 - ovl: Put upperdentry if ovl_check_origin() fails
9050 - dm: allocate struct mapped_device with kvzalloc
9051 - sched/rt: Simplify the IPI based RT balancing logic
9052 - MIPS: pci: Remove KERN_WARN instance inside the mt7620 driver
9053 - dm: fix race between dm_get_from_kobject() and __dm_destroy()
9054 - dm: discard support requires all targets in a table support discards
9055 - MIPS: Fix odd fp register warnings with MIPS64r2
9056 - MIPS: Fix MIPS64 FP save/restore on 32-bit kernels
9057 - MIPS: dts: remove bogus bcm96358nb4ser.dtb from dtb-y entry
9058 - MIPS: Fix an n32 core file generation regset support regression
9059 - MIPS: BCM47XX: Fix LED inversion for WRT54GSv1
9060 - MIPS: math-emu: Fix final emulation phase for certain instructions
9061 - rt2x00usb: mark device removed when get ENOENT usb error
9062 - mm/z3fold.c: use kref to prevent page free/compact race
9063 - autofs: don't fail mount for transient error
9064 - nilfs2: fix race condition that causes file system corruption
9065 - fscrypt: lock mutex before checking for bounce page pool
9066 - eCryptfs: use after free in ecryptfs_release_messaging()
9067 - libceph: don't WARN() if user tries to add invalid key
9068 - bcache: check ca->alloc_thread initialized before wake up it
9069 - fs: guard_bio_eod() needs to consider partitions
9070 - fanotify: fix fsnotify_prepare_user_wait() failure
9071 - isofs: fix timestamps beyond 2027
9072 - btrfs: change how we decide to commit transactions during flushing
9073 - f2fs: expose some sectors to user in inline data or dentry case
9074 - NFS: Fix typo in nomigration mount option
9075 - NFS: Revert "NFS: Move the flock open mode check into nfs_flock()"
9076 - nfs: Fix ugly referral attributes
9077 - NFS: Avoid RCU usage in tracepoints
9078 - NFS: revalidate "." etc correctly on "open".
9079 - nfsd: deal with revoked delegations appropriately
9080 - rtlwifi: rtl8192ee: Fix memory leak when loading firmware
9081 - rtlwifi: fix uninitialized rtlhal->last_suspend_sec time
9082 - iwlwifi: fix firmware names for 9000 and A000 series hw
9083 - md: fix deadlock error in recent patch.
9084 - md: don't check MD_SB_CHANGE_CLEAN in md_allow_write
9085 - Bluetooth: btqcomsmd: Add support for BD address setup
9086 - md/bitmap: revert a patch
9087 - fsnotify: clean up fsnotify_prepare/finish_user_wait()
9088 - fsnotify: pin both inode and vfsmount mark
9089 - fsnotify: fix pinning group in fsnotify_prepare_user_wait()
9090 - ata: fixes kernel crash while tracing ata_eh_link_autopsy event
9091 - ext4: fix interaction between i_size, fallocate, and delalloc after a crash
9092 - ext4: prevent data corruption with inline data + DAX
9093 - ext4: prevent data corruption with journaling + DAX
9094 - ALSA: pcm: update tstamp only if audio_tstamp changed
9095 - ALSA: usb-audio: Add sanity checks to FE parser
9096 - ALSA: usb-audio: Fix potential out-of-bound access at parsing SU
9097 - ALSA: usb-audio: Add sanity checks in v2 clock parsers
9098 - ALSA: timer: Remove kernel warning at compat ioctl error paths
9099 - ALSA: hda/realtek - Fix ALC275 no sound issue
9100 - ALSA: hda: Fix too short HDMI/DP chmap reporting
9101 - ALSA: hda - Fix yet remaining issue with vmaster 0dB initialization
9102 - ALSA: hda/realtek - Fix ALC700 family no sound issue
9103 - ASoC: sun8i-codec: Invert Master / Slave condition
9104 - ASoC: sun8i-codec: Fix left and right channels inversion
9105 - ASoC: sun8i-codec: Set the BCLK divider
9106 - mfd: lpc_ich: Avoton/Rangeley uses SPI_BYT method
9107 - fix a page leak in vhost_scsi_iov_to_sgl() error recovery
9108 - 9p: Fix missing commas in mount options
9109 - fs/9p: Compare qid.path in v9fs_test_inode
9110 - net/9p: Switch to wait_event_killable()
9111 - scsi: qla2xxx: Suppress a kernel complaint in qla_init_base_qpair()
9112 - scsi: sd_zbc: Fix sd_zbc_read_zoned_characteristics()
9113 - scsi: lpfc: fix pci hot plug crash in timer management routines
9114 - scsi: lpfc: fix pci hot plug crash in list_add call
9115 - scsi: lpfc: Fix crash receiving ELS while detaching driver
9116 - scsi: lpfc: Fix FCP hba_wqidx assignment
9117 - scsi: lpfc: Fix oops if nvmet_fc_register_targetport fails
9118 - iscsi-target: Make TASK_REASSIGN use proper se_cmd->cmd_kref
9119 - iscsi-target: Fix non-immediate TMR reference leak
9120 - target: fix null pointer regression in core_tmr_drain_tmr_list
9121 - target: fix buffer offset in core_scsi3_pri_read_full_status
9122 - target: Fix QUEUE_FULL + SCSI task attribute handling
9123 - target: Fix caw_sem leak in transport_generic_request_failure
9124 - target: Fix quiese during transport_write_pending_qf endless loop
9125 - target: Avoid early CMD_T_PRE_EXECUTE failures during ABORT_TASK
9126 - mtd: Avoid probe failures when mtd->dbg.dfs_dir is invalid
9127 - mtd: nand: Export nand_reset() symbol
9128 - mtd: nand: atmel: Actually use the PM ops
9129 - mtd: nand: omap2: Fix subpage write
9130 - mtd: nand: Fix writing mtdoops to nand flash.
9131 - mtd: nand: mtk: fix infinite ECC decode IRQ issue
9132 - mailbox: bcm-flexrm-mailbox: Fix FlexRM ring flush sequence
9133 - p54: don't unregister leds when they are not initialized
9134 - block: Fix a race between blk_cleanup_queue() and timeout handling
9135 - raid1: prevent freeze_array/wait_all_barriers deadlock
9136 - genirq: Track whether the trigger type has been set
9137 - irqchip/gic-v3: Fix ppi-partitions lookup
9138 - lockd: double unregister of inetaddr notifiers
9139 - KVM: PPC: Book3S HV: Don't call real-mode XICS hypercall handlers if not
9140 enabled
9141 - KVM: nVMX: set IDTR and GDTR limits when loading L1 host state
9142 - KVM: SVM: obey guest PAT
9143 - kvm: vmx: Reinstate support for CPUs without virtual NMI
9144 - dax: fix PMD faults on zero-length files
9145 - dax: fix general protection fault in dax_alloc_inode
9146 - SUNRPC: Fix tracepoint storage issues with svc_recv and svc_rqst_status
9147 - clk: ti: dra7-atl-clock: fix child-node lookups
9148 - libnvdimm, dimm: clear 'locked' status on successful DIMM enable
9149 - libnvdimm, pfn: make 'resource' attribute only readable by root
9150 - libnvdimm, namespace: fix label initialization to use valid seq numbers
9151 - libnvdimm, region : make 'resource' attribute only readable by root
9152 - libnvdimm, namespace: make 'resource' attribute only readable by root
9153 - svcrdma: Preserve CB send buffer across retransmits
9154 - IB/srpt: Do not accept invalid initiator port names
9155 - IB/cm: Fix memory corruption in handling CM request
9156 - IB/hfi1: Fix incorrect available receive user context count
9157 - IB/srp: Avoid that a cable pull can trigger a kernel crash
9158 - IB/core: Avoid crash on pkey enforcement failed in received MADs
9159 - IB/core: Only maintain real QPs in the security lists
9160 - NFC: fix device-allocation error return
9161 - spi-nor: intel-spi: Fix broken software sequencing codes
9162 - i40e: Use smp_rmb rather than read_barrier_depends
9163 - igb: Use smp_rmb rather than read_barrier_depends
9164 - igbvf: Use smp_rmb rather than read_barrier_depends
9165 - ixgbevf: Use smp_rmb rather than read_barrier_depends
9166 - i40evf: Use smp_rmb rather than read_barrier_depends
9167 - fm10k: Use smp_rmb rather than read_barrier_depends
9168 - ixgbe: Fix skb list corruption on Power systems
9169 - parisc: Fix validity check of pointer size argument in new CAS
9170 implementation
9171 - powerpc: Fix boot on BOOK3S_32 with CONFIG_STRICT_KERNEL_RWX
9172 - powerpc/mm/radix: Fix crashes on Power9 DD1 with radix MMU and STRICT_RWX
9173 - powerpc/perf/imc: Use cpu_to_node() not topology_physical_package_id()
9174 - powerpc/signal: Properly handle return value from uprobe_deny_signal()
9175 - powerpc/64s: Fix masking of SRR1 bits on instruction fault
9176 - powerpc/64s/radix: Fix 128TB-512TB virtual address boundary case allocation
9177 - powerpc/64s/hash: Fix 512T hint detection to use >= 128T
9178 - powerpc/64s/hash: Fix 128TB-512TB virtual address boundary case allocation
9179 - powerpc/64s/hash: Fix fork() with 512TB process address space
9180 - powerpc/64s/hash: Allow MAP_FIXED allocations to cross 128TB boundary
9181 - media: Don't do DMA on stack for firmware upload in the AS102 driver
9182 - media: rc: check for integer overflow
9183 - media: rc: nec decoder should not send both repeat and keycode
9184 - cx231xx-cards: fix NULL-deref on missing association descriptor
9185 - media: v4l2-ctrl: Fix flags field on Control events
9186 - media: venus: fix wrong size on dma_free
9187 - media: venus: venc: fix bytesused v4l2_plane field
9188 - media: venus: reimplement decoder stop command
9189 - ARM64: dts: meson-gxl: Add alternate ARM Trusted Firmware reserved memory
9190 zone
9191 - iwlwifi: fix wrong struct for a000 device
9192 - iwlwifi: add a new a000 device
9193 - iwlwifi: pcie: sort IDs for the 9000 series for easier comparisons
9194 - iwlwifi: add new cards for a000 series
9195 - iwlwifi: add new cards for 8265 series
9196 - iwlwifi: add new cards for 8260 series
9197 - iwlwifi: fix PCI IDs and configuration mapping for 9000 series
9198 - iwlwifi: mvm: support version 7 of the SCAN_REQ_UMAC FW command
9199 - e1000e: Fix error path in link detection
9200 - e1000e: Fix return value test
9201 - e1000e: Separate signaling for link check/link up
9202 - e1000e: Avoid receiver overrun interrupt bursts
9203 - e1000e: fix buffer overrun while the I219 is processing DMA transactions
9204 - Linux 4.14.3
9205
9206 * Miscellaneous Ubuntu changes
9207 - SAUCE: s390/topology: don't inline cpu_to_node
9208 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9209
9210 -- Seth Forshee <seth.forshee@canonical.com> Mon, 04 Dec 2017 09:08:07 -0600
9211
9212linux (4.14.0-10.12) bionic; urgency=low
9213
9214 * linux: 4.14.0-10.12 -proposed tracker (LP: #1734901)
9215
9216 * Miscellaneous Ubuntu changes
9217 - SAUCE: Enable the ACPI kernel debugger and acpidbg tool
9218 - [Packaging] Include arch/arm64/kernel/ftrace-mod.o in headers package
9219
9220 -- Seth Forshee <seth.forshee@canonical.com> Tue, 28 Nov 2017 08:46:49 -0600
9221
9222linux (4.14.0-9.11) bionic; urgency=low
9223
9224 * linux: 4.14.0-9.11 -proposed tracker (LP: #1734728)
9225
9226 * Miscellaneous Ubuntu changes
9227 - Revert "UBUNTU: SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to
9228 0.7.3-1ubuntu1"
9229
9230 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 12:44:48 -0600
9231
9232linux (4.14.0-8.10) bionic; urgency=low
9233
9234 * linux: 4.14.0-8.10 -proposed tracker (LP: #1734695)
9235
9236 * Bionic update to v4.14.2 stable release (LP: #1734694)
9237 - bio: ensure __bio_clone_fast copies bi_partno
9238 - af_netlink: ensure that NLMSG_DONE never fails in dumps
9239 - vxlan: fix the issue that neigh proxy blocks all icmpv6 packets
9240 - net: cdc_ncm: GetNtbFormat endian fix
9241 - fealnx: Fix building error on MIPS
9242 - net/sctp: Always set scope_id in sctp_inet6_skb_msgname
9243 - ima: do not update security.ima if appraisal status is not INTEGRITY_PASS
9244 - serial: omap: Fix EFR write on RTS deassertion
9245 - serial: 8250_fintek: Fix finding base_port with activated SuperIO
9246 - tpm-dev-common: Reject too short writes
9247 - rcu: Fix up pending cbs check in rcu_prepare_for_idle
9248 - mm/pagewalk.c: report holes in hugetlb ranges
9249 - ocfs2: fix cluster hang after a node dies
9250 - ocfs2: should wait dio before inode lock in ocfs2_setattr()
9251 - ipmi: fix unsigned long underflow
9252 - mm/page_alloc.c: broken deferred calculation
9253 - mm/page_ext.c: check if page_ext is not prepared
9254 - coda: fix 'kernel memory exposure attempt' in fsync
9255 - ipmi: Prefer ACPI system interfaces over SMBIOS ones
9256 - Linux 4.14.2
9257
9258 * Bionic update to v4.14.1 stable release (LP: #1734693)
9259 - EDAC, sb_edac: Don't create a second memory controller if HA1 is not present
9260 - dmaengine: dmatest: warn user when dma test times out
9261 - media: imon: Fix null-ptr-deref in imon_probe
9262 - media: dib0700: fix invalid dvb_detach argument
9263 - crypto: dh - Fix double free of ctx->p
9264 - crypto: dh - Don't permit 'p' to be 0
9265 - crypto: dh - Don't permit 'key' or 'g' size longer than 'p'
9266 - crypto: brcm - Explicity ACK mailbox message
9267 - USB: early: Use new USB product ID and strings for DbC device
9268 - USB: usbfs: compute urb->actual_length for isochronous
9269 - USB: Add delay-init quirk for Corsair K70 LUX keyboards
9270 - usb: gadget: f_fs: Fix use-after-free in ffs_free_inst
9271 - USB: serial: metro-usb: stop I/O after failed open
9272 - USB: serial: Change DbC debug device binding ID
9273 - USB: serial: qcserial: add pid/vid for Sierra Wireless EM7355 fw update
9274 - USB: serial: garmin_gps: fix I/O after failed probe and remove
9275 - USB: serial: garmin_gps: fix memory leak on probe errors
9276 - selftests/x86/protection_keys: Fix syscall NR redefinition warnings
9277 - x86/MCE/AMD: Always give panic severity for UC errors in kernel context
9278 - platform/x86: peaq-wmi: Add DMI check before binding to the WMI interface
9279 - platform/x86: peaq_wmi: Fix missing terminating entry for peaq_dmi_table
9280 - HID: cp2112: add HIDRAW dependency
9281 - HID: wacom: generic: Recognize WACOM_HID_WD_PEN as a type of pen collection
9282 - rpmsg: glink: Add missing MODULE_LICENSE
9283 - staging: wilc1000: Fix bssid buffer offset in Txq
9284 - staging: sm750fb: Fix parameter mistake in poke32
9285 - staging: ccree: fix 64 bit scatter/gather DMA ops
9286 - staging: greybus: spilib: fix use-after-free after deregistration
9287 - staging: rtl8188eu: Revert 4 commits breaking ARP
9288 - spi: fix use-after-free at controller deregistration
9289 - sparc32: Add cmpxchg64().
9290 - sparc64: mmu_context: Add missing include files
9291 - sparc64: Fix page table walk for PUD hugepages
9292 - Linux 4.14.1
9293
9294 * Set PANIC_TIMEOUT=10 on Power Systems (LP: #1730660)
9295 - [Config]: Set PANIC_TIMEOUT=10 on ppc64el
9296
9297 * enable CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH easily confuse users
9298 (LP: #1732627)
9299 - [Config] CONFIG_SND_SOC_INTEL_BYT_CHT_NOCODEC_MACH=n
9300
9301 * Miscellaneous Ubuntu changes
9302 - SAUCE: (noup) Update spl to 0.7.3-1ubuntu1, zfs to 0.7.3-1ubuntu1
9303
9304 -- Seth Forshee <seth.forshee@canonical.com> Mon, 27 Nov 2017 07:43:44 -0600
9305
9306linux (4.14.0-7.9) bionic; urgency=low
9307
9308 * Miscellaneous Ubuntu changes
9309 - SAUCE: apparmor: add base infastructure for socket mediation
9310 - SAUCE: apparmor: af_unix mediation
9311 - SAUCE: LSM stacking: procfs: add smack subdir to attrs
9312 - SAUCE: LSM stacking: LSM: manage credential security blobs
9313 - SAUCE: LSM stacking: LSM: Manage file security blobs
9314 - SAUCE: LSM stacking: LSM: manage task security blobs
9315 - SAUCE: LSM stacking: LSM: Infrastructure management of the remaining blobs
9316 - SAUCE: LSM stacking: LSM: general but not extreme module stacking
9317 - SAUCE: LSM stacking: LSM: Complete task_alloc hook
9318 - SAUCE: LSM stacking: fixup procsfs: add smack subdir to attrs
9319 - SAUCE: LSM stacking: fixup initialize task->security
9320 - SAUCE: LSM stacking: fixup: alloc_task_ctx is dead code
9321 - SAUCE: LSM stacking: add support for stacking getpeersec_stream
9322 - SAUCE: LSM stacking: add stacking support to apparmor network hooks
9323 - SAUCE: LSM stacking: fixup apparmor stacking enablement
9324 - SAUCE: LSM stacking: fixup stacking kconfig
9325 - SAUCE: LSM stacking: allow selecting multiple LSMs using kernel boot params
9326 - SAUCE: LSM stacking: provide prctl interface for setting context
9327 - SAUCE: LSM stacking: inherit current display LSM
9328 - SAUCE: LSM stacking: keep an index for each registered LSM
9329 - SAUCE: LSM stacking: verify display LSM
9330 - SAUCE: LSM stacking: provide a way to specify the default display lsm
9331 - SAUCE: LSM stacking: make sure LSM blob align on 64 bit boundaries
9332 - SAUCE: LSM stacking: add /proc/<pid>/attr/display_lsm
9333 - SAUCE: LSM stacking: add Kconfig to set default display LSM
9334 - SAUCE: LSM stacking: add configs for LSM stacking
9335 - SAUCE: LSM stacking: check for invalid zero sized writes
9336 - [Config] Run updateconfigs after merging LSM stacking
9337 - [Config] CONFIG_AMD_MEM_ENCRYPT=y
9338
9339 [ Upstream Kernel Changes ]
9340
9341 * Rebase to v4.14
9342
9343 -- Seth Forshee <seth.forshee@canonical.com> Mon, 13 Nov 2017 08:12:08 -0600
9344
9345linux (4.14.0-6.8) bionic; urgency=low
9346
9347 * Miscellaneous Ubuntu changes
9348 - SAUCE: add workarounds to enable ZFS for 4.14
9349
9350 [ Upstream Kernel Changes ]
9351
9352 * Rebase to v4.14-rc8
9353
9354 -- Seth Forshee <seth.forshee@canonical.com> Mon, 06 Nov 2017 11:39:00 -0600
9355
9356linux (4.14.0-5.7) bionic; urgency=low
9357
9358 * Miscellaneous Ubuntu changes
9359 - [Debian] Fix invocation of dh_prep for dbgsym packages
9360
9361 -- Seth Forshee <seth.forshee@canonical.com> Tue, 31 Oct 2017 07:07:23 -0500
9362
9363linux (4.14.0-4.5) bionic; urgency=low
9364
9365 * Miscellaneous Ubuntu changes
9366 - [Packaging] virtualbox -- reduce in kernel module versions
9367 - vbox-update: Fix up KERN_DIR definitions
9368 - ubuntu: vbox -- update to 5.2.0-dfsg-2
9369 - [Config] CONFIG_AMD_MEM_ENCRYPT=n
9370
9371 [ Upstream Kernel Changes ]
9372
9373 * Rebase to v4.14-rc7
9374
9375 -- Seth Forshee <seth.forshee@canonical.com> Mon, 30 Oct 2017 13:29:20 -0500
9376
9377linux (4.14.0-3.4) artful; urgency=low
9378
9379 * Touchpad and TrackPoint Dose Not Work on Lenovo X1C6 and X280 (LP: #1723986)
9380 - SAUCE: Input: synaptics-rmi4 - RMI4 can also use SMBUS version 3
9381 - SAUCE: Input: synaptics - Lenovo X1 Carbon 5 should use SMBUS/RMI
9382 - SAUCE: Input: synaptics - add Intertouch support on X1 Carbon 6th and X280
9383
9384 * powerpc/64s: Add workaround for P9 vector CI load issuenext (LP: #1721070)
9385 - powerpc/64s: Add workaround for P9 vector CI load issue
9386
9387 * Miscellaneous Ubuntu changes
9388 - SAUCE: staging: vboxvideo: Fix reporting invalid suggested-offset-properties
9389 - [Config] CONFIG_DRM_VBOXVIDEO=m
9390 - SAUCE: Import aufs driver
9391 - [Config] Enable aufs
9392 - [Config] Reorder annotations file after enabling aufs
9393 - vbox-update: Disable imported vboxvideo module
9394 - ubuntu: vbox -- update to 5.1.30-dfsg-1
9395 - Enable vbox
9396 - hio: Use correct sizes when initializing ssd_index_bits* arrays
9397 - hio: Update io stat accounting for 4.14
9398 - Enable hio
9399
9400 [ Upstream Kernel Changes ]
9401
9402 * Rebase to v4.14-rc5
9403 * Rebase to v4.14-rc6
9404
9405 -- Seth Forshee <seth.forshee@canonical.com> Mon, 23 Oct 2017 13:53:52 -0500
9406
9407linux (4.14.0-2.3) artful; urgency=low
9408
9409 * [Bug] USB controller failed to respond on Denverton after loading
9410 intel_th_pci module (LP: #1715833)
9411 - SAUCE: PCI: Disable broken RTIT_BAR of Intel TH
9412
9413 * CONFIG_DEBUG_FS is not enabled by "make zfcpdump_defconfig" with Ubuntu
9414 17.10 (kernel 4.13) (LP: #1719290)
9415 - SAUCE: s390: update zfcpdump_defconfig
9416
9417 * Add installer support for Broadcom BCM573xx network drivers. (LP: #1720466)
9418 - d-i: Add bnxt_en to nic-modules.
9419
9420 * Miscellaneous Ubuntu changes
9421 - [Config] Update annotations for 4.14-rc2
9422
9423 [ Upstream Kernel Changes ]
9424
9425 * Rebase to v4.14-rc3
9426 * Rebase to v4.14-rc4
9427
9428 -- Seth Forshee <seth.forshee@canonical.com> Wed, 11 Oct 2017 16:04:27 -0500
9429
9430linux (4.14.0-1.2) artful; urgency=low
9431
9432 * [Bug] USB 3.1 Gen2 works as 5Gbps (LP: #1720045)
9433 - xhci: set missing SuperSpeedPlus Link Protocol bit in roothub descriptor
9434
9435 * Please make linux-libc-dev Provide: aufs-dev (LP: #1716091)
9436 - [Packaging] Add aufs-dev to the Provides: for linux-libc-dev
9437
9438 * Upgrade to 4.13.0-11.12 in artful amd64 VM breaks display on wayland
9439 (LP: #1718679)
9440 - [Config] CONFIG_DRM_VBOXVIDEO=n
9441
9442 * ipmmu-vmsa driver breaks arm64 boots (LP: #1718734)
9443 - [Config] Disable CONFIG_IPMMU_VMSA on arm64
9444
9445 * autopkgtest profile fails to build on armhf (LP: #1717920)
9446 - [Packaging] autopkgtest -- disable d-i when dropping flavours
9447
9448 * Miscellaneous Ubuntu changes
9449 - [Config] CONFIG_I2C_XLP9XX=m
9450 - [Packaging] Use SRCPKGNAME rather than hard-coding the source package name
9451
9452 [ Upstream Kernel Changes ]
9453
9454 * Rebase to v4.14-rc2
9455
9456 -- Seth Forshee <seth.forshee@canonical.com> Fri, 29 Sep 2017 09:09:11 -0400
9457
9458linux (4.14.0-0.1) artful; urgency=low
9459
9460 * Miscellaneous Ubuntu changes
9461 - Disable vbox build
9462 - Disable hio build
9463 - Disable zfs build
9464
9465 [ Upstream Kernel Changes ]
9466
9467 * Rebase to v4.14-rc1
9468
9469 -- Seth Forshee <seth.forshee@canonical.com> Tue, 19 Sep 2017 20:22:29 -0500
9470
9471linux (4.13.0-11.12) artful; urgency=low
9472
9473 * linux: 4.13.0-11.12 -proposed tracker (LP: #1716699)
9474
9475 * kernel panic -not syncing: Fatal exception: panic_on_oops (LP: #1708399)
9476 - s390/mm: fix local TLB flushing vs. detach of an mm address space
9477 - s390/mm: fix race on mm->context.flush_mm
9478
9479 * CVE-2017-1000251
9480 - Bluetooth: Properly check L2CAP config option output buffer length
9481
9482 -- Seth Forshee <seth.forshee@canonical.com> Tue, 12 Sep 2017 10:18:38 -0500
9483
9484linux (4.13.0-10.11) artful; urgency=low
9485
9486 * linux: 4.13.0-10.11 -proposed tracker (LP: #1716287)
9487
9488 * please add aufs-dkms to the Provides: for the kernel packages (LP: #1716093)
9489 - [Packaging] Add aufs-dkms to the Provides: for kernel packages
9490
9491 * Artful update to v4.13.1 stable release (LP: #1716284)
9492 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9493 - USB: serial: option: add support for D-Link DWM-157 C1
9494 - usb: Add device quirk for Logitech HD Pro Webcam C920-C
9495 - usb:xhci:Fix regression when ATI chipsets detected
9496 - USB: musb: fix external abort on suspend
9497 - ANDROID: binder: add padding to binder_fd_array_object.
9498 - ANDROID: binder: add hwbinder,vndbinder to BINDER_DEVICES.
9499 - USB: core: Avoid race of async_completed() w/ usbdev_release()
9500 - staging/rts5208: fix incorrect shift to extract upper nybble
9501 - staging: ccree: save ciphertext for CTS IV
9502 - staging: fsl-dpaa2/eth: fix off-by-one FD ctrl bitmaks
9503 - iio: adc: ti-ads1015: fix incorrect data rate setting update
9504 - iio: adc: ti-ads1015: fix scale information for ADS1115
9505 - iio: adc: ti-ads1015: enable conversion when CONFIG_PM is not set
9506 - iio: adc: ti-ads1015: avoid getting stale result after runtime resume
9507 - iio: adc: ti-ads1015: don't return invalid value from buffer setup callbacks
9508 - iio: adc: ti-ads1015: add adequate wait time to get correct conversion
9509 - driver core: bus: Fix a potential double free
9510 - HID: wacom: Do not completely map WACOM_HID_WD_TOUCHRINGSTATUS usage
9511 - binder: free memory on error
9512 - crypto: caam/qi - fix compilation with CONFIG_DEBUG_FORCE_WEAK_PER_CPU=y
9513 - crypto: caam/qi - fix compilation with DEBUG enabled
9514 - thunderbolt: Fix reset response_type
9515 - fpga: altera-hps2fpga: fix multiple init of l3_remap_lock
9516 - intel_th: pci: Add Cannon Lake PCH-H support
9517 - intel_th: pci: Add Cannon Lake PCH-LP support
9518 - ath10k: fix memory leak in rx ring buffer allocation
9519 - drm/vgem: Pin our pages for dmabuf exports
9520 - drm/ttm: Fix accounting error when fail to get pages for pool
9521 - drm/dp/mst: Handle errors from drm_atomic_get_private_obj_state() correctly
9522 - rtlwifi: rtl_pci_probe: Fix fail path of _rtl_pci_find_adapter
9523 - Bluetooth: Add support of 13d3:3494 RTL8723BE device
9524 - iwlwifi: pci: add new PCI ID for 7265D
9525 - dlm: avoid double-free on error path in dlm_device_{register,unregister}
9526 - mwifiex: correct channel stat buffer overflows
9527 - MCB: add support for SC31 to mcb-lpc
9528 - s390/mm: avoid empty zero pages for KVM guests to avoid postcopy hangs
9529 - drm/nouveau/pci/msi: disable MSI on big-endian platforms by default
9530 - drm/nouveau: Fix error handling in nv50_disp_atomic_commit
9531 - workqueue: Fix flag collision
9532 - ahci: don't use MSI for devices with the silly Intel NVMe remapping scheme
9533 - cs5536: add support for IDE controller variant
9534 - scsi: sg: protect against races between mmap() and SG_SET_RESERVED_SIZE
9535 - scsi: sg: recheck MMAP_IO request length with lock held
9536 - of/device: Prevent buffer overflow in of_device_modalias()
9537 - rtlwifi: Fix memory leak when firmware request fails
9538 - rtlwifi: Fix fallback firmware loading
9539 - Linux 4.13.1
9540
9541 * Kernel has trouble recognizing Corsair Strafe RGB keyboard (LP: #1678477)
9542 - usb: quirks: add delay init quirk for Corsair Strafe RGB keyboard
9543
9544 * SRIOV: warning if unload VFs (LP: #1715073)
9545 - PCI: Disable VF decoding before pcibios_sriov_disable() updates resources
9546
9547 * [Patch] network-i40e:NVM bug fixes (cherrypick from 4.14) (LP: #1715578)
9548 - i40e: avoid NVM acquire deadlock during NVM update
9549 - i40e: point wb_desc at the nvm_wb_desc during i40e_read_nvm_aq
9550
9551 * [P9,POwer NV] Perf PMU event : pm_br_2path and pm_ld_miss_l1 is counted
9552 twice when perf stat is done (perf:) (LP: #1714571)
9553 - perf vendor events powerpc: Remove duplicate events
9554
9555 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
9556 (LP: #1703339)
9557 - [Config] Include vmd in storage-core-modules udeb
9558
9559 * 17.10 fails to boot on POWER9 DD2.0 with Deep stop states (LP: #1715064)
9560 - powerpc/powernv: Save/Restore additional SPRs for stop4 cpuidle
9561 - powerpc/powernv: Clear PECE1 in LPCR via stop-api only on Hotplug
9562 - SAUCE: powerpc/powernv: Clear LPCR[PECE1] via stop-api only for deep state
9563 offline
9564
9565 * Miscellaneous Ubuntu changes
9566 - SAUCE: selftests/seccomp: Support glibc 2.26 siginfo_t.h
9567 - Revert "UBUNTU: SAUCE: Import aufs driver"
9568 - SAUCE: Import aufs driver
9569
9570 -- Seth Forshee <seth.forshee@canonical.com> Sun, 10 Sep 2017 17:48:59 -0500
9571
9572linux (4.13.0-9.10) artful; urgency=low
9573
9574 * linux: 4.13.0-9.10 -proposed tracker (LP: #1715145)
9575
9576 * EDAC sbridge: Failed to register device with error -22. (LP: #1714112)
9577 - [Config] CONFIG_EDAC_GHES=n
9578
9579 * Miscellaneous Ubuntu changes
9580 - ubuntu: vbox -- update to 5.1.26-dfsg-2
9581
9582 [ Upstream Kernel Changes ]
9583
9584 * Rebase to v4.13
9585
9586 -- Seth Forshee <seth.forshee@canonical.com> Tue, 05 Sep 2017 07:51:19 -0500
9587
9588linux (4.13.0-8.9) artful; urgency=low
9589
9590 * snapd 2.27.3+17.10 ADT test failure with linux 4.13.0-6.7 (LP: #1713103)
9591 - SAUCE: apparmor: fix apparmorfs DAC access, permissions
9592
9593 * enable ARCH_SUNXI (and friends) in arm64 kernel .config (LP: #1701137)
9594 - [Config] Enable CONFIG_ARCH_SUNXI and related options for arm64
9595
9596 * [Bug] Harrisonville: pnd2_edac always fail to load on B1 stepping
9597 Harrisonville SDP (LP: #1709257)
9598 - EDAC, pnd2: Build in a minimal sideband driver for Apollo Lake
9599 - EDAC, pnd2: Mask off the lower four bits of a BAR
9600 - EDAC, pnd2: Conditionally unhide/hide the P2SB PCI device to read BAR
9601 - EDAC, pnd2: Properly toggle hidden state for P2SB PCI device
9602 - SAUCE: i2c: i801: Restore the presence state of P2SB PCI device after
9603 reading BAR
9604
9605 * Miscellaneous Ubuntu changes
9606 - Revert "UBUNTU: SAUCE: Import aufs driver"
9607 - SAUCE: Import aufs driver
9608 - SAUCE: selftests/powerpc: Disable some ptrace selftests
9609 - [Config] CONFIG_CRYPTO_DEV_NITROX_CNN55XX=n for s390x
9610 - [Config] CONFIG_I2C_SLAVE=n for amd64, i386, ppc64el
9611 - [Config] Disable CONFIG_MDIO_* options for s390x
9612 - [Config] CONFIG_SCSI_MQ_DEFAULT=n for s390x
9613 - [Config] Update annotations for 4.13
9614
9615 -- Seth Forshee <seth.forshee@canonical.com> Thu, 31 Aug 2017 14:27:09 -0500
9616
9617linux (4.13.0-7.8) artful; urgency=low
9618
9619 * linux 4.12.0-11.12 ADT test failure with linux 4.12.0-11.12 (LP: #1710904)
9620 - SAUCE: selftests/powerpc: Use snprintf to construct DSCR sysfs interface
9621 paths
9622
9623 * Miscellaneous Ubuntu changes
9624 - Revert "UBUNTU: SAUCE: seccomp: log actions even when audit is disabled"
9625
9626 * Miscellaneous upstream changes
9627 - seccomp: Provide matching filter for introspection
9628 - seccomp: Sysctl to display available actions
9629 - seccomp: Operation for checking if an action is available
9630 - seccomp: Sysctl to configure actions that are allowed to be logged
9631 - seccomp: Selftest for detection of filter flag support
9632 - seccomp: Filter flag to log all actions except SECCOMP_RET_ALLOW
9633 - seccomp: Action to log before allowing
9634
9635 [ Upstream Kernel Changes ]
9636
9637 * Rebase to v4.13-rc7
9638
9639 -- Seth Forshee <seth.forshee@canonical.com> Mon, 28 Aug 2017 08:12:24 -0500
9640
9641linux (4.13.0-6.7) artful; urgency=low
9642
9643 * HID: multitouch: Support ALPS PTP Stick and Touchpad devices (LP: #1712481)
9644 - SAUCE: HID: multitouch: Support ALPS PTP stick with pid 0x120A
9645
9646 * sort ABI files with C.UTF-8 locale (LP: #1712345)
9647 - [Packaging] sort ABI files with C.UTF-8 locale
9648
9649 * igb: Support using Broadcom 54616 as PHY (LP: #1712024)
9650 - SAUCE: igb: add support for using Broadcom 54616 as PHY
9651
9652 * RPT related fixes missing in Ubuntu 16.04.3 (LP: #1709220)
9653 - powerpc/mm/radix: Improve _tlbiel_pid to be usable for PWC flushes
9654 - powerpc/mm/radix: Improve TLB/PWC flushes
9655 - powerpc/mm/radix: Avoid flushing the PWC on every flush_tlb_range
9656
9657 * Linux 4.12 refuses to load self-signed modules under Secure Boot with
9658 properly enrolled keys (LP: #1712168)
9659 - SAUCE: (efi-lockdown) MODSIGN: Fix module signature verification
9660
9661 * [17.10 FEAT] Enable NVMe driver - kernel (LP: #1708432)
9662 - [Config] CONFIG_BLK_DEV_NVME=m for s390
9663
9664 * Artful: 4.12.0-11.12: Boot panic in vlv2_plat_configure_clock+0x3b/0xa0
9665 (LP: #1711298)
9666 - [Config] CONFIG_INTEL_ATOMISP=n
9667
9668 * Miscellaneous Ubuntu changes
9669 - SAUCE: apparmor: af_unix mediation
9670
9671 * Miscellaneous upstream changes
9672 - apparmor: Fix shadowed local variable in unpack_trans_table()
9673 - apparmor: Fix logical error in verify_header()
9674 - apparmor: Fix an error code in aafs_create()
9675 - apparmor: Redundant condition: prev_ns. in [label.c:1498]
9676 - apparmor: add the ability to mediate signals
9677 - apparmor: add mount mediation
9678 - apparmor: cleanup conditional check for label in label_print
9679 - apparmor: add support for absolute root view based labels
9680 - apparmor: make policy_unpack able to audit different info messages
9681 - apparmor: add more debug asserts to apparmorfs
9682 - apparmor: add base infastructure for socket mediation
9683 - apparmor: move new_null_profile to after profile lookup fns()
9684 - apparmor: fix race condition in null profile creation
9685 - apparmor: ensure unconfined profiles have dfas initialized
9686 - apparmor: fix incorrect type assignment when freeing proxies
9687
9688 [ Upstream Kernel Changes ]
9689
9690 * Rebase to v4.13-rc6
9691
9692 -- Seth Forshee <seth.forshee@canonical.com> Wed, 23 Aug 2017 08:10:38 -0500
9693
9694linux (4.13.0-5.6) artful; urgency=low
9695
9696 * Ubuntu17.10 - perf: Update Power9 PMU event JSON files (LP: #1708630)
9697 - perf pmu-events: Support additional POWER8+ PVR in mapfile
9698 - perf vendor events: Add POWER9 PMU events
9699 - perf vendor events: Add POWER9 PVRs to mapfile
9700 - SAUCE: perf vendor events powerpc: remove suffix in mapfile
9701 - SAUCE: perf vendor events powerpc: Update POWER9 events
9702
9703 * Disable CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE (LP: #1709171)
9704 - [Config] CONFIG_MEMORY_HOTPLUG_DEFAULT_ONLINE=n for ppc64el
9705
9706 * Please only recommend or suggest initramfs-tools | linux-initramfs-tool for
9707 kernels able to boot without initramfs (LP: #1700972)
9708 - [Debian] Don't depend on initramfs-tools
9709
9710 * Miscellaneous Ubuntu changes
9711 - SAUCE: Import aufs driver
9712 - SAUCE: aufs -- Add missing argument to loop_switch() call
9713 - [Config] Enable aufs
9714 - SAUCE: (noup) Update spl to 0.6.5.11-ubuntu1, zfs to 0.6.5.11-1ubuntu3
9715 - Enable zfs build
9716 - SAUCE: powerpc: Always initialize input array when calling epapr_hypercall()
9717 - [Packaging] switch up to debhelper 9
9718
9719 [ Upstream Kernel Changes ]
9720
9721 * Rebase to v4.13-rc5
9722
9723 -- Seth Forshee <seth.forshee@canonical.com> Tue, 15 Aug 2017 09:24:16 -0500
9724
9725linux (4.13.0-4.5) artful; urgency=low
9726
9727 * Lenovo Yoga 910 Sensors (LP: #1708120)
9728 - SAUCE: (no-up) HID: Add quirk for Lenovo Yoga 910 with ITE Chips
9729
9730 * Unable to install Ubuntu on the NVMe disk under VMD PCI domain
9731 (LP: #1703339)
9732 - [Config] Add vmd driver to generic inclusion list
9733
9734 * Set CONFIG_SATA_HIGHBANK=y on armhf (LP: #1703430)
9735 - [Config] CONFIG_SATA_HIGHBANK=y
9736
9737 * Miscellaneous Ubuntu changes
9738 - ubuntu: vbox -- update to 5.1.26-dfsg-1
9739 - SAUCE: hio: Build fixes for 4.13
9740 - Enable hio build
9741 - SAUCE: (noup) Update spl to 0.6.5.11-1, zfs to 0.6.5.11-1ubuntu1
9742 - [debian] use all rather than amd64 dkms debs for sync
9743
9744 [ Upstream Kernel Changes ]
9745
9746 * Rebase to v4.13-rc4
9747
9748 -- Seth Forshee <seth.forshee@canonical.com> Tue, 08 Aug 2017 11:31:48 -0500
9749
9750linux (4.13.0-3.4) artful; urgency=low
9751
9752 * Adt tests of src:linux time out often on armhf lxc containers (LP: #1705495)
9753 - [Packaging] tests -- reduce rebuild test to one flavour
9754 - [Packaging] tests -- reduce rebuild test to one flavour -- use filter
9755
9756 * snapd 2.26.8+17.10 ADT test failure with linux 4.12.0-6.7 (LP: #1704158)
9757 - SAUCE: virtio_net: Revert mergeable buffer handling rework
9758
9759 [ Upstream Kernel Changes ]
9760
9761 * Rebase to v4.13-rc3
9762
9763 -- Seth Forshee <seth.forshee@canonical.com> Mon, 31 Jul 2017 10:08:16 -0500
9764
9765linux (4.13.0-2.3) artful; urgency=low
9766
9767 * Change CONFIG_IBMVETH to module (LP: #1704479)
9768 - [Config] CONFIG_IBMVETH=m
9769
9770 [ Upstream Kernel Changes ]
9771
9772 * Rebase to v4.13-rc2
9773
9774 -- Seth Forshee <seth.forshee@canonical.com> Mon, 24 Jul 2017 13:58:08 -0500
9775
9776linux (4.13.0-1.2) artful; urgency=low
9777
9778 * Miscellaneous Ubuntu changes
9779 - [Debian] Support sphinx-based kernel documentation
9780
9781 -- Seth Forshee <seth.forshee@canonical.com> Thu, 20 Jul 2017 09:18:33 -0500
9782
9783linux (4.13.0-0.1) artful; urgency=low
9784
9785 * Miscellaneous Ubuntu changes
9786 - Disable hio
9787 - Disable zfs build
9788 - ubuntu: vbox -- update to 5.1.24-dfsg-1
9789
9790 [ Upstream Kernel Changes ]
9791
9792 * Rebase to v4.13-rc1
9793
9794 -- Seth Forshee <seth.forshee@canonical.com> Wed, 19 Jul 2017 15:09:31 -0500
9795
9796linux (4.12.0-7.8) artful; urgency=low
9797
9798 * ThunderX: soft lockup on 4.8+ kernels when running qemu-efi with vhost=on
9799 (LP: #1673564)
9800 - arm64: Add a facility to turn an ESR syndrome into a sysreg encoding
9801 - KVM: arm/arm64: vgic-v3: Add accessors for the ICH_APxRn_EL2 registers
9802 - KVM: arm64: Make kvm_condition_valid32() accessible from EL2
9803 - KVM: arm64: vgic-v3: Add hook to handle guest GICv3 sysreg accesses at EL2
9804 - KVM: arm64: vgic-v3: Add ICV_BPR1_EL1 handler
9805 - KVM: arm64: vgic-v3: Add ICV_IGRPEN1_EL1 handler
9806 - KVM: arm64: vgic-v3: Add ICV_IAR1_EL1 handler
9807 - KVM: arm64: vgic-v3: Add ICV_EOIR1_EL1 handler
9808 - KVM: arm64: vgic-v3: Add ICV_AP1Rn_EL1 handler
9809 - KVM: arm64: vgic-v3: Add ICV_HPPIR1_EL1 handler
9810 - KVM: arm64: vgic-v3: Enable trapping of Group-1 system registers
9811 - KVM: arm64: Enable GICv3 Group-1 sysreg trapping via command-line
9812 - KVM: arm64: vgic-v3: Add ICV_BPR0_EL1 handler
9813 - KVM: arm64: vgic-v3: Add ICV_IGNREN0_EL1 handler
9814 - KVM: arm64: vgic-v3: Add misc Group-0 handlers
9815 - KVM: arm64: vgic-v3: Enable trapping of Group-0 system registers
9816 - KVM: arm64: Enable GICv3 Group-0 sysreg trapping via command-line
9817 - arm64: Add MIDR values for Cavium cn83XX SoCs
9818 - arm64: Add workaround for Cavium Thunder erratum 30115
9819 - KVM: arm64: vgic-v3: Add ICV_DIR_EL1 handler
9820 - KVM: arm64: vgic-v3: Add ICV_RPR_EL1 handler
9821 - KVM: arm64: vgic-v3: Add ICV_CTLR_EL1 handler
9822 - KVM: arm64: vgic-v3: Add ICV_PMR_EL1 handler
9823 - KVM: arm64: Enable GICv3 common sysreg trapping via command-line
9824 - KVM: arm64: vgic-v3: Log which GICv3 system registers are trapped
9825 - KVM: arm64: Log an error if trapping a read-from-write-only GICv3 access
9826 - KVM: arm64: Log an error if trapping a write-to-read-only GICv3 access
9827
9828 * hns: under heavy load, NIC may fail and require reboot (LP: #1704146)
9829 - net: hns: Bugfix for Tx timeout handling in hns driver
9830
9831 * New ACPI identifiers for ThunderX SMMU (LP: #1703437)
9832 - iommu/arm-smmu: Plumb in new ACPI identifiers
9833
9834 * Transparent hugepages should default to enabled=madvise (LP: #1703742)
9835 - SAUCE: use CONFIG_TRANSPARENT_HUGEPAGE_MADVISE=y as default
9836
9837 * Artful update to v4.12.1 stable release (LP: #1703858)
9838 - driver core: platform: fix race condition with driver_override
9839 - RDMA/uverbs: Check port number supplied by user verbs cmds
9840 - usb: dwc3: replace %p with %pK
9841 - USB: serial: cp210x: add ID for CEL EM3588 USB ZigBee stick
9842 - usb: usbip: set buffer pointers to NULL after free
9843 - Add USB quirk for HVR-950q to avoid intermittent device resets
9844 - usb: Fix typo in the definition of Endpoint[out]Request
9845 - USB: core: fix device node leak
9846 - USB: serial: option: add two Longcheer device ids
9847 - USB: serial: qcserial: new Sierra Wireless EM7305 device ID
9848 - xhci: Limit USB2 port wake support for AMD Promontory hosts
9849 - gfs2: Fix glock rhashtable rcu bug
9850 - Add "shutdown" to "struct class".
9851 - tpm: Issue a TPM2_Shutdown for TPM2 devices.
9852 - tpm: fix a kernel memory leak in tpm-sysfs.c
9853 - powerpc/powernv: Fix CPU_HOTPLUG=n idle.c compile error
9854 - x86/uaccess: Optimize copy_user_enhanced_fast_string() for short strings
9855 - sched/fair, cpumask: Export for_each_cpu_wrap()
9856 - sched/core: Implement new approach to scale select_idle_cpu()
9857 - sched/numa: Use down_read_trylock() for the mmap_sem
9858 - sched/numa: Override part of migrate_degrades_locality() when idle balancing
9859 - sched/fair: Simplify wake_affine() for the single socket case
9860 - sched/numa: Implement NUMA node level wake_affine()
9861 - sched/fair: Remove effective_load()
9862 - sched/numa: Hide numa_wake_affine() from UP build
9863 - xen: avoid deadlock in xenbus driver
9864 - crypto: drbg - Fixes panic in wait_for_completion call
9865 - Linux 4.12.1
9866
9867 * cxlflash update request in the Xenial SRU stream (LP: #1702521)
9868 - scsi: cxlflash: Combine the send queue locks
9869 - scsi: cxlflash: Update cxlflash_afu_sync() to return errno
9870 - scsi: cxlflash: Reset hardware queue context via specified register
9871 - scsi: cxlflash: Schedule asynchronous reset of the host
9872 - scsi: cxlflash: Handle AFU sync failures
9873 - scsi: cxlflash: Track pending scsi commands in each hardware queue
9874 - scsi: cxlflash: Flush pending commands in cleanup path
9875 - scsi: cxlflash: Add scsi command abort handler
9876 - scsi: cxlflash: Create character device to provide host management interface
9877 - scsi: cxlflash: Separate AFU internal command handling from AFU sync
9878 specifics
9879 - scsi: cxlflash: Introduce host ioctl support
9880 - scsi: cxlflash: Refactor AFU capability checking
9881 - scsi: cxlflash: Support LUN provisioning
9882 - scsi: cxlflash: Support AFU debug
9883 - scsi: cxlflash: Support WS16 unmap
9884 - scsi: cxlflash: Remove zeroing of private command data
9885 - scsi: cxlflash: Update TMF command processing
9886 - scsi: cxlflash: Avoid double free of character device
9887 - scsi: cxlflash: Update send_tmf() parameters
9888 - scsi: cxlflash: Update debug prints in reset handlers
9889
9890 * make snap-pkg support (LP: #1700747)
9891 - make snap-pkg support
9892
9893 * Quirk for non-compliant PCI bridge on HiSilicon D05 board (LP: #1698706)
9894 - SAUCE: PCI: Support hibmc VGA cards behind a misbehaving HiSilicon bridge
9895
9896 * arm64: fix crash reading /proc/kcore (LP: #1702749)
9897 - fs/proc: kcore: use kcore_list type to check for vmalloc/module address
9898 - arm64: mm: select CONFIG_ARCH_PROC_KCORE_TEXT
9899
9900 * Opal and POWER9 DD2 (LP: #1702159)
9901 - SAUCE: powerpc/powernv: Tell OPAL about our MMU mode on POWER9
9902
9903 * Data corruption with hio driver (LP: #1701316)
9904 - SAUCE: hio: Fix incorrect use of enum req_opf values
9905
9906 * Miscellaneous Ubuntu changes
9907 - SAUCE: (noup) Update spl to 0.6.5.10-1, zfs to 0.6.5.10-1ubuntu2
9908 - snapcraft.yaml: Sync with xenial
9909 - [Config] CONFIG_CAVIUM_ERRATUM_30115=y
9910
9911 * Miscellaneous upstream changes
9912 - Revert "UBUNTU: SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and
9913 MokSBState"
9914
9915 -- Seth Forshee <seth.forshee@canonical.com> Fri, 14 Jul 2017 15:25:41 -0500
9916
9917linux (4.12.0-6.7) artful; urgency=low
9918
9919 * update ENA driver to 1.2.0k from net-next (LP: #1701575)
9920 - net: ena: change return value for unsupported features unsupported return
9921 value
9922 - net: ena: add hardware hints capability to the driver
9923 - net: ena: change sizeof() argument to be the type pointer
9924 - net: ena: add reset reason for each device FLR
9925 - net: ena: add support for out of order rx buffers refill
9926 - net: ena: allow the driver to work with small number of msix vectors
9927 - net: ena: use napi_schedule_irqoff when possible
9928 - net: ena: separate skb allocation to dedicated function
9929 - net: ena: use lower_32_bits()/upper_32_bits() to split dma address
9930 - net: ena: update driver's rx drop statistics
9931 - net: ena: update ena driver to version 1.2.0
9932
9933 * APST gets enabled against explicit kernel option (LP: #1699004)
9934 - nvme: explicitly disable APST on quirked devices
9935
9936 * Miscellaneous Ubuntu changes
9937 - SAUCE: hio: Update to Huawei ES3000_V2 (2.1.0.40)
9938 - SAUCE: hio updates for 4.12
9939 - SAUCE: Enable hio build
9940
9941 -- Seth Forshee <seth.forshee@canonical.com> Wed, 05 Jul 2017 14:23:20 -0500
9942
9943linux (4.12.0-5.6) artful; urgency=low
9944
9945 * ERAT invalidate on context switch removal (LP: #1700819)
9946 - powerpc: Only do ERAT invalidate on radix context switch on P9 DD1
9947
9948 * powerpc: Invalidate ERAT on powersave wakeup for POWER9 (LP: #1700521)
9949 - SAUCE: powerpc: Invalidate ERAT on powersave wakeup for POWER9
9950
9951 * Miscellaneous Ubuntu changes
9952 - d-i: Move qcom-emac from arm64 to shared nic-modules
9953
9954 [ Upstream Kernel Changes ]
9955
9956 * Rebase to v4.12
9957
9958 -- Seth Forshee <seth.forshee@canonical.com> Mon, 03 Jul 2017 07:52:02 -0500
9959
9960linux (4.12.0-4.5) artful; urgency=low
9961
9962 * aacraid driver may return uninitialized stack data to userspace
9963 (LP: #1700077)
9964 - SAUCE: scsi: aacraid: Don't copy uninitialized stack memory to userspace
9965
9966 * KILLER1435-S[0489:e0a2] BT cannot search BT 4.0 device (LP: #1699651)
9967 - Bluetooth: btusb: Add support for 0489:e0a2 QCA_ROME device
9968
9969 * AACRAID for power9 platform (LP: #1689980)
9970 - scsi: aacraid: Remove __GFP_DMA for raw srb memory
9971 - scsi: aacraid: Fix DMAR issues with iommu=pt
9972 - scsi: aacraid: Added 32 and 64 queue depth for arc natives
9973 - scsi: aacraid: Set correct Queue Depth for HBA1000 RAW disks
9974 - scsi: aacraid: Remove reset support from check_health
9975 - scsi: aacraid: Change wait time for fib completion
9976 - scsi: aacraid: Log count info of scsi cmds before reset
9977 - scsi: aacraid: Print ctrl status before eh reset
9978 - scsi: aacraid: Using single reset mask for IOP reset
9979 - scsi: aacraid: Rework IOP reset
9980 - scsi: aacraid: Add periodic checks to see IOP reset status
9981 - scsi: aacraid: Rework SOFT reset code
9982 - scsi: aacraid: Rework aac_src_restart
9983 - scsi: aacraid: Use correct function to get ctrl health
9984 - scsi: aacraid: Make sure ioctl returns on controller reset
9985 - scsi: aacraid: Enable ctrl reset for both hba and arc
9986 - scsi: aacraid: Add reset debugging statements
9987 - scsi: aacraid: Remove reference to Series-9
9988 - scsi: aacraid: Update driver version to 50834
9989
9990 * hibmc driver does not include "pci:" prefix in bus ID (LP: #1698700)
9991 - SAUCE: drm: hibmc: Use set_busid function from drm core
9992
9993 * HiSilicon D05: installer doesn't appear on VGA (LP: #1698954)
9994 - d-i: Add hibmc-drm to kernel-image udeb
9995
9996 * Fix /proc/cpuinfo revision for POWER9 DD2 (LP: #1698844)
9997 - SAUCE: powerpc: Fix /proc/cpuinfo revision for POWER9 DD2
9998
9999 * Miscellaneous Ubuntu changes
10000 - [Config] CONFIG_SATA_MV=n and CONFIG_GENERIC_PHY=n for s390x
10001 - [Config] CONFIG_ATA=n for s390x
10002 - [Config] Update annotations for 4.12
10003
10004 [ Upstream Kernel Changes ]
10005
10006 * Rebase to v4.12-rc7
10007
10008 -- Seth Forshee <seth.forshee@canonical.com> Mon, 26 Jun 2017 11:27:29 -0500
10009
10010linux (4.12.0-3.4) artful; urgency=low
10011
10012 * Miscellaneous upstream changes
10013 - ufs: fix the logics for tail relocation
10014
10015 [ Upstream Kernel Changes ]
10016
10017 * Rebase to v4.12-rc6
10018
10019 -- Seth Forshee <seth.forshee@canonical.com> Mon, 19 Jun 2017 14:50:39 -0500
10020
10021linux (4.12.0-2.3) artful; urgency=low
10022
10023 * CVE-2014-9900
10024 - SAUCE: (no-up) net: Zeroing the structure ethtool_wolinfo in
10025 ethtool_get_wol()
10026
10027 * System doesn't boot properly on Gigabyte AM4 motherboards (AMD Ryzen)
10028 (LP: #1671360)
10029 - pinctrl/amd: Use regular interrupt instead of chained
10030
10031 * extend-diff-ignore should use exact matches (LP: #1693504)
10032 - [Packaging] exact extend-diff-ignore matches
10033
10034 * Miscellaneous Ubuntu changes
10035 - SAUCE: efi: Don't print secure boot state from the efi stub
10036 - ubuntu: vbox -- Update to 5.1.22-dfsg-1
10037 - SAUCE: vbox fixes for 4.12
10038 - Re-enable virtualbox build
10039 - [Config] CONFIG_ORANGEFS_FS=m
10040 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu2, zfs to 0.6.5.9-5ubuntu7
10041 - Enable zfs build
10042
10043 [ Upstream Kernel Changes ]
10044
10045 * Rebase to v4.12-rc4
10046 * Rebase to v4.12-rc5
10047
10048 -- Seth Forshee <seth.forshee@canonical.com> Sun, 11 Jun 2017 22:25:13 -0500
10049
10050linux (4.12.0-1.2) artful; urgency=low
10051
10052 * Enable Matrox driver for Ubuntu 16.04.3 (LP: #1693337)
10053 - [Config] Enable CONFIG_DRM_MGAG200 as module
10054
10055 * Support low-pin-count devices on Hisilicon SoCs (LP: #1677319)
10056 - [Config] CONFIG_LIBIO=y on arm64 only
10057 - SAUCE: LIBIO: Introduce a generic PIO mapping method
10058 - SAUCE: OF: Add missing I/O range exception for indirect-IO devices
10059 - [Config] CONFIG_HISILICON_LPC=y
10060 - SAUCE: LPC: Support the device-tree LPC host on Hip06/Hip07
10061 - SAUCE: LIBIO: Support the dynamically logical PIO registration of ACPI host
10062 I/O
10063 - SAUCE: LPC: Add the ACPI LPC support
10064 - SAUCE: PCI: Apply the new generic I/O management on PCI IO hosts
10065 - SAUCE: PCI: Restore codepath for !CONFIG_LIBIO
10066
10067 * POWER9: Additional patches for TTY and CPU_IDLE (LP: #1674325)
10068 - SAUCE: tty: Fix ldisc crash on reopened tty
10069
10070 * Miscellaneous Ubuntu changes
10071 - [Debian] Add build-dep on libnuma-dev to enable 'perf bench numa'
10072 - Rebase to v4.12-rc3
10073
10074 [ Upstream Kernel Changes ]
10075
10076 * Rebase to v4.12-rc3
10077
10078 -- Seth Forshee <seth.forshee@canonical.com> Mon, 29 May 2017 20:56:29 -0500
10079
10080linux (4.12.0-0.1) artful; urgency=low
10081
10082 * please enable CONFIG_ARM64_LSE_ATOMICS (LP: #1691614)
10083 - [Config] CONFIG_ARM64_LSE_ATOMICS=y
10084
10085 * [Regression] NUMA_BALANCING disabled on arm64 (LP: #1690914)
10086 - [Config] CONFIG_NUMA_BALANCING{,_DEFAULT_ENABLED}=y on arm64
10087
10088 * exec'ing a setuid binary from a threaded program sometimes fails to setuid
10089 (LP: #1672819)
10090 - SAUCE: exec: ensure file system accounting in check_unsafe_exec is correct
10091
10092 * Miscellaneous Ubuntu changes
10093 - Update find-missing-sauce.sh to compare to artful
10094 - Update dropped.txt
10095 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10096 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10097 kernel image
10098 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10099 mode
10100 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10101 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10102 locked down
10103 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10104 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10105 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10106 reboot
10107 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10108 set
10109 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10110 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10111 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10112 down
10113 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10114 locked down
10115 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10116 down
10117 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10118 is locked down
10119 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10120 locked down
10121 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10122 has been locked down
10123 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10124 locked down
10125 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10126 locked down
10127 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10128 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10129 kernel is locked down
10130 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10131 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10132 down
10133 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10134 - SAUCE: (efi-lockdown) KEYS: Allow unrestricted boot-time addition of keys to
10135 secondary keyring
10136 - SAUCE: (efi-lockdown) efi: Add EFI signature data types
10137 - SAUCE: (efi-lockdown) efi: Add an EFI signature blob parser
10138 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10139 - SAUCE: (efi-lockdown) MODSIGN: Allow the "db" UEFI variable to be suppressed
10140 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10141 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10142 MokSBState
10143 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10144 - [Config] Set values for UEFI secure boot lockdown options
10145 - Disable virtualbox build
10146 - Disable hio build
10147 - SAUCE: securityfs: Replace CURRENT_TIME with current_time()
10148 - Disable zfs build
10149 - [Debian] Work out upstream tag for use with gen-auto-reconstruct
10150 - SAUCE: Import aufs driver
10151 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10152 - [Config] Enable aufs
10153 - SAUCE: perf callchain: Include errno.h on x86 unconditinally
10154
10155 [ Upstream Kernel Changes ]
10156
10157 * Rebase to v4.12-rc2
10158
10159 -- Seth Forshee <seth.forshee@canonical.com> Sun, 21 May 2017 23:44:44 -0500
10160
10161linux (4.11.0-3.8) artful; urgency=low
10162
10163 [ Seth Forshee ]
10164
10165 * Release Tracking Bug
10166 - LP: #1690999
10167
10168 * apparmor_parser hangs indefinitely when called by multiple threads
10169 (LP: #1645037)
10170 - SAUCE: apparmor: fix lock ordering for mkdir
10171
10172 * apparmor leaking securityfs pin count (LP: #1660846)
10173 - SAUCE: apparmor: fix leak on securityfs pin count
10174
10175 * apparmor reference count leak when securityfs_setup_d_inode\ () fails
10176 (LP: #1660845)
10177 - SAUCE: apparmor: fix reference count leak when securityfs_setup_d_inode()
10178 fails
10179
10180 * apparmor not checking error if security_pin_fs() fails (LP: #1660842)
10181 - SAUCE: apparmor: fix not handling error case when securityfs_pin_fs() fails
10182
10183 * libvirt profile is blocking global setrlimit despite having no rlimit rule
10184 (LP: #1679704)
10185 - SAUCE: apparmor: fix complain mode failure for rlimit mediation
10186 - apparmor: update auditing of rlimit check to provide capability information
10187
10188 * apparmor: does not provide a way to detect policy updataes (LP: #1678032)
10189 - SAUCE: apparmor: add policy revision file interface
10190
10191 * apparmor does not make support of query data visible (LP: #1678023)
10192 - SAUCE: apparmor: add label data availability to the feature set
10193
10194 * apparmor query interface does not make supported query info available
10195 (LP: #1678030)
10196 - SAUCE: apparmor: add information about the query inteface to the feature set
10197
10198 * change_profile incorrect when using namespaces with a compound stack
10199 (LP: #1677959)
10200 - SAUCE: apparmor: fix label parse for stacked labels
10201
10202 * Regression in 4.4.0-65-generic causes very frequent system crashes
10203 (LP: #1669611)
10204 - apparmor: sync of apparmor 3.6+ (17.04)
10205
10206 * Artful update to 4.11.1 stable release (LP: #1690814)
10207 - dm ioctl: prevent stack leak in dm ioctl call
10208 - drm/sti: fix GDP size to support up to UHD resolution
10209 - power: supply: lp8788: prevent out of bounds array access
10210 - brcmfmac: Ensure pointer correctly set if skb data location changes
10211 - brcmfmac: Make skb header writable before use
10212 - sparc64: fix fault handling in NGbzero.S and GENbzero.S
10213 - refcount: change EXPORT_SYMBOL markings
10214 - net: macb: fix phy interrupt parsing
10215 - tcp: fix access to sk->sk_state in tcp_poll()
10216 - geneve: fix incorrect setting of UDP checksum flag
10217 - bpf: enhance verifier to understand stack pointer arithmetic
10218 - bpf, arm64: fix jit branch offset related to ldimm64
10219 - tcp: fix wraparound issue in tcp_lp
10220 - net: ipv6: Do not duplicate DAD on link up
10221 - net: usb: qmi_wwan: add Telit ME910 support
10222 - tcp: do not inherit fastopen_req from parent
10223 - ipv4, ipv6: ensure raw socket message is big enough to hold an IP header
10224 - rtnetlink: NUL-terminate IFLA_PHYS_PORT_NAME string
10225 - ipv6: initialize route null entry in addrconf_init()
10226 - ipv6: reorder ip6_route_dev_notifier after ipv6_dev_notf
10227 - tcp: randomize timestamps on syncookies
10228 - bnxt_en: allocate enough space for ->ntp_fltr_bmap
10229 - bpf: don't let ldimm64 leak map addresses on unprivileged
10230 - net: mdio-mux: bcm-iproc: call mdiobus_free() in error path
10231 - f2fs: sanity check segment count
10232 - xen/arm,arm64: fix xen_dma_ops after 815dd18 "Consolidate get_dma_ops..."
10233 - xen: Revert commits da72ff5bfcb0 and 72a9b186292d
10234 - block: get rid of blk_integrity_revalidate()
10235 - Linux 4.11.1
10236
10237 * Module signing exclusion for staging drivers does not work properly
10238 (LP: #1690908)
10239 - SAUCE: Fix module signing exclusion in package builds
10240
10241 * perf: qcom: Add L3 cache PMU driver (LP: #1689856)
10242 - [Config] CONFIG_QCOM_L3_PMU=y
10243 - perf: qcom: Add L3 cache PMU driver
10244
10245 * No PMU support for ACPI-based arm64 systems (LP: #1689661)
10246 - drivers/perf: arm_pmu: rework per-cpu allocation
10247 - drivers/perf: arm_pmu: manage interrupts per-cpu
10248 - drivers/perf: arm_pmu: split irq request from enable
10249 - drivers/perf: arm_pmu: remove pointless PMU disabling
10250 - drivers/perf: arm_pmu: define armpmu_init_fn
10251 - drivers/perf: arm_pmu: fold init into alloc
10252 - drivers/perf: arm_pmu: factor out pmu registration
10253 - drivers/perf: arm_pmu: simplify cpu_pmu_request_irqs()
10254 - drivers/perf: arm_pmu: handle no platform_device
10255 - drivers/perf: arm_pmu: rename irq request/free functions
10256 - drivers/perf: arm_pmu: split cpu-local irq request/free
10257 - drivers/perf: arm_pmu: move irq request/free into probe
10258 - drivers/perf: arm_pmu: split out platform device probe logic
10259 - arm64: add function to get a cpu's MADT GICC table
10260 - [Config] CONFIG_ARM_PMU_ACPI=y
10261 - drivers/perf: arm_pmu: add ACPI framework
10262 - arm64: pmuv3: handle !PMUv3 when probing
10263 - arm64: pmuv3: use arm_pmu ACPI framework
10264
10265 * Fix NVLINK2 TCE route (LP: #1690155)
10266 - powerpc/powernv: Fix TCE kill on NVLink2
10267
10268 * CVE-2017-0605
10269 - tracing: Use strlcpy() instead of strcpy() in __trace_find_cmdline()
10270
10271 * Miscellaneous Ubuntu changes
10272 - [Config] Restore powerpc arch to annotations file
10273 - [Config] Disable runtime testing modules
10274 - [Config] Disable drivers not needed on s390x
10275 - [Config] Update annotations for 4.11
10276 - [Config] updateconfigs after apparmor updates
10277
10278 * Miscellaneous upstream changes
10279 - apparmor: use SHASH_DESC_ON_STACK
10280 - apparmor: fix invalid reference to index variable of iterator line 836
10281 - apparmor: fix parameters so that the permission test is bypassed at boot
10282 - apparmor: Make path_max parameter readonly
10283 - apparmorfs: Combine two function calls into one in aa_fs_seq_raw_abi_show()
10284 - apparmorfs: Use seq_putc() in two functions
10285 - apparmor: provide information about path buffer size at boot
10286 - apparmor: add/use fns to print hash string hex value
10287
10288 -- Seth Forshee <seth.forshee@canonical.com> Tue, 16 May 2017 00:39:13 -0500
10289
10290linux (4.11.0-2.7) artful; urgency=low
10291
10292 * kernel-wedge fails in artful due to leftover squashfs-modules d-i files
10293 (LP: #1688259)
10294 - Remove squashfs-modules files from d-i
10295 - [Config] as squashfs-modules is builtin kernel-image must Provides: it
10296
10297 * [Zesty] d-i: replace msm_emac with qcom_emac (LP: #1677297)
10298 - Revert "UBUNTU: d-i: initrd needs msm_emac on amberwing platform."
10299 - d-i: initrd needs qcom_emac on amberwing platform.
10300
10301 * update for V3 kernel bits and improved multiple fan slice support
10302 (LP: #1470091)
10303 - SAUCE: fan: tunnel multiple mapping mode (v3)
10304
10305 * Miscellaneous Ubuntu changes
10306 - SAUCE: (noup) Update spl to 0.6.5.9-1ubuntu1, zfs to 0.6.5.9-5ubuntu5
10307 - Enable zfs
10308 - SAUCE: fan: add VXLAN implementation
10309 - SAUCE: (efi-lockdown) efi: Add EFI_SECURE_BOOT bit
10310 - SAUCE: (efi-lockdown) Add the ability to lock down access to the running
10311 kernel image
10312 - SAUCE: (efi-lockdown) efi: Lock down the kernel if booted in secure boot
10313 mode
10314 - SAUCE: (efi-lockdown) Enforce module signatures if the kernel is locked down
10315 - SAUCE: (efi-lockdown) Restrict /dev/mem and /dev/kmem when the kernel is
10316 locked down
10317 - SAUCE: (efi-lockdown) Add a sysrq option to exit secure boot mode
10318 - SAUCE: (efi-lockdown) kexec: Disable at runtime if the kernel is locked down
10319 - SAUCE: (efi-lockdown) Copy secure_boot flag in boot params across kexec
10320 reboot
10321 - SAUCE: (efi-lockdown) kexec_file: Disable at runtime if securelevel has been
10322 set
10323 - SAUCE: (efi-lockdown) hibernate: Disable when the kernel is locked down
10324 - SAUCE: (efi-lockdown) uswsusp: Disable when the kernel is locked down
10325 - SAUCE: (efi-lockdown) PCI: Lock down BAR access when the kernel is locked
10326 down
10327 - SAUCE: (efi-lockdown) x86: Lock down IO port access when the kernel is
10328 locked down
10329 - SAUCE: (efi-lockdown) x86: Restrict MSR access when the kernel is locked
10330 down
10331 - SAUCE: (efi-lockdown) asus-wmi: Restrict debugfs interface when the kernel
10332 is locked down
10333 - SAUCE: (efi-lockdown) ACPI: Limit access to custom_method when the kernel is
10334 locked down
10335 - SAUCE: (efi-lockdown) acpi: Ignore acpi_rsdp kernel param when the kernel
10336 has been locked down
10337 - SAUCE: (efi-lockdown) acpi: Disable ACPI table override if the kernel is
10338 locked down
10339 - SAUCE: (efi-lockdown) acpi: Disable APEI error injection if the kernel is
10340 locked down
10341 - SAUCE: (efi-lockdown) Enable cold boot attack mitigation
10342 - SAUCE: (efi-lockdown) bpf: Restrict kernel image access functions when the
10343 kernel is locked down
10344 - SAUCE: (efi-lockdown) scsi: Lock down the eata driver
10345 - SAUCE: (efi-lockdown) Prohibit PCMCIA CIS storage when the kernel is locked
10346 down
10347 - SAUCE: (efi-lockdown) Lock down TIOCSSERIAL
10348 - SAUCE: (efi-lockdown) Add EFI signature data types
10349 - SAUCE: (efi-lockdown) Add an EFI signature blob parser and key loader.
10350 - SAUCE: (efi-lockdown) KEYS: Add a system blacklist keyring
10351 - SAUCE: (efi-lockdown) MODSIGN: Import certificates from UEFI Secure Boot
10352 - SAUCE: (efi-lockdown) MODSIGN: Support not importing certs from db
10353 - SAUCE: (efi-lockdown) MODSIGN: Don't try secure boot if EFI runtime is
10354 disabled
10355 - SAUCE: (efi-lockdown) efi: Sanitize boot_params in efi stub
10356 - SAUCE: (efi-lockdown) efi: Add secure_boot state and status bit for
10357 MokSBState
10358 - SAUCE: (efi-lockdown) efi: Add sysctls for secureboot and MokSBState
10359 - [Config] Set values for UEFI secure boot lockdown options
10360 - Update dropped.txt
10361
10362 [ Upstream Kernel Changes ]
10363
10364 * rebase to v4.11
10365
10366 -- Seth Forshee <seth.forshee@canonical.com> Fri, 05 May 2017 07:43:14 -0500
10367
10368linux (4.11.0-1.6) artful; urgency=low
10369
10370 * Miscellaneous Ubuntu changes
10371 - [Debian] Use default compression for all packages
10372 - SAUCE: (namespace) block_dev: Support checking inode permissions in
10373 lookup_bdev()
10374 - SAUCE: (namespace) block_dev: Check permissions towards block device inode
10375 when mounting
10376 - SAUCE: (namespace) mtd: Check permissions towards mtd block device inode
10377 when mounting
10378 - SAUCE: (namespace) fs: Allow superblock owner to change ownership of inodes
10379 - SAUCE: (namespace) fs: Don't remove suid for CAP_FSETID for userns root
10380 - SAUCE: (namespace) fs: Allow superblock owner to access do_remount_sb()
10381 - SAUCE: (namespace) capabilities: Allow privileged user in s_user_ns to set
10382 security.* xattrs
10383 - SAUCE: (namespace) fs: Allow CAP_SYS_ADMIN in s_user_ns to freeze and thaw
10384 filesystems
10385 - SAUCE: (namespace) fuse: Add support for pid namespaces
10386 - SAUCE: (namespace) fuse: Support fuse filesystems outside of init_user_ns
10387 - SAUCE: (namespace) fuse: Restrict allow_other to the superblock's namespace
10388 or a descendant
10389 - SAUCE: (namespace) fuse: Allow user namespace mounts
10390 - SAUCE: (namespace) ext4: Add support for unprivileged mounts from user
10391 namespaces
10392 - SAUCE: (namespace) evm: Don't update hmacs in user ns mounts
10393 - SAUCE: (namespace) ext4: Add module parameter to enable user namespace
10394 mounts
10395 - SAUCE: (namespace) block_dev: Forbid unprivileged mounting when device is
10396 opened for writing
10397
10398 -- Seth Forshee <seth.forshee@canonical.com> Wed, 26 Apr 2017 10:08:29 -0500
10399
10400linux (4.11.0-0.5) artful; urgency=low
10401
10402 * [Hyper-V][SAUCE] pci-hyperv: Use only 16 bit integer for PCI domain
10403 (LP: #1684971)
10404 - SAUCE: pci-hyperv: Use only 16 bit integer for PCI domain
10405
10406 * [Hyper-V] Ubuntu 14.04.2 LTS Generation 2 SCSI Errors on VSS Based Backups
10407 (LP: #1470250)
10408 - SAUCE: Tools: hv: vss: Thaw the filesystem and continue after freeze fails
10409
10410 * Enable virtual scsi server driver for Power (LP: #1615665)
10411 - SAUCE: Return TCMU-generated sense data to fabric module
10412
10413 * include/linux/security.h header syntax error with !CONFIG_SECURITYFS
10414 (LP: #1630990)
10415 - SAUCE: (no-up) include/linux/security.h -- fix syntax error with
10416 CONFIG_SECURITYFS=n
10417
10418 * Miscellaneous Ubuntu changes
10419 - SAUCE: Import aufs driver
10420 - [Config] Enable aufs
10421 - [Debian] Add script to update virtualbox
10422 - ubuntu: vbox -- Update to 5.1.20-dfsg-2
10423 - Enable vbox
10424 - SAUCE: aufs -- Include linux/mm.h in fs/aufs/file.h
10425
10426 [ Upstream Kernel Changes ]
10427
10428 * rebase to v4.11-rc8
10429
10430 -- Seth Forshee <seth.forshee@canonical.com> Tue, 25 Apr 2017 13:42:54 -0500
10431
10432linux (4.11.0-0.4) zesty; urgency=low
10433
10434 * POWER9: Improve performance on memory management (LP: #1681429)
10435 - SAUCE: powerpc/mm/radix: Don't do page walk cache flush when doing full mm
10436 flush
10437 - SAUCE: powerpc/mm/radix: Remove unnecessary ptesync
10438
10439 * Miscellaneous Ubuntu changes
10440 - find-missing-sauce.sh
10441
10442 [ Upstream Kernel Changes ]
10443
10444 * rebase to v4.11-rc7
10445
10446 -- Seth Forshee <seth.forshee@canonical.com> Tue, 18 Apr 2017 08:19:43 -0500
10447
10448linux (4.11.0-0.3) zesty; urgency=low
10449
10450 * Disable CONFIG_HVC_UDBG on ppc64el (LP: #1680888)
10451 - [Config] Disable CONFIG_HVC_UDBG on ppc64el
10452
10453 * smartpqi driver needed in initram disk and installer (LP: #1680156)
10454 - [Config] Add smartpqi to d-i
10455
10456 * Disable CONFIG_SECURITY_SELINUX_DISABLE (LP: #1680315)
10457 - [Config] CONFIG_SECURITY_SELINUX_DISABLE=n
10458
10459 * Miscellaneous Ubuntu changes
10460 - [Config] flash-kernel should be a Breaks
10461 - [Config] drop the info directory
10462 - [Config] drop NOTES as obsolete
10463 - [Config] drop changelog.historical as obsolete
10464 - rebase to v4.11-rc6
10465
10466 [ Upstream Kernel Changes ]
10467
10468 * rebase to v4.11-rc6
10469
10470 -- Tim Gardner <tim.gardner@canonical.com> Tue, 11 Apr 2017 07:16:52 -0600
10471
10472linux (4.11.0-0.2) zesty; urgency=low
10473
10474 [ Upstream Kernel Changes ]
10475
10476 * rebase to v4.11-rc5
10477
10478 -- Tim Gardner <tim.gardner@canonical.com> Mon, 03 Apr 2017 08:26:07 +0100
10479
10480linux (4.11.0-0.1) zesty; urgency=low
10481
10482 [ Upstream Kernel Changes ]
10483
10484 * rebase to v4.11-rc4
10485 - LP: #1591053
10486
10487 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600
10488
10489linux (4.11.0-0.0) zesty; urgency=low
10490
10491 * dummy entry
10492
10493 -- Tim Gardner <tim.gardner@canonical.com> Mon, 20 Mar 2017 05:15:32 -0600